Build Information
Failed to build Vercel, reference 2.3.0 (e6434b
), with Swift 6.1 for Android on 29 May 2025 07:07:57 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/swift-cloud/Vercel.git
Reference: 2.3.0
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
* tag 2.3.0 -> FETCH_HEAD
HEAD is now at e6434b3 feat: async http client (#22)
Cloned https://github.com/swift-cloud/Vercel.git
Revision (git rev-parse @):
e6434b3d0e4e015a9018e26b35191e64b2ecd825
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-cloud/Vercel.git at 2.3.0
========================================
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.2",
"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.20.1",
"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.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-crypto
Fetching https://github.com/swift-server/async-http-client
Fetching https://github.com/swift-server/swift-aws-lambda-runtime
Fetching https://github.com/vapor/vapor
[1/11517] Fetching swift-aws-lambda-runtime
[577/25531] Fetching swift-aws-lambda-runtime, async-http-client
[3380/39467] Fetching swift-aws-lambda-runtime, async-http-client, swift-crypto
[4921/113845] Fetching swift-aws-lambda-runtime, async-http-client, swift-crypto, vapor
Fetched https://github.com/swift-server/async-http-client from cache (1.51s)
Fetched https://github.com/swift-server/swift-aws-lambda-runtime from cache (1.72s)
Fetched https://github.com/apple/swift-crypto from cache (2.28s)
Fetched https://github.com/vapor/vapor from cache (2.82s)
Computing version for https://github.com/swift-server/async-http-client
Computed https://github.com/swift-server/async-http-client at 1.26.1 (4.61s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/1710] Fetching swift-atomics
[207/4377] Fetching swift-atomics, swift-nio-transport-services
[2239/10291] Fetching swift-atomics, swift-nio-transport-services, swift-nio-extras
[5284/16250] Fetching swift-atomics, swift-nio-transport-services, swift-nio-extras, swift-algorithms
[5770/20086] Fetching swift-atomics, swift-nio-transport-services, swift-nio-extras, swift-algorithms, swift-log
[5843/31613] Fetching swift-atomics, swift-nio-transport-services, swift-nio-extras, swift-algorithms, swift-log, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.58s)
Fetching https://github.com/apple/swift-nio-ssl.git
[17054/25699] Fetching swift-atomics, swift-nio-transport-services, swift-algorithms, swift-log, swift-nio-http2
Fetched https://github.com/apple/swift-log.git from cache (0.61s)
[13910/21863] Fetching swift-atomics, swift-nio-transport-services, swift-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-algorithms.git from cache (0.61s)
Fetching https://github.com/apple/swift-nio.git
[8066/15904] Fetching swift-atomics, swift-nio-transport-services, swift-nio-http2
[15905/30747] Fetching swift-atomics, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl
[16945/106840] Fetching swift-atomics, swift-nio-transport-services, swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (1.43s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.43s)
[35728/102463] Fetching swift-nio-http2, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.45s)
[25407/90936] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.16s)
Fetched https://github.com/apple/swift-nio.git from cache (3.80s)
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 (5.69s)
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.47s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (2.05s)
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.98s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/1590] Fetching swift-asn1
[844/2494] Fetching swift-asn1, swift-http-types
[2495/4920] Fetching swift-asn1, swift-http-types, swift-service-lifecycle
[4921/11075] Fetching swift-asn1, swift-http-types, swift-service-lifecycle, swift-certificates
[7507/16060] Fetching swift-asn1, swift-http-types, swift-service-lifecycle, swift-certificates, swift-async-algorithms
[16061/17201] Fetching swift-asn1, swift-http-types, swift-service-lifecycle, swift-certificates, swift-async-algorithms, swift-http-structured-headers
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.62s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.70s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.70s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.70s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.71s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.71s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.20s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.46s)
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.64s)
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.64s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.71s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (2.31s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.12.3 (1.92s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.57s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.48s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.01s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.83s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.41s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.96s)
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 (4.31s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.51s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.31s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.67s)
Computing version for https://github.com/vapor/vapor
Computed https://github.com/vapor/vapor at 4.115.0 (0.57s)
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
[1/2206] Fetching swift-metrics
[1612/3269] Fetching swift-metrics, swift-service-context
[2675/6588] Fetching swift-metrics, swift-service-context, multipart-kit
[3583/27315] Fetching swift-metrics, swift-service-context, multipart-kit, routing-kit
[5403/29924] Fetching swift-metrics, swift-service-context, multipart-kit, routing-kit, websocket-kit
[5611/34898] Fetching swift-metrics, swift-service-context, multipart-kit, routing-kit, websocket-kit, swift-distributed-tracing
Fetched https://github.com/apple/swift-metrics.git from cache (0.39s)
[16277/32692] Fetching swift-service-context, multipart-kit, routing-kit, websocket-kit, swift-distributed-tracing
Fetched https://github.com/apple/swift-service-context.git from cache (0.40s)
[16665/31629] Fetching multipart-kit, routing-kit, websocket-kit, swift-distributed-tracing
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.61s)
[20080/26655] Fetching multipart-kit, routing-kit, websocket-kit
[20081/29025] Fetching multipart-kit, routing-kit, websocket-kit, async-kit
[20413/34672] Fetching multipart-kit, routing-kit, websocket-kit, async-kit, console-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.36s)
[29665/32302] Fetching multipart-kit, routing-kit, websocket-kit, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.44s)
Fetched https://github.com/vapor/routing-kit.git from cache (1.09s)
[3729/5928] Fetching multipart-kit, websocket-kit
Fetched https://github.com/vapor/websocket-kit.git from cache (1.66s)
Fetched https://github.com/vapor/multipart-kit.git from cache (1.70s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (3.06s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.58s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.48s)
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.57s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.62s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.73s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.67s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.79s)
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.46s)
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/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-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/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/swift-server/async-http-client
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-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-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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/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-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-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.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-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/vapor/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/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-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.12.3
/host/spi-builder-workspace/Plugins/VercelPackager/VercelOutput.swift:325:12: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
323 | let config = ProjectConfiguration(orgId: vercelOrgID, projectId: vercelProjectID)
324 | let data = try encoder.encode(config)
325 | fs.createFile(atPath: vercelProjectConfigurationPath.string, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
326 | }
327 |
/host/spi-builder-workspace/Plugins/VercelPackager/VercelOutput.swift:395:12: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
393 | )
394 | let data = try encoder.encode(config)
395 | fs.createFile(atPath: vercelOutputConfigurationPath.string, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
396 | }
397 | }
/host/spi-builder-workspace/Plugins/VercelPackager/VercelOutput.swift:448:12: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
446 | )
447 | let data = try encoder.encode(config)
448 | fs.createFile(atPath: vercelFunctionConfigurationPath(product).string, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
449 | }
450 | }
[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 shim.c
[56/836] Compiling CVaporBcrypt bcrypt.c
[57/836] Compiling CVaporBcrypt blf.c
[58/836] Compiling CNIOWindows WSAStartup.c
[58/836] Compiling CNIOLinux liburing_shims.c
[60/836] Compiling CSystem shims.c
[61/836] Compiling CNIOWASI CNIOWASI.c
[62/836] Compiling CNIOSHA1 c_nio_sha1.c
[63/836] Compiling CNIOLLHTTP c_nio_http.c
[63/836] Compiling CNIOExtrasZlib empty.c
[65/836] Compiling CNIODarwin shim.c
[66/836] Compiling CNIOLLHTTP c_nio_api.c
[67/836] Write swift-version-24593BA9C3E375BF.txt
[68/836] Compiling CNIOLinux shim.c
[69/836] Compiling fiat_p256_adx_mul.S
[70/836] Compiling fiat_p256_adx_sqr.S
[71/836] Compiling fiat_curve25519_adx_square.S
[72/836] Compiling fiat_curve25519_adx_mul.S
[73/836] Compiling CNIOLLHTTP c_nio_llhttp.c
[74/883] Compiling CNIOBoringSSLShims shims.c
[75/902] Compiling tls_record.cc
[77/905] Emitting module SystemPackage
[78/908] Compiling ServiceContextModule ServiceContextKey.swift
[79/908] Emitting module InternalCollectionsUtilities
[80/908] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[81/908] Compiling InternalCollectionsUtilities Integer rank.swift
[82/908] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[83/908] Compiling InternalCollectionsUtilities _SortedCollection.swift
[84/909] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[85/909] Compiling InternalCollectionsUtilities UInt+reversed.swift
[86/909] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[87/909] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[88/909] Compiling _NIODataStructures PriorityQueue.swift
[89/909] Compiling _NIODataStructures _TinyArray.swift
[90/909] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[91/909] Compiling InternalCollectionsUtilities Debugging.swift
[92/909] Emitting module ServiceContextModule
[93/909] Compiling ServiceContextModule ServiceContext.swift
[94/909] Compiling InternalCollectionsUtilities Descriptions.swift
[95/909] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[96/909] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[97/910] Emitting module _NIOBase64
[98/910] Compiling _NIOBase64 Base64.swift
[99/911] Emitting module RealModule
[102/911] Compiling RealModule Real.swift
[103/911] Compiling RealModule Float80+Real.swift
[104/912] Compiling RealModule Float+Real.swift
[105/912] Compiling RealModule ElementaryFunctions.swift
[108/912] Compiling RealModule Float16+Real.swift
[110/912] Compiling SystemPackage MachPort.swift
[111/912] Compiling SystemPackage PlatformString.swift
[112/912] Compiling SystemPackage SystemString.swift
[113/912] Compiling _NIODataStructures Heap.swift
[114/912] Emitting module _NIODataStructures
[115/913] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[117/914] Compiling RealModule RealFunctions.swift
[121/915] Compiling SystemPackage Util+StringArray.swift
[122/915] Compiling SystemPackage Util.swift
[123/915] Compiling SystemPackage UtilConsumers.swift
[124/915] Compiling CoreMetrics Metrics.swift
[125/921] Compiling Instrumentation Instrument.swift
[126/921] Emitting module Instrumentation
[127/975] Compiling Instrumentation MultiplexInstrument.swift
[128/976] Compiling Instrumentation NoOpInstrument.swift
[129/989] Compiling Instrumentation InstrumentationSystem.swift
[129/989] Compiling tls13_enc.cc
[130/989] Compiling tls_method.cc
[131/1051] Compiling tls13_server.cc
[133/1051] Compiling HeapModule Heap+Descriptions.swift
[134/1106] Compiling HeapModule Heap+UnsafeHandle.swift
[135/1127] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[136/1127] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[137/1127] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[138/1127] Compiling HashTreeCollections _HashNode+Storage.swift
[139/1127] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[140/1127] Compiling HashTreeCollections _HashNode+Structural filter.swift
[141/1127] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[142/1127] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[143/1127] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[144/1127] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[145/1127] Compiling HashTreeCollections _AncestorHashSlots.swift
[146/1127] Compiling HashTreeCollections _Bitmap.swift
[147/1127] Compiling HashTreeCollections _Bucket.swift
[148/1127] Compiling HashTreeCollections _Hash.swift
[149/1127] Compiling HashTreeCollections _HashLevel.swift
[150/1127] Compiling HashTreeCollections _HashNode+Builder.swift
[151/1127] Compiling HashTreeCollections _HashNode+Debugging.swift
[152/1127] Compiling HashTreeCollections _HashNode+Initializers.swift
[153/1127] Compiling HashTreeCollections _HashNode+Invariants.swift
[154/1127] Compiling HashTreeCollections _HashNode+Lookups.swift
[155/1127] Compiling HeapModule _HeapNode.swift
[156/1136] Compiling HeapModule Heap+Invariants.swift
[157/1136] Compiling HeapModule Heap.swift
[158/1136] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[159/1136] Compiling HashTreeCollections TreeDictionary+Keys.swift
[160/1136] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[161/1136] Compiling HashTreeCollections TreeDictionary+Merge.swift
[162/1136] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[163/1136] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[164/1136] Compiling HashTreeCollections TreeDictionary+Values.swift
[165/1136] Compiling HashTreeCollections TreeSet+Hashable.swift
[166/1136] Compiling HashTreeCollections TreeSet+Sendable.swift
[167/1136] Compiling HashTreeCollections TreeSet+Sequence.swift
[168/1136] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[169/1136] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[170/1136] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[171/1136] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[172/1136] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[173/1136] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[174/1136] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[175/1136] Compiling HashTreeCollections TreeDictionary.swift
[176/1136] Compiling HashTreeCollections TreeSet+Codable.swift
[189/1136] Compiling Instrumentation Locks.swift
[190/1136] Emitting module HeapModule
[191/1136] Compiling Logging Logging.swift
[192/1137] Compiling Logging LogHandler.swift
[193/1137] Emitting module CoreMetrics
[194/1137] Compiling CoreMetrics Locks.swift
[195/1137] Compiling Logging MetadataProvider.swift
[196/1139] Emitting module Logging
[197/1139] Compiling Logging Locks.swift
[198/1139] Compiling HashTreeCollections TreeDictionary+Collection.swift
[199/1139] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[200/1139] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[201/1139] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[202/1139] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[203/1139] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[204/1139] Compiling HashTreeCollections TreeDictionary+Filter.swift
[205/1140] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[206/1140] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[216/1140] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[217/1140] Compiling HashTreeCollections _HashNode+Structural merge.swift
[218/1140] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[219/1140] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[237/1149] Compiling HashTreeCollections _HashNode+Structural union.swift
[238/1149] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[239/1149] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[240/1149] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[241/1149] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[242/1149] Compiling HashTreeCollections _HashNode.swift
[243/1149] Compiling HashTreeCollections _HashNodeHeader.swift
[244/1149] Compiling HashTreeCollections _HashSlot.swift
[245/1149] Compiling HashTreeCollections _HashStack.swift
[246/1149] Compiling HashTreeCollections _HashTreeIterator.swift
[247/1149] Compiling HashTreeCollections _HashTreeStatistics.swift
[248/1149] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[249/1149] Compiling HashTreeCollections _RawHashNode.swift
[250/1149] Compiling HashTreeCollections _UnmanagedHashNode.swift
[251/1149] Compiling HashTreeCollections _UnsafePath.swift
[252/1149] Compiling HashTreeCollections TreeDictionary+Codable.swift
[253/1154] Compiling OrderedCollections OrderedSet+SubSequence.swift
[254/1154] Compiling OrderedCollections OrderedSet+Testing.swift
[255/1154] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[256/1154] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[257/1154] Compiling OrderedCollections OrderedSet.swift
[258/1154] Compiling OrderedCollections _UnsafeBitset.swift
[265/1164] Compiling _RopeModule Rope+Join.swift
[266/1164] Compiling _RopeModule Rope+MutatingForEach.swift
[267/1164] Compiling _RopeModule Rope+Remove.swift
[268/1164] Compiling _RopeModule Rope+RemoveSubrange.swift
[269/1164] Compiling _RopeModule Rope+Split.swift
[270/1164] Compiling _RopeModule Optional Utilities.swift
[271/1164] Compiling _RopeModule String Utilities.swift
[272/1164] Compiling _RopeModule String.Index+ABI.swift
[273/1167] Compiling DequeModule Deque+Codable.swift
[274/1167] Compiling DequeModule Deque+Collection.swift
[281/1187] Compiling Tracing TracingTime.swift
[282/1187] Compiling DequeModule _DequeBuffer.swift
[283/1187] Compiling DequeModule _DequeBufferHeader.swift
[294/1189] Compiling OrderedCollections OrderedSet+Sendable.swift
[295/1189] Compiling DequeModule Deque+Testing.swift
[296/1189] Compiling DequeModule Deque._Storage.swift
[297/1189] Compiling DequeModule Deque._UnsafeHandle.swift
[298/1189] Compiling DequeModule Deque.swift
[301/1189] Compiling DequeModule _DequeSlot.swift
[302/1189] Compiling DequeModule _UnsafeWrappedBuffer.swift
[303/1189] Compiling Tracing TracerProtocol+Legacy.swift
[304/1189] Compiling DequeModule Deque+Equatable.swift
[305/1189] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[306/1189] Compiling DequeModule Deque+CustomReflectable.swift
[307/1189] Compiling DequeModule Deque+Descriptions.swift
[308/1189] Compiling DequeModule Deque+Extras.swift
[309/1189] Compiling DequeModule Deque+Hashable.swift
[310/1189] Emitting module Tracing
[311/1189] Compiling Tracing TracerProtocol.swift
[312/1189] Emitting module _RopeModule
[313/1189] Compiling Tracing Tracer.swift
[316/1189] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[317/1189] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[318/1189] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[319/1189] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[320/1189] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[321/1189] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[322/1189] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[323/1189] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[324/1189] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[325/1189] Compiling HashTreeCollections TreeSet.swift
[326/1189] Compiling Tracing NoOpTracer.swift
[327/1189] Compiling Tracing InstrumentationSystem+Tracing.swift
[328/1189] Compiling Tracing SpanProtocol.swift
[365/1192] Emitting module OrderedCollections
[367/1193] Emitting module DequeModule
[390/1194] Compiling tls13_both.cc
[420/1194] Compiling tls13_client.cc
[422/1194] Compiling RoutingKit Router.swift
[433/1195] Compiling RoutingKit PathComponent.swift
[434/1195] Compiling RoutingKit TrieRouter.swift
[435/1195] Emitting module Metrics
[436/1195] Compiling Metrics Metrics.swift
[436/1196] Compiling ssl_versions.cc
[438/1196] Emitting module HashTreeCollections
[440/1197] Compiling t1_enc.cc
[442/1197] Emitting module RoutingKit
[443/1197] Compiling RoutingKit AnyRouter.swift
[444/1197] Compiling RoutingKit Parameters.swift
[444/1198] Compiling ssl_transcript.cc
[446/1198] Compiling ssl_stat.cc
[447/1198] Compiling ssl_x509.cc
[448/1198] Compiling ssl_session.cc
[449/1198] Compiling ssl_privkey.cc
[450/1198] Compiling ssl_cert.cc
[450/1198] Compiling ssl_file.cc
[450/1198] Compiling ssl_key_share.cc
[450/1198] Compiling ssl_lib.cc
[450/1198] Compiling ssl_cipher.cc
[450/1198] Compiling ssl_credential.cc
[450/1198] Compiling ssl_buffer.cc
[450/1198] Compiling ssl_asn1.cc
[450/1198] Compiling ssl_aead_ctx.cc
[450/1198] Compiling handshake_server.cc
[450/1198] Compiling handshake_client.cc
[461/1198] Compiling s3_pkt.cc
[462/1198] Compiling s3_both.cc
[463/1198] Compiling s3_lib.cc
[464/1198] Compiling handshake.cc
[465/1198] Compiling d1_srtp.cc
[466/1198] Compiling handoff.cc
[467/1198] Compiling d1_lib.cc
[468/1198] Compiling d1_pkt.cc
[469/1198] Compiling md5-x86_64-linux.S
[470/1198] Compiling md5-x86_64-apple.S
[471/1198] Compiling md5-586-linux.S
[472/1198] Compiling dtls_method.cc
[473/1198] Compiling dtls_record.cc
[474/1198] Compiling md5-586-apple.S
[475/1198] Compiling encrypted_client_hello.cc
[476/1198] Compiling extensions.cc
[477/1198] Compiling chacha20_poly1305_x86_64-linux.S
[478/1198] Compiling chacha20_poly1305_x86_64-apple.S
[479/1198] Compiling chacha20_poly1305_armv8-apple.S
[480/1198] Compiling chacha20_poly1305_armv8-win.S
[481/1198] Compiling chacha-x86_64-linux.S
[482/1198] Compiling chacha-x86_64-apple.S
[483/1198] Compiling chacha20_poly1305_armv8-linux.S
[484/1198] Compiling chacha-x86-linux.S
[485/1198] Compiling chacha-armv8-win.S
[486/1198] Compiling chacha-x86-apple.S
[487/1198] Compiling chacha-armv8-linux.S
[488/1198] Compiling aes128gcmsiv-x86_64-linux.S
[489/1198] Compiling chacha-armv4-linux.S
[490/1198] Compiling chacha-armv8-apple.S
[491/1198] Compiling aes128gcmsiv-x86_64-apple.S
[492/1198] Compiling x86_64-mont5-linux.S
[492/1198] Compiling x86_64-mont-apple.S
[494/1198] Compiling x86_64-mont-linux.S
[495/1198] Compiling x86-mont-linux.S
[496/1198] Compiling x86_64-mont5-apple.S
[497/1198] Compiling vpaes-x86_64-linux.S
[498/1198] Compiling x86-mont-apple.S
[499/1198] Compiling vpaes-x86_64-apple.S
[500/1198] Compiling vpaes-x86-linux.S
[501/1198] Compiling err_data.cc
[502/1198] Compiling vpaes-x86-apple.S
[503/1198] Compiling vpaes-armv8-win.S
[504/1198] Compiling vpaes-armv8-linux.S
[505/1198] Compiling vpaes-armv7-linux.S
[506/1198] Compiling vpaes-armv8-apple.S
[507/1198] Compiling sha512-x86_64-linux.S
[508/1198] Compiling sha512-x86_64-apple.S
[509/1198] Compiling sha512-armv8-win.S
[510/1198] Compiling sha512-586-linux.S
[511/1198] Compiling sha512-armv8-apple.S
[512/1198] Compiling sha512-armv4-linux.S
[513/1198] Compiling sha512-armv8-linux.S
[514/1198] Compiling sha512-586-apple.S
[515/1198] Compiling sha256-x86_64-linux.S
[516/1198] Compiling sha256-armv8-win.S
[517/1198] Compiling sha256-x86_64-apple.S
[518/1198] Compiling sha256-armv8-apple.S
[519/1198] Compiling sha256-armv4-linux.S
[520/1198] Compiling sha256-armv8-linux.S
[521/1198] Compiling sha256-586-apple.S
[522/1198] Compiling sha1-x86_64-linux.S
[523/1198] Compiling sha256-586-linux.S
[524/1198] Compiling sha1-x86_64-apple.S
[525/1198] Compiling sha1-armv8-apple.S
[526/1198] Compiling bio_ssl.cc
[527/1198] Compiling sha1-armv4-large-linux.S
[528/1198] Compiling sha1-armv8-win.S
[529/1198] Compiling sha1-586-linux.S
[530/1198] Compiling sha1-armv8-linux.S
[531/1198] Compiling sha1-586-apple.S
[532/1198] Compiling rsaz-avx2-linux.S
[533/1198] Compiling rdrand-x86_64-linux.S
[534/1198] Compiling rsaz-avx2-apple.S
[535/1198] Compiling rdrand-x86_64-apple.S
[536/1198] Compiling p256_beeu-x86_64-asm-linux.S
[537/1198] Compiling p256_beeu-x86_64-asm-apple.S
[538/1198] Compiling p256-x86_64-asm-apple.S
[539/1198] Compiling p256-x86_64-asm-linux.S
[540/1198] Compiling p256_beeu-armv8-asm-win.S
[541/1198] Compiling p256_beeu-armv8-asm-linux.S
[541/1198] Compiling p256-armv8-asm-win.S
[541/1198] Compiling p256_beeu-armv8-asm-apple.S
[544/1198] Compiling p256-armv8-asm-linux.S
[545/1198] Compiling ghashv8-armv8-linux.S
[546/1198] Compiling ghashv8-armv7-linux.S
[546/1198] Compiling p256-armv8-asm-apple.S
[548/1198] Compiling ghashv8-armv8-win.S
[549/1198] Compiling ghashv8-armv8-apple.S
[550/1198] Compiling ghash-x86_64-linux.S
[551/1198] Compiling ghash-x86_64-apple.S
[552/1198] Compiling ghash-x86-linux.S
[553/1198] Compiling ghash-x86-apple.S
[553/1198] Compiling ghash-ssse3-x86_64-apple.S
[555/1198] Compiling ghash-ssse3-x86-apple.S
[556/1198] Compiling ghash-ssse3-x86-linux.S
[557/1198] Compiling ghash-ssse3-x86_64-linux.S
[558/1198] Compiling ghash-neon-armv8-win.S
[559/1198] Compiling ghash-armv4-linux.S
[560/1198] Compiling ghash-neon-armv8-linux.S
[561/1198] Compiling ghash-neon-armv8-apple.S
[562/1198] Compiling co-586-linux.S
[563/1198] Compiling bn-armv8-win.S
[564/1198] Compiling co-586-apple.S
[565/1198] Compiling bsaes-armv7-linux.S
[566/1198] Compiling bn-armv8-linux.S
[567/1198] Compiling bn-586-linux.S
[568/1198] Compiling bn-armv8-apple.S
[569/1198] Compiling bn-586-apple.S
[570/1198] Compiling armv8-mont-win.S
[571/1198] Compiling armv8-mont-apple.S
[572/1198] Compiling armv8-mont-linux.S
[573/1198] Compiling armv4-mont-linux.S
[574/1198] Compiling aesv8-gcm-armv8-win.S
[575/1198] Compiling aesv8-gcm-armv8-apple.S
[576/1198] Compiling aesv8-gcm-armv8-linux.S
[577/1198] Compiling aesv8-armv8-win.S
[578/1198] Compiling aesv8-armv7-linux.S
[579/1198] Compiling aesni-x86_64-linux.S
[580/1198] Compiling aesv8-armv8-linux.S
[580/1198] Compiling aesni-x86_64-apple.S
[582/1198] Compiling aesv8-armv8-apple.S
[583/1198] Compiling aesni-x86-linux.S
[584/1198] Compiling d1_both.cc
[585/1198] Compiling aesni-x86-apple.S
[586/1198] Compiling aesni-gcm-x86_64-linux.S
[587/1198] Compiling aesni-gcm-x86_64-apple.S
[588/1198] Compiling aes-gcm-avx2-x86_64-linux.S
[589/1198] Compiling aes-gcm-avx2-x86_64-apple.S
[590/1198] Compiling aes-gcm-avx10-x86_64-apple.S
[591/1198] Compiling aes-gcm-avx10-x86_64-linux.S
[592/1198] Compiling x_x509.cc
[593/1198] Compiling x_name.cc
[594/1198] Compiling x_x509a.cc
[595/1198] Compiling x_spki.cc
[596/1198] Compiling x_sig.cc
[597/1198] Compiling x_pubkey.cc
[598/1198] Compiling x_req.cc
[599/1198] Compiling x_val.cc
[600/1198] Compiling x_all.cc
[601/1198] Compiling x_exten.cc
[602/1198] Compiling x_algor.cc
[603/1198] Compiling x_attrib.cc
[604/1198] Compiling x_crl.cc
[605/1198] Compiling x509name.cc
[606/1198] Compiling x509rset.cc
[607/1198] Compiling x509spki.cc
[608/1198] Compiling x509cset.cc
[609/1198] Compiling x509_vpm.cc
[610/1198] Compiling x509_vfy.cc
[611/1198] Compiling x509_txt.cc
[612/1198] Compiling x509_set.cc
[613/1198] Compiling x509_v3.cc
[614/1198] Compiling x509_trs.cc
[615/1198] Compiling x509_req.cc
[616/1198] Compiling x509_ext.cc
[617/1198] Compiling x509_obj.cc
[618/1198] Compiling x509_lu.cc
[619/1198] Compiling x509_def.cc
[620/1198] Compiling x509_att.cc
[621/1198] Compiling x509_d2.cc
[622/1198] Compiling x509.cc
[623/1198] Compiling x509_cmp.cc
[624/1198] Compiling v3_purp.cc
[625/1198] Compiling v3_skey.cc
[626/1198] Compiling v3_ocsp.cc
[627/1198] Compiling v3_utl.cc
[628/1198] Compiling v3_pcons.cc
[629/1198] Compiling v3_prn.cc
[630/1198] Compiling v3_pmaps.cc
[631/1198] Compiling v3_ncons.cc
[632/1198] Compiling v3_int.cc
[633/1198] Compiling v3_info.cc
[634/1198] Compiling v3_genn.cc
[635/1198] Compiling v3_ia5.cc
[636/1198] Compiling v3_enum.cc
[637/1198] Compiling v3_lib.cc
[638/1198] Compiling v3_extku.cc
[639/1198] Compiling v3_crld.cc
[640/1198] Compiling v3_bitst.cc
[641/1198] Compiling v3_conf.cc
[642/1198] Compiling v3_alt.cc
[643/1198] Compiling v3_cpols.cc
[644/1198] Compiling v3_bcons.cc
[645/1198] Compiling v3_akeya.cc
[646/1198] Compiling v3_akey.cc
[647/1198] Compiling t_x509a.cc
[648/1198] Compiling t_crl.cc
[649/1198] Compiling rsa_pss.cc
[650/1198] Compiling i2d_pr.cc
[651/1198] Compiling t_x509.cc
[652/1198] Compiling t_req.cc
[653/1198] Compiling by_dir.cc
[654/1198] Compiling policy.cc
[655/1198] Compiling name_print.cc
[656/1198] Compiling asn1_gen.cc
[657/1198] Compiling by_file.cc
[658/1198] Compiling algorithm.cc
[659/1198] Compiling a_verify.cc
[660/1198] Compiling trust_token.cc
[661/1198] Compiling thread_win.cc
[662/1198] Compiling voprf.cc
[663/1198] Compiling a_digest.cc
[664/1198] Compiling a_sign.cc
[665/1198] Compiling pmbtoken.cc
[666/1198] Compiling thread_none.cc
[667/1198] Compiling thread_pthread.cc
[668/1198] Compiling slhdsa.cc
[669/1198] Compiling stack.cc
[670/1198] Compiling siphash.cc
[671/1198] Compiling thread.cc
[672/1198] Compiling spake2plus.cc
[673/1198] Compiling sha256.cc
[674/1198] Compiling rsa_print.cc
[675/1198] Compiling sha512.cc
[676/1198] Compiling sha1.cc
[677/1198] Compiling rsa_extra.cc
[678/1198] Compiling rsa_crypt.cc
[679/1198] Compiling refcount.cc
[680/1198] Compiling rc4.cc
[681/1198] Compiling windows.cc
[682/1198] Compiling passive.cc
[683/1198] Compiling urandom.cc
[684/1198] Compiling rsa_asn1.cc
[685/1198] Compiling rand.cc
[686/1198] Compiling trusty.cc
[687/1198] Compiling poly1305_arm_asm.S
[688/1198] Compiling ios.cc
[689/1198] Compiling getentropy.cc
[690/1198] Compiling forkunsafe.cc
[691/1198] Compiling deterministic.cc
[692/1198] Compiling fork_detect.cc
[693/1198] Compiling poly1305_arm.cc
[694/1198] Compiling poly1305_vec.cc
[695/1198] Compiling poly1305.cc
[696/1198] Compiling pool.cc
[697/1198] Compiling pkcs8_x509.cc
[698/1198] Compiling pkcs7.cc
[699/1198] Compiling pem_x509.cc
[700/1198] Compiling pkcs7_x509.cc
[701/1198] Compiling pkcs8.cc
[702/1198] Compiling p5_pbev2.cc
[703/1198] Compiling pem_pkey.cc
[704/1198] Compiling pem_xaux.cc
[705/1198] Compiling pem_pk8.cc
[706/1198] Compiling mlkem.cc
[707/1198] Compiling pem_info.cc
[708/1198] Compiling obj_xref.cc
[709/1198] Compiling mldsa.cc
[710/1198] Compiling pem_oth.cc
[711/1198] Compiling pem_lib.cc
[712/1198] Compiling pem_all.cc
[713/1198] Compiling obj.cc
[714/1198] Compiling poly_rq_mul.S
[715/1198] Compiling fips_shared_support.cc
[716/1198] Compiling lhash.cc
[717/1198] Compiling md4.cc
[718/1198] Compiling mem.cc
[719/1198] Compiling md5.cc
[720/1198] Compiling sign.cc
[721/1198] Compiling kyber.cc
[722/1198] Compiling scrypt.cc
[723/1198] Compiling ex_data.cc
[724/1198] Compiling print.cc
[725/1198] Compiling hpke.cc
[726/1198] Compiling pbkdf.cc
[727/1198] Compiling hrss.cc
[728/1198] Compiling p_x25519.cc
[729/1198] Compiling p_ed25519_asn1.cc
[730/1198] Compiling p_x25519_asn1.cc
[731/1198] Compiling p_ed25519.cc
[732/1198] Compiling p_rsa.cc
[733/1198] Compiling p_rsa_asn1.cc
[734/1198] Compiling p_hkdf.cc
[735/1198] Compiling p_ec_asn1.cc
[736/1198] Compiling p_ec.cc
[737/1198] Compiling evp_ctx.cc
[738/1198] Compiling p_dh_asn1.cc
[739/1198] Compiling p_dh.cc
[740/1198] Compiling p_dsa_asn1.cc
[741/1198] Compiling engine.cc
[742/1198] Compiling evp_asn1.cc
[743/1198] Compiling evp.cc
[744/1198] Compiling err.cc
[745/1198] Compiling hash_to_curve.cc
[746/1198] Compiling ecdh.cc
[747/1198] Compiling ecdsa_asn1.cc
[748/1198] Compiling params.cc
[749/1198] Compiling ec_derive.cc
[750/1198] Compiling bcm.cc
[751/1198] Compiling dsa.cc
[752/1198] Compiling dsa_asn1.cc
[753/1198] Compiling digest_extra.cc
[754/1198] Compiling x25519-asm-arm.S
[755/1198] Compiling ec_asn1.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_arm_freebsd.cc
[761/1198] Compiling spake25519.cc
[762/1198] Compiling curve25519.cc
[763/1198] Compiling cpu_intel.cc
[764/1198] Compiling cpu_arm_linux.cc
[765/1198] Compiling cpu_aarch64_win.cc
[766/1198] Compiling cpu_aarch64_sysreg.cc
[767/1198] Compiling cpu_aarch64_linux.cc
[768/1198] Compiling cpu_aarch64_openbsd.cc
[769/1198] Compiling tls_cbc.cc
[769/1198] Compiling cpu_aarch64_fuchsia.cc
[771/1198] Compiling cpu_aarch64_apple.cc
[771/1198] Compiling conf.cc
[773/1198] Compiling get_cipher.cc
[774/1198] Compiling e_tls.cc
[775/1198] Compiling e_rc4.cc
[776/1198] Compiling e_des.cc
[777/1198] Compiling e_rc2.cc
[778/1198] Compiling e_null.cc
[779/1198] Compiling e_aesgcmsiv.cc
[780/1198] Compiling e_aesctrhmac.cc
[781/1198] Compiling e_chacha20poly1305.cc
[782/1198] Compiling derive_key.cc
[783/1198] Compiling chacha.cc
[784/1198] Compiling buf.cc
[785/1198] Compiling ber.cc
[786/1198] Compiling unicode.cc
[787/1198] Compiling cbs.cc
[788/1198] Compiling asn1_compat.cc
[789/1198] Compiling cbb.cc
[790/1198] Compiling convert.cc
[791/1198] Compiling socket_helper.cc
[792/1198] Compiling blake2.cc
[793/1198] Compiling bn_asn1.cc
[794/1198] Compiling printf.cc
[795/1198] Compiling socket.cc
[796/1198] Compiling pair.cc
[797/1198] Compiling hexdump.cc
[798/1198] Compiling file.cc
[799/1198] Compiling fd.cc
[800/1198] Compiling errno.cc
[801/1198] Compiling connect.cc
[802/1198] Compiling base64.cc
[803/1198] Compiling bio.cc
[804/1198] Compiling bio_mem.cc
[805/1198] Compiling tasn_utl.cc
[806/1198] Compiling tasn_typ.cc
[807/1198] Compiling tasn_fre.cc
[808/1198] Compiling f_string.cc
[809/1198] Compiling posix_time.cc
[810/1198] Compiling tasn_enc.cc
[811/1198] Compiling tasn_new.cc
[812/1198] Compiling tasn_dec.cc
[813/1198] Compiling asn_pack.cc
[814/1198] Compiling asn1_par.cc
[815/1198] Compiling f_int.cc
[816/1198] Compiling a_octet.cc
[817/1198] Compiling a_type.cc
[818/1198] Compiling asn1_lib.cc
[819/1198] Compiling a_utctm.cc
[820/1198] Compiling a_time.cc
[821/1198] Compiling a_strnid.cc
[822/1198] Compiling a_object.cc
[823/1198] Compiling a_strex.cc
[824/1198] Compiling a_i2d_fp.cc
[825/1198] Compiling a_mbstr.cc
[826/1198] Compiling a_bitstr.cc
[827/1198] Compiling a_dup.cc
[828/1198] Compiling a_d2i_fp.cc
[829/1198] Compiling a_int.cc
[830/1198] Compiling fiat_p256_adx_sqr.S
[831/1198] Compiling fiat_p256_adx_mul.S
[832/1198] Compiling fiat_curve25519_adx_square.S
[833/1198] Compiling a_gentm.cc
[834/1198] Compiling md5-x86_64-linux.S
[835/1198] Compiling fiat_curve25519_adx_mul.S
[836/1198] Compiling md5-x86_64-apple.S
[837/1198] Compiling md5-586-linux.S
[838/1198] Compiling md5-586-apple.S
[839/1198] Compiling chacha20_poly1305_x86_64-apple.S
[840/1198] Compiling chacha20_poly1305_x86_64-linux.S
[841/1198] Compiling a_bool.cc
[842/1198] Compiling CCryptoBoringSSLShims shims.c
[843/1198] Compiling chacha20_poly1305_armv8-win.S
[844/1198] Compiling chacha20_poly1305_armv8-apple.S
[845/1198] Compiling chacha-x86_64-apple.S
[846/1198] Compiling chacha-x86_64-linux.S
[847/1198] Compiling chacha-x86-linux.S
[848/1198] Compiling chacha20_poly1305_armv8-linux.S
[849/1198] Compiling chacha-x86-apple.S
[850/1198] Compiling chacha-armv8-apple.S
[851/1198] Compiling chacha-armv8-win.S
[852/1198] Compiling aes128gcmsiv-x86_64-linux.S
[853/1198] Compiling chacha-armv4-linux.S
[854/1198] Compiling chacha-armv8-linux.S
[855/1198] Compiling x86_64-mont5-linux.S
[856/1198] Compiling x86_64-mont5-apple.S
[857/1198] Compiling aes128gcmsiv-x86_64-apple.S
[858/1198] Compiling x86_64-mont-apple.S
[859/1198] Compiling err_data.cc
[860/1198] Compiling x86_64-mont-linux.S
[861/1198] Compiling x86-mont-linux.S
[862/1198] Compiling x86-mont-apple.S
[863/1198] Compiling vpaes-x86_64-apple.S
[864/1198] Compiling vpaes-x86_64-linux.S
[865/1198] Compiling vpaes-x86-linux.S
[866/1198] Compiling vpaes-x86-apple.S
[867/1198] Compiling vpaes-armv8-win.S
[868/1198] Compiling vpaes-armv8-linux.S
[869/1198] Compiling sha512-x86_64-linux.S
[870/1198] Compiling vpaes-armv7-linux.S
[871/1198] Compiling vpaes-armv8-apple.S
[872/1198] Compiling sha512-armv8-win.S
[873/1198] Compiling sha512-x86_64-apple.S
[874/1198] Compiling sha512-armv8-linux.S
[875/1198] Compiling sha512-586-linux.S
[876/1198] Compiling sha512-armv8-apple.S
[877/1198] Compiling sha512-armv4-linux.S
[878/1198] Compiling sha512-586-apple.S
[879/1198] Compiling sha256-x86_64-linux.S
[880/1198] Compiling sha256-x86_64-apple.S
[881/1198] Compiling sha256-armv8-win.S
[882/1198] Compiling sha256-armv8-apple.S
[883/1198] Compiling sha256-586-linux.S
[884/1198] Compiling sha256-586-apple.S
[885/1198] Compiling sha256-armv8-linux.S
[886/1198] Compiling sha256-armv4-linux.S
[887/1198] Compiling sha1-x86_64-apple.S
[888/1198] Compiling sha1-x86_64-linux.S
[889/1198] Compiling sha1-armv8-win.S
[890/1198] Compiling sha1-armv8-apple.S
[891/1198] Compiling sha1-armv8-linux.S
[892/1198] Compiling sha1-armv4-large-linux.S
[893/1198] Compiling sha1-586-apple.S
[894/1198] Compiling sha1-586-linux.S
[895/1198] Compiling rdrand-x86_64-linux.S
[896/1198] Compiling rsaz-avx2-linux.S
[897/1198] Compiling p256_beeu-x86_64-asm-linux.S
[898/1198] Compiling p256_beeu-x86_64-asm-apple.S
[899/1198] Compiling rdrand-x86_64-apple.S
[900/1198] Compiling rsaz-avx2-apple.S
[901/1198] Compiling p256_beeu-armv8-asm-linux.S
[902/1198] Compiling p256_beeu-armv8-asm-win.S
[903/1198] Compiling p256_beeu-armv8-asm-apple.S
[904/1198] Compiling p256-x86_64-asm-linux.S
[905/1198] Compiling p256-x86_64-asm-apple.S
[906/1198] Compiling p256-armv8-asm-apple.S
[907/1198] Compiling p256-armv8-asm-win.S
[908/1198] Compiling p256-armv8-asm-linux.S
[909/1198] Compiling ghashv8-armv8-win.S
[910/1198] Compiling ghashv8-armv8-apple.S
[911/1198] Compiling ghashv8-armv8-linux.S
[912/1198] Compiling ghash-x86_64-linux.S
[913/1198] Compiling ghashv8-armv7-linux.S
[914/1198] Compiling ghash-x86-linux.S
[915/1198] Compiling ghash-x86_64-apple.S
[916/1198] Compiling ghash-ssse3-x86-linux.S
[916/1198] Compiling ghash-x86-apple.S
[918/1198] Compiling ghash-ssse3-x86_64-linux.S
[919/1198] Compiling ghash-neon-armv8-win.S
[920/1198] Compiling ghash-ssse3-x86-apple.S
[921/1198] Compiling ghash-ssse3-x86_64-apple.S
[922/1198] Compiling ghash-neon-armv8-apple.S
[923/1198] Compiling co-586-apple.S
[924/1198] Compiling ghash-armv4-linux.S
[925/1198] Compiling bsaes-armv7-linux.S
[926/1198] Compiling ghash-neon-armv8-linux.S
[927/1198] Compiling co-586-linux.S
[928/1198] Compiling bn-armv8-win.S
[929/1198] Compiling bn-586-linux.S
[930/1198] Compiling bn-armv8-linux.S
[931/1198] Compiling bn-armv8-apple.S
[932/1198] Compiling bn-586-apple.S
[933/1198] Compiling armv8-mont-win.S
[934/1198] Compiling armv8-mont-apple.S
[935/1198] Compiling armv8-mont-linux.S
[936/1198] Compiling armv4-mont-linux.S
[937/1198] Compiling aesv8-gcm-armv8-win.S
[937/1198] Compiling aesv8-gcm-armv8-apple.S
[939/1198] Compiling aesv8-gcm-armv8-linux.S
[940/1198] Compiling aesv8-armv8-win.S
[941/1198] Compiling aesni-x86_64-linux.S
[942/1198] Compiling aesv8-armv8-linux.S
[943/1198] Compiling aesv8-armv8-apple.S
[944/1198] Compiling aesv8-armv7-linux.S
[945/1198] Compiling aesni-x86_64-apple.S
[946/1198] Compiling aesni-x86-linux.S
[947/1198] Compiling aesni-gcm-x86_64-linux.S
[948/1198] Compiling aesni-gcm-x86_64-apple.S
[949/1198] Compiling aesni-x86-apple.S
[950/1198] Compiling aes-gcm-avx10-x86_64-linux.S
[951/1198] Compiling aes-gcm-avx10-x86_64-apple.S
[952/1198] Compiling c-nioatomics.c
[953/1198] Compiling c-atomics.c
[954/1198] Compiling x_sig.cc
[955/1198] Compiling x_val.cc
[956/1200] Compiling x_spki.cc
[957/1204] Compiling x_x509.cc
[958/1204] Compiling x_x509a.cc
[959/1204] Compiling x_req.cc
[961/1204] Compiling NIOConcurrencyHelpers NIOLock.swift
[962/1204] Compiling NIOConcurrencyHelpers lock.swift
[963/1204] Emitting module NIOConcurrencyHelpers
[964/1204] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[965/1204] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[966/1204] Compiling NIOConcurrencyHelpers atomics.swift
[966/1205] Compiling x_pubkey.cc
[968/1205] Compiling x_crl.cc
[969/1205] Compiling x_exten.cc
[970/1205] Compiling x_attrib.cc
[971/1231] Compiling x_name.cc
[972/1231] Compiling x_all.cc
[974/1231] Compiling ConsoleKitTerminal Console+Wait.swift
[975/1231] Compiling ConsoleKitTerminal ConsoleColor.swift
[976/1231] Compiling ConsoleKitTerminal ConsoleStyle.swift
[976/1234] Compiling x_algor.cc
[978/1234] Compiling ConsoleKitTerminal Console+Confirm.swift
[979/1234] Compiling ConsoleKitTerminal Console+Input.swift
[980/1234] Compiling ConsoleKitTerminal Console+Center.swift
[981/1234] Compiling ConsoleKitTerminal Console+Output.swift
[982/1234] Emitting module ConsoleKitTerminal
[983/1234] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[984/1234] Compiling ConsoleKitTerminal ConsoleClear.swift
[985/1234] Compiling ConsoleKitTerminal Console+Ask.swift
[986/1234] Compiling ConsoleKitTerminal Console+Choose.swift
[987/1234] Compiling ConsoleKitTerminal ActivityBar.swift
[988/1234] Compiling ConsoleKitTerminal ActivityIndicator.swift
[989/1234] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[990/1234] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[991/1234] Compiling ConsoleKitTerminal CustomActivity.swift
[992/1234] Compiling ConsoleKitTerminal LoadingBar.swift
[993/1234] Compiling ConsoleKitTerminal ProgressBar.swift
[994/1234] Compiling ConsoleKitTerminal Console+Clear.swift
[994/1234] Compiling x509spki.cc
[995/1234] Compiling x509rset.cc
[996/1234] Compiling x509name.cc
[997/1234] Compiling x509_vpm.cc
[999/1234] Compiling ConsoleKitTerminal ConsoleText.swift
[1000/1234] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1001/1234] Compiling ConsoleKitTerminal ANSI.swift
[1002/1234] Compiling ConsoleKitTerminal Console.swift
[1003/1234] Compiling ConsoleKitTerminal Terminal.swift
[1004/1234] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1004/1234] Compiling x509cset.cc
[1006/1234] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1007/1234] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1008/1234] Compiling ConsoleKitTerminal LoggerFragment.swift
[1009/1235] Compiling x509_v3.cc
[1010/1235] Compiling x509_vfy.cc
[1011/1235] Compiling x509_txt.cc
[1012/1235] Compiling x509_trs.cc
[1013/1257] Compiling x509_set.cc
[1014/1257] Compiling x509_obj.cc
[1015/1257] Compiling x509_req.cc
[1017/1257] Emitting module ConsoleKitCommands
[1018/1259] Compiling ConsoleKitCommands CommandSignature.swift
[1019/1259] Compiling ConsoleKitCommands Flag.swift
[1020/1259] Compiling ConsoleKitCommands Option.swift
[1021/1259] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1022/1259] Compiling ConsoleKitCommands AsyncCommand.swift
[1023/1259] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1024/1259] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1025/1259] Compiling ConsoleKitCommands Utilities.swift
[1026/1259] Compiling ConsoleKitCommands AsyncCommands.swift
[1027/1259] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1028/1259] Compiling ConsoleKitCommands AnyCommand.swift
[1029/1259] Compiling ConsoleKitCommands Command.swift
[1030/1259] Compiling ConsoleKitCommands CommandContext.swift
[1031/1259] Compiling ConsoleKitCommands CommandError.swift
[1032/1259] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1033/1259] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1034/1259] Compiling ConsoleKitCommands Argument.swift
[1034/1259] Compiling x509_lu.cc
[1035/1259] Compiling x509_cmp.cc
[1036/1259] Compiling x509_ext.cc
[1037/1259] Compiling x509_def.cc
[1038/1259] Compiling x509_d2.cc
[1039/1259] Compiling x509_att.cc
[1040/1259] Compiling x509.cc
[1042/1259] Compiling ConsoleKitCommands CommandGroup.swift
[1043/1259] Compiling ConsoleKitCommands CommandInput.swift
[1044/1259] Compiling ConsoleKitCommands Commands.swift
[1045/1259] Compiling ConsoleKitCommands Console+Run.swift
[1046/1259] Compiling ConsoleKitCommands ConsoleError.swift
[1047/1259] Compiling ConsoleKitCommands Completion.swift
[1047/1260] Compiling v3_prn.cc
[1048/1260] Compiling v3_purp.cc
[1050/1260] Compiling v3_skey.cc
[1051/1260] Compiling v3_pmaps.cc
[1052/1260] Compiling v3_pcons.cc
[1053/1260] Compiling v3_utl.cc
[1054/1260] Compiling v3_ocsp.cc
[1056/1262] Compiling ConsoleKit Exports.swift
[1056/1262] Compiling v3_ncons.cc
[1057/1262] Compiling v3_int.cc
[1059/1262] Emitting module ConsoleKit
[1060/1263] Compiling v3_lib.cc
[1061/1263] Compiling v3_info.cc
[1062/1263] Compiling v3_extku.cc
[1063/1263] Compiling v3_ia5.cc
[1064/1263] Compiling v3_genn.cc
[1065/1263] Compiling v3_crld.cc
[1066/1263] Compiling v3_bitst.cc
[1067/1263] Compiling v3_cpols.cc
[1068/1263] Compiling v3_enum.cc
[1069/1263] Compiling v3_conf.cc
[1070/1263] Compiling v3_bcons.cc
[1071/1263] Compiling v3_alt.cc
[1072/1263] Compiling t_crl.cc
[1073/1263] Compiling v3_akeya.cc
[1074/1263] Compiling v3_akey.cc
[1075/1263] Compiling i2d_pr.cc
[1076/1263] Compiling t_x509a.cc
[1077/1263] Compiling rsa_pss.cc
[1078/1263] Compiling policy.cc
[1079/1263] Compiling t_req.cc
[1080/1263] Compiling t_x509.cc
[1081/1263] Compiling name_print.cc
[1082/1263] Compiling algorithm.cc
[1083/1263] Compiling a_verify.cc
[1084/1263] Compiling asn1_gen.cc
[1085/1263] Compiling by_dir.cc
[1086/1263] Compiling by_file.cc
[1087/1263] Compiling a_digest.cc
[1088/1263] Compiling voprf.cc
[1089/1263] Compiling a_sign.cc
[1090/1263] Compiling thread_pthread.cc
[1091/1263] Compiling thread.cc
[1092/1263] Compiling wots.cc
[1093/1263] Compiling thash.cc
[1094/1263] Compiling trust_token.cc
[1095/1263] Compiling thread_win.cc
[1096/1263] Compiling stack.cc
[1097/1263] Compiling thread_none.cc
[1098/1263] Compiling pmbtoken.cc
[1099/1263] Compiling merkle.cc
[1100/1263] Compiling slhdsa.cc
[1101/1263] Compiling siphash.cc
[1102/1263] Compiling sha256.cc
[1103/1263] Compiling rsa_extra.cc
[1104/1263] Compiling fors.cc
[1105/1263] Compiling sha512.cc
[1106/1263] Compiling rsa_crypt.cc
[1107/1263] Compiling rsa_print.cc
[1108/1263] Compiling sha1.cc
[1109/1263] Compiling windows.cc
[1110/1263] Compiling refcount.cc
[1111/1263] Compiling rc4.cc
[1112/1263] Compiling rsa_asn1.cc
[1113/1263] Compiling rand_extra.cc
[1114/1263] Compiling forkunsafe.cc
[1115/1263] Compiling trusty.cc
[1116/1263] Compiling urandom.cc
[1117/1263] Compiling passive.cc
[1118/1263] Compiling poly1305_arm_asm.S
[1119/1263] Compiling fork_detect.cc
[1120/1263] Compiling getentropy.cc
[1121/1263] Compiling ios.cc
[1122/1263] Compiling poly1305_vec.cc
[1123/1263] Compiling deterministic.cc
[1124/1263] Compiling poly1305_arm.cc
[1125/1263] Compiling pool.cc
[1126/1263] Compiling poly1305.cc
[1127/1263] Compiling pkcs7.cc
[1128/1263] Compiling pkcs8.cc
[1129/1263] Compiling pkcs7_x509.cc
[1130/1263] Compiling pkcs8_x509.cc
[1131/1263] Compiling p5_pbev2.cc
[1132/1263] Compiling pem_x509.cc
[1133/1263] Compiling pem_pkey.cc
[1134/1263] Compiling pem_xaux.cc
[1135/1263] Compiling pem_info.cc
[1136/1263] Compiling pem_pk8.cc
[1137/1263] Compiling pem_oth.cc
[1138/1263] Compiling pem_lib.cc
[1139/1263] Compiling pem_all.cc
[1140/1263] Compiling obj_xref.cc
[1141/1263] Compiling mlkem.cc
[1142/1263] Compiling obj.cc
[1143/1263] Compiling mldsa.cc
[1144/1263] Compiling poly_rq_mul.S
[1145/1263] Compiling fips_shared_support.cc
[1146/1263] Compiling mem.cc
[1147/1263] Compiling md5.cc
[1148/1263] Compiling kyber.cc
[1149/1263] Compiling md4.cc
[1150/1263] Compiling lhash.cc
[1151/1263] Compiling scrypt.cc
[1152/1263] Compiling ex_data.cc
[1153/1263] Compiling hpke.cc
[1154/1263] Compiling sign.cc
[1155/1263] Compiling print.cc
[1156/1263] Compiling pbkdf.cc
[1157/1263] Compiling hrss.cc
[1158/1263] Compiling p_x25519_asn1.cc
[1159/1263] Compiling p_x25519.cc
[1160/1263] Compiling p_rsa.cc
[1161/1263] Compiling p_hkdf.cc
[1162/1263] Compiling p_rsa_asn1.cc
[1163/1263] Compiling p_ed25519_asn1.cc
[1164/1263] Compiling p_ec_asn1.cc
[1165/1263] Compiling p_ed25519.cc
[1166/1263] Compiling p_ec.cc
[1167/1263] Compiling p_dh_asn1.cc
[1168/1263] Compiling p_dsa_asn1.cc
[1169/1263] Compiling p_dh.cc
[1170/1263] Compiling evp_ctx.cc
[1171/1263] Compiling evp.cc
[1172/1263] Compiling engine.cc
[1173/1263] Compiling evp_asn1.cc
[1174/1263] Compiling err.cc
[1175/1263] Compiling ecdh_extra.cc
[1176/1263] Compiling hash_to_curve.cc
[1177/1263] Compiling ec_derive.cc
[1178/1263] Compiling ecdsa_asn1.cc
[1179/1263] Compiling bcm.cc
[1180/1263] Compiling dsa_asn1.cc
[1181/1263] Compiling params.cc
[1182/1263] Compiling des.cc
[1183/1263] Compiling dh_asn1.cc
[1184/1263] Compiling dsa.cc
[1185/1263] Compiling ec_asn1.cc
[1186/1263] Compiling x25519-asm-arm.S
[1187/1263] Compiling digest_extra.cc
[1188/1263] Compiling cpu_intel.cc
[1189/1263] Compiling spake25519.cc
[1190/1263] Compiling curve25519_64_adx.cc
[1191/1263] Compiling cpu_arm_linux.cc
[1192/1263] Compiling cpu_arm_freebsd.cc
[1193/1263] Compiling crypto.cc
[1194/1263] Compiling cpu_aarch64_sysreg.cc
[1195/1263] Compiling cpu_aarch64_win.cc
[1196/1263] Compiling cpu_aarch64_openbsd.cc
[1197/1263] Compiling curve25519.cc
[1198/1263] Compiling cpu_aarch64_apple.cc
[1199/1263] Compiling cpu_aarch64_linux.cc
[1200/1263] Compiling cpu_aarch64_fuchsia.cc
[1201/1263] Compiling tls_cbc.cc
[1202/1263] Compiling conf.cc
[1203/1263] Compiling e_rc4.cc
[1204/1263] Compiling e_tls.cc
[1205/1263] Compiling e_null.cc
[1206/1263] Compiling e_chacha20poly1305.cc
[1207/1263] Compiling e_rc2.cc
[1208/1263] Compiling e_aesgcmsiv.cc
[1209/1263] Compiling e_aesctrhmac.cc
[1210/1263] Compiling e_des.cc
[1211/1263] Compiling derive_key.cc
[1212/1263] Compiling chacha.cc
[1213/1263] Compiling cipher_extra.cc
[1214/1263] Compiling unicode.cc
[1215/1263] Compiling cbb.cc
[1216/1263] Compiling cbs.cc
[1217/1263] Compiling ber.cc
[1218/1263] Compiling buf.cc
[1219/1263] Compiling asn1_compat.cc
[1220/1263] Compiling bn_asn1.cc
[1221/1263] Compiling blake2.cc
[1222/1263] Compiling printf.cc
[1223/1263] Compiling convert.cc
[1224/1263] Compiling file.cc
[1225/1263] Compiling fd.cc
[1226/1263] Compiling pair.cc
[1227/1263] Compiling errno.cc
[1228/1263] Compiling hexdump.cc
[1229/1263] Compiling bio_mem.cc
[1230/1263] Compiling base64.cc
[1231/1263] Compiling bio.cc
[1232/1263] Compiling tasn_fre.cc
[1233/1263] Compiling tasn_utl.cc
[1234/1263] Compiling tasn_typ.cc
[1235/1263] Compiling tasn_new.cc
[1236/1263] Compiling tasn_enc.cc
[1237/1263] Compiling tasn_dec.cc
[1238/1263] Compiling f_int.cc
[1239/1263] Compiling posix_time.cc
[1240/1263] Compiling f_string.cc
[1241/1263] Compiling asn1_par.cc
[1242/1263] Compiling asn_pack.cc
[1243/1263] Compiling a_type.cc
[1244/1263] Compiling a_utctm.cc
[1245/1263] Compiling asn1_lib.cc
[1246/1263] Compiling a_time.cc
[1247/1263] Compiling a_octet.cc
[1248/1263] Compiling a_strnid.cc
[1249/1263] Compiling a_object.cc
[1250/1263] Compiling a_strex.cc
[1251/1263] Compiling a_d2i_fp.cc
[1252/1263] Write sources
[1253/1263] Compiling a_gentm.cc
[1254/1263] Write sources
[1255/1263] Compiling a_mbstr.cc
[1256/1263] Write sources
[1258/1263] Compiling a_i2d_fp.cc
[1259/1263] Compiling a_dup.cc
[1260/1270] Compiling a_int.cc
[1261/1288] Compiling a_bitstr.cc
[1262/1360] Compiling a_bool.cc
[1264/1368] Compiling Atomics ManagedAtomic.swift
[1265/1368] Compiling Atomics ManagedAtomicLazyReference.swift
[1266/1368] Compiling Atomics AtomicMemoryOrderings.swift
[1267/1368] Compiling Atomics DoubleWord.swift
[1268/1368] Compiling Algorithms RandomSample.swift
[1269/1368] Compiling Algorithms Reductions.swift
[1270/1370] Compiling Atomics IntegerOperations.swift
[1271/1370] Compiling Atomics Unmanaged extensions.swift
[1272/1370] Compiling Algorithms FirstNonNil.swift
[1273/1370] Compiling Algorithms FlattenCollection.swift
[1274/1370] Compiling Algorithms Grouped.swift
[1275/1370] Compiling Algorithms Chain.swift
[1276/1370] Compiling Algorithms Chunked.swift
[1277/1370] Compiling Algorithms Combinations.swift
[1278/1370] Compiling Algorithms Split.swift
[1279/1370] Compiling Algorithms Stride.swift
[1280/1370] Compiling Algorithms Suffix.swift
[1281/1373] Emitting module BitCollections
[1282/1373] Compiling Algorithms Compacted.swift
[1283/1373] Compiling Algorithms Cycle.swift
[1284/1373] Compiling Algorithms EitherSequence.swift
[1288/1373] Compiling Algorithms Indexed.swift
[1289/1373] Compiling Algorithms Intersperse.swift
[1293/1380] Compiling BitCollections BitSet+Initializers.swift
[1294/1380] Compiling BitCollections BitSet+Invariants.swift
[1295/1380] Compiling BitCollections BitSet+Random.swift
[1296/1380] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1297/1380] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1298/1380] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1299/1380] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1300/1380] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1301/1380] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1302/1380] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1303/1380] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1304/1380] Compiling BitCollections BitSet+SetAlgebra union.swift
[1305/1380] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1306/1380] Compiling BitCollections BitSet.Counted.swift
[1307/1380] Compiling Algorithms Trim.swift
[1308/1380] Compiling Algorithms Unique.swift
[1309/1380] Compiling Algorithms Windows.swift
[1310/1380] Compiling BitCollections BitSet+Equatable.swift
[1311/1380] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1312/1380] Compiling BitCollections BitSet+Extras.swift
[1313/1380] Compiling BitCollections BitSet+Hashable.swift
[1314/1380] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1315/1380] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1316/1380] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1317/1380] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1318/1380] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1319/1380] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1320/1380] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1321/1380] Compiling Algorithms AdjacentPairs.swift
[1333/1380] Compiling Algorithms MinMax.swift
[1337/1380] Compiling CryptoBoringWrapper RandomBytes.swift
[1341/1380] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1342/1380] Emitting module Atomics
[1349/1380] Emitting module CryptoBoringWrapper
[1350/1380] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1351/1380] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1356/1380] Compiling BitCollections BitSet.Index.swift
[1357/1380] Compiling BitCollections BitSet._UnsafeHandle.swift
[1358/1380] Compiling BitCollections BitSet.swift
[1359/1380] Compiling BitCollections Range+Utilities.swift
[1360/1380] Compiling BitCollections Slice+Utilities.swift
[1361/1380] Compiling BitCollections UInt+Tricks.swift
[1362/1380] Compiling BitCollections _Word.swift
[1363/1381] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1364/1381] Compiling CryptoBoringWrapper EllipticCurve.swift
[1365/1381] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1380/1382] Emitting module Algorithms
[1385/1462] Emitting module Collections
[1386/1462] Compiling Collections Collections.swift
[1388/1518] Compiling Crypto AESWrap.swift
[1389/1518] Compiling Crypto AESWrap_boring.swift
[1390/1518] Compiling Crypto Ed25519_boring.swift
[1391/1518] Compiling Crypto NISTCurvesKeys_boring.swift
[1392/1518] Compiling Crypto X25519Keys_boring.swift
[1393/1518] Compiling Crypto Curve25519.swift
[1394/1518] Compiling Crypto Ed25519Keys.swift
[1395/1518] Compiling Crypto NISTCurvesKeys.swift
[1396/1526] Compiling NIOCore SocketAddresses.swift
[1397/1526] Compiling NIOCore SocketOptionProvider.swift
[1398/1526] Compiling NIOCore SystemCallHelpers.swift
[1399/1526] Compiling NIOCore TimeAmount+Duration.swift
[1400/1526] Compiling NIOCore TypeAssistedChannelHandler.swift
[1401/1526] Compiling NIOCore UniversalBootstrapSupport.swift
[1402/1526] Compiling NIOCore Utilities.swift
[1403/1526] Compiling Crypto EdDSA_boring.swift
[1404/1526] Compiling Crypto ECDSA.swift
[1405/1526] Compiling Crypto Ed25519.swift
[1406/1535] Emitting module Crypto
[1407/1535] Compiling Crypto HKDF.swift
[1416/1535] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1417/1535] Compiling Crypto PKCS8PrivateKey.swift
[1418/1535] Compiling Crypto SEC1PrivateKey.swift
[1419/1535] Compiling Crypto SubjectPublicKeyInfo.swift
[1420/1535] Compiling Crypto CryptoKitErrors.swift
[1421/1535] Compiling Crypto Digest_boring.swift
[1422/1535] Compiling Crypto Digest.swift
[1423/1535] Compiling Crypto Digests.swift
[1424/1535] Compiling Crypto HashFunctions.swift
[1425/1535] Compiling Crypto HashFunctions_SHA2.swift
[1426/1535] Compiling Crypto HPKE-AEAD.swift
[1427/1535] Compiling Crypto HPKE-Modes.swift
[1428/1535] Compiling Crypto Insecure.swift
[1429/1535] Compiling Crypto Insecure_HashFunctions.swift
[1430/1535] Compiling Crypto KEM.swift
[1431/1535] Compiling Crypto ECDH_boring.swift
[1432/1535] Compiling Crypto DH.swift
[1433/1535] Compiling Crypto ECDH.swift
[1435/1535] Compiling Crypto HPKE-Ciphersuite.swift
[1436/1535] Compiling Crypto HPKE-KDF.swift
[1437/1535] Compiling Crypto HPKE-KexKeyDerivation.swift
[1438/1535] Compiling Crypto HPKE-LabeledExtract.swift
[1439/1535] Compiling Crypto HPKE-Utils.swift
[1440/1535] Compiling Crypto DHKEM.swift
[1441/1535] Compiling Crypto HPKE-KEM-Curve25519.swift
[1442/1535] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1443/1535] Compiling Crypto HPKE-KEM.swift
[1444/1535] Compiling Crypto HPKE-Errors.swift
[1445/1535] Compiling Crypto HPKE.swift
[1446/1535] Compiling Crypto HPKE-Context.swift
[1447/1535] Compiling Crypto HPKE-KeySchedule.swift
[1465/1535] Compiling Crypto ASN1Identifier.swift
[1466/1535] Compiling Crypto ASN1Integer.swift
[1467/1535] Compiling Crypto ASN1Null.swift
[1468/1535] Compiling Crypto ASN1OctetString.swift
[1469/1535] Compiling Crypto ASN1Strings.swift
[1470/1535] Compiling Crypto ArraySliceBigint.swift
[1477/1535] Compiling Crypto GeneralizedTime.swift
[1478/1535] Compiling Crypto ObjectIdentifier.swift
[1479/1535] Compiling Crypto ECDSASignature.swift
[1480/1535] Compiling Crypto PEMDocument.swift
[1481/1535] Compiling Crypto AES-GCM.swift
[1482/1535] Compiling Crypto AES-GCM_boring.swift
[1483/1535] Compiling Crypto ChaChaPoly_boring.swift
[1484/1535] Compiling Crypto ChaChaPoly.swift
[1485/1535] Compiling Crypto Cipher.swift
[1486/1535] Compiling Crypto Nonces.swift
[1487/1535] Compiling Crypto ASN1.swift
[1488/1535] Compiling Crypto ASN1Any.swift
[1489/1535] Compiling Crypto ASN1BitString.swift
[1490/1535] Compiling Crypto ASN1Boolean.swift
[1499/1535] Compiling Crypto Signature.swift
[1500/1535] Compiling Crypto CryptoKitErrors_boring.swift
[1501/1535] Compiling Crypto RNG_boring.swift
[1502/1535] Compiling Crypto SafeCompare_boring.swift
[1503/1535] Compiling Crypto Zeroization_boring.swift
[1504/1535] Compiling Crypto PrettyBytes.swift
[1505/1535] Compiling Crypto SafeCompare.swift
[1506/1535] Compiling Crypto SecureBytes.swift
[1507/1535] Compiling Crypto Zeroization.swift
[1527/1536] Emitting module NIOCore
[1538/1587] Emitting module NIOEmbedded
[1539/1587] Compiling NIOPosix Pool.swift
[1540/1587] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1541/1587] Compiling NIOPosix PosixSingletons.swift
[1542/1587] Compiling NIOPosix RawSocketBootstrap.swift
[1543/1587] Compiling NIOPosix Resolver.swift
[1544/1587] Compiling NIOPosix Selectable.swift
[1545/1593] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1546/1593] Compiling NIOEmbedded Embedded.swift
[1547/1593] Compiling NIOEmbedded AsyncTestingChannel.swift
[1549/1594] Compiling NIOPosix ThreadPosix.swift
[1550/1594] Compiling NIOPosix ThreadWindows.swift
[1551/1594] Compiling NIOPosix UnsafeTransfer.swift
[1552/1594] Compiling NIOPosix Utilities.swift
[1553/1594] Compiling NIOPosix VsockAddress.swift
[1554/1594] Compiling NIOPosix VsockChannelEvents.swift
[1555/1594] Emitting module NIOPosix
[1556/1594] Compiling NIOPosix BSDSocketAPICommon.swift
[1557/1594] Compiling NIOPosix BSDSocketAPIPosix.swift
[1558/1594] Compiling NIOPosix BSDSocketAPIWindows.swift
[1559/1594] Compiling NIOPosix BaseSocket.swift
[1560/1594] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1561/1594] Compiling NIOPosix BaseSocketChannel.swift
[1562/1594] Compiling NIOPosix BaseStreamSocketChannel.swift
[1563/1594] Compiling NIOPosix SelectableChannel.swift
[1564/1594] Compiling NIOPosix SelectableEventLoop.swift
[1565/1594] Compiling NIOPosix SelectorEpoll.swift
[1566/1594] Compiling NIOPosix SelectorGeneric.swift
[1567/1594] Compiling NIOPosix SelectorKqueue.swift
[1568/1594] Compiling NIOPosix SelectorUring.swift
[1569/1594] Compiling NIOPosix ServerSocket.swift
[1570/1594] Compiling NIOPosix Socket.swift
[1571/1594] Compiling NIOPosix SocketChannel.swift
[1572/1594] Compiling NIOPosix SocketProtocols.swift
[1573/1594] Compiling NIOPosix System.swift
[1574/1594] Compiling NIOPosix Thread.swift
[1575/1594] Compiling NIOPosix Bootstrap.swift
[1576/1594] Compiling NIOPosix ControlMessage.swift
[1577/1594] Compiling NIOPosix DatagramVectorReadManager.swift
[1578/1594] Compiling NIOPosix Errors+Any.swift
[1579/1594] Compiling NIOPosix FileDescriptor.swift
[1580/1594] Compiling NIOPosix GetaddrinfoResolver.swift
[1581/1594] Compiling NIOPosix HappyEyeballs.swift
[1582/1594] Compiling NIOPosix IO.swift
[1583/1594] Compiling NIOPosix IntegerBitPacking.swift
[1584/1594] Compiling NIOPosix IntegerTypes.swift
[1585/1594] Compiling NIOPosix Linux.swift
[1586/1594] Compiling NIOPosix LinuxCPUSet.swift
[1587/1594] Compiling NIOPosix LinuxUring.swift
[1588/1594] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[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 AsyncKit EventLoop+Flatten.swift
[1600/1655] Compiling AsyncKit EventLoop+Future.swift
[1601/1655] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1602/1655] Compiling AsyncKit EventLoopGroup+Throwing.swift
[1603/1655] Compiling AsyncKit Collection+Flatten.swift
[1604/1655] Compiling _NIOFileSystem FileChunks.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
[1612/1657] Compiling AsyncKit Optional+StrictMap.swift
[1613/1657] Compiling AsyncKit Exports.swift
[1614/1657] Compiling _NIOFileSystem CInterop.swift
[1615/1657] Compiling _NIOFileSystem Errno.swift
[1616/1700] Emitting module _NIOFileSystem
[1617/1700] Compiling NIOTLS TLSEvents.swift
[1618/1700] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1619/1700] Emitting module NIOTLS
[1620/1700] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1621/1700] Emitting module NIOFoundationCompat
[1624/1700] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1625/1700] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1626/1700] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1627/1700] Compiling NIOSOCKS ClientStateMachine.swift
[1628/1701] Compiling NIOSOCKS SOCKSClientHandler.swift
[1629/1701] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1630/1701] Emitting module NIOSOCKS
[1631/1701] Compiling NIOSOCKS SOCKSResponse.swift
[1632/1701] Compiling NIOSOCKS ClientGreeting.swift
[1633/1701] Compiling NIOSOCKS Errors.swift
[1634/1703] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1635/1703] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1636/1703] Compiling NIOTLS SNIHandler.swift
[1637/1704] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1638/1704] Compiling _NIOFileSystem Mocking.swift
[1639/1704] Compiling _NIOFileSystem Syscall.swift
[1640/1704] Compiling _NIOFileSystem Syscalls.swift
[1642/1704] Compiling NIOSOCKS Helpers.swift
[1643/1704] Compiling NIOSOCKS AuthenticationMethod.swift
[1645/1704] Compiling NIOSOCKS Messages.swift
[1646/1704] Compiling NIOSOCKS SOCKSRequest.swift
[1648/1704] Compiling NIOSOCKS ServerStateMachine.swift
[1650/1734] Compiling NIOSSL SSLCertificateExtensions.swift
[1651/1734] Compiling NIOSSL SSLCertificateName.swift
[1652/1734] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1653/1735] Compiling NIOSSL SSLCallbacks.swift
[1654/1735] Compiling NIOSSL SSLCertificate.swift
[1656/1735] Compiling NIOSSL NIOSSLSecureBytes.swift
[1657/1735] Compiling NIOSSL RNG.swift
[1658/1735] Compiling NIOSSL SafeCompare.swift
[1659/1735] Compiling _NIOFileSystem TokenBucket.swift
[1660/1735] Compiling _NIOFileSystem UnsafeTransfer.swift
[1661/1735] Compiling NIOSSL NIOSSLClientHandler.swift
[1662/1735] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1663/1757] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1664/1757] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1665/1757] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1666/1759] Compiling NIOTransportServices StateManagedChannel.swift
[1667/1759] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1668/1759] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1669/1759] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1670/1759] Compiling NIOTransportServices NIOTSErrors.swift
[1671/1759] Compiling NIOTransportServices NIOTSEventLoop.swift
[1672/1759] Compiling NIOTransportServices NIOTSBootstraps.swift
[1673/1759] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1674/1759] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1675/1759] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1676/1759] Compiling NIOTransportServices NIOTSSingletons.swift
[1677/1759] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1680/1759] Compiling _NIOFileSystem SystemFileHandle.swift
[1681/1759] Compiling _NIOFileSystem Utilities.swift
[1682/1759] Compiling _NIOFileSystem OpenOptions.swift
[1683/1759] Compiling _NIOFileSystem String+FileSystem.swift
[1684/1759] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1685/1759] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1686/1759] Emitting module NIOTransportServices
[1687/1759] Compiling NIOTransportServices AcceptHandler.swift
[1688/1759] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1689/1759] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1690/1759] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1691/1759] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1692/1759] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1694/1760] Emitting module AsyncKit
[1702/1760] Emitting module NIOHTTP1
[1704/1761] Emitting module NIOSSL
[1730/1766] Compiling NIOSSL SubjectAlternativeName.swift
[1745/1831] Compiling NIOSSL SSLPKCS12Bundle.swift
[1746/1834] Compiling NIOExtras LineBasedFrameDecoder.swift
[1747/1834] Compiling NIOExtras DebugInboundEventsHandler.swift
[1748/1834] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1749/1834] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1750/1834] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1751/1834] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1752/1834] Compiling NIOExtras JSONRPCFraming.swift
[1753/1834] Compiling NIOExtras PCAPRingBuffer.swift
[1754/1834] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1755/1835] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1756/1835] Compiling NIOWebSocket WebSocketOpcode.swift
[1757/1835] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1758/1835] Compiling NIOWebSocket SHA1.swift
[1759/1837] Emitting module _NIOFileSystemFoundationCompat
[1760/1837] Emitting module MultipartKit
[1761/1839] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1762/1839] Compiling NIOHPACK IndexedHeaderTable.swift
[1763/1839] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1767/1839] Compiling NIOHPACK IntegerCoding.swift
[1768/1840] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1769/1840] Compiling NIOExtras RequestResponseHandler.swift
[1770/1840] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1774/1840] Compiling NIOHTTPCompression HTTPDecompression.swift
[1777/1840] Compiling NIOExtras QuiescingHelper.swift
[1778/1840] Compiling NIOExtras UnsafeTransfer.swift
[1779/1840] Emitting module NIOHTTPCompression
[1780/1840] Compiling NIOHTTPCompression HTTPCompression.swift
[1781/1840] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1782/1840] Compiling NIOHPACK HuffmanTables.swift
[1783/1840] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1784/1841] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1789/1841] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1790/1841] Compiling NIOExtras LengthFieldPrepender.swift
[1792/1841] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1796/1841] Compiling NIOHPACK HuffmanCoding.swift
[1797/1841] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1798/1841] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1799/1841] Emitting module NIOHPACK
[1800/1842] Emitting module NIOWebSocket
[1803/1842] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1804/1842] Compiling NIOWebSocket WebSocketFrame.swift
[1805/1843] Compiling NIOHPACK StaticHeaderTable.swift
[1810/1843] Emitting module NIOExtras
[1822/1843] Compiling MultipartKit MultipartSerializer.swift
[1823/1843] Compiling MultipartKit Utilities.swift
[1825/1861] Compiling NIOSSL Zeroization.swift
[1826/1861] Compiling NIOSSL TLSConfiguration.swift
[1827/1861] Compiling NIOSSL UniversalBootstrapSupport.swift
[1828/1861] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1829/1862] Emitting module NIOFileSystem
[1830/1862] Compiling NIOFileSystem Exports.swift
[1831/1862] Compiling AWSLambdaRuntimeCore LambdaRequestID.swift
[1832/1862] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
[1833/1862] Compiling AWSLambdaRuntimeCore Lambda.swift
[1835/1863] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[1836/1863] Compiling AWSLambdaRuntimeCore Lambda+String.swift
[1839/1907] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1840/1907] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1841/1924] Compiling NIOHTTP2 SendingHeadersState.swift
[1842/1924] Compiling NIOHTTP2 SendingPushPromiseState.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1843/1924] 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 |
[1844/1924] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1845/1924] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1846/1925] Compiling AWSLambdaRuntimeCore Terminator.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()
[1847/1925] Compiling AWSLambdaRuntimeCore Utils.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()
[1849/1933] Compiling NIOHTTP2 MayReceiveFrames.swift
[1850/1933] Compiling NIOHTTP2 ReceivingDataState.swift
[1851/1933] Compiling WebSocketKit WebSocket.swift
[1852/1933] Compiling WebSocketKit WebSocket+Connect.swift
[1853/1933] Compiling WebSocketKit Exports.swift
[1854/1933] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1855/1933] Compiling WebSocketKit WebSocketHandler.swift
[1856/1933] Emitting module WebSocketKit
[1857/1933] Compiling WebSocketKit WebSocket+Concurrency.swift
[1858/1933] Compiling WebSocketKit WebSocketClient.swift
[1859/1934] Compiling NIOHTTP2 ReceivingWindowUpdateState.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 |
[1860/1934] Compiling NIOHTTP2 MaySendFrames.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 |
[1861/1934] Compiling NIOHTTP2 SendingDataState.swift
[1862/1934] Compiling NIOHTTP2 SendingGoawayState.swift
[1863/1934] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1864/1934] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1865/1934] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1866/1934] Compiling NIOHTTP2 ReceivingRstStreamState.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
/host/spi-builder-workspace/Plugins/VercelPackager/VercelOutput.swift:325:12: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
323 | let config = ProjectConfiguration(orgId: vercelOrgID, projectId: vercelProjectID)
324 | let data = try encoder.encode(config)
325 | fs.createFile(atPath: vercelProjectConfigurationPath.string, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
326 | }
327 |
/host/spi-builder-workspace/Plugins/VercelPackager/VercelOutput.swift:395:12: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
393 | )
394 | let data = try encoder.encode(config)
395 | fs.createFile(atPath: vercelOutputConfigurationPath.string, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
396 | }
397 | }
/host/spi-builder-workspace/Plugins/VercelPackager/VercelOutput.swift:448:12: warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
446 | )
447 | let data = try encoder.encode(config)
448 | fs.createFile(atPath: vercelFunctionConfigurationPath(product).string, contents: data)
| `- warning: result of call to 'createFile(atPath:contents:attributes:)' is unused
449 | }
450 | }
[1/1] Compiling plugin VercelPackager
[2/2] Compiling plugin AWSLambdaPackager
Building for debugging...
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/75] Emitting module ServiceContextModule
[5/75] Compiling SystemPackage FilePathParsing.swift
[6/75] Compiling SystemPackage FilePathString.swift
[7/75] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[8/75] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/76] Compiling RealModule Float80+Real.swift
[10/77] Compiling RealModule Real.swift
[11/77] Compiling SystemPackage FilePathSyntax.swift
[12/77] Compiling SystemPackage FilePathTemp.swift
[13/77] Compiling NIOConcurrencyHelpers lock.swift
[14/77] Compiling NIOConcurrencyHelpers atomics.swift
[15/77] Compiling ServiceContextModule ServiceContextKey.swift
[16/77] Compiling _NIODataStructures Heap.swift
[17/77] Compiling Logging MetadataProvider.swift
[18/77] Emitting module Logging
[19/77] Compiling ServiceContextModule ServiceContext.swift
[20/77] Compiling RealModule Float16+Real.swift
[21/78] Compiling SystemPackage FileOperations.swift
[22/78] Compiling SystemPackage FilePath.swift
[23/78] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[24/78] Compiling NIOConcurrencyHelpers NIOLock.swift
[25/78] Compiling SystemPackage FilePathComponentView.swift
[26/78] Compiling SystemPackage FilePathComponents.swift
[29/78] Compiling RealModule ElementaryFunctions.swift
[30/78] Compiling RealModule Float+Real.swift
[32/78] Compiling RealModule RealFunctions.swift
[33/78] Emitting module _NIODataStructures
[34/78] Compiling _NIODataStructures PriorityQueue.swift
[35/78] Compiling _NIODataStructures _TinyArray.swift
[36/79] Emitting module RealModule
[37/79] Compiling SystemPackage FileDescriptor.swift
[38/79] Compiling SystemPackage FileHelpers.swift
[39/80] Compiling _NIOBase64 Base64.swift
[40/80] Emitting module _NIOBase64
[41/81] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[43/81] Compiling SystemPackage Errno.swift
[44/81] Compiling SystemPackage ErrnoWindows.swift
[47/95] Compiling Logging LogHandler.swift
[48/95] Compiling Logging Logging.swift
[49/95] Compiling Logging Locks.swift
[50/96] Compiling SystemPackage MachPort.swift
[51/96] Compiling SystemPackage PlatformString.swift
[52/96] Compiling SystemPackage SystemString.swift
[53/99] Emitting module InternalCollectionsUtilities
[56/99] Emitting module NIOConcurrencyHelpers
[58/101] Compiling Instrumentation NoOpInstrument.swift
[59/101] Compiling Instrumentation MultiplexInstrument.swift
[62/104] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[63/104] Compiling SystemPackage Backcompat.swift
[64/104] Compiling SystemPackage CInterop.swift
[65/104] Compiling SystemPackage Constants.swift
[66/104] Compiling SystemPackage Exports.swift
[67/104] Compiling SystemPackage Mocking.swift
[68/104] Compiling SystemPackage RawBuffer.swift
[69/104] Compiling SystemPackage Syscalls.swift
[70/104] Compiling SystemPackage WindowsSyscallAdapters.swift
[71/104] Compiling Instrumentation InstrumentationSystem.swift
[72/104] Compiling Instrumentation Instrument.swift
[73/104] Compiling Instrumentation Locks.swift
[74/104] Emitting module Instrumentation
[75/105] Emitting module CryptoBoringWrapper
[76/105] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[77/118] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[78/118] Compiling CryptoBoringWrapper RandomBytes.swift
[80/124] Compiling SystemPackage FilePathTempPosix.swift
[81/124] Compiling SystemPackage FilePathTempWindows.swift
[82/124] Compiling SystemPackage FilePathWindows.swift
[83/124] Compiling SystemPackage FilePermissions.swift
[84/124] Compiling SystemPackage Util+StringArray.swift
[85/124] Compiling SystemPackage Util.swift
[86/124] Compiling SystemPackage UtilConsumers.swift
[87/124] Compiling Atomics ManagedAtomic.swift
[88/124] Compiling Atomics ManagedAtomicLazyReference.swift
[89/124] Compiling Atomics UnsafeAtomic.swift
[90/124] Compiling Atomics UnsafeAtomicLazyReference.swift
[91/124] Compiling Atomics AtomicMemoryOrderings.swift
[92/124] Compiling Atomics DoubleWord.swift
[93/126] Compiling CryptoBoringWrapper EllipticCurve.swift
[94/126] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[95/126] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[96/126] Compiling Atomics AtomicOptionalWrappable.swift
[97/126] Compiling Atomics AtomicReference.swift
[98/126] Compiling Atomics AtomicStorage.swift
[99/126] Compiling Atomics AtomicValue.swift
[100/127] Compiling Atomics PointerConformances.swift
[101/127] Compiling Atomics Primitives.native.swift
[102/127] Compiling Atomics Primitives.shims.swift
[103/127] Compiling Atomics AtomicInteger.swift
[104/127] Compiling Atomics OptionalRawRepresentable.swift
[105/127] Compiling Atomics RawRepresentable.swift
[106/127] Compiling Atomics AtomicBool.swift
[107/127] Compiling Atomics IntegerConformances.swift
[108/127] Emitting module SystemPackage
[109/127] Emitting module CoreMetrics
[118/128] Compiling Atomics IntegerOperations.swift
[119/128] Compiling Atomics Unmanaged extensions.swift
[120/165] Compiling CoreMetrics Locks.swift
[121/165] Compiling CoreMetrics Metrics.swift
[123/194] Emitting module RoutingKit
[124/194] Emitting module ConsoleKitTerminal
[125/197] Compiling Algorithms Compacted.swift
[126/197] Compiling Algorithms Cycle.swift
[127/197] Compiling Algorithms EitherSequence.swift
[128/197] Compiling Algorithms FirstNonNil.swift
[129/197] Compiling RoutingKit Parameters.swift
[130/197] Compiling RoutingKit AnyRouter.swift
[131/197] Compiling RoutingKit PathComponent.swift
[132/327] Compiling RoutingKit Router.swift
[133/327] Compiling RoutingKit TrieRouter.swift
[134/328] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[135/328] Compiling OrderedCollections _HashTable+Testing.swift
[136/328] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[137/328] Compiling OrderedCollections _HashTable.swift
[138/328] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[139/328] Compiling OrderedCollections OrderedDictionary+Elements.swift
[140/328] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[141/328] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[142/328] Compiling OrderedCollections _HashTable+Bucket.swift
[143/328] Compiling OrderedCollections _HashTable+BucketIterator.swift
[144/328] Compiling OrderedCollections _HashTable+Constants.swift
[145/328] Compiling Tracing NoOpTracer.swift
[146/328] Emitting module Tracing
[147/328] Compiling HeapModule Heap+Descriptions.swift
[149/328] Compiling Tracing TracerProtocol.swift
[150/328] Compiling Tracing TracingTime.swift
[151/328] Compiling Tracing TracerProtocol+Legacy.swift
[152/328] Compiling Tracing Tracer.swift
[153/328] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[154/328] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[155/328] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[156/328] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[157/328] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[158/328] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[159/328] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[160/335] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[161/335] Compiling HeapModule _HeapNode.swift
[162/335] Compiling HeapModule Heap+UnsafeHandle.swift
[163/335] Compiling HeapModule Heap+Invariants.swift
[164/335] Compiling HeapModule Heap.swift
[165/335] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[166/335] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[167/335] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[168/338] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[169/338] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[170/338] Compiling OrderedCollections OrderedDictionary+Values.swift
[177/340] Compiling Algorithms Trim.swift
[178/340] Compiling OrderedCollections _Hashtable+Header.swift
[179/340] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[180/340] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[181/340] Emitting module HeapModule
[182/341] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[183/341] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[184/341] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[185/341] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[186/341] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[187/341] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[188/341] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[189/341] Compiling _RopeModule Rope+Debugging.swift
[190/341] Compiling OrderedCollections OrderedSet+Codable.swift
[191/341] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[192/341] Compiling OrderedCollections OrderedSet+Descriptions.swift
[193/341] Compiling OrderedCollections OrderedSet+Diffing.swift
[194/341] Compiling OrderedCollections OrderedSet+Equatable.swift
[195/341] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[196/341] Compiling _RopeModule RopeElement.swift
[197/341] Compiling OrderedCollections OrderedSet+Initializers.swift
[198/341] Compiling OrderedCollections OrderedSet+Insertions.swift
[199/341] Compiling _RopeModule BigString+UnicodeScalarView.swift
[200/341] Compiling _RopeModule BigSubstring+UTF16View.swift
[201/341] Compiling _RopeModule BigSubstring+UTF8View.swift
[202/341] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[203/341] Compiling _RopeModule BigSubstring.swift
[204/341] Compiling _RopeModule Rope+Builder.swift
[205/341] Compiling Tracing InstrumentationSystem+Tracing.swift
[206/341] Compiling Tracing SpanProtocol.swift
[209/342] Compiling OrderedCollections OrderedDictionary+Codable.swift
[210/342] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[211/342] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[212/342] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[231/342] Compiling Algorithms Unique.swift
[232/342] Compiling Algorithms Windows.swift
[235/343] Emitting module Metrics
[236/343] Compiling Metrics Metrics.swift
[240/361] Compiling HashTreeCollections _AncestorHashSlots.swift
[241/361] Compiling HashTreeCollections _Bitmap.swift
[242/361] Compiling HashTreeCollections _Bucket.swift
[243/361] Compiling HashTreeCollections _Hash.swift
[244/361] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[245/361] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[246/361] Compiling HashTreeCollections _HashNode+Structural merge.swift
[247/361] Compiling HashTreeCollections _HashLevel.swift
[248/362] Compiling HashTreeCollections _HashNode+Builder.swift
[259/435] Emitting module Atomics
[260/436] Emitting module OrderedCollections
[262/458] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[263/458] Compiling ConsoleKitCommands AnyCommand.swift
[264/458] Compiling ConsoleKitCommands Console+Run.swift
[265/458] Compiling ConsoleKitCommands ConsoleError.swift
[266/458] Compiling ConsoleKitCommands Completion.swift
[267/458] Compiling ConsoleKitCommands CommandSignature.swift
[268/458] Compiling ConsoleKitCommands Flag.swift
[269/458] Compiling ConsoleKitCommands Option.swift
[270/458] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[271/458] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[272/528] Compiling Crypto ASN1Null.swift
[273/528] Compiling Crypto ASN1OctetString.swift
[274/540] Compiling Crypto HPKE-KexKeyDerivation.swift
[275/540] Compiling Crypto HPKE-LabeledExtract.swift
[276/593] Compiling BitCollections BitArray+Copy.swift
[277/593] Compiling BitCollections BitArray+CustomReflectable.swift
[278/593] Compiling Crypto X25519Keys_boring.swift
[279/593] Compiling Crypto Curve25519.swift
[280/593] Compiling Crypto Ed25519Keys.swift
[281/593] Compiling Crypto NISTCurvesKeys.swift
[282/593] Compiling Crypto X25519Keys.swift
[283/593] Compiling _RopeModule Rope+RemoveSubrange.swift
[284/593] Compiling _RopeModule Rope+Split.swift
[285/593] Compiling _RopeModule Optional Utilities.swift
[286/593] Compiling _RopeModule String Utilities.swift
[287/593] Compiling _RopeModule String.Index+ABI.swift
[288/594] Emitting module ConsoleKitCommands
[289/597] Compiling Crypto AES.swift
[290/597] Compiling Crypto ECDSASignature_boring.swift
[291/597] Compiling Crypto ECDSA_boring.swift
[292/597] Compiling Crypto EdDSA_boring.swift
[293/597] Compiling Crypto ECDSA.swift
[294/597] Compiling Crypto Ed25519.swift
[295/597] Compiling Crypto HKDF.swift
[296/606] Compiling BitCollections BitArray+Descriptions.swift
[297/606] Compiling BitCollections BitArray+Equatable.swift
[298/606] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[299/606] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[301/606] Compiling BitCollections BitSet+SetAlgebra union.swift
[302/606] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[303/606] Compiling BitCollections BitSet.Counted.swift
[304/606] Compiling Crypto MACFunctions.swift
[305/606] Compiling Crypto MessageAuthenticationCode.swift
[313/606] Compiling Crypto AESWrap.swift
[314/606] Compiling Crypto AESWrap_boring.swift
[315/606] Compiling Crypto Ed25519_boring.swift
[316/606] Compiling Crypto NISTCurvesKeys_boring.swift
[319/606] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[320/606] Compiling BitCollections BitArray+RandomBits.swift
[321/606] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[322/606] Compiling BitCollections BitArray+Shifts.swift
[323/606] Compiling BitCollections BitArray+Testing.swift
[324/606] Compiling BitCollections BitArray._UnsafeHandle.swift
[325/606] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[326/606] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[327/606] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[328/606] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[329/606] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[336/606] Compiling BitCollections BitArray+BitwiseOperations.swift
[337/606] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[338/606] Compiling BitCollections BitArray+Codable.swift
[339/606] Compiling BitCollections BitArray+Extras.swift
[340/606] Compiling BitCollections BitArray+Fill.swift
[341/606] Compiling BitCollections BitArray+Invariants.swift
[346/606] Compiling BitCollections BitArray+Collection.swift
[349/606] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[350/606] Compiling ConsoleKitCommands Utilities.swift
[371/606] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[372/606] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[373/606] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[374/606] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[375/606] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[376/606] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[377/606] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[378/606] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[379/606] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[380/606] Compiling HashTreeCollections TreeSet.swift
[381/606] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[382/606] Compiling BitCollections BitSet+CustomReflectable.swift
[383/606] Compiling BitCollections BitSet+CustomStringConvertible.swift
[384/606] Compiling BitCollections BitSet+Equatable.swift
[385/606] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[386/606] Compiling BitCollections BitSet+Extras.swift
[387/606] Compiling BitCollections BitSet+Hashable.swift
[388/613] Emitting module BitCollections
[389/613] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[390/613] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[391/613] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[392/613] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[393/613] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[394/613] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[396/613] Compiling BitCollections BitSet+Initializers.swift
[397/613] Compiling BitCollections BitSet+Invariants.swift
[398/613] Compiling BitCollections BitSet+Random.swift
[399/613] Compiling BitCollections BitSet+SetAlgebra basics.swift
[400/613] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[401/613] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[402/613] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[432/613] Compiling BitCollections BitSet+Codable.swift
[449/613] Emitting module DequeModule
[450/614] Emitting module Algorithms
[464/615] Compiling BitCollections BitArray+Hashable.swift
[465/615] Compiling BitCollections BitArray+Initializers.swift
[486/615] Compiling BitCollections BitSet.Index.swift
[487/615] Compiling BitCollections BitSet._UnsafeHandle.swift
[488/615] Compiling BitCollections BitSet.swift
[489/615] Compiling BitCollections Range+Utilities.swift
[490/615] Compiling BitCollections Slice+Utilities.swift
[491/615] Compiling BitCollections UInt+Tricks.swift
[492/615] Compiling BitCollections _Word.swift
[502/616] Emitting module _RopeModule
[503/617] Emitting module HashTreeCollections
[554/636] Compiling NIOCore ByteBuffer-multi-int.swift
[555/636] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[556/636] Compiling NIOCore ByteBuffer-views.swift
[557/636] Compiling NIOCore Channel.swift
[558/636] Compiling NIOCore ChannelHandler.swift
[559/636] Compiling NIOCore ChannelHandlers.swift
[560/636] Compiling NIOCore ChannelInvoker.swift
[561/637] Compiling NIOCore ChannelOption.swift
[562/637] Compiling NIOCore ChannelPipeline.swift
[589/688] Compiling NIOCore BSDSocketAPI.swift
[590/688] Compiling NIOCore ByteBuffer-aux.swift
[591/688] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[592/688] Compiling NIOCore ByteBuffer-conversions.swift
[593/688] Compiling NIOCore ByteBuffer-core.swift
[594/688] Compiling NIOCore ByteBuffer-hex.swift
[595/688] Compiling NIOCore ByteBuffer-int.swift
[596/688] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[597/688] Compiling NIOCore AddressedEnvelope.swift
[598/688] Compiling NIOCore AsyncAwaitSupport.swift
[599/688] Emitting module Crypto
[609/688] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[610/688] Compiling NIOCore EventLoop+Deprecated.swift
[611/688] Compiling NIOCore EventLoop+SerialExecutor.swift
[612/688] Compiling NIOCore EventLoop.swift
[613/688] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[614/688] Compiling NIOCore EventLoopFuture+Deprecated.swift
[615/688] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[616/688] Compiling NIOCore EventLoopFuture.swift
[617/688] Compiling NIOCore FileDescriptor.swift
[618/688] Compiling NIOCore FileHandle.swift
[619/688] Compiling NIOCore FileRegion.swift
[620/692] Compiling ConsoleKit Exports.swift
[621/692] Emitting module ConsoleKit
[622/693] Compiling Collections Collections.swift
[623/693] Emitting module Collections
[626/694] Compiling NIOCore MulticastChannel.swift
[627/694] Compiling NIOCore NIOAny.swift
[628/694] Compiling NIOCore NIOCloseOnErrorHandler.swift
[629/694] Compiling NIOCore NIOLoopBound.swift
[630/694] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[631/694] Compiling NIOCore NIOScheduledCallback.swift
[632/694] Compiling NIOCore NIOSendable.swift
[633/694] Compiling NIOCore RecvByteBufferAllocator.swift
[634/702] Compiling Crypto Signature.swift
[635/702] Compiling Crypto CryptoKitErrors_boring.swift
[636/702] Compiling Crypto RNG_boring.swift
[637/702] Compiling Crypto SafeCompare_boring.swift
[638/702] Compiling Crypto Zeroization_boring.swift
[639/702] Compiling Crypto PrettyBytes.swift
[640/702] Compiling Crypto SafeCompare.swift
[641/702] Compiling Crypto SecureBytes.swift
[642/702] Compiling Crypto Zeroization.swift
[644/703] Compiling NIOCore IO.swift
[645/703] Compiling NIOCore IOData.swift
[646/703] Compiling NIOCore IPProtocol.swift
[647/703] Compiling NIOCore IntegerBitPacking.swift
[648/703] Compiling NIOCore IntegerTypes.swift
[649/703] Compiling NIOCore Interfaces.swift
[650/703] Compiling NIOCore Linux.swift
[651/703] Compiling NIOCore MarkedCircularBuffer.swift
[659/703] Compiling NIOCore GlobalSingletons.swift
[660/703] Compiling NIOCore CircularBuffer.swift
[661/703] Compiling NIOCore Codec.swift
[662/703] Compiling NIOCore ConvenienceOptionSupport.swift
[663/703] Compiling NIOCore DeadChannel.swift
[664/703] Compiling NIOCore DispatchQueue+WithFuture.swift
[668/703] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[669/703] Compiling NIOCore SocketAddresses.swift
[670/703] Compiling NIOCore SocketOptionProvider.swift
[671/703] Compiling NIOCore SystemCallHelpers.swift
[672/703] Compiling NIOCore TimeAmount+Duration.swift
[673/703] Compiling NIOCore TypeAssistedChannelHandler.swift
[674/703] Compiling NIOCore UniversalBootstrapSupport.swift
[675/703] Compiling NIOCore Utilities.swift
[696/703] Compiling NIOCore AsyncChannel.swift
[697/703] Compiling NIOCore AsyncChannelHandler.swift
[698/703] Compiling NIOCore AsyncChannelInboundStream.swift
[699/703] Compiling NIOCore AsyncChannelOutboundWriter.swift
[700/703] Compiling NIOCore NIOAsyncSequenceProducer.swift
[701/703] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[702/703] Compiling NIOCore NIOAsyncWriter.swift
[703/703] Emitting module NIOCore
[705/754] Compiling NIOEmbedded AsyncTestingChannel.swift
[706/754] Emitting module NIOEmbedded
[707/754] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[708/754] Compiling NIOEmbedded Embedded.swift
[710/755] Compiling NIOPosix Pool.swift
[711/755] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[712/755] Compiling NIOPosix PosixSingletons.swift
[713/755] Compiling NIOPosix RawSocketBootstrap.swift
[714/755] Compiling NIOPosix Resolver.swift
[715/755] Compiling NIOPosix Selectable.swift
[716/761] Compiling NIOPosix IO.swift
[717/761] Compiling NIOPosix IntegerBitPacking.swift
[718/761] Compiling NIOPosix IntegerTypes.swift
[719/761] Compiling NIOPosix Linux.swift
[720/761] Compiling NIOPosix LinuxCPUSet.swift
[721/761] Compiling NIOPosix LinuxUring.swift
[722/761] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[723/761] Compiling NIOPosix ThreadPosix.swift
[724/761] Compiling NIOPosix ThreadWindows.swift
[725/761] Compiling NIOPosix UnsafeTransfer.swift
[726/761] Compiling NIOPosix Utilities.swift
[727/761] Compiling NIOPosix VsockAddress.swift
[728/761] Compiling NIOPosix VsockChannelEvents.swift
[729/761] Compiling NIOPosix SelectableChannel.swift
[730/761] Compiling NIOPosix SelectableEventLoop.swift
[731/761] Compiling NIOPosix SelectorEpoll.swift
[732/761] Compiling NIOPosix SelectorGeneric.swift
[733/761] Compiling NIOPosix SelectorKqueue.swift
[734/761] Compiling NIOPosix SelectorUring.swift
[735/761] Compiling NIOPosix BSDSocketAPICommon.swift
[736/761] Compiling NIOPosix BSDSocketAPIPosix.swift
[737/761] Compiling NIOPosix BSDSocketAPIWindows.swift
[738/761] Compiling NIOPosix BaseSocket.swift
[739/761] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[740/761] Compiling NIOPosix BaseSocketChannel.swift
[741/761] Compiling NIOPosix BaseStreamSocketChannel.swift
[742/761] Compiling NIOPosix ServerSocket.swift
[743/761] Compiling NIOPosix Socket.swift
[744/761] Compiling NIOPosix SocketChannel.swift
[745/761] Compiling NIOPosix SocketProtocols.swift
[746/761] Compiling NIOPosix System.swift
[747/761] Compiling NIOPosix Thread.swift
[748/761] Emitting module NIOPosix
[749/761] Compiling NIOPosix Bootstrap.swift
[750/761] Compiling NIOPosix ControlMessage.swift
[751/761] Compiling NIOPosix DatagramVectorReadManager.swift
[752/761] Compiling NIOPosix Errors+Any.swift
[753/761] Compiling NIOPosix FileDescriptor.swift
[754/761] Compiling NIOPosix GetaddrinfoResolver.swift
[755/761] Compiling NIOPosix HappyEyeballs.swift
[756/761] Compiling NIOPosix NIOThreadPool.swift
[757/761] Compiling NIOPosix NonBlockingFileIO.swift
[758/761] Compiling NIOPosix PendingDatagramWritesManager.swift
[759/761] Compiling NIOPosix PendingWritesManager.swift
[760/761] Compiling NIOPosix PipeChannel.swift
[761/761] Compiling NIOPosix PipePair.swift
[763/821] Compiling NIO Exports.swift
[764/821] Emitting module NIO
[766/822] Compiling _NIOFileSystem BufferedWriter.swift
[767/822] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[768/822] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[769/829] Compiling _NIOFileSystem Mocking.swift
[770/829] Compiling _NIOFileSystem Syscall.swift
[771/829] Compiling _NIOFileSystem Syscalls.swift
[772/856] Compiling AsyncKit EventLoopGroup+Throwing.swift
[773/856] Compiling AsyncKit Collection+Flatten.swift
[774/856] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[775/863] Compiling AsyncKit EventLoop+Future.swift
[776/863] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[777/863] Compiling AsyncKit Optional+StrictMap.swift
[778/863] Compiling AsyncKit Exports.swift
[779/863] Compiling _NIOFileSystem Errno.swift
[780/867] Compiling NIOHTTP1 ByteCollectionUtils.swift
[781/867] Compiling NIOHTTP1 HTTPDecoder.swift
[782/867] Compiling NIOSOCKS AuthenticationMethod.swift
[783/867] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[784/867] Compiling NIOSOCKS Errors.swift
[785/867] Compiling NIOSOCKS ClientStateMachine.swift
[786/867] Compiling NIOTLS TLSEvents.swift
[792/868] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[793/870] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[794/870] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[795/870] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[796/870] Compiling NIOSOCKS SOCKSResponse.swift
[797/870] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[798/870] Compiling NIOSOCKS Messages.swift
[799/870] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[800/870] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[801/870] Emitting module NIOTLS
[802/870] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[803/870] Emitting module _NIOFileSystem
[808/870] Compiling NIOTLS SNIHandler.swift
[809/870] Emitting module NIOSOCKS
[812/870] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[813/870] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[819/871] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[820/871] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[821/871] Compiling NIOSOCKS ServerStateMachine.swift
[822/872] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[823/872] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[824/872] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[825/872] Compiling _NIOFileSystem FileSystemError.swift
[826/872] Compiling _NIOFileSystem FileSystemProtocol.swift
[827/872] Compiling _NIOFileSystem FileType.swift
[828/872] Compiling _NIOFileSystem IOStrategy.swift
[830/872] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[831/872] Compiling NIOHTTP1 HTTPTypes.swift
[837/872] Emitting module NIOFoundationCompat
[838/872] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[839/873] Compiling _NIOFileSystem ByteCount.swift
[840/873] Compiling _NIOFileSystem Convenience.swift
[841/873] Compiling _NIOFileSystem DirectoryEntries.swift
[842/873] Compiling _NIOFileSystem DirectoryEntry.swift
[843/873] Compiling _NIOFileSystem Exports.swift
[849/873] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[850/873] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[851/873] Emitting module NIOHTTP1
[856/874] Compiling _NIOFileSystem SystemFileHandle.swift
[857/874] Compiling _NIOFileSystem Utilities.swift
[858/874] Compiling _NIOFileSystem OpenOptions.swift
[859/874] Compiling _NIOFileSystem String+FileSystem.swift
[864/874] Compiling AsyncKit EventLoop+Flatten.swift
[865/875] Emitting module AsyncKit
[867/975] Compiling NIOExtras NIOLengthFieldBitLength.swift
[868/975] Compiling NIOExtras NIORequestIdentifiable.swift
[869/975] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[870/975] Compiling NIOExtras JSONRPCFraming.swift
[871/975] Compiling NIOExtras PCAPRingBuffer.swift
[872/975] Compiling NIOExtras QuiescingHelper.swift
[873/975] Compiling NIOExtras LengthFieldPrepender.swift
[874/975] Compiling NIOExtras LineBasedFrameDecoder.swift
[875/975] Compiling NIOExtras RequestResponseHandler.swift
[876/975] Compiling NIOExtras RequestResponseWithIDHandler.swift
[877/975] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[878/975] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[879/975] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[880/975] Compiling NIOTransportServices NIOTSSingletons.swift
[881/975] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[882/977] Emitting module NIOTransportServices
[883/977] Emitting module NIOHTTPCompression
[884/977] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[885/977] Compiling NIOExtras NIOExtrasError.swift
[886/977] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[887/977] Compiling NIOExtras DebugInboundEventsHandler.swift
[888/977] Compiling NIOExtras DebugOutboundEventsHandler.swift
[889/977] Compiling NIOExtras FixedLengthFrameDecoder.swift
[890/977] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[891/977] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[892/978] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[893/978] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[897/978] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[898/982] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[899/982] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[900/982] Emitting module _NIOFileSystemFoundationCompat
[902/983] Compiling NIOWebSocket WebSocketOpcode.swift
[903/984] Compiling NIOHTTPCompression HTTPDecompression.swift
[904/984] Compiling NIOHPACK IndexedHeaderTable.swift
[905/984] Compiling NIOHPACK IntegerCoding.swift
[906/985] Compiling NIOHTTPCompression HTTPCompression.swift
[907/985] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[911/985] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[912/985] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[913/986] Compiling NIOWebSocket WebSocketFrame.swift
[914/986] Compiling NIOWebSocket WebSocketErrorCodes.swift
[915/986] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[931/988] Compiling NIOHPACK StaticHeaderTable.swift
[932/988] Emitting module NIOWebSocket
[933/988] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[936/989] Compiling NIOHPACK HuffmanTables.swift
[937/989] Compiling NIOHPACK HuffmanCoding.swift
[938/989] Emitting module NIOHPACK
[941/990] Emitting module NIOExtras
[948/996] Compiling NIOSSL SubjectAlternativeName.swift
[949/996] Compiling NIOSSL NIOSSLSecureBytes.swift
[950/996] Compiling NIOSSL RNG.swift
[951/996] Compiling NIOSSL SafeCompare.swift
[952/1012] Emitting module NIOFileSystem
[953/1012] Compiling NIOFileSystem Exports.swift
[954/1026] Compiling AWSLambdaRuntimeCore LambdaRequestID.swift
[955/1026] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
[956/1026] Compiling AWSLambdaRuntimeCore LambdaRuntime.swift
[957/1026] Compiling AWSLambdaRuntimeCore LambdaConfiguration.swift
[958/1026] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[959/1026] Compiling AWSLambdaRuntimeCore Lambda+String.swift
[960/1026] Compiling AWSLambdaRuntimeCore ControlPlaneRequest.swift
[961/1026] Compiling AWSLambdaRuntimeCore ControlPlaneRequestEncoder.swift
[962/1026] Compiling AWSLambdaRuntimeCore DetachedTasks.swift
[963/1026] Compiling AWSLambdaRuntimeCore HTTPClient.swift
[964/1026] Compiling AWSLambdaRuntimeCore Lambda.swift
[965/1027] Compiling MultipartKit MultipartPart.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 |
[968/1027] Compiling MultipartKit MultipartPartConvertible.swift
[969/1027] Compiling NIOExtras WritePCAPHandler.swift
[972/1087] Emitting module NIOSSL
[973/1087] Compiling NIOHTTP2 ConnectionStateMachine.swift
[974/1087] Compiling NIOHTTP2 ConnectionStreamsState.swift
[975/1087] Compiling NIOHTTP2 MayReceiveFrames.swift
[976/1087] Compiling NIOHTTP2 ReceivingDataState.swift
[977/1087] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[978/1087] Compiling NIOHTTP2 ReceivingHeadersState.swift
[979/1087] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[980/1087] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[981/1087] Emitting module MultipartKit
[982/1089] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[983/1089] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[984/1089] Compiling NIOHTTP2 SendingHeadersState.swift
[985/1089] Compiling NIOHTTP2 SendingPushPromiseState.swift
[986/1089] Compiling NIOHTTP2 SendingRstStreamState.swift
[988/1089] Compiling MultipartKit MultipartSerializer.swift
[989/1090] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[990/1090] Compiling NIOHTTP2 HTTP2SettingsState.swift
[992/1090] Compiling NIOHTTP2 MaySendFrames.swift
[993/1090] Compiling NIOHTTP2 SendingDataState.swift
[994/1090] Compiling NIOHTTP2 SendingGoawayState.swift
[995/1090] Compiling NIOHTTP2 Error+Any.swift
[996/1090] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[997/1090] Compiling NIOHTTP2 ControlFrameBuffer.swift
[998/1090] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1013/1091] Compiling MultipartKit Utilities.swift
[1017/1092] Compiling NIOHTTP2 HasRemoteSettings.swift
[1018/1092] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1019/1092] Compiling NIOHTTP2 QuiescingState.swift
[1020/1092] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1021/1092] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1035/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 |
[1038/1108] Compiling WebSocketKit WebSocket+Concurrency.swift
[1039/1108] Compiling WebSocketKit WebSocketHandler.swift
[1040/1108] Compiling WebSocketKit Exports.swift
[1041/1108] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1042/1108] Emitting module WebSocketKit
BUILD FAILURE 6.1 android