The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Pioneer, reference main (210d7d), with Swift 6.1 for Android on 30 May 2025 02:51:38 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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-4606859-1":/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/GraphQLSwift/GraphQL.git
Fetching https://github.com/GraphQLSwift/Graphiti.git
Fetching https://github.com/vapor/vapor.git
[1/3472] Fetching graphiti
[2189/8492] Fetching graphiti, graphql
[8493/82870] Fetching graphiti, graphql, vapor
Fetched https://github.com/GraphQLSwift/GraphQL.git from cache (0.58s)
[7935/77850] Fetching graphiti, vapor
Fetched https://github.com/GraphQLSwift/Graphiti.git from cache (2.20s)
Fetched https://github.com/vapor/vapor.git from cache (2.23s)
Computing version for https://github.com/GraphQLSwift/GraphQL.git
Computed https://github.com/GraphQLSwift/GraphQL.git at 2.10.3 (3.01s)
Fetching https://github.com/apple/swift-collections
Fetching https://github.com/apple/swift-nio.git
[1/16591] Fetching swift-collections
[2656/92699] Fetching swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections from cache (2.20s)
[48710/76108] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.93s)
Computing version for https://github.com/GraphQLSwift/Graphiti.git
Computed https://github.com/GraphQLSwift/Graphiti.git at 1.15.2 (7.78s)
Computing version for https://github.com/apple/swift-collections
Computed https://github.com/apple/swift-collections at 1.2.0 (1.20s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (2.80s)
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/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-atomics.git
[1/2609] Fetching websocket-kit
[862/3672] Fetching websocket-kit, swift-service-context
[3673/6991] Fetching websocket-kit, swift-service-context, multipart-kit
Fetched https://github.com/apple/swift-service-context.git from cache (0.37s)
[4070/5928] Fetching websocket-kit, multipart-kit
Fetching https://github.com/apple/swift-metrics.git
[4237/7638] Fetching websocket-kit, multipart-kit, swift-atomics
[4597/13597] Fetching websocket-kit, multipart-kit, swift-atomics, swift-algorithms
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.44s)
[2754/10988] Fetching multipart-kit, swift-atomics, swift-algorithms
[9297/13194] Fetching multipart-kit, swift-atomics, swift-algorithms, swift-metrics
[9474/18168] Fetching multipart-kit, swift-atomics, swift-algorithms, swift-metrics, swift-distributed-tracing
Fetched https://github.com/apple/swift-algorithms.git from cache (1.15s)
Fetching https://github.com/apple/swift-nio-extras.git
[7235/12209] Fetching multipart-kit, swift-atomics, swift-metrics, swift-distributed-tracing
Fetched https://github.com/apple/swift-metrics.git from cache (0.95s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.93s)
Fetching https://github.com/apple/swift-nio-ssl.git
[3359/5029] Fetching multipart-kit, swift-atomics
[3360/10943] Fetching multipart-kit, swift-atomics, swift-nio-extras
[9274/14779] Fetching multipart-kit, swift-atomics, swift-nio-extras, swift-log
[10042/26306] Fetching multipart-kit, swift-atomics, swift-nio-extras, swift-log, swift-nio-http2
[7658/20392] Fetching multipart-kit, swift-atomics, swift-log, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.61s)
Fetching https://github.com/vapor/routing-kit.git
[9502/35235] Fetching multipart-kit, swift-atomics, swift-log, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (0.64s)
[9875/31399] Fetching multipart-kit, swift-atomics, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-crypto.git
[10979/52126] Fetching multipart-kit, swift-atomics, swift-nio-http2, swift-nio-ssl, routing-kit
Fetched https://github.com/apple/swift-atomics.git from cache (2.11s)
[16545/50416] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, routing-kit
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (2.20s)
[22446/47097] Fetching swift-nio-http2, swift-nio-ssl, routing-kit
Fetching https://github.com/vapor/async-kit.git
[32535/61033] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-crypto
[34263/66680] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-crypto, console-kit
[37293/69050] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-crypto, console-kit, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.56s)
[49037/66680] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-crypto, console-kit
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/console-kit.git from cache (0.77s)
[45572/61033] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-crypto
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.69s)
[34480/49506] Fetching swift-nio-ssl, routing-kit, swift-crypto
Fetched https://github.com/vapor/routing-kit.git from cache (1.48s)
[14775/28779] Fetching swift-nio-ssl, swift-crypto
[17402/42793] Fetching swift-nio-ssl, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.97s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.52s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.66s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (5.24s)
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.63s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (1.70s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.63s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.56s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.03s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.59s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.34s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.77s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.70s)
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.55s)
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.60s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.57s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.52s)
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.72s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/904] Fetching swift-http-types
[905/2045] Fetching swift-http-types, swift-http-structured-headers
[1773/4471] Fetching swift-http-types, swift-http-structured-headers, swift-service-lifecycle
[1809/6061] Fetching swift-http-types, swift-http-structured-headers, swift-service-lifecycle, swift-asn1
[3748/11046] Fetching swift-http-types, swift-http-structured-headers, swift-service-lifecycle, swift-asn1, swift-async-algorithms
[4792/17201] Fetching swift-http-types, swift-http-structured-headers, swift-service-lifecycle, swift-asn1, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.35s)
[7428/16060] Fetching swift-http-types, swift-service-lifecycle, swift-asn1, swift-async-algorithms, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.45s)
[11788/13634] Fetching swift-http-types, swift-asn1, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.52s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.52s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.60s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.60s)
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.47s)
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.80s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.72s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.32s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.87s)
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.65s)
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.54s)
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.74s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.68s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.64s)
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.68s)
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.95s)
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.83s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (1.39s)
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-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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/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-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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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/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-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/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/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/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
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-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/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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.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-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-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-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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Building for debugging...
[0/833] Write sources
[48/833] Compiling CNIOWindows shim.c
[49/833] Compiling _NumericsShims _NumericsShims.c
[50/833] Compiling _AtomicsShims.c
[51/833] Compiling CNIOWindows WSAStartup.c
[52/833] Compiling CNIOWASI CNIOWASI.c
[53/833] Compiling CSystem shims.c
[54/833] Compiling CNIOLinux liburing_shims.c
[55/833] Compiling CVaporBcrypt bcrypt.c
[56/833] Compiling CVaporBcrypt blf.c
[57/833] Compiling CNIOSHA1 c_nio_sha1.c
[58/833] Compiling CNIOExtrasZlib empty.c
[58/833] Compiling CNIODarwin shim.c
[60/833] Compiling CNIOLLHTTP c_nio_http.c
[61/833] Compiling fiat_p256_adx_sqr.S
[61/833] Compiling CNIOLLHTTP c_nio_api.c
[63/833] Compiling CNIOLinux shim.c
[64/833] Compiling fiat_p256_adx_mul.S
[65/833] Compiling fiat_curve25519_adx_square.S
[66/833] Compiling fiat_curve25519_adx_mul.S
[67/833] Write swift-version-24593BA9C3E375BF.txt
[68/833] Compiling CNIOLLHTTP c_nio_llhttp.c
[69/833] Compiling CNIOBoringSSLShims shims.c
[70/839] Compiling tls_record.cc
[71/839] Compiling tls_method.cc
[71/839] Compiling tls13_server.cc
[71/839] Compiling tls13_client.cc
[74/872] Compiling tls13_enc.cc
[75/885] Compiling tls13_both.cc
[77/902] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[78/903] Emitting module _NIOBase64
[79/903] Compiling _NIOBase64 Base64.swift
[80/904] Emitting module ServiceContextModule
[81/904] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[82/904] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[83/904] Compiling _NIODataStructures _TinyArray.swift
[84/904] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[85/904] Compiling InternalCollectionsUtilities Debugging.swift
[86/904] Compiling ServiceContextModule ServiceContext.swift
[87/904] Compiling ServiceContextModule ServiceContextKey.swift
[88/904] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[89/904] Compiling InternalCollectionsUtilities UInt+reversed.swift
[90/904] Compiling RealModule ElementaryFunctions.swift
[91/904] Compiling RealModule Float80+Real.swift
[92/904] Emitting module RealModule
[93/904] Compiling RealModule Real.swift
[94/904] Compiling RealModule Float16+Real.swift
[95/904] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[96/904] Compiling InternalCollectionsUtilities _SortedCollection.swift
[97/904] Compiling InternalCollectionsUtilities Descriptions.swift
[98/904] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[99/904] Compiling _NIODataStructures PriorityQueue.swift
[100/904] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[101/904] Compiling InternalCollectionsUtilities Integer rank.swift
[102/904] Emitting module InternalCollectionsUtilities
[103/906] Compiling RealModule Float+Real.swift
[109/906] Emitting module _NIODataStructures
[110/906] Compiling _NIODataStructures Heap.swift
[112/907] Compiling RealModule RealFunctions.swift
[114/908] Compiling CoreMetrics Metrics.swift
[115/908] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[118/915] Compiling Instrumentation Instrument.swift
[119/915] Emitting module Instrumentation
[120/915] Compiling Instrumentation MultiplexInstrument.swift
[121/915] Compiling Instrumentation NoOpInstrument.swift
[122/915] Compiling SystemPackage FilePathParsing.swift
[123/915] Compiling SystemPackage FilePathString.swift
[124/915] Compiling SystemPackage FilePathSyntax.swift
[125/915] Compiling SystemPackage FilePathTemp.swift
[126/918] Compiling Instrumentation InstrumentationSystem.swift
[131/918] Emitting module SystemPackage
[136/918] Compiling SystemPackage Util+StringArray.swift
[137/918] Compiling SystemPackage Util.swift
[138/918] Compiling SystemPackage UtilConsumers.swift
[138/918] Compiling t1_enc.cc
[139/918] Compiling ssl_transcript.cc
[140/918] Compiling ssl_versions.cc
[141/989] Compiling ssl_x509.cc
[143/1048] Compiling HeapModule _HeapNode.swift
[144/1048] Compiling HeapModule Heap+Invariants.swift
[145/1048] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[146/1048] Compiling HeapModule Heap+Descriptions.swift
[147/1048] Compiling HeapModule Heap+UnsafeHandle.swift
[148/1049] Compiling HeapModule Heap.swift
[149/1124] Emitting module HeapModule
[150/1125] Compiling HashTreeCollections _HashNodeHeader.swift
[151/1125] Compiling HashTreeCollections _HashSlot.swift
[152/1125] Compiling HashTreeCollections _HashStack.swift
[153/1125] Compiling HashTreeCollections _HashTreeIterator.swift
[154/1125] Compiling HashTreeCollections _HashTreeStatistics.swift
[155/1125] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[156/1125] Compiling HashTreeCollections _RawHashNode.swift
[157/1125] Compiling HashTreeCollections _UnmanagedHashNode.swift
[158/1125] Compiling Instrumentation Locks.swift
[159/1126] Emitting module Logging
[160/1126] Compiling CoreMetrics Locks.swift
[161/1126] Emitting module CoreMetrics
[162/1127] Compiling Logging MetadataProvider.swift
[163/1127] Compiling HashTreeCollections _Bucket.swift
[164/1127] Compiling HashTreeCollections _Hash.swift
[165/1127] Compiling HashTreeCollections _HashLevel.swift
[166/1127] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[167/1127] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[168/1127] Compiling HashTreeCollections _AncestorHashSlots.swift
[169/1127] Compiling HashTreeCollections _Bitmap.swift
[170/1128] Compiling Logging Locks.swift
[171/1128] Compiling Logging LogHandler.swift
[172/1128] Compiling Logging Logging.swift
[176/1129] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[177/1129] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[178/1129] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[179/1129] Compiling HashTreeCollections TreeDictionary+Filter.swift
[180/1129] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[181/1129] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[182/1129] Compiling HashTreeCollections TreeDictionary+Keys.swift
[185/1136] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[186/1136] Compiling HashTreeCollections _HashNode+Structural filter.swift
[187/1136] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[188/1136] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[189/1136] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[190/1136] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[191/1136] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[192/1167] Compiling HashTreeCollections TreeSet+Hashable.swift
[193/1167] Compiling HashTreeCollections TreeSet+Sendable.swift
[194/1167] Compiling HashTreeCollections TreeSet+Sequence.swift
[195/1167] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[196/1167] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[197/1167] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[198/1167] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[199/1167] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[200/1167] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[201/1167] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[202/1177] Compiling DequeModule _DequeBuffer.swift
[203/1177] Compiling DequeModule _DequeBufferHeader.swift
[204/1179] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[205/1179] Compiling HashTreeCollections TreeDictionary+Merge.swift
[206/1179] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[207/1179] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[208/1179] Compiling HashTreeCollections TreeDictionary+Values.swift
[209/1179] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[210/1179] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[211/1179] Compiling HashTreeCollections _HashNode+Storage.swift
[215/1179] Compiling HashTreeCollections _HashNode+Builder.swift
[216/1179] Compiling HashTreeCollections _HashNode+Debugging.swift
[217/1179] Compiling HashTreeCollections _HashNode+Initializers.swift
[218/1179] Compiling HashTreeCollections _HashNode+Invariants.swift
[219/1179] Compiling HashTreeCollections _HashNode+Lookups.swift
[220/1179] Compiling DequeModule Deque+Codable.swift
[221/1179] Compiling DequeModule Deque+Collection.swift
[222/1179] Compiling DequeModule Deque+Equatable.swift
[223/1179] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[224/1179] Compiling DequeModule Deque+CustomReflectable.swift
[225/1179] Compiling DequeModule Deque+Descriptions.swift
[228/1179] Compiling HashTreeCollections _UnsafePath.swift
[229/1179] Compiling HashTreeCollections TreeDictionary+Codable.swift
[230/1179] Compiling HashTreeCollections TreeDictionary+Collection.swift
[231/1179] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[236/1179] Compiling Tracing InstrumentationSystem+Tracing.swift
[237/1179] Compiling Tracing TracingTime.swift
[246/1179] Compiling DequeModule Deque._UnsafeHandle.swift
[247/1179] Compiling DequeModule Deque.swift
[248/1188] Emitting module Tracing
[260/1188] Compiling OrderedCollections OrderedSet+SubSequence.swift
[261/1188] Compiling OrderedCollections OrderedSet+Testing.swift
[262/1188] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[263/1188] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[264/1188] Compiling OrderedCollections OrderedSet.swift
[265/1188] Compiling OrderedCollections _UnsafeBitset.swift
[266/1188] Compiling HashTreeCollections TreeSet+Equatable.swift
[267/1188] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[268/1188] Compiling HashTreeCollections TreeSet+Extras.swift
[269/1188] Compiling HashTreeCollections TreeSet+Filter.swift
[270/1188] Compiling Tracing TracerProtocol.swift
[271/1188] Compiling Tracing Tracer.swift
[272/1188] Compiling Tracing TracerProtocol+Legacy.swift
[273/1188] Compiling DequeModule _DequeSlot.swift
[274/1188] Compiling DequeModule _UnsafeWrappedBuffer.swift
[277/1188] Compiling DequeModule Deque+Testing.swift
[278/1188] Compiling DequeModule Deque._Storage.swift
[279/1188] Compiling DequeModule Deque+Extras.swift
[280/1188] Compiling DequeModule Deque+Hashable.swift
[297/1188] Compiling _RopeModule _CharacterRecognizer.swift
[298/1188] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[299/1188] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[300/1188] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[301/1188] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[302/1188] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[303/1188] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[304/1188] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[305/1188] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[306/1188] Compiling HashTreeCollections TreeSet.swift
[330/1188] Compiling OrderedCollections OrderedSet+Sendable.swift
[350/1188] Compiling Tracing SpanProtocol.swift
[351/1188] Compiling Tracing NoOpTracer.swift
[351/1189] Compiling ssl_stat.cc
[354/1189] Emitting module OrderedCollections
[355/1190] Emitting module DequeModule
[369/1191] Emitting module _RopeModule
[370/1191] Compiling RoutingKit PathComponent.swift
[404/1191] Compiling RoutingKit Router.swift
[405/1191] Compiling RoutingKit TrieRouter.swift
[406/1191] Compiling Metrics Metrics.swift
[407/1191] Emitting module Metrics
[408/1192] Compiling _RopeModule Rope+Join.swift
[409/1192] Compiling _RopeModule Rope+MutatingForEach.swift
[410/1192] Compiling _RopeModule Rope+Remove.swift
[411/1192] Compiling _RopeModule Rope+RemoveSubrange.swift
[412/1192] Compiling _RopeModule Rope+Split.swift
[413/1192] Compiling _RopeModule Optional Utilities.swift
[414/1192] Compiling _RopeModule String Utilities.swift
[415/1192] Compiling _RopeModule String.Index+ABI.swift
[417/1192] Compiling RoutingKit AnyRouter.swift
[418/1192] Compiling RoutingKit Parameters.swift
[419/1192] Emitting module RoutingKit
[440/1193] Compiling ssl_session.cc
[442/1194] Emitting module HashTreeCollections
[444/1195] Compiling ssl_privkey.cc
[445/1195] Compiling ssl_key_share.cc
[446/1195] Compiling ssl_lib.cc
[447/1195] Compiling ssl_file.cc
[448/1195] Compiling ssl_buffer.cc
[449/1195] Compiling ssl_asn1.cc
[450/1195] Compiling ssl_cert.cc
[451/1195] Compiling ssl_aead_ctx.cc
[452/1195] Compiling ssl_cipher.cc
[453/1195] Compiling ssl_credential.cc
[454/1195] Compiling s3_pkt.cc
[455/1195] Compiling s3_both.cc
[456/1195] Compiling s3_lib.cc
[457/1195] Compiling handshake_server.cc
[458/1195] Compiling handshake_client.cc
[459/1195] Compiling handoff.cc
[460/1195] Compiling extensions.cc
[461/1195] Compiling handshake.cc
[462/1195] Compiling encrypted_client_hello.cc
[463/1195] Compiling md5-x86_64-linux.S
[464/1195] Compiling dtls_record.cc
[465/1195] Compiling md5-x86_64-apple.S
[466/1195] Compiling md5-586-apple.S
[467/1195] Compiling md5-586-linux.S
[468/1195] Compiling chacha20_poly1305_x86_64-linux.S
[469/1195] Compiling chacha20_poly1305_x86_64-apple.S
[470/1195] Compiling d1_srtp.cc
[471/1195] Compiling chacha20_poly1305_armv8-win.S
[472/1195] Compiling chacha20_poly1305_armv8-apple.S
[473/1195] Compiling chacha20_poly1305_armv8-linux.S
[474/1195] Compiling err_data.cc
[475/1195] Compiling chacha-x86_64-apple.S
[476/1195] Compiling chacha-x86_64-linux.S
[477/1195] Compiling dtls_method.cc
[478/1195] Compiling chacha-x86-linux.S
[479/1195] Compiling chacha-x86-apple.S
[480/1195] Compiling chacha-armv8-apple.S
[481/1195] Compiling chacha-armv8-win.S
[482/1195] Compiling chacha-armv8-linux.S
[483/1195] Compiling chacha-armv4-linux.S
[484/1195] Compiling aes128gcmsiv-x86_64-linux.S
[485/1195] Compiling aes128gcmsiv-x86_64-apple.S
[486/1195] Compiling x86_64-mont5-apple.S
[487/1195] Compiling x86_64-mont5-linux.S
[488/1195] Compiling x86_64-mont-linux.S
[489/1195] Compiling x86_64-mont-apple.S
[490/1195] Compiling x86-mont-linux.S
[491/1195] Compiling d1_pkt.cc
[492/1195] Compiling vpaes-x86_64-linux.S
[493/1195] Compiling x86-mont-apple.S
[494/1195] Compiling vpaes-x86-linux.S
[495/1195] Compiling vpaes-x86_64-apple.S
[496/1195] Compiling vpaes-x86-apple.S
[497/1195] Compiling vpaes-armv8-apple.S
[497/1195] Compiling vpaes-armv8-win.S
[499/1195] Compiling vpaes-armv8-linux.S
[500/1195] Compiling vpaes-armv7-linux.S
[501/1195] Compiling sha512-x86_64-apple.S
[502/1195] Compiling sha512-armv8-linux.S
[503/1195] Compiling sha512-armv8-apple.S
[504/1195] Compiling sha512-x86_64-linux.S
[505/1195] Compiling sha512-armv8-win.S
[506/1195] Compiling bio_ssl.cc
[507/1195] Compiling sha512-586-linux.S
[508/1195] Compiling sha512-armv4-linux.S
[509/1195] Compiling sha512-586-apple.S
[510/1195] Compiling sha256-x86_64-apple.S
[510/1195] Compiling sha256-x86_64-linux.S
[512/1195] Compiling sha256-armv8-win.S
[513/1195] Compiling sha256-armv8-linux.S
[514/1195] Compiling sha256-armv8-apple.S
[515/1195] Compiling sha256-armv4-linux.S
[516/1195] Compiling d1_both.cc
[517/1195] Compiling sha256-586-apple.S
[518/1195] Compiling sha1-x86_64-linux.S
[519/1195] Compiling sha256-586-linux.S
[520/1195] Compiling sha1-x86_64-apple.S
[521/1195] Compiling d1_lib.cc
[522/1195] Compiling sha1-armv8-win.S
[523/1195] Compiling sha1-armv8-apple.S
[524/1195] Compiling sha1-armv4-large-linux.S
[525/1195] Compiling sha1-armv8-linux.S
[526/1195] Compiling sha1-586-linux.S
[527/1195] Compiling sha1-586-apple.S
[528/1195] Compiling rsaz-avx2-linux.S
[528/1195] Compiling rsaz-avx2-apple.S
[530/1195] Compiling rdrand-x86_64-apple.S
[530/1195] Compiling rdrand-x86_64-linux.S
[532/1195] Compiling p256_beeu-x86_64-asm-apple.S
[533/1195] Compiling p256_beeu-x86_64-asm-linux.S
[534/1195] Compiling p256_beeu-armv8-asm-linux.S
[535/1195] Compiling p256_beeu-armv8-asm-win.S
[536/1195] Compiling p256_beeu-armv8-asm-apple.S
[537/1195] Compiling p256-x86_64-asm-linux.S
[538/1195] Compiling p256-armv8-asm-win.S
[539/1195] Compiling p256-x86_64-asm-apple.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-armv7-linux.S
[544/1195] Compiling ghashv8-armv8-win.S
[545/1195] Compiling ghashv8-armv8-apple.S
[546/1195] Compiling ghash-x86_64-linux.S
[547/1195] Compiling ghash-x86-linux.S
[548/1195] Compiling ghash-x86-apple.S
[549/1195] Compiling ghash-x86_64-apple.S
[550/1195] Compiling ghash-ssse3-x86_64-apple.S
[551/1195] Compiling ghash-ssse3-x86_64-linux.S
[552/1195] Compiling ghash-ssse3-x86-apple.S
[553/1195] Compiling ghash-neon-armv8-win.S
[554/1195] Compiling ghash-neon-armv8-linux.S
[555/1195] Compiling ghash-ssse3-x86-linux.S
[556/1195] Compiling ghash-neon-armv8-apple.S
[557/1195] Compiling ghash-armv4-linux.S
[558/1195] Compiling bn-armv8-win.S
[559/1195] Compiling co-586-linux.S
[560/1195] Compiling bsaes-armv7-linux.S
[560/1195] Compiling co-586-apple.S
[562/1195] Compiling bn-armv8-linux.S
[563/1195] Compiling bn-armv8-apple.S
[564/1195] Compiling bn-586-linux.S
[565/1195] Compiling bn-586-apple.S
[566/1195] Compiling armv8-mont-win.S
[567/1195] Compiling armv8-mont-linux.S
[568/1195] Compiling armv8-mont-apple.S
[569/1195] Compiling armv4-mont-linux.S
[570/1195] Compiling aesv8-gcm-armv8-win.S
[571/1195] Compiling aesv8-armv8-win.S
[572/1195] Compiling aesv8-gcm-armv8-linux.S
[572/1195] Compiling aesv8-gcm-armv8-apple.S
[574/1195] Compiling aesv8-armv8-linux.S
[575/1195] Compiling aesv8-armv7-linux.S
[576/1195] Compiling aesv8-armv8-apple.S
[577/1195] Compiling aesni-x86_64-linux.S
[578/1195] Compiling aesni-x86_64-apple.S
[579/1195] Compiling aesni-x86-apple.S
[580/1195] Compiling aesni-x86-linux.S
[581/1195] Compiling aesni-gcm-x86_64-linux.S
[582/1195] Compiling aes-gcm-avx2-x86_64-linux.S
[583/1195] Compiling aesni-gcm-x86_64-apple.S
[584/1195] Compiling aes-gcm-avx2-x86_64-apple.S
[585/1195] Compiling aes-gcm-avx10-x86_64-linux.S
[586/1195] Compiling aes-gcm-avx10-x86_64-apple.S
[587/1195] Compiling x_spki.cc
[588/1195] Compiling x_val.cc
[589/1195] Compiling x_x509a.cc
[590/1195] Compiling x_req.cc
[591/1195] Compiling x_x509.cc
[592/1195] Compiling x_name.cc
[593/1195] Compiling x_sig.cc
[594/1195] Compiling x_pubkey.cc
[595/1195] Compiling x_exten.cc
[596/1195] Compiling x_crl.cc
[597/1195] Compiling x_algor.cc
[598/1195] Compiling x_attrib.cc
[599/1195] Compiling x509spki.cc
[600/1195] Compiling x_all.cc
[601/1195] Compiling x509rset.cc
[602/1195] Compiling x509name.cc
[603/1195] Compiling x509_vpm.cc
[604/1195] Compiling x509_txt.cc
[605/1195] Compiling x509cset.cc
[606/1195] Compiling x509_vfy.cc
[607/1195] Compiling x509_req.cc
[608/1195] Compiling x509_set.cc
[609/1195] Compiling x509_v3.cc
[610/1195] Compiling x509_trs.cc
[611/1195] Compiling x509_obj.cc
[612/1195] Compiling x509_d2.cc
[613/1195] Compiling x509_def.cc
[614/1195] Compiling x509_lu.cc
[615/1195] Compiling x509_cmp.cc
[616/1195] Compiling x509_ext.cc
[617/1195] Compiling x509_att.cc
[618/1195] Compiling x509.cc
[619/1195] Compiling v3_prn.cc
[620/1195] Compiling v3_utl.cc
[621/1195] Compiling v3_skey.cc
[622/1195] Compiling v3_pmaps.cc
[623/1195] Compiling v3_purp.cc
[624/1195] Compiling v3_ocsp.cc
[625/1195] Compiling v3_ncons.cc
[626/1195] Compiling v3_pcons.cc
[627/1195] Compiling v3_int.cc
[628/1195] Compiling v3_lib.cc
[629/1195] Compiling v3_info.cc
[630/1195] Compiling v3_genn.cc
[631/1195] Compiling v3_crld.cc
[632/1195] Compiling v3_ia5.cc
[633/1195] Compiling v3_enum.cc
[634/1195] Compiling v3_extku.cc
[635/1195] Compiling v3_cpols.cc
[636/1195] Compiling v3_conf.cc
[637/1195] Compiling v3_bitst.cc
[638/1195] Compiling v3_bcons.cc
[639/1195] Compiling v3_alt.cc
[640/1195] Compiling v3_akeya.cc
[641/1195] Compiling t_x509a.cc
[642/1195] Compiling v3_akey.cc
[643/1195] Compiling t_x509.cc
[644/1195] Compiling t_req.cc
[645/1195] Compiling t_crl.cc
[646/1195] Compiling policy.cc
[647/1195] Compiling name_print.cc
[648/1195] Compiling i2d_pr.cc
[649/1195] Compiling rsa_pss.cc
[650/1195] Compiling asn1_gen.cc
[651/1195] Compiling by_file.cc
[652/1195] Compiling by_dir.cc
[653/1195] Compiling a_verify.cc
[654/1195] Compiling algorithm.cc
[655/1195] Compiling thread_win.cc
[656/1195] Compiling voprf.cc
[657/1195] Compiling a_digest.cc
[658/1195] Compiling trust_token.cc
[659/1195] Compiling pmbtoken.cc
[660/1195] Compiling a_sign.cc
[661/1195] Compiling thread_pthread.cc
[662/1195] Compiling thread_none.cc
[663/1195] Compiling stack.cc
[664/1195] Compiling thread.cc
[665/1195] Compiling slhdsa.cc
[666/1195] Compiling sha256.cc
[667/1195] Compiling siphash.cc
[668/1195] Compiling sha1.cc
[669/1195] Compiling sha512.cc
[670/1195] Compiling rsa_extra.cc
[671/1195] Compiling spake2plus.cc
[672/1195] Compiling rsa_print.cc
[673/1195] Compiling rsa_crypt.cc
[674/1195] Compiling rsa_asn1.cc
[675/1195] Compiling trusty.cc
[676/1195] Compiling refcount.cc
[677/1195] Compiling windows.cc
[678/1195] Compiling urandom.cc
[679/1195] Compiling rc4.cc
[680/1195] Compiling rand.cc
[681/1195] Compiling getentropy.cc
[682/1195] Compiling poly1305_arm_asm.S
[683/1195] Compiling ios.cc
[684/1195] Compiling forkunsafe.cc
[685/1195] Compiling fork_detect.cc
[686/1195] Compiling passive.cc
[687/1195] Compiling deterministic.cc
[688/1195] Compiling poly1305_vec.cc
[689/1195] Compiling pool.cc
[690/1195] Compiling poly1305.cc
[691/1195] Compiling poly1305_arm.cc
[692/1195] Compiling p5_pbev2.cc
[693/1195] Compiling pkcs8.cc
[694/1195] Compiling pkcs7.cc
[695/1195] Compiling pkcs8_x509.cc
[696/1195] Compiling pkcs7_x509.cc
[697/1195] Compiling pem_x509.cc
[698/1195] Compiling pem_pkey.cc
[699/1195] Compiling pem_xaux.cc
[700/1195] Compiling pem_pk8.cc
[701/1195] Compiling pem_info.cc
[702/1195] Compiling pem_oth.cc
[703/1195] Compiling pem_lib.cc
[704/1195] Compiling obj_xref.cc
[705/1195] Compiling mlkem.cc
[706/1195] Compiling pem_all.cc
[707/1195] Compiling obj.cc
[708/1195] Compiling md5.cc
[709/1195] Compiling mem.cc
[710/1195] Compiling mldsa.cc
[711/1195] Compiling fips_shared_support.cc
[712/1195] Compiling poly_rq_mul.S
[713/1195] Compiling md4.cc
[714/1195] Compiling lhash.cc
[715/1195] Compiling ex_data.cc
[716/1195] Compiling scrypt.cc
[717/1195] Compiling hpke.cc
[718/1195] Compiling sign.cc
[719/1195] Compiling kyber.cc
[720/1195] Compiling hrss.cc
[721/1195] Compiling print.cc
[722/1195] Compiling pbkdf.cc
[723/1195] Compiling p_x25519.cc
[724/1195] Compiling p_x25519_asn1.cc
[725/1195] Compiling p_rsa_asn1.cc
[726/1195] Compiling p_rsa.cc
[727/1195] Compiling p_ed25519_asn1.cc
[728/1195] Compiling p_hkdf.cc
[729/1195] Compiling p_ed25519.cc
[730/1195] Compiling p_ec_asn1.cc
[731/1195] Compiling p_ec.cc
[732/1195] Compiling evp_ctx.cc
[733/1195] Compiling p_dh.cc
[734/1195] Compiling p_dh_asn1.cc
[735/1195] Compiling p_dsa_asn1.cc
[736/1195] Compiling evp.cc
[737/1195] Compiling evp_asn1.cc
[738/1195] Compiling err.cc
[739/1195] Compiling ecdh.cc
[740/1195] Compiling engine.cc
[741/1195] Compiling hash_to_curve.cc
[742/1195] Compiling ecdsa_asn1.cc
[743/1195] Compiling ec_derive.cc
[744/1195] Compiling dsa.cc
[745/1195] Compiling ec_asn1.cc
[746/1195] Compiling bcm.cc
[747/1195] Compiling params.cc
[748/1195] Compiling x25519-asm-arm.S
[749/1195] Compiling dsa_asn1.cc
[750/1195] Compiling digest_extra.cc
[751/1195] Compiling dh_asn1.cc
[752/1195] Compiling des.cc
[753/1195] Compiling cpu_intel.cc
[754/1195] Compiling curve25519.cc
[755/1195] Compiling curve25519_64_adx.cc
[756/1195] Compiling crypto.cc
[757/1195] Compiling spake25519.cc
[758/1195] Compiling cpu_arm_linux.cc
[759/1195] Compiling cpu_arm_freebsd.cc
[760/1195] Compiling cpu_aarch64_sysreg.cc
[761/1195] Compiling cpu_aarch64_openbsd.cc
[762/1195] Compiling cpu_aarch64_linux.cc
[763/1195] Compiling cpu_aarch64_fuchsia.cc
[764/1195] Compiling cpu_aarch64_apple.cc
[765/1195] Compiling cpu_aarch64_win.cc
[766/1195] Compiling tls_cbc.cc
[767/1195] Compiling conf.cc
[768/1195] Compiling get_cipher.cc
[769/1195] Compiling e_tls.cc
[770/1195] Compiling e_rc4.cc
[771/1195] Compiling e_des.cc
[772/1195] Compiling e_rc2.cc
[772/1195] Compiling e_chacha20poly1305.cc
[774/1195] Compiling e_null.cc
[774/1195] Compiling e_aesgcmsiv.cc
[776/1195] Compiling e_aesctrhmac.cc
[777/1195] Compiling derive_key.cc
[778/1195] Compiling chacha.cc
[779/1195] Compiling unicode.cc
[780/1195] Compiling cbb.cc
[781/1195] Compiling buf.cc
[782/1195] Compiling ber.cc
[783/1195] Compiling asn1_compat.cc
[784/1195] Compiling cbs.cc
[785/1195] Compiling socket_helper.cc
[786/1195] Compiling bn_asn1.cc
[787/1195] Compiling blake2.cc
[788/1195] Compiling convert.cc
[789/1195] Compiling printf.cc
[790/1195] Compiling socket.cc
[791/1195] Compiling pair.cc
[792/1195] Compiling hexdump.cc
[793/1195] Compiling fd.cc
[794/1195] Compiling file.cc
[795/1195] Compiling errno.cc
[796/1195] Compiling bio_mem.cc
[797/1195] Compiling connect.cc
[798/1195] Compiling base64.cc
[799/1195] Compiling bio.cc
[800/1195] Compiling tasn_utl.cc
[801/1195] Compiling tasn_fre.cc
[802/1195] Compiling tasn_typ.cc
[803/1195] Compiling tasn_enc.cc
[804/1195] Compiling f_string.cc
[805/1195] Compiling posix_time.cc
[806/1195] Compiling tasn_new.cc
[807/1195] Compiling tasn_dec.cc
[808/1195] Compiling f_int.cc
[809/1195] Compiling asn1_par.cc
[810/1195] Compiling asn_pack.cc
[811/1195] Compiling a_type.cc
[812/1195] Compiling asn1_lib.cc
[813/1195] Compiling a_octet.cc
[814/1195] Compiling a_time.cc
[815/1195] Compiling a_utctm.cc
[816/1195] Compiling a_strnid.cc
[817/1195] Compiling a_strex.cc
[818/1195] Compiling a_dup.cc
[819/1195] Compiling a_i2d_fp.cc
[820/1195] Compiling a_mbstr.cc
[821/1195] Compiling a_int.cc
[822/1195] Compiling a_object.cc
[823/1195] Compiling fiat_p256_adx_sqr.S
[824/1195] Compiling a_d2i_fp.cc
[825/1195] Compiling fiat_curve25519_adx_square.S
[826/1195] Compiling fiat_p256_adx_mul.S
[827/1195] Compiling CCryptoBoringSSLShims shims.c
[828/1195] Compiling a_gentm.cc
[829/1195] Compiling fiat_curve25519_adx_mul.S
[830/1195] Compiling a_bitstr.cc
[831/1195] Compiling md5-x86_64-apple.S
[832/1195] Compiling md5-x86_64-linux.S
[833/1195] Compiling md5-586-apple.S
[834/1195] Compiling md5-586-linux.S
[835/1195] Compiling chacha20_poly1305_x86_64-apple.S
[836/1195] Compiling chacha20_poly1305_x86_64-linux.S
[837/1195] Compiling chacha20_poly1305_armv8-win.S
[838/1195] Compiling chacha-x86_64-linux.S
[839/1195] Compiling chacha20_poly1305_armv8-apple.S
[840/1195] Compiling chacha20_poly1305_armv8-linux.S
[841/1195] Compiling chacha-x86_64-apple.S
[842/1195] Compiling chacha-x86-apple.S
[843/1195] Compiling chacha-armv8-win.S
[844/1195] Compiling chacha-x86-linux.S
[845/1195] Compiling a_bool.cc
[846/1195] Compiling chacha-armv4-linux.S
[847/1195] Compiling chacha-armv8-apple.S
[848/1195] Compiling chacha-armv8-linux.S
[849/1195] Compiling aes128gcmsiv-x86_64-apple.S
[850/1195] Compiling aes128gcmsiv-x86_64-linux.S
[851/1195] Compiling x86_64-mont5-apple.S
[852/1195] Compiling x86_64-mont5-linux.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 err_data.cc
[857/1195] Compiling x86-mont-apple.S
[858/1195] Compiling vpaes-x86_64-linux.S
[859/1195] Compiling vpaes-x86_64-apple.S
[860/1195] Compiling vpaes-x86-linux.S
[861/1195] Compiling vpaes-x86-apple.S
[862/1195] Compiling vpaes-armv8-win.S
[863/1195] Compiling vpaes-armv8-apple.S
[864/1195] Compiling vpaes-armv8-linux.S
[865/1195] Compiling vpaes-armv7-linux.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-armv4-linux.S
[871/1195] Compiling sha512-586-linux.S
[871/1195] Compiling sha512-armv8-linux.S
[873/1195] Compiling sha512-586-apple.S
[873/1195] Compiling sha256-x86_64-linux.S
[875/1195] Compiling sha256-x86_64-apple.S
[876/1195] Compiling sha256-armv8-win.S
[877/1195] Compiling sha256-586-linux.S
[878/1195] Compiling sha256-armv4-linux.S
[879/1195] Compiling sha256-armv8-apple.S
[880/1195] Compiling sha256-586-apple.S
[881/1195] Compiling sha256-armv8-linux.S
[882/1195] Compiling sha1-armv8-win.S
[883/1195] Compiling sha1-x86_64-apple.S
[884/1195] Compiling sha1-x86_64-linux.S
[885/1195] Compiling sha1-armv4-large-linux.S
[886/1195] Compiling sha1-armv8-linux.S
[887/1195] Compiling sha1-586-apple.S
[887/1195] Compiling sha1-586-linux.S
[889/1195] Compiling sha1-armv8-apple.S
[890/1195] Compiling rsaz-avx2-linux.S
[891/1195] Compiling rsaz-avx2-apple.S
[892/1195] Compiling rdrand-x86_64-linux.S
[893/1195] Compiling rdrand-x86_64-apple.S
[894/1195] Compiling p256_beeu-x86_64-asm-apple.S
[895/1195] Compiling p256_beeu-x86_64-asm-linux.S
[896/1195] Compiling p256_beeu-armv8-asm-win.S
[897/1195] Compiling p256_beeu-armv8-asm-linux.S
[898/1195] Compiling p256_beeu-armv8-asm-apple.S
[899/1195] Compiling p256-x86_64-asm-linux.S
[900/1195] Compiling p256-armv8-asm-win.S
[901/1195] Compiling p256-x86_64-asm-apple.S
[902/1195] Compiling p256-armv8-asm-apple.S
[903/1195] Compiling ghashv8-armv8-linux.S
[904/1195] Compiling p256-armv8-asm-linux.S
[905/1195] Compiling ghashv8-armv7-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 ghash-x86_64-apple.S
[910/1195] Compiling ghash-x86-apple.S
[911/1195] Compiling ghash-x86-linux.S
[912/1195] Compiling ghash-ssse3-x86_64-linux.S
[913/1195] Compiling ghash-ssse3-x86_64-apple.S
[914/1195] Compiling c-nioatomics.c
[915/1195] Compiling ghash-ssse3-x86-apple.S
[915/1195] Compiling ghash-ssse3-x86-linux.S
[917/1195] Compiling ghash-neon-armv8-linux.S
[918/1195] Compiling ghash-armv4-linux.S
[919/1195] Compiling ghash-neon-armv8-apple.S
[920/1195] Compiling ghash-neon-armv8-win.S
[921/1195] Compiling co-586-linux.S
[922/1195] Compiling co-586-apple.S
[923/1195] Compiling bsaes-armv7-linux.S
[924/1195] Compiling bn-armv8-win.S
[925/1195] Compiling bn-armv8-linux.S
[926/1195] Compiling bn-586-linux.S
[927/1195] Compiling bn-armv8-apple.S
[928/1195] Compiling bn-586-apple.S
[929/1195] Compiling armv8-mont-win.S
[930/1195] Compiling armv8-mont-apple.S
[930/1195] Compiling armv4-mont-linux.S
[930/1195] Compiling aesv8-gcm-armv8-win.S
[933/1195] Compiling armv8-mont-linux.S
[934/1195] Compiling aesv8-gcm-armv8-apple.S
[935/1195] Compiling aesv8-armv8-win.S
[936/1195] Compiling aesv8-gcm-armv8-linux.S
[937/1195] Compiling aesni-x86_64-linux.S
[938/1195] Compiling aesv8-armv8-apple.S
[939/1195] Compiling aesv8-armv7-linux.S
[939/1195] Compiling aesv8-armv8-linux.S
[941/1195] Compiling aesni-x86-linux.S
[941/1195] Compiling aesni-x86_64-apple.S
[943/1195] Compiling aesni-x86-apple.S
[944/1195] Compiling aesni-gcm-x86_64-linux.S
[945/1195] Compiling aesni-gcm-x86_64-apple.S
[946/1195] Compiling aes-gcm-avx10-x86_64-linux.S
[947/1195] Compiling aes-gcm-avx10-x86_64-apple.S
[948/1195] Compiling c-atomics.c
[950/1201] Compiling NIOConcurrencyHelpers NIOLock.swift
[950/1201] Compiling x_x509a.cc
[952/1201] Compiling NIOConcurrencyHelpers lock.swift
[953/1201] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[954/1201] Compiling NIOConcurrencyHelpers atomics.swift
[954/1201] Compiling x_spki.cc
[955/1201] Compiling x_x509.cc
[956/1201] Compiling x_req.cc
[957/1201] Compiling x_pubkey.cc
[959/1201] Emitting module NIOConcurrencyHelpers
[960/1201] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[960/1202] Compiling x_sig.cc
[962/1202] Compiling x_val.cc
[963/1202] Compiling x_name.cc
[964/1202] Compiling x_exten.cc
[965/1202] Compiling x_attrib.cc
[966/1202] Compiling x_algor.cc
[967/1202] Compiling x509spki.cc
[968/1228] Compiling x_all.cc
[969/1228] Compiling x_crl.cc
[970/1228] Compiling x509rset.cc
[972/1228] Emitting module ConsoleKitTerminal
[972/1231] Compiling x509cset.cc
[974/1231] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[975/1231] Compiling ConsoleKitTerminal ConsoleClear.swift
[976/1231] Compiling ConsoleKitTerminal Console+Ask.swift
[977/1231] Compiling ConsoleKitTerminal Console+Choose.swift
[978/1231] Compiling ConsoleKitTerminal Console+Confirm.swift
[979/1231] Compiling ConsoleKitTerminal Console+Input.swift
[980/1231] Compiling ConsoleKitTerminal Console+Center.swift
[981/1231] Compiling ConsoleKitTerminal Console+Output.swift
[982/1231] Compiling ConsoleKitTerminal ActivityBar.swift
[983/1231] Compiling ConsoleKitTerminal ActivityIndicator.swift
[984/1231] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[985/1231] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[986/1231] Compiling ConsoleKitTerminal CustomActivity.swift
[987/1231] Compiling ConsoleKitTerminal LoadingBar.swift
[988/1231] Compiling ConsoleKitTerminal ProgressBar.swift
[989/1231] Compiling ConsoleKitTerminal Console+Clear.swift
[989/1231] Compiling x509_vpm.cc
[990/1231] Compiling x509_txt.cc
[991/1231] Compiling x509name.cc
[993/1231] Compiling ConsoleKitTerminal ConsoleText.swift
[994/1231] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[995/1231] Compiling ConsoleKitTerminal ANSI.swift
[996/1231] Compiling ConsoleKitTerminal Console+Wait.swift
[997/1231] Compiling ConsoleKitTerminal ConsoleColor.swift
[998/1231] Compiling ConsoleKitTerminal ConsoleStyle.swift
[999/1231] Compiling ConsoleKitTerminal Console.swift
[1000/1231] Compiling ConsoleKitTerminal Terminal.swift
[1001/1231] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1001/1231] Compiling x509_v3.cc
[1002/1231] Compiling x509_vfy.cc
[1003/1231] Compiling x509_req.cc
[1004/1231] Compiling x509_trs.cc
[1006/1231] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1007/1231] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1008/1231] Compiling ConsoleKitTerminal LoggerFragment.swift
[1008/1232] Compiling x509_set.cc
[1010/1232] Compiling x509_obj.cc
[1011/1232] Compiling x509_lu.cc
[1012/1232] Compiling x509_ext.cc
[1013/1254] Compiling x509_def.cc
[1014/1254] Compiling x509_d2.cc
[1016/1254] Emitting module ConsoleKitCommands
[1017/1256] Compiling ConsoleKitCommands CommandSignature.swift
[1018/1256] Compiling ConsoleKitCommands Flag.swift
[1019/1256] Compiling ConsoleKitCommands Option.swift
[1019/1256] Compiling x509.cc
[1020/1256] Compiling x509_cmp.cc
[1022/1256] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1023/1256] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1024/1256] Compiling ConsoleKitCommands Argument.swift
[1025/1256] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1026/1256] Compiling ConsoleKitCommands Utilities.swift
[1026/1256] Compiling v3_skey.cc
[1027/1256] Compiling x509_att.cc
[1028/1256] Compiling v3_utl.cc
[1030/1256] Compiling ConsoleKitCommands Command.swift
[1031/1256] Compiling ConsoleKitCommands CommandContext.swift
[1032/1256] Compiling ConsoleKitCommands CommandError.swift
[1033/1256] Compiling ConsoleKitCommands AsyncCommands.swift
[1034/1256] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1035/1256] Compiling ConsoleKitCommands AnyCommand.swift
[1036/1256] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1037/1256] Compiling ConsoleKitCommands AsyncCommand.swift
[1038/1256] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1038/1256] Compiling v3_purp.cc
[1039/1256] Compiling v3_prn.cc
[1040/1256] Compiling v3_pcons.cc
[1041/1256] Compiling v3_pmaps.cc
[1042/1256] Compiling v3_lib.cc
[1044/1256] Compiling ConsoleKitCommands CommandGroup.swift
[1045/1256] Compiling ConsoleKitCommands CommandInput.swift
[1046/1256] Compiling ConsoleKitCommands Commands.swift
[1047/1256] Compiling ConsoleKitCommands Console+Run.swift
[1048/1256] Compiling ConsoleKitCommands ConsoleError.swift
[1049/1256] Compiling ConsoleKitCommands Completion.swift
[1049/1256] Compiling v3_ncons.cc
[1050/1257] Compiling v3_ocsp.cc
[1052/1259] Compiling v3_int.cc
[1053/1259] Compiling v3_info.cc
[1054/1259] Compiling v3_extku.cc
[1056/1259] Emitting module ConsoleKit
[1057/1259] Compiling ConsoleKit Exports.swift
[1057/1260] Compiling v3_ia5.cc
[1058/1260] Compiling v3_genn.cc
[1060/1260] Compiling v3_enum.cc
[1061/1260] Compiling v3_crld.cc
[1062/1260] Compiling v3_cpols.cc
[1063/1260] Compiling v3_alt.cc
[1064/1260] Compiling v3_bcons.cc
[1065/1260] Compiling v3_conf.cc
[1066/1260] Compiling v3_bitst.cc
[1067/1260] Compiling v3_akeya.cc
[1068/1260] Compiling t_x509a.cc
[1069/1260] Compiling v3_akey.cc
[1070/1260] Compiling t_x509.cc
[1071/1260] Compiling policy.cc
[1072/1260] Compiling i2d_pr.cc
[1073/1260] Compiling t_req.cc
[1074/1260] Compiling t_crl.cc
[1075/1260] Compiling rsa_pss.cc
[1076/1260] Compiling by_dir.cc
[1077/1260] Compiling name_print.cc
[1078/1260] Compiling by_file.cc
[1079/1260] Compiling asn1_gen.cc
[1080/1260] Compiling algorithm.cc
[1081/1260] Compiling a_verify.cc
[1082/1260] Compiling pmbtoken.cc
[1083/1260] Compiling a_sign.cc
[1084/1260] Compiling trust_token.cc
[1085/1260] Compiling thread_win.cc
[1086/1260] Compiling thread_none.cc
[1087/1260] Compiling voprf.cc
[1088/1260] Compiling a_digest.cc
[1089/1260] Compiling thread_pthread.cc
[1090/1260] Compiling thread.cc
[1091/1260] Compiling stack.cc
[1092/1260] Compiling wots.cc
[1093/1260] Compiling merkle.cc
[1094/1260] Compiling fors.cc
[1095/1260] Compiling thash.cc
[1096/1260] Compiling slhdsa.cc
[1097/1260] Compiling siphash.cc
[1098/1260] Compiling sha256.cc
[1099/1260] Compiling sha512.cc
[1100/1260] Compiling rsa_print.cc
[1101/1260] Compiling sha1.cc
[1102/1260] Compiling rsa_asn1.cc
[1103/1260] Compiling rsa_extra.cc
[1104/1260] Compiling refcount.cc
[1105/1260] Compiling rsa_crypt.cc
[1106/1260] Compiling windows.cc
[1107/1260] Compiling rc4.cc
[1108/1260] Compiling urandom.cc
[1109/1260] Compiling trusty.cc
[1110/1260] Compiling rand_extra.cc
[1111/1260] Compiling ios.cc
[1112/1260] Compiling poly1305_arm_asm.S
[1113/1260] Compiling passive.cc
[1114/1260] Compiling getentropy.cc
[1115/1260] Compiling deterministic.cc
[1116/1260] Compiling fork_detect.cc
[1117/1260] Compiling forkunsafe.cc
[1118/1260] Compiling poly1305.cc
[1119/1260] Compiling poly1305_vec.cc
[1120/1260] Compiling pool.cc
[1121/1260] Compiling poly1305_arm.cc
[1122/1260] Compiling pkcs8_x509.cc
[1123/1260] Compiling pkcs8.cc
[1124/1260] Compiling p5_pbev2.cc
[1125/1260] Compiling pem_xaux.cc
[1126/1260] Compiling pkcs7_x509.cc
[1127/1260] Compiling pkcs7.cc
[1128/1260] Compiling pem_pkey.cc
[1129/1260] Compiling pem_x509.cc
[1130/1260] Compiling pem_pk8.cc
[1131/1260] Compiling obj_xref.cc
[1132/1260] Compiling mldsa.cc
[1133/1260] Compiling pem_all.cc
[1134/1260] Compiling pem_info.cc
[1135/1260] Compiling pem_oth.cc
[1136/1260] Compiling mlkem.cc
[1137/1260] Compiling obj.cc
[1138/1260] Compiling pem_lib.cc
[1139/1260] Compiling poly_rq_mul.S
[1140/1260] Compiling fips_shared_support.cc
[1141/1260] Compiling mem.cc
[1142/1260] Compiling lhash.cc
[1143/1260] Compiling md5.cc
[1144/1260] Compiling md4.cc
[1145/1260] Compiling kyber.cc
[1146/1260] Compiling ex_data.cc
[1147/1260] Compiling hpke.cc
[1148/1260] Compiling hrss.cc
[1149/1260] Compiling scrypt.cc
[1150/1260] Compiling sign.cc
[1151/1260] Compiling pbkdf.cc
[1152/1260] Compiling print.cc
[1153/1260] Compiling p_x25519.cc
[1154/1260] Compiling p_x25519_asn1.cc
[1155/1260] Compiling p_rsa.cc
[1156/1260] Compiling p_hkdf.cc
[1157/1260] Compiling p_ed25519.cc
[1158/1260] Compiling p_rsa_asn1.cc
[1159/1260] Compiling p_ed25519_asn1.cc
[1160/1260] Compiling p_dh_asn1.cc
[1161/1260] Compiling p_dh.cc
[1162/1260] Compiling p_dsa_asn1.cc
[1163/1260] Compiling p_ec_asn1.cc
[1164/1260] Compiling evp_ctx.cc
[1165/1260] Compiling p_ec.cc
[1166/1260] Compiling evp_asn1.cc
[1167/1260] Compiling evp.cc
[1168/1260] Compiling err.cc
[1169/1260] Compiling engine.cc
[1170/1260] Compiling ecdh_extra.cc
[1171/1260] Compiling ecdsa_asn1.cc
[1172/1260] Compiling ec_derive.cc
[1173/1260] Compiling hash_to_curve.cc
[1174/1260] Compiling ec_asn1.cc
[1175/1260] Compiling dsa_asn1.cc
[1176/1260] Compiling bcm.cc
[1177/1260] Compiling dsa.cc
[1177/1260] Compiling params.cc
[1179/1260] Compiling des.cc
[1180/1260] Compiling digest_extra.cc
[1181/1260] Compiling spake25519.cc
[1182/1260] Compiling dh_asn1.cc
[1183/1260] Compiling curve25519_64_adx.cc
[1184/1260] Compiling crypto.cc
[1185/1260] Compiling x25519-asm-arm.S
[1186/1260] Compiling cpu_arm_freebsd.cc
[1187/1260] Compiling cpu_intel.cc
[1188/1260] Compiling curve25519.cc
[1189/1260] Compiling cpu_arm_linux.cc
[1190/1260] Compiling cpu_aarch64_sysreg.cc
[1191/1260] Compiling cpu_aarch64_openbsd.cc
[1192/1260] Compiling cpu_aarch64_win.cc
[1193/1260] Compiling cpu_aarch64_linux.cc
[1194/1260] Compiling cpu_aarch64_apple.cc
[1195/1260] Compiling cpu_aarch64_fuchsia.cc
[1196/1260] Compiling tls_cbc.cc
[1197/1260] Compiling conf.cc
[1198/1260] Compiling e_rc4.cc
[1199/1260] Compiling e_tls.cc
[1200/1260] Compiling e_rc2.cc
[1201/1260] Compiling e_des.cc
[1202/1260] Compiling e_aesgcmsiv.cc
[1203/1260] Compiling e_null.cc
[1204/1260] Compiling e_chacha20poly1305.cc
[1205/1260] Compiling e_aesctrhmac.cc
[1206/1260] Compiling derive_key.cc
[1207/1260] Compiling chacha.cc
[1208/1260] Compiling ber.cc
[1208/1260] Compiling cipher_extra.cc
[1210/1260] Compiling unicode.cc
[1211/1260] Compiling cbb.cc
[1212/1260] Compiling cbs.cc
[1213/1260] Compiling asn1_compat.cc
[1214/1260] Compiling printf.cc
[1215/1260] Compiling buf.cc
[1216/1260] Compiling pair.cc
[1217/1260] Compiling blake2.cc
[1218/1260] Compiling bn_asn1.cc
[1219/1260] Compiling convert.cc
[1220/1260] Compiling hexdump.cc
[1221/1260] Compiling file.cc
[1222/1260] Compiling errno.cc
[1223/1260] Compiling bio_mem.cc
[1224/1260] Compiling fd.cc
[1225/1260] Compiling tasn_typ.cc
[1226/1260] Compiling bio.cc
[1227/1260] Compiling base64.cc
[1228/1260] Compiling tasn_new.cc
[1229/1260] Compiling tasn_utl.cc
[1230/1260] Compiling tasn_fre.cc
[1231/1260] Compiling posix_time.cc
[1232/1260] Compiling tasn_enc.cc
[1233/1260] Compiling f_string.cc
[1234/1260] Compiling tasn_dec.cc
[1235/1260] Compiling f_int.cc
[1236/1260] Compiling asn_pack.cc
[1237/1260] Compiling asn1_par.cc
[1238/1260] Compiling asn1_lib.cc
[1239/1260] Compiling a_utctm.cc
[1240/1260] Compiling a_type.cc
[1241/1260] Compiling a_time.cc
[1242/1260] Compiling a_strex.cc
[1243/1260] Compiling a_strnid.cc
[1244/1260] Compiling a_octet.cc
[1245/1260] Compiling a_dup.cc
[1246/1260] Compiling a_int.cc
[1247/1260] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1247/1260] Write sources
[1253/1260] Compiling a_d2i_fp.cc
[1254/1260] Compiling a_i2d_fp.cc
[1255/1260] Compiling a_mbstr.cc
[1256/1260] Compiling a_object.cc
[1257/1260] Compiling a_gentm.cc
[1258/1312] Compiling a_bool.cc
[1259/1357] Compiling a_bitstr.cc
[1261/1357] Compiling Atomics UnsafeAtomic.swift
[1262/1357] Compiling Atomics UnsafeAtomicLazyReference.swift
[1263/1357] Compiling Atomics AtomicReference.swift
[1264/1357] Compiling Atomics AtomicStorage.swift
[1265/1357] Compiling Atomics AtomicValue.swift
[1266/1357] Compiling Atomics Primitives.shims.swift
[1267/1357] Compiling Atomics AtomicInteger.swift
[1268/1357] Compiling Atomics AtomicOptionalWrappable.swift
[1269/1357] Compiling Atomics ManagedAtomic.swift
[1271/1366] Compiling Atomics ManagedAtomicLazyReference.swift
[1272/1366] Compiling Atomics AtomicMemoryOrderings.swift
[1273/1366] Compiling Atomics DoubleWord.swift
[1274/1374] Compiling Algorithms Suffix.swift
[1275/1374] Compiling BitCollections BitSet+Invariants.swift
[1276/1374] Compiling BitCollections BitSet+Random.swift
[1277/1374] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1278/1374] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1279/1374] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1280/1374] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1281/1374] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1282/1374] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1283/1374] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1284/1374] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1285/1374] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1286/1374] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1287/1374] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1294/1374] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1295/1374] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1296/1374] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1297/1374] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1298/1374] Compiling BitCollections BitSet+SetAlgebra union.swift
[1299/1374] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1300/1374] Compiling BitCollections BitSet.Counted.swift
[1301/1374] Compiling Atomics IntegerOperations.swift
[1302/1374] Compiling Atomics Unmanaged extensions.swift
[1305/1374] Compiling Algorithms Rotate.swift
[1306/1374] Compiling Algorithms Split.swift
[1307/1374] Compiling Algorithms Stride.swift
[1317/1377] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1318/1377] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1319/1377] Compiling BitCollections BitArray+Extras.swift
[1320/1377] Compiling BitCollections BitArray+Fill.swift
[1321/1377] Compiling BitCollections BitArray+Hashable.swift
[1322/1377] Compiling BitCollections BitArray+Initializers.swift
[1323/1377] Compiling BitCollections BitArray+Invariants.swift
[1324/1377] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1325/1377] Compiling Atomics OptionalRawRepresentable.swift
[1326/1377] Compiling Atomics RawRepresentable.swift
[1327/1377] Compiling Atomics AtomicBool.swift
[1328/1377] Compiling Atomics IntegerConformances.swift
[1329/1377] Compiling Atomics PointerConformances.swift
[1330/1377] Compiling Atomics Primitives.native.swift
[1333/1377] Emitting module BitCollections
[1334/1377] Compiling BitCollections BitSet.Index.swift
[1335/1377] Compiling BitCollections BitSet._UnsafeHandle.swift
[1336/1377] Compiling BitCollections BitSet.swift
[1337/1377] Compiling BitCollections Range+Utilities.swift
[1338/1377] Compiling BitCollections Slice+Utilities.swift
[1339/1377] Compiling BitCollections UInt+Tricks.swift
[1340/1377] Compiling BitCollections _Word.swift
[1347/1378] Compiling CryptoBoringWrapper RandomBytes.swift
[1356/1378] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1358/1378] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1359/1378] Emitting module CryptoBoringWrapper
[1360/1378] Emitting module Atomics
[1361/1378] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1362/1378] Compiling Algorithms Trim.swift
[1363/1378] Compiling Algorithms Unique.swift
[1364/1378] Compiling Algorithms Windows.swift
[1369/1378] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1370/1378] Compiling CryptoBoringWrapper EllipticCurve.swift
[1371/1378] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1373/1381] Emitting module Collections
[1374/1381] Compiling Collections Collections.swift
[1376/1453] Compiling Crypto HPKE-Ciphersuite.swift
[1377/1453] Compiling Crypto HPKE-KDF.swift
[1378/1453] Compiling Crypto HPKE-KexKeyDerivation.swift
[1379/1453] Compiling Crypto HPKE-LabeledExtract.swift
[1380/1453] Compiling Crypto HPKE-Utils.swift
[1381/1453] Compiling Crypto DHKEM.swift
[1382/1453] Emitting module Algorithms
[1385/1515] Emitting module Crypto
[1386/1524] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1387/1524] Compiling NIOCore BSDSocketAPI.swift
[1388/1524] Compiling NIOCore ByteBuffer-aux.swift
[1389/1524] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1390/1524] Compiling NIOCore ByteBuffer-conversions.swift
[1391/1524] Compiling NIOCore ByteBuffer-core.swift
[1392/1524] Compiling NIOCore ByteBuffer-hex.swift
[1393/1524] Compiling NIOCore ByteBuffer-int.swift
[1394/1524] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1395/1524] Compiling NIOCore AddressedEnvelope.swift
[1396/1524] Compiling NIOCore ByteBuffer-views.swift
[1397/1524] Compiling NIOCore Channel.swift
[1398/1524] Compiling NIOCore ChannelHandler.swift
[1399/1524] Compiling NIOCore ChannelHandlers.swift
[1400/1524] Compiling NIOCore ChannelInvoker.swift
[1401/1524] Compiling NIOCore ChannelOption.swift
[1402/1524] Compiling NIOCore ChannelPipeline.swift
[1403/1524] Compiling NIOCore CircularBuffer.swift
[1404/1524] Compiling NIOCore Codec.swift
[1405/1524] Compiling NIOCore ConvenienceOptionSupport.swift
[1406/1524] Compiling NIOCore MarkedCircularBuffer.swift
[1407/1524] Compiling NIOCore MulticastChannel.swift
[1408/1524] Compiling NIOCore NIOAny.swift
[1409/1524] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1410/1524] Compiling NIOCore NIOLoopBound.swift
[1411/1524] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1412/1524] Compiling NIOCore NIOScheduledCallback.swift
[1413/1524] Compiling NIOCore NIOSendable.swift
[1414/1524] Compiling NIOCore RecvByteBufferAllocator.swift
[1415/1524] Compiling Crypto X25519Keys.swift
[1424/1532] Compiling NIOCore SocketAddresses.swift
[1425/1532] Compiling NIOCore SocketOptionProvider.swift
[1426/1532] Compiling NIOCore SystemCallHelpers.swift
[1427/1532] Compiling NIOCore TimeAmount+Duration.swift
[1428/1532] Compiling NIOCore TypeAssistedChannelHandler.swift
[1429/1532] Compiling NIOCore UniversalBootstrapSupport.swift
[1430/1532] Compiling NIOCore Utilities.swift
[1431/1532] Compiling Crypto HashFunctions.swift
[1432/1532] Compiling Crypto HashFunctions_SHA2.swift
[1433/1532] Compiling Crypto HPKE-AEAD.swift
[1434/1532] Compiling NIOCore AsyncAwaitSupport.swift
[1435/1532] Compiling NIOCore AsyncChannel.swift
[1436/1532] Compiling NIOCore AsyncChannelHandler.swift
[1437/1532] Compiling NIOCore AsyncChannelInboundStream.swift
[1438/1532] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1439/1532] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1440/1532] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1441/1532] Compiling NIOCore NIOAsyncWriter.swift
[1442/1532] Compiling NIOCore ByteBuffer-multi-int.swift
[1443/1532] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1444/1532] Compiling NIOCore IO.swift
[1445/1532] Compiling NIOCore IOData.swift
[1446/1532] Compiling NIOCore IPProtocol.swift
[1447/1532] Compiling NIOCore IntegerBitPacking.swift
[1448/1532] Compiling NIOCore IntegerTypes.swift
[1449/1532] Compiling NIOCore Interfaces.swift
[1450/1532] Compiling NIOCore Linux.swift
[1452/1532] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1453/1532] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1454/1532] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1455/1532] Compiling NIOCore EventLoopFuture.swift
[1456/1532] Compiling NIOCore FileDescriptor.swift
[1457/1532] Compiling NIOCore FileHandle.swift
[1458/1532] Compiling NIOCore FileRegion.swift
[1459/1532] Compiling NIOCore GlobalSingletons.swift
[1460/1532] Compiling Crypto Signature.swift
[1461/1532] Compiling Crypto CryptoKitErrors_boring.swift
[1462/1532] Compiling Crypto RNG_boring.swift
[1463/1532] Compiling Crypto SafeCompare_boring.swift
[1464/1532] Compiling Crypto Zeroization_boring.swift
[1465/1532] Compiling Crypto PrettyBytes.swift
[1466/1532] Compiling Crypto SafeCompare.swift
[1467/1532] Compiling Crypto SecureBytes.swift
[1468/1532] Compiling Crypto Zeroization.swift
[1479/1532] Compiling NIOCore DeadChannel.swift
[1480/1532] Compiling NIOCore DispatchQueue+WithFuture.swift
[1481/1532] Compiling NIOCore EventLoop+Deprecated.swift
[1482/1532] Compiling NIOCore EventLoop+SerialExecutor.swift
[1483/1532] Compiling NIOCore EventLoop.swift
[1498/1533] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1533/1533] Emitting module NIOCore
[1535/1584] Emitting module NIOEmbedded
[1536/1584] Compiling NIOEmbedded AsyncTestingChannel.swift
[1537/1584] Compiling NIOEmbedded Embedded.swift
[1538/1584] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1540/1585] Compiling NIOPosix SelectableChannel.swift
[1541/1585] Compiling NIOPosix SelectableEventLoop.swift
[1542/1585] Compiling NIOPosix SelectorEpoll.swift
[1543/1585] Compiling NIOPosix SelectorGeneric.swift
[1544/1585] Compiling NIOPosix SelectorKqueue.swift
[1545/1585] Compiling NIOPosix SelectorUring.swift
[1546/1591] Emitting module NIOPosix
[1547/1591] Compiling NIOPosix BSDSocketAPICommon.swift
[1548/1591] Compiling NIOPosix BSDSocketAPIPosix.swift
[1549/1591] Compiling NIOPosix BSDSocketAPIWindows.swift
[1550/1591] Compiling NIOPosix BaseSocket.swift
[1551/1591] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1552/1591] Compiling NIOPosix BaseSocketChannel.swift
[1553/1591] Compiling NIOPosix BaseStreamSocketChannel.swift
[1554/1591] Compiling NIOPosix Bootstrap.swift
[1555/1591] Compiling NIOPosix ControlMessage.swift
[1556/1591] Compiling NIOPosix DatagramVectorReadManager.swift
[1557/1591] Compiling NIOPosix Errors+Any.swift
[1558/1591] Compiling NIOPosix FileDescriptor.swift
[1559/1591] Compiling NIOPosix GetaddrinfoResolver.swift
[1560/1591] Compiling NIOPosix HappyEyeballs.swift
[1561/1591] Compiling NIOPosix ThreadPosix.swift
[1562/1591] Compiling NIOPosix ThreadWindows.swift
[1563/1591] Compiling NIOPosix UnsafeTransfer.swift
[1564/1591] Compiling NIOPosix Utilities.swift
[1565/1591] Compiling NIOPosix VsockAddress.swift
[1566/1591] Compiling NIOPosix VsockChannelEvents.swift
[1567/1591] Compiling NIOPosix IO.swift
[1568/1591] Compiling NIOPosix IntegerBitPacking.swift
[1569/1591] Compiling NIOPosix IntegerTypes.swift
[1570/1591] Compiling NIOPosix Linux.swift
[1571/1591] Compiling NIOPosix LinuxCPUSet.swift
[1572/1591] Compiling NIOPosix LinuxUring.swift
[1573/1591] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1574/1591] Compiling NIOPosix ServerSocket.swift
[1575/1591] Compiling NIOPosix Socket.swift
[1576/1591] Compiling NIOPosix SocketChannel.swift
[1577/1591] Compiling NIOPosix SocketProtocols.swift
[1578/1591] Compiling NIOPosix System.swift
[1579/1591] Compiling NIOPosix Thread.swift
[1580/1591] Compiling NIOPosix Pool.swift
[1581/1591] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1582/1591] Compiling NIOPosix PosixSingletons.swift
[1583/1591] Compiling NIOPosix RawSocketBootstrap.swift
[1584/1591] Compiling NIOPosix Resolver.swift
[1585/1591] Compiling NIOPosix Selectable.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] Compiling NIO Exports.swift
[1594/1651] Emitting module NIO
[1596/1763] Compiling GraphQL EventStream.swift
[1597/1763] Compiling GraphQL Subscribe.swift
[1598/1763] Compiling GraphQL GraphQLError.swift
[1599/1763] Compiling GraphQL PrintString.swift
[1600/1763] Compiling GraphQL Printer.swift
[1601/1763] Compiling GraphQL Source.swift
[1602/1763] Compiling GraphQL MapSerialization.swift
[1603/1763] Compiling GraphQL Number.swift
[1604/1763] Compiling GraphQL PersistedQueries.swift
[1605/1765] Compiling GraphQL GraphQLJSONEncoder.swift
[1606/1765] Compiling GraphQL Map.swift
[1607/1765] Compiling GraphQL MapCoder.swift
[1608/1765] Compiling GraphQL Visitor.swift
[1609/1765] Compiling GraphQL AnyCoder.swift
[1610/1765] Compiling GraphQL AnySerialization.swift
[1611/1765] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1612/1765] Compiling NIOTLS TLSEvents.swift
[1613/1765] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1614/1765] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1615/1765] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1616/1766] Emitting module NIOTLS
[1617/1766] Compiling NIOSOCKS SOCKSResponse.swift
[1618/1766] Compiling NIOSOCKS ClientStateMachine.swift
[1619/1766] Compiling GraphQL BlockString.swift
[1620/1766] Compiling GraphQL CharacterClasses.swift
[1621/1766] Compiling GraphQL Kinds.swift
[1622/1766] Compiling GraphQL Lexer.swift
[1623/1766] Compiling GraphQL Location.swift
[1624/1770] Compiling NIOSOCKS ServerStateMachine.swift
[1625/1770] Emitting module NIOSOCKS
[1626/1770] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1627/1770] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1628/1770] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1629/1770] Compiling NIOTLS SNIHandler.swift
[1630/1770] Emitting module NIOFoundationCompat
[1631/1771] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1637/1771] Compiling GraphQL Parser.swift
[1641/1773] Compiling AsyncKit Optional+StrictMap.swift
[1642/1773] Compiling AsyncKit Exports.swift
[1647/1775] Emitting module NIOHTTP1
[1650/1826] Compiling NIOSSL SSLPrivateKey.swift
[1651/1826] Compiling NIOSSL SSLPublicKey.swift
[1652/1826] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1653/1826] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1654/1826] Compiling NIOSSL SSLErrors.swift
[1655/1826] Compiling NIOSSL SSLInit.swift
[1656/1826] Compiling NIOSSL SSLPKCS12Bundle.swift
[1657/1826] Compiling GraphQL DispatchQueueInstrumentationWrapper.swift
[1658/1826] Compiling GraphQL Instrumentation.swift
[1659/1826] Compiling GraphQL AST.swift
[1660/1826] Compiling GraphQL DidYouMean.swift
[1661/1826] Compiling GraphQL Find.swift
[1662/1826] Compiling GraphQL FormatList.swift
[1663/1826] Compiling NIOSSL NIOSSLServerHandler.swift
[1664/1826] Compiling NIOSSL ObjectIdentifier.swift
[1665/1826] Compiling NIOSSL PosixPort.swift
[1666/1826] Compiling NIOSSL SSLCallbacks.swift
[1667/1826] Compiling NIOSSL SSLContext.swift
[1668/1826] Compiling NIOSSL CustomPrivateKey.swift
[1669/1826] Compiling NIOSSL IdentityVerification.swift
[1670/1826] Compiling NIOSSL LinuxCABundle.swift
[1671/1826] Compiling NIOSSL NIOSSLClientHandler.swift
[1672/1826] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1673/1826] Emitting module NIOTransportServices
[1674/1828] Compiling NIOSSL RNG.swift
[1675/1828] Compiling NIOSSL SafeCompare.swift
[1680/1828] Compiling NIOSSL NIOSSLHandler.swift
[1681/1828] Compiling NIOSSL SubjectAlternativeName.swift
[1682/1828] Compiling NIOSSL NIOSSLSecureBytes.swift
[1683/1828] Compiling NIOSSL ByteBufferBIO.swift
[1687/1828] Compiling NIOSSL SSLCertificate.swift
[1688/1828] Compiling NIOSSL SSLCertificateExtensions.swift
[1689/1828] Compiling GraphQL KnownTypeNamesRule.swift
[1690/1828] Compiling GraphQL LoneAnonymousOperationRule.swift
[1691/1828] Compiling GraphQL NoFragmentCyclesRule.swift
[1692/1828] Compiling GraphQL NoUndefinedVariablesRule.swift
[1693/1828] Compiling GraphQL NoUnusedFragmentsRule.swift
[1694/1828] Compiling GraphQL NoUnusedVariablesRule.swift
[1695/1828] Compiling GraphQL PossibleFragmentSpreadsRule.swift
[1696/1828] Compiling GraphQL ProvidedRequiredArgumentsRule.swift
[1697/1828] Compiling GraphQL ScalarLeafsRule.swift
[1698/1828] Compiling GraphQL UniqueArgumentNamesRule.swift
[1699/1838] Compiling GraphQL ValueFromAST.swift
[1700/1838] Compiling GraphQL ValueFromASTUntyped.swift
[1701/1838] Compiling GraphQL NoDeprecatedCustomRule.swift
[1702/1838] Compiling GraphQL NoSchemaIntrospectionCustomRule.swift
[1703/1838] Compiling GraphQL ExecutableDefinitionsRule.swift
[1704/1838] Compiling GraphQL FieldsOnCorrectTypeRule.swift
[1705/1838] Compiling GraphQL FragmentsOnCompositeTypesRule.swift
[1706/1838] Compiling GraphQL KnownArgumentNamesRule.swift
[1707/1838] Compiling GraphQL KnownDirectivesRule.swift
[1708/1838] Compiling GraphQL KnownFragmentNamesRule.swift
[1709/1838] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1710/1838] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1714/1838] Compiling NIOSSL SSLCertificateName.swift
[1715/1838] Compiling NIOSSL SSLConnection.swift
[1716/1838] Compiling NIOSSL AndroidCABundle.swift
[1727/1839] Emitting module AsyncKit
[1732/1840] Compiling GraphQL Scalars.swift
[1733/1840] Compiling GraphQL Schema.swift
[1734/1840] Compiling GraphQL ASTFromValue.swift
[1735/1840] Compiling GraphQL AssertValidName.swift
[1736/1840] Compiling GraphQL IsValidValue.swift
[1737/1840] Compiling GraphQL Keyable.swift
[1738/1840] Compiling GraphQL NIO+Extensions.swift
[1739/1840] Compiling GraphQL TypeComparators.swift
[1740/1840] Compiling GraphQL TypeFromAST.swift
[1741/1840] Compiling GraphQL TypeInfo.swift
[1742/1840] Compiling _NIOFileSystem SystemFileHandle.swift
[1743/1840] Compiling _NIOFileSystem Utilities.swift
[1744/1840] Compiling _NIOFileSystem OpenOptions.swift
[1745/1840] Compiling _NIOFileSystem String+FileSystem.swift
[1746/1840] Emitting module GraphQL
[1747/1861] Emitting module NIOSSL
[1748/1890] Compiling GraphQL UniqueDirectivesPerLocationRule.swift
[1749/1890] Compiling GraphQL UniqueFragmentNamesRule.swift
[1750/1890] Compiling GraphQL UniqueInputFieldNamesRule.swift
[1751/1890] Compiling GraphQL UniqueOperationNamesRule.swift
[1752/1890] Compiling GraphQL UniqueVariableNamesRule.swift
[1753/1890] Compiling GraphQL ValuesOfCorrectTypeRule.swift
[1754/1890] Compiling GraphQL VariablesAreInputTypesRule.swift
[1755/1890] Compiling GraphQL VariablesInAllowedPositionRule.swift
[1756/1890] Compiling GraphQL SpecifiedRules.swift
[1757/1890] Compiling GraphQL Validate.swift
[1758/1890] Emitting module _NIOFileSystem
[1759/1890] Compiling NIOExtras PCAPRingBuffer.swift
[1760/1890] Compiling NIOExtras QuiescingHelper.swift
[1764/1890] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1765/1890] Compiling NIOExtras LengthFieldPrepender.swift
[1766/1890] Compiling NIOExtras LineBasedFrameDecoder.swift
[1767/1890] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1768/1890] Compiling NIOExtras NIORequestIdentifiable.swift
[1773/1890] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1774/1890] Compiling NIOExtras RequestResponseHandler.swift
[1775/1890] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1777/1890] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1778/1890] Compiling NIOExtras NIOExtrasError.swift
[1779/1890] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1780/1890] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1785/1891] Compiling NIOHPACK IntegerCoding.swift
[1786/1892] Compiling NIOWebSocket WebSocketOpcode.swift
[1788/1893] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1789/1893] Compiling NIOHPACK IndexedHeaderTable.swift
[1790/1893] Compiling NIOHPACK HuffmanCoding.swift
[1791/1894] Compiling NIOHPACK HuffmanTables.swift
[1792/1896] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1793/1896] Compiling NIOHPACK StaticHeaderTable.swift
[1794/1896] Compiling NIOExtras DebugInboundEventsHandler.swift
[1795/1896] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1799/1898] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1800/1898] Emitting module NIOWebSocket
[1801/1898] Emitting module NIOHPACK
[1804/1898] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1805/1898] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1806/1898] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1807/1898] Compiling NIOHTTPCompression HTTPDecompression.swift
[1808/1898] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1809/1898] Emitting module NIOHTTPCompression
[1810/1898] Compiling NIOHTTPCompression HTTPCompression.swift
[1811/1899] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1812/1899] Compiling NIOExtras JSONRPCFraming.swift
[1824/1899] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1831/1899] Compiling GraphQL Definition.swift
[1832/1899] Compiling GraphQL Directives.swift
[1833/1899] Compiling GraphQL Introspection.swift
[1834/1899] Emitting module _NIOFileSystemFoundationCompat
[1835/1899] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1840/1900] Emitting module NIOExtras
[1843/1900] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1846/1900] Compiling NIOWebSocket WebSocketFrame.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 | }
/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 | }
[1871/1923] Compiling NIOSSL Zeroization.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 | }
[1872/1923] Compiling NIOSSL TLSConfiguration.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 | }
[1873/1923] Compiling NIOSSL UniversalBootstrapSupport.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 | }
[1874/1923] Compiling MultipartKit BasicCodingKey.swift
[1875/1923] Compiling MultipartKit MultipartError.swift
[1876/1923] Compiling MultipartKit Exports.swift
[1877/1923] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1878/1923] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1879/1923] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1880/1923] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1881/1923] Compiling MultipartKit FormDataDecoder.swift
[1882/1923] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1883/1923] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1884/1923] Compiling NIOFileSystem Exports.swift
[1885/1923] Emitting module NIOFileSystem
[1886/1923] Compiling MultipartKit FormDataEncoder.SingleValueContainer.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 |                 }
[1887/1923] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.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 |                 }
[1888/1923] Compiling MultipartKit FormDataEncoder.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 |                 }
[1889/1923] Compiling MultipartKit Storage.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 |                 }
[1890/1923] Compiling MultipartKit MultipartPart.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 |                 }
[1891/1923] Compiling MultipartKit MultipartPartConvertible.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 |                 }
[1892/1923] Compiling MultipartKit MultipartFormData.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 |                 }
[1893/1923] Compiling MultipartKit MultipartParser.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 |                 }
[1894/1923] Compiling NIOExtras WritePCAPHandler.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 |                 }
/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 |                 }
[1905/1927] Compiling MultipartKit MultipartSerializer.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/64] Emitting module ServiceContextModule
[3/64] Compiling ServiceContextModule ServiceContextKey.swift
[4/64] Compiling RealModule Float80+Real.swift
[5/64] Compiling RealModule Real.swift
[6/65] Compiling RealModule RealFunctions.swift
[7/65] Emitting module RealModule
[8/65] Compiling Logging MetadataProvider.swift
[9/65] Compiling ServiceContextModule ServiceContext.swift
[10/66] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[12/66] Compiling RealModule Float16+Real.swift
[13/66] Compiling RealModule Float+Real.swift
[14/66] Compiling RealModule ElementaryFunctions.swift
[15/66] Compiling SystemPackage FileOperations.swift
[16/66] Compiling SystemPackage FilePath.swift
[17/66] Compiling SystemPackage FilePathComponentView.swift
[18/66] Compiling SystemPackage FilePathComponents.swift
[19/67] Compiling CoreMetrics Locks.swift
[20/67] Emitting module CryptoBoringWrapper
[21/67] Compiling _NIOBase64 Base64.swift
[22/67] Emitting module _NIOBase64
[23/67] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[24/67] Compiling CryptoBoringWrapper RandomBytes.swift
[25/68] Compiling CryptoBoringWrapper EllipticCurve.swift
[26/68] Emitting module Logging
[27/68] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[28/68] Emitting module CoreMetrics
[29/68] Compiling Logging Locks.swift
[31/73] Emitting module _NIODataStructures
[33/74] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[34/74] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[35/74] Compiling _NIODataStructures Heap.swift
[36/74] Compiling _NIODataStructures _TinyArray.swift
[37/74] Compiling _NIODataStructures PriorityQueue.swift
[40/82] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[41/82] Compiling NIOConcurrencyHelpers lock.swift
[42/82] Compiling Logging LogHandler.swift
[43/82] Compiling Logging Logging.swift
[44/82] Compiling CoreMetrics Metrics.swift
[45/82] Compiling SystemPackage Backcompat.swift
[46/82] Compiling SystemPackage CInterop.swift
[47/82] Compiling SystemPackage Constants.swift
[48/82] Compiling SystemPackage Exports.swift
[49/96] Compiling SystemPackage Mocking.swift
[50/96] Compiling SystemPackage RawBuffer.swift
[51/96] Compiling SystemPackage Syscalls.swift
[52/96] Compiling SystemPackage WindowsSyscallAdapters.swift
[53/96] Compiling SystemPackage MachPort.swift
[54/96] Compiling SystemPackage PlatformString.swift
[55/96] Compiling SystemPackage SystemString.swift
[56/96] Compiling SystemPackage FilePathTempPosix.swift
[57/96] Compiling SystemPackage FilePathTempWindows.swift
[58/96] Compiling SystemPackage FilePathWindows.swift
[59/96] Compiling SystemPackage FilePermissions.swift
[60/96] Compiling SystemPackage FilePathParsing.swift
[61/96] Compiling SystemPackage FilePathString.swift
[62/96] Compiling SystemPackage FilePathSyntax.swift
[63/96] Compiling SystemPackage FilePathTemp.swift
[64/101] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[66/101] Emitting module SystemPackage
[67/101] Compiling NIOConcurrencyHelpers atomics.swift
[68/101] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[69/102] Compiling NIOConcurrencyHelpers NIOLock.swift
[70/102] Compiling Instrumentation NoOpInstrument.swift
[71/102] Compiling Instrumentation Locks.swift
[72/102] Compiling Instrumentation MultiplexInstrument.swift
[74/102] Compiling Instrumentation Instrument.swift
[75/102] Compiling Instrumentation InstrumentationSystem.swift
[76/103] Emitting module Instrumentation
[77/149] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[78/149] Emitting module NIOConcurrencyHelpers
[80/150] Compiling Algorithms Joined.swift
[81/150] Compiling Algorithms Keyed.swift
[82/150] Compiling Algorithms MinMax.swift
[83/150] Compiling Algorithms FlattenCollection.swift
[85/151] Compiling Atomics ManagedAtomic.swift
[86/151] Compiling Atomics ManagedAtomicLazyReference.swift
[87/151] Compiling Atomics AtomicMemoryOrderings.swift
[88/151] Compiling Atomics DoubleWord.swift
[89/151] Compiling Atomics UnsafeAtomic.swift
[90/151] Compiling Atomics UnsafeAtomicLazyReference.swift
[91/166] Emitting module Metrics
[92/166] Compiling Metrics Metrics.swift
[93/203] Compiling Crypto HPKE-Ciphersuite.swift
[94/203] Compiling Crypto HPKE-KDF.swift
[96/238] Emitting module RoutingKit
[97/238] Compiling Crypto HPKE-Utils.swift
[98/238] Compiling Crypto DHKEM.swift
[101/238] Compiling Crypto HPKE-KEM-Curve25519.swift
[102/238] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[105/238] Compiling Crypto HPKE-KexKeyDerivation.swift
[106/238] Compiling Crypto HPKE-LabeledExtract.swift
[107/238] Compiling Crypto HashFunctions_SHA2.swift
[108/238] Compiling Crypto HPKE-AEAD.swift
[109/238] Compiling RoutingKit PathComponent.swift
[110/238] Emitting module InternalCollectionsUtilities
[111/238] Compiling RoutingKit AnyRouter.swift
[112/238] Compiling RoutingKit Parameters.swift
[122/238] Compiling Crypto HPKE-KEM.swift
[123/239] Compiling RoutingKit Router.swift
[124/239] Compiling RoutingKit TrieRouter.swift
[125/266] Compiling Tracing InstrumentationSystem+Tracing.swift
[127/266] Compiling Tracing TracerProtocol+Legacy.swift
[128/266] Compiling Tracing Tracer.swift
[129/266] Compiling Tracing TracerProtocol.swift
[130/266] Compiling Tracing TracingTime.swift
[132/266] Emitting module Tracing
[133/266] Compiling Crypto ObjectIdentifier.swift
[134/266] Compiling Crypto ECDSASignature.swift
[135/266] Compiling Crypto PEMDocument.swift
[136/266] Compiling ConsoleKitTerminal ActivityBar.swift
[137/266] Compiling ConsoleKitTerminal ActivityIndicator.swift
[138/266] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[139/270] Compiling ConsoleKitTerminal ConsoleText.swift
[140/270] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[141/270] Compiling ConsoleKitTerminal ANSI.swift
[143/273] Compiling ConsoleKitTerminal Console+Wait.swift
[144/273] Compiling ConsoleKitTerminal ConsoleColor.swift
[145/273] Compiling ConsoleKitTerminal ConsoleStyle.swift
[146/273] Compiling ConsoleKitTerminal Console+Output.swift
[150/273] Compiling ConsoleKitTerminal Console.swift
[151/273] Compiling ConsoleKitTerminal Terminal.swift
[152/281] Compiling ConsoleKitTerminal CustomActivity.swift
[153/281] Compiling ConsoleKitTerminal LoadingBar.swift
[154/281] Compiling ConsoleKitTerminal ProgressBar.swift
[155/281] Compiling ConsoleKitTerminal Console+Clear.swift
[156/281] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[157/281] Compiling ConsoleKitTerminal Console+Confirm.swift
[158/281] Compiling ConsoleKitTerminal Console+Input.swift
[159/281] Compiling ConsoleKitTerminal Console+Center.swift
[160/291] Emitting module ConsoleKitTerminal
[161/291] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[162/291] Compiling OrderedCollections OrderedDictionary+Elements.swift
[163/291] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[164/291] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[165/291] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[166/291] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[169/296] Compiling OrderedCollections OrderedDictionary+Codable.swift
[170/296] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[171/296] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[172/296] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[173/300] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[174/300] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[175/300] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[176/300] Compiling OrderedCollections OrderedDictionary+Values.swift
[177/335] Compiling HeapModule _HeapNode.swift
[178/335] Compiling OrderedCollections _HashTable+Constants.swift
[179/335] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[180/335] Compiling OrderedCollections _HashTable+Testing.swift
[181/335] Compiling HeapModule Heap+Descriptions.swift
[182/335] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[183/335] Compiling Tracing NoOpTracer.swift
[184/335] Compiling Tracing SpanProtocol.swift
[185/336] Compiling HeapModule Heap.swift
[186/404] Compiling HeapModule Heap+Invariants.swift
[187/404] Compiling HeapModule Heap+UnsafeHandle.swift
[189/404] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[190/404] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[191/404] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[192/404] Compiling _RopeModule BigString+Chunk+Counts.swift
[193/404] Compiling _RopeModule BigString+Chunk+Description.swift
[195/404] Emitting module HeapModule
[197/405] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[198/405] Compiling _RopeModule BigString+CustomStringConvertible.swift
[199/405] Compiling _RopeModule BigString+Equatable.swift
[200/405] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[201/405] Compiling _RopeModule BigString+Hashing.swift
[202/405] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[203/405] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[204/405] Compiling _RopeModule BigString+Sequence.swift
[205/405] Compiling _RopeModule BigString+TextOutputStream.swift
[206/405] Compiling _RopeModule Rope+_Storage.swift
[207/428] Compiling _RopeModule BigSubstring+UTF8View.swift
[208/428] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[209/428] Compiling _RopeModule BigSubstring.swift
[210/428] Compiling _RopeModule Rope+Builder.swift
[211/428] Compiling _RopeModule Rope+Debugging.swift
[212/428] Compiling _RopeModule Rope+Invariants.swift
[213/428] Compiling _RopeModule Rope+_Node.swift
[214/428] Compiling _RopeModule BigString+Comparable.swift
[221/497] Compiling HashTreeCollections _AncestorHashSlots.swift
[222/497] Compiling HashTreeCollections _Bitmap.swift
[223/497] Compiling HashTreeCollections _Bucket.swift
[224/497] Compiling HashTreeCollections _Hash.swift
[225/510] Compiling HashTreeCollections _HashNode+Structural union.swift
[226/510] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[227/510] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[228/510] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[229/510] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[230/510] Compiling HashTreeCollections _HashNode.swift
[231/510] Compiling HashTreeCollections _HashNodeHeader.swift
[232/510] Compiling HashTreeCollections _HashSlot.swift
[233/512] Compiling HashTreeCollections TreeDictionary+Filter.swift
[234/512] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[235/512] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[236/512] Compiling HashTreeCollections TreeDictionary+Keys.swift
[237/512] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[238/512] Compiling HashTreeCollections TreeDictionary+Merge.swift
[239/512] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[240/512] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[241/512] Compiling DequeModule Deque+Testing.swift
[242/512] Compiling DequeModule Deque._Storage.swift
[243/512] Compiling DequeModule _DequeBuffer.swift
[244/512] Compiling DequeModule _DequeBufferHeader.swift
[245/512] Compiling DequeModule Deque._UnsafeHandle.swift
[246/512] Compiling DequeModule Deque.swift
[247/512] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[248/512] Compiling HashTreeCollections _HashNode+Structural filter.swift
[249/512] Compiling DequeModule Deque+CustomReflectable.swift
[250/512] Compiling DequeModule Deque+Descriptions.swift
[255/514] Compiling HashTreeCollections TreeDictionary+Values.swift
[256/514] Compiling HashTreeCollections TreeDictionary.swift
[257/514] Compiling HashTreeCollections TreeSet+Codable.swift
[258/514] Compiling HashTreeCollections TreeSet+Collection.swift
[259/514] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[260/514] Compiling HashTreeCollections TreeSet+Debugging.swift
[261/514] Compiling HashTreeCollections TreeSet+Descriptions.swift
[262/514] Compiling HashTreeCollections TreeSet+Equatable.swift
[263/514] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[264/514] Compiling HashTreeCollections TreeSet+Extras.swift
[265/514] Compiling HashTreeCollections TreeSet+Filter.swift
[266/514] Compiling HashTreeCollections TreeSet+Hashable.swift
[267/514] Compiling HashTreeCollections TreeSet+Sendable.swift
[268/514] Compiling HashTreeCollections TreeSet+Sequence.swift
[269/514] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[270/514] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[277/515] Compiling DequeModule Deque+Codable.swift
[278/515] Compiling DequeModule Deque+Collection.swift
[288/515] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[289/515] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[290/515] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[291/515] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[292/515] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[293/525] Emitting module Crypto
[294/525] Compiling DequeModule _DequeSlot.swift
[295/525] Compiling DequeModule _UnsafeWrappedBuffer.swift
[296/547] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[297/547] Compiling ConsoleKitCommands AnyCommand.swift
[298/547] Compiling ConsoleKitCommands CommandGroup.swift
[299/547] Compiling ConsoleKitCommands CommandInput.swift
[300/547] Compiling ConsoleKitCommands Command.swift
[301/547] Compiling ConsoleKitCommands CommandContext.swift
[302/547] Compiling ConsoleKitCommands CommandError.swift
[303/547] Compiling ConsoleKitCommands AsyncCommands.swift
[308/547] Compiling ConsoleKitCommands Commands.swift
[309/547] Compiling ConsoleKitCommands Console+Run.swift
[310/547] Compiling ConsoleKitCommands ConsoleError.swift
[311/547] Compiling ConsoleKitCommands Completion.swift
[312/547] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[313/547] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[314/547] Compiling ConsoleKitCommands Argument.swift
[315/547] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[316/547] Compiling ConsoleKitCommands AsyncCommand.swift
[317/547] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[318/547] Compiling ConsoleKitCommands CommandSignature.swift
[319/547] Compiling ConsoleKitCommands Flag.swift
[322/547] Compiling HashTreeCollections _HashStack.swift
[323/547] Compiling HashTreeCollections _HashTreeIterator.swift
[324/547] Compiling HashTreeCollections _HashTreeStatistics.swift
[325/547] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[326/547] Compiling HashTreeCollections _RawHashNode.swift
[327/547] Compiling HashTreeCollections _UnmanagedHashNode.swift
[328/547] Compiling HashTreeCollections _UnsafePath.swift
[329/547] Compiling HashTreeCollections TreeDictionary+Codable.swift
[330/547] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[331/547] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[351/547] Emitting module ConsoleKitCommands
[352/549] Emitting module Atomics
[359/550] Compiling ConsoleKitCommands Option.swift
[375/550] Emitting module DequeModule
[376/551] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[377/551] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[378/551] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[379/551] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[380/551] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[381/551] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[382/551] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[383/551] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[384/551] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[385/551] Compiling HashTreeCollections TreeSet.swift
[386/551] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[387/551] Compiling ConsoleKitCommands Utilities.swift
[410/551] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[411/551] Emitting module OrderedCollections
[431/552] Compiling HashTreeCollections TreeDictionary+Collection.swift
[432/552] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[433/552] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[434/552] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[435/605] Emitting module Algorithms
[437/606] Compiling BitCollections BitSet+SetAlgebra union.swift
[438/606] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[439/606] Compiling BitCollections BitSet.Counted.swift
[455/675] Compiling _RopeModule Rope+RemoveSubrange.swift
[456/675] Compiling _RopeModule Rope+Split.swift
[457/675] Compiling _RopeModule Optional Utilities.swift
[458/675] Compiling _RopeModule String Utilities.swift
[459/675] Compiling _RopeModule String.Index+ABI.swift
[460/675] Compiling _RopeModule _CharacterRecognizer.swift
[464/676] Emitting module BitCollections
[466/683] Compiling NIOCore FileHandle.swift
[467/683] Compiling NIOCore FileRegion.swift
[468/683] Compiling NIOCore GlobalSingletons.swift
[469/683] Compiling NIOCore ByteBuffer-multi-int.swift
[470/683] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[471/683] Compiling NIOCore ByteBuffer-views.swift
[472/683] Compiling NIOCore Channel.swift
[473/683] Compiling NIOCore EventLoop+SerialExecutor.swift
[474/683] Compiling NIOCore EventLoop.swift
[475/683] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[476/683] Compiling NIOCore EventLoopFuture+Deprecated.swift
[477/683] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[478/683] Compiling NIOCore EventLoopFuture.swift
[479/683] Compiling NIOCore FileDescriptor.swift
[480/683] Compiling NIOCore AddressedEnvelope.swift
[481/683] Compiling NIOCore AsyncAwaitSupport.swift
[482/683] Compiling NIOCore AsyncChannel.swift
[483/683] Compiling NIOCore AsyncChannelHandler.swift
[484/683] Compiling NIOCore AsyncChannelInboundStream.swift
[485/683] Compiling NIOCore AsyncChannelOutboundWriter.swift
[486/683] Compiling NIOCore NIOAsyncSequenceProducer.swift
[487/683] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[488/683] Compiling NIOCore NIOAsyncWriter.swift
[489/683] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[494/683] Compiling NIOCore BSDSocketAPI.swift
[495/683] Compiling NIOCore ByteBuffer-aux.swift
[496/684] Compiling NIOCore ChannelHandler.swift
[497/684] Compiling NIOCore ChannelHandlers.swift
[498/684] Compiling NIOCore ChannelInvoker.swift
[499/684] Compiling NIOCore ChannelOption.swift
[500/684] Compiling NIOCore ChannelPipeline.swift
[501/684] Compiling NIOCore MulticastChannel.swift
[502/684] Compiling NIOCore NIOAny.swift
[503/684] Compiling NIOCore NIOCloseOnErrorHandler.swift
[504/684] Compiling NIOCore NIOLoopBound.swift
[505/684] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[506/684] Compiling NIOCore NIOScheduledCallback.swift
[507/684] Compiling NIOCore NIOSendable.swift
[508/684] Compiling NIOCore RecvByteBufferAllocator.swift
[509/684] Compiling NIOCore IO.swift
[522/684] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[523/684] Compiling NIOCore ByteBuffer-conversions.swift
[524/684] Compiling NIOCore ByteBuffer-core.swift
[525/684] Compiling NIOCore ByteBuffer-hex.swift
[526/684] Compiling NIOCore ByteBuffer-int.swift
[527/684] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[528/684] Compiling NIOCore CircularBuffer.swift
[529/684] Compiling NIOCore Codec.swift
[530/684] Compiling NIOCore ConvenienceOptionSupport.swift
[531/684] Compiling NIOCore DeadChannel.swift
[532/684] Compiling NIOCore DispatchQueue+WithFuture.swift
[533/684] Compiling NIOCore EventLoop+Deprecated.swift
[552/684] Emitting module _RopeModule
[553/686] Compiling ConsoleKit Exports.swift
[554/686] Emitting module ConsoleKit
[572/687] Emitting module HashTreeCollections
[612/688] Compiling BitCollections BitSet.Index.swift
[613/688] Compiling BitCollections BitSet._UnsafeHandle.swift
[614/688] Compiling BitCollections BitSet.swift
[615/688] Compiling BitCollections Range+Utilities.swift
[616/688] Compiling BitCollections Slice+Utilities.swift
[617/688] Compiling BitCollections UInt+Tricks.swift
[618/688] Compiling BitCollections _Word.swift
[637/697] Compiling _RopeModule Rope+Join.swift
[638/697] Compiling _RopeModule Rope+MutatingForEach.swift
[639/697] Compiling _RopeModule Rope+Remove.swift
[664/700] Emitting module Collections
[665/700] Compiling Collections Collections.swift
[684/701] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[685/701] Compiling NIOCore SocketAddresses.swift
[686/701] Compiling NIOCore SocketOptionProvider.swift
[687/701] Compiling NIOCore SystemCallHelpers.swift
[688/701] Compiling NIOCore TimeAmount+Duration.swift
[689/701] Compiling NIOCore TypeAssistedChannelHandler.swift
[690/701] Compiling NIOCore UniversalBootstrapSupport.swift
[691/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 ServerSocket.swift
[709/753] Compiling NIOPosix Socket.swift
[710/753] Compiling NIOPosix SocketChannel.swift
[711/753] Compiling NIOPosix SocketProtocols.swift
[712/753] Compiling NIOPosix System.swift
[713/753] Compiling NIOPosix Thread.swift
[714/759] Emitting module NIOPosix
[715/759] Compiling NIOPosix BSDSocketAPICommon.swift
[716/759] Compiling NIOPosix BSDSocketAPIPosix.swift
[717/759] Compiling NIOPosix BSDSocketAPIWindows.swift
[718/759] Compiling NIOPosix BaseSocket.swift
[719/759] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[720/759] Compiling NIOPosix BaseSocketChannel.swift
[721/759] Compiling NIOPosix BaseStreamSocketChannel.swift
[722/759] Compiling NIOPosix ThreadPosix.swift
[723/759] Compiling NIOPosix ThreadWindows.swift
[724/759] Compiling NIOPosix UnsafeTransfer.swift
[725/759] Compiling NIOPosix Utilities.swift
[726/759] Compiling NIOPosix VsockAddress.swift
[727/759] Compiling NIOPosix VsockChannelEvents.swift
[728/759] Compiling NIOPosix SelectableChannel.swift
[729/759] Compiling NIOPosix SelectableEventLoop.swift
[730/759] Compiling NIOPosix SelectorEpoll.swift
[731/759] Compiling NIOPosix SelectorGeneric.swift
[732/759] Compiling NIOPosix SelectorKqueue.swift
[733/759] Compiling NIOPosix SelectorUring.swift
[734/759] Compiling NIOPosix IO.swift
[735/759] Compiling NIOPosix IntegerBitPacking.swift
[736/759] Compiling NIOPosix IntegerTypes.swift
[737/759] Compiling NIOPosix Linux.swift
[738/759] Compiling NIOPosix LinuxCPUSet.swift
[739/759] Compiling NIOPosix LinuxUring.swift
[740/759] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[741/759] Compiling NIOPosix NIOThreadPool.swift
[742/759] Compiling NIOPosix NonBlockingFileIO.swift
[743/759] Compiling NIOPosix PendingDatagramWritesManager.swift
[744/759] Compiling NIOPosix PendingWritesManager.swift
[745/759] Compiling NIOPosix PipeChannel.swift
[746/759] Compiling NIOPosix PipePair.swift
[747/759] Compiling NIOPosix Pool.swift
[748/759] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[749/759] Compiling NIOPosix PosixSingletons.swift
[750/759] Compiling NIOPosix RawSocketBootstrap.swift
[751/759] Compiling NIOPosix Resolver.swift
[752/759] Compiling NIOPosix Selectable.swift
[753/759] Compiling NIOPosix Bootstrap.swift
[754/759] Compiling NIOPosix ControlMessage.swift
[755/759] Compiling NIOPosix DatagramVectorReadManager.swift
[756/759] Compiling NIOPosix Errors+Any.swift
[757/759] Compiling NIOPosix FileDescriptor.swift
[758/759] Compiling NIOPosix GetaddrinfoResolver.swift
[759/759] Compiling NIOPosix HappyEyeballs.swift
[761/819] Emitting module NIO
[762/819] Compiling NIO Exports.swift
[763/819] Compiling _NIOFileSystem FileSystemError.swift
[764/819] Compiling _NIOFileSystem FileSystemProtocol.swift
[765/819] Compiling _NIOFileSystem FileType.swift
[766/822] Compiling AsyncKit Future+Miscellaneous.swift
[767/822] Compiling AsyncKit Future+Nonempty.swift
[768/822] Compiling _NIOFileSystem ParallelDirCopy.swift
[770/822] Compiling AsyncKit Optional+StrictMap.swift
[771/822] Compiling AsyncKit Exports.swift
[772/822] Compiling AsyncKit EventLoopGroup+Throwing.swift
[773/822] Compiling AsyncKit Collection+Flatten.swift
[774/822] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[775/822] Compiling AsyncKit Future+Transform.swift
[776/822] Compiling AsyncKit Future+Try.swift
[777/822] Compiling AsyncKit FutureOperators.swift
[778/822] Compiling AsyncKit ConnectionPoolError.swift
[779/822] Compiling AsyncKit ConnectionPoolItem.swift
[780/822] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[781/822] Compiling _NIOFileSystem ByteCount.swift
[782/822] Compiling _NIOFileSystem Convenience.swift
[783/822] Compiling _NIOFileSystem DirectoryEntries.swift
[784/833] Emitting module _NIOFileSystem
[785/937] Compiling NIOTLS TLSEvents.swift
[786/937] Compiling NIOSOCKS ClientStateMachine.swift
[787/938] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[788/938] Emitting module NIOTLS
[789/938] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[790/938] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[791/938] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[792/938] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[793/938] Compiling GraphQL BlockString.swift
[794/938] Compiling GraphQL CharacterClasses.swift
[795/938] Compiling GraphQL Kinds.swift
[796/938] Compiling GraphQL Lexer.swift
[797/938] Compiling GraphQL Location.swift
[798/938] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[799/938] Compiling NIOSOCKS SOCKSResponse.swift
[800/938] Compiling GraphQL Codable+Extensions.swift
[801/938] Compiling GraphQL GraphQL.swift
[802/938] Compiling GraphQL GraphQLRequest.swift
[803/938] Compiling GraphQL DispatchQueueInstrumentationWrapper.swift
[804/938] Compiling GraphQL GraphQLError.swift
[805/938] Compiling GraphQL LocatedError.swift
[806/938] Compiling GraphQL SyntaxError.swift
[807/938] Compiling GraphQL Execute.swift
[808/938] Compiling GraphQL Values.swift
[809/938] Compiling GraphQL Instrumentation.swift
[810/938] Compiling GraphQL AST.swift
[811/938] Compiling GraphQL DidYouMean.swift
[812/938] Compiling GraphQL Find.swift
[813/938] Compiling GraphQL FormatList.swift
[816/938] Emitting module NIOSOCKS
[819/938] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[820/938] Compiling NIOTLS SNIHandler.swift
[821/939] Compiling NIOSOCKS ServerStateMachine.swift
[822/939] Compiling GraphQL Parser.swift
[823/939] Compiling GraphQL PrintString.swift
[824/939] Compiling GraphQL Printer.swift
[825/939] Compiling GraphQL Source.swift
[826/939] Compiling GraphQL Visitor.swift
[831/939] Emitting module AsyncKit
[833/940] Compiling GraphQL Map.swift
[834/940] Compiling GraphQL MapCoder.swift
[836/942] Compiling GraphQL KnownTypeNamesRule.swift
[837/942] Compiling GraphQL LoneAnonymousOperationRule.swift
[838/942] Compiling GraphQL NoFragmentCyclesRule.swift
[839/942] Compiling GraphQL NoUndefinedVariablesRule.swift
[840/942] Compiling GraphQL NoUnusedFragmentsRule.swift
[841/942] Compiling GraphQL NoUnusedVariablesRule.swift
[842/942] Compiling GraphQL PossibleFragmentSpreadsRule.swift
[843/942] Compiling GraphQL ProvidedRequiredArgumentsRule.swift
[844/942] Compiling GraphQL ScalarLeafsRule.swift
[845/942] Compiling GraphQL UniqueArgumentNamesRule.swift
[846/952] Compiling GraphQL AnySerialization.swift
[847/952] Compiling GraphQL GraphQLJSONEncoder.swift
[848/952] Emitting module NIOFoundationCompat
[849/952] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[850/953] Emitting module NIOHTTP1
[852/953] Compiling GraphQL ValueFromAST.swift
[853/953] Compiling GraphQL ValueFromASTUntyped.swift
[854/953] Compiling GraphQL NoDeprecatedCustomRule.swift
[855/953] Compiling GraphQL NoSchemaIntrospectionCustomRule.swift
[856/953] Compiling GraphQL ExecutableDefinitionsRule.swift
[857/953] Compiling GraphQL FieldsOnCorrectTypeRule.swift
[858/953] Compiling GraphQL FragmentsOnCompositeTypesRule.swift
[859/953] Compiling GraphQL KnownArgumentNamesRule.swift
[860/953] Compiling GraphQL KnownDirectivesRule.swift
[861/953] Compiling GraphQL KnownFragmentNamesRule.swift
[866/1004] Compiling NIOTransportServices NIOTSChannelOptions.swift
[867/1004] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[868/1004] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[869/1004] Compiling NIOTransportServices NIOTSErrors.swift
[871/1004] Compiling NIOTransportServices NIOTSEventLoop.swift
[872/1004] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[873/1004] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[874/1004] Compiling NIOTransportServices NIOTSListenerChannel.swift
[875/1004] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[876/1004] Compiling NIOTransportServices NIOTSSingletons.swift
[879/1004] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[880/1004] Compiling NIOTransportServices StateManagedChannel.swift
[881/1004] Compiling NIOTransportServices StateManagedListenerChannel.swift
[884/1004] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[885/1006] Compiling NIOTransportServices AcceptHandler.swift
[886/1006] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[887/1006] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[891/1006] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[892/1006] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[896/1006] Compiling NIOTransportServices NIOTSBootstraps.swift
[902/1006] Emitting module NIOTransportServices
[903/1006] Compiling NIOTransportServices NIOTSDatagramListener.swift
[904/1006] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[905/1006] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[910/1008] Compiling GraphQL IsNullish.swift
[911/1008] Compiling GraphQL KeyMap.swift
[912/1008] Compiling GraphQL Mirror.swift
[913/1008] Compiling GraphQL SuggestionList.swift
[922/1009] Compiling GraphQL Definition.swift
[923/1009] Compiling GraphQL Directives.swift
[924/1009] Compiling GraphQL Introspection.swift
[925/1009] Compiling GraphQL Scalars.swift
[926/1009] Compiling GraphQL Schema.swift
[927/1009] Compiling GraphQL ASTFromValue.swift
[928/1009] Compiling GraphQL AssertValidName.swift
[929/1009] Compiling GraphQL IsValidValue.swift
[930/1009] Compiling GraphQL Keyable.swift
[931/1009] Compiling GraphQL NIO+Extensions.swift
[932/1009] Compiling GraphQL TypeComparators.swift
[933/1009] Compiling GraphQL TypeFromAST.swift
[934/1009] Compiling GraphQL TypeInfo.swift
[936/1009] Compiling GraphQL UniqueDirectivesPerLocationRule.swift
[937/1009] Compiling GraphQL UniqueFragmentNamesRule.swift
[938/1009] Compiling GraphQL UniqueInputFieldNamesRule.swift
[939/1009] Compiling GraphQL UniqueOperationNamesRule.swift
[940/1009] Compiling GraphQL UniqueVariableNamesRule.swift
[941/1009] Compiling GraphQL ValuesOfCorrectTypeRule.swift
[942/1009] Compiling GraphQL VariablesAreInputTypesRule.swift
[943/1009] Compiling GraphQL VariablesInAllowedPositionRule.swift
[944/1009] Compiling GraphQL SpecifiedRules.swift
[945/1009] Compiling GraphQL Validate.swift
[946/1009] Emitting module NIOSSL
[951/1032] Compiling NIOExtras NIORequestIdentifiable.swift
[955/1062] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[956/1062] Emitting module GraphQL
[957/1062] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[958/1062] Emitting module _NIOFileSystemFoundationCompat
[959/1062] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[960/1062] Compiling NIOWebSocket WebSocketErrorCodes.swift
[961/1064] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[962/1064] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[963/1064] Compiling NIOHPACK HPACKHeader.swift
[964/1064] Compiling NIOHPACK HeaderTables.swift
[965/1064] Compiling NIOHTTPCompression HTTPDecompression.swift
[966/1064] Compiling NIOWebSocket WebSocketOpcode.swift
[967/1064] Compiling NIOHPACK IndexedHeaderTable.swift
[968/1064] Compiling NIOHPACK IntegerCoding.swift
[970/1064] Compiling NIOHPACK HPACKEncoder.swift
[971/1067] Compiling NIOSSL SSLPrivateKey.swift
[972/1067] Compiling NIOSSL SSLPublicKey.swift
[973/1067] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[974/1067] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[975/1067] Compiling NIOExtras RequestResponseWithIDHandler.swift
[976/1067] Compiling NIOExtras UnsafeTransfer.swift
[977/1067] Compiling NIOExtras WritePCAPHandler.swift
[979/1067] Compiling NIOHPACK DynamicHeaderTable.swift
[980/1067] Compiling NIOHPACK HPACKDecoder.swift
[981/1067] Compiling NIOExtras PCAPRingBuffer.swift
[982/1067] Compiling NIOExtras QuiescingHelper.swift
[983/1067] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[984/1067] Compiling NIOExtras NIOExtrasError.swift
[985/1067] Compiling NIOExtras RequestResponseHandler.swift
[987/1067] Emitting module NIOHTTPCompression
[988/1067] Compiling NIOHTTPCompression HTTPCompression.swift
[990/1067] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[991/1067] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[992/1067] Compiling NIOWebSocket WebSocketFrame.swift
[993/1067] Compiling NIOHPACK HuffmanCoding.swift
[994/1067] Compiling NIOHPACK HuffmanTables.swift
[995/1067] Emitting module NIOWebSocket
[996/1067] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[997/1068] Emitting module NIOHPACK
[1001/1068] Compiling NIOSSL SSLPKCS12Bundle.swift
[1002/1068] Compiling NIOExtras DebugInboundEventsHandler.swift
[1003/1068] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1004/1068] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1010/1068] Compiling NIOHPACK StaticHeaderTable.swift
[1012/1068] Compiling NIOHPACK HPACKErrors.swift
[1018/1069] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1027/1070] Compiling NIOExtras LengthFieldPrepender.swift
[1028/1070] Compiling NIOExtras LineBasedFrameDecoder.swift
[1029/1070] Emitting module NIOExtras
[1031/1129] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1032/1129] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1033/1129] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1034/1129] Compiling NIOHTTP2 HTTP2Error.swift
[1035/1130] Compiling NIOFileSystem Exports.swift
[1036/1130] Emitting module NIOFileSystem
[1039/1151] Compiling MultipartKit MultipartPartConvertible.swift
[1040/1151] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1041/1152] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1042/1152] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1043/1152] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1045/1154] Emitting module MultipartKit
[1046/1154] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1047/1154] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1048/1154] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1049/1154] Compiling MultipartKit BasicCodingKey.swift
[1050/1154] Compiling MultipartKit MultipartError.swift
[1051/1154] Compiling MultipartKit Exports.swift
[1052/1154] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1053/1154] Compiling MultipartKit FormDataDecoder.swift
[1054/1154] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1055/1154] Compiling NIOHTTP2 HasRemoteSettings.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 | }
[1056/1154] Compiling NIOHTTP2 LocallyQuiescingState.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 | }
[1057/1154] Compiling NIOHTTP2 QuiescingState.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 | }
[1058/1154] Compiling NIOHTTP2 RemotelyQuiescingState.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 | }
[1059/1154] Compiling NIOHTTP2 SendAndReceiveGoawayState.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 | }
[1060/1154] Compiling NIOHTTP2 HPACKHeaders+Validation.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 | }
[1061/1154] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.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 | }
[1062/1154] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.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/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 |                 }
[1078/1154] Compiling MultipartKit FormDataEncoder.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 |                 }
[1079/1154] Compiling MultipartKit Storage.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 |                 }
[1080/1154] Compiling MultipartKit MultipartFormData.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 |                 }
[1081/1154] Compiling MultipartKit MultipartParser.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 |                 }
[1082/1154] Compiling MultipartKit MultipartPart.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 |                 }
/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 |                 }
[1084/1154] Compiling MultipartKit MultipartSerializer.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 |                 }
[1085/1154] Compiling MultipartKit Utilities.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 |                 }
BUILD FAILURE 6.1 android