Build Information
Successful build of hummingbird-auth, reference main (529ca0
), with Swift 6.1 for Linux on 12 Aug 2025 17:33:37 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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: linux
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-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/swift-extras/swift-extras-base64.git
[1/833] Fetching swift-extras-base64
[693/25653] Fetching swift-extras-base64, hummingbird
Fetched https://github.com/swift-extras/swift-extras-base64.git from cache (0.55s)
[745/24820] Fetching hummingbird
[1242/41058] Fetching hummingbird, swift-crypto
[5119/118449] Fetching hummingbird, swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (4.95s)
[82864/102211] Fetching hummingbird, swift-nio
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (10.75s)
Fetched https://github.com/apple/swift-nio.git from cache (10.84s)
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 (14.95s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.15.0 (1.22s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2433] Fetching swift-service-lifecycle
[731/5134] Fetching swift-service-lifecycle, swift-nio-transport-services
[2870/16795] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-http2
[3703/22922] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-http2, swift-nio-extras
[4139/37009] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-http2, swift-nio-extras, async-http-client
[10585/52012] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-http2, swift-nio-extras, async-http-client, swift-nio-ssl
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.92s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.91s)
Fetching https://github.com/apple/swift-distributed-tracing.git
[12017/46878] Fetching swift-nio-http2, swift-nio-extras, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.26s)
[11503/40751] Fetching swift-nio-http2, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-http-types.git
[15205/45867] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-distributed-tracing
[18847/48086] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-distributed-tracing, swift-metrics
[33334/49003] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-distributed-tracing, swift-metrics, swift-http-types
Fetched https://github.com/apple/swift-metrics.git from cache (0.98s)
[32750/46784] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-distributed-tracing, swift-http-types
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-http-types.git from cache (0.75s)
[32716/45867] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-distributed-tracing
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.24s)
[29533/40751] Fetching swift-nio-http2, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-atomics.git
[31451/44637] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-log
[31646/61590] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-log, swift-collections
[33951/63398] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-log, swift-collections, swift-atomics
Fetched https://github.com/apple/swift-log.git from cache (1.71s)
[38521/59512] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-collections, swift-atomics
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/apple/swift-atomics.git from cache (1.75s)
[40411/57704] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-collections
[40562/62714] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-collections, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.96s)
[44387/57704] Fetching swift-nio-http2, async-http-client, swift-nio-ssl, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (4.01s)
Fetched https://github.com/swift-server/async-http-client.git from cache (6.43s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (6.45s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (6.49s)
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.62s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (1.40s)
Fetching https://github.com/apple/swift-system.git
[1/4847] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.48s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.33s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (1.00s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.91s)
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.92s)
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.39s)
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.38s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (1.20s)
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.99s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (4.62s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (1.74s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.83s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
[1/6460] Fetching swift-certificates
[66/8089] Fetching swift-certificates, swift-asn1
[240/9265] Fetching swift-certificates, swift-asn1, swift-http-structured-headers
[1110/15233] Fetching swift-certificates, swift-asn1, swift-http-structured-headers, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.52s)
[9798/14057] Fetching swift-certificates, swift-asn1, swift-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.57s)
[10764/12428] Fetching swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.85s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.85s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.92s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.27s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.17s)
Fetching https://github.com/apple/swift-numerics.git
[1/5917] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (1.11s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (2.02s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.12.0 (1.06s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.05s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (0.75s)
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.72s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (10.22s)
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.07s)
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/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/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.15.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.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/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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-nio-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/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-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-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-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-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/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-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-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-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-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-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-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-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-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-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Building for debugging...
[0/840] Write sources
[22/840] Write swift-version-24593BA9C3E375BF.txt
[23/840] Write sources
[24/842] Compiling aes.cc
[25/843] Compiling e_aesgcmsiv.cc
[26/845] Compiling e_chacha20poly1305.cc
[27/845] Compiling rsa_print.cc
[28/845] Write sources
[29/845] Compiling _NumericsShims _NumericsShims.c
[30/845] Write sources
[31/848] Compiling a_bitstr.cc
[32/853] Compiling _AtomicsShims.c
[33/853] Write sources
[35/854] Compiling a_bool.cc
[35/854] Write sources
[57/862] Compiling CNIOWindows shim.c
[59/875] Emitting module ServiceContextModule
[60/875] Compiling RealModule Float+Real.swift
[61/876] Compiling ServiceContextModule ServiceContext.swift
[62/876] Compiling ServiceContextModule ServiceContextKey.swift
[63/876] Compiling HTTPTypes ISOLatin1String.swift
[64/877] Compiling _NIODataStructures _TinyArray.swift
[65/877] Compiling RealModule RealFunctions.swift
[66/878] Compiling HTTPTypes HTTPFieldName.swift
[68/878] Emitting module HTTPTypes
[69/878] Compiling HTTPTypes HTTPField.swift
[70/878] Compiling RealModule Real.swift
[71/878] Compiling _NIODataStructures PriorityQueue.swift
[72/878] Compiling RealModule Float80+Real.swift
[73/878] Compiling RealModule Float16+Real.swift
[74/878] Emitting module _NIOBase64
[75/878] Compiling _NIOBase64 Base64.swift
[76/878] Compiling RealModule AlgebraicField.swift
[77/878] Compiling RealModule ApproximateEquality.swift
[78/878] Compiling RealModule ElementaryFunctions.swift
[79/878] Compiling RealModule AugmentedArithmetic.swift
[80/878] Compiling RealModule Double+Real.swift
[81/878] Emitting module RealModule
[82/879] Compiling HTTPTypes HTTPRequest.swift
[83/879] Compiling HTTPTypes HTTPParsedFields.swift
[84/879] Compiling HTTPTypes HTTPResponse.swift
[87/894] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[88/901] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[89/901] Compiling InternalCollectionsUtilities Debugging.swift
[90/901] Compiling InternalCollectionsUtilities Descriptions.swift
[91/901] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[91/904] Compiling bcm.cc
[93/904] Compiling Instrumentation NoOpInstrument.swift
[94/904] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[95/904] Compiling Instrumentation InstrumentationSystem.swift
[96/904] Compiling Instrumentation Instrument.swift
[97/904] Compiling Instrumentation MultiplexInstrument.swift
[98/907] Emitting module Instrumentation
[99/907] Compiling Instrumentation Locks.swift
[100/908] Compiling CoreMetrics Locks.swift
[101/908] Emitting module Logging
[102/908] Compiling Logging Locks.swift
[103/908] Compiling ConcurrencyHelpers LockedValueBox.swift
[104/908] Emitting module _NIODataStructures
[105/908] Compiling _NIODataStructures Heap.swift
[106/908] Compiling Logging LogHandler.swift
[107/909] Compiling HTTPTypes NIOLock.swift
[108/909] Compiling Logging Logging.swift
[109/909] Compiling Logging MetadataProvider.swift
[110/910] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[111/910] Compiling InternalCollectionsUtilities _SortedCollection.swift
[114/910] Compiling CNIOWindows WSAStartup.c
[115/910] Compiling CNIOWASI CNIOWASI.c
[116/910] Compiling CNIOPosix event_loop_id.c
[118/910] Compiling ConcurrencyHelpers Lock.swift
[119/910] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[120/910] Compiling InternalCollectionsUtilities UInt+reversed.swift
[121/910] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[122/910] Compiling InternalCollectionsUtilities Integer rank.swift
[123/910] Emitting module InternalCollectionsUtilities
[124/910] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[125/910] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[125/911] Compiling CNIOLinux liburing_shims.c
[127/911] Emitting module ConcurrencyHelpers
[128/912] Compiling CNIOLinux shim.c
[129/912] Compiling CNIOLLHTTP c_nio_http.c
[131/1000] Compiling CNIOLLHTTP c_nio_llhttp.c
[133/1050] Compiling HeapModule Heap+Descriptions.swift
[134/1050] Emitting module Tracing
[135/1050] Compiling Tracing TracingTime.swift
[136/1053] Compiling HeapModule _HeapNode.swift
[137/1053] Emitting module CoreMetrics
[138/1053] Compiling CoreMetrics Metrics.swift
[139/1054] Compiling HeapModule Heap.swift
[140/1054] Compiling HeapModule Heap+Invariants.swift
[141/1054] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[142/1054] Compiling HeapModule Heap+UnsafeHandle.swift
[143/1054] Compiling Tracing TracerProtocol.swift
[144/1054] Emitting module HeapModule
[146/1055] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[147/1055] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[148/1055] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[149/1055] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[150/1055] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[151/1055] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[152/1055] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[153/1062] Emitting module UnixSignals
[155/1062] Compiling Tracing Tracer.swift
[156/1062] Compiling Tracing TracerProtocol+Legacy.swift
[157/1062] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[158/1062] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[159/1062] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[160/1062] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[161/1062] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[162/1062] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[163/1062] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[164/1062] Compiling UnixSignals UnixSignalsSequence.swift
[165/1062] Compiling UnixSignals UnixSignal.swift
[167/1139] Compiling Tracing SpanProtocol.swift
[168/1139] Compiling Tracing NoOpTracer.swift
[169/1139] Compiling Tracing InstrumentationSystem+Tracing.swift
[171/1142] Compiling HashTreeCollections _AncestorHashSlots.swift
[172/1142] Compiling HashTreeCollections _Bitmap.swift
[173/1142] Compiling HashTreeCollections _Bucket.swift
[174/1142] Compiling HashTreeCollections _Hash.swift
[175/1142] Compiling HashTreeCollections _HashLevel.swift
[176/1142] Compiling HashTreeCollections _HashNode+Builder.swift
[177/1142] Compiling HashTreeCollections _HashNode+Debugging.swift
[178/1142] Compiling HashTreeCollections _HashNode+Initializers.swift
[178/1153] Compiling CNIOLLHTTP c_nio_api.c
[179/1157] Compiling CNIOExtrasZlib empty.c
[181/1157] Compiling DequeModule Deque+Testing.swift
[182/1157] Compiling DequeModule Deque._Storage.swift
[183/1157] Compiling DequeModule Deque._UnsafeHandle.swift
[184/1157] Compiling DequeModule Deque.swift
[185/1157] Compiling DequeModule _DequeBuffer.swift
[186/1157] Compiling DequeModule _DequeBufferHeader.swift
[187/1157] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[188/1157] Compiling HashTreeCollections _HashNode+Structural filter.swift
[189/1157] Compiling HashTreeCollections _HashNode+Structural union.swift
[190/1157] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[191/1157] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[192/1157] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[193/1157] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[194/1157] Compiling HashTreeCollections _HashNode.swift
[195/1157] Compiling HashTreeCollections _HashNodeHeader.swift
[196/1157] Compiling HashTreeCollections _HashSlot.swift
[197/1157] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[198/1157] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[199/1157] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[200/1157] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[201/1157] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[202/1157] Compiling HashTreeCollections _HashNode+Structural merge.swift
[203/1157] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[204/1157] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[204/1157] Compiling CNIODarwin shim.c
[206/1157] Compiling DequeModule Deque+CustomReflectable.swift
[207/1157] Compiling DequeModule Deque+Descriptions.swift
[208/1159] Compiling HashTreeCollections TreeSet+Hashable.swift
[209/1159] Compiling HashTreeCollections TreeSet+Sendable.swift
[210/1159] Compiling HashTreeCollections TreeSet+Sequence.swift
[211/1159] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[212/1159] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[213/1159] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[214/1159] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[215/1159] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[216/1159] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[217/1159] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[220/1169] Compiling DequeModule Deque+Equatable.swift
[221/1169] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[222/1169] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[229/1169] Compiling HashTreeCollections _UnsafePath.swift
[230/1169] Compiling HashTreeCollections TreeDictionary+Codable.swift
[231/1169] Compiling HashTreeCollections TreeDictionary+Collection.swift
[232/1169] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[233/1169] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[245/1169] Compiling HashTreeCollections TreeDictionary.swift
[246/1169] Compiling HashTreeCollections TreeSet+Codable.swift
[247/1169] Compiling DequeModule _DequeSlot.swift
[248/1169] Compiling DequeModule _UnsafeWrappedBuffer.swift
[248/1177] Compiling CNIOBoringSSLShims shims.c
[252/1178] Compiling DequeModule Deque+Extras.swift
[253/1178] Compiling DequeModule Deque+Hashable.swift
[255/1178] Compiling fiat_p256_adx_sqr.S
[257/1178] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[258/1178] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[259/1178] Compiling HashTreeCollections TreeDictionary+Filter.swift
[260/1178] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[261/1178] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[262/1178] Compiling HashTreeCollections TreeDictionary+Keys.swift
[263/1178] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[264/1178] Compiling HashTreeCollections TreeDictionary+Merge.swift
[265/1178] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[266/1178] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[267/1178] Compiling HashTreeCollections TreeDictionary+Values.swift
[270/1178] Compiling _RopeModule Rope+Join.swift
[271/1178] Compiling _RopeModule Rope+MutatingForEach.swift
[272/1178] Compiling _RopeModule Rope+Remove.swift
[273/1178] Compiling _RopeModule Rope+RemoveSubrange.swift
[274/1178] Compiling _RopeModule Rope+Split.swift
[275/1178] Compiling _RopeModule Optional Utilities.swift
[276/1178] Compiling _RopeModule String Utilities.swift
[277/1178] Compiling _RopeModule String.Index+ABI.swift
[277/1178] Compiling fiat_p256_adx_mul.S
[279/1178] Compiling HTTPTypes HTTPFields.swift
[279/1179] Compiling fiat_curve25519_adx_square.S
[283/1179] Compiling HashTreeCollections _HashStack.swift
[300/1179] Compiling fiat_curve25519_adx_mul.S
[312/1179] Compiling DequeModule Deque+Codable.swift
[313/1179] Compiling DequeModule Deque+Collection.swift
[314/1179] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[315/1179] Compiling HashTreeCollections _RawHashNode.swift
[316/1179] Compiling HashTreeCollections _UnmanagedHashNode.swift
[323/1179] Compiling _RopeModule _CharacterRecognizer.swift
[324/1179] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[325/1179] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[326/1179] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[327/1179] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[328/1179] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[329/1179] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[330/1179] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[331/1179] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[332/1179] Compiling HashTreeCollections TreeSet.swift
[333/1179] Emitting module OrderedCollections
[335/1180] Emitting module DequeModule
[346/1181] Compiling HashTreeCollections _HashTreeIterator.swift
[347/1181] Compiling HashTreeCollections _HashTreeStatistics.swift
[358/1181] Emitting module _RopeModule
[369/1181] Compiling tls_method.cc
[371/1181] Emitting module Metrics
[372/1181] Compiling Metrics Metrics.swift
[395/1182] Compiling tls13_server.cc
[405/1182] Compiling tls_record.cc
[417/1183] Emitting module HashTreeCollections
[418/1183] Emitting module ExtrasBase64
[418/1184] Compiling tls13_enc.cc
[420/1184] Compiling tls13_client.cc
[421/1184] Compiling tls13_both.cc
[422/1184] Compiling t1_enc.cc
[423/1184] Compiling ssl_x509.cc
[424/1184] Compiling ssl_versions.cc
[425/1184] Compiling ssl_stat.cc
[426/1184] Compiling ssl_transcript.cc
[427/1184] Compiling ssl_privkey.cc
[429/1184] Compiling ExtrasBase64 Base32.swift
[429/1184] Compiling ssl_session.cc
[431/1184] Compiling ExtrasBase64 Base64.swift
[432/1185] Compiling ssl_key_share.cc
[433/1185] Compiling ssl_lib.cc
[434/1185] Compiling ssl_buffer.cc
[435/1185] Compiling ssl_cipher.cc
[436/1185] Compiling ssl_file.cc
[437/1185] Compiling ssl_cert.cc
[438/1185] Compiling ssl_asn1.cc
[439/1185] Compiling ssl_credential.cc
[440/1185] Compiling ssl_aead_ctx.cc
[441/1185] Compiling s3_pkt.cc
[442/1185] Compiling s3_lib.cc
[443/1185] Compiling s3_both.cc
[444/1185] Compiling handshake_client.cc
[445/1185] Compiling handoff.cc
[446/1185] Compiling handshake_server.cc
[447/1185] Compiling handshake.cc
[448/1185] Compiling encrypted_client_hello.cc
[449/1185] Compiling d1_srtp.cc
[450/1185] Compiling md5-x86_64-linux.S
[451/1185] Compiling dtls_record.cc
[452/1185] Compiling md5-586-linux.S
[453/1185] Compiling md5-x86_64-apple.S
[454/1185] Compiling bio_ssl.cc
[455/1185] Compiling extensions.cc
[456/1185] Compiling d1_pkt.cc
[457/1185] Compiling md5-586-apple.S
[458/1185] Compiling dtls_method.cc
[459/1185] Compiling chacha20_poly1305_x86_64-apple.S
[460/1185] Compiling chacha20_poly1305_armv8-win.S
[461/1185] Compiling chacha20_poly1305_armv8-apple.S
[462/1185] Compiling chacha20_poly1305_armv8-linux.S
[463/1185] Compiling d1_lib.cc
[464/1185] Compiling chacha-x86_64-apple.S
[465/1185] Compiling chacha20_poly1305_x86_64-linux.S
[466/1185] Compiling chacha-x86_64-linux.S
[467/1185] Compiling chacha-x86-linux.S
[468/1185] Compiling chacha-armv8-win.S
[469/1185] Compiling chacha-armv8-apple.S
[470/1185] Compiling chacha-x86-apple.S
[471/1185] Compiling err_data.cc
[472/1185] Compiling chacha-armv8-linux.S
[473/1185] Compiling chacha-armv4-linux.S
[474/1185] Compiling aes128gcmsiv-x86_64-apple.S
[475/1185] Compiling x86_64-mont5-apple.S
[476/1185] Compiling x86-mont-linux.S
[477/1185] Compiling aes128gcmsiv-x86_64-linux.S
[478/1185] Compiling vpaes-x86_64-apple.S
[479/1185] Compiling x86_64-mont5-linux.S
[480/1185] Compiling x86_64-mont-apple.S
[481/1185] Compiling vpaes-x86_64-linux.S
[482/1185] Compiling x86_64-mont-linux.S
[483/1185] Compiling x86-mont-apple.S
[484/1185] Compiling d1_both.cc
[485/1185] Compiling vpaes-x86-linux.S
[486/1185] Compiling vpaes-armv8-linux.S
[486/1185] Compiling vpaes-x86-apple.S
[488/1185] Compiling vpaes-armv8-win.S
[489/1185] Compiling vpaes-armv7-linux.S
[490/1185] Compiling vpaes-armv8-apple.S
[491/1185] Compiling sha512-armv8-apple.S
[492/1185] Compiling sha512-x86_64-linux.S
[493/1185] Compiling sha512-x86_64-apple.S
[494/1185] Compiling sha512-armv8-linux.S
[495/1185] Compiling sha512-armv8-win.S
[496/1185] Compiling sha512-armv4-linux.S
[497/1185] Compiling sha512-586-apple.S
[498/1185] Compiling sha512-586-linux.S
[499/1185] Compiling sha256-x86_64-apple.S
[500/1185] Compiling sha256-armv8-win.S
[501/1185] Compiling sha256-x86_64-linux.S
[502/1185] Compiling sha256-armv8-apple.S
[503/1185] Compiling sha256-armv4-linux.S
[504/1185] Compiling sha256-586-linux.S
[505/1185] Compiling sha256-armv8-linux.S
[506/1185] Compiling sha256-586-apple.S
[507/1185] Compiling sha1-x86_64-apple.S
[508/1185] Compiling sha1-armv8-win.S
[509/1185] Compiling sha1-x86_64-linux.S
[510/1185] Compiling sha1-armv8-linux.S
[511/1185] Compiling sha1-armv4-large-linux.S
[511/1185] Compiling sha1-586-apple.S
[511/1185] Compiling sha1-586-linux.S
[514/1185] Compiling sha1-armv8-apple.S
[515/1185] Compiling rsaz-avx2-apple.S
[516/1185] Compiling rsaz-avx2-linux.S
[517/1185] Compiling rdrand-x86_64-linux.S
[518/1185] Compiling rdrand-x86_64-apple.S
[519/1185] Compiling p256_beeu-x86_64-asm-linux.S
[520/1185] Compiling p256_beeu-armv8-asm-win.S
[521/1185] Compiling p256_beeu-x86_64-asm-apple.S
[522/1185] Compiling p256_beeu-armv8-asm-linux.S
[523/1185] Compiling p256_beeu-armv8-asm-apple.S
[524/1185] Compiling p256-x86_64-asm-linux.S
[525/1185] Compiling p256-armv8-asm-apple.S
[526/1185] Compiling p256-armv8-asm-linux.S
[527/1185] Compiling p256-x86_64-asm-apple.S
[527/1185] Compiling ghashv8-armv8-win.S
[529/1185] Compiling p256-armv8-asm-win.S
[530/1185] Compiling ghashv8-armv8-linux.S
[531/1185] Compiling ghashv8-armv8-apple.S
[531/1185] Compiling ghashv8-armv7-linux.S
[533/1185] Compiling ghash-x86-linux.S
[534/1185] Compiling ghash-x86_64-apple.S
[535/1185] Compiling ghash-ssse3-x86_64-linux.S
[536/1185] Compiling ghash-x86-apple.S
[537/1185] Compiling ghash-x86_64-linux.S
[538/1185] Compiling ghash-ssse3-x86_64-apple.S
[539/1185] Compiling ghash-ssse3-x86-linux.S
[540/1185] Compiling co-586-linux.S
[540/1185] Compiling ghash-ssse3-x86-apple.S
[540/1185] Compiling ghash-armv4-linux.S
[540/1185] Compiling ghash-neon-armv8-win.S
[544/1185] Compiling ghash-neon-armv8-linux.S
[545/1185] Compiling ghash-neon-armv8-apple.S
[546/1185] Compiling co-586-apple.S
[547/1185] Compiling bsaes-armv7-linux.S
[548/1185] Compiling bn-armv8-apple.S
[549/1185] Compiling bn-armv8-win.S
[550/1185] Compiling bn-armv8-linux.S
[551/1185] Compiling bn-586-apple.S
[551/1185] Compiling bn-586-linux.S
[553/1185] Compiling armv8-mont-win.S
[554/1185] Compiling armv8-mont-linux.S
[555/1185] Compiling armv8-mont-apple.S
[556/1185] Compiling armv4-mont-linux.S
[557/1185] Compiling aesv8-gcm-armv8-win.S
[558/1185] Compiling aesv8-gcm-armv8-apple.S
[559/1185] Compiling aesv8-gcm-armv8-linux.S
[560/1185] Compiling aesv8-armv8-win.S
[561/1185] Compiling aesv8-armv8-linux.S
[562/1185] Compiling aesv8-armv8-apple.S
[563/1185] Compiling aesv8-armv7-linux.S
[564/1185] Compiling aesni-x86_64-linux.S
[565/1185] Compiling aesni-x86-linux.S
[566/1185] Compiling aesni-x86_64-apple.S
[567/1185] Compiling aesni-x86-apple.S
[568/1185] Compiling aesni-gcm-x86_64-linux.S
[569/1185] Compiling aesni-gcm-x86_64-apple.S
[570/1185] Compiling aes-gcm-avx2-x86_64-linux.S
[571/1185] Compiling aes-gcm-avx2-x86_64-apple.S
[572/1185] Compiling aes-gcm-avx10-x86_64-apple.S
[573/1185] Compiling aes-gcm-avx10-x86_64-linux.S
[574/1185] Compiling x_x509a.cc
[575/1185] Compiling x_req.cc
[576/1185] Compiling x_spki.cc
[577/1185] Compiling x_x509.cc
[578/1185] Compiling x_val.cc
[579/1185] Compiling x_sig.cc
[580/1185] Compiling x_pubkey.cc
[581/1185] Compiling x_name.cc
[582/1185] Compiling x_exten.cc
[583/1185] Compiling x_attrib.cc
[584/1185] Compiling x_algor.cc
[585/1185] Compiling x_crl.cc
[586/1185] Compiling x509spki.cc
[587/1185] Compiling x509rset.cc
[588/1185] Compiling x_all.cc
[589/1185] Compiling x509name.cc
[590/1185] Compiling x509_txt.cc
[591/1185] Compiling x509_v3.cc
[592/1185] Compiling x509_vpm.cc
[593/1185] Compiling x509cset.cc
[594/1185] Compiling x509_vfy.cc
[595/1185] Compiling x509_trs.cc
[596/1185] Compiling x509_set.cc
[597/1185] Compiling x509_lu.cc
[598/1185] Compiling x509_ext.cc
[599/1185] Compiling x509_obj.cc
[600/1185] Compiling x509_req.cc
[601/1185] Compiling x509_def.cc
[602/1185] Compiling x509_d2.cc
[603/1185] Compiling x509_cmp.cc
[604/1185] Compiling x509.cc
[605/1185] Compiling x509_att.cc
[606/1185] Compiling v3_purp.cc
[607/1185] Compiling v3_utl.cc
[608/1185] Compiling v3_prn.cc
[609/1185] Compiling v3_skey.cc
[610/1185] Compiling v3_ocsp.cc
[611/1185] Compiling v3_pmaps.cc
[612/1185] Compiling v3_pcons.cc
[613/1185] Compiling v3_ncons.cc
[614/1185] Compiling v3_lib.cc
[615/1185] Compiling v3_int.cc
[616/1185] Compiling v3_info.cc
[617/1185] Compiling v3_ia5.cc
[618/1185] Compiling v3_crld.cc
[619/1185] Compiling v3_extku.cc
[620/1185] Compiling v3_genn.cc
[621/1185] Compiling v3_enum.cc
[622/1185] Compiling v3_cpols.cc
[623/1185] Compiling v3_bitst.cc
[624/1185] Compiling v3_conf.cc
[625/1185] Compiling v3_bcons.cc
[626/1185] Compiling v3_alt.cc
[627/1185] Compiling v3_akeya.cc
[628/1185] Compiling t_x509.cc
[629/1185] Compiling t_x509a.cc
[630/1185] Compiling v3_akey.cc
[631/1185] Compiling t_crl.cc
[632/1185] Compiling t_req.cc
[633/1185] Compiling rsa_pss.cc
[634/1185] Compiling i2d_pr.cc
[635/1185] Compiling policy.cc
[636/1185] Compiling name_print.cc
[637/1185] Compiling by_file.cc
[638/1185] Compiling by_dir.cc
[639/1185] Compiling algorithm.cc
[640/1185] Compiling asn1_gen.cc
[641/1185] Compiling a_sign.cc
[642/1185] Compiling a_digest.cc
[643/1185] Compiling thread_win.cc
[644/1185] Compiling thread_pthread.cc
[645/1185] Compiling a_verify.cc
[646/1185] Compiling trust_token.cc
[647/1185] Compiling thread_none.cc
[648/1185] Compiling voprf.cc
[649/1185] Compiling thread.cc
[650/1185] Compiling siphash.cc
[651/1185] Compiling pmbtoken.cc
[652/1185] Compiling stack.cc
[653/1185] Compiling sha256.cc
[654/1185] Compiling sha512.cc
[655/1185] Compiling spake2plus.cc
[656/1185] Compiling sha1.cc
[657/1185] Compiling rsa_extra.cc
[658/1185] Compiling slhdsa.cc
[659/1185] Compiling windows.cc
[660/1185] Compiling rc4.cc
[661/1185] Compiling rsa_print.cc
[662/1185] Compiling rsa_crypt.cc
[663/1185] Compiling refcount.cc
[664/1185] Compiling trusty.cc
[665/1185] Compiling rand.cc
[666/1185] Compiling urandom.cc
[667/1185] Compiling ios.cc
[668/1185] Compiling getentropy.cc
[669/1185] Compiling rsa_asn1.cc
[670/1185] Compiling passive.cc
[671/1185] Compiling poly1305_arm_asm.S
[672/1185] Compiling deterministic.cc
[673/1185] Compiling fork_detect.cc
[674/1185] Compiling forkunsafe.cc
[675/1185] Compiling poly1305_arm.cc
[676/1185] Compiling poly1305.cc
[677/1185] Compiling poly1305_vec.cc
[678/1185] Compiling pool.cc
[679/1185] Compiling pkcs8_x509.cc
[680/1185] Compiling pkcs8.cc
[681/1185] Compiling pkcs7.cc
[682/1185] Compiling pkcs7_x509.cc
[683/1185] Compiling p5_pbev2.cc
[684/1185] Compiling pem_xaux.cc
[685/1185] Compiling pem_x509.cc
[686/1185] Compiling pem_pkey.cc
[687/1185] Compiling pem_oth.cc
[688/1185] Compiling mlkem.cc
[689/1185] Compiling pem_pk8.cc
[690/1185] Compiling mldsa.cc
[691/1185] Compiling mem.cc
[692/1185] Compiling md4.cc
[693/1185] Compiling obj_xref.cc
[694/1185] Compiling md5.cc
[695/1185] Compiling pem_info.cc
[696/1185] Compiling obj.cc
[697/1185] Compiling fips_shared_support.cc
[698/1185] Compiling pem_lib.cc
[699/1185] Compiling pem_all.cc
[700/1185] Compiling lhash.cc
[701/1185] Compiling ex_data.cc
[702/1185] Compiling poly_rq_mul.S
[703/1185] Compiling hrss.cc
[704/1185] Compiling hpke.cc
[705/1185] Compiling kyber.cc
[706/1185] Compiling scrypt.cc
[707/1185] Compiling print.cc
[708/1185] Compiling sign.cc
[709/1185] Compiling pbkdf.cc
[710/1185] Compiling p_x25519_asn1.cc
[711/1185] Compiling p_x25519.cc
[712/1185] Compiling p_ed25519.cc
[713/1185] Compiling p_rsa.cc
[714/1185] Compiling p_ed25519_asn1.cc
[715/1185] Compiling p_hkdf.cc
[716/1185] Compiling p_rsa_asn1.cc
[717/1185] Compiling p_ec.cc
[718/1185] Compiling p_ec_asn1.cc
[719/1185] Compiling p_dh_asn1.cc
[720/1185] Compiling p_dh.cc
[721/1185] Compiling evp_ctx.cc
[722/1185] Compiling p_dsa_asn1.cc
[723/1185] Compiling evp.cc
[724/1185] Compiling evp_asn1.cc
[725/1185] Compiling err.cc
[726/1185] Compiling ecdh.cc
[727/1185] Compiling engine.cc
[728/1185] Compiling ecdsa_asn1.cc
[729/1185] Compiling ec_derive.cc
[730/1185] Compiling hash_to_curve.cc
[731/1185] Compiling dsa_asn1.cc
[732/1185] Compiling dsa.cc
[733/1185] Compiling digest_extra.cc
[734/1185] Compiling params.cc
[735/1185] Compiling x25519-asm-arm.S
[736/1185] Compiling ec_asn1.cc
[737/1185] Compiling des.cc
[738/1185] Compiling dh_asn1.cc
[739/1185] Compiling cpu_intel.cc
[740/1185] Compiling bcm.cc
[741/1185] Compiling curve25519.cc
[742/1185] Compiling spake25519.cc
[743/1185] Compiling cpu_arm_freebsd.cc
[744/1185] Compiling cpu_arm_linux.cc
[745/1185] Compiling cpu_aarch64_win.cc
[746/1185] Compiling crypto.cc
[747/1185] Compiling cpu_aarch64_sysreg.cc
[748/1185] Compiling cpu_aarch64_openbsd.cc
[749/1185] Compiling cpu_aarch64_linux.cc
[750/1185] Compiling curve25519_64_adx.cc
[751/1185] Compiling cpu_aarch64_fuchsia.cc
[752/1185] Compiling get_cipher.cc
[753/1185] Compiling cpu_aarch64_apple.cc
[754/1185] Compiling tls_cbc.cc
[755/1185] Compiling e_tls.cc
[756/1185] Compiling conf.cc
[757/1185] Compiling e_rc4.cc
[758/1185] Compiling e_des.cc
[759/1185] Compiling e_null.cc
[760/1185] Compiling e_chacha20poly1305.cc
[761/1185] Compiling e_rc2.cc
[762/1185] Compiling e_aesctrhmac.cc
[763/1185] Compiling e_aesgcmsiv.cc
[764/1185] Compiling derive_key.cc
[765/1185] Compiling chacha.cc
[766/1185] Compiling buf.cc
[767/1185] Compiling unicode.cc
[768/1185] Compiling cbb.cc
[769/1185] Compiling ber.cc
[770/1185] Compiling blake2.cc
[771/1185] Compiling asn1_compat.cc
[772/1185] Compiling cbs.cc
[773/1185] Compiling bn_asn1.cc
[774/1185] Compiling socket.cc
[775/1185] Compiling convert.cc
[776/1185] Compiling socket_helper.cc
[777/1185] Compiling printf.cc
[778/1185] Compiling errno.cc
[778/1185] Compiling file.cc
[780/1185] Compiling hexdump.cc
[781/1185] Compiling fd.cc
[782/1185] Compiling pair.cc
[783/1185] Compiling bio_mem.cc
[784/1185] Compiling connect.cc
[785/1185] Compiling bio.cc
[786/1185] Compiling tasn_fre.cc
[787/1185] Compiling base64.cc
[788/1185] Compiling tasn_typ.cc
[789/1185] Compiling tasn_enc.cc
[790/1185] Compiling posix_time.cc
[791/1185] Compiling f_string.cc
[792/1185] Compiling f_int.cc
[793/1185] Compiling asn_pack.cc
[794/1185] Compiling tasn_dec.cc
[795/1185] Compiling tasn_utl.cc
[796/1185] Compiling tasn_new.cc
[797/1185] Compiling a_octet.cc
[798/1185] Compiling asn1_par.cc
[799/1185] Compiling a_utctm.cc
[800/1185] Compiling a_strnid.cc
[801/1185] Compiling a_type.cc
[802/1185] Compiling a_strex.cc
[803/1185] Compiling asn1_lib.cc
[804/1185] Compiling a_time.cc
[805/1185] Compiling a_object.cc
[806/1185] Compiling a_mbstr.cc
[807/1185] Compiling a_i2d_fp.cc
[808/1185] Compiling a_d2i_fp.cc
[808/1185] Compiling a_dup.cc
[810/1185] Compiling a_gentm.cc
[811/1185] Compiling fiat_p256_adx_sqr.S
[812/1185] Compiling fiat_curve25519_adx_square.S
[813/1185] Compiling fiat_p256_adx_mul.S
[814/1185] Compiling a_int.cc
[815/1185] Compiling fiat_curve25519_adx_mul.S
[816/1185] Compiling md5-x86_64-linux.S
[817/1185] Compiling md5-x86_64-apple.S
[818/1185] Compiling a_bool.cc
[819/1185] Compiling md5-586-linux.S
[820/1185] Compiling md5-586-apple.S
[821/1185] Compiling a_bitstr.cc
[822/1185] Compiling CCryptoBoringSSLShims shims.c
[823/1185] Compiling chacha20_poly1305_x86_64-apple.S
[824/1185] Compiling chacha20_poly1305_armv8-win.S
[825/1185] Compiling chacha20_poly1305_x86_64-linux.S
[826/1185] Compiling chacha20_poly1305_armv8-apple.S
[827/1185] Compiling chacha20_poly1305_armv8-linux.S
[828/1185] Compiling chacha-x86_64-linux.S
[829/1185] Compiling chacha-x86_64-apple.S
[830/1185] Compiling chacha-x86-linux.S
[831/1185] Compiling chacha-x86-apple.S
[832/1185] Compiling chacha-armv8-win.S
[833/1185] Compiling chacha-armv8-linux.S
[834/1185] Compiling err_data.cc
[835/1185] Compiling chacha-armv8-apple.S
[836/1185] Compiling chacha-armv4-linux.S
[837/1185] Compiling aes128gcmsiv-x86_64-apple.S
[838/1185] Compiling aes128gcmsiv-x86_64-linux.S
[839/1185] Compiling x86_64-mont5-apple.S
[840/1185] Compiling x86_64-mont5-linux.S
[841/1185] Compiling x86_64-mont-apple.S
[842/1185] Compiling x86-mont-linux.S
[843/1185] Compiling x86_64-mont-linux.S
[844/1185] Compiling x86-mont-apple.S
[845/1185] Compiling vpaes-x86_64-apple.S
[846/1185] Compiling vpaes-x86_64-linux.S
[847/1185] Compiling vpaes-x86-linux.S
[848/1185] Compiling vpaes-x86-apple.S
[849/1185] Compiling vpaes-armv8-linux.S
[850/1185] Compiling vpaes-armv8-win.S
[851/1185] Compiling vpaes-armv8-apple.S
[851/1185] Compiling vpaes-armv7-linux.S
[853/1185] Compiling sha512-x86_64-linux.S
[854/1185] Compiling sha512-armv8-win.S
[855/1185] Compiling sha512-x86_64-apple.S
[856/1185] Compiling sha512-armv8-apple.S
[857/1185] Compiling sha512-armv8-linux.S
[858/1185] Compiling sha512-armv4-linux.S
[859/1185] Compiling sha512-586-linux.S
[860/1185] Compiling sha256-x86_64-linux.S
[861/1185] Compiling sha512-586-apple.S
[862/1185] Compiling sha256-armv8-linux.S
[863/1185] Compiling sha256-x86_64-apple.S
[864/1185] Compiling sha256-armv8-apple.S
[865/1185] Compiling sha256-armv8-win.S
[866/1185] Compiling sha256-armv4-linux.S
[867/1185] Compiling sha256-586-linux.S
[868/1185] Compiling sha256-586-apple.S
[869/1185] Compiling sha1-armv8-win.S
[870/1185] Compiling sha1-armv8-linux.S
[871/1185] Compiling sha1-x86_64-apple.S
[872/1185] Compiling sha1-586-linux.S
[873/1185] Compiling sha1-armv8-apple.S
[874/1185] Compiling sha1-x86_64-linux.S
[875/1185] Compiling sha1-586-apple.S
[875/1185] Compiling sha1-armv4-large-linux.S
[877/1185] Compiling rsaz-avx2-linux.S
[878/1185] Compiling p256_beeu-x86_64-asm-apple.S
[879/1185] Compiling rsaz-avx2-apple.S
[880/1185] Compiling p256_beeu-x86_64-asm-linux.S
[881/1185] Compiling p256_beeu-armv8-asm-win.S
[882/1185] Compiling p256_beeu-armv8-asm-linux.S
[883/1185] Compiling rdrand-x86_64-apple.S
[884/1185] Compiling rdrand-x86_64-linux.S
[885/1185] Compiling p256_beeu-armv8-asm-apple.S
[886/1185] Compiling p256-armv8-asm-apple.S
[887/1185] Compiling p256-armv8-asm-linux.S
[888/1185] Compiling p256-armv8-asm-win.S
[889/1185] Compiling p256-x86_64-asm-apple.S
[890/1185] Compiling ghashv8-armv8-win.S
[891/1185] Compiling p256-x86_64-asm-linux.S
[892/1185] Compiling ghashv8-armv8-apple.S
[893/1185] Compiling ghashv8-armv7-linux.S
[894/1185] Compiling ghashv8-armv8-linux.S
[895/1185] Compiling ghash-x86-linux.S
[896/1185] Compiling ghash-x86-apple.S
[897/1185] Compiling ghash-x86_64-linux.S
[898/1185] Compiling ghash-x86_64-apple.S
[899/1185] Compiling ghash-ssse3-x86-linux.S
[900/1185] Compiling ghash-ssse3-x86_64-apple.S
[901/1185] Compiling ghash-ssse3-x86_64-linux.S
[902/1185] Compiling ghash-neon-armv8-linux.S
[903/1185] Compiling ghash-ssse3-x86-apple.S
[904/1185] Compiling ghash-neon-armv8-win.S
[905/1185] Compiling ghash-armv4-linux.S
[906/1185] Compiling ghash-neon-armv8-apple.S
[907/1185] Compiling bn-armv8-win.S
[908/1185] Compiling bsaes-armv7-linux.S
[909/1185] Compiling co-586-apple.S
[910/1185] Compiling co-586-linux.S
[911/1185] Compiling bn-armv8-linux.S
[912/1185] Compiling bn-armv8-apple.S
[913/1185] Compiling bn-586-linux.S
[914/1185] Compiling bn-586-apple.S
[915/1185] Compiling armv8-mont-apple.S
[916/1185] Compiling armv8-mont-linux.S
[917/1185] Compiling armv8-mont-win.S
[918/1185] Compiling aesv8-gcm-armv8-win.S
[919/1185] Compiling armv4-mont-linux.S
[920/1185] Compiling aesv8-gcm-armv8-apple.S
[921/1185] Compiling aesv8-armv8-win.S
[922/1185] Compiling aesv8-gcm-armv8-linux.S
[923/1185] Compiling aesv8-armv8-linux.S
[924/1185] Compiling aesv8-armv8-apple.S
[925/1185] Compiling aesv8-armv7-linux.S
[926/1185] Compiling c-nioatomics.c
[927/1185] Compiling aesni-x86-linux.S
[928/1185] Compiling aesni-x86_64-linux.S
[929/1185] Compiling aesni-x86_64-apple.S
[930/1185] Compiling aesni-x86-apple.S
[931/1185] Compiling aesni-gcm-x86_64-linux.S
[932/1185] Compiling aesni-gcm-x86_64-apple.S
[933/1185] Compiling aes-gcm-avx512-x86_64-linux.S
[934/1185] Compiling aes-gcm-avx512-x86_64-apple.S
[935/1185] Compiling aes-gcm-avx2-x86_64-apple.S
[936/1185] Compiling aes-gcm-avx2-x86_64-linux.S
[937/1185] Compiling xwing.cc
[938/1185] Compiling c-atomics.c
[939/1185] Compiling x_sig.cc
[940/1185] Compiling x_spki.cc
[941/1185] Compiling x_req.cc
[942/1185] Compiling x_x509.cc
[943/1191] Compiling x_x509a.cc
[944/1191] Compiling x_val.cc
[945/1191] Compiling x_pubkey.cc
[946/1191] Compiling x_name.cc
[948/1191] Compiling NIOConcurrencyHelpers lock.swift
[949/1191] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[950/1191] Compiling NIOConcurrencyHelpers atomics.swift
[950/1191] Compiling x_crl.cc
[951/1191] Compiling x_exten.cc
[953/1191] Compiling NIOConcurrencyHelpers NIOLock.swift
[954/1191] Emitting module NIOConcurrencyHelpers
[955/1191] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[956/1192] Compiling x_algor.cc
[957/1192] Compiling x_attrib.cc
[958/1192] Compiling x_all.cc
[959/1192] Compiling x509spki.cc
[960/1192] Compiling x509name.cc
[961/1192] Compiling x509rset.cc
[962/1192] Compiling x509cset.cc
[963/1192] Compiling x509_v3.cc
[964/1192] Compiling x509_vfy.cc
[965/1192] Compiling x509_vpm.cc
[966/1192] Compiling x509_txt.cc
[967/1192] Compiling x509_trs.cc
[968/1192] Compiling x509_set.cc
[969/1192] Compiling x509_req.cc
[970/1192] Compiling x509_ext.cc
[971/1192] Compiling x509_obj.cc
[972/1192] Compiling x509_lu.cc
[973/1192] Compiling x509_d2.cc
[974/1192] Compiling x509_def.cc
[975/1192] Compiling x509_cmp.cc
[976/1192] Compiling x509_att.cc
[977/1192] Compiling v3_prn.cc
[978/1192] Compiling v3_purp.cc
[979/1192] Compiling x509.cc
[980/1192] Compiling v3_utl.cc
[981/1192] Compiling v3_pmaps.cc
[982/1192] Compiling v3_skey.cc
[983/1192] Compiling v3_pcons.cc
[984/1192] Compiling v3_ocsp.cc
[985/1192] Compiling v3_int.cc
[986/1192] Compiling v3_ia5.cc
[987/1192] Compiling v3_ncons.cc
[988/1192] Compiling v3_lib.cc
[989/1192] Compiling v3_genn.cc
[990/1192] Compiling v3_info.cc
[991/1192] Compiling v3_extku.cc
[992/1192] Compiling v3_enum.cc
[993/1192] Compiling v3_conf.cc
[994/1192] Compiling v3_crld.cc
[995/1192] Compiling v3_cpols.cc
[996/1192] Compiling v3_bcons.cc
[997/1192] Compiling v3_alt.cc
[998/1192] Compiling v3_bitst.cc
[999/1192] Compiling v3_akeya.cc
[1000/1192] Compiling v3_akey.cc
[1001/1192] Compiling t_x509a.cc
[1002/1192] Compiling t_x509.cc
[1003/1192] Compiling t_crl.cc
[1004/1192] Compiling i2d_pr.cc
[1005/1192] Compiling name_print.cc
[1006/1192] Compiling t_req.cc
[1007/1192] Compiling policy.cc
[1008/1192] Compiling rsa_pss.cc
[1009/1192] Compiling by_file.cc
[1010/1192] Compiling a_digest.cc
[1011/1192] Compiling by_dir.cc
[1012/1192] Compiling asn1_gen.cc
[1013/1192] Compiling a_sign.cc
[1014/1192] Compiling voprf.cc
[1015/1192] Compiling a_verify.cc
[1016/1192] Compiling algorithm.cc
[1017/1192] Compiling thread.cc
[1018/1192] Compiling thread_none.cc
[1019/1192] Compiling thread_win.cc
[1020/1192] Compiling thread_pthread.cc
[1021/1192] Compiling trust_token.cc
[1022/1192] Compiling stack.cc
[1023/1192] Compiling sha256.cc
[1024/1192] Compiling sha512.cc
[1025/1192] Compiling sha1.cc
[1026/1192] Compiling spake2plus.cc
[1027/1192] Compiling pmbtoken.cc
[1028/1192] Compiling rsa_extra.cc
[1029/1192] Compiling siphash.cc
[1030/1192] Compiling slhdsa.cc
[1031/1192] Compiling rc4.cc
[1032/1192] Compiling rand.cc
[1033/1192] Compiling refcount.cc
[1034/1192] Compiling trusty.cc
[1035/1192] Compiling rsa_crypt.cc
[1036/1192] Compiling urandom.cc
[1037/1192] Compiling windows.cc
[1037/1192] Compiling rsa_asn1.cc
[1039/1192] Compiling passive.cc
[1040/1192] Compiling poly1305_arm_asm.S
[1041/1192] Compiling ios.cc
[1042/1192] Compiling fork_detect.cc
[1043/1192] Compiling deterministic.cc
[1044/1192] Compiling getentropy.cc
[1045/1192] Compiling forkunsafe.cc
[1046/1192] Compiling poly1305_vec.cc
[1047/1192] Compiling poly1305.cc
[1048/1192] Compiling poly1305_arm.cc
[1049/1192] Compiling pool.cc
[1050/1192] Compiling pkcs7.cc
[1051/1192] Compiling p5_pbev2.cc
[1052/1192] Compiling pkcs8_x509.cc
[1053/1192] Compiling pkcs7_x509.cc
[1054/1192] Compiling pkcs8.cc
[1055/1192] Compiling pem_pkey.cc
[1056/1192] Compiling pem_x509.cc
[1057/1192] Compiling pem_xaux.cc
[1058/1192] Compiling pem_pk8.cc
[1059/1192] Compiling mldsa.cc
[1060/1192] Compiling obj_xref.cc
[1061/1192] Compiling pem_oth.cc
[1062/1192] Compiling pem_info.cc
[1063/1192] Compiling obj.cc
[1064/1192] Compiling mem.cc
[1065/1192] Compiling mlkem.cc
[1066/1192] Compiling pem_all.cc
[1067/1192] Compiling pem_lib.cc
[1068/1192] Compiling poly_rq_mul.S
[1069/1192] Compiling lhash.cc
[1070/1192] Compiling fips_shared_support.cc
[1071/1192] Compiling md4.cc
[1072/1192] Compiling md5.cc
[1073/1192] Compiling fuzzer_mode.cc
[1074/1192] Compiling hrss.cc
[1075/1192] Compiling ex_data.cc
[1076/1192] Compiling sign.cc
[1077/1192] Compiling kyber.cc
[1078/1192] Compiling scrypt.cc
[1079/1192] Compiling hpke.cc
[1080/1192] Compiling print.cc
[1081/1192] Compiling p_x25519.cc
[1082/1192] Compiling pbkdf.cc
[1083/1192] Compiling p_hkdf.cc
[1084/1192] Compiling p_x25519_asn1.cc
[1085/1192] Compiling p_ed25519.cc
[1086/1192] Compiling p_rsa.cc
[1087/1192] Compiling p_rsa_asn1.cc
[1088/1192] Compiling p_ec_asn1.cc
[1089/1192] Compiling p_dh.cc
[1090/1192] Compiling p_ed25519_asn1.cc
[1091/1192] Compiling p_ec.cc
[1092/1192] Compiling p_dh_asn1.cc
[1093/1192] Compiling p_dsa_asn1.cc
[1094/1192] Compiling engine.cc
[1095/1192] Compiling err.cc
[1096/1192] Compiling evp_asn1.cc
[1097/1192] Compiling ecdsa_p1363.cc
[1098/1192] Compiling evp_ctx.cc
[1099/1192] Compiling evp.cc
[1100/1192] Compiling ecdh.cc
[1101/1192] Compiling ecdsa_asn1.cc
[1102/1192] Compiling hash_to_curve.cc
[1103/1192] Compiling ec_derive.cc
[1104/1192] Compiling dsa.cc
[1105/1192] Compiling digest_extra.cc
[1106/1192] Compiling dsa_asn1.cc
[1107/1192] Compiling x25519-asm-arm.S
[1108/1192] Compiling params.cc
[1109/1192] Compiling des.cc
[1110/1192] Compiling ec_asn1.cc
[1111/1192] Compiling dh_asn1.cc
[1112/1192] Compiling cpu_arm_linux.cc
[1113/1192] Compiling cpu_intel.cc
[1114/1192] Compiling crypto.cc
[1115/1192] Compiling cpu_arm_freebsd.cc
[1116/1192] Compiling spake25519.cc
[1117/1192] Compiling cpu_aarch64_win.cc
[1118/1192] Compiling curve25519.cc
[1119/1192] Compiling cpu_aarch64_sysreg.cc
[1120/1192] Compiling cpu_aarch64_openbsd.cc
[1121/1192] Compiling cpu_aarch64_linux.cc
[1122/1192] Compiling cpu_aarch64_fuchsia.cc
[1123/1192] Compiling cpu_aarch64_apple.cc
[1124/1192] Compiling curve25519_64_adx.cc
[1125/1192] Compiling e_tls.cc
[1126/1192] Compiling tls_cbc.cc
[1127/1192] Compiling conf.cc
[1128/1192] Compiling get_cipher.cc
[1129/1192] Compiling e_des.cc
[1130/1192] Compiling e_rc4.cc
[1131/1192] Compiling e_rc2.cc
[1132/1192] Compiling chacha.cc
[1133/1192] Compiling e_null.cc
[1134/1192] Compiling derive_key.cc
[1135/1192] Compiling e_aeseax.cc
[1136/1192] Compiling unicode.cc
[1137/1192] Compiling cms.cc
[1138/1192] Compiling e_aesctrhmac.cc
[1139/1192] Compiling cbb.cc
[1139/1192] Compiling ber.cc
[1141/1192] Compiling cbs.cc
[1142/1192] Compiling buf.cc
[1143/1192] Compiling asn1_compat.cc
[1144/1192] Compiling sqrt.cc
[1145/1192] Compiling exponentiation.cc
[1146/1192] Compiling div.cc
[1147/1192] Compiling printf.cc
[1148/1192] Compiling blake2.cc
[1149/1192] Compiling file.cc
[1150/1192] Compiling fd.cc
[1151/1192] Compiling hexdump.cc
[1152/1192] Compiling pair.cc
[1153/1192] Compiling bn_asn1.cc
[1154/1192] Compiling convert.cc
[1155/1192] Compiling errno.cc
[1156/1192] Compiling bio_mem.cc
[1157/1192] Compiling base64.cc
[1158/1192] Compiling bio.cc
[1159/1192] Compiling tasn_typ.cc
[1160/1192] Compiling tasn_fre.cc
[1161/1192] Compiling tasn_enc.cc
[1162/1192] Compiling tasn_new.cc
[1163/1192] Compiling tasn_utl.cc
[1164/1192] Compiling posix_time.cc
[1165/1192] Compiling tasn_dec.cc
[1166/1192] Compiling f_string.cc
[1167/1192] Compiling asn_pack.cc
[1168/1192] Compiling asn1_par.cc
[1169/1192] Compiling f_int.cc
[1170/1192] Compiling a_octet.cc
[1171/1192] Compiling a_utctm.cc
[1172/1192] Compiling a_type.cc
[1173/1192] Compiling asn1_lib.cc
[1174/1192] Compiling a_time.cc
[1175/1192] Compiling a_object.cc
[1176/1192] Compiling a_strex.cc
[1177/1192] Compiling CBcrypt blf.c
[1178/1192] Compiling a_strnid.cc
[1179/1192] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1180/1192] Write sources
[1181/1192] Compiling CBcrypt bcrypt.c
[1182/1192] Write sources
[1183/1192] Compiling a_i2d_fp.cc
[1184/1192] Compiling a_d2i_fp.cc
[1185/1192] Write sources
[1187/1192] Compiling a_mbstr.cc
[1187/1192] Write sources
[1189/1192] Compiling a_dup.cc
[1190/1192] Compiling a_gentm.cc
[1191/1223] Compiling a_int.cc
[1193/1290] Emitting module HummingbirdBcrypt
[1194/1343] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[1195/1343] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[1196/1345] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[1197/1345] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[1198/1345] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[1199/1345] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[1200/1345] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[1201/1345] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[1202/1345] Compiling HummingbirdBcrypt Bcrypt.swift
[1203/1346] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1204/1346] Compiling AsyncAlgorithms Locking.swift
[1205/1346] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1206/1346] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1207/1346] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1208/1346] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1209/1346] Compiling AsyncAlgorithms AsyncChannel.swift
[1211/1353] Compiling Atomics IntegerOperations.swift
[1212/1353] Compiling Atomics Unmanaged extensions.swift
[1213/1353] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[1214/1353] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[1215/1353] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[1216/1353] Emitting module BitCollections
[1217/1353] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1218/1353] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1219/1353] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1220/1353] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1221/1353] Compiling BitCollections BitSet+SetAlgebra union.swift
[1222/1353] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1223/1353] Compiling BitCollections BitSet.Counted.swift
[1224/1353] Compiling CryptoBoringWrapper RandomBytes.swift
[1225/1353] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1226/1353] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1227/1353] Compiling AsyncAlgorithms ChannelStorage.swift
[1228/1353] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1229/1353] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1230/1353] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1231/1353] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1232/1353] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1233/1353] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1234/1353] Compiling AsyncAlgorithms MergeStateMachine.swift
[1235/1353] Compiling AsyncAlgorithms MergeStorage.swift
[1236/1353] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1237/1353] Compiling AsyncAlgorithms Rethrow.swift
[1238/1353] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1239/1353] Emitting module AsyncAlgorithms
[1240/1359] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1241/1359] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1242/1359] Compiling AsyncAlgorithms DebounceStorage.swift
[1243/1359] Compiling AsyncAlgorithms Dictionary.swift
[1245/1359] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[1246/1359] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1247/1362] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1248/1362] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[1249/1362] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[1250/1362] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[1251/1362] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[1252/1362] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[1253/1362] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[1262/1362] Emitting module CryptoBoringWrapper
[1263/1362] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1270/1362] Compiling BitCollections BitSet.Index.swift
[1271/1362] Compiling BitCollections BitSet._UnsafeHandle.swift
[1272/1362] Compiling BitCollections BitSet.swift
[1273/1362] Compiling BitCollections Range+Utilities.swift
[1274/1362] Compiling BitCollections Slice+Utilities.swift
[1275/1362] Compiling BitCollections UInt+Tricks.swift
[1276/1362] Compiling BitCollections _Word.swift
[1307/1363] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1308/1363] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1309/1363] Compiling CryptoBoringWrapper EllipticCurve.swift
[1326/1366] Compiling Algorithms Trim.swift
[1327/1366] Compiling Algorithms Unique.swift
[1328/1366] Compiling Algorithms Windows.swift
[1329/1366] Compiling Collections Collections.swift
[1330/1366] Emitting module Collections
[1332/1438] Compiling Crypto ASN1Identifier.swift
[1333/1438] Compiling Crypto ASN1Integer.swift
[1334/1438] Compiling Crypto ASN1Null.swift
[1335/1438] Compiling Crypto ASN1OctetString.swift
[1336/1438] Compiling Crypto HPKE-Modes.swift
[1337/1438] Compiling Crypto Insecure.swift
[1338/1438] Compiling Crypto Insecure_HashFunctions.swift
[1339/1438] Compiling Crypto KEM.swift
[1340/1438] Compiling Crypto ECDH_boring.swift
[1341/1438] Compiling Crypto DH.swift
[1342/1438] Compiling Crypto PKCS8PrivateKey.swift
[1343/1438] Compiling Crypto SEC1PrivateKey.swift
[1344/1438] Compiling Crypto SubjectPublicKeyInfo.swift
[1345/1438] Compiling Crypto CryptoError_boring.swift
[1346/1438] Compiling Crypto CryptoKitErrors.swift
[1347/1438] Compiling Crypto Digest_boring.swift
[1348/1438] Compiling Crypto HPKE-KDF.swift
[1349/1438] Compiling Crypto HPKE-KexKeyDerivation.swift
[1350/1438] Compiling Crypto HPKE-LabeledExtract.swift
[1351/1438] Compiling Crypto HPKE-Utils.swift
[1352/1438] Compiling Crypto DHKEM.swift
[1353/1438] Compiling Crypto HPKE-KEM-Curve25519.swift
[1354/1438] Compiling Crypto Digest.swift
[1355/1438] Compiling Crypto Digests.swift
[1356/1438] Compiling Crypto HashFunctions.swift
[1357/1438] Compiling Crypto HashFunctions_SHA2.swift
[1358/1438] Compiling Crypto HPKE-AEAD.swift
[1359/1438] Compiling Crypto HPKE-Ciphersuite.swift
[1360/1439] Emitting module Atomics
[1366/1439] Compiling Crypto ASN1Strings.swift
[1367/1439] Compiling Crypto ArraySliceBigint.swift
[1369/1509] Compiling NIOCore FileHandle.swift
[1370/1509] Compiling NIOCore FileRegion.swift
[1371/1509] Compiling NIOCore GlobalSingletons.swift
[1372/1509] Compiling NIOCore IO.swift
[1373/1509] Compiling NIOCore IOData.swift
[1374/1509] Compiling NIOCore IPProtocol.swift
[1375/1509] Compiling NIOCore IntegerBitPacking.swift
[1376/1509] Compiling NIOCore IntegerTypes.swift
[1377/1509] Compiling NIOCore Interfaces.swift
[1378/1509] Compiling NIOCore Linux.swift
[1379/1519] Compiling ServiceLifecycle Service.swift
[1380/1520] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1381/1520] Compiling Crypto X25519Keys.swift
[1382/1520] Compiling Crypto SymmetricKeys.swift
[1383/1520] Compiling Crypto HMAC.swift
[1384/1520] Compiling Crypto MACFunctions.swift
[1385/1520] Compiling Crypto MessageAuthenticationCode.swift
[1386/1520] Compiling Crypto AES.swift
[1387/1520] Compiling Crypto ECDSASignature_boring.swift
[1388/1520] Compiling Crypto ECDSA_boring.swift
[1389/1520] Compiling Crypto EdDSA_boring.swift
[1390/1520] Compiling Crypto ECDSA.swift
[1391/1520] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1392/1520] Emitting module Algorithms
[1394/1521] Compiling ServiceLifecycle ServiceRunnerError.swift
[1395/1521] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1396/1521] Emitting module ServiceLifecycle
[1397/1521] Compiling NIOCore DeadChannel.swift
[1398/1521] Compiling NIOCore DispatchQueue+WithFuture.swift
[1399/1521] Compiling NIOCore EventLoop+Deprecated.swift
[1400/1521] Compiling NIOCore EventLoop+SerialExecutor.swift
[1401/1521] Compiling NIOCore EventLoop.swift
[1402/1521] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1403/1521] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1404/1521] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1405/1521] Compiling NIOCore EventLoopFuture.swift
[1406/1521] Compiling NIOCore FileDescriptor.swift
[1407/1521] Compiling ServiceLifecycle CancellationWaiter.swift
[1408/1521] Compiling ServiceLifecycle GracefulShutdown.swift
[1409/1521] Compiling NIOCore NIOAny.swift
[1410/1521] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1411/1521] Compiling NIOCore NIOCoreSendableMetatype.swift
[1412/1521] Compiling NIOCore NIOLoopBound.swift
[1413/1521] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1414/1521] Compiling NIOCore NIOScheduledCallback.swift
[1415/1521] Compiling NIOCore NIOSendable.swift
[1416/1521] Compiling NIOCore RecvByteBufferAllocator.swift
[1417/1521] Compiling NIOCore ByteBuffer-views.swift
[1418/1521] Compiling NIOCore Channel.swift
[1419/1521] Compiling NIOCore ChannelHandler.swift
[1420/1521] Compiling NIOCore ChannelHandlers.swift
[1421/1521] Compiling NIOCore ChannelInvoker.swift
[1422/1521] Compiling NIOCore ChannelOption.swift
[1423/1521] Compiling NIOCore ChannelPipeline.swift
[1424/1521] Compiling NIOCore CircularBuffer.swift
[1425/1521] Compiling NIOCore Codec.swift
[1426/1521] Compiling NIOCore ConvenienceOptionSupport.swift
[1427/1529] Compiling ServiceLifecycle ServiceGroup.swift
[1429/1530] Compiling Crypto Ed25519.swift
[1430/1530] Compiling Crypto Signature.swift
[1431/1530] Compiling Crypto CryptoKitErrors_boring.swift
[1432/1530] Compiling Crypto RNG_boring.swift
[1433/1530] Compiling Crypto SafeCompare_boring.swift
[1434/1530] Compiling Crypto Zeroization_boring.swift
[1435/1530] Compiling Crypto PrettyBytes.swift
[1436/1530] Compiling Crypto SafeCompare.swift
[1437/1530] Compiling Crypto SecureBytes.swift
[1438/1530] Compiling Crypto Zeroization.swift
[1439/1530] Compiling NIOCore MarkedCircularBuffer.swift
[1440/1530] Compiling NIOCore MulticastChannel.swift
[1449/1530] Compiling NIOCore AsyncAwaitSupport.swift
[1450/1530] Compiling NIOCore AsyncChannel.swift
[1451/1530] Compiling NIOCore AsyncChannelHandler.swift
[1452/1530] Compiling NIOCore AsyncChannelInboundStream.swift
[1453/1530] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1454/1530] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1455/1530] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1456/1530] Compiling NIOCore NIOAsyncWriter.swift
[1457/1530] Compiling NIOCore ByteBuffer-multi-int.swift
[1458/1530] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1459/1530] Emitting module Crypto
[1460/1530] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1461/1530] Compiling NIOCore BSDSocketAPI.swift
[1462/1530] Compiling NIOCore ByteBuffer-aux.swift
[1463/1530] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1464/1530] Compiling NIOCore ByteBuffer-conversions.swift
[1465/1530] Compiling NIOCore ByteBuffer-core.swift
[1466/1530] Compiling NIOCore ByteBuffer-hex.swift
[1467/1530] Compiling NIOCore ByteBuffer-int.swift
[1468/1530] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1469/1530] Compiling NIOCore AddressedEnvelope.swift
[1487/1533] Emitting module HummingbirdOTP
[1488/1533] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1489/1533] Compiling NIOCore SocketAddresses.swift
[1490/1533] Compiling NIOCore SocketOptionProvider.swift
[1491/1533] Compiling NIOCore SystemCallHelpers.swift
[1492/1533] Compiling NIOCore TimeAmount+Duration.swift
[1493/1533] Compiling NIOCore TypeAssistedChannelHandler.swift
[1494/1533] Compiling NIOCore UniversalBootstrapSupport.swift
[1495/1533] Compiling NIOCore Utilities.swift
[1496/1533] Compiling HummingbirdOTP OTP.swift
[1507/1534] Emitting module NIOCore
[1536/1560] Emitting module NIOHTTPTypes
[1537/1560] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1539/1590] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1540/1590] Compiling NIOEmbedded AsyncTestingChannel.swift
[1541/1590] Emitting module NIOEmbedded
[1542/1590] Compiling NIOEmbedded Embedded.swift
[1544/1591] Emitting module NIOPosix
[1545/1597] Compiling NIOPosix ThreadPosix.swift
[1546/1597] Compiling NIOPosix ThreadWindows.swift
[1547/1597] Compiling NIOPosix UnsafeTransfer.swift
[1548/1597] Compiling NIOPosix Utilities.swift
[1549/1597] Compiling NIOPosix VsockAddress.swift
[1550/1597] Compiling NIOPosix VsockChannelEvents.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 Bootstrap.swift
[1559/1597] Compiling NIOPosix ControlMessage.swift
[1560/1597] Compiling NIOPosix DatagramVectorReadManager.swift
[1561/1597] Compiling NIOPosix Errors+Any.swift
[1562/1597] Compiling NIOPosix FileDescriptor.swift
[1563/1597] Compiling NIOPosix GetaddrinfoResolver.swift
[1564/1597] Compiling NIOPosix HappyEyeballs.swift
[1565/1597] Compiling NIOPosix IO.swift
[1566/1597] Compiling NIOPosix IntegerBitPacking.swift
[1567/1597] Compiling NIOPosix IntegerTypes.swift
[1568/1597] Compiling NIOPosix Linux.swift
[1569/1597] Compiling NIOPosix LinuxCPUSet.swift
[1570/1597] Compiling NIOPosix LinuxUring.swift
[1571/1597] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1572/1597] Compiling NIOPosix SelectableEventLoop.swift
[1573/1597] Compiling NIOPosix SelectorEpoll.swift
[1574/1597] Compiling NIOPosix SelectorGeneric.swift
[1575/1597] Compiling NIOPosix SelectorKqueue.swift
[1576/1597] Compiling NIOPosix SelectorUring.swift
[1577/1597] Compiling NIOPosix ServerSocket.swift
[1578/1597] Compiling NIOPosix Socket.swift
[1579/1597] Compiling NIOPosix SocketChannel.swift
[1580/1597] Compiling NIOPosix SocketProtocols.swift
[1581/1597] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1582/1597] Compiling NIOPosix System.swift
[1583/1597] Compiling NIOPosix Thread.swift
[1584/1597] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1585/1597] Compiling NIOPosix NIOThreadPool.swift
[1586/1597] Compiling NIOPosix NonBlockingFileIO.swift
[1587/1597] Compiling NIOPosix PendingDatagramWritesManager.swift
[1588/1597] Compiling NIOPosix PendingWritesManager.swift
[1589/1597] Compiling NIOPosix PipeChannel.swift
[1590/1597] Compiling NIOPosix PipePair.swift
[1591/1597] Compiling NIOPosix Pool.swift
[1592/1597] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1593/1597] Compiling NIOPosix PosixSingletons.swift
[1594/1597] Compiling NIOPosix RawSocketBootstrap.swift
[1595/1597] Compiling NIOPosix Resolver.swift
[1596/1597] Compiling NIOPosix Selectable.swift
[1597/1597] Compiling NIOPosix SelectableChannel.swift
[1599/1600] Emitting module NIO
[1600/1600] Compiling NIO Exports.swift
[1602/1640] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1603/1641] Compiling NIOTLS TLSEvents.swift
[1604/1641] Emitting module NIOTLS
[1605/1641] Compiling NIOSOCKS ServerStateMachine.swift
[1606/1641] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1607/1641] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1608/1641] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1609/1641] Compiling NIOSOCKS ClientStateMachine.swift
[1610/1641] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1611/1641] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1612/1641] Compiling NIOHTTP1 HTTPDecoder.swift
[1613/1641] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1614/1641] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1615/1641] Compiling NIOSOCKS SOCKSResponse.swift
[1616/1641] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1617/1641] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1618/1641] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1619/1641] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1620/1641] Compiling NIOHTTP1 HTTPEncoder.swift
[1621/1641] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1622/1641] Compiling NIOTLS SNIHandler.swift
[1623/1641] Emitting module NIOSOCKS
[1626/1643] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1627/1643] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1628/1645] Emitting module NIOFoundationCompat
[1629/1645] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1630/1646] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1631/1646] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1634/1646] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1639/1646] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1640/1646] Compiling NIOHTTP1 HTTPTypes.swift
[1641/1646] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1642/1646] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1643/1662] Emitting module NIOHTTP1
[1644/1662] Compiling NIOTransportServices AcceptHandler.swift
[1645/1662] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1646/1662] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1647/1698] Emitting module NIOTransportServices
[1649/1700] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1650/1700] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1651/1700] Compiling NIOSSL NIOSSLServerHandler.swift
[1652/1700] Compiling NIOTransportServices StateManagedChannel.swift
[1653/1700] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1654/1700] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1655/1700] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1656/1700] Compiling NIOTransportServices NIOTSErrors.swift
[1657/1700] Compiling NIOTransportServices NIOTSEventLoop.swift
[1658/1700] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1659/1700] Compiling NIOTransportServices NIOTSSingletons.swift
[1660/1700] Compiling NIOSSL SSLContext.swift
[1661/1700] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1662/1700] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1663/1700] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1664/1700] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1665/1700] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1666/1700] Compiling NIOTransportServices NIOTSBootstraps.swift
[1667/1700] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1668/1700] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1673/1741] Compiling NIOHPACK IndexedHeaderTable.swift
[1674/1742] Compiling NIOHPACK StaticHeaderTable.swift
[1675/1742] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1676/1742] Emitting module NIOHTTPTypesHTTP1
[1677/1742] Compiling NIOHPACK IntegerCoding.swift
[1678/1742] Compiling NIOExtras RequestResponseHandler.swift
[1679/1742] Compiling NIOExtras RequestResponseHandlers+State.swift
[1680/1744] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1681/1744] Emitting module NIOHPACK
[1682/1744] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1683/1744] Compiling NIOExtras NIORequestIdentifiable.swift
[1684/1744] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1685/1744] Compiling NIOExtras NIOExtrasError.swift
[1686/1744] Compiling NIOExtras PCAPRingBuffer.swift
[1687/1744] Compiling NIOExtras QuiescingHelper.swift
[1688/1744] Compiling NIOHPACK HuffmanTables.swift
[1689/1744] Emitting module NIOHTTPCompression
[1690/1744] Compiling NIOHTTPCompression HTTPCompression.swift
[1691/1744] Emitting module NIOExtras
[1692/1744] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1693/1744] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1694/1745] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1695/1745] Compiling NIOHTTPCompression HTTPDecompression.swift
[1696/1745] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1697/1745] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1698/1746] Compiling NIOHPACK HuffmanCoding.swift
[1700/1746] Compiling NIOExtras DebugInboundEventsHandler.swift
[1701/1746] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1702/1746] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1703/1746] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1704/1746] Compiling NIOExtras LengthFieldPrepender.swift
[1705/1746] Compiling NIOExtras LineBasedFrameDecoder.swift
[1707/1746] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1708/1746] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1709/1746] Compiling NIOExtras JSONRPCFraming.swift
[1710/1746] Emitting module NIOSSL
[1717/1751] Compiling NIOSSL SubjectAlternativeName.swift
[1718/1751] Compiling NIOSSL NIOSSLSecureBytes.swift
[1719/1751] Compiling NIOSSL RNG.swift
[1720/1751] Compiling NIOSSL SafeCompare.swift
[1730/1751] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1731/1751] Compiling NIOExtras WritePCAPHandler.swift
[1733/1812] Compiling NIOHTTP2 StateMachineResult.swift
[1734/1812] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1735/1812] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1736/1812] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1737/1812] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1738/1812] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1739/1812] Compiling NIOHTTP2 HasLocalSettings.swift
[1740/1812] Compiling NIOHTTP2 HasRemoteSettings.swift
[1741/1812] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1742/1812] Compiling NIOHTTP2 QuiescingState.swift
[1743/1812] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1744/1812] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1745/1812] Compiling NIOHTTP2 MayReceiveFrames.swift
[1746/1812] Compiling NIOHTTP2 ReceivingDataState.swift
[1747/1812] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1748/1812] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1749/1837] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1750/1837] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1751/1837] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1752/1837] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1754/1838] Compiling HummingbirdCore ServerConfiguration.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
[1755/1838] Compiling HummingbirdCore TSTLSOptions.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
[1756/1838] Compiling HummingbirdCore 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
[1757/1841] 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
[1758/1841] 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
[1759/1841] 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
[1760/1841] Compiling HummingbirdCore ServerChildChannel.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
[1761/1841] 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
[1762/1841] 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
[1763/1841] 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
[1764/1841] 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
[1765/1841] 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
[1766/1841] 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
[1767/1841] 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
[1768/1841] Emitting module NIOHTTP2
[1769/1849] 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
[1770/1849] 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
[1771/1849] 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
[1772/1849] 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
[1773/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
[1774/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
[1775/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
[1776/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
[1786/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
[1787/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
[1788/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
[1789/1849] Compiling HummingbirdCore FlatDictionary.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 HBParser.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 OutputBuffer.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/1850] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1794/1850] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1795/1850] Compiling NIOHTTP2 HTTP2StreamID.swift
[1796/1850] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1797/1850] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1798/1850] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1799/1850] Compiling NIOHTTP2 InboundEventBuffer.swift
[1800/1850] Compiling NIOHTTP2 InboundWindowManager.swift
[1810/1850] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1811/1850] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1812/1850] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1813/1850] Compiling NIOHTTP2 StreamChannelList.swift
[1814/1850] Compiling NIOHTTP2 StreamMap.swift
[1815/1850] Compiling NIOHTTP2 StreamStateMachine.swift
[1816/1850] Compiling NIOHTTP2 UnsafeTransfer.swift
[1817/1850] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1818/1914] Compiling Hummingbird Router.swift
[1819/1914] Compiling Hummingbird CORSMiddleware.swift
[1820/1914] Compiling Hummingbird FileMiddleware.swift
[1821/1914] Compiling Hummingbird LogRequestMiddleware.swift
[1822/1914] Compiling Hummingbird MetricsMiddleware.swift
[1823/1914] Compiling Hummingbird Middleware.swift
[1824/1914] Compiling Hummingbird MiddlewareGroup.swift
[1825/1914] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[1826/1914] Compiling Hummingbird _Middleware2.swift
[1827/1914] Compiling Hummingbird _OptionalMiddleware.swift
[1828/1914] Compiling Hummingbird ChildRequestContext.swift
[1829/1914] Compiling Hummingbird Request.swift
[1830/1914] Compiling Hummingbird RequestContext.swift
[1831/1914] Compiling Hummingbird RequestContextSource.swift
[1832/1914] Compiling Hummingbird RequestID.swift
[1833/1914] Compiling Hummingbird RequestResponder.swift
[1834/1914] Compiling Hummingbird _SpreadMiddleware.swift
[1835/1914] Compiling Hummingbird TracingMiddleware.swift
[1836/1914] Compiling Hummingbird EndpointResponder.swift
[1837/1914] Compiling Hummingbird Parameters+UUID.swift
[1838/1914] Compiling Hummingbird Parameters.swift
[1839/1914] Compiling Hummingbird ResponseGenerator.swift
[1840/1914] Compiling Hummingbird RouteCollection.swift
[1841/1914] Compiling Hummingbird Router+validation.swift
[1842/1914] Compiling Hummingbird Application.swift
[1843/1914] Compiling Hummingbird CodableProtocols.swift
[1844/1914] Compiling Hummingbird JSONCoding.swift
[1845/1914] Compiling Hummingbird ResponseEncodable.swift
[1846/1914] Compiling Hummingbird URLEncodedForm+Request.swift
[1847/1914] Compiling Hummingbird URLEncodedForm.swift
[1848/1914] Compiling Hummingbird URLEncodedFormDecoder.swift
[1849/1914] Compiling Hummingbird URLEncodedFormEncoder.swift
[1850/1914] Compiling Hummingbird URLEncodedFormNode.swift
[1852/1975] 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
[1853/1975] 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
[1854/1975] 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
[1855/1975] 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
[1856/1975] 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
[1857/1975] 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
[1858/1975] 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
[1859/1975] 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
[1860/1975] 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
[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] 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
[1863/1984] 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
[1864/1984] 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
[1865/1984] 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
[1866/1984] 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
[1867/1984] Compiling Hummingbird RouterTrie.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/1984] Compiling Hummingbird Trie+resolve.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/1984] Compiling Hummingbird Trie+serialize.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/1984] Compiling Hummingbird TrieRouter.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/1984] 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
[1872/1984] 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
[1873/1984] 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
[1874/1984] 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
[1875/1984] 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
[1876/1984] 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
[1877/1984] 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
[1878/1984] 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
[1879/1984] 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
[1880/1984] Emitting module AsyncHTTPClient
[1881/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
[1882/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
[1883/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
[1884/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
[1885/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
[1886/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
[1887/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
[1888/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
[1889/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
[1890/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
[1891/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
[1892/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
[1893/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
[1894/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
[1895/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
[1896/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
[1897/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
[1898/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
[1899/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
[1900/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
[1901/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
[1902/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
[1903/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
[1904/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
[1905/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
[1906/1992] 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
[1907/1992] 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
[1908/1992] 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
[1909/1992] 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
[1910/1992] 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
[1911/1992] 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
[1912/1992] 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
[1913/1992] 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
[1914/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
[1915/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
[1916/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
[1917/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
[1918/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
[1919/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
[1920/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
[1921/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
[1922/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
[1923/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
[1924/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
[1925/1992] 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
[1943/1993] Compiling AsyncHTTPClient RequestBag.swift
[1944/1993] Compiling AsyncHTTPClient RequestValidation.swift
[1945/1993] Compiling AsyncHTTPClient SSLContextCache.swift
[1946/1993] Compiling AsyncHTTPClient Scheme.swift
[1995/2006] Compiling HummingbirdAuth SessionContext.swift
[1996/2016] Compiling HummingbirdAuth IsAuthenticatedMiddleware.swift
[1997/2016] Compiling HummingbirdAuth SessionAuthenticator.swift
[1998/2016] Compiling HummingbirdAuth BearerAuthentication.swift
[1999/2016] Compiling HummingbirdAuth Deprecated.swift
[2000/2016] Compiling HummingbirdAuth SessionMiddleware.swift
[2001/2016] 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 |
[2002/2016] Compiling HummingbirdAuth UserSessionRepository.swift
[2003/2016] Compiling HummingbirdAuth AuthRequestContext.swift
[2004/2016] Compiling HummingbirdAuth Authenticator.swift
[2005/2016] Emitting module HummingbirdAuth
[2006/2016] Compiling HummingbirdTesting Application+Test.swift
[2007/2016] Compiling HummingbirdTesting ApplicationTester.swift
[2009/2017] 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
[2010/2018] 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
[2011/2022] 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
[2012/2022] Compiling HummingbirdBasicAuth UserPasswordRepository.swift
[2013/2022] Compiling HummingbirdBasicAuth PasswordVerifier.swift
[2014/2022] Emitting module HummingbirdBasicAuth
[2015/2022] Compiling HummingbirdBasicAuth BasicAuthenticator.swift
[2016/2022] 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
[2017/2022] 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
[2018/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
[2019/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
<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
[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] Emitting module HummingbirdAuthTesting
[2026/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)
Build complete! (362.82s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.