Build Information
Failed to build vapor-aws-lambda-runtime, reference 0.6.2 (610aae
), with Swift 6.1 for Android on 28 May 2025 00:42:05 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/vapor-community/vapor-aws-lambda-runtime.git
Reference: 0.6.2
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/vapor-community/vapor-aws-lambda-runtime
* tag 0.6.2 -> FETCH_HEAD
HEAD is now at 610aaed Update CI and fix build errors for Swift 5.5 (#18)
Cloned https://github.com/vapor-community/vapor-aws-lambda-runtime.git
Revision (git rev-parse @):
610aaed1cdd7ef434ed23bc7006000948a221527
SUCCESS checkout https://github.com/vapor-community/vapor-aws-lambda-runtime.git at 0.6.2
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor-community/vapor-aws-lambda-runtime.git
https://github.com/vapor-community/vapor-aws-lambda-runtime.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.13.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-aws-lambda-runtime",
"requirement" : {
"range" : [
{
"lower_bound" : "0.3.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-aws-lambda-runtime.git"
},
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "swift-extras-base64",
"requirement" : {
"range" : [
{
"lower_bound" : "0.4.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-extras/swift-extras-base64"
}
],
"manifest_display_name" : "vapor-aws-lambda-runtime",
"name" : "vapor-aws-lambda-runtime",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "VaporAWSLambdaRuntime",
"targets" : [
"VaporAWSLambdaRuntime"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "VaporAWSLambdaRuntimeTests",
"module_type" : "SwiftTarget",
"name" : "VaporAWSLambdaRuntimeTests",
"path" : "Tests/VaporAWSLambdaRuntimeTests",
"product_dependencies" : [
"AWSLambdaTesting"
],
"sources" : [
"APIGatewayTests.swift",
"APIGatewayV2Tests.swift"
],
"target_dependencies" : [
"VaporAWSLambdaRuntime"
],
"type" : "test"
},
{
"c99name" : "VaporAWSLambdaRuntime",
"module_type" : "SwiftTarget",
"name" : "VaporAWSLambdaRuntime",
"path" : "Sources/VaporAWSLambdaRuntime",
"product_dependencies" : [
"Vapor",
"AWSLambdaRuntime",
"AWSLambdaEvents",
"NIO",
"NIOHTTP1",
"ExtrasBase64"
],
"product_memberships" : [
"VaporAWSLambdaRuntime"
],
"sources" : [
"APIGateway.swift",
"APIGatewayV2.swift",
"LambdaServer.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swift-extras/swift-extras-base64
[1/74378] Fetching vapor
[3720/75211] Fetching vapor, swift-extras-base64
[3820/151266] Fetching vapor, swift-extras-base64, swift-nio
Fetched https://github.com/swift-extras/swift-extras-base64 from cache (0.75s)
[46752/150433] Fetching vapor, swift-nio
Fetched https://github.com/vapor/vapor.git from cache (1.97s)
[60084/76055] Fetching swift-nio
Fetching https://github.com/swift-server/swift-aws-lambda-runtime.git
Fetched https://github.com/apple/swift-nio.git from cache (4.49s)
[1/11517] Fetching swift-aws-lambda-runtime
Fetched https://github.com/swift-server/swift-aws-lambda-runtime.git from cache (1.22s)
Computing version for https://github.com/swift-extras/swift-extras-base64
Computed https://github.com/swift-extras/swift-extras-base64 at 0.7.0 (6.20s)
Computing version for https://github.com/swift-server/swift-aws-lambda-runtime.git
Computed https://github.com/swift-server/swift-aws-lambda-runtime.git at 0.5.2 (0.81s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/swift-backtrace.git
[1/631] Fetching swift-backtrace
Fetched https://github.com/swift-server/swift-backtrace.git from cache (0.36s)
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.63s)
Computing version for https://github.com/swift-server/swift-backtrace.git
Computed https://github.com/swift-server/swift-backtrace.git at 1.3.5 (1.26s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (3.45s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.85s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/1710] Fetching swift-atomics
[1233/6101] Fetching swift-atomics, swift-system
[3468/22692] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.78s)
Fetched https://github.com/apple/swift-system.git from cache (0.78s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.58s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.07s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.49s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.58s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.63s)
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/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/websocket-kit.git
[1/2206] Fetching swift-metrics
[531/5525] Fetching swift-metrics, multipart-kit
[1449/10499] Fetching swift-metrics, multipart-kit, swift-distributed-tracing
[4796/11562] Fetching swift-metrics, multipart-kit, swift-distributed-tracing, swift-service-context
[5023/14171] Fetching swift-metrics, multipart-kit, swift-distributed-tracing, swift-service-context, websocket-kit
[7302/20130] Fetching swift-metrics, multipart-kit, swift-distributed-tracing, swift-service-context, websocket-kit, swift-algorithms
Fetched https://github.com/apple/swift-service-context.git from cache (0.44s)
Fetched https://github.com/vapor/websocket-kit.git from cache (0.44s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.48s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.49s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.59s)
Fetching https://github.com/apple/swift-crypto.git
[1097/24046] Fetching multipart-kit, routing-kit
[2756/29960] Fetching multipart-kit, routing-kit, swift-nio-extras
[9740/41487] Fetching multipart-kit, routing-kit, swift-nio-extras, swift-nio-http2
[25507/56330] Fetching multipart-kit, routing-kit, swift-nio-extras, swift-nio-http2, swift-nio-ssl
[26695/70266] Fetching multipart-kit, routing-kit, swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-crypto
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.61s)
[23111/64352] Fetching multipart-kit, routing-kit, swift-nio-http2, swift-nio-ssl, swift-crypto
Fetching https://github.com/vapor/console-kit.git
[39744/69929] Fetching multipart-kit, routing-kit, swift-nio-http2, swift-nio-ssl, swift-crypto, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.82s)
Fetched https://github.com/vapor/routing-kit.git from cache (1.42s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/swift-server/async-http-client.git
[29854/43625] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-crypto
Fetched https://github.com/vapor/multipart-kit.git from cache (1.95s)
[27807/40306] Fetching swift-nio-http2, swift-nio-ssl, swift-crypto
[40307/42676] Fetching swift-nio-http2, swift-nio-ssl, swift-crypto, async-kit
[42677/56690] Fetching swift-nio-http2, swift-nio-ssl, swift-crypto, async-kit, async-http-client
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.80s)
[41940/45163] Fetching swift-nio-ssl, swift-crypto, async-kit, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.77s)
[28359/30320] Fetching swift-crypto, async-kit, async-http-client
Fetched https://github.com/apple/swift-crypto.git from cache (3.70s)
Fetched https://github.com/vapor/async-kit.git from cache (3.00s)
Fetched https://github.com/swift-server/async-http-client.git from cache (3.01s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (5.38s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.53s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.64s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.66s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.44s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.58s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.36s)
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.90s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.60s)
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.84s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-certificates.git
[1/6155] Fetching swift-certificates
[863/7745] Fetching swift-certificates, swift-asn1
[1176/10171] Fetching swift-certificates, swift-asn1, swift-service-lifecycle
[1822/11075] Fetching swift-certificates, swift-asn1, swift-service-lifecycle, swift-http-types
[6018/12216] Fetching swift-certificates, swift-asn1, swift-service-lifecycle, swift-http-types, swift-http-structured-headers
[8087/17201] Fetching swift-certificates, swift-asn1, swift-service-lifecycle, swift-http-types, swift-http-structured-headers, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.72s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.75s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.75s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.75s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.76s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.76s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.28s)
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.59s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.66s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.63s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.49s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.71s)
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.48s)
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.27s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (1.20s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.63s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.82s)
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.55s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.49s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.47s)
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-collections.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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/swift-server/swift-aws-lambda-runtime.git
Working copy of https://github.com/swift-server/swift-aws-lambda-runtime.git resolved at 0.5.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
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-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/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/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/vapor/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/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/swift-server/swift-backtrace.git
Working copy of https://github.com/swift-server/swift-backtrace.git resolved at 1.3.5
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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-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-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/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/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/swift-extras/swift-extras-base64
Working copy of https://github.com/swift-extras/swift-extras-base64 resolved at 0.7.0
Building for debugging...
[0/849] Write sources
[41/849] Compiling CNIOWindows WSAStartup.c
[42/849] Write sources
[49/849] Compiling CNIOWASI CNIOWASI.c
[50/849] Compiling CNIOWindows shim.c
[51/849] Compiling _AtomicsShims.c
[52/849] Compiling _NumericsShims _NumericsShims.c
[53/849] Compiling CVaporBcrypt bcrypt.c
[54/849] Compiling CVaporBcrypt blf.c
[55/849] Compiling CNIOLinux liburing_shims.c
[56/849] Compiling CNIOLLHTTP c_nio_http.c
[56/849] Compiling CNIOExtrasZlib empty.c
[58/849] Compiling CNIOSHA1 c_nio_sha1.c
[58/849] Compiling CSystem shims.c
[60/849] Compiling CNIODarwin shim.c
[61/849] Compiling CNIOLinux shim.c
[62/849] Compiling CNIOLLHTTP c_nio_api.c
[63/849] Compiling fiat_p256_adx_mul.S
[64/849] Compiling fiat_p256_adx_sqr.S
[65/849] Write swift-version-24593BA9C3E375BF.txt
[66/849] Compiling CNIOLLHTTP c_nio_llhttp.c
[67/849] Compiling fiat_curve25519_adx_square.S
[68/849] Compiling fiat_curve25519_adx_mul.S
[69/849] Compiling CNIOBoringSSLShims shims.c
[70/886] Compiling tls_record.cc
[71/886] Compiling tls13_server.cc
[72/886] Compiling tls13_enc.cc
[73/886] Compiling tls_method.cc
[75/918] Compiling ServiceContextModule ServiceContextKey.swift
[76/918] Compiling _NIODataStructures _TinyArray.swift
[77/918] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[78/918] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[79/918] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[80/918] Compiling InternalCollectionsUtilities Debugging.swift
[81/921] Compiling ExtrasBase64 Base32.swift
[82/921] Compiling Logging LogHandler.swift
[83/921] Emitting module ServiceContextModule
[84/921] Compiling ServiceContextModule ServiceContext.swift
[86/922] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[87/922] Compiling InternalCollectionsUtilities UInt+reversed.swift
[88/922] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[89/923] Compiling RealModule Real.swift
[90/924] Emitting module RealModule
[91/924] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[92/924] Compiling InternalCollectionsUtilities Integer rank.swift
[93/924] Emitting module InternalCollectionsUtilities
[96/924] Compiling RealModule Float80+Real.swift
[97/924] Compiling SystemPackage Util+StringArray.swift
[98/924] Compiling SystemPackage Util.swift
[99/924] Compiling SystemPackage UtilConsumers.swift
[102/924] Compiling RealModule ElementaryFunctions.swift
[105/924] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[106/924] Compiling InternalCollectionsUtilities _SortedCollection.swift
[109/924] Compiling InternalCollectionsUtilities Descriptions.swift
[110/924] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[111/924] Compiling _NIODataStructures PriorityQueue.swift
[112/924] Compiling RealModule Float+Real.swift
[113/924] Compiling RealModule Float16+Real.swift
[114/924] Compiling SystemPackage MachPort.swift
[115/924] Compiling SystemPackage PlatformString.swift
[116/924] Compiling SystemPackage SystemString.swift
[117/924] Emitting module _NIOBase64
[118/924] Compiling _NIOBase64 Base64.swift
[119/925] Emitting module _NIODataStructures
[120/925] Compiling _NIODataStructures Heap.swift
[121/925] Emitting module SystemPackage
[126/926] Compiling RealModule RealFunctions.swift
[128/927] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[132/937] Emitting module CoreMetrics
[133/937] Compiling Instrumentation NoOpInstrument.swift
[134/937] Compiling Instrumentation MultiplexInstrument.swift
[135/937] Compiling Instrumentation Instrument.swift
[136/937] Emitting module Instrumentation
[137/971] Compiling CoreMetrics Metrics.swift
[138/1005] Compiling CoreMetrics Locks.swift
[139/1005] Compiling Logging MetadataProvider.swift
[140/1006] Compiling Instrumentation InstrumentationSystem.swift
[141/1006] Compiling Instrumentation Locks.swift
[142/1007] Emitting module Logging
[143/1007] Compiling Logging Locks.swift
[144/1007] Compiling _RopeModule BigString+Comparable.swift
[145/1007] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[146/1007] Compiling _RopeModule BigString+CustomStringConvertible.swift
[147/1007] Compiling _RopeModule BigString+Equatable.swift
[148/1007] Compiling _RopeModule BigString+Summary.swift
[149/1007] Compiling _RopeModule BigString.swift
[150/1007] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[151/1007] Compiling _RopeModule BigString+Chunk+Breaks.swift
[152/1007] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[153/1007] Compiling _RopeModule BigString+Chunk+Splitting.swift
[154/1007] Compiling _RopeModule BigString+Chunk.swift
[155/1007] Compiling _RopeModule BigString+BidirectionalCollection.swift
[156/1007] Compiling _RopeModule BigString+Chunk+Counts.swift
[157/1007] Compiling _RopeModule BigString+Chunk+Description.swift
[158/1007] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[159/1007] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[159/1007] Compiling tls13_both.cc
[162/1008] Compiling Logging Logging.swift
[166/1081] Emitting module _RopeModule
[167/1090] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[168/1090] Emitting module HeapModule
[169/1090] Compiling Tracing TracingTime.swift
[169/1090] Compiling tls13_client.cc
[171/1096] Compiling Tracing InstrumentationSystem+Tracing.swift
[172/1096] Compiling OrderedCollections OrderedSet+Diffing.swift
[173/1096] Compiling OrderedCollections OrderedSet+Equatable.swift
[174/1096] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[175/1096] Compiling OrderedCollections OrderedSet+Hashable.swift
[176/1096] Compiling OrderedCollections OrderedSet+Initializers.swift
[177/1096] Compiling OrderedCollections OrderedSet+Insertions.swift
[178/1096] Compiling OrderedCollections OrderedSet+Invariants.swift
[179/1096] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[180/1096] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[181/1096] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[182/1096] Compiling HeapModule _HeapNode.swift
[183/1096] Compiling HeapModule Heap.swift
[184/1141] Emitting module Tracing
[185/1172] Compiling HeapModule Heap+Invariants.swift
[186/1172] Compiling HeapModule Heap+Descriptions.swift
[187/1172] Compiling HeapModule Heap+UnsafeHandle.swift
[188/1173] Compiling Tracing TracerProtocol+Legacy.swift
[189/1173] Compiling Tracing Tracer.swift
[190/1173] Compiling Tracing TracerProtocol.swift
[191/1173] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[192/1173] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[193/1173] Compiling HashTreeCollections TreeDictionary+Keys.swift
[194/1173] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[195/1173] Compiling HashTreeCollections TreeDictionary+Merge.swift
[196/1173] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[197/1173] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[199/1180] Compiling HashTreeCollections _HashNode+Structural merge.swift
[200/1180] Compiling HashTreeCollections _AncestorHashSlots.swift
[201/1180] Compiling HashTreeCollections _Bitmap.swift
[202/1180] Compiling HashTreeCollections _Bucket.swift
[203/1180] Compiling HashTreeCollections _Hash.swift
[204/1180] Compiling HashTreeCollections _HashLevel.swift
[205/1180] Compiling HashTreeCollections _HashNode+Builder.swift
[206/1180] Compiling HashTreeCollections _HashNode+Debugging.swift
[207/1180] Compiling HashTreeCollections _HashNode+Initializers.swift
[208/1180] Compiling HashTreeCollections _HashNode+Invariants.swift
[209/1180] Compiling HashTreeCollections TreeDictionary+Collection.swift
[210/1180] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[211/1180] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[212/1180] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[213/1180] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[214/1180] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[215/1180] Compiling HashTreeCollections TreeDictionary+Filter.swift
[216/1180] Compiling Tracing NoOpTracer.swift
[217/1180] Compiling Tracing SpanProtocol.swift
[218/1181] Compiling ExtrasBase64 Base64.swift
[220/1181] Emitting module ExtrasBase64
[226/1181] Compiling OrderedCollections OrderedSet+Sendable.swift
[227/1181] Compiling OrderedCollections OrderedSet+SubSequence.swift
[228/1181] Compiling OrderedCollections OrderedSet+Testing.swift
[229/1181] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[230/1181] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[231/1181] Compiling OrderedCollections OrderedSet.swift
[232/1181] Compiling OrderedCollections _UnsafeBitset.swift
[233/1181] Compiling HashTreeCollections TreeSet+Equatable.swift
[234/1181] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[235/1181] Compiling HashTreeCollections TreeSet+Extras.swift
[236/1181] Compiling HashTreeCollections TreeSet+Filter.swift
[237/1181] Compiling HashTreeCollections TreeSet+Hashable.swift
[238/1181] Compiling HashTreeCollections TreeSet+Sendable.swift
[250/1207] Compiling DequeModule Deque+Codable.swift
[251/1207] Compiling DequeModule Deque+Collection.swift
[252/1207] Compiling DequeModule Deque+CustomReflectable.swift
[253/1207] Compiling DequeModule Deque+Descriptions.swift
[254/1207] Compiling DequeModule Deque+Equatable.swift
[255/1207] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[256/1207] Compiling DequeModule Deque+Testing.swift
[257/1207] Compiling DequeModule Deque._Storage.swift
[258/1207] Compiling DequeModule Deque+Extras.swift
[259/1207] Compiling DequeModule Deque+Hashable.swift
[270/1207] Compiling HashTreeCollections TreeSet+Sequence.swift
[271/1207] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[272/1207] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[273/1207] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[274/1207] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[275/1207] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[276/1207] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[277/1207] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[282/1209] Compiling HashTreeCollections _HashStack.swift
[283/1209] Compiling HashTreeCollections _HashTreeIterator.swift
[284/1209] Compiling HashTreeCollections _HashTreeStatistics.swift
[285/1209] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[286/1209] Compiling HashTreeCollections _RawHashNode.swift
[287/1209] Compiling HashTreeCollections _UnmanagedHashNode.swift
[288/1209] Compiling HashTreeCollections _UnsafePath.swift
[289/1209] Compiling HashTreeCollections TreeDictionary+Codable.swift
[294/1209] Compiling HashTreeCollections _HashNode+Lookups.swift
[295/1209] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[296/1209] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[297/1209] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[298/1209] Compiling HashTreeCollections _HashNode+Structural union.swift
[299/1209] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[300/1209] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[301/1209] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[302/1209] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[303/1209] Compiling HashTreeCollections _HashNode.swift
[304/1209] Compiling HashTreeCollections _HashNodeHeader.swift
[305/1209] Compiling HashTreeCollections _HashSlot.swift
[306/1209] Compiling DequeModule _DequeBuffer.swift
[307/1209] Compiling DequeModule _DequeBufferHeader.swift
[310/1209] Compiling DequeModule Deque._UnsafeHandle.swift
[311/1209] Compiling DequeModule Deque.swift
[314/1209] Compiling DequeModule _DequeSlot.swift
[315/1209] Compiling DequeModule _UnsafeWrappedBuffer.swift
[338/1209] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[339/1209] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[340/1209] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[341/1209] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[342/1209] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[343/1209] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[344/1209] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[345/1209] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[346/1209] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[347/1209] Compiling HashTreeCollections TreeSet.swift
[361/1209] Emitting module DequeModule
[376/1210] Emitting module OrderedCollections
[377/1210] Compiling RoutingKit PathComponent.swift
[378/1211] Compiling RoutingKit Router.swift
[379/1211] Compiling RoutingKit TrieRouter.swift
[380/1211] Compiling t1_enc.cc
[381/1211] Compiling ssl_x509.cc
[403/1212] Compiling RoutingKit AnyRouter.swift
[404/1212] Emitting module RoutingKit
[405/1212] Compiling RoutingKit Parameters.swift
[406/1212] Compiling Metrics Metrics.swift
[407/1212] Emitting module Metrics
[442/1214] Compiling ssl_versions.cc
[443/1214] Compiling ssl_transcript.cc
[444/1214] Compiling ssl_stat.cc
[446/1214] Emitting module HashTreeCollections
[447/1215] Compiling ssl_session.cc
[448/1215] Compiling ssl_key_share.cc
[449/1215] Compiling ssl_privkey.cc
[450/1215] Compiling ssl_file.cc
[451/1215] Compiling ssl_lib.cc
[452/1215] Compiling ssl_cipher.cc
[453/1215] Compiling ssl_credential.cc
[454/1215] Compiling ssl_buffer.cc
[455/1215] Compiling ssl_cert.cc
[456/1215] Compiling ssl_asn1.cc
[457/1215] Compiling ssl_aead_ctx.cc
[458/1215] Compiling s3_lib.cc
[459/1215] Compiling s3_pkt.cc
[460/1215] Compiling s3_both.cc
[461/1215] Compiling handshake_server.cc
[462/1215] Compiling handoff.cc
[463/1215] Compiling handshake_client.cc
[464/1215] Compiling extensions.cc
[465/1215] Compiling handshake.cc
[466/1215] Compiling dtls_record.cc
[467/1215] Compiling d1_srtp.cc
[468/1215] Compiling md5-x86_64-linux.S
[469/1215] Compiling encrypted_client_hello.cc
[470/1215] Compiling dtls_method.cc
[471/1215] Compiling md5-x86_64-apple.S
[472/1215] Compiling md5-586-linux.S
[473/1215] Compiling md5-586-apple.S
[474/1215] Compiling chacha20_poly1305_x86_64-linux.S
[475/1215] Compiling chacha20_poly1305_x86_64-apple.S
[476/1215] Compiling d1_pkt.cc
[477/1215] Compiling chacha20_poly1305_armv8-win.S
[478/1215] Compiling d1_both.cc
[479/1215] Compiling chacha-x86_64-linux.S
[480/1215] Compiling chacha20_poly1305_armv8-linux.S
[481/1215] Compiling chacha20_poly1305_armv8-apple.S
[482/1215] Compiling chacha-x86-linux.S
[483/1215] Compiling chacha-x86_64-apple.S
[484/1215] Compiling chacha-x86-apple.S
[485/1215] Compiling chacha-armv8-win.S
[486/1215] Compiling aes128gcmsiv-x86_64-linux.S
[487/1215] Compiling chacha-armv4-linux.S
[488/1215] Compiling chacha-armv8-apple.S
[489/1215] Compiling aes128gcmsiv-x86_64-apple.S
[490/1215] Compiling bio_ssl.cc
[491/1215] Compiling chacha-armv8-linux.S
[492/1215] Compiling x86_64-mont5-apple.S
[493/1215] Compiling x86_64-mont-linux.S
[494/1215] Compiling x86-mont-linux.S
[495/1215] Compiling x86_64-mont5-linux.S
[496/1215] Compiling x86-mont-apple.S
[497/1215] Compiling x86_64-mont-apple.S
[498/1215] Compiling vpaes-x86_64-linux.S
[499/1215] Compiling vpaes-x86-linux.S
[500/1215] Compiling d1_lib.cc
[501/1215] Compiling vpaes-x86-apple.S
[502/1215] Compiling vpaes-armv8-win.S
[503/1215] Compiling vpaes-x86_64-apple.S
[504/1215] Compiling vpaes-armv8-linux.S
[505/1215] Compiling vpaes-armv8-apple.S
[506/1215] Compiling sha512-x86_64-linux.S
[507/1215] Compiling err_data.cc
[508/1215] Compiling vpaes-armv7-linux.S
[509/1215] Compiling sha512-armv8-win.S
[510/1215] Compiling sha512-x86_64-apple.S
[511/1215] Compiling sha512-armv8-linux.S
[512/1215] Compiling sha512-armv4-linux.S
[513/1215] Compiling sha512-armv8-apple.S
[514/1215] Compiling sha512-586-linux.S
[515/1215] Compiling sha256-x86_64-linux.S
[516/1215] Compiling sha512-586-apple.S
[517/1215] Compiling sha256-x86_64-apple.S
[518/1215] Compiling sha256-586-apple.S
[519/1215] Compiling sha256-armv8-win.S
[520/1215] Compiling sha256-armv8-apple.S
[521/1215] Compiling sha256-armv8-linux.S
[522/1215] Compiling sha256-armv4-linux.S
[523/1215] Compiling sha1-x86_64-linux.S
[524/1215] Compiling sha256-586-linux.S
[525/1215] Compiling sha1-x86_64-apple.S
[526/1215] Compiling sha1-armv4-large-linux.S
[527/1215] Compiling sha1-armv8-linux.S
[528/1215] Compiling sha1-armv8-win.S
[529/1215] Compiling sha1-armv8-apple.S
[530/1215] Compiling sha1-586-linux.S
[531/1215] Compiling rsaz-avx2-apple.S
[532/1215] Compiling rdrand-x86_64-apple.S
[533/1215] Compiling rsaz-avx2-linux.S
[534/1215] Compiling sha1-586-apple.S
[535/1215] Compiling p256_beeu-x86_64-asm-linux.S
[536/1215] Compiling rdrand-x86_64-linux.S
[537/1215] Compiling p256_beeu-x86_64-asm-apple.S
[538/1215] Compiling p256_beeu-armv8-asm-apple.S
[539/1215] Compiling p256_beeu-armv8-asm-linux.S
[540/1215] Compiling p256_beeu-armv8-asm-win.S
[541/1215] Compiling p256-x86_64-asm-apple.S
[542/1215] Compiling p256-x86_64-asm-linux.S
[543/1215] Compiling ghashv8-armv8-linux.S
[544/1215] Compiling p256-armv8-asm-win.S
[545/1215] Compiling ghashv8-armv8-win.S
[546/1215] Compiling p256-armv8-asm-apple.S
[547/1215] Compiling ghashv8-armv8-apple.S
[548/1215] Compiling p256-armv8-asm-linux.S
[549/1215] Compiling ghashv8-armv7-linux.S
[550/1215] Compiling ghash-x86_64-linux.S
[551/1215] Compiling ghash-ssse3-x86_64-apple.S
[552/1215] Compiling ghash-x86_64-apple.S
[553/1215] Compiling ghash-x86-linux.S
[554/1215] Compiling ghash-x86-apple.S
[555/1215] Compiling ghash-ssse3-x86_64-linux.S
[556/1215] Compiling ghash-ssse3-x86-apple.S
[557/1215] Compiling ghash-neon-armv8-linux.S
[558/1215] Compiling ghash-ssse3-x86-linux.S
[559/1215] Compiling ghash-armv4-linux.S
[560/1215] Compiling ghash-neon-armv8-apple.S
[561/1215] Compiling co-586-apple.S
[562/1215] Compiling ghash-neon-armv8-win.S
[563/1215] Compiling co-586-linux.S
[564/1215] Compiling bsaes-armv7-linux.S
[565/1215] Compiling bn-armv8-win.S
[566/1215] Compiling bn-armv8-linux.S
[567/1215] Compiling armv8-mont-win.S
[567/1215] Compiling bn-586-linux.S
[567/1215] Compiling bn-586-apple.S
[570/1215] Compiling bn-armv8-apple.S
[571/1215] Compiling aesv8-armv8-win.S
[572/1215] Compiling armv8-mont-apple.S
[573/1215] Compiling armv4-mont-linux.S
[573/1215] Compiling armv8-mont-linux.S
[575/1215] Compiling aesv8-gcm-armv8-win.S
[576/1215] Compiling aesv8-gcm-armv8-apple.S
[577/1215] Compiling aesv8-armv8-linux.S
[578/1215] Compiling aesv8-gcm-armv8-linux.S
[579/1215] Compiling aesv8-armv8-apple.S
[580/1215] Compiling aesv8-armv7-linux.S
[581/1215] Compiling aesni-x86_64-apple.S
[582/1215] Compiling aesni-x86-apple.S
[583/1215] Compiling aesni-x86-linux.S
[584/1215] Compiling aesni-x86_64-linux.S
[585/1215] Compiling aesni-gcm-x86_64-linux.S
[586/1215] Compiling aesni-gcm-x86_64-apple.S
[587/1215] Compiling aes-gcm-avx10-x86_64-apple.S
[588/1215] Compiling aes-gcm-avx2-x86_64-linux.S
[588/1215] Compiling aes-gcm-avx2-x86_64-apple.S
[590/1215] Compiling aes-gcm-avx10-x86_64-linux.S
[591/1215] Compiling x_spki.cc
[592/1215] Compiling x_val.cc
[593/1215] Compiling x_x509.cc
[594/1215] Compiling x_x509a.cc
[595/1215] Compiling x_sig.cc
[596/1215] Compiling x_req.cc
[597/1215] Compiling x_pubkey.cc
[598/1215] Compiling x_name.cc
[599/1215] Compiling x509name.cc
[600/1215] Compiling x509spki.cc
[601/1215] Compiling x_crl.cc
[602/1215] Compiling x_exten.cc
[603/1215] Compiling x509rset.cc
[604/1215] Compiling x_algor.cc
[605/1215] Compiling x_attrib.cc
[606/1215] Compiling x_all.cc
[607/1215] Compiling x509cset.cc
[608/1215] Compiling x509_trs.cc
[609/1215] Compiling x509_vpm.cc
[610/1215] Compiling x509_set.cc
[611/1215] Compiling x509_v3.cc
[612/1215] Compiling x509_txt.cc
[613/1215] Compiling x509_vfy.cc
[614/1215] Compiling x509_lu.cc
[615/1215] Compiling x509_obj.cc
[616/1215] Compiling x509_req.cc
[617/1215] Compiling x509_def.cc
[618/1215] Compiling x509_d2.cc
[619/1215] Compiling x509_cmp.cc
[620/1215] Compiling x509_ext.cc
[621/1215] Compiling x509_att.cc
[622/1215] Compiling x509.cc
[623/1215] Compiling v3_utl.cc
[624/1215] Compiling v3_skey.cc
[625/1215] Compiling v3_prn.cc
[626/1215] Compiling v3_pmaps.cc
[627/1215] Compiling v3_purp.cc
[627/1215] Compiling v3_pcons.cc
[629/1215] Compiling v3_ocsp.cc
[630/1215] Compiling v3_ncons.cc
[631/1215] Compiling v3_int.cc
[632/1215] Compiling v3_lib.cc
[633/1215] Compiling v3_extku.cc
[634/1215] Compiling v3_info.cc
[635/1215] Compiling v3_ia5.cc
[636/1215] Compiling v3_enum.cc
[637/1215] Compiling v3_crld.cc
[638/1215] Compiling v3_genn.cc
[639/1215] Compiling v3_conf.cc
[640/1215] Compiling v3_cpols.cc
[641/1215] Compiling v3_akey.cc
[642/1215] Compiling v3_bitst.cc
[643/1215] Compiling v3_bcons.cc
[644/1215] Compiling v3_alt.cc
[645/1215] Compiling v3_akeya.cc
[646/1215] Compiling t_x509a.cc
[647/1215] Compiling t_x509.cc
[648/1215] Compiling t_crl.cc
[649/1215] Compiling rsa_pss.cc
[650/1215] Compiling i2d_pr.cc
[651/1215] Compiling t_req.cc
[652/1215] Compiling name_print.cc
[653/1215] Compiling by_file.cc
[654/1215] Compiling policy.cc
[655/1215] Compiling asn1_gen.cc
[656/1215] Compiling by_dir.cc
[657/1215] Compiling a_verify.cc
[658/1215] Compiling algorithm.cc
[659/1215] Compiling a_sign.cc
[660/1215] Compiling voprf.cc
[661/1215] Compiling a_digest.cc
[662/1215] Compiling trust_token.cc
[663/1215] Compiling thread_win.cc
[664/1215] Compiling thread_none.cc
[665/1215] Compiling pmbtoken.cc
[666/1215] Compiling thread.cc
[667/1215] Compiling stack.cc
[668/1215] Compiling thread_pthread.cc
[669/1215] Compiling sha512.cc
[670/1215] Compiling siphash.cc
[671/1215] Compiling slhdsa.cc
[672/1215] Compiling sha256.cc
[673/1215] Compiling rsa_extra.cc
[674/1215] Compiling sha1.cc
[675/1215] Compiling rsa_crypt.cc
[676/1215] Compiling spake2plus.cc
[677/1215] Compiling rsa_print.cc
[678/1215] Compiling rsa_asn1.cc
[679/1215] Compiling rc4.cc
[680/1215] Compiling rand.cc
[681/1215] Compiling urandom.cc
[682/1215] Compiling trusty.cc
[683/1215] Compiling ios.cc
[684/1215] Compiling passive.cc
[685/1215] Compiling windows.cc
[686/1215] Compiling poly1305_arm_asm.S
[687/1215] Compiling refcount.cc
[688/1215] Compiling fork_detect.cc
[689/1215] Compiling getentropy.cc
[690/1215] Compiling deterministic.cc
[691/1215] Compiling forkunsafe.cc
[692/1215] Compiling poly1305_vec.cc
[693/1215] Compiling poly1305.cc
[694/1215] Compiling poly1305_arm.cc
[695/1215] Compiling pool.cc
[696/1215] Compiling pkcs8.cc
[696/1215] Compiling pkcs8_x509.cc
[698/1215] Compiling pkcs7.cc
[699/1215] Compiling p5_pbev2.cc
[700/1215] Compiling pkcs7_x509.cc
[701/1215] Compiling pem_xaux.cc
[702/1215] Compiling pem_x509.cc
[703/1215] Compiling pem_pkey.cc
[704/1215] Compiling pem_oth.cc
[705/1215] Compiling pem_pk8.cc
[706/1215] Compiling pem_lib.cc
[707/1215] Compiling pem_info.cc
[708/1215] Compiling mlkem.cc
[709/1215] Compiling pem_all.cc
[710/1215] Compiling obj_xref.cc
[711/1215] Compiling mldsa.cc
[712/1215] Compiling obj.cc
[713/1215] Compiling md5.cc
[714/1215] Compiling mem.cc
[715/1215] Compiling poly_rq_mul.S
[716/1215] Compiling fips_shared_support.cc
[717/1215] Compiling md4.cc
[718/1215] Compiling lhash.cc
[719/1215] Compiling kyber.cc
[720/1215] Compiling ex_data.cc
[721/1215] Compiling sign.cc
[722/1215] Compiling hrss.cc
[723/1215] Compiling print.cc
[724/1215] Compiling hpke.cc
[725/1215] Compiling scrypt.cc
[726/1215] Compiling pbkdf.cc
[727/1215] Compiling p_x25519.cc
[728/1215] Compiling p_ed25519_asn1.cc
[729/1215] Compiling p_rsa_asn1.cc
[730/1215] Compiling p_hkdf.cc
[731/1215] Compiling p_x25519_asn1.cc
[732/1215] Compiling p_ed25519.cc
[733/1215] Compiling p_rsa.cc
[734/1215] Compiling p_ec.cc
[735/1215] Compiling p_dh_asn1.cc
[736/1215] Compiling p_ec_asn1.cc
[737/1215] Compiling evp_ctx.cc
[738/1215] Compiling p_dh.cc
[739/1215] Compiling p_dsa_asn1.cc
[740/1215] Compiling err.cc
[741/1215] Compiling evp.cc
[742/1215] Compiling evp_asn1.cc
[743/1215] Compiling ec_derive.cc
[744/1215] Compiling ecdh.cc
[745/1215] Compiling engine.cc
[746/1215] Compiling hash_to_curve.cc
[747/1215] Compiling ecdsa_asn1.cc
[748/1215] Compiling ec_asn1.cc
[749/1215] Compiling dsa.cc
[750/1215] Compiling dsa_asn1.cc
[751/1215] Compiling bcm.cc
[752/1215] Compiling des.cc
[753/1215] Compiling params.cc
[754/1215] Compiling dh_asn1.cc
[755/1215] Compiling x25519-asm-arm.S
[756/1215] Compiling spake25519.cc
[757/1215] Compiling digest_extra.cc
[758/1215] Compiling cpu_intel.cc
[759/1215] Compiling crypto.cc
[760/1215] Compiling curve25519.cc
[761/1215] Compiling curve25519_64_adx.cc
[762/1215] Compiling cpu_arm_linux.cc
[763/1215] Compiling cpu_arm_freebsd.cc
[764/1215] Compiling cpu_aarch64_sysreg.cc
[765/1215] Compiling cpu_aarch64_openbsd.cc
[766/1215] Compiling cpu_aarch64_win.cc
[767/1215] Compiling cpu_aarch64_linux.cc
[768/1215] Compiling cpu_aarch64_fuchsia.cc
[769/1215] Compiling cpu_aarch64_apple.cc
[770/1215] Compiling tls_cbc.cc
[771/1215] Compiling conf.cc
[772/1215] Compiling e_rc4.cc
[773/1215] Compiling e_des.cc
[774/1215] Compiling e_null.cc
[775/1215] Compiling e_tls.cc
[776/1215] Compiling e_rc2.cc
[777/1215] Compiling get_cipher.cc
[778/1215] Compiling e_chacha20poly1305.cc
[779/1215] Compiling e_aesgcmsiv.cc
[780/1215] Compiling e_aesctrhmac.cc
[781/1215] Compiling chacha.cc
[782/1215] Compiling derive_key.cc
[783/1215] Compiling unicode.cc
[784/1215] Compiling ber.cc
[785/1215] Compiling cbs.cc
[786/1215] Compiling cbb.cc
[787/1215] Compiling buf.cc
[788/1215] Compiling asn1_compat.cc
[789/1215] Compiling blake2.cc
[790/1215] Compiling bn_asn1.cc
[791/1215] Compiling socket_helper.cc
[792/1215] Compiling socket.cc
[793/1215] Compiling printf.cc
[794/1215] Compiling convert.cc
[795/1215] Compiling pair.cc
[796/1215] Compiling hexdump.cc
[797/1215] Compiling file.cc
[798/1215] Compiling fd.cc
[799/1215] Compiling bio_mem.cc
[800/1215] Compiling errno.cc
[801/1215] Compiling connect.cc
[802/1215] Compiling base64.cc
[803/1215] Compiling bio.cc
[804/1215] Compiling tasn_typ.cc
[805/1215] Compiling tasn_utl.cc
[806/1215] Compiling tasn_enc.cc
[807/1215] Compiling f_string.cc
[808/1215] Compiling tasn_new.cc
[809/1215] Compiling tasn_fre.cc
[810/1215] Compiling f_int.cc
[811/1215] Compiling posix_time.cc
[812/1215] Compiling tasn_dec.cc
[813/1215] Compiling asn1_lib.cc
[814/1215] Compiling asn1_par.cc
[815/1215] Compiling asn_pack.cc
[816/1215] Compiling a_time.cc
[817/1215] Compiling a_utctm.cc
[818/1215] Compiling a_type.cc
[819/1215] Compiling a_octet.cc
[820/1215] Compiling a_strnid.cc
[821/1215] Compiling a_mbstr.cc
[822/1215] Compiling a_strex.cc
[823/1215] Compiling a_object.cc
[824/1215] Compiling a_i2d_fp.cc
[825/1215] Compiling a_int.cc
[826/1215] Compiling a_gentm.cc
[827/1215] Compiling a_d2i_fp.cc
[828/1215] Compiling CCryptoBoringSSLShims shims.c
[829/1215] Compiling a_bitstr.cc
[830/1215] Compiling fiat_p256_adx_sqr.S
[831/1215] Compiling a_dup.cc
[832/1215] Compiling fiat_p256_adx_mul.S
[833/1215] Compiling fiat_curve25519_adx_square.S
[834/1215] Compiling fiat_curve25519_adx_mul.S
[835/1215] Compiling md5-x86_64-linux.S
[836/1215] Compiling md5-586-linux.S
[837/1215] Compiling md5-x86_64-apple.S
[838/1215] Compiling md5-586-apple.S
[839/1215] Compiling chacha20_poly1305_x86_64-linux.S
[840/1215] Compiling chacha20_poly1305_x86_64-apple.S
[841/1215] Compiling chacha20_poly1305_armv8-win.S
[842/1215] Compiling chacha20_poly1305_armv8-linux.S
[843/1215] Compiling chacha-x86_64-linux.S
[844/1215] Compiling chacha20_poly1305_armv8-apple.S
[845/1215] Compiling a_bool.cc
[846/1215] Compiling chacha-x86_64-apple.S
[847/1215] Compiling chacha-x86-linux.S
[848/1215] Compiling chacha-x86-apple.S
[849/1215] Compiling chacha-armv8-win.S
[850/1215] Compiling err_data.cc
[851/1215] Compiling chacha-armv8-linux.S
[852/1215] Compiling aes128gcmsiv-x86_64-linux.S
[853/1215] Compiling chacha-armv4-linux.S
[854/1215] Compiling chacha-armv8-apple.S
[854/1215] Compiling aes128gcmsiv-x86_64-apple.S
[856/1215] Compiling x86_64-mont5-linux.S
[857/1215] Compiling x86_64-mont5-apple.S
[858/1215] Compiling x86_64-mont-linux.S
[859/1215] Compiling x86-mont-linux.S
[859/1215] Compiling x86-mont-apple.S
[861/1215] Compiling x86_64-mont-apple.S
[862/1215] Compiling vpaes-x86_64-linux.S
[863/1215] Compiling vpaes-x86_64-apple.S
[864/1215] Compiling vpaes-x86-apple.S
[865/1215] Compiling vpaes-x86-linux.S
[866/1215] Compiling vpaes-armv8-apple.S
[867/1215] Compiling vpaes-armv8-linux.S
[868/1215] Compiling vpaes-armv8-win.S
[869/1215] Compiling sha512-x86_64-apple.S
[870/1215] Compiling vpaes-armv7-linux.S
[871/1215] Compiling sha512-x86_64-linux.S
[872/1215] Compiling sha512-armv8-apple.S
[873/1215] Compiling sha512-armv8-win.S
[874/1215] Compiling sha512-armv8-linux.S
[875/1215] Compiling sha512-armv4-linux.S
[876/1215] Compiling sha512-586-linux.S
[877/1215] Compiling sha512-586-apple.S
[878/1215] Compiling sha256-x86_64-linux.S
[879/1215] Compiling sha256-armv8-win.S
[880/1215] Compiling sha256-x86_64-apple.S
[881/1215] Compiling sha256-armv8-apple.S
[882/1215] Compiling sha256-armv4-linux.S
[883/1215] Compiling sha256-armv8-linux.S
[884/1215] Compiling sha1-x86_64-linux.S
[885/1215] Compiling sha256-586-linux.S
[886/1215] Compiling sha256-586-apple.S
[887/1215] Compiling sha1-armv8-win.S
[888/1215] Compiling sha1-x86_64-apple.S
[889/1215] Compiling sha1-armv8-linux.S
[890/1215] Compiling sha1-586-linux.S
[891/1215] Compiling sha1-armv4-large-linux.S
[892/1215] Compiling sha1-armv8-apple.S
[893/1215] Compiling sha1-586-apple.S
[894/1215] Compiling rsaz-avx2-linux.S
[895/1215] Compiling rsaz-avx2-apple.S
[896/1215] Compiling rdrand-x86_64-apple.S
[897/1215] Compiling p256_beeu-x86_64-asm-apple.S
[898/1215] Compiling p256_beeu-x86_64-asm-linux.S
[899/1215] Compiling rdrand-x86_64-linux.S
[900/1215] Compiling p256_beeu-armv8-asm-win.S
[901/1215] Compiling p256_beeu-armv8-asm-linux.S
[902/1215] Compiling p256_beeu-armv8-asm-apple.S
[903/1215] Compiling p256-x86_64-asm-linux.S
[903/1215] Compiling p256-x86_64-asm-apple.S
[905/1215] Compiling p256-armv8-asm-win.S
[906/1215] Compiling p256-armv8-asm-linux.S
[907/1215] Compiling ghashv8-armv8-win.S
[908/1215] Compiling p256-armv8-asm-apple.S
[909/1215] Compiling ghashv8-armv8-apple.S
[910/1215] Compiling ghashv8-armv7-linux.S
[911/1215] Compiling ghashv8-armv8-linux.S
[912/1215] Compiling ghash-x86_64-linux.S
[913/1215] Compiling ghash-x86-linux.S
[914/1215] Compiling ghash-x86_64-apple.S
[915/1215] Compiling ghash-x86-apple.S
[916/1215] Compiling ghash-ssse3-x86_64-linux.S
[917/1215] Compiling ghash-ssse3-x86-linux.S
[918/1215] Compiling ghash-ssse3-x86-apple.S
[919/1215] Compiling ghash-ssse3-x86_64-apple.S
[920/1215] Compiling ghash-neon-armv8-win.S
[921/1215] Compiling ghash-neon-armv8-linux.S
[922/1215] Compiling ghash-armv4-linux.S
[923/1215] Compiling ghash-neon-armv8-apple.S
[924/1215] Compiling co-586-linux.S
[925/1215] Compiling co-586-apple.S
[926/1215] Compiling bn-armv8-win.S
[927/1215] Compiling bsaes-armv7-linux.S
[928/1215] Compiling bn-armv8-linux.S
[929/1215] Compiling bn-armv8-apple.S
[930/1215] Compiling bn-586-linux.S
[931/1215] Compiling armv8-mont-apple.S
[932/1215] Compiling armv8-mont-win.S
[933/1215] Compiling armv8-mont-linux.S
[933/1215] Compiling armv4-mont-linux.S
[935/1215] Compiling bn-586-apple.S
[936/1215] Compiling aesv8-gcm-armv8-win.S
[937/1215] Compiling aesv8-gcm-armv8-apple.S
[938/1215] Compiling aesv8-gcm-armv8-linux.S
[938/1215] Compiling aesv8-armv8-win.S
[940/1215] Compiling aesv8-armv8-linux.S
[941/1215] Compiling aesv8-armv7-linux.S
[941/1215] Compiling aesv8-armv8-apple.S
[943/1215] Compiling aesni-x86_64-linux.S
[944/1215] Compiling aesni-x86_64-apple.S
[945/1215] Compiling aesni-x86-linux.S
[946/1215] Compiling aesni-x86-apple.S
[947/1215] Compiling aesni-gcm-x86_64-linux.S
[948/1215] Compiling aesni-gcm-x86_64-apple.S
[949/1215] Compiling aes-gcm-avx10-x86_64-linux.S
[950/1215] Compiling aes-gcm-avx10-x86_64-apple.S
[951/1215] Compiling c-nioatomics.c
[952/1215] Compiling x_sig.cc
[953/1215] Compiling x_spki.cc
[954/1215] Compiling x_x509a.cc
[955/1215] Compiling x_x509.cc
[956/1215] Compiling x_req.cc
[957/1215] Compiling c-atomics.c
[958/1215] Compiling x_val.cc
[959/1215] Compiling x_pubkey.cc
[960/1221] Compiling x_exten.cc
[961/1221] Compiling x_crl.cc
[962/1221] Compiling x_all.cc
[963/1221] Compiling x_name.cc
[964/1221] Compiling x_attrib.cc
[965/1221] Compiling x_algor.cc
[967/1221] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[967/1221] Compiling x509rset.cc
[968/1221] Compiling x509spki.cc
[970/1221] Compiling NIOConcurrencyHelpers lock.swift
[971/1221] Emitting module NIOConcurrencyHelpers
[971/1221] Compiling x509cset.cc
[972/1221] Compiling x509name.cc
[974/1221] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[975/1221] Compiling NIOConcurrencyHelpers NIOLock.swift
[976/1221] Compiling NIOConcurrencyHelpers atomics.swift
[976/1221] Compiling x509_vpm.cc
[978/1222] Compiling x509_v3.cc
[979/1222] Compiling x509_vfy.cc
[980/1248] Compiling x509_txt.cc
[981/1248] Compiling x509_set.cc
[982/1248] Compiling x509_trs.cc
[983/1248] Compiling x509_req.cc
[984/1248] Compiling x509_lu.cc
[986/1248] Emitting module ConsoleKitTerminal
[986/1251] Compiling x509_obj.cc
[987/1251] Compiling x509_ext.cc
[989/1251] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[990/1251] Compiling ConsoleKitTerminal ConsoleClear.swift
[991/1251] Compiling ConsoleKitTerminal Console+Ask.swift
[992/1251] Compiling ConsoleKitTerminal Console+Choose.swift
[993/1251] Compiling ConsoleKitTerminal Console+Confirm.swift
[994/1251] Compiling ConsoleKitTerminal Console+Input.swift
[995/1251] Compiling ConsoleKitTerminal Console+Center.swift
[996/1251] Compiling ConsoleKitTerminal Console+Output.swift
[997/1251] Compiling ConsoleKitTerminal ActivityBar.swift
[998/1251] Compiling ConsoleKitTerminal ActivityIndicator.swift
[999/1251] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1000/1251] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1001/1251] Compiling ConsoleKitTerminal CustomActivity.swift
[1002/1251] Compiling ConsoleKitTerminal LoadingBar.swift
[1003/1251] Compiling ConsoleKitTerminal ProgressBar.swift
[1004/1251] Compiling ConsoleKitTerminal Console+Clear.swift
[1004/1251] Compiling x509_def.cc
[1006/1251] Compiling ConsoleKitTerminal Console.swift
[1007/1251] Compiling ConsoleKitTerminal Terminal.swift
[1008/1251] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1009/1251] Compiling ConsoleKitTerminal ConsoleText.swift
[1010/1251] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1011/1251] Compiling ConsoleKitTerminal ANSI.swift
[1012/1251] Compiling ConsoleKitTerminal Console+Wait.swift
[1013/1251] Compiling ConsoleKitTerminal ConsoleColor.swift
[1014/1251] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1014/1251] Compiling x509_d2.cc
[1016/1251] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1017/1251] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1018/1251] Compiling ConsoleKitTerminal LoggerFragment.swift
[1018/1251] Compiling x509.cc
[1019/1251] Compiling x509_att.cc
[1020/1252] Compiling x509_cmp.cc
[1021/1252] Compiling v3_skey.cc
[1022/1252] Compiling v3_utl.cc
[1024/1252] Compiling v3_purp.cc
[1025/1274] Compiling v3_prn.cc
[1026/1274] Compiling v3_ncons.cc
[1027/1274] Compiling v3_pmaps.cc
[1029/1274] Compiling ConsoleKitCommands CommandSignature.swift
[1030/1274] Compiling ConsoleKitCommands Flag.swift
[1031/1274] Compiling ConsoleKitCommands Option.swift
[1031/1276] Compiling v3_pcons.cc
[1032/1276] Compiling v3_ocsp.cc
[1033/1276] Compiling v3_lib.cc
[1034/1276] Compiling v3_info.cc
[1036/1276] Emitting module ConsoleKitCommands
[1037/1276] Compiling ConsoleKitCommands Command.swift
[1038/1276] Compiling ConsoleKitCommands CommandContext.swift
[1039/1276] Compiling ConsoleKitCommands CommandError.swift
[1039/1276] Compiling v3_int.cc
[1041/1276] Compiling ConsoleKitCommands AsyncCommands.swift
[1042/1276] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1043/1276] Compiling ConsoleKitCommands AnyCommand.swift
[1044/1276] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1045/1276] Compiling ConsoleKitCommands AsyncCommand.swift
[1046/1276] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1047/1276] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1048/1276] Compiling ConsoleKitCommands Utilities.swift
[1049/1276] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1050/1276] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1051/1276] Compiling ConsoleKitCommands Argument.swift
[1051/1276] Compiling v3_enum.cc
[1052/1276] Compiling v3_genn.cc
[1053/1276] Compiling v3_ia5.cc
[1054/1276] Compiling v3_conf.cc
[1055/1276] Compiling v3_cpols.cc
[1056/1276] Compiling v3_crld.cc
[1057/1276] Compiling v3_extku.cc
[1059/1276] Compiling ConsoleKitCommands CommandGroup.swift
[1060/1276] Compiling ConsoleKitCommands CommandInput.swift
[1061/1276] Compiling ConsoleKitCommands Commands.swift
[1062/1276] Compiling ConsoleKitCommands Console+Run.swift
[1063/1276] Compiling ConsoleKitCommands ConsoleError.swift
[1064/1276] Compiling ConsoleKitCommands Completion.swift
[1065/1277] Compiling v3_bitst.cc
[1066/1277] Compiling v3_bcons.cc
[1067/1277] Compiling v3_akey.cc
[1068/1277] Compiling v3_akeya.cc
[1069/1277] Compiling v3_alt.cc
[1070/1277] Compiling t_x509a.cc
[1071/1277] Compiling t_x509.cc
[1072/1277] Compiling t_req.cc
[1073/1277] Compiling i2d_pr.cc
[1074/1277] Compiling t_crl.cc
[1075/1277] Compiling name_print.cc
[1076/1277] Compiling rsa_pss.cc
[1077/1277] Compiling by_dir.cc
[1078/1277] Compiling policy.cc
[1079/1277] Compiling by_file.cc
[1080/1277] Compiling voprf.cc
[1081/1277] Compiling algorithm.cc
[1082/1277] Compiling asn1_gen.cc
[1082/1277] Compiling a_verify.cc
[1084/1277] Compiling a_sign.cc
[1085/1277] Compiling trust_token.cc
[1086/1279] Compiling a_digest.cc
[1088/1279] Emitting module ConsoleKit
[1089/1279] Compiling ConsoleKit Exports.swift
[1089/1279] Compiling thread_win.cc
[1090/1280] Compiling thread_none.cc
[1091/1280] Compiling pmbtoken.cc
[1093/1280] Compiling thread.cc
[1094/1280] Compiling thread_pthread.cc
[1095/1280] Compiling wots.cc
[1095/1280] Compiling stack.cc
[1097/1280] Compiling fors.cc
[1098/1280] Compiling thash.cc
[1099/1280] Compiling merkle.cc
[1100/1280] Compiling siphash.cc
[1101/1280] Compiling slhdsa.cc
[1102/1280] Compiling rsa_print.cc
[1103/1280] Compiling sha512.cc
[1104/1280] Compiling sha256.cc
[1105/1280] Compiling sha1.cc
[1106/1280] Compiling rsa_extra.cc
[1107/1280] Compiling rsa_crypt.cc
[1108/1280] Compiling refcount.cc
[1109/1280] Compiling trusty.cc
[1110/1280] Compiling rsa_asn1.cc
[1111/1280] Compiling urandom.cc
[1112/1280] Compiling windows.cc
[1113/1280] Compiling rc4.cc
[1114/1280] Compiling rand_extra.cc
[1115/1280] Compiling ios.cc
[1116/1280] Compiling forkunsafe.cc
[1117/1280] Compiling poly1305_arm_asm.S
[1118/1280] Compiling fork_detect.cc
[1119/1280] Compiling passive.cc
[1120/1280] Compiling poly1305_vec.cc
[1121/1280] Compiling getentropy.cc
[1122/1280] Compiling deterministic.cc
[1123/1280] Compiling pool.cc
[1124/1280] Compiling poly1305.cc
[1125/1280] Compiling poly1305_arm.cc
[1126/1280] Compiling pkcs8_x509.cc
[1127/1280] Compiling pkcs8.cc
[1128/1280] Compiling pkcs7_x509.cc
[1129/1280] Compiling pem_xaux.cc
[1130/1280] Compiling pkcs7.cc
[1131/1280] Compiling pem_pkey.cc
[1132/1280] Compiling p5_pbev2.cc
[1133/1280] Compiling pem_x509.cc
[1134/1280] Compiling pem_pk8.cc
[1135/1280] Compiling pem_oth.cc
[1136/1280] Compiling obj_xref.cc
[1137/1280] Compiling mldsa.cc
[1138/1280] Compiling pem_lib.cc
[1139/1280] Compiling pem_info.cc
[1140/1280] Compiling md5.cc
[1141/1280] Compiling mlkem.cc
[1142/1280] Compiling pem_all.cc
[1143/1280] Compiling poly_rq_mul.S
[1144/1280] Compiling fips_shared_support.cc
[1145/1280] Compiling obj.cc
[1146/1280] Compiling md4.cc
[1147/1280] Compiling mem.cc
[1148/1280] Compiling lhash.cc
[1149/1280] Compiling kyber.cc
[1150/1280] Compiling ex_data.cc
[1151/1280] Compiling hrss.cc
[1152/1280] Compiling hpke.cc
[1153/1280] Compiling sign.cc
[1154/1280] Compiling scrypt.cc
[1155/1280] Compiling print.cc
[1156/1280] Compiling p_x25519.cc
[1157/1280] Compiling pbkdf.cc
[1158/1280] Compiling p_x25519_asn1.cc
[1159/1280] Compiling p_rsa.cc
[1160/1280] Compiling p_rsa_asn1.cc
[1161/1280] Compiling p_ed25519.cc
[1162/1280] Compiling p_ed25519_asn1.cc
[1163/1280] Compiling p_hkdf.cc
[1164/1280] Compiling p_ec_asn1.cc
[1165/1280] Compiling p_ec.cc
[1166/1280] Compiling p_dsa_asn1.cc
[1167/1280] Compiling p_dh_asn1.cc
[1168/1280] Compiling p_dh.cc
[1169/1280] Compiling err.cc
[1170/1280] Compiling evp_ctx.cc
[1171/1280] Compiling engine.cc
[1172/1280] Compiling evp.cc
[1173/1280] Compiling evp_asn1.cc
[1174/1280] Compiling bcm.cc
[1175/1280] Compiling ecdsa_asn1.cc
[1176/1280] Compiling ecdh_extra.cc
[1177/1280] Compiling hash_to_curve.cc
[1178/1280] Compiling ec_derive.cc
[1179/1280] Compiling dsa.cc
[1180/1280] Compiling dsa_asn1.cc
[1181/1280] Compiling ec_asn1.cc
[1182/1280] Compiling x25519-asm-arm.S
[1183/1280] Compiling digest_extra.cc
[1184/1280] Compiling params.cc
[1185/1280] Compiling curve25519_64_adx.cc
[1186/1280] Compiling des.cc
[1187/1280] Compiling cpu_intel.cc
[1188/1280] Compiling dh_asn1.cc
[1189/1280] Compiling crypto.cc
[1190/1280] Compiling cpu_arm_linux.cc
[1191/1280] Compiling spake25519.cc
[1192/1280] Compiling cpu_aarch64_sysreg.cc
[1193/1280] Compiling cpu_arm_freebsd.cc
[1194/1280] Compiling cpu_aarch64_win.cc
[1195/1280] Compiling curve25519.cc
[1196/1280] Compiling cpu_aarch64_linux.cc
[1197/1280] Compiling cpu_aarch64_fuchsia.cc
[1198/1280] Compiling cpu_aarch64_openbsd.cc
[1199/1280] Compiling cpu_aarch64_apple.cc
[1200/1280] Compiling e_tls.cc
[1201/1280] Compiling conf.cc
[1202/1280] Compiling tls_cbc.cc
[1203/1280] Compiling e_rc4.cc
[1204/1280] Compiling e_null.cc
[1205/1280] Compiling e_chacha20poly1305.cc
[1206/1280] Compiling derive_key.cc
[1207/1280] Compiling e_des.cc
[1208/1280] Compiling e_rc2.cc
[1209/1280] Compiling e_aesctrhmac.cc
[1210/1280] Compiling e_aesgcmsiv.cc
[1211/1280] Compiling cipher_extra.cc
[1212/1280] Compiling unicode.cc
[1213/1280] Compiling chacha.cc
[1214/1280] Compiling ber.cc
[1215/1280] Compiling asn1_compat.cc
[1216/1280] Compiling buf.cc
[1217/1280] Compiling cbs.cc
[1218/1280] Compiling blake2.cc
[1219/1280] Compiling convert.cc
[1220/1280] Compiling cbb.cc
[1221/1280] Compiling bn_asn1.cc
[1222/1280] Compiling printf.cc
[1223/1280] Compiling pair.cc
[1224/1280] Compiling errno.cc
[1225/1280] Compiling file.cc
[1226/1280] Compiling fd.cc
[1227/1280] Compiling hexdump.cc
[1228/1280] Compiling bio_mem.cc
[1229/1280] Compiling bio.cc
[1230/1280] Compiling base64.cc
[1231/1280] Compiling tasn_typ.cc
[1232/1280] Compiling tasn_enc.cc
[1233/1280] Compiling tasn_new.cc
[1234/1280] Compiling tasn_fre.cc
[1235/1280] Compiling tasn_utl.cc
[1235/1280] Compiling tasn_dec.cc
[1237/1280] Compiling f_string.cc
[1238/1280] Compiling posix_time.cc
[1239/1280] Compiling f_int.cc
[1240/1280] Compiling asn1_par.cc
[1241/1280] Compiling asn_pack.cc
[1242/1280] Compiling a_type.cc
[1243/1280] Compiling asn1_lib.cc
[1244/1280] Compiling a_utctm.cc
[1245/1280] Compiling a_strnid.cc
[1246/1280] Compiling a_time.cc
[1247/1280] Compiling a_octet.cc
[1248/1280] Compiling a_strex.cc
[1249/1280] Compiling a_object.cc
[1250/1280] Compiling a_i2d_fp.cc
[1251/1280] Compiling CBacktrace state.c
[1252/1280] Compiling CBacktrace sort.c
[1253/1280] Compiling CBacktrace simple.c
[1254/1280] Compiling a_mbstr.cc
[1255/1280] Compiling a_int.cc
[1256/1280] Compiling CBacktrace print.c
[1257/1280] Compiling CBacktrace posix.c
[1258/1280] Compiling CBacktrace mmap.c
[1259/1280] Compiling CBacktrace mmapio.c
[1260/1280] Compiling CBacktrace fileline.c
[1261/1280] Compiling CBacktrace backtrace.c
[1262/1280] Compiling a_d2i_fp.cc
[1263/1280] Compiling CBacktrace atomic.c
[1264/1280] Write sources
[1265/1280] Compiling a_bool.cc
[1265/1280] Write sources
[1274/1280] Compiling a_dup.cc
[1275/1280] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1276/1280] Compiling a_gentm.cc
[1277/1280] Compiling CBacktrace elf.c
[1278/1280] Compiling CBacktrace dwarf.c
[1279/1344] Compiling a_bitstr.cc
[1281/1394] Emitting module Backtrace
[1282/1394] Compiling Backtrace Backtrace.swift
[1283/1402] Compiling Backtrace Demangle.swift
[1285/1403] Compiling AWSLambdaEvents DateWrappers.swift
[1286/1404] Compiling BitCollections BitArray+Hashable.swift
[1287/1404] Compiling BitCollections BitArray+Initializers.swift
[1288/1406] Compiling BitCollections BitArray+Invariants.swift
[1289/1406] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1290/1406] Compiling BitCollections BitArray+RandomBits.swift
[1291/1406] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1292/1406] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1293/1406] Compiling BitCollections BitSet+CustomReflectable.swift
[1294/1406] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1295/1406] Compiling BitCollections BitSet+Equatable.swift
[1296/1406] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1297/1406] Compiling BitCollections BitSet+Extras.swift
[1298/1406] Compiling BitCollections BitSet+Hashable.swift
[1299/1413] Compiling Atomics IntegerOperations.swift
[1300/1413] Compiling Atomics Unmanaged extensions.swift
[1301/1413] Compiling AWSLambdaEvents AWSRegion.swift
[1302/1413] Compiling AWSLambdaEvents AppSync.swift
[1303/1413] Compiling AWSLambdaEvents Cloudwatch.swift
[1304/1413] Compiling AWSLambdaEvents DynamoDB.swift
[1305/1413] Compiling AWSLambdaEvents S3.swift
[1306/1413] Compiling AWSLambdaEvents SES.swift
[1307/1413] Compiling AWSLambdaEvents SNS.swift
[1308/1413] Compiling AWSLambdaEvents SQS.swift
[1309/1413] Compiling AWSLambdaEvents Base64.swift
[1310/1413] Compiling BitCollections BitSet+Initializers.swift
[1311/1413] Compiling BitCollections BitSet+Invariants.swift
[1312/1413] Compiling BitCollections BitSet+Random.swift
[1313/1413] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1314/1413] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1315/1413] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1316/1413] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1317/1413] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1318/1413] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1319/1413] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1320/1413] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1321/1413] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1322/1413] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1323/1413] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1324/1413] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1325/1413] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1326/1413] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1327/1413] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1328/1413] Compiling BitCollections BitSet+SetAlgebra union.swift
[1329/1413] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1330/1413] Compiling BitCollections BitSet.Counted.swift
[1333/1413] Compiling AWSLambdaEvents HTTP.swift
[1334/1413] Compiling AWSLambdaEvents APIGateway.swift
[1336/1413] Compiling CryptoBoringWrapper RandomBytes.swift
[1339/1413] Compiling BitCollections BitArray._UnsafeHandle.swift
[1340/1416] Compiling BitCollections BitArray.swift
[1341/1416] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1342/1416] Compiling BitCollections BitSet+Codable.swift
[1343/1416] Compiling AWSLambdaEvents ALB.swift
[1344/1416] Compiling AWSLambdaEvents APIGateway+V2.swift
[1345/1416] Emitting module AWSLambdaEvents
[1358/1416] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1359/1416] Emitting module CryptoBoringWrapper
[1360/1416] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1367/1416] Compiling CryptoBoringWrapper EllipticCurve.swift
[1368/1416] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1373/1416] Emitting module BitCollections
[1390/1416] Compiling Algorithms Trim.swift
[1391/1416] Compiling Algorithms Unique.swift
[1392/1416] Compiling Algorithms Windows.swift
[1393/1416] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1394/1416] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1395/1417] Compiling BitCollections BitSet.Index.swift
[1396/1417] Compiling BitCollections BitSet._UnsafeHandle.swift
[1397/1417] Compiling BitCollections BitSet.swift
[1398/1417] Compiling BitCollections Range+Utilities.swift
[1399/1417] Compiling BitCollections Slice+Utilities.swift
[1400/1417] Compiling BitCollections UInt+Tricks.swift
[1401/1417] Compiling BitCollections _Word.swift
[1415/1486] Emitting module Atomics
[1416/1492] Emitting module Collections
[1417/1492] Compiling Collections Collections.swift
[1418/1493] Compiling Crypto AES-GCM.swift
[1419/1493] Compiling Crypto AES-GCM_boring.swift
[1420/1493] Compiling Crypto ChaChaPoly_boring.swift
[1422/1494] Emitting module Algorithms
[1425/1555] Compiling Crypto HPKE-Ciphersuite.swift
[1426/1555] Compiling Crypto HPKE-KDF.swift
[1427/1555] Compiling Crypto HPKE-KexKeyDerivation.swift
[1428/1555] Compiling Crypto HPKE-LabeledExtract.swift
[1429/1555] Compiling Crypto HPKE-Utils.swift
[1430/1555] Compiling Crypto DHKEM.swift
[1431/1555] Compiling Crypto HPKE-KEM-Curve25519.swift
[1432/1555] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1433/1555] Compiling Crypto HPKE-KEM.swift
[1434/1555] Compiling Crypto HPKE-Errors.swift
[1435/1564] Compiling NIOCore MarkedCircularBuffer.swift
[1436/1564] Compiling NIOCore MulticastChannel.swift
[1437/1564] Compiling NIOCore NIOAny.swift
[1438/1564] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1439/1564] Compiling NIOCore NIOLoopBound.swift
[1440/1564] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1441/1564] Compiling NIOCore NIOScheduledCallback.swift
[1442/1564] Compiling NIOCore NIOSendable.swift
[1443/1564] Compiling NIOCore RecvByteBufferAllocator.swift
[1444/1564] Compiling Crypto Ed25519.swift
[1445/1564] Emitting module Crypto
[1454/1572] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1455/1572] Compiling NIOCore BSDSocketAPI.swift
[1456/1572] Compiling NIOCore ByteBuffer-aux.swift
[1457/1572] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1458/1572] Compiling NIOCore ByteBuffer-conversions.swift
[1459/1572] Compiling NIOCore ByteBuffer-core.swift
[1460/1572] Compiling NIOCore ByteBuffer-hex.swift
[1461/1572] Compiling NIOCore ByteBuffer-int.swift
[1462/1572] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1463/1572] Compiling NIOCore ByteBuffer-multi-int.swift
[1464/1572] Compiling NIOCore FileHandle.swift
[1465/1572] Compiling NIOCore FileRegion.swift
[1466/1572] Compiling NIOCore GlobalSingletons.swift
[1467/1572] Compiling NIOCore IO.swift
[1468/1572] Compiling NIOCore IOData.swift
[1469/1572] Compiling NIOCore IPProtocol.swift
[1470/1572] Compiling NIOCore IntegerBitPacking.swift
[1471/1572] Compiling NIOCore IntegerTypes.swift
[1472/1572] Compiling NIOCore Interfaces.swift
[1473/1572] Compiling NIOCore Linux.swift
[1474/1572] Compiling NIOCore DeadChannel.swift
[1475/1572] Compiling NIOCore DispatchQueue+WithFuture.swift
[1476/1572] Compiling NIOCore EventLoop+Deprecated.swift
[1477/1572] Compiling NIOCore EventLoop+SerialExecutor.swift
[1478/1572] Compiling NIOCore EventLoop.swift
[1479/1572] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1480/1572] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1481/1572] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1482/1572] Compiling NIOCore EventLoopFuture.swift
[1483/1572] Compiling NIOCore FileDescriptor.swift
[1484/1572] Compiling NIOCore AsyncChannel.swift
[1485/1572] Compiling NIOCore AsyncChannelHandler.swift
[1486/1572] Compiling NIOCore AsyncChannelInboundStream.swift
[1487/1572] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1488/1572] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1489/1572] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1490/1572] Compiling NIOCore NIOAsyncWriter.swift
[1491/1572] Compiling NIOCore CircularBuffer.swift
[1492/1572] Compiling NIOCore Codec.swift
[1493/1572] Compiling NIOCore ConvenienceOptionSupport.swift
[1494/1572] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1495/1572] Compiling NIOCore ByteBuffer-views.swift
[1496/1572] Compiling NIOCore Channel.swift
[1497/1572] Compiling NIOCore ChannelHandler.swift
[1498/1572] Compiling NIOCore ChannelHandlers.swift
[1499/1572] Compiling NIOCore ChannelInvoker.swift
[1500/1572] Compiling NIOCore ChannelOption.swift
[1501/1572] Compiling NIOCore ChannelPipeline.swift
[1502/1572] Compiling NIOCore AddressedEnvelope.swift
[1503/1572] Compiling NIOCore AsyncAwaitSupport.swift
[1512/1572] Compiling Crypto Signature.swift
[1513/1572] Compiling Crypto CryptoKitErrors_boring.swift
[1514/1572] Compiling Crypto RNG_boring.swift
[1515/1572] Compiling Crypto SafeCompare_boring.swift
[1516/1572] Compiling Crypto Zeroization_boring.swift
[1517/1572] Compiling Crypto PrettyBytes.swift
[1518/1572] Compiling Crypto SafeCompare.swift
[1519/1572] Compiling Crypto SecureBytes.swift
[1520/1572] Compiling Crypto Zeroization.swift
[1538/1573] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1539/1573] Compiling NIOCore SocketAddresses.swift
[1540/1573] Compiling NIOCore SocketOptionProvider.swift
[1541/1573] Compiling NIOCore SystemCallHelpers.swift
[1542/1573] Compiling NIOCore TimeAmount+Duration.swift
[1543/1573] Compiling NIOCore TypeAssistedChannelHandler.swift
[1544/1573] Compiling NIOCore UniversalBootstrapSupport.swift
[1545/1573] Compiling NIOCore Utilities.swift
[1573/1573] Emitting module NIOCore
[1575/1624] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1576/1624] Emitting module NIOEmbedded
[1577/1624] Compiling NIOEmbedded Embedded.swift
[1578/1624] Compiling NIOEmbedded AsyncTestingChannel.swift
[1580/1625] Compiling NIOPosix SelectableChannel.swift
[1581/1625] Compiling NIOPosix SelectableEventLoop.swift
[1582/1625] Compiling NIOPosix SelectorEpoll.swift
[1583/1625] Compiling NIOPosix SelectorGeneric.swift
[1584/1625] Compiling NIOPosix SelectorKqueue.swift
[1585/1625] Compiling NIOPosix SelectorUring.swift
[1586/1625] Compiling NIOPosix Pool.swift
[1587/1625] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1588/1625] Compiling NIOPosix PosixSingletons.swift
[1589/1625] Compiling NIOPosix RawSocketBootstrap.swift
[1590/1625] Compiling NIOPosix Resolver.swift
[1591/1625] Compiling NIOPosix Selectable.swift
[1592/1631] Emitting module NIOPosix
[1593/1631] Compiling NIOPosix BSDSocketAPICommon.swift
[1594/1631] Compiling NIOPosix BSDSocketAPIPosix.swift
[1595/1631] Compiling NIOPosix BSDSocketAPIWindows.swift
[1596/1631] Compiling NIOPosix BaseSocket.swift
[1597/1631] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1598/1631] Compiling NIOPosix BaseSocketChannel.swift
[1599/1631] Compiling NIOPosix BaseStreamSocketChannel.swift
[1600/1631] Compiling NIOPosix IO.swift
[1601/1631] Compiling NIOPosix IntegerBitPacking.swift
[1602/1631] Compiling NIOPosix IntegerTypes.swift
[1603/1631] Compiling NIOPosix Linux.swift
[1604/1631] Compiling NIOPosix LinuxCPUSet.swift
[1605/1631] Compiling NIOPosix LinuxUring.swift
[1606/1631] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1607/1631] Compiling NIOPosix Bootstrap.swift
[1608/1631] Compiling NIOPosix ControlMessage.swift
[1609/1631] Compiling NIOPosix DatagramVectorReadManager.swift
[1610/1631] Compiling NIOPosix Errors+Any.swift
[1611/1631] Compiling NIOPosix FileDescriptor.swift
[1612/1631] Compiling NIOPosix GetaddrinfoResolver.swift
[1613/1631] Compiling NIOPosix HappyEyeballs.swift
[1614/1631] Compiling NIOPosix ThreadPosix.swift
[1615/1631] Compiling NIOPosix ThreadWindows.swift
[1616/1631] Compiling NIOPosix UnsafeTransfer.swift
[1617/1631] Compiling NIOPosix Utilities.swift
[1618/1631] Compiling NIOPosix VsockAddress.swift
[1619/1631] Compiling NIOPosix VsockChannelEvents.swift
[1620/1631] Compiling NIOPosix ServerSocket.swift
[1621/1631] Compiling NIOPosix Socket.swift
[1622/1631] Compiling NIOPosix SocketChannel.swift
[1623/1631] Compiling NIOPosix SocketProtocols.swift
[1624/1631] Compiling NIOPosix System.swift
[1625/1631] Compiling NIOPosix Thread.swift
[1626/1631] Compiling NIOPosix NIOThreadPool.swift
[1627/1631] Compiling NIOPosix NonBlockingFileIO.swift
[1628/1631] Compiling NIOPosix PendingDatagramWritesManager.swift
[1629/1631] Compiling NIOPosix PendingWritesManager.swift
[1630/1631] Compiling NIOPosix PipeChannel.swift
[1631/1631] Compiling NIOPosix PipePair.swift
[1633/1691] Emitting module NIO
[1634/1691] Compiling NIO Exports.swift
[1636/1721] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1637/1721] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1638/1721] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1639/1735] Compiling NIOTLS TLSEvents.swift
[1640/1735] Emitting module NIOTLS
[1641/1735] Emitting module _NIOConcurrency
[1642/1735] Compiling _NIOConcurrency Empty.swift
[1643/1736] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1644/1736] Compiling NIOSOCKS SOCKSClientHandler.swift
[1645/1736] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1646/1736] Compiling NIOSOCKS AuthenticationMethod.swift
[1648/1736] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1649/1736] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1650/1736] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1651/1736] Emitting module _NIOFileSystem
[1652/1740] Compiling NIOSOCKS SOCKSResponse.swift
[1653/1740] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1654/1740] Compiling NIOSOCKS ClientStateMachine.swift
[1655/1741] Emitting module NIOFoundationCompat
[1657/1741] Compiling NIOSOCKS ClientGreeting.swift
[1658/1741] Compiling _NIOFileSystem ParallelDirCopy.swift
[1659/1741] Compiling _NIOFileSystem ParallelRemoval.swift
[1660/1741] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1661/1741] Compiling _NIOFileSystem CInterop.swift
[1662/1741] Compiling _NIOFileSystem Errno.swift
[1663/1741] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1664/1741] Compiling AsyncKit Optional+StrictMap.swift
[1665/1741] Compiling AsyncKit Exports.swift
[1666/1741] Compiling _NIOFileSystem Syscalls.swift
[1669/1741] Emitting module NIOSOCKS
[1670/1741] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1671/1741] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1672/1741] Compiling NIOTLS SNIHandler.swift
[1674/1742] Compiling NIOSOCKS Helpers.swift
[1675/1742] Compiling NIOSOCKS Messages.swift
[1676/1744] Compiling NIOSOCKS ServerStateMachine.swift
[1677/1744] Compiling NIOSOCKS Errors.swift
[1680/1744] Compiling NIOSOCKS SOCKSRequest.swift
[1682/1774] Compiling NIOSSL NIOSSLHandler.swift
[1683/1774] Compiling NIOSSL SSLCertificate.swift
[1684/1774] Compiling NIOSSL SSLPublicKey.swift
[1685/1774] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1686/1774] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1687/1775] Compiling NIOSSL ObjectIdentifier.swift
[1688/1775] Compiling NIOSSL PosixPort.swift
[1689/1775] Compiling NIOSSL SSLCallbacks.swift
[1690/1775] Compiling NIOSSL LinuxCABundle.swift
[1691/1775] Compiling NIOSSL NIOSSLClientHandler.swift
[1692/1775] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1695/1775] Compiling NIOSSL SSLCertificateExtensions.swift
[1696/1775] Compiling NIOSSL SSLCertificateName.swift
[1700/1775] Emitting module AsyncKit
[1701/1775] Compiling NIOSSL IdentityVerification.swift
[1702/1775] Compiling NIOSSL NIOSSLServerHandler.swift
[1703/1775] Compiling NIOSSL AndroidCABundle.swift
[1704/1775] Compiling NIOSSL ByteBufferBIO.swift
[1705/1775] Compiling NIOSSL CustomPrivateKey.swift
[1706/1775] Emitting module NIOHTTP1
[1707/1775] Compiling NIOSSL SSLConnection.swift
[1708/1775] Compiling NIOSSL SSLContext.swift
[1714/1798] Compiling _NIOFileSystem SystemFileHandle.swift
[1715/1798] Compiling _NIOFileSystem Utilities.swift
[1716/1798] Compiling _NIOFileSystem OpenOptions.swift
[1717/1798] Compiling _NIOFileSystem String+FileSystem.swift
[1718/1798] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1719/1798] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1720/1798] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1721/1800] Compiling NIOTransportServices NIOTSBootstraps.swift
[1722/1800] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1723/1800] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1724/1800] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1725/1800] Compiling NIOTransportServices NIOTSErrors.swift
[1726/1800] Compiling NIOTransportServices NIOTSEventLoop.swift
[1727/1800] Emitting module NIOTransportServices
[1728/1800] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1729/1800] Compiling NIOTransportServices NIOTSSingletons.swift
[1730/1800] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1731/1800] Compiling NIOTransportServices StateManagedChannel.swift
[1732/1800] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1733/1800] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1734/1800] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1735/1800] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1739/1800] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1740/1804] Compiling NIOTransportServices AcceptHandler.swift
[1741/1804] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1742/1804] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1743/1804] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1744/1804] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1745/1804] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1751/1831] Emitting module NIOSSL
[1752/1831] Compiling NIOExtras NIORequestIdentifiable.swift
[1753/1831] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1754/1831] Compiling NIOExtras NIOExtrasError.swift
[1755/1831] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1756/1839] Compiling NIOExtras LengthFieldPrepender.swift
[1757/1839] Compiling NIOExtras LineBasedFrameDecoder.swift
[1758/1839] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1759/1839] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1760/1852] Compiling NIOExtras JSONRPCFraming.swift
[1761/1852] Compiling NIOExtras RequestResponseHandler.swift
[1762/1852] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1763/1852] Compiling NIOExtras PCAPRingBuffer.swift
[1764/1852] Compiling NIOExtras QuiescingHelper.swift
[1768/1852] Compiling NIOSSL SubjectAlternativeName.swift
[1769/1852] Compiling NIOSSL NIOSSLSecureBytes.swift
[1770/1852] Compiling NIOSSL RNG.swift
[1771/1852] Compiling NIOSSL SafeCompare.swift
[1772/1870] Compiling MultipartKit MultipartParser.swift
[1773/1870] Compiling MultipartKit MultipartPart.swift
[1774/1870] Compiling MultipartKit MultipartPartConvertible.swift
[1781/1870] Compiling NIOSSL Zeroization.swift
[1782/1870] Compiling MultipartKit BasicCodingKey.swift
[1783/1870] Compiling MultipartKit MultipartError.swift
[1784/1870] Compiling MultipartKit Exports.swift
[1785/1870] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1786/1870] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1787/1871] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1788/1871] Compiling NIOWebSocket WebSocketOpcode.swift
[1789/1872] Compiling NIOHPACK IntegerCoding.swift
[1790/1872] Compiling NIOHPACK IndexedHeaderTable.swift
[1795/1875] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1796/1875] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1797/1875] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1802/1875] Compiling MultipartKit Storage.swift
[1803/1875] Compiling MultipartKit MultipartFormData.swift
[1804/1875] Compiling NIOHPACK StaticHeaderTable.swift
[1805/1882] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1806/1883] Emitting module MultipartKit
[1807/1888] Compiling NIOHPACK HuffmanTables.swift
[1808/1888] Compiling NIOHTTPCompression HTTPCompression.swift
[1809/1888] Emitting module NIOHTTPCompression
[1810/1888] Compiling NIOHTTPCompression HTTPDecompression.swift
[1811/1888] Emitting module NIOExtras
[1812/1888] Emitting module NIOWebSocket
[1813/1888] Compiling AWSLambdaRuntimeCore HTTPClient.swift
[1814/1888] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[1815/1888] Compiling AWSLambdaRuntimeCore Lambda+String.swift
[1816/1888] Compiling AWSLambdaRuntimeCore Lambda.swift
[1817/1888] Compiling AWSLambdaRuntimeCore LambdaConfiguration.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[1818/1888] Compiling AWSLambdaRuntimeCore LambdaContext.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[1821/1889] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1822/1889] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1823/1889] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1824/1889] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1825/1889] Compiling NIOWebSocket WebSocketFrame.swift
[1826/1889] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1828/1889] Compiling NIOExtras UnsafeTransfer.swift
[1829/1889] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1830/1890] Emitting module AWSLambdaRuntimeCore
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[1831/1890] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1832/1890] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[1836/1891] Compiling NIOHPACK HuffmanCoding.swift
[1838/1891] Compiling MultipartKit FormDataDecoder.swift
[1839/1891] Compiling MultipartKit FormDataEncoder.Encoder.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[1842/1891] Emitting module NIOHPACK
[1843/1891] Compiling AWSLambdaRuntimeCore LambdaLifecycle.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[1844/1891] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[1845/1891] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[1847/1891] Compiling AWSLambdaRuntimeCore Utils.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[1848/1891] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[1851/1891] Compiling MultipartKit FormDataEncoder.swift
[1859/1891] Compiling MultipartKit MultipartSerializer.swift
[1860/1891] Compiling MultipartKit Utilities.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/73] Emitting module ServiceContextModule
[3/73] Compiling ServiceContextModule ServiceContextKey.swift
[4/73] Compiling RealModule Float80+Real.swift
[5/73] Emitting module RealModule
[6/73] Compiling RealModule Real.swift
[7/74] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[8/75] Compiling ServiceContextModule ServiceContext.swift
[9/76] Emitting module InternalCollectionsUtilities
[10/76] Compiling SystemPackage FilePathTempPosix.swift
[11/76] Compiling SystemPackage FilePathTempWindows.swift
[12/76] Compiling SystemPackage FilePathWindows.swift
[13/76] Compiling SystemPackage FilePermissions.swift
[14/76] Compiling RealModule RealFunctions.swift
[15/76] Compiling SystemPackage FilePathParsing.swift
[16/76] Compiling SystemPackage FilePathString.swift
[18/76] Emitting module CoreMetrics
[19/76] Compiling CryptoBoringWrapper RandomBytes.swift
[20/76] Compiling RealModule Float16+Real.swift
[21/76] Compiling RealModule ElementaryFunctions.swift
[22/76] Compiling RealModule Float+Real.swift
[23/76] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[24/76] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[25/76] Compiling SystemPackage FileOperations.swift
[26/76] Compiling SystemPackage FilePath.swift
[27/76] Compiling SystemPackage FilePathComponentView.swift
[28/76] Compiling SystemPackage FilePathComponents.swift
[29/76] Compiling SystemPackage FilePathSyntax.swift
[30/76] Compiling SystemPackage FilePathTemp.swift
[31/76] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[32/76] Emitting module _NIOBase64
[33/76] Compiling _NIOBase64 Base64.swift
[38/79] Compiling _NIODataStructures PriorityQueue.swift
[39/79] Compiling _NIODataStructures _TinyArray.swift
[40/79] Compiling SystemPackage MachPort.swift
[41/79] Compiling SystemPackage PlatformString.swift
[42/79] Compiling SystemPackage SystemString.swift
[43/79] Emitting module SystemPackage
[44/82] Compiling SystemPackage Backcompat.swift
[45/82] Compiling SystemPackage CInterop.swift
[46/82] Compiling SystemPackage Constants.swift
[47/82] Compiling SystemPackage Exports.swift
[48/82] Emitting module _NIODataStructures
[49/82] Compiling _NIODataStructures Heap.swift
[50/82] Compiling SystemPackage Mocking.swift
[51/82] Compiling SystemPackage RawBuffer.swift
[52/82] Compiling SystemPackage Syscalls.swift
[53/82] Compiling SystemPackage WindowsSyscallAdapters.swift
[58/83] Compiling CryptoBoringWrapper EllipticCurve.swift
[59/83] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[60/83] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[61/83] Emitting module CryptoBoringWrapper
[62/83] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[68/84] Compiling CoreMetrics Locks.swift
[69/84] Compiling CoreMetrics Metrics.swift
[75/85] Compiling SystemPackage Util+StringArray.swift
[76/85] Compiling SystemPackage Util.swift
[77/85] Compiling SystemPackage UtilConsumers.swift
[78/85] Compiling SystemPackage Errno.swift
[79/85] Compiling SystemPackage ErrnoWindows.swift
[80/85] Compiling SystemPackage FileDescriptor.swift
[81/85] Compiling SystemPackage FileHelpers.swift
[87/180] Compiling Backtrace Demangle.swift
[88/180] Compiling Instrumentation NoOpInstrument.swift
[89/303] Emitting module Backtrace
[90/303] Compiling Backtrace Backtrace.swift
[91/303] Emitting module NIOConcurrencyHelpers
[92/304] Compiling Instrumentation MultiplexInstrument.swift
[93/304] Compiling NIOConcurrencyHelpers lock.swift
[94/304] Compiling Logging MetadataProvider.swift
[95/304] Compiling Instrumentation Instrument.swift
[96/304] Emitting module Instrumentation
[97/304] Compiling Instrumentation InstrumentationSystem.swift
[98/304] Compiling Instrumentation Locks.swift
[99/305] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[100/305] Compiling NIOConcurrencyHelpers NIOLock.swift
[101/305] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[102/305] Compiling NIOConcurrencyHelpers atomics.swift
[106/306] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[107/306] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[108/306] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[109/306] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[110/306] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[111/306] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[112/306] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[113/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[114/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[115/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[116/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[117/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[118/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[119/316] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[120/327] Compiling OrderedCollections OrderedDictionary.swift
[121/327] Compiling OrderedCollections OrderedSet+Codable.swift
[122/327] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[123/327] Compiling OrderedCollections OrderedSet+Descriptions.swift
[124/327] Compiling OrderedCollections OrderedSet+Diffing.swift
[125/327] Compiling OrderedCollections OrderedSet+Equatable.swift
[126/327] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[127/327] Compiling OrderedCollections OrderedSet+Hashable.swift
[128/330] Compiling OrderedCollections OrderedDictionary+Codable.swift
[129/330] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[130/330] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[131/330] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[132/330] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[133/330] Compiling OrderedCollections OrderedDictionary+Elements.swift
[134/330] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[135/330] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[136/330] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[137/330] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[138/330] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[139/330] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[140/330] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[141/330] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[142/330] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[143/330] Compiling OrderedCollections OrderedDictionary+Values.swift
[144/330] Compiling OrderedCollections OrderedSet+Initializers.swift
[145/330] Compiling OrderedCollections OrderedSet+Insertions.swift
[146/330] Compiling OrderedCollections OrderedSet+Invariants.swift
[147/330] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[148/330] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[149/330] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[150/330] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[151/330] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[152/330] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[153/330] Compiling Tracing NoOpTracer.swift
[154/330] Compiling Tracing InstrumentationSystem+Tracing.swift
[155/330] Emitting module Metrics
[156/330] Compiling Metrics Metrics.swift
[157/331] Compiling HeapModule Heap+Descriptions.swift
[158/331] Emitting module Tracing
[159/331] Compiling Tracing TracerProtocol.swift
[160/331] Compiling Tracing TracingTime.swift
[161/331] Compiling Tracing Tracer.swift
[162/331] Compiling Tracing TracerProtocol+Legacy.swift
[164/331] Compiling HeapModule _HeapNode.swift
[165/331] Compiling HeapModule Heap+UnsafeHandle.swift
[166/331] Compiling HeapModule Heap+Invariants.swift
[167/331] Compiling HeapModule Heap.swift
[168/331] Emitting module Logging
[169/331] Compiling Logging LogHandler.swift
[170/331] Compiling Logging Locks.swift
[171/331] Compiling Logging Logging.swift
[176/332] Compiling OrderedCollections OrderedSet+Sendable.swift
[177/332] Compiling OrderedCollections OrderedSet+SubSequence.swift
[178/332] Compiling OrderedCollections OrderedSet+Testing.swift
[179/332] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[180/332] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[181/332] Compiling OrderedCollections OrderedSet.swift
[192/341] Emitting module Crypto
[193/341] Compiling OrderedCollections _UnsafeBitset.swift
[194/341] Compiling _RopeModule Rope+Sequence.swift
[195/341] Compiling _RopeModule Rope+Append.swift
[196/341] Compiling _RopeModule Rope+Extract.swift
[197/341] Compiling _RopeModule Rope+Find.swift
[198/341] Compiling _RopeModule Rope+ForEachWhile.swift
[199/341] Compiling _RopeModule Rope+Insert.swift
[200/341] Compiling Crypto ASN1Any.swift
[201/341] Compiling Crypto ASN1BitString.swift
[202/341] Compiling Crypto ASN1Boolean.swift
[203/341] Emitting module HeapModule
[223/351] Compiling OrderedCollections _HashTable+Bucket.swift
[224/351] Compiling OrderedCollections _HashTable+BucketIterator.swift
[225/351] Compiling OrderedCollections _HashTable+Constants.swift
[226/351] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[227/351] Compiling OrderedCollections _HashTable+Testing.swift
[228/351] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[229/351] Compiling OrderedCollections _HashTable.swift
[230/351] Compiling OrderedCollections _Hashtable+Header.swift
[231/351] Compiling Tracing SpanProtocol.swift
[233/449] Compiling DequeModule Deque+CustomReflectable.swift
[234/449] Compiling DequeModule Deque+Descriptions.swift
[235/449] Compiling DequeModule Deque+Extras.swift
[236/449] Compiling DequeModule Deque+Hashable.swift
[237/449] Compiling DequeModule Deque+Equatable.swift
[238/449] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[239/449] Compiling DequeModule Deque+Codable.swift
[240/449] Compiling DequeModule Deque+Collection.swift
[241/449] Compiling DequeModule Deque+Testing.swift
[242/449] Compiling DequeModule Deque._Storage.swift
[243/449] Emitting module RoutingKit
[246/451] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[247/451] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[248/451] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[249/451] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[250/451] Compiling HashTreeCollections _HashNode+Structural union.swift
[251/451] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[252/451] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[253/451] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[254/451] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[255/451] Compiling HashTreeCollections _HashNode.swift
[256/451] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[257/451] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[258/451] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[259/451] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[260/451] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[261/451] Compiling HashTreeCollections TreeDictionary.swift
[262/451] Compiling HashTreeCollections TreeSet+Codable.swift
[263/451] Compiling HashTreeCollections TreeSet+Collection.swift
[264/451] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[265/451] Compiling HashTreeCollections TreeSet+Debugging.swift
[266/451] Compiling HashTreeCollections TreeSet+Descriptions.swift
[267/451] Compiling HashTreeCollections TreeSet+Equatable.swift
[268/451] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[269/451] Compiling HashTreeCollections TreeSet+Extras.swift
[270/451] Compiling HashTreeCollections TreeSet+Filter.swift
[271/451] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[272/451] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[273/451] Compiling HashTreeCollections TreeDictionary+Filter.swift
[284/451] Compiling DequeModule _DequeBuffer.swift
[285/451] Compiling DequeModule _DequeBufferHeader.swift
[286/451] Compiling DequeModule Deque._UnsafeHandle.swift
[287/451] Compiling DequeModule Deque.swift
[288/451] Compiling DequeModule _DequeSlot.swift
[289/451] Compiling DequeModule _UnsafeWrappedBuffer.swift
[290/451] Compiling HashTreeCollections _UnsafePath.swift
[291/451] Compiling HashTreeCollections TreeDictionary+Codable.swift
[292/451] Compiling HashTreeCollections TreeDictionary+Collection.swift
[293/451] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[294/451] Compiling HashTreeCollections _HashNodeHeader.swift
[295/451] Compiling HashTreeCollections _HashSlot.swift
[296/451] Compiling HashTreeCollections _HashStack.swift
[297/451] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[298/451] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[299/451] Compiling HashTreeCollections _HashNode+Storage.swift
[300/451] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[301/451] Compiling HashTreeCollections _HashNode+Structural filter.swift
[302/451] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[303/451] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[304/477] Compiling RoutingKit Parameters.swift
[305/477] Emitting module OrderedCollections
[306/477] Compiling RoutingKit AnyRouter.swift
[308/478] Compiling ConsoleKitTerminal Console+Center.swift
[309/478] Compiling ConsoleKitTerminal Console+Output.swift
[310/478] Compiling ConsoleKitTerminal ActivityBar.swift
[311/478] Compiling ConsoleKitTerminal ActivityIndicator.swift
[312/478] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[313/478] Compiling ConsoleKitTerminal ConsoleClear.swift
[314/478] Compiling HashTreeCollections TreeSet+Hashable.swift
[315/478] Compiling HashTreeCollections TreeSet+Sendable.swift
[316/478] Compiling HashTreeCollections TreeSet+Sequence.swift
[317/478] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[318/478] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[324/488] Compiling ConsoleKitTerminal Console+Confirm.swift
[325/488] Compiling ConsoleKitTerminal Console+Input.swift
[328/491] Compiling RoutingKit PathComponent.swift
[329/491] Compiling RoutingKit Router.swift
[330/491] Compiling RoutingKit TrieRouter.swift
[331/491] Compiling ConsoleKitTerminal ProgressBar.swift
[332/491] Compiling ConsoleKitTerminal Console+Clear.swift
[333/545] Emitting module ConsoleKitTerminal
[345/545] Compiling BitCollections BitSet+CustomStringConvertible.swift
[346/545] Compiling BitCollections BitSet+Equatable.swift
[347/545] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[348/545] Compiling BitCollections BitSet+Extras.swift
[349/545] Compiling BitCollections BitArray._UnsafeHandle.swift
[350/545] Compiling BitCollections BitArray.swift
[351/545] Compiling BitCollections BitSet+BidirectionalCollection.swift
[352/545] Compiling BitCollections BitSet+Codable.swift
[353/545] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[354/545] Compiling BitCollections BitSet+CustomReflectable.swift
[360/545] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[361/545] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[362/545] Compiling HashTreeCollections TreeDictionary+Keys.swift
[363/545] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[364/545] Compiling HashTreeCollections TreeDictionary+Merge.swift
[365/545] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[366/545] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[367/545] Compiling HashTreeCollections TreeDictionary+Values.swift
[368/545] Emitting module _RopeModule
[369/545] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[370/545] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[371/545] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[372/545] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[373/545] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[374/545] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[375/545] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[376/545] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[377/545] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[378/545] Compiling HashTreeCollections TreeSet.swift
[379/564] Emitting module DequeModule
[380/564] Compiling Atomics AtomicReference.swift
[381/564] Compiling Atomics AtomicStorage.swift
[383/565] Compiling Atomics AtomicValue.swift
[384/565] Compiling Atomics Primitives.shims.swift
[385/565] Compiling Atomics AtomicInteger.swift
[386/565] Compiling Atomics AtomicOptionalWrappable.swift
[387/565] Compiling Atomics AtomicMemoryOrderings.swift
[388/565] Compiling Atomics DoubleWord.swift
[389/565] Compiling Atomics ManagedAtomic.swift
[390/572] Compiling BitCollections BitSet+Initializers.swift
[391/572] Compiling BitCollections BitSet+Invariants.swift
[392/572] Compiling BitCollections BitSet+Random.swift
[393/572] Compiling BitCollections BitSet+SetAlgebra basics.swift
[394/572] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[395/572] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[396/572] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[399/574] Compiling Atomics Unmanaged extensions.swift
[400/574] Compiling BitCollections BitArray+Initializers.swift
[401/574] Compiling BitCollections BitArray+Invariants.swift
[402/574] Compiling Atomics UnsafeAtomic.swift
[403/574] Compiling Atomics UnsafeAtomicLazyReference.swift
[404/574] Compiling Atomics IntegerOperations.swift
[408/574] Compiling Atomics ManagedAtomicLazyReference.swift
[409/574] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[410/574] Compiling BitCollections BitArray+BitwiseOperations.swift
[411/574] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[417/574] Compiling BitCollections BitArray+Codable.swift
[418/574] Compiling BitCollections BitArray+Collection.swift
[419/574] Compiling BitCollections BitArray+Copy.swift
[420/574] Compiling BitCollections BitArray+CustomReflectable.swift
[421/574] Compiling BitCollections BitArray+Descriptions.swift
[432/574] Compiling BitCollections BitArray+Equatable.swift
[440/574] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[445/574] Emitting module BitCollections
[461/601] Compiling Algorithms Intersperse.swift
[462/601] Compiling Algorithms Partition.swift
[463/601] Compiling Algorithms Permutations.swift
[464/601] Compiling Algorithms Product.swift
[465/601] Compiling Algorithms Joined.swift
[466/601] Compiling Algorithms Keyed.swift
[467/601] Compiling Algorithms MinMax.swift
[468/601] Compiling Algorithms RandomSample.swift
[469/601] Compiling Algorithms Reductions.swift
[470/601] Compiling Algorithms Rotate.swift
[471/601] Compiling Algorithms Split.swift
[472/608] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[473/608] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[474/608] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[475/608] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[476/608] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[477/608] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[478/608] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[489/610] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[490/610] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[491/610] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[492/610] Compiling BitCollections BitSet+SetAlgebra union.swift
[493/610] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[494/610] Compiling BitCollections BitSet.Counted.swift
[496/616] Compiling AWSLambdaEvents SNS.swift
[497/616] Compiling AWSLambdaEvents SQS.swift
[498/616] Compiling AWSLambdaEvents Base64.swift
[499/616] Compiling AWSLambdaEvents DynamoDB.swift
[500/616] Compiling AWSLambdaEvents S3.swift
[501/616] Compiling AWSLambdaEvents SES.swift
[502/616] Compiling BitCollections BitSet.Index.swift
[503/616] Compiling BitCollections BitSet._UnsafeHandle.swift
[504/616] Compiling BitCollections BitSet.swift
[505/616] Compiling BitCollections Range+Utilities.swift
[506/616] Compiling BitCollections Slice+Utilities.swift
[507/616] Compiling BitCollections UInt+Tricks.swift
[508/616] Compiling BitCollections _Word.swift
[520/619] Compiling Algorithms Stride.swift
[521/619] Compiling Algorithms Suffix.swift
[522/619] Compiling Algorithms Trim.swift
[523/619] Compiling Algorithms Unique.swift
[524/619] Compiling Algorithms Windows.swift
[529/619] Compiling AWSLambdaEvents ALB.swift
[530/619] Compiling AWSLambdaEvents APIGateway+V2.swift
[531/619] Compiling AWSLambdaEvents APIGateway.swift
[532/619] Compiling AWSLambdaEvents AWSRegion.swift
[533/619] Compiling AWSLambdaEvents AppSync.swift
[534/619] Compiling AWSLambdaEvents Cloudwatch.swift
[538/642] Emitting module ConsoleKitCommands
[539/644] Compiling AWSLambdaEvents DateWrappers.swift
[540/645] Emitting module Atomics
[541/645] Compiling ConsoleKitCommands Command.swift
[542/645] Compiling ConsoleKitCommands CommandContext.swift
[543/645] Compiling ConsoleKitCommands CommandError.swift
[544/645] Compiling ConsoleKitCommands CommandSignature.swift
[545/645] Compiling ConsoleKitCommands Flag.swift
[546/645] Compiling ConsoleKitCommands Option.swift
[547/645] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[548/645] Compiling ConsoleKitCommands AsyncCommands.swift
[550/645] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[551/645] Compiling ConsoleKitCommands AnyCommand.swift
[552/645] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[553/645] Compiling ConsoleKitCommands AsyncCommand.swift
[555/645] Emitting module AWSLambdaEvents
[558/645] Compiling ConsoleKitCommands CommandInput.swift
[559/645] Compiling ConsoleKitCommands Commands.swift
[561/645] Compiling ConsoleKitCommands CommandGroup.swift
[562/645] Compiling AWSLambdaEvents HTTP.swift
[563/645] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[564/645] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[565/645] Compiling ConsoleKitCommands Argument.swift
[569/645] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[570/645] Compiling ConsoleKitCommands Utilities.swift
[611/646] Compiling ConsoleKitCommands Console+Run.swift
[612/646] Compiling ConsoleKitCommands ConsoleError.swift
[613/646] Compiling ConsoleKitCommands Completion.swift
[631/647] Emitting module HashTreeCollections
[632/648] Emitting module Algorithms
[648/650] Compiling ExtrasBase64 Base64.swift
[649/650] Compiling ExtrasBase64 Base32.swift
[650/650] Emitting module ExtrasBase64
[652/655] Emitting module ConsoleKit
[653/655] Compiling ConsoleKit Exports.swift
[655/656] Emitting module Collections
[656/656] Compiling Collections Collections.swift
[658/717] Emitting module NIOCore
[659/725] Compiling NIOCore MulticastChannel.swift
[660/725] Compiling NIOCore NIOAny.swift
[661/725] Compiling NIOCore NIOCloseOnErrorHandler.swift
[662/725] Compiling NIOCore NIOLoopBound.swift
[663/725] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[664/725] Compiling NIOCore NIOScheduledCallback.swift
[665/725] Compiling NIOCore NIOSendable.swift
[666/725] Compiling NIOCore RecvByteBufferAllocator.swift
[667/725] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[668/725] Compiling NIOCore SocketAddresses.swift
[669/725] Compiling NIOCore SocketOptionProvider.swift
[670/725] Compiling NIOCore SystemCallHelpers.swift
[671/725] Compiling NIOCore TimeAmount+Duration.swift
[672/725] Compiling NIOCore TypeAssistedChannelHandler.swift
[673/725] Compiling NIOCore UniversalBootstrapSupport.swift
[674/725] Compiling NIOCore Utilities.swift
[675/725] Compiling NIOCore AddressedEnvelope.swift
[676/725] Compiling NIOCore AsyncAwaitSupport.swift
[677/725] Compiling NIOCore AsyncChannel.swift
[678/725] Compiling NIOCore AsyncChannelHandler.swift
[679/725] Compiling NIOCore AsyncChannelInboundStream.swift
[680/725] Compiling NIOCore AsyncChannelOutboundWriter.swift
[681/725] Compiling NIOCore NIOAsyncSequenceProducer.swift
[682/725] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[683/725] Compiling NIOCore NIOAsyncWriter.swift
[684/725] Compiling NIOCore CircularBuffer.swift
[685/725] Compiling NIOCore Codec.swift
[686/725] Compiling NIOCore ConvenienceOptionSupport.swift
[687/725] Compiling NIOCore DeadChannel.swift
[688/725] Compiling NIOCore DispatchQueue+WithFuture.swift
[689/725] Compiling NIOCore EventLoop+Deprecated.swift
[690/725] Compiling NIOCore EventLoop+SerialExecutor.swift
[691/725] Compiling NIOCore EventLoop.swift
[692/725] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[693/725] Compiling NIOCore BSDSocketAPI.swift
[694/725] Compiling NIOCore ByteBuffer-aux.swift
[695/725] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[696/725] Compiling NIOCore ByteBuffer-conversions.swift
[697/725] Compiling NIOCore ByteBuffer-core.swift
[698/725] Compiling NIOCore ByteBuffer-hex.swift
[699/725] Compiling NIOCore ByteBuffer-int.swift
[700/725] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[701/725] Compiling NIOCore ByteBuffer-multi-int.swift
[702/725] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[703/725] Compiling NIOCore ByteBuffer-views.swift
[704/725] Compiling NIOCore Channel.swift
[705/725] Compiling NIOCore ChannelHandler.swift
[706/725] Compiling NIOCore ChannelHandlers.swift
[707/725] Compiling NIOCore ChannelInvoker.swift
[708/725] Compiling NIOCore ChannelOption.swift
[709/725] Compiling NIOCore ChannelPipeline.swift
[710/725] Compiling NIOCore IO.swift
[711/725] Compiling NIOCore IOData.swift
[712/725] Compiling NIOCore IPProtocol.swift
[713/725] Compiling NIOCore IntegerBitPacking.swift
[714/725] Compiling NIOCore IntegerTypes.swift
[715/725] Compiling NIOCore Interfaces.swift
[716/725] Compiling NIOCore Linux.swift
[717/725] Compiling NIOCore MarkedCircularBuffer.swift
[718/725] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[719/725] Compiling NIOCore EventLoopFuture+Deprecated.swift
[720/725] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[721/725] Compiling NIOCore EventLoopFuture.swift
[722/725] Compiling NIOCore FileDescriptor.swift
[723/725] Compiling NIOCore FileHandle.swift
[724/725] Compiling NIOCore FileRegion.swift
[725/725] Compiling NIOCore GlobalSingletons.swift
[727/776] Compiling NIOEmbedded AsyncTestingChannel.swift
[728/776] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[729/776] Compiling NIOEmbedded Embedded.swift
[730/776] Emitting module NIOEmbedded
[732/777] Emitting module NIOPosix
[733/783] Compiling NIOPosix BSDSocketAPICommon.swift
[734/783] Compiling NIOPosix BSDSocketAPIPosix.swift
[735/783] Compiling NIOPosix BSDSocketAPIWindows.swift
[736/783] Compiling NIOPosix BaseSocket.swift
[737/783] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[738/783] Compiling NIOPosix BaseSocketChannel.swift
[739/783] Compiling NIOPosix BaseStreamSocketChannel.swift
[740/783] Compiling NIOPosix Pool.swift
[741/783] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[742/783] Compiling NIOPosix PosixSingletons.swift
[743/783] Compiling NIOPosix RawSocketBootstrap.swift
[744/783] Compiling NIOPosix Resolver.swift
[745/783] Compiling NIOPosix Selectable.swift
[746/783] Compiling NIOPosix SelectableChannel.swift
[747/783] Compiling NIOPosix SelectableEventLoop.swift
[748/783] Compiling NIOPosix SelectorEpoll.swift
[749/783] Compiling NIOPosix SelectorGeneric.swift
[750/783] Compiling NIOPosix SelectorKqueue.swift
[751/783] Compiling NIOPosix SelectorUring.swift
[752/783] Compiling NIOPosix ServerSocket.swift
[753/783] Compiling NIOPosix Socket.swift
[754/783] Compiling NIOPosix SocketChannel.swift
[755/783] Compiling NIOPosix SocketProtocols.swift
[756/783] Compiling NIOPosix System.swift
[757/783] Compiling NIOPosix Thread.swift
[758/783] Compiling NIOPosix IO.swift
[759/783] Compiling NIOPosix IntegerBitPacking.swift
[760/783] Compiling NIOPosix IntegerTypes.swift
[761/783] Compiling NIOPosix Linux.swift
[762/783] Compiling NIOPosix LinuxCPUSet.swift
[763/783] Compiling NIOPosix LinuxUring.swift
[764/783] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[765/783] Compiling NIOPosix Bootstrap.swift
[766/783] Compiling NIOPosix ControlMessage.swift
[767/783] Compiling NIOPosix DatagramVectorReadManager.swift
[768/783] Compiling NIOPosix Errors+Any.swift
[769/783] Compiling NIOPosix FileDescriptor.swift
[770/783] Compiling NIOPosix GetaddrinfoResolver.swift
[771/783] Compiling NIOPosix HappyEyeballs.swift
[772/783] Compiling NIOPosix NIOThreadPool.swift
[773/783] Compiling NIOPosix NonBlockingFileIO.swift
[774/783] Compiling NIOPosix PendingDatagramWritesManager.swift
[775/783] Compiling NIOPosix PendingWritesManager.swift
[776/783] Compiling NIOPosix PipeChannel.swift
[777/783] Compiling NIOPosix PipePair.swift
[778/783] Compiling NIOPosix ThreadPosix.swift
[779/783] Compiling NIOPosix ThreadWindows.swift
[780/783] Compiling NIOPosix UnsafeTransfer.swift
[781/783] Compiling NIOPosix Utilities.swift
[782/783] Compiling NIOPosix VsockAddress.swift
[783/783] Compiling NIOPosix VsockChannelEvents.swift
[785/839] Compiling NIO Exports.swift
[786/839] Emitting module NIO
[788/844] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[789/844] Compiling _NIOFileSystem Mocking.swift
[790/844] Compiling _NIOFileSystem Syscall.swift
[791/846] Compiling _NIOFileSystem FileHandleProtocol.swift
[792/846] Compiling _NIOFileSystem FileInfo.swift
[793/846] Compiling _NIOFileSystem FileSystem.swift
[794/846] Compiling _NIOFileSystem Syscalls.swift
[795/846] Compiling _NIOFileSystem ParallelDirCopy.swift
[796/846] Compiling _NIOFileSystem ParallelRemoval.swift
[797/846] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[798/846] Compiling _NIOFileSystem FileChunks.swift
[799/846] Compiling _NIOFileSystem FileHandle.swift
[800/887] Emitting module _NIOFileSystem
[801/887] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[802/887] Emitting module NIOTLS
[803/891] Emitting module _NIOConcurrency
[804/891] Compiling _NIOConcurrency Empty.swift
[805/891] Compiling NIOTLS TLSEvents.swift
[807/892] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[808/892] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[809/892] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[810/892] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[811/892] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[812/892] Compiling NIOHTTP1 ByteCollectionUtils.swift
[813/892] Compiling NIOHTTP1 HTTPDecoder.swift
[814/892] Compiling NIOHTTP1 HTTPEncoder.swift
[815/892] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[816/892] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[817/892] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[818/892] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[819/892] Compiling NIOSOCKS ClientStateMachine.swift
[820/892] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[821/892] Compiling AsyncKit Optional+StrictMap.swift
[822/892] Compiling AsyncKit Exports.swift
[823/893] Compiling NIOSOCKS SOCKSResponse.swift
[824/893] Emitting module NIOSOCKS
[827/893] Compiling NIOSOCKS ServerStateMachine.swift
[828/893] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[829/893] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[830/893] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[831/893] Emitting module NIOFoundationCompat
[838/895] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[839/895] Compiling NIOTLS SNIHandler.swift
[841/896] Emitting module NIOHTTP1
[844/898] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[845/898] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[850/898] Compiling _NIOFileSystem Errno.swift
[851/898] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[852/898] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[855/898] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[856/898] Compiling _NIOFileSystem BufferedStream.swift
[857/898] Compiling _NIOFileSystem Cancellation.swift
[858/898] Compiling _NIOFileSystem TokenBucket.swift
[859/898] Compiling _NIOFileSystem UnsafeTransfer.swift
[860/898] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[861/898] Compiling _NIOFileSystem FileSystemError.swift
[862/898] Compiling _NIOFileSystem FileSystemProtocol.swift
[863/898] Compiling _NIOFileSystem FileType.swift
[864/898] Compiling _NIOFileSystem IOStrategy.swift
[865/898] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[866/898] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[876/898] Compiling NIOHTTP1 HTTPTypes.swift
[880/899] Emitting module AsyncKit
[882/950] Compiling _NIOFileSystem SystemFileHandle.swift
[883/950] Compiling _NIOFileSystem Utilities.swift
[884/950] Compiling _NIOFileSystem OpenOptions.swift
[885/950] Compiling _NIOFileSystem String+FileSystem.swift
[886/951] Compiling NIOSSL SSLInit.swift
[887/951] Compiling NIOSSL SSLPKCS12Bundle.swift
[888/951] Compiling NIOSSL SSLPrivateKey.swift
[889/986] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[890/986] Compiling NIOExtras NIOExtrasError.swift
[891/986] Compiling NIOExtras NIOLengthFieldBitLength.swift
[892/986] Compiling NIOExtras NIORequestIdentifiable.swift
[893/986] Compiling NIOExtras PCAPRingBuffer.swift
[894/986] Compiling NIOExtras QuiescingHelper.swift
[895/986] Compiling NIOSSL SSLConnection.swift
[896/986] Compiling NIOSSL SSLContext.swift
[897/986] Compiling NIOSSL SSLErrors.swift
[898/988] Emitting module NIOTransportServices
[899/998] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[900/998] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[901/998] Compiling NIOWebSocket SHA1.swift
[902/998] Compiling NIOExtras DebugOutboundEventsHandler.swift
[903/998] Compiling NIOExtras FixedLengthFrameDecoder.swift
[904/998] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[905/998] Compiling NIOExtras LengthFieldPrepender.swift
[906/998] Compiling NIOExtras LineBasedFrameDecoder.swift
[907/998] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[908/998] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[909/998] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[916/1000] Compiling NIOHPACK IndexedHeaderTable.swift
[918/1001] Compiling NIOHPACK StaticHeaderTable.swift
[919/1001] Compiling NIOHPACK HuffmanTables.swift
[920/1006] Compiling NIOHTTPCompression HTTPCompression.swift
[921/1006] Emitting module NIOHTTPCompression
[922/1006] Compiling NIOHTTPCompression HTTPDecompression.swift
[923/1006] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[924/1006] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[925/1006] Compiling NIOFileSystem Exports.swift
[926/1006] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[927/1006] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[928/1007] Emitting module _NIOFileSystemFoundationCompat
[929/1007] Compiling NIOExtras RequestResponseHandler.swift
[930/1007] Compiling NIOExtras RequestResponseWithIDHandler.swift
[931/1009] Compiling NIOHPACK IntegerCoding.swift
[936/1010] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[937/1010] Compiling NIOWebSocket WebSocketOpcode.swift
[939/1010] Emitting module NIOFileSystem
[940/1010] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[941/1010] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[942/1012] Compiling NIOHPACK HuffmanCoding.swift
[943/1012] Compiling NIOWebSocket WebSocketErrorCodes.swift
[944/1012] Compiling NIOWebSocket WebSocketFrame.swift
[945/1012] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[949/1012] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[958/1016] Emitting module NIOHPACK
[959/1016] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[960/1016] Emitting module NIOWebSocket
[961/1027] Compiling AWSLambdaRuntimeCore Lambda+String.swift
[962/1027] Compiling AWSLambdaRuntimeCore Lambda.swift
[963/1027] Compiling AWSLambdaRuntimeCore HTTPClient.swift
[964/1027] Compiling AWSLambdaRuntimeCore Lambda+LocalServer.swift
[965/1028] Compiling AWSLambdaRuntimeCore LambdaConfiguration.swift
[966/1028] Compiling AWSLambdaRuntimeCore LambdaContext.swift
[968/1048] Compiling NIOSSL SubjectAlternativeName.swift
[969/1048] Compiling NIOSSL NIOSSLSecureBytes.swift
[970/1048] Compiling NIOSSL RNG.swift
[971/1048] Compiling NIOSSL SafeCompare.swift
[973/1048] Emitting module NIOExtras
[974/1048] Emitting module NIOSSL
[975/1048] Compiling AWSLambdaRuntimeCore LambdaRunner.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[976/1048] Compiling MultipartKit Exports.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[977/1048] Compiling MultipartKit FormDataDecoder.Decoder.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[978/1048] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[979/1048] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[980/1049] Compiling MultipartKit BasicCodingKey.swift
[981/1049] Compiling MultipartKit MultipartError.swift
[984/1049] Compiling AWSLambdaRuntimeCore LambdaHandler.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[985/1049] Compiling AWSLambdaRuntimeCore LambdaLifecycle.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[988/1049] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[989/1049] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[990/1049] Compiling MultipartKit MultipartFormData.swift
[991/1049] Compiling MultipartKit MultipartParser.swift
[992/1049] Compiling MultipartKit FormDataEncoder.swift
[993/1049] Compiling MultipartKit Storage.swift
[994/1049] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[995/1049] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[996/1049] Compiling MultipartKit FormDataDecoder.swift
[997/1049] Compiling MultipartKit FormDataEncoder.Encoder.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[998/1107] Emitting module AWSLambdaRuntimeCore
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[999/1107] Compiling NIOHTTP2 ConnectionStateMachine.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[1000/1107] Compiling NIOHTTP2 ConnectionStreamsState.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[1001/1107] Compiling NIOHTTP2 ReceivingDataState.swift
[1002/1107] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1003/1107] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1006/1107] Compiling NIOHTTP2 MayReceiveFrames.swift
[1007/1107] Compiling AWSLambdaRuntimeCore LambdaRuntimeClient.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
[1008/1107] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1009/1107] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1010/1107] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1011/1107] Compiling NIOHTTP2 MaySendFrames.swift
[1012/1107] Compiling NIOHTTP2 SendingDataState.swift
[1013/1107] Compiling NIOHTTP2 SendingGoawayState.swift
[1017/1109] Compiling AWSLambdaRuntimeCore Utils.swift
/host/spi-builder-workspace/.build/checkouts/swift-aws-lambda-runtime/Sources/AWSLambdaRuntimeCore/Lambda.swift:18:8: error: no such module 'Darwin.C'
16 | import Glibc
17 | #else
18 | import Darwin.C
| `- error: no such module 'Darwin.C'
19 | #endif
20 |
BUILD FAILURE 6.1 android