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 MistKit, reference 0.2.4 (5900c2), with Swift 6.0 for Linux on 28 Nov 2024 06:24:51 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

 5 | #endif
 6 |
 7 | public protocol MKAuthenticationRedirect {
   |                 `- note: protocol 'MKAuthenticationRedirect' does not conform to the 'Sendable' protocol
 8 |   var url: URL { get }
 9 | }
/host/spi-builder-workspace/Sources/MistKit/Models/MKError.swift:6:8: warning: associated value 'invalidReponse' of 'Sendable'-conforming enum 'MKError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 4 |   case authenticationRequired(MKAuthenticationRedirect)
 5 |   case noDataFromStatus(Int)
 6 |   case invalidReponse(Any)
   |        `- warning: associated value 'invalidReponse' of 'Sendable'-conforming enum 'MKError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 7 |   case empty
 8 |   case invalidURL(URL)
[183/1214] Compiling _RopeModule BigString+RemoveSubrange.swift
/host/spi-builder-workspace/Sources/MistKit/Models/MKError.swift:4:8: warning: associated value 'authenticationRequired' of 'Sendable'-conforming enum 'MKError' has non-sendable type 'any MKAuthenticationRedirect'; this is an error in the Swift 6 language mode
 2 |
 3 | public enum MKError: Error {
 4 |   case authenticationRequired(MKAuthenticationRedirect)
   |        `- warning: associated value 'authenticationRequired' of 'Sendable'-conforming enum 'MKError' has non-sendable type 'any MKAuthenticationRedirect'; this is an error in the Swift 6 language mode
 5 |   case noDataFromStatus(Int)
 6 |   case invalidReponse(Any)
/host/spi-builder-workspace/Sources/MistKit/Authentication/MKAuthenticationRedirect.swift:7:17: note: protocol 'MKAuthenticationRedirect' does not conform to the 'Sendable' protocol
 5 | #endif
 6 |
 7 | public protocol MKAuthenticationRedirect {
   |                 `- note: protocol 'MKAuthenticationRedirect' does not conform to the 'Sendable' protocol
 8 |   var url: URL { get }
 9 | }
/host/spi-builder-workspace/Sources/MistKit/Models/MKError.swift:6:8: warning: associated value 'invalidReponse' of 'Sendable'-conforming enum 'MKError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 4 |   case authenticationRequired(MKAuthenticationRedirect)
 5 |   case noDataFromStatus(Int)
 6 |   case invalidReponse(Any)
   |        `- warning: associated value 'invalidReponse' of 'Sendable'-conforming enum 'MKError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 7 |   case empty
 8 |   case invalidURL(URL)
[184/1214] Compiling _RopeModule BigString+ReplaceSubrange.swift
/host/spi-builder-workspace/Sources/MistKit/Models/MKError.swift:4:8: warning: associated value 'authenticationRequired' of 'Sendable'-conforming enum 'MKError' has non-sendable type 'any MKAuthenticationRedirect'; this is an error in the Swift 6 language mode
 2 |
 3 | public enum MKError: Error {
 4 |   case authenticationRequired(MKAuthenticationRedirect)
   |        `- warning: associated value 'authenticationRequired' of 'Sendable'-conforming enum 'MKError' has non-sendable type 'any MKAuthenticationRedirect'; this is an error in the Swift 6 language mode
 5 |   case noDataFromStatus(Int)
 6 |   case invalidReponse(Any)
/host/spi-builder-workspace/Sources/MistKit/Authentication/MKAuthenticationRedirect.swift:7:17: note: protocol 'MKAuthenticationRedirect' does not conform to the 'Sendable' protocol
 5 | #endif
 6 |
 7 | public protocol MKAuthenticationRedirect {
   |                 `- note: protocol 'MKAuthenticationRedirect' does not conform to the 'Sendable' protocol
 8 |   var url: URL { get }
 9 | }
/host/spi-builder-workspace/Sources/MistKit/Models/MKError.swift:6:8: warning: associated value 'invalidReponse' of 'Sendable'-conforming enum 'MKError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 4 |   case authenticationRequired(MKAuthenticationRedirect)
 5 |   case noDataFromStatus(Int)
 6 |   case invalidReponse(Any)
   |        `- warning: associated value 'invalidReponse' of 'Sendable'-conforming enum 'MKError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 7 |   case empty
 8 |   case invalidURL(URL)
[185/1214] Compiling _RopeModule BigString+Split.swift
/host/spi-builder-workspace/Sources/MistKit/Models/MKError.swift:4:8: warning: associated value 'authenticationRequired' of 'Sendable'-conforming enum 'MKError' has non-sendable type 'any MKAuthenticationRedirect'; this is an error in the Swift 6 language mode
 2 |
 3 | public enum MKError: Error {
 4 |   case authenticationRequired(MKAuthenticationRedirect)
   |        `- warning: associated value 'authenticationRequired' of 'Sendable'-conforming enum 'MKError' has non-sendable type 'any MKAuthenticationRedirect'; this is an error in the Swift 6 language mode
 5 |   case noDataFromStatus(Int)
 6 |   case invalidReponse(Any)
/host/spi-builder-workspace/Sources/MistKit/Authentication/MKAuthenticationRedirect.swift:7:17: note: protocol 'MKAuthenticationRedirect' does not conform to the 'Sendable' protocol
 5 | #endif
 6 |
 7 | public protocol MKAuthenticationRedirect {
   |                 `- note: protocol 'MKAuthenticationRedirect' does not conform to the 'Sendable' protocol
 8 |   var url: URL { get }
 9 | }
/host/spi-builder-workspace/Sources/MistKit/Models/MKError.swift:6:8: warning: associated value 'invalidReponse' of 'Sendable'-conforming enum 'MKError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 4 |   case authenticationRequired(MKAuthenticationRedirect)
 5 |   case noDataFromStatus(Int)
 6 |   case invalidReponse(Any)
   |        `- warning: associated value 'invalidReponse' of 'Sendable'-conforming enum 'MKError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 7 |   case empty
 8 |   case invalidURL(URL)
[186/1214] Compiling _RopeModule Range+BigString.swift
/host/spi-builder-workspace/Sources/MistKit/Models/MKError.swift:4:8: warning: associated value 'authenticationRequired' of 'Sendable'-conforming enum 'MKError' has non-sendable type 'any MKAuthenticationRedirect'; this is an error in the Swift 6 language mode
 2 |
 3 | public enum MKError: Error {
 4 |   case authenticationRequired(MKAuthenticationRedirect)
   |        `- warning: associated value 'authenticationRequired' of 'Sendable'-conforming enum 'MKError' has non-sendable type 'any MKAuthenticationRedirect'; this is an error in the Swift 6 language mode
 5 |   case noDataFromStatus(Int)
 6 |   case invalidReponse(Any)
/host/spi-builder-workspace/Sources/MistKit/Authentication/MKAuthenticationRedirect.swift:7:17: note: protocol 'MKAuthenticationRedirect' does not conform to the 'Sendable' protocol
 5 | #endif
 6 |
 7 | public protocol MKAuthenticationRedirect {
   |                 `- note: protocol 'MKAuthenticationRedirect' does not conform to the 'Sendable' protocol
 8 |   var url: URL { get }
 9 | }
/host/spi-builder-workspace/Sources/MistKit/Models/MKError.swift:6:8: warning: associated value 'invalidReponse' of 'Sendable'-conforming enum 'MKError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 4 |   case authenticationRequired(MKAuthenticationRedirect)
 5 |   case noDataFromStatus(Int)
 6 |   case invalidReponse(Any)
   |        `- warning: associated value 'invalidReponse' of 'Sendable'-conforming enum 'MKError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 7 |   case empty
 8 |   case invalidURL(URL)
[187/1214] Compiling _RopeModule BigString+UTF16View.swift
/host/spi-builder-workspace/Sources/MistKit/Models/MKError.swift:4:8: warning: associated value 'authenticationRequired' of 'Sendable'-conforming enum 'MKError' has non-sendable type 'any MKAuthenticationRedirect'; this is an error in the Swift 6 language mode
 2 |
 3 | public enum MKError: Error {
 4 |   case authenticationRequired(MKAuthenticationRedirect)
   |        `- warning: associated value 'authenticationRequired' of 'Sendable'-conforming enum 'MKError' has non-sendable type 'any MKAuthenticationRedirect'; this is an error in the Swift 6 language mode
 5 |   case noDataFromStatus(Int)
 6 |   case invalidReponse(Any)
/host/spi-builder-workspace/Sources/MistKit/Authentication/MKAuthenticationRedirect.swift:7:17: note: protocol 'MKAuthenticationRedirect' does not conform to the 'Sendable' protocol
 5 | #endif
 6 |
 7 | public protocol MKAuthenticationRedirect {
   |                 `- note: protocol 'MKAuthenticationRedirect' does not conform to the 'Sendable' protocol
 8 |   var url: URL { get }
 9 | }
/host/spi-builder-workspace/Sources/MistKit/Models/MKError.swift:6:8: warning: associated value 'invalidReponse' of 'Sendable'-conforming enum 'MKError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 4 |   case authenticationRequired(MKAuthenticationRedirect)
 5 |   case noDataFromStatus(Int)
 6 |   case invalidReponse(Any)
   |        `- warning: associated value 'invalidReponse' of 'Sendable'-conforming enum 'MKError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 7 |   case empty
 8 |   case invalidURL(URL)
[188/1214] Compiling _RopeModule BigString+UTF8View.swift
/host/spi-builder-workspace/Sources/MistKit/Models/MKError.swift:4:8: warning: associated value 'authenticationRequired' of 'Sendable'-conforming enum 'MKError' has non-sendable type 'any MKAuthenticationRedirect'; this is an error in the Swift 6 language mode
 2 |
 3 | public enum MKError: Error {
 4 |   case authenticationRequired(MKAuthenticationRedirect)
   |        `- warning: associated value 'authenticationRequired' of 'Sendable'-conforming enum 'MKError' has non-sendable type 'any MKAuthenticationRedirect'; this is an error in the Swift 6 language mode
 5 |   case noDataFromStatus(Int)
 6 |   case invalidReponse(Any)
/host/spi-builder-workspace/Sources/MistKit/Authentication/MKAuthenticationRedirect.swift:7:17: note: protocol 'MKAuthenticationRedirect' does not conform to the 'Sendable' protocol
 5 | #endif
 6 |
 7 | public protocol MKAuthenticationRedirect {
   |                 `- note: protocol 'MKAuthenticationRedirect' does not conform to the 'Sendable' protocol
 8 |   var url: URL { get }
 9 | }
/host/spi-builder-workspace/Sources/MistKit/Models/MKError.swift:6:8: warning: associated value 'invalidReponse' of 'Sendable'-conforming enum 'MKError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 4 |   case authenticationRequired(MKAuthenticationRedirect)
 5 |   case noDataFromStatus(Int)
 6 |   case invalidReponse(Any)
   |        `- warning: associated value 'invalidReponse' of 'Sendable'-conforming enum 'MKError' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 7 |   case empty
 8 |   case invalidURL(URL)
[189/1214] Compiling _RopeModule BigString+Builder.swift
/host/spi-builder-workspace/Sources/MistKit/Authentication/MKFileStorage.swift:38:27: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
36 |       }
37 |
38 |       FileManager.default.createFile(
   |                           `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
39 |         atPath: url.path,
40 |         contents: nil,
[190/1214] Compiling _RopeModule BigString+Contents.swift
/host/spi-builder-workspace/Sources/MistKit/Authentication/MKFileStorage.swift:38:27: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
36 |       }
37 |
38 |       FileManager.default.createFile(
   |                           `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
39 |         atPath: url.path,
40 |         contents: nil,
[191/1214] Compiling _RopeModule BigString+Debugging.swift
/host/spi-builder-workspace/Sources/MistKit/Authentication/MKFileStorage.swift:38:27: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
36 |       }
37 |
38 |       FileManager.default.createFile(
   |                           `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
39 |         atPath: url.path,
40 |         contents: nil,
[192/1214] Compiling _RopeModule BigString+Index.swift
/host/spi-builder-workspace/Sources/MistKit/Authentication/MKFileStorage.swift:38:27: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
36 |       }
37 |
38 |       FileManager.default.createFile(
   |                           `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
39 |         atPath: url.path,
40 |         contents: nil,
[193/1214] Compiling _RopeModule BigString+Ingester.swift
/host/spi-builder-workspace/Sources/MistKit/Authentication/MKFileStorage.swift:38:27: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
36 |       }
37 |
38 |       FileManager.default.createFile(
   |                           `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
39 |         atPath: url.path,
40 |         contents: nil,
[194/1214] Compiling _RopeModule BigString+Invariants.swift
/host/spi-builder-workspace/Sources/MistKit/Authentication/MKFileStorage.swift:38:27: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
36 |       }
37 |
38 |       FileManager.default.createFile(
   |                           `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
39 |         atPath: url.path,
40 |         contents: nil,
[195/1214] Compiling _RopeModule BigString+Iterators.swift
/host/spi-builder-workspace/Sources/MistKit/Authentication/MKFileStorage.swift:38:27: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
36 |       }
37 |
38 |       FileManager.default.createFile(
   |                           `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
39 |         atPath: url.path,
40 |         contents: nil,
[196/1214] Compiling _RopeModule BigString+Metrics.swift
/host/spi-builder-workspace/Sources/MistKit/Authentication/MKFileStorage.swift:38:27: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
36 |       }
37 |
38 |       FileManager.default.createFile(
   |                           `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
39 |         atPath: url.path,
40 |         contents: nil,
[197/1214] Compiling _RopeModule BigString+Summary.swift
/host/spi-builder-workspace/Sources/MistKit/Authentication/MKFileStorage.swift:38:27: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
36 |       }
37 |
38 |       FileManager.default.createFile(
   |                           `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
39 |         atPath: url.path,
40 |         contents: nil,
[198/1214] Compiling _RopeModule BigString.swift
/host/spi-builder-workspace/Sources/MistKit/Authentication/MKFileStorage.swift:38:27: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
36 |       }
37 |
38 |       FileManager.default.createFile(
   |                           `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
39 |         atPath: url.path,
40 |         contents: nil,
[199/1214] Compiling _RopeModule Rope+_Storage.swift
[200/1214] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[201/1214] Compiling _RopeModule Rope+_UnsafeHandle.swift
[202/1214] Compiling _RopeModule Rope.swift
[203/1214] Compiling _RopeModule RopeElement.swift
[204/1214] Compiling _RopeModule RopeMetric.swift
[205/1214] Compiling _RopeModule RopeSummary.swift
[206/1214] Compiling _RopeModule _RopeItem.swift
[207/1214] Compiling _RopeModule _RopePath.swift
[208/1214] Compiling _RopeModule BigString+UnicodeScalarView.swift
[209/1214] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[210/1214] Compiling _RopeModule BigString+Chunk+Breaks.swift
[211/1214] Compiling _RopeModule BigString+Chunk+Counts.swift
[212/1214] Compiling _RopeModule BigString+Chunk+Description.swift
[213/1214] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[214/1214] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[215/1214] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[216/1214] Compiling _RopeModule BigString+Chunk+Splitting.swift
[217/1214] Compiling _RopeModule BigString+Chunk.swift
[218/1214] Compiling _RopeModule BigString+BidirectionalCollection.swift
[219/1214] Compiling _RopeModule BigString+Comparable.swift
[220/1214] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[221/1214] Compiling _RopeModule BigString+CustomStringConvertible.swift
[222/1214] Compiling _RopeModule BigString+Equatable.swift
[223/1214] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[224/1214] Compiling _RopeModule BigString+Hashing.swift
[225/1214] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[226/1214] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[227/1214] Compiling _RopeModule BigString+Sequence.swift
[228/1214] Compiling _RopeModule BigString+TextOutputStream.swift
[229/1214] Compiling _RopeModule BigSubstring+UTF16View.swift
[230/1214] Compiling _RopeModule BigSubstring+UTF8View.swift
[231/1214] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[232/1214] Compiling _RopeModule BigSubstring.swift
[233/1214] Compiling _RopeModule Rope+Builder.swift
[234/1214] Compiling _RopeModule Rope+Debugging.swift
[235/1214] Compiling _RopeModule Rope+Invariants.swift
[236/1214] Compiling _RopeModule Rope+_Node.swift
[237/1214] Compiling _RopeModule _RopeVersion.swift
[238/1214] Compiling _RopeModule Rope+Collection.swift
[239/1214] Compiling HeapModule Heap+Invariants.swift
[240/1214] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[241/1220] Compiling HeapModule Heap+Descriptions.swift
[242/1296] Compiling RoutingKit Router.swift
[243/1296] Compiling RoutingKit PathComponent.swift
[244/1296] Compiling HeapModule _HeapNode.swift
[244/1296] Compiling tls13_enc.cc
[246/1296] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[247/1296] Compiling HashTreeCollections TreeSet+Debugging.swift
[248/1296] Compiling HashTreeCollections TreeSet+Descriptions.swift
[249/1296] Compiling HashTreeCollections TreeSet+Equatable.swift
[250/1296] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[251/1296] Compiling HashTreeCollections TreeSet+Extras.swift
[252/1296] Compiling HashTreeCollections TreeSet+Filter.swift
[253/1303] Compiling RoutingKit Parameters.swift
[254/1303] Compiling HeapModule Heap.swift
[255/1303] Compiling HashTreeCollections TreeDictionary+Merge.swift
[256/1303] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[257/1303] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[258/1303] Compiling HashTreeCollections TreeDictionary+Values.swift
[259/1303] Compiling HashTreeCollections TreeDictionary.swift
[260/1303] Compiling HashTreeCollections TreeSet+Codable.swift
[261/1303] Compiling HashTreeCollections TreeSet+Collection.swift
[262/1303] Emitting module RoutingKit
[263/1303] Compiling RoutingKit AnyRouter.swift
[264/1303] Emitting module HeapModule
[265/1303] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[266/1303] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[267/1303] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[268/1303] Compiling HashTreeCollections TreeDictionary+Filter.swift
[269/1303] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[270/1303] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[271/1303] Compiling HashTreeCollections TreeDictionary+Keys.swift
[272/1303] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[273/1303] Compiling HeapModule Heap+UnsafeHandle.swift
[275/1304] Emitting module CoreMetrics
[276/1304] Compiling CoreMetrics Metrics.swift
[277/1314] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
/host/spi-builder-workspace/Sources/MistKit/URLNetworking/MKURLRequest.swift:22:7: warning: capture of 'callback' with non-sendable type '(Result<any MKHttpResponse, any Error>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
20 |         result = .failure(MKError.empty)
21 |       }
22 |       callback(result)
   |       |- warning: capture of 'callback' with non-sendable type '(Result<any MKHttpResponse, any Error>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
   |       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
23 |     }
24 |     .resume()
[278/1314] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
/host/spi-builder-workspace/Sources/MistKit/URLNetworking/MKURLRequest.swift:22:7: warning: capture of 'callback' with non-sendable type '(Result<any MKHttpResponse, any Error>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
20 |         result = .failure(MKError.empty)
21 |       }
22 |       callback(result)
   |       |- warning: capture of 'callback' with non-sendable type '(Result<any MKHttpResponse, any Error>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
   |       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
23 |     }
24 |     .resume()
[279/1314] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
/host/spi-builder-workspace/Sources/MistKit/URLNetworking/MKURLRequest.swift:22:7: warning: capture of 'callback' with non-sendable type '(Result<any MKHttpResponse, any Error>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
20 |         result = .failure(MKError.empty)
21 |       }
22 |       callback(result)
   |       |- warning: capture of 'callback' with non-sendable type '(Result<any MKHttpResponse, any Error>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
   |       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
23 |     }
24 |     .resume()
[280/1314] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
/host/spi-builder-workspace/Sources/MistKit/URLNetworking/MKURLRequest.swift:22:7: warning: capture of 'callback' with non-sendable type '(Result<any MKHttpResponse, any Error>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
20 |         result = .failure(MKError.empty)
21 |       }
22 |       callback(result)
   |       |- warning: capture of 'callback' with non-sendable type '(Result<any MKHttpResponse, any Error>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
   |       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
23 |     }
24 |     .resume()
[281/1314] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
/host/spi-builder-workspace/Sources/MistKit/URLNetworking/MKURLRequest.swift:22:7: warning: capture of 'callback' with non-sendable type '(Result<any MKHttpResponse, any Error>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
20 |         result = .failure(MKError.empty)
21 |       }
22 |       callback(result)
   |       |- warning: capture of 'callback' with non-sendable type '(Result<any MKHttpResponse, any Error>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
   |       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
23 |     }
24 |     .resume()
[282/1314] Compiling MistKit MKURLBuilderProtocol.swift
/host/spi-builder-workspace/Sources/MistKit/URLNetworking/MKURLRequest.swift:22:7: warning: capture of 'callback' with non-sendable type '(Result<any MKHttpResponse, any Error>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
20 |         result = .failure(MKError.empty)
21 |       }
22 |       callback(result)
   |       |- warning: capture of 'callback' with non-sendable type '(Result<any MKHttpResponse, any Error>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
   |       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
23 |     }
24 |     .resume()
[283/1314] Compiling MistKit MKURLRequest.swift
/host/spi-builder-workspace/Sources/MistKit/URLNetworking/MKURLRequest.swift:22:7: warning: capture of 'callback' with non-sendable type '(Result<any MKHttpResponse, any Error>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
20 |         result = .failure(MKError.empty)
21 |       }
22 |       callback(result)
   |       |- warning: capture of 'callback' with non-sendable type '(Result<any MKHttpResponse, any Error>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
   |       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
23 |     }
24 |     .resume()
[284/1314] Compiling MistKit MKURLResponse.swift
/host/spi-builder-workspace/Sources/MistKit/URLNetworking/MKURLRequest.swift:22:7: warning: capture of 'callback' with non-sendable type '(Result<any MKHttpResponse, any Error>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
20 |         result = .failure(MKError.empty)
21 |       }
22 |       callback(result)
   |       |- warning: capture of 'callback' with non-sendable type '(Result<any MKHttpResponse, any Error>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
   |       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
23 |     }
24 |     .resume()
[285/1314] Compiling MistKit MKURLSessionClient.swift
/host/spi-builder-workspace/Sources/MistKit/URLNetworking/MKURLRequest.swift:22:7: warning: capture of 'callback' with non-sendable type '(Result<any MKHttpResponse, any Error>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
20 |         result = .failure(MKError.empty)
21 |       }
22 |       callback(result)
   |       |- warning: capture of 'callback' with non-sendable type '(Result<any MKHttpResponse, any Error>) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
   |       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
23 |     }
24 |     .resume()
[285/1321] Wrapping AST for _NIODataStructures for debugging
[289/1321] Compiling HashTreeCollections _Bucket.swift
[290/1321] Compiling HashTreeCollections _Hash.swift
[291/1321] Compiling HashTreeCollections _HashLevel.swift
[292/1321] Compiling HashTreeCollections _HashNode+Builder.swift
[293/1321] Compiling HashTreeCollections _HashNode+Debugging.swift
[294/1321] Compiling HashTreeCollections _HashNode+Initializers.swift
[295/1321] Compiling HashTreeCollections _HashNode+Invariants.swift
[296/1321] Compiling HashTreeCollections _HashNode+Lookups.swift
[297/1321] Compiling RoutingKit TrieRouter.swift
[299/1322] Compiling DequeModule Deque+CustomReflectable.swift
[300/1322] Compiling DequeModule Deque+Descriptions.swift
[301/1324] Compiling HashTreeCollections TreeSet+Hashable.swift
[302/1324] Compiling HashTreeCollections TreeSet+Sendable.swift
[303/1324] Compiling HashTreeCollections TreeSet+Sequence.swift
[304/1324] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[305/1324] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[310/1334] Wrapping AST for SystemPackage for debugging
[311/1334] Wrapping AST for Logging for debugging
[313/1334] Compiling DequeModule Deque+Equatable.swift
[314/1334] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[315/1334] Compiling DequeModule _DequeBuffer.swift
[316/1334] Compiling DequeModule _DequeBufferHeader.swift
[316/1336] Wrapping AST for RoutingKit for debugging
[318/1338] Compiling DequeModule Deque+Testing.swift
[319/1338] Compiling DequeModule Deque._Storage.swift
[320/1338] Compiling DequeModule Deque._UnsafeHandle.swift
[321/1338] Compiling DequeModule Deque.swift
[324/1338] Compiling DequeModule _DequeSlot.swift
[325/1338] Compiling DequeModule _UnsafeWrappedBuffer.swift
[326/1338] Compiling HashTreeCollections _UnsafePath.swift
[327/1338] Compiling HashTreeCollections TreeDictionary+Codable.swift
[328/1338] Compiling HashTreeCollections TreeDictionary+Collection.swift
[329/1338] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[330/1338] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[331/1338] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[332/1338] Compiling HashTreeCollections _AncestorHashSlots.swift
[333/1338] Compiling HashTreeCollections _Bitmap.swift
[333/1338] Wrapping AST for MistKit for debugging
[335/1340] Compiling MistKitDemo MistDemoConfiguration.swift
[335/1340] Wrapping AST for InternalCollectionsUtilities for debugging
[336/1340] Wrapping AST for HeapModule for debugging
[338/1340] Compiling MistKitDemo MistDemoDefaultConfiguration.swift
[339/1340] Emitting module MistKitDemo
[339/1340] Wrapping AST for CoreMetrics for debugging
[341/1340] Compiling DequeModule Deque+Extras.swift
[342/1340] Compiling DequeModule Deque+Hashable.swift
[343/1340] Compiling Metrics Metrics.swift
[344/1340] Compiling MistKitDemo TodoListItem.swift
[345/1340] Emitting module Metrics
[370/1342] Wrapping AST for Metrics for debugging
[376/1342] Compiling DequeModule Deque+Codable.swift
[377/1342] Compiling DequeModule Deque+Collection.swift
[383/1342] Wrapping AST for MistKitDemo for debugging
[395/1351] Compiling OrderedCollections OrderedSet+Sendable.swift
[396/1351] Compiling OrderedCollections OrderedSet+SubSequence.swift
[397/1351] Compiling OrderedCollections OrderedSet+Testing.swift
[398/1351] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[399/1351] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[400/1351] Compiling OrderedCollections OrderedSet.swift
[401/1351] Compiling OrderedCollections _UnsafeBitset.swift
[402/1351] Compiling _RopeModule _CharacterRecognizer.swift
[403/1351] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[404/1351] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[405/1351] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[406/1351] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[407/1351] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[408/1351] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[409/1351] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[410/1351] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[411/1351] Compiling HashTreeCollections TreeSet.swift
[424/1351] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[425/1351] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[426/1351] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[427/1351] Compiling HashTreeCollections _HashNode+Structural merge.swift
[431/1351] Compiling tls13_client.cc
[453/1351] Emitting module DequeModule
[454/1352] Wrapping AST for DequeModule for debugging
[455/1352] Compiling tls13_both.cc
[489/1352] Compiling t1_enc.cc
[490/1352] Compiling ssl_versions.cc
[492/1352] Emitting module _RopeModule
[493/1352] Emitting module OrderedCollections
[494/1353] Compiling ssl_x509.cc
[496/1353] Compiling _RopeModule Rope+Join.swift
[497/1353] Compiling _RopeModule Rope+MutatingForEach.swift
[498/1353] Compiling _RopeModule Rope+Remove.swift
[499/1353] Compiling _RopeModule Rope+RemoveSubrange.swift
[500/1353] Compiling _RopeModule Rope+Split.swift
[501/1353] Compiling _RopeModule Optional Utilities.swift
[502/1353] Compiling _RopeModule String Utilities.swift
[503/1353] Compiling _RopeModule String.Index+ABI.swift
[504/1353] Wrapping AST for OrderedCollections for debugging
[505/1353] Compiling ssl_transcript.cc
[517/1353] Compiling ssl_stat.cc
[518/1353] Compiling ssl_privkey.cc
[519/1353] Compiling ssl_session.cc
[520/1353] Compiling ssl_key_share.cc
[541/1354] Compiling ssl_file.cc
[543/1354] Emitting module HashTreeCollections
[544/1355] Compiling ssl_lib.cc
[545/1355] Wrapping AST for _RopeModule for debugging
[546/1355] Compiling ssl_credential.cc
[547/1355] Wrapping AST for HashTreeCollections for debugging
[548/1355] Compiling ssl_cipher.cc
[549/1355] Compiling ssl_buffer.cc
[550/1355] Compiling ssl_cert.cc
[551/1355] Compiling ssl_asn1.cc
[552/1355] Compiling ssl_aead_ctx.cc
[553/1355] Compiling s3_pkt.cc
[554/1355] Compiling s3_lib.cc
[555/1355] Compiling s3_both.cc
[556/1355] Compiling handshake_client.cc
[557/1355] Compiling handshake.cc
[558/1355] Compiling handshake_server.cc
[559/1355] Compiling extensions.cc
[560/1355] Compiling dtls_record.cc
[561/1355] Compiling encrypted_client_hello.cc
[562/1355] Compiling handoff.cc
[563/1355] Compiling md5-x86_64-linux.S
[564/1355] Compiling md5-x86_64-apple.S
[565/1355] Compiling md5-586-linux.S
[566/1355] Compiling md5-586-apple.S
[567/1355] Compiling err_data.c
[568/1355] Compiling dtls_method.cc
[569/1355] Compiling chacha20_poly1305_x86_64-linux.S
[570/1355] Compiling chacha20_poly1305_x86_64-apple.S
[571/1355] Compiling chacha20_poly1305_armv8-win.S
[572/1355] Compiling chacha20_poly1305_armv8-linux.S
[573/1355] Compiling d1_srtp.cc
[574/1355] Compiling chacha20_poly1305_armv8-apple.S
[575/1355] Compiling chacha-x86_64-linux.S
[576/1355] Compiling chacha-x86-linux.S
[577/1355] Compiling chacha-armv8-win.S
[578/1355] Compiling chacha-x86_64-apple.S
[579/1355] Compiling chacha-x86-apple.S
[580/1355] Compiling chacha-armv8-linux.S
[581/1355] Compiling chacha-armv4-linux.S
[582/1355] Compiling chacha-armv8-apple.S
[583/1355] Compiling aes128gcmsiv-x86_64-linux.S
[584/1355] Compiling x86_64-mont5-apple.S
[585/1355] Compiling aes128gcmsiv-x86_64-apple.S
[586/1355] Compiling x86_64-mont5-linux.S
[587/1355] Compiling x86_64-mont-linux.S
[588/1355] Compiling x86-mont-linux.S
[589/1355] Compiling x86_64-mont-apple.S
[590/1355] Compiling x86-mont-apple.S
[591/1355] Compiling vpaes-x86_64-linux.S
[592/1355] Compiling vpaes-x86-linux.S
[593/1355] Compiling vpaes-x86_64-apple.S
[594/1355] Compiling bio_ssl.cc
[595/1355] Compiling vpaes-x86-apple.S
[596/1355] Compiling vpaes-armv8-win.S
[597/1355] Compiling vpaes-armv8-linux.S
[598/1355] Compiling vpaes-armv7-linux.S
[599/1355] Compiling sha512-armv8-win.S
[600/1355] Compiling vpaes-armv8-apple.S
[601/1355] Compiling sha512-armv8-linux.S
[602/1355] Compiling sha512-x86_64-apple.S
[603/1355] Compiling sha512-x86_64-linux.S
[604/1355] Compiling d1_pkt.cc
[605/1355] Compiling sha512-armv8-apple.S
[606/1355] Compiling sha512-586-linux.S
[607/1355] Compiling sha512-armv4-linux.S
[608/1355] Compiling sha512-586-apple.S
[609/1355] Compiling d1_both.cc
[610/1355] Compiling sha256-x86_64-apple.S
[611/1355] Compiling sha256-x86_64-linux.S
[612/1355] Compiling sha256-armv8-win.S
[613/1355] Compiling sha256-armv8-apple.S
[614/1355] Compiling sha256-586-apple.S
[614/1355] Compiling sha256-armv8-linux.S
[616/1355] Compiling sha256-586-linux.S
[617/1355] Compiling d1_lib.cc
[618/1355] Compiling sha256-armv4-linux.S
[619/1355] Compiling sha1-x86_64-apple.S
[620/1355] Compiling sha1-armv8-apple.S
[621/1355] Compiling sha1-x86_64-linux.S
[622/1355] Compiling sha1-armv8-win.S
[623/1355] Compiling sha1-armv8-linux.S
[624/1355] Compiling sha1-armv4-large-linux.S
[625/1355] Compiling rsaz-avx2-linux.S
[625/1355] Compiling sha1-586-linux.S
[627/1355] Compiling sha1-586-apple.S
[628/1355] Compiling rdrand-x86_64-linux.S
[629/1355] Compiling rsaz-avx2-apple.S
[630/1355] Compiling rdrand-x86_64-apple.S
[631/1355] Compiling p256_beeu-x86_64-asm-linux.S
[632/1355] Compiling p256_beeu-x86_64-asm-apple.S
[633/1355] Compiling p256_beeu-armv8-asm-win.S
[634/1355] Compiling p256_beeu-armv8-asm-apple.S
[635/1355] Compiling p256-armv8-asm-win.S
[636/1355] Compiling p256_beeu-armv8-asm-linux.S
[637/1355] Compiling p256-x86_64-asm-apple.S
[638/1355] Compiling p256-x86_64-asm-linux.S
[639/1355] Compiling ghashv8-armv8-apple.S
[639/1355] Compiling p256-armv8-asm-linux.S
[641/1355] Compiling ghashv8-armv8-win.S
[642/1355] Compiling ghashv8-armv7-linux.S
[642/1355] Compiling p256-armv8-asm-apple.S
[644/1355] Compiling ghashv8-armv8-linux.S
[645/1355] Compiling ghash-x86_64-linux.S
[646/1355] Compiling ghash-x86_64-apple.S
[647/1355] Compiling ghash-x86-linux.S
[648/1355] Compiling ghash-x86-apple.S
[649/1355] Compiling ghash-ssse3-x86_64-linux.S
[650/1355] Compiling ghash-ssse3-x86_64-apple.S
[651/1355] Compiling ghash-ssse3-x86-apple.S
[651/1355] Compiling ghash-ssse3-x86-linux.S
[653/1355] Compiling ghash-neon-armv8-apple.S
[654/1355] Compiling bn-armv8-win.S
[655/1355] Compiling bn-armv8-linux.S
[656/1355] Compiling ghash-neon-armv8-win.S
[657/1355] Compiling bn-armv8-apple.S
[658/1355] Compiling bn-586-linux.S
[659/1355] Compiling armv8-mont-linux.S
[660/1355] Compiling bn-586-apple.S
[661/1355] Compiling armv8-mont-win.S
[662/1355] Compiling aesv8-gcm-armv8-win.S
[662/1355] Compiling armv8-mont-apple.S
[664/1355] Compiling armv4-mont-linux.S
[664/1355] Compiling aesv8-gcm-armv8-linux.S
[666/1355] Compiling aesv8-gcm-armv8-apple.S
[667/1355] Compiling aesv8-armv8-linux.S
[668/1355] Compiling aesv8-armv8-win.S
[669/1355] Compiling aesni-x86-linux.S
[670/1355] Compiling aesv8-armv8-apple.S
[671/1355] Compiling aesv8-armv7-linux.S
[672/1355] Compiling aesni-x86_64-apple.S
[673/1355] Compiling aesni-x86_64-linux.S
[674/1355] Compiling aesni-x86-apple.S
[675/1355] Compiling aesni-gcm-x86_64-linux.S
[676/1355] Compiling aesni-gcm-x86_64-apple.S
[677/1355] Compiling x_val.c
[678/1355] Compiling x_sig.c
[679/1355] Compiling x_spki.c
[680/1355] Compiling x_x509a.c
[681/1355] Compiling x_x509.c
[682/1355] Compiling x_name.c
[683/1355] Compiling x_pubkey.c
[684/1355] Compiling x_req.c
[685/1355] Compiling x_attrib.c
[686/1355] Compiling x_algor.c
[687/1355] Compiling x_all.c
[688/1355] Compiling x_crl.c
[689/1355] Compiling x509spki.c
[690/1355] Compiling x_exten.c
[691/1355] Compiling x509rset.c
[692/1355] Compiling x509cset.c
[693/1355] Compiling x509name.c
[694/1355] Compiling x509_vpm.c
[695/1355] Compiling x509_txt.c
[696/1355] Compiling x509_trs.c
[697/1355] Compiling x509_vfy.c
[698/1355] Compiling x509_v3.c
[699/1355] Compiling x509_req.c
[700/1355] Compiling x509_lu.c
[701/1355] Compiling x509_set.c
[702/1355] Compiling x509_ext.c
[703/1355] Compiling x509_def.c
[704/1355] Compiling x509_obj.c
[705/1355] Compiling x509_cmp.c
[706/1355] Compiling x509_d2.c
[707/1355] Compiling x509_att.c
[708/1355] Compiling x509.c
[709/1355] Compiling v3_skey.c
[710/1355] Compiling v3_purp.c
[711/1355] Compiling v3_pmaps.c
[712/1355] Compiling v3_pcons.c
[713/1355] Compiling v3_ocsp.c
[714/1355] Compiling v3_prn.c
[715/1355] Compiling v3_lib.c
[716/1355] Compiling v3_info.c
[717/1355] Compiling v3_ncons.c
[718/1355] Compiling v3_int.c
[719/1355] Compiling v3_enum.c
[720/1355] Compiling v3_utl.c
[721/1355] Compiling v3_crld.c
[722/1355] Compiling v3_extku.c
[723/1355] Compiling v3_genn.c
[724/1355] Compiling v3_bcons.c
[725/1355] Compiling v3_ia5.c
[726/1355] Compiling v3_bitst.c
[727/1355] Compiling v3_cpols.c
[728/1355] Compiling v3_akeya.c
[729/1355] Compiling v3_conf.c
[730/1355] Compiling t_x509.c
[731/1355] Compiling v3_alt.c
[732/1355] Compiling v3_akey.c
[733/1355] Compiling t_x509a.c
[734/1355] Compiling t_req.c
[735/1355] Compiling i2d_pr.c
[736/1355] Compiling t_crl.c
[737/1355] Compiling rsa_pss.c
[738/1355] Compiling name_print.c
[739/1355] Compiling policy.c
[740/1355] Compiling by_file.c
[741/1355] Compiling a_verify.c
[742/1355] Compiling asn1_gen.c
[743/1355] Compiling a_digest.c
[744/1355] Compiling voprf.c
[745/1355] Compiling by_dir.c
[746/1355] Compiling algorithm.c
[747/1355] Compiling trust_token.c
[748/1355] Compiling thread_win.c
[749/1355] Compiling a_sign.c
[750/1355] Compiling thread_none.c
[751/1355] Compiling thread_pthread.c
[752/1355] Compiling thread.c
[752/1355] Compiling spx_util.c
[754/1355] Compiling spx_thash.c
[755/1355] Compiling spx_fors.c
[756/1355] Compiling spx_wots.c
[757/1355] Compiling spx.c
[758/1355] Compiling spx_merkle.c
[759/1355] Compiling pmbtoken.c
[760/1355] Compiling spx_address.c
[761/1355] Compiling stack.c
[762/1355] Compiling wots.c
[763/1355] Compiling thash.c
[764/1355] Compiling sha256.c
[765/1355] Compiling slhdsa.c
[766/1355] Compiling sha512.c
[767/1355] Compiling fors.c
[768/1355] Compiling merkle.c
[769/1355] Compiling siphash.c
[770/1355] Compiling sha1.c
[771/1355] Compiling rsa_print.c
[772/1355] Compiling rc4.c
[773/1355] Compiling rsa_extra.c
[774/1355] Compiling rand_extra.c
[775/1355] Compiling trusty.c
[776/1355] Compiling windows.c
[777/1355] Compiling refcount.c
[778/1355] Compiling rsa_asn1.c
[779/1355] Compiling rsa_crypt.c
[779/1355] Compiling urandom.c
[781/1355] Compiling passive.c
[782/1355] Compiling ios.c
[783/1355] Compiling getentropy.c
[784/1355] Compiling deterministic.c
[785/1355] Compiling fork_detect.c
[786/1355] Compiling poly1305_arm_asm.S
[787/1355] Compiling forkunsafe.c
[788/1355] Compiling pool.c
[789/1355] Compiling poly1305_arm.c
[790/1355] Compiling poly1305.c
[791/1355] Compiling pkcs7.c
[792/1355] Compiling poly1305_vec.c
[793/1355] Compiling p5_pbev2.c
[794/1355] Compiling pkcs8.c
[795/1355] Compiling pem_xaux.c
[796/1355] Compiling pem_x509.c
[796/1355] Compiling pkcs8_x509.c
[798/1355] Compiling pkcs7_x509.c
[799/1355] Compiling pem_pkey.c
[800/1355] Compiling obj_xref.c
[801/1355] Compiling pem_pk8.c
[802/1355] Compiling pem_oth.c
[803/1355] Compiling mem.c
[804/1355] Compiling pem_info.c
[805/1355] Compiling md5.c
[806/1355] Compiling mldsa.c
[807/1355] Compiling pem_lib.c
[808/1355] Compiling obj.c
[809/1355] Compiling pem_all.c
[810/1355] Compiling md4.c
[811/1355] Compiling fips_shared_support.c
[812/1355] Compiling keccak.c
[813/1355] Compiling lhash.c
[814/1355] Compiling kyber.c
[815/1355] Compiling poly_rq_mul.S
[816/1355] Compiling hpke.c
[817/1355] Compiling sign.c
[818/1355] Compiling scrypt.c
[819/1355] Compiling ex_data.c
[820/1355] Compiling mlkem.cc
[821/1355] Compiling print.c
[822/1355] Compiling pbkdf.c
[823/1355] Compiling hrss.c
[824/1355] Compiling p_x25519.c
[825/1355] Compiling p_rsa.c
[826/1355] Compiling p_x25519_asn1.c
[827/1355] Compiling p_hkdf.c
[828/1355] Compiling p_ed25519.c
[829/1355] Compiling p_ed25519_asn1.c
[830/1355] Compiling p_ec_asn1.c
[831/1355] Compiling p_rsa_asn1.c
[832/1355] Compiling p_dsa_asn1.c
[833/1355] Compiling p_ec.c
[834/1355] Compiling p_dh.c
[835/1355] Compiling p_dh_asn1.c
[836/1355] Compiling evp_ctx.c
[837/1355] Compiling evp_asn1.c
[837/1355] Compiling err.c
[839/1355] Compiling evp.c
[840/1355] Compiling engine.c
[841/1355] Compiling ecdh_extra.c
[842/1355] Compiling ec_derive.c
[843/1355] Compiling hash_to_curve.c
[844/1355] Compiling ec_asn1.c
[845/1355] Compiling dsa_asn1.c
[846/1355] Compiling ecdsa_asn1.c
[847/1355] Compiling params.c
[848/1355] Compiling dh_asn1.c
[849/1355] Compiling digest_extra.c
[850/1355] Compiling dsa.c
[851/1355] Compiling spake25519.c
[852/1355] Compiling des.c
[853/1355] Compiling x25519-asm-arm.S
[854/1355] Compiling dilithium.c
[855/1355] Compiling cpu_arm_freebsd.c
[856/1355] Compiling crypto.c
[857/1355] Compiling cpu_arm_linux.c
[858/1355] Compiling curve25519.c
[859/1355] Compiling cpu_aarch64_sysreg.c
[860/1355] Compiling cpu_intel.c
[861/1355] Compiling cpu_aarch64_win.c
[862/1355] Compiling cpu_aarch64_fuchsia.c
[863/1355] Compiling cpu_aarch64_openbsd.c
[864/1355] Compiling cpu_aarch64_linux.c
[865/1355] Compiling cpu_aarch64_apple.c
[866/1355] Compiling e_tls.c
[867/1355] Compiling conf.c
[868/1355] Compiling tls_cbc.c
[869/1355] Compiling e_rc4.c
[870/1355] Compiling curve25519_64_adx.c
[871/1355] Compiling e_des.c
[872/1355] Compiling e_rc2.c
[873/1355] Compiling e_null.c
[874/1355] Compiling derive_key.c
[875/1355] Compiling e_chacha20poly1305.c
[876/1355] Compiling e_aesgcmsiv.c
[877/1355] Compiling e_aesctrhmac.c
[878/1355] Compiling unicode.c
[879/1355] Compiling chacha.c
[880/1355] Compiling ber.c
[881/1355] Compiling cipher_extra.c
[882/1355] Compiling buf.c
[883/1355] Compiling cbs.c
[884/1355] Compiling asn1_compat.c
[885/1355] Compiling cbb.c
[886/1355] Compiling bn_asn1.c
[887/1355] Compiling blake2.c
[887/1355] Compiling convert.c
[889/1355] Compiling socket.c
[890/1355] Compiling socket_helper.c
[891/1355] Compiling printf.c
[892/1355] Compiling pair.c
[893/1355] Compiling hexdump.c
[894/1355] Compiling file.c
[895/1355] Compiling bio_mem.c
[896/1355] Compiling errno.c
[897/1355] Compiling fd.c
[898/1355] Compiling bio.c
[899/1355] Compiling base64.c
[900/1355] Compiling connect.c
[901/1355] Compiling tasn_typ.c
[902/1355] Compiling tasn_utl.c
[903/1355] Compiling tasn_fre.c
[904/1355] Compiling tasn_enc.c
[905/1355] Compiling tasn_dec.c
[906/1355] Compiling posix_time.c
[907/1355] Compiling f_int.c
[907/1355] Compiling tasn_new.c
[909/1355] Compiling f_string.c
[910/1355] Compiling asn_pack.c
[911/1355] Compiling asn1_lib.c
[912/1355] Compiling a_utctm.c
[913/1355] Compiling a_type.c
[914/1355] Compiling asn1_par.c
[915/1355] Compiling a_time.c
[916/1355] Compiling a_octet.c
[917/1355] Compiling a_mbstr.c
[918/1355] Compiling a_object.c
[919/1355] Compiling a_strnid.c
[920/1355] Compiling a_i2d_fp.c
[921/1355] Compiling a_strex.c
[922/1355] Compiling a_int.c
[923/1355] Compiling a_gentm.c
[924/1355] Compiling a_dup.c
[925/1355] Compiling a_d2i_fp.c
[925/1355] Compiling a_bool.c
[927/1355] Compiling fiat_p256_adx_sqr.S
[928/1355] Compiling a_bitstr.c
[929/1355] Compiling bcm.c
[930/1355] Compiling fiat_p256_adx_mul.S
[931/1355] Compiling fiat_curve25519_adx_square.S
[932/1355] Compiling fiat_curve25519_adx_mul.S
[933/1355] Compiling md5-x86_64-linux.S
[934/1355] Compiling err_data.c
[935/1355] Compiling md5-586-apple.S
[936/1355] Compiling md5-586-linux.S
[937/1355] Compiling md5-x86_64-apple.S
[938/1355] Compiling CCryptoBoringSSLShims shims.c
[939/1355] Compiling chacha20_poly1305_armv8-linux.S
[940/1355] Compiling chacha20_poly1305_x86_64-apple.S
[941/1355] Compiling chacha20_poly1305_armv8-apple.S
[941/1355] Compiling chacha20_poly1305_armv8-win.S
[943/1355] Compiling chacha-x86_64-linux.S
[944/1355] Compiling chacha20_poly1305_x86_64-linux.S
[945/1355] Compiling chacha-x86_64-apple.S
[946/1355] Compiling chacha-x86-linux.S
[947/1355] Compiling chacha-x86-apple.S
[948/1355] Compiling chacha-armv8-win.S
[949/1355] Compiling chacha-armv8-apple.S
[950/1355] Compiling chacha-armv4-linux.S
[951/1355] Compiling chacha-armv8-linux.S
[952/1355] Compiling aes128gcmsiv-x86_64-linux.S
[953/1355] Compiling aes128gcmsiv-x86_64-apple.S
[954/1355] Compiling x86_64-mont5-linux.S
[954/1355] Compiling x86_64-mont5-apple.S
[956/1355] Compiling x86_64-mont-linux.S
[957/1355] Compiling x86-mont-linux.S
[958/1355] Compiling x86_64-mont-apple.S
[959/1355] Compiling x86-mont-apple.S
[960/1355] Compiling vpaes-x86_64-apple.S
[961/1355] Compiling vpaes-x86_64-linux.S
[962/1355] Compiling vpaes-x86-linux.S
[963/1355] Compiling vpaes-x86-apple.S
[964/1355] Compiling vpaes-armv8-win.S
[965/1355] Compiling vpaes-armv8-linux.S
[966/1355] Compiling vpaes-armv8-apple.S
[967/1355] Compiling sha512-x86_64-apple.S
[968/1355] Compiling vpaes-armv7-linux.S
[969/1355] Compiling sha512-armv8-win.S
[970/1355] Compiling sha512-x86_64-linux.S
[971/1355] Compiling sha512-armv8-apple.S
[972/1355] Compiling sha512-armv8-linux.S
[973/1355] Compiling sha512-armv4-linux.S
[974/1355] Compiling sha512-586-linux.S
[975/1355] Compiling sha256-x86_64-linux.S
[976/1355] Compiling sha512-586-apple.S
[977/1355] Compiling sha256-x86_64-apple.S
[978/1355] Compiling sha256-armv8-win.S
[979/1355] Compiling sha256-armv8-linux.S
[980/1355] Compiling sha256-armv8-apple.S
[981/1355] Compiling sha256-armv4-linux.S
[982/1355] Compiling sha256-586-apple.S
[983/1355] Compiling sha1-x86_64-linux.S
[984/1355] Compiling sha256-586-linux.S
[985/1355] Compiling sha1-armv8-win.S
[986/1355] Compiling sha1-x86_64-apple.S
[987/1355] Compiling sha1-armv8-linux.S
[988/1355] Compiling sha1-armv4-large-linux.S
[989/1355] Compiling sha1-armv8-apple.S
[990/1355] Compiling sha1-586-apple.S
[991/1355] Compiling sha1-586-linux.S
[992/1355] Compiling rsaz-avx2-apple.S
[993/1355] Compiling rsaz-avx2-linux.S
[994/1355] Compiling p256_beeu-x86_64-asm-linux.S
[994/1355] Compiling rdrand-x86_64-linux.S
[996/1355] Compiling rdrand-x86_64-apple.S
[997/1355] Compiling p256_beeu-x86_64-asm-apple.S
[998/1355] Compiling p256_beeu-armv8-asm-linux.S
[999/1355] Compiling p256_beeu-armv8-asm-win.S
[1000/1355] Compiling p256_beeu-armv8-asm-apple.S
[1001/1355] Compiling p256-x86_64-asm-apple.S
[1002/1355] Compiling p256-armv8-asm-linux.S
[1003/1355] Compiling p256-x86_64-asm-linux.S
[1004/1355] Compiling p256-armv8-asm-win.S
[1005/1355] Compiling p256-armv8-asm-apple.S
[1006/1355] Compiling ghashv8-armv8-win.S
[1007/1355] Compiling ghashv8-armv8-linux.S
[1008/1355] Compiling ghashv8-armv8-apple.S
[1009/1355] Compiling ghashv8-armv7-linux.S
[1010/1355] Compiling ghash-x86-linux.S
[1011/1355] Compiling ghash-x86-apple.S
[1012/1355] Compiling ghash-x86_64-linux.S
[1013/1355] Compiling ghash-x86_64-apple.S
[1014/1355] Compiling ghash-ssse3-x86_64-apple.S
[1015/1355] Compiling ghash-ssse3-x86_64-linux.S
[1016/1355] Compiling ghash-ssse3-x86-linux.S
[1017/1355] Compiling ghash-ssse3-x86-apple.S
[1018/1355] Compiling ghash-neon-armv8-linux.S
[1019/1355] Compiling ghash-neon-armv8-win.S
[1020/1355] Compiling ghash-neon-armv8-apple.S
[1021/1355] Compiling ghash-armv4-linux.S
[1022/1355] Compiling co-586-apple.S
[1023/1355] Compiling bn-armv8-win.S
[1024/1355] Compiling co-586-linux.S
[1025/1355] Compiling bsaes-armv7-linux.S
[1026/1355] Compiling armv8-mont-win.S
[1027/1355] Compiling bn-armv8-apple.S
[1028/1355] Compiling bn-586-apple.S
[1029/1355] Compiling bn-armv8-linux.S
[1030/1355] Compiling bn-586-linux.S
[1031/1355] Compiling armv8-mont-linux.S
[1032/1355] Compiling armv8-mont-apple.S
[1033/1355] Compiling armv4-mont-linux.S
[1034/1355] Compiling aesv8-gcm-armv8-win.S
[1035/1355] Compiling aesv8-gcm-armv8-linux.S
[1036/1355] Compiling aesv8-armv8-linux.S
[1037/1355] Compiling aesv8-gcm-armv8-apple.S
[1038/1355] Compiling aesv8-armv8-win.S
[1039/1355] Compiling aesv8-armv8-apple.S
[1040/1355] Compiling aesv8-armv7-linux.S
[1041/1355] Compiling aesni-x86_64-linux.S
[1042/1355] Compiling aesni-x86-linux.S
[1043/1355] Compiling aesni-gcm-x86_64-apple.S
[1044/1355] Compiling aesni-x86_64-apple.S
[1045/1355] Compiling aesni-gcm-x86_64-linux.S
[1046/1355] Compiling aesni-x86-apple.S
[1047/1355] Compiling x_val.c
[1047/1355] Compiling x_x509a.c
[1049/1355] Compiling x_sig.c
[1050/1355] Compiling x_x509.c
[1051/1355] Compiling x_req.c
[1052/1355] Compiling x_spki.c
[1053/1355] Compiling x_exten.c
[1054/1355] Compiling x_pubkey.c
[1055/1355] Compiling x_crl.c
[1056/1355] Compiling x_name.c
[1057/1355] Compiling x_algor.c
[1058/1355] Compiling x_all.c
[1059/1355] Compiling x_attrib.c
[1060/1355] Compiling x509rset.c
[1061/1355] Compiling x509spki.c
[1062/1355] Compiling x509name.c
[1063/1355] Compiling c-nioatomics.c
[1064/1355] Compiling x509cset.c
[1065/1355] Compiling x509_txt.c
[1066/1355] Compiling x509_trs.c
[1067/1355] Compiling x509_vpm.c
[1068/1355] Compiling x509_v3.c
[1069/1355] Compiling x509_set.c
[1070/1355] Compiling x509_vfy.c
[1071/1355] Compiling x509_req.c
[1072/1355] Compiling x509_def.c
[1073/1355] Compiling x509_ext.c
[1074/1355] Compiling x509_lu.c
[1075/1355] Compiling x509_d2.c
[1076/1355] Compiling x509_obj.c
[1077/1355] Compiling x509_cmp.c
[1078/1355] Compiling x509.c
[1079/1355] Compiling x509_att.c
[1080/1355] Compiling c-atomics.c
[1081/1355] Compiling v3_skey.c
[1082/1355] Compiling v3_prn.c
[1083/1355] Compiling v3_purp.c
[1084/1355] Compiling v3_utl.c
[1085/1355] Compiling v3_ocsp.c
[1086/1355] Compiling v3_pcons.c
[1087/1355] Compiling v3_pmaps.c
[1088/1361] Compiling v3_int.c
[1089/1361] Compiling v3_ncons.c
[1090/1361] Compiling v3_lib.c
[1091/1361] Compiling v3_info.c
[1092/1361] Compiling v3_ia5.c
[1093/1361] Compiling v3_genn.c
[1094/1361] Compiling v3_enum.c
[1096/1361] Compiling NIOConcurrencyHelpers NIOLock.swift
[1096/1361] Compiling v3_extku.c
[1097/1361] Compiling v3_cpols.c
[1097/1361] Compiling v3_crld.c
[1099/1361] Compiling v3_bcons.c
[1100/1361] Compiling v3_bitst.c
[1101/1361] Compiling v3_conf.c
[1102/1361] Compiling v3_alt.c
[1104/1361] Compiling NIOConcurrencyHelpers lock.swift
[1104/1361] Compiling t_x509a.c
[1105/1361] Compiling v3_akey.c
[1107/1361] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1107/1361] Compiling t_x509.c
[1108/1361] Compiling v3_akeya.c
[1110/1361] Emitting module NIOConcurrencyHelpers
[1110/1361] Compiling t_req.c
[1111/1361] Compiling rsa_pss.c
[1112/1361] Compiling t_crl.c
[1113/1361] Compiling i2d_pr.c
[1114/1361] Compiling name_print.c
[1115/1361] Compiling policy.c
[1116/1361] Compiling by_file.c
[1118/1361] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1119/1361] Compiling NIOConcurrencyHelpers atomics.swift
[1119/1362] Compiling by_dir.c
[1121/1362] Compiling voprf.c
[1122/1362] Compiling a_digest.c
[1123/1362] Compiling a_sign.c
[1123/1362] Compiling algorithm.c
[1125/1362] Compiling a_verify.c
[1125/1362] Compiling asn1_gen.c
[1127/1362] Compiling thread_none.c
[1128/1362] Compiling thread.c
[1129/1362] Compiling thread_win.c
[1130/1362] Compiling thread_pthread.c
[1131/1362] Compiling spx_wots.c
[1132/1362] Compiling spx_util.c
[1133/1362] Compiling stack.c
[1134/1362] Compiling spx_merkle.c
[1135/1362] Compiling spx_thash.c
[1136/1362] Compiling spx_fors.c
[1137/1362] Compiling trust_token.c
[1138/1362] Compiling spx_address.c
[1139/1362] Compiling spx.c
[1140/1362] Compiling slhdsa.c
[1141/1362] Compiling pmbtoken.c
[1142/1362] Compiling fors.c
[1143/1362] Compiling merkle.c
[1143/1362] Compiling thash.c
[1143/1362] Compiling wots.c
[1146/1362] Compiling sha256.c
[1147/1362] Compiling sha1.c
[1148/1362] Compiling sha512.c
[1149/1362] Compiling rsa_print.c
[1150/1362] Compiling siphash.c
[1151/1362] Compiling rsa_extra.c
[1152/1362] Wrapping AST for NIOConcurrencyHelpers for debugging
[1153/1362] Compiling rc4.c
[1154/1362] Compiling refcount.c
[1155/1362] Compiling rsa_asn1.c
[1156/1362] Compiling rsa_crypt.c
[1157/1362] Compiling trusty.c
[1158/1367] Compiling windows.c
[1159/1379] Compiling rand_extra.c
[1160/1379] Compiling urandom.c
[1161/1379] Compiling getentropy.c
[1162/1379] Compiling ios.c
[1163/1388] Compiling passive.c
[1164/1388] Compiling deterministic.c
[1165/1388] Compiling poly1305_arm_asm.S
[1166/1388] Compiling forkunsafe.c
[1167/1388] Compiling fork_detect.c
[1168/1388] Compiling poly1305.c
[1168/1388] Compiling pool.c
[1168/1388] Compiling poly1305_arm.c
[1171/1388] Compiling poly1305_vec.c
[1172/1388] Compiling pkcs7.c
[1173/1388] Compiling pkcs8_x509.c
[1175/1388] Emitting module ConsoleKitTerminal
[1175/1391] Compiling pkcs7_x509.c
[1176/1391] Compiling pem_xaux.c
[1178/1391] Compiling ConsoleKitTerminal Console+Confirm.swift
[1179/1391] Compiling ConsoleKitTerminal Console+Input.swift
[1180/1391] Compiling ConsoleKitTerminal Console+Center.swift
[1181/1391] Compiling ConsoleKitTerminal Console+Output.swift
[1182/1391] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1183/1391] Compiling ConsoleKitTerminal ConsoleClear.swift
[1184/1391] Compiling ConsoleKitTerminal Console+Ask.swift
[1185/1391] Compiling ConsoleKitTerminal Console+Choose.swift
[1185/1391] Compiling p5_pbev2.c
[1187/1391] Compiling ConsoleKitTerminal CustomActivity.swift
[1188/1391] Compiling ConsoleKitTerminal LoadingBar.swift
[1189/1391] Compiling ConsoleKitTerminal ProgressBar.swift
[1190/1391] Compiling ConsoleKitTerminal Console+Clear.swift
[1190/1391] Compiling pkcs8.c
[1192/1391] Compiling ConsoleKitTerminal ActivityBar.swift
[1193/1391] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1194/1391] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1195/1391] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1195/1391] Compiling pem_x509.c
[1196/1391] Compiling pem_pk8.c
[1197/1391] Compiling pem_pkey.c
[1198/1391] Compiling pem_oth.c
[1199/1391] Compiling pem_info.c
[1200/1391] Compiling pem_lib.c
[1201/1391] Compiling obj_xref.c
[1202/1391] Compiling mem.c
[1203/1391] Compiling md5.c
[1204/1391] Compiling obj.c
[1205/1391] Compiling md4.c
[1206/1391] Compiling lhash.c
[1207/1391] Compiling mldsa.c
[1209/1391] Compiling ConsoleKitTerminal ConsoleText.swift
[1210/1391] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1211/1391] Compiling ConsoleKitTerminal ANSI.swift
[1212/1391] Compiling ConsoleKitTerminal Console.swift
[1213/1391] Compiling ConsoleKitTerminal Terminal.swift
[1214/1391] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1215/1391] Compiling ConsoleKitTerminal Console+Wait.swift
[1216/1391] Compiling ConsoleKitTerminal ConsoleColor.swift
[1217/1391] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1217/1391] Compiling fips_shared_support.c
[1218/1391] Compiling pem_all.c
[1219/1391] Compiling kyber.c
[1220/1391] Compiling keccak.c
[1221/1391] Compiling poly_rq_mul.S
[1222/1391] Compiling ex_data.c
[1223/1391] Compiling scrypt.c
[1224/1391] Compiling hpke.c
[1225/1391] Compiling sign.c
[1226/1391] Compiling hrss.c
[1227/1391] Compiling print.c
[1228/1391] Compiling p_x25519.c
[1229/1391] Compiling pbkdf.c
[1230/1391] Compiling p_x25519_asn1.c
[1231/1391] Compiling p_rsa_asn1.c
[1232/1391] Compiling p_rsa.c
[1233/1391] Compiling p_ed25519_asn1.c
[1234/1391] Compiling p_hkdf.c
[1235/1391] Compiling p_ed25519.c
[1236/1391] Compiling p_ec_asn1.c
[1237/1391] Compiling p_ec.c
[1238/1391] Compiling p_dh.c
[1239/1391] Compiling p_dh_asn1.c
[1240/1391] Compiling evp_ctx.c
[1241/1391] Compiling evp_asn1.c
[1241/1391] Compiling p_dsa_asn1.c
[1241/1391] Compiling evp.c
[1244/1391] Compiling engine.c
[1245/1391] Compiling ecdh_extra.c
[1246/1391] Compiling err.c
[1247/1391] Compiling ec_derive.c
[1248/1391] Compiling ecdsa_asn1.c
[1249/1391] Compiling hash_to_curve.c
[1250/1391] Compiling dsa_asn1.c
[1251/1391] Compiling digest_extra.c
[1251/1391] Compiling ec_asn1.c
[1253/1391] Compiling dh_asn1.c
[1254/1391] Compiling params.c
[1256/1391] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1257/1391] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1258/1391] Compiling ConsoleKitTerminal LoggerFragment.swift
[1258/1391] Compiling spake25519.c
[1259/1392] Compiling dilithium.c
[1260/1392] Compiling dsa.c
[1261/1392] Compiling x25519-asm-arm.S
[1262/1392] Compiling des.c
[1263/1392] Compiling cpu_intel.c
[1264/1392] Compiling cpu_arm_linux.c
[1266/1392] Compiling cpu_arm_freebsd.c
[1267/1392] Compiling crypto.c
[1268/1392] Compiling cpu_aarch64_win.c
[1269/1392] Compiling cpu_aarch64_openbsd.c
[1270/1392] Compiling cpu_aarch64_linux.c
[1271/1392] Compiling cpu_aarch64_sysreg.c
[1272/1392] Compiling cpu_aarch64_apple.c
[1273/1392] Compiling cpu_aarch64_fuchsia.c
[1274/1392] Compiling curve25519.c
[1275/1392] Compiling tls_cbc.c
[1276/1392] Compiling conf.c
[1277/1392] Compiling e_rc4.c
[1278/1392] Compiling e_tls.c
[1279/1392] Compiling e_rc2.c
[1280/1392] Compiling e_null.c
[1281/1392] Compiling e_des.c
[1282/1392] Compiling e_chacha20poly1305.c
[1283/1392] Compiling derive_key.c
[1284/1392] Compiling e_aesgcmsiv.c
[1285/1392] Compiling curve25519_64_adx.c
[1286/1392] Compiling e_aesctrhmac.c
[1287/1392] Compiling cipher_extra.c
[1288/1392] Compiling unicode.c
[1289/1392] Compiling chacha.c
[1290/1392] Compiling ber.c
[1291/1392] Compiling cbb.c
[1292/1392] Compiling bn_asn1.c
[1292/1392] Compiling asn1_compat.c
[1292/1392] Compiling cbs.c
[1295/1392] Compiling convert.c
[1296/1392] Compiling buf.c
[1297/1392] Compiling printf.c
[1297/1392] Compiling blake2.c
[1299/1392] Compiling pair.c
[1300/1392] Wrapping AST for ConsoleKitTerminal for debugging
[1301/1392] Compiling hexdump.c
[1302/1392] Compiling errno.c
[1303/1392] Compiling fd.c
[1304/1392] Compiling file.c
[1305/1396] Compiling bio_mem.c
[1306/1411] Compiling base64.c
[1307/1414] Compiling bio.c
[1308/1414] Compiling bcm.c
[1309/1414] Compiling tasn_typ.c
[1310/1414] Compiling tasn_utl.c
[1311/1414] Compiling posix_time.c
[1312/1414] Compiling tasn_dec.c
[1313/1414] Compiling f_string.c
[1314/1414] Compiling tasn_enc.c
[1315/1414] Compiling tasn_fre.c
[1316/1414] Compiling asn_pack.c
[1317/1414] Compiling f_int.c
[1317/1414] Compiling asn1_par.c
[1319/1414] Compiling asn1_lib.c
[1319/1414] Compiling tasn_new.c
[1321/1414] Compiling a_time.c
[1322/1414] Compiling a_type.c
[1322/1414] Compiling a_utctm.c
[1324/1414] Compiling a_octet.c
[1325/1414] Compiling a_mbstr.c
[1327/1414] Emitting module ConsoleKitCommands
[1328/1416] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1329/1416] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1330/1416] Compiling ConsoleKitCommands Argument.swift
[1331/1416] Compiling ConsoleKitCommands CommandSignature.swift
[1332/1416] Compiling ConsoleKitCommands Flag.swift
[1333/1416] Compiling ConsoleKitCommands Option.swift
[1333/1416] Compiling a_strex.c
[1334/1416] Compiling a_i2d_fp.c
[1335/1416] Compiling a_strnid.c
[1336/1416] Compiling a_object.c
[1337/1416] Compiling a_dup.c
[1337/1416] Write sources
[1345/1416] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1346/1416] Compiling a_d2i_fp.c
[1346/1416] Compiling a_gentm.c
[1348/1416] Compiling a_int.c
[1349/1416] Compiling a_bool.c
[1350/1416] Compiling a_bitstr.c
[1352/1416] Compiling ConsoleKitCommands AsyncCommands.swift
[1353/1416] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1354/1416] Compiling ConsoleKitCommands AnyCommand.swift
[1355/1429] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1356/1429] Compiling ConsoleKitCommands Utilities.swift
[1357/1429] Compiling ConsoleKitCommands Command.swift
[1358/1429] Compiling ConsoleKitCommands CommandContext.swift
[1359/1429] Compiling ConsoleKitCommands CommandError.swift
[1360/1523] Compiling BitCollections BitArray+Shifts.swift
[1361/1523] Compiling Atomics OptionalRawRepresentable.swift
[1362/1523] Compiling Atomics RawRepresentable.swift
[1363/1523] Compiling Atomics AtomicOptionalWrappable.swift
[1364/1523] Compiling Atomics IntegerConformances.swift
[1365/1523] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1366/1523] Compiling BitCollections BitArray.swift
[1367/1523] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1368/1523] Compiling BitCollections BitSet+Codable.swift
[1369/1524] Emitting module ArgumentParserToolInfo
[1370/1524] Wrapping AST for ConsoleKitCommands for debugging
[1372/1524] Compiling Atomics Primitives.shims.swift
[1373/1524] Compiling Atomics AtomicInteger.swift
[1375/1528] Compiling Atomics ManagedAtomic.swift
[1376/1528] Compiling Atomics ManagedAtomicLazyReference.swift
[1377/1528] Compiling ConsoleKit Exports.swift
[1378/1528] Emitting module ConsoleKit
[1379/1529] Compiling Atomics AtomicMemoryOrderings.swift
[1380/1529] Compiling Atomics DoubleWord.swift
[1382/1529] Compiling CryptoBoringWrapper RandomBytes.swift
[1382/1529] Wrapping AST for ConsoleKit for debugging
[1384/1529] Compiling Atomics IntegerOperations.swift
[1385/1529] Compiling Atomics Unmanaged extensions.swift
[1386/1529] Emitting module BitCollections
[1387/1536] Compiling ArgumentParserToolInfo ToolInfo.swift
[1390/1537] Compiling Atomics AtomicReference.swift
[1391/1537] Compiling Atomics AtomicStorage.swift
[1392/1537] Compiling Atomics AtomicValue.swift
[1394/1537] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1395/1537] Compiling CryptoBoringWrapper EllipticCurve.swift
[1396/1537] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1397/1537] Compiling BitCollections BitSet+Initializers.swift
[1398/1537] Compiling BitCollections BitSet+Invariants.swift
[1399/1537] Compiling BitCollections BitSet+Random.swift
[1400/1537] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1401/1537] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1402/1537] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1403/1537] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1404/1537] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1405/1537] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1406/1537] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1407/1537] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1408/1537] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1409/1537] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1410/1537] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1411/1537] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1412/1537] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1413/1537] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1414/1537] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1415/1537] Compiling BitCollections BitSet+SetAlgebra union.swift
[1416/1537] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1417/1537] Compiling BitCollections BitSet.Counted.swift
[1417/1537] Wrapping AST for ArgumentParserToolInfo for debugging
[1419/1571] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1420/1571] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1421/1571] Emitting module CryptoBoringWrapper
[1422/1571] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1423/1572] Wrapping AST for CryptoBoringWrapper for debugging
[1425/1593] Compiling BitCollections BitSet.Index.swift
[1426/1593] Compiling BitCollections BitSet._UnsafeHandle.swift
[1427/1593] Compiling BitCollections BitSet.swift
[1428/1593] Compiling BitCollections Range+Utilities.swift
[1429/1593] Compiling BitCollections Slice+Utilities.swift
[1430/1593] Compiling BitCollections UInt+Tricks.swift
[1431/1593] Compiling BitCollections _Word.swift
[1432/1643] Compiling Crypto Cipher.swift
[1433/1643] Compiling Crypto Nonces.swift
[1434/1643] Compiling Crypto ASN1.swift
[1435/1643] Compiling Crypto ASN1Any.swift
[1436/1646] Compiling Crypto AES-GCM.swift
[1437/1646] Compiling Crypto AES-GCM_boring.swift
[1438/1646] Compiling Crypto ChaChaPoly_boring.swift
[1439/1646] Compiling Crypto ChaChaPoly.swift
[1444/1646] Compiling Crypto ASN1BitString.swift
[1445/1646] Compiling Crypto ASN1Boolean.swift
[1446/1646] Compiling Crypto ASN1Identifier.swift
[1447/1646] Compiling Crypto ASN1Integer.swift
[1448/1646] Compiling Crypto ASN1Null.swift
[1449/1646] Compiling Crypto ASN1OctetString.swift
[1450/1646] Compiling Crypto ASN1Strings.swift
[1451/1646] Compiling Crypto ArraySliceBigint.swift
[1452/1646] Compiling Crypto GeneralizedTime.swift
[1453/1646] Compiling Crypto ObjectIdentifier.swift
[1454/1646] Compiling Crypto ECDSASignature.swift
[1455/1646] Compiling Crypto PEMDocument.swift
[1456/1646] Compiling Crypto PKCS8PrivateKey.swift
[1457/1646] Compiling Crypto SEC1PrivateKey.swift
[1458/1646] Compiling Crypto SubjectPublicKeyInfo.swift
[1459/1646] Compiling Crypto CryptoKitErrors.swift
[1460/1646] Compiling Algorithms Trim.swift
[1461/1646] Compiling Algorithms Unique.swift
[1462/1646] Compiling Algorithms Windows.swift
[1463/1646] Compiling Crypto HashFunctions.swift
[1464/1646] Compiling Crypto HashFunctions_SHA2.swift
[1465/1646] Compiling Crypto HPKE-AEAD.swift
[1466/1646] Compiling Crypto HKDF.swift
[1483/1647] Wrapping AST for BitCollections for debugging
[1485/1649] Compiling Collections Collections.swift
[1486/1649] Emitting module Collections
[1493/1654] Emitting module ArgumentParser
[1498/1654] Wrapping AST for Collections for debugging
[1507/1654] Compiling ArgumentParser CollectionExtensions.swift
[1508/1654] Compiling ArgumentParser SequenceExtensions.swift
[1509/1654] Compiling ArgumentParser StringExtensions.swift
[1510/1654] Compiling ArgumentParser Tree.swift
[1513/1654] Compiling Crypto AESWrap.swift
[1514/1654] Compiling Crypto AESWrap_boring.swift
[1537/1654] Compiling Crypto Ed25519Keys.swift
[1538/1654] Compiling Crypto NISTCurvesKeys.swift
[1539/1654] Compiling Crypto X25519Keys.swift
[1550/1663] Emitting module Atomics
[1563/1665] Compiling Crypto SymmetricKeys.swift
[1564/1665] Compiling Crypto HMAC.swift
[1565/1665] Compiling Crypto MACFunctions.swift
[1566/1665] Compiling Crypto MessageAuthenticationCode.swift
[1567/1665] Compiling Crypto AES.swift
[1568/1665] Compiling Crypto ECDSASignature_boring.swift
[1569/1665] Compiling Crypto ECDSA_boring.swift
[1570/1665] Compiling Crypto EdDSA_boring.swift
[1571/1665] Compiling Crypto ECDSA.swift
[1572/1665] Compiling Crypto Ed25519.swift
[1573/1665] Compiling Crypto HPKE-Ciphersuite.swift
[1574/1665] Compiling Crypto HPKE-KDF.swift
[1575/1665] Compiling Crypto HPKE-KexKeyDerivation.swift
[1576/1665] Compiling Crypto HPKE-LabeledExtract.swift
[1577/1665] Compiling Crypto HPKE-Utils.swift
[1578/1665] Compiling Crypto DHKEM.swift
[1579/1665] Compiling Crypto HPKE-KEM-Curve25519.swift
[1580/1665] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1581/1665] Compiling Crypto HPKE-KEM.swift
[1582/1665] Compiling Crypto HPKE-Errors.swift
[1583/1665] Compiling Crypto HPKE.swift
[1584/1665] Compiling Crypto HPKE-Context.swift
[1585/1665] Compiling Crypto HPKE-KeySchedule.swift
[1586/1665] Compiling Crypto HPKE-Modes.swift
[1587/1665] Compiling Crypto Insecure.swift
[1588/1665] Compiling Crypto Insecure_HashFunctions.swift
[1589/1665] Compiling Crypto KEM.swift
[1590/1665] Compiling Crypto ECDH_boring.swift
[1591/1665] Compiling Crypto DH.swift
[1592/1665] Compiling Crypto ECDH.swift
[1592/1665] Wrapping AST for Atomics for debugging
[1593/1665] Wrapping AST for ArgumentParser for debugging
[1595/1697] Emitting module Crypto
[1596/1725] Emitting module Algorithms
[1597/1726] Wrapping AST for Algorithms for debugging
[1599/1726] Compiling NIOCore ByteBuffer-multi-int.swift
[1600/1726] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1601/1726] Compiling NIOCore ByteBuffer-views.swift
[1602/1726] Compiling NIOCore Channel.swift
[1603/1726] Compiling NIOCore ChannelHandler.swift
[1604/1726] Compiling NIOCore ChannelHandlers.swift
[1605/1726] Compiling NIOCore ChannelInvoker.swift
[1606/1726] Compiling NIOCore ChannelOption.swift
[1607/1726] Compiling NIOCore ChannelPipeline.swift
[1608/1726] Compiling NIOCore AddressedEnvelope.swift
[1609/1726] Compiling NIOCore AsyncAwaitSupport.swift
[1610/1726] Compiling NIOCore AsyncChannel.swift
[1611/1726] Compiling NIOCore AsyncChannelHandler.swift
[1612/1726] Compiling NIOCore AsyncChannelInboundStream.swift
[1613/1726] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1614/1726] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1615/1726] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1616/1726] Compiling NIOCore NIOAsyncWriter.swift
[1617/1726] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1618/1726] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1619/1726] Compiling NIOCore MulticastChannel.swift
[1620/1726] Compiling NIOCore NIOAny.swift
[1621/1726] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1622/1726] Compiling NIOCore NIOLoopBound.swift
[1623/1726] Compiling NIOCore NIOScheduledCallback.swift
[1624/1726] Compiling NIOCore NIOSendable.swift
[1625/1726] Compiling NIOCore PointerHelpers.swift
[1626/1726] Compiling NIOCore RecvByteBufferAllocator.swift
[1627/1734] Compiling Crypto Signature.swift
[1628/1734] Compiling Crypto CryptoKitErrors_boring.swift
[1629/1734] Compiling Crypto RNG_boring.swift
[1630/1734] Compiling Crypto SafeCompare_boring.swift
[1631/1734] Compiling Crypto Zeroization_boring.swift
[1632/1734] Compiling Crypto PrettyBytes.swift
[1633/1734] Compiling Crypto SafeCompare.swift
[1634/1734] Compiling Crypto SecureBytes.swift
[1635/1734] Compiling Crypto Zeroization.swift
[1636/1735] Wrapping AST for Crypto for debugging
[1638/1735] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1639/1735] Compiling NIOCore SocketAddresses.swift
[1640/1735] Compiling NIOCore SocketOptionProvider.swift
[1641/1735] Compiling NIOCore SystemCallHelpers.swift
[1642/1735] Compiling NIOCore TimeAmount+Duration.swift
[1643/1735] Compiling NIOCore TypeAssistedChannelHandler.swift
[1644/1735] Compiling NIOCore UniversalBootstrapSupport.swift
[1645/1735] Compiling NIOCore Utilities.swift
[1648/1735] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1649/1735] Compiling NIOCore EventLoopFuture.swift
[1650/1735] Compiling NIOCore FileDescriptor.swift
[1651/1735] Compiling NIOCore FileHandle.swift
[1652/1735] Compiling NIOCore FileRegion.swift
[1653/1735] Compiling NIOCore GlobalSingletons.swift
[1654/1735] Compiling NIOCore CircularBuffer.swift
[1655/1735] Compiling NIOCore Codec.swift
[1656/1735] Compiling NIOCore ConvenienceOptionSupport.swift
[1657/1735] Compiling NIOCore DeadChannel.swift
[1658/1735] Compiling NIOCore DispatchQueue+WithFuture.swift
[1659/1735] Compiling NIOCore EventLoop+Deprecated.swift
[1660/1735] Compiling NIOCore EventLoop+SerialExecutor.swift
[1661/1735] Compiling NIOCore EventLoop.swift
[1662/1735] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1663/1735] Compiling NIOCore BSDSocketAPI.swift
[1664/1735] Compiling NIOCore ByteBuffer-aux.swift
[1665/1735] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1666/1735] Compiling NIOCore ByteBuffer-conversions.swift
[1667/1735] Compiling NIOCore ByteBuffer-core.swift
[1668/1735] Compiling NIOCore ByteBuffer-hex.swift
[1669/1735] Compiling NIOCore ByteBuffer-int.swift
[1670/1735] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1671/1735] Compiling NIOCore IO.swift
[1672/1735] Compiling NIOCore IOData.swift
[1673/1735] Compiling NIOCore IPProtocol.swift
[1674/1735] Compiling NIOCore IntegerBitPacking.swift
[1675/1735] Compiling NIOCore IntegerTypes.swift
[1676/1735] Compiling NIOCore Interfaces.swift
[1677/1735] Compiling NIOCore Linux.swift
[1678/1735] Compiling NIOCore MarkedCircularBuffer.swift
[1697/1735] Emitting module NIOCore
[1698/1736] Wrapping AST for NIOCore for debugging
[1700/1788] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1701/1788] Compiling NIOEmbedded AsyncTestingChannel.swift
[1702/1788] Emitting module NIOEmbedded
[1703/1788] Compiling NIOEmbedded Embedded.swift
[1704/1789] Wrapping AST for NIOEmbedded for debugging
[1706/1789] Compiling NIOPosix Pool.swift
[1707/1789] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1708/1789] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1709/1789] Compiling NIOPosix PosixSingletons.swift
[1710/1789] Compiling NIOPosix RawSocketBootstrap.swift
[1711/1789] Compiling NIOPosix Resolver.swift
[1712/1789] Compiling NIOPosix Selectable.swift
[1713/1795] Compiling NIOPosix ThreadPosix.swift
[1714/1795] Compiling NIOPosix ThreadWindows.swift
[1715/1795] Compiling NIOPosix UnsafeTransfer.swift
[1716/1795] Compiling NIOPosix Utilities.swift
[1717/1795] Compiling NIOPosix VsockAddress.swift
[1718/1795] Compiling NIOPosix VsockChannelEvents.swift
[1719/1795] Compiling NIOPosix BSDSocketAPICommon.swift
[1720/1795] Compiling NIOPosix BSDSocketAPIPosix.swift
[1721/1795] Compiling NIOPosix BSDSocketAPIWindows.swift
[1722/1795] Compiling NIOPosix BaseSocket.swift
[1723/1795] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1724/1795] Compiling NIOPosix BaseSocketChannel.swift
[1725/1795] Compiling NIOPosix BaseStreamSocketChannel.swift
[1726/1795] Emitting module NIOPosix
[1727/1795] Compiling NIOPosix IO.swift
[1728/1795] Compiling NIOPosix IntegerBitPacking.swift
[1729/1795] Compiling NIOPosix IntegerTypes.swift
[1730/1795] Compiling NIOPosix Linux.swift
[1731/1795] Compiling NIOPosix LinuxCPUSet.swift
[1732/1795] Compiling NIOPosix LinuxUring.swift
[1733/1795] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1734/1795] Compiling NIOPosix Bootstrap.swift
[1735/1795] Compiling NIOPosix ControlMessage.swift
[1736/1795] Compiling NIOPosix DatagramVectorReadManager.swift
[1737/1795] Compiling NIOPosix Errors+Any.swift
[1738/1795] Compiling NIOPosix FileDescriptor.swift
[1739/1795] Compiling NIOPosix GetaddrinfoResolver.swift
[1740/1795] Compiling NIOPosix HappyEyeballs.swift
[1741/1795] Compiling NIOPosix ServerSocket.swift
[1742/1795] Compiling NIOPosix Socket.swift
[1743/1795] Compiling NIOPosix SocketChannel.swift
[1744/1795] Compiling NIOPosix SocketProtocols.swift
[1745/1795] Compiling NIOPosix System.swift
[1746/1795] Compiling NIOPosix Thread.swift
[1747/1795] Compiling NIOPosix NIOThreadPool.swift
[1748/1795] Compiling NIOPosix NonBlockingFileIO.swift
[1749/1795] Compiling NIOPosix PendingDatagramWritesManager.swift
[1750/1795] Compiling NIOPosix PendingWritesManager.swift
[1751/1795] Compiling NIOPosix PipeChannel.swift
[1752/1795] Compiling NIOPosix PipePair.swift
[1753/1795] Compiling NIOPosix PointerHelpers.swift
[1754/1795] Compiling NIOPosix SelectableChannel.swift
[1755/1795] Compiling NIOPosix SelectableEventLoop.swift
[1756/1795] Compiling NIOPosix SelectorEpoll.swift
[1757/1795] Compiling NIOPosix SelectorGeneric.swift
[1758/1795] Compiling NIOPosix SelectorKqueue.swift
[1759/1795] Compiling NIOPosix SelectorUring.swift
[1760/1796] Wrapping AST for NIOPosix for debugging
[1762/1852] Compiling NIO Exports.swift
[1763/1852] Emitting module NIO
[1764/1852] Compiling _NIOFileSystem Array+FileSystem.swift
[1765/1852] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[1766/1852] Compiling _NIOFileSystem BufferedReader.swift
[1767/1855] Wrapping AST for NIO for debugging
[1769/1986] Compiling SQLKit SQLUnionBuilder.swift
[1770/1986] Compiling SQLKit SQLUpdateBuilder.swift
[1771/1986] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1772/1986] Compiling SQLKit SQLInsertBuilder.swift
[1773/1986] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1774/1986] Compiling SQLKit SQLRawBuilder.swift
[1775/1986] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[1776/1986] Compiling SQLKit SQLSelectBuilder.swift
[1777/1986] Compiling SQLKit SQLSubqueryBuilder.swift
[1778/1986] Compiling NIOTLS TLSEvents.swift
[1779/1986] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1780/1986] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1781/1986] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1782/1986] Emitting module NIOTLS
[1783/1986] Compiling SQLKit SQLConflictUpdateBuilder.swift
[1784/1986] Compiling SQLKit SQLCreateEnumBuilder.swift
[1785/1987] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1786/1987] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1787/1987] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1788/1987] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1789/1987] Compiling NIOSOCKS SOCKSResponse.swift
[1790/1987] Compiling NIOSOCKS ClientStateMachine.swift
[1791/1987] Compiling SQLKit SQLCreateIndexBuilder.swift
[1792/1987] Compiling SQLKit SQLCreateTableBuilder.swift
[1795/1987] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1796/1987] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[1797/1989] Compiling SQLKit SQLCreateTriggerBuilder.swift
[1798/1989] Compiling SQLKit SQLDeleteBuilder.swift
[1799/1989] Emitting module NIOSOCKS
[1800/1989] Compiling SQLKit SQLAlterEnumBuilder.swift
[1801/1989] Compiling SQLKit SQLAlterTableBuilder.swift
[1802/1989] Compiling NIOSOCKS ServerStateMachine.swift
[1803/1990] Compiling NIOTLS SNIHandler.swift
[1806/1991] Emitting module _NIOFileSystem
[1806/1995] Wrapping AST for NIOSOCKS for debugging
[1808/1995] Emitting module NIOFoundationCompat
[1809/1995] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1809/1996] Wrapping AST for NIOTLS for debugging
[1813/2024] Wrapping AST for NIOFoundationCompat for debugging
[1815/2024] Compiling NIOSSL SubjectAlternativeName.swift
[1816/2024] Compiling NIOSSL NIOSSLSecureBytes.swift
[1817/2024] Compiling NIOSSL RNG.swift
[1818/2024] Compiling NIOSSL SafeCompare.swift
[1819/2024] Compiling SQLKit SQLQueryBuilder.swift
[1820/2024] Compiling SQLKit SQLQueryFetcher.swift
[1821/2024] Compiling SQLKit SQLReturningBuilder.swift
[1822/2024] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1823/2031] Compiling NIOSSL ObjectIdentifier.swift
[1824/2031] Compiling NIOSSL PosixPort.swift
[1825/2031] Compiling NIOSSL NIOSSLClientHandler.swift
[1826/2031] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1827/2056] Compiling NIOTransportServices NIOTSBootstraps.swift
[1828/2056] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1829/2056] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1830/2058] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1831/2058] Compiling NIOTransportServices NIOTSErrors.swift
[1832/2058] Compiling NIOTransportServices NIOTSEventLoop.swift
[1833/2058] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1834/2058] Compiling NIOTransportServices NIOTSSingletons.swift
[1835/2058] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1836/2058] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1837/2058] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1838/2058] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1839/2058] Compiling NIOTransportServices StateManagedChannel.swift
[1840/2058] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1841/2058] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1842/2058] Emitting module NIOTransportServices
[1843/2058] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1844/2058] Compiling SQLKit SQLColumnAssignment.swift
[1845/2058] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1846/2058] Compiling SQLKit SQLColumnDefinition.swift
[1847/2058] Compiling SQLKit SQLCommonTableExpression.swift
[1848/2058] Compiling SQLKit SQLConflictAction.swift
[1849/2058] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1850/2058] Compiling SQLKit SQLDropBehaviour.swift
[1851/2058] Compiling SQLKit SQLEnumDataType.swift
[1852/2058] Compiling SQLKit SQLExcludedColumn.swift
[1853/2058] Compiling SQLKit SQLForeignKey.swift
[1854/2058] Compiling SQLKit SQLJoin.swift
[1855/2058] Compiling SQLKit SQLJoinMethod.swift
[1856/2058] Compiling SQLKit SQLDropIndex.swift
[1857/2058] Compiling SQLKit SQLDropTable.swift
[1858/2058] Compiling SQLKit SQLDropTrigger.swift
[1859/2058] Compiling SQLKit SQLInsert.swift
[1860/2058] Compiling SQLKit SQLSelect.swift
[1861/2058] Compiling SQLKit SQLUnion.swift
[1862/2058] Compiling SQLKit SQLUpdate.swift
[1863/2058] Compiling SQLKit SQLExpression.swift
[1864/2058] Compiling SQLKit SQLSerializer.swift
[1865/2058] Compiling SQLKit SQLStatement.swift
[1866/2058] Compiling SQLKit SQLBinaryExpression.swift
[1867/2058] Compiling SQLKit SQLBinaryOperator.swift
[1868/2058] Compiling SQLKit SQLBind.swift
[1869/2070] Compiling SQLiteNIO SQLiteDataType.swift
[1870/2071] Compiling SQLiteNIO SQLiteRow.swift
[1871/2071] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1872/2071] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1873/2071] Compiling SQLKit SQLLockingClause.swift
[1874/2071] Compiling SQLKit SQLOrderBy.swift
[1875/2071] Compiling SQLKit SQLReturning.swift
[1876/2071] Compiling SQLKit SQLSubquery.swift
[1877/2071] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1878/2071] Compiling SQLKit SQLAlterEnum.swift
[1879/2071] Compiling SQLKit SQLAlterTable.swift
[1880/2071] Compiling SQLKit SQLCreateEnum.swift
[1881/2071] Compiling SQLKit SQLCreateIndex.swift
[1882/2071] Compiling SQLKit SQLCreateTable.swift
[1883/2071] Compiling SQLKit SQLCreateTrigger.swift
[1884/2071] Compiling SQLKit SQLDelete.swift
[1885/2071] Compiling SQLKit SQLDropEnum.swift
[1886/2071] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1887/2071] Compiling SQLKit Exports.swift
[1888/2071] Compiling SQLKit SQLAlias.swift
[1889/2071] Compiling SQLKit SQLBetween.swift
[1890/2071] Compiling SQLKit SQLColumn.swift
[1891/2071] Compiling SQLKit SQLConstraint.swift
[1892/2071] Compiling SQLKit SQLDataType.swift
[1893/2071] Compiling SQLKit SQLDirection.swift
[1894/2071] Compiling SQLKit SQLDistinct.swift
[1895/2071] Compiling SQLKit SQLForeignKeyAction.swift
[1896/2071] Compiling SQLKit SQLNestedSubpathExpression.swift
[1897/2071] Compiling SQLKit SQLQualifiedTable.swift
[1898/2071] Compiling SQLKit SQLQueryString.swift
[1899/2071] Compiling NIOTransportServices AcceptHandler.swift
[1900/2071] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1901/2071] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1902/2071] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1903/2071] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1904/2071] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1905/2072] Compiling SQLiteNIO SQLiteDataConvertible.swift
[1908/2072] Wrapping AST for NIOTransportServices for debugging
[1914/2072] Compiling SQLiteNIO SQLiteStatement.swift
[1969/2072] Compiling _NIOFileSystem Syscalls.swift
[1970/2072] Compiling _NIOFileSystem SystemFileHandle.swift
[1971/2072] Compiling _NIOFileSystem Utilities.swift
[1972/2072] Compiling _NIOFileSystem OpenOptions.swift
[1973/2072] Compiling SQLKit SQLDialect.swift
[1974/2072] Compiling SQLKit SQLDatabase+Deprecated.swift
[1975/2072] Compiling SQLKit SQLError.swift
[1976/2072] Compiling SQLKit SQLExpressions+Deprecated.swift
[1977/2072] Emitting module NIOHTTP1
[1981/2073] Emitting module SQLiteNIO
[1982/2073] Compiling SQLiteNIO SQLiteError.swift
[1983/2073] Compiling SQLiteNIO SQLiteDatabase.swift
[2001/2122] Compiling NIOWebSocket WebSocketOpcode.swift
[2006/2123] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[2007/2123] Compiling NIOExtras LengthFieldPrepender.swift
[2008/2123] Compiling NIOExtras DebugInboundEventsHandler.swift
[2009/2123] Compiling NIOExtras DebugOutboundEventsHandler.swift
[2010/2123] Compiling NIOExtras FixedLengthFrameDecoder.swift
[2011/2123] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[2012/2123] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[2013/2123] Compiling NIOExtras JSONRPCFraming.swift
[2014/2124] Compiling NIOHPACK IndexedHeaderTable.swift
[2016/2125] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[2017/2125] Compiling NIOExtras NIORequestIdentifiable.swift
[2018/2125] Compiling NIOExtras PCAPRingBuffer.swift
[2019/2127] Emitting module NIOSSL
[2020/2127] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[2021/2127] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[2022/2127] Compiling NIOExtras LineBasedFrameDecoder.swift
[2023/2127] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[2024/2127] Compiling NIOExtras NIOExtrasError.swift
[2025/2127] Compiling NIOExtras NIOLengthFieldBitLength.swift
[2026/2127] Compiling NIOHPACK IntegerCoding.swift
[2027/2127] Compiling NIOHTTPCompression HTTPDecompression.swift
[2028/2127] Emitting module NIOHTTPCompression
[2029/2127] Compiling NIOHTTPCompression HTTPCompression.swift
[2030/2127] Compiling NIOHPACK StaticHeaderTable.swift
[2031/2127] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[2032/2127] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[2033/2127] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[2038/2130] Compiling NIOHPACK HuffmanTables.swift
[2041/2130] Emitting module NIOWebSocket
[2044/2130] Compiling NIOExtras QuiescingHelper.swift
[2045/2130] Compiling NIOExtras RequestResponseHandler.swift
[2046/2130] Emitting module SQLKit
[2047/2130] Compiling NIOHPACK HuffmanCoding.swift
[2048/2130] Compiling NIOWebSocket WebSocketFrame.swift
[2049/2130] Compiling NIOWebSocket WebSocketErrorCodes.swift
[2051/2131] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[2052/2132] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2053/2132] Emitting module _NIOFileSystemFoundationCompat
[2054/2132] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2064/2133] Emitting module NIOHPACK
[2065/2134] Emitting module NIOExtras
[2067/2135] Compiling SQLKit SQLFunction.swift
[2068/2135] Compiling SQLKit SQLGroupExpression.swift
[2069/2135] Compiling SQLKit SQLIdentifier.swift
[2070/2135] Compiling SQLKit SQLList.swift
[2071/2135] Compiling SQLKit SQLLiteral.swift
[2072/2135] Compiling SQLKit SQLRaw.swift
[2073/2135] Compiling SQLKit SQLCodingUtilities.swift
[2074/2135] Compiling SQLKit SQLQueryEncoder.swift
[2075/2135] Compiling SQLKit SQLRow.swift
[2076/2135] Compiling SQLKit SQLRowDecoder.swift
[2077/2135] Compiling SQLKit SomeCodingKey.swift
[2078/2135] Compiling SQLKit StringHandling.swift
[2079/2140] Compiling NIOFileSystem Exports.swift
[2080/2151] Emitting module NIOFileSystem
[2080/2155] Wrapping AST for _NIOFileSystem for debugging
[2083/2156] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[2084/2156] Wrapping AST for SQLiteNIO for debugging
[2086/2156] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[2087/2156] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[2088/2157] Compiling NIOSSL Zeroization.swift
[2089/2157] Compiling NIOSSL TLSConfiguration.swift
[2090/2157] Compiling NIOSSL UniversalBootstrapSupport.swift
[2090/2157] Wrapping AST for SQLKit for debugging
[2092/2157] Wrapping AST for NIOWebSocket for debugging
[2094/2157] Compiling MultipartKit FormDataEncoder.swift
[2095/2157] Compiling MultipartKit Storage.swift
[2096/2157] Compiling MultipartKit MultipartFormData.swift
[2097/2157] Compiling MultipartKit MultipartParser.swift
[2098/2157] Compiling MultipartKit FormDataEncoder.Encoder.swift
[2099/2157] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[2100/2157] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[2101/2157] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[2101/2157] Wrapping AST for NIOHTTPCompression for debugging
[2104/2160] Wrapping AST for NIOFileSystem for debugging
[2105/2160] Wrapping AST for NIOHTTP1 for debugging
[2111/2160] Compiling MultipartKit MultipartPart.swift
[2112/2160] Compiling MultipartKit MultipartPartConvertible.swift
[2112/2160] Wrapping AST for NIOHPACK for debugging
[2114/2160] Emitting module MultipartKit
[2115/2160] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[2116/2160] Compiling MultipartKit FormDataDecoder.swift
[2117/2180] Wrapping AST for NIOSSL for debugging
[2119/2206] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2120/2206] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2121/2206] Compiling NIOHTTP2 MayReceiveFrames.swift
[2122/2206] Compiling NIOHTTP2 ReceivingDataState.swift
[2123/2206] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2124/2206] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2125/2218] Compiling NIOHTTP2 SendingRstStreamState.swift
[2126/2218] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2127/2218] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2128/2218] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2130/2219] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2131/2219] Compiling NIOHTTP2 HasLocalSettings.swift
[2132/2220] Wrapping AST for NIOExtras for debugging
[2133/2228] Wrapping AST for MultipartKit for debugging
[2135/2228] Compiling NIOHTTP2 MaySendFrames.swift
[2136/2228] Compiling NIOHTTP2 SendingDataState.swift
[2137/2228] Compiling NIOHTTP2 SendingGoawayState.swift
[2138/2228] Compiling NIOHTTP2 SendingHeadersState.swift
[2139/2228] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2143/2236] Compiling WebSocketKit Exports.swift
[2144/2236] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2145/2236] Compiling WebSocketKit WebSocketHandler.swift
[2146/2236] Compiling WebSocketKit WebSocket+Concurrency.swift
[2147/2236] Emitting module WebSocketKit
[2148/2236] Compiling WebSocketKit WebSocket+Connect.swift
[2149/2236] Emitting module AsyncKit
[2150/2236] Compiling WebSocketKit WebSocket.swift
[2151/2236] Compiling WebSocketKit WebSocketClient.swift
[2152/2237] Wrapping AST for WebSocketKit for debugging
[2154/2237] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2155/2237] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2156/2237] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2157/2237] Compiling NIOHTTP2 HTTP2StreamID.swift
[2158/2237] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2159/2237] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2160/2237] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2161/2237] Compiling NIOHTTP2 InboundEventBuffer.swift
[2165/2237] Compiling NIOHTTP2 HasRemoteSettings.swift
[2166/2237] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2167/2237] Compiling NIOHTTP2 QuiescingState.swift
[2168/2237] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2169/2237] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2170/2237] Compiling NIOHTTP2 InboundWindowManager.swift
[2171/2237] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2172/2237] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2173/2237] Compiling NIOHTTP2 StreamChannelList.swift
[2174/2237] Compiling NIOHTTP2 StreamMap.swift
[2175/2237] Compiling NIOHTTP2 StreamStateMachine.swift
[2176/2237] Compiling NIOHTTP2 UnsafeTransfer.swift
[2177/2237] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2178/2237] Emitting module NIOHTTP2
[2185/2237] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2186/2237] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2187/2237] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2188/2237] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2189/2237] Compiling NIOHTTP2 HTTP2Frame.swift
[2190/2237] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2191/2237] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2192/2237] Compiling NIOHTTP2 HTTP2PingData.swift
[2193/2237] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2194/2237] Compiling NIOHTTP2 HTTP2Settings.swift
[2195/2237] Compiling NIOHTTP2 HTTP2Stream.swift
[2196/2237] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2197/2237] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2198/2237] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2199/2237] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2200/2237] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2201/2237] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2202/2237] Compiling NIOHTTP2 HTTP2Error.swift
[2203/2237] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2204/2237] Compiling NIOHTTP2 StateMachineResult.swift
[2205/2237] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2206/2237] Compiling NIOHTTP2 DOSHeuristics.swift
[2207/2237] Compiling NIOHTTP2 Error+Any.swift
[2208/2237] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2209/2237] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2210/2237] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2211/2237] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2212/2238] Wrapping AST for NIOHTTP2 for debugging
[2214/2295] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2215/2295] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2216/2295] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2217/2295] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2218/2295] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2219/2295] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2220/2295] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2221/2295] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2222/2303] Emitting module AsyncHTTPClient
[2223/2303] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2224/2303] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2225/2303] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2226/2303] Compiling AsyncHTTPClient Transaction.swift
[2227/2303] Compiling AsyncHTTPClient Base64.swift
[2228/2303] Compiling AsyncHTTPClient BasicAuth.swift
[2229/2303] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2230/2303] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2231/2303] Compiling AsyncHTTPClient HTTP2Connection.swift
[2232/2303] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2233/2303] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2234/2303] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2235/2303] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2236/2303] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2237/2303] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2238/2303] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2239/2303] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2240/2303] Compiling AsyncHTTPClient HTTPClient.swift
[2241/2303] Compiling AsyncHTTPClient HTTPHandler.swift
[2242/2303] Compiling AsyncHTTPClient LRUCache.swift
[2243/2303] Compiling AsyncHTTPClient NWErrorHandler.swift
[2244/2303] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2245/2303] Compiling AsyncHTTPClient TLSConfiguration.swift
[2246/2303] Compiling AsyncHTTPClient RedirectState.swift
[2247/2303] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2248/2303] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2249/2303] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2250/2303] Compiling AsyncHTTPClient ConnectionTarget.swift
[2251/2303] Compiling AsyncHTTPClient DeconstructedURL.swift
[2252/2303] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2253/2303] Compiling AsyncHTTPClient FoundationExtensions.swift
[2254/2303] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2255/2303] Compiling AsyncHTTPClient ConnectionPool.swift
[2256/2303] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2257/2303] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2258/2303] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2259/2303] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2260/2303] Compiling AsyncHTTPClient HTTP1Connection.swift
[2261/2303] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2262/2303] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2263/2303] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2264/2303] Compiling AsyncHTTPClient RequestBodyLength.swift
[2265/2303] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2266/2303] Compiling AsyncHTTPClient RequestOptions.swift
[2267/2303] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2268/2303] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2269/2303] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2270/2303] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2271/2303] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2272/2303] Compiling AsyncHTTPClient RequestBag.swift
[2273/2303] Compiling AsyncHTTPClient RequestValidation.swift
[2274/2303] Compiling AsyncHTTPClient SSLContextCache.swift
[2275/2303] Compiling AsyncHTTPClient Scheme.swift
[2276/2303] Compiling AsyncHTTPClient Singleton.swift
[2277/2303] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2278/2303] Compiling AsyncHTTPClient Utils.swift
[2279/2304] Wrapping AST for AsyncHTTPClient for debugging
[2281/2312] Compiling MistKitNIO MKNIOHTTP1Error.swift
[2282/2313] Compiling MistKitNIO MKAsyncResponse.swift
[2283/2313] Compiling MistKitNIO MKAsyncClient.swift
[2284/2313] Compiling MistKitNIO MKAsyncRequest.swift
/host/spi-builder-workspace/Sources/MistKitNIO/MKAsyncRequest.swift:34:19: warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
 9 |
10 |   public func execute(
11 |     _ callback: @escaping ((Result<MKHttpResponse, Error>) -> Void)
   |       `- note: parameter 'callback' is implicitly non-sendable
12 |   ) {
13 |     var request: HTTPClient.Request
   :
32 |     )
33 |     .map(MKAsyncResponse.init)
34 |     .whenComplete(callback)
   |                   `- warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
35 |   }
36 | }
[2285/2313] Compiling MistKitNIO MKDatabase.swift
/host/spi-builder-workspace/Sources/MistKitNIO/MKDatabase.swift:10:31: warning: type 'RecordType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 3 |
 4 | public extension MKDatabase {
 5 |   func query<RecordType>(
   |              `- note: consider making generic parameter 'RecordType' conform to the 'Sendable' protocol
 6 |     _ query: FetchRecordQueryRequest<MKQuery<RecordType>>,
 7 |     on eventLoop: EventLoop
 8 |   ) -> EventLoopFuture<[RecordType]> {
 9 |     let promise = eventLoop.makePromise(of: [RecordType].self)
10 |     self.query(query, promise.completeWith)
   |                               `- warning: type 'RecordType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
11 |     return promise.futureResult
12 |   }
/host/spi-builder-workspace/Sources/MistKitNIO/MKDatabase.swift:20:45: warning: type 'ModifiedRecordQueryResult<RecordType>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
18 |     -> EventLoopFuture<ModifiedRecordQueryResult<RecordType>> {
19 |     let promise = eventLoop.makePromise(of: ModifiedRecordQueryResult<RecordType>.self)
20 |     perform(operations: operations, promise.completeWith)
   |                                             `- warning: type 'ModifiedRecordQueryResult<RecordType>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
21 |     return promise.futureResult
22 |   }
/host/spi-builder-workspace/Sources/MistKit/Requests/RecordsModify/ModifiedRecordQueryResult.swift:2:15: note: generic struct 'ModifiedRecordQueryResult' does not conform to the 'Sendable' protocol
 1 | import Foundation
 2 | public struct ModifiedRecordQueryResult<RecordType: MKQueryRecord> {
   |               `- note: generic struct 'ModifiedRecordQueryResult' does not conform to the 'Sendable' protocol
 3 |   public let deleted: [UUID]
 4 |   public let updated: [RecordType]
/host/spi-builder-workspace/Sources/MistKitNIO/MKDatabase.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MistKit'
 1 | import MistKit
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MistKit'
 2 | import NIO
 3 |
/host/spi-builder-workspace/Sources/MistKitNIO/MKDatabase.swift:29:33: warning: type 'RecordType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
22 |   }
23 |
24 |   func lookup<RecordType>(
   |               `- note: consider making generic parameter 'RecordType' conform to the 'Sendable' protocol
25 |     _ lookup: LookupRecordQueryRequest<RecordType>,
26 |     on eventLoop: EventLoop
27 |   ) -> EventLoopFuture<[RecordType]> {
28 |     let promise = eventLoop.makePromise(of: [RecordType].self)
29 |     self.lookup(lookup, promise.completeWith)
   |                                 `- warning: type 'RecordType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
30 |     return promise.futureResult
31 |   }
/host/spi-builder-workspace/Sources/MistKitNIO/MKDatabase.swift:43:15: warning: type 'ResponseType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
32 |
33 |   // swiftlint:disable:next function_default_parameter_at_end
34 |   func perform<RequestType: MKRequest, ResponseType>(
   |                                        `- note: consider making generic parameter 'ResponseType' conform to the 'Sendable' protocol
35 |     request: RequestType,
36 |     returnFailedAuthentication: Bool = false,
   :
41 |       request: request,
42 |       returnFailedAuthentication: returnFailedAuthentication,
43 |       promise.completeWith
   |               `- warning: type 'ResponseType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
44 |     )
45 |     return promise.futureResult
[2286/2313] Compiling MistKitNIO MKNIOHTTP1TokenClient.swift
[2287/2313] Compiling MistKitNIO HTTPHandler.swift
/host/spi-builder-workspace/Sources/MistKitNIO/HTTPHandler.swift:74:72: warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 72 |     let promise = keepAlive ? promise : (promise ?? context.eventLoop.makePromise())
 73 |     if !keepAlive {
 74 |       promise!.futureResult.whenComplete { (_: Result<Void, Error>) in context.close(promise: nil) }
    |                                                                        `- warning: capture of 'context' with non-sendable type 'ChannelHandlerContext' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 75 |     }
 76 |     handler = nil
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/ChannelPipeline.swift:1507:20: note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1505 | /// at the right point in time. Often, the right behaviour is to react to an event and then forward it to the next
1506 | /// `ChannelHandler`.
1507 | public final class ChannelHandlerContext: ChannelInvoker {
     |                    `- note: class 'ChannelHandlerContext' does not conform to the 'Sendable' protocol
1508 |     // visible for ChannelPipeline to modify
1509 |     fileprivate var next: Optional<ChannelHandlerContext>
/host/spi-builder-workspace/Sources/MistKitNIO/HTTPHandler.swift:180:32: warning: converting non-sendable function value to '@Sendable (any Channel) -> EventLoopFuture<Void>' may introduce data races
178 |
179 |       // Set the handlers that are applied to the accepted Channels
180 |       .childChannelInitializer(childChannelInitializer(channel:))
    |                                `- warning: converting non-sendable function value to '@Sendable (any Channel) -> EventLoopFuture<Void>' may introduce data races
181 |
182 |       // Enable SO_REUSEADDR for the accepted Channels
/host/spi-builder-workspace/Sources/MistKitNIO/HTTPHandler.swift:188:27: warning: converting non-sendable function value to '@Sendable (any Channel) -> EventLoopFuture<Void>' may introduce data races
186 |     let pipeBootstrap = NIOPipeBootstrap(group: group)
187 |       // Set the handlers that are applied to the accepted Channels
188 |       .channelInitializer(childChannelInitializer(channel:))
    |                           `- warning: converting non-sendable function value to '@Sendable (any Channel) -> EventLoopFuture<Void>' may introduce data races
189 |
190 |       .channelOption(ChannelOptions.maxMessagesPerRead, value: 1)
/host/spi-builder-workspace/Sources/MistKitNIO/HTTPHandler.swift:207:34: warning: 'withPipes(inputDescriptor:outputDescriptor:)' is deprecated: renamed to 'takingOwnershipOfDescriptors(input:output:)'
205 |
206 |       case .stdio:
207 |         return try pipeBootstrap.withPipes(
    |                                  |- warning: 'withPipes(inputDescriptor:outputDescriptor:)' is deprecated: renamed to 'takingOwnershipOfDescriptors(input:output:)'
    |                                  `- note: use 'takingOwnershipOfDescriptors(input:output:)' instead
208 |           inputDescriptor: STDIN_FILENO,
209 |           outputDescriptor: STDOUT_FILENO
/host/spi-builder-workspace/Sources/MistKitNIO/HTTPHandler.swift:168:13: warning: capture of 'callback' with non-sendable type '(any EventLoop, String) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
166 |         channel.pipeline.addHandler(
167 |           HTTPHandler(fileIO: fileIO, htdocsPath: htdocs, channel: channel) {
168 |             callback(group.next(), $0)
    |             |- warning: capture of 'callback' with non-sendable type '(any EventLoop, String) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
169 |           })
170 |       }
/host/spi-builder-workspace/Sources/MistKitNIO/HTTPHandler.swift:168:13: warning: capture of 'callback' with non-sendable type '(any EventLoop, String) -> Void' in an isolated closure; this is an error in the Swift 6 language mode
166 |         channel.pipeline.addHandler(
167 |           HTTPHandler(fileIO: fileIO, htdocsPath: htdocs, channel: channel) {
168 |             callback(group.next(), $0)
    |             |- warning: capture of 'callback' with non-sendable type '(any EventLoop, String) -> Void' in an isolated closure; this is an error in the Swift 6 language mode
    |             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
169 |           })
170 |       }
[2288/2313] Emitting module MistKitNIO
[2289/2313] Compiling MistKitNIO BindTo.swift
[2290/2314] Wrapping AST for MistKitNIO for debugging
[2292/2327] Compiling mistdemoc Result.swift
[2293/2328] Compiling mistdemoc UUID.swift
/host/spi-builder-workspace/Sources/mistdemoc/Extensions/UUID.swift:4:1: warning: extension declares a conformance of imported type 'UUID' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
 2 | import Foundation
 3 |
 4 | extension UUID: ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'UUID' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |   public init?(argument: String) {
 6 |     guard let uuid = UUID(uuidString: argument) else {
[2294/2328] Compiling mistdemoc main.swift
[2295/2328] Compiling mistdemoc MistDemoArguments.swift
[2296/2328] Compiling mistdemoc MKEnvironment.swift
[2297/2328] Compiling mistdemoc RenameCommand.swift
[2298/2328] Compiling mistdemoc FindCommand.swift
[2299/2328] Compiling mistdemoc NewCommand.swift
[2300/2328] Compiling mistdemoc ParsableAsyncCommand.swift
[2301/2328] Compiling mistdemoc WhoAmICommand.swift
[2304/2329] Wrapping AST for AsyncKit for debugging
[2306/2492] Compiling Vapor Application.swift
/host/spi-builder-workspace/Sources/mistdemoc/Commands/ListCommand.swift:9:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | public extension MistDemoCommand {
 8 |   struct ListCommand: ParsableAsyncCommand {
 9 |     public static var configuration = CommandConfiguration(commandName: "list")
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |     @OptionGroup public var options: MistDemoArguments
11 |
/host/spi-builder-workspace/Sources/mistdemoc/Commands/MistDemoCommand.swift:20:21: warning: static property 'defaultBinding' is not concurrency-safe because non-'Sendable' type 'BindTo' may have shared mutable state; this is an error in the Swift 6 language mode
18 |   )
19 |
20 |   public static let defaultBinding: BindTo =
   |                     `- warning: static property 'defaultBinding' is not concurrency-safe because non-'Sendable' type 'BindTo' may have shared mutable state; this is an error in the Swift 6 language mode
21 |     .ipAddress(host: "127.0.0.1", port: 7_000)
22 |
/host/spi-builder-workspace/Sources/MistKitNIO/BindTo.swift:1:13: note: enum 'BindTo' does not conform to the 'Sendable' protocol
1 | public enum BindTo {
  |             `- note: enum 'BindTo' does not conform to the 'Sendable' protocol
2 |   case ipAddress(host: String, port: Int)
3 |   case unixDomainSocket(path: String)
/host/spi-builder-workspace/Sources/mistdemoc/Commands/MistDemoCommand.swift:5:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MistKitNIO'
 3 | import MistKit
 4 | import MistKitDemo
 5 | import MistKitNIO
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MistKitNIO'
 6 |
 7 | public struct MistDemoCommand: ParsableCommand {
   :
18 |   )
19 |
20 |   public static let defaultBinding: BindTo =
   |                     |- note: annotate 'defaultBinding' with '@MainActor' if property should only be accessed from the main actor
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |     .ipAddress(host: "127.0.0.1", port: 7_000)
22 |
/host/spi-builder-workspace/Sources/mistdemoc/Commands/MistDemoCommand.swift:8:21: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 6 |
 7 | public struct MistDemoCommand: ParsableCommand {
 8 |   public static var configuration = CommandConfiguration(
   |                     |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                     |- note: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |     commandName: "mistdemoc",
10 |     subcommands: [
[2307/2492] Compiling Vapor AuthenticationCache.swift
/host/spi-builder-workspace/Sources/mistdemoc/Commands/ListCommand.swift:9:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | public extension MistDemoCommand {
 8 |   struct ListCommand: ParsableAsyncCommand {
 9 |     public static var configuration = CommandConfiguration(commandName: "list")
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |     @OptionGroup public var options: MistDemoArguments
11 |
/host/spi-builder-workspace/Sources/mistdemoc/Commands/MistDemoCommand.swift:20:21: warning: static property 'defaultBinding' is not concurrency-safe because non-'Sendable' type 'BindTo' may have shared mutable state; this is an error in the Swift 6 language mode
18 |   )
19 |
20 |   public static let defaultBinding: BindTo =
   |                     `- warning: static property 'defaultBinding' is not concurrency-safe because non-'Sendable' type 'BindTo' may have shared mutable state; this is an error in the Swift 6 language mode
21 |     .ipAddress(host: "127.0.0.1", port: 7_000)
22 |
/host/spi-builder-workspace/Sources/MistKitNIO/BindTo.swift:1:13: note: enum 'BindTo' does not conform to the 'Sendable' protocol
1 | public enum BindTo {
  |             `- note: enum 'BindTo' does not conform to the 'Sendable' protocol
2 |   case ipAddress(host: String, port: Int)
3 |   case unixDomainSocket(path: String)
/host/spi-builder-workspace/Sources/mistdemoc/Commands/MistDemoCommand.swift:5:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MistKitNIO'
 3 | import MistKit
 4 | import MistKitDemo
 5 | import MistKitNIO
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MistKitNIO'
 6 |
 7 | public struct MistDemoCommand: ParsableCommand {
   :
18 |   )
19 |
20 |   public static let defaultBinding: BindTo =
   |                     |- note: annotate 'defaultBinding' with '@MainActor' if property should only be accessed from the main actor
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |     .ipAddress(host: "127.0.0.1", port: 7_000)
22 |
/host/spi-builder-workspace/Sources/mistdemoc/Commands/MistDemoCommand.swift:8:21: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 6 |
 7 | public struct MistDemoCommand: ParsableCommand {
 8 |   public static var configuration = CommandConfiguration(
   |                     |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                     |- note: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |     commandName: "mistdemoc",
10 |     subcommands: [
[2308/2492] Emitting module mistdemoc
/host/spi-builder-workspace/Sources/mistdemoc/Commands/DeleteCommand.swift:9:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | public extension MistDemoCommand {
 8 |   struct DeleteCommand: ParsableAsyncCommand {
 9 |     public static var configuration = CommandConfiguration(commandName: "delete")
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |     @OptionGroup public var options: MistDemoArguments
11 |
/host/spi-builder-workspace/Sources/mistdemoc/Commands/FindCommand.swift:9:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | public extension MistDemoCommand {
 8 |   struct FindCommand: ParsableAsyncCommand {
 9 |     public static var configuration = CommandConfiguration(commandName: "find")
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |     @OptionGroup public var options: MistDemoArguments
11 |
/host/spi-builder-workspace/Sources/mistdemoc/Commands/ListCommand.swift:9:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | public extension MistDemoCommand {
 8 |   struct ListCommand: ParsableAsyncCommand {
 9 |     public static var configuration = CommandConfiguration(commandName: "list")
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |     @OptionGroup public var options: MistDemoArguments
11 |
/host/spi-builder-workspace/Sources/mistdemoc/Commands/MistDemoCommand.swift:8:21: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 6 |
 7 | public struct MistDemoCommand: ParsableCommand {
 8 |   public static var configuration = CommandConfiguration(
   |                     |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                     |- note: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |     commandName: "mistdemoc",
10 |     subcommands: [
/host/spi-builder-workspace/Sources/mistdemoc/Commands/MistDemoCommand.swift:20:21: warning: static property 'defaultBinding' is not concurrency-safe because non-'Sendable' type 'BindTo' may have shared mutable state; this is an error in the Swift 6 language mode
18 |   )
19 |
20 |   public static let defaultBinding: BindTo =
   |                     `- warning: static property 'defaultBinding' is not concurrency-safe because non-'Sendable' type 'BindTo' may have shared mutable state; this is an error in the Swift 6 language mode
21 |     .ipAddress(host: "127.0.0.1", port: 7_000)
22 |
/host/spi-builder-workspace/Sources/MistKitNIO/BindTo.swift:1:13: note: enum 'BindTo' does not conform to the 'Sendable' protocol
1 | public enum BindTo {
  |             `- note: enum 'BindTo' does not conform to the 'Sendable' protocol
2 |   case ipAddress(host: String, port: Int)
3 |   case unixDomainSocket(path: String)
/host/spi-builder-workspace/Sources/mistdemoc/Commands/MistDemoCommand.swift:5:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MistKitNIO'
 3 | import MistKit
 4 | import MistKitDemo
 5 | import MistKitNIO
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MistKitNIO'
 6 |
 7 | public struct MistDemoCommand: ParsableCommand {
   :
18 |   )
19 |
20 |   public static let defaultBinding: BindTo =
   |                     |- note: annotate 'defaultBinding' with '@MainActor' if property should only be accessed from the main actor
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |     .ipAddress(host: "127.0.0.1", port: 7_000)
22 |
/host/spi-builder-workspace/Sources/mistdemoc/Commands/NewCommand.swift:9:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | public extension MistDemoCommand {
 8 |   struct NewCommand: ParsableAsyncCommand {
 9 |     public static var configuration = CommandConfiguration(commandName: "new")
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |     @OptionGroup public var options: MistDemoArguments
11 |
/host/spi-builder-workspace/Sources/mistdemoc/Commands/RenameCommand.swift:9:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | public extension MistDemoCommand {
 8 |   struct RenameCommand: ParsableAsyncCommand {
 9 |     public static var configuration = CommandConfiguration(commandName: "rename")
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |     @OptionGroup public var options: MistDemoArguments
11 |
/host/spi-builder-workspace/Sources/mistdemoc/Commands/WhoAmICommand.swift:9:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | public extension MistDemoCommand {
 8 |   struct WhoAmICommand: ParsableAsyncCommand {
 9 |     public static var configuration = CommandConfiguration(commandName: "whoami")
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |
11 |     @OptionGroup public private(set) var options: MistDemoArguments
/host/spi-builder-workspace/Sources/mistdemoc/Extensions/MKEnvironment.swift:4:1: warning: extension declares a conformance of imported type 'MKEnvironment' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'MistKit' introduce this conformance in the future
2 | import MistKit
3 |
4 | extension MKEnvironment: ExpressibleByArgument {}
  | |- warning: extension declares a conformance of imported type 'MKEnvironment' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'MistKit' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
5 |
/host/spi-builder-workspace/Sources/mistdemoc/Extensions/UUID.swift:4:1: warning: extension declares a conformance of imported type 'UUID' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
 2 | import Foundation
 3 |
 4 | extension UUID: ExpressibleByArgument {
   | |- warning: extension declares a conformance of imported type 'UUID' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'FoundationEssentials' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
 5 |   public init?(argument: String) {
 6 |     guard let uuid = UUID(uuidString: argument) else {
[2309/2492] Compiling Vapor Authenticator.swift
/host/spi-builder-workspace/Sources/mistdemoc/Commands/DeleteCommand.swift:9:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | public extension MistDemoCommand {
 8 |   struct DeleteCommand: ParsableAsyncCommand {
 9 |     public static var configuration = CommandConfiguration(commandName: "delete")
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |     @OptionGroup public var options: MistDemoArguments
11 |
/host/spi-builder-workspace/Sources/mistdemoc/Commands/MistDemoCommand.swift:20:21: warning: static property 'defaultBinding' is not concurrency-safe because non-'Sendable' type 'BindTo' may have shared mutable state; this is an error in the Swift 6 language mode
18 |   )
19 |
20 |   public static let defaultBinding: BindTo =
   |                     `- warning: static property 'defaultBinding' is not concurrency-safe because non-'Sendable' type 'BindTo' may have shared mutable state; this is an error in the Swift 6 language mode
21 |     .ipAddress(host: "127.0.0.1", port: 7_000)
22 |
/host/spi-builder-workspace/Sources/MistKitNIO/BindTo.swift:1:13: note: enum 'BindTo' does not conform to the 'Sendable' protocol
1 | public enum BindTo {
  |             `- note: enum 'BindTo' does not conform to the 'Sendable' protocol
2 |   case ipAddress(host: String, port: Int)
3 |   case unixDomainSocket(path: String)
/host/spi-builder-workspace/Sources/mistdemoc/Commands/MistDemoCommand.swift:5:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MistKitNIO'
 3 | import MistKit
 4 | import MistKitDemo
 5 | import MistKitNIO
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MistKitNIO'
 6 |
 7 | public struct MistDemoCommand: ParsableCommand {
   :
18 |   )
19 |
20 |   public static let defaultBinding: BindTo =
   |                     |- note: annotate 'defaultBinding' with '@MainActor' if property should only be accessed from the main actor
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |     .ipAddress(host: "127.0.0.1", port: 7_000)
22 |
/host/spi-builder-workspace/Sources/mistdemoc/Commands/FindCommand.swift:9:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | public extension MistDemoCommand {
 8 |   struct FindCommand: ParsableAsyncCommand {
 9 |     public static var configuration = CommandConfiguration(commandName: "find")
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |     @OptionGroup public var options: MistDemoArguments
11 |
[2310/2492] Compiling Vapor BasicAuthorization.swift
/host/spi-builder-workspace/Sources/mistdemoc/Commands/DeleteCommand.swift:9:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | public extension MistDemoCommand {
 8 |   struct DeleteCommand: ParsableAsyncCommand {
 9 |     public static var configuration = CommandConfiguration(commandName: "delete")
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |     @OptionGroup public var options: MistDemoArguments
11 |
/host/spi-builder-workspace/Sources/mistdemoc/Commands/MistDemoCommand.swift:20:21: warning: static property 'defaultBinding' is not concurrency-safe because non-'Sendable' type 'BindTo' may have shared mutable state; this is an error in the Swift 6 language mode
18 |   )
19 |
20 |   public static let defaultBinding: BindTo =
   |                     `- warning: static property 'defaultBinding' is not concurrency-safe because non-'Sendable' type 'BindTo' may have shared mutable state; this is an error in the Swift 6 language mode
21 |     .ipAddress(host: "127.0.0.1", port: 7_000)
22 |
/host/spi-builder-workspace/Sources/MistKitNIO/BindTo.swift:1:13: note: enum 'BindTo' does not conform to the 'Sendable' protocol
1 | public enum BindTo {
  |             `- note: enum 'BindTo' does not conform to the 'Sendable' protocol
2 |   case ipAddress(host: String, port: Int)
3 |   case unixDomainSocket(path: String)
/host/spi-builder-workspace/Sources/mistdemoc/Commands/MistDemoCommand.swift:5:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MistKitNIO'
 3 | import MistKit
 4 | import MistKitDemo
 5 | import MistKitNIO
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MistKitNIO'
 6 |
 7 | public struct MistDemoCommand: ParsableCommand {
   :
18 |   )
19 |
20 |   public static let defaultBinding: BindTo =
   |                     |- note: annotate 'defaultBinding' with '@MainActor' if property should only be accessed from the main actor
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |     .ipAddress(host: "127.0.0.1", port: 7_000)
22 |
/host/spi-builder-workspace/Sources/mistdemoc/Commands/FindCommand.swift:9:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | public extension MistDemoCommand {
 8 |   struct FindCommand: ParsableAsyncCommand {
 9 |     public static var configuration = CommandConfiguration(commandName: "find")
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |     @OptionGroup public var options: MistDemoArguments
11 |
[2311/2590] Compiling Vapor RedirectMiddleware.swift
/host/spi-builder-workspace/Sources/mistdemoc/Extensions/MKEnvironment.swift:4:1: warning: extension declares a conformance of imported type 'MKEnvironment' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'MistKit' introduce this conformance in the future
2 | import MistKit
3 |
4 | extension MKEnvironment: ExpressibleByArgument {}
  | |- warning: extension declares a conformance of imported type 'MKEnvironment' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'MistKit' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
5 |
[2312/2590] Compiling Vapor SessionAuthenticatable.swift
/host/spi-builder-workspace/Sources/mistdemoc/Extensions/MKEnvironment.swift:4:1: warning: extension declares a conformance of imported type 'MKEnvironment' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'MistKit' introduce this conformance in the future
2 | import MistKit
3 |
4 | extension MKEnvironment: ExpressibleByArgument {}
  | |- warning: extension declares a conformance of imported type 'MKEnvironment' to imported protocol 'ExpressibleByArgument'; this will not behave correctly if the owners of 'MistKit' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
5 |
[2313/2590] Compiling Vapor Bcrypt.swift
/host/spi-builder-workspace/Sources/mistdemoc/Commands/RenameCommand.swift:9:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | public extension MistDemoCommand {
 8 |   struct RenameCommand: ParsableAsyncCommand {
 9 |     public static var configuration = CommandConfiguration(commandName: "rename")
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |     @OptionGroup public var options: MistDemoArguments
11 |
/host/spi-builder-workspace/Sources/mistdemoc/Commands/MistDemoCommand.swift:20:21: warning: static property 'defaultBinding' is not concurrency-safe because non-'Sendable' type 'BindTo' may have shared mutable state; this is an error in the Swift 6 language mode
18 |   )
19 |
20 |   public static let defaultBinding: BindTo =
   |                     `- warning: static property 'defaultBinding' is not concurrency-safe because non-'Sendable' type 'BindTo' may have shared mutable state; this is an error in the Swift 6 language mode
21 |     .ipAddress(host: "127.0.0.1", port: 7_000)
22 |
/host/spi-builder-workspace/Sources/MistKitNIO/BindTo.swift:1:13: note: enum 'BindTo' does not conform to the 'Sendable' protocol
1 | public enum BindTo {
  |             `- note: enum 'BindTo' does not conform to the 'Sendable' protocol
2 |   case ipAddress(host: String, port: Int)
3 |   case unixDomainSocket(path: String)
/host/spi-builder-workspace/Sources/mistdemoc/Commands/MistDemoCommand.swift:5:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MistKitNIO'
 3 | import MistKit
 4 | import MistKitDemo
 5 | import MistKitNIO
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MistKitNIO'
 6 |
 7 | public struct MistDemoCommand: ParsableCommand {
   :
18 |   )
19 |
20 |   public static let defaultBinding: BindTo =
   |                     |- note: annotate 'defaultBinding' with '@MainActor' if property should only be accessed from the main actor
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |     .ipAddress(host: "127.0.0.1", port: 7_000)
22 |
/host/spi-builder-workspace/Sources/mistdemoc/Commands/WhoAmICommand.swift:9:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | public extension MistDemoCommand {
 8 |   struct WhoAmICommand: ParsableAsyncCommand {
 9 |     public static var configuration = CommandConfiguration(commandName: "whoami")
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |
11 |     @OptionGroup public private(set) var options: MistDemoArguments
[2314/2590] Compiling Vapor Application+Cache.swift
/host/spi-builder-workspace/Sources/mistdemoc/Commands/RenameCommand.swift:9:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | public extension MistDemoCommand {
 8 |   struct RenameCommand: ParsableAsyncCommand {
 9 |     public static var configuration = CommandConfiguration(commandName: "rename")
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |     @OptionGroup public var options: MistDemoArguments
11 |
/host/spi-builder-workspace/Sources/mistdemoc/Commands/MistDemoCommand.swift:20:21: warning: static property 'defaultBinding' is not concurrency-safe because non-'Sendable' type 'BindTo' may have shared mutable state; this is an error in the Swift 6 language mode
18 |   )
19 |
20 |   public static let defaultBinding: BindTo =
   |                     `- warning: static property 'defaultBinding' is not concurrency-safe because non-'Sendable' type 'BindTo' may have shared mutable state; this is an error in the Swift 6 language mode
21 |     .ipAddress(host: "127.0.0.1", port: 7_000)
22 |
/host/spi-builder-workspace/Sources/MistKitNIO/BindTo.swift:1:13: note: enum 'BindTo' does not conform to the 'Sendable' protocol
1 | public enum BindTo {
  |             `- note: enum 'BindTo' does not conform to the 'Sendable' protocol
2 |   case ipAddress(host: String, port: Int)
3 |   case unixDomainSocket(path: String)
/host/spi-builder-workspace/Sources/mistdemoc/Commands/MistDemoCommand.swift:5:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MistKitNIO'
 3 | import MistKit
 4 | import MistKitDemo
 5 | import MistKitNIO
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MistKitNIO'
 6 |
 7 | public struct MistDemoCommand: ParsableCommand {
   :
18 |   )
19 |
20 |   public static let defaultBinding: BindTo =
   |                     |- note: annotate 'defaultBinding' with '@MainActor' if property should only be accessed from the main actor
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |     .ipAddress(host: "127.0.0.1", port: 7_000)
22 |
/host/spi-builder-workspace/Sources/mistdemoc/Commands/WhoAmICommand.swift:9:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | public extension MistDemoCommand {
 8 |   struct WhoAmICommand: ParsableAsyncCommand {
 9 |     public static var configuration = CommandConfiguration(commandName: "whoami")
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |
11 |     @OptionGroup public private(set) var options: MistDemoArguments
[2315/2590] Compiling Vapor BearerAuthorization.swift
/host/spi-builder-workspace/Sources/mistdemoc/Commands/NewCommand.swift:9:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | public extension MistDemoCommand {
 8 |   struct NewCommand: ParsableAsyncCommand {
 9 |     public static var configuration = CommandConfiguration(commandName: "new")
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |     @OptionGroup public var options: MistDemoArguments
11 |
/host/spi-builder-workspace/Sources/mistdemoc/Commands/MistDemoCommand.swift:20:21: warning: static property 'defaultBinding' is not concurrency-safe because non-'Sendable' type 'BindTo' may have shared mutable state; this is an error in the Swift 6 language mode
18 |   )
19 |
20 |   public static let defaultBinding: BindTo =
   |                     `- warning: static property 'defaultBinding' is not concurrency-safe because non-'Sendable' type 'BindTo' may have shared mutable state; this is an error in the Swift 6 language mode
21 |     .ipAddress(host: "127.0.0.1", port: 7_000)
22 |
/host/spi-builder-workspace/Sources/MistKitNIO/BindTo.swift:1:13: note: enum 'BindTo' does not conform to the 'Sendable' protocol
1 | public enum BindTo {
  |             `- note: enum 'BindTo' does not conform to the 'Sendable' protocol
2 |   case ipAddress(host: String, port: Int)
3 |   case unixDomainSocket(path: String)
/host/spi-builder-workspace/Sources/mistdemoc/Commands/MistDemoCommand.swift:5:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MistKitNIO'
 3 | import MistKit
 4 | import MistKitDemo
 5 | import MistKitNIO
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MistKitNIO'
 6 |
 7 | public struct MistDemoCommand: ParsableCommand {
   :
18 |   )
19 |
20 |   public static let defaultBinding: BindTo =
   |                     |- note: annotate 'defaultBinding' with '@MainActor' if property should only be accessed from the main actor
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |     .ipAddress(host: "127.0.0.1", port: 7_000)
22 |
[2316/2590] Compiling Vapor GuardMiddleware.swift
/host/spi-builder-workspace/Sources/mistdemoc/Commands/NewCommand.swift:9:23: warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 7 | public extension MistDemoCommand {
 8 |   struct NewCommand: ParsableAsyncCommand {
 9 |     public static var configuration = CommandConfiguration(commandName: "new")
   |                       |- warning: static property 'configuration' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: convert 'configuration' to a 'let' constant to make 'Sendable' shared state immutable
   |                       |- note: annotate 'configuration' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
10 |     @OptionGroup public var options: MistDemoArguments
11 |
/host/spi-builder-workspace/Sources/mistdemoc/Commands/MistDemoCommand.swift:20:21: warning: static property 'defaultBinding' is not concurrency-safe because non-'Sendable' type 'BindTo' may have shared mutable state; this is an error in the Swift 6 language mode
18 |   )
19 |
20 |   public static let defaultBinding: BindTo =
   |                     `- warning: static property 'defaultBinding' is not concurrency-safe because non-'Sendable' type 'BindTo' may have shared mutable state; this is an error in the Swift 6 language mode
21 |     .ipAddress(host: "127.0.0.1", port: 7_000)
22 |
/host/spi-builder-workspace/Sources/MistKitNIO/BindTo.swift:1:13: note: enum 'BindTo' does not conform to the 'Sendable' protocol
1 | public enum BindTo {
  |             `- note: enum 'BindTo' does not conform to the 'Sendable' protocol
2 |   case ipAddress(host: String, port: Int)
3 |   case unixDomainSocket(path: String)
/host/spi-builder-workspace/Sources/mistdemoc/Commands/MistDemoCommand.swift:5:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MistKitNIO'
 3 | import MistKit
 4 | import MistKitDemo
 5 | import MistKitNIO
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MistKitNIO'
 6 |
 7 | public struct MistDemoCommand: ParsableCommand {
   :
18 |   )
19 |
20 |   public static let defaultBinding: BindTo =
   |                     |- note: annotate 'defaultBinding' with '@MainActor' if property should only be accessed from the main actor
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |     .ipAddress(host: "127.0.0.1", port: 7_000)
22 |
[2317/2591] Compiling SQLiteKit SQLiteConnectionSource.swift
[2319/2592] Compiling SQLiteKit SQLiteDialect.swift
[2320/2592] Compiling SQLiteKit SQLiteDataEncoder.swift
[2320/2592] Wrapping AST for mistdemoc for debugging
[2321/2592] Write Objects.LinkFileList
[2323/2592] Compiling SQLiteKit SQLiteDataDecoder.swift
[2324/2592] Compiling SQLiteKit SQLiteRow+SQLRow.swift
[2325/2592] Compiling SQLiteKit SQLiteConfiguration.swift
[2326/2592] Compiling SQLiteKit Exports.swift
[2327/2592] Emitting module SQLiteKit
[2328/2592] Compiling SQLiteKit SQLiteConnection+SQLKit.swift
[2329/2593] Wrapping AST for SQLiteKit for debugging
[2330/2593] Linking mistdemoc
[2342/2593] Compiling Vapor Cache.swift
[2343/2593] Compiling Vapor CacheExpirationTime.swift
[2344/2593] Compiling Vapor MemoryCache.swift
[2345/2605] Compiling Vapor Request+Cache.swift
[2346/2605] Compiling Vapor Application+Clients.swift
[2347/2605] Compiling Vapor Client.swift
[2348/2605] Compiling Vapor ClientRequest.swift
[2349/2605] Compiling Vapor ClientResponse.swift
[2350/2605] Compiling Vapor Request+Client.swift
[2351/2605] Compiling Vapor BootCommand.swift
[2352/2605] Compiling Vapor CommandContext+Application.swift
[2353/2605] Compiling Vapor RoutesCommand.swift
[2354/2605] Compiling Vapor ServeCommand.swift
[2355/2605] Compiling Vapor AnyResponse+Concurrency.swift
[2356/2605] Compiling Vapor AsyncBasicResponder.swift
[2357/2605] Compiling Vapor AsyncMiddleware.swift
[2358/2605] Emitting module FluentKit
[2359/2605] Compiling Vapor HTTPHeaderCacheControl.swift
[2360/2605] Compiling Vapor HTTPHeaderExpires.swift
[2361/2605] Compiling Vapor HTTPHeaderLastModified.swift
[2362/2605] Compiling Vapor HTTPHeaders+Cache.swift
[2363/2605] Compiling Vapor HTTPHeaders+Connection.swift
[2364/2605] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2365/2605] Compiling Vapor HTTPHeaders+ContentRange.swift
[2366/2605] Compiling Vapor HTTPHeaders+Directive.swift
[2367/2605] Compiling Vapor HTTPHeaders+Forwarded.swift
[2368/2605] Compiling Vapor HTTPHeaders+Link.swift
[2369/2605] Compiling Vapor HTTPHeaders+Name.swift
[2370/2605] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2371/2605] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2372/2605] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2373/2605] Compiling Vapor DotEnvFile+load.swift
[2374/2605] Compiling Vapor Routes+caseInsenstive.swift
[2375/2605] Compiling Vapor Validatable+validate.swift
[2376/2605] Compiling Vapor Environment+Process.swift
[2377/2605] Compiling Vapor Environment+Secret.swift
[2378/2605] Compiling Vapor Environment.swift
[2379/2605] Compiling Vapor Abort.swift
[2380/2605] Compiling Vapor AbortError.swift
[2381/2605] Compiling Vapor DebuggableError.swift
[2382/2605] Compiling Vapor Demangler.swift
[2383/2605] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2384/2605] Compiling Vapor AsyncSessionDriver.swift
[2385/2605] Compiling Vapor Authentication+Concurrency.swift
[2386/2605] Compiling Vapor Cache+Concurrency.swift
[2387/2605] Compiling Vapor Client+Concurrency.swift
[2388/2605] Compiling Vapor RequestBody+Concurrency.swift
[2389/2605] Compiling Vapor Responder+Concurrency.swift
[2390/2605] Compiling Vapor ResponseCodable+Concurrency.swift
[2391/2605] Compiling Vapor RoutesBuilder+Concurrency.swift
[2392/2605] Compiling Vapor ViewRenderer+Concurrency.swift
[2393/2605] Compiling Vapor WebSocket+Concurrency.swift
[2394/2605] Compiling Vapor ContainerGetPathExecutor.swift
[2395/2605] Compiling Vapor Content.swift
[2396/2605] Compiling Vapor ContentCoders.swift
[2397/2605] Compiling Vapor ContentConfiguration.swift
[2398/2605] Compiling Vapor ContentContainer.swift
[2399/2605] Compiling Vapor JSONCoder+Custom.swift
[2400/2605] Compiling Vapor JSONCoders+Content.swift
[2401/2605] Compiling Vapor PlaintextDecoder.swift
[2402/2605] Compiling Vapor PlaintextEncoder.swift
[2403/2605] Compiling Vapor URLQueryCoders.swift
[2404/2605] Compiling Vapor URLQueryContainer.swift
[2405/2605] Compiling Vapor Core.swift
[2406/2605] Compiling Vapor Running.swift
[2407/2605] Compiling Vapor ErrorSource.swift
[2408/2605] Compiling Vapor StackTrace.swift
[2409/2605] Compiling Vapor Exports.swift
[2410/2605] Compiling Vapor Application+HTTP.swift
[2411/2605] Compiling Vapor BasicResponder.swift
[2412/2605] Compiling Vapor BodyStream.swift
[2413/2605] Compiling Vapor Application+HTTP+Client.swift
[2414/2605] Compiling Vapor EventLoopHTTPClient.swift
[2415/2605] Compiling Vapor EndpointCache.swift
[2416/2605] Compiling Vapor HTTPMethod+String.swift
[2417/2605] Compiling Vapor HTTPStatus.swift
[2418/2605] Compiling Vapor HTTPCookies.swift
[2419/2605] Compiling FluentKit DatabaseQuery+Join.swift
[2420/2605] Compiling FluentKit DatabaseQuery+Range.swift
[2421/2605] Compiling FluentKit DatabaseQuery+Sort.swift
[2422/2605] Compiling FluentKit DatabaseQuery+Value.swift
[2423/2605] Compiling FluentKit DatabaseQuery.swift
[2424/2605] Compiling FluentKit QueryHistory.swift
[2425/2605] Compiling FluentKit DatabaseSchema.swift
[2426/2605] Compiling FluentKit SchemaBuilder.swift
[2427/2605] Compiling FluentKit OptionalType.swift
[2428/2605] Compiling FluentKit RandomGeneratable.swift
[2429/2605] Compiling FluentKit SomeCodingKey.swift
[2430/2605] Compiling FluentKit UnsafeMutableTransferBox.swift
[2455/2629] Wrapping AST for FluentKit for debugging
[2457/2640] Emitting module FluentSQL
[2458/2641] Compiling FluentSQL SQLList+Deprecated.swift
[2459/2641] Compiling FluentSQL SQLJSONColumnPath+Deprecated.swift
[2460/2641] Compiling FluentSQL DatabaseSchema+SQL.swift
[2461/2641] Compiling FluentSQL Exports.swift
[2462/2641] Compiling FluentSQL ConverterUtilities.swift
[2463/2641] Compiling FluentSQL DatabaseQuery+SQL.swift
[2464/2641] Compiling FluentSQL SQLDatabase+Model+Concurrency.swift
[2465/2641] Compiling FluentSQL SQLDatabase+Model.swift
[2466/2641] Compiling FluentSQL SQLSchemaConverter.swift
[2467/2641] Compiling FluentSQL SQLQualifiedTable+Deprecated.swift
[2468/2641] Compiling FluentSQL SQLQueryConverter.swift
[2469/2642] Wrapping AST for FluentSQL for debugging
[2471/2650] Emitting module FluentSQLiteDriver
[2472/2650] Compiling FluentSQLiteDriver FluentSQLiteDriver.swift
[2473/2650] Compiling FluentSQLiteDriver SQLiteConverterDelegate.swift
[2474/2650] Compiling FluentSQLiteDriver SQLiteError+Database.swift
[2475/2650] Compiling FluentSQLiteDriver SQLiteRow+Database.swift
[2478/2650] Compiling Vapor Request.swift
[2479/2650] Compiling Vapor Application+Responder.swift
[2480/2650] Compiling Vapor DefaultResponder.swift
[2481/2650] Compiling Vapor Response+Body.swift
[2482/2650] Compiling Vapor Response.swift
[2483/2650] Compiling Vapor ResponseCodable.swift
[2484/2650] Compiling Vapor Application+Routes.swift
[2485/2650] Compiling Vapor Parameters+Require.swift
[2486/2650] Compiling Vapor Request+WebSocket.swift
[2487/2650] Compiling Vapor Route.swift
[2488/2650] Compiling Vapor RouteCollection.swift
[2489/2650] Compiling Vapor Routes.swift
[2490/2650] Compiling Vapor RoutesBuilder+Group.swift
[2491/2650] Compiling Vapor RoutesBuilder+Method.swift
[2492/2650] Compiling Vapor RoutesBuilder+Middleware.swift
[2493/2650] Compiling Vapor RoutesBuilder+WebSocket.swift
[2494/2650] Compiling Vapor RoutesBuilder.swift
[2495/2650] Compiling Vapor OTP.swift
[2496/2650] Compiling Vapor Application+Servers.swift
[2497/2650] Compiling Vapor Server.swift
[2498/2650] Compiling Vapor Application+Sessions.swift
[2499/2650] Compiling Vapor HTTPServerResponseEncoder.swift
[2500/2650] Compiling Vapor HTTPServerUpgradeHandler.swift
[2501/2650] Compiling Vapor Logger+Report.swift
[2502/2650] Compiling Vapor LoggingSystem+Environment.swift
[2503/2650] Compiling Vapor Application+Middleware.swift
[2504/2650] Compiling Vapor CORSMiddleware.swift
[2505/2650] Compiling Vapor ErrorMiddleware.swift
[2506/2650] Compiling Vapor FileMiddleware.swift
[2507/2650] Compiling Vapor Middleware.swift
[2508/2650] Compiling Vapor MiddlewareConfiguration.swift
[2509/2650] Compiling Vapor ResponseCompressionMiddleware.swift
[2510/2650] Compiling Vapor RouteLoggingMiddleware.swift
[2511/2650] Compiling Vapor File+Multipart.swift
[2512/2650] Compiling Vapor FormDataDecoder+Content.swift
[2513/2650] Compiling Vapor FormDataEncoder+Content.swift
[2514/2650] Compiling Vapor Application+Password.swift
[2515/2650] Compiling Vapor Application+Passwords.swift
[2516/2650] Compiling Vapor AsyncPasswordHasher.swift
[2517/2650] Compiling Vapor BcryptHasher.swift
[2518/2650] Compiling Vapor PasswordHasher.swift
[2519/2650] Compiling Vapor PlaintextHasher.swift
[2520/2650] Compiling Vapor Request+Password.swift
[2521/2650] Compiling Vapor Redirect.swift
[2522/2650] Compiling Vapor MemorySessions.swift
[2523/2650] Compiling Vapor Request+Session.swift
[2524/2650] Compiling Vapor Session.swift
[2525/2650] Compiling Vapor SessionCache.swift
[2526/2650] Compiling Vapor SessionData.swift
[2527/2650] Compiling Vapor SessionDriver.swift
[2528/2650] Compiling Vapor SessionsConfiguration.swift
[2529/2650] Compiling Vapor SessionsMiddleware.swift
[2530/2650] Compiling Vapor URLEncodedFormData.swift
[2531/2650] Compiling Vapor URLEncodedFormDecoder.swift
[2532/2650] Compiling Vapor URLEncodedFormEncoder.swift
[2533/2650] Compiling Vapor URLEncodedFormError.swift
[2534/2650] Compiling Vapor URLEncodedFormParser.swift
[2535/2650] Compiling Vapor URLEncodedFormSerializer.swift
[2536/2650] Compiling Vapor URLQueryFragmentConvertible.swift
[2537/2650] Compiling Vapor AnyResponse.swift
[2538/2650] Compiling Vapor Array+Random.swift
[2539/2650] Compiling Vapor Base32.swift
[2540/2650] Compiling Vapor Base64.swift
[2541/2650] Compiling Vapor BaseN.swift
[2542/2650] Compiling Vapor BasicCodingKey.swift
[2543/2650] Compiling Vapor ByteCount.swift
[2544/2650] Compiling Vapor Bytes+Hex.swift
[2545/2673] Compiling FluentSQLiteDriver FluentSQLiteConfiguration.swift
[2546/2673] Compiling FluentSQLiteDriver FluentSQLiteDatabase.swift
[2547/2673] Compiling FluentSQLiteDriver Exports.swift
[2548/2674] Wrapping AST for FluentSQLiteDriver for debugging
[2550/2674] Emitting module Vapor
[2623/2674] Compiling Vapor Bytes+SecureCompare.swift
[2624/2674] Compiling Vapor Collection+Safe.swift
[2625/2674] Compiling Vapor DataProtocol+Copy.swift
[2626/2674] Compiling Vapor DecoderUnwrapper.swift
[2627/2674] Compiling Vapor DirectoryConfiguration.swift
[2628/2674] Compiling Vapor DotEnv.swift
[2629/2674] Compiling Vapor Extendable.swift
[2630/2674] Compiling Vapor File.swift
[2631/2674] Compiling Vapor FileIO.swift
[2632/2674] Compiling Vapor LifecycleHandler.swift
[2633/2674] Compiling Vapor OptionalType.swift
[2634/2674] Compiling Vapor RFC1123.swift
[2635/2674] Compiling Vapor SocketAddress+Hostname.swift
[2636/2674] Compiling Vapor Storage.swift
[2637/2674] Compiling Vapor String+IsIPAddress.swift
[2638/2674] Compiling Vapor Thread.swift
[2639/2674] Compiling Vapor URI.swift
[2640/2674] Compiling Vapor RangeResult.swift
[2641/2674] Compiling Vapor Validatable.swift
[2642/2674] Compiling Vapor Validation.swift
[2643/2674] Compiling Vapor ValidationKey.swift
[2644/2674] Compiling Vapor Validations.swift
[2645/2674] Compiling Vapor ValidationsError.swift
[2646/2674] Compiling Vapor Validator.swift
[2647/2674] Compiling Vapor ValidatorResult.swift
[2648/2674] Compiling Vapor And.swift
[2649/2674] Compiling Vapor Case.swift
[2650/2674] Compiling Vapor CharacterSet.swift
[2651/2674] Compiling Vapor Count.swift
[2652/2674] Compiling Vapor Email.swift
[2653/2674] Compiling Vapor Empty.swift
[2654/2674] Compiling Vapor In.swift
[2655/2674] Compiling Vapor Nil.swift
[2656/2674] Compiling Vapor NilIgnoring.swift
[2657/2674] Compiling Vapor Not.swift
[2658/2674] Compiling Vapor Or.swift
[2659/2674] Compiling Vapor Pattern.swift
[2660/2674] Compiling Vapor Range.swift
[2661/2674] Compiling Vapor URL.swift
[2662/2674] Compiling Vapor Valid.swift
[2663/2674] Compiling Vapor Application+Views.swift
[2664/2674] Compiling Vapor PlaintextRenderer.swift
[2665/2674] Compiling Vapor Request+View.swift
[2666/2674] Compiling Vapor View.swift
[2667/2674] Compiling Vapor ViewRenderer.swift
[2668/2674] Compiling Vapor _Deprecations.swift
[2669/2675] Wrapping AST for Vapor for debugging
[2671/2690] Compiling Fluent Fluent+History.swift
[2672/2690] Compiling Fluent Fluent+Paginate.swift
[2673/2692] Compiling Fluent Pagination+Concurrency.swift
[2674/2692] Compiling Fluent Sessions+Concurrency.swift
[2675/2692] Emitting module Fluent
[2676/2692] Compiling Fluent Exports.swift
[2677/2692] Compiling Fluent Fluent+Cache.swift
[2678/2692] Compiling Fluent FluentProvider+Concurrency.swift
[2679/2692] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[2680/2692] Compiling Fluent ModelAuthenticatable.swift
[2681/2692] Compiling Fluent ModelCredentialsAuthenticatable.swift
[2682/2692] Compiling Fluent FluentProvider.swift
[2683/2692] Compiling Fluent MigrateCommand.swift
[2684/2692] Compiling Fluent ModelTokenAuthenticatable.swift
[2685/2692] Compiling Fluent PageLimit.swift
[2686/2692] Compiling Fluent Fluent+Pagination.swift
[2687/2692] Compiling Fluent Fluent+Sessions.swift
[2688/2693] Wrapping AST for Fluent for debugging
[2690/2701] Compiling MistKitVapor MKVaporClientRequest.swift
/host/spi-builder-workspace/Sources/MistKitVapor/MKVaporClientRequest.swift:9:71: warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
 6 |   public let request: ClientRequest
 7 |
 8 |   public func execute(_ callback: @escaping ((Result<MKHttpResponse, Error>) -> Void)) {
   |                         `- note: parameter 'callback' is implicitly non-sendable
 9 |     client.send(request).map(MKVaporClientResponse.init).whenComplete(callback)
   |                                                                       `- warning: passing non-sendable parameter 'callback' to function expecting a @Sendable closure
10 |   }
11 | }
[2691/2701] Compiling MistKitVapor MKServerResponse.swift
/host/spi-builder-workspace/Sources/MistKitVapor/MKServerResponse.swift:4:1: warning: extension declares a conformance of imported type 'MKServerResponse' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'MistKit' introduce this conformance in the future
2 | import Vapor
3 |
4 | extension MKServerResponse: Content {}
  | |- warning: extension declares a conformance of imported type 'MKServerResponse' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'MistKit' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
5 |
6 | extension UserIdentityResponse: Content {}
/host/spi-builder-workspace/Sources/MistKitVapor/MKServerResponse.swift:6:1: warning: extension declares a conformance of imported type 'UserIdentityResponse' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'MistKit' introduce this conformance in the future
4 | extension MKServerResponse: Content {}
5 |
6 | extension UserIdentityResponse: Content {}
  | |- warning: extension declares a conformance of imported type 'UserIdentityResponse' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'MistKit' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
7 |
[2692/2701] Compiling MistKitVapor MKModelStorable.swift
[2693/2701] Emitting module MistKitVapor
/host/spi-builder-workspace/Sources/MistKitVapor/MKServerResponse.swift:4:1: warning: extension declares a conformance of imported type 'MKServerResponse' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'MistKit' introduce this conformance in the future
2 | import Vapor
3 |
4 | extension MKServerResponse: Content {}
  | |- warning: extension declares a conformance of imported type 'MKServerResponse' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'MistKit' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
5 |
6 | extension UserIdentityResponse: Content {}
/host/spi-builder-workspace/Sources/MistKitVapor/MKServerResponse.swift:6:1: warning: extension declares a conformance of imported type 'UserIdentityResponse' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'MistKit' introduce this conformance in the future
4 | extension MKServerResponse: Content {}
5 |
6 | extension UserIdentityResponse: Content {}
  | |- warning: extension declares a conformance of imported type 'UserIdentityResponse' to imported protocols 'Content', 'AsyncResponseEncodable', 'AsyncRequestDecodable', 'ResponseEncodable', 'RequestDecodable'; this will not behave correctly if the owners of 'MistKit' introduce this conformance in the future
  | `- note: add '@retroactive' to silence this warning
7 |
[2694/2701] Compiling MistKitVapor MKVaporClient.swift
[2695/2701] Compiling MistKitVapor MKVaporSessionStorage.swift
[2696/2701] Compiling MistKitVapor MKVaporModelStorage.swift
[2697/2701] Compiling MistKitVapor MKVaporClientResponse.swift
[2698/2702] Wrapping AST for MistKitVapor for debugging
[2700/2712] Compiling mistdemod Request.swift
[2701/2712] Compiling mistdemod MKDatabase.swift
[2702/2713] Compiling mistdemod User.swift
/host/spi-builder-workspace/Sources/mistdemod/Models/User.swift:9:14: warning: stored property '_id' of 'Sendable'-conforming class 'User' is mutable; this is an error in the Swift 6 language mode
 7 |
 8 |   @ID(key: .id)
 9 |   public var id: UUID?
   |              `- warning: stored property '_id' of 'Sendable'-conforming class 'User' is mutable; this is an error in the Swift 6 language mode
10 |
11 |   @Field(key: "name")
/host/spi-builder-workspace/Sources/mistdemod/Models/User.swift:39:21: warning: static property 'tokenKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
37 |
38 | extension User: MKModelStorable {
39 |   public static var tokenKey = \User.$cloudKitToken
   |                     |- warning: static property 'tokenKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: convert 'tokenKey' to a 'let' constant to make 'Sendable' shared state immutable
   |                     |- note: annotate 'tokenKey' with '@MainActor' if property should only be accessed from the main actor
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
40 | }
41 |
/host/spi-builder-workspace/Sources/mistdemod/Models/User.swift:38:1: error: type 'User' does not conform to protocol 'MKModelStorable'
36 | }
37 |
38 | extension User: MKModelStorable {
   | `- error: type 'User' does not conform to protocol 'MKModelStorable'
39 |   public static var tokenKey = \User.$cloudKitToken
   |                     `- note: candidate has non-matching type 'any KeyPath<User, FieldProperty<User, String?>> & Sendable'
40 | }
41 |
/host/spi-builder-workspace/Sources/MistKitVapor/MKModelStorable.swift:4:14: note: protocol requires property 'tokenKey' with type 'KeyPath<Self, Self.Field<String?>>' (aka 'KeyPath<Self, FieldProperty<Self, Optional<String>>>')
2 |
3 | public protocol MKModelStorable: Model {
4 |   static var tokenKey: KeyPath<Self, Field<String?>> { get }
  |              `- note: protocol requires property 'tokenKey' with type 'KeyPath<Self, Self.Field<String?>>' (aka 'KeyPath<Self, FieldProperty<Self, Optional<String>>>')
5 | }
6 |
/host/spi-builder-workspace/Sources/mistdemod/Models/User.swift:42:1: error: type 'User' does not conform to protocol 'ModelAuthenticatable'
40 | }
41 |
42 | extension User: ModelAuthenticatable {
   | `- error: type 'User' does not conform to protocol 'ModelAuthenticatable'
43 |   public static let usernameKey = \User.$name
   |                     `- note: candidate has non-matching type 'any KeyPath<User, FieldProperty<User, String>> & Sendable'
44 |   public static let passwordHashKey = \User.$passwordHash
   |                     `- note: candidate has non-matching type 'any KeyPath<User, FieldProperty<User, String>> & Sendable'
45 |
46 |   public func verify(password: String) throws -> Bool {
/host/spi-builder-workspace/.build/checkouts/fluent/Sources/Fluent/ModelAuthenticatable.swift:6:16: note: protocol requires property 'usernameKey' with type 'KeyPath<Self, Self.Field<String>>' (aka 'KeyPath<Self, FieldProperty<Self, String>>')
 4 |
 5 | public protocol ModelAuthenticatable: Model, Authenticatable {
 6 |     static var usernameKey: KeyPath<Self, Field<String>> { get }
   |                `- note: protocol requires property 'usernameKey' with type 'KeyPath<Self, Self.Field<String>>' (aka 'KeyPath<Self, FieldProperty<Self, String>>')
 7 |     static var passwordHashKey: KeyPath<Self, Field<String>> { get }
   |                `- note: protocol requires property 'passwordHashKey' with type 'KeyPath<Self, Self.Field<String>>' (aka 'KeyPath<Self, FieldProperty<Self, String>>')
 8 |     func verify(password: String) throws -> Bool
 9 | }
[2703/2713] Compiling mistdemod CreateUser.swift
[2704/2713] Compiling mistdemod TodoItemModel.swift
/host/spi-builder-workspace/Sources/mistdemod/Models/TodoItemModel.swift:14:1: warning: extension declares a conformance of imported type 'TodoListItem' to imported protocol 'MKContentRecord'; this will not behave correctly if the owners of 'MistKitDemo' introduce this conformance in the future
12 | }
13 |
14 | extension TodoListItem: MKContentRecord {
   | |- warning: extension declares a conformance of imported type 'TodoListItem' to imported protocol 'MKContentRecord'; this will not behave correctly if the owners of 'MistKitDemo' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
15 |   public typealias ContentType = TodoItemModel
16 |
[2705/2713] Compiling mistdemod main.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2706/2713] Compiling mistdemod UsersController.swift
/host/spi-builder-workspace/Sources/mistdemod/Controllers/UsersController.swift:29:54: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<MKServerResponse<UserIdentityResponse>>' may introduce data races
27 |   public func boot(routes: RoutesBuilder) throws {
28 |     let users = routes.grouped("users")
29 |     users.grouped(User.authenticator()).get([], use: get)
   |                                                      `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<MKServerResponse<UserIdentityResponse>>' may introduce data races
30 |     users.post([], use: create)
31 |   }
/host/spi-builder-workspace/Sources/mistdemod/Controllers/UsersController.swift:30:25: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<HTTPStatus>' (aka '@Sendable (Request) throws -> EventLoopFuture<HTTPResponseStatus>') may introduce data races
28 |     let users = routes.grouped("users")
29 |     users.grouped(User.authenticator()).get([], use: get)
30 |     users.post([], use: create)
   |                         `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<HTTPStatus>' (aka '@Sendable (Request) throws -> EventLoopFuture<HTTPResponseStatus>') may introduce data races
31 |   }
32 | }
[2707/2713] Compiling mistdemod Application.swift
/host/spi-builder-workspace/Sources/mistdemod/Controllers/UsersController.swift:29:54: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<MKServerResponse<UserIdentityResponse>>' may introduce data races
27 |   public func boot(routes: RoutesBuilder) throws {
28 |     let users = routes.grouped("users")
29 |     users.grouped(User.authenticator()).get([], use: get)
   |                                                      `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<MKServerResponse<UserIdentityResponse>>' may introduce data races
30 |     users.post([], use: create)
31 |   }
/host/spi-builder-workspace/Sources/mistdemod/Controllers/UsersController.swift:30:25: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<HTTPStatus>' (aka '@Sendable (Request) throws -> EventLoopFuture<HTTPResponseStatus>') may introduce data races
28 |     let users = routes.grouped("users")
29 |     users.grouped(User.authenticator()).get([], use: get)
30 |     users.post([], use: create)
   |                         `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<HTTPStatus>' (aka '@Sendable (Request) throws -> EventLoopFuture<HTTPResponseStatus>') may introduce data races
31 |   }
32 | }
[2708/2713] Compiling mistdemod CloudKitController.swift
/host/spi-builder-workspace/Sources/mistdemod/Controllers/CloudKitController.swift:19:32: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<HTTPStatus>' (aka '@Sendable (Request) throws -> EventLoopFuture<HTTPResponseStatus>') may introduce data races
17 |
18 |   public func boot(routes: RoutesBuilder) throws {
19 |     routes.get(["token"], use: token)
   |                                `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<HTTPStatus>' (aka '@Sendable (Request) throws -> EventLoopFuture<HTTPResponseStatus>') may introduce data races
20 |   }
21 | }
/host/spi-builder-workspace/Sources/mistdemod/Controllers/ItemsController.swift:56:8: warning: type 'ModifiedRecordQueryResult<TodoListItem>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 54 |       }
 55 |       .map(ModifyRecordQuery.init)
 56 |       .flatMap { query in
    |        `- warning: type 'ModifiedRecordQueryResult<TodoListItem>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 57 |         database.perform(
 58 |           operations: ModifyRecordQueryRequest(database: .private, query: query),
/host/spi-builder-workspace/Sources/MistKit/Requests/RecordsModify/ModifiedRecordQueryResult.swift:2:15: note: generic struct 'ModifiedRecordQueryResult' does not conform to the 'Sendable' protocol
 1 | import Foundation
 2 | public struct ModifiedRecordQueryResult<RecordType: MKQueryRecord> {
   |               `- note: generic struct 'ModifiedRecordQueryResult' does not conform to the 'Sendable' protocol
 3 |   public let deleted: [UUID]
 4 |   public let updated: [RecordType]
/host/spi-builder-workspace/Sources/mistdemod/Controllers/ItemsController.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MistKit'
  1 | import MistKit
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MistKit'
  2 | import MistKitDemo
  3 | import MistKitVapor
/host/spi-builder-workspace/Sources/mistdemod/Controllers/ItemsController.swift:57:9: warning: capture of 'database' with non-sendable type 'MKDatabase<MKVaporClient>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 55 |       .map(ModifyRecordQuery.init)
 56 |       .flatMap { query in
 57 |         database.perform(
    |         `- warning: capture of 'database' with non-sendable type 'MKDatabase<MKVaporClient>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 58 |           operations: ModifyRecordQueryRequest(database: .private, query: query),
 59 |           on: request.eventLoop
/host/spi-builder-workspace/Sources/MistKit/Controllers/MKDatabase.swift:3:15: note: generic struct 'MKDatabase' does not conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct MKDatabase<HttpClient: MKHttpClient> {
   |               `- note: generic struct 'MKDatabase' does not conform to the 'Sendable' protocol
 4 |   public let urlBuilder: MKURLBuilderProtocol
 5 |   public let requestConfigFactory: RequestConfigurationFactoryProtocol
/host/spi-builder-workspace/Sources/mistdemod/Controllers/ItemsController.swift:95:8: warning: type 'ModifiedRecordQueryResult<TodoListItem>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 93 |       }
 94 |       .map(ModifyRecordQuery<TodoListItem>.init)
 95 |       .flatMap { query in
    |        `- warning: type 'ModifiedRecordQueryResult<TodoListItem>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 96 |         database.perform(
 97 |           operations: ModifyRecordQueryRequest(database: .private, query: query),
/host/spi-builder-workspace/Sources/MistKit/Requests/RecordsModify/ModifiedRecordQueryResult.swift:2:15: note: generic struct 'ModifiedRecordQueryResult' does not conform to the 'Sendable' protocol
 1 | import Foundation
 2 | public struct ModifiedRecordQueryResult<RecordType: MKQueryRecord> {
   |               `- note: generic struct 'ModifiedRecordQueryResult' does not conform to the 'Sendable' protocol
 3 |   public let deleted: [UUID]
 4 |   public let updated: [RecordType]
/host/spi-builder-workspace/Sources/mistdemod/Controllers/ItemsController.swift:96:9: warning: capture of 'database' with non-sendable type 'MKDatabase<MKVaporClient>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 94 |       .map(ModifyRecordQuery<TodoListItem>.init)
 95 |       .flatMap { query in
 96 |         database.perform(
    |         `- warning: capture of 'database' with non-sendable type 'MKDatabase<MKVaporClient>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 97 |           operations: ModifyRecordQueryRequest(database: .private, query: query),
 98 |           on: request.eventLoop
/host/spi-builder-workspace/Sources/MistKit/Controllers/MKDatabase.swift:3:15: note: generic struct 'MKDatabase' does not conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct MKDatabase<HttpClient: MKHttpClient> {
   |               `- note: generic struct 'MKDatabase' does not conform to the 'Sendable' protocol
 4 |   public let urlBuilder: MKURLBuilderProtocol
 5 |   public let requestConfigFactory: RequestConfigurationFactoryProtocol
/host/spi-builder-workspace/Sources/mistdemod/Controllers/ItemsController.swift:106:24: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<MKServerResponse<[TodoItemModel]>>' may introduce data races
104 |   public func boot(routes: RoutesBuilder) throws {
105 |     let items = routes.grouped("items")
106 |     items.get([], use: list)
    |                        `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<MKServerResponse<[TodoItemModel]>>' may introduce data races
107 |     items.post([":title"], use: create)
108 |     items.get([":id"], use: find)
/host/spi-builder-workspace/Sources/mistdemod/Controllers/ItemsController.swift:107:33: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<MKServerResponse<ModifiedRecordQueryContent<TodoItemModel>>>' may introduce data races
105 |     let items = routes.grouped("items")
106 |     items.get([], use: list)
107 |     items.post([":title"], use: create)
    |                                 `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<MKServerResponse<ModifiedRecordQueryContent<TodoItemModel>>>' may introduce data races
108 |     items.get([":id"], use: find)
109 |     items.delete([":id"], use: delete)
/host/spi-builder-workspace/Sources/mistdemod/Controllers/ItemsController.swift:108:29: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<MKServerResponse<[TodoItemModel]>>' may introduce data races
106 |     items.get([], use: list)
107 |     items.post([":title"], use: create)
108 |     items.get([":id"], use: find)
    |                             `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<MKServerResponse<[TodoItemModel]>>' may introduce data races
109 |     items.delete([":id"], use: delete)
110 |     items.patch([":id", ":title"], use: rename)
/host/spi-builder-workspace/Sources/mistdemod/Controllers/ItemsController.swift:109:32: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<MKServerResponse<ModifiedRecordQueryContent<TodoItemModel>>>' may introduce data races
107 |     items.post([":title"], use: create)
108 |     items.get([":id"], use: find)
109 |     items.delete([":id"], use: delete)
    |                                `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<MKServerResponse<ModifiedRecordQueryContent<TodoItemModel>>>' may introduce data races
110 |     items.patch([":id", ":title"], use: rename)
111 |   }
/host/spi-builder-workspace/Sources/mistdemod/Controllers/ItemsController.swift:110:41: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<MKServerResponse<ModifiedRecordQueryContent<TodoItemModel>>>' may introduce data races
108 |     items.get([":id"], use: find)
109 |     items.delete([":id"], use: delete)
110 |     items.patch([":id", ":title"], use: rename)
    |                                         `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<MKServerResponse<ModifiedRecordQueryContent<TodoItemModel>>>' may introduce data races
111 |   }
112 | }
[2709/2713] Compiling mistdemod ItemsController.swift
/host/spi-builder-workspace/Sources/mistdemod/Controllers/CloudKitController.swift:19:32: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<HTTPStatus>' (aka '@Sendable (Request) throws -> EventLoopFuture<HTTPResponseStatus>') may introduce data races
17 |
18 |   public func boot(routes: RoutesBuilder) throws {
19 |     routes.get(["token"], use: token)
   |                                `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<HTTPStatus>' (aka '@Sendable (Request) throws -> EventLoopFuture<HTTPResponseStatus>') may introduce data races
20 |   }
21 | }
/host/spi-builder-workspace/Sources/mistdemod/Controllers/ItemsController.swift:56:8: warning: type 'ModifiedRecordQueryResult<TodoListItem>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 54 |       }
 55 |       .map(ModifyRecordQuery.init)
 56 |       .flatMap { query in
    |        `- warning: type 'ModifiedRecordQueryResult<TodoListItem>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 57 |         database.perform(
 58 |           operations: ModifyRecordQueryRequest(database: .private, query: query),
/host/spi-builder-workspace/Sources/MistKit/Requests/RecordsModify/ModifiedRecordQueryResult.swift:2:15: note: generic struct 'ModifiedRecordQueryResult' does not conform to the 'Sendable' protocol
 1 | import Foundation
 2 | public struct ModifiedRecordQueryResult<RecordType: MKQueryRecord> {
   |               `- note: generic struct 'ModifiedRecordQueryResult' does not conform to the 'Sendable' protocol
 3 |   public let deleted: [UUID]
 4 |   public let updated: [RecordType]
/host/spi-builder-workspace/Sources/mistdemod/Controllers/ItemsController.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MistKit'
  1 | import MistKit
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'MistKit'
  2 | import MistKitDemo
  3 | import MistKitVapor
/host/spi-builder-workspace/Sources/mistdemod/Controllers/ItemsController.swift:57:9: warning: capture of 'database' with non-sendable type 'MKDatabase<MKVaporClient>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 55 |       .map(ModifyRecordQuery.init)
 56 |       .flatMap { query in
 57 |         database.perform(
    |         `- warning: capture of 'database' with non-sendable type 'MKDatabase<MKVaporClient>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 58 |           operations: ModifyRecordQueryRequest(database: .private, query: query),
 59 |           on: request.eventLoop
/host/spi-builder-workspace/Sources/MistKit/Controllers/MKDatabase.swift:3:15: note: generic struct 'MKDatabase' does not conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct MKDatabase<HttpClient: MKHttpClient> {
   |               `- note: generic struct 'MKDatabase' does not conform to the 'Sendable' protocol
 4 |   public let urlBuilder: MKURLBuilderProtocol
 5 |   public let requestConfigFactory: RequestConfigurationFactoryProtocol
/host/spi-builder-workspace/Sources/mistdemod/Controllers/ItemsController.swift:95:8: warning: type 'ModifiedRecordQueryResult<TodoListItem>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 93 |       }
 94 |       .map(ModifyRecordQuery<TodoListItem>.init)
 95 |       .flatMap { query in
    |        `- warning: type 'ModifiedRecordQueryResult<TodoListItem>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 96 |         database.perform(
 97 |           operations: ModifyRecordQueryRequest(database: .private, query: query),
/host/spi-builder-workspace/Sources/MistKit/Requests/RecordsModify/ModifiedRecordQueryResult.swift:2:15: note: generic struct 'ModifiedRecordQueryResult' does not conform to the 'Sendable' protocol
 1 | import Foundation
 2 | public struct ModifiedRecordQueryResult<RecordType: MKQueryRecord> {
   |               `- note: generic struct 'ModifiedRecordQueryResult' does not conform to the 'Sendable' protocol
 3 |   public let deleted: [UUID]
 4 |   public let updated: [RecordType]
/host/spi-builder-workspace/Sources/mistdemod/Controllers/ItemsController.swift:96:9: warning: capture of 'database' with non-sendable type 'MKDatabase<MKVaporClient>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 94 |       .map(ModifyRecordQuery<TodoListItem>.init)
 95 |       .flatMap { query in
 96 |         database.perform(
    |         `- warning: capture of 'database' with non-sendable type 'MKDatabase<MKVaporClient>' in a `@Sendable` closure; this is an error in the Swift 6 language mode
 97 |           operations: ModifyRecordQueryRequest(database: .private, query: query),
 98 |           on: request.eventLoop
/host/spi-builder-workspace/Sources/MistKit/Controllers/MKDatabase.swift:3:15: note: generic struct 'MKDatabase' does not conform to the 'Sendable' protocol
 1 | import Foundation
 2 |
 3 | public struct MKDatabase<HttpClient: MKHttpClient> {
   |               `- note: generic struct 'MKDatabase' does not conform to the 'Sendable' protocol
 4 |   public let urlBuilder: MKURLBuilderProtocol
 5 |   public let requestConfigFactory: RequestConfigurationFactoryProtocol
/host/spi-builder-workspace/Sources/mistdemod/Controllers/ItemsController.swift:106:24: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<MKServerResponse<[TodoItemModel]>>' may introduce data races
104 |   public func boot(routes: RoutesBuilder) throws {
105 |     let items = routes.grouped("items")
106 |     items.get([], use: list)
    |                        `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<MKServerResponse<[TodoItemModel]>>' may introduce data races
107 |     items.post([":title"], use: create)
108 |     items.get([":id"], use: find)
/host/spi-builder-workspace/Sources/mistdemod/Controllers/ItemsController.swift:107:33: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<MKServerResponse<ModifiedRecordQueryContent<TodoItemModel>>>' may introduce data races
105 |     let items = routes.grouped("items")
106 |     items.get([], use: list)
107 |     items.post([":title"], use: create)
    |                                 `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<MKServerResponse<ModifiedRecordQueryContent<TodoItemModel>>>' may introduce data races
108 |     items.get([":id"], use: find)
109 |     items.delete([":id"], use: delete)
/host/spi-builder-workspace/Sources/mistdemod/Controllers/ItemsController.swift:108:29: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<MKServerResponse<[TodoItemModel]>>' may introduce data races
106 |     items.get([], use: list)
107 |     items.post([":title"], use: create)
108 |     items.get([":id"], use: find)
    |                             `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<MKServerResponse<[TodoItemModel]>>' may introduce data races
109 |     items.delete([":id"], use: delete)
110 |     items.patch([":id", ":title"], use: rename)
/host/spi-builder-workspace/Sources/mistdemod/Controllers/ItemsController.swift:109:32: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<MKServerResponse<ModifiedRecordQueryContent<TodoItemModel>>>' may introduce data races
107 |     items.post([":title"], use: create)
108 |     items.get([":id"], use: find)
109 |     items.delete([":id"], use: delete)
    |                                `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<MKServerResponse<ModifiedRecordQueryContent<TodoItemModel>>>' may introduce data races
110 |     items.patch([":id", ":title"], use: rename)
111 |   }
/host/spi-builder-workspace/Sources/mistdemod/Controllers/ItemsController.swift:110:41: warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<MKServerResponse<ModifiedRecordQueryContent<TodoItemModel>>>' may introduce data races
108 |     items.get([":id"], use: find)
109 |     items.delete([":id"], use: delete)
110 |     items.patch([":id", ":title"], use: rename)
    |                                         `- warning: converting non-sendable function value to '@Sendable (Request) throws -> EventLoopFuture<MKServerResponse<ModifiedRecordQueryContent<TodoItemModel>>>' may introduce data races
111 |   }
112 | }
[2710/2713] Emitting module mistdemod
/host/spi-builder-workspace/Sources/mistdemod/Models/TodoItemModel.swift:14:1: warning: extension declares a conformance of imported type 'TodoListItem' to imported protocol 'MKContentRecord'; this will not behave correctly if the owners of 'MistKitDemo' introduce this conformance in the future
12 | }
13 |
14 | extension TodoListItem: MKContentRecord {
   | |- warning: extension declares a conformance of imported type 'TodoListItem' to imported protocol 'MKContentRecord'; this will not behave correctly if the owners of 'MistKitDemo' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
15 |   public typealias ContentType = TodoItemModel
16 |
/host/spi-builder-workspace/Sources/mistdemod/Models/User.swift:9:14: warning: stored property '_id' of 'Sendable'-conforming class 'User' is mutable; this is an error in the Swift 6 language mode
 7 |
 8 |   @ID(key: .id)
 9 |   public var id: UUID?
   |              `- warning: stored property '_id' of 'Sendable'-conforming class 'User' is mutable; this is an error in the Swift 6 language mode
10 |
11 |   @Field(key: "name")
/host/spi-builder-workspace/Sources/mistdemod/Models/User.swift:39:21: warning: static property 'tokenKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
37 |
38 | extension User: MKModelStorable {
39 |   public static var tokenKey = \User.$cloudKitToken
   |                     |- warning: static property 'tokenKey' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                     |- note: convert 'tokenKey' to a 'let' constant to make 'Sendable' shared state immutable
   |                     |- note: annotate 'tokenKey' with '@MainActor' if property should only be accessed from the main actor
   |                     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
40 | }
41 |
/host/spi-builder-workspace/Sources/mistdemod/Models/User.swift:38:1: error: type 'User' does not conform to protocol 'MKModelStorable'
36 | }
37 |
38 | extension User: MKModelStorable {
   | `- error: type 'User' does not conform to protocol 'MKModelStorable'
39 |   public static var tokenKey = \User.$cloudKitToken
   |                     `- note: candidate has non-matching type 'any KeyPath<User, FieldProperty<User, String?>> & Sendable'
40 | }
41 |
/host/spi-builder-workspace/Sources/MistKitVapor/MKModelStorable.swift:4:14: note: protocol requires property 'tokenKey' with type 'KeyPath<Self, Self.Field<String?>>' (aka 'KeyPath<Self, FieldProperty<Self, Optional<String>>>')
2 |
3 | public protocol MKModelStorable: Model {
4 |   static var tokenKey: KeyPath<Self, Field<String?>> { get }
  |              `- note: protocol requires property 'tokenKey' with type 'KeyPath<Self, Self.Field<String?>>' (aka 'KeyPath<Self, FieldProperty<Self, Optional<String>>>')
5 | }
6 |
/host/spi-builder-workspace/Sources/mistdemod/Models/User.swift:42:1: error: type 'User' does not conform to protocol 'ModelAuthenticatable'
40 | }
41 |
42 | extension User: ModelAuthenticatable {
   | `- error: type 'User' does not conform to protocol 'ModelAuthenticatable'
43 |   public static let usernameKey = \User.$name
   |                     `- note: candidate has non-matching type 'any KeyPath<User, FieldProperty<User, String>> & Sendable'
44 |   public static let passwordHashKey = \User.$passwordHash
   |                     `- note: candidate has non-matching type 'any KeyPath<User, FieldProperty<User, String>> & Sendable'
45 |
46 |   public func verify(password: String) throws -> Bool {
/host/spi-builder-workspace/.build/checkouts/fluent/Sources/Fluent/ModelAuthenticatable.swift:6:16: note: protocol requires property 'usernameKey' with type 'KeyPath<Self, Self.Field<String>>' (aka 'KeyPath<Self, FieldProperty<Self, String>>')
 4 |
 5 | public protocol ModelAuthenticatable: Model, Authenticatable {
 6 |     static var usernameKey: KeyPath<Self, Field<String>> { get }
   |                `- note: protocol requires property 'usernameKey' with type 'KeyPath<Self, Self.Field<String>>' (aka 'KeyPath<Self, FieldProperty<Self, String>>')
 7 |     static var passwordHashKey: KeyPath<Self, Field<String>> { get }
   |                `- note: protocol requires property 'passwordHashKey' with type 'KeyPath<Self, Self.Field<String>>' (aka 'KeyPath<Self, FieldProperty<Self, String>>')
 8 |     func verify(password: String) throws -> Bool
 9 | }
BUILD FAILURE 6.0 linux