This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build Chameleon with Swift 6.0 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/chameleonbot/chameleon.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/chameleonbot/chameleon
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at f133b84 Update ModelPointer+Matcher.swift (#3)
Cloned https://github.com/chameleonbot/chameleon.git
Revision (git rev-parse @):
f133b847586f0ea78b6148b2e0eac5bf13429c40
SUCCESS checkout https://github.com/chameleonbot/chameleon.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/chameleonbot/chameleon.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/36] Write sources
[34/36] Write swift-version-6F35C1178C84523A.txt
[35/79] Compiling CHTTP http_parser.c
[37/79] Compiling PathIndexable PathIndexable.swift
[38/79] Emitting module Debugging
[39/79] Compiling Debugging Debuggable.swift
[40/79] Compiling PathIndexable PathIndexable+Subscripting.swift
[41/79] Emitting module PathIndexable
[42/79] Emitting module libc
[43/79] Compiling libc libc.swift
[44/79] Compiling Bits Aliases.swift
[45/79] Compiling Bits Base64Encoder.swift
[46/79] Emitting module Bits
[47/80] Compiling Bits UnsignedInteger+Shifting.swift
[48/80] Compiling Bits Byte+Random.swift
[49/80] Compiling Bits Byte+UTF8Numbers.swift
[50/80] Compiling Bits Byte+Alphabet.swift
[51/80] Compiling Bits Byte+ControlCharacters.swift
[52/80] Compiling Bits ByteSequence+Conversions.swift
[53/80] Compiling Bits Bytes+Base64.swift
[54/80] Compiling Bits Bytes+Hex.swift
[55/80] Compiling Bits Bytes+Percent.swift
[56/80] Compiling Bits Byte+Convenience.swift
[57/80] Compiling Bits Byte+PatternMatching.swift
[58/80] Compiling Common String+HTML.swift
[59/81] Compiling Common OptionalType.swift
[60/81] Compiling Common Result.swift
[61/81] Compiling Bits HexEncoder.swift
[62/81] Compiling Bits Operators.swift
[63/81] Compiling Bits BytesConvertible.swift
[64/81] Compiling Bits Data+BytesConvertible.swift
/Users/admin/builder/spi-builder-workspace/Sources/Common/Codable/Decoder+Decodable.swift:3:5: warning: 'public' modifier is redundant for instance method declared in a public extension
 1 |
 2 | public extension Decoder {
 3 |     public func value<T: Decodable>(of type: T.Type = T.self, at keyPath: [KeyPathComponent]) throws -> T {
   |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
 4 |         let innerData: [String: Any] = try value(at: keyPath)
 5 |         let decoder = Decoder(data: innerData)
/Users/admin/builder/spi-builder-workspace/Sources/Common/Codable/Decoder+Decodable.swift:9:5: warning: 'public' modifier is redundant for instance method declared in a public extension
 7 |         return try T(decoder: decoder)
 8 |     }
 9 |     public func values<T: Decodable>(of type: T.Type = T.self, at keyPath: [KeyPathComponent]) throws -> [T] {
   |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
10 |         let innerData: [[String: Any]] = try value(at: keyPath)
11 |
/Users/admin/builder/spi-builder-workspace/Sources/Common/Codable/Decoder+Decodable.swift:3:5: warning: 'public' modifier is redundant for instance method declared in a public extension
 1 |
 2 | public extension Decoder {
 3 |     public func value<T: Decodable>(of type: T.Type = T.self, at keyPath: [KeyPathComponent]) throws -> T {
   |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
 4 |         let innerData: [String: Any] = try value(at: keyPath)
 5 |         let decoder = Decoder(data: innerData)
/Users/admin/builder/spi-builder-workspace/Sources/Common/Codable/Decoder+Decodable.swift:9:5: warning: 'public' modifier is redundant for instance method declared in a public extension
 7 |         return try T(decoder: decoder)
 8 |     }
 9 |     public func values<T: Decodable>(of type: T.Type = T.self, at keyPath: [KeyPathComponent]) throws -> [T] {
   |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
10 |         let innerData: [[String: Any]] = try value(at: keyPath)
11 |
[67/81] Emitting module Common
/Users/admin/builder/spi-builder-workspace/Sources/Common/Codable/Decoder+Decodable.swift:3:5: warning: 'public' modifier is redundant for instance method declared in a public extension
 1 |
 2 | public extension Decoder {
 3 |     public func value<T: Decodable>(of type: T.Type = T.self, at keyPath: [KeyPathComponent]) throws -> T {
   |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
 4 |         let innerData: [String: Any] = try value(at: keyPath)
 5 |         let decoder = Decoder(data: innerData)
/Users/admin/builder/spi-builder-workspace/Sources/Common/Codable/Decoder+Decodable.swift:9:5: warning: 'public' modifier is redundant for instance method declared in a public extension
 7 |         return try T(decoder: decoder)
 8 |     }
 9 |     public func values<T: Decodable>(of type: T.Type = T.self, at keyPath: [KeyPathComponent]) throws -> [T] {
   |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
10 |         let innerData: [[String: Any]] = try value(at: keyPath)
11 |
/Users/admin/builder/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathAccessible.swift:3:10: warning: associated value 'invalid(key:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
 1 |
 2 | public enum KeyPathError: Error, CustomStringConvertible {
 3 |     case invalid(key: [KeyPathComponent])
   |          `- warning: associated value 'invalid(key:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
 4 |     case missing(key: [KeyPathComponent])
 5 |     case mismatch(key: [KeyPathComponent], expected: Any.Type, found: Any.Type)
/Users/admin/builder/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathComponent.swift:2:17: note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
1 |
2 | public protocol KeyPathComponent { }
  |                 `- note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
3 |
4 | extension String: KeyPathComponent { }
/Users/admin/builder/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathAccessible.swift:4:10: warning: associated value 'missing(key:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
 2 | public enum KeyPathError: Error, CustomStringConvertible {
 3 |     case invalid(key: [KeyPathComponent])
 4 |     case missing(key: [KeyPathComponent])
   |          `- warning: associated value 'missing(key:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
 5 |     case mismatch(key: [KeyPathComponent], expected: Any.Type, found: Any.Type)
 6 |
/Users/admin/builder/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathComponent.swift:2:17: note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
1 |
2 | public protocol KeyPathComponent { }
  |                 `- note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
3 |
4 | extension String: KeyPathComponent { }
/Users/admin/builder/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathAccessible.swift:5:10: warning: associated value 'mismatch(key:expected:found:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
 3 |     case invalid(key: [KeyPathComponent])
 4 |     case missing(key: [KeyPathComponent])
 5 |     case mismatch(key: [KeyPathComponent], expected: Any.Type, found: Any.Type)
   |          `- warning: associated value 'mismatch(key:expected:found:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
 6 |
 7 |     public var description: String {
/Users/admin/builder/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathComponent.swift:2:17: note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
1 |
2 | public protocol KeyPathComponent { }
  |                 `- note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
3 |
4 | extension String: KeyPathComponent { }
/Users/admin/builder/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathAccessible.swift:3:10: warning: associated value 'invalid(key:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
 1 |
 2 | public enum KeyPathError: Error, CustomStringConvertible {
 3 |     case invalid(key: [KeyPathComponent])
   |          `- warning: associated value 'invalid(key:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
 4 |     case missing(key: [KeyPathComponent])
 5 |     case mismatch(key: [KeyPathComponent], expected: Any.Type, found: Any.Type)
/Users/admin/builder/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathComponent.swift:2:17: note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
1 |
2 | public protocol KeyPathComponent { }
  |                 `- note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
3 |
4 | extension String: KeyPathComponent { }
/Users/admin/builder/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathAccessible.swift:4:10: warning: associated value 'missing(key:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
 2 | public enum KeyPathError: Error, CustomStringConvertible {
 3 |     case invalid(key: [KeyPathComponent])
 4 |     case missing(key: [KeyPathComponent])
   |          `- warning: associated value 'missing(key:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
 5 |     case mismatch(key: [KeyPathComponent], expected: Any.Type, found: Any.Type)
 6 |
/Users/admin/builder/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathComponent.swift:2:17: note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
1 |
2 | public protocol KeyPathComponent { }
  |                 `- note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
3 |
4 | extension String: KeyPathComponent { }
/Users/admin/builder/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathAccessible.swift:5:10: warning: associated value 'mismatch(key:expected:found:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
 3 |     case invalid(key: [KeyPathComponent])
 4 |     case missing(key: [KeyPathComponent])
 5 |     case mismatch(key: [KeyPathComponent], expected: Any.Type, found: Any.Type)
   |          `- warning: associated value 'mismatch(key:expected:found:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
 6 |
 7 |     public var description: String {
/Users/admin/builder/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathComponent.swift:2:17: note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
1 |
2 | public protocol KeyPathComponent { }
  |                 `- note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
3 |
4 | extension String: KeyPathComponent { }
/Users/admin/builder/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathAccessible.swift:3:10: warning: associated value 'invalid(key:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
 1 |
 2 | public enum KeyPathError: Error, CustomStringConvertible {
 3 |     case invalid(key: [KeyPathComponent])
   |          `- warning: associated value 'invalid(key:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
 4 |     case missing(key: [KeyPathComponent])
 5 |     case mismatch(key: [KeyPathComponent], expected: Any.Type, found: Any.Type)
/Users/admin/builder/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathComponent.swift:2:17: note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
1 |
2 | public protocol KeyPathComponent { }
  |                 `- note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
3 |
4 | extension String: KeyPathComponent { }
/Users/admin/builder/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathAccessible.swift:4:10: warning: associated value 'missing(key:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
 2 | public enum KeyPathError: Error, CustomStringConvertible {
 3 |     case invalid(key: [KeyPathComponent])
 4 |     case missing(key: [KeyPathComponent])
   |          `- warning: associated value 'missing(key:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
 5 |     case mismatch(key: [KeyPathComponent], expected: Any.Type, found: Any.Type)
 6 |
/Users/admin/builder/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathComponent.swift:2:17: note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
1 |
2 | public protocol KeyPathComponent { }
  |                 `- note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
3 |
4 | extension String: KeyPathComponent { }
/Users/admin/builder/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathAccessible.swift:5:10: warning: associated value 'mismatch(key:expected:found:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
 3 |     case invalid(key: [KeyPathComponent])
 4 |     case missing(key: [KeyPathComponent])
 5 |     case mismatch(key: [KeyPathComponent], expected: Any.Type, found: Any.Type)
   |          `- warning: associated value 'mismatch(key:expected:found:)' of 'Sendable'-conforming enum 'KeyPathError' has non-sendable type 'any KeyPathComponent'; this is an error in the Swift 6 language mode
 6 |
 7 |     public var description: String {
/Users/admin/builder/spi-builder-workspace/Sources/Common/KeyPathAccessible/KeyPathComponent.swift:2:17: note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
1 |
2 | public protocol KeyPathComponent { }
  |                 `- note: protocol 'KeyPathComponent' does not conform to the 'Sendable' protocol
3 |
4 | extension String: KeyPathComponent { }
[80/81] Compiling Common String+Extensions.swift
[81/103] Compiling Common TimeInterval+Extensions.swift
[82/135] Emitting module Core
[83/137] Compiling Models Exports.swift
[84/137] Compiling Models Group.swift
[85/137] Compiling Models Author.swift
[86/137] Compiling Models Decoder+ModelPointer.swift
[87/137] Compiling Models Emoji.swift
[88/137] Compiling Models Title.swift
[89/137] Compiling Models Color.swift
[90/137] Compiling Models Field.swift
[91/137] Compiling Models Footer.swift
[92/137] Compiling Models EmojiRepresentable.swift
[93/137] Compiling Models IDRepresentable.swift
[94/137] Compiling Core String.swift
[95/137] Compiling Core WorkingDirectory.swift
[96/137] Compiling Models TokenRepresentable.swift
[97/137] Compiling Models Purpose.swift
[98/140] Compiling Models Message.swift
[99/140] Compiling Models ChatMessage.swift
[100/140] Compiling Models Parse.swift
[103/140] Compiling Models IM.swift
[104/140] Compiling Models Message+Subtype.swift
[105/140] Compiling Models Command.swift
[106/140] Compiling Models CustomEmoji.swift
[107/140] Compiling Models MessageEdit.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/ModelPointer.swift:38:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ModelPointer' to 'Hashable' by implementing 'hash(into:)' instead
36 |
37 | extension ModelPointer: Hashable {
38 |     public var hashValue: Int {
   |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ModelPointer' to 'Hashable' by implementing 'hash(into:)' instead
39 |         return id.hashValue
40 |     }
[108/140] Compiling Models ModelPointer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/ModelPointer.swift:38:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ModelPointer' to 'Hashable' by implementing 'hash(into:)' instead
36 |
37 | extension ModelPointer: Hashable {
38 |     public var hashValue: Int {
   |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ModelPointer' to 'Hashable' by implementing 'hash(into:)' instead
39 |         return id.hashValue
40 |     }
[109/140] Compiling Models Pong.swift
/Users/admin/builder/spi-builder-workspace/Sources/Models/ModelPointer.swift:38:16: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ModelPointer' to 'Hashable' by implementing 'hash(into:)' instead
36 |
37 | extension ModelPointer: Hashable {
38 |     public var hashValue: Int {
   |                `- warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'ModelPointer' to 'Hashable' by implementing 'hash(into:)' instead
39 |         return id.hashValue
40 |     }
[110/140] Compiling Models SlashCommand.swift
[111/140] Compiling Models Targets.swift
[112/140] Compiling Models Team.swift
[113/140] Compiling Models BotUser.swift
[114/140] Compiling Models Channel.swift
[115/140] Compiling Models Attachment.swift
[129/227] Compiling Node StructuredDataWrapper+Cases.swift
[130/227] Compiling Node StructuredDataWrapper+Convenience.swift
[131/227] Compiling Node StructuredDataWrapper+Equatable.swift
[132/227] Compiling Transport Stream.swift
[133/227] Compiling Transport StreamError.swift
[134/228] Compiling Random URandom.swift
[135/228] Compiling Random RandomProtocol.swift
[136/228] Compiling Random Exports.swift
[137/228] Compiling Random OSRandom.swift
[138/228] Compiling Random EmptyInitializable.swift
[139/228] Compiling Random Array+Random.swift
[140/228] Emitting module Random
[141/251] Compiling Transport ReadableStream.swift
[142/251] Compiling Transport ClientStream.swift
[143/251] Compiling Transport Exports.swift
[144/251] Compiling Transport InternetStream.swift
[145/251] Emitting module Transport
[146/251] Compiling Console ConsoleStyle.swift
[149/251] Compiling Node StructuredData.swift
[150/251] Compiling Node StructuredDataWrapper+PathIndexable.swift
[151/251] Compiling Node StructuredDataWrapper+Polymorphic.swift
[152/254] Compiling Transport WriteableStream.swift
[153/254] Compiling Transport Port.swift
[154/254] Compiling Transport ServerStream.swift
[155/254] Compiling Transport FoundationStream.swift
[156/254] Compiling Node Node.swift
[157/254] Compiling Node NodeConvertible.swift
[158/254] Compiling Node NodeInitializable.swift
[159/254] Compiling Node NodeRepresentable.swift
[160/254] Compiling Node Optional+Convertible.swift
[161/254] Compiling Node Set+Convertible.swift
[162/254] Compiling Node Number.swift
[163/254] Compiling Crypto Helpers.swift
[164/254] Compiling Crypto HMAC+Method.swift
[165/254] Compiling Crypto ByteStream.swift
[166/254] Compiling Crypto Exports.swift
[170/257] Compiling BCrypt Serializer.swift
[171/257] Compiling BCrypt Keys.swift
[172/257] Emitting module Console
[173/285] Compiling Sockets Error.swift
[174/285] Compiling Sockets FDSet.swift
[175/285] Compiling Sockets TCPEstablishedSocket.swift
[176/285] Compiling Sockets TCPInternetSocket.swift
[177/285] Compiling Sockets Address+C.swift
[178/285] Compiling Sockets Address.swift
[179/285] Compiling Sockets Buffer.swift
[180/285] Compiling Sockets Conversions.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[181/285] Emitting module Crypto
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
 2 | #define __COPENSSL_SHIM_H__
 3 |
 4 | #include <openssl/conf.h>
   |          `- error: 'openssl/conf.h' file not found
 5 | #include <openssl/evp.h>
 6 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/crypto/Sources/Crypto/Cipher/Cipher+Method.swift:1:8: error: could not build Objective-C module 'CTLS'
  1 | import CTLS
    |        `- error: could not build Objective-C module 'CTLS'
  2 |
  3 | extension Cipher {
[182/285] Compiling Crypto Hash+Method.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
 2 | #define __COPENSSL_SHIM_H__
 3 |
 4 | #include <openssl/conf.h>
   |          `- error: 'openssl/conf.h' file not found
 5 | #include <openssl/evp.h>
 6 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/crypto/Sources/Crypto/Cipher/Cipher+Method.swift:1:8: error: could not build Objective-C module 'CTLS'
  1 | import CTLS
    |        `- error: could not build Objective-C module 'CTLS'
  2 |
  3 | extension Cipher {
[183/285] Compiling Crypto PseudoRandom.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
 2 | #define __COPENSSL_SHIM_H__
 3 |
 4 | #include <openssl/conf.h>
   |          `- error: 'openssl/conf.h' file not found
 5 | #include <openssl/evp.h>
 6 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/crypto/Sources/Crypto/Cipher/Cipher+Method.swift:1:8: error: could not build Objective-C module 'CTLS'
  1 | import CTLS
    |        `- error: could not build Objective-C module 'CTLS'
  2 |
  3 | extension Cipher {
[184/285] Compiling Crypto HMAC.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
 2 | #define __COPENSSL_SHIM_H__
 3 |
 4 | #include <openssl/conf.h>
   |          `- error: 'openssl/conf.h' file not found
 5 | #include <openssl/evp.h>
 6 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/crypto/Sources/Crypto/Cipher/Cipher+Method.swift:1:8: error: could not build Objective-C module 'CTLS'
  1 | import CTLS
    |        `- error: could not build Objective-C module 'CTLS'
  2 |
  3 | extension Cipher {
[185/285] Compiling Crypto LibreSSLError.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
 2 | #define __COPENSSL_SHIM_H__
 3 |
 4 | #include <openssl/conf.h>
   |          `- error: 'openssl/conf.h' file not found
 5 | #include <openssl/evp.h>
 6 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/crypto/Sources/Crypto/Cipher/Cipher+Method.swift:1:8: error: could not build Objective-C module 'CTLS'
  1 | import CTLS
    |        `- error: could not build Objective-C module 'CTLS'
  2 |
  3 | extension Cipher {
[186/285] Compiling Crypto Hash.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
 2 | #define __COPENSSL_SHIM_H__
 3 |
 4 | #include <openssl/conf.h>
   |          `- error: 'openssl/conf.h' file not found
 5 | #include <openssl/evp.h>
 6 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/crypto/Sources/Crypto/Cipher/Cipher+Method.swift:1:8: error: could not build Objective-C module 'CTLS'
  1 | import CTLS
    |        `- error: could not build Objective-C module 'CTLS'
  2 |
  3 | extension Cipher {
[187/285] Compiling Crypto Hash+Random.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
 2 | #define __COPENSSL_SHIM_H__
 3 |
 4 | #include <openssl/conf.h>
   |          `- error: 'openssl/conf.h' file not found
 5 | #include <openssl/evp.h>
 6 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/crypto/Sources/Crypto/Cipher/Cipher+Method.swift:1:8: error: could not build Objective-C module 'CTLS'
  1 | import CTLS
    |        `- error: could not build Objective-C module 'CTLS'
  2 |
  3 | extension Cipher {
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
 2 | #define __COPENSSL_SHIM_H__
 3 |
 4 | #include <openssl/conf.h>
   |          `- error: 'openssl/conf.h' file not found
 5 | #include <openssl/evp.h>
 6 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/crypto/Sources/Crypto/Cipher/Cipher+Method.swift:1:8: error: could not build Objective-C module 'CTLS'
  1 | import CTLS
    |        `- error: could not build Objective-C module 'CTLS'
  2 |
  3 | extension Cipher {
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
 2 | #define __COPENSSL_SHIM_H__
 3 |
 4 | #include <openssl/conf.h>
   |          `- error: 'openssl/conf.h' file not found
 5 | #include <openssl/evp.h>
 6 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/crypto/Sources/Crypto/Cipher/Cipher+Method.swift:1:8: error: could not build Objective-C module 'CTLS'
  1 | import CTLS
    |        `- error: could not build Objective-C module 'CTLS'
  2 |
  3 | extension Cipher {
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
 2 | #define __COPENSSL_SHIM_H__
 3 |
 4 | #include <openssl/conf.h>
   |          `- error: 'openssl/conf.h' file not found
 5 | #include <openssl/evp.h>
 6 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/crypto/Sources/Crypto/Cipher/Cipher+Method.swift:1:8: error: could not build Objective-C module 'CTLS'
  1 | import CTLS
    |        `- error: could not build Objective-C module 'CTLS'
  2 |
  3 | extension Cipher {
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
 2 | #define __COPENSSL_SHIM_H__
 3 |
 4 | #include <openssl/conf.h>
   |          `- error: 'openssl/conf.h' file not found
 5 | #include <openssl/evp.h>
 6 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/crypto/Sources/Crypto/Cipher/Cipher+Method.swift:1:8: error: could not build Objective-C module 'CTLS'
  1 | import CTLS
    |        `- error: could not build Objective-C module 'CTLS'
  2 |
  3 | extension Cipher {
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
 2 | #define __COPENSSL_SHIM_H__
 3 |
 4 | #include <openssl/conf.h>
   |          `- error: 'openssl/conf.h' file not found
 5 | #include <openssl/evp.h>
 6 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/crypto/Sources/Crypto/Cipher/Cipher+Method.swift:1:8: error: could not build Objective-C module 'CTLS'
  1 | import CTLS
    |        `- error: could not build Objective-C module 'CTLS'
  2 |
  3 | extension Cipher {
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
 2 | #define __COPENSSL_SHIM_H__
 3 |
 4 | #include <openssl/conf.h>
   |          `- error: 'openssl/conf.h' file not found
 5 | #include <openssl/evp.h>
 6 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/crypto/Sources/Crypto/Cipher/Cipher+Method.swift:1:8: error: could not build Objective-C module 'CTLS'
  1 | import CTLS
    |        `- error: could not build Objective-C module 'CTLS'
  2 |
  3 | extension Cipher {
[194/286] Compiling Node StructuredData+Init.swift
[195/286] Compiling Node StructuredData+PathIndexable.swift
[196/286] Compiling Node StructuredData+Polymorphic.swift
[200/286] Compiling Console Terminal.swift
[201/286] Compiling Console Bool+Polymorphic.swift
[202/286] Compiling Sockets TCPReadableSocket.swift
[203/286] Compiling Sockets TCPSocket.swift
[204/286] Compiling Sockets InternetSocket.swift
[205/286] Compiling Sockets Pipe.swift
[210/286] Compiling Node StructuredData+Equatable.swift
[214/286] Compiling Sockets Socket.swift
[215/286] Compiling Sockets SocketOptions.swift
[216/286] Compiling Sockets Types.swift
[217/286] Compiling Sockets Exports.swift
[222/286] Compiling Sockets RawSocket.swift
[223/286] Compiling Sockets Select.swift
[224/286] Compiling Sockets Config.swift
[225/286] Compiling Sockets Descriptor.swift
[234/286] Emitting module Node
[235/286] Compiling Crypto Random.swift
<module-includes>:1:9: note: in file included from <module-includes>:1:
1 | #import "shim.h"
  |         `- note: in file included from <module-includes>:1:
2 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/ctls/shim.h:4:10: error: 'openssl/conf.h' file not found
 2 | #define __COPENSSL_SHIM_H__
 3 |
 4 | #include <openssl/conf.h>
   |          `- error: 'openssl/conf.h' file not found
 5 | #include <openssl/evp.h>
 6 | #include <openssl/err.h>
/Users/admin/builder/spi-builder-workspace/.build/checkouts/crypto/Sources/Crypto/Cipher/Cipher+Method.swift:1:8: error: could not build Objective-C module 'CTLS'
  1 | import CTLS
    |        `- error: could not build Objective-C module 'CTLS'
  2 |
  3 | extension Cipher {
/Users/admin/builder/spi-builder-workspace/Sources/Models/Decoder+ModelPointer.swift:3:5: warning: 'public' modifier is redundant for instance method declared in a public extension
 1 |
 2 | public extension Common.Decoder {
 3 |     public func pointer<T: IDRepresentable>(at keyPath: [KeyPathComponent]) throws -> ModelPointer<T> {
   |     `- warning: 'public' modifier is redundant for instance method declared in a public extension
 4 |         let pointerId: String = try value(at: keyPath)
 5 |         return ModelPointer(id: pointerId)
[240/286] Compiling BCrypt Salt.swift
[241/286] Compiling BCrypt Parser.swift
[242/286] Compiling BCrypt Convenience.swift
[243/286] Compiling BCrypt Export.swift
[244/286] Emitting module BCrypt
Fetching https://github.com/vapor/ctls.git
Fetching https://github.com/vapor/sockets.git
Fetching https://github.com/vapor/debugging.git
Fetching https://github.com/vapor/tls.git
Fetching https://github.com/vapor/redis.git
Fetching https://github.com/vapor/routing.git
Fetching https://github.com/vapor/engine.git
[1/3312] Fetching sockets
[101/3383] Fetching sockets, ctls
[125/4527] Fetching sockets, ctls, tls
[183/4787] Fetching sockets, ctls, tls, debugging
[385/25477] Fetching sockets, ctls, tls, debugging, routing
[412/50944] Fetching sockets, ctls, tls, debugging, routing, engine
[739/54679] Fetching sockets, ctls, tls, debugging, routing, engine, redis
Fetched https://github.com/vapor/routing.git from cache (1.69s)
Fetching https://github.com/vapor/crypto.git
Fetched https://github.com/vapor/ctls.git from cache (1.69s)
Fetching https://github.com/vapor/bcrypt.git
Fetched https://github.com/vapor/debugging.git from cache (1.69s)
Fetching https://github.com/vapor/console.git
[32130/33658] Fetching sockets, tls, engine, redis
Fetched https://github.com/vapor/engine.git from cache (1.91s)
Fetching https://github.com/vapor/bits.git
Fetched https://github.com/vapor/sockets.git from cache (1.91s)
Fetched https://github.com/vapor/redis.git from cache (1.91s)
Fetching https://github.com/vapor/core.git
Fetching https://github.com/vapor/multipart.git
Fetched https://github.com/vapor/tls.git from cache (1.91s)
Fetching https://github.com/vapor/json.git
[1/2786] Fetching crypto
[57/2885] Fetching crypto, bcrypt
[156/8286] Fetching crypto, bcrypt, console
[1117/9284] Fetching crypto, bcrypt, console, json
[1420/9642] Fetching crypto, bcrypt, console, json, bits
[1762/11487] Fetching crypto, bcrypt, console, json, bits, multipart
[5215/31630] Fetching crypto, bcrypt, console, json, bits, multipart, core
Fetched https://github.com/vapor/crypto.git from cache (1.14s)
Fetching https://github.com/vapor/node.git
Fetched https://github.com/vapor/console.git from cache (1.14s)
Fetched https://github.com/vapor/bcrypt.git from cache (1.14s)
Fetching https://github.com/vapor/random.git
Fetching https://github.com/vapor/vapor.git
[2474/23344] Fetching json, bits, multipart, core
[17971/23492] Fetching json, bits, multipart, core, random
[18611/27703] Fetching json, bits, multipart, core, random, node
Fetched https://github.com/vapor/bits.git from cache (1.79s)
[22601/27345] Fetching json, multipart, core, random, node
[26012/96039] Fetching json, multipart, core, random, node, vapor
Fetched https://github.com/vapor/multipart.git from cache (2.50s)
Fetched https://github.com/vapor/json.git from cache (2.50s)
Fetched https://github.com/vapor/core.git from cache (2.50s)
[10542/73053] Fetching random, node, vapor
Fetched https://github.com/vapor/random.git from cache (2.64s)
Fetched https://github.com/vapor/node.git from cache (2.64s)
Fetched https://github.com/vapor/vapor.git from cache (2.64s)
Computing version for https://github.com/vapor/redis.git
Computed https://github.com/vapor/redis.git at 2.1.0 (0.75s)
Computing version for https://github.com/vapor/random.git
Computed https://github.com/vapor/random.git at 1.2.0 (0.67s)
Computing version for https://github.com/vapor/sockets.git
Computed https://github.com/vapor/sockets.git at 2.2.1 (0.68s)
Computing version for https://github.com/vapor/node.git
Computed https://github.com/vapor/node.git at 2.1.1 (0.66s)
Computing version for https://github.com/vapor/core.git
Computed https://github.com/vapor/core.git at 2.2.0 (0.67s)
Computing version for https://github.com/vapor/debugging.git
Computed https://github.com/vapor/debugging.git at 1.1.0 (0.69s)
Computing version for https://github.com/vapor/bits.git
Computed https://github.com/vapor/bits.git at 1.1.0 (0.67s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 2.4.5 (0.70s)
Computing version for https://github.com/vapor/routing.git
Computed https://github.com/vapor/routing.git at 2.2.0 (0.67s)
Computing version for https://github.com/vapor/multipart.git
Computed https://github.com/vapor/multipart.git at 2.1.1 (0.67s)
Computing version for https://github.com/vapor/json.git
Computed https://github.com/vapor/json.git at 2.2.1 (0.66s)
Computing version for https://github.com/vapor/engine.git
Computed https://github.com/vapor/engine.git at 2.2.1 (0.70s)
Computing version for https://github.com/vapor/crypto.git
Computed https://github.com/vapor/crypto.git at 2.1.1 (0.66s)
Computing version for https://github.com/vapor/console.git
Computed https://github.com/vapor/console.git at 2.3.0 (0.66s)
Computing version for https://github.com/vapor/bcrypt.git
Computed https://github.com/vapor/bcrypt.git at 1.1.0 (0.66s)
Computing version for https://github.com/vapor/tls.git
Computed https://github.com/vapor/tls.git at 2.1.1 (0.68s)
Computing version for https://github.com/vapor/ctls.git
Computed https://github.com/vapor/ctls.git at 1.1.2 (0.67s)
Creating working copy for https://github.com/vapor/bits.git
Working copy of https://github.com/vapor/bits.git resolved at 1.1.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 2.4.5
Creating working copy for https://github.com/vapor/routing.git
Working copy of https://github.com/vapor/routing.git resolved at 2.2.0
Creating working copy for https://github.com/vapor/ctls.git
Working copy of https://github.com/vapor/ctls.git resolved at 1.1.2
Creating working copy for https://github.com/vapor/bcrypt.git
Working copy of https://github.com/vapor/bcrypt.git resolved at 1.1.0
Creating working copy for https://github.com/vapor/debugging.git
Working copy of https://github.com/vapor/debugging.git resolved at 1.1.0
Creating working copy for https://github.com/vapor/json.git
Working copy of https://github.com/vapor/json.git resolved at 2.2.1
Creating working copy for https://github.com/vapor/multipart.git
Working copy of https://github.com/vapor/multipart.git resolved at 2.1.1
Creating working copy for https://github.com/vapor/core.git
Working copy of https://github.com/vapor/core.git resolved at 2.2.0
Creating working copy for https://github.com/vapor/node.git
Working copy of https://github.com/vapor/node.git resolved at 2.1.1
Creating working copy for https://github.com/vapor/random.git
Working copy of https://github.com/vapor/random.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/redis.git
Working copy of https://github.com/vapor/redis.git resolved at 2.1.0
Creating working copy for https://github.com/vapor/tls.git
Working copy of https://github.com/vapor/tls.git resolved at 2.1.1
Creating working copy for https://github.com/vapor/crypto.git
Working copy of https://github.com/vapor/crypto.git resolved at 2.1.1
Creating working copy for https://github.com/vapor/sockets.git
Working copy of https://github.com/vapor/sockets.git resolved at 2.2.1
Creating working copy for https://github.com/vapor/console.git
Working copy of https://github.com/vapor/console.git resolved at 2.3.0
Creating working copy for https://github.com/vapor/engine.git
Working copy of https://github.com/vapor/engine.git resolved at 2.2.1
warning: 'ctls': ignoring declared target(s) 'CTLS' in the system package
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: couldn't find pc file for ctls
BUILD FAILURE 6.0 macosSpm
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.