Build Information
Failed to build S3, reference 4.0.0-alpha.1 (253053
), with Swift 6.1 for Android on 27 May 2025 16:00:25 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/liveui/s3.git
Reference: 4.0.0-alpha.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/liveui/s3
* tag 4.0.0-alpha.1 -> FETCH_HEAD
HEAD is now at 253053d Merge pull request #46 from skelpo/vapor-4
Cloned https://github.com/liveui/s3.git
Revision (git rev-parse @):
253053d5c046b6bd63771218049f62d37cf58653
SUCCESS checkout https://github.com/liveui/s3.git at 4.0.0-alpha.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/liveui/s3.git
https://github.com/liveui/s3.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0-alpha",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "xmlcoding",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/LiveUI/XMLCoding.git"
}
],
"manifest_display_name" : "S3",
"name" : "S3",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "S3",
"targets" : [
"S3"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "S3Signer",
"targets" : [
"S3Signer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "S3TestTools",
"targets" : [
"S3TestTools"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "S3DemoRun",
"targets" : [
"S3DemoRun"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "S3Tests",
"module_type" : "SwiftTarget",
"name" : "S3Tests",
"path" : "Tests/S3Tests",
"sources" : [
"AWSTestSuite.swift",
"BaseTestCase.swift",
"S3SignerAWSTests.swift",
"S3SignerV2Tests.swift",
"S3Tests.swift"
],
"target_dependencies" : [
"S3"
],
"type" : "test"
},
{
"c99name" : "S3TestTools",
"module_type" : "SwiftTarget",
"name" : "S3TestTools",
"path" : "Sources/S3TestTools",
"product_dependencies" : [
"Vapor"
],
"product_memberships" : [
"S3TestTools"
],
"sources" : [
"Extensions/Services+S3Mock.swift",
"S3Mock.swift"
],
"target_dependencies" : [
"S3"
],
"type" : "library"
},
{
"c99name" : "S3Signer",
"module_type" : "SwiftTarget",
"name" : "S3Signer",
"path" : "Sources/S3Signer",
"product_dependencies" : [
"Vapor"
],
"product_memberships" : [
"S3",
"S3Signer",
"S3TestTools",
"S3DemoRun"
],
"sources" : [
"Dates.swift",
"Expiration.swift",
"Extensions/Container+S3Signer.swift",
"Extensions/String+Encoding.swift",
"HTTPMethod+Description.swift",
"Payload.swift",
"Region.swift",
"S3Signer+Private.swift",
"S3Signer.swift"
],
"type" : "library"
},
{
"c99name" : "S3DemoRun",
"module_type" : "SwiftTarget",
"name" : "S3DemoRun",
"path" : "Sources/S3DemoRun",
"product_memberships" : [
"S3DemoRun"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"S3DemoApp"
],
"type" : "executable"
},
{
"c99name" : "S3DemoApp",
"module_type" : "SwiftTarget",
"name" : "S3DemoApp",
"path" : "Sources/S3DemoApp",
"product_dependencies" : [
"Vapor"
],
"product_memberships" : [
"S3DemoRun"
],
"sources" : [
"S3DemoApp.swift"
],
"target_dependencies" : [
"S3",
"S3Signer"
],
"type" : "library"
},
{
"c99name" : "S3",
"module_type" : "SwiftTarget",
"name" : "S3",
"path" : "Sources/S3",
"product_dependencies" : [
"Vapor",
"XMLCoding"
],
"product_memberships" : [
"S3",
"S3TestTools",
"S3DemoRun"
],
"sources" : [
"Extensions/Container+S3.swift",
"Extensions/Error+S3.swift",
"Extensions/HTTPHeaders+Tools.swift",
"Extensions/Region+Tools.swift",
"Extensions/Response+XMLDecoding.swift",
"Extensions/S3+Bucket.swift",
"Extensions/S3+Copy.swift",
"Extensions/S3+Delete.swift",
"Extensions/S3+Get.swift",
"Extensions/S3+List.swift",
"Extensions/S3+Move.swift",
"Extensions/S3+ObjectInfo.swift",
"Extensions/S3+Private.swift",
"Extensions/S3+Put.swift",
"Extensions/S3+Service.swift",
"Extensions/S3+Strings.swift",
"Extensions/Service+S3.swift",
"Models/AccessControlList.swift",
"Models/Bucket.swift",
"Models/BucketResults.swift",
"Models/BucketsInfo.swift",
"Models/ErrorMessage.swift",
"Models/File.swift",
"Models/Object.swift",
"Models/Owner.swift",
"Protocols/LocationConvertible.swift",
"Protocols/S3Client.swift",
"S3.swift",
"URLBuilder/S3URLBuilder.swift",
"URLBuilder/URLBuilder.swift"
],
"target_dependencies" : [
"S3Signer"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/LiveUI/XMLCoding.git
[1/536] Fetching xmlcoding
[537/74914] Fetching xmlcoding, vapor
Fetched https://github.com/LiveUI/XMLCoding.git from cache (2.80s)
Fetched https://github.com/vapor/vapor.git from cache (2.83s)
Computing version for https://github.com/LiveUI/XMLCoding.git
Computed https://github.com/LiveUI/XMLCoding.git at 0.4.1 (3.66s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (2.85s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
[1/4974] Fetching swift-distributed-tracing
[51/8293] Fetching swift-distributed-tracing, multipart-kit
[1295/9356] Fetching swift-distributed-tracing, multipart-kit, swift-service-context
[1544/15315] Fetching swift-distributed-tracing, multipart-kit, swift-service-context, swift-algorithms
[2893/17924] Fetching swift-distributed-tracing, multipart-kit, swift-service-context, swift-algorithms, websocket-kit
[4804/19634] Fetching swift-distributed-tracing, multipart-kit, swift-service-context, swift-algorithms, websocket-kit, swift-atomics
Fetched https://github.com/apple/swift-service-context.git from cache (0.54s)
[14936/18571] Fetching swift-distributed-tracing, multipart-kit, swift-algorithms, websocket-kit, swift-atomics
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.84s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.84s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.85s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
[2807/7235] Fetching multipart-kit, swift-atomics, swift-metrics
[5013/13149] Fetching multipart-kit, swift-atomics, swift-metrics, swift-nio-extras
Fetched https://github.com/apple/swift-metrics.git from cache (0.56s)
[2866/10943] Fetching multipart-kit, swift-atomics, swift-nio-extras
Fetching https://github.com/apple/swift-nio-ssl.git
[4759/14779] Fetching multipart-kit, swift-atomics, swift-nio-extras, swift-log
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.57s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-log.git from cache (0.58s)
Fetching https://github.com/vapor/routing-kit.git
[2831/19872] Fetching multipart-kit, swift-atomics, swift-nio-ssl
[6960/40599] Fetching multipart-kit, swift-atomics, swift-nio-ssl, routing-kit
[8856/52126] Fetching multipart-kit, swift-atomics, swift-nio-ssl, routing-kit, swift-nio-http2
[28359/128168] Fetching multipart-kit, swift-atomics, swift-nio-ssl, routing-kit, swift-nio-http2, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (2.08s)
[35621/126458] Fetching multipart-kit, swift-nio-ssl, routing-kit, swift-nio-http2, swift-nio
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/vapor/multipart-kit.git from cache (2.15s)
[37440/123139] Fetching swift-nio-ssl, routing-kit, swift-nio-http2, swift-nio
Fetching https://github.com/vapor/console-kit.git
[55258/128716] Fetching swift-nio-ssl, routing-kit, swift-nio-http2, swift-nio, console-kit
[57276/142652] Fetching swift-nio-ssl, routing-kit, swift-nio-http2, swift-nio, console-kit, swift-crypto
Fetched https://github.com/vapor/console-kit.git from cache (0.88s)
[74585/137075] Fetching swift-nio-ssl, routing-kit, swift-nio-http2, swift-nio, swift-crypto
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/routing-kit.git from cache (1.95s)
[65241/116348] Fetching swift-nio-ssl, swift-nio-http2, swift-nio, swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
[71882/118718] Fetching swift-nio-ssl, swift-nio-http2, swift-nio, swift-crypto, async-kit
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.29s)
[61042/107191] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.79s)
[63508/104821] Fetching swift-nio-ssl, swift-nio, swift-crypto
[63815/118835] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.76s)
Fetched https://github.com/swift-server/async-http-client.git from cache (3.65s)
Fetched https://github.com/apple/swift-crypto.git from cache (5.00s)
Fetched https://github.com/apple/swift-nio.git from cache (6.51s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (8.50s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.55s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.56s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.62s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.55s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.51s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[4392/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.54s)
Fetched https://github.com/apple/swift-collections.git from cache (1.75s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.64s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.11s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.54s)
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.38s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.06s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.80s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.69s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.30s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1141] Fetching swift-http-structured-headers
[1142/6126] Fetching swift-http-structured-headers, swift-async-algorithms
[3136/8552] Fetching swift-http-structured-headers, swift-async-algorithms, swift-service-lifecycle
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-asn1.git
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.55s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.58s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.59s)
[1/1590] Fetching swift-asn1
[1591/2494] Fetching swift-asn1, swift-http-types
[2495/8649] Fetching swift-asn1, swift-http-types, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (1.94s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.94s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.95s)
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 (3.06s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.66s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.70s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.02s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.73s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.66s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (2.06s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (1.01s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.84s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.74s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.80s)
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.72s)
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.78s)
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.61s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.80s)
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/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-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/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/LiveUI/XMLCoding.git
Working copy of https://github.com/LiveUI/XMLCoding.git resolved at 0.4.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-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.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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-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-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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-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/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/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Building for debugging...
[0/893] Write sources
[7/893] Compiling fiat_curve25519_adx_square.S
[7/893] Write sources
[9/893] Compiling _NumericsShims _NumericsShims.c
[10/893] Write sources
[14/893] Compiling _AtomicsShims.c
[14/893] Write sources
[54/893] Compiling CVaporBcrypt blf.c
[55/893] Compiling CVaporBcrypt bcrypt.c
[56/893] Compiling CSystem shims.c
[57/893] Compiling CNIOWindows shim.c
[58/893] Compiling CNIOWindows WSAStartup.c
[59/893] Compiling CNIOWASI CNIOWASI.c
[60/893] Compiling CNIOSHA1 c_nio_sha1.c
[61/893] Compiling mem.cc
[62/893] Compiling CNIOLinux shim.c
[63/893] Compiling CNIOLinux liburing_shims.c
[64/893] Compiling CNIOLLHTTP c_nio_http.c
[65/893] Compiling CNIOLLHTTP c_nio_api.c
[66/893] Compiling CNIOLLHTTP c_nio_llhttp.c
[67/893] Compiling policy.cc
[68/893] Compiling rsa_pss.cc
[69/893] Compiling CNIOExtrasZlib empty.c
[70/893] Compiling v3_bitst.cc
[71/893] Compiling CNIODarwin shim.c
[72/893] Write swift-version-24593BA9C3E375BF.txt
[73/893] Compiling t_req.cc
[74/893] Compiling t_crl.cc
[75/893] Compiling fiat_curve25519_adx_square.S
[75/893] Compiling fiat_p256_adx_mul.S
[77/893] Compiling fiat_curve25519_adx_mul.S
[77/893] Compiling fiat_p256_adx_sqr.S
[79/949] Compiling CNIOBoringSSLShims shims.c
[80/957] Compiling tls_record.cc
[82/971] Emitting module SystemPackage
[83/974] Compiling SystemPackage Util+StringArray.swift
[84/974] Compiling SystemPackage Util.swift
[85/974] Compiling SystemPackage UtilConsumers.swift
[86/974] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[87/974] Compiling InternalCollectionsUtilities _SortedCollection.swift
[88/975] Emitting module ServiceContextModule
[89/975] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[90/975] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[91/975] Compiling InternalCollectionsUtilities Descriptions.swift
[92/975] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[93/975] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[94/975] Compiling InternalCollectionsUtilities Debugging.swift
[95/975] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[96/975] Compiling ServiceContextModule ServiceContext.swift
[97/975] Compiling ServiceContextModule ServiceContextKey.swift
[98/976] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[99/976] Compiling InternalCollectionsUtilities UInt+reversed.swift
[100/976] Emitting module _NIOBase64
[101/976] Compiling _NIOBase64 Base64.swift
[102/977] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[103/977] Compiling InternalCollectionsUtilities Integer rank.swift
[104/977] Emitting module InternalCollectionsUtilities
[105/977] Emitting module _NIODataStructures
[106/977] Compiling _NIODataStructures Heap.swift
[107/977] Compiling _NIODataStructures PriorityQueue.swift
[108/977] Compiling _NIODataStructures _TinyArray.swift
[109/978] Compiling RealModule Float80+Real.swift
[110/978] Compiling RealModule Float16+Real.swift
[111/978] Compiling RealModule Real.swift
[112/978] Emitting module RealModule
[120/979] Compiling SystemPackage MachPort.swift
[121/979] Compiling SystemPackage PlatformString.swift
[122/979] Compiling SystemPackage SystemString.swift
[123/979] Compiling RealModule ElementaryFunctions.swift
[126/979] Compiling RealModule Float+Real.swift
[129/979] Compiling RealModule RealFunctions.swift
[129/980] Wrapping AST for _NIOBase64 for debugging
[131/980] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[131/984] Wrapping AST for _NIODataStructures for debugging
[134/984] Wrapping AST for ServiceContextModule for debugging
[136/1113] Emitting module Instrumentation
[137/1113] Compiling Instrumentation NoOpInstrument.swift
[138/1113] Compiling Instrumentation MultiplexInstrument.swift
[139/1113] Compiling Instrumentation InstrumentationSystem.swift
[140/1113] Compiling OrderedCollections OrderedDictionary+Codable.swift
[141/1113] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[142/1113] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[143/1113] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[144/1113] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[145/1113] Compiling OrderedCollections OrderedDictionary+Elements.swift
[146/1113] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[147/1113] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[148/1120] Compiling OrderedCollections OrderedSet+Initializers.swift
[149/1120] Compiling OrderedCollections OrderedSet+Insertions.swift
[150/1120] Compiling OrderedCollections OrderedSet+Invariants.swift
[151/1120] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[152/1120] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[153/1120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[154/1120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[155/1120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[156/1120] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[157/1120] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[158/1120] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[159/1120] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[160/1120] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[161/1120] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[162/1120] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[163/1120] Compiling OrderedCollections OrderedDictionary+Values.swift
[164/1120] Compiling OrderedCollections OrderedDictionary.swift
[165/1120] Compiling OrderedCollections OrderedSet+Codable.swift
[166/1120] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[167/1120] Compiling OrderedCollections OrderedSet+Descriptions.swift
[168/1120] Compiling OrderedCollections OrderedSet+Diffing.swift
[169/1120] Compiling OrderedCollections OrderedSet+Equatable.swift
[170/1120] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[171/1120] Compiling OrderedCollections OrderedSet+Hashable.swift
[172/1120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[173/1120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[174/1120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[175/1120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[176/1120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[177/1120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[178/1120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[179/1120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[180/1120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[181/1120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[182/1120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[183/1120] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[184/1120] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[185/1120] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[195/1129] Emitting module Logging
[196/1129] Compiling Logging Locks.swift
[197/1129] Compiling Logging MetadataProvider.swift
[202/1129] Compiling OrderedCollections _HashTable+Bucket.swift
[203/1129] Compiling OrderedCollections _HashTable+BucketIterator.swift
[204/1129] Compiling OrderedCollections _HashTable+Constants.swift
[205/1129] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[206/1129] Compiling Instrumentation Instrument.swift
[207/1129] Compiling Instrumentation Locks.swift
[208/1130] Emitting module CoreMetrics
[209/1130] Compiling CoreMetrics Locks.swift
[214/1130] Compiling OrderedCollections _Hashtable+Header.swift
[222/1130] Compiling Logging Logging.swift
[223/1130] Compiling Logging LogHandler.swift
[224/1131] Compiling CoreMetrics Metrics.swift
[229/1154] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[230/1154] Compiling OrderedCollections OrderedSet.swift
[231/1154] Compiling OrderedCollections _UnsafeBitset.swift
[232/1154] Compiling _RopeModule Rope+Sequence.swift
[233/1154] Compiling _RopeModule Rope+Append.swift
[234/1154] Compiling _RopeModule Rope+Extract.swift
[235/1154] Compiling _RopeModule Rope+Find.swift
[236/1154] Compiling _RopeModule Rope+ForEachWhile.swift
[237/1154] Compiling _RopeModule Rope+Insert.swift
[248/1156] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[249/1156] Compiling HeapModule Heap+Descriptions.swift
[250/1156] Compiling HeapModule _HeapNode.swift
[251/1156] Compiling Tracing TracerProtocol.swift
[251/1156] Compiling tls_method.cc
[253/1156] Compiling Tracing TracerProtocol+Legacy.swift
[254/1156] Compiling HeapModule Heap.swift
[255/1156] Compiling XMLCoding ISO8601DateFormatter.swift
[256/1156] Compiling XMLCoding XMLKey.swift
[257/1157] Compiling Tracing TracingTime.swift
[258/1157] Compiling XMLCoding XMLReferencingEncoder.swift
[263/1157] Compiling OrderedCollections _HashTable+Testing.swift
[264/1157] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[265/1157] Compiling OrderedCollections _HashTable.swift
[267/1157] Emitting module HeapModule
[268/1192] Compiling Tracing Tracer.swift
[269/1195] Compiling HashTreeCollections _HashNode+Storage.swift
[270/1195] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[271/1196] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[272/1196] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[273/1220] Compiling HeapModule Heap+Invariants.swift
[274/1221] Compiling HeapModule Heap+UnsafeHandle.swift
[275/1234] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[276/1234] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[277/1234] Compiling HashTreeCollections _HashNode+Structural filter.swift
[278/1234] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[279/1234] Emitting module XMLCoding
[281/1234] Emitting module OrderedCollections
[282/1234] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[283/1234] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[284/1234] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[285/1234] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[286/1234] Compiling HashTreeCollections _HashNode+Structural union.swift
[287/1234] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[288/1234] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[289/1234] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[290/1234] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[291/1234] Compiling HashTreeCollections _HashNode.swift
[292/1234] Compiling HashTreeCollections _HashNode+Structural merge.swift
[293/1234] Compiling HashTreeCollections _HashTreeIterator.swift
[294/1234] Compiling HashTreeCollections _HashTreeStatistics.swift
[295/1234] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[296/1234] Compiling HashTreeCollections _RawHashNode.swift
[297/1234] Compiling HashTreeCollections _UnmanagedHashNode.swift
[298/1234] Compiling HashTreeCollections _UnsafePath.swift
[299/1234] Compiling HashTreeCollections TreeDictionary+Codable.swift
[300/1234] Compiling HashTreeCollections TreeDictionary+Collection.swift
[301/1234] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[302/1249] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[303/1249] Compiling HashTreeCollections TreeDictionary.swift
[304/1249] Compiling HashTreeCollections TreeSet+Codable.swift
[305/1249] Compiling HashTreeCollections TreeSet+Collection.swift
[306/1249] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[307/1249] Compiling HashTreeCollections TreeSet+Debugging.swift
[308/1249] Compiling HashTreeCollections TreeSet+Descriptions.swift
[309/1250] Compiling Tracing NoOpTracer.swift
[310/1250] Compiling Tracing InstrumentationSystem+Tracing.swift
[311/1250] Emitting module Tracing
[312/1250] Compiling Tracing SpanProtocol.swift
[315/1251] Compiling DequeModule _DequeBuffer.swift
[316/1251] Compiling DequeModule _DequeBufferHeader.swift
[317/1251] Compiling DequeModule Deque+CustomReflectable.swift
[318/1251] Compiling DequeModule Deque+Descriptions.swift
[319/1251] Compiling DequeModule Deque+Equatable.swift
[320/1251] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[320/1253] Wrapping AST for Tracing for debugging
[321/1253] Wrapping AST for SystemPackage for debugging
[323/1253] Emitting module _RopeModule
[323/1253] Wrapping AST for RealModule for debugging
[325/1253] Compiling DequeModule Deque+Extras.swift
[326/1253] Compiling DequeModule Deque+Hashable.swift
[327/1253] Compiling DequeModule Deque+Testing.swift
[328/1253] Compiling DequeModule Deque._Storage.swift
[329/1253] Compiling DequeModule Deque._UnsafeHandle.swift
[330/1253] Compiling DequeModule Deque.swift
[331/1253] Compiling DequeModule _DequeSlot.swift
[332/1253] Compiling DequeModule _UnsafeWrappedBuffer.swift
[332/1253] Wrapping AST for OrderedCollections for debugging
[334/1253] Compiling XMLCoding XMLStackParser.swift
[334/1254] Wrapping AST for Logging for debugging
[342/1254] Compiling HashTreeCollections TreeSet+Equatable.swift
[343/1254] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[344/1254] Compiling HashTreeCollections TreeSet+Extras.swift
[345/1254] Compiling HashTreeCollections TreeSet+Filter.swift
[346/1254] Compiling HashTreeCollections TreeSet+Hashable.swift
[347/1254] Compiling HashTreeCollections TreeSet+Sendable.swift
[348/1254] Compiling HashTreeCollections TreeSet+Sequence.swift
[349/1254] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[350/1254] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[351/1254] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[352/1254] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[353/1254] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[354/1254] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[355/1254] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[356/1264] Wrapping AST for InternalCollectionsUtilities for debugging
[366/1264] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[366/1264] Wrapping AST for Instrumentation for debugging
[368/1264] Emitting module RoutingKit
[369/1264] Compiling RoutingKit AnyRouter.swift
[369/1264] Wrapping AST for HeapModule for debugging
[370/1264] Wrapping AST for CoreMetrics for debugging
[372/1264] Compiling RoutingKit Parameters.swift
[373/1264] Compiling RoutingKit PathComponent.swift
[374/1264] Emitting module DequeModule
[375/1264] Compiling DequeModule Deque+Codable.swift
[376/1264] Compiling DequeModule Deque+Collection.swift
[376/1265] Wrapping AST for XMLCoding for debugging
[378/1265] Compiling RoutingKit Router.swift
[379/1265] Compiling RoutingKit TrieRouter.swift
[380/1266] Emitting module Metrics
[381/1266] Compiling Metrics Metrics.swift
[384/1267] Wrapping AST for RoutingKit for debugging
[385/1267] Wrapping AST for DequeModule for debugging
[386/1267] Wrapping AST for Metrics for debugging
[389/1267] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[390/1267] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[391/1267] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[392/1267] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[393/1267] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[394/1267] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[395/1267] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[396/1267] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[397/1267] Compiling HashTreeCollections TreeSet.swift
[398/1267] Compiling HashTreeCollections _HashNodeHeader.swift
[399/1267] Compiling HashTreeCollections _HashSlot.swift
[400/1267] Compiling HashTreeCollections _HashStack.swift
[401/1267] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[402/1267] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[403/1267] Compiling HashTreeCollections TreeDictionary+Filter.swift
[404/1267] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[405/1267] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[406/1267] Compiling HashTreeCollections TreeDictionary+Keys.swift
[407/1267] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[408/1267] Compiling HashTreeCollections _HashNode+Builder.swift
[409/1267] Compiling HashTreeCollections _HashNode+Debugging.swift
[410/1267] Compiling HashTreeCollections _HashNode+Initializers.swift
[411/1267] Compiling HashTreeCollections _HashNode+Invariants.swift
[412/1267] Compiling HashTreeCollections _HashNode+Lookups.swift
[425/1268] Compiling HashTreeCollections TreeDictionary+Merge.swift
[426/1268] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[427/1268] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[428/1268] Compiling HashTreeCollections TreeDictionary+Values.swift
[440/1268] Compiling HashTreeCollections _AncestorHashSlots.swift
[441/1268] Compiling HashTreeCollections _Bitmap.swift
[442/1268] Compiling HashTreeCollections _Bucket.swift
[443/1268] Compiling HashTreeCollections _Hash.swift
[444/1268] Compiling HashTreeCollections _HashLevel.swift
[450/1268] Compiling tls13_both.cc
[451/1268] Compiling tls13_client.cc
[452/1268] Wrapping AST for _RopeModule for debugging
[475/1268] Compiling tls13_server.cc
[476/1268] Compiling ssl_versions.cc
[477/1268] Compiling t1_enc.cc
[478/1268] Compiling ssl_transcript.cc
[479/1268] Compiling ssl_x509.cc
[480/1268] Compiling ssl_stat.cc
[480/1268] Compiling tls13_enc.cc
[483/1268] Emitting module HashTreeCollections
[484/1269] Compiling ssl_session.cc
[485/1269] Wrapping AST for HashTreeCollections for debugging
[486/1269] Compiling ssl_privkey.cc
[487/1269] Compiling ssl_credential.cc
[488/1269] Compiling ssl_file.cc
[489/1269] Compiling ssl_key_share.cc
[490/1269] Compiling ssl_cipher.cc
[491/1269] Compiling ssl_lib.cc
[492/1269] Compiling ssl_cert.cc
[493/1269] Compiling ssl_buffer.cc
[494/1269] Compiling ssl_asn1.cc
[495/1269] Compiling s3_pkt.cc
[496/1269] Compiling ssl_aead_ctx.cc
[497/1269] Compiling s3_lib.cc
[498/1269] Compiling s3_both.cc
[499/1269] Compiling handshake_server.cc
[500/1269] Compiling handshake_client.cc
[501/1269] Compiling handshake.cc
[502/1269] Compiling encrypted_client_hello.cc
[503/1269] Compiling dtls_record.cc
[504/1269] Compiling handoff.cc
[505/1269] Compiling dtls_method.cc
[506/1269] Compiling md5-x86_64-linux.S
[507/1269] Compiling md5-x86_64-apple.S
[508/1269] Compiling md5-586-linux.S
[509/1269] Compiling extensions.cc
[510/1269] Compiling md5-586-apple.S
[511/1269] Compiling chacha20_poly1305_x86_64-linux.S
[512/1269] Compiling chacha20_poly1305_armv8-win.S
[513/1269] Compiling chacha20_poly1305_x86_64-apple.S
[514/1269] Compiling chacha20_poly1305_armv8-apple.S
[515/1269] Compiling chacha20_poly1305_armv8-linux.S
[516/1269] Compiling chacha-x86_64-linux.S
[517/1269] Compiling d1_srtp.cc
[518/1269] Compiling chacha-x86_64-apple.S
[519/1269] Compiling chacha-x86-linux.S
[520/1269] Compiling chacha-armv8-win.S
[521/1269] Compiling chacha-x86-apple.S
[522/1269] Compiling err_data.cc
[523/1269] Compiling chacha-armv8-apple.S
[524/1269] Compiling chacha-armv8-linux.S
[525/1269] Compiling chacha-armv4-linux.S
[526/1269] Compiling aes128gcmsiv-x86_64-linux.S
[527/1269] Compiling aes128gcmsiv-x86_64-apple.S
[528/1269] Compiling x86_64-mont5-linux.S
[529/1269] Compiling x86_64-mont5-apple.S
[530/1269] Compiling x86_64-mont-apple.S
[531/1269] Compiling x86_64-mont-linux.S
[532/1269] Compiling x86-mont-linux.S
[533/1269] Compiling x86-mont-apple.S
[534/1269] Compiling d1_lib.cc
[535/1269] Compiling vpaes-x86_64-linux.S
[536/1269] Compiling vpaes-x86_64-apple.S
[537/1269] Compiling d1_pkt.cc
[538/1269] Compiling bio_ssl.cc
[539/1269] Compiling vpaes-x86-linux.S
[540/1269] Compiling vpaes-armv8-win.S
[541/1269] Compiling vpaes-x86-apple.S
[542/1269] Compiling vpaes-armv8-linux.S
[543/1269] Compiling sha512-x86_64-linux.S
[544/1269] Compiling sha512-x86_64-apple.S
[545/1269] Compiling sha512-armv8-linux.S
[546/1269] Compiling sha512-armv8-win.S
[546/1269] Compiling vpaes-armv7-linux.S
[548/1269] Compiling vpaes-armv8-apple.S
[549/1269] Compiling sha512-armv8-apple.S
[550/1269] Compiling sha256-x86_64-linux.S
[551/1269] Compiling sha256-armv8-win.S
[552/1269] Compiling sha256-x86_64-apple.S
[553/1269] Compiling sha512-586-apple.S
[554/1269] Compiling sha512-armv4-linux.S
[555/1269] Compiling sha512-586-linux.S
[556/1269] Compiling d1_both.cc
[557/1269] Compiling sha256-armv8-linux.S
[558/1269] Compiling sha256-armv8-apple.S
[559/1269] Compiling sha256-586-apple.S
[560/1269] Compiling sha256-armv4-linux.S
[561/1269] Compiling sha256-586-linux.S
[562/1269] Compiling sha1-x86_64-linux.S
[563/1269] Compiling sha1-x86_64-apple.S
[564/1269] Compiling sha1-armv8-win.S
[565/1269] Compiling sha1-armv8-apple.S
[566/1269] Compiling sha1-586-linux.S
[567/1269] Compiling rsaz-avx2-linux.S
[568/1269] Compiling sha1-armv8-linux.S
[569/1269] Compiling sha1-armv4-large-linux.S
[570/1269] Compiling rsaz-avx2-apple.S
[570/1269] Compiling sha1-586-apple.S
[572/1269] Compiling rdrand-x86_64-linux.S
[573/1269] Compiling rdrand-x86_64-apple.S
[574/1269] Compiling p256_beeu-x86_64-asm-linux.S
[574/1269] Compiling p256_beeu-armv8-asm-apple.S
[574/1269] Compiling p256_beeu-armv8-asm-win.S
[577/1269] Compiling p256_beeu-x86_64-asm-apple.S
[578/1269] Compiling p256-x86_64-asm-apple.S
[579/1269] Compiling p256-x86_64-asm-linux.S
[580/1269] Compiling p256-armv8-asm-win.S
[581/1269] Compiling p256-armv8-asm-apple.S
[582/1269] Compiling ghashv8-armv8-linux.S
[582/1269] Compiling p256_beeu-armv8-asm-linux.S
[584/1269] Compiling ghashv8-armv8-win.S
[585/1269] Compiling p256-armv8-asm-linux.S
[586/1269] Compiling ghashv8-armv8-apple.S
[587/1269] Compiling ghash-x86_64-apple.S
[588/1269] Compiling ghashv8-armv7-linux.S
[589/1269] Compiling ghash-x86_64-linux.S
[590/1269] Compiling ghash-x86-linux.S
[591/1269] Compiling ghash-x86-apple.S
[592/1269] Compiling ghash-ssse3-x86_64-linux.S
[593/1269] Compiling ghash-ssse3-x86_64-apple.S
[594/1269] Compiling ghash-ssse3-x86-linux.S
[595/1269] Compiling ghash-ssse3-x86-apple.S
[596/1269] Compiling ghash-neon-armv8-apple.S
[597/1269] Compiling ghash-neon-armv8-win.S
[598/1269] Compiling ghash-neon-armv8-linux.S
[599/1269] Compiling ghash-armv4-linux.S
[600/1269] Compiling co-586-apple.S
[601/1269] Compiling bsaes-armv7-linux.S
[602/1269] Compiling co-586-linux.S
[603/1269] Compiling bn-armv8-linux.S
[604/1269] Compiling bn-armv8-win.S
[605/1269] Compiling bn-armv8-apple.S
[606/1269] Compiling bn-586-apple.S
[607/1269] Compiling bn-586-linux.S
[608/1269] Compiling armv8-mont-win.S
[609/1269] Compiling armv8-mont-apple.S
[610/1269] Compiling armv8-mont-linux.S
[611/1269] Compiling armv4-mont-linux.S
[612/1269] Compiling aesv8-gcm-armv8-win.S
[613/1269] Compiling aesv8-gcm-armv8-apple.S
[614/1269] Compiling aesv8-armv8-apple.S
[615/1269] Compiling aesv8-armv8-win.S
[616/1269] Compiling aesv8-gcm-armv8-linux.S
[617/1269] Compiling aesv8-armv8-linux.S
[618/1269] Compiling aesv8-armv7-linux.S
[619/1269] Compiling aesni-x86_64-linux.S
[620/1269] Compiling aesni-x86_64-apple.S
[621/1269] Compiling aesni-x86-linux.S
[622/1269] Compiling aesni-x86-apple.S
[623/1269] Compiling aesni-gcm-x86_64-linux.S
[624/1269] Compiling aesni-gcm-x86_64-apple.S
[625/1269] Compiling aes-gcm-avx2-x86_64-linux.S
[626/1269] Compiling aes-gcm-avx2-x86_64-apple.S
[627/1269] Compiling aes-gcm-avx10-x86_64-linux.S
[628/1269] Compiling aes-gcm-avx10-x86_64-apple.S
[629/1269] Compiling x_val.cc
[630/1269] Compiling x_name.cc
[631/1269] Compiling x_sig.cc
[632/1269] Compiling x_req.cc
[633/1269] Compiling x_spki.cc
[634/1269] Compiling x_pubkey.cc
[635/1269] Compiling x_x509a.cc
[636/1269] Compiling x_x509.cc
[637/1269] Compiling x_exten.cc
[638/1269] Compiling x509spki.cc
[639/1269] Compiling x509rset.cc
[640/1269] Compiling x_crl.cc
[641/1269] Compiling x509name.cc
[642/1269] Compiling x_algor.cc
[643/1269] Compiling x_all.cc
[644/1269] Compiling x_attrib.cc
[645/1269] Compiling x509cset.cc
[646/1269] Compiling x509_v3.cc
[647/1269] Compiling x509_vpm.cc
[648/1269] Compiling x509_txt.cc
[649/1269] Compiling x509_vfy.cc
[650/1269] Compiling x509_set.cc
[651/1269] Compiling x509_trs.cc
[652/1269] Compiling x509_req.cc
[653/1269] Compiling x509_obj.cc
[654/1269] Compiling x509_lu.cc
[655/1269] Compiling x509_ext.cc
[656/1269] Compiling x509_def.cc
[657/1269] Compiling x509_d2.cc
[658/1269] Compiling x509_att.cc
[659/1269] Compiling x509.cc
[660/1269] Compiling x509_cmp.cc
[661/1269] Compiling v3_utl.cc
[662/1269] Compiling v3_purp.cc
[663/1269] Compiling v3_pmaps.cc
[664/1269] Compiling v3_skey.cc
[665/1269] Compiling v3_ocsp.cc
[666/1269] Compiling v3_prn.cc
[667/1269] Compiling v3_pcons.cc
[668/1269] Compiling v3_ncons.cc
[669/1269] Compiling v3_lib.cc
[670/1269] Compiling v3_int.cc
[671/1269] Compiling v3_info.cc
[672/1269] Compiling v3_genn.cc
[673/1269] Compiling v3_enum.cc
[674/1269] Compiling v3_extku.cc
[675/1269] Compiling v3_ia5.cc
[676/1269] Compiling v3_crld.cc
[677/1269] Compiling v3_cpols.cc
[678/1269] Compiling v3_bcons.cc
[679/1269] Compiling v3_bitst.cc
[680/1269] Compiling v3_conf.cc
[681/1269] Compiling t_x509a.cc
[682/1269] Compiling v3_akeya.cc
[683/1269] Compiling v3_akey.cc
[684/1269] Compiling v3_alt.cc
[685/1269] Compiling t_x509.cc
[686/1269] Compiling rsa_pss.cc
[687/1269] Compiling t_req.cc
[688/1269] Compiling t_crl.cc
[689/1269] Compiling name_print.cc
[690/1269] Compiling policy.cc
[691/1269] Compiling i2d_pr.cc
[692/1269] Compiling by_dir.cc
[693/1269] Compiling asn1_gen.cc
[693/1269] Compiling by_file.cc
[695/1269] Compiling a_verify.cc
[696/1269] Compiling algorithm.cc
[697/1269] Compiling a_sign.cc
[698/1269] Compiling a_digest.cc
[699/1269] Compiling voprf.cc
[700/1269] Compiling thread_win.cc
[701/1269] Compiling thread_none.cc
[702/1269] Compiling thread.cc
[703/1269] Compiling thread_pthread.cc
[704/1269] Compiling trust_token.cc
[705/1269] Compiling stack.cc
[706/1269] Compiling sha512.cc
[707/1269] Compiling pmbtoken.cc
[708/1269] Compiling sha256.cc
[709/1269] Compiling siphash.cc
[709/1269] Compiling sha1.cc
[711/1269] Compiling rsa_extra.cc
[712/1269] Compiling spake2plus.cc
[713/1269] Compiling rsa_print.cc
[714/1269] Compiling rsa_crypt.cc
[715/1269] Compiling slhdsa.cc
[716/1269] Compiling rsa_asn1.cc
[717/1269] Compiling refcount.cc
[718/1269] Compiling trusty.cc
[719/1269] Compiling rc4.cc
[720/1269] Compiling urandom.cc
[721/1269] Compiling passive.cc
[722/1269] Compiling windows.cc
[723/1269] Compiling rand.cc
[724/1269] Compiling ios.cc
[725/1269] Compiling poly1305_arm_asm.S
[726/1269] Compiling getentropy.cc
[727/1269] Compiling forkunsafe.cc
[728/1269] Compiling fork_detect.cc
[729/1269] Compiling poly1305_vec.cc
[730/1269] Compiling poly1305_arm.cc
[731/1269] Compiling deterministic.cc
[732/1269] Compiling poly1305.cc
[733/1269] Compiling pool.cc
[734/1269] Compiling pkcs7.cc
[735/1269] Compiling pkcs8.cc
[736/1269] Compiling pkcs8_x509.cc
[737/1269] Compiling p5_pbev2.cc
[738/1269] Compiling pem_x509.cc
[739/1269] Compiling pem_xaux.cc
[740/1269] Compiling pkcs7_x509.cc
[741/1269] Compiling pem_pkey.cc
[742/1269] Compiling obj_xref.cc
[743/1269] Compiling pem_oth.cc
[744/1269] Compiling pem_all.cc
[745/1269] Compiling pem_lib.cc
[746/1269] Compiling pem_info.cc
[747/1269] Compiling mldsa.cc
[748/1269] Compiling pem_pk8.cc
[749/1269] Compiling poly_rq_mul.S
[750/1269] Compiling mlkem.cc
[751/1269] Compiling fips_shared_support.cc
[752/1269] Compiling md5.cc
[753/1269] Compiling md4.cc
[754/1269] Compiling lhash.cc
[755/1269] Compiling obj.cc
[756/1269] Compiling ex_data.cc
[757/1269] Compiling sign.cc
[758/1269] Compiling scrypt.cc
[759/1269] Compiling hpke.cc
[760/1269] Compiling kyber.cc
[761/1269] Compiling hrss.cc
[762/1269] Compiling print.cc
[763/1269] Compiling pbkdf.cc
[764/1269] Compiling p_x25519.cc
[765/1269] Compiling p_x25519_asn1.cc
[766/1269] Compiling p_hkdf.cc
[767/1269] Compiling p_rsa.cc
[768/1269] Compiling p_rsa_asn1.cc
[769/1269] Compiling p_ed25519.cc
[770/1269] Compiling p_ed25519_asn1.cc
[771/1269] Compiling p_ec.cc
[772/1269] Compiling p_dh.cc
[773/1269] Compiling p_dh_asn1.cc
[774/1269] Compiling p_ec_asn1.cc
[775/1269] Compiling p_dsa_asn1.cc
[776/1269] Compiling evp.cc
[777/1269] Compiling evp_ctx.cc
[778/1269] Compiling engine.cc
[779/1269] Compiling err.cc
[780/1269] Compiling evp_asn1.cc
[781/1269] Compiling ecdh.cc
[782/1269] Compiling hash_to_curve.cc
[783/1269] Compiling ecdsa_asn1.cc
[784/1269] Compiling ec_derive.cc
[785/1269] Compiling dsa.cc
[786/1269] Compiling bcm.cc
[787/1269] Compiling dsa_asn1.cc
[788/1269] Compiling ec_asn1.cc
[789/1269] Compiling params.cc
[790/1269] Compiling x25519-asm-arm.S
[791/1269] Compiling des.cc
[792/1269] Compiling digest_extra.cc
[793/1269] Compiling dh_asn1.cc
[794/1269] Compiling curve25519_64_adx.cc
[795/1269] Compiling cpu_intel.cc
[796/1269] Compiling crypto.cc
[797/1269] Compiling curve25519.cc
[798/1269] Compiling spake25519.cc
[799/1269] Compiling cpu_aarch64_win.cc
[800/1269] Compiling cpu_aarch64_sysreg.cc
[801/1269] Compiling cpu_arm_freebsd.cc
[802/1269] Compiling cpu_arm_linux.cc
[803/1269] Compiling cpu_aarch64_linux.cc
[804/1269] Compiling cpu_aarch64_apple.cc
[805/1269] Compiling cpu_aarch64_fuchsia.cc
[806/1269] Compiling cpu_aarch64_openbsd.cc
[807/1269] Compiling conf.cc
[808/1269] Compiling tls_cbc.cc
[809/1269] Compiling e_tls.cc
[810/1269] Compiling get_cipher.cc
[811/1269] Compiling e_rc4.cc
[812/1269] Compiling e_chacha20poly1305.cc
[813/1269] Compiling e_aesgcmsiv.cc
[814/1269] Compiling e_rc2.cc
[815/1269] Compiling e_aesctrhmac.cc
[816/1269] Compiling e_null.cc
[817/1269] Compiling e_des.cc
[818/1269] Compiling derive_key.cc
[819/1269] Compiling chacha.cc
[820/1269] Compiling unicode.cc
[821/1269] Compiling buf.cc
[822/1269] Compiling cbs.cc
[823/1269] Compiling ber.cc
[824/1269] Compiling asn1_compat.cc
[825/1269] Compiling cbb.cc
[826/1269] Compiling bn_asn1.cc
[827/1269] Compiling convert.cc
[828/1269] Compiling blake2.cc
[829/1269] Compiling socket_helper.cc
[830/1269] Compiling socket.cc
[831/1269] Compiling printf.cc
[832/1269] Compiling hexdump.cc
[833/1269] Compiling pair.cc
[834/1269] Compiling fd.cc
[835/1269] Compiling file.cc
[836/1269] Compiling errno.cc
[837/1269] Compiling connect.cc
[838/1269] Compiling bio.cc
[839/1269] Compiling bio_mem.cc
[840/1269] Compiling base64.cc
[841/1269] Compiling tasn_typ.cc
[842/1269] Compiling tasn_fre.cc
[843/1269] Compiling tasn_enc.cc
[844/1269] Compiling f_string.cc
[845/1269] Compiling tasn_utl.cc
[846/1269] Compiling tasn_new.cc
[847/1269] Compiling asn_pack.cc
[848/1269] Compiling posix_time.cc
[849/1269] Compiling tasn_dec.cc
[850/1269] Compiling f_int.cc
[851/1269] Compiling asn1_par.cc
[852/1269] Compiling a_type.cc
[853/1269] Compiling a_time.cc
[854/1269] Compiling a_utctm.cc
[855/1269] Compiling a_strnid.cc
[856/1269] Compiling a_strex.cc
[857/1269] Compiling asn1_lib.cc
[858/1269] Compiling a_octet.cc
[859/1269] Compiling a_i2d_fp.cc
[860/1269] Compiling a_object.cc
[861/1269] Compiling a_d2i_fp.cc
[862/1269] Compiling a_int.cc
[863/1269] Compiling a_mbstr.cc
[864/1269] Compiling a_dup.cc
[865/1269] Compiling fiat_p256_adx_sqr.S
[866/1269] Compiling a_bitstr.cc
[867/1269] Compiling fiat_p256_adx_mul.S
[868/1269] Compiling fiat_curve25519_adx_mul.S
[869/1269] Compiling md5-x86_64-linux.S
[870/1269] Compiling md5-x86_64-apple.S
[871/1269] Compiling CCryptoBoringSSLShims shims.c
[872/1269] Compiling a_gentm.cc
[873/1269] Compiling md5-586-linux.S
[874/1269] Compiling md5-586-apple.S
[875/1269] Compiling chacha20_poly1305_x86_64-linux.S
[876/1269] Compiling chacha20_poly1305_x86_64-apple.S
[877/1269] Compiling chacha20_poly1305_armv8-win.S
[878/1269] Compiling a_bool.cc
[879/1269] Compiling chacha-x86_64-apple.S
[880/1269] Compiling chacha20_poly1305_armv8-apple.S
[881/1269] Compiling chacha-x86_64-linux.S
[882/1269] Compiling chacha-x86-linux.S
[883/1269] Compiling chacha20_poly1305_armv8-linux.S
[884/1269] Compiling chacha-x86-apple.S
[885/1269] Compiling chacha-armv8-apple.S
[886/1269] Compiling chacha-armv8-win.S
[887/1269] Compiling chacha-armv8-linux.S
[888/1269] Compiling aes128gcmsiv-x86_64-linux.S
[889/1269] Compiling err_data.cc
[890/1269] Compiling x86_64-mont5-apple.S
[891/1269] Compiling x86_64-mont5-linux.S
[892/1269] Compiling chacha-armv4-linux.S
[893/1269] Compiling aes128gcmsiv-x86_64-apple.S
[894/1269] Compiling x86_64-mont-linux.S
[895/1269] Compiling x86-mont-apple.S
[895/1269] Compiling x86_64-mont-apple.S
[897/1269] Compiling x86-mont-linux.S
[898/1269] Compiling vpaes-x86-linux.S
[899/1269] Compiling vpaes-x86_64-linux.S
[900/1269] Compiling vpaes-x86_64-apple.S
[901/1269] Compiling vpaes-armv8-win.S
[902/1269] Compiling vpaes-armv7-linux.S
[903/1269] Compiling vpaes-x86-apple.S
[904/1269] Compiling vpaes-armv8-apple.S
[905/1269] Compiling vpaes-armv8-linux.S
[906/1269] Compiling sha512-x86_64-linux.S
[907/1269] Compiling sha512-x86_64-apple.S
[908/1269] Compiling sha512-armv8-win.S
[909/1269] Compiling sha512-armv8-linux.S
[910/1269] Compiling sha512-armv8-apple.S
[911/1269] Compiling sha512-armv4-linux.S
[912/1269] Compiling sha512-586-linux.S
[913/1269] Compiling sha256-x86_64-apple.S
[914/1269] Compiling sha512-586-apple.S
[915/1269] Compiling sha256-x86_64-linux.S
[916/1269] Compiling sha256-armv8-win.S
[917/1269] Compiling sha256-armv8-linux.S
[918/1269] Compiling sha1-x86_64-linux.S
[919/1269] Compiling sha256-armv8-apple.S
[920/1269] Compiling sha256-586-apple.S
[921/1269] Compiling sha256-586-linux.S
[922/1269] Compiling sha1-x86_64-apple.S
[923/1269] Compiling sha1-armv8-win.S
[924/1269] Compiling sha256-armv4-linux.S
[925/1269] Compiling sha1-armv8-apple.S
[926/1269] Compiling sha1-armv4-large-linux.S
[927/1269] Compiling sha1-586-linux.S
[928/1269] Compiling rsaz-avx2-linux.S
[929/1269] Compiling rsaz-avx2-apple.S
[930/1269] Compiling sha1-armv8-linux.S
[931/1269] Compiling rdrand-x86_64-linux.S
[931/1269] Compiling sha1-586-apple.S
[933/1269] Compiling rdrand-x86_64-apple.S
[934/1269] Compiling p256_beeu-x86_64-asm-linux.S
[935/1269] Compiling p256_beeu-x86_64-asm-apple.S
[936/1269] Compiling p256_beeu-armv8-asm-linux.S
[937/1269] Compiling p256-x86_64-asm-linux.S
[938/1269] Compiling p256_beeu-armv8-asm-apple.S
[939/1269] Compiling p256_beeu-armv8-asm-win.S
[940/1269] Compiling p256-x86_64-asm-apple.S
[941/1269] Compiling p256-armv8-asm-win.S
[942/1269] Compiling p256-armv8-asm-apple.S
[943/1269] Compiling p256-armv8-asm-linux.S
[944/1269] Compiling ghashv8-armv8-apple.S
[945/1269] Compiling ghashv8-armv8-win.S
[945/1269] Compiling ghashv8-armv7-linux.S
[947/1269] Compiling ghashv8-armv8-linux.S
[948/1269] Compiling ghash-x86_64-linux.S
[949/1269] Compiling ghash-x86_64-apple.S
[950/1269] Compiling ghash-x86-linux.S
[951/1269] Compiling ghash-x86-apple.S
[952/1269] Compiling ghash-ssse3-x86-apple.S
[953/1269] Compiling ghash-ssse3-x86_64-apple.S
[954/1269] Compiling ghash-ssse3-x86_64-linux.S
[955/1269] Compiling ghash-ssse3-x86-linux.S
[956/1269] Compiling ghash-neon-armv8-win.S
[957/1269] Compiling ghash-neon-armv8-linux.S
[958/1269] Compiling ghash-neon-armv8-apple.S
[959/1269] Compiling ghash-armv4-linux.S
[960/1269] Compiling co-586-apple.S
[961/1269] Compiling co-586-linux.S
[962/1269] Compiling bn-armv8-linux.S
[963/1269] Compiling bn-armv8-win.S
[964/1269] Compiling bn-586-linux.S
[965/1269] Compiling bn-armv8-apple.S
[965/1269] Compiling bsaes-armv7-linux.S
[967/1269] Compiling bn-586-apple.S
[968/1269] Compiling armv8-mont-win.S
[969/1269] Compiling armv8-mont-apple.S
[970/1269] Compiling armv4-mont-linux.S
[971/1269] Compiling aesv8-gcm-armv8-win.S
[972/1269] Compiling armv8-mont-linux.S
[973/1269] Compiling aesv8-gcm-armv8-linux.S
[974/1269] Compiling aesv8-armv8-apple.S
[975/1269] Compiling aesv8-gcm-armv8-apple.S
[976/1269] Compiling aesv8-armv8-win.S
[977/1269] Compiling aesni-x86_64-linux.S
[978/1269] Compiling aesv8-armv8-linux.S
[979/1269] Compiling aesv8-armv7-linux.S
[980/1269] Compiling aesni-x86_64-apple.S
[981/1269] Compiling aesni-x86-linux.S
[982/1269] Compiling aesni-x86-apple.S
[983/1269] Compiling aesni-gcm-x86_64-apple.S
[984/1269] Compiling aes-gcm-avx10-x86_64-linux.S
[985/1269] Compiling aesni-gcm-x86_64-linux.S
[986/1269] Compiling aes-gcm-avx10-x86_64-apple.S
[987/1269] Compiling c-nioatomics.c
[988/1269] Compiling x_val.cc
[989/1269] Compiling x_x509a.cc
[990/1269] Compiling x_sig.cc
[991/1269] Compiling x_x509.cc
[992/1269] Compiling x_spki.cc
[993/1269] Compiling x_req.cc
[994/1269] Compiling c-atomics.c
[995/1275] Compiling x_name.cc
[996/1275] Compiling x_pubkey.cc
[997/1275] Compiling x_algor.cc
[998/1275] Compiling x_crl.cc
[999/1275] Compiling x_exten.cc
[1000/1275] Compiling x_attrib.cc
[1001/1275] Compiling x_all.cc
[1003/1275] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1004/1275] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1005/1275] Compiling NIOConcurrencyHelpers atomics.swift
[1006/1275] Compiling NIOConcurrencyHelpers NIOLock.swift
[1007/1275] Compiling NIOConcurrencyHelpers lock.swift
[1008/1275] Emitting module NIOConcurrencyHelpers
[1009/1276] Compiling x509spki.cc
[1010/1276] Compiling x509cset.cc
[1011/1276] Compiling x509rset.cc
[1012/1276] Compiling x509_vpm.cc
[1013/1281] Compiling x509_v3.cc
[1014/1302] Wrapping AST for NIOConcurrencyHelpers for debugging
[1015/1302] Compiling x509name.cc
[1016/1302] Compiling x509_vfy.cc
[1017/1302] Compiling x509_trs.cc
[1018/1302] Compiling x509_txt.cc
[1020/1302] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1021/1302] Compiling ConsoleKitTerminal ConsoleClear.swift
[1022/1302] Compiling ConsoleKitTerminal Console+Ask.swift
[1023/1302] Compiling ConsoleKitTerminal Console+Choose.swift
[1024/1305] Compiling ConsoleKitTerminal ActivityBar.swift
[1025/1305] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1026/1305] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1027/1305] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1028/1305] Compiling ConsoleKitTerminal CustomActivity.swift
[1029/1305] Compiling ConsoleKitTerminal LoadingBar.swift
[1030/1305] Compiling ConsoleKitTerminal ProgressBar.swift
[1031/1305] Compiling ConsoleKitTerminal Console+Clear.swift
[1032/1305] Emitting module ConsoleKitTerminal
[1032/1305] Compiling x509_lu.cc
[1033/1305] Compiling x509_def.cc
[1034/1305] Compiling x509_req.cc
[1035/1305] Compiling x509_ext.cc
[1036/1305] Compiling x509_set.cc
[1037/1305] Compiling x509_obj.cc
[1039/1305] Compiling ConsoleKitTerminal ConsoleText.swift
[1040/1305] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1041/1305] Compiling ConsoleKitTerminal ANSI.swift
[1042/1305] Compiling ConsoleKitTerminal Console+Confirm.swift
[1043/1305] Compiling ConsoleKitTerminal Console+Input.swift
[1044/1305] Compiling ConsoleKitTerminal Console+Center.swift
[1045/1305] Compiling ConsoleKitTerminal Console+Output.swift
[1046/1305] Compiling ConsoleKitTerminal Console+Wait.swift
[1047/1305] Compiling ConsoleKitTerminal ConsoleColor.swift
[1048/1305] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1049/1305] Compiling ConsoleKitTerminal Console.swift
[1050/1305] Compiling ConsoleKitTerminal Terminal.swift
[1051/1305] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1051/1305] Compiling x509_d2.cc
[1053/1305] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1054/1305] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1055/1305] Compiling ConsoleKitTerminal LoggerFragment.swift
[1056/1306] Compiling x509_cmp.cc
[1057/1328] Compiling x509_att.cc
[1058/1328] Compiling x509.cc
[1059/1328] Wrapping AST for ConsoleKitTerminal for debugging
[1060/1328] Compiling v3_prn.cc
[1061/1328] Compiling v3_skey.cc
[1063/1328] Compiling ConsoleKitCommands CommandSignature.swift
[1064/1328] Compiling ConsoleKitCommands Flag.swift
[1065/1328] Compiling ConsoleKitCommands Option.swift
[1066/1330] Emitting module ConsoleKitCommands
[1067/1330] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1068/1330] Compiling ConsoleKitCommands AsyncCommand.swift
[1069/1330] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1069/1330] Compiling v3_purp.cc
[1070/1330] Compiling v3_utl.cc
[1072/1330] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1073/1330] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1074/1330] Compiling ConsoleKitCommands Argument.swift
[1075/1330] Compiling ConsoleKitCommands AsyncCommands.swift
[1076/1330] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1077/1330] Compiling ConsoleKitCommands AnyCommand.swift
[1078/1330] Compiling ConsoleKitCommands Command.swift
[1079/1330] Compiling ConsoleKitCommands CommandContext.swift
[1080/1330] Compiling ConsoleKitCommands CommandError.swift
[1081/1330] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1082/1330] Compiling ConsoleKitCommands Utilities.swift
[1082/1330] Compiling v3_pmaps.cc
[1083/1330] Compiling v3_ncons.cc
[1084/1330] Compiling v3_pcons.cc
[1085/1330] Compiling v3_ocsp.cc
[1086/1330] Compiling v3_lib.cc
[1087/1330] Compiling v3_info.cc
[1088/1330] Compiling v3_int.cc
[1089/1330] Compiling v3_ia5.cc
[1091/1330] Compiling ConsoleKitCommands CommandGroup.swift
[1092/1330] Compiling ConsoleKitCommands CommandInput.swift
[1093/1330] Compiling ConsoleKitCommands Commands.swift
[1094/1330] Compiling ConsoleKitCommands Console+Run.swift
[1095/1330] Compiling ConsoleKitCommands ConsoleError.swift
[1096/1330] Compiling ConsoleKitCommands Completion.swift
[1096/1330] Compiling v3_enum.cc
[1097/1331] Compiling v3_genn.cc
[1098/1331] Compiling v3_extku.cc
[1100/1331] Compiling v3_crld.cc
[1101/1331] Compiling v3_cpols.cc
[1102/1331] Compiling v3_conf.cc
[1103/1331] Compiling v3_bcons.cc
[1104/1331] Wrapping AST for ConsoleKitCommands for debugging
[1105/1333] Compiling v3_alt.cc
[1107/1333] Emitting module ConsoleKit
[1108/1333] Compiling ConsoleKit Exports.swift
[1108/1333] Compiling v3_akeya.cc
[1109/1334] Compiling v3_akey.cc
[1111/1334] Compiling i2d_pr.cc
[1112/1334] Compiling t_x509a.cc
[1113/1334] Wrapping AST for ConsoleKit for debugging
[1114/1334] Compiling t_x509.cc
[1115/1334] Compiling name_print.cc
[1116/1334] Compiling by_file.cc
[1117/1334] Compiling by_dir.cc
[1118/1334] Compiling algorithm.cc
[1119/1334] Compiling asn1_gen.cc
[1120/1334] Compiling voprf.cc
[1121/1334] Compiling a_verify.cc
[1122/1334] Compiling a_sign.cc
[1123/1334] Compiling a_digest.cc
[1124/1334] Compiling pmbtoken.cc
[1125/1334] Compiling thread_win.cc
[1126/1334] Compiling trust_token.cc
[1127/1334] Compiling thread.cc
[1128/1334] Compiling thread_none.cc
[1129/1334] Compiling stack.cc
[1130/1334] Compiling thread_pthread.cc
[1131/1334] Compiling thash.cc
[1132/1334] Compiling wots.cc
[1133/1334] Compiling siphash.cc
[1134/1334] Compiling fors.cc
[1135/1334] Compiling slhdsa.cc
[1136/1334] Compiling merkle.cc
[1137/1334] Compiling sha1.cc
[1138/1334] Compiling sha256.cc
[1139/1334] Compiling sha512.cc
[1140/1334] Compiling rsa_print.cc
[1141/1334] Compiling rsa_extra.cc
[1142/1334] Compiling refcount.cc
[1143/1334] Compiling rsa_asn1.cc
[1144/1334] Compiling rsa_crypt.cc
[1145/1334] Compiling windows.cc
[1146/1334] Compiling urandom.cc
[1147/1334] Compiling trusty.cc
[1148/1334] Compiling rc4.cc
[1149/1334] Compiling rand_extra.cc
[1150/1334] Compiling fork_detect.cc
[1151/1334] Compiling ios.cc
[1152/1334] Compiling deterministic.cc
[1153/1334] Compiling forkunsafe.cc
[1154/1334] Compiling passive.cc
[1155/1334] Compiling getentropy.cc
[1156/1334] Compiling poly1305_arm_asm.S
[1157/1334] Compiling pool.cc
[1158/1334] Compiling poly1305_vec.cc
[1159/1334] Compiling poly1305_arm.cc
[1160/1334] Compiling poly1305.cc
[1161/1334] Compiling pkcs8.cc
[1162/1334] Compiling pkcs8_x509.cc
[1163/1334] Compiling pkcs7.cc
[1164/1334] Compiling pkcs7_x509.cc
[1165/1334] Compiling p5_pbev2.cc
[1166/1334] Compiling pem_x509.cc
[1167/1334] Compiling pem_xaux.cc
[1168/1334] Compiling pem_pkey.cc
[1169/1334] Compiling pem_pk8.cc
[1170/1334] Compiling pem_info.cc
[1171/1334] Compiling pem_oth.cc
[1172/1334] Compiling pem_lib.cc
[1173/1334] Compiling pem_all.cc
[1174/1334] Compiling obj_xref.cc
[1175/1334] Compiling mldsa.cc
[1176/1334] Compiling mlkem.cc
[1177/1334] Compiling obj.cc
[1178/1334] Compiling poly_rq_mul.S
[1179/1334] Compiling fips_shared_support.cc
[1180/1334] Compiling mem.cc
[1181/1334] Compiling md5.cc
[1182/1334] Compiling lhash.cc
[1183/1334] Compiling md4.cc
[1184/1334] Compiling kyber.cc
[1185/1334] Compiling ex_data.cc
[1186/1334] Compiling sign.cc
[1187/1334] Compiling hpke.cc
[1188/1334] Compiling scrypt.cc
[1189/1334] Compiling print.cc
[1190/1334] Compiling hrss.cc
[1191/1334] Compiling pbkdf.cc
[1192/1334] Compiling p_x25519_asn1.cc
[1193/1334] Compiling p_x25519.cc
[1194/1334] Compiling p_hkdf.cc
[1195/1334] Compiling p_ed25519.cc
[1196/1334] Compiling p_rsa.cc
[1197/1334] Compiling p_rsa_asn1.cc
[1198/1334] Compiling p_ed25519_asn1.cc
[1199/1334] Compiling p_ec.cc
[1200/1334] Compiling p_ec_asn1.cc
[1201/1334] Compiling p_dh_asn1.cc
[1202/1334] Compiling p_dh.cc
[1203/1334] Compiling evp_ctx.cc
[1204/1334] Compiling p_dsa_asn1.cc
[1205/1334] Compiling evp_asn1.cc
[1206/1334] Compiling evp.cc
[1207/1334] Compiling err.cc
[1208/1334] Compiling ecdh_extra.cc
[1209/1334] Compiling engine.cc
[1210/1334] Compiling ecdsa_asn1.cc
[1211/1334] Compiling hash_to_curve.cc
[1212/1334] Compiling ec_derive.cc
[1213/1334] Compiling ec_asn1.cc
[1214/1334] Compiling dsa_asn1.cc
[1215/1334] Compiling dsa.cc
[1216/1334] Compiling params.cc
[1217/1334] Compiling x25519-asm-arm.S
[1218/1334] Compiling dh_asn1.cc
[1219/1334] Compiling bcm.cc
[1220/1334] Compiling digest_extra.cc
[1221/1334] Compiling des.cc
[1222/1334] Compiling crypto.cc
[1223/1334] Compiling cpu_intel.cc
[1224/1334] Compiling curve25519_64_adx.cc
[1225/1334] Compiling spake25519.cc
[1226/1334] Compiling curve25519.cc
[1227/1334] Compiling cpu_aarch64_win.cc
[1228/1334] Compiling cpu_arm_linux.cc
[1229/1334] Compiling cpu_arm_freebsd.cc
[1230/1334] Compiling cpu_aarch64_sysreg.cc
[1231/1334] Compiling cpu_aarch64_openbsd.cc
[1232/1334] Compiling cpu_aarch64_fuchsia.cc
[1233/1334] Compiling cpu_aarch64_linux.cc
[1234/1334] Compiling cpu_aarch64_apple.cc
[1235/1334] Compiling conf.cc
[1236/1334] Compiling e_tls.cc
[1237/1334] Compiling tls_cbc.cc
[1238/1334] Compiling e_rc4.cc
[1239/1334] Compiling e_des.cc
[1240/1334] Compiling e_rc2.cc
[1241/1334] Compiling e_null.cc
[1242/1334] Compiling e_chacha20poly1305.cc
[1243/1334] Compiling e_aesgcmsiv.cc
[1244/1334] Compiling derive_key.cc
[1245/1334] Compiling e_aesctrhmac.cc
[1246/1334] Compiling cipher_extra.cc
[1247/1334] Compiling chacha.cc
[1248/1334] Compiling buf.cc
[1249/1334] Compiling cbs.cc
[1250/1334] Compiling unicode.cc
[1251/1334] Compiling bn_asn1.cc
[1252/1334] Compiling ber.cc
[1253/1334] Compiling cbb.cc
[1254/1334] Compiling asn1_compat.cc
[1255/1334] Compiling convert.cc
[1256/1334] Compiling printf.cc
[1257/1334] Compiling file.cc
[1258/1334] Compiling pair.cc
[1259/1334] Compiling hexdump.cc
[1260/1334] Compiling blake2.cc
[1261/1334] Compiling bio_mem.cc
[1262/1334] Compiling errno.cc
[1263/1334] Compiling fd.cc
[1264/1334] Compiling base64.cc
[1265/1334] Compiling tasn_typ.cc
[1266/1334] Compiling tasn_fre.cc
[1267/1334] Compiling bio.cc
[1268/1334] Compiling tasn_enc.cc
[1269/1334] Compiling tasn_utl.cc
[1270/1334] Compiling f_int.cc
[1271/1334] Compiling tasn_dec.cc
[1272/1334] Compiling tasn_new.cc
[1273/1334] Compiling posix_time.cc
[1274/1334] Compiling f_string.cc
[1275/1334] Compiling asn_pack.cc
[1276/1334] Compiling asn1_par.cc
[1277/1334] Compiling a_utctm.cc
[1278/1334] Compiling a_octet.cc
[1279/1334] Compiling a_strex.cc
[1279/1334] Compiling asn1_lib.cc
[1281/1334] Compiling a_time.cc
[1282/1334] Compiling a_strnid.cc
[1283/1334] Compiling a_type.cc
[1284/1334] Compiling a_object.cc
[1285/1334] Compiling a_mbstr.cc
[1286/1334] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1287/1334] Write sources
[1288/1334] Compiling a_dup.cc
[1289/1334] Write sources
[1292/1334] Compiling a_i2d_fp.cc
[1293/1334] Write sources
[1294/1334] Compiling a_d2i_fp.cc
[1295/1336] Compiling a_gentm.cc
[1296/1354] Compiling a_int.cc
[1297/1355] Compiling a_bool.cc
[1298/1431] Compiling a_bitstr.cc
[1300/1431] Emitting module BitCollections
[1301/1446] Compiling Algorithms Permutations.swift
[1302/1446] Compiling Algorithms Product.swift
[1303/1446] Compiling Algorithms MinMax.swift
[1304/1446] Compiling Algorithms Partition.swift
[1305/1448] Compiling Atomics IntegerOperations.swift
[1306/1448] Compiling Atomics Unmanaged extensions.swift
[1311/1448] Compiling Algorithms Rotate.swift
[1312/1448] Compiling Algorithms Split.swift
[1313/1448] Compiling Algorithms Stride.swift
[1314/1448] Compiling BitCollections BitSet+Initializers.swift
[1315/1448] Compiling BitCollections BitSet+Invariants.swift
[1316/1448] Compiling BitCollections BitSet+Random.swift
[1317/1448] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1318/1448] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1319/1448] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1320/1448] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1321/1448] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1322/1448] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1323/1448] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1324/1448] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1325/1448] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1326/1448] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1327/1448] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1328/1448] Compiling CryptoBoringWrapper RandomBytes.swift
[1329/1448] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1330/1448] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1331/1448] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1332/1448] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1333/1448] Compiling BitCollections BitSet+SetAlgebra union.swift
[1334/1448] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1335/1448] Compiling BitCollections BitSet.Counted.swift
[1336/1448] Emitting module CryptoBoringWrapper
[1337/1448] Compiling BitCollections BitSet.Index.swift
[1338/1448] Compiling BitCollections BitSet._UnsafeHandle.swift
[1339/1448] Compiling BitCollections BitSet.swift
[1340/1448] Compiling BitCollections Range+Utilities.swift
[1341/1448] Compiling BitCollections Slice+Utilities.swift
[1342/1448] Compiling BitCollections UInt+Tricks.swift
[1343/1448] Compiling BitCollections _Word.swift
[1344/1448] Compiling Algorithms FlattenCollection.swift
[1345/1448] Compiling Algorithms Grouped.swift
[1346/1448] Compiling Algorithms Indexed.swift
[1347/1448] Compiling Algorithms Intersperse.swift
[1348/1448] Compiling Algorithms Compacted.swift
[1349/1448] Compiling Algorithms Cycle.swift
[1350/1448] Compiling Algorithms EitherSequence.swift
[1351/1448] Compiling Algorithms FirstNonNil.swift
[1352/1448] Compiling Algorithms Joined.swift
[1353/1448] Compiling Algorithms Keyed.swift
[1360/1448] Compiling Algorithms Suffix.swift
[1361/1451] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1362/1451] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1363/1451] Compiling CryptoBoringWrapper EllipticCurve.swift
[1367/1451] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1368/1451] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1369/1451] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1370/1452] Compiling Algorithms AdjacentPairs.swift
[1371/1452] Compiling Algorithms Chain.swift
[1372/1452] Compiling Algorithms Chunked.swift
[1373/1452] Compiling Algorithms Combinations.swift
[1387/1452] Compiling Algorithms Trim.swift
[1388/1452] Compiling Algorithms Unique.swift
[1389/1452] Compiling Algorithms Windows.swift
[1390/1452] Compiling BitCollections BitArray._UnsafeHandle.swift
[1391/1452] Compiling BitCollections BitArray.swift
[1392/1452] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1393/1452] Compiling BitCollections BitSet+Codable.swift
[1398/1453] Wrapping AST for CryptoBoringWrapper for debugging
[1400/1488] Compiling Crypto AES-GCM.swift
[1401/1488] Compiling Crypto AES-GCM_boring.swift
[1402/1488] Compiling Crypto ChaChaPoly_boring.swift
[1403/1488] Compiling Crypto ChaChaPoly.swift
[1403/1524] Wrapping AST for BitCollections for debugging
[1405/1524] Emitting module Atomics
[1406/1526] Compiling Collections Collections.swift
[1407/1526] Emitting module Algorithms
[1408/1527] Emitting module Collections
[1410/1528] Wrapping AST for Algorithms for debugging
[1411/1528] Wrapping AST for Collections for debugging
[1413/1528] Compiling Crypto ASN1Integer.swift
[1414/1528] Compiling Crypto ASN1Null.swift
[1415/1528] Compiling Crypto ASN1OctetString.swift
[1417/1528] Compiling Crypto Cipher.swift
[1418/1528] Compiling Crypto ASN1BitString.swift
[1419/1528] Compiling Crypto ASN1Boolean.swift
[1420/1528] Compiling Crypto ASN1Identifier.swift
[1421/1528] Compiling Crypto Nonces.swift
[1422/1528] Compiling Crypto ASN1.swift
[1423/1528] Compiling Crypto ASN1Any.swift
[1427/1529] Wrapping AST for Atomics for debugging
[1429/1589] Compiling NIOCore AddressedEnvelope.swift
[1430/1589] Compiling NIOCore AsyncAwaitSupport.swift
[1431/1589] Compiling NIOCore AsyncChannel.swift
[1432/1589] Compiling NIOCore AsyncChannelHandler.swift
[1433/1589] Compiling NIOCore AsyncChannelInboundStream.swift
[1434/1589] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1435/1589] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1436/1589] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1437/1589] Compiling NIOCore NIOAsyncWriter.swift
[1438/1589] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1439/1598] Compiling NIOCore RecvByteBufferAllocator.swift
[1440/1598] Compiling NIOCore IO.swift
[1441/1598] Compiling NIOCore IOData.swift
[1442/1598] Compiling NIOCore IPProtocol.swift
[1443/1598] Compiling NIOCore IntegerBitPacking.swift
[1444/1598] Compiling NIOCore IntegerTypes.swift
[1445/1598] Compiling NIOCore Interfaces.swift
[1446/1598] Compiling NIOCore Linux.swift
[1447/1598] Compiling NIOCore MarkedCircularBuffer.swift
[1448/1598] Compiling Crypto X25519Keys.swift
[1449/1598] Compiling Crypto SymmetricKeys.swift
[1450/1598] Compiling Crypto HMAC.swift
[1451/1598] Compiling Crypto MACFunctions.swift
[1452/1598] Compiling Crypto MessageAuthenticationCode.swift
[1453/1598] Compiling Crypto AES.swift
[1454/1598] Compiling Crypto ECDSASignature_boring.swift
[1455/1598] Compiling Crypto ECDSA_boring.swift
[1456/1598] Compiling Crypto EdDSA_boring.swift
[1457/1598] Compiling Crypto ECDSA.swift
[1458/1598] Compiling Crypto Ed25519.swift
[1459/1598] Emitting module Crypto
[1460/1598] Compiling NIOCore EventLoopFuture.swift
[1461/1598] Compiling NIOCore FileDescriptor.swift
[1462/1598] Compiling NIOCore FileHandle.swift
[1463/1598] Compiling NIOCore FileRegion.swift
[1464/1598] Compiling NIOCore GlobalSingletons.swift
[1465/1598] Compiling NIOCore CircularBuffer.swift
[1466/1598] Compiling NIOCore Codec.swift
[1467/1598] Compiling NIOCore ConvenienceOptionSupport.swift
[1468/1598] Compiling NIOCore DeadChannel.swift
[1469/1598] Compiling NIOCore DispatchQueue+WithFuture.swift
[1470/1598] Compiling NIOCore EventLoop+Deprecated.swift
[1471/1598] Compiling NIOCore EventLoop+SerialExecutor.swift
[1472/1598] Compiling NIOCore EventLoop.swift
[1473/1598] Compiling NIOCore MulticastChannel.swift
[1474/1598] Compiling NIOCore NIOAny.swift
[1475/1598] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1476/1598] Compiling NIOCore NIOLoopBound.swift
[1477/1598] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1478/1598] Compiling NIOCore NIOScheduledCallback.swift
[1479/1598] Compiling NIOCore NIOSendable.swift
[1480/1598] Compiling NIOCore ByteBuffer-views.swift
[1481/1598] Compiling NIOCore Channel.swift
[1482/1598] Compiling NIOCore ChannelHandler.swift
[1483/1598] Compiling NIOCore ChannelHandlers.swift
[1484/1598] Compiling NIOCore ChannelInvoker.swift
[1485/1598] Compiling NIOCore ChannelOption.swift
[1486/1598] Compiling NIOCore ChannelPipeline.swift
[1487/1598] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1488/1598] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1489/1598] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1490/1598] Compiling Crypto Signature.swift
[1491/1598] Compiling Crypto CryptoKitErrors_boring.swift
[1492/1598] Compiling Crypto RNG_boring.swift
[1493/1598] Compiling Crypto SafeCompare_boring.swift
[1494/1598] Compiling Crypto Zeroization_boring.swift
[1495/1598] Compiling Crypto PrettyBytes.swift
[1496/1598] Compiling Crypto SafeCompare.swift
[1497/1598] Compiling Crypto SecureBytes.swift
[1498/1598] Compiling Crypto Zeroization.swift
[1507/1606] Compiling NIOCore BSDSocketAPI.swift
[1508/1606] Compiling NIOCore ByteBuffer-aux.swift
[1509/1606] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1510/1606] Compiling NIOCore ByteBuffer-conversions.swift
[1511/1606] Compiling NIOCore ByteBuffer-core.swift
[1512/1606] Compiling NIOCore ByteBuffer-hex.swift
[1513/1606] Compiling NIOCore ByteBuffer-int.swift
[1514/1606] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1515/1606] Compiling NIOCore ByteBuffer-multi-int.swift
[1516/1606] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1533/1607] Wrapping AST for Crypto for debugging
[1543/1607] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1544/1607] Compiling NIOCore SocketAddresses.swift
[1545/1607] Compiling NIOCore SocketOptionProvider.swift
[1546/1607] Compiling NIOCore SystemCallHelpers.swift
[1547/1607] Compiling NIOCore TimeAmount+Duration.swift
[1548/1607] Compiling NIOCore TypeAssistedChannelHandler.swift
[1549/1607] Compiling NIOCore UniversalBootstrapSupport.swift
[1550/1607] Compiling NIOCore Utilities.swift
[1578/1607] Emitting module NIOCore
[1579/1608] Wrapping AST for NIOCore for debugging
[1581/1658] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1582/1658] Emitting module NIOEmbedded
[1583/1658] Compiling NIOEmbedded AsyncTestingChannel.swift
[1584/1658] Compiling NIOEmbedded Embedded.swift
[1585/1659] Wrapping AST for NIOEmbedded for debugging
[1587/1659] Emitting module NIOPosix
[1588/1665] Compiling NIOPosix Pool.swift
[1589/1665] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1590/1665] Compiling NIOPosix PosixSingletons.swift
[1591/1665] Compiling NIOPosix RawSocketBootstrap.swift
[1592/1665] Compiling NIOPosix Resolver.swift
[1593/1665] Compiling NIOPosix Selectable.swift
[1594/1665] Compiling NIOPosix SelectableChannel.swift
[1595/1665] Compiling NIOPosix SelectableEventLoop.swift
[1596/1665] Compiling NIOPosix SelectorEpoll.swift
[1597/1665] Compiling NIOPosix SelectorGeneric.swift
[1598/1665] Compiling NIOPosix SelectorKqueue.swift
[1599/1665] Compiling NIOPosix SelectorUring.swift
[1600/1665] Compiling NIOPosix ServerSocket.swift
[1601/1665] Compiling NIOPosix Socket.swift
[1602/1665] Compiling NIOPosix SocketChannel.swift
[1603/1665] Compiling NIOPosix SocketProtocols.swift
[1604/1665] Compiling NIOPosix System.swift
[1605/1665] Compiling NIOPosix Thread.swift
[1606/1665] Compiling NIOPosix ThreadPosix.swift
[1607/1665] Compiling NIOPosix ThreadWindows.swift
[1608/1665] Compiling NIOPosix UnsafeTransfer.swift
[1609/1665] Compiling NIOPosix Utilities.swift
[1610/1665] Compiling NIOPosix VsockAddress.swift
[1611/1665] Compiling NIOPosix VsockChannelEvents.swift
[1612/1665] Compiling NIOPosix IO.swift
[1613/1665] Compiling NIOPosix IntegerBitPacking.swift
[1614/1665] Compiling NIOPosix IntegerTypes.swift
[1615/1665] Compiling NIOPosix Linux.swift
[1616/1665] Compiling NIOPosix LinuxCPUSet.swift
[1617/1665] Compiling NIOPosix LinuxUring.swift
[1618/1665] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1619/1665] Compiling NIOPosix NIOThreadPool.swift
[1620/1665] Compiling NIOPosix NonBlockingFileIO.swift
[1621/1665] Compiling NIOPosix PendingDatagramWritesManager.swift
[1622/1665] Compiling NIOPosix PendingWritesManager.swift
[1623/1665] Compiling NIOPosix PipeChannel.swift
[1624/1665] Compiling NIOPosix PipePair.swift
[1625/1665] Compiling NIOPosix BSDSocketAPICommon.swift
[1626/1665] Compiling NIOPosix BSDSocketAPIPosix.swift
[1627/1665] Compiling NIOPosix BSDSocketAPIWindows.swift
[1628/1665] Compiling NIOPosix BaseSocket.swift
[1629/1665] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1630/1665] Compiling NIOPosix BaseSocketChannel.swift
[1631/1665] Compiling NIOPosix BaseStreamSocketChannel.swift
[1632/1665] Compiling NIOPosix Bootstrap.swift
[1633/1665] Compiling NIOPosix ControlMessage.swift
[1634/1665] Compiling NIOPosix DatagramVectorReadManager.swift
[1635/1665] Compiling NIOPosix Errors+Any.swift
[1636/1665] Compiling NIOPosix FileDescriptor.swift
[1637/1665] Compiling NIOPosix GetaddrinfoResolver.swift
[1638/1665] Compiling NIOPosix HappyEyeballs.swift
[1639/1666] Wrapping AST for NIOPosix for debugging
[1641/1725] Emitting module NIO
[1642/1725] Compiling NIO Exports.swift
[1643/1725] Compiling _NIOFileSystem BufferedWriter.swift
[1644/1725] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[1645/1725] Compiling _NIOFileSystem ByteCount.swift
[1646/1725] Compiling _NIOFileSystem Array+FileSystem.swift
[1647/1725] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[1648/1725] Compiling _NIOFileSystem BufferedReader.swift
[1649/1728] Wrapping AST for NIO for debugging
[1651/1767] Emitting module NIOTLS
[1652/1767] Compiling NIOTLS TLSEvents.swift
[1653/1767] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1654/1767] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1655/1767] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1656/1767] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1657/1767] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1658/1767] Compiling NIOSOCKS ClientStateMachine.swift
[1659/1767] Emitting module NIOSOCKS
[1660/1768] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1661/1768] Compiling NIOSOCKS SOCKSResponse.swift
[1662/1768] Compiling NIOSOCKS SOCKSClientHandler.swift
[1663/1768] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1664/1768] Compiling NIOSOCKS AuthenticationMethod.swift
[1665/1768] Compiling NIOSOCKS ClientGreeting.swift
[1666/1768] Compiling NIOSOCKS Errors.swift
[1667/1772] Emitting module NIOFoundationCompat
[1670/1772] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1671/1772] Compiling NIOTLS SNIHandler.swift
[1672/1773] Compiling AsyncKit Optional+StrictMap.swift
[1673/1773] Compiling AsyncKit Exports.swift
[1674/1773] Compiling NIOSOCKS Helpers.swift
[1675/1773] Compiling NIOSOCKS Messages.swift
[1676/1775] Compiling NIOSOCKS ServerStateMachine.swift
[1680/1775] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1684/1776] Compiling NIOSOCKS SOCKSRequest.swift
[1685/1777] Wrapping AST for NIOTLS for debugging
[1687/1777] Compiling _NIOFileSystem ParallelDirCopy.swift
[1688/1777] Compiling _NIOFileSystem ParallelRemoval.swift
[1689/1777] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1690/1777] Compiling _NIOFileSystem CInterop.swift
[1691/1777] Compiling _NIOFileSystem Errno.swift
[1692/1777] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1693/1777] Compiling _NIOFileSystem Mocking.swift
[1694/1777] Compiling _NIOFileSystem Syscall.swift
[1695/1777] Compiling _NIOFileSystem Syscalls.swift
[1696/1794] Compiling NIOSSL SSLCertificateExtensions.swift
[1697/1794] Compiling NIOSSL SSLCertificateName.swift
[1699/1806] Compiling NIOSSL SSLCallbacks.swift
[1700/1806] Compiling NIOSSL SSLCertificate.swift
[1701/1806] Compiling NIOSSL SSLPrivateKey.swift
[1702/1806] Compiling NIOSSL SSLPublicKey.swift
[1703/1806] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1704/1806] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1705/1806] Compiling NIOSSL SubjectAlternativeName.swift
[1706/1806] Compiling NIOSSL IdentityVerification.swift
[1707/1806] Compiling NIOSSL NIOSSLServerHandler.swift
[1708/1806] Compiling NIOSSL NIOSSLHandler.swift
[1709/1806] Compiling NIOSSL AndroidCABundle.swift
[1710/1806] Compiling NIOSSL SSLConnection.swift
[1711/1806] Compiling NIOSSL SSLContext.swift
[1712/1806] Compiling NIOSSL SSLErrors.swift
[1713/1806] Compiling NIOSSL SSLInit.swift
[1714/1806] Compiling NIOSSL SSLPKCS12Bundle.swift
[1716/1806] Wrapping AST for NIOFoundationCompat for debugging
[1717/1806] Wrapping AST for NIOSOCKS for debugging
[1719/1828] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1720/1828] Compiling NIOTransportServices NIOTSErrors.swift
[1721/1828] Emitting module AsyncKit
[1722/1828] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1723/1828] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1724/1828] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1725/1828] Emitting module NIOHTTP1
[1726/1828] Compiling NIOTransportServices NIOTSBootstraps.swift
[1727/1828] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1728/1828] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1729/1831] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1730/1831] Compiling NIOTransportServices NIOTSSingletons.swift
[1731/1831] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1732/1831] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1733/1831] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1734/1831] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1737/1831] Compiling NIOTransportServices NIOTSEventLoop.swift
[1738/1831] Compiling NIOTransportServices StateManagedChannel.swift
[1739/1831] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1740/1831] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1742/1831] Compiling NIOTransportServices AcceptHandler.swift
[1743/1831] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1744/1831] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1745/1831] Emitting module NIOTransportServices
[1749/1831] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1750/1831] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1751/1832] Compiling _NIOFileSystem SystemFileHandle.swift
[1752/1832] Compiling _NIOFileSystem Utilities.swift
[1753/1832] Compiling _NIOFileSystem OpenOptions.swift
[1754/1832] Compiling _NIOFileSystem String+FileSystem.swift
[1761/1832] Emitting module _NIOFileSystem
[1767/1898] Wrapping AST for NIOTransportServices for debugging
[1769/1898] Compiling NIOWebSocket WebSocketOpcode.swift
[1770/1901] Compiling NIOHPACK IndexedHeaderTable.swift
[1771/1901] Compiling NIOHPACK IntegerCoding.swift
[1772/1903] Emitting module NIOSSL
[1773/1907] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1774/1907] Compiling MultipartKit MultipartPart.swift
[1775/1907] Compiling MultipartKit MultipartPartConvertible.swift
[1776/1909] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1777/1909] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1778/1909] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1779/1909] Compiling MultipartKit FormDataDecoder.swift
[1780/1909] Compiling MultipartKit BasicCodingKey.swift
[1781/1909] Compiling MultipartKit MultipartError.swift
[1782/1909] Compiling MultipartKit Exports.swift
[1783/1909] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1784/1909] Emitting module MultipartKit
[1785/1909] Compiling MultipartKit MultipartParser.swift
[1795/1911] Compiling MultipartKit Storage.swift
[1796/1911] Compiling MultipartKit MultipartFormData.swift
[1797/1911] Compiling NIOHPACK StaticHeaderTable.swift
[1798/1911] Emitting module NIOExtras
[1799/1911] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1800/1911] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1801/1911] Emitting module _NIOFileSystemFoundationCompat
[1804/1911] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1805/1911] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1810/1911] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1811/1911] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1812/1911] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1813/1911] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1818/1911] Compiling MultipartKit FormDataEncoder.swift
[1819/1911] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1820/1911] Emitting module NIOHPACK
[1821/1911] Compiling NIOHPACK HuffmanTables.swift
[1822/1911] Emitting module NIOWebSocket
[1828/1911] Compiling NIOSSL NIOSSLSecureBytes.swift
[1829/1911] Compiling NIOSSL RNG.swift
[1830/1911] Compiling NIOSSL SafeCompare.swift
[1831/1912] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1832/1912] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1833/1912] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1834/1912] Compiling NIOHPACK HuffmanCoding.swift
[1839/1912] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1840/1912] Compiling NIOWebSocket WebSocketFrame.swift
[1841/1912] Compiling NIOHTTPCompression HTTPCompression.swift
[1842/1912] Emitting module NIOHTTPCompression
[1843/1912] Compiling NIOHTTPCompression HTTPDecompression.swift
[1853/1912] Compiling NIOExtras UnsafeTransfer.swift
[1854/1912] Compiling NIOExtras WritePCAPHandler.swift
[1855/1912] Compiling MultipartKit Utilities.swift
[1868/1917] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[1872/1917] Wrapping AST for _NIOFileSystem for debugging
[1875/1918] Wrapping AST for NIOWebSocket for debugging
[1877/1918] Compiling NIOFileSystem Exports.swift
[1878/1918] Emitting module NIOFileSystem
[1879/1918] Wrapping AST for NIOHTTPCompression for debugging
[1880/1919] Wrapping AST for MultipartKit for debugging
[1881/1919] Wrapping AST for NIOHTTP1 for debugging
[1885/1920] Wrapping AST for NIOHPACK for debugging
[1888/1920] Compiling NIOSSL Zeroization.swift
[1889/1920] Compiling NIOSSL TLSConfiguration.swift
[1890/1920] Compiling NIOSSL UniversalBootstrapSupport.swift
[1891/1920] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1892/1979] Wrapping AST for NIOFileSystem for debugging
[1894/1979] Compiling NIOHTTP2 MaySendFrames.swift
[1895/1979] Compiling NIOHTTP2 SendingDataState.swift
[1896/1979] Compiling NIOHTTP2 SendingGoawayState.swift
[1897/1979] Compiling NIOHTTP2 SendingHeadersState.swift
[1898/1979] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1899/1979] Compiling NIOHTTP2 SendingRstStreamState.swift
[1900/1979] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1901/1979] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1902/1979] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1903/1979] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1904/1979] Compiling NIOHTTP2 HasLocalSettings.swift
[1905/1979] Compiling NIOHTTP2 HasRemoteSettings.swift
[1906/1979] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1907/1979] Compiling NIOHTTP2 QuiescingState.swift
[1908/1979] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1909/1979] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1909/1987] Wrapping AST for NIOExtras for debugging
[1910/1987] Wrapping AST for NIOSSL for debugging
[1912/1995] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1913/1995] Emitting module WebSocketKit
[1914/1995] Compiling WebSocketKit WebSocket+Concurrency.swift
[1915/1995] Compiling NIOHTTP2 MayReceiveFrames.swift
[1916/1995] Compiling NIOHTTP2 ReceivingDataState.swift
[1917/1995] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1918/1995] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1919/1995] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1920/1995] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1921/1995] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1922/1995] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1923/1995] Compiling NIOHTTP2 HTTP2Error.swift
[1926/1995] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1927/1995] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1928/1995] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1929/1995] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1930/1995] Compiling WebSocketKit WebSocketHandler.swift
[1931/1996] Compiling WebSocketKit WebSocketClient.swift
[1932/1996] Compiling WebSocketKit Exports.swift
[1933/1996] Compiling WebSocketKit WebSocket+Connect.swift
[1934/1996] Compiling WebSocketKit WebSocket.swift
[1936/1997] Wrapping AST for AsyncKit for debugging
[1937/1997] Wrapping AST for WebSocketKit for debugging
[1939/1997] Compiling NIOHTTP2 InboundWindowManager.swift
[1940/1997] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1941/1997] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1942/1997] Compiling NIOHTTP2 StreamChannelList.swift
[1943/1997] Compiling NIOHTTP2 StreamMap.swift
[1944/1997] Compiling NIOHTTP2 StreamStateMachine.swift
[1945/1997] Compiling NIOHTTP2 UnsafeTransfer.swift
[1946/1997] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1947/1997] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1948/1997] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1949/1997] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1950/1997] Compiling NIOHTTP2 HTTP2StreamID.swift
[1951/1997] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1952/1997] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1953/1997] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1954/1997] Compiling NIOHTTP2 InboundEventBuffer.swift
[1955/1997] Compiling NIOHTTP2 StateMachineResult.swift
[1956/1997] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1957/1997] Compiling NIOHTTP2 DOSHeuristics.swift
[1958/1997] Compiling NIOHTTP2 Error+Any.swift
[1959/1997] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1960/1997] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1961/1997] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1962/1997] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1968/1997] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1969/1997] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1970/1997] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1971/1997] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1972/1997] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1973/1997] Compiling NIOHTTP2 HTTP2Frame.swift
[1974/1997] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1975/1997] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1976/1997] Compiling NIOHTTP2 HTTP2PingData.swift
[1977/1997] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1978/1997] Compiling NIOHTTP2 HTTP2Settings.swift
[1979/1997] Compiling NIOHTTP2 HTTP2Stream.swift
[1980/1997] Emitting module NIOHTTP2
[1989/1998] Wrapping AST for NIOHTTP2 for debugging
[1991/2058] Emitting module AsyncHTTPClient
[1992/2066] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1993/2066] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1994/2066] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1995/2066] Compiling AsyncHTTPClient HTTP1Connection.swift
[1996/2066] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1997/2066] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1998/2066] Compiling AsyncHTTPClient HTTP2Connection.swift
[1999/2066] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2000/2066] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2001/2066] Compiling AsyncHTTPClient RequestOptions.swift
[2002/2066] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2003/2066] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2004/2066] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2005/2066] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2006/2066] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2007/2066] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2008/2066] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2009/2066] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2010/2066] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2011/2066] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2012/2066] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2013/2066] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2014/2066] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2015/2066] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2016/2066] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2017/2066] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2018/2066] Compiling AsyncHTTPClient RequestBag.swift
[2019/2066] Compiling AsyncHTTPClient RequestValidation.swift
[2020/2066] Compiling AsyncHTTPClient SSLContextCache.swift
[2021/2066] Compiling AsyncHTTPClient Scheme.swift
[2022/2066] Compiling AsyncHTTPClient Singleton.swift
[2023/2066] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2024/2066] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2025/2066] Compiling AsyncHTTPClient Utils.swift
[2026/2066] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2027/2066] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2028/2066] Compiling AsyncHTTPClient Transaction.swift
[2029/2066] Compiling AsyncHTTPClient Base64.swift
[2030/2066] Compiling AsyncHTTPClient BasicAuth.swift
[2031/2066] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2032/2066] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2033/2066] Compiling AsyncHTTPClient ConnectionPool.swift
[2034/2066] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2035/2066] Compiling AsyncHTTPClient ConnectionTarget.swift
[2036/2066] Compiling AsyncHTTPClient DeconstructedURL.swift
[2037/2066] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2038/2066] Compiling AsyncHTTPClient FoundationExtensions.swift
[2039/2066] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2040/2066] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2041/2066] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2042/2066] Compiling AsyncHTTPClient HTTPClient.swift
[2043/2066] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2044/2066] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2045/2066] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2046/2066] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2047/2066] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2048/2066] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2049/2066] Compiling AsyncHTTPClient RequestBodyLength.swift
[2050/2066] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2051/2066] Compiling AsyncHTTPClient HTTPHandler.swift
[2052/2066] Compiling AsyncHTTPClient LRUCache.swift
[2053/2066] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2054/2066] Compiling AsyncHTTPClient NWErrorHandler.swift
[2055/2066] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2056/2066] Compiling AsyncHTTPClient TLSConfiguration.swift
[2057/2066] Compiling AsyncHTTPClient RedirectState.swift
[2058/2066] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2059/2067] Wrapping AST for AsyncHTTPClient for debugging
[2061/2236] Compiling Vapor Core.swift
[2062/2236] Compiling Vapor Running.swift
[2063/2236] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2064/2236] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2065/2236] Compiling Vapor DotEnvFile+load.swift
[2066/2236] Compiling Vapor Routes+caseInsenstive.swift
[2067/2236] Compiling Vapor Validatable+validate.swift
[2068/2236] Compiling Vapor Environment+Process.swift
[2069/2236] Compiling Vapor Environment+Secret.swift
[2070/2236] Compiling Vapor Environment.swift
[2071/2236] Compiling Vapor Abort.swift
[2072/2236] Compiling Vapor AbortError.swift
[2073/2236] Compiling Vapor DebuggableError.swift
[2074/2236] Compiling Vapor Demangler.swift
[2075/2236] Compiling Vapor ErrorSource.swift
[2076/2236] Compiling Vapor StackTrace.swift
[2077/2236] Compiling Vapor Exports.swift
[2078/2236] Compiling Vapor Application+HTTP.swift
[2079/2236] Compiling Vapor BasicResponder.swift
[2080/2236] Compiling Vapor BodyStream.swift
[2081/2236] Compiling Vapor Application+HTTP+Client.swift
[2082/2236] Compiling Vapor EventLoopHTTPClient.swift
[2083/2236] Compiling Vapor EndpointCache.swift
[2084/2236] Compiling Vapor HTTPMethod+String.swift
[2085/2260] Compiling Vapor HTTPServerResponseEncoder.swift
[2086/2260] Compiling Vapor HTTPServerUpgradeHandler.swift
[2087/2260] Compiling Vapor Logger+Report.swift
[2088/2260] Compiling Vapor LoggingSystem+Environment.swift
[2089/2260] Compiling Vapor Application+Middleware.swift
[2090/2260] Compiling Vapor CORSMiddleware.swift
[2091/2260] Compiling Vapor ErrorMiddleware.swift
[2092/2260] Compiling Vapor FileMiddleware.swift
[2093/2260] Compiling Vapor Middleware.swift
[2094/2260] Compiling Vapor MiddlewareConfiguration.swift
[2095/2260] Compiling Vapor ResponseCompressionMiddleware.swift
[2096/2260] Compiling Vapor RouteLoggingMiddleware.swift
[2097/2260] Compiling Vapor TracingMiddleware.swift
[2098/2260] Compiling Vapor File+Multipart.swift
[2099/2260] Compiling Vapor FormDataDecoder+Content.swift
[2100/2260] Compiling Vapor FormDataEncoder+Content.swift
[2101/2260] Compiling Vapor Application+Password.swift
[2102/2260] Compiling Vapor Application+Passwords.swift
[2103/2260] Compiling Vapor AsyncPasswordHasher.swift
[2104/2260] Compiling Vapor BcryptHasher.swift
[2105/2260] Compiling Vapor PasswordHasher.swift
[2106/2260] Compiling Vapor PlaintextHasher.swift
[2107/2260] Compiling Vapor Request+Password.swift
[2108/2260] Compiling Vapor Redirect.swift
[2109/2284] Compiling Vapor Application.swift
[2110/2284] Compiling Vapor AuthenticationCache.swift
[2111/2284] Compiling Vapor Authenticator.swift
[2112/2284] Compiling Vapor BasicAuthorization.swift
[2113/2284] Compiling Vapor BearerAuthorization.swift
[2114/2284] Compiling Vapor GuardMiddleware.swift
[2115/2284] Compiling Vapor RedirectMiddleware.swift
[2116/2284] Compiling Vapor SessionAuthenticatable.swift
[2117/2284] Compiling Vapor Bcrypt.swift
[2118/2284] Compiling Vapor Application+Cache.swift
[2119/2284] Compiling Vapor Cache.swift
[2120/2284] Compiling Vapor CacheExpirationTime.swift
[2121/2284] Compiling Vapor MemoryCache.swift
[2122/2284] Compiling Vapor Request+Cache.swift
[2123/2284] Compiling Vapor Application+Clients.swift
[2124/2284] Compiling Vapor Client.swift
[2125/2284] Compiling Vapor ClientRequest.swift
[2126/2284] Compiling Vapor ClientResponse.swift
[2127/2284] Compiling Vapor Request+Client.swift
[2128/2284] Compiling Vapor BootCommand.swift
[2129/2284] Compiling Vapor CommandContext+Application.swift
[2130/2284] Compiling Vapor RoutesCommand.swift
[2131/2284] Compiling Vapor ServeCommand.swift
[2132/2284] Compiling Vapor AnyResponse+Concurrency.swift
[2133/2284] Compiling Vapor AsyncBasicResponder.swift
[2134/2284] Compiling Vapor AsyncMiddleware.swift
[2135/2284] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2136/2284] Compiling Vapor AsyncSessionDriver.swift
[2137/2284] Compiling Vapor Authentication+Concurrency.swift
[2138/2284] Compiling Vapor Cache+Concurrency.swift
[2139/2284] Compiling Vapor Client+Concurrency.swift
[2140/2284] Compiling Vapor RequestBody+Concurrency.swift
[2141/2284] Compiling Vapor Responder+Concurrency.swift
[2142/2284] Compiling Vapor ResponseCodable+Concurrency.swift
[2143/2284] Compiling Vapor RoutesBuilder+Concurrency.swift
[2144/2284] Compiling Vapor ViewRenderer+Concurrency.swift
[2145/2284] Compiling Vapor WebSocket+Concurrency.swift
[2146/2284] Compiling Vapor ContainerGetPathExecutor.swift
[2147/2284] Compiling Vapor Content.swift
[2148/2284] Compiling Vapor ContentCoders.swift
[2149/2284] Compiling Vapor ContentConfiguration.swift
[2150/2284] Compiling Vapor ContentContainer.swift
[2151/2284] Compiling Vapor JSONCoder+Custom.swift
[2152/2284] Compiling Vapor JSONCoders+Content.swift
[2153/2284] Compiling Vapor PlaintextDecoder.swift
[2154/2284] Compiling Vapor PlaintextEncoder.swift
[2155/2284] Compiling Vapor URLQueryCoders.swift
[2156/2284] Compiling Vapor URLQueryContainer.swift
[2157/2284] Compiling Vapor Validator.swift
[2158/2284] Compiling Vapor ValidatorResult.swift
[2159/2284] Compiling Vapor And.swift
[2160/2284] Compiling Vapor Case.swift
[2161/2284] Compiling Vapor CharacterSet.swift
[2162/2284] Compiling Vapor Count.swift
[2163/2284] Compiling Vapor Custom.swift
[2164/2284] Compiling Vapor Email.swift
[2165/2284] Compiling Vapor Empty.swift
[2166/2284] Compiling Vapor In.swift
[2167/2284] Compiling Vapor Nil.swift
[2168/2284] Compiling Vapor NilIgnoring.swift
[2169/2284] Compiling Vapor Not.swift
[2170/2284] Compiling Vapor Or.swift
[2171/2284] Compiling Vapor Pattern.swift
[2172/2284] Compiling Vapor Range.swift
[2173/2284] Compiling Vapor URL.swift
[2174/2284] Compiling Vapor Valid.swift
[2175/2284] Compiling Vapor Application+Views.swift
[2176/2284] Compiling Vapor PlaintextRenderer.swift
[2177/2284] Compiling Vapor Request+View.swift
[2178/2284] Compiling Vapor View.swift
[2179/2284] Compiling Vapor ViewRenderer.swift
[2180/2284] Compiling Vapor _Deprecations.swift
[2181/2284] Compiling Vapor Bytes+Hex.swift
[2182/2284] Compiling Vapor Bytes+SecureCompare.swift
[2183/2284] Compiling Vapor Collection+Safe.swift
[2184/2284] Compiling Vapor DataProtocol+Copy.swift
[2185/2284] Compiling Vapor DecoderUnwrapper.swift
[2186/2284] Compiling Vapor DirectoryConfiguration.swift
[2187/2284] Compiling Vapor DotEnv.swift
[2188/2284] Compiling Vapor Extendable.swift
[2189/2284] Compiling Vapor File.swift
[2190/2284] Compiling Vapor FileIO.swift
[2191/2284] Compiling Vapor LifecycleHandler.swift
[2192/2284] Compiling Vapor OptionalType.swift
[2193/2284] Compiling Vapor RFC1123.swift
[2194/2284] Compiling Vapor SocketAddress+Hostname.swift
[2195/2284] Compiling Vapor Storage.swift
[2196/2284] Compiling Vapor String+IsIPAddress.swift
[2197/2284] Compiling Vapor Thread.swift
[2198/2284] Compiling Vapor URI.swift
[2199/2284] Compiling Vapor RangeResult.swift
[2200/2284] Compiling Vapor Validatable.swift
[2201/2284] Compiling Vapor Validation.swift
[2202/2284] Compiling Vapor ValidationKey.swift
[2203/2284] Compiling Vapor Validations.swift
[2204/2284] Compiling Vapor ValidationsError.swift
[2205/2284] Emitting module Vapor
[2206/2284] Compiling Vapor Service.swift
[2207/2284] Compiling Vapor Application+Sessions.swift
[2208/2284] Compiling Vapor MemorySessions.swift
[2209/2284] Compiling Vapor Request+Session.swift
[2210/2284] Compiling Vapor Session.swift
[2211/2284] Compiling Vapor SessionCache.swift
[2212/2284] Compiling Vapor SessionData.swift
[2213/2284] Compiling Vapor SessionDriver.swift
[2214/2284] Compiling Vapor SessionsConfiguration.swift
[2215/2284] Compiling Vapor SessionsMiddleware.swift
[2216/2284] Compiling Vapor URLEncodedFormData.swift
[2217/2284] Compiling Vapor URLEncodedFormDecoder.swift
[2218/2284] Compiling Vapor URLEncodedFormEncoder.swift
[2219/2284] Compiling Vapor URLEncodedFormError.swift
[2220/2284] Compiling Vapor URLEncodedFormParser.swift
[2221/2284] Compiling Vapor URLEncodedFormSerializer.swift
[2222/2284] Compiling Vapor URLQueryFragmentConvertible.swift
[2223/2284] Compiling Vapor AnyResponse.swift
[2224/2284] Compiling Vapor Array+Random.swift
[2225/2284] Compiling Vapor Base32.swift
[2226/2284] Compiling Vapor Base64.swift
[2227/2284] Compiling Vapor BaseN.swift
[2228/2284] Compiling Vapor BasicCodingKey.swift
[2229/2284] Compiling Vapor ByteCount.swift
[2230/2284] Compiling Vapor HTTPStatus.swift
[2231/2284] Compiling Vapor HTTPCookies.swift
[2232/2284] Compiling Vapor HTTPHeaderCacheControl.swift
[2233/2284] Compiling Vapor HTTPHeaderExpires.swift
[2234/2284] Compiling Vapor HTTPHeaderLastModified.swift
[2235/2284] Compiling Vapor HTTPHeaders+Cache.swift
[2236/2284] Compiling Vapor HTTPHeaders+Connection.swift
[2237/2284] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2238/2284] Compiling Vapor HTTPHeaders+ContentRange.swift
[2239/2284] Compiling Vapor HTTPHeaders+Directive.swift
[2240/2284] Compiling Vapor HTTPHeaders+Forwarded.swift
[2241/2284] Compiling Vapor HTTPHeaders+Link.swift
[2242/2284] Compiling Vapor HTTPHeaders+Name.swift
[2243/2284] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2244/2284] Compiling Vapor HTTPHeaders.swift
[2245/2284] Compiling Vapor HTTPMediaType.swift
[2246/2284] Compiling Vapor HTTPMediaTypePreference.swift
[2247/2284] Compiling Vapor Responder.swift
[2248/2284] Compiling Vapor Application+HTTP+Server.swift
[2249/2284] Compiling Vapor HTTPServer.swift
[2250/2284] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2251/2284] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2252/2284] Compiling Vapor HTTPServerHandler.swift
[2253/2284] Compiling Vapor HTTPServerRequestDecoder.swift
[2254/2284] Compiling Vapor Request+Body.swift
[2255/2284] Compiling Vapor Request+BodyStream.swift
[2256/2284] Compiling Vapor Request.swift
[2257/2284] Compiling Vapor Application+Responder.swift
[2258/2284] Compiling Vapor DefaultResponder.swift
[2259/2284] Compiling Vapor Response+Body.swift
[2260/2284] Compiling Vapor Response.swift
[2261/2284] Compiling Vapor ResponseCodable.swift
[2262/2284] Compiling Vapor Application+Routes.swift
[2263/2284] Compiling Vapor Parameters+Require.swift
[2264/2284] Compiling Vapor Request+WebSocket.swift
[2265/2284] Compiling Vapor Route.swift
[2266/2284] Compiling Vapor RouteCollection.swift
[2267/2284] Compiling Vapor Routes.swift
[2268/2284] Compiling Vapor RoutesBuilder+Group.swift
[2269/2284] Compiling Vapor RoutesBuilder+Method.swift
[2270/2284] Compiling Vapor RoutesBuilder+Middleware.swift
[2271/2284] Compiling Vapor RoutesBuilder+WebSocket.swift
[2272/2284] Compiling Vapor RoutesBuilder.swift
[2273/2284] Compiling Vapor OTP.swift
[2274/2284] Compiling Vapor Application+Servers.swift
[2275/2284] Compiling Vapor Server.swift
[2276/2284] Compiling Vapor App+Service.swift
[2277/2284] Compiling Vapor Req+Service.swift
[2278/2285] Wrapping AST for Vapor for debugging
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2280/2294] Emitting module S3Signer
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
1 | import Vapor
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 |
[2281/2295] Compiling S3Signer Dates.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
1 | import Vapor
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 |
[2282/2295] Compiling S3Signer Expiration.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
1 | import Vapor
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 |
[2283/2295] Compiling S3Signer String+Encoding.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
1 | import Vapor
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 |
[2284/2295] Compiling S3Signer HTTPMethod+Description.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
1 | import Vapor
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 |
[2285/2295] Compiling S3Signer Container+S3Signer.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
1 | import Vapor
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 |
[2286/2295] Compiling S3Signer S3Signer.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
1 | import Vapor
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 |
[2287/2295] Compiling S3Signer Payload.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
1 | import Vapor
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 |
[2288/2295] Compiling S3Signer Region.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
1 | import Vapor
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 |
[2289/2295] Compiling S3Signer S3Signer+Private.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
1 | import Vapor
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/58] Write swift-version-24593BA9C3E375BF.txt
[2/120] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[3/120] Compiling InternalCollectionsUtilities Debugging.swift
[4/120] Compiling _NIODataStructures _TinyArray.swift
[5/121] Compiling ServiceContextModule ServiceContext.swift
[6/121] Emitting module ServiceContextModule
[7/121] Compiling ServiceContextModule ServiceContextKey.swift
[8/122] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[9/122] Compiling _NIODataStructures PriorityQueue.swift
[10/122] Compiling CoreMetrics Locks.swift
[11/122] Emitting module CoreMetrics
[13/122] Compiling Logging MetadataProvider.swift
[14/122] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[15/122] Compiling InternalCollectionsUtilities Descriptions.swift
[16/122] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[17/122] Emitting module _NIODataStructures
[18/122] Compiling Atomics UnsafeAtomic.swift
[19/122] Compiling Atomics UnsafeAtomicLazyReference.swift
[20/122] Compiling Atomics ManagedAtomic.swift
[21/122] Compiling Atomics ManagedAtomicLazyReference.swift
[22/122] Emitting module InternalCollectionsUtilities
[23/124] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[24/124] Compiling InternalCollectionsUtilities Integer rank.swift
[25/124] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[26/124] Compiling Atomics AtomicMemoryOrderings.swift
[27/124] Compiling Atomics DoubleWord.swift
[30/124] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[31/124] Compiling NIOConcurrencyHelpers lock.swift
[35/124] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[36/124] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[38/124] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[39/124] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[40/124] Compiling CryptoBoringWrapper RandomBytes.swift
[41/124] Compiling CryptoBoringWrapper EllipticCurve.swift
[42/124] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[43/124] Emitting module CryptoBoringWrapper
[44/124] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[45/125] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[46/125] Compiling _NIODataStructures Heap.swift
[47/125] Compiling NIOConcurrencyHelpers NIOLock.swift
[48/125] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[49/126] Emitting module NIOConcurrencyHelpers
[50/126] Compiling NIOConcurrencyHelpers atomics.swift
[52/127] Compiling InternalCollectionsUtilities UInt+reversed.swift
[55/127] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[56/127] Compiling InternalCollectionsUtilities _SortedCollection.swift
[61/127] Compiling Atomics IntegerOperations.swift
[62/127] Compiling Atomics Unmanaged extensions.swift
[63/127] Compiling Logging LogHandler.swift
[64/127] Compiling Logging Locks.swift
[65/127] Emitting module Logging
[66/127] Compiling Logging Logging.swift
[67/128] Compiling CoreMetrics Metrics.swift
[70/129] Emitting module Atomics
[71/151] Compiling XMLCoding XMLKeyedDecodingContainer.swift
[72/151] Compiling XMLCoding XMLEncoder.swift
[73/151] Compiling XMLCoding XMLEncodingStorage.swift
[75/186] Emitting module _NIOBase64
[76/186] Compiling Instrumentation NoOpInstrument.swift
[77/186] Compiling Instrumentation MultiplexInstrument.swift
[78/186] Compiling RealModule Real.swift
[79/187] Compiling XMLCoding XMLKey.swift
[80/187] Compiling XMLCoding ISO8601DateFormatter.swift
[81/213] Compiling RealModule Float80+Real.swift
[82/213] Compiling RealModule Float16+Real.swift
[83/213] Compiling RealModule RealFunctions.swift
[84/243] Compiling RealModule ElementaryFunctions.swift
[85/243] Compiling RealModule Float+Real.swift
[86/292] Compiling Instrumentation Locks.swift
[87/298] Compiling XMLCoding XMLReferencingEncoder.swift
[88/304] Compiling Instrumentation Instrument.swift
[89/304] Emitting module Instrumentation
[90/304] Compiling Instrumentation InstrumentationSystem.swift
[92/317] Compiling _RopeModule BigString+Builder.swift
[93/317] Compiling _RopeModule BigString+Contents.swift
[94/317] Emitting module RealModule
[95/317] Compiling _RopeModule BigString+Debugging.swift
[96/317] Compiling _RopeModule BigString+Index.swift
[97/318] Compiling _NIOBase64 Base64.swift
[98/319] Compiling RoutingKit Router.swift
[100/320] Compiling _RopeModule BigString+UnicodeScalarView.swift
[101/320] Compiling _RopeModule BigSubstring+UTF16View.swift
[102/320] Compiling _RopeModule BigSubstring+UTF8View.swift
[103/320] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[104/320] Compiling _RopeModule BigSubstring.swift
[105/320] Compiling _RopeModule Rope+Builder.swift
[106/320] Compiling _RopeModule Rope+Debugging.swift
[107/327] Compiling RoutingKit PathComponent.swift
[108/327] Compiling _RopeModule BigString+Summary.swift
[109/327] Compiling _RopeModule BigString.swift
[110/327] Compiling _RopeModule BigString+Comparable.swift
[111/327] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[113/330] Emitting module SystemPackage
[114/330] Emitting module RoutingKit
[115/345] Compiling HeapModule Heap+Invariants.swift
[116/345] Compiling RoutingKit AnyRouter.swift
[117/345] Compiling _RopeModule Rope+Invariants.swift
[118/345] Compiling _RopeModule Rope+_Node.swift
[119/345] Compiling _RopeModule Rope+_Storage.swift
[120/345] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[121/345] Compiling _RopeModule Rope+_UnsafeHandle.swift
[122/345] Compiling _RopeModule Rope.swift
[123/345] Compiling _RopeModule RopeElement.swift
[124/345] Compiling RoutingKit TrieRouter.swift
[125/345] Compiling RoutingKit Parameters.swift
[126/346] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[127/346] Emitting module Metrics
[128/346] Compiling Metrics Metrics.swift
[129/347] Compiling HeapModule Heap+Descriptions.swift
[130/347] Compiling _RopeModule BigString+Managing Breaks.swift
[131/347] Compiling _RopeModule BigString+RemoveSubrange.swift
[132/347] Compiling _RopeModule BigString+ReplaceSubrange.swift
[133/347] Compiling _RopeModule BigString+Split.swift
[135/346] Compiling HeapModule Heap.swift
[136/346] Compiling HeapModule _HeapNode.swift
[138/346] Compiling XMLCoding XMLStackParser.swift
[139/346] Compiling Tracing TracingTime.swift
[140/346] Compiling Tracing TracerProtocol.swift
[141/346] Emitting module HeapModule
[142/346] Compiling Tracing TracerProtocol+Legacy.swift
[143/421] Compiling HeapModule Heap+UnsafeHandle.swift
[145/437] Emitting module Tracing
[146/437] Compiling Tracing InstrumentationSystem+Tracing.swift
[147/437] Compiling Tracing Tracer.swift
[148/437] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[149/437] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[150/437] Compiling HashTreeCollections _HashNode.swift
[151/437] Compiling HashTreeCollections _HashNodeHeader.swift
[152/437] Compiling HashTreeCollections _HashSlot.swift
[153/437] Compiling HashTreeCollections _HashStack.swift
[154/437] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[155/437] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[156/437] Emitting module XMLCoding
[157/437] Compiling DequeModule Deque+Codable.swift
[158/437] Compiling DequeModule Deque+Collection.swift
[159/437] Compiling HashTreeCollections _HashNode+Storage.swift
[160/437] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[161/437] Compiling HashTreeCollections _HashNode+Structural filter.swift
[162/437] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[163/437] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[164/437] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[165/437] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[166/437] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[167/437] Compiling HashTreeCollections _HashNode+Structural merge.swift
[168/437] Compiling HashTreeCollections _HashTreeIterator.swift
[169/437] Compiling HashTreeCollections _HashTreeStatistics.swift
[170/437] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[171/437] Compiling HashTreeCollections _RawHashNode.swift
[172/437] Compiling HashTreeCollections _UnmanagedHashNode.swift
[173/437] Compiling HashTreeCollections _UnsafePath.swift
[174/437] Compiling HashTreeCollections TreeDictionary+Codable.swift
[177/437] Compiling DequeModule Deque+CustomReflectable.swift
[178/437] Compiling DequeModule Deque+Descriptions.swift
[179/437] Compiling DequeModule Deque+Equatable.swift
[180/437] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[181/437] Compiling DequeModule Deque+Extras.swift
[182/437] Compiling DequeModule Deque+Hashable.swift
[183/437] Compiling HashTreeCollections TreeSet+Hashable.swift
[184/437] Compiling HashTreeCollections TreeSet+Sendable.swift
[185/437] Compiling HashTreeCollections TreeSet+Sequence.swift
[186/437] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[187/437] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[188/437] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[189/437] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[190/437] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[191/437] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[192/437] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[196/444] Compiling HashTreeCollections TreeDictionary+Values.swift
[197/444] Compiling HashTreeCollections TreeDictionary.swift
[198/444] Compiling HashTreeCollections TreeSet+Codable.swift
[199/446] Compiling HashTreeCollections TreeSet+Collection.swift
[200/446] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[201/446] Compiling HashTreeCollections TreeSet+Debugging.swift
[202/446] Compiling HashTreeCollections TreeSet+Descriptions.swift
[206/447] Compiling DequeModule Deque+Testing.swift
[207/447] Compiling DequeModule Deque._Storage.swift
[208/447] Compiling DequeModule Deque._UnsafeHandle.swift
[209/447] Compiling DequeModule Deque.swift
[210/447] Compiling DequeModule _DequeBuffer.swift
[211/447] Compiling DequeModule _DequeBufferHeader.swift
[212/447] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[213/447] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[214/447] Compiling Tracing NoOpTracer.swift
[215/447] Compiling Tracing SpanProtocol.swift
[225/450] Compiling HashTreeCollections TreeDictionary+Keys.swift
[226/450] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[227/450] Compiling HashTreeCollections TreeDictionary+Merge.swift
[228/450] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[229/450] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[237/450] Compiling HashTreeCollections TreeSet+Equatable.swift
[238/450] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[239/450] Compiling HashTreeCollections TreeSet+Extras.swift
[240/450] Compiling HashTreeCollections TreeSet+Filter.swift
[245/459] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[246/459] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[247/459] Compiling HashTreeCollections TreeDictionary+Filter.swift
[248/459] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[249/459] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[267/459] Compiling _RopeModule _CharacterRecognizer.swift
[268/459] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[269/459] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[270/459] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[271/459] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[272/459] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[273/459] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[274/459] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[275/459] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[276/459] Compiling HashTreeCollections TreeSet.swift
[289/459] Emitting module OrderedCollections
[291/513] Compiling Crypto GeneralizedTime.swift
[292/513] Compiling Crypto ObjectIdentifier.swift
[293/513] Compiling Crypto ECDSASignature.swift
[294/513] Compiling Crypto PEMDocument.swift
[295/513] Compiling Crypto ASN1Null.swift
[296/513] Compiling Crypto ASN1OctetString.swift
[297/513] Compiling Crypto ASN1Strings.swift
[298/513] Compiling Crypto ArraySliceBigint.swift
[299/558] Compiling ConsoleKitTerminal ProgressBar.swift
[300/558] Compiling ConsoleKitTerminal Console+Clear.swift
[302/611] Compiling BitCollections BitArray+Codable.swift
[303/611] Compiling BitCollections BitArray+Collection.swift
[304/611] Compiling BitCollections BitArray+Copy.swift
[305/611] Compiling BitCollections BitArray+CustomReflectable.swift
[306/611] Compiling BitCollections BitArray+Descriptions.swift
[307/611] Compiling BitCollections BitArray+Equatable.swift
[308/611] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[309/611] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[310/611] Compiling BitCollections BitArray+Extras.swift
[311/611] Compiling BitCollections BitArray+Fill.swift
[312/636] Compiling Algorithms FlattenCollection.swift
[313/636] Compiling Algorithms Grouped.swift
[314/636] Compiling Algorithms Indexed.swift
[315/636] Compiling Algorithms Intersperse.swift
[316/636] Compiling Algorithms Compacted.swift
[317/636] Compiling Algorithms Cycle.swift
[318/636] Compiling Algorithms EitherSequence.swift
[319/636] Compiling Algorithms FirstNonNil.swift
[320/636] Compiling Algorithms AdjacentPairs.swift
[321/636] Compiling Algorithms Chain.swift
[321/636] Wrapping AST for XMLCoding for debugging
[323/636] Compiling Algorithms Chunked.swift
[324/636] Compiling Algorithms Combinations.swift
[326/636] Wrapping AST for SystemPackage for debugging
[336/639] Compiling BitCollections BitSet+Random.swift
[337/639] Compiling BitCollections BitSet+SetAlgebra basics.swift
[338/639] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[339/639] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[340/639] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[341/639] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[342/639] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[343/639] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[344/639] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[345/639] Compiling BitCollections BitSet+SetAlgebra union.swift
[346/639] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[349/639] Emitting module _RopeModule
[350/639] Compiling Algorithms Joined.swift
[351/639] Compiling Algorithms Keyed.swift
[352/639] Compiling Algorithms MinMax.swift
[353/639] Compiling Algorithms Partition.swift
[354/639] Emitting module ConsoleKitTerminal
[358/639] Wrapping AST for RealModule for debugging
[360/639] Compiling Algorithms Reductions.swift
[361/639] Compiling Algorithms Rotate.swift
[362/639] Compiling Algorithms Split.swift
[362/639] Wrapping AST for OrderedCollections for debugging
[364/639] Emitting module BitCollections
[364/646] Wrapping AST for Logging for debugging
[365/646] Wrapping AST for InternalCollectionsUtilities for debugging
[367/646] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[368/646] Compiling ConsoleKitTerminal AnySendableHashable.swift
[369/646] Compiling ConsoleKitTerminal ConsoleLogger.swift
[370/646] Compiling ConsoleKitTerminal LoggerFragment.swift
[371/646] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[372/646] Compiling BitCollections BitSet+Extras.swift
[373/646] Compiling BitCollections BitSet+Hashable.swift
[373/646] Wrapping AST for HeapModule for debugging
[375/646] Emitting module DequeModule
[375/647] Wrapping AST for CryptoBoringWrapper for debugging
[384/647] Compiling BitCollections BitSet.Counted.swift
[385/647] Compiling Algorithms Permutations.swift
[386/647] Compiling Algorithms Product.swift
[387/647] Compiling Algorithms RandomSample.swift
[388/647] Compiling Algorithms Stride.swift
[389/647] Compiling Algorithms Suffix.swift
[400/647] Compiling BitCollections BitSet+Initializers.swift
[401/647] Compiling BitCollections BitSet+Invariants.swift
[420/647] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[421/647] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[422/647] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[423/647] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[424/647] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[425/647] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[426/647] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[436/656] Wrapping AST for CoreMetrics for debugging
[449/656] Emitting module Crypto
[449/656] Wrapping AST for Atomics for debugging
[457/659] Compiling Algorithms Unique.swift
[458/659] Compiling Algorithms Windows.swift
[459/660] Wrapping AST for DequeModule for debugging
[472/660] Compiling Crypto EdDSA_boring.swift
[473/660] Compiling Crypto ECDSA.swift
[474/660] Compiling Crypto Ed25519.swift
[475/660] Compiling Crypto Signature.swift
[476/660] Compiling Crypto CryptoKitErrors_boring.swift
[477/660] Compiling Crypto RNG_boring.swift
[478/660] Compiling Crypto SafeCompare_boring.swift
[479/660] Compiling Crypto Zeroization_boring.swift
[480/660] Compiling Crypto PrettyBytes.swift
[481/659] Compiling BitCollections BitSet.Index.swift
[482/659] Compiling BitCollections BitSet._UnsafeHandle.swift
[483/659] Compiling BitCollections BitSet.swift
[484/659] Compiling BitCollections Range+Utilities.swift
[485/659] Compiling BitCollections Slice+Utilities.swift
[486/659] Compiling BitCollections UInt+Tricks.swift
[487/659] Compiling BitCollections _Word.swift
[497/659] Compiling Crypto X25519Keys.swift
[498/659] Compiling Crypto SymmetricKeys.swift
[499/659] Compiling Crypto HMAC.swift
[500/659] Compiling Crypto MACFunctions.swift
[501/659] Compiling Crypto MessageAuthenticationCode.swift
[502/659] Compiling Crypto AES.swift
[503/659] Compiling Crypto ECDSASignature_boring.swift
[504/659] Compiling Crypto ECDSA_boring.swift
[511/719] Compiling NIOCore ConvenienceOptionSupport.swift
[512/719] Compiling NIOCore DeadChannel.swift
[513/719] Compiling NIOCore DispatchQueue+WithFuture.swift
[514/719] Compiling NIOCore EventLoop+Deprecated.swift
[515/719] Compiling NIOCore EventLoop+SerialExecutor.swift
[516/719] Compiling NIOCore EventLoop.swift
[517/719] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[518/719] Compiling NIOCore EventLoopFuture+Deprecated.swift
[519/719] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[520/719] Compiling NIOCore EventLoopFuture.swift
[521/719] Compiling NIOCore AddressedEnvelope.swift
[522/719] Compiling NIOCore AsyncAwaitSupport.swift
[523/719] Compiling NIOCore AsyncChannel.swift
[524/719] Compiling NIOCore AsyncChannelHandler.swift
[525/719] Compiling NIOCore AsyncChannelInboundStream.swift
[526/719] Compiling NIOCore AsyncChannelOutboundWriter.swift
[527/719] Compiling NIOCore NIOAsyncSequenceProducer.swift
[528/719] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[529/719] Compiling NIOCore ChannelOption.swift
[530/719] Compiling NIOCore ChannelPipeline.swift
[531/719] Compiling NIOCore CircularBuffer.swift
[532/719] Compiling NIOCore Codec.swift
[537/719] Compiling NIOCore NIOAsyncWriter.swift
[538/719] Compiling NIOCore ByteBuffer-multi-int.swift
[539/719] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[540/719] Compiling NIOCore ByteBuffer-views.swift
[541/719] Compiling NIOCore Channel.swift
[542/719] Compiling NIOCore ChannelHandler.swift
[543/719] Compiling NIOCore ChannelHandlers.swift
[544/719] Compiling NIOCore ChannelInvoker.swift
[545/742] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[546/742] Compiling ConsoleKitCommands AnyCommand.swift
[547/742] Compiling ConsoleKitCommands Command.swift
[548/742] Compiling ConsoleKitCommands CommandContext.swift
[549/742] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[550/742] Compiling ConsoleKitCommands AsyncCommand.swift
[551/742] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[552/742] Compiling ConsoleKitCommands AsyncCommands.swift
[553/742] Compiling ConsoleKitCommands Console+Run.swift
[554/742] Compiling ConsoleKitCommands ConsoleError.swift
[555/742] Compiling ConsoleKitCommands Completion.swift
[560/741] Compiling ConsoleKitCommands CommandSignature.swift
[561/741] Compiling ConsoleKitCommands Flag.swift
[562/741] Compiling ConsoleKitCommands Option.swift
[563/743] Compiling ConsoleKitCommands CommandError.swift
[564/743] Compiling ConsoleKitCommands CommandGroup.swift
[565/743] Compiling ConsoleKitCommands CommandInput.swift
[566/743] Compiling ConsoleKitCommands Commands.swift
[567/743] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[568/743] Compiling ConsoleKitCommands Utilities.swift
[579/743] Compiling NIOCore ByteBuffer-hex.swift
[580/743] Compiling NIOCore ByteBuffer-int.swift
[581/743] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[582/743] Compiling NIOCore IO.swift
[583/743] Compiling NIOCore IOData.swift
[584/743] Compiling NIOCore IPProtocol.swift
[585/743] Compiling NIOCore IntegerBitPacking.swift
[586/743] Compiling NIOCore IntegerTypes.swift
[587/743] Compiling NIOCore Interfaces.swift
[588/743] Compiling NIOCore FileDescriptor.swift
[589/743] Compiling NIOCore FileHandle.swift
[590/743] Compiling NIOCore FileRegion.swift
[591/743] Compiling NIOCore GlobalSingletons.swift
[592/743] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[593/743] Compiling NIOCore BSDSocketAPI.swift
[594/743] Compiling NIOCore ByteBuffer-aux.swift
[595/743] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[596/743] Compiling NIOCore ByteBuffer-conversions.swift
[597/743] Compiling NIOCore ByteBuffer-core.swift
[598/743] Emitting module ConsoleKitCommands
[605/744] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[606/744] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[607/744] Compiling ConsoleKitCommands Argument.swift
[608/744] Compiling NIOCore MulticastChannel.swift
[609/744] Compiling NIOCore NIOAny.swift
[610/744] Compiling NIOCore NIOCloseOnErrorHandler.swift
[611/744] Compiling NIOCore NIOLoopBound.swift
[612/744] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[613/744] Compiling NIOCore NIOScheduledCallback.swift
[614/744] Compiling NIOCore NIOSendable.swift
[615/744] Compiling NIOCore RecvByteBufferAllocator.swift
[617/752] Emitting module HashTreeCollections
[617/753] Wrapping AST for _RopeModule for debugging
[650/754] Emitting module Algorithms
[650/756] Wrapping AST for HashTreeCollections for debugging
[668/758] Compiling Crypto SafeCompare.swift
[669/758] Compiling Crypto SecureBytes.swift
[670/758] Compiling Crypto Zeroization.swift
[671/758] Emitting module Collections
[672/758] Compiling Collections Collections.swift
[673/760] Compiling ConsoleKit Exports.swift
[688/760] Compiling NIOCore Linux.swift
[689/760] Compiling NIOCore MarkedCircularBuffer.swift
[690/760] Emitting module ConsoleKit
[693/759] Wrapping AST for Algorithms for debugging
[695/759] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[696/759] Compiling NIOCore SocketAddresses.swift
[697/759] Compiling NIOCore SocketOptionProvider.swift
[698/759] Compiling NIOCore SystemCallHelpers.swift
[699/759] Compiling NIOCore TimeAmount+Duration.swift
[700/759] Compiling NIOCore TypeAssistedChannelHandler.swift
[701/759] Compiling NIOCore UniversalBootstrapSupport.swift
[702/759] Compiling NIOCore Utilities.swift
[702/759] Wrapping AST for Crypto for debugging
[730/759] Emitting module NIOCore
[732/809] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[733/809] Compiling NIOEmbedded AsyncTestingChannel.swift
[734/809] Compiling NIOEmbedded Embedded.swift
[735/809] Emitting module NIOEmbedded
[737/809] Compiling NIOPosix SelectableChannel.swift
[738/809] Compiling NIOPosix SelectableEventLoop.swift
[739/809] Compiling NIOPosix SelectorEpoll.swift
[740/809] Compiling NIOPosix SelectorGeneric.swift
[741/809] Compiling NIOPosix SelectorKqueue.swift
[742/809] Compiling NIOPosix SelectorUring.swift
[743/815] Emitting module NIOPosix
[744/815] Compiling NIOPosix ServerSocket.swift
[745/815] Compiling NIOPosix Socket.swift
[746/815] Compiling NIOPosix SocketChannel.swift
[747/815] Compiling NIOPosix SocketProtocols.swift
[748/815] Compiling NIOPosix System.swift
[749/815] Compiling NIOPosix Thread.swift
[750/815] Compiling NIOPosix IO.swift
[751/815] Compiling NIOPosix IntegerBitPacking.swift
[752/815] Compiling NIOPosix IntegerTypes.swift
[753/815] Compiling NIOPosix Linux.swift
[754/815] Compiling NIOPosix LinuxCPUSet.swift
[755/815] Compiling NIOPosix LinuxUring.swift
[756/815] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[757/815] Compiling NIOPosix BSDSocketAPICommon.swift
[758/815] Compiling NIOPosix BSDSocketAPIPosix.swift
[759/815] Compiling NIOPosix BSDSocketAPIWindows.swift
[760/815] Compiling NIOPosix BaseSocket.swift
[761/815] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[762/815] Compiling NIOPosix BaseSocketChannel.swift
[763/815] Compiling NIOPosix BaseStreamSocketChannel.swift
[764/815] Compiling NIOPosix Pool.swift
[765/815] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[766/815] Compiling NIOPosix PosixSingletons.swift
[767/815] Compiling NIOPosix RawSocketBootstrap.swift
[768/815] Compiling NIOPosix Resolver.swift
[769/815] Compiling NIOPosix Selectable.swift
[770/815] Compiling NIOPosix Bootstrap.swift
[771/815] Compiling NIOPosix ControlMessage.swift
[772/815] Compiling NIOPosix DatagramVectorReadManager.swift
[773/815] Compiling NIOPosix Errors+Any.swift
[774/815] Compiling NIOPosix FileDescriptor.swift
[775/815] Compiling NIOPosix GetaddrinfoResolver.swift
[776/815] Compiling NIOPosix HappyEyeballs.swift
[777/815] Compiling NIOPosix NIOThreadPool.swift
[778/815] Compiling NIOPosix NonBlockingFileIO.swift
[779/815] Compiling NIOPosix PendingDatagramWritesManager.swift
[780/815] Compiling NIOPosix PendingWritesManager.swift
[781/815] Compiling NIOPosix PipeChannel.swift
[782/815] Compiling NIOPosix PipePair.swift
[783/815] Compiling NIOPosix ThreadPosix.swift
[784/815] Compiling NIOPosix ThreadWindows.swift
[785/815] Compiling NIOPosix UnsafeTransfer.swift
[786/815] Compiling NIOPosix Utilities.swift
[787/815] Compiling NIOPosix VsockAddress.swift
[788/815] Compiling NIOPosix VsockChannelEvents.swift
[790/855] Compiling NIO Exports.swift
[791/855] Emitting module NIO
[792/875] Compiling _NIOFileSystem BufferedWriter.swift
[793/875] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[794/875] Compiling _NIOFileSystem FileChunks.swift
[796/876] Compiling _NIOFileSystem FileType.swift
[797/876] Compiling _NIOFileSystem IOStrategy.swift
[798/876] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[799/882] Compiling _NIOFileSystem FileSystem.swift
[800/882] Compiling _NIOFileSystem ByteCount.swift
[801/882] Compiling _NIOFileSystem Convenience.swift
[802/882] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[803/882] Compiling _NIOFileSystem FileSystemError.swift
[804/882] Compiling _NIOFileSystem FileSystemProtocol.swift
[805/887] Compiling AsyncKit Optional+StrictMap.swift
[806/887] Compiling AsyncKit Exports.swift
[807/899] Emitting module _NIOFileSystem
[808/903] Compiling NIOTLS TLSEvents.swift
[809/919] Emitting module NIOTLS
[810/919] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[811/919] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[812/919] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[813/919] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[817/919] Compiling _NIOFileSystem TokenBucket.swift
[818/919] Compiling _NIOFileSystem UnsafeTransfer.swift
[819/919] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[820/919] Compiling NIOHTTP1 ByteCollectionUtils.swift
[821/919] Compiling NIOHTTP1 HTTPDecoder.swift
[822/919] Compiling NIOHTTP1 HTTPEncoder.swift
[823/919] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[824/919] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[825/919] Emitting module NIOSOCKS
[826/919] Compiling NIOSOCKS SOCKSResponse.swift
[827/920] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[828/920] Compiling NIOSOCKS ClientStateMachine.swift
[831/920] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[832/920] Compiling NIOTLS SNIHandler.swift
[833/920] Compiling NIOSOCKS ServerStateMachine.swift
[834/921] Compiling _NIOFileSystem ParallelDirCopy.swift
[835/921] Compiling _NIOFileSystem ParallelRemoval.swift
[836/921] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[837/921] Compiling _NIOFileSystem CInterop.swift
[838/921] Compiling _NIOFileSystem Errno.swift
[839/921] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[840/921] Compiling _NIOFileSystem Mocking.swift
[841/921] Compiling _NIOFileSystem Syscall.swift
[842/921] Compiling _NIOFileSystem Syscalls.swift
[847/921] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[848/921] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[849/921] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[850/922] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[851/922] Emitting module NIOFoundationCompat
[852/922] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[853/922] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[856/953] Compiling NIOSSL SSLConnection.swift
[857/953] Compiling NIOSSL SSLContext.swift
[858/953] Compiling NIOSSL SSLErrors.swift
[859/953] Compiling NIOSSL SSLInit.swift
[860/953] Compiling NIOSSL SSLPKCS12Bundle.swift
[861/953] Emitting module NIOHTTP1
[862/953] Compiling NIOSSL ObjectIdentifier.swift
[863/953] Compiling NIOSSL PosixPort.swift
[864/953] Compiling NIOSSL NIOSSLHandler.swift
[865/953] Compiling NIOSSL NIOSSLServerHandler.swift
[866/953] Compiling NIOSSL IdentityVerification.swift
[867/953] Compiling NIOSSL SSLCertificate.swift
[868/953] Compiling NIOSSL SSLCallbacks.swift
[869/953] Compiling NIOSSL AndroidCABundle.swift
[870/953] Compiling NIOSSL ByteBufferBIO.swift
[871/953] Compiling NIOSSL CustomPrivateKey.swift
[872/953] Compiling NIOSSL LinuxCABundle.swift
[873/953] Compiling NIOSSL NIOSSLClientHandler.swift
[874/953] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[883/952] Compiling NIOSSL SSLCertificateExtensions.swift
[884/952] Compiling NIOSSL SSLCertificateName.swift
[893/977] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[894/977] Compiling NIOTransportServices NIOTSSingletons.swift
[895/977] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[896/977] Compiling NIOSSL SSLPublicKey.swift
[897/977] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[898/977] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[899/977] Compiling NIOSSL SubjectAlternativeName.swift
[900/977] Compiling NIOSSL NIOSSLSecureBytes.swift
[901/977] Compiling NIOSSL RNG.swift
[902/977] Compiling NIOSSL SafeCompare.swift
[904/978] Compiling _NIOFileSystem SystemFileHandle.swift
[905/978] Compiling _NIOFileSystem Utilities.swift
[906/978] Compiling _NIOFileSystem OpenOptions.swift
[907/978] Compiling _NIOFileSystem String+FileSystem.swift
[908/978] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[909/978] Compiling NIOTransportServices NIOTSErrors.swift
[910/978] Compiling NIOTransportServices NIOTSEventLoop.swift
[911/980] Compiling NIOTransportServices StateManagedChannel.swift
[912/980] Compiling NIOTransportServices StateManagedListenerChannel.swift
[914/980] Emitting module NIOTransportServices
[916/980] Compiling NIOTransportServices NIOTSDatagramListener.swift
[917/980] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[918/980] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[919/980] Emitting module AsyncKit
[920/980] Compiling NIOTransportServices NIOTSBootstraps.swift
[921/980] Compiling NIOTransportServices NIOTSChannelOptions.swift
[922/980] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[925/985] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[926/990] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[927/990] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[928/990] Compiling NIOTransportServices NIOTSListenerChannel.swift
[929/1004] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[930/1004] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[931/1025] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[932/1025] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[933/1025] Compiling NIOExtras JSONRPCFraming.swift
[934/1025] Compiling NIOExtras DebugInboundEventsHandler.swift
[935/1025] Compiling NIOExtras DebugOutboundEventsHandler.swift
[936/1025] Compiling NIOExtras FixedLengthFrameDecoder.swift
[938/1029] Emitting module NIOSSL
[939/1029] Compiling NIOExtras RequestResponseHandler.swift
[940/1029] Compiling NIOExtras RequestResponseWithIDHandler.swift
[941/1029] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[942/1029] Compiling NIOExtras NIOExtrasError.swift
[943/1028] Compiling NIOWebSocket WebSocketErrorCodes.swift
[944/1029] Compiling NIOHPACK IntegerCoding.swift
[945/1029] Compiling NIOHPACK IndexedHeaderTable.swift
[946/1030] Compiling NIOWebSocket WebSocketOpcode.swift
[947/1030] Emitting module NIOHTTPCompression
[948/1030] Compiling NIOExtras PCAPRingBuffer.swift
[949/1030] Compiling NIOExtras QuiescingHelper.swift
[950/1032] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[951/1032] Emitting module _NIOFileSystemFoundationCompat
[952/1032] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[953/1032] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[954/1032] Compiling NIOHPACK HuffmanCoding.swift
[955/1032] Compiling NIOHPACK HuffmanTables.swift
[956/1032] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[963/1032] Compiling NIOWebSocket WebSocketFrame.swift
[964/1032] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[965/1032] Compiling NIOExtras NIOLengthFieldBitLength.swift
[966/1032] Compiling NIOExtras NIORequestIdentifiable.swift
[971/1032] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[972/1032] Compiling NIOHTTPCompression HTTPDecompression.swift
[973/1032] Compiling NIOHTTPCompression HTTPCompression.swift
[974/1032] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[975/1033] Compiling NIOHPACK StaticHeaderTable.swift
[976/1033] Emitting module NIOHPACK
[977/1033] Compiling NIOSSL Zeroization.swift
[978/1033] Compiling NIOSSL TLSConfiguration.swift
[979/1033] Compiling NIOSSL UniversalBootstrapSupport.swift
[980/1033] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[989/1033] Emitting module NIOWebSocket
[990/1034] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[991/1034] Compiling NIOExtras LengthFieldPrepender.swift
[992/1034] Compiling NIOExtras LineBasedFrameDecoder.swift
[995/1034] Compiling NIOExtras UnsafeTransfer.swift
[996/1034] Compiling NIOExtras WritePCAPHandler.swift
[999/1034] Emitting module NIOExtras
[1001/1036] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1002/1036] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1004/1036] Compiling NIOFileSystem Exports.swift
[1005/1036] Emitting module NIOFileSystem
[1014/1053] Compiling MultipartKit Storage.swift
[1017/1111] Compiling NIOHTTP2 SendingGoawayState.swift
[1018/1111] Compiling NIOHTTP2 SendingHeadersState.swift
[1019/1111] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1020/1111] Compiling NIOHTTP2 SendingRstStreamState.swift
[1021/1111] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1022/1111] Compiling NIOHTTP2 ReceivingDataState.swift
[1023/1111] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1024/1111] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1025/1111] Emitting module MultipartKit
[1026/1111] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1027/1111] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1028/1111] Compiling NIOHTTP2 MayReceiveFrames.swift
[1029/1113] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1030/1113] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1031/1113] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1032/1121] Compiling MultipartKit MultipartSerializer.swift
[1033/1121] Compiling MultipartKit Utilities.swift
[1034/1121] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1035/1121] Compiling NIOHTTP2 StateMachineResult.swift
[1036/1121] Compiling NIOHTTP2 MaySendFrames.swift
[1037/1121] Compiling NIOHTTP2 SendingDataState.swift
[1038/1122] Compiling WebSocketKit Exports.swift
[1040/1122] Compiling WebSocketKit WebSocketHandler.swift
[1047/1123] Compiling WebSocketKit WebSocket+Connect.swift
[1048/1123] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1049/1122] Compiling WebSocketKit WebSocket+Concurrency.swift
[1059/1122] Emitting module WebSocketKit
[1060/1129] Compiling WebSocketKit WebSocket.swift
[1061/1129] Compiling WebSocketKit WebSocketClient.swift
[1062/1130] Wrapping AST for WebSocketKit for debugging
[1064/1130] Emitting module NIOHTTP2
[1074/1130] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1075/1130] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1076/1130] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1077/1130] Compiling NIOHTTP2 HTTP2StreamID.swift
[1078/1130] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1079/1130] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1080/1130] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1081/1130] Compiling NIOHTTP2 InboundEventBuffer.swift
[1082/1130] Compiling NIOHTTP2 InboundWindowManager.swift
[1083/1130] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1084/1130] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1085/1130] Compiling NIOHTTP2 StreamChannelList.swift
[1086/1130] Compiling NIOHTTP2 StreamMap.swift
[1087/1130] Compiling NIOHTTP2 StreamStateMachine.swift
[1088/1130] Compiling NIOHTTP2 UnsafeTransfer.swift
[1089/1130] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1093/1130] Compiling NIOHTTP2 Error+Any.swift
[1094/1130] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1095/1130] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1096/1130] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1097/1130] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1098/1130] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1099/1130] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1100/1130] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1101/1130] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1102/1130] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1103/1130] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1104/1130] Compiling NIOHTTP2 HTTP2Error.swift
[1105/1130] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1106/1130] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1107/1130] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1108/1130] Compiling NIOHTTP2 HasLocalSettings.swift
[1109/1130] Compiling NIOHTTP2 HasRemoteSettings.swift
[1110/1130] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1111/1130] Compiling NIOHTTP2 QuiescingState.swift
[1112/1130] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1113/1130] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1114/1130] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1115/1130] Compiling NIOHTTP2 HTTP2Frame.swift
[1116/1130] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1117/1130] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1118/1130] Compiling NIOHTTP2 HTTP2PingData.swift
[1119/1130] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1120/1130] Compiling NIOHTTP2 HTTP2Settings.swift
[1121/1130] Compiling NIOHTTP2 HTTP2Stream.swift
[1123/1190] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1124/1190] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1125/1190] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1126/1190] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1127/1190] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1128/1190] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1129/1190] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1130/1190] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1131/1190] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1132/1198] Emitting module AsyncHTTPClient
[1133/1198] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1134/1198] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1135/1198] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1136/1198] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1137/1198] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1138/1198] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1139/1198] Compiling AsyncHTTPClient RequestBodyLength.swift
[1140/1198] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1141/1198] Compiling AsyncHTTPClient RequestOptions.swift
[1142/1198] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1143/1198] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1144/1198] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1145/1198] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1146/1198] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1147/1198] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1148/1198] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1149/1198] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1150/1198] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1151/1198] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1152/1198] Compiling AsyncHTTPClient HTTP1Connection.swift
[1153/1198] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1154/1198] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1155/1198] Compiling AsyncHTTPClient HTTP2Connection.swift
[1156/1198] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1157/1198] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1158/1198] Compiling AsyncHTTPClient HTTPHandler.swift
[1159/1198] Compiling AsyncHTTPClient LRUCache.swift
[1160/1198] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1161/1198] Compiling AsyncHTTPClient NWErrorHandler.swift
[1162/1198] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1163/1198] Compiling AsyncHTTPClient TLSConfiguration.swift
[1164/1198] Compiling AsyncHTTPClient RedirectState.swift
[1165/1198] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1166/1198] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1167/1198] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1168/1198] Compiling AsyncHTTPClient Transaction.swift
[1169/1198] Compiling AsyncHTTPClient Base64.swift
[1170/1198] Compiling AsyncHTTPClient BasicAuth.swift
[1171/1198] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1172/1198] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1173/1198] Compiling AsyncHTTPClient ConnectionPool.swift
[1174/1198] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1175/1198] Compiling AsyncHTTPClient ConnectionTarget.swift
[1176/1198] Compiling AsyncHTTPClient DeconstructedURL.swift
[1177/1198] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1178/1198] Compiling AsyncHTTPClient FoundationExtensions.swift
[1179/1198] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1180/1198] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1181/1198] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1182/1198] Compiling AsyncHTTPClient HTTPClient.swift
[1183/1198] Compiling AsyncHTTPClient RequestBag.swift
[1184/1198] Compiling AsyncHTTPClient RequestValidation.swift
[1185/1198] Compiling AsyncHTTPClient SSLContextCache.swift
[1186/1198] Compiling AsyncHTTPClient Scheme.swift
[1187/1198] Compiling AsyncHTTPClient Singleton.swift
[1188/1198] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1189/1198] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1190/1198] Compiling AsyncHTTPClient Utils.swift
[1192/1367] Compiling Vapor HTTPServerResponseEncoder.swift
[1193/1367] Compiling Vapor HTTPServerUpgradeHandler.swift
[1194/1367] Compiling Vapor Logger+Report.swift
[1195/1367] Compiling Vapor LoggingSystem+Environment.swift
[1196/1367] Compiling Vapor Application+Middleware.swift
[1197/1367] Compiling Vapor CORSMiddleware.swift
[1198/1367] Compiling Vapor ErrorMiddleware.swift
[1199/1367] Compiling Vapor FileMiddleware.swift
[1200/1367] Compiling Vapor Middleware.swift
[1201/1367] Compiling Vapor MiddlewareConfiguration.swift
[1202/1367] Compiling Vapor ResponseCompressionMiddleware.swift
[1203/1367] Compiling Vapor RouteLoggingMiddleware.swift
[1204/1367] Compiling Vapor TracingMiddleware.swift
[1205/1367] Compiling Vapor File+Multipart.swift
[1206/1367] Compiling Vapor FormDataDecoder+Content.swift
[1207/1367] Compiling Vapor FormDataEncoder+Content.swift
[1208/1367] Compiling Vapor Application+Password.swift
[1209/1367] Compiling Vapor Application+Passwords.swift
[1210/1367] Compiling Vapor AsyncPasswordHasher.swift
[1211/1367] Compiling Vapor BcryptHasher.swift
[1212/1367] Compiling Vapor PasswordHasher.swift
[1213/1367] Compiling Vapor PlaintextHasher.swift
[1214/1367] Compiling Vapor Request+Password.swift
[1215/1367] Compiling Vapor Redirect.swift
[1216/1391] Compiling Vapor Request+Body.swift
[1217/1391] Compiling Vapor Request+BodyStream.swift
[1218/1391] Compiling Vapor Request.swift
[1219/1391] Compiling Vapor Application+Responder.swift
[1220/1391] Compiling Vapor DefaultResponder.swift
[1221/1391] Compiling Vapor Response+Body.swift
[1222/1391] Compiling Vapor Response.swift
[1223/1391] Compiling Vapor ResponseCodable.swift
[1224/1391] Compiling Vapor Application+Routes.swift
[1225/1391] Compiling Vapor Parameters+Require.swift
[1226/1391] Compiling Vapor Request+WebSocket.swift
[1227/1391] Compiling Vapor Route.swift
[1228/1391] Compiling Vapor RouteCollection.swift
[1229/1391] Compiling Vapor Routes.swift
[1230/1391] Compiling Vapor RoutesBuilder+Group.swift
[1231/1391] Compiling Vapor RoutesBuilder+Method.swift
[1232/1391] Compiling Vapor RoutesBuilder+Middleware.swift
[1233/1391] Compiling Vapor RoutesBuilder+WebSocket.swift
[1234/1391] Compiling Vapor RoutesBuilder.swift
[1235/1391] Compiling Vapor OTP.swift
[1236/1391] Compiling Vapor Application+Servers.swift
[1237/1391] Compiling Vapor Server.swift
[1238/1391] Compiling Vapor App+Service.swift
[1239/1391] Compiling Vapor Req+Service.swift
[1240/1415] Compiling Vapor Application.swift
[1241/1415] Compiling Vapor AuthenticationCache.swift
[1242/1415] Compiling Vapor Authenticator.swift
[1243/1415] Compiling Vapor BasicAuthorization.swift
[1244/1415] Compiling Vapor BearerAuthorization.swift
[1245/1415] Compiling Vapor GuardMiddleware.swift
[1246/1415] Compiling Vapor RedirectMiddleware.swift
[1247/1415] Compiling Vapor SessionAuthenticatable.swift
[1248/1415] Compiling Vapor Bcrypt.swift
[1249/1415] Compiling Vapor Application+Cache.swift
[1250/1415] Compiling Vapor Cache.swift
[1251/1415] Compiling Vapor CacheExpirationTime.swift
[1252/1415] Compiling Vapor MemoryCache.swift
[1253/1415] Compiling Vapor Request+Cache.swift
[1254/1415] Compiling Vapor Application+Clients.swift
[1255/1415] Compiling Vapor Client.swift
[1256/1415] Compiling Vapor ClientRequest.swift
[1257/1415] Compiling Vapor ClientResponse.swift
[1258/1415] Compiling Vapor Request+Client.swift
[1259/1415] Compiling Vapor BootCommand.swift
[1260/1415] Compiling Vapor CommandContext+Application.swift
[1261/1415] Compiling Vapor RoutesCommand.swift
[1262/1415] Compiling Vapor ServeCommand.swift
[1263/1415] Compiling Vapor AnyResponse+Concurrency.swift
[1264/1415] Compiling Vapor Validator.swift
[1265/1415] Compiling Vapor ValidatorResult.swift
[1266/1415] Compiling Vapor And.swift
[1267/1415] Compiling Vapor Case.swift
[1268/1415] Compiling Vapor CharacterSet.swift
[1269/1415] Compiling Vapor Count.swift
[1270/1415] Compiling Vapor Custom.swift
[1271/1415] Compiling Vapor Email.swift
[1272/1415] Compiling Vapor Empty.swift
[1273/1415] Compiling Vapor In.swift
[1274/1415] Compiling Vapor Nil.swift
[1275/1415] Compiling Vapor NilIgnoring.swift
[1276/1415] Compiling Vapor Not.swift
[1277/1415] Compiling Vapor Or.swift
[1278/1415] Compiling Vapor Pattern.swift
[1279/1415] Compiling Vapor Range.swift
[1280/1415] Compiling Vapor URL.swift
[1281/1415] Compiling Vapor Valid.swift
[1282/1415] Compiling Vapor Application+Views.swift
[1283/1415] Compiling Vapor PlaintextRenderer.swift
[1284/1415] Compiling Vapor Request+View.swift
[1285/1415] Compiling Vapor View.swift
[1286/1415] Compiling Vapor ViewRenderer.swift
[1287/1415] Compiling Vapor _Deprecations.swift
[1288/1415] Compiling Vapor Bytes+Hex.swift
[1289/1415] Compiling Vapor Bytes+SecureCompare.swift
[1290/1415] Compiling Vapor Collection+Safe.swift
[1291/1415] Compiling Vapor DataProtocol+Copy.swift
[1292/1415] Compiling Vapor DecoderUnwrapper.swift
[1293/1415] Compiling Vapor DirectoryConfiguration.swift
[1294/1415] Compiling Vapor DotEnv.swift
[1295/1415] Compiling Vapor Extendable.swift
[1296/1415] Compiling Vapor File.swift
[1297/1415] Compiling Vapor FileIO.swift
[1298/1415] Compiling Vapor LifecycleHandler.swift
[1299/1415] Compiling Vapor OptionalType.swift
[1300/1415] Compiling Vapor RFC1123.swift
[1301/1415] Compiling Vapor SocketAddress+Hostname.swift
[1302/1415] Compiling Vapor Storage.swift
[1303/1415] Compiling Vapor String+IsIPAddress.swift
[1304/1415] Compiling Vapor Thread.swift
[1305/1415] Compiling Vapor URI.swift
[1306/1415] Compiling Vapor RangeResult.swift
[1307/1415] Compiling Vapor Validatable.swift
[1308/1415] Compiling Vapor Validation.swift
[1309/1415] Compiling Vapor ValidationKey.swift
[1310/1415] Compiling Vapor Validations.swift
[1311/1415] Compiling Vapor ValidationsError.swift
[1312/1415] Compiling Vapor AsyncBasicResponder.swift
[1313/1415] Compiling Vapor AsyncMiddleware.swift
[1314/1415] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[1315/1415] Compiling Vapor AsyncSessionDriver.swift
[1316/1415] Compiling Vapor Authentication+Concurrency.swift
[1317/1415] Compiling Vapor Cache+Concurrency.swift
[1318/1415] Compiling Vapor Client+Concurrency.swift
[1319/1415] Compiling Vapor RequestBody+Concurrency.swift
[1320/1415] Compiling Vapor Responder+Concurrency.swift
[1321/1415] Compiling Vapor ResponseCodable+Concurrency.swift
[1322/1415] Compiling Vapor RoutesBuilder+Concurrency.swift
[1323/1415] Compiling Vapor ViewRenderer+Concurrency.swift
[1324/1415] Compiling Vapor WebSocket+Concurrency.swift
[1325/1415] Compiling Vapor ContainerGetPathExecutor.swift
[1326/1415] Compiling Vapor Content.swift
[1327/1415] Compiling Vapor ContentCoders.swift
[1328/1415] Compiling Vapor ContentConfiguration.swift
[1329/1415] Compiling Vapor ContentContainer.swift
[1330/1415] Compiling Vapor JSONCoder+Custom.swift
[1331/1415] Compiling Vapor JSONCoders+Content.swift
[1332/1415] Compiling Vapor PlaintextDecoder.swift
[1333/1415] Compiling Vapor PlaintextEncoder.swift
[1334/1415] Compiling Vapor URLQueryCoders.swift
[1335/1415] Compiling Vapor URLQueryContainer.swift
[1336/1415] Emitting module Vapor
[1337/1415] Compiling Vapor Core.swift
[1338/1415] Compiling Vapor Running.swift
[1339/1415] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[1340/1415] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[1341/1415] Compiling Vapor DotEnvFile+load.swift
[1342/1415] Compiling Vapor Routes+caseInsenstive.swift
[1343/1415] Compiling Vapor Validatable+validate.swift
[1344/1415] Compiling Vapor Environment+Process.swift
[1345/1415] Compiling Vapor Environment+Secret.swift
[1346/1415] Compiling Vapor Environment.swift
[1347/1415] Compiling Vapor Abort.swift
[1348/1415] Compiling Vapor AbortError.swift
[1349/1415] Compiling Vapor DebuggableError.swift
[1350/1415] Compiling Vapor Demangler.swift
[1351/1415] Compiling Vapor ErrorSource.swift
[1352/1415] Compiling Vapor StackTrace.swift
[1353/1415] Compiling Vapor Exports.swift
[1354/1415] Compiling Vapor Application+HTTP.swift
[1355/1415] Compiling Vapor BasicResponder.swift
[1356/1415] Compiling Vapor BodyStream.swift
[1357/1415] Compiling Vapor Application+HTTP+Client.swift
[1358/1415] Compiling Vapor EventLoopHTTPClient.swift
[1359/1415] Compiling Vapor EndpointCache.swift
[1360/1415] Compiling Vapor HTTPMethod+String.swift
[1361/1415] Compiling Vapor Service.swift
[1362/1415] Compiling Vapor Application+Sessions.swift
[1363/1415] Compiling Vapor MemorySessions.swift
[1364/1415] Compiling Vapor Request+Session.swift
[1365/1415] Compiling Vapor Session.swift
[1366/1415] Compiling Vapor SessionCache.swift
[1367/1415] Compiling Vapor SessionData.swift
[1368/1415] Compiling Vapor SessionDriver.swift
[1369/1415] Compiling Vapor SessionsConfiguration.swift
[1370/1415] Compiling Vapor SessionsMiddleware.swift
[1371/1415] Compiling Vapor URLEncodedFormData.swift
[1372/1415] Compiling Vapor URLEncodedFormDecoder.swift
[1373/1415] Compiling Vapor URLEncodedFormEncoder.swift
[1374/1415] Compiling Vapor URLEncodedFormError.swift
[1375/1415] Compiling Vapor URLEncodedFormParser.swift
[1376/1415] Compiling Vapor URLEncodedFormSerializer.swift
[1377/1415] Compiling Vapor URLQueryFragmentConvertible.swift
[1378/1415] Compiling Vapor AnyResponse.swift
[1379/1415] Compiling Vapor Array+Random.swift
[1380/1415] Compiling Vapor Base32.swift
[1381/1415] Compiling Vapor Base64.swift
[1382/1415] Compiling Vapor BaseN.swift
[1383/1415] Compiling Vapor BasicCodingKey.swift
[1384/1415] Compiling Vapor ByteCount.swift
[1385/1415] Compiling Vapor HTTPStatus.swift
[1386/1415] Compiling Vapor HTTPCookies.swift
[1387/1415] Compiling Vapor HTTPHeaderCacheControl.swift
[1388/1415] Compiling Vapor HTTPHeaderExpires.swift
[1389/1415] Compiling Vapor HTTPHeaderLastModified.swift
[1390/1415] Compiling Vapor HTTPHeaders+Cache.swift
[1391/1415] Compiling Vapor HTTPHeaders+Connection.swift
[1392/1415] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[1393/1415] Compiling Vapor HTTPHeaders+ContentRange.swift
[1394/1415] Compiling Vapor HTTPHeaders+Directive.swift
[1395/1415] Compiling Vapor HTTPHeaders+Forwarded.swift
[1396/1415] Compiling Vapor HTTPHeaders+Link.swift
[1397/1415] Compiling Vapor HTTPHeaders+Name.swift
[1398/1415] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[1399/1415] Compiling Vapor HTTPHeaders.swift
[1400/1415] Compiling Vapor HTTPMediaType.swift
[1401/1415] Compiling Vapor HTTPMediaTypePreference.swift
[1402/1415] Compiling Vapor Responder.swift
[1403/1415] Compiling Vapor Application+HTTP+Server.swift
[1404/1415] Compiling Vapor HTTPServer.swift
[1405/1415] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[1406/1415] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[1407/1415] Compiling Vapor HTTPServerHandler.swift
[1408/1415] Compiling Vapor HTTPServerRequestDecoder.swift
[1409/1416] Wrapping AST for Vapor for debugging
[1411/1425] Compiling S3Signer String+Encoding.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
1 | import Vapor
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 |
[1412/1426] Compiling S3Signer HTTPMethod+Description.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
1 | import Vapor
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 |
[1413/1426] Compiling S3Signer Payload.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
1 | import Vapor
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1414/1426] Emitting module S3Signer
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
1 | import Vapor
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 |
[1415/1426] Compiling S3Signer Container+S3Signer.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
1 | import Vapor
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 |
[1416/1426] Compiling S3Signer Dates.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
1 | import Vapor
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 |
[1417/1426] Compiling S3Signer Expiration.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
1 | import Vapor
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 |
[1418/1426] Compiling S3Signer S3Signer.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
1 | import Vapor
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 |
[1419/1426] Compiling S3Signer Region.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
1 | import Vapor
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 |
[1420/1426] Compiling S3Signer S3Signer+Private.swift
/host/spi-builder-workspace/Sources/S3Signer/Payload.swift:2:8: error: no such module 'CryptoKit'
1 | import Vapor
2 | import CryptoKit
| `- error: no such module 'CryptoKit'
3 |
4 |
BUILD FAILURE 6.1 android