Build Information
Failed to build Pioneer, reference 1.4.1 (210d7d
), with Swift 6.1 for Android on 30 May 2025 02:51:31 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/d-exclaimation/pioneer.git
Reference: 1.4.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/d-exclaimation/pioneer
* tag 1.4.1 -> FETCH_HEAD
HEAD is now at 210d7de Merge pull request #144 from ZirgVoice/serialize-in-id-scalar
Cloned https://github.com/d-exclaimation/pioneer.git
Revision (git rev-parse @):
210d7de4c76982e7ed0c4aa178ee467b84e36799
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/d-exclaimation/pioneer.git at 1.4.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/d-exclaimation/pioneer.git
https://github.com/d-exclaimation/pioneer.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "graphql",
"requirement" : {
"range" : [
{
"lower_bound" : "2.10.3",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/GraphQLSwift/GraphQL.git"
},
{
"identity" : "graphiti",
"requirement" : {
"range" : [
{
"lower_bound" : "1.15.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/GraphQLSwift/Graphiti.git"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.106.3",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
}
],
"manifest_display_name" : "Pioneer",
"name" : "Pioneer",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "Pioneer",
"targets" : [
"Pioneer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PioneerTests",
"module_type" : "SwiftTarget",
"name" : "PioneerTests",
"path" : "Tests/PioneerTests",
"product_dependencies" : [
"XCTVapor"
],
"sources" : [
"ActorTests/DroneTests.swift",
"ActorTests/ProbeTests.swift",
"DataStructureTests/AsyncPubSubTests.swift",
"DataStructureTests/BuiltInTypesTests.swift",
"DataStructureTests/WebSocketProtocolTests.swift",
"GraphQLTests/GraphQLHTTPSpecTests.swift",
"GraphQLTests/GraphQLRequestTests.swift",
"GraphQLTests/GraphitiAsyncEventStreamTests.swift",
"GraphQLTests/PioneerStatelessTests.swift",
"OtherTests/ExtensionsTests.swift",
"OtherTests/SecurityTest.swift",
"Utils/TestConsumer.swift",
"VaporTests/ContextTests.swift",
"VaporTests/HTTPQueryTests.swift",
"VaporTests/HTTPStrategyTests.swift",
"VaporTests/MiddlewareTests.swift"
],
"target_dependencies" : [
"Pioneer"
],
"type" : "test"
},
{
"c99name" : "Pioneer",
"module_type" : "SwiftTarget",
"name" : "Pioneer",
"path" : "Sources/Pioneer",
"product_dependencies" : [
"GraphQL",
"Graphiti",
"Vapor"
],
"product_memberships" : [
"Pioneer"
],
"sources" : [
"Extensions/Collections/Dictionary+SafeOperation.swift",
"Extensions/Collections/OrderedDictionary+Dictionary.swift",
"Extensions/Expression.swift",
"Extensions/Futures/Actor+Task.swift",
"Extensions/Futures/Task+Starvation.swift",
"Extensions/Int/UInt64+Nanoseconds.swift",
"Extensions/Map/Map+Decoder.swift",
"Extensions/Pioneer+Graphiti.swift",
"Extensions/Results/Data+Json.swift",
"GraphQL/BuiltinTypes.swift",
"GraphQL/Extensions/Field+AsyncAwait.swift",
"GraphQL/Extensions/Field+Middleware.swift",
"GraphQL/Extensions/GraphQL+Execution.swift",
"GraphQL/Extensions/GraphQLError+Error.swift",
"GraphQL/GraphQLMessage.swift",
"GraphQL/GraphQLMiddleware.swift",
"GraphQL/GraphQLRequest.swift",
"GraphQL/GraphQLViolation.swift",
"Http/CSRFProtections.swift",
"Http/HTTPGraphQL.swift",
"Http/HttpStrategy.swift",
"Http/IDE.swift",
"Pioneer.swift",
"Streaming/AsyncEventStream.swift",
"Streaming/AsyncPubSub.swift",
"Streaming/Broadcast.swift",
"Streaming/Extension/AsyncEventStream+Future+GraphQLResult.swift",
"Streaming/Extension/AsyncSequence+EventStream.swift",
"Streaming/Extension/AsyncStream+Statics.swift",
"Streaming/Extension/EventStream+Static.swift",
"Streaming/PubSub.swift",
"Utils/Interval.swift",
"Utils/Timeout.swift",
"Utils/Validation.swift",
"Vapor/Extensions/CORS/CORSMIddleware+BananaCakePop.swift",
"Vapor/Extensions/CORS/CORSMiddleware+ApolloSandbox.swift",
"Vapor/Extensions/EnvironmentVariables/EnvironmentVariables.swift",
"Vapor/Extensions/Request/GraphQLJSONEncoder+ContentEncoder.swift",
"Vapor/Extensions/Request/Request+GraphQLRequest.swift",
"Vapor/Extensions/Request/Request+PathComponent.swift",
"Vapor/Extensions/Request/Request+WebSocket.swift",
"Vapor/Extensions/Request/Request+WebsocketContext.swift",
"Vapor/Extensions/Response/GraphQLResult+Content.swift",
"Vapor/Extensions/Response/Response+GraphQLError.swift",
"Vapor/Extensions/WebSocket/WebSocket+WebSocketable.swift",
"Vapor/Http/Pioneer+Http.swift",
"Vapor/Http/Pioneer+IDE.swift",
"Vapor/Pioneer+Standalone.swift",
"Vapor/Pioneer+Vapor+Void.swift",
"Vapor/Pioneer+Vapor.swift",
"Vapor/WebSocket/Pioneer+WebSocket.swift",
"WebSocket/Common/Intent.swift",
"WebSocket/Common/Payload.swift",
"WebSocket/Common/Pioneer+WebSocketable.swift",
"WebSocket/Common/WebSocketClient.swift",
"WebSocket/Common/WebSocketable.swift",
"WebSocket/Probe/Drone/Drone.swift",
"WebSocket/Probe/Probe.swift",
"WebSocket/Protocol/GraphQLWs.swift",
"WebSocket/Protocol/SubProtocol.swift",
"WebSocket/Protocol/SubscriptionsTransportWs.swift",
"WebSocket/Protocol/WebsocketProtocol.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/vapor.git
[1/74378] Fetching vapor
Fetching https://github.com/GraphQLSwift/GraphQL.git
Fetching https://github.com/GraphQLSwift/Graphiti.git
Fetched https://github.com/vapor/vapor.git from cache (2.64s)
[1/3472] Fetching graphiti
[3473/8492] Fetching graphiti, graphql
Fetched https://github.com/GraphQLSwift/Graphiti.git from cache (0.68s)
Fetched https://github.com/GraphQLSwift/GraphQL.git from cache (0.68s)
Computing version for https://github.com/GraphQLSwift/GraphQL.git
Computed https://github.com/GraphQLSwift/GraphQL.git at 2.10.3 (5.71s)
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-nio.git
[1/16591] Fetching swift-collections
[4149/92699] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections from cache (4.25s)
Fetched https://github.com/apple/swift-nio.git from cache (4.32s)
Computing version for https://github.com/GraphQLSwift/Graphiti.git
Computed https://github.com/GraphQLSwift/Graphiti.git at 1.15.2 (5.42s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (0.85s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (4.55s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/2609] Fetching websocket-kit
[106/4319] Fetching websocket-kit, swift-atomics
[107/9293] Fetching websocket-kit, swift-atomics, swift-distributed-tracing
[694/10356] Fetching websocket-kit, swift-atomics, swift-distributed-tracing, swift-service-context
[1001/13675] Fetching websocket-kit, swift-atomics, swift-distributed-tracing, swift-service-context, multipart-kit
[4410/19634] Fetching websocket-kit, swift-atomics, swift-distributed-tracing, swift-service-context, multipart-kit, swift-algorithms
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.64s)
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.67s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.67s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
[5947/9844] Fetching websocket-kit, swift-atomics, multipart-kit, swift-metrics
[7911/15758] Fetching websocket-kit, swift-atomics, multipart-kit, swift-metrics, swift-nio-extras
[8627/19594] Fetching websocket-kit, swift-atomics, multipart-kit, swift-metrics, swift-nio-extras, swift-log
Fetched https://github.com/apple/swift-metrics.git from cache (0.41s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-log.git from cache (0.48s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.50s)
Fetching https://github.com/vapor/routing-kit.git
[5968/7638] Fetching websocket-kit, swift-atomics, multipart-kit
[5969/28365] Fetching websocket-kit, swift-atomics, multipart-kit, routing-kit
[5970/39892] Fetching websocket-kit, swift-atomics, multipart-kit, routing-kit, swift-nio-http2
[24696/54735] Fetching websocket-kit, swift-atomics, multipart-kit, routing-kit, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/vapor/websocket-kit.git from cache (2.03s)
[41440/52126] Fetching swift-atomics, multipart-kit, routing-kit, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (2.04s)
[39878/50416] Fetching multipart-kit, routing-kit, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (2.16s)
[37153/47097] Fetching routing-kit, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/routing-kit.git from cache (1.07s)
[17613/26370] Fetching swift-nio-http2, swift-nio-ssl
Fetching https://github.com/swift-server/async-http-client.git
[18505/32017] Fetching swift-nio-http2, swift-nio-ssl, console-kit
[24728/45953] Fetching swift-nio-http2, swift-nio-ssl, console-kit, swift-crypto
[28690/48323] Fetching swift-nio-http2, swift-nio-ssl, console-kit, swift-crypto, async-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.63s)
[25839/42676] Fetching swift-nio-http2, swift-nio-ssl, swift-crypto, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.56s)
[24593/40306] Fetching swift-nio-http2, swift-nio-ssl, swift-crypto
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.75s)
[13922/42793] Fetching swift-nio-ssl, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.63s)
[23763/28779] Fetching swift-nio-ssl, swift-crypto
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.83s)
[10731/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.44s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (5.10s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.71s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.83s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.06s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.44s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.25s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.54s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.39s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (2.68s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.50s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.84s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.57s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.56s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.74s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.61s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
[1/1590] Fetching swift-asn1
[860/2731] Fetching swift-asn1, swift-http-structured-headers
[1855/3635] Fetching swift-asn1, swift-http-structured-headers, swift-http-types
[3230/9790] Fetching swift-asn1, swift-http-structured-headers, swift-http-types, swift-certificates
[3585/14775] Fetching swift-asn1, swift-http-structured-headers, swift-http-types, swift-certificates, swift-async-algorithms
[6589/17201] Fetching swift-asn1, swift-http-structured-headers, swift-http-types, swift-certificates, swift-async-algorithms, swift-service-lifecycle
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.51s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.52s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.52s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.52s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.53s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.53s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.70s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.92s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.70s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.53s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.66s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.57s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.56s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.89s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.92s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.76s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.89s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.71s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.58s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (3.06s)
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/GraphQLSwift/GraphQL.git
Working copy of https://github.com/GraphQLSwift/GraphQL.git resolved at 2.10.3
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/GraphQLSwift/Graphiti.git
Working copy of https://github.com/GraphQLSwift/Graphiti.git resolved at 1.15.2
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-collections
Working copy of https://github.com/apple/swift-collections resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Building for debugging...
[0/833] Write sources
[43/833] Compiling CNIOWindows WSAStartup.c
[43/833] Compiling CNIOWASI CNIOWASI.c
[43/833] Write sources
[50/833] Compiling CVaporBcrypt bcrypt.c
[51/833] Compiling CNIOWindows shim.c
[52/833] Compiling CNIOSHA1 c_nio_sha1.c
[52/833] Compiling _NumericsShims _NumericsShims.c
[52/833] Compiling _AtomicsShims.c
[55/833] Compiling CSystem shims.c
[56/833] Compiling CNIOLinux liburing_shims.c
[57/833] Compiling CNIOLinux shim.c
[58/833] Compiling CNIODarwin shim.c
[59/833] Compiling CNIOExtrasZlib empty.c
[60/833] Compiling CNIOLLHTTP c_nio_http.c
[61/833] Compiling CVaporBcrypt blf.c
[62/833] Write swift-version-24593BA9C3E375BF.txt
[63/833] Compiling fiat_p256_adx_mul.S
[64/833] Compiling CNIOLLHTTP c_nio_api.c
[65/833] Compiling fiat_p256_adx_sqr.S
[66/833] Compiling fiat_curve25519_adx_square.S
[67/833] Compiling fiat_curve25519_adx_mul.S
[68/833] Compiling CNIOLLHTTP c_nio_llhttp.c
[69/875] Compiling CNIOBoringSSLShims shims.c
[71/899] Emitting module _NIOBase64
[71/899] Compiling tls_record.cc
[73/902] Emitting module SystemPackage
[74/905] Compiling _NIODataStructures _TinyArray.swift
[75/905] Emitting module ServiceContextModule
[76/905] Compiling Logging LogHandler.swift
[77/905] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[78/906] Emitting module InternalCollectionsUtilities
[79/906] Emitting module RealModule
[80/906] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[81/906] Compiling InternalCollectionsUtilities Integer rank.swift
[82/906] Compiling _NIOBase64 Base64.swift
[83/906] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[84/906] Compiling InternalCollectionsUtilities UInt+reversed.swift
[85/906] Compiling RealModule ElementaryFunctions.swift
[88/906] Compiling RealModule Float80+Real.swift
[89/906] Compiling RealModule Real.swift
[90/907] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[91/907] Compiling InternalCollectionsUtilities Debugging.swift
[92/907] Compiling InternalCollectionsUtilities Descriptions.swift
[93/907] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[94/907] Compiling ServiceContextModule ServiceContext.swift
[95/907] Compiling ServiceContextModule ServiceContextKey.swift
[96/907] Compiling _NIODataStructures PriorityQueue.swift
[97/908] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[98/908] Compiling InternalCollectionsUtilities _SortedCollection.swift
[99/908] Compiling CoreMetrics Metrics.swift
[100/909] Compiling RealModule Float+Real.swift
[101/909] Compiling RealModule Float16+Real.swift
[104/909] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[105/909] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[108/909] Compiling SystemPackage MachPort.swift
[109/909] Compiling SystemPackage PlatformString.swift
[110/909] Compiling SystemPackage SystemString.swift
[111/909] Compiling _NIODataStructures Heap.swift
[112/909] Compiling RealModule RealFunctions.swift
[113/909] Emitting module _NIODataStructures
[122/911] Compiling SystemPackage Util+StringArray.swift
[123/911] Compiling SystemPackage Util.swift
[124/911] Compiling SystemPackage UtilConsumers.swift
[125/911] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[129/918] Compiling Instrumentation NoOpInstrument.swift
[130/918] Emitting module Instrumentation
[131/918] Compiling Instrumentation MultiplexInstrument.swift
[131/918] Compiling tls13_server.cc
[132/918] Compiling tls_method.cc
[133/1012] Compiling tls13_enc.cc
[134/1041] Compiling tls13_client.cc
[136/1048] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[137/1048] Compiling HeapModule _HeapNode.swift
[138/1048] Compiling HeapModule Heap+Invariants.swift
[139/1048] Compiling HeapModule Heap+UnsafeHandle.swift
[140/1048] Compiling HeapModule Heap+Descriptions.swift
[141/1048] Compiling HeapModule Heap.swift
[142/1048] Emitting module Logging
[143/1048] Compiling Logging Locks.swift
[144/1048] Compiling Instrumentation InstrumentationSystem.swift
[145/1048] Compiling Instrumentation Locks.swift
[146/1048] Compiling Instrumentation Instrument.swift
[147/1048] Emitting module CoreMetrics
[148/1049] Compiling CoreMetrics Locks.swift
[149/1051] Compiling OrderedCollections OrderedDictionary+Values.swift
[150/1051] Compiling OrderedCollections OrderedDictionary.swift
[151/1051] Compiling OrderedCollections OrderedSet+Codable.swift
[152/1051] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[153/1062] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[154/1062] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[155/1062] Compiling HashTreeCollections TreeDictionary+Values.swift
[156/1062] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[157/1068] Compiling HashTreeCollections TreeSet+Descriptions.swift
[158/1068] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[159/1068] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[160/1068] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[161/1068] Compiling HashTreeCollections TreeSet+Codable.swift
[162/1068] Compiling HashTreeCollections TreeSet+Collection.swift
[163/1068] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[164/1068] Compiling HashTreeCollections TreeSet+Debugging.swift
[165/1091] Compiling Logging MetadataProvider.swift
[166/1118] Compiling Logging Logging.swift
[168/1128] Compiling HashTreeCollections _HashNode+Structural filter.swift
[169/1128] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[170/1128] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[171/1128] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[172/1128] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[173/1128] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[174/1128] Compiling HashTreeCollections _HashNode+Structural merge.swift
[177/1135] Emitting module HeapModule
[178/1149] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[179/1149] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[180/1149] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[181/1149] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[182/1149] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[183/1149] Compiling HashTreeCollections _HashNode+Storage.swift
[184/1149] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[188/1157] Compiling HashTreeCollections TreeSet+Equatable.swift
[189/1157] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[190/1157] Compiling HashTreeCollections TreeSet+Extras.swift
[191/1157] Compiling HashTreeCollections TreeSet+Filter.swift
[192/1157] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[193/1157] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[194/1157] Compiling HashTreeCollections _HashNode+Structural union.swift
[195/1165] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[196/1165] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[197/1165] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[198/1165] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[199/1165] Compiling HashTreeCollections _HashNode.swift
[200/1165] Compiling HashTreeCollections _HashNodeHeader.swift
[201/1165] Compiling HashTreeCollections _HashSlot.swift
[202/1165] Compiling HashTreeCollections _HashStack.swift
[203/1165] Compiling HashTreeCollections _HashTreeIterator.swift
[204/1165] Compiling HashTreeCollections _HashTreeStatistics.swift
[205/1165] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[206/1165] Compiling HashTreeCollections _RawHashNode.swift
[207/1165] Compiling HashTreeCollections _UnmanagedHashNode.swift
[208/1165] Compiling HashTreeCollections _UnsafePath.swift
[209/1165] Compiling HashTreeCollections TreeDictionary+Codable.swift
[210/1165] Compiling HashTreeCollections TreeDictionary+Collection.swift
[211/1165] Compiling DequeModule _DequeBuffer.swift
[212/1165] Compiling DequeModule _DequeBufferHeader.swift
[213/1169] Compiling Tracing TracingTime.swift
[214/1169] Emitting module Tracing
[215/1169] Compiling DequeModule Deque+Testing.swift
[216/1169] Compiling DequeModule Deque._Storage.swift
[217/1169] Compiling DequeModule Deque._UnsafeHandle.swift
[218/1169] Compiling DequeModule Deque.swift
[221/1169] Compiling DequeModule _DequeSlot.swift
[222/1169] Compiling DequeModule _UnsafeWrappedBuffer.swift
[223/1169] Compiling Tracing InstrumentationSystem+Tracing.swift
[224/1169] Compiling DequeModule Deque+CustomReflectable.swift
[225/1169] Compiling DequeModule Deque+Descriptions.swift
[226/1169] Compiling DequeModule Deque+Equatable.swift
[227/1169] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[238/1178] Compiling Tracing TracerProtocol+Legacy.swift
[239/1178] Compiling Tracing TracerProtocol.swift
[240/1178] Compiling Tracing Tracer.swift
[243/1178] Compiling DequeModule Deque+Extras.swift
[244/1178] Compiling DequeModule Deque+Hashable.swift
[269/1178] Emitting module DequeModule
[270/1178] Compiling DequeModule Deque+Codable.swift
[271/1178] Compiling DequeModule Deque+Collection.swift
[272/1179] Compiling Tracing SpanProtocol.swift
[273/1179] Compiling Tracing NoOpTracer.swift
[274/1179] Compiling OrderedCollections OrderedSet+Sendable.swift
[275/1179] Compiling OrderedCollections OrderedSet+SubSequence.swift
[276/1179] Compiling OrderedCollections OrderedSet+Testing.swift
[277/1179] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[278/1179] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[279/1179] Compiling OrderedCollections OrderedSet.swift
[280/1179] Compiling OrderedCollections _UnsafeBitset.swift
[286/1180] Compiling HashTreeCollections _HashNode+Initializers.swift
[287/1180] Compiling HashTreeCollections _HashNode+Invariants.swift
[288/1180] Compiling HashTreeCollections _HashNode+Lookups.swift
[289/1180] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[290/1180] Compiling HashTreeCollections TreeSet+Hashable.swift
[291/1180] Compiling HashTreeCollections TreeSet+Sendable.swift
[319/1180] Emitting module OrderedCollections
[320/1181] Compiling tls13_both.cc
[354/1191] Emitting module _RopeModule
[355/1191] Emitting module RoutingKit
[369/1191] Compiling _RopeModule Rope+Join.swift
[370/1191] Compiling _RopeModule Rope+MutatingForEach.swift
[371/1191] Compiling _RopeModule Rope+Remove.swift
[372/1191] Compiling _RopeModule Rope+RemoveSubrange.swift
[373/1191] Compiling _RopeModule Rope+Split.swift
[374/1191] Compiling _RopeModule Optional Utilities.swift
[375/1191] Compiling _RopeModule String Utilities.swift
[376/1191] Compiling _RopeModule String.Index+ABI.swift
[399/1191] Compiling RoutingKit PathComponent.swift
[399/1191] Compiling ssl_x509.cc
[401/1191] Compiling RoutingKit Router.swift
[402/1191] Compiling RoutingKit TrieRouter.swift
[403/1191] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[404/1191] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[405/1191] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[406/1191] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[407/1191] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[408/1191] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[409/1191] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[410/1191] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[411/1191] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[412/1191] Compiling HashTreeCollections TreeSet.swift
[422/1191] Emitting module HashTreeCollections
[424/1192] Emitting module Metrics
[425/1192] Compiling Metrics Metrics.swift
[427/1193] Compiling RoutingKit AnyRouter.swift
[428/1193] Compiling RoutingKit Parameters.swift
[428/1194] Compiling t1_enc.cc
[429/1194] Compiling ssl_transcript.cc
[431/1194] Compiling ssl_versions.cc
[441/1195] Compiling ssl_stat.cc
[443/1195] Compiling ssl_file.cc
[444/1195] Compiling ssl_credential.cc
[445/1195] Compiling ssl_privkey.cc
[446/1195] Compiling ssl_session.cc
[447/1195] Compiling ssl_key_share.cc
[448/1195] Compiling ssl_cipher.cc
[449/1195] Compiling ssl_cert.cc
[450/1195] Compiling ssl_lib.cc
[451/1195] Compiling ssl_buffer.cc
[452/1195] Compiling ssl_aead_ctx.cc
[453/1195] Compiling ssl_asn1.cc
[454/1195] Compiling s3_pkt.cc
[455/1195] Compiling s3_lib.cc
[456/1195] Compiling s3_both.cc
[457/1195] Compiling handshake_server.cc
[458/1195] Compiling handshake_client.cc
[459/1195] Compiling handoff.cc
[460/1195] Compiling handshake.cc
[461/1195] Compiling encrypted_client_hello.cc
[462/1195] Compiling extensions.cc
[463/1195] Compiling dtls_record.cc
[464/1195] Compiling md5-x86_64-linux.S
[465/1195] Compiling md5-x86_64-apple.S
[466/1195] Compiling md5-586-linux.S
[467/1195] Compiling md5-586-apple.S
[468/1195] Compiling chacha20_poly1305_x86_64-linux.S
[469/1195] Compiling dtls_method.cc
[470/1195] Compiling d1_srtp.cc
[471/1195] Compiling chacha20_poly1305_x86_64-apple.S
[472/1195] Compiling chacha20_poly1305_armv8-win.S
[473/1195] Compiling chacha20_poly1305_armv8-apple.S
[474/1195] Compiling chacha20_poly1305_armv8-linux.S
[475/1195] Compiling d1_pkt.cc
[476/1195] Compiling err_data.cc
[477/1195] Compiling chacha-x86_64-linux.S
[478/1195] Compiling chacha-x86-linux.S
[479/1195] Compiling chacha-x86_64-apple.S
[480/1195] Compiling chacha-x86-apple.S
[481/1195] Compiling chacha-armv8-win.S
[482/1195] Compiling aes128gcmsiv-x86_64-apple.S
[483/1195] Compiling chacha-armv8-apple.S
[484/1195] Compiling chacha-armv8-linux.S
[485/1195] Compiling chacha-armv4-linux.S
[485/1195] Compiling aes128gcmsiv-x86_64-linux.S
[487/1195] Compiling x86_64-mont5-linux.S
[488/1195] Compiling x86_64-mont-linux.S
[489/1195] Compiling x86_64-mont5-apple.S
[490/1195] Compiling x86_64-mont-apple.S
[491/1195] Compiling x86-mont-linux.S
[492/1195] Compiling x86-mont-apple.S
[493/1195] Compiling vpaes-x86_64-linux.S
[494/1195] Compiling vpaes-x86-apple.S
[495/1195] Compiling vpaes-x86_64-apple.S
[496/1195] Compiling bio_ssl.cc
[497/1195] Compiling vpaes-x86-linux.S
[498/1195] Compiling vpaes-armv8-win.S
[499/1195] Compiling vpaes-armv8-apple.S
[500/1195] Compiling vpaes-armv8-linux.S
[501/1195] Compiling sha512-x86_64-linux.S
[502/1195] Compiling vpaes-armv7-linux.S
[503/1195] Compiling sha512-x86_64-apple.S
[504/1195] Compiling sha512-armv8-win.S
[505/1195] Compiling sha512-armv4-linux.S
[506/1195] Compiling sha512-armv8-apple.S
[507/1195] Compiling sha512-586-linux.S
[508/1195] Compiling sha512-armv8-linux.S
[509/1195] Compiling sha512-586-apple.S
[510/1195] Compiling sha256-x86_64-linux.S
[511/1195] Compiling sha256-x86_64-apple.S
[512/1195] Compiling sha256-armv8-win.S
[513/1195] Compiling sha256-armv4-linux.S
[514/1195] Compiling sha256-armv8-linux.S
[515/1195] Compiling sha256-armv8-apple.S
[516/1195] Compiling sha256-586-linux.S
[517/1195] Compiling sha256-586-apple.S
[518/1195] Compiling sha1-x86_64-linux.S
[519/1195] Compiling sha1-x86_64-apple.S
[520/1195] Compiling sha1-armv8-win.S
[521/1195] Compiling sha1-armv8-apple.S
[522/1195] Compiling sha1-armv4-large-linux.S
[523/1195] Compiling sha1-armv8-linux.S
[524/1195] Compiling d1_lib.cc
[525/1195] Compiling sha1-586-linux.S
[526/1195] Compiling sha1-586-apple.S
[527/1195] Compiling rsaz-avx2-linux.S
[528/1195] Compiling rdrand-x86_64-linux.S
[529/1195] Compiling rsaz-avx2-apple.S
[530/1195] Compiling rdrand-x86_64-apple.S
[531/1195] Compiling p256_beeu-armv8-asm-win.S
[532/1195] Compiling p256_beeu-x86_64-asm-linux.S
[533/1195] Compiling p256_beeu-armv8-asm-linux.S
[534/1195] Compiling p256_beeu-x86_64-asm-apple.S
[535/1195] Compiling p256-x86_64-asm-linux.S
[536/1195] Compiling p256_beeu-armv8-asm-apple.S
[537/1195] Compiling p256-x86_64-asm-apple.S
[538/1195] Compiling ghashv8-armv8-win.S
[539/1195] Compiling p256-armv8-asm-win.S
[540/1195] Compiling p256-armv8-asm-apple.S
[541/1195] Compiling p256-armv8-asm-linux.S
[542/1195] Compiling ghashv8-armv8-linux.S
[543/1195] Compiling ghashv8-armv8-apple.S
[544/1195] Compiling ghashv8-armv7-linux.S
[545/1195] Compiling d1_both.cc
[546/1195] Compiling ghash-x86-apple.S
[547/1195] Compiling ghash-x86_64-linux.S
[548/1195] Compiling ghash-x86_64-apple.S
[549/1195] Compiling ghash-x86-linux.S
[550/1195] Compiling ghash-ssse3-x86_64-linux.S
[551/1195] Compiling ghash-ssse3-x86-apple.S
[552/1195] Compiling ghash-ssse3-x86_64-apple.S
[553/1195] Compiling ghash-neon-armv8-win.S
[554/1195] Compiling ghash-ssse3-x86-linux.S
[555/1195] Compiling ghash-armv4-linux.S
[556/1195] Compiling ghash-neon-armv8-linux.S
[557/1195] Compiling co-586-linux.S
[558/1195] Compiling ghash-neon-armv8-apple.S
[559/1195] Compiling co-586-apple.S
[560/1195] Compiling bn-armv8-win.S
[561/1195] Compiling bsaes-armv7-linux.S
[562/1195] Compiling bn-armv8-apple.S
[563/1195] Compiling bn-armv8-linux.S
[564/1195] Compiling bn-586-linux.S
[565/1195] Compiling armv8-mont-win.S
[566/1195] Compiling bn-586-apple.S
[567/1195] Compiling armv8-mont-apple.S
[568/1195] Compiling armv4-mont-linux.S
[569/1195] Compiling aesv8-gcm-armv8-win.S
[569/1195] Compiling armv8-mont-linux.S
[571/1195] Compiling aesv8-gcm-armv8-apple.S
[572/1195] Compiling aesv8-armv8-win.S
[573/1195] Compiling aesv8-armv8-apple.S
[574/1195] Compiling aesv8-gcm-armv8-linux.S
[575/1195] Compiling aesv8-armv8-linux.S
[576/1195] Compiling aesv8-armv7-linux.S
[577/1195] Compiling aesni-x86_64-linux.S
[578/1195] Compiling aesni-x86_64-apple.S
[579/1195] Compiling aesni-x86-linux.S
[580/1195] Compiling aesni-x86-apple.S
[581/1195] Compiling aesni-gcm-x86_64-apple.S
[582/1195] Compiling aes-gcm-avx2-x86_64-apple.S
[583/1195] Compiling aes-gcm-avx2-x86_64-linux.S
[584/1195] Compiling aes-gcm-avx10-x86_64-apple.S
[585/1195] Compiling aes-gcm-avx10-x86_64-linux.S
[586/1195] Compiling aesni-gcm-x86_64-linux.S
[587/1195] Compiling x_sig.cc
[588/1195] Compiling x_req.cc
[589/1195] Compiling x_spki.cc
[590/1195] Compiling x_x509a.cc
[591/1195] Compiling x_name.cc
[592/1195] Compiling x_x509.cc
[593/1195] Compiling x_pubkey.cc
[594/1195] Compiling x_val.cc
[595/1195] Compiling x_all.cc
[596/1195] Compiling x_exten.cc
[597/1195] Compiling x_crl.cc
[598/1195] Compiling x_attrib.cc
[599/1195] Compiling x_algor.cc
[600/1195] Compiling x509spki.cc
[601/1195] Compiling x509rset.cc
[602/1195] Compiling x509name.cc
[603/1195] Compiling x509cset.cc
[604/1195] Compiling x509_v3.cc
[605/1195] Compiling x509_txt.cc
[606/1195] Compiling x509_trs.cc
[607/1195] Compiling x509_vfy.cc
[608/1195] Compiling x509_vpm.cc
[609/1195] Compiling x509_set.cc
[610/1195] Compiling x509_obj.cc
[611/1195] Compiling x509_def.cc
[612/1195] Compiling x509_req.cc
[613/1195] Compiling x509_lu.cc
[614/1195] Compiling x509_d2.cc
[615/1195] Compiling x509_ext.cc
[616/1195] Compiling x509_cmp.cc
[617/1195] Compiling x509_att.cc
[618/1195] Compiling x509.cc
[619/1195] Compiling v3_pmaps.cc
[620/1195] Compiling v3_skey.cc
[621/1195] Compiling v3_prn.cc
[622/1195] Compiling v3_purp.cc
[623/1195] Compiling v3_utl.cc
[624/1195] Compiling v3_pcons.cc
[625/1195] Compiling v3_ocsp.cc
[626/1195] Compiling v3_lib.cc
[627/1195] Compiling v3_ncons.cc
[628/1195] Compiling v3_int.cc
[629/1195] Compiling v3_genn.cc
[630/1195] Compiling v3_ia5.cc
[631/1195] Compiling v3_info.cc
[632/1195] Compiling v3_extku.cc
[633/1195] Compiling v3_conf.cc
[634/1195] Compiling v3_enum.cc
[635/1195] Compiling v3_crld.cc
[636/1195] Compiling v3_bcons.cc
[637/1195] Compiling v3_akeya.cc
[638/1195] Compiling v3_bitst.cc
[639/1195] Compiling v3_cpols.cc
[640/1195] Compiling v3_alt.cc
[641/1195] Compiling v3_akey.cc
[642/1195] Compiling t_x509a.cc
[643/1195] Compiling t_x509.cc
[644/1195] Compiling t_crl.cc
[645/1195] Compiling name_print.cc
[646/1195] Compiling i2d_pr.cc
[647/1195] Compiling t_req.cc
[648/1195] Compiling rsa_pss.cc
[649/1195] Compiling policy.cc
[650/1195] Compiling by_dir.cc
[651/1195] Compiling algorithm.cc
[652/1195] Compiling a_verify.cc
[653/1195] Compiling by_file.cc
[654/1195] Compiling asn1_gen.cc
[655/1195] Compiling a_sign.cc
[656/1195] Compiling a_digest.cc
[657/1195] Compiling voprf.cc
[658/1195] Compiling trust_token.cc
[659/1195] Compiling thread_pthread.cc
[660/1195] Compiling thread_win.cc
[661/1195] Compiling thread_none.cc
[662/1195] Compiling thread.cc
[663/1195] Compiling stack.cc
[664/1195] Compiling pmbtoken.cc
[665/1195] Compiling sha512.cc
[666/1195] Compiling siphash.cc
[667/1195] Compiling spake2plus.cc
[668/1195] Compiling slhdsa.cc
[669/1195] Compiling sha256.cc
[670/1195] Compiling sha1.cc
[671/1195] Compiling rsa_print.cc
[672/1195] Compiling rsa_extra.cc
[673/1195] Compiling rsa_crypt.cc
[674/1195] Compiling rc4.cc
[675/1195] Compiling windows.cc
[676/1195] Compiling refcount.cc
[677/1195] Compiling urandom.cc
[678/1195] Compiling rsa_asn1.cc
[679/1195] Compiling trusty.cc
[680/1195] Compiling rand.cc
[681/1195] Compiling passive.cc
[682/1195] Compiling forkunsafe.cc
[683/1195] Compiling ios.cc
[684/1195] Compiling poly1305_arm_asm.S
[685/1195] Compiling getentropy.cc
[686/1195] Compiling fork_detect.cc
[687/1195] Compiling deterministic.cc
[688/1195] Compiling poly1305_arm.cc
[689/1195] Compiling poly1305_vec.cc
[690/1195] Compiling pool.cc
[691/1195] Compiling poly1305.cc
[692/1195] Compiling pkcs8_x509.cc
[693/1195] Compiling pkcs8.cc
[694/1195] Compiling p5_pbev2.cc
[695/1195] Compiling pkcs7.cc
[696/1195] Compiling pkcs7_x509.cc
[697/1195] Compiling pem_x509.cc
[698/1195] Compiling pem_xaux.cc
[699/1195] Compiling pem_pk8.cc
[700/1195] Compiling pem_pkey.cc
[701/1195] Compiling pem_info.cc
[702/1195] Compiling pem_all.cc
[703/1195] Compiling pem_lib.cc
[704/1195] Compiling obj_xref.cc
[705/1195] Compiling mlkem.cc
[706/1195] Compiling pem_oth.cc
[707/1195] Compiling mldsa.cc
[708/1195] Compiling poly_rq_mul.S
[709/1195] Compiling mem.cc
[710/1195] Compiling md5.cc
[711/1195] Compiling obj.cc
[711/1195] Compiling fips_shared_support.cc
[713/1195] Compiling lhash.cc
[714/1195] Compiling md4.cc
[715/1195] Compiling kyber.cc
[716/1195] Compiling ex_data.cc
[717/1195] Compiling hpke.cc
[718/1195] Compiling print.cc
[719/1195] Compiling sign.cc
[720/1195] Compiling scrypt.cc
[721/1195] Compiling pbkdf.cc
[721/1195] Compiling hrss.cc
[723/1195] Compiling p_x25519_asn1.cc
[724/1195] Compiling p_x25519.cc
[725/1195] Compiling p_ed25519.cc
[726/1195] Compiling p_rsa_asn1.cc
[727/1195] Compiling p_rsa.cc
[728/1195] Compiling p_ec.cc
[729/1195] Compiling p_ec_asn1.cc
[730/1195] Compiling p_hkdf.cc
[731/1195] Compiling p_dh_asn1.cc
[732/1195] Compiling p_dsa_asn1.cc
[733/1195] Compiling evp_ctx.cc
[734/1195] Compiling p_ed25519_asn1.cc
[735/1195] Compiling engine.cc
[736/1195] Compiling evp.cc
[737/1195] Compiling err.cc
[738/1195] Compiling p_dh.cc
[739/1195] Compiling evp_asn1.cc
[740/1195] Compiling ec_derive.cc
[741/1195] Compiling ecdsa_asn1.cc
[742/1195] Compiling ecdh.cc
[743/1195] Compiling dsa_asn1.cc
[744/1195] Compiling ec_asn1.cc
[745/1195] Compiling dsa.cc
[746/1195] Compiling hash_to_curve.cc
[747/1195] Compiling params.cc
[748/1195] Compiling x25519-asm-arm.S
[749/1195] Compiling bcm.cc
[750/1195] Compiling dh_asn1.cc
[751/1195] Compiling digest_extra.cc
[752/1195] Compiling cpu_arm_linux.cc
[753/1195] Compiling crypto.cc
[754/1195] Compiling curve25519_64_adx.cc
[755/1195] Compiling des.cc
[756/1195] Compiling cpu_intel.cc
[757/1195] Compiling curve25519.cc
[758/1195] Compiling cpu_arm_freebsd.cc
[759/1195] Compiling spake25519.cc
[760/1195] Compiling cpu_aarch64_win.cc
[761/1195] Compiling cpu_aarch64_sysreg.cc
[762/1195] Compiling cpu_aarch64_openbsd.cc
[763/1195] Compiling cpu_aarch64_linux.cc
[764/1195] Compiling cpu_aarch64_apple.cc
[765/1195] Compiling tls_cbc.cc
[766/1195] Compiling cpu_aarch64_fuchsia.cc
[767/1195] Compiling get_cipher.cc
[768/1195] Compiling e_rc2.cc
[769/1195] Compiling conf.cc
[770/1195] Compiling e_des.cc
[771/1195] Compiling e_tls.cc
[772/1195] Compiling e_aesctrhmac.cc
[773/1195] Compiling e_aesgcmsiv.cc
[774/1195] Compiling e_rc4.cc
[775/1195] Compiling e_chacha20poly1305.cc
[776/1195] Compiling e_null.cc
[777/1195] Compiling chacha.cc
[778/1195] Compiling derive_key.cc
[779/1195] Compiling unicode.cc
[780/1195] Compiling asn1_compat.cc
[781/1195] Compiling cbb.cc
[782/1195] Compiling buf.cc
[783/1195] Compiling bn_asn1.cc
[784/1195] Compiling ber.cc
[785/1195] Compiling cbs.cc
[786/1195] Compiling socket.cc
[787/1195] Compiling socket_helper.cc
[788/1195] Compiling convert.cc
[789/1195] Compiling blake2.cc
[790/1195] Compiling hexdump.cc
[791/1195] Compiling printf.cc
[792/1195] Compiling pair.cc
[793/1195] Compiling connect.cc
[794/1195] Compiling errno.cc
[795/1195] Compiling file.cc
[796/1195] Compiling bio.cc
[797/1195] Compiling fd.cc
[798/1195] Compiling bio_mem.cc
[799/1195] Compiling base64.cc
[800/1195] Compiling tasn_typ.cc
[801/1195] Compiling tasn_utl.cc
[802/1195] Compiling tasn_new.cc
[803/1195] Compiling tasn_fre.cc
[803/1195] Compiling tasn_enc.cc
[805/1195] Compiling posix_time.cc
[806/1195] Compiling asn_pack.cc
[807/1195] Compiling asn1_par.cc
[808/1195] Compiling tasn_dec.cc
[809/1195] Compiling f_int.cc
[810/1195] Compiling f_string.cc
[811/1195] Compiling a_type.cc
[812/1195] Compiling a_utctm.cc
[813/1195] Compiling a_object.cc
[814/1195] Compiling a_mbstr.cc
[815/1195] Compiling a_octet.cc
[816/1195] Compiling a_time.cc
[817/1195] Compiling asn1_lib.cc
[818/1195] Compiling a_int.cc
[819/1195] Compiling a_strnid.cc
[820/1195] Compiling a_strex.cc
[821/1195] Compiling a_i2d_fp.cc
[822/1195] Compiling a_d2i_fp.cc
[823/1195] Compiling a_gentm.cc
[824/1195] Compiling a_dup.cc
[825/1195] Compiling a_bitstr.cc
[826/1195] Compiling CCryptoBoringSSLShims shims.c
[827/1195] Compiling fiat_p256_adx_sqr.S
[828/1195] Compiling md5-x86_64-linux.S
[829/1195] Compiling fiat_curve25519_adx_mul.S
[830/1195] Compiling fiat_p256_adx_mul.S
[831/1195] Compiling fiat_curve25519_adx_square.S
[832/1195] Compiling md5-x86_64-apple.S
[833/1195] Compiling a_bool.cc
[834/1195] Compiling md5-586-linux.S
[835/1195] Compiling chacha20_poly1305_x86_64-linux.S
[836/1195] Compiling md5-586-apple.S
[837/1195] Compiling chacha20_poly1305_x86_64-apple.S
[838/1195] Compiling chacha20_poly1305_armv8-win.S
[839/1195] Compiling chacha20_poly1305_armv8-apple.S
[840/1195] Compiling chacha-x86_64-apple.S
[841/1195] Compiling chacha-x86_64-linux.S
[842/1195] Compiling chacha-x86-linux.S
[843/1195] Compiling chacha20_poly1305_armv8-linux.S
[844/1195] Compiling chacha-x86-apple.S
[845/1195] Compiling chacha-armv8-win.S
[846/1195] Compiling chacha-armv8-apple.S
[847/1195] Compiling chacha-armv8-linux.S
[848/1195] Compiling chacha-armv4-linux.S
[849/1195] Compiling aes128gcmsiv-x86_64-linux.S
[850/1195] Compiling aes128gcmsiv-x86_64-apple.S
[851/1195] Compiling x86_64-mont5-linux.S
[852/1195] Compiling x86_64-mont5-apple.S
[853/1195] Compiling x86_64-mont-linux.S
[854/1195] Compiling x86_64-mont-apple.S
[855/1195] Compiling x86-mont-linux.S
[856/1195] Compiling x86-mont-apple.S
[857/1195] Compiling vpaes-x86_64-apple.S
[858/1195] Compiling vpaes-x86_64-linux.S
[859/1195] Compiling vpaes-x86-linux.S
[860/1195] Compiling err_data.cc
[861/1195] Compiling vpaes-armv8-linux.S
[862/1195] Compiling vpaes-x86-apple.S
[863/1195] Compiling vpaes-armv7-linux.S
[864/1195] Compiling vpaes-armv8-win.S
[865/1195] Compiling vpaes-armv8-apple.S
[866/1195] Compiling sha512-x86_64-linux.S
[867/1195] Compiling sha512-x86_64-apple.S
[868/1195] Compiling sha512-armv8-win.S
[869/1195] Compiling sha512-armv8-apple.S
[870/1195] Compiling sha512-armv8-linux.S
[871/1195] Compiling sha512-armv4-linux.S
[872/1195] Compiling sha512-586-apple.S
[873/1195] Compiling sha512-586-linux.S
[874/1195] Compiling sha256-x86_64-apple.S
[875/1195] Compiling sha256-armv8-win.S
[876/1195] Compiling sha256-x86_64-linux.S
[877/1195] Compiling sha256-armv4-linux.S
[878/1195] Compiling sha256-armv8-apple.S
[879/1195] Compiling sha256-armv8-linux.S
[880/1195] Compiling sha256-586-linux.S
[881/1195] Compiling sha1-x86_64-linux.S
[882/1195] Compiling sha1-x86_64-apple.S
[883/1195] Compiling sha256-586-apple.S
[884/1195] Compiling sha1-armv4-large-linux.S
[885/1195] Compiling sha1-armv8-apple.S
[885/1195] Compiling sha1-armv8-win.S
[887/1195] Compiling sha1-armv8-linux.S
[888/1195] Compiling sha1-586-apple.S
[889/1195] Compiling rsaz-avx2-linux.S
[890/1195] Compiling sha1-586-linux.S
[891/1195] Compiling rdrand-x86_64-linux.S
[892/1195] Compiling rsaz-avx2-apple.S
[893/1195] Compiling p256_beeu-x86_64-asm-apple.S
[894/1195] Compiling p256_beeu-x86_64-asm-linux.S
[895/1195] Compiling rdrand-x86_64-apple.S
[896/1195] Compiling c-nioatomics.c
[897/1195] Compiling p256_beeu-armv8-asm-win.S
[898/1195] Compiling p256_beeu-armv8-asm-apple.S
[899/1195] Compiling p256-x86_64-asm-linux.S
[900/1195] Compiling p256-x86_64-asm-apple.S
[901/1195] Compiling p256_beeu-armv8-asm-linux.S
[902/1195] Compiling p256-armv8-asm-win.S
[903/1195] Compiling p256-armv8-asm-linux.S
[904/1195] Compiling p256-armv8-asm-apple.S
[905/1195] Compiling ghashv8-armv8-linux.S
[906/1195] Compiling ghashv8-armv8-win.S
[907/1195] Compiling ghashv8-armv8-apple.S
[908/1195] Compiling ghash-x86_64-linux.S
[909/1195] Compiling ghashv8-armv7-linux.S
[910/1195] Compiling ghash-x86_64-apple.S
[911/1195] Compiling ghash-x86-linux.S
[912/1195] Compiling ghash-x86-apple.S
[913/1195] Compiling ghash-ssse3-x86_64-linux.S
[914/1195] Compiling ghash-ssse3-x86_64-apple.S
[915/1195] Compiling ghash-ssse3-x86-linux.S
[916/1195] Compiling ghash-neon-armv8-linux.S
[917/1195] Compiling ghash-ssse3-x86-apple.S
[918/1195] Compiling ghash-neon-armv8-win.S
[919/1195] Compiling ghash-armv4-linux.S
[920/1195] Compiling ghash-neon-armv8-apple.S
[921/1195] Compiling co-586-linux.S
[922/1195] Compiling co-586-apple.S
[923/1195] Compiling bn-armv8-win.S
[924/1195] Compiling bsaes-armv7-linux.S
[924/1195] Compiling bn-586-linux.S
[926/1195] Compiling bn-armv8-apple.S
[926/1195] Compiling bn-armv8-linux.S
[928/1195] Compiling bn-586-apple.S
[929/1195] Compiling armv8-mont-win.S
[930/1195] Compiling armv8-mont-apple.S
[931/1195] Compiling armv4-mont-linux.S
[932/1195] Compiling armv8-mont-linux.S
[933/1195] Compiling aesv8-gcm-armv8-apple.S
[934/1195] Compiling aesv8-gcm-armv8-win.S
[935/1195] Compiling aesv8-gcm-armv8-linux.S
[936/1195] Compiling aesv8-armv8-win.S
[937/1195] Compiling aesni-x86_64-linux.S
[938/1195] Compiling aesv8-armv8-apple.S
[939/1195] Compiling aesv8-armv8-linux.S
[940/1195] Compiling aesv8-armv7-linux.S
[941/1195] Compiling aesni-x86_64-apple.S
[941/1195] Compiling aesni-x86-linux.S
[943/1195] Compiling aesni-x86-apple.S
[944/1195] Compiling aes-gcm-avx10-x86_64-linux.S
[945/1195] Compiling aesni-gcm-x86_64-linux.S
[946/1195] Compiling aesni-gcm-x86_64-apple.S
[947/1195] Compiling aes-gcm-avx10-x86_64-apple.S
[948/1195] Compiling c-atomics.c
[949/1201] Compiling x_spki.cc
[950/1201] Compiling x_sig.cc
[952/1201] Compiling NIOConcurrencyHelpers lock.swift
[952/1201] Compiling x_val.cc
[954/1201] Compiling NIOConcurrencyHelpers NIOLock.swift
[954/1201] Compiling x_x509.cc
[955/1201] Compiling x_req.cc
[957/1201] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[958/1201] Compiling NIOConcurrencyHelpers atomics.swift
[958/1201] Compiling x_pubkey.cc
[959/1201] Compiling x_x509a.cc
[961/1201] Emitting module NIOConcurrencyHelpers
[962/1201] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[963/1202] Compiling x_name.cc
[964/1202] Compiling x_crl.cc
[965/1202] Compiling x_exten.cc
[966/1202] Compiling x_algor.cc
[967/1202] Compiling x_all.cc
[968/1228] Compiling x509spki.cc
[969/1228] Compiling x_attrib.cc
[970/1228] Compiling x509rset.cc
[972/1228] Compiling ConsoleKitTerminal Console+Wait.swift
[973/1228] Compiling ConsoleKitTerminal ConsoleColor.swift
[974/1228] Compiling ConsoleKitTerminal ConsoleStyle.swift
[975/1231] Emitting module ConsoleKitTerminal
[976/1231] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[977/1231] Compiling ConsoleKitTerminal ConsoleClear.swift
[978/1231] Compiling ConsoleKitTerminal Console+Ask.swift
[979/1231] Compiling ConsoleKitTerminal Console+Choose.swift
[979/1231] Compiling x509name.cc
[981/1231] Compiling ConsoleKitTerminal Console+Confirm.swift
[982/1231] Compiling ConsoleKitTerminal Console+Input.swift
[983/1231] Compiling ConsoleKitTerminal Console+Center.swift
[984/1231] Compiling ConsoleKitTerminal Console+Output.swift
[984/1231] Compiling x509_vpm.cc
[986/1231] Compiling ConsoleKitTerminal ActivityBar.swift
[987/1231] Compiling ConsoleKitTerminal ActivityIndicator.swift
[988/1231] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[989/1231] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[990/1231] Compiling ConsoleKitTerminal CustomActivity.swift
[991/1231] Compiling ConsoleKitTerminal LoadingBar.swift
[992/1231] Compiling ConsoleKitTerminal ProgressBar.swift
[993/1231] Compiling ConsoleKitTerminal Console+Clear.swift
[993/1231] Compiling x509_vfy.cc
[994/1231] Compiling x509cset.cc
[995/1231] Compiling x509_v3.cc
[996/1231] Compiling x509_txt.cc
[997/1231] Compiling x509_trs.cc
[999/1231] Compiling ConsoleKitTerminal ConsoleText.swift
[1000/1231] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1001/1231] Compiling ConsoleKitTerminal ANSI.swift
[1002/1231] Compiling ConsoleKitTerminal Console.swift
[1003/1231] Compiling ConsoleKitTerminal Terminal.swift
[1004/1231] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1005/1231] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1006/1231] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1007/1231] Compiling ConsoleKitTerminal LoggerFragment.swift
[1008/1232] Compiling x509_set.cc
[1009/1232] Compiling x509_req.cc
[1010/1254] Compiling x509_obj.cc
[1011/1254] Compiling x509_ext.cc
[1012/1254] Compiling x509_d2.cc
[1013/1254] Compiling x509_def.cc
[1014/1254] Compiling x509_lu.cc
[1016/1254] Compiling ConsoleKitCommands CommandSignature.swift
[1017/1254] Compiling ConsoleKitCommands Flag.swift
[1018/1254] Compiling ConsoleKitCommands Option.swift
[1019/1256] Emitting module ConsoleKitCommands
[1019/1256] Compiling x509_cmp.cc
[1020/1256] Compiling x509_att.cc
[1021/1256] Compiling x509.cc
[1023/1256] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1024/1256] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1025/1256] Compiling ConsoleKitCommands Argument.swift
[1026/1256] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1027/1256] Compiling ConsoleKitCommands AsyncCommand.swift
[1028/1256] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1029/1256] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1030/1256] Compiling ConsoleKitCommands Utilities.swift
[1031/1256] Compiling ConsoleKitCommands AsyncCommands.swift
[1032/1256] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1033/1256] Compiling ConsoleKitCommands AnyCommand.swift
[1033/1256] Compiling v3_utl.cc
[1034/1256] Compiling v3_skey.cc
[1035/1256] Compiling v3_prn.cc
[1036/1256] Compiling v3_purp.cc
[1037/1256] Compiling v3_pcons.cc
[1038/1256] Compiling v3_pmaps.cc
[1040/1256] Compiling ConsoleKitCommands CommandGroup.swift
[1041/1256] Compiling ConsoleKitCommands CommandInput.swift
[1042/1256] Compiling ConsoleKitCommands Commands.swift
[1043/1256] Compiling ConsoleKitCommands Console+Run.swift
[1044/1256] Compiling ConsoleKitCommands ConsoleError.swift
[1045/1256] Compiling ConsoleKitCommands Completion.swift
[1046/1256] Compiling ConsoleKitCommands Command.swift
[1047/1256] Compiling ConsoleKitCommands CommandContext.swift
[1048/1256] Compiling ConsoleKitCommands CommandError.swift
[1048/1257] Compiling v3_ocsp.cc
[1049/1257] Compiling v3_ncons.cc
[1050/1257] Compiling v3_lib.cc
[1051/1257] Compiling v3_int.cc
[1053/1257] Compiling v3_info.cc
[1054/1257] Compiling v3_ia5.cc
[1055/1257] Compiling v3_cpols.cc
[1056/1257] Compiling v3_crld.cc
[1057/1257] Compiling v3_genn.cc
[1058/1257] Compiling v3_enum.cc
[1059/1259] Compiling v3_extku.cc
[1060/1259] Compiling v3_conf.cc
[1062/1259] Compiling ConsoleKit Exports.swift
[1063/1259] Emitting module ConsoleKit
[1063/1260] Compiling v3_bitst.cc
[1065/1260] Compiling v3_akey.cc
[1066/1260] Compiling t_x509a.cc
[1067/1260] Compiling v3_alt.cc
[1068/1260] Compiling v3_bcons.cc
[1069/1260] Compiling t_x509.cc
[1070/1260] Compiling t_crl.cc
[1071/1260] Compiling rsa_pss.cc
[1072/1260] Compiling v3_akeya.cc
[1073/1260] Compiling i2d_pr.cc
[1074/1260] Compiling t_req.cc
[1075/1260] Compiling name_print.cc
[1076/1260] Compiling policy.cc
[1077/1260] Compiling algorithm.cc
[1078/1260] Compiling by_file.cc
[1079/1260] Compiling a_verify.cc
[1080/1260] Compiling by_dir.cc
[1081/1260] Compiling asn1_gen.cc
[1082/1260] Compiling a_sign.cc
[1083/1260] Compiling a_digest.cc
[1084/1260] Compiling voprf.cc
[1085/1260] Compiling thread_win.cc
[1086/1260] Compiling thread_none.cc
[1087/1260] Compiling thread.cc
[1088/1260] Compiling thread_pthread.cc
[1089/1260] Compiling trust_token.cc
[1090/1260] Compiling stack.cc
[1091/1260] Compiling pmbtoken.cc
[1092/1260] Compiling wots.cc
[1093/1260] Compiling slhdsa.cc
[1094/1260] Compiling thash.cc
[1095/1260] Compiling merkle.cc
[1096/1260] Compiling fors.cc
[1097/1260] Compiling siphash.cc
[1098/1260] Compiling sha256.cc
[1099/1260] Compiling sha512.cc
[1100/1260] Compiling sha1.cc
[1101/1260] Compiling rsa_print.cc
[1102/1260] Compiling rsa_crypt.cc
[1103/1260] Compiling rsa_extra.cc
[1104/1260] Compiling windows.cc
[1105/1260] Compiling urandom.cc
[1106/1260] Compiling rc4.cc
[1107/1260] Compiling refcount.cc
[1108/1260] Compiling trusty.cc
[1109/1260] Compiling rsa_asn1.cc
[1110/1260] Compiling rand_extra.cc
[1111/1260] Compiling passive.cc
[1112/1260] Compiling poly1305_arm_asm.S
[1113/1260] Compiling ios.cc
[1114/1260] Compiling getentropy.cc
[1115/1260] Compiling forkunsafe.cc
[1116/1260] Compiling fork_detect.cc
[1117/1260] Compiling deterministic.cc
[1118/1260] Compiling poly1305_vec.cc
[1119/1260] Compiling pool.cc
[1120/1260] Compiling poly1305_arm.cc
[1121/1260] Compiling poly1305.cc
[1122/1260] Compiling pkcs7.cc
[1123/1260] Compiling pkcs8_x509.cc
[1124/1260] Compiling pkcs8.cc
[1125/1260] Compiling p5_pbev2.cc
[1126/1260] Compiling pem_xaux.cc
[1127/1260] Compiling pkcs7_x509.cc
[1128/1260] Compiling pem_x509.cc
[1129/1260] Compiling pem_lib.cc
[1130/1260] Compiling pem_pkey.cc
[1131/1260] Compiling pem_pk8.cc
[1132/1260] Compiling obj_xref.cc
[1133/1260] Compiling pem_oth.cc
[1134/1260] Compiling pem_all.cc
[1135/1260] Compiling pem_info.cc
[1136/1260] Compiling mldsa.cc
[1137/1260] Compiling obj.cc
[1138/1260] Compiling mem.cc
[1139/1260] Compiling md5.cc
[1140/1260] Compiling poly_rq_mul.S
[1141/1260] Compiling mlkem.cc
[1142/1260] Compiling fips_shared_support.cc
[1143/1260] Compiling md4.cc
[1144/1260] Compiling lhash.cc
[1145/1260] Compiling kyber.cc
[1146/1260] Compiling ex_data.cc
[1147/1260] Compiling sign.cc
[1148/1260] Compiling scrypt.cc
[1149/1260] Compiling print.cc
[1150/1260] Compiling hpke.cc
[1151/1260] Compiling pbkdf.cc
[1152/1260] Compiling hrss.cc
[1153/1260] Compiling p_x25519.cc
[1154/1260] Compiling p_x25519_asn1.cc
[1155/1260] Compiling p_rsa_asn1.cc
[1156/1260] Compiling p_ed25519.cc
[1157/1260] Compiling p_hkdf.cc
[1158/1260] Compiling p_rsa.cc
[1158/1260] Compiling p_ed25519_asn1.cc
[1160/1260] Compiling p_ec_asn1.cc
[1161/1260] Compiling p_ec.cc
[1162/1260] Compiling p_dsa_asn1.cc
[1163/1260] Compiling p_dh_asn1.cc
[1164/1260] Compiling evp_ctx.cc
[1165/1260] Compiling p_dh.cc
[1166/1260] Compiling evp_asn1.cc
[1167/1260] Compiling engine.cc
[1168/1260] Compiling evp.cc
[1169/1260] Compiling err.cc
[1170/1260] Compiling ecdh_extra.cc
[1171/1260] Compiling hash_to_curve.cc
[1172/1260] Compiling ecdsa_asn1.cc
[1173/1260] Compiling ec_derive.cc
[1174/1260] Compiling dsa_asn1.cc
[1175/1260] Compiling params.cc
[1176/1260] Compiling dsa.cc
[1177/1260] Compiling ec_asn1.cc
[1178/1260] Compiling x25519-asm-arm.S
[1179/1260] Compiling bcm.cc
[1180/1260] Compiling digest_extra.cc
[1181/1260] Compiling des.cc
[1182/1260] Compiling dh_asn1.cc
[1183/1260] Compiling curve25519_64_adx.cc
[1184/1260] Compiling crypto.cc
[1185/1260] Compiling spake25519.cc
[1186/1260] Compiling curve25519.cc
[1187/1260] Compiling cpu_intel.cc
[1188/1260] Compiling cpu_arm_linux.cc
[1189/1260] Compiling cpu_aarch64_openbsd.cc
[1190/1260] Compiling cpu_aarch64_linux.cc
[1191/1260] Compiling cpu_aarch64_sysreg.cc
[1192/1260] Compiling cpu_aarch64_win.cc
[1193/1260] Compiling cpu_aarch64_fuchsia.cc
[1194/1260] Compiling cpu_arm_freebsd.cc
[1195/1260] Compiling cpu_aarch64_apple.cc
[1196/1260] Compiling tls_cbc.cc
[1197/1260] Compiling conf.cc
[1198/1260] Compiling e_rc4.cc
[1199/1260] Compiling e_null.cc
[1200/1260] Compiling e_rc2.cc
[1201/1260] Compiling e_tls.cc
[1202/1260] Compiling e_des.cc
[1203/1260] Compiling e_chacha20poly1305.cc
[1204/1260] Compiling e_aesgcmsiv.cc
[1205/1260] Compiling derive_key.cc
[1206/1260] Compiling cipher_extra.cc
[1207/1260] Compiling e_aesctrhmac.cc
[1208/1260] Compiling chacha.cc
[1209/1260] Compiling unicode.cc
[1210/1260] Compiling cbb.cc
[1211/1260] Compiling asn1_compat.cc
[1212/1260] Compiling ber.cc
[1213/1260] Compiling blake2.cc
[1214/1260] Compiling cbs.cc
[1215/1260] Compiling buf.cc
[1216/1260] Compiling bn_asn1.cc
[1217/1260] Compiling printf.cc
[1218/1260] Compiling convert.cc
[1219/1260] Compiling pair.cc
[1220/1260] Compiling errno.cc
[1221/1260] Compiling file.cc
[1222/1260] Compiling fd.cc
[1222/1260] Compiling hexdump.cc
[1224/1260] Compiling bio_mem.cc
[1225/1260] Compiling bio.cc
[1226/1260] Compiling base64.cc
[1227/1260] Compiling tasn_fre.cc
[1228/1260] Compiling tasn_dec.cc
[1229/1260] Compiling posix_time.cc
[1230/1260] Compiling tasn_utl.cc
[1231/1260] Compiling tasn_enc.cc
[1232/1260] Compiling tasn_typ.cc
[1233/1260] Compiling tasn_new.cc
[1234/1260] Compiling asn_pack.cc
[1235/1260] Compiling f_string.cc
[1236/1260] Compiling f_int.cc
[1237/1260] Compiling a_type.cc
[1238/1260] Compiling asn1_lib.cc
[1239/1260] Compiling a_time.cc
[1240/1260] Compiling a_utctm.cc
[1241/1260] Compiling asn1_par.cc
[1242/1260] Compiling a_octet.cc
[1243/1260] Compiling a_strex.cc
[1244/1260] Compiling a_int.cc
[1245/1260] Compiling a_mbstr.cc
[1246/1260] Compiling a_strnid.cc
[1246/1260] Compiling a_object.cc
[1248/1260] Write sources
[1249/1260] Compiling a_i2d_fp.cc
[1250/1260] Write sources
[1251/1260] Compiling a_gentm.cc
[1251/1260] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1252/1260] Write sources
[1256/1260] Compiling a_d2i_fp.cc
[1257/1260] Compiling a_dup.cc
[1258/1276] Compiling a_bitstr.cc
[1260/1357] Compiling Atomics UnsafeAtomic.swift
[1261/1357] Compiling Atomics UnsafeAtomicLazyReference.swift
[1261/1359] Compiling a_bool.cc
[1263/1359] Compiling Atomics AtomicMemoryOrderings.swift
[1264/1359] Compiling Atomics DoubleWord.swift
[1265/1359] Compiling Atomics ManagedAtomic.swift
[1266/1359] Compiling Atomics ManagedAtomicLazyReference.swift
[1267/1359] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1268/1359] Compiling BitCollections BitSet+CustomReflectable.swift
[1269/1359] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1270/1362] Compiling Algorithms Split.swift
[1271/1362] Compiling Algorithms Stride.swift
[1272/1362] Compiling Algorithms Suffix.swift
[1273/1370] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1274/1370] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1275/1370] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1276/1370] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1277/1370] Compiling BitCollections BitSet+SetAlgebra union.swift
[1278/1370] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1279/1370] Compiling BitCollections BitSet.Counted.swift
[1280/1377] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1281/1377] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1282/1377] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1283/1377] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1284/1377] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1285/1377] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1286/1377] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1290/1377] Compiling BitCollections BitSet+Equatable.swift
[1291/1377] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1294/1377] Compiling BitCollections BitSet+Initializers.swift
[1295/1377] Compiling BitCollections BitSet+Invariants.swift
[1296/1377] Compiling BitCollections BitSet+Random.swift
[1297/1377] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1298/1377] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1299/1377] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1300/1377] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1307/1377] Compiling Atomics IntegerOperations.swift
[1308/1377] Compiling Atomics Unmanaged extensions.swift
[1309/1377] Compiling CryptoBoringWrapper RandomBytes.swift
[1310/1377] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1311/1377] Emitting module CryptoBoringWrapper
[1312/1377] Compiling Algorithms Trim.swift
[1313/1377] Compiling Algorithms Unique.swift
[1314/1377] Compiling Algorithms Windows.swift
[1315/1377] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1316/1377] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1317/1377] Compiling CryptoBoringWrapper EllipticCurve.swift
[1322/1377] Compiling BitCollections BitSet.Index.swift
[1323/1377] Compiling BitCollections BitSet._UnsafeHandle.swift
[1324/1377] Compiling BitCollections BitSet.swift
[1325/1377] Compiling BitCollections Range+Utilities.swift
[1326/1377] Compiling BitCollections Slice+Utilities.swift
[1327/1377] Compiling BitCollections UInt+Tricks.swift
[1328/1377] Compiling BitCollections _Word.swift
[1329/1377] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1331/1377] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1337/1377] Compiling Algorithms Intersperse.swift
[1346/1378] Compiling BitCollections BitArray+Initializers.swift
[1347/1378] Compiling BitCollections BitArray+Invariants.swift
[1348/1378] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1349/1378] Compiling BitCollections BitArray+BitwiseOperations.swift
[1350/1378] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1351/1378] Compiling BitCollections BitArray+Codable.swift
[1352/1378] Compiling BitCollections BitArray+Collection.swift
[1353/1378] Compiling BitCollections BitArray+Copy.swift
[1354/1378] Compiling BitCollections BitArray+CustomReflectable.swift
[1355/1378] Compiling BitCollections BitArray+Descriptions.swift
[1356/1378] Compiling BitCollections BitArray+Equatable.swift
[1357/1378] Emitting module BitCollections
[1368/1452] Compiling Crypto ChaChaPoly.swift
[1369/1452] Compiling Crypto Cipher.swift
[1370/1452] Compiling Crypto Nonces.swift
[1371/1452] Compiling Crypto ASN1.swift
[1372/1452] Emitting module Collections
[1373/1452] Compiling Collections Collections.swift
[1374/1453] Emitting module Atomics
[1375/1453] Compiling Crypto CryptoKitErrors.swift
[1376/1453] Compiling Crypto Digest_boring.swift
[1377/1453] Compiling Crypto Digest.swift
[1378/1453] Compiling Crypto PKCS8PrivateKey.swift
[1379/1453] Compiling Crypto SEC1PrivateKey.swift
[1380/1453] Compiling Crypto SubjectPublicKeyInfo.swift
[1381/1454] Emitting module Algorithms
[1385/1515] Compiling NIOCore MulticastChannel.swift
[1386/1515] Compiling NIOCore NIOAny.swift
[1387/1515] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1388/1515] Compiling NIOCore NIOLoopBound.swift
[1389/1515] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1390/1515] Compiling NIOCore NIOScheduledCallback.swift
[1391/1515] Compiling NIOCore NIOSendable.swift
[1392/1515] Compiling NIOCore RecvByteBufferAllocator.swift
[1393/1523] Compiling NIOCore AddressedEnvelope.swift
[1394/1523] Compiling NIOCore AsyncAwaitSupport.swift
[1395/1523] Compiling NIOCore AsyncChannel.swift
[1396/1523] Compiling NIOCore AsyncChannelHandler.swift
[1397/1523] Compiling NIOCore AsyncChannelInboundStream.swift
[1398/1523] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1399/1523] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1400/1523] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1401/1523] Compiling NIOCore NIOAsyncWriter.swift
[1402/1523] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1403/1532] Emitting module Crypto
[1404/1532] Compiling NIOCore ByteBuffer-views.swift
[1405/1532] Compiling NIOCore Channel.swift
[1406/1532] Compiling NIOCore ChannelHandler.swift
[1407/1532] Compiling NIOCore ChannelHandlers.swift
[1408/1532] Compiling NIOCore ChannelInvoker.swift
[1409/1532] Compiling NIOCore ChannelOption.swift
[1410/1532] Compiling NIOCore ChannelPipeline.swift
[1411/1532] Compiling NIOCore CircularBuffer.swift
[1412/1532] Compiling NIOCore Codec.swift
[1413/1532] Compiling NIOCore ConvenienceOptionSupport.swift
[1414/1532] Compiling NIOCore BSDSocketAPI.swift
[1415/1532] Compiling NIOCore ByteBuffer-aux.swift
[1416/1532] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1417/1532] Compiling NIOCore ByteBuffer-conversions.swift
[1418/1532] Compiling NIOCore ByteBuffer-core.swift
[1419/1532] Compiling NIOCore ByteBuffer-hex.swift
[1420/1532] Compiling NIOCore ByteBuffer-int.swift
[1421/1532] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1422/1532] Compiling NIOCore ByteBuffer-multi-int.swift
[1423/1532] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1424/1532] Compiling NIOCore MarkedCircularBuffer.swift
[1433/1532] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1434/1532] Compiling NIOCore FileHandle.swift
[1435/1532] Compiling NIOCore FileRegion.swift
[1436/1532] Compiling NIOCore GlobalSingletons.swift
[1437/1532] Compiling NIOCore IO.swift
[1438/1532] Compiling NIOCore IOData.swift
[1439/1532] Compiling NIOCore IPProtocol.swift
[1440/1532] Compiling NIOCore IntegerBitPacking.swift
[1441/1532] Compiling NIOCore IntegerTypes.swift
[1442/1532] Compiling NIOCore Interfaces.swift
[1443/1532] Compiling NIOCore Linux.swift
[1444/1532] Compiling NIOCore DeadChannel.swift
[1445/1532] Compiling NIOCore DispatchQueue+WithFuture.swift
[1446/1532] Compiling NIOCore EventLoop+Deprecated.swift
[1447/1532] Compiling NIOCore EventLoop+SerialExecutor.swift
[1448/1532] Compiling NIOCore EventLoop.swift
[1449/1532] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1450/1532] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1451/1532] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1452/1532] Compiling NIOCore EventLoopFuture.swift
[1453/1532] Compiling NIOCore FileDescriptor.swift
[1454/1532] Compiling NIOCore SocketAddresses.swift
[1455/1532] Compiling NIOCore SocketOptionProvider.swift
[1456/1532] Compiling NIOCore SystemCallHelpers.swift
[1457/1532] Compiling NIOCore TimeAmount+Duration.swift
[1458/1532] Compiling NIOCore TypeAssistedChannelHandler.swift
[1459/1532] Compiling NIOCore UniversalBootstrapSupport.swift
[1460/1532] Compiling NIOCore Utilities.swift
[1461/1532] Compiling Crypto ECDH_boring.swift
[1462/1532] Compiling Crypto DH.swift
[1463/1532] Compiling Crypto ECDH.swift
[1480/1532] Compiling Crypto Signature.swift
[1481/1532] Compiling Crypto CryptoKitErrors_boring.swift
[1482/1532] Compiling Crypto RNG_boring.swift
[1483/1532] Compiling Crypto SafeCompare_boring.swift
[1484/1532] Compiling Crypto Zeroization_boring.swift
[1485/1532] Compiling Crypto PrettyBytes.swift
[1487/1532] Compiling Crypto SafeCompare.swift
[1489/1532] Compiling Crypto SecureBytes.swift
[1491/1532] Compiling Crypto Zeroization.swift
[1533/1533] Emitting module NIOCore
[1535/1584] Emitting module NIOEmbedded
[1536/1584] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1537/1584] Compiling NIOEmbedded Embedded.swift
[1538/1584] Compiling NIOEmbedded AsyncTestingChannel.swift
[1540/1585] Emitting module NIOPosix
[1541/1591] Compiling NIOPosix SelectableChannel.swift
[1542/1591] Compiling NIOPosix SelectableEventLoop.swift
[1543/1591] Compiling NIOPosix SelectorEpoll.swift
[1544/1591] Compiling NIOPosix SelectorGeneric.swift
[1545/1591] Compiling NIOPosix SelectorKqueue.swift
[1546/1591] Compiling NIOPosix SelectorUring.swift
[1547/1591] Compiling NIOPosix ServerSocket.swift
[1548/1591] Compiling NIOPosix Socket.swift
[1549/1591] Compiling NIOPosix SocketChannel.swift
[1550/1591] Compiling NIOPosix SocketProtocols.swift
[1551/1591] Compiling NIOPosix System.swift
[1552/1591] Compiling NIOPosix Thread.swift
[1553/1591] Compiling NIOPosix IO.swift
[1554/1591] Compiling NIOPosix IntegerBitPacking.swift
[1555/1591] Compiling NIOPosix IntegerTypes.swift
[1556/1591] Compiling NIOPosix Linux.swift
[1557/1591] Compiling NIOPosix LinuxCPUSet.swift
[1558/1591] Compiling NIOPosix LinuxUring.swift
[1559/1591] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1560/1591] Compiling NIOPosix Pool.swift
[1561/1591] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1562/1591] Compiling NIOPosix PosixSingletons.swift
[1563/1591] Compiling NIOPosix RawSocketBootstrap.swift
[1564/1591] Compiling NIOPosix Resolver.swift
[1565/1591] Compiling NIOPosix Selectable.swift
[1566/1591] Compiling NIOPosix Bootstrap.swift
[1567/1591] Compiling NIOPosix ControlMessage.swift
[1568/1591] Compiling NIOPosix DatagramVectorReadManager.swift
[1569/1591] Compiling NIOPosix Errors+Any.swift
[1570/1591] Compiling NIOPosix FileDescriptor.swift
[1571/1591] Compiling NIOPosix GetaddrinfoResolver.swift
[1572/1591] Compiling NIOPosix HappyEyeballs.swift
[1573/1591] Compiling NIOPosix ThreadPosix.swift
[1574/1591] Compiling NIOPosix ThreadWindows.swift
[1575/1591] Compiling NIOPosix UnsafeTransfer.swift
[1576/1591] Compiling NIOPosix Utilities.swift
[1577/1591] Compiling NIOPosix VsockAddress.swift
[1578/1591] Compiling NIOPosix VsockChannelEvents.swift
[1579/1591] Compiling NIOPosix BSDSocketAPICommon.swift
[1580/1591] Compiling NIOPosix BSDSocketAPIPosix.swift
[1581/1591] Compiling NIOPosix BSDSocketAPIWindows.swift
[1582/1591] Compiling NIOPosix BaseSocket.swift
[1583/1591] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1584/1591] Compiling NIOPosix BaseSocketChannel.swift
[1585/1591] Compiling NIOPosix BaseStreamSocketChannel.swift
[1586/1591] Compiling NIOPosix NIOThreadPool.swift
[1587/1591] Compiling NIOPosix NonBlockingFileIO.swift
[1588/1591] Compiling NIOPosix PendingDatagramWritesManager.swift
[1589/1591] Compiling NIOPosix PendingWritesManager.swift
[1590/1591] Compiling NIOPosix PipeChannel.swift
[1591/1591] Compiling NIOPosix PipePair.swift
[1593/1651] Emitting module NIO
[1594/1651] Compiling NIO Exports.swift
[1596/1652] Compiling AsyncKit Future+Transform.swift
[1597/1652] Compiling AsyncKit Future+Try.swift
[1598/1652] Compiling AsyncKit FutureOperators.swift
[1599/1654] Compiling AsyncKit Future+Miscellaneous.swift
[1600/1654] Compiling AsyncKit Future+Nonempty.swift
[1601/1654] Compiling AsyncKit Future+Optional.swift
[1602/1765] Compiling NIOTLS TLSEvents.swift
[1603/1765] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1604/1765] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1605/1765] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1606/1765] Emitting module _NIOFileSystem
[1607/1769] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1608/1769] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1609/1769] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1610/1769] Compiling NIOHTTP1 HTTPDecoder.swift
[1611/1769] Compiling NIOHTTP1 HTTPEncoder.swift
[1612/1769] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1613/1769] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1614/1769] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1615/1769] Compiling NIOSOCKS SOCKSResponse.swift
[1616/1770] Compiling NIOSOCKS ClientStateMachine.swift
[1617/1770] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1618/1770] Emitting module NIOTLS
[1619/1770] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1622/1770] Emitting module NIOSOCKS
[1629/1770] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1630/1770] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1631/1770] Compiling NIOHTTP1 HTTPTypes.swift
[1632/1770] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1633/1770] Compiling NIOSOCKS ServerStateMachine.swift
[1634/1770] Compiling GraphQL MapCoder.swift
[1635/1770] Compiling GraphQL MapSerialization.swift
[1636/1770] Compiling GraphQL Number.swift
[1637/1770] Compiling GraphQL PersistedQueries.swift
[1638/1770] Compiling GraphQL EventStream.swift
[1639/1770] Compiling GraphQL Subscribe.swift
[1640/1770] Compiling GraphQL Scalars.swift
[1641/1770] Compiling GraphQL Schema.swift
[1642/1770] Compiling GraphQL ASTFromValue.swift
[1650/1771] Compiling NIOTLS SNIHandler.swift
[1651/1771] Emitting module NIOFoundationCompat
[1652/1771] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1653/1773] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1654/1773] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1655/1775] Compiling GraphQL AnyCoder.swift
[1656/1775] Compiling GraphQL AnySerialization.swift
[1659/1775] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1660/1775] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1663/1775] Compiling GraphQL KnownTypeNamesRule.swift
[1664/1775] Compiling GraphQL LoneAnonymousOperationRule.swift
[1665/1775] Compiling GraphQL NoFragmentCyclesRule.swift
[1666/1775] Compiling GraphQL NoUndefinedVariablesRule.swift
[1667/1775] Compiling GraphQL NoUnusedFragmentsRule.swift
[1668/1775] Compiling GraphQL NoUnusedVariablesRule.swift
[1669/1775] Compiling GraphQL PossibleFragmentSpreadsRule.swift
[1670/1775] Compiling GraphQL ProvidedRequiredArgumentsRule.swift
[1671/1775] Compiling GraphQL ScalarLeafsRule.swift
[1672/1775] Compiling GraphQL UniqueArgumentNamesRule.swift
[1673/1785] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1674/1785] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1675/1785] Compiling GraphQL PrintString.swift
[1676/1785] Compiling GraphQL Printer.swift
[1677/1785] Compiling GraphQL Source.swift
[1678/1785] Compiling GraphQL Visitor.swift
[1681/1785] Compiling GraphQL GraphQLJSONEncoder.swift
[1682/1785] Compiling GraphQL Map.swift
[1683/1794] Compiling GraphQL ValueFromAST.swift
[1684/1794] Compiling GraphQL ValueFromASTUntyped.swift
[1685/1794] Compiling GraphQL NoDeprecatedCustomRule.swift
[1686/1794] Compiling GraphQL NoSchemaIntrospectionCustomRule.swift
[1687/1794] Compiling GraphQL ExecutableDefinitionsRule.swift
[1688/1794] Compiling GraphQL FieldsOnCorrectTypeRule.swift
[1689/1794] Compiling GraphQL FragmentsOnCompositeTypesRule.swift
[1690/1794] Compiling GraphQL KnownArgumentNamesRule.swift
[1691/1794] Compiling GraphQL KnownDirectivesRule.swift
[1692/1794] Compiling GraphQL KnownFragmentNamesRule.swift
[1693/1836] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1694/1836] Compiling NIOTransportServices NIOTSErrors.swift
[1695/1836] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1696/1836] Compiling NIOTransportServices NIOTSBootstraps.swift
[1697/1836] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1698/1836] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1699/1836] Emitting module AsyncKit
[1700/1836] Compiling NIOTransportServices StateManagedChannel.swift
[1701/1836] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1702/1836] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1705/1836] Compiling NIOTransportServices NIOTSEventLoop.swift
[1709/1836] Emitting module NIOTransportServices
[1710/1836] Compiling NIOTransportServices AcceptHandler.swift
[1711/1836] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1712/1836] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1713/1836] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1714/1836] Compiling NIOTransportServices NIOTSSingletons.swift
[1715/1836] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1716/1836] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1717/1836] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1718/1836] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1721/1838] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1722/1838] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1724/1838] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1725/1838] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1726/1839] Emitting module NIOHTTP1
[1731/1840] Compiling _NIOFileSystem SystemFileHandle.swift
[1732/1840] Compiling _NIOFileSystem Utilities.swift
[1733/1840] Compiling _NIOFileSystem OpenOptions.swift
[1734/1840] Compiling _NIOFileSystem String+FileSystem.swift
[1736/1840] Compiling GraphQL UniqueDirectivesPerLocationRule.swift
[1737/1840] Compiling GraphQL UniqueFragmentNamesRule.swift
[1738/1840] Compiling GraphQL UniqueInputFieldNamesRule.swift
[1739/1840] Compiling GraphQL UniqueOperationNamesRule.swift
[1740/1840] Compiling GraphQL UniqueVariableNamesRule.swift
[1741/1840] Compiling GraphQL ValuesOfCorrectTypeRule.swift
[1742/1840] Compiling GraphQL VariablesAreInputTypesRule.swift
[1743/1840] Compiling GraphQL VariablesInAllowedPositionRule.swift
[1744/1840] Compiling GraphQL SpecifiedRules.swift
[1745/1840] Compiling GraphQL Validate.swift
[1751/1840] Emitting module GraphQL
[1759/1841] Compiling GraphQL TypeComparators.swift
[1760/1841] Compiling GraphQL TypeFromAST.swift
[1761/1841] Compiling GraphQL TypeInfo.swift
[1763/1887] Compiling NIOWebSocket WebSocketOpcode.swift
[1764/1887] Compiling NIOExtras PCAPRingBuffer.swift
[1765/1887] Compiling NIOExtras QuiescingHelper.swift
[1766/1893] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1767/1893] Emitting module NIOHTTPCompression
[1768/1893] Compiling NIOHPACK IndexedHeaderTable.swift
[1769/1893] Compiling NIOHPACK IntegerCoding.swift
[1770/1894] Compiling NIOHPACK HuffmanTables.swift
[1771/1894] Emitting module NIOWebSocket
[1772/1894] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1773/1894] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1774/1894] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1775/1894] Compiling NIOWebSocket WebSocketFrame.swift
[1776/1894] Compiling NIOExtras JSONRPCFraming.swift
[1777/1894] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1778/1894] Compiling NIOHPACK StaticHeaderTable.swift
[1779/1894] Compiling NIOExtras RequestResponseHandler.swift
[1780/1894] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1781/1894] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1782/1894] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1783/1894] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1784/1894] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1785/1894] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1786/1894] Compiling NIOExtras NIORequestIdentifiable.swift
[1787/1894] Compiling NIOHTTPCompression HTTPCompression.swift
[1788/1894] Compiling NIOHTTPCompression HTTPDecompression.swift
[1789/1895] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1794/1895] Emitting module NIOHPACK
[1795/1895] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1796/1895] Emitting module _NIOFileSystemFoundationCompat
[1797/1895] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1798/1895] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1799/1896] Compiling NIOExtras DebugInboundEventsHandler.swift
[1800/1896] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1801/1896] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1803/1896] Compiling NIOExtras UnsafeTransfer.swift
[1804/1896] Compiling NIOExtras WritePCAPHandler.swift
[1807/1901] Compiling NIOHPACK HuffmanCoding.swift
[1808/1901] Emitting module NIOSSL
[1812/1901] Emitting module NIOExtras
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2717:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2715 | if let number = value as? NSNumber {
2716 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2717 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2719:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2717 | if number === kCFBooleanTrue as NSNumber {
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2720 | return false
2721 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2725:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2723 | if let number = value as? NSNumber {
2724 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2725 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2727:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2725 | if number === kCFBooleanTrue as NSNumber {
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2728 | return false
2729 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2717:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2715 | if let number = value as? NSNumber {
2716 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2717 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2719:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2717 | if number === kCFBooleanTrue as NSNumber {
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2720 | return false
2721 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2725:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2723 | if let number = value as? NSNumber {
2724 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2725 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2727:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2725 | if number === kCFBooleanTrue as NSNumber {
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2728 | return false
2729 | }
[1815/1901] Compiling NIOSSL SSLPKCS12Bundle.swift
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2717:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2715 | if let number = value as? NSNumber {
2716 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2717 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2719:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2717 | if number === kCFBooleanTrue as NSNumber {
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2720 | return false
2721 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2725:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2723 | if let number = value as? NSNumber {
2724 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2725 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2727:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2725 | if number === kCFBooleanTrue as NSNumber {
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2728 | return false
2729 | }
[1816/1901] Compiling NIOSSL SSLCertificate.swift
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2717:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2715 | if let number = value as? NSNumber {
2716 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2717 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2719:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2717 | if number === kCFBooleanTrue as NSNumber {
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2720 | return false
2721 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2725:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2723 | if let number = value as? NSNumber {
2724 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2725 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2727:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2725 | if number === kCFBooleanTrue as NSNumber {
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2728 | return false
2729 | }
[1817/1901] Compiling NIOSSL SSLCertificateExtensions.swift
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2717:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2715 | if let number = value as? NSNumber {
2716 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2717 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2719:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2717 | if number === kCFBooleanTrue as NSNumber {
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2720 | return false
2721 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2725:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2723 | if let number = value as? NSNumber {
2724 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2725 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2727:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2725 | if number === kCFBooleanTrue as NSNumber {
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2728 | return false
2729 | }
[1818/1901] Compiling NIOSSL SSLCertificateName.swift
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2717:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2715 | if let number = value as? NSNumber {
2716 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2717 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2719:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2717 | if number === kCFBooleanTrue as NSNumber {
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2720 | return false
2721 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2725:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2723 | if let number = value as? NSNumber {
2724 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2725 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2727:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2725 | if number === kCFBooleanTrue as NSNumber {
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2728 | return false
2729 | }
[1819/1901] Compiling NIOSSL SSLConnection.swift
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2717:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2715 | if let number = value as? NSNumber {
2716 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2717 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2719:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2717 | if number === kCFBooleanTrue as NSNumber {
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2720 | return false
2721 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2725:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2723 | if let number = value as? NSNumber {
2724 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2725 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2727:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2725 | if number === kCFBooleanTrue as NSNumber {
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2728 | return false
2729 | }
[1820/1901] Compiling NIOSSL Zeroization.swift
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2717:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2715 | if let number = value as? NSNumber {
2716 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2717 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2719:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2717 | if number === kCFBooleanTrue as NSNumber {
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2720 | return false
2721 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2725:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2723 | if let number = value as? NSNumber {
2724 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2725 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2727:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2725 | if number === kCFBooleanTrue as NSNumber {
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2728 | return false
2729 | }
[1821/1901] Compiling NIOSSL TLSConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2717:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2715 | if let number = value as? NSNumber {
2716 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2717 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2719:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2717 | if number === kCFBooleanTrue as NSNumber {
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2720 | return false
2721 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2725:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2723 | if let number = value as? NSNumber {
2724 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2725 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2727:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2725 | if number === kCFBooleanTrue as NSNumber {
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2728 | return false
2729 | }
[1822/1901] Compiling NIOSSL UniversalBootstrapSupport.swift
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2717:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2715 | if let number = value as? NSNumber {
2716 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2717 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2719:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2717 | if number === kCFBooleanTrue as NSNumber {
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2720 | return false
2721 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2725:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2723 | if let number = value as? NSNumber {
2724 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2725 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2727:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2725 | if number === kCFBooleanTrue as NSNumber {
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2728 | return false
2729 | }
[1823/1901] Compiling GraphQL DidYouMean.swift
[1824/1901] Compiling GraphQL Find.swift
[1825/1901] Compiling GraphQL FormatList.swift
[1826/1901] Compiling GraphQL IsNullish.swift
[1827/1901] Compiling GraphQL KeyMap.swift
[1828/1901] Compiling GraphQL Mirror.swift
[1829/1901] Compiling GraphQL SuggestionList.swift
[1830/1901] Compiling GraphQL Definition.swift
[1831/1901] Compiling GraphQL Directives.swift
[1832/1901] Compiling GraphQL Introspection.swift
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Instrumentation/Instrumentation.swift:68:20: error: cannot find 'pthread_mach_thread_np' in scope
66 | return Int(pthread_self())
67 | #else
68 | return Int(pthread_mach_thread_np(pthread_self()))
| `- error: cannot find 'pthread_mach_thread_np' in scope
69 | #endif
70 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Instrumentation/Instrumentation.swift:68:20: error: cannot find 'pthread_mach_thread_np' in scope
66 | return Int(pthread_self())
67 | #else
68 | return Int(pthread_mach_thread_np(pthread_self()))
| `- error: cannot find 'pthread_mach_thread_np' in scope
69 | #endif
70 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Instrumentation/Instrumentation.swift:68:20: error: cannot find 'pthread_mach_thread_np' in scope
66 | return Int(pthread_self())
67 | #else
68 | return Int(pthread_mach_thread_np(pthread_self()))
| `- error: cannot find 'pthread_mach_thread_np' in scope
69 | #endif
70 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Instrumentation/Instrumentation.swift:68:20: error: cannot find 'pthread_mach_thread_np' in scope
66 | return Int(pthread_self())
67 | #else
68 | return Int(pthread_mach_thread_np(pthread_self()))
| `- error: cannot find 'pthread_mach_thread_np' in scope
69 | #endif
70 | }
[1838/1903] Compiling NIOExtras LengthFieldPrepender.swift
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Instrumentation/Instrumentation.swift:68:20: error: cannot find 'pthread_mach_thread_np' in scope
66 | return Int(pthread_self())
67 | #else
68 | return Int(pthread_mach_thread_np(pthread_self()))
| `- error: cannot find 'pthread_mach_thread_np' in scope
69 | #endif
70 | }
[1839/1903] Compiling NIOExtras LineBasedFrameDecoder.swift
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Instrumentation/Instrumentation.swift:68:20: error: cannot find 'pthread_mach_thread_np' in scope
66 | return Int(pthread_self())
67 | #else
68 | return Int(pthread_mach_thread_np(pthread_self()))
| `- error: cannot find 'pthread_mach_thread_np' in scope
69 | #endif
70 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Instrumentation/Instrumentation.swift:68:20: error: cannot find 'pthread_mach_thread_np' in scope
66 | return Int(pthread_self())
67 | #else
68 | return Int(pthread_mach_thread_np(pthread_self()))
| `- error: cannot find 'pthread_mach_thread_np' in scope
69 | #endif
70 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Instrumentation/Instrumentation.swift:68:20: error: cannot find 'pthread_mach_thread_np' in scope
66 | return Int(pthread_self())
67 | #else
68 | return Int(pthread_mach_thread_np(pthread_self()))
| `- error: cannot find 'pthread_mach_thread_np' in scope
69 | #endif
70 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Instrumentation/Instrumentation.swift:68:20: error: cannot find 'pthread_mach_thread_np' in scope
66 | return Int(pthread_self())
67 | #else
68 | return Int(pthread_mach_thread_np(pthread_self()))
| `- error: cannot find 'pthread_mach_thread_np' in scope
69 | #endif
70 | }
[1843/1903] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Instrumentation/Instrumentation.swift:68:20: error: cannot find 'pthread_mach_thread_np' in scope
66 | return Int(pthread_self())
67 | #else
68 | return Int(pthread_mach_thread_np(pthread_self()))
| `- error: cannot find 'pthread_mach_thread_np' in scope
69 | #endif
70 | }
[1844/1903] Compiling NIOExtras NIOExtrasError.swift
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Instrumentation/Instrumentation.swift:68:20: error: cannot find 'pthread_mach_thread_np' in scope
66 | return Int(pthread_self())
67 | #else
68 | return Int(pthread_mach_thread_np(pthread_self()))
| `- error: cannot find 'pthread_mach_thread_np' in scope
69 | #endif
70 | }
[1855/1903] Compiling NIOFileSystem Exports.swift
[1864/1903] Emitting module NIOFileSystem
[1876/1908] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1877/1908] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1878/1908] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/53] Compiling ServiceContextModule ServiceContext.swift
[3/53] Compiling ServiceContextModule ServiceContextKey.swift
[4/53] Compiling RealModule ElementaryFunctions.swift
[5/54] Compiling Logging LogHandler.swift
[6/54] Compiling RealModule Float80+Real.swift
[7/54] Compiling RealModule Real.swift
[8/54] Compiling RealModule RealFunctions.swift
[9/74] Emitting module ServiceContextModule
[10/75] Compiling RealModule Float16+Real.swift
[11/75] Compiling Logging MetadataProvider.swift
[12/75] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[13/75] Compiling InternalCollectionsUtilities _SortedCollection.swift
[14/75] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[15/75] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[16/78] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[17/78] Compiling InternalCollectionsUtilities UInt+reversed.swift
[18/78] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[19/78] Compiling InternalCollectionsUtilities Integer rank.swift
[20/78] Emitting module _NIODataStructures
[21/78] Compiling _NIODataStructures Heap.swift
[23/78] Compiling NIOConcurrencyHelpers NIOLock.swift
[24/78] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[25/79] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[26/79] Emitting module RealModule
[27/79] Emitting module _NIOBase64
[28/79] Compiling _NIOBase64 Base64.swift
[29/85] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[30/86] Compiling RealModule Float+Real.swift
[31/87] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[32/87] Compiling InternalCollectionsUtilities Debugging.swift
[33/87] Compiling _NIODataStructures PriorityQueue.swift
[34/87] Compiling InternalCollectionsUtilities Descriptions.swift
[35/87] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[36/87] Compiling _NIODataStructures _TinyArray.swift
[38/88] Compiling Logging Logging.swift
[40/88] Emitting module Logging
[41/88] Compiling Logging Locks.swift
[42/89] Compiling Instrumentation NoOpInstrument.swift
[43/89] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[44/89] Compiling NIOConcurrencyHelpers atomics.swift
[45/89] Compiling NIOConcurrencyHelpers lock.swift
[46/89] Compiling Instrumentation Instrument.swift
[47/89] Emitting module Instrumentation
[50/97] Compiling Instrumentation InstrumentationSystem.swift
[51/103] Compiling CryptoBoringWrapper RandomBytes.swift
[54/103] Compiling Instrumentation Locks.swift
[55/103] Compiling Instrumentation MultiplexInstrument.swift
[56/104] Emitting module NIOConcurrencyHelpers
[57/108] Emitting module InternalCollectionsUtilities
[60/127] Emitting module RoutingKit
[61/127] Compiling RoutingKit PathComponent.swift
[62/127] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[63/127] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[64/127] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[65/127] Compiling RoutingKit Router.swift
[66/127] Compiling RoutingKit TrieRouter.swift
[67/127] Compiling Atomics Primitives.native.swift
[68/127] Compiling Atomics Primitives.shims.swift
[69/127] Compiling Atomics AtomicStorage.swift
[70/127] Compiling Atomics AtomicValue.swift
[71/127] Compiling Atomics AtomicBool.swift
[72/127] Compiling Atomics AtomicReference.swift
[73/127] Compiling CoreMetrics Locks.swift
[74/128] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[75/128] Emitting module CoreMetrics
[77/128] Compiling Atomics AtomicInteger.swift
[78/128] Compiling Atomics AtomicOptionalWrappable.swift
[79/128] Compiling RoutingKit AnyRouter.swift
[80/128] Compiling RoutingKit Parameters.swift
[81/128] Compiling SystemPackage Util+StringArray.swift
[82/128] Compiling SystemPackage Util.swift
[83/128] Compiling SystemPackage UtilConsumers.swift
[84/128] Emitting module CryptoBoringWrapper
[85/128] Compiling SystemPackage Mocking.swift
[86/128] Compiling SystemPackage RawBuffer.swift
[87/128] Compiling SystemPackage Syscalls.swift
[88/128] Compiling SystemPackage WindowsSyscallAdapters.swift
[89/128] Compiling SystemPackage Backcompat.swift
[90/128] Compiling SystemPackage CInterop.swift
[91/128] Compiling SystemPackage Constants.swift
[92/128] Compiling SystemPackage Exports.swift
[93/128] Compiling Atomics UnsafeAtomic.swift
[94/128] Compiling Atomics UnsafeAtomicLazyReference.swift
[95/128] Compiling SystemPackage SystemString.swift
[96/130] Compiling Atomics AtomicMemoryOrderings.swift
[97/130] Compiling Atomics DoubleWord.swift
[98/130] Compiling Atomics ManagedAtomic.swift
[99/130] Compiling Atomics ManagedAtomicLazyReference.swift
[104/131] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[105/131] Compiling CryptoBoringWrapper EllipticCurve.swift
[114/191] Compiling ConsoleKitTerminal ANSI.swift
[115/191] Compiling ConsoleKitTerminal Console+Wait.swift
[116/191] Compiling ConsoleKitTerminal CustomActivity.swift
[117/191] Compiling ConsoleKitTerminal LoadingBar.swift
[118/191] Compiling ConsoleKitTerminal ProgressBar.swift
[119/191] Compiling ConsoleKitTerminal Console+Clear.swift
[120/191] Emitting module SystemPackage
[121/191] Compiling ConsoleKitTerminal ActivityBar.swift
[122/191] Compiling ConsoleKitTerminal ActivityIndicator.swift
[123/191] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[124/191] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[125/192] Compiling Tracing InstrumentationSystem+Tracing.swift
[127/259] Compiling Crypto DH.swift
[128/259] Compiling Crypto ECDH.swift
[129/259] Compiling Crypto ASN1Identifier.swift
[130/259] Compiling Crypto ASN1Integer.swift
[131/266] Compiling Tracing TracingTime.swift
[132/266] Compiling Tracing TracerProtocol.swift
[133/266] Compiling Crypto ASN1Null.swift
[134/266] Compiling Crypto ASN1OctetString.swift
[135/266] Compiling Crypto ASN1Strings.swift
[136/266] Compiling Crypto ArraySliceBigint.swift
[137/266] Compiling Tracing Tracer.swift
[138/266] Compiling Tracing TracerProtocol+Legacy.swift
[139/266] Compiling Crypto HPKE.swift
[140/266] Compiling Crypto HPKE-Context.swift
[141/266] Compiling Crypto HPKE-KeySchedule.swift
[142/266] Compiling Crypto HPKE-Modes.swift
[143/266] Emitting module Tracing
[144/266] Compiling CoreMetrics Metrics.swift
[145/266] Emitting module ConsoleKitTerminal
[146/266] Compiling Crypto Insecure.swift
[147/266] Compiling Crypto Insecure_HashFunctions.swift
[148/266] Compiling Crypto KEM.swift
[149/266] Compiling Crypto ECDH_boring.swift
[151/390] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[152/390] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[153/390] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[154/390] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[155/390] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[156/390] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[157/400] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[158/400] Compiling OrderedCollections OrderedDictionary+Values.swift
[159/400] Compiling OrderedCollections OrderedSet+Initializers.swift
[160/400] Compiling Algorithms Trim.swift
[163/400] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[167/400] Emitting module HeapModule
[168/400] Compiling Tracing SpanProtocol.swift
[169/400] Compiling Tracing NoOpTracer.swift
[170/401] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[171/401] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[172/401] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[173/401] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[174/401] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[175/401] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[176/401] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[178/408] Compiling Algorithms Unique.swift
[179/408] Compiling Algorithms Windows.swift
[180/408] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[189/409] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[190/409] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[195/418] Compiling OrderedCollections OrderedDictionary.swift
[196/418] Compiling OrderedCollections OrderedSet+Codable.swift
[197/418] Emitting module Atomics
[198/419] Compiling HeapModule Heap.swift
[199/419] Compiling HeapModule _HeapNode.swift
[202/421] Compiling HeapModule Heap+Invariants.swift
[203/421] Compiling HeapModule Heap+Descriptions.swift
[204/421] Compiling HeapModule Heap+UnsafeHandle.swift
[210/422] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[211/422] Compiling OrderedCollections OrderedSet+Descriptions.swift
[212/422] Compiling OrderedCollections OrderedSet+Diffing.swift
[213/422] Compiling OrderedCollections OrderedSet+Equatable.swift
[214/422] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[215/422] Compiling OrderedCollections OrderedSet+Hashable.swift
[230/422] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[231/422] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[232/422] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[233/422] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[234/422] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[235/422] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[236/422] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[244/422] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[245/422] Compiling OrderedCollections _HashTable+Bucket.swift
[246/422] Compiling OrderedCollections _HashTable+BucketIterator.swift
[247/422] Compiling OrderedCollections _HashTable+Constants.swift
[248/422] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[249/422] Compiling OrderedCollections _HashTable+Testing.swift
[250/422] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[251/422] Compiling OrderedCollections _HashTable.swift
[252/422] Compiling OrderedCollections _Hashtable+Header.swift
[254/456] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[255/456] Compiling HashTreeCollections _HashNode+Structural merge.swift
[256/456] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[257/456] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[258/456] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[259/456] Compiling OrderedCollections OrderedDictionary+Elements.swift
[260/456] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[261/456] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[262/456] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[263/456] Compiling HashTreeCollections TreeDictionary+Keys.swift
[264/456] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[265/456] Compiling HashTreeCollections TreeDictionary+Merge.swift
[266/456] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[267/456] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[268/456] Compiling HashTreeCollections TreeDictionary+Values.swift
[269/456] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[270/498] Compiling Metrics Metrics.swift
[271/500] Emitting module Metrics
[272/514] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[273/514] Compiling HashTreeCollections TreeDictionary.swift
[274/514] Compiling HashTreeCollections TreeSet+Codable.swift
[275/514] Compiling HashTreeCollections TreeSet+Collection.swift
[276/514] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[277/514] Compiling HashTreeCollections TreeSet+Debugging.swift
[278/514] Compiling HashTreeCollections TreeSet+Descriptions.swift
[280/514] Compiling DequeModule Deque._UnsafeHandle.swift
[281/514] Compiling DequeModule Deque.swift
[282/516] Emitting module Crypto
[283/517] Compiling DequeModule Deque+Codable.swift
[284/517] Compiling DequeModule Deque+Collection.swift
[285/517] Compiling DequeModule Deque+CustomReflectable.swift
[286/517] Compiling DequeModule Deque+Descriptions.swift
[287/517] Compiling DequeModule Deque+Equatable.swift
[288/517] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[289/517] Compiling DequeModule Deque+Extras.swift
[290/517] Compiling DequeModule Deque+Hashable.swift
[293/547] Compiling ConsoleKitCommands CommandGroup.swift
[294/547] Compiling ConsoleKitCommands CommandInput.swift
[295/547] Compiling ConsoleKitCommands CommandError.swift
[296/547] Compiling ConsoleKitCommands AsyncCommands.swift
[297/547] Compiling HashTreeCollections TreeSet+Hashable.swift
[298/547] Compiling HashTreeCollections TreeSet+Sendable.swift
[299/547] Compiling _RopeModule Rope+Join.swift
[300/547] Compiling _RopeModule Rope+MutatingForEach.swift
[301/547] Compiling _RopeModule Rope+Remove.swift
[302/547] Compiling _RopeModule Rope+RemoveSubrange.swift
[303/547] Compiling _RopeModule Rope+Split.swift
[304/547] Compiling _RopeModule Optional Utilities.swift
[305/547] Compiling _RopeModule String Utilities.swift
[306/547] Compiling _RopeModule String.Index+ABI.swift
[307/557] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[308/557] Compiling ConsoleKitCommands AnyCommand.swift
[309/557] Emitting module ConsoleKitCommands
[310/559] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[311/559] Compiling ConsoleKitCommands AsyncCommand.swift
[312/559] Compiling ConsoleKitCommands ConsoleError.swift
[313/559] Compiling ConsoleKitCommands Completion.swift
[317/559] Compiling HashTreeCollections TreeSet+Equatable.swift
[318/559] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[319/559] Compiling HashTreeCollections TreeSet+Extras.swift
[320/559] Compiling HashTreeCollections TreeSet+Filter.swift
[323/559] Compiling HashTreeCollections _UnsafePath.swift
[324/559] Compiling HashTreeCollections TreeDictionary+Codable.swift
[325/559] Compiling HashTreeCollections TreeDictionary+Collection.swift
[326/559] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[327/559] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[352/612] Compiling BitCollections BitArray+BitwiseOperations.swift
[353/612] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[354/612] Compiling BitCollections BitArray+Codable.swift
[355/612] Compiling BitCollections BitArray+Shifts.swift
[356/612] Compiling BitCollections BitArray+Testing.swift
[357/612] Compiling BitCollections BitArray._UnsafeHandle.swift
[358/612] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[359/612] Compiling BitCollections BitArray+RandomBits.swift
[360/612] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[361/612] Compiling BitCollections BitArray+Fill.swift
[362/612] Compiling BitCollections BitArray+Hashable.swift
[363/612] Compiling BitCollections BitArray+Initializers.swift
[364/612] Compiling BitCollections BitArray+Invariants.swift
[371/612] Compiling BitCollections BitArray.swift
[375/612] Compiling BitCollections BitArray+Collection.swift
[376/612] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[377/612] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[378/612] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[379/612] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[380/612] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[381/612] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[382/612] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[383/612] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[384/612] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[385/612] Compiling HashTreeCollections TreeSet.swift
[387/612] Compiling BitCollections BitSet+BidirectionalCollection.swift
[390/612] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[391/612] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[392/612] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[393/612] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[394/612] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[395/612] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[396/612] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[397/612] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[398/612] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[399/612] Compiling BitCollections BitSet+SetAlgebra union.swift
[400/612] Compiling BitCollections BitSet+Hashable.swift
[401/612] Compiling BitCollections BitSet+Initializers.swift
[402/612] Compiling BitCollections BitSet+Invariants.swift
[403/612] Compiling BitCollections BitSet+Random.swift
[404/612] Compiling BitCollections BitSet+SetAlgebra basics.swift
[405/612] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[406/612] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[407/612] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[408/612] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[409/612] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[414/612] Compiling BitCollections BitArray+Copy.swift
[415/612] Compiling BitCollections BitArray+CustomReflectable.swift
[416/612] Compiling BitCollections BitArray+Descriptions.swift
[417/612] Compiling BitCollections BitArray+Equatable.swift
[418/612] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[419/612] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[435/612] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[436/612] Compiling BitCollections BitSet.Counted.swift
[437/619] Emitting module DequeModule
[440/620] Emitting module Algorithms
[441/621] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[442/621] Compiling BitCollections BitSet+CustomReflectable.swift
[443/621] Compiling BitCollections BitSet+CustomStringConvertible.swift
[444/621] Compiling BitCollections BitSet+Equatable.swift
[445/621] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[446/621] Compiling BitCollections BitSet+Extras.swift
[448/621] Emitting module BitCollections
[451/621] Compiling BitCollections BitArray+Extras.swift
[476/621] Compiling BitCollections BitSet+Codable.swift
[495/622] Emitting module OrderedCollections
[496/683] Compiling NIOCore AddressedEnvelope.swift
[497/683] Compiling NIOCore AsyncAwaitSupport.swift
[498/683] Compiling NIOCore AsyncChannel.swift
[499/683] Compiling NIOCore AsyncChannelHandler.swift
[500/683] Compiling NIOCore AsyncChannelInboundStream.swift
[501/683] Compiling NIOCore AsyncChannelOutboundWriter.swift
[502/683] Compiling NIOCore NIOAsyncSequenceProducer.swift
[503/683] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[504/683] Compiling NIOCore NIOAsyncWriter.swift
[505/683] Compiling NIOCore MulticastChannel.swift
[506/683] Compiling NIOCore NIOAny.swift
[507/683] Compiling NIOCore NIOCloseOnErrorHandler.swift
[508/683] Compiling NIOCore NIOLoopBound.swift
[509/683] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[510/683] Compiling NIOCore NIOScheduledCallback.swift
[511/683] Compiling NIOCore NIOSendable.swift
[512/683] Compiling NIOCore RecvByteBufferAllocator.swift
[513/683] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[514/683] Compiling NIOCore BSDSocketAPI.swift
[515/683] Compiling NIOCore ByteBuffer-aux.swift
[516/683] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[517/683] Compiling NIOCore ByteBuffer-conversions.swift
[520/683] Compiling NIOCore Linux.swift
[521/683] Compiling NIOCore MarkedCircularBuffer.swift
[522/683] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[523/683] Compiling NIOCore FileDescriptor.swift
[524/683] Compiling NIOCore FileHandle.swift
[525/683] Compiling NIOCore FileRegion.swift
[526/683] Compiling NIOCore IntegerBitPacking.swift
[527/683] Compiling NIOCore IntegerTypes.swift
[528/683] Compiling NIOCore Interfaces.swift
[529/683] Compiling NIOCore EventLoopFuture+Deprecated.swift
[530/683] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[531/683] Compiling NIOCore EventLoopFuture.swift
[535/684] Compiling NIOCore ByteBuffer-core.swift
[536/684] Compiling NIOCore ByteBuffer-hex.swift
[537/684] Compiling NIOCore ByteBuffer-int.swift
[538/684] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[539/684] Compiling NIOCore IO.swift
[540/684] Compiling NIOCore IOData.swift
[541/684] Compiling NIOCore IPProtocol.swift
[550/684] Emitting module HashTreeCollections
[552/685] Emitting module _RopeModule
[559/685] Compiling NIOCore GlobalSingletons.swift
[560/685] Compiling NIOCore ByteBuffer-multi-int.swift
[561/685] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[562/685] Compiling NIOCore ByteBuffer-views.swift
[573/685] Compiling NIOCore DispatchQueue+WithFuture.swift
[574/685] Compiling NIOCore EventLoop+Deprecated.swift
[575/685] Compiling NIOCore EventLoop+SerialExecutor.swift
[576/685] Compiling NIOCore EventLoop.swift
[583/685] Compiling NIOCore Channel.swift
[584/685] Compiling NIOCore ChannelHandler.swift
[585/685] Compiling NIOCore ChannelHandlers.swift
[586/685] Compiling NIOCore ChannelInvoker.swift
[587/685] Compiling NIOCore ChannelOption.swift
[588/685] Compiling NIOCore ChannelPipeline.swift
[589/685] Compiling NIOCore CircularBuffer.swift
[590/685] Compiling NIOCore Codec.swift
[591/685] Compiling NIOCore ConvenienceOptionSupport.swift
[592/685] Compiling NIOCore DeadChannel.swift
[636/699] Emitting module ConsoleKit
[637/699] Compiling ConsoleKit Exports.swift
[638/700] Compiling Collections Collections.swift
[639/700] Emitting module Collections
[676/701] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[677/701] Compiling NIOCore SocketAddresses.swift
[678/701] Compiling NIOCore SocketOptionProvider.swift
[679/701] Compiling NIOCore SystemCallHelpers.swift
[680/701] Compiling NIOCore TimeAmount+Duration.swift
[681/701] Compiling NIOCore TypeAssistedChannelHandler.swift
[682/701] Compiling NIOCore UniversalBootstrapSupport.swift
[683/701] Compiling NIOCore Utilities.swift
[701/701] Emitting module NIOCore
[703/752] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[704/752] Compiling NIOEmbedded AsyncTestingChannel.swift
[705/752] Emitting module NIOEmbedded
[706/752] Compiling NIOEmbedded Embedded.swift
[708/753] Compiling NIOPosix BSDSocketAPICommon.swift
[709/753] Compiling NIOPosix BSDSocketAPIPosix.swift
[710/753] Compiling NIOPosix BSDSocketAPIWindows.swift
[711/753] Compiling NIOPosix BaseSocket.swift
[712/753] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[713/753] Compiling NIOPosix BaseSocketChannel.swift
[714/753] Compiling NIOPosix BaseStreamSocketChannel.swift
[715/759] Emitting module NIOPosix
[716/759] Compiling NIOPosix IO.swift
[717/759] Compiling NIOPosix IntegerBitPacking.swift
[718/759] Compiling NIOPosix IntegerTypes.swift
[719/759] Compiling NIOPosix Linux.swift
[720/759] Compiling NIOPosix LinuxCPUSet.swift
[721/759] Compiling NIOPosix LinuxUring.swift
[722/759] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[723/759] Compiling NIOPosix ServerSocket.swift
[724/759] Compiling NIOPosix Socket.swift
[725/759] Compiling NIOPosix SocketChannel.swift
[726/759] Compiling NIOPosix SocketProtocols.swift
[727/759] Compiling NIOPosix System.swift
[728/759] Compiling NIOPosix Thread.swift
[729/759] Compiling NIOPosix Bootstrap.swift
[730/759] Compiling NIOPosix ControlMessage.swift
[731/759] Compiling NIOPosix DatagramVectorReadManager.swift
[732/759] Compiling NIOPosix Errors+Any.swift
[733/759] Compiling NIOPosix FileDescriptor.swift
[734/759] Compiling NIOPosix GetaddrinfoResolver.swift
[735/759] Compiling NIOPosix HappyEyeballs.swift
[736/759] Compiling NIOPosix SelectableChannel.swift
[737/759] Compiling NIOPosix SelectableEventLoop.swift
[738/759] Compiling NIOPosix SelectorEpoll.swift
[739/759] Compiling NIOPosix SelectorGeneric.swift
[740/759] Compiling NIOPosix SelectorKqueue.swift
[741/759] Compiling NIOPosix SelectorUring.swift
[742/759] Compiling NIOPosix Pool.swift
[743/759] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[744/759] Compiling NIOPosix PosixSingletons.swift
[745/759] Compiling NIOPosix RawSocketBootstrap.swift
[746/759] Compiling NIOPosix Resolver.swift
[747/759] Compiling NIOPosix Selectable.swift
[748/759] Compiling NIOPosix NIOThreadPool.swift
[749/759] Compiling NIOPosix NonBlockingFileIO.swift
[750/759] Compiling NIOPosix PendingDatagramWritesManager.swift
[751/759] Compiling NIOPosix PendingWritesManager.swift
[752/759] Compiling NIOPosix PipeChannel.swift
[753/759] Compiling NIOPosix PipePair.swift
[754/759] Compiling NIOPosix ThreadPosix.swift
[755/759] Compiling NIOPosix ThreadWindows.swift
[756/759] Compiling NIOPosix UnsafeTransfer.swift
[757/759] Compiling NIOPosix Utilities.swift
[758/759] Compiling NIOPosix VsockAddress.swift
[759/759] Compiling NIOPosix VsockChannelEvents.swift
[761/819] Emitting module NIO
[762/819] Compiling NIO Exports.swift
[763/820] Compiling _NIOFileSystem FileType.swift
[764/820] Compiling _NIOFileSystem IOStrategy.swift
[765/820] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[767/822] Compiling _NIOFileSystem Convenience.swift
[768/822] Compiling _NIOFileSystem DirectoryEntries.swift
[769/822] Compiling _NIOFileSystem DirectoryEntry.swift
[770/822] Compiling AsyncKit Optional+StrictMap.swift
[771/822] Compiling AsyncKit Exports.swift
[772/822] Compiling _NIOFileSystem ParallelDirCopy.swift
[773/822] Compiling _NIOFileSystem ParallelRemoval.swift
[774/822] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[775/822] Compiling _NIOFileSystem CInterop.swift
[776/822] Compiling _NIOFileSystem Errno.swift
[777/826] Compiling _NIOFileSystem BufferedWriter.swift
[778/826] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[779/826] Compiling _NIOFileSystem ByteCount.swift
[780/826] Compiling _NIOFileSystem Array+FileSystem.swift
[781/826] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[782/826] Compiling _NIOFileSystem BufferedReader.swift
[786/860] Compiling _NIOFileSystem TokenBucket.swift
[787/860] Compiling _NIOFileSystem UnsafeTransfer.swift
[788/865] Emitting module _NIOFileSystem
[789/865] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[790/865] Compiling _NIOFileSystem Mocking.swift
[791/865] Compiling _NIOFileSystem Syscall.swift
[792/865] Compiling _NIOFileSystem Syscalls.swift
[793/937] Compiling NIOTLS TLSEvents.swift
[794/937] Emitting module NIOHTTP1
[795/939] Emitting module NIOFoundationCompat
[796/939] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[797/939] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[798/939] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[799/939] Compiling NIOSOCKS ClientStateMachine.swift
[800/940] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[801/940] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[802/940] Compiling NIOSOCKS SOCKSResponse.swift
[803/940] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[804/941] Emitting module NIOSOCKS
[806/941] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[807/941] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[808/941] Compiling GraphQL GraphQLRequest.swift
[809/941] Compiling GraphQL DispatchQueueInstrumentationWrapper.swift
[810/941] Compiling GraphQL Instrumentation.swift
[811/941] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[812/941] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[813/941] Compiling GraphQL Kinds.swift
[814/941] Compiling GraphQL Lexer.swift
[815/941] Compiling GraphQL PrintString.swift
[816/941] Compiling GraphQL Printer.swift
[817/941] Compiling GraphQL Location.swift
[818/941] Compiling GraphQL Parser.swift
[819/941] Compiling GraphQL BlockString.swift
[820/941] Compiling GraphQL CharacterClasses.swift
[821/941] Emitting module NIOTLS
[822/941] Compiling NIOTLS SNIHandler.swift
[823/942] Compiling GraphQL Execute.swift
[824/942] Compiling GraphQL Values.swift
[825/942] Compiling NIOSOCKS ServerStateMachine.swift
[826/943] Compiling GraphQL LocatedError.swift
[827/943] Compiling GraphQL SyntaxError.swift
[834/972] Compiling GraphQL KnownTypeNamesRule.swift
[835/972] Compiling GraphQL LoneAnonymousOperationRule.swift
[836/972] Compiling GraphQL NoFragmentCyclesRule.swift
[837/972] Compiling GraphQL NoUndefinedVariablesRule.swift
[838/972] Compiling GraphQL NoUnusedFragmentsRule.swift
[839/972] Compiling GraphQL NoUnusedVariablesRule.swift
[840/972] Compiling GraphQL PossibleFragmentSpreadsRule.swift
[841/972] Compiling GraphQL ProvidedRequiredArgumentsRule.swift
[842/972] Compiling GraphQL ScalarLeafsRule.swift
[843/972] Compiling GraphQL UniqueArgumentNamesRule.swift
[844/1004] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[845/1004] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[846/1004] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[847/1004] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[848/1004] Compiling NIOTransportServices NIOTSErrors.swift
[849/1004] Compiling NIOTransportServices NIOTSEventLoop.swift
[850/1004] Compiling GraphQL ValueFromAST.swift
[851/1004] Compiling GraphQL ValueFromASTUntyped.swift
[852/1004] Compiling GraphQL NoDeprecatedCustomRule.swift
[853/1004] Compiling GraphQL NoSchemaIntrospectionCustomRule.swift
[854/1004] Compiling GraphQL ExecutableDefinitionsRule.swift
[855/1004] Compiling GraphQL FieldsOnCorrectTypeRule.swift
[856/1004] Compiling GraphQL FragmentsOnCompositeTypesRule.swift
[857/1004] Compiling GraphQL KnownArgumentNamesRule.swift
[858/1004] Compiling GraphQL KnownDirectivesRule.swift
[859/1004] Compiling GraphQL KnownFragmentNamesRule.swift
[860/1004] Emitting module AsyncKit
[861/1004] Compiling GraphQL AssertValidName.swift
[862/1004] Compiling GraphQL IsValidValue.swift
[863/1004] Compiling GraphQL Keyable.swift
[864/1004] Compiling GraphQL NIO+Extensions.swift
[868/1006] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[869/1006] Compiling NIOTransportServices NIOTSSingletons.swift
[870/1006] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[871/1006] Compiling NIOTransportServices NIOTSBootstraps.swift
[872/1006] Compiling NIOTransportServices NIOTSChannelOptions.swift
[873/1006] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[876/1006] Compiling NIOTransportServices NIOTSListenerChannel.swift
[877/1006] Compiling NIOTransportServices StateManagedChannel.swift
[878/1006] Compiling NIOTransportServices StateManagedListenerChannel.swift
[879/1006] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[880/1006] Compiling NIOTransportServices NIOTSDatagramListener.swift
[881/1006] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[882/1006] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[883/1007] Emitting module NIOTransportServices
[884/1007] Compiling NIOTransportServices AcceptHandler.swift
[885/1007] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[906/1008] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[907/1008] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[910/1025] Compiling NIOFileSystem Exports.swift
[911/1025] Emitting module NIOFileSystem
[912/1027] Compiling GraphQL UniqueDirectivesPerLocationRule.swift
[913/1027] Compiling GraphQL UniqueFragmentNamesRule.swift
[914/1027] Compiling GraphQL UniqueInputFieldNamesRule.swift
[915/1027] Compiling GraphQL UniqueOperationNamesRule.swift
[916/1027] Compiling GraphQL UniqueVariableNamesRule.swift
[917/1027] Compiling GraphQL ValuesOfCorrectTypeRule.swift
[918/1027] Compiling GraphQL VariablesAreInputTypesRule.swift
[919/1027] Compiling GraphQL VariablesInAllowedPositionRule.swift
[920/1027] Compiling GraphQL SpecifiedRules.swift
[921/1027] Compiling GraphQL Validate.swift
[922/1043] Emitting module _NIOFileSystemFoundationCompat
[923/1043] Compiling GraphQL Scalars.swift
[924/1043] Compiling GraphQL Schema.swift
[925/1043] Compiling GraphQL ASTFromValue.swift
[930/1043] Compiling GraphQL TypeComparators.swift
[931/1043] Compiling GraphQL TypeFromAST.swift
[932/1043] Compiling GraphQL TypeInfo.swift
[937/1043] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[942/1043] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[943/1043] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[944/1043] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[945/1043] Compiling NIOWebSocket SHA1.swift
[946/1043] Compiling NIOHPACK HPACKHeader.swift
[947/1043] Compiling NIOHPACK HeaderTables.swift
[950/1047] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[951/1047] Emitting module NIOSSL
[952/1047] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[956/1049] Compiling NIOHPACK IndexedHeaderTable.swift
[957/1049] Compiling NIOHPACK IntegerCoding.swift
[958/1049] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[959/1050] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[960/1087] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[961/1087] Compiling NIOWebSocket WebSocketOpcode.swift
[962/1087] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[963/1087] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[964/1087] Compiling NIOHPACK StaticHeaderTable.swift
[965/1087] Compiling NIOHPACK HuffmanCoding.swift
[966/1087] Compiling MultipartKit BasicCodingKey.swift
[967/1087] Compiling MultipartKit MultipartError.swift
[968/1087] Compiling MultipartKit Exports.swift
[971/1087] Compiling NIOHPACK HuffmanTables.swift
[972/1089] Compiling NIOHTTPCompression HTTPDecompression.swift
[973/1089] Emitting module NIOWebSocket
[974/1089] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[975/1089] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[978/1089] Compiling NIOWebSocket WebSocketFrame.swift
[980/1089] Compiling MultipartKit FormDataDecoder.Decoder.swift
[981/1089] Compiling NIOWebSocket WebSocketErrorCodes.swift
[982/1089] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[983/1089] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[984/1090] Emitting module NIOHTTPCompression
[985/1090] Compiling NIOHTTPCompression HTTPCompression.swift
[986/1091] Emitting module NIOHPACK
[987/1092] Compiling NIOSSL SSLContext.swift
[988/1092] Emitting module NIOExtras
[989/1092] Compiling NIOSSL SSLErrors.swift
[990/1092] Compiling NIOSSL SSLInit.swift
[991/1092] Compiling NIOSSL SSLPKCS12Bundle.swift
[992/1092] Compiling GraphQL DidYouMean.swift
[993/1092] Compiling GraphQL Find.swift
[994/1092] Compiling GraphQL FormatList.swift
[995/1092] Compiling GraphQL IsNullish.swift
[996/1092] Compiling GraphQL KeyMap.swift
[997/1092] Compiling GraphQL Mirror.swift
[998/1092] Compiling GraphQL SuggestionList.swift
[999/1092] Compiling GraphQL Definition.swift
[1000/1092] Compiling GraphQL Directives.swift
[1001/1092] Compiling GraphQL Introspection.swift
[1002/1092] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1003/1092] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1004/1092] Compiling MultipartKit FormDataDecoder.swift
[1005/1092] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1006/1092] Compiling MultipartKit FormDataEncoder.swift
[1007/1092] Compiling MultipartKit Storage.swift
[1008/1092] Compiling MultipartKit MultipartFormData.swift
[1009/1092] Compiling NIOExtras RequestResponseHandler.swift
[1019/1092] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1020/1092] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Instrumentation/Instrumentation.swift:68:20: error: cannot find 'pthread_mach_thread_np' in scope
66 | return Int(pthread_self())
67 | #else
68 | return Int(pthread_mach_thread_np(pthread_self()))
| `- error: cannot find 'pthread_mach_thread_np' in scope
69 | #endif
70 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Instrumentation/Instrumentation.swift:68:20: error: cannot find 'pthread_mach_thread_np' in scope
66 | return Int(pthread_self())
67 | #else
68 | return Int(pthread_mach_thread_np(pthread_self()))
| `- error: cannot find 'pthread_mach_thread_np' in scope
69 | #endif
70 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Instrumentation/Instrumentation.swift:68:20: error: cannot find 'pthread_mach_thread_np' in scope
66 | return Int(pthread_self())
67 | #else
68 | return Int(pthread_mach_thread_np(pthread_self()))
| `- error: cannot find 'pthread_mach_thread_np' in scope
69 | #endif
70 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Instrumentation/Instrumentation.swift:68:20: error: cannot find 'pthread_mach_thread_np' in scope
66 | return Int(pthread_self())
67 | #else
68 | return Int(pthread_mach_thread_np(pthread_self()))
| `- error: cannot find 'pthread_mach_thread_np' in scope
69 | #endif
70 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Instrumentation/Instrumentation.swift:68:20: error: cannot find 'pthread_mach_thread_np' in scope
66 | return Int(pthread_self())
67 | #else
68 | return Int(pthread_mach_thread_np(pthread_self()))
| `- error: cannot find 'pthread_mach_thread_np' in scope
69 | #endif
70 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Instrumentation/Instrumentation.swift:68:20: error: cannot find 'pthread_mach_thread_np' in scope
66 | return Int(pthread_self())
67 | #else
68 | return Int(pthread_mach_thread_np(pthread_self()))
| `- error: cannot find 'pthread_mach_thread_np' in scope
69 | #endif
70 | }
[1029/1092] Compiling NIOExtras RequestResponseWithIDHandler.swift
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Instrumentation/Instrumentation.swift:68:20: error: cannot find 'pthread_mach_thread_np' in scope
66 | return Int(pthread_self())
67 | #else
68 | return Int(pthread_mach_thread_np(pthread_self()))
| `- error: cannot find 'pthread_mach_thread_np' in scope
69 | #endif
70 | }
[1030/1092] Compiling NIOExtras UnsafeTransfer.swift
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Instrumentation/Instrumentation.swift:68:20: error: cannot find 'pthread_mach_thread_np' in scope
66 | return Int(pthread_self())
67 | #else
68 | return Int(pthread_mach_thread_np(pthread_self()))
| `- error: cannot find 'pthread_mach_thread_np' in scope
69 | #endif
70 | }
[1031/1092] Compiling NIOExtras WritePCAPHandler.swift
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Instrumentation/Instrumentation.swift:68:20: error: cannot find 'pthread_mach_thread_np' in scope
66 | return Int(pthread_self())
67 | #else
68 | return Int(pthread_mach_thread_np(pthread_self()))
| `- error: cannot find 'pthread_mach_thread_np' in scope
69 | #endif
70 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Instrumentation/Instrumentation.swift:68:20: error: cannot find 'pthread_mach_thread_np' in scope
66 | return Int(pthread_self())
67 | #else
68 | return Int(pthread_mach_thread_np(pthread_self()))
| `- error: cannot find 'pthread_mach_thread_np' in scope
69 | #endif
70 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Instrumentation/Instrumentation.swift:68:20: error: cannot find 'pthread_mach_thread_np' in scope
66 | return Int(pthread_self())
67 | #else
68 | return Int(pthread_mach_thread_np(pthread_self()))
| `- error: cannot find 'pthread_mach_thread_np' in scope
69 | #endif
70 | }
[1034/1092] Emitting module GraphQL
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2717:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2715 | if let number = value as? NSNumber {
2716 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2717 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2719:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2717 | if number === kCFBooleanTrue as NSNumber {
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2720 | return false
2721 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2725:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2723 | if let number = value as? NSNumber {
2724 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2725 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2727:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2725 | if number === kCFBooleanTrue as NSNumber {
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2728 | return false
2729 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2717:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2715 | if let number = value as? NSNumber {
2716 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2717 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2719:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2717 | if number === kCFBooleanTrue as NSNumber {
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2720 | return false
2721 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2725:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2723 | if let number = value as? NSNumber {
2724 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2725 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2727:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2725 | if number === kCFBooleanTrue as NSNumber {
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2728 | return false
2729 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2717:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2715 | if let number = value as? NSNumber {
2716 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2717 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2719:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2717 | if number === kCFBooleanTrue as NSNumber {
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2720 | return false
2721 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2725:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2723 | if let number = value as? NSNumber {
2724 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2725 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2727:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2725 | if number === kCFBooleanTrue as NSNumber {
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2728 | return false
2729 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2717:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2715 | if let number = value as? NSNumber {
2716 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2717 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2719:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2717 | if number === kCFBooleanTrue as NSNumber {
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2720 | return false
2721 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2725:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2723 | if let number = value as? NSNumber {
2724 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2725 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2727:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2725 | if number === kCFBooleanTrue as NSNumber {
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2728 | return false
2729 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2717:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2715 | if let number = value as? NSNumber {
2716 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2717 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2719:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2717 | if number === kCFBooleanTrue as NSNumber {
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2720 | return false
2721 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2725:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2723 | if let number = value as? NSNumber {
2724 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2725 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2727:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2725 | if number === kCFBooleanTrue as NSNumber {
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2728 | return false
2729 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2717:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2715 | if let number = value as? NSNumber {
2716 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2717 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2719:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2717 | if number === kCFBooleanTrue as NSNumber {
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2720 | return false
2721 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2725:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2723 | if let number = value as? NSNumber {
2724 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2725 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2727:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2725 | if number === kCFBooleanTrue as NSNumber {
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2728 | return false
2729 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2717:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2715 | if let number = value as? NSNumber {
2716 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2717 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2719:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2717 | if number === kCFBooleanTrue as NSNumber {
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2720 | return false
2721 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2725:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2723 | if let number = value as? NSNumber {
2724 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2725 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2727:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2725 | if number === kCFBooleanTrue as NSNumber {
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2728 | return false
2729 | }
[1065/1094] Compiling NIOSSL Zeroization.swift
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2717:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2715 | if let number = value as? NSNumber {
2716 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2717 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2719:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2717 | if number === kCFBooleanTrue as NSNumber {
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2720 | return false
2721 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2725:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2723 | if let number = value as? NSNumber {
2724 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2725 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2727:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2725 | if number === kCFBooleanTrue as NSNumber {
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2728 | return false
2729 | }
[1066/1094] Compiling NIOSSL TLSConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2717:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2715 | if let number = value as? NSNumber {
2716 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2717 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2719:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2717 | if number === kCFBooleanTrue as NSNumber {
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2720 | return false
2721 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2725:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2723 | if let number = value as? NSNumber {
2724 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2725 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2727:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2725 | if number === kCFBooleanTrue as NSNumber {
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2728 | return false
2729 | }
[1067/1094] Compiling NIOSSL UniversalBootstrapSupport.swift
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2717:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2715 | if let number = value as? NSNumber {
2716 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2717 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/AnyCoder.swift:2719:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2717 | if number === kCFBooleanTrue as NSNumber {
2718 | return true
2719 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2720 | return false
2721 | }
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2725:31: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2723 | if let number = value as? NSNumber {
2724 | // TODO: Add a flag to coerce non-boolean numbers into Bools?
2725 | if number === kCFBooleanTrue as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
/host/spi-builder-workspace/.build/checkouts/GraphQL/Sources/GraphQL/Map/MapCoder.swift:2727:38: error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2725 | if number === kCFBooleanTrue as NSNumber {
2726 | return true
2727 | } else if number === kCFBooleanFalse as NSNumber {
| `- error: cannot convert value of type 'CFBoolean?' to type 'NSNumber' in coercion
2728 | return false
2729 | }
[1071/1094] Emitting module MultipartKit
[1078/1094] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
BUILD FAILURE 6.1 android