Build Information
Successful build of MistKit, reference 0.2.4 (5900c2
), with Swift 6.0 for Linux on 1 Nov 2024 22:04:21 UTC.
Swift 6 data race errors: 13
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 2>&1
Build Log
1 | public struct MKEmptyGet: MKEncodable {
| `- note: consider making struct 'MKEmptyGet' conform to the 'Sendable' protocol
2 | public static let value = MKEmptyGet()
| |- warning: static property 'value' is not concurrency-safe because non-'Sendable' type 'MKEmptyGet' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'value' 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
3 | private init() {}
4 | }
/host/spi-builder-workspace/Sources/MistKit/URLNetworking/MKEmptyGet.swift:2:21: warning: static property 'value' is not concurrency-safe because non-'Sendable' type 'MKEmptyGet' may have shared mutable state; this is an error in the Swift 6 language mode
1 | public struct MKEmptyGet: MKEncodable {
| `- note: consider making struct 'MKEmptyGet' conform to the 'Sendable' protocol
2 | public static let value = MKEmptyGet()
| |- warning: static property 'value' is not concurrency-safe because non-'Sendable' type 'MKEmptyGet' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'value' 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
3 | private init() {}
4 | }
[309/1332] Compiling OrderedCollections OrderedSet+Sendable.swift
[324/1332] Wrapping AST for CoreMetrics for debugging
[326/1332] Emitting module MistKit
/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)
/host/spi-builder-workspace/Sources/MistKit/URLNetworking/MKEmptyGet.swift:2:21: warning: static property 'value' is not concurrency-safe because non-'Sendable' type 'MKEmptyGet' may have shared mutable state; this is an error in the Swift 6 language mode
1 | public struct MKEmptyGet: MKEncodable {
| `- note: consider making struct 'MKEmptyGet' conform to the 'Sendable' protocol
2 | public static let value = MKEmptyGet()
| |- warning: static property 'value' is not concurrency-safe because non-'Sendable' type 'MKEmptyGet' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: annotate 'value' 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
3 | private init() {}
4 | }
[329/1334] Compiling DequeModule Deque+Codable.swift
[330/1334] Compiling DequeModule Deque+Collection.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,
/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,
/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,
/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,
/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,
/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,
/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,
/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,
/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,
/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,
[351/1334] Compiling MistKit MKURLBuilderProtocol.swift
[352/1334] Compiling MistKit MKURLRequest.swift
[353/1334] Compiling MistKit MKURLResponse.swift
[354/1334] Compiling MistKit MKURLSessionClient.swift
[355/1334] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[356/1334] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[357/1334] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[358/1334] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[359/1334] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[360/1334] Compiling HashTreeCollections TreeSet.swift
[361/1334] Emitting module Metrics
[370/1334] Compiling RoutingKit Parameters.swift
[381/1344] Compiling _RopeModule Rope+RemoveSubrange.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()
[382/1344] Compiling _RopeModule Rope+Split.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()
[383/1344] Compiling _RopeModule Optional Utilities.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()
[384/1344] Compiling _RopeModule String Utilities.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()
[385/1344] Compiling _RopeModule String.Index+ABI.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()
[386/1344] Compiling _RopeModule _CharacterRecognizer.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()
/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()
/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()
/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()
[391/1345] Compiling Metrics Metrics.swift
[416/1346] Wrapping AST for RoutingKit for debugging
[417/1346] Wrapping AST for Metrics for debugging
[453/1346] Wrapping AST for MistKit for debugging
[455/1346] Emitting module DequeModule
[468/1351] Compiling MistKitDemo MistDemoConfiguration.swift
[468/1351] Compiling tls_record.cc
[470/1351] Compiling MistKitDemo MistDemoDefaultConfiguration.swift
[470/1351] Wrapping AST for DequeModule for debugging
[472/1351] Emitting module MistKitDemo
[473/1351] Compiling MistKitDemo TodoListItem.swift
[475/1352] Emitting module _RopeModule
[475/1352] Compiling tls_method.cc
[477/1352] Emitting module OrderedCollections
[478/1353] Wrapping AST for MistKitDemo for debugging
[479/1353] Compiling tls13_enc.cc
[502/1353] Wrapping AST for OrderedCollections for debugging
[504/1353] Compiling _RopeModule Rope+Join.swift
[505/1353] Compiling _RopeModule Rope+MutatingForEach.swift
[506/1353] Compiling _RopeModule Rope+Remove.swift
[512/1353] Compiling tls13_server.cc
[513/1353] Compiling tls13_client.cc
[514/1353] Compiling tls13_both.cc
[515/1353] Compiling t1_enc.cc
[535/1353] Compiling ssl_transcript.cc
[536/1353] Compiling ssl_versions.cc
[537/1354] Compiling ssl_stat.cc
[539/1354] Compiling ssl_x509.cc
[541/1354] Emitting module HashTreeCollections
[542/1355] Wrapping AST for _RopeModule for debugging
[543/1355] Compiling ssl_session.cc
[544/1355] Wrapping AST for HashTreeCollections for debugging
[545/1355] Compiling ssl_privkey.cc
[546/1355] Compiling ssl_file.cc
[547/1355] Compiling ssl_key_share.cc
[548/1355] Compiling ssl_cipher.cc
[549/1355] Compiling ssl_credential.cc
[550/1355] Compiling ssl_lib.cc
[551/1355] Compiling ssl_buffer.cc
[552/1355] Compiling ssl_cert.cc
[553/1355] Compiling ssl_asn1.cc
[554/1355] Compiling ssl_aead_ctx.cc
[555/1355] Compiling s3_lib.cc
[556/1355] Compiling s3_pkt.cc
[557/1355] Compiling s3_both.cc
[558/1355] Compiling handshake_server.cc
[559/1355] Compiling handshake.cc
[560/1355] Compiling handshake_client.cc
[561/1355] Compiling handoff.cc
[562/1355] Compiling dtls_record.cc
[562/1355] Compiling extensions.cc
[564/1355] Compiling md5-x86_64-linux.S
[565/1355] Compiling md5-x86_64-apple.S
[566/1355] Compiling md5-586-linux.S
[567/1355] Compiling encrypted_client_hello.cc
[568/1355] Compiling d1_srtp.cc
[569/1355] Compiling md5-586-apple.S
[570/1355] Compiling err_data.c
[571/1355] Compiling chacha20_poly1305_x86_64-apple.S
[572/1355] Compiling chacha20_poly1305_x86_64-linux.S
[573/1355] Compiling chacha20_poly1305_armv8-win.S
[574/1355] Compiling dtls_method.cc
[575/1355] Compiling chacha20_poly1305_armv8-linux.S
[576/1355] Compiling chacha20_poly1305_armv8-apple.S
[577/1355] Compiling chacha-x86_64-apple.S
[578/1355] Compiling chacha-x86-linux.S
[579/1355] Compiling chacha-x86_64-linux.S
[580/1355] Compiling chacha-x86-apple.S
[580/1355] Compiling d1_pkt.cc
[582/1355] Compiling chacha-armv8-win.S
[583/1355] Compiling chacha-armv8-apple.S
[584/1355] Compiling chacha-armv8-linux.S
[585/1355] Compiling aes128gcmsiv-x86_64-linux.S
[586/1355] Compiling aes128gcmsiv-x86_64-apple.S
[587/1355] Compiling chacha-armv4-linux.S
[588/1355] Compiling x86_64-mont5-apple.S
[589/1355] Compiling x86_64-mont5-linux.S
[590/1355] Compiling x86_64-mont-apple.S
[591/1355] Compiling x86_64-mont-linux.S
[592/1355] Compiling x86-mont-apple.S
[593/1355] Compiling x86-mont-linux.S
[594/1355] Compiling vpaes-x86_64-linux.S
[595/1355] Compiling vpaes-x86_64-apple.S
[596/1355] Compiling vpaes-x86-linux.S
[597/1355] Compiling vpaes-x86-apple.S
[598/1355] Compiling d1_lib.cc
[599/1355] Compiling vpaes-armv8-linux.S
[600/1355] Compiling vpaes-armv8-win.S
[601/1355] Compiling vpaes-armv8-apple.S
[602/1355] Compiling vpaes-armv7-linux.S
[603/1355] Compiling sha512-x86_64-linux.S
[604/1355] Compiling sha512-armv8-linux.S
[605/1355] Compiling sha512-armv8-win.S
[606/1355] Compiling bio_ssl.cc
[607/1355] Compiling sha512-x86_64-apple.S
[608/1355] Compiling sha512-armv8-apple.S
[609/1355] Compiling sha512-586-linux.S
[610/1355] Compiling sha512-armv4-linux.S
[611/1355] Compiling sha512-586-apple.S
[612/1355] Compiling sha256-x86_64-apple.S
[613/1355] Compiling sha256-x86_64-linux.S
[614/1355] Compiling sha256-armv8-win.S
[615/1355] Compiling sha256-armv8-linux.S
[616/1355] Compiling sha256-armv8-apple.S
[617/1355] Compiling sha256-armv4-linux.S
[618/1355] Compiling sha256-586-linux.S
[619/1355] Compiling sha256-586-apple.S
[620/1355] Compiling sha1-x86_64-apple.S
[621/1355] Compiling sha1-armv8-win.S
[622/1355] Compiling sha1-armv8-linux.S
[623/1355] Compiling sha1-x86_64-linux.S
[624/1355] Compiling sha1-armv8-apple.S
[625/1355] Compiling sha1-armv4-large-linux.S
[626/1355] Compiling sha1-586-apple.S
[627/1355] Compiling sha1-586-linux.S
[628/1355] Compiling rsaz-avx2-linux.S
[629/1355] Compiling rdrand-x86_64-linux.S
[630/1355] Compiling rsaz-avx2-apple.S
[631/1355] Compiling rdrand-x86_64-apple.S
[632/1355] Compiling p256_beeu-x86_64-asm-linux.S
[633/1355] Compiling p256_beeu-armv8-asm-linux.S
[634/1355] Compiling p256_beeu-x86_64-asm-apple.S
[635/1355] Compiling p256_beeu-armv8-asm-win.S
[636/1355] Compiling d1_both.cc
[637/1355] Compiling p256_beeu-armv8-asm-apple.S
[638/1355] Compiling p256-x86_64-asm-apple.S
[639/1355] Compiling p256-armv8-asm-win.S
[640/1355] Compiling p256-armv8-asm-apple.S
[641/1355] Compiling p256-armv8-asm-linux.S
[642/1355] Compiling p256-x86_64-asm-linux.S
[643/1355] Compiling ghashv8-armv8-linux.S
[644/1355] Compiling ghashv8-armv8-win.S
[645/1355] Compiling ghashv8-armv8-apple.S
[646/1355] Compiling ghashv8-armv7-linux.S
[647/1355] Compiling ghash-x86_64-linux.S
[648/1355] Compiling ghash-x86-linux.S
[649/1355] Compiling ghash-x86-apple.S
[650/1355] Compiling ghash-x86_64-apple.S
[651/1355] Compiling ghash-ssse3-x86_64-linux.S
[652/1355] Compiling ghash-ssse3-x86_64-apple.S
[653/1355] Compiling ghash-ssse3-x86-linux.S
[654/1355] Compiling ghash-ssse3-x86-apple.S
[655/1355] Compiling ghash-neon-armv8-win.S
[656/1355] Compiling ghash-neon-armv8-linux.S
[657/1355] Compiling ghash-neon-armv8-apple.S
[658/1355] Compiling ghash-armv4-linux.S
[659/1355] Compiling co-586-linux.S
[660/1355] Compiling co-586-apple.S
[661/1355] Compiling bsaes-armv7-linux.S
[662/1355] Compiling bn-armv8-win.S
[663/1355] Compiling bn-armv8-linux.S
[664/1355] Compiling bn-586-apple.S
[665/1355] Compiling bn-586-linux.S
[665/1355] Compiling bn-armv8-apple.S
[667/1355] Compiling armv8-mont-linux.S
[668/1355] Compiling armv8-mont-win.S
[669/1355] Compiling armv8-mont-apple.S
[670/1355] Compiling armv4-mont-linux.S
[671/1355] Compiling aesv8-gcm-armv8-win.S
[672/1355] Compiling aesv8-gcm-armv8-linux.S
[673/1355] Compiling aesv8-armv8-linux.S
[674/1355] Compiling aesv8-armv8-win.S
[675/1355] Compiling aesv8-gcm-armv8-apple.S
[676/1355] Compiling aesv8-armv8-apple.S
[677/1355] Compiling aesv8-armv7-linux.S
[678/1355] Compiling aesni-x86_64-apple.S
[679/1355] Compiling aesni-x86-linux.S
[680/1355] Compiling aesni-x86-apple.S
[681/1355] Compiling aesni-x86_64-linux.S
[682/1355] Compiling aesni-gcm-x86_64-apple.S
[683/1355] Compiling aesni-gcm-x86_64-linux.S
[684/1355] Compiling x_x509a.c
[685/1355] Compiling x_val.c
[686/1355] Compiling x_sig.c
[686/1355] Compiling x_spki.c
[688/1355] Compiling x_req.c
[688/1355] Compiling x_x509.c
[690/1355] Compiling x_pubkey.c
[691/1355] Compiling x_name.c
[692/1355] Compiling x_exten.c
[693/1355] Compiling x_algor.c
[694/1355] Compiling x509spki.c
[694/1355] Compiling x_attrib.c
[694/1355] Compiling x_crl.c
[697/1355] Compiling x_all.c
[698/1355] Compiling x509rset.c
[699/1355] Compiling x509name.c
[700/1355] Compiling x509_txt.c
[701/1355] Compiling x509cset.c
[702/1355] Compiling x509_vpm.c
[702/1355] Compiling x509_v3.c
[704/1355] Compiling x509_set.c
[705/1355] Compiling x509_trs.c
[706/1355] Compiling x509_vfy.c
[707/1355] Compiling x509_req.c
[708/1355] Compiling x509_def.c
[709/1355] Compiling x509_obj.c
[710/1355] Compiling x509_d2.c
[711/1355] Compiling x509_ext.c
[712/1355] Compiling x509_lu.c
[713/1355] Compiling x509_cmp.c
[714/1355] Compiling x509_att.c
[715/1355] Compiling v3_pcons.c
[716/1355] Compiling v3_prn.c
[717/1355] Compiling v3_skey.c
[718/1355] Compiling v3_purp.c
[719/1355] Compiling x509.c
[720/1355] Compiling v3_pmaps.c
[721/1355] Compiling v3_utl.c
[722/1355] Compiling v3_ocsp.c
[723/1355] Compiling v3_int.c
[724/1355] Compiling v3_ncons.c
[725/1355] Compiling v3_lib.c
[726/1355] Compiling v3_ia5.c
[727/1355] Compiling v3_info.c
[728/1355] Compiling v3_genn.c
[729/1355] Compiling v3_extku.c
[730/1355] Compiling v3_enum.c
[731/1355] Compiling v3_crld.c
[732/1355] Compiling v3_conf.c
[733/1355] Compiling v3_bitst.c
[734/1355] Compiling v3_cpols.c
[735/1355] Compiling v3_bcons.c
[735/1355] Compiling v3_akeya.c
[737/1355] Compiling v3_akey.c
[737/1355] Compiling v3_alt.c
[739/1355] Compiling i2d_pr.c
[740/1355] Compiling t_crl.c
[741/1355] Compiling t_x509a.c
[741/1355] Compiling t_x509.c
[743/1355] Compiling name_print.c
[744/1355] Compiling t_req.c
[745/1355] Compiling rsa_pss.c
[746/1355] Compiling policy.c
[747/1355] Compiling by_file.c
[748/1355] Compiling a_verify.c
[749/1355] Compiling by_dir.c
[750/1355] Compiling algorithm.c
[751/1355] Compiling a_sign.c
[752/1355] Compiling asn1_gen.c
[753/1355] Compiling thread_win.c
[754/1355] Compiling voprf.c
[755/1355] Compiling thread.c
[756/1355] Compiling thread_pthread.c
[757/1355] Compiling thread_none.c
[758/1355] Compiling a_digest.c
[759/1355] Compiling trust_token.c
[760/1355] Compiling spx_wots.c
[761/1355] Compiling spx_util.c
[762/1355] Compiling spx_thash.c
[763/1355] Compiling spx_fors.c
[764/1355] Compiling spx_merkle.c
[765/1355] Compiling stack.c
[766/1355] Compiling pmbtoken.c
[767/1355] Compiling spx.c
[768/1355] Compiling spx_address.c
[769/1355] Compiling wots.c
[770/1355] Compiling sha512.c
[771/1355] Compiling thash.c
[772/1355] Compiling slhdsa.c
[773/1355] Compiling merkle.c
[774/1355] Compiling siphash.c
[775/1355] Compiling sha256.c
[776/1355] Compiling fors.c
[777/1355] Compiling sha1.c
[778/1355] Compiling rsa_extra.c
[779/1355] Compiling rsa_print.c
[780/1355] Compiling rc4.c
[781/1355] Compiling refcount.c
[782/1355] Compiling trusty.c
[782/1355] Compiling windows.c
[784/1355] Compiling rsa_asn1.c
[785/1355] Compiling rand_extra.c
[786/1355] Compiling rsa_crypt.c
[787/1355] Compiling passive.c
[787/1355] Compiling ios.c
[789/1355] Compiling getentropy.c
[790/1355] Compiling urandom.c
[791/1355] Compiling deterministic.c
[792/1355] Compiling forkunsafe.c
[793/1355] Compiling fork_detect.c
[794/1355] Compiling poly1305_arm.c
[795/1355] Compiling poly1305.c
[796/1355] Compiling pool.c
[797/1355] Compiling pkcs7.c
[798/1355] Compiling poly1305_arm_asm.S
[799/1355] Compiling poly1305_vec.c
[800/1355] Compiling pkcs8.c
[801/1355] Compiling p5_pbev2.c
[802/1355] Compiling pkcs8_x509.c
[803/1355] Compiling pkcs7_x509.c
[804/1355] Compiling pem_xaux.c
[805/1355] Compiling obj_xref.c
[806/1355] Compiling pem_x509.c
[807/1355] Compiling pem_pkey.c
[808/1355] Compiling pem_oth.c
[809/1355] Compiling pem_lib.c
[809/1355] Compiling pem_pk8.c
[810/1355] Compiling pem_info.c
[812/1355] Compiling obj.c
[813/1355] Compiling pem_all.c
[814/1355] Compiling md5.c
[815/1355] Compiling lhash.c
[816/1355] Compiling md4.c
[817/1355] Compiling keccak.c
[818/1355] Compiling mldsa.c
[819/1355] Compiling mem.c
[820/1355] Compiling fips_shared_support.c
[820/1355] Compiling kyber.c
[822/1355] Compiling mlkem.cc
[823/1355] Compiling poly_rq_mul.S
[824/1355] Compiling sign.c
[825/1355] Compiling ex_data.c
[826/1355] Compiling scrypt.c
[827/1355] Compiling hpke.c
[828/1355] Compiling pbkdf.c
[829/1355] Compiling print.c
[830/1355] Compiling p_x25519.c
[831/1355] Compiling p_x25519_asn1.c
[832/1355] Compiling hrss.c
[833/1355] Compiling p_rsa_asn1.c
[834/1355] Compiling p_ed25519.c
[835/1355] Compiling p_rsa.c
[836/1355] Compiling p_hkdf.c
[837/1355] Compiling p_ec_asn1.c
[837/1355] Compiling p_ed25519_asn1.c
[839/1355] Compiling p_ec.c
[840/1355] Compiling p_dh.c
[841/1355] Compiling p_dsa_asn1.c
[842/1355] Compiling p_dh_asn1.c
[843/1355] Compiling evp_ctx.c
[844/1355] Compiling evp.c
[845/1355] Compiling evp_asn1.c
[846/1355] Compiling engine.c
[847/1355] Compiling err.c
[848/1355] Compiling ecdh_extra.c
[849/1355] Compiling ecdsa_asn1.c
[850/1355] Compiling ec_derive.c
[851/1355] Compiling hash_to_curve.c
[852/1355] Compiling ec_asn1.c
[853/1355] Compiling dsa_asn1.c
[854/1355] Compiling dsa.c
[855/1355] Compiling params.c
[856/1355] Compiling digest_extra.c
[857/1355] Compiling dh_asn1.c
[858/1355] Compiling dilithium.c
[859/1355] Compiling x25519-asm-arm.S
[860/1355] Compiling spake25519.c
[861/1355] Compiling des.c
[862/1355] Compiling crypto.c
[863/1355] Compiling cpu_arm_linux.c
[864/1355] Compiling cpu_intel.c
[865/1355] Compiling cpu_arm_freebsd.c
[866/1355] Compiling cpu_aarch64_openbsd.c
[867/1355] Compiling cpu_aarch64_win.c
[868/1355] Compiling cpu_aarch64_fuchsia.c
[869/1355] Compiling cpu_aarch64_apple.c
[870/1355] Compiling tls_cbc.c
[870/1355] Compiling conf.c
[872/1355] Compiling e_rc4.c
[873/1355] Compiling curve25519.c
[873/1355] Compiling e_tls.c
[875/1355] Compiling e_rc2.c
[876/1355] Compiling e_null.c
[877/1355] Compiling e_des.c
[878/1355] Compiling e_aesctrhmac.c
[879/1355] Compiling derive_key.c
[880/1355] Compiling e_chacha20poly1305.c
[881/1355] Compiling e_aesgcmsiv.c
[882/1355] Compiling unicode.c
[883/1355] Compiling cipher_extra.c
[884/1355] Compiling chacha.c
[885/1355] Compiling ber.c
[886/1355] Compiling curve25519_64_adx.c
[887/1355] Compiling asn1_compat.c
[888/1355] Compiling bn_asn1.c
[889/1355] Compiling buf.c
[890/1355] Compiling cbs.c
[890/1355] Compiling cbb.c
[892/1355] Compiling blake2.c
[893/1355] Compiling convert.c
[894/1355] Compiling printf.c
[895/1355] Compiling socket.c
[896/1355] Compiling socket_helper.c
[897/1355] Compiling hexdump.c
[898/1355] Compiling pair.c
[899/1355] Compiling errno.c
[900/1355] Compiling file.c
[901/1355] Compiling fd.c
[902/1355] Compiling connect.c
[903/1355] Compiling bio_mem.c
[904/1355] Compiling base64.c
[905/1355] Compiling bio.c
[906/1355] Compiling tasn_utl.c
[907/1355] Compiling tasn_typ.c
[908/1355] Compiling tasn_fre.c
[909/1355] Compiling tasn_new.c
[910/1355] Compiling tasn_enc.c
[911/1355] Compiling f_string.c
[912/1355] Compiling posix_time.c
[913/1355] Compiling asn_pack.c
[914/1355] Compiling f_int.c
[915/1355] Compiling tasn_dec.c
[916/1355] Compiling asn1_par.c
[917/1355] Compiling a_utctm.c
[918/1355] Compiling asn1_lib.c
[919/1355] Compiling a_time.c
[920/1355] Compiling a_octet.c
[921/1355] Compiling a_type.c
[922/1355] Compiling a_strnid.c
[923/1355] Compiling a_strex.c
[924/1355] Compiling a_i2d_fp.c
[925/1355] Compiling a_dup.c
[926/1355] Compiling a_gentm.c
[927/1355] Compiling a_object.c
[928/1355] Compiling fiat_p256_adx_sqr.S
[929/1355] Compiling fiat_p256_adx_mul.S
[930/1355] Compiling fiat_curve25519_adx_square.S
[931/1355] Compiling fiat_curve25519_adx_mul.S
[932/1355] Compiling md5-x86_64-linux.S
[933/1355] Compiling md5-x86_64-apple.S
[934/1355] Compiling md5-586-apple.S
[935/1355] Compiling md5-586-linux.S
[936/1355] Compiling chacha20_poly1305_armv8-win.S
[936/1355] Compiling err_data.c
[938/1355] Compiling chacha20_poly1305_x86_64-apple.S
[939/1355] Compiling chacha20_poly1305_armv8-apple.S
[940/1355] Compiling chacha20_poly1305_x86_64-linux.S
[941/1355] Compiling chacha20_poly1305_armv8-linux.S
[942/1355] Compiling chacha-x86_64-linux.S
[943/1355] Compiling chacha-x86-apple.S
[944/1355] Compiling chacha-x86-linux.S
[945/1355] Compiling chacha-armv8-win.S
[946/1355] Compiling chacha-x86_64-apple.S
[947/1355] Compiling CCryptoBoringSSLShims shims.c
[948/1355] Compiling chacha-armv8-apple.S
[949/1355] Compiling chacha-armv8-linux.S
[950/1355] Compiling chacha-armv4-linux.S
[951/1355] Compiling bcm.c
[952/1355] Compiling aes128gcmsiv-x86_64-linux.S
[953/1355] Compiling aes128gcmsiv-x86_64-apple.S
[954/1355] Compiling x86_64-mont5-apple.S
[955/1355] Compiling x86_64-mont5-linux.S
[956/1355] Compiling x86_64-mont-linux.S
[957/1355] Compiling x86-mont-linux.S
[958/1355] Compiling x86-mont-apple.S
[959/1355] Compiling x86_64-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-armv8-linux.S
[964/1355] Compiling vpaes-x86-apple.S
[965/1355] Compiling vpaes-armv8-win.S
[966/1355] Compiling vpaes-armv7-linux.S
[967/1355] Compiling vpaes-armv8-apple.S
[968/1355] Compiling sha512-x86_64-linux.S
[969/1355] Compiling sha512-x86_64-apple.S
[970/1355] Compiling sha512-armv8-win.S
[971/1355] Compiling sha512-armv8-linux.S
[972/1355] Compiling sha512-armv8-apple.S
[973/1355] Compiling sha512-armv4-linux.S
[974/1355] Compiling sha512-586-linux.S
[975/1355] Compiling sha512-586-apple.S
[976/1355] Compiling sha256-x86_64-apple.S
[977/1355] Compiling sha256-x86_64-linux.S
[978/1355] Compiling sha256-armv8-linux.S
[979/1355] Compiling sha256-armv8-win.S
[980/1355] Compiling sha256-armv8-apple.S
[981/1355] Compiling sha256-armv4-linux.S
[982/1355] Compiling sha256-586-linux.S
[983/1355] Compiling sha256-586-apple.S
[984/1355] Compiling sha1-x86_64-apple.S
[985/1355] Compiling sha1-armv8-win.S
[986/1355] Compiling sha1-x86_64-linux.S
[987/1355] Compiling sha1-armv8-linux.S
[988/1355] Compiling sha1-armv8-apple.S
[989/1355] Compiling sha1-armv4-large-linux.S
[990/1355] Compiling sha1-586-linux.S
[991/1355] Compiling sha1-586-apple.S
[992/1355] Compiling rsaz-avx2-apple.S
[993/1355] Compiling rdrand-x86_64-linux.S
[994/1355] Compiling rsaz-avx2-linux.S
[995/1355] Compiling rdrand-x86_64-apple.S
[996/1355] Compiling p256_beeu-x86_64-asm-linux.S
[997/1355] Compiling p256_beeu-armv8-asm-win.S
[998/1355] Compiling p256_beeu-x86_64-asm-apple.S
[999/1355] Compiling p256_beeu-armv8-asm-linux.S
[1000/1355] Compiling p256_beeu-armv8-asm-apple.S
[1001/1355] Compiling p256-x86_64-asm-apple.S
[1002/1355] Compiling p256-x86_64-asm-linux.S
[1003/1355] Compiling p256-armv8-asm-win.S
[1004/1355] Compiling ghashv8-armv8-win.S
[1005/1355] Compiling p256-armv8-asm-apple.S
[1006/1355] Compiling p256-armv8-asm-linux.S
[1007/1355] Compiling ghashv8-armv8-apple.S
[1008/1355] Compiling ghashv8-armv8-linux.S
[1009/1355] Compiling ghashv8-armv7-linux.S
[1010/1355] Compiling ghash-x86_64-apple.S
[1011/1355] Compiling ghash-x86-linux.S
[1011/1355] Compiling ghash-x86_64-linux.S
[1013/1355] Compiling ghash-x86-apple.S
[1014/1355] Compiling ghash-ssse3-x86_64-linux.S
[1015/1355] Compiling ghash-ssse3-x86_64-apple.S
[1016/1355] Compiling ghash-ssse3-x86-apple.S
[1017/1355] Compiling ghash-ssse3-x86-linux.S
[1018/1355] Compiling ghash-neon-armv8-win.S
[1019/1355] Compiling ghash-neon-armv8-linux.S
[1020/1355] Compiling ghash-neon-armv8-apple.S
[1021/1355] Compiling co-586-linux.S
[1022/1355] Compiling co-586-apple.S
[1023/1355] Compiling ghash-armv4-linux.S
[1024/1355] Compiling bsaes-armv7-linux.S
[1025/1355] Compiling bn-armv8-linux.S
[1026/1355] Compiling bn-armv8-win.S
[1027/1355] Compiling bn-armv8-apple.S
[1028/1355] Compiling bn-586-linux.S
[1029/1355] Compiling bn-586-apple.S
[1030/1355] Compiling armv8-mont-win.S
[1031/1355] Compiling armv8-mont-linux.S
[1032/1355] Compiling armv8-mont-apple.S
[1033/1355] Compiling aesv8-gcm-armv8-win.S
[1034/1355] Compiling armv4-mont-linux.S
[1035/1355] Compiling aesv8-gcm-armv8-linux.S
[1036/1355] Compiling aesv8-gcm-armv8-apple.S
[1037/1355] Compiling aesv8-armv8-linux.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_64-apple.S
[1043/1355] Compiling aesni-x86-linux.S
[1044/1355] Compiling aesni-x86-apple.S
[1045/1355] Compiling aesni-gcm-x86_64-apple.S
[1046/1355] Compiling aesni-gcm-x86_64-linux.S
[1047/1355] Compiling x_sig.c
[1048/1355] Compiling x_x509a.c
[1049/1355] Compiling x_val.c
[1050/1355] Compiling x_spki.c
[1051/1355] Compiling x_req.c
[1051/1355] Compiling x_x509.c
[1053/1355] Compiling x_pubkey.c
[1054/1355] Compiling x_name.c
[1055/1355] Compiling x_exten.c
[1056/1355] Compiling x_attrib.c
[1057/1355] Compiling x_crl.c
[1058/1355] Compiling x_all.c
[1059/1355] Compiling x_algor.c
[1060/1355] Compiling x509spki.c
[1061/1355] Compiling x509rset.c
[1062/1355] Compiling x509cset.c
[1063/1355] Compiling x509name.c
[1064/1355] Compiling x509_vpm.c
[1065/1355] Compiling x509_v3.c
[1066/1355] Compiling x509_vfy.c
[1067/1355] Compiling x509_txt.c
[1068/1355] Compiling x509_trs.c
[1069/1355] Compiling x509_set.c
[1070/1355] Compiling x509_req.c
[1071/1355] Compiling x509_obj.c
[1072/1355] Compiling x509_ext.c
[1073/1355] Compiling x509_lu.c
[1074/1355] Compiling c-nioatomics.c
[1075/1355] Compiling x509_def.c
[1076/1355] Compiling x509_d2.c
[1077/1355] Compiling x509_att.c
[1078/1355] Compiling x509_cmp.c
[1079/1355] Compiling x509.c
[1080/1355] Compiling v3_skey.c
[1081/1355] Compiling v3_prn.c
[1082/1355] Compiling v3_utl.c
[1083/1355] Compiling v3_purp.c
[1084/1355] Compiling v3_pmaps.c
[1085/1355] Compiling v3_ocsp.c
[1086/1355] Compiling v3_pcons.c
[1087/1355] Compiling v3_int.c
[1088/1355] Compiling v3_lib.c
[1089/1355] Compiling v3_ncons.c
[1090/1355] Compiling v3_info.c
[1091/1355] Compiling c-atomics.c
[1092/1355] Compiling v3_ia5.c
[1093/1355] Compiling v3_extku.c
[1094/1355] Compiling v3_genn.c
[1095/1355] Compiling v3_enum.c
[1096/1355] Compiling v3_cpols.c
[1096/1355] Compiling v3_crld.c
[1098/1361] Compiling v3_bitst.c
[1098/1361] Compiling v3_conf.c
[1100/1361] Compiling v3_bcons.c
[1101/1361] Compiling v3_alt.c
[1102/1361] Compiling v3_akeya.c
[1103/1361] Compiling t_crl.c
[1104/1361] Compiling v3_akey.c
[1105/1361] Compiling t_x509a.c
[1106/1361] Compiling t_req.c
[1107/1361] Compiling t_x509.c
[1108/1361] Compiling rsa_pss.c
[1109/1361] Compiling policy.c
[1110/1361] Compiling i2d_pr.c
[1112/1361] Compiling NIOConcurrencyHelpers lock.swift
[1112/1361] Compiling name_print.c
[1113/1361] Compiling by_dir.c
[1114/1361] Compiling by_file.c
[1115/1361] Compiling algorithm.c
[1117/1361] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1117/1361] Compiling asn1_gen.c
[1118/1361] Compiling a_sign.c
[1119/1361] Compiling thread_win.c
[1120/1361] Compiling a_verify.c
[1121/1361] Compiling trust_token.c
[1122/1361] Compiling thread_pthread.c
[1123/1361] Compiling thread.c
[1124/1361] Compiling voprf.c
[1125/1361] Compiling a_digest.c
[1126/1361] Compiling thread_none.c
[1127/1361] Compiling spx_util.c
[1128/1361] Compiling pmbtoken.c
[1129/1361] Compiling spx_merkle.c
[1129/1361] Compiling spx_wots.c
[1131/1361] Compiling spx_thash.c
[1132/1361] Compiling spx_fors.c
[1133/1361] Compiling stack.c
[1134/1361] Compiling spx.c
[1135/1361] Compiling spx_address.c
[1136/1361] Compiling thash.c
[1136/1361] Compiling slhdsa.c
[1138/1361] Compiling wots.c
[1139/1361] Compiling merkle.c
[1140/1361] Compiling fors.c
[1141/1361] Compiling sha512.c
[1142/1361] Compiling siphash.c
[1143/1361] Compiling sha256.c
[1143/1361] Compiling sha1.c
[1146/1361] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1147/1361] Emitting module NIOConcurrencyHelpers
[1148/1361] Compiling NIOConcurrencyHelpers NIOLock.swift
[1149/1361] Compiling NIOConcurrencyHelpers atomics.swift
[1149/1362] Compiling rsa_print.c
[1150/1362] Compiling rsa_extra.c
[1151/1362] Compiling rc4.c
[1152/1362] Compiling refcount.c
[1153/1362] Compiling windows.c
[1154/1362] Compiling trusty.c
[1155/1362] Compiling rand_extra.c
[1156/1362] Compiling rsa_asn1.c
[1157/1362] Compiling rsa_crypt.c
[1159/1362] Compiling ios.c
[1160/1362] Compiling getentropy.c
[1161/1362] Compiling urandom.c
[1162/1362] Compiling passive.c
[1163/1362] Compiling deterministic.c
[1164/1362] Compiling forkunsafe.c
[1165/1362] Compiling poly1305_arm_asm.S
[1166/1362] Compiling fork_detect.c
[1167/1362] Compiling poly1305_arm.c
[1168/1362] Compiling poly1305.c
[1169/1362] Compiling pool.c
[1170/1362] Compiling pkcs7.c
[1171/1362] Compiling poly1305_vec.c
[1172/1362] Compiling p5_pbev2.c
[1173/1362] Compiling pkcs8.c
[1174/1362] Compiling pem_xaux.c
[1175/1362] Wrapping AST for NIOConcurrencyHelpers for debugging
[1176/1362] Compiling pkcs7_x509.c
[1176/1362] Compiling pem_x509.c
[1178/1362] Compiling pkcs8_x509.c
[1179/1388] Compiling obj_xref.c
[1180/1388] Compiling pem_pkey.c
[1181/1388] Compiling pem_pk8.c
[1182/1388] Compiling pem_oth.c
[1183/1388] Compiling mem.c
[1184/1388] Compiling pem_info.c
[1185/1388] Compiling md4.c
[1186/1388] Compiling pem_lib.c
[1187/1388] Compiling md5.c
[1188/1388] Compiling lhash.c
[1189/1388] Compiling pem_all.c
[1190/1388] Compiling obj.c
[1191/1388] Compiling keccak.c
[1192/1388] Compiling mldsa.c
[1193/1388] Compiling kyber.c
[1194/1388] Compiling poly_rq_mul.S
[1194/1388] Compiling fips_shared_support.c
[1196/1388] Compiling sign.c
[1197/1388] Compiling hpke.c
[1198/1388] Compiling scrypt.c
[1199/1388] Compiling ex_data.c
[1200/1388] Compiling pbkdf.c
[1201/1388] Compiling hrss.c
[1202/1388] Compiling print.c
[1203/1388] Compiling p_x25519.c
[1204/1388] Compiling p_x25519_asn1.c
[1206/1388] Compiling ConsoleKitTerminal ActivityBar.swift
[1207/1388] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1208/1388] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1209/1388] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1210/1388] Emitting module ConsoleKitTerminal
[1211/1388] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1212/1388] Compiling ConsoleKitTerminal ConsoleClear.swift
[1213/1388] Compiling ConsoleKitTerminal Console+Ask.swift
[1214/1388] Compiling ConsoleKitTerminal Console+Choose.swift
[1214/1388] Compiling p_hkdf.c
[1215/1391] Compiling p_ed25519_asn1.c
[1216/1391] Compiling p_rsa_asn1.c
[1217/1391] Compiling p_ed25519.c
[1218/1391] Compiling p_rsa.c
[1219/1391] Compiling p_ec_asn1.c
[1221/1391] Compiling ConsoleKitTerminal Console+Confirm.swift
[1222/1391] Compiling ConsoleKitTerminal Console+Input.swift
[1223/1391] Compiling ConsoleKitTerminal Console+Center.swift
[1224/1391] Compiling ConsoleKitTerminal Console+Output.swift
[1225/1391] Compiling ConsoleKitTerminal CustomActivity.swift
[1226/1391] Compiling ConsoleKitTerminal LoadingBar.swift
[1227/1391] Compiling ConsoleKitTerminal ProgressBar.swift
[1228/1391] Compiling ConsoleKitTerminal Console+Clear.swift
[1229/1391] Compiling ConsoleKitTerminal ConsoleText.swift
[1230/1391] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1231/1391] Compiling ConsoleKitTerminal ANSI.swift
[1232/1391] Compiling ConsoleKitTerminal Console+Wait.swift
[1233/1391] Compiling ConsoleKitTerminal ConsoleColor.swift
[1234/1391] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1234/1391] Compiling p_ec.c
[1235/1391] Compiling p_dh.c
[1236/1391] Compiling p_dh_asn1.c
[1237/1391] Compiling p_dsa_asn1.c
[1238/1391] Compiling evp_asn1.c
[1239/1391] Compiling evp_ctx.c
[1240/1391] Compiling evp.c
[1241/1391] Compiling engine.c
[1242/1391] Compiling err.c
[1243/1391] Compiling ecdh_extra.c
[1244/1391] Compiling ecdsa_asn1.c
[1245/1391] Compiling hash_to_curve.c
[1246/1391] Compiling ec_derive.c
[1248/1391] Compiling ConsoleKitTerminal Console.swift
[1249/1391] Compiling ConsoleKitTerminal Terminal.swift
[1250/1391] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1250/1391] Compiling dsa_asn1.c
[1251/1391] Compiling ec_asn1.c
[1252/1391] Compiling dsa.c
[1253/1391] Compiling dilithium.c
[1254/1391] Compiling params.c
[1254/1391] Compiling digest_extra.c
[1256/1391] Compiling dh_asn1.c
[1257/1391] Compiling x25519-asm-arm.S
[1258/1391] Compiling spake25519.c
[1259/1391] Compiling des.c
[1260/1391] Compiling crypto.c
[1261/1391] Compiling cpu_intel.c
[1262/1391] Compiling cpu_arm_linux.c
[1263/1391] Compiling cpu_arm_freebsd.c
[1264/1391] Compiling cpu_aarch64_win.c
[1265/1391] Compiling cpu_aarch64_openbsd.c
[1266/1391] Compiling cpu_aarch64_sysreg.c
[1267/1391] Compiling cpu_aarch64_linux.c
[1268/1391] Compiling cpu_aarch64_fuchsia.c
[1269/1391] Compiling cpu_aarch64_apple.c
[1270/1391] Compiling curve25519.c
[1271/1391] Compiling conf.c
[1272/1391] Compiling e_rc4.c
[1273/1391] Compiling tls_cbc.c
[1274/1391] Compiling e_tls.c
[1275/1391] Compiling e_rc2.c
[1276/1391] Compiling e_null.c
[1277/1391] Compiling e_des.c
[1278/1391] Compiling e_chacha20poly1305.c
[1279/1391] Compiling e_aesgcmsiv.c
[1280/1391] Compiling derive_key.c
[1281/1391] Compiling curve25519_64_adx.c
[1282/1391] Compiling e_aesctrhmac.c
[1283/1391] Compiling unicode.c
[1284/1391] Compiling cipher_extra.c
[1285/1391] Compiling chacha.c
[1286/1391] Compiling ber.c
[1288/1391] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1289/1391] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1290/1391] Compiling ConsoleKitTerminal LoggerFragment.swift
[1290/1392] Compiling buf.c
[1291/1392] Compiling cbb.c
[1291/1392] Compiling asn1_compat.c
[1293/1392] Compiling bn_asn1.c
[1294/1392] Compiling convert.c
[1295/1392] Compiling cbs.c
[1296/1392] Compiling printf.c
[1298/1392] Compiling blake2.c
[1299/1392] Compiling pair.c
[1300/1392] Compiling hexdump.c
[1301/1392] Compiling fd.c
[1301/1392] Compiling file.c
[1303/1392] Compiling errno.c
[1304/1392] Compiling bio_mem.c
[1305/1392] Compiling base64.c
[1306/1392] Compiling tasn_utl.c
[1307/1392] Compiling bio.c
[1308/1392] Compiling tasn_typ.c
[1309/1392] Compiling tasn_new.c
[1310/1392] Wrapping AST for ConsoleKitTerminal for debugging
[1310/1392] Compiling tasn_fre.c
[1312/1405] Compiling f_string.c
[1313/1408] Compiling posix_time.c
[1314/1408] Compiling tasn_enc.c
[1315/1414] Compiling tasn_dec.c
[1316/1414] Compiling f_int.c
[1317/1414] Compiling asn_pack.c
[1318/1414] Compiling asn1_lib.c
[1319/1414] Compiling asn1_par.c
[1320/1414] Compiling a_time.c
[1321/1414] Compiling a_utctm.c
[1322/1414] Compiling a_type.c
[1323/1414] Compiling a_strex.c
[1324/1414] Compiling a_strnid.c
[1325/1414] Compiling a_octet.c
[1326/1414] Compiling a_mbstr.c
[1327/1414] Compiling a_i2d_fp.c
[1328/1414] Compiling a_int.c
[1329/1414] Compiling a_object.c
[1330/1414] Compiling a_gentm.c
[1331/1414] Write sources
[1334/1414] Compiling ConsoleKitCommands CommandSignature.swift
[1335/1414] Compiling ConsoleKitCommands Flag.swift
[1336/1414] Compiling ConsoleKitCommands Option.swift
[1336/1414] Compiling a_dup.c
[1337/1416] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1338/1416] Write sources
[1342/1416] Compiling a_d2i_fp.c
[1343/1416] Write sources
[1344/1416] Compiling bcm.c
[1345/1416] Compiling a_bool.c
[1346/1416] Compiling a_bitstr.c
[1348/1418] Compiling ConsoleKitCommands Command.swift
[1349/1418] Compiling ConsoleKitCommands CommandContext.swift
[1350/1418] Compiling ConsoleKitCommands CommandError.swift
[1351/1422] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1352/1422] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1353/1422] Compiling ConsoleKitCommands Argument.swift
[1354/1422] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1355/1422] Compiling ConsoleKitCommands AsyncCommand.swift
[1356/1422] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1357/1422] Emitting module ConsoleKitCommands
[1358/1422] Compiling ConsoleKitCommands AsyncCommands.swift
[1359/1422] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1360/1422] Compiling ConsoleKitCommands AnyCommand.swift
[1361/1523] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1362/1523] Compiling BitCollections BitArray+Shifts.swift
[1363/1523] Compiling BitCollections BitArray+Testing.swift
[1364/1523] Compiling BitCollections BitSet+Extras.swift
[1365/1523] Compiling BitCollections BitSet+Hashable.swift
[1366/1523] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1367/1523] Compiling BitCollections BitSet+Codable.swift
[1368/1523] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1369/1523] Compiling BitCollections BitSet+CustomReflectable.swift
[1370/1525] Compiling BitCollections BitArray._UnsafeHandle.swift
[1371/1525] Compiling BitCollections BitArray.swift
[1372/1525] Compiling Atomics IntegerOperations.swift
[1373/1525] Compiling Atomics Unmanaged extensions.swift
[1374/1525] Emitting module ArgumentParserToolInfo
[1375/1525] Compiling ArgumentParserToolInfo ToolInfo.swift
[1376/1526] Compiling CryptoBoringWrapper RandomBytes.swift
[1377/1526] Compiling BitCollections BitArray+Invariants.swift
[1378/1526] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1379/1526] Compiling BitCollections BitArray+RandomBits.swift
[1384/1526] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1384/1526] Wrapping AST for ArgumentParserToolInfo for debugging
[1389/1556] Emitting module CryptoBoringWrapper
[1390/1556] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1391/1561] Compiling ArgumentParser ArgumentDecoder.swift
[1392/1561] Compiling ArgumentParser ArgumentDefinition.swift
[1393/1561] Compiling ArgumentParser ArgumentSet.swift
[1394/1564] Emitting module BitCollections
[1395/1564] Compiling ArgumentParser Name.swift
[1396/1564] Compiling Algorithms Trim.swift
[1397/1564] Compiling Algorithms Unique.swift
[1398/1564] Compiling Algorithms Windows.swift
[1399/1564] Compiling ArgumentParser SplitArguments.swift
[1400/1564] Compiling ArgumentParser DumpHelpGenerator.swift
[1401/1564] Compiling ArgumentParser HelpCommand.swift
[1402/1564] Compiling ArgumentParser ParsableArgumentsValidation.swift
[1403/1564] Compiling ArgumentParser ParsableCommand.swift
[1407/1564] Compiling ArgumentParser CommandParser.swift
[1408/1564] Compiling ArgumentParser InputOrigin.swift
[1409/1564] Compiling ArgumentParser HelpGenerator.swift
[1410/1564] Compiling ArgumentParser MessageInfo.swift
[1411/1564] Compiling ArgumentParser UsageGenerator.swift
[1412/1564] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1413/1564] Compiling BitCollections BitSet+SetAlgebra union.swift
[1414/1564] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1415/1564] Compiling BitCollections BitSet.Counted.swift
[1417/1571] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1418/1571] Compiling CryptoBoringWrapper EllipticCurve.swift
[1419/1571] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1420/1571] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1420/1572] Wrapping AST for ConsoleKitCommands for debugging
[1422/1572] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1423/1572] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1424/1572] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1425/1572] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1426/1572] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1427/1572] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1428/1572] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1429/1572] Compiling BitCollections BitArray+BitwiseOperations.swift
[1430/1572] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1431/1572] Compiling BitCollections BitArray+Codable.swift
[1432/1572] Compiling BitCollections BitArray+Collection.swift
[1433/1572] Compiling BitCollections BitArray+Copy.swift
[1434/1572] Compiling BitCollections BitArray+CustomReflectable.swift
[1435/1572] Compiling BitCollections BitArray+Descriptions.swift
[1436/1572] Compiling BitCollections BitArray+Equatable.swift
[1440/1574] Wrapping AST for CryptoBoringWrapper for debugging
[1442/1574] Compiling ConsoleKit Exports.swift
[1443/1606] Emitting module ConsoleKit
[1444/1646] Wrapping AST for ConsoleKit for debugging
[1446/1646] Compiling Crypto ASN1BitString.swift
[1447/1646] Compiling Crypto ASN1Boolean.swift
[1448/1646] Compiling Crypto ASN1Identifier.swift
[1449/1646] Compiling Crypto Cipher.swift
[1450/1646] Compiling Crypto Nonces.swift
[1451/1646] Compiling Crypto ASN1.swift
[1452/1646] Compiling Crypto ASN1Any.swift
[1453/1646] Compiling Crypto ASN1Integer.swift
[1454/1646] Compiling Crypto ASN1Null.swift
[1455/1646] Compiling Crypto ASN1OctetString.swift
[1456/1646] Compiling Crypto ASN1Strings.swift
[1457/1646] Compiling Crypto ArraySliceBigint.swift
[1458/1646] Compiling Crypto GeneralizedTime.swift
[1459/1646] Compiling Crypto ObjectIdentifier.swift
[1460/1646] Compiling Crypto AES-GCM.swift
[1461/1646] Compiling Crypto AES-GCM_boring.swift
[1462/1646] Compiling Crypto ChaChaPoly_boring.swift
[1463/1646] Compiling Crypto ChaChaPoly.swift
[1476/1646] Compiling Crypto Digest_boring.swift
[1477/1646] Compiling Crypto Digest.swift
[1478/1646] Compiling Crypto Digests.swift
[1479/1646] Compiling Crypto AESWrap_boring.swift
[1480/1646] Compiling Crypto Ed25519_boring.swift
[1481/1646] Compiling Crypto NISTCurvesKeys_boring.swift
[1482/1646] Compiling Crypto X25519Keys_boring.swift
[1483/1646] Compiling Crypto Curve25519.swift
[1484/1646] Compiling Crypto Ed25519Keys.swift
[1485/1646] Compiling Crypto NISTCurvesKeys.swift
[1486/1647] Wrapping AST for BitCollections for debugging
[1493/1653] Emitting module ArgumentParser
[1494/1653] Compiling Collections Collections.swift
[1495/1653] Emitting module Collections
[1496/1654] Wrapping AST for Collections for debugging
[1500/1654] Compiling Crypto HashFunctions.swift
[1501/1654] Compiling Crypto HashFunctions_SHA2.swift
[1517/1654] Compiling Crypto PKCS8PrivateKey.swift
[1518/1654] Compiling Crypto SEC1PrivateKey.swift
[1519/1654] Compiling Crypto SubjectPublicKeyInfo.swift
[1520/1654] Compiling Crypto CryptoKitErrors.swift
[1522/1654] Compiling Crypto SymmetricKeys.swift
[1523/1654] Compiling Crypto HMAC.swift
[1524/1654] Compiling Crypto MACFunctions.swift
[1525/1654] Compiling Crypto MessageAuthenticationCode.swift
[1526/1654] Compiling Crypto AES.swift
[1527/1654] Compiling Crypto ECDSASignature_boring.swift
[1528/1654] Compiling Crypto ECDSA_boring.swift
[1529/1654] Compiling Crypto EdDSA_boring.swift
[1530/1654] Compiling Crypto ECDSA.swift
[1531/1654] Compiling Crypto Ed25519.swift
[1532/1654] Emitting module Atomics
[1533/1664] Compiling ArgumentParser CollectionExtensions.swift
[1534/1664] Compiling ArgumentParser SequenceExtensions.swift
[1535/1664] Compiling ArgumentParser StringExtensions.swift
[1536/1664] Compiling ArgumentParser Tree.swift
[1546/1664] Compiling Crypto ECDSASignature.swift
[1547/1664] Compiling Crypto PEMDocument.swift
[1548/1664] Compiling Crypto HPKE-AEAD.swift
[1549/1664] Compiling Crypto HPKE-Ciphersuite.swift
[1550/1664] Compiling Crypto HPKE-KDF.swift
[1551/1664] Compiling Crypto HPKE-KexKeyDerivation.swift
[1561/1665] Wrapping AST for Atomics for debugging
[1564/1665] Compiling Crypto HKDF.swift
[1565/1665] Compiling Crypto AESWrap.swift
[1573/1665] Compiling Crypto X25519Keys.swift
[1573/1711] Wrapping AST for ArgumentParser for debugging
[1575/1725] Compiling NIOCore DeadChannel.swift
[1576/1725] Compiling NIOCore DispatchQueue+WithFuture.swift
[1577/1725] Compiling NIOCore EventLoop+Deprecated.swift
[1578/1725] Compiling NIOCore EventLoop+SerialExecutor.swift
[1579/1725] Compiling NIOCore EventLoop.swift
[1580/1725] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1581/1725] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1582/1725] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1583/1725] Compiling NIOCore EventLoopFuture.swift
[1584/1725] Compiling NIOCore FileDescriptor.swift
[1585/1725] Compiling NIOCore FileHandle.swift
[1586/1725] Compiling NIOCore FileRegion.swift
[1587/1725] Compiling NIOCore GlobalSingletons.swift
[1588/1725] Compiling NIOCore IO.swift
[1589/1725] Compiling NIOCore IOData.swift
[1590/1725] Compiling NIOCore IPProtocol.swift
[1591/1725] Compiling NIOCore IntegerBitPacking.swift
[1592/1725] Compiling NIOCore IntegerTypes.swift
[1593/1725] Compiling NIOCore Interfaces.swift
[1594/1725] Compiling NIOCore Linux.swift
[1595/1725] Emitting module Crypto
[1596/1725] Compiling NIOCore ByteBuffer-multi-int.swift
[1597/1725] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1598/1725] Compiling NIOCore ByteBuffer-views.swift
[1599/1725] Compiling NIOCore Channel.swift
[1600/1725] Compiling NIOCore ChannelHandler.swift
[1601/1725] Compiling NIOCore ChannelHandlers.swift
[1602/1725] Compiling NIOCore ChannelInvoker.swift
[1603/1725] Compiling NIOCore ChannelOption.swift
[1604/1725] Compiling NIOCore ChannelPipeline.swift
[1605/1725] Compiling NIOCore AddressedEnvelope.swift
[1606/1725] Compiling NIOCore AsyncAwaitSupport.swift
[1607/1725] Compiling NIOCore AsyncChannel.swift
[1608/1725] Compiling NIOCore AsyncChannelHandler.swift
[1609/1725] Compiling NIOCore AsyncChannelInboundStream.swift
[1610/1725] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1611/1725] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1612/1725] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1613/1725] Compiling NIOCore NIOAsyncWriter.swift
[1614/1725] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1615/1725] Compiling NIOCore BSDSocketAPI.swift
[1616/1725] Compiling NIOCore MulticastChannel.swift
[1617/1725] Compiling NIOCore NIOAny.swift
[1618/1725] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1619/1725] Compiling NIOCore NIOLoopBound.swift
[1620/1725] Compiling NIOCore NIOScheduledCallback.swift
[1621/1725] Compiling NIOCore NIOSendable.swift
[1622/1725] Compiling NIOCore PointerHelpers.swift
[1623/1725] Compiling NIOCore RecvByteBufferAllocator.swift
[1624/1733] Emitting module Algorithms
[1626/1734] Compiling Crypto Signature.swift
[1627/1734] Compiling Crypto CryptoKitErrors_boring.swift
[1628/1734] Compiling Crypto RNG_boring.swift
[1629/1734] Compiling Crypto SafeCompare_boring.swift
[1630/1734] Compiling Crypto Zeroization_boring.swift
[1631/1734] Compiling Crypto PrettyBytes.swift
[1632/1734] Compiling Crypto SafeCompare.swift
[1633/1734] Compiling Crypto SecureBytes.swift
[1634/1734] Compiling Crypto Zeroization.swift
[1635/1735] Wrapping AST for Algorithms for debugging
[1636/1735] Wrapping AST for Crypto for debugging
[1645/1735] Compiling NIOCore MarkedCircularBuffer.swift
[1654/1735] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1655/1735] Compiling NIOCore SocketAddresses.swift
[1656/1735] Compiling NIOCore SocketOptionProvider.swift
[1657/1735] Compiling NIOCore SystemCallHelpers.swift
[1658/1735] Compiling NIOCore TimeAmount+Duration.swift
[1659/1735] Compiling NIOCore TypeAssistedChannelHandler.swift
[1660/1735] Compiling NIOCore UniversalBootstrapSupport.swift
[1661/1735] Compiling NIOCore Utilities.swift
[1662/1735] Compiling NIOCore CircularBuffer.swift
[1663/1735] Compiling NIOCore Codec.swift
[1664/1735] Compiling NIOCore ConvenienceOptionSupport.swift
[1681/1735] Compiling NIOCore ByteBuffer-aux.swift
[1682/1735] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1683/1735] Compiling NIOCore ByteBuffer-conversions.swift
[1684/1735] Compiling NIOCore ByteBuffer-core.swift
[1685/1735] Compiling NIOCore ByteBuffer-hex.swift
[1686/1735] Compiling NIOCore ByteBuffer-int.swift
[1687/1735] Compiling NIOCore ByteBuffer-lengthPrefix.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] Compiling NIOPosix ServerSocket.swift
[1727/1795] Compiling NIOPosix Socket.swift
[1728/1795] Compiling NIOPosix SocketChannel.swift
[1729/1795] Compiling NIOPosix SocketProtocols.swift
[1730/1795] Compiling NIOPosix System.swift
[1731/1795] Compiling NIOPosix Thread.swift
[1732/1795] Compiling NIOPosix SelectableChannel.swift
[1733/1795] Compiling NIOPosix SelectableEventLoop.swift
[1734/1795] Compiling NIOPosix SelectorEpoll.swift
[1735/1795] Compiling NIOPosix SelectorGeneric.swift
[1736/1795] Compiling NIOPosix SelectorKqueue.swift
[1737/1795] Compiling NIOPosix SelectorUring.swift
[1738/1795] Compiling NIOPosix IO.swift
[1739/1795] Compiling NIOPosix IntegerBitPacking.swift
[1740/1795] Compiling NIOPosix IntegerTypes.swift
[1741/1795] Compiling NIOPosix Linux.swift
[1742/1795] Compiling NIOPosix LinuxCPUSet.swift
[1743/1795] Compiling NIOPosix LinuxUring.swift
[1744/1795] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1745/1795] Emitting module NIOPosix
[1746/1795] Compiling NIOPosix Bootstrap.swift
[1747/1795] Compiling NIOPosix ControlMessage.swift
[1748/1795] Compiling NIOPosix DatagramVectorReadManager.swift
[1749/1795] Compiling NIOPosix Errors+Any.swift
[1750/1795] Compiling NIOPosix FileDescriptor.swift
[1751/1795] Compiling NIOPosix GetaddrinfoResolver.swift
[1752/1795] Compiling NIOPosix HappyEyeballs.swift
[1753/1795] Compiling NIOPosix NIOThreadPool.swift
[1754/1795] Compiling NIOPosix NonBlockingFileIO.swift
[1755/1795] Compiling NIOPosix PendingDatagramWritesManager.swift
[1756/1795] Compiling NIOPosix PendingWritesManager.swift
[1757/1795] Compiling NIOPosix PipeChannel.swift
[1758/1795] Compiling NIOPosix PipePair.swift
[1759/1795] Compiling NIOPosix PointerHelpers.swift
[1760/1798] Wrapping AST for NIOPosix for debugging
[1762/1852] Emitting module NIO
[1763/1852] Compiling NIO Exports.swift
[1764/1852] Compiling AsyncKit ConnectionPoolError.swift
[1765/1852] Compiling AsyncKit ConnectionPoolItem.swift
[1766/1852] Compiling AsyncKit ConnectionPoolSource.swift
[1767/1855] Wrapping AST for NIO for debugging
[1769/1877] Compiling AsyncKit Future+Miscellaneous.swift
[1770/1877] Compiling AsyncKit Future+Nonempty.swift
[1771/1877] Compiling AsyncKit Future+Optional.swift
[1772/1879] Compiling AsyncKit Future+Transform.swift
[1773/1879] Compiling AsyncKit Future+Try.swift
[1774/1879] Compiling AsyncKit FutureOperators.swift
[1775/1894] Compiling _NIOFileSystem UnsafeTransfer.swift
[1776/1894] Compiling _NIOFileSystem ParallelDirCopy.swift
[1777/1894] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1778/1894] Compiling _NIOFileSystem CInterop.swift
[1779/1906] Compiling NIOTLS TLSEvents.swift
[1780/1989] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1781/1989] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1782/1989] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1783/1989] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1784/1989] Emitting module NIOSOCKS
[1785/1990] Compiling SQLKit SQLQueryFetcher.swift
[1786/1990] Compiling SQLKit SQLReturningBuilder.swift
[1787/1990] Emitting module NIOFoundationCompat
[1788/1990] Compiling NIOSOCKS SOCKSResponse.swift
[1789/1990] Compiling SQLKit SQLDropEnumBuilder.swift
[1790/1990] Compiling SQLKit SQLDropIndexBuilder.swift
[1791/1990] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1792/1990] Compiling NIOSOCKS ClientStateMachine.swift
[1793/1990] Emitting module _NIOFileSystem
[1794/1990] Compiling NIOSOCKS ServerStateMachine.swift
[1795/1990] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1796/1990] Compiling SQLKit SQLDatabase.swift
[1797/1990] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1798/1990] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1799/1990] Compiling SQLKit SQLPredicateBuilder.swift
[1800/1990] Compiling SQLKit SQLQueryBuilder.swift
[1802/1991] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1803/1991] Compiling NIOTLS SNIHandler.swift
[1804/1991] Emitting module NIOTLS
[1806/1992] Compiling SQLKit SQLAlterEnumBuilder.swift
[1807/1992] Compiling SQLKit SQLAlterTableBuilder.swift
[1807/1994] Wrapping AST for NIOSOCKS for debugging
[1808/1994] Wrapping AST for NIOTLS for debugging
[1810/1994] Emitting module NIOHTTP1
[1811/2022] Compiling NIOSSL SSLCallbacks.swift
[1812/2022] Compiling NIOSSL SSLCertificate.swift
[1813/2022] Compiling NIOSSL NIOSSLClientHandler.swift
[1814/2022] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1815/2022] Compiling NIOSSL IdentityVerification.swift
[1816/2022] Compiling NIOSSL LinuxCABundle.swift
[1817/2022] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1819/2023] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1820/2023] Compiling SQLKit SQLColumnAssignment.swift
[1821/2023] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1822/2023] Compiling SQLKit SQLColumnDefinition.swift
[1823/2023] Compiling SQLKit SQLCommonTableExpression.swift
[1824/2023] Compiling SQLKit SQLConflictAction.swift
[1825/2023] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1826/2023] Compiling SQLKit SQLDropBehaviour.swift
[1827/2023] Compiling SQLKit SQLEnumDataType.swift
[1828/2023] Compiling SQLKit SQLExcludedColumn.swift
[1829/2023] Compiling SQLKit SQLForeignKey.swift
[1830/2023] Compiling SQLKit SQLJoin.swift
[1831/2023] Compiling SQLKit SQLJoinMethod.swift
[1832/2023] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1833/2023] Compiling SQLKit SQLRawBuilder.swift
[1834/2023] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[1835/2023] Compiling SQLKit SQLSelectBuilder.swift
[1836/2023] Compiling SQLKit SQLSubqueryBuilder.swift
[1837/2023] Compiling SQLKit SQLUnionBuilder.swift
[1838/2023] Compiling SQLKit SQLUpdateBuilder.swift
[1839/2023] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1840/2023] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1841/2023] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[1842/2023] Compiling SQLKit SQLCommonUnionBuilder.swift
[1843/2023] Compiling SQLKit SQLJoinBuilder.swift
[1844/2023] Compiling SQLKit SQLPartialResultBuilder.swift
[1845/2023] Compiling NIOSSL SafeCompare.swift
[1846/2023] Compiling SQLKit Exports.swift
[1847/2023] Compiling SQLKit SQLAlias.swift
[1848/2023] Compiling SQLKit SQLBetween.swift
[1849/2023] Compiling SQLKit SQLColumn.swift
[1850/2023] Compiling SQLKit SQLConstraint.swift
[1851/2023] Compiling SQLKit SQLDataType.swift
[1852/2023] Compiling SQLKit SQLDirection.swift
[1853/2023] Compiling SQLKit SQLDistinct.swift
[1854/2023] Compiling SQLKit SQLForeignKeyAction.swift
[1855/2023] Compiling SQLKit SQLNestedSubpathExpression.swift
[1856/2023] Compiling SQLKit SQLQualifiedTable.swift
[1857/2023] Compiling SQLKit SQLQueryString.swift
[1857/2035] Wrapping AST for NIOFoundationCompat for debugging
[1859/2067] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1860/2067] Compiling NIOTransportServices NIOTSSingletons.swift
[1861/2067] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1862/2069] Compiling SQLKit SQLLockingClause.swift
[1863/2069] Compiling SQLKit SQLOrderBy.swift
[1864/2069] Compiling SQLKit SQLReturning.swift
[1865/2069] Compiling SQLKit SQLSubquery.swift
[1866/2069] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1867/2069] Compiling SQLKit SQLAlterEnum.swift
[1868/2069] Compiling SQLKit SQLAlterTable.swift
[1869/2069] Compiling SQLKit SQLCreateEnum.swift
[1870/2069] Compiling SQLKit SQLCreateIndex.swift
[1871/2069] Compiling SQLKit SQLCreateTable.swift
[1872/2069] Compiling SQLKit SQLCreateTrigger.swift
[1873/2069] Compiling SQLKit SQLDelete.swift
[1874/2069] Compiling SQLKit SQLDropEnum.swift
[1875/2069] Compiling SQLKit SQLDropIndex.swift
[1876/2069] Compiling SQLKit SQLDropTable.swift
[1877/2069] Compiling SQLKit SQLDropTrigger.swift
[1878/2069] Compiling SQLKit SQLInsert.swift
[1879/2069] Compiling SQLKit SQLSelect.swift
[1880/2069] Compiling SQLKit SQLUnion.swift
[1881/2069] Compiling SQLKit SQLUpdate.swift
[1882/2069] Compiling SQLKit SQLExpression.swift
[1883/2069] Compiling SQLKit SQLSerializer.swift
[1884/2069] Compiling SQLKit SQLStatement.swift
[1885/2069] Compiling SQLKit SQLBinaryExpression.swift
[1886/2069] Compiling SQLKit SQLBinaryOperator.swift
[1887/2069] Compiling SQLKit SQLBind.swift
[1888/2069] Compiling NIOTransportServices NIOTSBootstraps.swift
[1889/2069] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1890/2069] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1891/2069] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1892/2069] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1893/2069] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1894/2069] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1895/2069] Compiling NIOTransportServices NIOTSErrors.swift
[1896/2069] Compiling NIOTransportServices NIOTSEventLoop.swift
[1897/2069] Compiling NIOTransportServices StateManagedChannel.swift
[1898/2069] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1899/2069] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1900/2069] Emitting module NIOTransportServices
[1901/2069] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1906/2069] Compiling SQLiteNIO Exports.swift
[1907/2069] Compiling SQLiteNIO SQLiteConnection.swift
[1908/2069] Compiling SQLiteNIO SQLiteCustomFunction.swift
[1909/2069] Compiling SQLiteNIO SQLiteData.swift
[1910/2069] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1911/2069] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1912/2069] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1921/2069] Compiling SQLiteNIO SQLiteRow.swift
[1941/2071] Compiling NIOSSL SubjectAlternativeName.swift
[1942/2071] Compiling NIOSSL NIOSSLSecureBytes.swift
[1943/2071] Compiling NIOSSL RNG.swift
[1943/2071] Wrapping AST for NIOTransportServices for debugging
[1958/2071] Compiling SQLiteNIO SQLiteDataType.swift
[1959/2071] Compiling SQLiteNIO SQLiteDataConvertible.swift
[1965/2071] Compiling SQLiteNIO SQLiteStatement.swift
[1966/2072] Emitting module SQLiteNIO
[1985/2103] Compiling NIOHPACK HPACKEncoder.swift
[1986/2103] Compiling NIOHPACK HPACKErrors.swift
[1993/2103] Compiling SQLiteNIO SQLiteDatabase.swift
[1994/2103] Compiling SQLiteNIO SQLiteError.swift
[1995/2104] Compiling NIOWebSocket WebSocketOpcode.swift
[1997/2105] Compiling NIOHPACK DynamicHeaderTable.swift
[1998/2105] Compiling NIOHPACK HPACKDecoder.swift
[1999/2105] Compiling NIOHPACK HPACKHeader.swift
[2000/2105] Compiling NIOHPACK HeaderTables.swift
[2001/2105] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[2002/2105] Compiling NIOHTTPCompression HTTPCompression.swift
[2003/2105] Emitting module NIOHTTPCompression
[2004/2105] Compiling NIOHTTPCompression HTTPDecompression.swift
[2005/2105] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[2008/2105] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[2009/2116] Compiling NIOExtras DebugInboundEventsHandler.swift
[2010/2116] Compiling NIOExtras DebugOutboundEventsHandler.swift
[2013/2123] Compiling NIOHPACK IndexedHeaderTable.swift
[2014/2123] Compiling NIOHPACK IntegerCoding.swift
[2015/2123] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[2016/2123] Compiling NIOSSL Zeroization.swift
[2017/2123] Compiling NIOSSL TLSConfiguration.swift
[2018/2123] Compiling NIOSSL UniversalBootstrapSupport.swift
[2024/2123] Compiling NIOExtras QuiescingHelper.swift
[2025/2123] Compiling NIOExtras RequestResponseHandler.swift
[2029/2123] Emitting module NIOSSL
[2030/2124] Emitting module SQLKit
[2031/2124] Compiling NIOWebSocket WebSocketFrame.swift
[2032/2124] Compiling NIOWebSocket WebSocketErrorCodes.swift
[2033/2124] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[2034/2124] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[2035/2124] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[2036/2125] Compiling NIOHPACK HuffmanTables.swift
[2037/2125] Compiling NIOHPACK HuffmanCoding.swift
[2038/2125] Compiling NIOHPACK StaticHeaderTable.swift
[2040/2125] Emitting module NIOWebSocket
[2043/2126] Compiling NIOExtras LineBasedFrameDecoder.swift
[2044/2126] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[2045/2152] Emitting module NIOFileSystem
[2046/2152] Compiling NIOFileSystem Exports.swift
[2047/2153] Compiling SQLKit SQLFunction.swift
[2048/2153] Compiling SQLKit SQLGroupExpression.swift
[2049/2153] Compiling SQLKit SQLIdentifier.swift
[2050/2153] Compiling SQLKit SQLList.swift
[2051/2153] Compiling SQLKit SQLLiteral.swift
[2052/2153] Compiling SQLKit SQLRaw.swift
[2053/2153] Compiling SQLKit SQLCodingUtilities.swift
[2054/2153] Compiling SQLKit SQLQueryEncoder.swift
[2055/2153] Compiling SQLKit SQLRow.swift
[2056/2153] Compiling SQLKit SQLRowDecoder.swift
[2057/2153] Compiling SQLKit SomeCodingKey.swift
[2058/2153] Compiling SQLKit StringHandling.swift
[2059/2153] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2060/2154] Compiling MultipartKit MultipartFormData.swift
[2061/2154] Compiling MultipartKit MultipartParser.swift
[2062/2154] Compiling MultipartKit Storage.swift
[2063/2154] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[2064/2154] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[2065/2154] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[2066/2154] Emitting module _NIOFileSystemFoundationCompat
[2067/2154] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2069/2155] Compiling MultipartKit MultipartError.swift
[2070/2155] Compiling MultipartKit Exports.swift
[2071/2155] Emitting module NIOHPACK
[2072/2155] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[2073/2155] Compiling MultipartKit BasicCodingKey.swift
[2077/2156] Compiling MultipartKit FormDataDecoder.Decoder.swift
[2078/2156] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[2079/2156] Wrapping AST for _NIOFileSystem for debugging
[2084/2156] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[2085/2156] Compiling MultipartKit FormDataDecoder.swift
[2085/2156] Wrapping AST for SQLiteNIO for debugging
[2087/2156] Compiling MultipartKit FormDataEncoder.swift
[2088/2158] Wrapping AST for SQLKit for debugging
[2089/2158] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[2091/2158] Compiling MultipartKit MultipartPart.swift
[2092/2158] Compiling MultipartKit MultipartPartConvertible.swift
[2092/2158] Wrapping AST for NIOWebSocket for debugging
[2094/2158] Emitting module NIOExtras
[2094/2158] Wrapping AST for NIOHTTPCompression for debugging
[2098/2158] Wrapping AST for NIOHTTP1 for debugging
[2099/2216] Wrapping AST for NIOHPACK for debugging
[2101/2216] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2102/2216] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2103/2216] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[2104/2216] Compiling NIOHTTP2 SendingHeadersState.swift
[2105/2216] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2106/2216] Compiling NIOHTTP2 SendingRstStreamState.swift
[2107/2216] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2107/2216] Wrapping AST for NIOFileSystem for debugging
[2109/2216] Compiling NIOHTTP2 DOSHeuristics.swift
[2110/2216] Compiling NIOHTTP2 Error+Any.swift
[2111/2216] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2112/2217] Emitting module MultipartKit
[2113/2217] Compiling NIOHTTP2 ConnectionStateMachine.swift
[2114/2217] Compiling NIOHTTP2 ConnectionStreamsState.swift
[2115/2217] Compiling NIOHTTP2 MayReceiveFrames.swift
[2116/2217] Compiling NIOHTTP2 ReceivingDataState.swift
[2117/2217] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2118/2217] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2120/2217] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2121/2217] Compiling NIOHTTP2 HasLocalSettings.swift
[2123/2218] Wrapping AST for NIOSSL for debugging
[2126/2218] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2129/2218] Compiling NIOHTTP2 HasRemoteSettings.swift
[2130/2218] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2131/2218] Compiling NIOHTTP2 QuiescingState.swift
[2132/2218] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2133/2218] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2133/2226] Wrapping AST for MultipartKit for debugging
[2135/2226] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2137/2227] Wrapping AST for NIOExtras for debugging
[2139/2235] Compiling WebSocketKit Exports.swift
[2140/2235] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2141/2235] Compiling WebSocketKit WebSocketHandler.swift
[2142/2235] Compiling WebSocketKit WebSocket+Concurrency.swift
[2143/2235] Emitting module WebSocketKit
[2144/2235] Compiling WebSocketKit WebSocket+Connect.swift
[2145/2235] Compiling WebSocketKit WebSocket.swift
[2146/2235] Compiling WebSocketKit WebSocketClient.swift
[2147/2236] Emitting module AsyncKit
[2149/2236] Compiling NIOHTTP2 MaySendFrames.swift
[2150/2236] Compiling NIOHTTP2 SendingDataState.swift
[2151/2236] Compiling NIOHTTP2 SendingGoawayState.swift
[2156/2236] Wrapping AST for WebSocketKit for debugging
[2158/2236] Compiling NIOHTTP2 InboundWindowManager.swift
[2159/2236] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2160/2236] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2161/2236] Compiling NIOHTTP2 StreamChannelList.swift
[2162/2236] Compiling NIOHTTP2 StreamMap.swift
[2163/2236] Compiling NIOHTTP2 StreamStateMachine.swift
[2164/2236] Compiling NIOHTTP2 UnsafeTransfer.swift
[2165/2236] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2166/2236] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2167/2236] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[2168/2236] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[2169/2236] Compiling NIOHTTP2 HTTP2StreamID.swift
[2170/2236] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[2171/2236] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[2172/2236] Compiling NIOHTTP2 HTTP2UserEvents.swift
[2173/2236] Compiling NIOHTTP2 InboundEventBuffer.swift
[2174/2236] Emitting module NIOHTTP2
[2184/2236] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2185/2236] Compiling NIOHTTP2 HTTP2Frame.swift
[2186/2236] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[2187/2236] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2188/2236] Compiling NIOHTTP2 HTTP2PingData.swift
[2189/2236] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2190/2236] Compiling NIOHTTP2 HTTP2Settings.swift
[2191/2236] Compiling NIOHTTP2 HTTP2Stream.swift
[2192/2236] Compiling NIOHTTP2 StateMachineResult.swift
[2193/2236] Compiling NIOHTTP2 ContentLengthVerifier.swift
[2197/2236] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2198/2236] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2199/2236] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2200/2236] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2201/2236] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2202/2236] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2203/2236] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2204/2236] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2205/2236] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2206/2236] Compiling NIOHTTP2 HTTP2Error.swift
[2207/2236] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2208/2237] Wrapping AST for NIOHTTP2 for debugging
[2210/2294] Emitting module AsyncHTTPClient
[2211/2301] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2212/2301] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2213/2301] Compiling AsyncHTTPClient Transaction.swift
[2214/2301] Compiling AsyncHTTPClient Base64.swift
[2215/2301] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2216/2301] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2217/2301] Compiling AsyncHTTPClient ConnectionPool.swift
[2218/2301] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2219/2301] Compiling AsyncHTTPClient RequestValidation.swift
[2220/2301] Compiling AsyncHTTPClient SSLContextCache.swift
[2221/2301] Compiling AsyncHTTPClient Scheme.swift
[2222/2301] Compiling AsyncHTTPClient Singleton.swift
[2223/2301] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2224/2301] Compiling AsyncHTTPClient UnsafeTransfer.swift
[2225/2301] Compiling AsyncHTTPClient Utils.swift
[2226/2301] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2227/2301] Compiling AsyncHTTPClient RequestOptions.swift
[2228/2301] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2229/2301] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2230/2301] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2231/2301] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2232/2301] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2233/2301] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2234/2301] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2235/2301] Compiling AsyncHTTPClient ConnectionTarget.swift
[2236/2301] Compiling AsyncHTTPClient DeconstructedURL.swift
[2237/2301] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2238/2301] Compiling AsyncHTTPClient FoundationExtensions.swift
[2239/2301] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2240/2301] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2241/2301] Compiling AsyncHTTPClient HTTPClient.swift
[2242/2301] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2243/2301] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2244/2301] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2245/2301] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2246/2301] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2247/2301] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2248/2301] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2249/2301] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2250/2301] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2251/2301] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2252/2301] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2253/2301] Compiling AsyncHTTPClient HTTP1Connection.swift
[2254/2301] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2255/2301] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2256/2301] Compiling AsyncHTTPClient HTTP2Connection.swift
[2257/2301] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2258/2301] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2259/2301] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2260/2301] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2261/2301] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2262/2301] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2263/2301] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2264/2301] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2265/2301] Compiling AsyncHTTPClient RequestBodyLength.swift
[2266/2301] Compiling AsyncHTTPClient HTTPHandler.swift
[2267/2301] Compiling AsyncHTTPClient LRUCache.swift
[2268/2301] Compiling AsyncHTTPClient NWErrorHandler.swift
[2269/2301] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2270/2301] Compiling AsyncHTTPClient TLSConfiguration.swift
[2271/2301] Compiling AsyncHTTPClient RedirectState.swift
[2272/2301] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2273/2301] Compiling AsyncHTTPClient RequestBag.swift
[2274/2302] Wrapping AST for AsyncHTTPClient for debugging
[2276/2310] Compiling MistKitNIO MKNIOHTTP1Error.swift
[2277/2311] Emitting module MistKitNIO
[2278/2311] Compiling MistKitNIO MKAsyncClient.swift
[2279/2311] Compiling MistKitNIO MKAsyncRequest.swift
/host/spi-builder-workspace/Sources/MistKitNIO/MKAsyncRequest.swift:33:26: warning: converting non-sendable function value to '@Sendable (HTTPClient.Response) -> (any MKHttpResponse)' may introduce data races
31 | request: request
32 | )
33 | .map(MKAsyncResponse.init)
| `- warning: converting non-sendable function value to '@Sendable (HTTPClient.Response) -> (any MKHttpResponse)' may introduce data races
34 | .whenComplete(callback)
35 | }
/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 | }
[2280/2311] Compiling MistKitNIO MKAsyncResponse.swift
[2281/2311] 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
/host/spi-builder-workspace/Sources/MistKitNIO/MKDatabase.swift:61:36: warning: converting non-sendable function value to '@Sendable (ModifiedRecordQueryResult<RecordType>) -> (ModifiedRecordQueryContent<ContentType>)' may introduce data races
59 | where Value == ModifiedRecordQueryResult<RecordType>,
60 | RecordType.ContentType == ContentType {
61 | map(ModifiedRecordQueryContent.init).mistKitResponse()
| `- warning: converting non-sendable function value to '@Sendable (ModifiedRecordQueryResult<RecordType>) -> (ModifiedRecordQueryContent<ContentType>)' may introduce data races
62 | }
63 | }
/host/spi-builder-workspace/Sources/MistKitNIO/MKDatabase.swift:67:26: warning: converting non-sendable function value to '@Sendable (Value) -> (MKServerResponse<Value>)' may introduce data races
65 | public extension EventLoopFuture where Value: Codable {
66 | func mistKitResponse() -> EventLoopFuture<MKServerResponse<Value>> {
67 | map(MKServerResponse.success)
| `- warning: converting non-sendable function value to '@Sendable (Value) -> (MKServerResponse<Value>)' may introduce data races
68 | .flatMapErrorThrowing(MKServerResponse.init(attemptRecoveryFrom:))
69 | }
/host/spi-builder-workspace/Sources/MistKitNIO/MKDatabase.swift:68:46: warning: converting non-sendable function value to '@Sendable (any Error) throws -> MKServerResponse<Value>' may introduce data races
66 | func mistKitResponse() -> EventLoopFuture<MKServerResponse<Value>> {
67 | map(MKServerResponse.success)
68 | .flatMapErrorThrowing(MKServerResponse.init(attemptRecoveryFrom:))
| `- warning: converting non-sendable function value to '@Sendable (any Error) throws -> MKServerResponse<Value>' may introduce data races
69 | }
70 | }
[2282/2311] Compiling MistKitNIO MKNIOHTTP1TokenClient.swift
[2283/2311] 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 | }
[2284/2311] Compiling MistKitNIO BindTo.swift
[2285/2312] Wrapping AST for MistKitNIO for debugging
[2287/2325] 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 {
[2288/2325] Compiling mistdemoc Result.swift
[2289/2326] Compiling mistdemoc main.swift
[2290/2326] Compiling mistdemoc MistDemoArguments.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 |
[2291/2326] Compiling mistdemoc MKEnvironment.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 |
[2297/2326] Compiling mistdemoc ListCommand.swift
[2298/2326] Compiling mistdemoc FindCommand.swift
[2299/2326] Compiling mistdemoc NewCommand.swift
[2300/2326] Compiling mistdemoc ParsableAsyncCommand.swift
[2301/2326] Compiling mistdemoc MistDemoCommand.swift
[2304/2327] Compiling mistdemoc RenameCommand.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
[2305/2327] Compiling mistdemoc WhoAmICommand.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
[2306/2327] Wrapping AST for AsyncKit for debugging
/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 |
/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 |
[2310/2328] Compiling mistdemoc DeleteCommand.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 |
/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 |
/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: [
/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: [
[2314/2333] 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 {
[2316/2534] Compiling SQLiteKit SQLiteDialect.swift
[2317/2567] Compiling SQLiteKit Exports.swift
[2317/2588] Wrapping AST for mistdemoc for debugging
[2318/2588] Write Objects.LinkFileList
[2320/2590] Emitting module SQLiteKit
[2321/2590] Compiling SQLiteKit SQLiteRow+SQLRow.swift
[2322/2590] Compiling SQLiteKit SQLiteConnectionSource.swift
[2323/2590] Compiling SQLiteKit SQLiteDataDecoder.swift
[2324/2590] Compiling SQLiteKit SQLiteDataEncoder.swift
[2325/2590] Compiling SQLiteKit SQLiteConfiguration.swift
[2326/2590] Compiling SQLiteKit SQLiteConnection+SQLKit.swift
[2327/2591] Wrapping AST for SQLiteKit for debugging
[2328/2591] Linking mistdemoc
[2330/2591] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2331/2591] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2332/2591] Compiling Vapor DotEnvFile+load.swift
[2333/2591] Compiling Vapor Routes+caseInsenstive.swift
[2334/2591] Compiling Vapor Validatable+validate.swift
[2335/2591] Compiling Vapor Environment+Process.swift
[2336/2591] Compiling Vapor Environment+Secret.swift
[2337/2591] Compiling Vapor Environment.swift
[2338/2591] Compiling Vapor Abort.swift
[2339/2591] Compiling Vapor AbortError.swift
[2340/2591] Compiling Vapor DebuggableError.swift
[2341/2591] Compiling Vapor Demangler.swift
[2342/2603] Compiling Vapor Request+Cache.swift
[2343/2603] Compiling Vapor Application+Clients.swift
[2344/2603] Compiling Vapor Client.swift
[2345/2603] Compiling Vapor ClientRequest.swift
[2346/2603] Compiling Vapor ClientResponse.swift
[2347/2603] Compiling Vapor Request+Client.swift
[2348/2603] Compiling Vapor BootCommand.swift
[2349/2603] Compiling Vapor CommandContext+Application.swift
[2350/2603] Compiling Vapor RoutesCommand.swift
[2351/2603] Compiling Vapor ServeCommand.swift
[2352/2603] Compiling Vapor AnyResponse+Concurrency.swift
[2353/2603] Compiling Vapor Core.swift
[2354/2603] Compiling Vapor Running.swift
[2355/2603] Compiling Vapor Application.swift
[2356/2603] Compiling Vapor AuthenticationCache.swift
[2357/2603] Compiling Vapor Authenticator.swift
[2358/2603] Compiling Vapor BasicAuthorization.swift
[2359/2603] Compiling Vapor BearerAuthorization.swift
[2360/2603] Compiling Vapor GuardMiddleware.swift
[2361/2603] Compiling Vapor RedirectMiddleware.swift
[2362/2603] Compiling Vapor SessionAuthenticatable.swift
[2363/2603] Compiling Vapor Bcrypt.swift
[2364/2603] Compiling Vapor Application+Cache.swift
[2365/2603] Compiling Vapor Cache.swift
[2366/2603] Compiling Vapor CacheExpirationTime.swift
[2367/2603] Compiling Vapor MemoryCache.swift
[2368/2603] Emitting module FluentKit
[2369/2603] Compiling Vapor HTTPHeaderCacheControl.swift
[2370/2603] Compiling Vapor HTTPHeaderExpires.swift
[2371/2603] Compiling Vapor HTTPHeaderLastModified.swift
[2372/2603] Compiling Vapor HTTPHeaders+Cache.swift
[2373/2603] Compiling Vapor HTTPHeaders+Connection.swift
[2374/2603] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2375/2603] Compiling Vapor HTTPHeaders+ContentRange.swift
[2376/2603] Compiling Vapor HTTPHeaders+Directive.swift
[2377/2603] Compiling Vapor HTTPHeaders+Forwarded.swift
[2378/2603] Compiling Vapor HTTPHeaders+Link.swift
[2379/2603] Compiling Vapor HTTPHeaders+Name.swift
[2380/2603] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2381/2603] Compiling FluentKit DatabaseQuery+Join.swift
[2382/2603] Compiling FluentKit DatabaseQuery+Range.swift
[2383/2603] Compiling FluentKit DatabaseQuery+Sort.swift
[2384/2603] Compiling FluentKit DatabaseQuery+Value.swift
[2385/2603] Compiling FluentKit DatabaseQuery.swift
[2386/2603] Compiling FluentKit QueryHistory.swift
[2387/2603] Compiling FluentKit DatabaseSchema.swift
[2388/2603] Compiling FluentKit SchemaBuilder.swift
[2389/2603] Compiling FluentKit OptionalType.swift
[2390/2603] Compiling FluentKit RandomGeneratable.swift
[2391/2603] Compiling FluentKit SomeCodingKey.swift
[2392/2603] Compiling FluentKit UnsafeMutableTransferBox.swift
[2395/2603] Compiling Vapor Logger+Report.swift
[2396/2603] Compiling Vapor LoggingSystem+Environment.swift
[2397/2603] Compiling Vapor Application+Middleware.swift
[2398/2603] Compiling Vapor CORSMiddleware.swift
[2399/2603] Compiling Vapor ErrorMiddleware.swift
[2400/2603] Compiling Vapor FileMiddleware.swift
[2401/2603] Compiling Vapor Middleware.swift
[2402/2603] Compiling Vapor MiddlewareConfiguration.swift
[2403/2603] Compiling Vapor ResponseCompressionMiddleware.swift
[2404/2603] Compiling Vapor RouteLoggingMiddleware.swift
[2405/2603] Compiling Vapor File+Multipart.swift
[2406/2603] Compiling Vapor FormDataDecoder+Content.swift
[2407/2603] Compiling Vapor FormDataEncoder+Content.swift
[2408/2603] Compiling Vapor Application+Password.swift
[2409/2603] Compiling Vapor Application+Passwords.swift
[2410/2603] Compiling Vapor AsyncPasswordHasher.swift
[2411/2603] Compiling Vapor BcryptHasher.swift
[2412/2603] Compiling Vapor PasswordHasher.swift
[2413/2603] Compiling Vapor PlaintextHasher.swift
[2414/2603] Compiling Vapor Request+Password.swift
[2415/2603] Compiling Vapor Redirect.swift
[2416/2626] Compiling Vapor Content.swift
[2417/2626] Compiling Vapor ContentCoders.swift
[2418/2626] Compiling Vapor ContentConfiguration.swift
[2419/2626] Compiling Vapor ContentContainer.swift
[2420/2626] Compiling Vapor JSONCoder+Custom.swift
[2421/2626] Compiling Vapor JSONCoders+Content.swift
[2422/2626] Compiling Vapor PlaintextDecoder.swift
[2423/2626] Compiling Vapor PlaintextEncoder.swift
[2424/2626] Compiling Vapor URLQueryCoders.swift
[2425/2626] Compiling Vapor URLQueryContainer.swift
[2426/2626] Compiling Vapor HTTPStatus.swift
[2427/2626] Compiling Vapor HTTPCookies.swift
[2428/2626] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2429/2626] Compiling Vapor AsyncSessionDriver.swift
[2430/2626] Compiling Vapor Authentication+Concurrency.swift
[2431/2626] Compiling Vapor Cache+Concurrency.swift
[2432/2626] Compiling Vapor Client+Concurrency.swift
[2433/2626] Compiling Vapor RequestBody+Concurrency.swift
[2434/2626] Compiling Vapor Responder+Concurrency.swift
[2435/2626] Compiling Vapor ResponseCodable+Concurrency.swift
[2436/2626] Compiling Vapor RoutesBuilder+Concurrency.swift
[2437/2626] Compiling Vapor ViewRenderer+Concurrency.swift
[2438/2626] Compiling Vapor WebSocket+Concurrency.swift
[2439/2626] Compiling Vapor ContainerGetPathExecutor.swift
[2440/2626] Compiling Vapor ErrorSource.swift
[2441/2626] Compiling Vapor StackTrace.swift
[2442/2626] Compiling Vapor Exports.swift
[2443/2626] Compiling Vapor Application+HTTP.swift
[2444/2626] Compiling Vapor BasicResponder.swift
[2445/2626] Compiling Vapor BodyStream.swift
[2446/2626] Compiling Vapor Application+HTTP+Client.swift
[2447/2626] Compiling Vapor EventLoopHTTPClient.swift
[2448/2626] Compiling Vapor EndpointCache.swift
[2449/2626] Compiling Vapor HTTPMethod+String.swift
[2450/2626] Compiling Vapor AsyncBasicResponder.swift
[2451/2626] Compiling Vapor AsyncMiddleware.swift
[2452/2627] Wrapping AST for FluentKit for debugging
[2454/2638] Compiling FluentSQL SQLJSONColumnPath+Deprecated.swift
[2455/2639] Compiling FluentSQL DatabaseSchema+SQL.swift
[2456/2639] Compiling FluentSQL Exports.swift
[2457/2639] Compiling FluentSQL ConverterUtilities.swift
[2458/2639] Compiling FluentSQL DatabaseQuery+SQL.swift
[2459/2639] Emitting module FluentSQL
[2460/2639] Compiling FluentSQL SQLQualifiedTable+Deprecated.swift
[2461/2639] Compiling FluentSQL SQLDatabase+Model+Concurrency.swift
[2462/2639] Compiling FluentSQL SQLDatabase+Model.swift
[2463/2639] Compiling FluentSQL SQLList+Deprecated.swift
[2464/2639] Compiling FluentSQL SQLQueryConverter.swift
[2465/2639] Compiling FluentSQL SQLSchemaConverter.swift
[2466/2640] Wrapping AST for FluentSQL for debugging
[2468/2648] Compiling FluentSQLiteDriver SQLiteConverterDelegate.swift
[2469/2648] Compiling FluentSQLiteDriver SQLiteError+Database.swift
[2470/2648] Compiling FluentSQLiteDriver SQLiteRow+Database.swift
[2471/2648] Compiling FluentSQLiteDriver FluentSQLiteDriver.swift
[2472/2648] Emitting module FluentSQLiteDriver
[2473/2648] Compiling FluentSQLiteDriver Exports.swift
[2474/2648] Compiling FluentSQLiteDriver FluentSQLiteDatabase.swift
[2475/2648] Compiling FluentSQLiteDriver FluentSQLiteConfiguration.swift
[2476/2649] Wrapping AST for FluentSQLiteDriver for debugging
[2478/2649] Compiling Vapor MemorySessions.swift
[2479/2649] Compiling Vapor Request+Session.swift
[2480/2649] Compiling Vapor Session.swift
[2481/2649] Compiling Vapor SessionCache.swift
[2482/2649] Compiling Vapor SessionData.swift
[2483/2649] Compiling Vapor SessionDriver.swift
[2484/2649] Compiling Vapor SessionsConfiguration.swift
[2485/2649] Compiling Vapor SessionsMiddleware.swift
[2486/2649] Compiling Vapor URLEncodedFormData.swift
[2487/2649] Compiling Vapor URLEncodedFormDecoder.swift
[2488/2649] Compiling Vapor URLEncodedFormEncoder.swift
[2489/2649] Compiling Vapor URLEncodedFormError.swift
[2490/2649] Compiling Vapor URLEncodedFormParser.swift
[2491/2649] Compiling Vapor URLEncodedFormSerializer.swift
[2492/2649] Compiling Vapor URLQueryFragmentConvertible.swift
[2493/2649] Compiling Vapor AnyResponse.swift
[2494/2649] Compiling Vapor Array+Random.swift
[2495/2649] Compiling Vapor Base32.swift
[2496/2649] Compiling Vapor Base64.swift
[2497/2649] Compiling Vapor BaseN.swift
[2498/2649] Compiling Vapor BasicCodingKey.swift
[2499/2649] Compiling Vapor ByteCount.swift
[2500/2649] Compiling Vapor Bytes+Hex.swift
[2501/2672] Compiling Vapor Request+Body.swift
[2502/2672] Compiling Vapor Request+BodyStream.swift
[2503/2672] Compiling Vapor Request.swift
[2504/2672] Compiling Vapor Application+Responder.swift
[2505/2672] Compiling Vapor DefaultResponder.swift
[2506/2672] Compiling Vapor Response+Body.swift
[2507/2672] Compiling Vapor Response.swift
[2508/2672] Compiling Vapor ResponseCodable.swift
[2509/2672] Compiling Vapor Application+Routes.swift
[2510/2672] Compiling Vapor Parameters+Require.swift
[2511/2672] Compiling Vapor Request+WebSocket.swift
[2512/2672] Compiling Vapor Route.swift
[2513/2672] Compiling Vapor RouteCollection.swift
[2514/2672] Compiling Vapor Routes.swift
[2515/2672] Compiling Vapor RoutesBuilder+Group.swift
[2516/2672] Compiling Vapor RoutesBuilder+Method.swift
[2517/2672] Compiling Vapor RoutesBuilder+Middleware.swift
[2518/2672] Compiling Vapor RoutesBuilder+WebSocket.swift
[2519/2672] Compiling Vapor RoutesBuilder.swift
[2520/2672] Compiling Vapor OTP.swift
[2521/2672] Compiling Vapor Application+Servers.swift
[2522/2672] Compiling Vapor Server.swift
[2523/2672] Compiling Vapor Application+Sessions.swift
[2524/2672] Compiling Vapor Bytes+SecureCompare.swift
[2525/2672] Compiling Vapor Collection+Safe.swift
[2526/2672] Compiling Vapor DataProtocol+Copy.swift
[2527/2672] Compiling Vapor DecoderUnwrapper.swift
[2528/2672] Compiling Vapor DirectoryConfiguration.swift
[2529/2672] Compiling Vapor DotEnv.swift
[2530/2672] Compiling Vapor Extendable.swift
[2531/2672] Compiling Vapor File.swift
[2532/2672] Compiling Vapor FileIO.swift
[2533/2672] Compiling Vapor LifecycleHandler.swift
[2534/2672] Compiling Vapor OptionalType.swift
[2535/2672] Compiling Vapor RFC1123.swift
[2536/2672] Compiling Vapor SocketAddress+Hostname.swift
[2537/2672] Compiling Vapor Storage.swift
[2538/2672] Compiling Vapor String+IsIPAddress.swift
[2539/2672] Compiling Vapor Thread.swift
[2540/2672] Compiling Vapor URI.swift
[2541/2672] Compiling Vapor RangeResult.swift
[2542/2672] Compiling Vapor Validatable.swift
[2543/2672] Compiling Vapor Validation.swift
[2544/2672] Compiling Vapor ValidationKey.swift
[2545/2672] Compiling Vapor Validations.swift
[2546/2672] Compiling Vapor ValidationsError.swift
[2547/2672] Emitting module Vapor
[2644/2672] Compiling Vapor Validator.swift
[2645/2672] Compiling Vapor ValidatorResult.swift
[2646/2672] Compiling Vapor And.swift
[2647/2672] Compiling Vapor Case.swift
[2648/2672] Compiling Vapor CharacterSet.swift
[2649/2672] Compiling Vapor Count.swift
[2650/2672] Compiling Vapor Email.swift
[2651/2672] Compiling Vapor Empty.swift
[2652/2672] Compiling Vapor In.swift
[2653/2672] Compiling Vapor Nil.swift
[2654/2672] Compiling Vapor NilIgnoring.swift
[2655/2672] Compiling Vapor Not.swift
[2656/2672] Compiling Vapor Or.swift
[2657/2672] Compiling Vapor Pattern.swift
[2658/2672] Compiling Vapor Range.swift
[2659/2672] Compiling Vapor URL.swift
[2660/2672] Compiling Vapor Valid.swift
[2661/2672] Compiling Vapor Application+Views.swift
[2662/2672] Compiling Vapor PlaintextRenderer.swift
[2663/2672] Compiling Vapor Request+View.swift
[2664/2672] Compiling Vapor View.swift
[2665/2672] Compiling Vapor ViewRenderer.swift
[2666/2672] Compiling Vapor _Deprecations.swift
[2667/2673] Wrapping AST for Vapor for debugging
[2669/2688] Compiling Fluent Fluent+History.swift
[2670/2688] Compiling Fluent Fluent+Paginate.swift
[2671/2690] Compiling Fluent Pagination+Concurrency.swift
[2672/2690] Compiling Fluent Sessions+Concurrency.swift
[2673/2690] Compiling Fluent Exports.swift
[2674/2690] Compiling Fluent Fluent+Cache.swift
[2675/2690] Compiling Fluent FluentProvider+Concurrency.swift
[2676/2690] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[2677/2690] Emitting module Fluent
[2678/2690] Compiling Fluent ModelAuthenticatable.swift
[2679/2690] Compiling Fluent ModelCredentialsAuthenticatable.swift
[2680/2690] Compiling Fluent FluentProvider.swift
[2681/2690] Compiling Fluent MigrateCommand.swift
[2682/2690] Compiling Fluent ModelTokenAuthenticatable.swift
[2683/2690] Compiling Fluent PageLimit.swift
[2684/2690] Compiling Fluent Fluent+Pagination.swift
[2685/2690] Compiling Fluent Fluent+Sessions.swift
[2686/2691] Wrapping AST for Fluent for debugging
[2688/2699] 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 |
[2689/2699] Compiling MistKitVapor MKVaporSessionStorage.swift
[2690/2699] Compiling MistKitVapor MKVaporModelStorage.swift
[2691/2699] Compiling MistKitVapor MKVaporClient.swift
[2692/2699] Compiling MistKitVapor MKModelStorable.swift
[2693/2699] Compiling MistKitVapor MKVaporClientRequest.swift
/host/spi-builder-workspace/Sources/MistKitVapor/MKVaporClientRequest.swift:9:52: warning: converting non-sendable function value to '@Sendable (ClientResponse) -> (any MKHttpResponse)' may introduce data races
7 |
8 | public func execute(_ callback: @escaping ((Result<MKHttpResponse, Error>) -> Void)) {
9 | client.send(request).map(MKVaporClientResponse.init).whenComplete(callback)
| `- warning: converting non-sendable function value to '@Sendable (ClientResponse) -> (any MKHttpResponse)' may introduce data races
10 | }
11 | }
/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 | }
[2694/2699] Compiling MistKitVapor MKVaporClientResponse.swift
[2695/2699] 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 |
[2696/2700] Wrapping AST for MistKitVapor for debugging
[2698/2710] Compiling mistdemod MKDatabase.swift
[2699/2711] Compiling mistdemod CreateUser.swift
[2700/2711] Compiling mistdemod Request.swift
[2701/2711] 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 |
[2702/2711] 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 |
[2703/2711] Compiling mistdemod main.swift
[2704/2711] 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 | }
[2705/2711] 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 | }
[2706/2711] 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:55:30: warning: converting non-sendable function value to '@Sendable ([ModifyOperation<TodoListItem>]) -> (ModifyRecordQuery<TodoListItem>)' may introduce data races
53 | ModifyOperation(operationType: .delete, record: $0)
54 | }
55 | .map(ModifyRecordQuery.init)
| `- warning: converting non-sendable function value to '@Sendable ([ModifyOperation<TodoListItem>]) -> (ModifyRecordQuery<TodoListItem>)' may introduce data races
56 | .flatMap { query in
57 | database.perform(
/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:94:44: warning: converting non-sendable function value to '@Sendable ([ModifyOperation<TodoListItem>]) -> (ModifyRecordQuery<TodoListItem>)' may introduce data races
92 | return ModifyOperation(operationType: .update, record: item)
93 | }
94 | .map(ModifyRecordQuery<TodoListItem>.init)
| `- warning: converting non-sendable function value to '@Sendable ([ModifyOperation<TodoListItem>]) -> (ModifyRecordQuery<TodoListItem>)' may introduce data races
95 | .flatMap { query in
96 | database.perform(
/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 | }
[2707/2711] 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:55:30: warning: converting non-sendable function value to '@Sendable ([ModifyOperation<TodoListItem>]) -> (ModifyRecordQuery<TodoListItem>)' may introduce data races
53 | ModifyOperation(operationType: .delete, record: $0)
54 | }
55 | .map(ModifyRecordQuery.init)
| `- warning: converting non-sendable function value to '@Sendable ([ModifyOperation<TodoListItem>]) -> (ModifyRecordQuery<TodoListItem>)' may introduce data races
56 | .flatMap { query in
57 | database.perform(
/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:94:44: warning: converting non-sendable function value to '@Sendable ([ModifyOperation<TodoListItem>]) -> (ModifyRecordQuery<TodoListItem>)' may introduce data races
92 | return ModifyOperation(operationType: .update, record: item)
93 | }
94 | .map(ModifyRecordQuery<TodoListItem>.init)
| `- warning: converting non-sendable function value to '@Sendable ([ModifyOperation<TodoListItem>]) -> (ModifyRecordQuery<TodoListItem>)' may introduce data races
95 | .flatMap { query in
96 | database.perform(
/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 | }
[2708/2711] 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 |
[2709/2712] Wrapping AST for mistdemod for debugging
[2710/2712] Write Objects.LinkFileList
[2711/2712] Linking mistdemod
Build complete! (208.51s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.20.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser"
},
{
"identity" : "fluent",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent.git"
},
{
"identity" : "fluent-sqlite-driver",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-sqlite-driver.git"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.6.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client.git"
}
],
"manifest_display_name" : "MistKit",
"name" : "MistKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "MistKit",
"targets" : [
"MistKit"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MistKitNIO",
"targets" : [
"MistKitNIO"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "MistKitVapor",
"targets" : [
"MistKitVapor"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "mistdemoc",
"targets" : [
"mistdemoc"
],
"type" : {
"executable" : null
}
},
{
"name" : "mistdemod",
"targets" : [
"mistdemod"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "mistdemod",
"module_type" : "SwiftTarget",
"name" : "mistdemod",
"path" : "Sources/mistdemod",
"product_dependencies" : [
"Vapor",
"Fluent",
"FluentSQLiteDriver"
],
"product_memberships" : [
"mistdemod"
],
"sources" : [
"Controllers/CloudKitController.swift",
"Controllers/ItemsController.swift",
"Controllers/UsersController.swift",
"Extensions/Application.swift",
"Extensions/MKDatabase.swift",
"Extensions/Request.swift",
"Models/CreateUser.swift",
"Models/TodoItemModel.swift",
"Models/User.swift",
"main.swift"
],
"target_dependencies" : [
"MistKit",
"MistKitVapor",
"MistKitDemo"
],
"type" : "executable"
},
{
"c99name" : "mistdemoc",
"module_type" : "SwiftTarget",
"name" : "mistdemoc",
"path" : "Sources/mistdemoc",
"product_dependencies" : [
"ArgumentParser"
],
"product_memberships" : [
"mistdemoc"
],
"sources" : [
"Commands/DeleteCommand.swift",
"Commands/FindCommand.swift",
"Commands/ListCommand.swift",
"Commands/MistDemoCommand.swift",
"Commands/NewCommand.swift",
"Commands/ParsableAsyncCommand.swift",
"Commands/RenameCommand.swift",
"Commands/WhoAmICommand.swift",
"Configuration/MistDemoArguments.swift",
"Extensions/MKEnvironment.swift",
"Extensions/Result.swift",
"Extensions/UUID.swift",
"main.swift"
],
"target_dependencies" : [
"MistKit",
"MistKitNIO",
"MistKitDemo"
],
"type" : "executable"
},
{
"c99name" : "MistKitVapor",
"module_type" : "SwiftTarget",
"name" : "MistKitVapor",
"path" : "Sources/MistKitVapor",
"product_dependencies" : [
"Vapor",
"Fluent"
],
"product_memberships" : [
"MistKitVapor",
"mistdemod"
],
"sources" : [
"MKModelStorable.swift",
"MKServerResponse.swift",
"MKVaporClient.swift",
"MKVaporClientRequest.swift",
"MKVaporClientResponse.swift",
"MKVaporModelStorage.swift",
"MKVaporSessionStorage.swift"
],
"target_dependencies" : [
"MistKit",
"MistKitNIO"
],
"type" : "library"
},
{
"c99name" : "MistKitTests",
"module_type" : "SwiftTarget",
"name" : "MistKitTests",
"path" : "Tests/MistKitTests",
"sources" : [
"Authentication/CharacterMapEncoderTests.swift",
"Authentication/MKAuthenticationRedirectTests.swift",
"Authentication/MKAuthenticationResponseTests.swift",
"Authentication/MKFileStorageTests.swift",
"Authentication/MKStaticTokenManagerTests.swift",
"Authentication/MKTokenClientTests.swift",
"Authentication/MKTokenEncoderTests.swift",
"Authentication/MKTokenManagerProtocolTests.swift",
"Authentication/MKTokenManagerTests.swift",
"Authentication/MKTokenStorageTests.swift",
"Authentication/MKUserDefaultsStorageTests.swift",
"Configuration/MKAPIVersionTests.swift",
"Configuration/MKDatabaseConnectionTests.swift",
"Configuration/MKDatabaseTypeTests.swift",
"Configuration/MKEnvironmentTests.swift",
"Controllers/MKDatabaseTests.swift",
"Controllers/RecordNameParserTests.swift",
"Controllers/RequestConfigurationFactoryTests.swift",
"Controllers/ResultSinkTests.swift",
"Controllers/ResultTransformerTests.swift",
"Extensions/ArrayTests.swift",
"Extensions/JSONDecoderTests.swift",
"Extensions/JSONEncoderTests.swift",
"Extensions/StringTests.swift",
"Extensions/UUIDTests.swift",
"Models/MKAnyQueryTests.swift",
"Models/MKAnyRecordTests.swift",
"Models/MKDecodingErrorTests.swift",
"Models/MKErrorCodeTests.swift",
"Models/MKErrorTests.swift",
"Models/MKFieldTypeTests.swift",
"Models/MKServerResponseTests.swift",
"Models/MKValueTests.swift",
"Models/ModifiedRecordQueryContentTests.swift",
"Models/RecordNameTests.swift",
"Models/RequestConfigurationTests.swift",
"Protocols/MKContentRecordTests.swift",
"Protocols/MKDecodableTests.swift",
"Protocols/MKDecoderTests.swift",
"Protocols/MKEncodableTests.swift",
"Protocols/MKEncoderTests.swift",
"Protocols/MKQueryProtocolTests.swift",
"Protocols/MKQueryRecordTests.swift",
"Protocols/MKQueryTests.swift",
"Protocols/MKRequestTests.swift",
"Protocols/RequestConfigurationFactoryProtocolTests.swift",
"Protocols/ResultSinkProtocolTests.swift",
"Protocols/ResultTransformerProtocolTests.swift",
"Requests/RecordsLookup/LookupRecordQueryRequestTests.swift",
"Requests/RecordsLookup/LookupRecordQueryTests.swift",
"Requests/RecordsLookup/LookupRecordTests.swift",
"Requests/RecordsModify/ModifiedRecordQueryResponseTests.swift",
"Requests/RecordsModify/ModifiedRecordQueryResultTests.swift",
"Requests/RecordsModify/ModifiedRecordTests.swift",
"Requests/RecordsModify/ModifyOperationTests.swift",
"Requests/RecordsModify/ModifyOperationTypeTests.swift",
"Requests/RecordsModify/ModifyRecordQueryRequestTests.swift",
"Requests/RecordsModify/ModifyRecordQueryTests.swift",
"Requests/RecordsQuery/FetchRecordQueryRequestTests.swift",
"Requests/RecordsQuery/FetchRecordQueryResponseTests.swift",
"Requests/RecordsQuery/FetchRecordQueryTests.swift",
"Requests/UsersCaller/GetCurrentUserIdentityRequestTests.swift",
"Requests/UsersCaller/UserIdentityLookupInfoTests.swift",
"Requests/UsersCaller/UserIdentityNameComponentsTests.swift",
"Requests/UsersCaller/UserIdentityResponseTests.swift",
"URLNetworking/MKDatabase.URLSessionTests.swift",
"URLNetworking/MKEmptyGetTests.swift",
"URLNetworking/MKHttpClientTests.swift",
"URLNetworking/MKHttpRequestTests.swift",
"URLNetworking/MKHttpResponseTests.swift",
"URLNetworking/MKURLBuilderFactoryTests.swift",
"URLNetworking/MKURLBuilderTests.swift",
"URLNetworking/MKURLRequestTests.swift",
"URLNetworking/MKURLResponseTests.swift",
"URLNetworking/MKURLSessionClientTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"MistKit"
],
"type" : "test"
},
{
"c99name" : "MistKitNIO",
"module_type" : "SwiftTarget",
"name" : "MistKitNIO",
"path" : "Sources/MistKitNIO",
"product_dependencies" : [
"NIO",
"NIOHTTP1",
"AsyncHTTPClient"
],
"product_memberships" : [
"MistKitNIO",
"MistKitVapor",
"mistdemoc",
"mistdemod"
],
"sources" : [
"BindTo.swift",
"HTTPHandler.swift",
"MKAsyncClient.swift",
"MKAsyncRequest.swift",
"MKAsyncResponse.swift",
"MKDatabase.swift",
"MKNIOHTTP1Error.swift",
"MKNIOHTTP1TokenClient.swift"
],
"target_dependencies" : [
"MistKit"
],
"type" : "library"
},
{
"c99name" : "MistKitDemo",
"module_type" : "SwiftTarget",
"name" : "MistKitDemo",
"path" : "Sources/MistKitDemo",
"product_memberships" : [
"mistdemoc",
"mistdemod"
],
"sources" : [
"MistDemoConfiguration.swift",
"MistDemoDefaultConfiguration.swift",
"TodoListItem.swift"
],
"target_dependencies" : [
"MistKit"
],
"type" : "library"
},
{
"c99name" : "MistKit",
"module_type" : "SwiftTarget",
"name" : "MistKit",
"path" : "Sources/MistKit",
"product_memberships" : [
"MistKit",
"MistKitNIO",
"MistKitVapor",
"mistdemoc",
"mistdemod"
],
"sources" : [
"Authentication/CharacterMapEncoder.swift",
"Authentication/MKAuthenticationRedirect.swift",
"Authentication/MKAuthenticationResponse.swift",
"Authentication/MKFileStorage.swift",
"Authentication/MKStaticTokenManager.swift",
"Authentication/MKTokenClient.swift",
"Authentication/MKTokenEncoder.swift",
"Authentication/MKTokenManager.swift",
"Authentication/MKTokenManagerProtocol.swift",
"Authentication/MKTokenStorage.swift",
"Authentication/MKUserDefaultsStorage.swift",
"Configuration/MKAPIVersion.swift",
"Configuration/MKDatabaseConnection.Query.swift",
"Configuration/MKDatabaseConnection.swift",
"Configuration/MKDatabaseType.swift",
"Configuration/MKEnvironment.swift",
"Controllers/MKDatabase.swift",
"Controllers/RecordNameParser.swift",
"Controllers/RequestConfigurationFactory.swift",
"Controllers/ResultSink.swift",
"Controllers/ResultTransformer.swift",
"Extensions/Array.swift",
"Extensions/JSONDecoder.swift",
"Extensions/JSONEncoder.swift",
"Extensions/String.swift",
"Extensions/UUID.swift",
"Models/MKAnyQuery.swift",
"Models/MKAnyRecord.swift",
"Models/MKAsset.swift",
"Models/MKDecodingError.swift",
"Models/MKError.swift",
"Models/MKErrorCode.swift",
"Models/MKFieldType.swift",
"Models/MKLocation.swift",
"Models/MKServerResponse.swift",
"Models/MKValue.swift",
"Models/ModifiedRecordQueryContent.swift",
"Models/RecordName.swift",
"Models/RequestConfiguration.swift",
"Protocols/MKContentRecord.swift",
"Protocols/MKDecodable.swift",
"Protocols/MKDecoder.swift",
"Protocols/MKEncodable.swift",
"Protocols/MKEncoder.swift",
"Protocols/MKQuery.swift",
"Protocols/MKQueryProtocol.swift",
"Protocols/MKQueryRecord.swift",
"Protocols/MKRequest.swift",
"Protocols/RequestConfigurationFactoryProtocol.swift",
"Protocols/ResultSinkProtocol.swift",
"Protocols/ResultTransformerProtocol.swift",
"Requests/RecordsLookup/LookupRecord.swift",
"Requests/RecordsLookup/LookupRecordQuery.swift",
"Requests/RecordsLookup/LookupRecordQueryRequest.swift",
"Requests/RecordsModify/ModifiedRecord.swift",
"Requests/RecordsModify/ModifiedRecordQueryResponse.swift",
"Requests/RecordsModify/ModifiedRecordQueryResult.swift",
"Requests/RecordsModify/ModifyOperation.swift",
"Requests/RecordsModify/ModifyOperationType.swift",
"Requests/RecordsModify/ModifyRecordQuery.swift",
"Requests/RecordsModify/ModifyRecordQueryRequest.swift",
"Requests/RecordsQuery/FetchRecordQuery.swift",
"Requests/RecordsQuery/FetchRecordQueryRequest.swift",
"Requests/RecordsQuery/FetchRecordQueryResponse.swift",
"Requests/UsersCaller/GetCurrentUserIdentityRequest.swift",
"Requests/UsersCaller/UserIdentityLookupInfo.swift",
"Requests/UsersCaller/UserIdentityNameComponents.swift",
"Requests/UsersCaller/UserIdentityResponse.swift",
"URLNetworking/MKDatabase.URLSession.swift",
"URLNetworking/MKEmptyGet.swift",
"URLNetworking/MKHttpClient.swift",
"URLNetworking/MKHttpRequest.swift",
"URLNetworking/MKHttpResponse.swift",
"URLNetworking/MKURLBuilder.swift",
"URLNetworking/MKURLBuilderFactory.swift",
"URLNetworking/MKURLBuilderProtocol.swift",
"URLNetworking/MKURLRequest.swift",
"URLNetworking/MKURLResponse.swift",
"URLNetworking/MKURLSessionClient.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.