Build Information
Successful build of hummingbird-auth, reference 2.0.2 (8630a4
), with Swift 6.1 for Android on 30 May 2025 01:21:02 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-auth.git
Reference: 2.0.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/hummingbird-project/hummingbird-auth
* tag 2.0.2 -> FETCH_HEAD
HEAD is now at 8630a49 Update from hummingbird-project-template c77fc90235989fe91ad9e969da24dcf098d3b979 (#81)
Cloned https://github.com/hummingbird-project/hummingbird-auth.git
Revision (git rev-parse @):
8630a49acca3b38c50e29d61ab263cb7edf0b06d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-auth.git at 2.0.2
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/hummingbird-project/hummingbird-auth.git
https://github.com/hummingbird-project/hummingbird-auth.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.63.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-extras-base64",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-extras/swift-extras-base64.git"
}
],
"manifest_display_name" : "hummingbird-auth",
"name" : "hummingbird-auth",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "HummingbirdAuth",
"targets" : [
"HummingbirdAuth"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdBasicAuth",
"targets" : [
"HummingbirdBasicAuth"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdBcrypt",
"targets" : [
"HummingbirdBcrypt"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdOTP",
"targets" : [
"HummingbirdOTP"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdAuthTesting",
"targets" : [
"HummingbirdAuthTesting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HummingbirdOTP",
"module_type" : "SwiftTarget",
"name" : "HummingbirdOTP",
"path" : "Sources/HummingbirdOTP",
"product_dependencies" : [
"Crypto",
"ExtrasBase64"
],
"product_memberships" : [
"HummingbirdOTP"
],
"sources" : [
"OTP.swift"
],
"type" : "library"
},
{
"c99name" : "HummingbirdBcrypt",
"module_type" : "SwiftTarget",
"name" : "HummingbirdBcrypt",
"path" : "Sources/HummingbirdBcrypt",
"product_memberships" : [
"HummingbirdBasicAuth",
"HummingbirdBcrypt"
],
"sources" : [
"Bcrypt.swift"
],
"target_dependencies" : [
"CBcrypt"
],
"type" : "library"
},
{
"c99name" : "HummingbirdBasicAuth",
"module_type" : "SwiftTarget",
"name" : "HummingbirdBasicAuth",
"path" : "Sources/HummingbirdBasicAuth",
"product_dependencies" : [
"Hummingbird"
],
"product_memberships" : [
"HummingbirdBasicAuth"
],
"sources" : [
"BasicAuthenticator.swift",
"PasswordVerifier.swift",
"UserPasswordRepository.swift"
],
"target_dependencies" : [
"HummingbirdAuth",
"HummingbirdBcrypt"
],
"type" : "library"
},
{
"c99name" : "HummingbirdAuthTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdAuthTests",
"path" : "Tests/HummingbirdAuthTests",
"product_dependencies" : [
"HummingbirdTesting",
"NIOPosix"
],
"sources" : [
"AuthTests.swift",
"BcryptTests.swift",
"OTPTests.swift",
"SessionTests.swift"
],
"target_dependencies" : [
"HummingbirdAuth",
"HummingbirdBasicAuth",
"HummingbirdBcrypt",
"HummingbirdOTP",
"HummingbirdAuthTesting"
],
"type" : "test"
},
{
"c99name" : "HummingbirdAuthTesting",
"module_type" : "SwiftTarget",
"name" : "HummingbirdAuthTesting",
"path" : "Sources/HummingbirdAuthTesting",
"product_dependencies" : [
"HummingbirdTesting"
],
"product_memberships" : [
"HummingbirdAuthTesting"
],
"sources" : [
"TestClient+Auth.swift"
],
"target_dependencies" : [
"HummingbirdAuth"
],
"type" : "library"
},
{
"c99name" : "HummingbirdAuth",
"module_type" : "SwiftTarget",
"name" : "HummingbirdAuth",
"path" : "Sources/HummingbirdAuth",
"product_dependencies" : [
"Hummingbird",
"ExtrasBase64"
],
"product_memberships" : [
"HummingbirdAuth",
"HummingbirdBasicAuth",
"HummingbirdAuthTesting"
],
"sources" : [
"Authenticator/AuthRequestContext.swift",
"Authenticator/Authenticator.swift",
"Authenticator/ClosureAuthenticator.swift",
"BasicAuthentication.swift",
"BearerAuthentication.swift",
"Deprecated.swift",
"Middleware/IsAuthenticatedMiddleware.swift",
"Sessions/SessionAuthenticator.swift",
"Sessions/SessionContext.swift",
"Sessions/SessionMiddleware.swift",
"Sessions/SessionStorage.swift",
"Sessions/UserSessionRepository.swift"
],
"type" : "library"
},
{
"c99name" : "CBcrypt",
"module_type" : "ClangTarget",
"name" : "CBcrypt",
"path" : "Sources/CBcrypt",
"product_memberships" : [
"HummingbirdBasicAuth",
"HummingbirdBcrypt"
],
"sources" : [
"bcrypt.c",
"blf.c"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/swift-extras/swift-extras-base64.git
[1/833] Fetching swift-extras-base64
[834/25316] Fetching swift-extras-base64, hummingbird
Fetched https://github.com/swift-extras/swift-extras-base64.git from cache (0.33s)
[1469/24483] Fetching hummingbird
[1960/38419] Fetching hummingbird, swift-crypto
[5874/114527] Fetching hummingbird, swift-crypto, swift-nio
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.30s)
[50029/90044] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (5.53s)
Fetched https://github.com/apple/swift-nio.git from cache (5.59s)
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 (8.28s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.14.0 (0.66s)
Fetching https://github.com/apple/swift-nio-transport-services.git
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-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/swift-server/async-http-client.git
[1/2426] Fetching swift-service-lifecycle
[851/8340] Fetching swift-service-lifecycle, swift-nio-extras
[4379/11007] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-transport-services
[4380/22534] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-transport-services, swift-nio-http2
[12212/36548] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-transport-services, swift-nio-http2, async-http-client
[15366/51391] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.54s)
[15428/48724] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-distributed-tracing.git
[37000/53698] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl, swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.75s)
[42342/48724] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (1.33s)
[40213/46298] Fetching swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/swift-server/async-http-client.git from cache (1.65s)
Fetching https://github.com/apple/swift-log.git
[27980/32284] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl
[27981/34490] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-metrics
[30632/35394] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-metrics, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.52s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.54s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
[1/3836] Fetching swift-log
[3837/20427] Fetching swift-log, swift-collections
[4501/22137] Fetching swift-log, swift-collections, swift-atomics
Fetched https://github.com/apple/swift-log.git from cache (0.74s)
[3584/18301] Fetching swift-collections, swift-atomics
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.73s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.74s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.76s)
[6523/23286] Fetching swift-collections, swift-atomics, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.62s)
[12661/18301] Fetching swift-collections, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (1.56s)
Fetched https://github.com/apple/swift-collections.git from cache (1.60s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (4.44s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.39s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.00s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.62s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.75s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.54s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.72s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] 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.0 (1.23s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.82s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.87s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.87s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.64s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.69s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1141] Fetching swift-http-structured-headers
[515/2731] Fetching swift-http-structured-headers, swift-asn1
[1922/8886] Fetching swift-http-structured-headers, swift-asn1, swift-certificates
[2750/14845] Fetching swift-http-structured-headers, swift-asn1, swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.39s)
[8375/13704] Fetching swift-asn1, swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.45s)
[11876/12114] Fetching swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.73s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.73s)
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.47s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.67s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.27s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.72s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.73s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.87s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.67s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.67s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.61s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.61s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.59s)
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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.14.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Building for debugging...
[0/831] Write sources
[48/831] Compiling _NumericsShims _NumericsShims.c
[49/831] Compiling CNIOWASI CNIOWASI.c
[50/831] Compiling CNIOWindows WSAStartup.c
[51/831] Compiling CNIOWindows shim.c
[51/831] Compiling _AtomicsShims.c
[53/831] Compiling CNIOLinux liburing_shims.c
[54/831] Compiling CBcrypt bcrypt.c
[55/831] Compiling CNIOExtrasZlib empty.c
[56/831] Compiling CNIODarwin shim.c
[57/831] Compiling CNIOLLHTTP c_nio_http.c
[58/831] Compiling CNIOLinux shim.c
[59/831] Compiling CNIOLLHTTP c_nio_api.c
[60/831] Compiling fiat_p256_adx_mul.S
[61/831] Compiling fiat_p256_adx_sqr.S
[62/831] Compiling fiat_curve25519_adx_square.S
[63/831] Compiling fiat_curve25519_adx_mul.S
[64/831] Compiling CBcrypt blf.c
[65/831] Write swift-version-24593BA9C3E375BF.txt
[66/831] Compiling CNIOLLHTTP c_nio_llhttp.c
[67/831] Compiling CNIOBoringSSLShims shims.c
[68/837] Compiling tls_record.cc
[69/837] Compiling tls_method.cc
[70/837] Compiling tls13_client.cc
[71/837] Compiling tls13_enc.cc
[72/837] Compiling tls13_both.cc
[73/837] Compiling tls13_server.cc
[75/853] Emitting module _NIODataStructures
[76/879] Emitting module InternalCollectionsUtilities
[77/880] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[78/880] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[79/880] Compiling InternalCollectionsUtilities Integer rank.swift
[80/880] Compiling RealModule Real.swift
[81/881] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[82/881] Compiling RealModule ElementaryFunctions.swift
[83/881] Compiling HTTPTypes ISOLatin1String.swift
[84/882] Compiling RealModule Float80+Real.swift
[85/882] Compiling ServiceContextModule ServiceContextKey.swift
[88/882] Emitting module RealModule
[89/882] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[90/882] Compiling InternalCollectionsUtilities Debugging.swift
[91/882] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[92/882] Compiling InternalCollectionsUtilities _SortedCollection.swift
[93/882] Compiling HTTPTypes HTTPField.swift
[94/882] Emitting module HummingbirdBcrypt
/host/spi-builder-workspace/Sources/HummingbirdBcrypt/Bcrypt.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'HummingbirdBcrypt' may lead to instability during execution
13 | //===----------------------------------------------------------------------===//
14 |
15 | @_implementationOnly import CBcrypt
| `- warning: using '@_implementationOnly' without enabling library evolution for 'HummingbirdBcrypt' may lead to instability during execution
16 |
17 | /// Bcrypt password hashing function
[95/882] Compiling InternalCollectionsUtilities Descriptions.swift
[96/882] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[97/882] Compiling HummingbirdBcrypt Bcrypt.swift
/host/spi-builder-workspace/Sources/HummingbirdBcrypt/Bcrypt.swift:15:22: warning: using '@_implementationOnly' without enabling library evolution for 'HummingbirdBcrypt' may lead to instability during execution
13 | //===----------------------------------------------------------------------===//
14 |
15 | @_implementationOnly import CBcrypt
| `- warning: using '@_implementationOnly' without enabling library evolution for 'HummingbirdBcrypt' may lead to instability during execution
16 |
17 | /// Bcrypt password hashing function
[98/882] Compiling RealModule Float16+Real.swift
[99/882] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[100/882] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[101/883] Compiling ServiceContextModule ServiceContext.swift
[102/883] Emitting module ServiceContextModule
[103/883] Compiling RealModule Float+Real.swift
[106/883] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[107/883] Compiling InternalCollectionsUtilities UInt+reversed.swift
[108/885] Compiling HTTPTypes HTTPResponse.swift
[109/885] Compiling HTTPTypes HTTPRequest.swift
[110/885] Compiling HTTPTypes HTTPParsedFields.swift
[111/885] Emitting module _NIOBase64
[112/885] Compiling _NIOBase64 Base64.swift
[113/885] Compiling RealModule RealFunctions.swift
[114/887] Compiling _NIODataStructures PriorityQueue.swift
[115/887] Compiling _NIODataStructures _TinyArray.swift
[116/887] Compiling _NIODataStructures Heap.swift
[123/888] Compiling HTTPTypes NIOLock.swift
[124/1025] Compiling Instrumentation MultiplexInstrument.swift
[125/1025] Compiling Instrumentation NoOpInstrument.swift
[126/1026] Emitting module Instrumentation
[127/1026] Compiling ConcurrencyHelpers LockedValueBox.swift
[128/1026] Compiling Instrumentation Instrument.swift
[129/1026] Compiling _RopeModule Rope+Invariants.swift
[130/1026] Compiling _RopeModule Rope+_Node.swift
[131/1026] Compiling _RopeModule _RopeVersion.swift
[132/1026] Compiling _RopeModule Rope+Collection.swift
[133/1026] Compiling _RopeModule Rope+Index.swift
[134/1026] Compiling _RopeModule Rope+Sequence.swift
[135/1026] Compiling _RopeModule Rope+Append.swift
[136/1026] Compiling _RopeModule BigString+UnicodeScalarView.swift
[137/1026] Compiling _RopeModule BigSubstring+UTF16View.swift
[138/1026] Compiling _RopeModule BigSubstring+UTF8View.swift
[139/1026] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[140/1026] Compiling _RopeModule BigSubstring.swift
[141/1026] Compiling _RopeModule Rope+Builder.swift
[142/1026] Compiling _RopeModule Rope+Debugging.swift
[143/1033] Compiling _RopeModule BigString+Insert.swift
[144/1033] Compiling _RopeModule BigString+Managing Breaks.swift
[145/1033] Compiling _RopeModule BigString+RemoveSubrange.swift
[146/1033] Compiling _RopeModule BigString+ReplaceSubrange.swift
[147/1033] Compiling _RopeModule BigString+Split.swift
[148/1033] Compiling _RopeModule Range+BigString.swift
[149/1033] Compiling _RopeModule BigString+UTF16View.swift
[150/1033] Compiling _RopeModule BigString+UTF8View.swift
[151/1033] Compiling _RopeModule BigString+Ingester.swift
[152/1033] Compiling _RopeModule BigString+Invariants.swift
[153/1033] Compiling _RopeModule BigString+Iterators.swift
[154/1033] Compiling _RopeModule BigString+Metrics.swift
[155/1033] Compiling _RopeModule BigString+Summary.swift
[156/1033] Compiling _RopeModule BigString.swift
[157/1033] Compiling _RopeModule BigString+Append.swift
[158/1033] Compiling _RopeModule BigString+Initializers.swift
[159/1033] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[160/1033] Compiling _RopeModule BigString+Chunk+Breaks.swift
[161/1033] Compiling _RopeModule BigString+Chunk+Counts.swift
[162/1033] Compiling _RopeModule BigString+Chunk+Description.swift
[163/1033] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[164/1033] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[165/1033] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[166/1033] Compiling _RopeModule BigString+Chunk+Splitting.swift
[167/1033] Compiling CoreMetrics Metrics.swift
[168/1033] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[169/1033] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[170/1033] Compiling _RopeModule BigString+Sequence.swift
[171/1033] Compiling _RopeModule BigString+TextOutputStream.swift
[172/1033] Compiling _RopeModule BigString+Builder.swift
[173/1033] Compiling _RopeModule BigString+Contents.swift
[174/1033] Compiling _RopeModule BigString+Debugging.swift
[175/1033] Compiling _RopeModule BigString+Index.swift
[176/1033] Emitting module CoreMetrics
[177/1033] Compiling CoreMetrics Locks.swift
[178/1034] Compiling Logging MetadataProvider.swift
[179/1034] Compiling Instrumentation Locks.swift
[180/1034] Compiling Instrumentation InstrumentationSystem.swift
[181/1035] Emitting module ConcurrencyHelpers
[182/1035] Compiling ConcurrencyHelpers Lock.swift
[184/1036] Compiling Logging LogHandler.swift
[185/1036] Compiling Logging Logging.swift
[186/1036] Emitting module Logging
[187/1036] Compiling Logging Locks.swift
[191/1057] Compiling Tracing InstrumentationSystem+Tracing.swift
[192/1057] Compiling _RopeModule BigString+Chunk.swift
[193/1057] Compiling _RopeModule BigString+BidirectionalCollection.swift
[194/1057] Compiling _RopeModule BigString+Comparable.swift
[195/1057] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[196/1057] Compiling _RopeModule BigString+CustomStringConvertible.swift
[197/1057] Compiling _RopeModule BigString+Equatable.swift
[198/1057] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[199/1057] Compiling _RopeModule BigString+Hashing.swift
[200/1057] Compiling HeapModule Heap+Descriptions.swift
[201/1057] Emitting module Tracing
[202/1057] Compiling Tracing TracerProtocol.swift
[203/1057] Compiling HeapModule _HeapNode.swift
[204/1057] Compiling Tracing TracingTime.swift
[205/1057] Emitting module UnixSignals
[206/1057] Compiling UnixSignals UnixSignal.swift
[207/1057] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[208/1057] Compiling OrderedCollections OrderedSet.swift
[209/1057] Compiling OrderedCollections _UnsafeBitset.swift
[210/1057] Compiling _RopeModule Rope.swift
[211/1057] Compiling _RopeModule RopeElement.swift
[212/1057] Compiling _RopeModule RopeMetric.swift
[213/1057] Compiling _RopeModule RopeSummary.swift
[214/1057] Compiling _RopeModule _RopeItem.swift
[215/1057] Compiling _RopeModule _RopePath.swift
[221/1057] Compiling OrderedCollections OrderedSet+Sendable.swift
[222/1057] Compiling OrderedCollections OrderedSet+SubSequence.swift
[223/1057] Compiling OrderedCollections OrderedSet+Testing.swift
[224/1057] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[232/1057] Compiling Tracing TracerProtocol+Legacy.swift
[233/1066] Compiling Tracing Tracer.swift
[234/1066] Compiling HeapModule Heap+UnsafeHandle.swift
[235/1066] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[236/1066] Compiling HeapModule Heap+Invariants.swift
[237/1066] Compiling HeapModule Heap.swift
[248/1066] Emitting module HeapModule
[250/1067] Compiling UnixSignals UnixSignalsSequence.swift
[251/1068] Emitting module OrderedCollections
[254/1127] Emitting module _RopeModule
[255/1131] Compiling Tracing NoOpTracer.swift
[256/1133] Compiling Tracing SpanProtocol.swift
[258/1161] Compiling DequeModule Deque+CustomReflectable.swift
[259/1161] Compiling DequeModule Deque+Descriptions.swift
[260/1163] Compiling DequeModule _DequeBuffer.swift
[261/1163] Compiling DequeModule _DequeBufferHeader.swift
[262/1163] Compiling HashTreeCollections TreeSet+Hashable.swift
[263/1163] Compiling HashTreeCollections TreeSet+Sendable.swift
[264/1163] Compiling HashTreeCollections TreeSet+Sequence.swift
[265/1163] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[266/1163] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[267/1163] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[268/1163] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[269/1163] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[270/1163] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[271/1163] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[272/1173] Compiling DequeModule Deque+Extras.swift
[273/1173] Compiling DequeModule Deque+Hashable.swift
[274/1173] Compiling DequeModule _DequeSlot.swift
[275/1173] Compiling DequeModule _UnsafeWrappedBuffer.swift
[276/1173] Compiling DequeModule Deque+Testing.swift
[277/1173] Compiling DequeModule Deque._Storage.swift
[278/1173] Compiling DequeModule Deque._UnsafeHandle.swift
[279/1173] Compiling DequeModule Deque.swift
[280/1173] Compiling DequeModule Deque+Equatable.swift
[281/1173] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[282/1173] Compiling HashTreeCollections TreeDictionary.swift
[283/1173] Compiling HashTreeCollections TreeSet+Codable.swift
[284/1173] Compiling HashTreeCollections TreeSet+Collection.swift
[285/1173] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[286/1173] Compiling HashTreeCollections TreeSet+Debugging.swift
[287/1173] Compiling HashTreeCollections TreeSet+Descriptions.swift
[288/1173] Compiling HashTreeCollections TreeSet+Equatable.swift
[289/1173] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[290/1173] Compiling HashTreeCollections TreeSet+Extras.swift
[291/1173] Compiling HashTreeCollections TreeSet+Filter.swift
[292/1173] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[293/1173] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[294/1173] Compiling HashTreeCollections TreeDictionary+Filter.swift
[295/1173] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[296/1173] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[297/1173] Compiling HashTreeCollections TreeDictionary+Keys.swift
[298/1173] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[299/1173] Compiling HashTreeCollections TreeDictionary+Merge.swift
[300/1173] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[301/1173] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[302/1173] Compiling HashTreeCollections TreeDictionary+Values.swift
[303/1173] Compiling DequeModule Deque+Codable.swift
[304/1173] Compiling DequeModule Deque+Collection.swift
[305/1173] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[306/1173] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[307/1173] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[308/1173] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[309/1173] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[310/1173] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[311/1173] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[312/1173] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[313/1173] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[314/1173] Compiling HashTreeCollections TreeSet.swift
[315/1173] Emitting module DequeModule
[316/1174] Compiling HTTPTypes HTTPFields.swift
[317/1174] Emitting module HTTPTypes
[318/1174] Compiling HTTPTypes HTTPFieldName.swift
[328/1175] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[329/1175] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[330/1175] Compiling HashTreeCollections _HashNode+Structural merge.swift
[331/1175] Compiling HashTreeCollections _HashTreeIterator.swift
[332/1175] Compiling HashTreeCollections _HashTreeStatistics.swift
[333/1175] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[334/1175] Compiling HashTreeCollections _RawHashNode.swift
[335/1175] Compiling HashTreeCollections _UnmanagedHashNode.swift
[336/1175] Compiling HashTreeCollections _UnsafePath.swift
[337/1175] Compiling HashTreeCollections TreeDictionary+Codable.swift
[344/1175] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[345/1175] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[346/1175] Compiling HashTreeCollections _HashNode.swift
[347/1175] Compiling HashTreeCollections _HashNodeHeader.swift
[348/1175] Compiling HashTreeCollections TreeDictionary+Collection.swift
[349/1175] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[350/1175] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[351/1175] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[357/1175] Compiling HashTreeCollections _HashSlot.swift
[358/1175] Compiling HashTreeCollections _HashStack.swift
[359/1175] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[360/1175] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[361/1175] Compiling HashTreeCollections _HashNode+Storage.swift
[362/1175] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[363/1175] Compiling HashTreeCollections _HashNode+Structural filter.swift
[364/1175] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[365/1175] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[366/1175] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[368/1176] Compiling t1_enc.cc
[382/1176] Emitting module Metrics
[383/1176] Compiling Metrics Metrics.swift
[384/1177] Compiling ssl_x509.cc
[418/1177] Compiling ssl_privkey.cc
[419/1177] Compiling ssl_transcript.cc
[420/1177] Compiling ssl_stat.cc
[421/1177] Compiling ssl_versions.cc
[423/1177] Emitting module HashTreeCollections
[423/1178] Compiling ssl_session.cc
[424/1178] Compiling ssl_lib.cc
[426/1178] Compiling ssl_key_share.cc
[427/1178] Compiling ssl_file.cc
[428/1178] Compiling ssl_credential.cc
[429/1178] Compiling ssl_cipher.cc
[431/1178] Emitting module ExtrasBase64
[431/1178] Compiling ssl_buffer.cc
[432/1178] Compiling ssl_asn1.cc
[433/1178] Compiling ssl_cert.cc
[435/1178] Compiling ExtrasBase64 Base32.swift
[436/1178] Compiling ExtrasBase64 Base64.swift
[436/1179] Compiling s3_lib.cc
[438/1179] Compiling ssl_aead_ctx.cc
[439/1179] Compiling s3_pkt.cc
[440/1179] Compiling s3_both.cc
[441/1179] Compiling encrypted_client_hello.cc
[442/1179] Compiling handshake_client.cc
[443/1179] Compiling handshake.cc
[444/1179] Compiling handshake_server.cc
[445/1179] Compiling dtls_method.cc
[446/1179] Compiling extensions.cc
[447/1179] Compiling handoff.cc
[448/1179] Compiling md5-x86_64-linux.S
[449/1179] Compiling md5-x86_64-apple.S
[450/1179] Compiling md5-586-linux.S
[451/1179] Compiling md5-586-apple.S
[452/1179] Compiling chacha20_poly1305_x86_64-linux.S
[453/1179] Compiling chacha20_poly1305_x86_64-apple.S
[454/1179] Compiling dtls_record.cc
[455/1179] Compiling chacha20_poly1305_armv8-win.S
[456/1179] Compiling chacha20_poly1305_armv8-apple.S
[457/1179] Compiling bio_ssl.cc
[458/1179] Compiling chacha20_poly1305_armv8-linux.S
[459/1179] Compiling chacha-x86_64-linux.S
[460/1179] Compiling chacha-x86_64-apple.S
[461/1179] Compiling chacha-x86-linux.S
[462/1179] Compiling d1_srtp.cc
[463/1179] Compiling chacha-armv8-win.S
[464/1179] Compiling chacha-x86-apple.S
[465/1179] Compiling err_data.cc
[466/1179] Compiling chacha-armv8-apple.S
[467/1179] Compiling d1_pkt.cc
[468/1179] Compiling chacha-armv8-linux.S
[469/1179] Compiling aes128gcmsiv-x86_64-linux.S
[470/1179] Compiling chacha-armv4-linux.S
[471/1179] Compiling aes128gcmsiv-x86_64-apple.S
[472/1179] Compiling x86_64-mont5-linux.S
[473/1179] Compiling x86_64-mont5-apple.S
[474/1179] Compiling x86-mont-linux.S
[475/1179] Compiling x86_64-mont-apple.S
[475/1179] Compiling x86_64-mont-linux.S
[477/1179] Compiling x86-mont-apple.S
[478/1179] Compiling vpaes-x86_64-linux.S
[479/1179] Compiling vpaes-x86_64-apple.S
[480/1179] Compiling vpaes-x86-apple.S
[481/1179] Compiling vpaes-armv8-win.S
[482/1179] Compiling vpaes-x86-linux.S
[483/1179] Compiling d1_lib.cc
[484/1179] Compiling vpaes-armv7-linux.S
[485/1179] Compiling vpaes-armv8-linux.S
[486/1179] Compiling vpaes-armv8-apple.S
[487/1179] Compiling sha512-armv8-win.S
[488/1179] Compiling sha512-x86_64-apple.S
[489/1179] Compiling d1_both.cc
[490/1179] Compiling sha512-x86_64-linux.S
[491/1179] Compiling sha512-armv8-apple.S
[492/1179] Compiling sha512-armv4-linux.S
[493/1179] Compiling sha512-586-linux.S
[494/1179] Compiling sha256-x86_64-apple.S
[495/1179] Compiling sha512-armv8-linux.S
[496/1179] Compiling sha512-586-apple.S
[497/1179] Compiling sha256-x86_64-linux.S
[498/1179] Compiling sha256-armv8-apple.S
[499/1179] Compiling sha256-armv8-win.S
[500/1179] Compiling sha256-armv4-linux.S
[501/1179] Compiling sha256-586-apple.S
[502/1179] Compiling sha256-586-linux.S
[503/1179] Compiling sha256-armv8-linux.S
[504/1179] Compiling sha1-armv8-win.S
[505/1179] Compiling sha1-x86_64-apple.S
[506/1179] Compiling sha1-x86_64-linux.S
[507/1179] Compiling sha1-armv8-apple.S
[508/1179] Compiling sha1-armv4-large-linux.S
[509/1179] Compiling sha1-586-apple.S
[510/1179] Compiling rdrand-x86_64-apple.S
[511/1179] Compiling sha1-armv8-linux.S
[512/1179] Compiling sha1-586-linux.S
[513/1179] Compiling rsaz-avx2-apple.S
[514/1179] Compiling rdrand-x86_64-linux.S
[515/1179] Compiling rsaz-avx2-linux.S
[516/1179] Compiling p256_beeu-x86_64-asm-linux.S
[517/1179] Compiling p256_beeu-armv8-asm-linux.S
[518/1179] Compiling p256_beeu-armv8-asm-win.S
[519/1179] Compiling p256_beeu-x86_64-asm-apple.S
[520/1179] Compiling p256_beeu-armv8-asm-apple.S
[521/1179] Compiling p256-armv8-asm-win.S
[522/1179] Compiling p256-x86_64-asm-apple.S
[523/1179] Compiling p256-armv8-asm-apple.S
[524/1179] Compiling p256-x86_64-asm-linux.S
[525/1179] Compiling p256-armv8-asm-linux.S
[526/1179] Compiling ghashv8-armv7-linux.S
[527/1179] Compiling ghashv8-armv8-win.S
[528/1179] Compiling ghashv8-armv8-linux.S
[529/1179] Compiling ghash-x86-apple.S
[530/1179] Compiling ghashv8-armv8-apple.S
[531/1179] Compiling ghash-x86_64-apple.S
[532/1179] Compiling ghash-x86_64-linux.S
[533/1179] Compiling ghash-ssse3-x86_64-linux.S
[534/1179] Compiling ghash-x86-linux.S
[535/1179] Compiling ghash-ssse3-x86-linux.S
[536/1179] Compiling ghash-ssse3-x86_64-apple.S
[537/1179] Compiling ghash-neon-armv8-win.S
[538/1179] Compiling ghash-neon-armv8-apple.S
[539/1179] Compiling ghash-ssse3-x86-apple.S
[540/1179] Compiling ghash-neon-armv8-linux.S
[541/1179] Compiling ghash-armv4-linux.S
[542/1179] Compiling co-586-apple.S
[543/1179] Compiling co-586-linux.S
[544/1179] Compiling bn-armv8-apple.S
[545/1179] Compiling bn-586-linux.S
[546/1179] Compiling bsaes-armv7-linux.S
[547/1179] Compiling bn-armv8-win.S
[548/1179] Compiling bn-armv8-linux.S
[549/1179] Compiling bn-586-apple.S
[550/1179] Compiling armv8-mont-win.S
[551/1179] Compiling aesv8-gcm-armv8-win.S
[552/1179] Compiling armv8-mont-linux.S
[553/1179] Compiling armv4-mont-linux.S
[554/1179] Compiling armv8-mont-apple.S
[555/1179] Compiling aesv8-gcm-armv8-apple.S
[556/1179] Compiling aesv8-gcm-armv8-linux.S
[557/1179] Compiling aesv8-armv8-win.S
[558/1179] Compiling aesv8-armv8-linux.S
[559/1179] Compiling aesv8-armv8-apple.S
[560/1179] Compiling aesni-x86_64-linux.S
[561/1179] Compiling aesv8-armv7-linux.S
[562/1179] Compiling aesni-x86_64-apple.S
[563/1179] Compiling aesni-gcm-x86_64-apple.S
[564/1179] Compiling aes-gcm-avx2-x86_64-linux.S
[565/1179] Compiling aesni-x86-linux.S
[566/1179] Compiling aesni-gcm-x86_64-linux.S
[566/1179] Compiling aesni-x86-apple.S
[568/1179] Compiling aes-gcm-avx2-x86_64-apple.S
[569/1179] Compiling aes-gcm-avx10-x86_64-linux.S
[570/1179] Compiling aes-gcm-avx10-x86_64-apple.S
[571/1179] Compiling x_name.cc
[572/1179] Compiling x_req.cc
[573/1179] Compiling x_exten.cc
[574/1179] Compiling x_x509a.cc
[575/1179] Compiling x_sig.cc
[576/1179] Compiling x_spki.cc
[577/1179] Compiling x_x509.cc
[578/1179] Compiling x_val.cc
[579/1179] Compiling x_pubkey.cc
[580/1179] Compiling x_attrib.cc
[581/1179] Compiling x_crl.cc
[582/1179] Compiling x509spki.cc
[583/1179] Compiling x_algor.cc
[584/1179] Compiling x_all.cc
[585/1179] Compiling x509cset.cc
[586/1179] Compiling x509rset.cc
[587/1179] Compiling x509name.cc
[588/1179] Compiling x509_vfy.cc
[589/1179] Compiling x509_vpm.cc
[590/1179] Compiling x509_v3.cc
[591/1179] Compiling x509_txt.cc
[592/1179] Compiling x509_lu.cc
[593/1179] Compiling x509_trs.cc
[594/1179] Compiling x509_req.cc
[595/1179] Compiling x509_set.cc
[596/1179] Compiling x509_obj.cc
[597/1179] Compiling x509_ext.cc
[598/1179] Compiling x509_def.cc
[599/1179] Compiling x509_d2.cc
[600/1179] Compiling x509_att.cc
[601/1179] Compiling x509_cmp.cc
[602/1179] Compiling v3_skey.cc
[603/1179] Compiling x509.cc
[604/1179] Compiling v3_utl.cc
[605/1179] Compiling v3_purp.cc
[606/1179] Compiling v3_pcons.cc
[607/1179] Compiling v3_prn.cc
[608/1179] Compiling v3_pmaps.cc
[609/1179] Compiling v3_ncons.cc
[610/1179] Compiling v3_ocsp.cc
[611/1179] Compiling v3_int.cc
[612/1179] Compiling v3_info.cc
[613/1179] Compiling v3_lib.cc
[614/1179] Compiling v3_ia5.cc
[615/1179] Compiling v3_genn.cc
[616/1179] Compiling v3_extku.cc
[617/1179] Compiling v3_conf.cc
[618/1179] Compiling v3_cpols.cc
[619/1179] Compiling v3_bitst.cc
[620/1179] Compiling v3_enum.cc
[621/1179] Compiling v3_crld.cc
[622/1179] Compiling v3_bcons.cc
[623/1179] Compiling v3_akeya.cc
[624/1179] Compiling v3_alt.cc
[625/1179] Compiling v3_akey.cc
[626/1179] Compiling t_crl.cc
[627/1179] Compiling t_x509a.cc
[628/1179] Compiling t_x509.cc
[629/1179] Compiling t_req.cc
[630/1179] Compiling rsa_pss.cc
[631/1179] Compiling name_print.cc
[632/1179] Compiling policy.cc
[633/1179] Compiling i2d_pr.cc
[634/1179] Compiling algorithm.cc
[635/1179] Compiling asn1_gen.cc
[636/1179] Compiling by_file.cc
[637/1179] Compiling by_dir.cc
[638/1179] Compiling a_sign.cc
[639/1179] Compiling a_verify.cc
[640/1179] Compiling a_digest.cc
[641/1179] Compiling voprf.cc
[642/1179] Compiling thread_win.cc
[643/1179] Compiling thread_pthread.cc
[643/1179] Compiling thread_none.cc
[645/1179] Compiling stack.cc
[646/1179] Compiling thread.cc
[647/1179] Compiling sha512.cc
[648/1179] Compiling trust_token.cc
[649/1179] Compiling pmbtoken.cc
[650/1179] Compiling rsa_print.cc
[651/1179] Compiling siphash.cc
[652/1179] Compiling spake2plus.cc
[653/1179] Compiling sha1.cc
[654/1179] Compiling sha256.cc
[655/1179] Compiling slhdsa.cc
[656/1179] Compiling rsa_extra.cc
[657/1179] Compiling refcount.cc
[658/1179] Compiling rsa_crypt.cc
[659/1179] Compiling urandom.cc
[660/1179] Compiling rc4.cc
[661/1179] Compiling windows.cc
[662/1179] Compiling rsa_asn1.cc
[663/1179] Compiling rand.cc
[664/1179] Compiling trusty.cc
[665/1179] Compiling passive.cc
[666/1179] Compiling poly1305_arm_asm.S
[667/1179] Compiling ios.cc
[668/1179] Compiling getentropy.cc
[669/1179] Compiling forkunsafe.cc
[670/1179] Compiling fork_detect.cc
[671/1179] Compiling pool.cc
[672/1179] Compiling deterministic.cc
[673/1179] Compiling poly1305_arm.cc
[674/1179] Compiling poly1305_vec.cc
[675/1179] Compiling poly1305.cc
[676/1179] Compiling pkcs7.cc
[677/1179] Compiling p5_pbev2.cc
[678/1179] Compiling pkcs8_x509.cc
[679/1179] Compiling pkcs8.cc
[680/1179] Compiling pkcs7_x509.cc
[681/1179] Compiling pem_pkey.cc
[682/1179] Compiling pem_x509.cc
[683/1179] Compiling pem_xaux.cc
[684/1179] Compiling pem_oth.cc
[685/1179] Compiling mlkem.cc
[686/1179] Compiling pem_pk8.cc
[687/1179] Compiling mldsa.cc
[688/1179] Compiling obj_xref.cc
[689/1179] Compiling pem_info.cc
[690/1179] Compiling pem_lib.cc
[691/1179] Compiling pem_all.cc
[692/1179] Compiling mem.cc
[693/1179] Compiling poly_rq_mul.S
[694/1179] Compiling fips_shared_support.cc
[695/1179] Compiling obj.cc
[696/1179] Compiling md5.cc
[697/1179] Compiling md4.cc
[698/1179] Compiling lhash.cc
[699/1179] Compiling hpke.cc
[700/1179] Compiling ex_data.cc
[701/1179] Compiling kyber.cc
[702/1179] Compiling sign.cc
[703/1179] Compiling hrss.cc
[704/1179] Compiling scrypt.cc
[705/1179] Compiling print.cc
[706/1179] Compiling pbkdf.cc
[707/1179] Compiling p_rsa_asn1.cc
[708/1179] Compiling p_x25519_asn1.cc
[709/1179] Compiling p_x25519.cc
[710/1179] Compiling p_hkdf.cc
[711/1179] Compiling p_rsa.cc
[712/1179] Compiling p_ed25519_asn1.cc
[713/1179] Compiling p_ed25519.cc
[714/1179] Compiling p_ec_asn1.cc
[715/1179] Compiling p_ec.cc
[716/1179] Compiling p_dh.cc
[717/1179] Compiling p_dh_asn1.cc
[718/1179] Compiling evp_ctx.cc
[719/1179] Compiling evp_asn1.cc
[720/1179] Compiling p_dsa_asn1.cc
[721/1179] Compiling err.cc
[722/1179] Compiling evp.cc
[723/1179] Compiling engine.cc
[724/1179] Compiling ecdsa_asn1.cc
[725/1179] Compiling ecdh.cc
[726/1179] Compiling ec_derive.cc
[727/1179] Compiling hash_to_curve.cc
[728/1179] Compiling ec_asn1.cc
[729/1179] Compiling dsa.cc
[730/1179] Compiling digest_extra.cc
[731/1179] Compiling bcm.cc
[732/1179] Compiling params.cc
[733/1179] Compiling dsa_asn1.cc
[734/1179] Compiling x25519-asm-arm.S
[735/1179] Compiling des.cc
[736/1179] Compiling curve25519_64_adx.cc
[737/1179] Compiling crypto.cc
[738/1179] Compiling dh_asn1.cc
[739/1179] Compiling cpu_intel.cc
[740/1179] Compiling cpu_arm_linux.cc
[741/1179] Compiling curve25519.cc
[742/1179] Compiling spake25519.cc
[743/1179] Compiling cpu_aarch64_win.cc
[744/1179] Compiling cpu_arm_freebsd.cc
[745/1179] Compiling cpu_aarch64_openbsd.cc
[746/1179] Compiling cpu_aarch64_sysreg.cc
[747/1179] Compiling cpu_aarch64_linux.cc
[748/1179] Compiling cpu_aarch64_apple.cc
[749/1179] Compiling tls_cbc.cc
[750/1179] Compiling cpu_aarch64_fuchsia.cc
[751/1179] Compiling conf.cc
[752/1179] Compiling get_cipher.cc
[753/1179] Compiling e_rc4.cc
[754/1179] Compiling e_des.cc
[755/1179] Compiling e_tls.cc
[756/1179] Compiling e_null.cc
[757/1179] Compiling e_chacha20poly1305.cc
[758/1179] Compiling e_rc2.cc
[759/1179] Compiling e_aesgcmsiv.cc
[760/1179] Compiling derive_key.cc
[761/1179] Compiling chacha.cc
[762/1179] Compiling e_aesctrhmac.cc
[763/1179] Compiling unicode.cc
[764/1179] Compiling ber.cc
[765/1179] Compiling cbs.cc
[766/1179] Compiling cbb.cc
[767/1179] Compiling buf.cc
[768/1179] Compiling bn_asn1.cc
[769/1179] Compiling asn1_compat.cc
[770/1179] Compiling convert.cc
[771/1179] Compiling socket_helper.cc
[772/1179] Compiling socket.cc
[773/1179] Compiling blake2.cc
[774/1179] Compiling pair.cc
[775/1179] Compiling printf.cc
[776/1179] Compiling bio.cc
[777/1179] Compiling file.cc
[778/1179] Compiling hexdump.cc
[779/1179] Compiling bio_mem.cc
[780/1179] Compiling fd.cc
[781/1179] Compiling errno.cc
[782/1179] Compiling tasn_typ.cc
[783/1179] Compiling connect.cc
[784/1179] Compiling base64.cc
[785/1179] Compiling tasn_enc.cc
[786/1179] Compiling tasn_fre.cc
[787/1179] Compiling tasn_new.cc
[788/1179] Compiling f_int.cc
[789/1179] Compiling tasn_utl.cc
[790/1179] Compiling posix_time.cc
[791/1179] Compiling f_string.cc
[792/1179] Compiling tasn_dec.cc
[793/1179] Compiling asn_pack.cc
[794/1179] Compiling a_strnid.cc
[795/1179] Compiling asn1_par.cc
[796/1179] Compiling a_type.cc
[797/1179] Compiling a_utctm.cc
[798/1179] Compiling a_time.cc
[799/1179] Compiling asn1_lib.cc
[800/1179] Compiling a_octet.cc
[801/1179] Compiling a_strex.cc
[802/1179] Compiling a_mbstr.cc
[803/1179] Compiling a_object.cc
[804/1179] Compiling a_bitstr.cc
[805/1179] Compiling a_dup.cc
[806/1179] Compiling a_i2d_fp.cc
[807/1179] Compiling fiat_p256_adx_sqr.S
[808/1179] Compiling a_d2i_fp.cc
[809/1179] Compiling fiat_p256_adx_mul.S
[810/1179] Compiling fiat_curve25519_adx_mul.S
[811/1179] Compiling fiat_curve25519_adx_square.S
[812/1179] Compiling md5-x86_64-linux.S
[813/1179] Compiling md5-x86_64-apple.S
[814/1179] Compiling a_int.cc
[815/1179] Compiling md5-586-linux.S
[816/1179] Compiling md5-586-apple.S
[817/1179] Compiling chacha20_poly1305_x86_64-linux.S
[818/1179] Compiling a_gentm.cc
[819/1179] Compiling chacha20_poly1305_x86_64-apple.S
[820/1179] Compiling chacha20_poly1305_armv8-win.S
[821/1179] Compiling chacha-x86_64-linux.S
[822/1179] Compiling chacha20_poly1305_armv8-apple.S
[823/1179] Compiling chacha20_poly1305_armv8-linux.S
[824/1179] Compiling chacha-x86-linux.S
[825/1179] Compiling chacha-x86_64-apple.S
[826/1179] Compiling CCryptoBoringSSLShims shims.c
[827/1179] Compiling chacha-x86-apple.S
[828/1179] Compiling chacha-armv8-win.S
[829/1179] Compiling chacha-armv8-apple.S
[830/1179] Compiling chacha-armv4-linux.S
[831/1179] Compiling chacha-armv8-linux.S
[832/1179] Compiling aes128gcmsiv-x86_64-linux.S
[833/1179] Compiling aes128gcmsiv-x86_64-apple.S
[834/1179] Compiling x86_64-mont5-linux.S
[835/1179] Compiling x86_64-mont5-apple.S
[836/1179] Compiling a_bool.cc
[837/1179] Compiling x86_64-mont-linux.S
[838/1179] Compiling x86-mont-linux.S
[839/1179] Compiling x86_64-mont-apple.S
[840/1179] Compiling x86-mont-apple.S
[841/1179] Compiling vpaes-x86_64-apple.S
[842/1179] Compiling vpaes-x86-linux.S
[843/1179] Compiling vpaes-x86_64-linux.S
[844/1179] Compiling vpaes-x86-apple.S
[845/1179] Compiling vpaes-armv8-win.S
[846/1179] Compiling vpaes-armv7-linux.S
[847/1179] Compiling err_data.cc
[848/1179] Compiling vpaes-armv8-linux.S
[849/1179] Compiling vpaes-armv8-apple.S
[850/1179] Compiling sha512-x86_64-linux.S
[851/1179] Compiling sha512-armv8-win.S
[852/1179] Compiling sha512-armv8-apple.S
[853/1179] Compiling sha512-x86_64-apple.S
[854/1179] Compiling sha512-armv4-linux.S
[855/1179] Compiling sha512-armv8-linux.S
[856/1179] Compiling sha512-586-linux.S
[857/1179] Compiling sha256-x86_64-linux.S
[858/1179] Compiling sha512-586-apple.S
[859/1179] Compiling sha256-x86_64-apple.S
[860/1179] Compiling sha256-586-linux.S
[861/1179] Compiling sha256-armv4-linux.S
[862/1179] Compiling sha256-armv8-apple.S
[863/1179] Compiling sha256-armv8-win.S
[864/1179] Compiling sha256-586-apple.S
[865/1179] Compiling sha256-armv8-linux.S
[866/1179] Compiling sha1-x86_64-linux.S
[867/1179] Compiling sha1-x86_64-apple.S
[868/1179] Compiling sha1-armv8-win.S
[869/1179] Compiling sha1-armv4-large-linux.S
[870/1179] Compiling sha1-586-apple.S
[871/1179] Compiling sha1-armv8-apple.S
[872/1179] Compiling sha1-586-linux.S
[873/1179] Compiling sha1-armv8-linux.S
[874/1179] Compiling rsaz-avx2-linux.S
[875/1179] Compiling rsaz-avx2-apple.S
[876/1179] Compiling rdrand-x86_64-apple.S
[877/1179] Compiling rdrand-x86_64-linux.S
[878/1179] Compiling p256_beeu-x86_64-asm-linux.S
[879/1179] Compiling p256_beeu-x86_64-asm-apple.S
[880/1179] Compiling p256_beeu-armv8-asm-linux.S
[881/1179] Compiling p256_beeu-armv8-asm-apple.S
[882/1179] Compiling p256_beeu-armv8-asm-win.S
[883/1179] Compiling p256-x86_64-asm-linux.S
[884/1179] Compiling p256-x86_64-asm-apple.S
[885/1179] Compiling p256-armv8-asm-win.S
[886/1179] Compiling p256-armv8-asm-apple.S
[887/1179] Compiling p256-armv8-asm-linux.S
[888/1179] Compiling ghashv8-armv8-win.S
[889/1179] Compiling ghashv8-armv8-linux.S
[890/1179] Compiling ghashv8-armv7-linux.S
[891/1179] Compiling ghashv8-armv8-apple.S
[892/1179] Compiling ghash-x86_64-apple.S
[893/1179] Compiling ghash-x86-apple.S
[894/1179] Compiling ghash-ssse3-x86_64-apple.S
[895/1179] Compiling ghash-x86_64-linux.S
[896/1179] Compiling ghash-x86-linux.S
[897/1179] Compiling ghash-ssse3-x86-apple.S
[898/1179] Compiling ghash-ssse3-x86_64-linux.S
[899/1179] Compiling ghash-ssse3-x86-linux.S
[900/1179] Compiling ghash-neon-armv8-win.S
[901/1179] Compiling ghash-neon-armv8-apple.S
[902/1179] Compiling co-586-linux.S
[903/1179] Compiling ghash-neon-armv8-linux.S
[904/1179] Compiling ghash-armv4-linux.S
[905/1179] Compiling co-586-apple.S
[906/1179] Compiling bsaes-armv7-linux.S
[907/1179] Compiling bn-armv8-win.S
[908/1179] Compiling bn-armv8-apple.S
[909/1179] Compiling bn-586-linux.S
[910/1179] Compiling bn-armv8-linux.S
[911/1179] Compiling bn-586-apple.S
[912/1179] Compiling armv8-mont-apple.S
[913/1179] Compiling armv8-mont-win.S
[914/1179] Compiling armv4-mont-linux.S
[915/1179] Compiling armv8-mont-linux.S
[916/1179] Compiling aesv8-armv8-win.S
[917/1179] Compiling aesv8-gcm-armv8-win.S
[918/1179] Compiling aesv8-gcm-armv8-apple.S
[919/1179] Compiling aesv8-gcm-armv8-linux.S
[920/1179] Compiling aesv8-armv8-linux.S
[921/1179] Compiling aesv8-armv7-linux.S
[922/1179] Compiling aesv8-armv8-apple.S
[923/1179] Compiling aesni-x86_64-linux.S
[924/1179] Compiling aesni-x86-linux.S
[925/1179] Compiling aesni-x86_64-apple.S
[926/1179] Compiling aesni-x86-apple.S
[927/1179] Compiling aesni-gcm-x86_64-linux.S
[928/1179] Compiling aes-gcm-avx10-x86_64-apple.S
[929/1179] Compiling aesni-gcm-x86_64-apple.S
[930/1179] Compiling aes-gcm-avx10-x86_64-linux.S
[931/1179] Compiling x_sig.cc
[932/1179] Compiling x_x509a.cc
[933/1179] Compiling x_spki.cc
[934/1179] Compiling x_val.cc
[935/1179] Compiling x_x509.cc
[936/1179] Compiling x_req.cc
[937/1179] Compiling c-nioatomics.c
[938/1179] Compiling x_pubkey.cc
[939/1179] Compiling c-atomics.c
[940/1179] Compiling x_attrib.cc
[941/1182] Compiling x_exten.cc
[942/1183] Compiling x_name.cc
[943/1185] Compiling x_all.cc
[944/1185] Compiling x_crl.cc
[946/1185] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[947/1185] Compiling NIOConcurrencyHelpers NIOLock.swift
[947/1185] Compiling x_algor.cc
[949/1185] Emitting module NIOConcurrencyHelpers
[950/1185] Compiling NIOConcurrencyHelpers lock.swift
[951/1185] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[951/1185] Compiling x509spki.cc
[953/1185] Compiling NIOConcurrencyHelpers atomics.swift
[953/1186] Compiling x509rset.cc
[954/1186] Compiling x509_vpm.cc
[956/1186] Compiling x509name.cc
[957/1186] Compiling x509cset.cc
[958/1186] Compiling x509_vfy.cc
[959/1186] Compiling x509_v3.cc
[960/1186] Compiling x509_txt.cc
[961/1186] Compiling x509_set.cc
[962/1186] Compiling x509_trs.cc
[963/1186] Compiling x509_req.cc
[964/1186] Compiling x509_lu.cc
[965/1186] Compiling x509_obj.cc
[966/1186] Compiling x509_ext.cc
[967/1186] Compiling x509_def.cc
[968/1186] Compiling x509_d2.cc
[969/1186] Compiling x509_cmp.cc
[970/1186] Compiling x509.cc
[971/1186] Compiling v3_utl.cc
[972/1186] Compiling x509_att.cc
[973/1186] Compiling v3_skey.cc
[974/1186] Compiling v3_prn.cc
[975/1186] Compiling v3_purp.cc
[976/1186] Compiling v3_pmaps.cc
[977/1186] Compiling v3_pcons.cc
[978/1186] Compiling v3_ncons.cc
[979/1186] Compiling v3_ocsp.cc
[980/1186] Compiling v3_lib.cc
[981/1186] Compiling v3_int.cc
[982/1186] Compiling v3_info.cc
[983/1186] Compiling v3_genn.cc
[984/1186] Compiling v3_ia5.cc
[985/1186] Compiling v3_bitst.cc
[986/1186] Compiling v3_extku.cc
[987/1186] Compiling v3_enum.cc
[988/1186] Compiling v3_conf.cc
[989/1186] Compiling v3_cpols.cc
[990/1186] Compiling v3_crld.cc
[991/1186] Compiling v3_bcons.cc
[992/1186] Compiling v3_alt.cc
[993/1186] Compiling t_x509a.cc
[994/1186] Compiling v3_akey.cc
[995/1186] Compiling v3_akeya.cc
[996/1186] Compiling t_x509.cc
[997/1186] Compiling t_crl.cc
[998/1186] Compiling t_req.cc
[999/1186] Compiling i2d_pr.cc
[1000/1186] Compiling rsa_pss.cc
[1001/1186] Compiling policy.cc
[1002/1186] Compiling name_print.cc
[1003/1186] Compiling by_file.cc
[1004/1186] Compiling by_dir.cc
[1005/1186] Compiling asn1_gen.cc
[1006/1186] Compiling algorithm.cc
[1007/1186] Compiling a_sign.cc
[1008/1186] Compiling a_verify.cc
[1009/1186] Compiling voprf.cc
[1010/1186] Compiling a_digest.cc
[1011/1186] Compiling thread_win.cc
[1012/1186] Compiling thread_none.cc
[1013/1186] Compiling thread_pthread.cc
[1014/1186] Compiling pmbtoken.cc
[1015/1186] Compiling trust_token.cc
[1016/1186] Compiling wots.cc
[1017/1186] Compiling thread.cc
[1018/1186] Compiling stack.cc
[1019/1186] Compiling thash.cc
[1020/1186] Compiling slhdsa.cc
[1021/1186] Compiling siphash.cc
[1022/1186] Compiling merkle.cc
[1023/1186] Compiling fors.cc
[1024/1186] Compiling sha512.cc
[1025/1186] Compiling sha256.cc
[1026/1186] Compiling sha1.cc
[1027/1186] Compiling rsa_extra.cc
[1028/1186] Compiling refcount.cc
[1029/1186] Compiling rsa_print.cc
[1030/1186] Compiling trusty.cc
[1031/1186] Compiling rsa_asn1.cc
[1032/1186] Compiling rsa_crypt.cc
[1033/1186] Compiling rc4.cc
[1034/1186] Compiling urandom.cc
[1035/1186] Compiling windows.cc
[1036/1186] Compiling rand_extra.cc
[1037/1186] Compiling passive.cc
[1038/1186] Compiling ios.cc
[1039/1186] Compiling getentropy.cc
[1040/1186] Compiling poly1305_arm_asm.S
[1041/1186] Compiling poly1305_vec.cc
[1042/1186] Compiling forkunsafe.cc
[1043/1186] Compiling fork_detect.cc
[1044/1186] Compiling pool.cc
[1045/1186] Compiling deterministic.cc
[1046/1186] Compiling poly1305_arm.cc
[1047/1186] Compiling poly1305.cc
[1048/1186] Compiling pkcs8_x509.cc
[1049/1186] Compiling pkcs8.cc
[1050/1186] Compiling pkcs7.cc
[1051/1186] Compiling p5_pbev2.cc
[1052/1186] Compiling pkcs7_x509.cc
[1053/1186] Compiling pem_x509.cc
[1054/1186] Compiling pem_xaux.cc
[1055/1186] Compiling pem_pkey.cc
[1056/1186] Compiling pem_oth.cc
[1057/1186] Compiling pem_pk8.cc
[1058/1186] Compiling pem_lib.cc
[1059/1186] Compiling obj.cc
[1060/1186] Compiling obj_xref.cc
[1061/1186] Compiling pem_info.cc
[1062/1186] Compiling pem_all.cc
[1063/1186] Compiling mldsa.cc
[1064/1186] Compiling poly_rq_mul.S
[1065/1186] Compiling mlkem.cc
[1066/1186] Compiling fips_shared_support.cc
[1067/1186] Compiling md5.cc
[1068/1186] Compiling lhash.cc
[1069/1186] Compiling md4.cc
[1070/1186] Compiling mem.cc
[1071/1186] Compiling kyber.cc
[1072/1186] Compiling hrss.cc
[1073/1186] Compiling sign.cc
[1074/1186] Compiling ex_data.cc
[1075/1186] Compiling scrypt.cc
[1076/1186] Compiling hpke.cc
[1077/1186] Compiling print.cc
[1078/1186] Compiling p_x25519.cc
[1079/1186] Compiling pbkdf.cc
[1080/1186] Compiling p_hkdf.cc
[1081/1186] Compiling p_x25519_asn1.cc
[1082/1186] Compiling p_rsa_asn1.cc
[1083/1186] Compiling p_rsa.cc
[1084/1186] Compiling p_ed25519.cc
[1085/1186] Compiling p_ed25519_asn1.cc
[1086/1186] Compiling p_ec_asn1.cc
[1087/1186] Compiling p_dh_asn1.cc
[1088/1186] Compiling p_ec.cc
[1089/1186] Compiling evp_ctx.cc
[1090/1186] Compiling p_dh.cc
[1091/1186] Compiling evp_asn1.cc
[1092/1186] Compiling p_dsa_asn1.cc
[1093/1186] Compiling evp.cc
[1094/1186] Compiling err.cc
[1095/1186] Compiling engine.cc
[1096/1186] Compiling hash_to_curve.cc
[1097/1186] Compiling ecdh_extra.cc
[1098/1186] Compiling ecdsa_asn1.cc
[1099/1186] Compiling dsa.cc
[1100/1186] Compiling ec_asn1.cc
[1101/1186] Compiling ec_derive.cc
[1102/1186] Compiling dsa_asn1.cc
[1103/1186] Compiling bcm.cc
[1104/1186] Compiling x25519-asm-arm.S
[1105/1186] Compiling params.cc
[1106/1186] Compiling digest_extra.cc
[1107/1186] Compiling curve25519_64_adx.cc
[1108/1186] Compiling des.cc
[1109/1186] Compiling dh_asn1.cc
[1110/1186] Compiling spake25519.cc
[1111/1186] Compiling crypto.cc
[1112/1186] Compiling curve25519.cc
[1113/1186] Compiling cpu_intel.cc
[1114/1186] Compiling cpu_arm_linux.cc
[1115/1186] Compiling cpu_aarch64_openbsd.cc
[1116/1186] Compiling cpu_aarch64_sysreg.cc
[1117/1186] Compiling cpu_arm_freebsd.cc
[1118/1186] Compiling cpu_aarch64_win.cc
[1119/1186] Compiling conf.cc
[1120/1186] Compiling cpu_aarch64_fuchsia.cc
[1121/1186] Compiling cpu_aarch64_linux.cc
[1122/1186] Compiling cpu_aarch64_apple.cc
[1123/1186] Compiling e_tls.cc
[1124/1186] Compiling tls_cbc.cc
[1125/1186] Compiling e_rc4.cc
[1126/1186] Compiling e_rc2.cc
[1127/1186] Compiling e_des.cc
[1128/1186] Compiling e_null.cc
[1129/1186] Compiling e_chacha20poly1305.cc
[1130/1186] Compiling e_aesgcmsiv.cc
[1131/1186] Compiling e_aesctrhmac.cc
[1132/1186] Compiling derive_key.cc
[1133/1186] Compiling cipher_extra.cc
[1134/1186] Compiling chacha.cc
[1135/1186] Compiling unicode.cc
[1136/1186] Compiling cbb.cc
[1137/1186] Compiling cbs.cc
[1138/1186] Compiling buf.cc
[1139/1186] Compiling asn1_compat.cc
[1140/1186] Compiling ber.cc
[1141/1186] Compiling bn_asn1.cc
[1142/1186] Compiling convert.cc
[1143/1186] Compiling blake2.cc
[1144/1186] Compiling pair.cc
[1145/1186] Compiling printf.cc
[1146/1186] Compiling hexdump.cc
[1147/1186] Compiling file.cc
[1148/1186] Compiling fd.cc
[1149/1186] Compiling errno.cc
[1150/1186] Compiling base64.cc
[1151/1186] Compiling bio.cc
[1152/1186] Compiling bio_mem.cc
[1153/1186] Compiling tasn_typ.cc
[1154/1186] Compiling tasn_utl.cc
[1155/1186] Compiling tasn_fre.cc
[1156/1186] Compiling posix_time.cc
[1157/1186] Compiling tasn_new.cc
[1158/1186] Compiling tasn_enc.cc
[1159/1186] Compiling tasn_dec.cc
[1160/1186] Compiling f_string.cc
[1161/1186] Compiling f_int.cc
[1162/1186] Compiling asn_pack.cc
[1163/1186] Compiling asn1_par.cc
[1164/1186] Compiling asn1_lib.cc
[1165/1186] Compiling a_time.cc
[1166/1186] Compiling a_utctm.cc
[1167/1186] Compiling a_octet.cc
[1168/1186] Compiling a_type.cc
[1169/1186] Compiling a_object.cc
[1170/1186] Compiling a_strnid.cc
[1171/1186] Compiling a_strex.cc
[1172/1186] Compiling a_i2d_fp.cc
[1173/1186] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1174/1186] Write sources
[1175/1186] Compiling a_dup.cc
[1176/1186] Write sources
[1177/1186] Compiling a_mbstr.cc
[1178/1186] Write sources
[1180/1233] Compiling a_gentm.cc
[1180/1233] Write sources
[1182/1284] Compiling a_int.cc
[1183/1284] Compiling a_bool.cc
[1184/1303] Compiling a_d2i_fp.cc
[1185/1303] Compiling a_bitstr.cc
[1187/1328] Compiling Algorithms Combinations.swift
[1188/1328] Compiling Algorithms Joined.swift
[1189/1328] Compiling Algorithms Keyed.swift
[1190/1328] Compiling Algorithms MinMax.swift
[1191/1335] Compiling Algorithms Chain.swift
[1192/1335] Compiling Algorithms Chunked.swift
[1193/1336] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[1194/1336] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[1195/1336] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[1196/1336] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[1197/1336] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[1198/1336] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[1199/1336] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[1200/1345] Emitting module BitCollections
[1201/1345] Compiling Algorithms Intersperse.swift
[1202/1345] Compiling Algorithms Compacted.swift
[1203/1345] Compiling Algorithms Cycle.swift
[1204/1345] Compiling Algorithms RandomSample.swift
[1205/1345] Compiling Algorithms Reductions.swift
[1206/1345] Compiling Algorithms Rotate.swift
[1207/1345] Emitting module AsyncAlgorithms
[1208/1351] Compiling Atomics IntegerOperations.swift
[1209/1351] Compiling Atomics Unmanaged extensions.swift
[1210/1351] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[1211/1351] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1212/1351] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1213/1351] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1214/1351] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1215/1351] Compiling AsyncAlgorithms AsyncChannel.swift
[1216/1351] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1217/1351] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[1218/1351] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[1219/1351] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[1220/1351] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[1221/1351] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[1222/1351] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[1223/1351] Compiling AsyncAlgorithms SetAlgebra.swift
[1224/1351] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1225/1351] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1226/1351] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1227/1351] Compiling AsyncAlgorithms ZipStateMachine.swift
[1228/1351] Compiling AsyncAlgorithms ZipStorage.swift
[1229/1351] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1230/1351] Compiling BitCollections BitSet.Counted.swift
[1243/1351] Compiling Algorithms FlattenCollection.swift
[1244/1351] Compiling Algorithms Grouped.swift
[1245/1351] Compiling Algorithms Indexed.swift
[1249/1351] Compiling Algorithms EitherSequence.swift
[1250/1351] Compiling Algorithms FirstNonNil.swift
[1255/1351] Compiling Algorithms Product.swift
[1256/1351] Compiling Algorithms Split.swift
[1257/1351] Compiling Algorithms Stride.swift
[1258/1351] Compiling Algorithms Suffix.swift
[1259/1351] Compiling Algorithms AdjacentPairs.swift
[1267/1351] Compiling CryptoBoringWrapper RandomBytes.swift
[1274/1354] Compiling BitCollections BitSet.Index.swift
[1275/1354] Compiling BitCollections BitSet._UnsafeHandle.swift
[1276/1354] Compiling BitCollections BitSet.swift
[1277/1354] Compiling BitCollections Range+Utilities.swift
[1278/1354] Compiling BitCollections Slice+Utilities.swift
[1279/1354] Compiling BitCollections UInt+Tricks.swift
[1280/1354] Compiling BitCollections _Word.swift
[1281/1354] Emitting module CryptoBoringWrapper
[1282/1355] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1283/1355] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1291/1355] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1292/1355] Compiling CryptoBoringWrapper EllipticCurve.swift
[1293/1355] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1294/1357] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1301/1358] Emitting module Collections
[1302/1358] Compiling Collections Collections.swift
[1304/1359] Compiling Algorithms Trim.swift
[1305/1359] Compiling Algorithms Unique.swift
[1306/1359] Compiling Algorithms Windows.swift
[1353/1439] Compiling Crypto AES-GCM.swift
[1354/1439] Compiling Crypto AES-GCM_boring.swift
[1355/1439] Compiling Crypto ChaChaPoly_boring.swift
[1356/1439] Compiling Crypto ASN1.swift
[1357/1439] Compiling Crypto ASN1Any.swift
[1358/1439] Compiling Crypto ASN1BitString.swift
[1359/1439] Emitting module Atomics
[1361/1440] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1362/1440] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1363/1440] Emitting module ServiceLifecycle
[1364/1441] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1365/1441] Emitting module Algorithms
[1366/1442] Compiling ServiceLifecycle ServiceRunnerError.swift
[1368/1442] Compiling ServiceLifecycle GracefulShutdown.swift
[1369/1442] Compiling ServiceLifecycle CancellationWaiter.swift
[1370/1502] Compiling ServiceLifecycle ServiceGroup.swift
[1371/1502] Compiling ServiceLifecycle Service.swift
[1373/1503] Compiling NIOCore ByteBuffer-views.swift
[1374/1503] Compiling NIOCore Channel.swift
[1375/1503] Compiling NIOCore ChannelHandler.swift
[1376/1503] Compiling NIOCore ChannelHandlers.swift
[1377/1503] Compiling NIOCore ChannelInvoker.swift
[1378/1503] Compiling NIOCore ChannelOption.swift
[1379/1503] Compiling NIOCore ChannelPipeline.swift
[1380/1503] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1381/1503] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1382/1503] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1383/1512] Compiling NIOCore MarkedCircularBuffer.swift
[1384/1512] Compiling NIOCore MulticastChannel.swift
[1385/1512] Compiling NIOCore NIOAny.swift
[1386/1512] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1387/1512] Compiling NIOCore NIOLoopBound.swift
[1388/1512] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1389/1512] Compiling NIOCore NIOScheduledCallback.swift
[1390/1512] Compiling NIOCore NIOSendable.swift
[1391/1512] Compiling NIOCore RecvByteBufferAllocator.swift
[1392/1512] Compiling Crypto X25519Keys.swift
[1393/1512] Compiling Crypto SymmetricKeys.swift
[1394/1512] Compiling Crypto HMAC.swift
[1395/1512] Compiling Crypto MACFunctions.swift
[1396/1512] Compiling Crypto MessageAuthenticationCode.swift
[1397/1512] Compiling Crypto AES.swift
[1398/1512] Compiling Crypto ECDSASignature_boring.swift
[1399/1512] Compiling Crypto ECDSA_boring.swift
[1400/1512] Compiling Crypto EdDSA_boring.swift
[1401/1512] Compiling Crypto ECDSA.swift
[1402/1512] Compiling Crypto Ed25519.swift
[1403/1512] Compiling NIOCore EventLoopFuture.swift
[1404/1512] Compiling NIOCore FileDescriptor.swift
[1405/1512] Compiling NIOCore FileHandle.swift
[1406/1512] Compiling NIOCore FileRegion.swift
[1407/1512] Compiling NIOCore GlobalSingletons.swift
[1408/1512] Compiling NIOCore CircularBuffer.swift
[1409/1512] Compiling NIOCore Codec.swift
[1410/1512] Compiling NIOCore ConvenienceOptionSupport.swift
[1411/1512] Compiling NIOCore DeadChannel.swift
[1412/1512] Compiling NIOCore DispatchQueue+WithFuture.swift
[1413/1512] Compiling NIOCore EventLoop+Deprecated.swift
[1414/1512] Compiling NIOCore EventLoop+SerialExecutor.swift
[1415/1512] Compiling NIOCore EventLoop.swift
[1416/1512] Compiling NIOCore IO.swift
[1417/1512] Compiling NIOCore IOData.swift
[1418/1512] Compiling NIOCore IPProtocol.swift
[1419/1512] Compiling NIOCore IntegerBitPacking.swift
[1420/1512] Compiling NIOCore IntegerTypes.swift
[1421/1512] Compiling NIOCore Interfaces.swift
[1422/1512] Compiling NIOCore Linux.swift
[1423/1512] Emitting module Crypto
[1424/1512] Compiling NIOCore BSDSocketAPI.swift
[1425/1512] Compiling NIOCore ByteBuffer-aux.swift
[1426/1512] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1427/1512] Compiling NIOCore ByteBuffer-conversions.swift
[1428/1512] Compiling NIOCore ByteBuffer-core.swift
[1429/1512] Compiling NIOCore ByteBuffer-hex.swift
[1430/1512] Compiling NIOCore ByteBuffer-int.swift
[1431/1512] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1432/1512] Compiling NIOCore ByteBuffer-multi-int.swift
[1433/1512] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1434/1512] Compiling NIOCore AddressedEnvelope.swift
[1435/1512] Compiling NIOCore AsyncAwaitSupport.swift
[1436/1512] Compiling NIOCore AsyncChannel.swift
[1437/1512] Compiling NIOCore AsyncChannelHandler.swift
[1438/1512] Compiling NIOCore AsyncChannelInboundStream.swift
[1439/1512] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1440/1512] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1441/1512] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1442/1512] Compiling NIOCore NIOAsyncWriter.swift
[1443/1512] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1460/1520] Compiling Crypto Signature.swift
[1461/1520] Compiling Crypto CryptoKitErrors_boring.swift
[1462/1520] Compiling Crypto RNG_boring.swift
[1463/1520] Compiling Crypto SafeCompare_boring.swift
[1464/1520] Compiling Crypto Zeroization_boring.swift
[1465/1520] Compiling Crypto PrettyBytes.swift
[1466/1520] Compiling Crypto SafeCompare.swift
[1467/1520] Compiling Crypto SecureBytes.swift
[1468/1520] Compiling Crypto Zeroization.swift
[1478/1523] Compiling HummingbirdOTP OTP.swift
[1479/1523] Emitting module HummingbirdOTP
[1489/1524] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1490/1524] Compiling NIOCore SocketAddresses.swift
[1491/1524] Compiling NIOCore SocketOptionProvider.swift
[1492/1524] Compiling NIOCore SystemCallHelpers.swift
[1493/1524] Compiling NIOCore TimeAmount+Duration.swift
[1494/1524] Compiling NIOCore TypeAssistedChannelHandler.swift
[1495/1524] Compiling NIOCore UniversalBootstrapSupport.swift
[1496/1524] Compiling NIOCore Utilities.swift
[1524/1524] Emitting module NIOCore
[1526/1577] Emitting module NIOHTTPTypes
[1527/1577] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1529/1578] Emitting module NIOEmbedded
[1530/1578] Compiling NIOEmbedded AsyncTestingChannel.swift
[1531/1578] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1532/1578] Compiling NIOEmbedded Embedded.swift
[1534/1579] Compiling NIOPosix IO.swift
[1535/1579] Compiling NIOPosix IntegerBitPacking.swift
[1536/1579] Compiling NIOPosix IntegerTypes.swift
[1537/1579] Compiling NIOPosix Linux.swift
[1538/1579] Compiling NIOPosix LinuxCPUSet.swift
[1539/1579] Compiling NIOPosix LinuxUring.swift
[1540/1579] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1541/1585] Compiling NIOPosix ThreadPosix.swift
[1542/1585] Compiling NIOPosix ThreadWindows.swift
[1543/1585] Compiling NIOPosix UnsafeTransfer.swift
[1544/1585] Compiling NIOPosix Utilities.swift
[1545/1585] Compiling NIOPosix VsockAddress.swift
[1546/1585] Compiling NIOPosix VsockChannelEvents.swift
[1547/1585] Emitting module NIOPosix
[1548/1585] Compiling NIOPosix Pool.swift
[1549/1585] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1550/1585] Compiling NIOPosix PosixSingletons.swift
[1551/1585] Compiling NIOPosix RawSocketBootstrap.swift
[1552/1585] Compiling NIOPosix Resolver.swift
[1553/1585] Compiling NIOPosix Selectable.swift
[1554/1585] Compiling NIOPosix SelectableChannel.swift
[1555/1585] Compiling NIOPosix SelectableEventLoop.swift
[1556/1585] Compiling NIOPosix SelectorEpoll.swift
[1557/1585] Compiling NIOPosix SelectorGeneric.swift
[1558/1585] Compiling NIOPosix SelectorKqueue.swift
[1559/1585] Compiling NIOPosix SelectorUring.swift
[1560/1585] Compiling NIOPosix ServerSocket.swift
[1561/1585] Compiling NIOPosix Socket.swift
[1562/1585] Compiling NIOPosix SocketChannel.swift
[1563/1585] Compiling NIOPosix SocketProtocols.swift
[1564/1585] Compiling NIOPosix System.swift
[1565/1585] Compiling NIOPosix Thread.swift
[1566/1585] Compiling NIOPosix Bootstrap.swift
[1567/1585] Compiling NIOPosix ControlMessage.swift
[1568/1585] Compiling NIOPosix DatagramVectorReadManager.swift
[1569/1585] Compiling NIOPosix Errors+Any.swift
[1570/1585] Compiling NIOPosix FileDescriptor.swift
[1571/1585] Compiling NIOPosix GetaddrinfoResolver.swift
[1572/1585] Compiling NIOPosix HappyEyeballs.swift
[1573/1585] Compiling NIOPosix BSDSocketAPICommon.swift
[1574/1585] Compiling NIOPosix BSDSocketAPIPosix.swift
[1575/1585] Compiling NIOPosix BSDSocketAPIWindows.swift
[1576/1585] Compiling NIOPosix BaseSocket.swift
[1577/1585] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1578/1585] Compiling NIOPosix BaseSocketChannel.swift
[1579/1585] Compiling NIOPosix BaseStreamSocketChannel.swift
[1580/1585] Compiling NIOPosix NIOThreadPool.swift
[1581/1585] Compiling NIOPosix NonBlockingFileIO.swift
[1582/1585] Compiling NIOPosix PendingDatagramWritesManager.swift
[1583/1585] Compiling NIOPosix PendingWritesManager.swift
[1584/1585] Compiling NIOPosix PipeChannel.swift
[1585/1585] Compiling NIOPosix PipePair.swift
[1587/1588] Compiling NIO Exports.swift
[1588/1588] Emitting module NIO
[1590/1628] Compiling NIOTLS TLSEvents.swift
[1591/1628] Emitting module NIOSOCKS
[1592/1629] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1593/1629] Emitting module NIOTLS
[1594/1629] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1595/1629] Compiling NIOSOCKS SOCKSResponse.swift
[1596/1629] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1597/1629] Compiling NIOSOCKS ServerStateMachine.swift
[1598/1629] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1599/1629] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1600/1629] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1601/1629] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1602/1629] Compiling NIOSOCKS ClientStateMachine.swift
[1603/1629] Compiling NIOSOCKS Errors.swift
[1604/1629] Compiling NIOSOCKS Helpers.swift
[1605/1629] Compiling NIOSOCKS AuthenticationMethod.swift
[1606/1629] Compiling NIOSOCKS ClientGreeting.swift
[1607/1629] Compiling NIOSOCKS SOCKSClientHandler.swift
[1608/1629] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1609/1629] Compiling NIOSOCKS Messages.swift
[1610/1629] Compiling NIOSOCKS SOCKSRequest.swift
[1612/1630] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1613/1632] Compiling NIOTLS SNIHandler.swift
[1616/1633] Emitting module NIOHTTP1
[1617/1633] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1618/1633] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1619/1633] Emitting module NIOFoundationCompat
[1620/1633] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1621/1661] Compiling NIOSSL SSLCallbacks.swift
[1622/1661] Compiling NIOSSL SSLCertificate.swift
[1623/1661] Compiling NIOSSL ObjectIdentifier.swift
[1624/1661] Compiling NIOSSL PosixPort.swift
[1626/1663] Compiling NIOSSL NIOSSLClientHandler.swift
[1627/1663] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1628/1663] Compiling NIOSSL IdentityVerification.swift
[1629/1663] Compiling NIOSSL LinuxCABundle.swift
[1630/1685] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1631/1685] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1632/1685] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1633/1687] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1634/1687] Compiling NIOTransportServices NIOTSErrors.swift
[1635/1687] Compiling NIOTransportServices NIOTSEventLoop.swift
[1636/1687] Compiling NIOTransportServices NIOTSBootstraps.swift
[1637/1687] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1638/1687] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1639/1687] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1640/1687] Compiling NIOTransportServices NIOTSSingletons.swift
[1641/1687] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1642/1687] Compiling NIOTransportServices StateManagedChannel.swift
[1643/1687] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1644/1687] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1645/1687] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1646/1687] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1647/1687] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1648/1687] Compiling NIOTransportServices AcceptHandler.swift
[1649/1687] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1650/1687] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1651/1687] Emitting module NIOTransportServices
[1654/1687] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1655/1687] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1661/1729] Emitting module NIOSSL
[1662/1733] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1663/1733] Compiling NIOExtras NIOExtrasError.swift
[1664/1735] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1665/1735] Emitting module NIOHTTPTypesHTTP1
[1666/1735] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1667/1735] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1668/1735] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1669/1735] Compiling NIOExtras NIORequestIdentifiable.swift
[1670/1735] Compiling NIOHPACK IntegerCoding.swift
[1671/1735] Compiling NIOHPACK IndexedHeaderTable.swift
[1675/1736] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1676/1736] Compiling NIOSSL SubjectAlternativeName.swift
[1677/1736] Compiling NIOSSL NIOSSLSecureBytes.swift
[1678/1736] Compiling NIOSSL RNG.swift
[1679/1736] Compiling NIOSSL SafeCompare.swift
[1680/1736] Compiling NIOExtras JSONRPCFraming.swift
[1681/1736] Compiling NIOExtras DebugInboundEventsHandler.swift
[1682/1736] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1683/1736] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1686/1736] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1687/1736] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1688/1736] Emitting module NIOHTTPCompression
[1689/1736] Compiling NIOHTTPCompression HTTPCompression.swift
[1690/1736] Compiling NIOHTTPCompression HTTPDecompression.swift
[1691/1736] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1692/1736] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1693/1736] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1694/1736] Compiling NIOHPACK HuffmanTables.swift
[1695/1737] Compiling NIOHPACK HuffmanCoding.swift
[1696/1737] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1697/1738] Compiling NIOHPACK StaticHeaderTable.swift
[1698/1738] Emitting module NIOHPACK
[1701/1738] Emitting module NIOExtras
[1711/1738] Compiling NIOExtras RequestResponseHandler.swift
[1712/1738] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1713/1738] Compiling NIOExtras PCAPRingBuffer.swift
[1714/1738] Compiling NIOExtras QuiescingHelper.swift
[1715/1738] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1716/1738] Compiling NIOExtras LengthFieldPrepender.swift
[1717/1738] Compiling NIOExtras LineBasedFrameDecoder.swift
[1730/1739] Compiling NIOExtras UnsafeTransfer.swift
[1731/1739] Compiling NIOExtras WritePCAPHandler.swift
[1736/1740] Compiling NIOSSL Zeroization.swift
[1737/1740] Compiling NIOSSL TLSConfiguration.swift
[1738/1740] Compiling NIOSSL UniversalBootstrapSupport.swift
[1739/1740] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1742/1823] Compiling HummingbirdCore ResponseWriter.swift
[1743/1823] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[1744/1823] Compiling HummingbirdCore BindAddress.swift
[1745/1823] Compiling HummingbirdCore HTTP1Channel.swift
[1746/1823] Compiling HummingbirdCore HTTPChannelHandler.swift
[1747/1823] Compiling HummingbirdCore HTTPServerBuilder.swift
[1748/1823] Compiling HummingbirdCore HTTPUserEventHandler.swift
[1749/1823] Compiling HummingbirdCore Server.swift
[1750/1831] Emitting module NIOHTTP2
[1751/1831] Compiling HummingbirdCore ServerChildChannel.swift
[1752/1831] Compiling HummingbirdCore ServerConfiguration.swift
[1753/1831] Compiling HummingbirdCore TSTLSOptions.swift
[1754/1831] Compiling HummingbirdCore AnyAsyncSequence.swift
[1755/1831] Compiling HummingbirdCore FlatDictionary.swift
[1756/1831] Compiling HummingbirdCore HBParser.swift
[1757/1831] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1758/1831] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1759/1831] Compiling NIOHTTP2 InboundWindowManager.swift
[1760/1831] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1761/1831] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1762/1831] Compiling NIOHTTP2 StreamChannelList.swift
[1763/1831] Compiling NIOHTTP2 StreamMap.swift
[1764/1831] Compiling NIOHTTP2 StreamStateMachine.swift
[1765/1831] Compiling NIOHTTP2 UnsafeTransfer.swift
[1766/1831] Compiling NIOHTTP2 WatermarkedFlowController.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
[1770/1831] 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
<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
[1773/1834] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1774/1834] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1775/1834] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1776/1834] Compiling NIOHTTP2 HTTP2StreamID.swift
[1777/1834] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1778/1834] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1779/1834] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1780/1834] Compiling NIOHTTP2 InboundEventBuffer.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
[1784/1834] 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
[1785/1834] 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
[1786/1834] 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
[1787/1834] 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
[1788/1834] Compiling HummingbirdCore Deprecations.swift
[1789/1834] Compiling HummingbirdCore Request.swift
[1790/1834] Compiling HummingbirdCore RequestBody+inboundClose.swift
[1791/1834] Compiling HummingbirdCore RequestBody.swift
[1797/1834] Emitting module HummingbirdCore
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<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
[1808/1834] 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
[1809/1834] 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
[1810/1834] 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
[1812/1835] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1813/1835] Compiling NIOHTTP2 HTTP2Frame.swift
[1814/1835] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1815/1835] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1816/1835] Compiling NIOHTTP2 HTTP2PingData.swift
[1817/1835] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1818/1835] Compiling NIOHTTP2 HTTP2Settings.swift
[1819/1835] Compiling NIOHTTP2 HTTP2Stream.swift
[1820/1899] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[1821/1899] Compiling Hummingbird Exports.swift
[1822/1899] Compiling Hummingbird CacheControl.swift
[1823/1899] Compiling Hummingbird _SpreadMiddleware.swift
[1824/1899] Compiling Hummingbird TracingMiddleware.swift
[1825/1899] Compiling Hummingbird EndpointResponder.swift
[1826/1899] Compiling Hummingbird Parameters+UUID.swift
[1827/1899] Compiling Hummingbird Parameters.swift
[1828/1899] Compiling Hummingbird _Middleware2.swift
[1829/1899] Compiling Hummingbird _OptionalMiddleware.swift
[1830/1899] Compiling Hummingbird Configuration.swift
[1831/1899] Compiling Hummingbird Deprecations.swift
[1832/1899] Compiling Hummingbird Environment.swift
[1833/1899] Compiling Hummingbird EditedHTTPError.swift
[1834/1899] Compiling Hummingbird HTTPError.swift
[1835/1899] Compiling Hummingbird HTTPResponseError.swift
[1837/1960] 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
[1838/1960] 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
[1839/1960] 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
[1840/1960] 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
[1841/1960] 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
[1842/1960] 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
[1843/1960] 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
[1844/1960] 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
[1845/1960] 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
[1846/1969] Emitting module AsyncHTTPClient
[1847/1977] 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
[1848/1977] 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
[1849/1977] 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
[1850/1977] 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
[1851/1977] 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
[1852/1977] Compiling AsyncHTTPClient RequestBag.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1853/1977] Compiling AsyncHTTPClient RequestValidation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1854/1977] Compiling AsyncHTTPClient SSLContextCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1855/1977] Compiling AsyncHTTPClient Scheme.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1856/1977] 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
[1857/1977] 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
[1858/1977] 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
[1859/1977] 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
[1860/1977] 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
[1861/1977] 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
[1862/1977] 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
[1863/1977] 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
[1864/1977] 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
[1865/1977] 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
[1866/1977] 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
[1867/1977] 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
[1868/1977] 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
[1869/1977] 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
[1870/1977] 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
[1871/1977] 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
[1872/1977] 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
[1873/1977] 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
[1874/1977] 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
[1875/1977] 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
[1876/1977] 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
[1877/1977] 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
[1878/1977] 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
[1879/1977] 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
[1880/1977] 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
[1881/1977] 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
[1882/1977] 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
[1883/1977] 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
[1884/1977] 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
[1885/1977] 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
[1886/1977] 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
[1887/1977] 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
[1888/1977] 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
[1889/1977] 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
[1890/1977] 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
[1891/1977] 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
[1908/1977] 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
[1909/1977] 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
[1910/1977] 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
[1911/1977] 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
[1912/1977] 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
[1913/1977] 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
[1914/1977] 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
[1915/1977] 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
[1916/1977] 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
[1917/1977] 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
[1918/1977] 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
[1919/1977] 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
[1920/1977] 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
[1921/1977] 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
[1922/1977] 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
[1923/1977] 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
[1924/1977] 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
[1925/1977] 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
[1926/1977] 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
[1980/2000] Compiling HummingbirdAuth IsAuthenticatedMiddleware.swift
[1981/2000] Compiling HummingbirdAuth SessionAuthenticator.swift
[1982/2000] 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 |
[1983/2000] Compiling HummingbirdAuth SessionMiddleware.swift
[1984/2000] Compiling HummingbirdAuth SessionContext.swift
[1985/2000] Compiling HummingbirdAuth BearerAuthentication.swift
[1986/2000] Compiling HummingbirdAuth Deprecated.swift
[1987/2001] Compiling HummingbirdTesting Application+Test.swift
[1988/2001] Compiling HummingbirdTesting ApplicationTester.swift
[1989/2001] Emitting module HummingbirdAuth
[1990/2001] Compiling HummingbirdAuth ClosureAuthenticator.swift
[1991/2001] Compiling HummingbirdAuth BasicAuthentication.swift
[1992/2001] Compiling HummingbirdAuth UserSessionRepository.swift
[1994/2006] Compiling HummingbirdBasicAuth PasswordVerifier.swift
[1995/2006] Compiling HummingbirdBasicAuth UserPasswordRepository.swift
[1996/2006] Compiling HummingbirdBasicAuth BasicAuthenticator.swift
[1997/2006] Emitting module HummingbirdBasicAuth
[1998/2007] 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
[1999/2008] 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
[2001/2008] 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
[2002/2008] 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
[2003/2008] 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
<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
[2006/2008] 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
[2007/2008] 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
[2008/2008] 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
[2010/2011] Emitting module HummingbirdAuthTesting
[2011/2011] 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! (490.58s)
Build complete.
{
"dependencies" : [
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.63.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-extras-base64",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-extras/swift-extras-base64.git"
}
],
"manifest_display_name" : "hummingbird-auth",
"name" : "hummingbird-auth",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "HummingbirdAuth",
"targets" : [
"HummingbirdAuth"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdBasicAuth",
"targets" : [
"HummingbirdBasicAuth"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdBcrypt",
"targets" : [
"HummingbirdBcrypt"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdOTP",
"targets" : [
"HummingbirdOTP"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdAuthTesting",
"targets" : [
"HummingbirdAuthTesting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HummingbirdOTP",
"module_type" : "SwiftTarget",
"name" : "HummingbirdOTP",
"path" : "Sources/HummingbirdOTP",
"product_dependencies" : [
"Crypto",
"ExtrasBase64"
],
"product_memberships" : [
"HummingbirdOTP"
],
"sources" : [
"OTP.swift"
],
"type" : "library"
},
{
"c99name" : "HummingbirdBcrypt",
"module_type" : "SwiftTarget",
"name" : "HummingbirdBcrypt",
"path" : "Sources/HummingbirdBcrypt",
"product_memberships" : [
"HummingbirdBasicAuth",
"HummingbirdBcrypt"
],
"sources" : [
"Bcrypt.swift"
],
"target_dependencies" : [
"CBcrypt"
],
"type" : "library"
},
{
"c99name" : "HummingbirdBasicAuth",
"module_type" : "SwiftTarget",
"name" : "HummingbirdBasicAuth",
"path" : "Sources/HummingbirdBasicAuth",
"product_dependencies" : [
"Hummingbird"
],
"product_memberships" : [
"HummingbirdBasicAuth"
],
"sources" : [
"BasicAuthenticator.swift",
"PasswordVerifier.swift",
"UserPasswordRepository.swift"
],
"target_dependencies" : [
"HummingbirdAuth",
"HummingbirdBcrypt"
],
"type" : "library"
},
{
"c99name" : "HummingbirdAuthTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdAuthTests",
"path" : "Tests/HummingbirdAuthTests",
"product_dependencies" : [
"HummingbirdTesting",
"NIOPosix"
],
"sources" : [
"AuthTests.swift",
"BcryptTests.swift",
"OTPTests.swift",
"SessionTests.swift"
],
"target_dependencies" : [
"HummingbirdAuth",
"HummingbirdBasicAuth",
"HummingbirdBcrypt",
"HummingbirdOTP",
"HummingbirdAuthTesting"
],
"type" : "test"
},
{
"c99name" : "HummingbirdAuthTesting",
"module_type" : "SwiftTarget",
"name" : "HummingbirdAuthTesting",
"path" : "Sources/HummingbirdAuthTesting",
"product_dependencies" : [
"HummingbirdTesting"
],
"product_memberships" : [
"HummingbirdAuthTesting"
],
"sources" : [
"TestClient+Auth.swift"
],
"target_dependencies" : [
"HummingbirdAuth"
],
"type" : "library"
},
{
"c99name" : "HummingbirdAuth",
"module_type" : "SwiftTarget",
"name" : "HummingbirdAuth",
"path" : "Sources/HummingbirdAuth",
"product_dependencies" : [
"Hummingbird",
"ExtrasBase64"
],
"product_memberships" : [
"HummingbirdAuth",
"HummingbirdBasicAuth",
"HummingbirdAuthTesting"
],
"sources" : [
"Authenticator/AuthRequestContext.swift",
"Authenticator/Authenticator.swift",
"Authenticator/ClosureAuthenticator.swift",
"BasicAuthentication.swift",
"BearerAuthentication.swift",
"Deprecated.swift",
"Middleware/IsAuthenticatedMiddleware.swift",
"Sessions/SessionAuthenticator.swift",
"Sessions/SessionContext.swift",
"Sessions/SessionMiddleware.swift",
"Sessions/SessionStorage.swift",
"Sessions/UserSessionRepository.swift"
],
"type" : "library"
},
{
"c99name" : "CBcrypt",
"module_type" : "ClangTarget",
"name" : "CBcrypt",
"path" : "Sources/CBcrypt",
"product_memberships" : [
"HummingbirdBasicAuth",
"HummingbirdBcrypt"
],
"sources" : [
"bcrypt.c",
"blf.c"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.