Build Information
Successful build of hummingbird-auth, reference main (529ca0
), with Swift 6.1 for Android on 12 Aug 2025 17:40:02 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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
Build Log
========================================
RunAll
========================================
Builder version: 4.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-auth.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/hummingbird-project/hummingbird-auth
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 529ca0e Bump actions/checkout from 4 to 5 in the dependencies group (#87)
Cloned https://github.com/hummingbird-project/hummingbird-auth.git
Revision (git rev-parse @):
529ca0ecc30db990a0aac3a6a10eab0a338b3e39
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-auth.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/hummingbird-project/hummingbird-auth.git
https://github.com/hummingbird-project/hummingbird-auth.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.63.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-extras-base64",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-extras/swift-extras-base64.git"
}
],
"manifest_display_name" : "hummingbird-auth",
"name" : "hummingbird-auth",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "HummingbirdAuth",
"targets" : [
"HummingbirdAuth"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdBasicAuth",
"targets" : [
"HummingbirdBasicAuth"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdBcrypt",
"targets" : [
"HummingbirdBcrypt"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdOTP",
"targets" : [
"HummingbirdOTP"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdAuthTesting",
"targets" : [
"HummingbirdAuthTesting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HummingbirdOTP",
"module_type" : "SwiftTarget",
"name" : "HummingbirdOTP",
"path" : "Sources/HummingbirdOTP",
"product_dependencies" : [
"Crypto",
"ExtrasBase64"
],
"product_memberships" : [
"HummingbirdOTP"
],
"sources" : [
"OTP.swift"
],
"type" : "library"
},
{
"c99name" : "HummingbirdBcrypt",
"module_type" : "SwiftTarget",
"name" : "HummingbirdBcrypt",
"path" : "Sources/HummingbirdBcrypt",
"product_memberships" : [
"HummingbirdBasicAuth",
"HummingbirdBcrypt"
],
"sources" : [
"Bcrypt.swift"
],
"target_dependencies" : [
"CBcrypt"
],
"type" : "library"
},
{
"c99name" : "HummingbirdBasicAuth",
"module_type" : "SwiftTarget",
"name" : "HummingbirdBasicAuth",
"path" : "Sources/HummingbirdBasicAuth",
"product_dependencies" : [
"Hummingbird"
],
"product_memberships" : [
"HummingbirdBasicAuth"
],
"sources" : [
"BasicAuthenticator.swift",
"PasswordVerifier.swift",
"UserPasswordRepository.swift"
],
"target_dependencies" : [
"HummingbirdAuth",
"HummingbirdBcrypt"
],
"type" : "library"
},
{
"c99name" : "HummingbirdAuthTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdAuthTests",
"path" : "Tests/HummingbirdAuthTests",
"product_dependencies" : [
"HummingbirdTesting",
"NIOPosix"
],
"sources" : [
"AuthTests.swift",
"BcryptTests.swift",
"OTPTests.swift",
"SessionTests.swift"
],
"target_dependencies" : [
"HummingbirdAuth",
"HummingbirdBasicAuth",
"HummingbirdBcrypt",
"HummingbirdOTP",
"HummingbirdAuthTesting"
],
"type" : "test"
},
{
"c99name" : "HummingbirdAuthTesting",
"module_type" : "SwiftTarget",
"name" : "HummingbirdAuthTesting",
"path" : "Sources/HummingbirdAuthTesting",
"product_dependencies" : [
"HummingbirdTesting"
],
"product_memberships" : [
"HummingbirdAuthTesting"
],
"sources" : [
"TestClient+Auth.swift"
],
"target_dependencies" : [
"HummingbirdAuth"
],
"type" : "library"
},
{
"c99name" : "HummingbirdAuth",
"module_type" : "SwiftTarget",
"name" : "HummingbirdAuth",
"path" : "Sources/HummingbirdAuth",
"product_dependencies" : [
"Hummingbird",
"ExtrasBase64"
],
"product_memberships" : [
"HummingbirdAuth",
"HummingbirdBasicAuth",
"HummingbirdAuthTesting"
],
"sources" : [
"Authenticator/AuthRequestContext.swift",
"Authenticator/Authenticator.swift",
"Authenticator/ClosureAuthenticator.swift",
"BasicAuthentication.swift",
"BearerAuthentication.swift",
"Deprecated.swift",
"Middleware/IsAuthenticatedMiddleware.swift",
"Sessions/SessionAuthenticator.swift",
"Sessions/SessionContext.swift",
"Sessions/SessionMiddleware.swift",
"Sessions/SessionStorage.swift",
"Sessions/UserSessionRepository.swift"
],
"type" : "library"
},
{
"c99name" : "CBcrypt",
"module_type" : "ClangTarget",
"name" : "CBcrypt",
"path" : "Sources/CBcrypt",
"product_memberships" : [
"HummingbirdBasicAuth",
"HummingbirdBcrypt"
],
"sources" : [
"bcrypt.c",
"blf.c"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swift-extras/swift-extras-base64.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/hummingbird-project/hummingbird.git
[1/833] Fetching swift-extras-base64
[834/17071] Fetching swift-extras-base64, swift-crypto
[1322/41891] Fetching swift-extras-base64, swift-crypto, hummingbird
[6277/119282] Fetching swift-extras-base64, swift-crypto, hummingbird, swift-nio
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (2.26s)
[45565/94462] Fetching swift-extras-base64, swift-crypto, swift-nio
Fetched https://github.com/swift-extras/swift-extras-base64.git from cache (3.55s)
[68090/93629] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (3.64s)
[52626/77391] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.33s)
Computing version for https://github.com/swift-extras/swift-extras-base64.git
Computed https://github.com/swift-extras/swift-extras-base64.git at 1.0.0 (12.81s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.15.0 (1.02s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/swift-server/async-http-client.git
[1/2701] Fetching swift-nio-transport-services
[542/5134] Fetching swift-nio-transport-services, swift-service-lifecycle
[5135/19221] Fetching swift-nio-transport-services, swift-service-lifecycle, async-http-client
[5136/34224] Fetching swift-nio-transport-services, swift-service-lifecycle, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.77s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.77s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-metrics.git
[13236/17436] Fetching swift-service-lifecycle, swift-nio-ssl
[13687/22552] Fetching swift-service-lifecycle, swift-nio-ssl, swift-distributed-tracing
[15321/34213] Fetching swift-service-lifecycle, swift-nio-ssl, swift-distributed-tracing, swift-nio-http2
[15322/36432] Fetching swift-service-lifecycle, swift-nio-ssl, swift-distributed-tracing, swift-nio-http2, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.83s)
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.13s)
[20119/29097] Fetching swift-service-lifecycle, swift-nio-ssl, swift-nio-http2
Fetching https://github.com/apple/swift-log.git
[21752/30014] Fetching swift-service-lifecycle, swift-nio-ssl, swift-nio-http2, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.73s)
[26415/29097] Fetching swift-service-lifecycle, swift-nio-ssl, swift-nio-http2
[26416/32983] Fetching swift-service-lifecycle, swift-nio-ssl, swift-nio-http2, swift-log
Fetching https://github.com/apple/swift-collections.git
[32984/49936] Fetching swift-service-lifecycle, swift-nio-ssl, swift-nio-http2, swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (1.34s)
Fetching https://github.com/apple/swift-atomics.git
[29945/46050] Fetching swift-service-lifecycle, swift-nio-ssl, swift-nio-http2, swift-collections
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (4.82s)
Fetching https://github.com/apple/swift-async-algorithms.git
[30904/45425] Fetching swift-nio-ssl, swift-nio-http2, swift-collections, swift-atomics
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.91s)
[16425/30422] Fetching swift-nio-http2, swift-collections, swift-atomics
[20930/36549] Fetching swift-nio-http2, swift-collections, swift-atomics, swift-nio-extras
[21972/41559] Fetching swift-nio-http2, swift-collections, swift-atomics, swift-nio-extras, swift-async-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (1.38s)
[26907/39751] Fetching swift-nio-http2, swift-collections, swift-nio-extras, swift-async-algorithms
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.97s)
[17862/28090] Fetching swift-collections, swift-nio-extras, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.06s)
[14774/23080] Fetching swift-collections, swift-nio-extras
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.20s)
[9833/16953] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (3.23s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (7.76s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.29s)
Fetching https://github.com/apple/swift-system.git
[1/4847] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.59s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.54s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.88s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.83s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (0.90s)
Fetching https://github.com/apple/swift-service-context.git
[1/1088] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.64s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.60s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.09s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (0.89s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.92s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.32s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (1.11s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1629] Fetching swift-asn1
[1109/7597] Fetching swift-asn1, swift-algorithms
[1827/14057] Fetching swift-asn1, swift-algorithms, swift-certificates
Fetched https://github.com/apple/swift-asn1.git from cache (0.76s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.77s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/apple/swift-certificates.git from cache (0.82s)
[1/1176] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.40s)
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 (2.14s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.87s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.28s)
Fetching https://github.com/apple/swift-numerics.git
[1/5917] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.60s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (1.69s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.12.0 (0.94s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.97s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (2.04s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (0.94s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (2.90s)
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 (1.01s)
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.25.1
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.38.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.12.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/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.33.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.1
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.4
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.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.0
Creating working copy for https://github.com/swift-extras/swift-extras-base64.git
Working copy of https://github.com/swift-extras/swift-extras-base64.git resolved at 1.0.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.14.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.0
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.15.0
Building for debugging...
[0/840] Write sources
[41/840] Compiling CNIOWindows shim.c
[41/840] Write sources
[43/840] Compiling CNIOWindows WSAStartup.c
[43/840] Write sources
[50/840] Compiling CNIOWASI CNIOWASI.c
[51/840] Compiling _AtomicsShims.c
[52/840] Compiling CNIOPosix event_loop_id.c
[53/840] Compiling _NumericsShims _NumericsShims.c
[54/840] Compiling CNIOLinux liburing_shims.c
[55/840] Compiling CNIOLLHTTP c_nio_http.c
[56/840] Compiling CNIOExtrasZlib empty.c
[57/840] Compiling CNIODarwin shim.c
[58/840] Compiling CNIOLLHTTP c_nio_api.c
[59/840] Compiling CNIOLinux shim.c
[60/840] Compiling fiat_p256_adx_sqr.S
[61/840] Compiling fiat_p256_adx_mul.S
[62/840] Compiling fiat_curve25519_adx_mul.S
[63/840] Compiling fiat_curve25519_adx_square.S
[64/840] Write swift-version-24593BA9C3E375BF.txt
[65/840] Compiling CBcrypt blf.c
[66/840] Compiling CNIOLLHTTP c_nio_llhttp.c
[67/846] Compiling CNIOBoringSSLShims shims.c
[69/849] Emitting module ServiceContextModule
[69/849] Compiling tls_method.cc
[71/859] Emitting module RealModule
[71/860] Compiling tls_record.cc
[72/860] Compiling tls13_server.cc
[73/860] Compiling tls13_client.cc
[74/887] Compiling tls13_enc.cc
[76/890] Compiling HTTPTypes ISOLatin1String.swift
[77/891] Compiling HTTPTypes HTTPFieldName.swift
[78/891] Emitting module InternalCollectionsUtilities
[79/891] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[80/891] Compiling InternalCollectionsUtilities Debugging.swift
[81/891] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[82/891] Compiling InternalCollectionsUtilities _SortedCollection.swift
[83/892] Emitting module HTTPTypes
[84/892] Compiling HTTPTypes HTTPField.swift
[85/892] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[86/892] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[87/892] Emitting module _NIOBase64
[88/892] Compiling _NIOBase64 Base64.swift
[89/892] Compiling RealModule RealFunctions.swift
[90/892] Compiling InternalCollectionsUtilities Descriptions.swift
[91/892] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[92/892] Compiling RealModule Float80+Real.swift
[93/892] Compiling RealModule Real.swift
[94/892] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[95/892] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[96/892] Compiling InternalCollectionsUtilities Integer rank.swift
[97/893] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[98/893] Compiling InternalCollectionsUtilities UInt+reversed.swift
[99/893] Compiling ServiceContextModule ServiceContextKey.swift
[100/893] Compiling ServiceContextModule ServiceContext.swift
[101/893] Compiling RealModule Float16+Real.swift
[104/893] Compiling RealModule ElementaryFunctions.swift
[107/894] Compiling RealModule Float+Real.swift
[108/894] Compiling _NIODataStructures PriorityQueue.swift
[109/894] Compiling _NIODataStructures _TinyArray.swift
[110/895] Emitting module _NIODataStructures
[111/895] Compiling _NIODataStructures Heap.swift
[112/896] Compiling HTTPTypes HTTPResponse.swift
[113/896] Compiling HTTPTypes HTTPRequest.swift
[114/896] Compiling HTTPTypes HTTPParsedFields.swift
[119/896] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[121/900] Compiling HTTPTypes NIOLock.swift
[122/909] Compiling ConcurrencyHelpers LockedValueBox.swift
[123/909] Compiling Instrumentation NoOpInstrument.swift
[124/909] Emitting module Instrumentation
[125/909] Compiling Instrumentation MultiplexInstrument.swift
[126/909] Emitting module CoreMetrics
[127/909] Compiling CoreMetrics Metrics.swift
[128/909] Compiling Instrumentation Instrument.swift
[129/909] Compiling Instrumentation Locks.swift
[130/909] Compiling Instrumentation InstrumentationSystem.swift
[131/909] Compiling CoreMetrics Locks.swift
[132/910] Emitting module Logging
[133/910] Emitting module ConcurrencyHelpers
[134/910] Compiling ConcurrencyHelpers Lock.swift
[135/910] Compiling Logging MetadataProvider.swift
[136/911] Compiling Logging Locks.swift
[137/912] Compiling Logging LogHandler.swift
[138/912] Compiling Logging Logging.swift
[142/913] Compiling tls13_both.cc
[143/913] Compiling t1_enc.cc
[145/1056] Compiling HeapModule Heap+Descriptions.swift
[146/1056] Compiling Tracing TracingTime.swift
[147/1056] Compiling HeapModule _HeapNode.swift
[148/1056] Compiling Tracing TracerProtocol.swift
[149/1056] Emitting module Tracing
[150/1056] Compiling Tracing NoOpTracer.swift
[151/1056] Compiling HeapModule Heap.swift
[152/1056] Emitting module UnixSignals
[153/1056] Compiling UnixSignals UnixSignal.swift
[154/1056] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[155/1056] Compiling HeapModule Heap+Invariants.swift
[156/1056] Compiling HeapModule Heap+UnsafeHandle.swift
[157/1056] Compiling UnixSignals UnixSignalsSequence.swift
[158/1057] Compiling Tracing TracerProtocol+Legacy.swift
[159/1057] Compiling Tracing Tracer.swift
[160/1057] Emitting module HeapModule
[162/1058] Compiling _RopeModule Rope+Invariants.swift
[163/1058] Compiling _RopeModule Rope+_Node.swift
[164/1058] Compiling _RopeModule _RopeVersion.swift
[165/1058] Compiling _RopeModule Rope+Collection.swift
[166/1058] Compiling _RopeModule Rope+Index.swift
[167/1058] Compiling _RopeModule Rope+Sequence.swift
[168/1058] Compiling _RopeModule Rope+Append.swift
[170/1065] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[171/1065] Compiling _RopeModule BigString+Chunk+Breaks.swift
[172/1065] Compiling _RopeModule BigString+Chunk+Counts.swift
[173/1065] Compiling _RopeModule BigString+Chunk+Description.swift
[174/1065] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[175/1065] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[176/1065] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[177/1065] Compiling _RopeModule BigString+Chunk+Splitting.swift
[178/1065] Compiling Tracing SpanProtocol.swift
[179/1065] Compiling Tracing InstrumentationSystem+Tracing.swift
[181/1128] Compiling HashTreeCollections _HashNode+Structural merge.swift
[182/1128] Compiling HashTreeCollections _HashTreeIterator.swift
[183/1128] Compiling HashTreeCollections _HashTreeStatistics.swift
[184/1128] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[185/1128] Compiling HashTreeCollections _RawHashNode.swift
[186/1128] Compiling HashTreeCollections _UnmanagedHashNode.swift
[187/1128] Compiling HashTreeCollections _UnsafePath.swift
[188/1128] Compiling HashTreeCollections TreeDictionary+Codable.swift
[189/1128] Compiling HashTreeCollections TreeDictionary+Collection.swift
[190/1128] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[191/1128] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[192/1128] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[193/1128] Compiling HashTreeCollections TreeDictionary.swift
[194/1128] Compiling HashTreeCollections TreeSet+Codable.swift
[195/1128] Compiling _RopeModule Rope+Debugging.swift
[196/1157] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[197/1157] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[198/1157] Compiling HashTreeCollections _HashNode.swift
[199/1157] Compiling HashTreeCollections _HashNodeHeader.swift
[200/1157] Compiling HashTreeCollections _HashSlot.swift
[201/1157] Compiling HashTreeCollections _HashStack.swift
[202/1157] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[203/1157] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[204/1157] Compiling DequeModule _DequeBuffer.swift
[205/1157] Compiling DequeModule _DequeBufferHeader.swift
[206/1157] Compiling DequeModule Deque._UnsafeHandle.swift
[207/1157] Compiling DequeModule Deque.swift
[208/1157] Compiling DequeModule Deque+Testing.swift
[209/1157] Compiling DequeModule Deque._Storage.swift
[210/1157] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[211/1157] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[214/1159] Compiling DequeModule Deque+Equatable.swift
[215/1159] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[216/1159] Compiling DequeModule Deque+CustomReflectable.swift
[217/1159] Compiling DequeModule Deque+Descriptions.swift
[218/1159] Compiling HashTreeCollections TreeSet+Hashable.swift
[219/1159] Compiling HashTreeCollections TreeSet+Sendable.swift
[220/1159] Compiling HashTreeCollections TreeSet+Sequence.swift
[221/1159] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[222/1159] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[223/1159] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[224/1159] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[225/1159] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[226/1159] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[227/1159] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[228/1169] Compiling DequeModule _DequeSlot.swift
[229/1169] Compiling DequeModule _UnsafeWrappedBuffer.swift
[230/1169] Compiling DequeModule Deque+Extras.swift
[231/1169] Compiling DequeModule Deque+Hashable.swift
[236/1169] Compiling HashTreeCollections _HashNode+Storage.swift
[237/1169] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[238/1169] Compiling HashTreeCollections _HashNode+Structural filter.swift
[239/1169] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[240/1169] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[241/1169] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[242/1169] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[243/1169] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[246/1169] Compiling HashTreeCollections TreeSet+Collection.swift
[247/1169] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[248/1169] Compiling HashTreeCollections TreeSet+Debugging.swift
[249/1169] Compiling HashTreeCollections TreeSet+Descriptions.swift
[250/1169] Compiling HashTreeCollections TreeSet+Equatable.swift
[251/1169] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[252/1169] Compiling HashTreeCollections TreeSet+Extras.swift
[253/1169] Compiling HashTreeCollections TreeSet+Filter.swift
[254/1169] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[255/1169] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[256/1169] Compiling HashTreeCollections TreeDictionary+Filter.swift
[257/1169] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[258/1169] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[259/1169] Compiling HashTreeCollections TreeDictionary+Keys.swift
[260/1169] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[261/1169] Compiling HashTreeCollections TreeDictionary+Merge.swift
[262/1169] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[263/1169] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[264/1169] Compiling HashTreeCollections TreeDictionary+Values.swift
[265/1169] Compiling DequeModule Deque+Codable.swift
[266/1169] Compiling DequeModule Deque+Collection.swift
[302/1178] Emitting module DequeModule
[303/1179] Compiling HTTPTypes HTTPFields.swift
[304/1180] Compiling _RopeModule _CharacterRecognizer.swift
[305/1180] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[306/1180] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[307/1180] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[308/1180] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[309/1180] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[310/1180] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[311/1180] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[312/1180] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[313/1180] Compiling HashTreeCollections TreeSet.swift
[316/1180] Emitting module OrderedCollections
[329/1181] Emitting module _RopeModule
[330/1181] Compiling Metrics Metrics.swift
[331/1181] Emitting module Metrics
[331/1182] Compiling ssl_x509.cc
[367/1182] Compiling _RopeModule Rope+Join.swift
[368/1182] Compiling _RopeModule Rope+MutatingForEach.swift
[369/1182] Compiling _RopeModule Rope+Remove.swift
[370/1182] Compiling _RopeModule Rope+RemoveSubrange.swift
[371/1182] Compiling _RopeModule Rope+Split.swift
[372/1182] Compiling _RopeModule Optional Utilities.swift
[373/1182] Compiling _RopeModule String Utilities.swift
[374/1182] Compiling _RopeModule String.Index+ABI.swift
[375/1182] Compiling ssl_transcript.cc
[415/1182] Compiling ssl_versions.cc
[416/1183] Compiling ssl_stat.cc
[419/1183] Emitting module HashTreeCollections
[421/1184] Emitting module ExtrasBase64
[421/1184] Compiling ssl_privkey.cc
[422/1184] Compiling ssl_session.cc
[424/1184] Compiling ExtrasBase64 Base64.swift
[425/1184] Compiling ExtrasBase64 Base32.swift
[426/1185] Compiling ssl_key_share.cc
[427/1185] Compiling ssl_file.cc
[428/1185] Compiling ssl_credential.cc
[429/1185] Compiling ssl_lib.cc
[430/1185] Compiling ssl_buffer.cc
[431/1185] Compiling ssl_cipher.cc
[432/1185] Compiling ssl_cert.cc
[433/1185] Compiling ssl_asn1.cc
[434/1185] Compiling ssl_aead_ctx.cc
[435/1185] Compiling s3_pkt.cc
[436/1185] Compiling s3_lib.cc
[437/1185] Compiling s3_both.cc
[438/1185] Compiling handshake.cc
[439/1185] Compiling handshake_server.cc
[440/1185] Compiling handshake_client.cc
[441/1185] Compiling handoff.cc
[442/1185] Compiling encrypted_client_hello.cc
[443/1185] Compiling dtls_record.cc
[444/1185] Compiling extensions.cc
[445/1185] Compiling md5-x86_64-linux.S
[446/1185] Compiling dtls_method.cc
[447/1185] Compiling md5-586-linux.S
[448/1185] Compiling md5-x86_64-apple.S
[449/1185] Compiling md5-586-apple.S
[450/1185] Compiling chacha20_poly1305_x86_64-linux.S
[451/1185] Compiling chacha20_poly1305_x86_64-apple.S
[452/1185] Compiling chacha20_poly1305_armv8-win.S
[453/1185] Compiling chacha20_poly1305_armv8-apple.S
[454/1185] Compiling chacha20_poly1305_armv8-linux.S
[455/1185] Compiling d1_pkt.cc
[456/1185] Compiling chacha-x86_64-linux.S
[457/1185] Compiling chacha-x86_64-apple.S
[458/1185] Compiling chacha-x86-linux.S
[459/1185] Compiling d1_srtp.cc
[460/1185] Compiling err_data.cc
[461/1185] Compiling d1_lib.cc
[462/1185] Compiling chacha-x86-apple.S
[463/1185] Compiling chacha-armv8-win.S
[464/1185] Compiling chacha-armv8-apple.S
[465/1185] Compiling aes128gcmsiv-x86_64-linux.S
[466/1185] Compiling aes128gcmsiv-x86_64-apple.S
[467/1185] Compiling chacha-armv4-linux.S
[468/1185] Compiling x86_64-mont-linux.S
[469/1185] Compiling x86_64-mont5-apple.S
[470/1185] Compiling chacha-armv8-linux.S
[471/1185] Compiling x86_64-mont5-linux.S
[472/1185] Compiling x86-mont-linux.S
[473/1185] Compiling x86_64-mont-apple.S
[474/1185] Compiling vpaes-x86_64-linux.S
[475/1185] Compiling x86-mont-apple.S
[476/1185] Compiling vpaes-x86_64-apple.S
[477/1185] Compiling vpaes-x86-apple.S
[478/1185] Compiling vpaes-armv8-win.S
[479/1185] Compiling vpaes-x86-linux.S
[480/1185] Compiling vpaes-armv8-linux.S
[481/1185] Compiling vpaes-armv8-apple.S
[482/1185] Compiling sha512-armv8-win.S
[483/1185] Compiling sha512-x86_64-apple.S
[484/1185] Compiling vpaes-armv7-linux.S
[485/1185] Compiling sha512-armv8-apple.S
[486/1185] Compiling sha512-x86_64-linux.S
[487/1185] Compiling sha512-586-linux.S
[488/1185] Compiling sha512-armv8-linux.S
[489/1185] Compiling sha512-armv4-linux.S
[490/1185] Compiling sha512-586-apple.S
[491/1185] Compiling sha256-x86_64-apple.S
[492/1185] Compiling sha256-x86_64-linux.S
[493/1185] Compiling sha256-586-linux.S
[494/1185] Compiling sha256-armv8-win.S
[495/1185] Compiling sha256-armv4-linux.S
[496/1185] Compiling sha256-armv8-apple.S
[497/1185] Compiling sha256-586-apple.S
[498/1185] Compiling sha256-armv8-linux.S
[499/1185] Compiling bio_ssl.cc
[500/1185] Compiling sha1-x86_64-linux.S
[501/1185] Compiling sha1-armv8-win.S
[502/1185] Compiling sha1-x86_64-apple.S
[503/1185] Compiling sha1-armv8-apple.S
[504/1185] Compiling sha1-armv4-large-linux.S
[505/1185] Compiling sha1-armv8-linux.S
[506/1185] Compiling sha1-586-linux.S
[507/1185] Compiling rsaz-avx2-apple.S
[508/1185] Compiling rsaz-avx2-linux.S
[509/1185] Compiling sha1-586-apple.S
[510/1185] Compiling rdrand-x86_64-apple.S
[511/1185] Compiling rdrand-x86_64-linux.S
[511/1185] Compiling p256_beeu-x86_64-asm-linux.S
[513/1185] Compiling p256_beeu-x86_64-asm-apple.S
[514/1185] Compiling p256_beeu-armv8-asm-apple.S
[515/1185] Compiling p256_beeu-armv8-asm-win.S
[516/1185] Compiling p256_beeu-armv8-asm-linux.S
[517/1185] Compiling p256-armv8-asm-win.S
[518/1185] Compiling p256-armv8-asm-apple.S
[519/1185] Compiling p256-x86_64-asm-apple.S
[520/1185] Compiling p256-x86_64-asm-linux.S
[521/1185] Compiling p256-armv8-asm-linux.S
[522/1185] Compiling ghash-x86_64-linux.S
[523/1185] Compiling ghashv8-armv8-win.S
[524/1185] Compiling ghashv8-armv8-apple.S
[525/1185] Compiling ghashv8-armv8-linux.S
[526/1185] Compiling ghashv8-armv7-linux.S
[527/1185] Compiling ghash-x86_64-apple.S
[528/1185] Compiling ghash-x86-apple.S
[529/1185] Compiling ghash-x86-linux.S
[530/1185] Compiling ghash-ssse3-x86_64-linux.S
[531/1185] Compiling ghash-ssse3-x86-linux.S
[532/1185] Compiling ghash-ssse3-x86_64-apple.S
[533/1185] Compiling ghash-ssse3-x86-apple.S
[534/1185] Compiling ghash-neon-armv8-linux.S
[535/1185] Compiling ghash-neon-armv8-win.S
[536/1185] Compiling co-586-linux.S
[537/1185] Compiling ghash-armv4-linux.S
[538/1185] Compiling ghash-neon-armv8-apple.S
[539/1185] Compiling co-586-apple.S
[540/1185] Compiling bsaes-armv7-linux.S
[541/1185] Compiling bn-armv8-win.S
[542/1185] Compiling bn-armv8-linux.S
[543/1185] Compiling bn-586-linux.S
[544/1185] Compiling bn-586-apple.S
[545/1185] Compiling bn-armv8-apple.S
[546/1185] Compiling armv8-mont-win.S
[547/1185] Compiling armv4-mont-linux.S
[548/1185] Compiling armv8-mont-linux.S
[549/1185] Compiling armv8-mont-apple.S
[550/1185] Compiling aesv8-gcm-armv8-win.S
[551/1185] Compiling aesv8-gcm-armv8-apple.S
[552/1185] Compiling aesv8-gcm-armv8-linux.S
[553/1185] Compiling aesv8-armv8-win.S
[554/1185] Compiling aesv8-armv7-linux.S
[555/1185] Compiling d1_both.cc
[556/1185] Compiling aesni-x86_64-linux.S
[557/1185] Compiling aesni-x86_64-apple.S
[558/1185] Compiling aesv8-armv8-linux.S
[559/1185] Compiling aesv8-armv8-apple.S
[560/1185] Compiling aesni-gcm-x86_64-apple.S
[561/1185] Compiling aesni-x86-linux.S
[562/1185] Compiling aesni-x86-apple.S
[563/1185] Compiling aesni-gcm-x86_64-linux.S
[564/1185] Compiling aes-gcm-avx2-x86_64-linux.S
[565/1185] Compiling aes-gcm-avx2-x86_64-apple.S
[566/1185] Compiling aes-gcm-avx10-x86_64-linux.S
[567/1185] Compiling aes-gcm-avx10-x86_64-apple.S
[568/1185] Compiling x_spki.cc
[569/1185] Compiling x_val.cc
[570/1185] Compiling x_x509a.cc
[571/1185] Compiling x_sig.cc
[572/1185] Compiling x_x509.cc
[573/1185] Compiling x_pubkey.cc
[574/1185] Compiling x_req.cc
[575/1185] Compiling x_name.cc
[576/1185] Compiling x_crl.cc
[577/1185] Compiling x_exten.cc
[578/1185] Compiling x_algor.cc
[579/1185] Compiling x509spki.cc
[580/1185] Compiling x_attrib.cc
[581/1185] Compiling x509name.cc
[582/1185] Compiling x509rset.cc
[583/1185] Compiling x_all.cc
[584/1185] Compiling x509_txt.cc
[585/1185] Compiling x509cset.cc
[586/1185] Compiling x509_v3.cc
[587/1185] Compiling x509_trs.cc
[588/1185] Compiling x509_vfy.cc
[589/1185] Compiling x509_vpm.cc
[590/1185] Compiling x509_req.cc
[591/1185] Compiling x509_set.cc
[592/1185] Compiling x509_obj.cc
[593/1185] Compiling x509_lu.cc
[594/1185] Compiling x509_def.cc
[595/1185] Compiling x509_att.cc
[596/1185] Compiling x509_d2.cc
[597/1185] Compiling x509.cc
[598/1185] Compiling x509_ext.cc
[599/1185] Compiling x509_cmp.cc
[600/1185] Compiling v3_utl.cc
[601/1185] Compiling v3_pmaps.cc
[602/1185] Compiling v3_prn.cc
[603/1185] Compiling v3_skey.cc
[604/1185] Compiling v3_ocsp.cc
[605/1185] Compiling v3_pcons.cc
[606/1185] Compiling v3_purp.cc
[607/1185] Compiling v3_ncons.cc
[608/1185] Compiling v3_int.cc
[609/1185] Compiling v3_lib.cc
[610/1185] Compiling v3_info.cc
[611/1185] Compiling v3_ia5.cc
[612/1185] Compiling v3_genn.cc
[613/1185] Compiling v3_extku.cc
[614/1185] Compiling v3_enum.cc
[615/1185] Compiling v3_crld.cc
[616/1185] Compiling v3_cpols.cc
[617/1185] Compiling v3_conf.cc
[618/1185] Compiling v3_bitst.cc
[619/1185] Compiling v3_alt.cc
[620/1185] Compiling v3_bcons.cc
[621/1185] Compiling v3_akeya.cc
[622/1185] Compiling v3_akey.cc
[623/1185] Compiling t_x509a.cc
[624/1185] Compiling i2d_pr.cc
[625/1185] Compiling t_x509.cc
[626/1185] Compiling t_req.cc
[627/1185] Compiling t_crl.cc
[628/1185] Compiling rsa_pss.cc
[629/1185] Compiling policy.cc
[630/1185] Compiling name_print.cc
[631/1185] Compiling by_file.cc
[632/1185] Compiling by_dir.cc
[633/1185] Compiling algorithm.cc
[634/1185] Compiling asn1_gen.cc
[635/1185] Compiling voprf.cc
[636/1185] Compiling a_sign.cc
[637/1185] Compiling a_digest.cc
[638/1185] Compiling a_verify.cc
[639/1185] Compiling trust_token.cc
[640/1185] Compiling thread_win.cc
[641/1185] Compiling thread_pthread.cc
[642/1185] Compiling thread_none.cc
[643/1185] Compiling thread.cc
[644/1185] Compiling stack.cc
[645/1185] Compiling pmbtoken.cc
[646/1185] Compiling spake2plus.cc
[647/1185] Compiling siphash.cc
[648/1185] Compiling slhdsa.cc
[649/1185] Compiling sha512.cc
[650/1185] Compiling sha256.cc
[651/1185] Compiling sha1.cc
[652/1185] Compiling rsa_print.cc
[653/1185] Compiling rsa_extra.cc
[654/1185] Compiling rc4.cc
[655/1185] Compiling refcount.cc
[656/1185] Compiling rsa_crypt.cc
[657/1185] Compiling windows.cc
[658/1185] Compiling urandom.cc
[659/1185] Compiling trusty.cc
[660/1185] Compiling rand.cc
[661/1185] Compiling rsa_asn1.cc
[662/1185] Compiling passive.cc
[662/1185] Compiling getentropy.cc
[664/1185] Compiling ios.cc
[665/1185] Compiling poly1305_arm_asm.S
[666/1185] Compiling forkunsafe.cc
[667/1185] Compiling fork_detect.cc
[668/1185] Compiling deterministic.cc
[669/1185] Compiling poly1305_vec.cc
[670/1185] Compiling poly1305_arm.cc
[671/1185] Compiling pool.cc
[672/1185] Compiling poly1305.cc
[673/1185] Compiling pkcs7.cc
[674/1185] Compiling pkcs8_x509.cc
[675/1185] Compiling pkcs8.cc
[676/1185] Compiling p5_pbev2.cc
[677/1185] Compiling pkcs7_x509.cc
[678/1185] Compiling pem_xaux.cc
[679/1185] Compiling pem_pkey.cc
[680/1185] Compiling pem_x509.cc
[681/1185] Compiling pem_pk8.cc
[682/1185] Compiling pem_oth.cc
[683/1185] Compiling mlkem.cc
[684/1185] Compiling pem_info.cc
[685/1185] Compiling pem_lib.cc
[686/1185] Compiling pem_all.cc
[687/1185] Compiling obj_xref.cc
[688/1185] Compiling obj.cc
[689/1185] Compiling poly_rq_mul.S
[690/1185] Compiling mldsa.cc
[691/1185] Compiling fips_shared_support.cc
[692/1185] Compiling md4.cc
[693/1185] Compiling md5.cc
[694/1185] Compiling mem.cc
[695/1185] Compiling lhash.cc
[696/1185] Compiling kyber.cc
[697/1185] Compiling ex_data.cc
[698/1185] Compiling sign.cc
[699/1185] Compiling scrypt.cc
[700/1185] Compiling hrss.cc
[701/1185] Compiling print.cc
[702/1185] Compiling hpke.cc
[703/1185] Compiling pbkdf.cc
[704/1185] Compiling p_x25519.cc
[705/1185] Compiling p_x25519_asn1.cc
[706/1185] Compiling p_rsa_asn1.cc
[707/1185] Compiling p_rsa.cc
[708/1185] Compiling p_ed25519.cc
[709/1185] Compiling p_hkdf.cc
[710/1185] Compiling p_ed25519_asn1.cc
[711/1185] Compiling p_ec.cc
[712/1185] Compiling p_ec_asn1.cc
[713/1185] Compiling p_dh.cc
[714/1185] Compiling p_dh_asn1.cc
[715/1185] Compiling evp_ctx.cc
[716/1185] Compiling p_dsa_asn1.cc
[717/1185] Compiling err.cc
[718/1185] Compiling evp.cc
[719/1185] Compiling evp_asn1.cc
[720/1185] Compiling engine.cc
[721/1185] Compiling ecdh.cc
[722/1185] Compiling hash_to_curve.cc
[723/1185] Compiling ecdsa_asn1.cc
[724/1185] Compiling ec_derive.cc
[725/1185] Compiling dsa.cc
[726/1185] Compiling bcm.cc
[727/1185] Compiling ec_asn1.cc
[728/1185] Compiling params.cc
[729/1185] Compiling x25519-asm-arm.S
[730/1185] Compiling dsa_asn1.cc
[731/1185] Compiling digest_extra.cc
[732/1185] Compiling dh_asn1.cc
[733/1185] Compiling curve25519_64_adx.cc
[734/1185] Compiling des.cc
[735/1185] Compiling cpu_intel.cc
[736/1185] Compiling crypto.cc
[737/1185] Compiling cpu_arm_linux.cc
[738/1185] Compiling spake25519.cc
[739/1185] Compiling cpu_arm_freebsd.cc
[740/1185] Compiling curve25519.cc
[741/1185] Compiling cpu_aarch64_win.cc
[742/1185] Compiling cpu_aarch64_sysreg.cc
[743/1185] Compiling cpu_aarch64_openbsd.cc
[744/1185] Compiling cpu_aarch64_linux.cc
[745/1185] Compiling cpu_aarch64_fuchsia.cc
[746/1185] Compiling conf.cc
[747/1185] Compiling cpu_aarch64_apple.cc
[748/1185] Compiling get_cipher.cc
[749/1185] Compiling tls_cbc.cc
[750/1185] Compiling e_tls.cc
[751/1185] Compiling e_rc2.cc
[752/1185] Compiling e_rc4.cc
[753/1185] Compiling e_des.cc
[754/1185] Compiling e_aesgcmsiv.cc
[755/1185] Compiling e_null.cc
[756/1185] Compiling e_chacha20poly1305.cc
[757/1185] Compiling derive_key.cc
[758/1185] Compiling e_aesctrhmac.cc
[759/1185] Compiling chacha.cc
[760/1185] Compiling unicode.cc
[761/1185] Compiling asn1_compat.cc
[762/1185] Compiling buf.cc
[763/1185] Compiling ber.cc
[764/1185] Compiling bn_asn1.cc
[765/1185] Compiling convert.cc
[766/1185] Compiling cbs.cc
[767/1185] Compiling cbb.cc
[768/1185] Compiling socket.cc
[769/1185] Compiling socket_helper.cc
[770/1185] Compiling blake2.cc
[771/1185] Compiling file.cc
[772/1185] Compiling hexdump.cc
[773/1185] Compiling printf.cc
[774/1185] Compiling pair.cc
[775/1185] Compiling errno.cc
[776/1185] Compiling fd.cc
[777/1185] Compiling bio_mem.cc
[778/1185] Compiling connect.cc
[779/1185] Compiling bio.cc
[780/1185] Compiling base64.cc
[781/1185] Compiling tasn_typ.cc
[782/1185] Compiling tasn_utl.cc
[783/1185] Compiling tasn_fre.cc
[784/1185] Compiling posix_time.cc
[785/1185] Compiling tasn_enc.cc
[786/1185] Compiling f_int.cc
[787/1185] Compiling f_string.cc
[788/1185] Compiling tasn_new.cc
[789/1185] Compiling asn1_par.cc
[790/1185] Compiling asn_pack.cc
[791/1185] Compiling tasn_dec.cc
[792/1185] Compiling asn1_lib.cc
[793/1185] Compiling a_time.cc
[794/1185] Compiling a_octet.cc
[795/1185] Compiling a_type.cc
[796/1185] Compiling a_utctm.cc
[797/1185] Compiling a_strnid.cc
[798/1185] Compiling a_strex.cc
[799/1185] Compiling a_object.cc
[800/1185] Compiling a_i2d_fp.cc
[801/1185] Compiling a_mbstr.cc
[802/1185] Compiling a_d2i_fp.cc
[802/1185] Compiling a_dup.cc
[804/1185] Compiling a_int.cc
[805/1185] Compiling fiat_p256_adx_sqr.S
[806/1185] Compiling fiat_p256_adx_mul.S
[807/1185] Compiling a_gentm.cc
[808/1185] Compiling fiat_curve25519_adx_square.S
[809/1185] Compiling fiat_curve25519_adx_mul.S
[810/1185] Compiling md5-x86_64-linux.S
[811/1185] Compiling md5-x86_64-apple.S
[812/1185] Compiling md5-586-linux.S
[813/1185] Compiling md5-586-apple.S
[814/1185] Compiling chacha20_poly1305_x86_64-linux.S
[815/1185] Compiling chacha20_poly1305_x86_64-apple.S
[816/1185] Compiling chacha20_poly1305_armv8-win.S
[817/1185] Compiling a_bitstr.cc
[818/1185] Compiling chacha20_poly1305_armv8-apple.S
[819/1185] Compiling chacha-x86_64-linux.S
[820/1185] Compiling chacha20_poly1305_armv8-linux.S
[821/1185] Compiling CCryptoBoringSSLShims shims.c
[822/1185] Compiling chacha-x86_64-apple.S
[823/1185] Compiling chacha-x86-linux.S
[824/1185] Compiling a_bool.cc
[825/1185] Compiling chacha-x86-apple.S
[826/1185] Compiling chacha-armv8-win.S
[827/1185] Compiling chacha-armv8-apple.S
[828/1185] Compiling chacha-armv4-linux.S
[829/1185] Compiling aes128gcmsiv-x86_64-linux.S
[830/1185] Compiling aes128gcmsiv-x86_64-apple.S
[831/1185] Compiling chacha-armv8-linux.S
[832/1185] Compiling x86_64-mont5-linux.S
[833/1185] Compiling x86_64-mont5-apple.S
[834/1185] Compiling x86_64-mont-linux.S
[835/1185] Compiling x86_64-mont-apple.S
[836/1185] Compiling x86-mont-linux.S
[837/1185] Compiling x86-mont-apple.S
[838/1185] Compiling vpaes-x86_64-linux.S
[839/1185] Compiling vpaes-x86-linux.S
[840/1185] Compiling vpaes-x86_64-apple.S
[841/1185] Compiling vpaes-x86-apple.S
[842/1185] Compiling vpaes-armv8-win.S
[843/1185] Compiling vpaes-armv8-linux.S
[844/1185] Compiling vpaes-armv8-apple.S
[845/1185] Compiling vpaes-armv7-linux.S
[846/1185] Compiling sha512-x86_64-linux.S
[847/1185] Compiling sha512-x86_64-apple.S
[848/1185] Compiling sha512-armv8-win.S
[849/1185] Compiling sha512-armv4-linux.S
[850/1185] Compiling sha512-armv8-apple.S
[851/1185] Compiling err_data.cc
[852/1185] Compiling sha512-586-linux.S
[853/1185] Compiling sha512-armv8-linux.S
[854/1185] Compiling sha512-586-apple.S
[855/1185] Compiling sha256-x86_64-linux.S
[856/1185] Compiling sha256-x86_64-apple.S
[857/1185] Compiling sha256-armv8-win.S
[858/1185] Compiling sha256-armv8-apple.S
[859/1185] Compiling sha256-armv4-linux.S
[860/1185] Compiling sha256-armv8-linux.S
[861/1185] Compiling sha256-586-linux.S
[862/1185] Compiling sha256-586-apple.S
[863/1185] Compiling sha1-x86_64-apple.S
[864/1185] Compiling sha1-x86_64-linux.S
[865/1185] Compiling sha1-armv8-win.S
[866/1185] Compiling sha1-armv8-apple.S
[867/1185] Compiling sha1-armv4-large-linux.S
[868/1185] Compiling sha1-586-linux.S
[869/1185] Compiling sha1-586-apple.S
[870/1185] Compiling sha1-armv8-linux.S
[871/1185] Compiling rsaz-avx2-linux.S
[872/1185] Compiling rsaz-avx2-apple.S
[873/1185] Compiling rdrand-x86_64-linux.S
[874/1185] Compiling p256_beeu-x86_64-asm-linux.S
[875/1185] Compiling rdrand-x86_64-apple.S
[876/1185] Compiling p256_beeu-x86_64-asm-apple.S
[877/1185] Compiling p256_beeu-armv8-asm-win.S
[878/1185] Compiling p256_beeu-armv8-asm-linux.S
[879/1185] Compiling p256_beeu-armv8-asm-apple.S
[880/1185] Compiling p256-x86_64-asm-linux.S
[881/1185] Compiling p256-x86_64-asm-apple.S
[882/1185] Compiling p256-armv8-asm-win.S
[883/1185] Compiling p256-armv8-asm-apple.S
[884/1185] Compiling p256-armv8-asm-linux.S
[885/1185] Compiling ghashv8-armv8-win.S
[886/1185] Compiling ghashv8-armv7-linux.S
[887/1185] Compiling ghashv8-armv8-apple.S
[888/1185] Compiling ghashv8-armv8-linux.S
[889/1185] Compiling ghash-x86_64-apple.S
[890/1185] Compiling ghash-x86_64-linux.S
[891/1185] Compiling ghash-x86-linux.S
[892/1185] Compiling ghash-ssse3-x86_64-linux.S
[893/1185] Compiling ghash-x86-apple.S
[893/1185] Compiling ghash-ssse3-x86_64-apple.S
[895/1185] Compiling ghash-ssse3-x86-linux.S
[896/1185] Compiling ghash-ssse3-x86-apple.S
[897/1185] Compiling ghash-armv4-linux.S
[897/1185] Compiling ghash-neon-armv8-win.S
[897/1185] Compiling ghash-neon-armv8-apple.S
[897/1185] Compiling ghash-neon-armv8-linux.S
[901/1185] Compiling co-586-linux.S
[902/1185] Compiling bn-armv8-apple.S
[902/1185] Compiling bsaes-armv7-linux.S
[904/1185] Compiling bn-armv8-linux.S
[905/1185] Compiling co-586-apple.S
[906/1185] Compiling bn-586-linux.S
[907/1185] Compiling bn-armv8-win.S
[908/1185] Compiling armv8-mont-win.S
[908/1185] Compiling bn-586-apple.S
[910/1185] Compiling armv4-mont-linux.S
[910/1185] Compiling armv8-mont-apple.S
[912/1185] Compiling armv8-mont-linux.S
[913/1185] Compiling aesv8-gcm-armv8-win.S
[914/1185] Compiling aesv8-gcm-armv8-apple.S
[915/1185] Compiling aesv8-armv8-win.S
[916/1185] Compiling aesv8-gcm-armv8-linux.S
[917/1185] Compiling aesv8-armv8-linux.S
[918/1185] Compiling aesv8-armv8-apple.S
[919/1185] Compiling aesv8-armv7-linux.S
[920/1185] Compiling aesni-x86_64-apple.S
[920/1185] Compiling aesni-x86-linux.S
[922/1185] Compiling aesni-x86_64-linux.S
[922/1185] Compiling aesni-gcm-x86_64-linux.S
[924/1185] Compiling aesni-x86-apple.S
[925/1185] Compiling aesni-gcm-x86_64-apple.S
[926/1185] Compiling aes-gcm-avx512-x86_64-linux.S
[927/1185] Compiling aes-gcm-avx2-x86_64-apple.S
[928/1185] Compiling aes-gcm-avx512-x86_64-apple.S
[929/1185] Compiling aes-gcm-avx2-x86_64-linux.S
[930/1185] Compiling c-nioatomics.c
[931/1185] Compiling c-atomics.c
[932/1185] Compiling xwing.cc
[933/1191] Compiling x_x509a.cc
[934/1191] Compiling x_val.cc
[935/1191] Compiling x_sig.cc
[936/1191] Compiling x_x509.cc
[937/1191] Compiling x_spki.cc
[938/1191] Compiling x_req.cc
[940/1191] Compiling NIOConcurrencyHelpers NIOLock.swift
[940/1191] Compiling x_pubkey.cc
[942/1191] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[943/1191] Compiling NIOConcurrencyHelpers lock.swift
[944/1191] Emitting module NIOConcurrencyHelpers
[945/1191] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[946/1191] Compiling NIOConcurrencyHelpers atomics.swift
[946/1192] Compiling x_crl.cc
[948/1192] Compiling x_all.cc
[949/1192] Compiling x_attrib.cc
[950/1192] Compiling x_algor.cc
[951/1192] Compiling x_exten.cc
[952/1192] Compiling x_name.cc
[953/1192] Compiling x509spki.cc
[954/1192] Compiling x509rset.cc
[955/1192] Compiling x509name.cc
[956/1192] Compiling x509cset.cc
[957/1192] Compiling x509_vpm.cc
[958/1192] Compiling x509_v3.cc
[959/1192] Compiling x509_vfy.cc
[960/1192] Compiling x509_txt.cc
[961/1192] Compiling x509_trs.cc
[962/1192] Compiling x509_req.cc
[963/1192] Compiling x509_obj.cc
[964/1192] Compiling x509_set.cc
[965/1192] Compiling x509_lu.cc
[966/1192] Compiling x509_ext.cc
[967/1192] Compiling x509_def.cc
[968/1192] Compiling x509_d2.cc
[969/1192] Compiling x509_cmp.cc
[970/1192] Compiling x509_att.cc
[971/1192] Compiling x509.cc
[972/1192] Compiling v3_utl.cc
[973/1192] Compiling v3_skey.cc
[974/1192] Compiling v3_prn.cc
[975/1192] Compiling v3_purp.cc
[976/1192] Compiling v3_pmaps.cc
[977/1192] Compiling v3_pcons.cc
[978/1192] Compiling v3_ocsp.cc
[979/1192] Compiling v3_ncons.cc
[980/1192] Compiling v3_lib.cc
[981/1192] Compiling v3_int.cc
[982/1192] Compiling v3_info.cc
[983/1192] Compiling v3_ia5.cc
[984/1192] Compiling v3_genn.cc
[985/1192] Compiling v3_extku.cc
[986/1192] Compiling v3_enum.cc
[987/1192] Compiling v3_conf.cc
[988/1192] Compiling v3_bitst.cc
[989/1192] Compiling v3_cpols.cc
[990/1192] Compiling v3_crld.cc
[991/1192] Compiling v3_bcons.cc
[992/1192] Compiling v3_akeya.cc
[993/1192] Compiling v3_alt.cc
[994/1192] Compiling v3_akey.cc
[995/1192] Compiling t_x509a.cc
[996/1192] Compiling t_crl.cc
[997/1192] Compiling t_req.cc
[998/1192] Compiling i2d_pr.cc
[999/1192] Compiling t_x509.cc
[1000/1192] Compiling policy.cc
[1001/1192] Compiling rsa_pss.cc
[1002/1192] Compiling name_print.cc
[1003/1192] Compiling by_file.cc
[1004/1192] Compiling algorithm.cc
[1005/1192] Compiling asn1_gen.cc
[1006/1192] Compiling by_dir.cc
[1007/1192] Compiling a_sign.cc
[1008/1192] Compiling voprf.cc
[1009/1192] Compiling a_digest.cc
[1010/1192] Compiling a_verify.cc
[1011/1192] Compiling thread_win.cc
[1012/1192] Compiling trust_token.cc
[1013/1192] Compiling thread_pthread.cc
[1014/1192] Compiling stack.cc
[1015/1192] Compiling thread_none.cc
[1016/1192] Compiling thread.cc
[1017/1192] Compiling pmbtoken.cc
[1018/1192] Compiling siphash.cc
[1019/1192] Compiling spake2plus.cc
[1020/1192] Compiling sha512.cc
[1021/1192] Compiling sha256.cc
[1022/1192] Compiling slhdsa.cc
[1023/1192] Compiling sha1.cc
[1024/1192] Compiling rsa_print.cc
[1025/1192] Compiling rsa_extra.cc
[1026/1192] Compiling rsa_asn1.cc
[1027/1192] Compiling rsa_crypt.cc
[1028/1192] Compiling refcount.cc
[1029/1192] Compiling rc4.cc
[1030/1192] Compiling windows.cc
[1031/1192] Compiling trusty.cc
[1032/1192] Compiling urandom.cc
[1033/1192] Compiling passive.cc
[1034/1192] Compiling rand.cc
[1035/1192] Compiling poly1305_arm_asm.S
[1036/1192] Compiling getentropy.cc
[1037/1192] Compiling ios.cc
[1038/1192] Compiling forkunsafe.cc
[1039/1192] Compiling fork_detect.cc
[1040/1192] Compiling deterministic.cc
[1041/1192] Compiling poly1305_vec.cc
[1042/1192] Compiling poly1305_arm.cc
[1043/1192] Compiling pool.cc
[1044/1192] Compiling poly1305.cc
[1045/1192] Compiling pkcs8.cc
[1046/1192] Compiling pkcs8_x509.cc
[1047/1192] Compiling pkcs7.cc
[1048/1192] Compiling p5_pbev2.cc
[1049/1192] Compiling pkcs7_x509.cc
[1050/1192] Compiling pem_xaux.cc
[1051/1192] Compiling pem_x509.cc
[1052/1192] Compiling pem_pkey.cc
[1053/1192] Compiling pem_pk8.cc
[1054/1192] Compiling pem_oth.cc
[1055/1192] Compiling mlkem.cc
[1056/1192] Compiling pem_lib.cc
[1057/1192] Compiling pem_info.cc
[1058/1192] Compiling obj_xref.cc
[1059/1192] Compiling pem_all.cc
[1060/1192] Compiling obj.cc
[1061/1192] Compiling poly_rq_mul.S
[1062/1192] Compiling mldsa.cc
[1063/1192] Compiling mem.cc
[1064/1192] Compiling fips_shared_support.cc
[1065/1192] Compiling lhash.cc
[1066/1192] Compiling md5.cc
[1067/1192] Compiling md4.cc
[1068/1192] Compiling kyber.cc
[1069/1192] Compiling fuzzer_mode.cc
[1070/1192] Compiling hpke.cc
[1071/1192] Compiling ex_data.cc
[1072/1192] Compiling hrss.cc
[1073/1192] Compiling sign.cc
[1074/1192] Compiling scrypt.cc
[1075/1192] Compiling pbkdf.cc
[1076/1192] Compiling print.cc
[1077/1192] Compiling p_x25519.cc
[1078/1192] Compiling p_x25519_asn1.cc
[1079/1192] Compiling p_rsa_asn1.cc
[1080/1192] Compiling p_ed25519.cc
[1081/1192] Compiling p_hkdf.cc
[1082/1192] Compiling p_rsa.cc
[1083/1192] Compiling p_ed25519_asn1.cc
[1084/1192] Compiling p_ec.cc
[1085/1192] Compiling p_ec_asn1.cc
[1086/1192] Compiling p_dh_asn1.cc
[1087/1192] Compiling p_dh.cc
[1088/1192] Compiling p_dsa_asn1.cc
[1089/1192] Compiling evp_ctx.cc
[1090/1192] Compiling evp_asn1.cc
[1091/1192] Compiling err.cc
[1092/1192] Compiling evp.cc
[1093/1192] Compiling engine.cc
[1094/1192] Compiling ecdsa_p1363.cc
[1095/1192] Compiling ecdh.cc
[1096/1192] Compiling ecdsa_asn1.cc
[1097/1192] Compiling hash_to_curve.cc
[1098/1192] Compiling ec_derive.cc
[1099/1192] Compiling dsa.cc
[1100/1192] Compiling ec_asn1.cc
[1101/1192] Compiling bcm.cc
[1102/1192] Compiling dsa_asn1.cc
[1103/1192] Compiling params.cc
[1104/1192] Compiling des.cc
[1105/1192] Compiling digest_extra.cc
[1106/1192] Compiling dh_asn1.cc
[1107/1192] Compiling curve25519_64_adx.cc
[1108/1192] Compiling x25519-asm-arm.S
[1109/1192] Compiling crypto.cc
[1110/1192] Compiling spake25519.cc
[1111/1192] Compiling curve25519.cc
[1112/1192] Compiling cpu_intel.cc
[1113/1192] Compiling cpu_arm_linux.cc
[1114/1192] Compiling cpu_arm_freebsd.cc
[1115/1192] Compiling cpu_aarch64_win.cc
[1116/1192] Compiling cpu_aarch64_openbsd.cc
[1117/1192] Compiling cpu_aarch64_sysreg.cc
[1118/1192] Compiling cpu_aarch64_apple.cc
[1119/1192] Compiling cpu_aarch64_fuchsia.cc
[1120/1192] Compiling cpu_aarch64_linux.cc
[1121/1192] Compiling conf.cc
[1122/1192] Compiling get_cipher.cc
[1123/1192] Compiling tls_cbc.cc
[1124/1192] Compiling e_tls.cc
[1125/1192] Compiling cms.cc
[1126/1192] Compiling e_rc4.cc
[1127/1192] Compiling e_des.cc
[1128/1192] Compiling e_null.cc
[1129/1192] Compiling e_rc2.cc
[1130/1192] Compiling e_aesgcmsiv.cc
[1131/1192] Compiling e_aeseax.cc
[1132/1192] Compiling e_chacha20poly1305.cc
[1133/1192] Compiling derive_key.cc
[1134/1192] Compiling chacha.cc
[1135/1192] Compiling e_aesctrhmac.cc
[1136/1192] Compiling unicode.cc
[1137/1192] Compiling cbs.cc
[1138/1192] Compiling ber.cc
[1139/1192] Compiling asn1_compat.cc
[1140/1192] Compiling cbb.cc
[1141/1192] Compiling buf.cc
[1142/1192] Compiling sqrt.cc
[1143/1192] Compiling exponentiation.cc
[1144/1192] Compiling div.cc
[1145/1192] Compiling bn_asn1.cc
[1145/1192] Compiling convert.cc
[1147/1192] Compiling blake2.cc
[1148/1192] Compiling printf.cc
[1149/1192] Compiling hexdump.cc
[1150/1192] Compiling pair.cc
[1151/1192] Compiling fd.cc
[1152/1192] Compiling file.cc
[1153/1192] Compiling errno.cc
[1154/1192] Compiling bio_mem.cc
[1155/1192] Compiling base64.cc
[1156/1192] Compiling bio.cc
[1157/1192] Compiling tasn_typ.cc
[1158/1192] Compiling tasn_fre.cc
[1159/1192] Compiling tasn_new.cc
[1160/1192] Compiling tasn_utl.cc
[1161/1192] Compiling posix_time.cc
[1162/1192] Compiling f_string.cc
[1163/1192] Compiling tasn_enc.cc
[1164/1192] Compiling f_int.cc
[1165/1192] Compiling tasn_dec.cc
[1166/1192] Compiling asn_pack.cc
[1167/1192] Compiling asn1_par.cc
[1168/1192] Compiling asn1_lib.cc
[1169/1192] Compiling a_octet.cc
[1170/1192] Compiling a_utctm.cc
[1171/1192] Compiling a_type.cc
[1172/1192] Compiling a_time.cc
[1173/1192] Compiling a_strnid.cc
[1174/1192] Compiling a_strex.cc
[1175/1192] Compiling a_mbstr.cc
[1176/1192] Compiling a_i2d_fp.cc
[1177/1192] Compiling a_gentm.cc
[1178/1192] Compiling a_int.cc
[1179/1192] Compiling a_d2i_fp.cc
[1180/1192] Write sources
[1183/1192] Compiling a_dup.cc
[1184/1192] Compiling a_object.cc
[1185/1192] Write sources
[1186/1192] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1186/1192] Compiling CBcrypt bcrypt.c
[1187/1192] Write sources
[1189/1202] Compiling a_bool.cc
[1190/1242] Compiling a_bitstr.cc
[1191/1335] Compiling aes.cc
[1193/1335] Compiling Algorithms Intersperse.swift
[1194/1335] Compiling Algorithms Joined.swift
[1195/1337] Compiling Algorithms Partition.swift
[1196/1337] Compiling Algorithms Permutations.swift
[1197/1337] Compiling Algorithms Grouped.swift
[1198/1337] Compiling Algorithms Indexed.swift
[1199/1337] Compiling Algorithms Keyed.swift
[1200/1337] Compiling Algorithms MinMax.swift
[1202/1345] Compiling Atomics IntegerOperations.swift
[1203/1345] Compiling Atomics Unmanaged extensions.swift
[1204/1345] Compiling Algorithms Reductions.swift
[1205/1345] Compiling Algorithms Rotate.swift
[1206/1345] Compiling Algorithms Split.swift
[1207/1345] Compiling Algorithms Stride.swift
[1208/1345] Compiling HummingbirdBcrypt Bcrypt.swift
[1209/1345] Emitting module HummingbirdBcrypt
[1210/1353] Compiling Algorithms EitherSequence.swift
[1211/1353] Compiling Algorithms FirstNonNil.swift
[1212/1353] Compiling Algorithms FlattenCollection.swift
[1215/1353] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1216/1353] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1217/1353] Compiling AsyncAlgorithms MergeStateMachine.swift
[1218/1353] Compiling AsyncAlgorithms MergeStorage.swift
[1219/1353] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1220/1353] Compiling AsyncAlgorithms Rethrow.swift
[1221/1353] Compiling BitCollections BitSet.Counted.swift
[1222/1353] Emitting module BitCollections
[1224/1353] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1225/1353] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1226/1353] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1227/1353] Compiling AsyncAlgorithms DebounceStorage.swift
[1228/1353] Compiling AsyncAlgorithms Dictionary.swift
[1229/1353] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1230/1353] Compiling AsyncAlgorithms Locking.swift
[1231/1353] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1232/1353] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1233/1353] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1234/1353] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1235/1353] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1236/1353] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1237/1353] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1238/1353] Compiling Algorithms AdjacentPairs.swift
[1239/1353] Compiling Algorithms Chain.swift
[1240/1353] Compiling Algorithms Chunked.swift
[1241/1353] Compiling Algorithms Combinations.swift
[1242/1353] Compiling Algorithms Compacted.swift
[1243/1353] Compiling Algorithms Cycle.swift
[1264/1359] Compiling CryptoBoringWrapper RandomBytes.swift
[1273/1359] Compiling Algorithms Suffix.swift
[1274/1359] Compiling AsyncAlgorithms AsyncChannel.swift
[1275/1359] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1276/1359] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1277/1359] Compiling AsyncAlgorithms ChannelStorage.swift
[1278/1359] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1279/1359] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1280/1359] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1288/1362] Compiling BitCollections BitSet.Index.swift
[1289/1362] Compiling BitCollections BitSet._UnsafeHandle.swift
[1290/1362] Compiling BitCollections BitSet.swift
[1291/1362] Compiling BitCollections Range+Utilities.swift
[1292/1362] Compiling BitCollections Slice+Utilities.swift
[1293/1362] Compiling BitCollections UInt+Tricks.swift
[1294/1362] Compiling BitCollections _Word.swift
[1309/1363] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1310/1363] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1311/1363] Compiling CryptoBoringWrapper EllipticCurve.swift
[1312/1363] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1320/1363] Emitting module AsyncAlgorithms
[1321/1363] Emitting module CryptoBoringWrapper
[1322/1363] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1330/1363] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1332/1366] Emitting module Collections
[1333/1366] Compiling Collections Collections.swift
[1334/1367] Compiling Algorithms Trim.swift
[1335/1367] Compiling Algorithms Unique.swift
[1336/1367] Compiling Algorithms Windows.swift
[1342/1367] Emitting module Algorithms
[1344/1439] Compiling Crypto HPKE-Modes.swift
[1345/1439] Compiling Crypto Insecure.swift
[1346/1439] Compiling Crypto Insecure_HashFunctions.swift
[1347/1439] Compiling Crypto KEM.swift
[1348/1439] Compiling Crypto ECDH_boring.swift
[1349/1439] Compiling Crypto DH.swift
[1350/1439] Compiling Crypto ASN1Identifier.swift
[1351/1439] Compiling Crypto ASN1Integer.swift
[1352/1439] Compiling Crypto ASN1Null.swift
[1353/1439] Compiling Crypto ASN1OctetString.swift
[1354/1439] Compiling Crypto ASN1Strings.swift
[1355/1439] Compiling Crypto ArraySliceBigint.swift
[1356/1439] Compiling Crypto GeneralizedTime.swift
[1357/1439] Compiling Crypto ObjectIdentifier.swift
[1358/1439] Compiling Crypto ECDSASignature.swift
[1359/1439] Compiling Crypto PEMDocument.swift
[1360/1439] Compiling Crypto HPKE-AEAD.swift
[1361/1439] Compiling Crypto HPKE-Ciphersuite.swift
[1363/1440] Compiling Crypto ChaChaPoly.swift
[1364/1440] Compiling Crypto Cipher.swift
[1365/1440] Compiling Crypto Nonces.swift
[1366/1440] Emitting module Atomics
[1367/1440] Compiling Crypto AES-GCM.swift
[1368/1440] Compiling Crypto AES-GCM_boring.swift
[1369/1440] Compiling Crypto ChaChaPoly_boring.swift
[1371/1450] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1372/1450] Compiling ServiceLifecycle Service.swift
[1373/1511] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1374/1511] Emitting module ServiceLifecycle
[1375/1511] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1376/1511] Compiling ServiceLifecycle ServiceRunnerError.swift
[1377/1511] Compiling ServiceLifecycle GracefulShutdown.swift
[1378/1511] Compiling ServiceLifecycle CancellationWaiter.swift
[1379/1511] Emitting module Crypto
[1380/1521] Compiling NIOCore BSDSocketAPI.swift
[1381/1521] Compiling NIOCore ByteBuffer-aux.swift
[1382/1521] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1383/1521] Compiling NIOCore ByteBuffer-conversions.swift
[1384/1521] Compiling NIOCore ByteBuffer-core.swift
[1385/1521] Compiling NIOCore ByteBuffer-hex.swift
[1386/1521] Compiling NIOCore ByteBuffer-int.swift
[1387/1521] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1388/1521] Compiling NIOCore ByteBuffer-multi-int.swift
[1389/1521] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1390/1521] Compiling ServiceLifecycle ServiceGroup.swift
[1392/1522] Compiling NIOCore AddressedEnvelope.swift
[1393/1522] Compiling NIOCore AsyncAwaitSupport.swift
[1394/1522] Compiling NIOCore AsyncChannel.swift
[1395/1522] Compiling NIOCore AsyncChannelHandler.swift
[1396/1522] Compiling NIOCore AsyncChannelInboundStream.swift
[1397/1522] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1398/1522] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1399/1522] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1400/1522] Compiling NIOCore NIOAsyncWriter.swift
[1401/1522] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1402/1522] Compiling NIOCore NIOAny.swift
[1403/1522] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1404/1522] Compiling NIOCore NIOCoreSendableMetatype.swift
[1405/1522] Compiling NIOCore NIOLoopBound.swift
[1406/1522] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1407/1522] Compiling NIOCore NIOScheduledCallback.swift
[1408/1522] Compiling NIOCore NIOSendable.swift
[1409/1522] Compiling NIOCore RecvByteBufferAllocator.swift
[1415/1530] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1416/1530] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1417/1530] Compiling NIOCore EventLoopFuture.swift
[1418/1530] Compiling NIOCore FileDescriptor.swift
[1419/1530] Compiling NIOCore FileHandle.swift
[1420/1530] Compiling NIOCore ByteBuffer-views.swift
[1421/1530] Compiling NIOCore Channel.swift
[1422/1530] Compiling NIOCore ChannelHandler.swift
[1423/1530] Compiling NIOCore ChannelHandlers.swift
[1424/1530] Compiling NIOCore ChannelInvoker.swift
[1425/1530] Compiling NIOCore ChannelOption.swift
[1426/1530] Compiling NIOCore ChannelPipeline.swift
[1430/1530] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1431/1530] Compiling NIOCore SocketAddresses.swift
[1432/1530] Compiling NIOCore SocketOptionProvider.swift
[1433/1530] Compiling NIOCore SystemCallHelpers.swift
[1434/1530] Compiling NIOCore TimeAmount+Duration.swift
[1435/1530] Compiling NIOCore TypeAssistedChannelHandler.swift
[1436/1530] Compiling NIOCore UniversalBootstrapSupport.swift
[1437/1530] Compiling NIOCore Utilities.swift
[1438/1530] Compiling Crypto EdDSA_boring.swift
[1439/1530] Compiling Crypto ECDSA.swift
[1440/1530] Compiling NIOCore FileRegion.swift
[1441/1530] Compiling NIOCore GlobalSingletons.swift
[1442/1530] Compiling NIOCore IO.swift
[1443/1530] Compiling NIOCore IOData.swift
[1444/1530] Compiling NIOCore IPProtocol.swift
[1445/1530] Compiling NIOCore IntegerBitPacking.swift
[1446/1530] Compiling NIOCore IntegerTypes.swift
[1447/1530] Compiling NIOCore Interfaces.swift
[1448/1530] Compiling NIOCore Linux.swift
[1449/1530] Compiling NIOCore MarkedCircularBuffer.swift
[1450/1530] Compiling NIOCore MulticastChannel.swift
[1451/1530] Compiling NIOCore CircularBuffer.swift
[1452/1530] Compiling NIOCore Codec.swift
[1453/1530] Compiling NIOCore ConvenienceOptionSupport.swift
[1454/1530] Compiling NIOCore DeadChannel.swift
[1455/1530] Compiling NIOCore DispatchQueue+WithFuture.swift
[1456/1530] Compiling NIOCore EventLoop+Deprecated.swift
[1457/1530] Compiling NIOCore EventLoop+SerialExecutor.swift
[1458/1530] Compiling NIOCore EventLoop.swift
[1459/1530] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1476/1530] Compiling Crypto Ed25519.swift
[1477/1530] Compiling Crypto Signature.swift
[1478/1530] Compiling Crypto CryptoKitErrors_boring.swift
[1479/1530] Compiling Crypto RNG_boring.swift
[1480/1530] Compiling Crypto SafeCompare_boring.swift
[1481/1530] Compiling Crypto Zeroization_boring.swift
[1482/1530] Compiling Crypto PrettyBytes.swift
[1483/1530] Compiling Crypto SafeCompare.swift
[1484/1530] Compiling Crypto SecureBytes.swift
[1485/1530] Compiling Crypto Zeroization.swift
[1504/1533] Compiling HummingbirdOTP OTP.swift
[1505/1533] Emitting module HummingbirdOTP
[1516/1534] Emitting module NIOCore
[1536/1589] Emitting module NIOHTTPTypes
[1537/1589] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1539/1590] Emitting module NIOEmbedded
[1540/1590] Compiling NIOEmbedded AsyncTestingChannel.swift
[1541/1590] Compiling NIOEmbedded Embedded.swift
[1542/1590] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1544/1591] Emitting module NIOPosix
[1545/1597] Compiling NIOPosix Socket.swift
[1546/1597] Compiling NIOPosix SocketChannel.swift
[1547/1597] Compiling NIOPosix SocketProtocols.swift
[1548/1597] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1549/1597] Compiling NIOPosix System.swift
[1550/1597] Compiling NIOPosix Thread.swift
[1551/1597] Compiling NIOPosix BSDSocketAPICommon.swift
[1552/1597] Compiling NIOPosix BSDSocketAPIPosix.swift
[1553/1597] Compiling NIOPosix BSDSocketAPIWindows.swift
[1554/1597] Compiling NIOPosix BaseSocket.swift
[1555/1597] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1556/1597] Compiling NIOPosix BaseSocketChannel.swift
[1557/1597] Compiling NIOPosix BaseStreamSocketChannel.swift
[1558/1597] Compiling NIOPosix SelectableEventLoop.swift
[1559/1597] Compiling NIOPosix SelectorEpoll.swift
[1560/1597] Compiling NIOPosix SelectorGeneric.swift
[1561/1597] Compiling NIOPosix SelectorKqueue.swift
[1562/1597] Compiling NIOPosix SelectorUring.swift
[1563/1597] Compiling NIOPosix ServerSocket.swift
[1564/1597] Compiling NIOPosix Pool.swift
[1565/1597] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1566/1597] Compiling NIOPosix PosixSingletons.swift
[1567/1597] Compiling NIOPosix RawSocketBootstrap.swift
[1568/1597] Compiling NIOPosix Resolver.swift
[1569/1597] Compiling NIOPosix Selectable.swift
[1570/1597] Compiling NIOPosix SelectableChannel.swift
[1571/1597] Compiling NIOPosix ThreadPosix.swift
[1572/1597] Compiling NIOPosix ThreadWindows.swift
[1573/1597] Compiling NIOPosix UnsafeTransfer.swift
[1574/1597] Compiling NIOPosix Utilities.swift
[1575/1597] Compiling NIOPosix VsockAddress.swift
[1576/1597] Compiling NIOPosix VsockChannelEvents.swift
[1577/1597] Compiling NIOPosix IO.swift
[1578/1597] Compiling NIOPosix IntegerBitPacking.swift
[1579/1597] Compiling NIOPosix IntegerTypes.swift
[1580/1597] Compiling NIOPosix Linux.swift
[1581/1597] Compiling NIOPosix LinuxCPUSet.swift
[1582/1597] Compiling NIOPosix LinuxUring.swift
[1583/1597] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1584/1597] Compiling NIOPosix Bootstrap.swift
[1585/1597] Compiling NIOPosix ControlMessage.swift
[1586/1597] Compiling NIOPosix DatagramVectorReadManager.swift
[1587/1597] Compiling NIOPosix Errors+Any.swift
[1588/1597] Compiling NIOPosix FileDescriptor.swift
[1589/1597] Compiling NIOPosix GetaddrinfoResolver.swift
[1590/1597] Compiling NIOPosix HappyEyeballs.swift
[1591/1597] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1592/1597] Compiling NIOPosix NIOThreadPool.swift
[1593/1597] Compiling NIOPosix NonBlockingFileIO.swift
[1594/1597] Compiling NIOPosix PendingDatagramWritesManager.swift
[1595/1597] Compiling NIOPosix PendingWritesManager.swift
[1596/1597] Compiling NIOPosix PipeChannel.swift
[1597/1597] Compiling NIOPosix PipePair.swift
[1599/1600] Compiling NIO Exports.swift
[1600/1600] Emitting module NIO
[1602/1640] Emitting module NIOSOCKS
[1603/1641] Compiling NIOTLS TLSEvents.swift
[1604/1641] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1605/1641] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1606/1641] Compiling NIOSOCKS ServerStateMachine.swift
[1607/1641] Compiling NIOSOCKS ClientStateMachine.swift
[1608/1641] Compiling NIOSOCKS SOCKSResponse.swift
[1609/1641] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1610/1641] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1611/1641] Compiling NIOSOCKS AuthenticationMethod.swift
[1612/1641] Compiling NIOSOCKS ClientGreeting.swift
[1613/1641] Compiling NIOSOCKS SOCKSClientHandler.swift
[1614/1641] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1615/1641] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1616/1641] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1617/1641] Compiling NIOTLS SNIHandler.swift
[1618/1641] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1619/1641] Emitting module NIOTLS
[1620/1642] Emitting module NIOFoundationCompat
[1621/1642] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1622/1643] Compiling NIOSOCKS Errors.swift
[1623/1643] Compiling NIOSOCKS Helpers.swift
[1624/1643] Compiling NIOSOCKS Messages.swift
[1625/1643] Compiling NIOSOCKS SOCKSRequest.swift
[1628/1644] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1629/1644] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1630/1646] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1631/1646] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1633/1675] Compiling NIOSSL SSLConnection.swift
[1634/1675] Compiling NIOSSL NIOSSLServerHandler.swift
[1635/1679] Compiling NIOSSL IdentityVerification.swift
[1636/1679] Compiling NIOSSL SSLContext.swift
[1637/1679] Compiling NIOSSL SSLErrors.swift
[1638/1679] Compiling NIOSSL SSLInit.swift
[1639/1697] Compiling NIOTransportServices StateManagedChannel.swift
[1640/1697] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1641/1697] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1642/1699] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1643/1699] Compiling NIOTransportServices NIOTSSingletons.swift
[1644/1699] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1645/1699] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1646/1699] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1647/1699] Emitting module NIOHTTP1
[1648/1699] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1649/1699] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1650/1699] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1651/1699] Compiling NIOTransportServices NIOTSBootstraps.swift
[1652/1699] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1653/1699] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1656/1700] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1657/1700] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1658/1700] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1659/1700] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1660/1700] Compiling NIOTransportServices NIOTSErrors.swift
[1661/1700] Compiling NIOTransportServices NIOTSEventLoop.swift
[1662/1700] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1663/1700] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1665/1700] Compiling NIOTransportServices AcceptHandler.swift
[1671/1700] Emitting module NIOTransportServices
[1677/1739] Compiling NIOHPACK DynamicHeaderTable.swift
[1678/1739] Compiling NIOHPACK HPACKDecoder.swift
[1679/1739] Compiling NIOHPACK HPACKEncoder.swift
[1680/1739] Compiling NIOHPACK HPACKErrors.swift
[1681/1745] Emitting module NIOSSL
[1682/1745] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1683/1745] Emitting module NIOHTTPTypesHTTP1
[1687/1745] Compiling NIOSSL NIOSSLHandler.swift
[1688/1745] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1691/1746] Compiling NIOHPACK HuffmanTables.swift
[1692/1746] Compiling NIOExtras RequestResponseHandler.swift
[1693/1746] Compiling NIOExtras RequestResponseHandlers+State.swift
[1694/1748] Compiling NIOHPACK HuffmanCoding.swift
[1695/1748] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1696/1748] Compiling NIOExtras NIOExtrasError.swift
[1697/1748] Compiling NIOSSL SubjectAlternativeName.swift
[1698/1748] Compiling NIOSSL NIOSSLSecureBytes.swift
[1699/1748] Compiling NIOSSL RNG.swift
[1700/1748] Compiling NIOSSL SafeCompare.swift
[1701/1748] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1702/1748] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1703/1748] Compiling NIOHPACK IndexedHeaderTable.swift
[1704/1749] Compiling NIOHPACK IntegerCoding.swift
[1710/1749] Emitting module NIOHPACK
[1711/1749] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1712/1749] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1713/1749] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1715/1749] Compiling NIOHPACK StaticHeaderTable.swift
[1716/1749] Emitting module NIOExtras
[1717/1749] Compiling NIOHTTPCompression HTTPCompression.swift
[1718/1749] Emitting module NIOHTTPCompression
[1719/1749] Compiling NIOHTTPCompression HTTPDecompression.swift
[1720/1749] Compiling NIOExtras PCAPRingBuffer.swift
[1721/1749] Compiling NIOExtras QuiescingHelper.swift
[1722/1749] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1723/1749] Compiling NIOExtras NIORequestIdentifiable.swift
[1725/1750] Compiling NIOHPACK HPACKHeader.swift
[1726/1750] Compiling NIOHPACK HeaderTables.swift
[1727/1750] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1728/1750] Compiling NIOExtras LengthFieldPrepender.swift
[1729/1750] Compiling NIOExtras LineBasedFrameDecoder.swift
[1746/1811] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1747/1811] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1748/1811] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1749/1811] Compiling NIOHTTP2 GlitchesMonitor.swift
[1751/1812] Compiling NIOHTTP2 MaySendFrames.swift
[1752/1812] Compiling NIOHTTP2 SendingDataState.swift
[1753/1812] Compiling NIOHTTP2 SendingGoawayState.swift
[1754/1812] Compiling NIOHTTP2 SendingHeadersState.swift
[1755/1812] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1756/1812] Compiling NIOHTTP2 SendingRstStreamState.swift
[1757/1812] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1758/1812] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1759/1812] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1760/1820] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1761/1820] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1763/1846] Emitting module NIOHTTP2
[1764/1846] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1765/1846] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1766/1846] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1767/1846] Compiling NIOHTTP2 StreamChannelList.swift
[1768/1846] Compiling NIOHTTP2 StreamMap.swift
[1769/1846] Compiling NIOHTTP2 StreamStateMachine.swift
[1770/1846] Compiling NIOHTTP2 UnsafeTransfer.swift
[1771/1846] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1772/1846] Compiling HummingbirdCore ServerChildChannel.swift
[1773/1846] Compiling HummingbirdCore FlatDictionary.swift
[1774/1846] Compiling HummingbirdCore HBParser.swift
[1775/1846] Compiling HummingbirdCore OutputBuffer.swift
[1776/1846] Compiling HummingbirdCore ServerConfiguration.swift
[1777/1846] Compiling HummingbirdCore TSTLSOptions.swift
[1778/1846] Compiling HummingbirdCore AnyAsyncSequence.swift
[1779/1846] Compiling NIOHTTP2 InboundWindowManager.swift
[1780/1846] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1781/1846] Compiling HummingbirdCore URI.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1782/1846] Compiling HummingbirdCore Response.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1783/1846] Compiling HummingbirdCore ResponseBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1784/1849] Compiling HummingbirdCore HTTP1Channel.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1785/1849] Compiling HummingbirdCore HTTPChannelHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1786/1849] Compiling HummingbirdCore HTTPServerBuilder.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1787/1849] Compiling HummingbirdCore ResponseBodyWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1788/1849] Compiling HummingbirdCore ResponseWriter.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1789/1849] Compiling HummingbirdCore AvailableConnectionsHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1790/1849] Compiling HummingbirdCore BindAddress.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1791/1849] Compiling HummingbirdCore Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1792/1849] Compiling HummingbirdCore Request.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1793/1849] Compiling HummingbirdCore RequestBody+inboundClose.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1794/1849] Compiling HummingbirdCore RequestBody.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1795/1849] Emitting module HummingbirdCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1799/1849] Compiling HummingbirdCore HTTPUserEventHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1800/1849] Compiling HummingbirdCore Server.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1805/1849] Compiling HummingbirdCore SendableMetatype.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1806/1849] Compiling HummingbirdCore String+percentEncode.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1807/1849] Compiling HummingbirdCore UnsafeTransfer.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1811/1850] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1816/1850] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1817/1850] Compiling NIOHTTP2 HTTP2Frame.swift
[1818/1850] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1819/1850] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1820/1850] Compiling NIOHTTP2 HTTP2PingData.swift
[1821/1850] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1822/1850] Compiling NIOHTTP2 HTTP2Settings.swift
[1823/1850] Compiling NIOHTTP2 HTTP2Stream.swift
[1824/1850] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1825/1850] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1826/1850] Compiling NIOHTTP2 HasLocalSettings.swift
[1827/1850] Compiling NIOHTTP2 HasRemoteSettings.swift
[1828/1850] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1829/1850] Compiling NIOHTTP2 QuiescingState.swift
[1830/1850] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1831/1850] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1832/1850] Compiling NIOHTTP2 StateMachineResult.swift
[1833/1850] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1842/1850] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1843/1850] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1844/1850] Compiling NIOHTTP2 MayReceiveFrames.swift
[1845/1850] Compiling NIOHTTP2 ReceivingDataState.swift
[1846/1850] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1847/1850] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1848/1850] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1849/1850] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1850/1850] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1852/1975] Compiling AsyncHTTPClient AsyncLazySequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1853/1975] Compiling AsyncHTTPClient HTTPClient+execute.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1854/1975] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1855/1975] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1856/1975] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1857/1975] Compiling AsyncHTTPClient HTTPClientRequest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1858/1975] Compiling AsyncHTTPClient HTTPClientResponse.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1859/1975] Compiling AsyncHTTPClient ConnectionTarget.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1860/1975] Compiling AsyncHTTPClient DeconstructedURL.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1861/1984] Emitting module Hummingbird
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1862/1984] Emitting module AsyncHTTPClient
[1863/1992] Compiling AsyncHTTPClient FileDownloadDelegate.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1864/1992] Compiling AsyncHTTPClient FoundationExtensions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1865/1992] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1866/1992] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1867/1992] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1868/1992] Compiling AsyncHTTPClient HTTPClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1869/1992] Compiling AsyncHTTPClient RequestOptions.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1870/1992] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1871/1992] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1872/1992] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1873/1992] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1874/1992] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1875/1992] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1876/1992] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1877/1992] Compiling AsyncHTTPClient RequestBag.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1878/1992] Compiling AsyncHTTPClient RequestValidation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1879/1992] Compiling AsyncHTTPClient SSLContextCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1880/1992] Compiling AsyncHTTPClient Scheme.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1881/1992] Compiling AsyncHTTPClient Transaction+StateMachine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1882/1992] Compiling AsyncHTTPClient Transaction.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1883/1992] Compiling AsyncHTTPClient Base64.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1884/1992] Compiling AsyncHTTPClient BasicAuth.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1885/1992] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1886/1992] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1887/1992] Compiling AsyncHTTPClient ConnectionPool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1888/1992] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1889/1992] Compiling AsyncHTTPClient HTTPHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1890/1992] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1891/1992] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1892/1992] Compiling AsyncHTTPClient HTTPConnectionPool.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1893/1992] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1894/1992] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1895/1992] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1896/1992] Compiling AsyncHTTPClient RequestBodyLength.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1897/1992] Compiling AsyncHTTPClient RequestFramingMetadata.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1898/1992] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1899/1992] Compiling AsyncHTTPClient LRUCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1900/1992] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1901/1992] Compiling AsyncHTTPClient NWErrorHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1902/1992] Compiling AsyncHTTPClient NWWaitingHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1903/1992] Compiling AsyncHTTPClient TLSConfiguration.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1904/1992] Compiling AsyncHTTPClient RedirectState.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1905/1992] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1906/1992] Compiling AsyncHTTPClient AnyAsyncSequence.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1907/1992] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1908/1992] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1909/1992] Compiling AsyncHTTPClient TLSEventsHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1910/1992] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1911/1992] Compiling AsyncHTTPClient HTTP1Connection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1912/1992] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1913/1992] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1914/1992] Compiling AsyncHTTPClient HTTP2Connection.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1915/1992] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1916/1992] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1917/1992] Compiling AsyncHTTPClient Singleton.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1918/1992] Compiling AsyncHTTPClient StringConvertibleInstances.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1919/1992] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1920/1992] Compiling AsyncHTTPClient Utils.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1921/1992] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1922/1992] Compiling Hummingbird HexDigest.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1923/1992] Compiling Hummingbird InitializableFromSource.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1924/1992] Compiling Hummingbird PreludeService.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1925/1992] Compiling Hummingbird StringProtocol.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1995/2006] Compiling HummingbirdAuth IsAuthenticatedMiddleware.swift
[1996/2006] Compiling HummingbirdAuth SessionAuthenticator.swift
[1997/2007] Compiling HummingbirdAuth BearerAuthentication.swift
[1998/2007] Compiling HummingbirdAuth Deprecated.swift
[1999/2007] Emitting module HummingbirdAuth
[2000/2007] Compiling HummingbirdAuth AuthRequestContext.swift
[2001/2007] Compiling HummingbirdAuth Authenticator.swift
[2002/2007] Compiling HummingbirdAuth SessionStorage.swift
/host/spi-builder-workspace/Sources/HummingbirdAuth/Sessions/SessionStorage.swift:103:32: warning: type 'SessionType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
41 |
42 | /// Stores session data
43 | public struct SessionStorage<SessionType: Codable>: Sendable {
| `- note: consider making generic parameter 'SessionType' conform to the 'Sendable' protocol
44 | /// SessionStorage Errors
45 | public struct Error: Swift.Error, Equatable {
:
101 | let sessionId = Self.createSessionId()
102 | // prefix with "hbs."
103 | try await self.storage.set(
| `- warning: type 'SessionType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
104 | key: "hbs.\(sessionId)",
105 | value: session,
/host/spi-builder-workspace/Sources/HummingbirdAuth/Sessions/SessionStorage.swift:119:32: warning: type 'SessionType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
41 |
42 | /// Stores session data
43 | public struct SessionStorage<SessionType: Codable>: Sendable {
| `- note: consider making generic parameter 'SessionType' conform to the 'Sendable' protocol
44 | /// SessionStorage Errors
45 | public struct Error: Swift.Error, Equatable {
:
117 | }
118 | // prefix with "hbs."
119 | try await self.storage.set(
| `- warning: type 'SessionType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
120 | key: "hbs.\(sessionId)",
121 | value: session,
/host/spi-builder-workspace/Sources/HummingbirdAuth/Sessions/SessionStorage.swift:134:32: warning: type 'SessionType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
41 |
42 | /// Stores session data
43 | public struct SessionStorage<SessionType: Codable>: Sendable {
| `- note: consider making generic parameter 'SessionType' conform to the 'Sendable' protocol
44 | /// SessionStorage Errors
45 | public struct Error: Swift.Error, Equatable {
:
132 | }
133 | // prefix with "hbs."
134 | try await self.storage.set(
| `- warning: type 'SessionType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
135 | key: "hbs.\(sessionId)",
136 | value: session,
/host/spi-builder-workspace/Sources/HummingbirdAuth/Sessions/SessionStorage.swift:148:43: warning: type 'SessionType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
41 |
42 | /// Stores session data
43 | public struct SessionStorage<SessionType: Codable>: Sendable {
| `- note: consider making generic parameter 'SessionType' conform to the 'Sendable' protocol
44 | /// SessionStorage Errors
45 | public struct Error: Swift.Error, Equatable {
:
146 | do {
147 | // prefix with "hbs."
148 | return try await self.storage.get(
| `- warning: type 'SessionType' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
149 | key: "hbs.\(sessionId)",
150 | as: SessionType.self
/host/spi-builder-workspace/Sources/HummingbirdAuth/Sessions/SessionStorage.swift:180:16: warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
178 | static func createSessionId() -> String {
179 | let bytes: [UInt8] = (0..<32).map { _ in UInt8.random(in: 0...255) }
180 | return String(base64Encoding: bytes)
| `- warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
181 | }
182 |
[2003/2007] Compiling HummingbirdAuth SessionContext.swift
[2004/2007] Compiling HummingbirdAuth ClosureAuthenticator.swift
[2005/2007] Compiling HummingbirdAuth BasicAuthentication.swift
[2006/2008] Compiling HummingbirdAuth SessionMiddleware.swift
[2007/2009] Compiling HummingbirdAuth UserSessionRepository.swift
[2009/2021] Compiling HummingbirdBasicAuth UserPasswordRepository.swift
[2010/2021] Compiling HummingbirdBasicAuth PasswordVerifier.swift
[2011/2021] Emitting module HummingbirdBasicAuth
[2012/2021] Compiling HummingbirdBasicAuth BasicAuthenticator.swift
[2014/2022] Compiling HummingbirdTesting TestClient+types.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2015/2023] Compiling HummingbirdTesting TestApplication.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2016/2023] Emitting module HummingbirdTesting
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2017/2023] Compiling HummingbirdTesting LiveTestFramework.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2018/2023] Compiling HummingbirdTesting RouterTestFramework.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2019/2023] Compiling HummingbirdTesting Deprecations.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2020/2023] Compiling HummingbirdTesting Application+Test.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2021/2023] Compiling HummingbirdTesting ApplicationTester.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2022/2023] Compiling HummingbirdTesting AsyncHTTPClientTestFramework.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2023/2023] Compiling HummingbirdTesting TestClient.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[2025/2026] Compiling HummingbirdAuthTesting TestClient+Auth.swift
/host/spi-builder-workspace/Sources/HummingbirdAuthTesting/TestClient+Auth.swift:47:42: warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
45 | var headers = headers
46 | let usernamePassword = "\(username):\(password)"
47 | let authorization = "Basic \(String(base64Encoding: usernamePassword.utf8))"
| `- warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
48 | headers[.authorization] = authorization
49 | return (uri: uri, method: method, headers: headers, body: body)
[2026/2026] Emitting module HummingbirdAuthTesting
Build complete! (431.59s)
Build complete.
{
"dependencies" : [
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.63.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-extras-base64",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-extras/swift-extras-base64.git"
}
],
"manifest_display_name" : "hummingbird-auth",
"name" : "hummingbird-auth",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "HummingbirdAuth",
"targets" : [
"HummingbirdAuth"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdBasicAuth",
"targets" : [
"HummingbirdBasicAuth"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdBcrypt",
"targets" : [
"HummingbirdBcrypt"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdOTP",
"targets" : [
"HummingbirdOTP"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdAuthTesting",
"targets" : [
"HummingbirdAuthTesting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HummingbirdOTP",
"module_type" : "SwiftTarget",
"name" : "HummingbirdOTP",
"path" : "Sources/HummingbirdOTP",
"product_dependencies" : [
"Crypto",
"ExtrasBase64"
],
"product_memberships" : [
"HummingbirdOTP"
],
"sources" : [
"OTP.swift"
],
"type" : "library"
},
{
"c99name" : "HummingbirdBcrypt",
"module_type" : "SwiftTarget",
"name" : "HummingbirdBcrypt",
"path" : "Sources/HummingbirdBcrypt",
"product_memberships" : [
"HummingbirdBasicAuth",
"HummingbirdBcrypt"
],
"sources" : [
"Bcrypt.swift"
],
"target_dependencies" : [
"CBcrypt"
],
"type" : "library"
},
{
"c99name" : "HummingbirdBasicAuth",
"module_type" : "SwiftTarget",
"name" : "HummingbirdBasicAuth",
"path" : "Sources/HummingbirdBasicAuth",
"product_dependencies" : [
"Hummingbird"
],
"product_memberships" : [
"HummingbirdBasicAuth"
],
"sources" : [
"BasicAuthenticator.swift",
"PasswordVerifier.swift",
"UserPasswordRepository.swift"
],
"target_dependencies" : [
"HummingbirdAuth",
"HummingbirdBcrypt"
],
"type" : "library"
},
{
"c99name" : "HummingbirdAuthTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdAuthTests",
"path" : "Tests/HummingbirdAuthTests",
"product_dependencies" : [
"HummingbirdTesting",
"NIOPosix"
],
"sources" : [
"AuthTests.swift",
"BcryptTests.swift",
"OTPTests.swift",
"SessionTests.swift"
],
"target_dependencies" : [
"HummingbirdAuth",
"HummingbirdBasicAuth",
"HummingbirdBcrypt",
"HummingbirdOTP",
"HummingbirdAuthTesting"
],
"type" : "test"
},
{
"c99name" : "HummingbirdAuthTesting",
"module_type" : "SwiftTarget",
"name" : "HummingbirdAuthTesting",
"path" : "Sources/HummingbirdAuthTesting",
"product_dependencies" : [
"HummingbirdTesting"
],
"product_memberships" : [
"HummingbirdAuthTesting"
],
"sources" : [
"TestClient+Auth.swift"
],
"target_dependencies" : [
"HummingbirdAuth"
],
"type" : "library"
},
{
"c99name" : "HummingbirdAuth",
"module_type" : "SwiftTarget",
"name" : "HummingbirdAuth",
"path" : "Sources/HummingbirdAuth",
"product_dependencies" : [
"Hummingbird",
"ExtrasBase64"
],
"product_memberships" : [
"HummingbirdAuth",
"HummingbirdBasicAuth",
"HummingbirdAuthTesting"
],
"sources" : [
"Authenticator/AuthRequestContext.swift",
"Authenticator/Authenticator.swift",
"Authenticator/ClosureAuthenticator.swift",
"BasicAuthentication.swift",
"BearerAuthentication.swift",
"Deprecated.swift",
"Middleware/IsAuthenticatedMiddleware.swift",
"Sessions/SessionAuthenticator.swift",
"Sessions/SessionContext.swift",
"Sessions/SessionMiddleware.swift",
"Sessions/SessionStorage.swift",
"Sessions/UserSessionRepository.swift"
],
"type" : "library"
},
{
"c99name" : "CBcrypt",
"module_type" : "ClangTarget",
"name" : "CBcrypt",
"path" : "Sources/CBcrypt",
"product_memberships" : [
"HummingbirdBasicAuth",
"HummingbirdBcrypt"
],
"sources" : [
"bcrypt.c",
"blf.c"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.