Build Information
Failed to build Vercel, reference main (93e18e
), with Swift 6.1 for Android on 29 May 2025 07:08:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/swift-cloud/Vercel.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/swift-cloud/Vercel
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 93e18e8 Formatting
Cloned https://github.com/swift-cloud/Vercel.git
Revision (git rev-parse @):
93e18e8eac21c8d3f001f4687a07e7175a3b41e7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-cloud/Vercel.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/swift-cloud/Vercel.git
https://github.com/swift-cloud/Vercel.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto"
},
{
"identity" : "swift-aws-lambda-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0-alpha.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-aws-lambda-runtime"
},
{
"identity" : "async-http-client",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/async-http-client"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor"
}
],
"manifest_display_name" : "Vercel",
"name" : "Vercel",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "Vercel",
"targets" : [
"Vercel"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "VercelVapor",
"targets" : [
"VercelVapor"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "VercelPackager",
"targets" : [
"VercelPackager"
],
"type" : {
"plugin" : null
}
}
],
"targets" : [
{
"c99name" : "VercelVapor",
"module_type" : "SwiftTarget",
"name" : "VercelVapor",
"path" : "Sources/VercelVapor",
"product_dependencies" : [
"AWSLambdaRuntime",
"Vapor"
],
"product_memberships" : [
"VercelVapor"
],
"sources" : [
"VaporHandler.swift",
"VercelServer.swift",
"VercelVapor.swift"
],
"target_dependencies" : [
"Vercel"
],
"type" : "library"
},
{
"c99name" : "VercelTests",
"module_type" : "SwiftTarget",
"name" : "VercelTests",
"path" : "Tests/VercelTests",
"sources" : [
"ClaimTests.swift",
"EdgeConfigTests.swift",
"FetchTests.swift",
"JWTTests.swift",
"RequestTests.swift"
],
"target_dependencies" : [
"Vercel"
],
"type" : "test"
},
{
"c99name" : "VercelPackager",
"module_type" : "PluginTarget",
"name" : "VercelPackager",
"path" : "Plugins/VercelPackager",
"plugin_capability" : {
"intent" : {
"description" : "Build and deploy your Swift application to Vercel",
"type" : "custom",
"verb" : "vercel"
},
"permissions" : [
],
"type" : "command"
},
"product_memberships" : [
"VercelPackager"
],
"sources" : [
"Plugin.swift",
"Shell.swift",
"Utils.swift",
"VercelOutput.swift"
],
"type" : "plugin"
},
{
"c99name" : "Vercel",
"module_type" : "SwiftTarget",
"name" : "Vercel",
"path" : "Sources/Vercel",
"product_dependencies" : [
"AWSLambdaRuntime",
"AsyncHTTPClient",
"Crypto"
],
"product_memberships" : [
"Vercel",
"VercelVapor"
],
"sources" : [
"Claim.swift",
"Crypto.swift",
"EdgeConfig.swift",
"Environment.swift",
"Fetch/Fetch.swift",
"Fetch/FetchRequest.swift",
"Fetch/FetchResponse.swift",
"Handlers/ExpressHandler.swift",
"Handlers/RequestHandler.swift",
"InvokeEvent.swift",
"JWT/JWT.swift",
"JWT/JWTError.swift",
"Request.swift",
"Response.swift",
"Router/Parameters.swift",
"Router/PathComponent.swift",
"Router/Routable.swift",
"Router/Router.swift",
"Router/TrieRouter.swift",
"Types.swift",
"Utils.swift",
"Vercel.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/swift-server/swift-aws-lambda-runtime
Fetching https://github.com/apple/swift-crypto
Fetching https://github.com/swift-server/async-http-client
Fetching https://github.com/vapor/vapor
[1/11517] Fetching swift-aws-lambda-runtime
[577/25453] Fetching swift-aws-lambda-runtime, swift-crypto
[578/39467] Fetching swift-aws-lambda-runtime, swift-crypto, async-http-client
[1975/113845] Fetching swift-aws-lambda-runtime, swift-crypto, async-http-client, vapor
Fetched https://github.com/swift-server/swift-aws-lambda-runtime from cache (1.88s)
Fetched https://github.com/swift-server/async-http-client from cache (2.46s)
Fetched https://github.com/vapor/vapor from cache (2.48s)
Fetched https://github.com/apple/swift-crypto from cache (2.48s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.12.3 (5.74s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.32s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.84s)
Computing version for https://github.com/swift-server/async-http-client
Computed https://github.com/swift-server/async-http-client at 1.26.1 (0.66s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/2667] Fetching swift-nio-transport-services
[55/8626] Fetching swift-nio-transport-services, swift-algorithms
[341/10336] Fetching swift-nio-transport-services, swift-algorithms, swift-atomics
[4107/21863] Fetching swift-nio-transport-services, swift-algorithms, swift-atomics, swift-nio-http2
[6820/27777] Fetching swift-nio-transport-services, swift-algorithms, swift-atomics, swift-nio-http2, swift-nio-extras
[6897/31613] Fetching swift-nio-transport-services, swift-algorithms, swift-atomics, swift-nio-http2, swift-nio-extras, swift-log
Fetched https://github.com/apple/swift-atomics.git from cache (0.89s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.90s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
[15299/23944] Fetching swift-nio-transport-services, swift-nio-http2, swift-nio-extras, swift-log
[23945/100037] Fetching swift-nio-transport-services, swift-nio-http2, swift-nio-extras, swift-log, swift-nio
[23946/114880] Fetching swift-nio-transport-services, swift-nio-http2, swift-nio-extras, swift-log, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.94s)
[35159/112213] Fetching swift-nio-http2, swift-nio-extras, swift-log, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (1.94s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.94s)
[26170/102463] Fetching swift-nio-http2, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.96s)
[15553/90936] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.20s)
[57070/76093] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.60s)
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 (7.06s)
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.64s)
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.59s)
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.53s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/904] Fetching swift-http-types
[905/2045] Fetching swift-http-types, swift-http-structured-headers
[2046/4471] Fetching swift-http-types, swift-http-structured-headers, swift-service-lifecycle
[2920/9456] Fetching swift-http-types, swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms
Fetched https://github.com/apple/swift-http-types.git from cache (0.28s)
[2990/8552] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms
[3728/14707] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.31s)
[5517/13566] Fetching swift-service-lifecycle, swift-async-algorithms, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.36s)
[8925/11140] Fetching swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (0.48s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.48s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.98s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.45s)
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 (0.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.55s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.02s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.58s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.60s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (3.27s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (8.01s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.57s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.06s)
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 (1.26s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.60s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.92s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.01s)
Computing version for https://github.com/vapor/vapor
Computed https://github.com/vapor/vapor at 4.115.0 (0.59s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/vapor/websocket-kit.git
[1/2206] Fetching swift-metrics
[222/5525] Fetching swift-metrics, multipart-kit
[1493/10499] Fetching swift-metrics, multipart-kit, swift-distributed-tracing
[1720/31226] Fetching swift-metrics, multipart-kit, swift-distributed-tracing, routing-kit
[6728/32289] Fetching swift-metrics, multipart-kit, swift-distributed-tracing, routing-kit, swift-service-context
[9194/34898] Fetching swift-metrics, multipart-kit, swift-distributed-tracing, routing-kit, swift-service-context, websocket-kit
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.46s)
[21393/29924] Fetching swift-metrics, multipart-kit, routing-kit, swift-service-context, websocket-kit
Fetching https://github.com/vapor/console-kit.git
[25746/35571] Fetching swift-metrics, multipart-kit, routing-kit, swift-service-context, websocket-kit, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.40s)
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/apple/swift-service-context.git from cache (1.03s)
Fetched https://github.com/vapor/websocket-kit.git from cache (1.03s)
Fetched https://github.com/vapor/routing-kit.git from cache (1.05s)
[3834/7895] Fetching swift-metrics, multipart-kit, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.35s)
[3866/5525] Fetching swift-metrics, multipart-kit
Fetched https://github.com/apple/swift-metrics.git from cache (1.61s)
Fetched https://github.com/vapor/multipart-kit.git from cache (1.66s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (2.35s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (2.29s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.85s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.91s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.70s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.85s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.90s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.86s)
Computing version for https://github.com/swift-server/swift-aws-lambda-runtime
Computed https://github.com/swift-server/swift-aws-lambda-runtime at 1.0.0-alpha.3 (0.89s)
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/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-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.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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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-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-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/swift-server/swift-aws-lambda-runtime
Working copy of https://github.com/swift-server/swift-aws-lambda-runtime resolved at 1.0.0-alpha.3
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/vapor/vapor
Working copy of https://github.com/vapor/vapor resolved at 4.115.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/async-http-client
Working copy of https://github.com/swift-server/async-http-client resolved at 1.26.1
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/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
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/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.12.3
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-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/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-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/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/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/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
/host/spi-builder-workspace/Plugins/VercelPackager/VercelOutput.swift:335:12: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
333 | let config = ProjectConfiguration(orgId: vercelOrgID, projectId: vercelProjectID)
334 | let data = try encoder.encode(config)
335 | fs.createFile(atPath: vercelProjectConfigurationPath.string, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
336 | }
337 |
/host/spi-builder-workspace/Plugins/VercelPackager/VercelOutput.swift:407:12: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
405 | )
406 | let data = try encoder.encode(config)
407 | fs.createFile(atPath: vercelOutputConfigurationPath.string, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
408 | }
409 | }
/host/spi-builder-workspace/Plugins/VercelPackager/VercelOutput.swift:462:12: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
460 | )
461 | let data = try encoder.encode(config)
462 | fs.createFile(atPath: vercelFunctionConfigurationPath(product).string, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
463 | }
464 | }
[1/1] Compiling plugin VercelPackager
[2/2] Compiling plugin AWSLambdaPackager
Building for debugging...
[2/836] Write sources
[52/836] Compiling _NumericsShims _NumericsShims.c
[53/836] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[54/836] Compiling _AtomicsShims.c
[55/836] Compiling CNIOWindows WSAStartup.c
[56/836] Compiling CNIOWindows shim.c
[57/836] Compiling CNIOWASI CNIOWASI.c
[58/836] Compiling CSystem shims.c
[59/836] Compiling CVaporBcrypt blf.c
[60/836] Compiling CVaporBcrypt bcrypt.c
[61/836] Compiling CNIOLinux liburing_shims.c
[62/836] Compiling CNIOExtrasZlib empty.c
[63/836] Compiling CNIOSHA1 c_nio_sha1.c
[64/836] Compiling CNIOLLHTTP c_nio_http.c
[65/836] Compiling CNIODarwin shim.c
[66/836] Compiling CNIOLinux shim.c
[67/836] Compiling fiat_p256_adx_sqr.S
[68/836] Compiling CNIOLLHTTP c_nio_api.c
[69/836] Compiling fiat_curve25519_adx_square.S
[70/836] Compiling fiat_p256_adx_mul.S
[71/836] Compiling fiat_curve25519_adx_mul.S
[72/836] Write swift-version-24593BA9C3E375BF.txt
[73/836] Compiling CNIOBoringSSLShims shims.c
[74/836] Compiling CNIOLLHTTP c_nio_llhttp.c
[75/842] Compiling tls_method.cc
[76/842] Compiling tls_record.cc
[77/842] Compiling tls13_both.cc
[78/883] Compiling tls13_server.cc
[79/883] Compiling tls13_enc.cc
[80/883] Compiling tls13_client.cc
[82/905] Compiling RealModule Real.swift
[83/905] Compiling ServiceContextModule ServiceContext.swift
[84/906] Emitting module ServiceContextModule
[85/906] Emitting module InternalCollectionsUtilities
[86/906] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[87/906] Compiling InternalCollectionsUtilities Integer rank.swift
[88/907] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[89/907] Compiling InternalCollectionsUtilities Descriptions.swift
[90/907] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[91/907] Emitting module _NIOBase64
[92/907] Compiling _NIOBase64 Base64.swift
[93/907] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[94/907] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[95/907] Compiling SystemPackage MachPort.swift
[96/907] Compiling SystemPackage PlatformString.swift
[97/907] Compiling SystemPackage SystemString.swift
[98/911] Compiling ServiceContextModule ServiceContextKey.swift
[101/912] Emitting module RealModule
[102/912] Compiling RealModule RealFunctions.swift
[103/912] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[104/912] Compiling InternalCollectionsUtilities Debugging.swift
[105/912] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[106/912] Compiling InternalCollectionsUtilities _SortedCollection.swift
[107/912] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[108/912] Compiling InternalCollectionsUtilities UInt+reversed.swift
[109/912] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[110/912] Compiling Logging LogHandler.swift
[113/913] Compiling RealModule Float16+Real.swift
[114/913] Compiling RealModule Float80+Real.swift
[115/913] Compiling RealModule Float+Real.swift
[116/913] Compiling RealModule ElementaryFunctions.swift
[117/914] Compiling CoreMetrics Metrics.swift
[118/914] Compiling _NIODataStructures PriorityQueue.swift
[119/914] Compiling _NIODataStructures Heap.swift
[121/914] Compiling _NIODataStructures _TinyArray.swift
[122/914] Emitting module _NIODataStructures
[128/915] Emitting module SystemPackage
[136/1051] Compiling HeapModule Heap+Invariants.swift
[137/1051] Compiling Instrumentation NoOpInstrument.swift
[138/1051] Compiling Instrumentation MultiplexInstrument.swift
[139/1051] Compiling HeapModule Heap+Descriptions.swift
[140/1051] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[141/1051] Compiling _RopeModule BigString+Sequence.swift
[142/1051] Compiling _RopeModule BigString+TextOutputStream.swift
[143/1051] Compiling Instrumentation InstrumentationSystem.swift
[144/1051] Emitting module Instrumentation
[145/1051] Compiling Instrumentation Instrument.swift
[146/1051] Compiling HeapModule _HeapNode.swift
[147/1051] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[148/1051] Compiling HeapModule Heap.swift
[149/1051] Compiling HeapModule Heap+UnsafeHandle.swift
[150/1051] Emitting module HeapModule
[152/1052] Compiling _RopeModule Rope+Invariants.swift
[153/1052] Compiling _RopeModule Rope+_Node.swift
[154/1052] Compiling _RopeModule Rope+_Storage.swift
[155/1052] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[156/1052] Compiling _RopeModule Rope+_UnsafeHandle.swift
[157/1052] Compiling _RopeModule Rope.swift
[158/1052] Compiling _RopeModule RopeElement.swift
[159/1059] Compiling _RopeModule BigString+Insert.swift
[160/1059] Compiling _RopeModule BigString+Managing Breaks.swift
[161/1059] Compiling _RopeModule BigString+RemoveSubrange.swift
[162/1059] Compiling _RopeModule BigString+ReplaceSubrange.swift
[163/1059] Compiling _RopeModule BigString+Split.swift
[164/1059] Compiling _RopeModule Range+BigString.swift
[165/1059] Compiling _RopeModule BigString+UTF16View.swift
[166/1135] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[167/1135] Compiling HashTreeCollections _HashNode.swift
[168/1135] Compiling HashTreeCollections _HashNodeHeader.swift
[169/1135] Compiling HashTreeCollections _HashSlot.swift
[170/1135] Compiling HashTreeCollections _HashStack.swift
[171/1135] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[172/1135] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[173/1135] Compiling HashTreeCollections TreeDictionary+Filter.swift
[174/1135] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[175/1135] Compiling HashTreeCollections _RawHashNode.swift
[176/1135] Compiling HashTreeCollections _UnmanagedHashNode.swift
[177/1135] Compiling HashTreeCollections _UnsafePath.swift
[178/1135] Compiling HashTreeCollections TreeDictionary+Codable.swift
[179/1135] Compiling HashTreeCollections TreeDictionary+Collection.swift
[180/1135] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[181/1135] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[182/1135] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[183/1135] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[184/1135] Compiling HashTreeCollections _HashNode+Storage.swift
[185/1135] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[186/1135] Compiling HashTreeCollections _HashNode+Structural filter.swift
[187/1135] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[188/1135] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[189/1135] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[190/1135] Compiling HashTreeCollections _HashNode+Builder.swift
[191/1135] Compiling HashTreeCollections _HashNode+Debugging.swift
[192/1135] Compiling HashTreeCollections _HashNode+Initializers.swift
[193/1135] Compiling HashTreeCollections _HashNode+Invariants.swift
[194/1135] Compiling HashTreeCollections _HashNode+Lookups.swift
[195/1135] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[196/1135] Compiling HashTreeCollections _HashTreeIterator.swift
[197/1135] Compiling HashTreeCollections _HashTreeStatistics.swift
[198/1135] Compiling HashTreeCollections TreeSet+Hashable.swift
[199/1135] Compiling HashTreeCollections TreeSet+Sendable.swift
[200/1135] Compiling HashTreeCollections TreeSet+Sequence.swift
[201/1135] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[202/1135] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[203/1135] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[204/1135] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[205/1135] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[206/1135] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[207/1135] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[208/1145] Compiling Instrumentation Locks.swift
[209/1145] Compiling Logging Logging.swift
[210/1146] Compiling Logging MetadataProvider.swift
[211/1146] Compiling CoreMetrics Locks.swift
[212/1146] Emitting module CoreMetrics
[213/1147] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[214/1147] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[215/1147] Compiling HashTreeCollections _HashNode+Structural merge.swift
[216/1147] Compiling HashTreeCollections _AncestorHashSlots.swift
[217/1147] Compiling Logging Locks.swift
[218/1147] Emitting module Logging
[219/1147] Compiling HashTreeCollections _Bitmap.swift
[220/1147] Compiling HashTreeCollections _Bucket.swift
[221/1147] Compiling HashTreeCollections _Hash.swift
[222/1147] Compiling HashTreeCollections _HashLevel.swift
[234/1149] Compiling t1_enc.cc
[236/1180] Compiling HashTreeCollections TreeDictionary.swift
[237/1180] Compiling HashTreeCollections TreeSet+Codable.swift
[238/1180] Compiling HashTreeCollections TreeSet+Collection.swift
[239/1180] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[240/1180] Compiling HashTreeCollections TreeSet+Debugging.swift
[241/1180] Compiling HashTreeCollections TreeSet+Descriptions.swift
[242/1180] Compiling HashTreeCollections TreeSet+Equatable.swift
[243/1180] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[244/1180] Compiling HashTreeCollections TreeSet+Extras.swift
[245/1180] Compiling HashTreeCollections TreeSet+Filter.swift
[246/1180] Compiling DequeModule Deque+Testing.swift
[247/1180] Compiling DequeModule Deque._Storage.swift
[248/1180] Compiling DequeModule Deque._UnsafeHandle.swift
[249/1180] Compiling DequeModule Deque.swift
[250/1180] Compiling DequeModule _DequeBuffer.swift
[251/1180] Compiling DequeModule _DequeBufferHeader.swift
[257/1180] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[258/1180] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[259/1180] Compiling HashTreeCollections TreeDictionary+Keys.swift
[260/1180] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[261/1180] Compiling HashTreeCollections TreeDictionary+Merge.swift
[262/1180] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[263/1180] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[264/1180] Compiling HashTreeCollections TreeDictionary+Values.swift
[265/1180] Compiling DequeModule Deque+CustomReflectable.swift
[266/1180] Compiling DequeModule Deque+Descriptions.swift
[267/1180] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[268/1180] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[269/1180] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[270/1180] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[271/1180] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[272/1180] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[273/1180] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[274/1180] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[275/1180] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[276/1180] Compiling HashTreeCollections TreeSet.swift
[284/1182] Compiling DequeModule Deque+Equatable.swift
[285/1182] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[306/1191] Compiling DequeModule _DequeSlot.swift
[307/1191] Compiling DequeModule _UnsafeWrappedBuffer.swift
[308/1191] Compiling Tracing TracingTime.swift
[309/1191] Compiling Tracing TracerProtocol.swift
[310/1191] Emitting module Tracing
[311/1191] Compiling DequeModule Deque+Extras.swift
[312/1191] Compiling DequeModule Deque+Hashable.swift
[313/1191] Compiling DequeModule Deque+Codable.swift
[314/1191] Compiling DequeModule Deque+Collection.swift
[343/1191] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[344/1191] Compiling Tracing Tracer.swift
[345/1191] Compiling Tracing TracerProtocol+Legacy.swift
[346/1191] Emitting module OrderedCollections
[354/1192] Compiling Tracing NoOpTracer.swift
[355/1192] Compiling Tracing SpanProtocol.swift
[356/1192] Compiling Tracing InstrumentationSystem+Tracing.swift
[369/1193] Emitting module DequeModule
[371/1194] Emitting module _RopeModule
[372/1194] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[373/1194] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[374/1194] Compiling HashTreeCollections _HashNode+Structural union.swift
[375/1194] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[376/1194] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[377/1194] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[393/1194] Compiling ssl_x509.cc
[395/1194] Compiling _RopeModule Rope+Join.swift
[396/1194] Compiling _RopeModule Rope+MutatingForEach.swift
[397/1194] Compiling _RopeModule Rope+Remove.swift
[398/1194] Compiling _RopeModule Rope+RemoveSubrange.swift
[399/1194] Compiling _RopeModule Rope+Split.swift
[400/1194] Compiling _RopeModule Optional Utilities.swift
[401/1194] Compiling _RopeModule String Utilities.swift
[402/1194] Compiling _RopeModule String.Index+ABI.swift
[403/1194] Compiling _RopeModule _CharacterRecognizer.swift
[404/1194] Compiling RoutingKit PathComponent.swift
[405/1194] Emitting module RoutingKit
[435/1195] Compiling RoutingKit Router.swift
[436/1195] Compiling RoutingKit TrieRouter.swift
[438/1195] Emitting module Metrics
[439/1195] Compiling Metrics Metrics.swift
[440/1196] Compiling RoutingKit AnyRouter.swift
[441/1196] Compiling RoutingKit Parameters.swift
[441/1197] Compiling ssl_versions.cc
[445/1197] Emitting module HashTreeCollections
[445/1198] Compiling ssl_stat.cc
[447/1198] Compiling ssl_transcript.cc
[448/1198] Compiling ssl_session.cc
[449/1198] Compiling ssl_privkey.cc
[450/1198] Compiling ssl_key_share.cc
[451/1198] Compiling ssl_file.cc
[452/1198] Compiling ssl_credential.cc
[453/1198] Compiling ssl_cipher.cc
[454/1198] Compiling ssl_cert.cc
[455/1198] Compiling ssl_lib.cc
[456/1198] Compiling ssl_buffer.cc
[457/1198] Compiling ssl_asn1.cc
[458/1198] Compiling s3_both.cc
[459/1198] Compiling s3_pkt.cc
[460/1198] Compiling ssl_aead_ctx.cc
[461/1198] Compiling s3_lib.cc
[462/1198] Compiling handshake_server.cc
[463/1198] Compiling handshake.cc
[464/1198] Compiling handshake_client.cc
[465/1198] Compiling handoff.cc
[466/1198] Compiling encrypted_client_hello.cc
[467/1198] Compiling d1_srtp.cc
[468/1198] Compiling md5-x86_64-linux.S
[469/1198] Compiling dtls_method.cc
[470/1198] Compiling md5-x86_64-apple.S
[471/1198] Compiling md5-586-linux.S
[472/1198] Compiling md5-586-apple.S
[473/1198] Compiling dtls_record.cc
[473/1198] Compiling chacha20_poly1305_x86_64-linux.S
[475/1198] Compiling chacha20_poly1305_armv8-win.S
[476/1198] Compiling chacha20_poly1305_x86_64-apple.S
[477/1198] Compiling chacha20_poly1305_armv8-apple.S
[478/1198] Compiling chacha20_poly1305_armv8-linux.S
[479/1198] Compiling chacha-x86_64-linux.S
[480/1198] Compiling extensions.cc
[481/1198] Compiling chacha-x86_64-apple.S
[482/1198] Compiling chacha-x86-linux.S
[483/1198] Compiling chacha-x86-apple.S
[484/1198] Compiling chacha-armv8-win.S
[485/1198] Compiling chacha-armv8-apple.S
[486/1198] Compiling chacha-armv8-linux.S
[487/1198] Compiling chacha-armv4-linux.S
[488/1198] Compiling aes128gcmsiv-x86_64-linux.S
[489/1198] Compiling aes128gcmsiv-x86_64-apple.S
[490/1198] Compiling x86_64-mont5-linux.S
[491/1198] Compiling err_data.cc
[492/1198] Compiling x86_64-mont5-apple.S
[493/1198] Compiling x86_64-mont-linux.S
[494/1198] Compiling x86_64-mont-apple.S
[495/1198] Compiling x86-mont-apple.S
[496/1198] Compiling x86-mont-linux.S
[497/1198] Compiling vpaes-x86_64-linux.S
[498/1198] Compiling vpaes-x86_64-apple.S
[499/1198] Compiling vpaes-x86-apple.S
[500/1198] Compiling d1_pkt.cc
[501/1198] Compiling vpaes-armv8-win.S
[502/1198] Compiling vpaes-x86-linux.S
[503/1198] Compiling vpaes-armv8-apple.S
[504/1198] Compiling vpaes-armv8-linux.S
[505/1198] Compiling sha512-x86_64-apple.S
[506/1198] Compiling vpaes-armv7-linux.S
[507/1198] Compiling sha512-x86_64-linux.S
[508/1198] Compiling sha512-armv8-win.S
[509/1198] Compiling sha512-586-linux.S
[510/1198] Compiling sha512-armv4-linux.S
[511/1198] Compiling sha512-586-apple.S
[512/1198] Compiling sha512-armv8-apple.S
[513/1198] Compiling sha512-armv8-linux.S
[513/1198] Compiling sha256-x86_64-linux.S
[515/1198] Compiling sha256-x86_64-apple.S
[516/1198] Compiling d1_lib.cc
[517/1198] Compiling bio_ssl.cc
[518/1198] Compiling sha256-armv8-win.S
[519/1198] Compiling sha256-armv8-apple.S
[520/1198] Compiling sha256-armv8-linux.S
[521/1198] Compiling sha256-586-linux.S
[522/1198] Compiling sha256-armv4-linux.S
[523/1198] Compiling sha256-586-apple.S
[524/1198] Compiling sha1-x86_64-linux.S
[525/1198] Compiling sha1-armv8-win.S
[526/1198] Compiling sha1-x86_64-apple.S
[527/1198] Compiling sha1-armv4-large-linux.S
[527/1198] Compiling sha1-586-linux.S
[529/1198] Compiling sha1-armv8-apple.S
[530/1198] Compiling sha1-586-apple.S
[531/1198] Compiling sha1-armv8-linux.S
[532/1198] Compiling rsaz-avx2-linux.S
[533/1198] Compiling rsaz-avx2-apple.S
[534/1198] Compiling rdrand-x86_64-linux.S
[535/1198] Compiling p256_beeu-x86_64-asm-apple.S
[536/1198] Compiling rdrand-x86_64-apple.S
[537/1198] Compiling p256_beeu-x86_64-asm-linux.S
[538/1198] Compiling p256_beeu-armv8-asm-win.S
[538/1198] Compiling p256_beeu-armv8-asm-linux.S
[540/1198] Compiling d1_both.cc
[541/1198] Compiling p256-x86_64-asm-linux.S
[542/1198] Compiling p256_beeu-armv8-asm-apple.S
[543/1198] Compiling p256-armv8-asm-apple.S
[544/1198] Compiling p256-x86_64-asm-apple.S
[545/1198] Compiling p256-armv8-asm-win.S
[546/1198] Compiling p256-armv8-asm-linux.S
[547/1198] Compiling ghashv8-armv8-linux.S
[548/1198] Compiling ghashv8-armv8-apple.S
[549/1198] Compiling ghash-x86_64-apple.S
[550/1198] Compiling ghashv8-armv8-win.S
[551/1198] Compiling ghash-x86_64-linux.S
[552/1198] Compiling ghash-x86-apple.S
[553/1198] Compiling ghash-ssse3-x86_64-linux.S
[554/1198] Compiling ghash-ssse3-x86_64-apple.S
[555/1198] Compiling ghashv8-armv7-linux.S
[556/1198] Compiling ghash-x86-linux.S
[557/1198] Compiling ghash-ssse3-x86-linux.S
[558/1198] Compiling ghash-neon-armv8-win.S
[559/1198] Compiling ghash-ssse3-x86-apple.S
[560/1198] Compiling ghash-neon-armv8-apple.S
[561/1198] Compiling ghash-armv4-linux.S
[562/1198] Compiling co-586-apple.S
[563/1198] Compiling ghash-neon-armv8-linux.S
[564/1198] Compiling bsaes-armv7-linux.S
[565/1198] Compiling co-586-linux.S
[566/1198] Compiling bn-armv8-win.S
[567/1198] Compiling bn-armv8-linux.S
[568/1198] Compiling bn-armv8-apple.S
[569/1198] Compiling bn-586-apple.S
[570/1198] Compiling armv8-mont-linux.S
[571/1198] Compiling armv8-mont-win.S
[572/1198] Compiling bn-586-linux.S
[573/1198] Compiling armv4-mont-linux.S
[574/1198] Compiling aesv8-gcm-armv8-linux.S
[575/1198] Compiling aesv8-gcm-armv8-win.S
[576/1198] Compiling armv8-mont-apple.S
[577/1198] Compiling aesv8-gcm-armv8-apple.S
[578/1198] Compiling aesv8-armv8-apple.S
[578/1198] Compiling aesv8-armv8-linux.S
[580/1198] Compiling aesv8-armv7-linux.S
[581/1198] Compiling aesni-x86_64-linux.S
[582/1198] Compiling aesv8-armv8-win.S
[583/1198] Compiling aesni-x86_64-apple.S
[584/1198] Compiling aesni-x86-apple.S
[585/1198] Compiling aesni-gcm-x86_64-linux.S
[586/1198] Compiling aesni-x86-linux.S
[587/1198] Compiling aes-gcm-avx2-x86_64-linux.S
[588/1198] Compiling aesni-gcm-x86_64-apple.S
[589/1198] Compiling aes-gcm-avx10-x86_64-apple.S
[589/1198] Compiling aes-gcm-avx10-x86_64-linux.S
[591/1198] Compiling aes-gcm-avx2-x86_64-apple.S
[592/1198] Compiling x_x509.cc
[593/1198] Compiling x_val.cc
[594/1198] Compiling x_spki.cc
[595/1198] Compiling x_x509a.cc
[596/1198] Compiling x_sig.cc
[597/1198] Compiling x_name.cc
[598/1198] Compiling x_pubkey.cc
[599/1198] Compiling x_req.cc
[600/1198] Compiling x_exten.cc
[601/1198] Compiling x_attrib.cc
[602/1198] Compiling x_crl.cc
[603/1198] Compiling x_all.cc
[604/1198] Compiling x_algor.cc
[605/1198] Compiling x509spki.cc
[606/1198] Compiling x509rset.cc
[607/1198] Compiling x509cset.cc
[608/1198] Compiling x509name.cc
[609/1198] Compiling x509_vpm.cc
[610/1198] Compiling x509_vfy.cc
[611/1198] Compiling x509_txt.cc
[612/1198] Compiling x509_v3.cc
[613/1198] Compiling x509_set.cc
[614/1198] Compiling x509_req.cc
[615/1198] Compiling x509_trs.cc
[616/1198] Compiling x509_obj.cc
[617/1198] Compiling x509_lu.cc
[618/1198] Compiling x509_ext.cc
[619/1198] Compiling x509_def.cc
[620/1198] Compiling x509_att.cc
[621/1198] Compiling x509_d2.cc
[622/1198] Compiling x509_cmp.cc
[623/1198] Compiling x509.cc
[624/1198] Compiling v3_skey.cc
[625/1198] Compiling v3_utl.cc
[626/1198] Compiling v3_purp.cc
[627/1198] Compiling v3_pcons.cc
[628/1198] Compiling v3_prn.cc
[629/1198] Compiling v3_pmaps.cc
[630/1198] Compiling v3_ocsp.cc
[631/1198] Compiling v3_int.cc
[632/1198] Compiling v3_ncons.cc
[633/1198] Compiling v3_lib.cc
[634/1198] Compiling v3_info.cc
[635/1198] Compiling v3_extku.cc
[636/1198] Compiling v3_ia5.cc
[637/1198] Compiling v3_genn.cc
[638/1198] Compiling v3_enum.cc
[639/1198] Compiling v3_crld.cc
[640/1198] Compiling v3_conf.cc
[641/1198] Compiling v3_cpols.cc
[642/1198] Compiling v3_bitst.cc
[643/1198] Compiling v3_bcons.cc
[644/1198] Compiling v3_akeya.cc
[645/1198] Compiling v3_alt.cc
[646/1198] Compiling v3_akey.cc
[647/1198] Compiling t_x509.cc
[648/1198] Compiling t_req.cc
[649/1198] Compiling t_x509a.cc
[650/1198] Compiling i2d_pr.cc
[651/1198] Compiling t_crl.cc
[652/1198] Compiling name_print.cc
[653/1198] Compiling rsa_pss.cc
[654/1198] Compiling policy.cc
[655/1198] Compiling by_file.cc
[656/1198] Compiling algorithm.cc
[657/1198] Compiling by_dir.cc
[658/1198] Compiling asn1_gen.cc
[659/1198] Compiling a_sign.cc
[660/1198] Compiling a_verify.cc
[661/1198] Compiling a_digest.cc
[662/1198] Compiling voprf.cc
[663/1198] Compiling thread.cc
[664/1198] Compiling thread_pthread.cc
[665/1198] Compiling thread_win.cc
[666/1198] Compiling trust_token.cc
[667/1198] Compiling thread_none.cc
[668/1198] Compiling stack.cc
[669/1198] Compiling pmbtoken.cc
[670/1198] Compiling sha512.cc
[671/1198] Compiling siphash.cc
[672/1198] Compiling slhdsa.cc
[673/1198] Compiling spake2plus.cc
[674/1198] Compiling sha256.cc
[675/1198] Compiling sha1.cc
[676/1198] Compiling rsa_print.cc
[677/1198] Compiling rc4.cc
[678/1198] Compiling rsa_crypt.cc
[679/1198] Compiling windows.cc
[680/1198] Compiling rsa_extra.cc
[681/1198] Compiling refcount.cc
[682/1198] Compiling urandom.cc
[683/1198] Compiling ios.cc
[684/1198] Compiling rsa_asn1.cc
[685/1198] Compiling trusty.cc
[686/1198] Compiling rand.cc
[687/1198] Compiling forkunsafe.cc
[688/1198] Compiling passive.cc
[689/1198] Compiling poly1305_arm_asm.S
[690/1198] Compiling getentropy.cc
[691/1198] Compiling fork_detect.cc
[692/1198] Compiling pool.cc
[693/1198] Compiling poly1305.cc
[694/1198] Compiling poly1305_arm.cc
[695/1198] Compiling deterministic.cc
[696/1198] Compiling poly1305_vec.cc
[697/1198] Compiling pkcs8.cc
[698/1198] Compiling pem_xaux.cc
[699/1198] Compiling pkcs7.cc
[700/1198] Compiling pkcs7_x509.cc
[701/1198] Compiling pkcs8_x509.cc
[702/1198] Compiling p5_pbev2.cc
[703/1198] Compiling pem_x509.cc
[704/1198] Compiling pem_pkey.cc
[705/1198] Compiling pem_pk8.cc
[706/1198] Compiling obj_xref.cc
[706/1198] Compiling pem_all.cc
[708/1198] Compiling mlkem.cc
[709/1198] Compiling pem_info.cc
[710/1198] Compiling pem_lib.cc
[711/1198] Compiling pem_oth.cc
[712/1198] Compiling mldsa.cc
[713/1198] Compiling poly_rq_mul.S
[714/1198] Compiling obj.cc
[715/1198] Compiling fips_shared_support.cc
[716/1198] Compiling mem.cc
[717/1198] Compiling lhash.cc
[718/1198] Compiling md4.cc
[719/1198] Compiling md5.cc
[720/1198] Compiling kyber.cc
[721/1198] Compiling hrss.cc
[722/1198] Compiling ex_data.cc
[723/1198] Compiling print.cc
[724/1198] Compiling sign.cc
[725/1198] Compiling scrypt.cc
[726/1198] Compiling hpke.cc
[727/1198] Compiling pbkdf.cc
[728/1198] Compiling p_x25519.cc
[729/1198] Compiling p_rsa.cc
[730/1198] Compiling p_ed25519.cc
[731/1198] Compiling p_ed25519_asn1.cc
[732/1198] Compiling p_rsa_asn1.cc
[733/1198] Compiling p_x25519_asn1.cc
[734/1198] Compiling p_hkdf.cc
[735/1198] Compiling p_ec_asn1.cc
[736/1198] Compiling p_dh.cc
[737/1198] Compiling p_ec.cc
[738/1198] Compiling p_dh_asn1.cc
[739/1198] Compiling evp_ctx.cc
[740/1198] Compiling p_dsa_asn1.cc
[741/1198] Compiling evp.cc
[742/1198] Compiling err.cc
[743/1198] Compiling engine.cc
[744/1198] Compiling evp_asn1.cc
[745/1198] Compiling ecdh.cc
[746/1198] Compiling ecdsa_asn1.cc
[747/1198] Compiling ec_derive.cc
[748/1198] Compiling hash_to_curve.cc
[749/1198] Compiling bcm.cc
[750/1198] Compiling dsa.cc
[751/1198] Compiling ec_asn1.cc
[752/1198] Compiling dsa_asn1.cc
[753/1198] Compiling params.cc
[754/1198] Compiling x25519-asm-arm.S
[755/1198] Compiling digest_extra.cc
[756/1198] Compiling curve25519_64_adx.cc
[757/1198] Compiling des.cc
[758/1198] Compiling dh_asn1.cc
[759/1198] Compiling crypto.cc
[760/1198] Compiling cpu_intel.cc
[761/1198] Compiling spake25519.cc
[762/1198] Compiling cpu_arm_linux.cc
[763/1198] Compiling curve25519.cc
[764/1198] Compiling cpu_arm_freebsd.cc
[765/1198] Compiling cpu_aarch64_win.cc
[766/1198] Compiling cpu_aarch64_sysreg.cc
[767/1198] Compiling cpu_aarch64_fuchsia.cc
[768/1198] Compiling cpu_aarch64_linux.cc
[769/1198] Compiling cpu_aarch64_apple.cc
[770/1198] Compiling cpu_aarch64_openbsd.cc
[771/1198] Compiling tls_cbc.cc
[772/1198] Compiling get_cipher.cc
[773/1198] Compiling conf.cc
[774/1198] Compiling e_tls.cc
[775/1198] Compiling e_rc4.cc
[776/1198] Compiling e_rc2.cc
[777/1198] Compiling e_des.cc
[778/1198] Compiling e_null.cc
[779/1198] Compiling e_chacha20poly1305.cc
[780/1198] Compiling e_aesgcmsiv.cc
[781/1198] Compiling e_aesctrhmac.cc
[782/1198] Compiling chacha.cc
[783/1198] Compiling cbb.cc
[784/1198] Compiling derive_key.cc
[785/1198] Compiling unicode.cc
[786/1198] Compiling cbs.cc
[787/1198] Compiling buf.cc
[788/1198] Compiling socket.cc
[789/1198] Compiling ber.cc
[790/1198] Compiling asn1_compat.cc
[791/1198] Compiling blake2.cc
[792/1198] Compiling socket_helper.cc
[793/1198] Compiling convert.cc
[794/1198] Compiling bn_asn1.cc
[795/1198] Compiling printf.cc
[796/1198] Compiling pair.cc
[797/1198] Compiling hexdump.cc
[798/1198] Compiling fd.cc
[799/1198] Compiling errno.cc
[800/1198] Compiling connect.cc
[801/1198] Compiling file.cc
[802/1198] Compiling bio_mem.cc
[803/1198] Compiling tasn_utl.cc
[804/1198] Compiling base64.cc
[805/1198] Compiling bio.cc
[806/1198] Compiling tasn_fre.cc
[807/1198] Compiling tasn_typ.cc
[808/1198] Compiling tasn_new.cc
[809/1198] Compiling tasn_enc.cc
[810/1198] Compiling f_string.cc
[811/1198] Compiling f_int.cc
[812/1198] Compiling posix_time.cc
[813/1198] Compiling tasn_dec.cc
[814/1198] Compiling asn_pack.cc
[815/1198] Compiling asn1_par.cc
[816/1198] Compiling a_time.cc
[817/1198] Compiling asn1_lib.cc
[818/1198] Compiling a_utctm.cc
[819/1198] Compiling a_strnid.cc
[820/1198] Compiling a_type.cc
[821/1198] Compiling a_octet.cc
[822/1198] Compiling a_strex.cc
[823/1198] Compiling a_mbstr.cc
[824/1198] Compiling a_object.cc
[825/1198] Compiling a_dup.cc
[826/1198] Compiling a_i2d_fp.cc
[827/1198] Compiling a_d2i_fp.cc
[828/1198] Compiling fiat_p256_adx_sqr.S
[829/1198] Compiling fiat_p256_adx_mul.S
[830/1198] Compiling fiat_curve25519_adx_square.S
[831/1198] Compiling a_gentm.cc
[832/1198] Compiling CCryptoBoringSSLShims shims.c
[833/1198] Compiling a_int.cc
[834/1198] Compiling fiat_curve25519_adx_mul.S
[835/1198] Compiling md5-x86_64-linux.S
[836/1198] Compiling md5-586-apple.S
[837/1198] Compiling md5-x86_64-apple.S
[838/1198] Compiling md5-586-linux.S
[839/1198] Compiling chacha20_poly1305_x86_64-linux.S
[840/1198] Compiling chacha20_poly1305_x86_64-apple.S
[841/1198] Compiling chacha20_poly1305_armv8-win.S
[842/1198] Compiling chacha-x86_64-linux.S
[843/1198] Compiling chacha20_poly1305_armv8-apple.S
[844/1198] Compiling chacha-x86_64-apple.S
[845/1198] Compiling chacha-x86-linux.S
[846/1198] Compiling chacha20_poly1305_armv8-linux.S
[847/1198] Compiling chacha-x86-apple.S
[848/1198] Compiling chacha-armv8-win.S
[849/1198] Compiling chacha-armv8-apple.S
[850/1198] Compiling chacha-armv8-linux.S
[851/1198] Compiling err_data.cc
[852/1198] Compiling a_bitstr.cc
[853/1198] Compiling chacha-armv4-linux.S
[854/1198] Compiling aes128gcmsiv-x86_64-linux.S
[855/1198] Compiling x86_64-mont5-linux.S
[856/1198] Compiling x86_64-mont-linux.S
[857/1198] Compiling x86_64-mont-apple.S
[858/1198] Compiling aes128gcmsiv-x86_64-apple.S
[859/1198] Compiling x86_64-mont5-apple.S
[860/1198] Compiling x86-mont-linux.S
[861/1198] Compiling vpaes-x86_64-linux.S
[862/1198] Compiling x86-mont-apple.S
[863/1198] Compiling vpaes-x86_64-apple.S
[864/1198] Compiling vpaes-x86-apple.S
[865/1198] Compiling vpaes-x86-linux.S
[866/1198] Compiling vpaes-armv8-win.S
[867/1198] Compiling a_bool.cc
[868/1198] Compiling vpaes-armv8-apple.S
[869/1198] Compiling vpaes-armv7-linux.S
[870/1198] Compiling sha512-x86_64-linux.S
[871/1198] Compiling sha512-armv8-win.S
[872/1198] Compiling vpaes-armv8-linux.S
[873/1198] Compiling sha512-armv8-apple.S
[874/1198] Compiling sha512-x86_64-apple.S
[875/1198] Compiling sha512-586-linux.S
[876/1198] Compiling sha512-586-apple.S
[877/1198] Compiling sha512-armv8-linux.S
[878/1198] Compiling sha512-armv4-linux.S
[879/1198] Compiling sha256-x86_64-linux.S
[880/1198] Compiling sha256-armv8-win.S
[881/1198] Compiling sha256-x86_64-apple.S
[882/1198] Compiling sha256-armv4-linux.S
[883/1198] Compiling sha256-armv8-apple.S
[884/1198] Compiling sha256-586-linux.S
[885/1198] Compiling sha256-586-apple.S
[886/1198] Compiling sha1-armv8-apple.S
[887/1198] Compiling sha1-armv8-win.S
[888/1198] Compiling sha1-x86_64-linux.S
[889/1198] Compiling sha1-x86_64-apple.S
[890/1198] Compiling sha256-armv8-linux.S
[891/1198] Compiling sha1-armv4-large-linux.S
[892/1198] Compiling sha1-586-apple.S
[893/1198] Compiling sha1-586-linux.S
[894/1198] Compiling rsaz-avx2-linux.S
[895/1198] Compiling sha1-armv8-linux.S
[896/1198] Compiling rsaz-avx2-apple.S
[897/1198] Compiling rdrand-x86_64-linux.S
[898/1198] Compiling rdrand-x86_64-apple.S
[899/1198] Compiling p256_beeu-armv8-asm-linux.S
[900/1198] Compiling p256_beeu-x86_64-asm-apple.S
[901/1198] Compiling p256_beeu-armv8-asm-win.S
[902/1198] Compiling p256_beeu-x86_64-asm-linux.S
[903/1198] Compiling p256-armv8-asm-apple.S
[904/1198] Compiling p256-x86_64-asm-apple.S
[905/1198] Compiling p256-x86_64-asm-linux.S
[905/1198] Compiling p256-armv8-asm-win.S
[905/1198] Compiling p256_beeu-armv8-asm-apple.S
[908/1198] Compiling p256-armv8-asm-linux.S
[909/1198] Compiling ghashv8-armv7-linux.S
[910/1198] Compiling ghash-x86_64-apple.S
[911/1198] Compiling ghashv8-armv8-apple.S
[912/1198] Compiling ghashv8-armv8-win.S
[913/1198] Compiling ghashv8-armv8-linux.S
[914/1198] Compiling ghash-x86_64-linux.S
[915/1198] Compiling ghash-ssse3-x86-linux.S
[916/1198] Compiling ghash-ssse3-x86_64-apple.S
[917/1198] Compiling ghash-ssse3-x86_64-linux.S
[918/1198] Compiling ghash-x86-linux.S
[919/1198] Compiling ghash-ssse3-x86-apple.S
[920/1198] Compiling ghash-x86-apple.S
[921/1198] Compiling ghash-neon-armv8-win.S
[922/1198] Compiling ghash-neon-armv8-linux.S
[923/1198] Compiling co-586-linux.S
[924/1198] Compiling ghash-neon-armv8-apple.S
[925/1198] Compiling co-586-apple.S
[926/1198] Compiling bsaes-armv7-linux.S
[927/1198] Compiling ghash-armv4-linux.S
[928/1198] Compiling bn-armv8-apple.S
[929/1198] Compiling bn-armv8-win.S
[930/1198] Compiling bn-armv8-linux.S
[931/1198] Compiling armv8-mont-win.S
[932/1198] Compiling bn-586-linux.S
[933/1198] Compiling bn-586-apple.S
[934/1198] Compiling armv8-mont-linux.S
[935/1198] Compiling armv8-mont-apple.S
[936/1198] Compiling armv4-mont-linux.S
[937/1198] Compiling aesv8-gcm-armv8-apple.S
[937/1198] Compiling aesv8-gcm-armv8-win.S
[939/1198] Compiling aesv8-gcm-armv8-linux.S
[940/1198] Compiling aesv8-armv8-win.S
[941/1198] Compiling aesv8-armv8-linux.S
[942/1198] Compiling aesv8-armv7-linux.S
[943/1198] Compiling aesni-x86_64-linux.S
[944/1198] Compiling aesv8-armv8-apple.S
[945/1198] Compiling aesni-x86_64-apple.S
[946/1198] Compiling aesni-gcm-x86_64-linux.S
[947/1198] Compiling aesni-x86-linux.S
[948/1198] Compiling aesni-gcm-x86_64-apple.S
[949/1198] Compiling aes-gcm-avx10-x86_64-linux.S
[949/1198] Compiling aesni-x86-apple.S
[951/1198] Compiling aes-gcm-avx10-x86_64-apple.S
[952/1198] Compiling x_req.cc
[953/1198] Compiling c-atomics.c
[954/1198] Compiling c-nioatomics.c
[955/1198] Compiling x_x509a.cc
[956/1204] Compiling x_sig.cc
[956/1204] Compiling x_val.cc
[957/1204] Compiling x_spki.cc
[959/1204] Compiling x_x509.cc
[960/1204] Compiling x_name.cc
[962/1204] Compiling NIOConcurrencyHelpers NIOLock.swift
[962/1204] Compiling x_pubkey.cc
[963/1204] Compiling x_exten.cc
[965/1204] Compiling NIOConcurrencyHelpers atomics.swift
[966/1204] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[967/1204] Compiling NIOConcurrencyHelpers lock.swift
[968/1204] Emitting module NIOConcurrencyHelpers
[969/1204] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[969/1205] Compiling x_crl.cc
[970/1205] Compiling x_attrib.cc
[971/1205] Compiling x_algor.cc
[972/1205] Compiling x_all.cc
[974/1205] Compiling x509rset.cc
[975/1205] Compiling x509name.cc
[976/1231] Compiling x509spki.cc
[978/1231] Emitting module ConsoleKitTerminal
[979/1234] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[980/1234] Compiling ConsoleKitTerminal ConsoleClear.swift
[981/1234] Compiling ConsoleKitTerminal Console+Ask.swift
[982/1234] Compiling ConsoleKitTerminal Console+Choose.swift
[982/1234] Compiling x509_v3.cc
[983/1234] Compiling x509_vpm.cc
[985/1234] Compiling ConsoleKitTerminal ActivityBar.swift
[986/1234] Compiling ConsoleKitTerminal ActivityIndicator.swift
[987/1234] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[988/1234] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[989/1234] Compiling ConsoleKitTerminal CustomActivity.swift
[990/1234] Compiling ConsoleKitTerminal LoadingBar.swift
[991/1234] Compiling ConsoleKitTerminal ProgressBar.swift
[992/1234] Compiling ConsoleKitTerminal Console+Clear.swift
[993/1234] Compiling ConsoleKitTerminal ConsoleText.swift
[994/1234] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[995/1234] Compiling ConsoleKitTerminal ANSI.swift
[995/1234] Compiling x509_vfy.cc
[996/1234] Compiling x509cset.cc
[997/1234] Compiling x509_set.cc
[999/1234] Compiling ConsoleKitTerminal Console+Confirm.swift
[1000/1234] Compiling ConsoleKitTerminal Console+Input.swift
[1001/1234] Compiling ConsoleKitTerminal Console+Center.swift
[1002/1234] Compiling ConsoleKitTerminal Console+Output.swift
[1003/1234] Compiling ConsoleKitTerminal Console.swift
[1004/1234] Compiling ConsoleKitTerminal Terminal.swift
[1005/1234] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1006/1234] Compiling ConsoleKitTerminal Console+Wait.swift
[1007/1234] Compiling ConsoleKitTerminal ConsoleColor.swift
[1008/1234] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1008/1234] Compiling x509_txt.cc
[1009/1234] Compiling x509_trs.cc
[1011/1234] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1012/1234] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1013/1234] Compiling ConsoleKitTerminal LoggerFragment.swift
[1014/1235] Compiling x509_req.cc
[1015/1235] Compiling x509_def.cc
[1016/1235] Compiling x509_obj.cc
[1017/1235] Compiling x509_d2.cc
[1018/1242] Compiling x509_lu.cc
[1019/1257] Compiling x509_ext.cc
[1021/1257] Emitting module ConsoleKitCommands
[1021/1259] Compiling x509_cmp.cc
[1023/1259] Compiling ConsoleKitCommands CommandSignature.swift
[1024/1259] Compiling ConsoleKitCommands Flag.swift
[1025/1259] Compiling ConsoleKitCommands Option.swift
[1026/1259] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1027/1259] Compiling ConsoleKitCommands AsyncCommand.swift
[1028/1259] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1029/1259] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1030/1259] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1031/1259] Compiling ConsoleKitCommands Argument.swift
[1032/1259] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1033/1259] Compiling ConsoleKitCommands Utilities.swift
[1034/1259] Compiling ConsoleKitCommands Command.swift
[1035/1259] Compiling ConsoleKitCommands CommandContext.swift
[1036/1259] Compiling ConsoleKitCommands CommandError.swift
[1037/1259] Compiling ConsoleKitCommands AsyncCommands.swift
[1038/1259] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1039/1259] Compiling ConsoleKitCommands AnyCommand.swift
[1039/1259] Compiling x509_att.cc
[1041/1259] Compiling ConsoleKitCommands CommandGroup.swift
[1042/1259] Compiling ConsoleKitCommands CommandInput.swift
[1043/1259] Compiling ConsoleKitCommands Commands.swift
[1043/1259] Compiling v3_skey.cc
[1044/1259] Compiling x509.cc
[1045/1259] Compiling v3_utl.cc
[1046/1259] Compiling v3_purp.cc
[1047/1259] Compiling v3_prn.cc
[1048/1259] Compiling v3_pmaps.cc
[1049/1259] Compiling v3_ocsp.cc
[1050/1259] Compiling v3_ncons.cc
[1051/1259] Compiling v3_lib.cc
[1053/1259] Compiling ConsoleKitCommands Console+Run.swift
[1054/1259] Compiling ConsoleKitCommands ConsoleError.swift
[1055/1259] Compiling ConsoleKitCommands Completion.swift
[1056/1260] Compiling v3_pcons.cc
[1057/1260] Compiling v3_ia5.cc
[1058/1262] Compiling v3_int.cc
[1059/1262] Compiling v3_info.cc
[1060/1262] Compiling v3_genn.cc
[1062/1262] Emitting module ConsoleKit
[1063/1262] Compiling ConsoleKit Exports.swift
[1063/1263] Compiling v3_extku.cc
[1065/1263] Compiling v3_cpols.cc
[1066/1263] Compiling v3_crld.cc
[1067/1263] Compiling v3_conf.cc
[1068/1263] Compiling v3_enum.cc
[1069/1263] Compiling v3_bcons.cc
[1070/1263] Compiling v3_bitst.cc
[1071/1263] Compiling t_x509a.cc
[1072/1263] Compiling v3_akey.cc
[1073/1263] Compiling v3_alt.cc
[1074/1263] Compiling t_x509.cc
[1075/1263] Compiling v3_akeya.cc
[1076/1263] Compiling t_req.cc
[1077/1263] Compiling t_crl.cc
[1078/1263] Compiling rsa_pss.cc
[1079/1263] Compiling i2d_pr.cc
[1080/1263] Compiling by_file.cc
[1081/1263] Compiling policy.cc
[1082/1263] Compiling by_dir.cc
[1083/1263] Compiling name_print.cc
[1084/1263] Compiling a_verify.cc
[1085/1263] Compiling a_sign.cc
[1086/1263] Compiling asn1_gen.cc
[1087/1263] Compiling algorithm.cc
[1088/1263] Compiling thread_pthread.cc
[1089/1263] Compiling a_digest.cc
[1090/1263] Compiling trust_token.cc
[1091/1263] Compiling voprf.cc
[1092/1263] Compiling thread_none.cc
[1093/1263] Compiling pmbtoken.cc
[1094/1263] Compiling thread_win.cc
[1095/1263] Compiling thread.cc
[1096/1263] Compiling stack.cc
[1097/1263] Compiling wots.cc
[1098/1263] Compiling merkle.cc
[1099/1263] Compiling thash.cc
[1100/1263] Compiling siphash.cc
[1101/1263] Compiling fors.cc
[1102/1263] Compiling sha512.cc
[1103/1263] Compiling slhdsa.cc
[1104/1263] Compiling sha256.cc
[1105/1263] Compiling sha1.cc
[1106/1263] Compiling rsa_extra.cc
[1107/1263] Compiling rsa_crypt.cc
[1108/1263] Compiling rsa_print.cc
[1109/1263] Compiling rc4.cc
[1110/1263] Compiling urandom.cc
[1111/1263] Compiling refcount.cc
[1112/1263] Compiling rsa_asn1.cc
[1113/1263] Compiling windows.cc
[1114/1263] Compiling trusty.cc
[1115/1263] Compiling ios.cc
[1116/1263] Compiling passive.cc
[1117/1263] Compiling rand_extra.cc
[1118/1263] Compiling poly1305_arm_asm.S
[1119/1263] Compiling forkunsafe.cc
[1120/1263] Compiling getentropy.cc
[1121/1263] Compiling fork_detect.cc
[1122/1263] Compiling deterministic.cc
[1123/1263] Compiling poly1305_vec.cc
[1124/1263] Compiling poly1305_arm.cc
[1125/1263] Compiling poly1305.cc
[1126/1263] Compiling pool.cc
[1127/1263] Compiling pkcs7.cc
[1128/1263] Compiling pkcs8.cc
[1129/1263] Compiling pkcs8_x509.cc
[1130/1263] Compiling p5_pbev2.cc
[1131/1263] Compiling pem_xaux.cc
[1132/1263] Compiling pem_x509.cc
[1133/1263] Compiling pkcs7_x509.cc
[1134/1263] Compiling pem_pkey.cc
[1135/1263] Compiling pem_info.cc
[1136/1263] Compiling pem_oth.cc
[1137/1263] Compiling pem_lib.cc
[1138/1263] Compiling pem_pk8.cc
[1139/1263] Compiling obj_xref.cc
[1140/1263] Compiling mem.cc
[1141/1263] Compiling mldsa.cc
[1142/1263] Compiling md5.cc
[1143/1263] Compiling pem_all.cc
[1144/1263] Compiling obj.cc
[1145/1263] Compiling fips_shared_support.cc
[1146/1263] Compiling md4.cc
[1147/1263] Compiling poly_rq_mul.S
[1148/1263] Compiling mlkem.cc
[1149/1263] Compiling ex_data.cc
[1150/1263] Compiling lhash.cc
[1151/1263] Compiling scrypt.cc
[1152/1263] Compiling hrss.cc
[1153/1263] Compiling hpke.cc
[1154/1263] Compiling sign.cc
[1154/1263] Compiling kyber.cc
[1156/1263] Compiling print.cc
[1157/1263] Compiling p_x25519.cc
[1158/1263] Compiling p_x25519_asn1.cc
[1159/1263] Compiling pbkdf.cc
[1160/1263] Compiling p_rsa_asn1.cc
[1161/1263] Compiling p_rsa.cc
[1162/1263] Compiling p_hkdf.cc
[1163/1263] Compiling p_ed25519_asn1.cc
[1164/1263] Compiling p_ed25519.cc
[1165/1263] Compiling p_ec.cc
[1166/1263] Compiling p_dh.cc
[1167/1263] Compiling evp_ctx.cc
[1168/1263] Compiling p_dh_asn1.cc
[1169/1263] Compiling p_ec_asn1.cc
[1170/1263] Compiling p_dsa_asn1.cc
[1171/1263] Compiling evp_asn1.cc
[1172/1263] Compiling evp.cc
[1173/1263] Compiling ecdh_extra.cc
[1174/1263] Compiling engine.cc
[1175/1263] Compiling err.cc
[1176/1263] Compiling hash_to_curve.cc
[1177/1263] Compiling ec_derive.cc
[1178/1263] Compiling bcm.cc
[1179/1263] Compiling ecdsa_asn1.cc
[1180/1263] Compiling params.cc
[1181/1263] Compiling dsa_asn1.cc
[1182/1263] Compiling digest_extra.cc
[1183/1263] Compiling dsa.cc
[1184/1263] Compiling ec_asn1.cc
[1185/1263] Compiling x25519-asm-arm.S
[1186/1263] Compiling dh_asn1.cc
[1187/1263] Compiling des.cc
[1188/1263] Compiling spake25519.cc
[1189/1263] Compiling curve25519_64_adx.cc
[1190/1263] Compiling curve25519.cc
[1191/1263] Compiling cpu_intel.cc
[1192/1263] Compiling cpu_arm_linux.cc
[1193/1263] Compiling crypto.cc
[1194/1263] Compiling cpu_arm_freebsd.cc
[1195/1263] Compiling cpu_aarch64_sysreg.cc
[1196/1263] Compiling cpu_aarch64_openbsd.cc
[1197/1263] Compiling cpu_aarch64_win.cc
[1198/1263] Compiling cpu_aarch64_fuchsia.cc
[1199/1263] Compiling cpu_aarch64_linux.cc
[1200/1263] Compiling cpu_aarch64_apple.cc
[1201/1263] Compiling conf.cc
[1202/1263] Compiling tls_cbc.cc
[1203/1263] Compiling e_tls.cc
[1204/1263] Compiling e_rc4.cc
[1205/1263] Compiling e_chacha20poly1305.cc
[1206/1263] Compiling e_null.cc
[1207/1263] Compiling e_rc2.cc
[1208/1263] Compiling e_des.cc
[1209/1263] Compiling derive_key.cc
[1210/1263] Compiling cipher_extra.cc
[1210/1263] Compiling e_aesctrhmac.cc
[1210/1263] Compiling e_aesgcmsiv.cc
[1213/1263] Compiling unicode.cc
[1214/1263] Compiling chacha.cc
[1215/1263] Compiling cbb.cc
[1216/1263] Compiling cbs.cc
[1217/1263] Compiling buf.cc
[1218/1263] Compiling blake2.cc
[1219/1263] Compiling convert.cc
[1220/1263] Compiling asn1_compat.cc
[1221/1263] Compiling ber.cc
[1222/1263] Compiling bn_asn1.cc
[1223/1263] Compiling printf.cc
[1224/1263] Compiling pair.cc
[1225/1263] Compiling hexdump.cc
[1226/1263] Compiling file.cc
[1227/1263] Compiling fd.cc
[1228/1263] Compiling errno.cc
[1229/1263] Compiling bio.cc
[1230/1263] Compiling bio_mem.cc
[1231/1263] Compiling base64.cc
[1232/1263] Compiling tasn_typ.cc
[1233/1263] Compiling tasn_utl.cc
[1234/1263] Compiling tasn_fre.cc
[1235/1263] Compiling f_string.cc
[1236/1263] Compiling tasn_enc.cc
[1237/1263] Compiling posix_time.cc
[1238/1263] Compiling tasn_new.cc
[1239/1263] Compiling tasn_dec.cc
[1240/1263] Compiling asn_pack.cc
[1241/1263] Compiling f_int.cc
[1242/1263] Compiling asn1_par.cc
[1243/1263] Compiling a_utctm.cc
[1244/1263] Compiling a_type.cc
[1245/1263] Compiling asn1_lib.cc
[1246/1263] Compiling a_octet.cc
[1247/1263] Compiling a_time.cc
[1248/1263] Compiling a_strnid.cc
[1249/1263] Compiling a_strex.cc
[1250/1263] Compiling a_object.cc
[1251/1263] Compiling a_i2d_fp.cc
[1252/1263] Write sources
[1253/1263] Compiling a_d2i_fp.cc
[1253/1264] Write sources
[1257/1316] Compiling a_bitstr.cc
[1258/1335] Compiling a_dup.cc
[1259/1335] Compiling a_int.cc
[1260/1335] Compiling a_mbstr.cc
[1261/1360] Compiling a_gentm.cc
[1263/1360] Compiling Algorithms Permutations.swift
[1264/1360] Compiling Algorithms Product.swift
[1265/1362] Compiling Algorithms MinMax.swift
[1266/1362] Compiling Algorithms Partition.swift
[1267/1362] Compiling Algorithms Joined.swift
[1268/1362] Compiling Algorithms Keyed.swift
[1269/1362] Compiling Atomics IntegerOperations.swift
[1270/1362] Compiling Atomics Unmanaged extensions.swift
[1271/1362] Emitting module BitCollections
[1271/1369] Compiling a_bool.cc
[1273/1369] Compiling Algorithms AdjacentPairs.swift
[1274/1369] Compiling Algorithms Chain.swift
[1275/1369] Compiling Algorithms Chunked.swift
[1276/1369] Compiling Algorithms Combinations.swift
[1277/1369] Compiling Algorithms Compacted.swift
[1278/1369] Compiling Algorithms Cycle.swift
[1279/1369] Compiling Algorithms EitherSequence.swift
[1280/1369] Compiling Algorithms FirstNonNil.swift
[1285/1369] Compiling Algorithms Rotate.swift
[1286/1369] Compiling Algorithms Split.swift
[1287/1369] Compiling Algorithms Stride.swift
[1288/1369] Compiling Algorithms Suffix.swift
[1289/1369] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1290/1369] Compiling BitCollections BitArray+Extras.swift
[1291/1369] Compiling BitCollections BitArray+Fill.swift
[1292/1369] Compiling BitCollections BitArray+Hashable.swift
[1293/1369] Compiling BitCollections BitArray+Initializers.swift
[1294/1369] Compiling BitCollections BitArray+Invariants.swift
[1295/1369] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1296/1369] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1297/1369] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1298/1369] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1299/1369] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1300/1369] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1301/1369] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1302/1369] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1303/1369] Compiling BitCollections BitSet+Initializers.swift
[1304/1369] Compiling BitCollections BitSet+Invariants.swift
[1305/1369] Compiling BitCollections BitSet+Random.swift
[1306/1369] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1307/1369] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1308/1369] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1309/1369] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1310/1369] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1311/1369] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1312/1369] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1313/1369] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1314/1369] Compiling BitCollections BitSet+SetAlgebra union.swift
[1315/1369] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1316/1369] Compiling BitCollections BitSet.Counted.swift
[1317/1369] Compiling Algorithms Grouped.swift
[1318/1369] Compiling Algorithms Indexed.swift
[1319/1369] Compiling Algorithms Intersperse.swift
[1325/1369] Compiling Algorithms FlattenCollection.swift
[1348/1380] Compiling CryptoBoringWrapper RandomBytes.swift
[1349/1380] Compiling BitCollections BitSet.Index.swift
[1350/1380] Compiling BitCollections BitSet._UnsafeHandle.swift
[1351/1380] Compiling BitCollections BitSet.swift
[1352/1380] Compiling BitCollections Range+Utilities.swift
[1353/1380] Compiling BitCollections Slice+Utilities.swift
[1354/1380] Compiling BitCollections UInt+Tricks.swift
[1355/1380] Compiling BitCollections _Word.swift
[1366/1381] Compiling CryptoBoringWrapper EllipticCurve.swift
[1368/1381] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1369/1381] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1370/1381] Emitting module CryptoBoringWrapper
[1371/1381] Compiling Algorithms Trim.swift
[1372/1381] Compiling Algorithms Unique.swift
[1373/1381] Compiling Algorithms Windows.swift
[1374/1383] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1375/1383] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1376/1383] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1380/1384] Emitting module Collections
[1381/1384] Compiling Collections Collections.swift
[1383/1385] Emitting module Atomics
[1386/1450] Emitting module Algorithms
[1388/1518] Emitting module Crypto
[1389/1527] Compiling NIOCore ByteBuffer-views.swift
[1390/1527] Compiling NIOCore Channel.swift
[1391/1527] Compiling NIOCore ChannelHandler.swift
[1392/1527] Compiling NIOCore ChannelHandlers.swift
[1393/1527] Compiling NIOCore ChannelInvoker.swift
[1394/1527] Compiling NIOCore ChannelOption.swift
[1395/1527] Compiling NIOCore ChannelPipeline.swift
[1396/1527] Compiling NIOCore CircularBuffer.swift
[1397/1527] Compiling NIOCore Codec.swift
[1398/1527] Compiling NIOCore ConvenienceOptionSupport.swift
[1399/1527] Compiling NIOCore AddressedEnvelope.swift
[1400/1527] Compiling NIOCore AsyncAwaitSupport.swift
[1401/1527] Compiling NIOCore AsyncChannel.swift
[1402/1527] Compiling NIOCore AsyncChannelHandler.swift
[1403/1527] Compiling NIOCore AsyncChannelInboundStream.swift
[1404/1527] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1405/1527] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1406/1527] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1407/1527] Compiling NIOCore NIOAsyncWriter.swift
[1408/1527] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1409/1527] Compiling NIOCore NIOScheduledCallback.swift
[1410/1527] Compiling NIOCore NIOSendable.swift
[1411/1527] Compiling NIOCore RecvByteBufferAllocator.swift
[1412/1527] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1413/1527] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1414/1527] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1415/1527] Compiling NIOCore EventLoopFuture.swift
[1416/1527] Compiling NIOCore FileDescriptor.swift
[1417/1527] Compiling NIOCore FileHandle.swift
[1418/1527] Compiling NIOCore FileRegion.swift
[1419/1527] Compiling Crypto HKDF.swift
[1420/1527] Compiling Crypto AESWrap.swift
[1421/1527] Compiling Crypto AESWrap_boring.swift
[1422/1527] Compiling Crypto Ed25519_boring.swift
[1423/1527] Compiling Crypto NISTCurvesKeys_boring.swift
[1424/1527] Compiling Crypto X25519Keys_boring.swift
[1425/1527] Compiling Crypto Curve25519.swift
[1426/1527] Compiling Crypto Ed25519Keys.swift
[1427/1527] Compiling Crypto NISTCurvesKeys.swift
[1428/1527] Compiling Crypto X25519Keys.swift
[1429/1527] Compiling NIOCore DeadChannel.swift
[1430/1527] Compiling NIOCore DispatchQueue+WithFuture.swift
[1431/1527] Compiling NIOCore EventLoop+Deprecated.swift
[1432/1527] Compiling NIOCore EventLoop+SerialExecutor.swift
[1433/1527] Compiling NIOCore EventLoop.swift
[1434/1527] Compiling NIOCore MulticastChannel.swift
[1435/1527] Compiling NIOCore NIOAny.swift
[1436/1527] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1437/1527] Compiling NIOCore NIOLoopBound.swift
[1438/1527] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1439/1527] Compiling NIOCore BSDSocketAPI.swift
[1440/1527] Compiling NIOCore ByteBuffer-aux.swift
[1441/1527] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1442/1527] Compiling NIOCore ByteBuffer-conversions.swift
[1443/1527] Compiling NIOCore ByteBuffer-core.swift
[1444/1527] Compiling NIOCore ByteBuffer-hex.swift
[1445/1527] Compiling NIOCore ByteBuffer-int.swift
[1446/1527] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1447/1527] Compiling NIOCore ByteBuffer-multi-int.swift
[1448/1527] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1449/1527] Compiling NIOCore GlobalSingletons.swift
[1450/1527] Compiling NIOCore IO.swift
[1451/1527] Compiling NIOCore IOData.swift
[1452/1527] Compiling NIOCore IPProtocol.swift
[1453/1527] Compiling NIOCore IntegerBitPacking.swift
[1454/1527] Compiling NIOCore IntegerTypes.swift
[1455/1527] Compiling NIOCore Interfaces.swift
[1456/1527] Compiling NIOCore Linux.swift
[1457/1527] Compiling NIOCore MarkedCircularBuffer.swift
[1458/1527] Compiling Crypto PEMDocument.swift
[1475/1535] Compiling Crypto Signature.swift
[1476/1535] Compiling Crypto CryptoKitErrors_boring.swift
[1477/1535] Compiling Crypto RNG_boring.swift
[1478/1535] Compiling Crypto SafeCompare_boring.swift
[1479/1535] Compiling Crypto Zeroization_boring.swift
[1480/1535] Compiling Crypto PrettyBytes.swift
[1481/1535] Compiling Crypto SafeCompare.swift
[1482/1535] Compiling Crypto SecureBytes.swift
[1483/1535] Compiling Crypto Zeroization.swift
[1501/1536] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1502/1536] Compiling NIOCore SocketAddresses.swift
[1503/1536] Compiling NIOCore SocketOptionProvider.swift
[1504/1536] Compiling NIOCore SystemCallHelpers.swift
[1505/1536] Compiling NIOCore TimeAmount+Duration.swift
[1506/1536] Compiling NIOCore TypeAssistedChannelHandler.swift
[1507/1536] Compiling NIOCore UniversalBootstrapSupport.swift
[1508/1536] Compiling NIOCore Utilities.swift
[1518/1536] Emitting module NIOCore
[1538/1587] Compiling NIOEmbedded Embedded.swift
[1539/1587] Compiling NIOEmbedded AsyncTestingChannel.swift
[1540/1587] Emitting module NIOEmbedded
[1541/1587] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1543/1588] Compiling NIOPosix Pool.swift
[1544/1588] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1545/1588] Compiling NIOPosix PosixSingletons.swift
[1546/1588] Compiling NIOPosix RawSocketBootstrap.swift
[1547/1588] Compiling NIOPosix Resolver.swift
[1548/1588] Compiling NIOPosix Selectable.swift
[1549/1588] Compiling NIOPosix ServerSocket.swift
[1550/1588] Compiling NIOPosix Socket.swift
[1551/1588] Compiling NIOPosix SocketChannel.swift
[1552/1588] Compiling NIOPosix SocketProtocols.swift
[1553/1588] Compiling NIOPosix System.swift
[1554/1588] Compiling NIOPosix Thread.swift
[1555/1588] Compiling NIOPosix SelectableChannel.swift
[1556/1588] Compiling NIOPosix SelectableEventLoop.swift
[1557/1588] Compiling NIOPosix SelectorEpoll.swift
[1558/1588] Compiling NIOPosix SelectorGeneric.swift
[1559/1588] Compiling NIOPosix SelectorKqueue.swift
[1560/1588] Compiling NIOPosix SelectorUring.swift
[1561/1594] Compiling NIOPosix ThreadPosix.swift
[1562/1594] Compiling NIOPosix ThreadWindows.swift
[1563/1594] Compiling NIOPosix UnsafeTransfer.swift
[1564/1594] Compiling NIOPosix Utilities.swift
[1565/1594] Compiling NIOPosix VsockAddress.swift
[1566/1594] Compiling NIOPosix VsockChannelEvents.swift
[1567/1594] Compiling NIOPosix IO.swift
[1568/1594] Compiling NIOPosix IntegerBitPacking.swift
[1569/1594] Compiling NIOPosix IntegerTypes.swift
[1570/1594] Compiling NIOPosix Linux.swift
[1571/1594] Compiling NIOPosix LinuxCPUSet.swift
[1572/1594] Compiling NIOPosix LinuxUring.swift
[1573/1594] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1574/1594] Compiling NIOPosix Bootstrap.swift
[1575/1594] Compiling NIOPosix ControlMessage.swift
[1576/1594] Compiling NIOPosix DatagramVectorReadManager.swift
[1577/1594] Compiling NIOPosix Errors+Any.swift
[1578/1594] Compiling NIOPosix FileDescriptor.swift
[1579/1594] Compiling NIOPosix GetaddrinfoResolver.swift
[1580/1594] Compiling NIOPosix HappyEyeballs.swift
[1581/1594] Compiling NIOPosix BSDSocketAPICommon.swift
[1582/1594] Compiling NIOPosix BSDSocketAPIPosix.swift
[1583/1594] Compiling NIOPosix BSDSocketAPIWindows.swift
[1584/1594] Compiling NIOPosix BaseSocket.swift
[1585/1594] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1586/1594] Compiling NIOPosix BaseSocketChannel.swift
[1587/1594] Compiling NIOPosix BaseStreamSocketChannel.swift
[1588/1594] Emitting module NIOPosix
[1589/1594] Compiling NIOPosix NIOThreadPool.swift
[1590/1594] Compiling NIOPosix NonBlockingFileIO.swift
[1591/1594] Compiling NIOPosix PendingDatagramWritesManager.swift
[1592/1594] Compiling NIOPosix PendingWritesManager.swift
[1593/1594] Compiling NIOPosix PipeChannel.swift
[1594/1594] Compiling NIOPosix PipePair.swift
[1596/1654] Emitting module NIO
[1597/1654] Compiling NIO Exports.swift
[1599/1655] Compiling _NIOFileSystem ByteCount.swift
[1600/1655] Compiling _NIOFileSystem Convenience.swift
[1601/1655] Compiling _NIOFileSystem DirectoryEntries.swift
[1602/1657] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[1603/1657] Compiling _NIOFileSystem BufferedReader.swift
[1604/1657] Compiling _NIOFileSystem BufferedWriter.swift
[1605/1657] Compiling AsyncKit Future+Miscellaneous.swift
[1606/1657] Compiling AsyncKit Future+Nonempty.swift
[1607/1657] Compiling AsyncKit Future+Optional.swift
[1608/1657] Compiling AsyncKit Future+Transform.swift
[1609/1657] Compiling AsyncKit Future+Try.swift
[1610/1657] Compiling AsyncKit FutureOperators.swift
[1611/1690] Emitting module _NIOFileSystem
[1612/1700] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1613/1700] Emitting module NIOSOCKS
[1614/1701] Compiling NIOTLS TLSEvents.swift
[1615/1701] Compiling _NIOFileSystem ParallelDirCopy.swift
[1616/1701] Compiling _NIOFileSystem ParallelRemoval.swift
[1617/1701] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1618/1701] Compiling _NIOFileSystem CInterop.swift
[1619/1701] Compiling _NIOFileSystem Errno.swift
[1620/1701] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1621/1701] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1622/1701] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1623/1701] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1624/1701] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1625/1701] Compiling NIOHTTP1 HTTPDecoder.swift
[1626/1701] Emitting module NIOHTTP1
[1627/1703] Compiling NIOSOCKS SOCKSResponse.swift
[1628/1703] Compiling NIOSOCKS ClientStateMachine.swift
[1629/1703] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1630/1703] Emitting module NIOFoundationCompat
[1631/1703] Compiling NIOHTTP1 HTTPEncoder.swift
[1632/1703] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1633/1703] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1635/1703] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1636/1703] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1637/1703] Compiling NIOSOCKS ServerStateMachine.swift
[1638/1703] Compiling AsyncKit Optional+StrictMap.swift
[1639/1703] Compiling AsyncKit Exports.swift
[1640/1703] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1641/1703] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1642/1703] Emitting module NIOTLS
[1643/1703] Compiling NIOTLS SNIHandler.swift
[1644/1704] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1645/1704] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1647/1704] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1648/1705] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1649/1705] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1652/1706] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1653/1706] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1656/1757] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1657/1757] Compiling NIOTransportServices NIOTSSingletons.swift
[1658/1757] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1659/1757] Compiling NIOTransportServices StateManagedChannel.swift
[1660/1757] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1661/1757] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1662/1759] Compiling NIOTransportServices NIOTSBootstraps.swift
[1663/1759] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1664/1759] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1665/1759] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1666/1759] Compiling NIOTransportServices NIOTSErrors.swift
[1667/1759] Compiling NIOTransportServices NIOTSEventLoop.swift
[1668/1759] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1669/1759] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1670/1759] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1672/1759] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1673/1759] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1674/1759] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1675/1759] Emitting module NIOTransportServices
[1676/1759] Compiling NIOTransportServices AcceptHandler.swift
[1677/1759] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1678/1759] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1682/1759] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1683/1759] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1689/1760] Compiling NIOSSL SSLContext.swift
[1690/1760] Compiling NIOSSL SSLErrors.swift
[1691/1760] Compiling NIOSSL SSLInit.swift
[1692/1760] Compiling NIOSSL SSLPKCS12Bundle.swift
[1693/1760] Compiling _NIOFileSystem IOStrategy.swift
[1699/1760] Compiling _NIOFileSystem SystemFileHandle.swift
[1700/1760] Compiling _NIOFileSystem Utilities.swift
[1701/1760] Compiling _NIOFileSystem OpenOptions.swift
[1702/1760] Compiling _NIOFileSystem String+FileSystem.swift
[1706/1761] Emitting module AsyncKit
[1720/1775] Emitting module NIOSSL
[1721/1775] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1722/1775] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1723/1775] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1724/1775] Compiling NIOWebSocket SHA1.swift
[1725/1830] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1726/1830] Compiling NIOWebSocket WebSocketOpcode.swift
[1731/1831] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1732/1831] Compiling MultipartKit FormDataDecoder.swift
[1733/1831] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1734/1831] Compiling MultipartKit FormDataEncoder.swift
[1735/1831] Compiling MultipartKit BasicCodingKey.swift
[1736/1831] Compiling MultipartKit MultipartError.swift
[1737/1831] Compiling MultipartKit Exports.swift
[1739/1835] Compiling MultipartKit Storage.swift
[1740/1835] Compiling MultipartKit MultipartFormData.swift
[1741/1835] Compiling MultipartKit MultipartParser.swift
[1745/1835] Compiling NIOSSL SSLConnection.swift
[1746/1835] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1747/1835] Compiling NIOHTTPCompression HTTPDecompression.swift
[1748/1835] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1749/1835] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1750/1835] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1751/1835] Compiling NIOHPACK IndexedHeaderTable.swift
[1752/1835] Emitting module MultipartKit
[1753/1835] Compiling NIOHPACK IntegerCoding.swift
[1754/1836] Emitting module NIOHPACK
[1758/1836] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1760/1836] Compiling MultipartKit MultipartPart.swift
[1761/1836] Emitting module NIOHTTPCompression
[1762/1836] Compiling NIOHTTPCompression HTTPCompression.swift
[1763/1836] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1764/1836] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1766/1836] Compiling NIOHPACK HuffmanCoding.swift
[1767/1836] Compiling NIOHPACK HuffmanTables.swift
[1768/1836] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1769/1836] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1770/1836] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1773/1836] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1774/1836] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1787/1836] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1788/1836] Compiling MultipartKit Utilities.swift
[1793/1837] Emitting module NIOWebSocket
[1794/1837] Emitting module NIOExtras
[1799/1838] Compiling NIOWebSocket WebSocketFrame.swift
[1803/1839] Compiling NIOHPACK StaticHeaderTable.swift
[1810/1839] Compiling NIOExtras UnsafeTransfer.swift
[1820/1840] Compiling MultipartKit MultipartSerializer.swift
[1824/1919] Compiling NIOHTTP2 Error+Any.swift
[1825/1919] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1826/1919] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1827/1919] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1828/1920] Compiling NIOHTTP2 ReceivingDataState.swift
[1829/1920] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1830/1920] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1831/1920] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1832/1920] Compiling NIOHTTP2 MaySendFrames.swift
[1833/1920] Compiling NIOHTTP2 SendingDataState.swift
[1834/1920] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1835/1920] Emitting module _NIOFileSystemFoundationCompat
[1836/1920] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1838/1920] Compiling NIOFileSystem Exports.swift
[1839/1920] Emitting module NIOFileSystem
[1842/1922] Compiling NIOHTTP2 SendingHeadersState.swift
[1843/1922] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1844/1924] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1845/1924] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1848/1925] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1849/1925] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1850/1925] Compiling NIOHTTP2 MayReceiveFrames.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1852/1925] Emitting module AWSLambdaRuntimeCore
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:24:8: error: Unsupported platform
22 | import ucrt
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
[1856/1925] Compiling NIOHTTP2 SendingGoawayState.swift
[1859/1925] Compiling AWSLambdaRuntimeCore Terminator.swift
[1860/1925] Compiling AWSLambdaRuntimeCore Utils.swift
[1861/1925] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1864/1925] Compiling NIOHTTP2 HasLocalSettings.swift
[1865/1925] Compiling NIOHTTP2 HasRemoteSettings.swift
[1866/1925] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1867/1925] Compiling NIOHTTP2 QuiescingState.swift
[1868/1925] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1869/1925] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Utils.swift:42:5: error: function is unused
40 | func trap(signal sig: Signal, handler: @escaping (Signal) -> Void) -> DispatchSourceSignal {
41 | let signalSource = DispatchSource.makeSignalSource(signal: sig.rawValue, queue: DispatchQueue.global())
42 | signal(sig.rawValue, SIG_IGN)
| `- error: function is unused
43 | signalSource.setEventHandler(handler: {
44 | signalSource.cancel()
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Utils.swift:42:5: error: function is unused
40 | func trap(signal sig: Signal, handler: @escaping (Signal) -> Void) -> DispatchSourceSignal {
41 | let signalSource = DispatchSource.makeSignalSource(signal: sig.rawValue, queue: DispatchQueue.global())
42 | signal(sig.rawValue, SIG_IGN)
| `- error: function is unused
43 | signalSource.setEventHandler(handler: {
44 | signalSource.cancel()
[1872/1941] Compiling WebSocketKit Exports.swift
[1873/1941] Emitting module WebSocketKit
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:24:8: error: Unsupported platform
22 | import ucrt
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:24:8: error: Unsupported platform
22 | import ucrt
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
[1878/1941] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1879/1941] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1880/1941] Compiling WebSocketKit WebSocket+Connect.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
/host/spi-builder-workspace/Plugins/VercelPackager/VercelOutput.swift:335:12: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
333 | let config = ProjectConfiguration(orgId: vercelOrgID, projectId: vercelProjectID)
334 | let data = try encoder.encode(config)
335 | fs.createFile(atPath: vercelProjectConfigurationPath.string, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
336 | }
337 |
/host/spi-builder-workspace/Plugins/VercelPackager/VercelOutput.swift:407:12: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
405 | )
406 | let data = try encoder.encode(config)
407 | fs.createFile(atPath: vercelOutputConfigurationPath.string, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
408 | }
409 | }
/host/spi-builder-workspace/Plugins/VercelPackager/VercelOutput.swift:462:12: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
460 | )
461 | let data = try encoder.encode(config)
462 | fs.createFile(atPath: vercelFunctionConfigurationPath(product).string, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
463 | }
464 | }
[1/1] Compiling plugin VercelPackager
[2/2] Compiling plugin AWSLambdaPackager
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/75] Compiling ServiceContextModule ServiceContextKey.swift
[5/75] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[6/75] Compiling InternalCollectionsUtilities Debugging.swift
[7/76] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[8/76] Emitting module ServiceContextModule
[9/76] Compiling ServiceContextModule ServiceContext.swift
[10/77] Compiling NIOConcurrencyHelpers NIOLock.swift
[11/77] Compiling RealModule Float80+Real.swift
[12/77] Compiling RealModule Real.swift
[13/78] Compiling Logging MetadataProvider.swift
[14/78] Compiling InternalCollectionsUtilities Descriptions.swift
[15/78] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[16/78] Compiling RealModule Float16+Real.swift
[17/78] Compiling RealModule ElementaryFunctions.swift
[18/78] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[19/78] Compiling InternalCollectionsUtilities Integer rank.swift
[20/78] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[21/78] Compiling InternalCollectionsUtilities UInt+reversed.swift
[22/78] Compiling RealModule Float+Real.swift
[23/78] Compiling NIOConcurrencyHelpers lock.swift
[25/78] Compiling RealModule RealFunctions.swift
[26/86] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[27/86] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[28/86] Compiling NIOConcurrencyHelpers atomics.swift
[29/86] Emitting module _NIOBase64
[30/86] Compiling _NIOBase64 Base64.swift
[31/87] Compiling Logging Locks.swift
[32/87] Emitting module Logging
[33/87] Emitting module RealModule
[34/88] Emitting module NIOConcurrencyHelpers
[35/89] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[36/89] Compiling _NIODataStructures PriorityQueue.swift
[37/89] Compiling _NIODataStructures Heap.swift
[38/89] Compiling _NIODataStructures _TinyArray.swift
[39/89] Emitting module _NIODataStructures
[46/90] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[47/90] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[48/90] Compiling InternalCollectionsUtilities _SortedCollection.swift
[49/96] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[50/96] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[53/99] Compiling CryptoBoringWrapper EllipticCurve.swift
[54/99] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[55/102] Emitting module CryptoBoringWrapper
[60/102] Emitting module InternalCollectionsUtilities
[61/103] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[62/103] Compiling CryptoBoringWrapper RandomBytes.swift
[63/122] Compiling SystemPackage MachPort.swift
[64/122] Compiling SystemPackage PlatformString.swift
[65/122] Compiling SystemPackage SystemString.swift
[66/122] Compiling SystemPackage Mocking.swift
[67/122] Compiling SystemPackage RawBuffer.swift
[68/122] Compiling SystemPackage Syscalls.swift
[69/122] Compiling SystemPackage WindowsSyscallAdapters.swift
[70/127] Compiling Algorithms AdjacentPairs.swift
[71/127] Compiling Algorithms Chain.swift
[72/127] Compiling Algorithms Chunked.swift
[73/127] Compiling Algorithms Combinations.swift
[74/141] Emitting module SystemPackage
[76/147] Compiling Instrumentation NoOpInstrument.swift
[77/147] Compiling Instrumentation MultiplexInstrument.swift
[78/147] Compiling Instrumentation Instrument.swift
[79/147] Emitting module Instrumentation
[80/147] Compiling Instrumentation InstrumentationSystem.swift
[81/147] Compiling Instrumentation Locks.swift
[82/147] Compiling Algorithms Permutations.swift
[83/147] Compiling Algorithms Product.swift
[85/150] Compiling Algorithms Compacted.swift
[86/150] Compiling Algorithms Cycle.swift
[87/150] Compiling Algorithms Grouped.swift
[88/150] Compiling Algorithms Indexed.swift
[89/150] Compiling Algorithms FlattenCollection.swift
[92/150] Compiling Algorithms Intersperse.swift
[95/150] Compiling Algorithms Joined.swift
[96/150] Compiling Logging LogHandler.swift
[97/150] Compiling Atomics IntegerOperations.swift
[98/150] Compiling Atomics Unmanaged extensions.swift
[99/150] Compiling Logging Logging.swift
[100/197] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[101/198] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[102/220] Compiling _RopeModule BigString+Iterators.swift
[103/220] Compiling _RopeModule BigString+Metrics.swift
[104/220] Compiling _RopeModule BigString+Summary.swift
[105/220] Compiling _RopeModule BigString.swift
[106/220] Compiling _RopeModule BigString+Debugging.swift
[107/220] Compiling _RopeModule BigString+Index.swift
[108/220] Compiling _RopeModule BigString+Ingester.swift
[109/220] Compiling _RopeModule BigString+Invariants.swift
[114/220] Emitting module CoreMetrics
[116/224] Compiling _RopeModule Range+BigString.swift
[117/224] Compiling _RopeModule BigString+UTF16View.swift
[118/224] Compiling _RopeModule BigString+UTF8View.swift
[120/291] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[121/291] Compiling OrderedCollections _HashTable+Constants.swift
[122/291] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[123/291] Compiling OrderedCollections _HashTable+Testing.swift
[124/291] Compiling OrderedCollections OrderedSet+Hashable.swift
[125/291] Compiling OrderedCollections _HashTable+Bucket.swift
[126/291] Compiling OrderedCollections _HashTable+BucketIterator.swift
[127/291] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[128/291] Compiling OrderedCollections _HashTable.swift
[129/291] Compiling OrderedCollections _Hashtable+Header.swift
[130/294] Emitting module HeapModule
[131/294] Compiling HeapModule Heap+Descriptions.swift
[132/294] Compiling Tracing InstrumentationSystem+Tracing.swift
[133/294] Compiling Tracing NoOpTracer.swift
[134/300] Compiling Tracing TracerProtocol.swift
[135/300] Compiling Tracing TracingTime.swift
[136/300] Compiling HeapModule Heap.swift
[137/300] Compiling HeapModule _HeapNode.swift
[138/300] Compiling HeapModule Heap+Invariants.swift
[139/300] Compiling HeapModule Heap+UnsafeHandle.swift
[140/301] Emitting module Tracing
[141/301] Compiling Algorithms Trim.swift
[142/301] Compiling Algorithms Unique.swift
[143/301] Compiling Algorithms Windows.swift
[144/301] Compiling Tracing Tracer.swift
[145/301] Compiling Tracing TracerProtocol+Legacy.swift
[146/301] Compiling RoutingKit Router.swift
[148/301] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[149/301] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[150/301] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[151/301] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[152/301] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[153/301] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[154/301] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[155/301] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[156/301] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[157/301] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[158/301] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[159/301] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[160/301] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[161/301] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[162/308] Compiling CoreMetrics Locks.swift
[163/308] Compiling CoreMetrics Metrics.swift
[165/333] Emitting module RoutingKit
[166/394] Compiling RoutingKit PathComponent.swift
[167/394] Compiling RoutingKit AnyRouter.swift
[168/400] Compiling RoutingKit Parameters.swift
[169/400] Compiling RoutingKit TrieRouter.swift
[170/401] Compiling DequeModule Deque+Testing.swift
[171/401] Compiling DequeModule Deque._Storage.swift
[172/401] Compiling DequeModule Deque._UnsafeHandle.swift
[173/401] Compiling DequeModule Deque.swift
[174/401] Compiling DequeModule Deque+Equatable.swift
[175/401] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[176/401] Compiling DequeModule Deque+Extras.swift
[177/401] Compiling DequeModule Deque+Hashable.swift
[178/401] Compiling DequeModule _DequeBuffer.swift
[179/401] Compiling DequeModule _DequeBufferHeader.swift
[180/401] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[181/401] Compiling DequeModule Deque+CustomReflectable.swift
[182/401] Compiling DequeModule Deque+Descriptions.swift
[183/401] Compiling DequeModule Deque+Codable.swift
[184/401] Compiling DequeModule Deque+Collection.swift
[190/401] Compiling HashTreeCollections _HashNode+Structural union.swift
[191/401] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[192/401] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[193/401] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[194/401] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[195/401] Compiling HashTreeCollections _HashNode.swift
[196/401] Compiling HashTreeCollections _HashNodeHeader.swift
[197/401] Compiling HashTreeCollections _HashSlot.swift
[205/401] Compiling HashTreeCollections _HashNode+Structural filter.swift
[206/401] Compiling HashTreeCollections _HashStack.swift
[207/401] Compiling HashTreeCollections _HashTreeIterator.swift
[208/401] Compiling HashTreeCollections _HashTreeStatistics.swift
[209/401] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[210/401] Compiling HashTreeCollections _RawHashNode.swift
[211/401] Compiling HashTreeCollections _UnmanagedHashNode.swift
[212/401] Compiling HashTreeCollections _UnsafePath.swift
[213/401] Compiling HashTreeCollections TreeDictionary+Codable.swift
[214/401] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[215/401] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[216/401] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[217/401] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[218/401] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[219/401] Compiling HashTreeCollections _HashNode+Structural merge.swift
[220/401] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[221/401] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[226/403] Compiling Tracing SpanProtocol.swift
[234/406] Compiling HashTreeCollections TreeDictionary+Values.swift
[235/406] Compiling HashTreeCollections TreeSet+Hashable.swift
[236/406] Compiling HashTreeCollections TreeSet+Sendable.swift
[237/406] Compiling HashTreeCollections TreeSet+Sequence.swift
[238/406] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[239/406] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[240/406] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[247/406] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[248/406] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[249/406] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[250/406] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[251/416] Compiling HashTreeCollections TreeDictionary.swift
[252/416] Compiling HashTreeCollections TreeSet+Codable.swift
[253/416] Compiling HashTreeCollections TreeSet+Collection.swift
[254/416] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[255/416] Compiling HashTreeCollections TreeSet+Debugging.swift
[256/416] Compiling HashTreeCollections TreeSet+Descriptions.swift
[257/416] Compiling HashTreeCollections TreeSet+Equatable.swift
[258/416] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[259/416] Compiling HashTreeCollections TreeSet+Extras.swift
[260/416] Compiling HashTreeCollections TreeSet+Filter.swift
[267/416] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[268/416] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[269/416] Compiling HashTreeCollections TreeDictionary+Filter.swift
[270/416] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[271/416] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[272/416] Compiling HashTreeCollections TreeDictionary+Keys.swift
[273/416] Compiling DequeModule _DequeSlot.swift
[274/416] Compiling DequeModule _UnsafeWrappedBuffer.swift
[275/416] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[276/416] Compiling HashTreeCollections TreeDictionary+Merge.swift
[277/416] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[278/416] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[308/456] Compiling Metrics Metrics.swift
[309/460] Emitting module Metrics
[310/488] Compiling Crypto AES-GCM.swift
[311/488] Compiling Crypto AES-GCM_boring.swift
[312/488] Compiling Crypto ChaChaPoly_boring.swift
[313/488] Compiling Crypto ChaChaPoly.swift
[315/497] Compiling Crypto ASN1Identifier.swift
[316/497] Compiling Crypto ASN1Integer.swift
[317/497] Emitting module OrderedCollections
[318/497] Emitting module Algorithms
[319/497] Emitting module Atomics
[322/500] Emitting module DequeModule
[329/501] Compiling Crypto ASN1Null.swift
[330/501] Compiling Crypto ASN1OctetString.swift
[331/501] Compiling Crypto ASN1Strings.swift
[332/501] Compiling Crypto ArraySliceBigint.swift
[333/501] Compiling Crypto GeneralizedTime.swift
[334/501] Compiling Crypto ObjectIdentifier.swift
[335/501] Compiling Crypto ECDSASignature.swift
[336/501] Compiling Crypto PEMDocument.swift
[337/501] Compiling _RopeModule _CharacterRecognizer.swift
[338/501] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[339/501] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[340/501] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[341/501] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[342/501] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[343/501] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[344/501] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[345/501] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[346/501] Compiling HashTreeCollections TreeSet.swift
[347/559] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[348/559] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[349/559] Compiling BitCollections BitArray+Extras.swift
[350/559] Compiling BitCollections BitArray+Fill.swift
[351/559] Compiling BitCollections BitArray+Hashable.swift
[352/559] Compiling BitCollections BitArray+Initializers.swift
[353/559] Compiling BitCollections BitArray+Invariants.swift
[354/559] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[355/559] Compiling BitCollections BitArray+BitwiseOperations.swift
[356/559] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[357/559] Compiling BitCollections BitArray+Codable.swift
[358/580] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[359/580] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[360/580] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[361/580] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[362/580] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[363/580] Compiling BitCollections BitSet+Initializers.swift
[364/580] Compiling BitCollections BitSet+Invariants.swift
[365/580] Compiling BitCollections BitSet+Random.swift
[366/580] Compiling BitCollections BitSet+SetAlgebra basics.swift
[367/580] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[368/580] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[369/580] Emitting module _RopeModule
[370/580] Compiling BitCollections BitSet+BidirectionalCollection.swift
[371/580] Compiling BitCollections BitSet+Codable.swift
[372/580] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[373/584] Compiling BitCollections BitArray+Collection.swift
[374/584] Compiling BitCollections BitArray+Copy.swift
[375/584] Compiling BitCollections BitArray+CustomReflectable.swift
[376/584] Compiling BitCollections BitArray+Descriptions.swift
[377/584] Compiling BitCollections BitArray+Equatable.swift
[378/584] Compiling BitCollections BitArray+RandomBits.swift
[379/584] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[380/584] Compiling BitCollections BitArray+Shifts.swift
[381/584] Compiling BitCollections BitArray+Testing.swift
[382/584] Compiling BitCollections BitArray._UnsafeHandle.swift
[383/584] Compiling BitCollections BitArray.swift
[387/584] Compiling ConsoleKitTerminal AnySendableHashable.swift
[388/584] Compiling ConsoleKitTerminal ConsoleLogger.swift
[389/584] Compiling ConsoleKitTerminal LoggerFragment.swift
[390/584] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[391/584] Compiling BitCollections BitSet+Extras.swift
[392/584] Compiling BitCollections BitSet+Hashable.swift
[393/584] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[394/584] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[395/643] Compiling NIOCore ByteBuffer-conversions.swift
[396/643] Compiling NIOCore ByteBuffer-core.swift
[397/643] Compiling NIOCore ByteBuffer-hex.swift
[398/643] Compiling NIOCore ByteBuffer-int.swift
[399/643] Compiling NIOCore DeadChannel.swift
[400/643] Compiling NIOCore DispatchQueue+WithFuture.swift
[401/643] Compiling NIOCore EventLoop+Deprecated.swift
[402/643] Compiling NIOCore EventLoop+SerialExecutor.swift
[403/643] Emitting module ConsoleKitTerminal
[404/643] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[405/643] Compiling NIOCore BSDSocketAPI.swift
[406/643] Compiling NIOCore ByteBuffer-aux.swift
[407/643] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[416/650] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[417/650] Compiling NIOCore CircularBuffer.swift
[418/650] Compiling NIOCore Codec.swift
[419/650] Compiling NIOCore ConvenienceOptionSupport.swift
[420/650] Compiling NIOCore ChannelHandlers.swift
[421/650] Compiling NIOCore ChannelInvoker.swift
[422/650] Compiling NIOCore ChannelOption.swift
[423/650] Compiling NIOCore ChannelPipeline.swift
[424/650] Compiling NIOCore MulticastChannel.swift
[425/650] Compiling NIOCore NIOAny.swift
[426/650] Compiling NIOCore NIOCloseOnErrorHandler.swift
[427/650] Compiling NIOCore EventLoop.swift
[428/650] Compiling NIOCore AddressedEnvelope.swift
[429/650] Compiling NIOCore AsyncAwaitSupport.swift
[430/650] Compiling NIOCore AsyncChannel.swift
[431/650] Compiling NIOCore AsyncChannelHandler.swift
[432/650] Compiling NIOCore AsyncChannelInboundStream.swift
[433/650] Emitting module Crypto
[434/659] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[435/659] Compiling NIOCore NIOAsyncWriter.swift
[436/659] Compiling NIOCore ByteBuffer-multi-int.swift
[437/659] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[438/659] Compiling NIOCore ByteBuffer-views.swift
[439/659] Compiling NIOCore Channel.swift
[440/659] Compiling NIOCore ChannelHandler.swift
[441/659] Compiling NIOCore NIOLoopBound.swift
[442/659] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[443/659] Compiling NIOCore NIOScheduledCallback.swift
[444/659] Compiling NIOCore NIOSendable.swift
[445/659] Compiling NIOCore RecvByteBufferAllocator.swift
[446/659] Compiling NIOCore IO.swift
[447/659] Compiling NIOCore IOData.swift
[448/659] Compiling Crypto HashFunctions.swift
[449/659] Compiling Crypto HashFunctions_SHA2.swift
[450/659] Compiling Crypto HPKE-AEAD.swift
[451/659] Compiling Crypto Signature.swift
[452/659] Compiling Crypto CryptoKitErrors_boring.swift
[453/659] Compiling Crypto RNG_boring.swift
[454/659] Compiling Crypto SafeCompare_boring.swift
[455/659] Compiling Crypto Zeroization_boring.swift
[456/659] Compiling Crypto PrettyBytes.swift
[467/659] Compiling Crypto PKCS8PrivateKey.swift
[468/659] Compiling Crypto SEC1PrivateKey.swift
[469/659] Compiling Crypto SubjectPublicKeyInfo.swift
[470/659] Compiling Crypto CryptoKitErrors.swift
[471/659] Compiling Crypto Digest_boring.swift
[472/659] Compiling Crypto Digest.swift
[473/659] Compiling Crypto Digests.swift
[479/659] Compiling NIOCore AsyncChannelOutboundWriter.swift
[480/659] Compiling NIOCore NIOAsyncSequenceProducer.swift
[492/659] Compiling NIOCore IPProtocol.swift
[493/659] Compiling NIOCore IntegerBitPacking.swift
[494/659] Compiling NIOCore IntegerTypes.swift
[495/659] Compiling NIOCore Interfaces.swift
[497/660] Emitting module BitCollections
[517/660] Compiling NIOCore Linux.swift
[523/660] Compiling NIOCore MarkedCircularBuffer.swift
[524/660] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[535/660] Compiling BitCollections BitSet.Index.swift
[536/660] Compiling BitCollections BitSet._UnsafeHandle.swift
[537/660] Compiling BitCollections BitSet.swift
[538/660] Compiling BitCollections Range+Utilities.swift
[539/660] Compiling BitCollections Slice+Utilities.swift
[540/660] Compiling BitCollections UInt+Tricks.swift
[541/660] Compiling BitCollections _Word.swift
[542/660] Compiling Crypto ECDH.swift
[555/691] Emitting module HashTreeCollections
[564/692] Compiling ConsoleKitCommands CommandError.swift
[565/692] Compiling ConsoleKitCommands CommandGroup.swift
[566/692] Compiling ConsoleKitCommands CommandInput.swift
[567/692] Compiling ConsoleKitCommands Commands.swift
[568/692] Compiling ConsoleKitCommands Console+Run.swift
[569/692] Compiling ConsoleKitCommands ConsoleError.swift
[570/692] Compiling ConsoleKitCommands Completion.swift
[571/692] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[572/693] Emitting module ConsoleKitCommands
[573/695] Compiling ConsoleKitCommands CommandSignature.swift
[574/695] Compiling ConsoleKitCommands Flag.swift
[575/695] Compiling ConsoleKitCommands Option.swift
[577/695] Compiling ConsoleKitCommands Command.swift
[578/695] Compiling ConsoleKitCommands CommandContext.swift
[580/695] Compiling ConsoleKitCommands AsyncCommands.swift
[581/695] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[582/695] Compiling ConsoleKitCommands AnyCommand.swift
[583/695] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[584/695] Compiling ConsoleKitCommands AsyncCommand.swift
[585/695] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[587/695] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[588/695] Compiling ConsoleKitCommands Argument.swift
[589/697] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[590/697] Compiling ConsoleKitCommands Utilities.swift
[607/697] Compiling Collections Collections.swift
[608/697] Emitting module Collections
[645/698] Compiling Crypto SafeCompare.swift
[646/698] Compiling Crypto SecureBytes.swift
[647/698] Compiling Crypto Zeroization.swift
[664/699] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[665/699] Compiling NIOCore SocketAddresses.swift
[666/699] Compiling NIOCore SocketOptionProvider.swift
[667/699] Compiling NIOCore SystemCallHelpers.swift
[668/699] Compiling NIOCore TimeAmount+Duration.swift
[669/699] Compiling NIOCore TypeAssistedChannelHandler.swift
[670/699] Compiling NIOCore UniversalBootstrapSupport.swift
[671/699] Compiling NIOCore Utilities.swift
[673/702] Compiling ConsoleKit Exports.swift
[674/702] Emitting module ConsoleKit
[703/703] Emitting module NIOCore
[705/754] Compiling NIOEmbedded Embedded.swift
[706/754] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[707/754] Emitting module NIOEmbedded
[708/754] Compiling NIOEmbedded AsyncTestingChannel.swift
[710/755] Compiling NIOPosix ServerSocket.swift
[711/755] Compiling NIOPosix Socket.swift
[712/755] Compiling NIOPosix SocketChannel.swift
[713/755] Compiling NIOPosix SocketProtocols.swift
[714/755] Compiling NIOPosix System.swift
[715/755] Compiling NIOPosix Thread.swift
[716/755] Compiling NIOPosix Pool.swift
[717/755] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[718/755] Compiling NIOPosix PosixSingletons.swift
[719/755] Compiling NIOPosix RawSocketBootstrap.swift
[720/755] Compiling NIOPosix Resolver.swift
[721/755] Compiling NIOPosix Selectable.swift
[722/755] Compiling NIOPosix SelectableChannel.swift
[723/755] Compiling NIOPosix SelectableEventLoop.swift
[724/755] Compiling NIOPosix SelectorEpoll.swift
[725/755] Compiling NIOPosix SelectorGeneric.swift
[726/755] Compiling NIOPosix SelectorKqueue.swift
[727/755] Compiling NIOPosix SelectorUring.swift
[728/761] Emitting module NIOPosix
[729/761] Compiling NIOPosix BSDSocketAPICommon.swift
[730/761] Compiling NIOPosix BSDSocketAPIPosix.swift
[731/761] Compiling NIOPosix BSDSocketAPIWindows.swift
[732/761] Compiling NIOPosix BaseSocket.swift
[733/761] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[734/761] Compiling NIOPosix BaseSocketChannel.swift
[735/761] Compiling NIOPosix BaseStreamSocketChannel.swift
[736/761] Compiling NIOPosix ThreadPosix.swift
[737/761] Compiling NIOPosix ThreadWindows.swift
[738/761] Compiling NIOPosix UnsafeTransfer.swift
[739/761] Compiling NIOPosix Utilities.swift
[740/761] Compiling NIOPosix VsockAddress.swift
[741/761] Compiling NIOPosix VsockChannelEvents.swift
[742/761] Compiling NIOPosix IO.swift
[743/761] Compiling NIOPosix IntegerBitPacking.swift
[744/761] Compiling NIOPosix IntegerTypes.swift
[745/761] Compiling NIOPosix Linux.swift
[746/761] Compiling NIOPosix LinuxCPUSet.swift
[747/761] Compiling NIOPosix LinuxUring.swift
[748/761] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[749/761] Compiling NIOPosix NIOThreadPool.swift
[750/761] Compiling NIOPosix NonBlockingFileIO.swift
[751/761] Compiling NIOPosix PendingDatagramWritesManager.swift
[752/761] Compiling NIOPosix PendingWritesManager.swift
[753/761] Compiling NIOPosix PipeChannel.swift
[754/761] Compiling NIOPosix PipePair.swift
[755/761] Compiling NIOPosix Bootstrap.swift
[756/761] Compiling NIOPosix ControlMessage.swift
[757/761] Compiling NIOPosix DatagramVectorReadManager.swift
[758/761] Compiling NIOPosix Errors+Any.swift
[759/761] Compiling NIOPosix FileDescriptor.swift
[760/761] Compiling NIOPosix GetaddrinfoResolver.swift
[761/761] Compiling NIOPosix HappyEyeballs.swift
[763/821] Compiling NIO Exports.swift
[764/821] Emitting module NIO
[766/822] Compiling _NIOFileSystem DirectoryEntry.swift
[767/822] Compiling _NIOFileSystem Exports.swift
[768/822] Compiling _NIOFileSystem Array+FileSystem.swift
[769/848] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[770/848] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[771/848] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[772/863] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[773/863] Compiling NIOSOCKS ClientStateMachine.swift
[774/864] Compiling NIOSOCKS ClientGreeting.swift
[775/864] Compiling NIOSOCKS Errors.swift
[776/866] Compiling NIOSOCKS SOCKSClientHandler.swift
[777/866] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[778/866] Compiling NIOSOCKS AuthenticationMethod.swift
[779/866] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[780/866] Compiling NIOTLS TLSEvents.swift
[781/866] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[782/866] Compiling NIOSOCKS SOCKSResponse.swift
[783/866] Compiling AsyncKit Optional+StrictMap.swift
[784/866] Compiling AsyncKit Exports.swift
[785/866] Emitting module NIOTLS
[786/866] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[787/866] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[788/866] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[789/866] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[791/866] Compiling NIOSOCKS Helpers.swift
[792/866] Compiling NIOSOCKS Messages.swift
[793/866] Compiling NIOSOCKS SOCKSRequest.swift
[796/866] Emitting module NIOSOCKS
[799/866] Compiling NIOSOCKS ServerStateMachine.swift
[800/867] Emitting module _NIOFileSystem
[801/867] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[802/867] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[804/871] Compiling NIOTLS SNIHandler.swift
[807/872] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[810/872] Compiling _NIOFileSystem TokenBucket.swift
[811/872] Compiling _NIOFileSystem UnsafeTransfer.swift
[812/872] Compiling _NIOFileSystem ParallelDirCopy.swift
[813/872] Compiling _NIOFileSystem ParallelRemoval.swift
[814/872] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[815/872] Compiling _NIOFileSystem CInterop.swift
[816/872] Compiling _NIOFileSystem Errno.swift
[817/872] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[818/872] Compiling _NIOFileSystem Mocking.swift
[819/872] Compiling _NIOFileSystem Syscall.swift
[820/872] Compiling _NIOFileSystem Syscalls.swift
[822/872] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[823/872] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[824/872] Compiling _NIOFileSystem FileSystemProtocol.swift
[825/872] Compiling _NIOFileSystem FileType.swift
[826/872] Compiling _NIOFileSystem IOStrategy.swift
[829/872] Emitting module NIOFoundationCompat
[830/872] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[834/873] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[835/873] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[836/873] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[837/873] Compiling NIOHTTP1 HTTPTypes.swift
[838/873] Emitting module NIOHTTP1
[843/874] Emitting module AsyncKit
[844/935] Compiling _NIOFileSystem SystemFileHandle.swift
[845/935] Compiling _NIOFileSystem Utilities.swift
[846/935] Compiling _NIOFileSystem OpenOptions.swift
[847/935] Compiling _NIOFileSystem String+FileSystem.swift
[848/938] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[849/938] Compiling NIOTransportServices NIOTSErrors.swift
[850/938] Compiling NIOTransportServices NIOTSEventLoop.swift
[851/944] Compiling NIOTransportServices NIOTSDatagramListener.swift
[852/944] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[853/944] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[854/944] Compiling NIOTransportServices NIOTSBootstraps.swift
[855/944] Compiling NIOTransportServices NIOTSChannelOptions.swift
[856/944] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[857/944] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[858/944] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[859/944] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[860/944] Compiling NIOTransportServices NIOTSListenerChannel.swift
[861/944] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[865/944] Compiling NIOTransportServices AcceptHandler.swift
[866/974] Compiling NIOExtras DebugInboundEventsHandler.swift
[867/974] Compiling NIOExtras DebugOutboundEventsHandler.swift
[868/974] Compiling NIOExtras FixedLengthFrameDecoder.swift
[869/974] Compiling NIOExtras RequestResponseHandler.swift
[870/974] Compiling NIOExtras RequestResponseWithIDHandler.swift
[871/974] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[872/974] Compiling NIOExtras NIORequestIdentifiable.swift
[873/974] Compiling NIOExtras PCAPRingBuffer.swift
[874/974] Compiling NIOExtras QuiescingHelper.swift
[875/974] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[876/974] Compiling NIOTransportServices NIOTSSingletons.swift
[877/974] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[878/974] Emitting module NIOTransportServices
[879/974] Compiling NIOWebSocket WebSocketOpcode.swift
[880/974] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[881/974] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[882/975] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[883/975] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[884/975] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[886/975] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[887/975] Compiling NIOExtras NIOExtrasError.swift
[888/975] Compiling NIOExtras NIOLengthFieldBitLength.swift
[891/975] Compiling NIOExtras JSONRPCFraming.swift
[895/978] Compiling NIOWebSocket WebSocketErrorCodes.swift
[896/978] Emitting module NIOWebSocket
[897/978] Compiling NIOHPACK IndexedHeaderTable.swift
[906/979] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[907/979] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[908/979] Compiling NIOHPACK IntegerCoding.swift
[909/979] Compiling NIOWebSocket WebSocketFrame.swift
[910/979] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[911/980] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[912/980] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[913/980] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[914/980] Emitting module NIOHPACK
[917/980] Emitting module NIOHTTPCompression
[918/980] Compiling NIOHTTPCompression HTTPCompression.swift
[919/980] Compiling NIOHTTPCompression HTTPDecompression.swift
[921/982] Compiling NIOHPACK HuffmanCoding.swift
[922/982] Compiling NIOHPACK HuffmanTables.swift
[924/1000] Compiling MultipartKit Exports.swift
[925/1000] Compiling MultipartKit FormDataDecoder.Decoder.swift
[926/1000] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[927/1000] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[928/1000] Compiling NIOHPACK StaticHeaderTable.swift
[929/1001] Emitting module NIOExtras
[931/1001] Compiling MultipartKit BasicCodingKey.swift
[932/1001] Compiling MultipartKit MultipartError.swift
[935/1001] Compiling MultipartKit FormDataEncoder.swift
[936/1001] Compiling MultipartKit Storage.swift
[940/1012] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[941/1012] Compiling MultipartKit FormDataDecoder.swift
[942/1012] Compiling MultipartKit FormDataEncoder.Encoder.swift
[949/1012] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[950/1012] Compiling NIOSSL SubjectAlternativeName.swift
[951/1012] Compiling NIOSSL NIOSSLSecureBytes.swift
[952/1012] Compiling NIOSSL RNG.swift
[953/1012] Compiling NIOSSL SafeCompare.swift
[954/1012] Emitting module NIOSSL
[955/1012] Emitting module _NIOFileSystemFoundationCompat
[959/1013] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[960/1014] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[961/1015] Compiling MultipartKit MultipartPart.swift
[962/1015] Compiling MultipartKit MultipartPartConvertible.swift
[963/1025] Compiling NIOFileSystem Exports.swift
[964/1025] Emitting module NIOFileSystem
[965/1027] Emitting module MultipartKit
[966/1027] Compiling AWSLambdaRuntimeCore LambdaConfiguration.swift
[967/1027] Compiling AWSLambdaRuntimeCore LambdaRequestID.swift
[968/1027] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
[969/1028] Compiling AWSLambdaRuntimeCore HTTPClient.swift
[970/1028] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[971/1028] Compiling AWSLambdaRuntimeCore Lambda+String.swift
[972/1028] Compiling AWSLambdaRuntimeCore LambdaContext.swift
[973/1028] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
[974/1028] Compiling AWSLambdaRuntimeCore Lambda.swift
[976/1036] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[977/1036] Compiling NIOHTTP2 ReceivingHeadersState.swift
[978/1037] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[980/1039] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[984/1039] Compiling MultipartKit MultipartSerializer.swift
[985/1039] Compiling MultipartKit Utilities.swift
[990/1088] Compiling NIOHTTP2 SendingHeadersState.swift
[991/1088] Compiling NIOHTTP2 SendingPushPromiseState.swift
[992/1088] Compiling NIOHTTP2 SendingRstStreamState.swift
[993/1088] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[994/1088] Compiling NIOHTTP2 HTTP2SettingsState.swift
[995/1088] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[996/1088] Compiling NIOHTTP2 HasFlowControlWindows.swift
[997/1088] Compiling NIOHTTP2 HasLocalSettings.swift
[1000/1090] Compiling AWSLambdaRuntimeCore Terminator.swift
[1001/1090] Compiling AWSLambdaRuntimeCore Utils.swift
[1003/1091] Compiling NIOHTTP2 Error+Any.swift
[1004/1091] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1005/1091] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1006/1091] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1007/1092] Compiling NIOHTTP2 MaySendFrames.swift
[1008/1092] Compiling NIOHTTP2 SendingDataState.swift
[1009/1092] Compiling NIOHTTP2 SendingGoawayState.swift
[1015/1100] Compiling NIOHTTP2 ConnectionStateMachine.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1016/1100] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1017/1100] Emitting module AWSLambdaRuntimeCore
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:24:8: error: Unsupported platform
22 | import ucrt
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
[1018/1100] Compiling NIOHTTP2 MayReceiveFrames.swift
[1019/1100] Compiling NIOHTTP2 ReceivingDataState.swift
[1022/1100] Compiling NIOHTTP2 ReceivingRstStreamState.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:24:8: error: Unsupported platform
22 | import ucrt
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:24:8: error: Unsupported platform
22 | import ucrt
23 | #else
24 | #error("Unsupported platform")
| `- error: Unsupported platform
25 | #endif
26 |
BUILD FAILURE 6.1 android