Build Information
Successful build of hummingbird-auth, reference 2.0.2 (8630a4
), with Swift 6.1 for Linux on 30 Apr 2025 02:21:03 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.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: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/hummingbird-project/hummingbird-auth.git
https://github.com/hummingbird-project/hummingbird-auth.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.63.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-extras-base64",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-extras/swift-extras-base64.git"
}
],
"manifest_display_name" : "hummingbird-auth",
"name" : "hummingbird-auth",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "HummingbirdAuth",
"targets" : [
"HummingbirdAuth"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdBasicAuth",
"targets" : [
"HummingbirdBasicAuth"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdBcrypt",
"targets" : [
"HummingbirdBcrypt"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdOTP",
"targets" : [
"HummingbirdOTP"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdAuthTesting",
"targets" : [
"HummingbirdAuthTesting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HummingbirdOTP",
"module_type" : "SwiftTarget",
"name" : "HummingbirdOTP",
"path" : "Sources/HummingbirdOTP",
"product_dependencies" : [
"Crypto",
"ExtrasBase64"
],
"product_memberships" : [
"HummingbirdOTP"
],
"sources" : [
"OTP.swift"
],
"type" : "library"
},
{
"c99name" : "HummingbirdBcrypt",
"module_type" : "SwiftTarget",
"name" : "HummingbirdBcrypt",
"path" : "Sources/HummingbirdBcrypt",
"product_memberships" : [
"HummingbirdBasicAuth",
"HummingbirdBcrypt"
],
"sources" : [
"Bcrypt.swift"
],
"target_dependencies" : [
"CBcrypt"
],
"type" : "library"
},
{
"c99name" : "HummingbirdBasicAuth",
"module_type" : "SwiftTarget",
"name" : "HummingbirdBasicAuth",
"path" : "Sources/HummingbirdBasicAuth",
"product_dependencies" : [
"Hummingbird"
],
"product_memberships" : [
"HummingbirdBasicAuth"
],
"sources" : [
"BasicAuthenticator.swift",
"PasswordVerifier.swift",
"UserPasswordRepository.swift"
],
"target_dependencies" : [
"HummingbirdAuth",
"HummingbirdBcrypt"
],
"type" : "library"
},
{
"c99name" : "HummingbirdAuthTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdAuthTests",
"path" : "Tests/HummingbirdAuthTests",
"product_dependencies" : [
"HummingbirdTesting",
"NIOPosix"
],
"sources" : [
"AuthTests.swift",
"BcryptTests.swift",
"OTPTests.swift",
"SessionTests.swift"
],
"target_dependencies" : [
"HummingbirdAuth",
"HummingbirdBasicAuth",
"HummingbirdBcrypt",
"HummingbirdOTP",
"HummingbirdAuthTesting"
],
"type" : "test"
},
{
"c99name" : "HummingbirdAuthTesting",
"module_type" : "SwiftTarget",
"name" : "HummingbirdAuthTesting",
"path" : "Sources/HummingbirdAuthTesting",
"product_dependencies" : [
"HummingbirdTesting"
],
"product_memberships" : [
"HummingbirdAuthTesting"
],
"sources" : [
"TestClient+Auth.swift"
],
"target_dependencies" : [
"HummingbirdAuth"
],
"type" : "library"
},
{
"c99name" : "HummingbirdAuth",
"module_type" : "SwiftTarget",
"name" : "HummingbirdAuth",
"path" : "Sources/HummingbirdAuth",
"product_dependencies" : [
"Hummingbird",
"ExtrasBase64"
],
"product_memberships" : [
"HummingbirdAuth",
"HummingbirdBasicAuth",
"HummingbirdAuthTesting"
],
"sources" : [
"Authenticator/AuthRequestContext.swift",
"Authenticator/Authenticator.swift",
"Authenticator/ClosureAuthenticator.swift",
"BasicAuthentication.swift",
"BearerAuthentication.swift",
"Deprecated.swift",
"Middleware/IsAuthenticatedMiddleware.swift",
"Sessions/SessionAuthenticator.swift",
"Sessions/SessionContext.swift",
"Sessions/SessionMiddleware.swift",
"Sessions/SessionStorage.swift",
"Sessions/UserSessionRepository.swift"
],
"type" : "library"
},
{
"c99name" : "CBcrypt",
"module_type" : "ClangTarget",
"name" : "CBcrypt",
"path" : "Sources/CBcrypt",
"product_memberships" : [
"HummingbirdBasicAuth",
"HummingbirdBcrypt"
],
"sources" : [
"bcrypt.c",
"blf.c"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swift-extras/swift-extras-base64.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/hummingbird-project/hummingbird.git
[1/833] Fetching swift-extras-base64
[834/14617] Fetching swift-extras-base64, swift-crypto
[1799/39040] Fetching swift-extras-base64, swift-crypto, hummingbird
[3817/114601] Fetching swift-extras-base64, swift-crypto, hummingbird, swift-nio
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.74s)
[66755/90178] Fetching swift-extras-base64, swift-crypto, swift-nio
Fetched https://github.com/swift-extras/swift-extras-base64.git from cache (4.95s)
Fetched https://github.com/apple/swift-crypto.git from cache (4.98s)
Fetched https://github.com/apple/swift-nio.git from cache (5.05s)
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 (7.30s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.12.0 (0.62s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/2394] Fetching swift-service-lifecycle
[2395/8056] Fetching swift-service-lifecycle, swift-nio-extras
[2396/19560] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-http2
[2397/22179] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-http2, swift-nio-transport-services
[5862/36069] Fetching swift-service-lifecycle, swift-nio-extras, swift-nio-http2, swift-nio-transport-services, async-http-client
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.59s)
[10563/33675] Fetching swift-nio-extras, swift-nio-http2, swift-nio-transport-services, async-http-client
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.72s)
[15000/31056] Fetching swift-nio-extras, swift-nio-http2, async-http-client
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.92s)
[15286/25394] Fetching swift-nio-http2, async-http-client
Fetching https://github.com/apple/swift-http-types.git
[16097/30368] Fetching swift-nio-http2, async-http-client, swift-distributed-tracing
[18705/32574] Fetching swift-nio-http2, async-http-client, swift-distributed-tracing, swift-metrics
[30160/33478] Fetching swift-nio-http2, async-http-client, swift-distributed-tracing, swift-metrics, swift-http-types
Fetched https://github.com/apple/swift-metrics.git from cache (0.69s)
[28324/31272] Fetching swift-nio-http2, async-http-client, swift-distributed-tracing, swift-http-types
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-http-types.git from cache (0.67s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.02s)
[25164/25394] Fetching swift-nio-http2, async-http-client
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-atomics.git
[25395/29230] Fetching swift-nio-http2, async-http-client, swift-log
Fetching https://github.com/apple/swift-nio-ssl.git
[29231/30935] Fetching swift-nio-http2, async-http-client, swift-log, swift-atomics
[30067/47204] Fetching swift-nio-http2, async-http-client, swift-log, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (1.03s)
[28282/43368] Fetching swift-nio-http2, async-http-client, swift-atomics, swift-collections
Fetching https://github.com/apple/swift-async-algorithms.git
[31330/58177] Fetching swift-nio-http2, async-http-client, swift-atomics, swift-collections, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (1.29s)
[34507/56472] Fetching swift-nio-http2, async-http-client, swift-collections, swift-nio-ssl
[34657/61437] Fetching swift-nio-http2, async-http-client, swift-collections, swift-nio-ssl, swift-async-algorithms
Fetched https://github.com/swift-server/async-http-client.git from cache (3.22s)
[26917/47547] Fetching swift-nio-http2, swift-collections, swift-nio-ssl, swift-async-algorithms
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.24s)
[15661/36043] Fetching swift-collections, swift-nio-ssl, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.99s)
[16571/31078] Fetching swift-collections, swift-nio-ssl
Fetched https://github.com/apple/swift-collections.git from cache (2.49s)
[10663/14809] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.53s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (9.69s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (1.47s)
Fetching https://github.com/apple/swift-system.git
[1/4364] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.56s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.55s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.12s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.96s)
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.91s)
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.44s)
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.48s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.96s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (2.05s)
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 (1.56s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.24s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/5903] Fetching swift-algorithms
[120/7030] Fetching swift-algorithms, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.48s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.60s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.69s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.64s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.60s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.96s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.99s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.7.0 (0.91s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.89s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.97s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.99s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.57s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.43s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.48s)
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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.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.25.2
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.1.4
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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.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.30.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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.7.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-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/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.12.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Building for debugging...
[0/831] Write sources
[24/831] Compiling CBcrypt bcrypt.c
[25/831] Write sources
[26/831] Compiling _NumericsShims _NumericsShims.c
[27/831] Write sources
[29/831] Compiling CBcrypt blf.c
[30/831] Compiling _AtomicsShims.c
[30/831] Write swift-version-24593BA9C3E375BF.txt
[30/831] Write sources
[54/831] Compiling siphash.cc
[55/831] Compiling rsa_print.cc
[55/831] Compiling sha1.cc
[57/831] Compiling sha512.cc
[58/831] Compiling sha256.cc
[60/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
[61/882] Emitting module ServiceContextModule
[62/882] Emitting module InternalCollectionsUtilities
[63/884] Emitting module HTTPTypes
[64/885] Compiling RealModule Real.swift
[65/886] 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
[66/887] Compiling RealModule Float80+Real.swift
[67/887] Compiling RealModule Float16+Real.swift
[68/887] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[69/887] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[71/887] Compiling ServiceContextModule ServiceContext.swift
[72/887] Compiling HTTPTypes HTTPParsedFields.swift
[73/887] Compiling _NIODataStructures PriorityQueue.swift
[74/887] Compiling _NIODataStructures _TinyArray.swift
[75/887] Emitting module _NIOBase64
[76/887] Compiling _NIOBase64 Base64.swift
[77/888] Compiling HTTPTypes HTTPField.swift
[78/888] Compiling RealModule ElementaryFunctions.swift
[79/888] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[80/888] Compiling InternalCollectionsUtilities UInt+reversed.swift
[81/888] Compiling ServiceContextModule ServiceContextKey.swift
[82/888] Compiling RealModule Float+Real.swift
[83/888] Compiling RealModule RealFunctions.swift
[85/888] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[86/888] Compiling HTTPTypes HTTPRequest.swift
[87/888] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[88/888] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[89/888] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[90/888] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[91/888] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[92/889] Compiling HTTPTypes HTTPResponse.swift
[93/889] Compiling HTTPTypes ISOLatin1String.swift
[94/889] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[95/889] Compiling InternalCollectionsUtilities Specialize.swift
[96/889] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[97/889] Compiling InternalCollectionsUtilities Integer rank.swift
[99/889] Emitting module RealModule
[101/889] Compiling InternalCollectionsUtilities _SortedCollection.swift
[103/889] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[104/889] Compiling InternalCollectionsUtilities Debugging.swift
[105/889] Compiling InternalCollectionsUtilities Descriptions.swift
[110/943] Compiling Instrumentation NoOpInstrument.swift
[111/974] Compiling Instrumentation MultiplexInstrument.swift
[112/974] Compiling ConcurrencyHelpers LockedValueBox.swift
[113/974] Compiling Logging MetadataProvider.swift
[114/974] Emitting module CoreMetrics
[115/974] Compiling Instrumentation InstrumentationSystem.swift
[116/974] Emitting module Instrumentation
[117/974] Compiling Instrumentation Instrument.swift
[118/974] Compiling Instrumentation Locks.swift
[119/974] Compiling HTTPTypes NIOLock.swift
[120/974] Compiling ConcurrencyHelpers Lock.swift
[121/974] Emitting module ConcurrencyHelpers
[122/976] Compiling _NIODataStructures Heap.swift
[123/976] Emitting module _NIODataStructures
[124/976] Compiling Logging LogHandler.swift
[125/977] Compiling Logging Logging.swift
[126/977] Compiling Logging Locks.swift
[127/977] Emitting module Logging
[132/985] Compiling CoreMetrics Locks.swift
[133/985] Compiling CoreMetrics Metrics.swift
[135/1087] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[136/1120] Compiling HeapModule _HeapNode.swift
[137/1120] Compiling HeapModule Heap+Descriptions.swift
[138/1120] Compiling HeapModule Heap.swift
[139/1128] Compiling HashTreeCollections TreeSet+Hashable.swift
[140/1128] Compiling HashTreeCollections TreeSet+Sendable.swift
[141/1128] Compiling HashTreeCollections TreeSet+Sequence.swift
[142/1128] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[143/1128] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[144/1128] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[145/1128] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[146/1128] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[147/1128] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[148/1128] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[149/1138] Emitting module UnixSignals
[150/1138] Compiling UnixSignals UnixSignal.swift
[151/1138] Compiling HeapModule Heap+Invariants.swift
[152/1138] Compiling HeapModule Heap+UnsafeHandle.swift
[153/1138] Emitting module HeapModule
[154/1139] Compiling UnixSignals UnixSignalsSequence.swift
[156/1140] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[157/1140] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[158/1140] Compiling HashTreeCollections TreeDictionary+Keys.swift
[159/1140] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[160/1140] Compiling HashTreeCollections TreeDictionary+Merge.swift
[161/1140] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[162/1140] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[164/1147] Compiling Tracing TracerProtocol+Legacy.swift
[165/1147] Compiling Tracing TracingTime.swift
[166/1147] Compiling Tracing TracerProtocol.swift
[167/1147] Emitting module Tracing
[168/1147] Compiling HashTreeCollections _HashNode+Structural union.swift
[169/1147] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[170/1147] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[171/1147] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[172/1147] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[173/1147] Compiling HashTreeCollections _HashNode.swift
[174/1147] Compiling HashTreeCollections _HashNodeHeader.swift
[175/1147] Compiling HashTreeCollections _HashSlot.swift
[176/1147] Compiling Tracing Tracer.swift
[177/1164] Compiling DequeModule Deque+Testing.swift
[178/1164] Compiling DequeModule Deque._Storage.swift
[179/1164] Compiling DequeModule Deque._UnsafeHandle.swift
[180/1164] Compiling DequeModule Deque.swift
[181/1164] Compiling DequeModule _DequeBuffer.swift
[182/1164] Compiling DequeModule _DequeBufferHeader.swift
[183/1164] Compiling HashTreeCollections _Hash.swift
[184/1164] Compiling HashTreeCollections _HashLevel.swift
[185/1164] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[186/1164] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[187/1164] Compiling HashTreeCollections TreeDictionary+Filter.swift
[195/1164] Compiling OrderedCollections OrderedSet+Sendable.swift
[196/1164] Compiling OrderedCollections OrderedSet+SubSequence.swift
[197/1164] Compiling OrderedCollections OrderedSet+Testing.swift
[198/1164] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[199/1164] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[200/1164] Compiling OrderedCollections OrderedSet.swift
[201/1164] Compiling OrderedCollections _UnsafeBitset.swift
[202/1164] Compiling HashTreeCollections TreeSet+Equatable.swift
[203/1164] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[204/1164] Compiling HashTreeCollections TreeSet+Extras.swift
[205/1164] Compiling HashTreeCollections TreeSet+Filter.swift
[206/1164] Compiling HashTreeCollections _HashStack.swift
[207/1164] Compiling HashTreeCollections _HashTreeIterator.swift
[208/1164] Compiling HashTreeCollections _HashTreeStatistics.swift
[209/1164] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[210/1164] Compiling HashTreeCollections _RawHashNode.swift
[211/1164] Compiling HashTreeCollections _UnmanagedHashNode.swift
[212/1164] Compiling HashTreeCollections _UnsafePath.swift
[213/1164] Compiling HashTreeCollections TreeDictionary+Codable.swift
[214/1164] Compiling HashTreeCollections TreeDictionary+Collection.swift
[215/1164] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[216/1164] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[217/1164] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[221/1164] Compiling HashTreeCollections _HashNode+Builder.swift
[222/1164] Compiling HashTreeCollections _HashNode+Debugging.swift
[223/1164] Compiling HashTreeCollections _HashNode+Initializers.swift
[224/1164] Compiling HashTreeCollections _HashNode+Invariants.swift
[225/1164] Compiling HashTreeCollections _HashNode+Lookups.swift
[226/1164] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[227/1164] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[228/1164] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[247/1173] Compiling DequeModule Deque+CustomReflectable.swift
[248/1173] Compiling DequeModule Deque+Descriptions.swift
[249/1173] Compiling DequeModule Deque+Codable.swift
[250/1173] Compiling DequeModule Deque+Collection.swift
[251/1173] Compiling DequeModule Deque+Equatable.swift
[252/1173] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[253/1173] Compiling DequeModule Deque+Extras.swift
[254/1173] Compiling DequeModule Deque+Hashable.swift
[261/1175] Compiling _RopeModule _CharacterRecognizer.swift
[262/1175] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[263/1175] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[264/1175] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[265/1175] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[266/1175] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[267/1175] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[268/1175] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[269/1175] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[270/1175] Compiling HashTreeCollections TreeSet.swift
[271/1175] Compiling Tracing InstrumentationSystem+Tracing.swift
[272/1175] Compiling Tracing SpanProtocol.swift
[273/1175] Compiling Tracing NoOpTracer.swift
[285/1176] Compiling DequeModule _DequeSlot.swift
[286/1176] Compiling DequeModule _UnsafeWrappedBuffer.swift
[293/1176] Compiling HTTPTypes HTTPFields.swift
[294/1176] Compiling HTTPTypes HTTPFieldName.swift
[296/1196] Emitting module DequeModule
[297/1196] Compiling Atomics AtomicBool.swift
[298/1196] Compiling Atomics Primitives.shims.swift
[298/1197] Write sources
[300/1197] Compiling CNIOWindows shim.c
[312/1197] Compiling Atomics ManagedAtomicLazyReference.swift
[313/1197] Compiling Atomics AtomicMemoryOrderings.swift
[314/1197] Compiling Atomics DoubleWord.swift
[315/1197] Compiling Atomics AtomicReference.swift
[316/1197] Compiling Atomics AtomicStorage.swift
[317/1197] Compiling Atomics AtomicValue.swift
[318/1197] Compiling Atomics UnsafeAtomic.swift
[319/1197] Compiling Atomics UnsafeAtomicLazyReference.swift
[340/1197] Compiling CNIOWindows WSAStartup.c
[341/1197] Compiling CNIOWASI CNIOWASI.c
[354/1197] Compiling Atomics ManagedAtomic.swift
[355/1197] Compiling CNIOLinux liburing_shims.c
[365/1199] Compiling CNIOLinux shim.c
[367/1199] Emitting module OrderedCollections
[367/1200] Compiling CNIOLLHTTP c_nio_http.c
[370/1200] Compiling CNIOLLHTTP c_nio_api.c
[371/1200] Compiling CNIOExtrasZlib empty.c
[372/1200] Compiling CNIODarwin shim.c
[375/1200] Compiling Atomics OptionalRawRepresentable.swift
[376/1200] Compiling Atomics RawRepresentable.swift
[379/1200] Compiling Atomics AtomicInteger.swift
[380/1200] Compiling Atomics AtomicOptionalWrappable.swift
[381/1200] Compiling Atomics IntegerConformances.swift
[382/1200] Compiling Atomics PointerConformances.swift
[383/1200] Compiling Atomics Primitives.native.swift
[386/1200] Emitting module _RopeModule
[386/1200] Compiling fiat_p256_adx_sqr.S
[387/1200] Compiling CNIOLLHTTP c_nio_llhttp.c
[388/1200] Compiling fiat_p256_adx_mul.S
[396/1200] Compiling Atomics IntegerOperations.swift
[397/1200] Compiling Atomics Unmanaged extensions.swift
[397/1200] Compiling fiat_curve25519_adx_square.S
[398/1245] Compiling fiat_curve25519_adx_mul.S
[399/1245] Compiling CNIOBoringSSLShims shims.c
[401/1245] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[402/1245] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[403/1245] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[404/1245] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[405/1245] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[406/1245] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[407/1245] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[408/1245] Compiling AsyncAlgorithms AsyncChannel.swift
[409/1245] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[410/1245] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[411/1245] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[412/1245] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[413/1245] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[414/1245] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[415/1245] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[416/1245] Compiling AsyncAlgorithms ChannelStateMachine.swift
[417/1245] Compiling AsyncAlgorithms ChannelStorage.swift
[418/1245] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[419/1245] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[420/1245] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[421/1245] Compiling AsyncAlgorithms CombineLatestStorage.swift
[422/1245] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[423/1245] Compiling _RopeModule Rope+Join.swift
[424/1245] Compiling _RopeModule Rope+MutatingForEach.swift
[425/1245] Compiling _RopeModule Rope+Remove.swift
[426/1245] Compiling _RopeModule Rope+RemoveSubrange.swift
[427/1245] Compiling _RopeModule Rope+Split.swift
[428/1245] Compiling _RopeModule Optional Utilities.swift
[429/1245] Compiling _RopeModule String Utilities.swift
[430/1245] Compiling _RopeModule String.Index+ABI.swift
[433/1246] Emitting module AsyncAlgorithms
[435/1252] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[436/1252] Compiling AsyncAlgorithms MergeStateMachine.swift
[437/1252] Compiling AsyncAlgorithms MergeStorage.swift
[438/1252] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[439/1252] Compiling AsyncAlgorithms Rethrow.swift
[440/1252] Emitting module HashTreeCollections
[448/1253] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[449/1253] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[450/1253] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[451/1253] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[455/1253] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[456/1253] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[457/1253] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[458/1253] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[459/1253] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[460/1253] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[461/1253] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[462/1253] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[463/1253] Compiling AsyncAlgorithms DebounceStateMachine.swift
[464/1253] Compiling AsyncAlgorithms DebounceStorage.swift
[465/1253] Compiling AsyncAlgorithms Dictionary.swift
[466/1253] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[467/1253] Compiling AsyncAlgorithms Locking.swift
[474/1253] Emitting module Atomics
[475/1254] Emitting module Metrics
[476/1254] Compiling Metrics Metrics.swift
[476/1255] Compiling tls_method.cc
[478/1255] Compiling tls_record.cc
[481/1255] Compiling AsyncAlgorithms SetAlgebra.swift
[482/1255] Compiling AsyncAlgorithms UnsafeTransfer.swift
[483/1255] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[484/1255] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[485/1255] Compiling AsyncAlgorithms ZipStateMachine.swift
[486/1255] Compiling AsyncAlgorithms ZipStorage.swift
[499/1256] Compiling tls13_server.cc
[500/1256] Compiling tls13_enc.cc
[501/1256] Compiling t1_enc.cc
[502/1264] Compiling tls13_client.cc
[503/1264] Compiling tls13_both.cc
[505/1264] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[505/1265] Compiling ssl_x509.cc
[507/1265] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[508/1265] Compiling ServiceLifecycle ServiceRunnerError.swift
[509/1265] Emitting module ServiceLifecycle
[510/1265] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[511/1265] Compiling ServiceLifecycle CancellationWaiter.swift
[512/1265] Compiling ServiceLifecycle GracefulShutdown.swift
[513/1265] Compiling ServiceLifecycle Service.swift
[514/1265] Compiling ServiceLifecycle ServiceGroup.swift
[514/1266] Compiling ssl_transcript.cc
[516/1266] Compiling ssl_session.cc
[517/1266] Compiling ssl_versions.cc
[518/1266] Compiling ssl_stat.cc
[519/1266] Compiling ssl_privkey.cc
[521/1266] Emitting module ExtrasBase64
[522/1266] Compiling ExtrasBase64 Base32.swift
[523/1266] Compiling ExtrasBase64 Base64.swift
[524/1267] Compiling ssl_lib.cc
[525/1267] Compiling ssl_file.cc
[526/1267] Compiling ssl_key_share.cc
[527/1267] Compiling ssl_cert.cc
[528/1267] Compiling ssl_credential.cc
[529/1267] Compiling ssl_cipher.cc
[530/1267] Compiling ssl_buffer.cc
[531/1267] Compiling ssl_aead_ctx.cc
[532/1267] Compiling ssl_asn1.cc
[533/1267] Compiling s3_pkt.cc
[534/1267] Compiling handshake_client.cc
[535/1267] Compiling s3_lib.cc
[536/1267] Compiling s3_both.cc
[537/1267] Compiling handshake.cc
[538/1267] Compiling handshake_server.cc
[539/1267] Compiling handoff.cc
[540/1267] Compiling extensions.cc
[541/1267] Compiling d1_srtp.cc
[542/1267] Compiling dtls_record.cc
[543/1267] Compiling md5-x86_64-linux.S
[544/1267] Compiling encrypted_client_hello.cc
[545/1267] Compiling dtls_method.cc
[546/1267] Compiling md5-x86_64-apple.S
[547/1267] Compiling md5-586-linux.S
[548/1267] Compiling md5-586-apple.S
[549/1267] Compiling chacha20_poly1305_x86_64-apple.S
[550/1267] Compiling chacha20_poly1305_armv8-win.S
[551/1267] Compiling d1_pkt.cc
[552/1267] Compiling chacha20_poly1305_x86_64-linux.S
[553/1267] Compiling chacha20_poly1305_armv8-linux.S
[554/1267] Compiling chacha20_poly1305_armv8-apple.S
[555/1267] Compiling err_data.cc
[556/1267] Compiling chacha-x86_64-apple.S
[557/1267] Compiling chacha-x86_64-linux.S
[558/1267] Compiling chacha-x86-apple.S
[559/1267] Compiling chacha-armv8-win.S
[560/1267] Compiling chacha-x86-linux.S
[561/1267] Compiling chacha-armv8-linux.S
[562/1267] Compiling chacha-armv8-apple.S
[563/1267] Compiling aes128gcmsiv-x86_64-linux.S
[564/1267] Compiling chacha-armv4-linux.S
[565/1267] Compiling aes128gcmsiv-x86_64-apple.S
[566/1267] Compiling x86_64-mont-linux.S
[567/1267] Compiling x86-mont-apple.S
[568/1267] Compiling x86_64-mont5-apple.S
[569/1267] Compiling x86-mont-linux.S
[570/1267] Compiling bio_ssl.cc
[571/1267] Compiling x86_64-mont5-linux.S
[572/1267] Compiling x86_64-mont-apple.S
[573/1267] Compiling vpaes-x86_64-linux.S
[574/1267] Compiling vpaes-x86_64-apple.S
[575/1267] Compiling vpaes-x86-apple.S
[576/1267] Compiling vpaes-armv8-win.S
[576/1267] Compiling vpaes-armv8-linux.S
[578/1267] Compiling vpaes-x86-linux.S
[579/1267] Compiling vpaes-armv8-apple.S
[580/1267] Compiling vpaes-armv7-linux.S
[581/1267] Compiling d1_lib.cc
[582/1267] Compiling sha512-armv8-win.S
[583/1267] Compiling sha512-x86_64-linux.S
[584/1267] Compiling sha512-armv8-linux.S
[585/1267] Compiling sha512-x86_64-apple.S
[586/1267] Compiling sha512-armv8-apple.S
[587/1267] Compiling sha512-586-apple.S
[588/1267] Compiling sha512-armv4-linux.S
[589/1267] Compiling sha512-586-linux.S
[590/1267] Compiling sha256-x86_64-linux.S
[591/1267] Compiling sha256-x86_64-apple.S
[592/1267] Compiling sha256-armv8-linux.S
[593/1267] Compiling sha256-armv8-win.S
[594/1267] Compiling sha256-armv4-linux.S
[595/1267] Compiling sha256-armv8-apple.S
[596/1267] Compiling sha256-586-apple.S
[597/1267] Compiling sha256-586-linux.S
[598/1267] Compiling sha1-x86_64-apple.S
[599/1267] Compiling sha1-x86_64-linux.S
[600/1267] Compiling sha1-armv8-win.S
[601/1267] Compiling sha1-armv8-apple.S
[602/1267] Compiling sha1-586-linux.S
[602/1267] Compiling sha1-armv8-linux.S
[604/1267] Compiling sha1-armv4-large-linux.S
[605/1267] Compiling sha1-586-apple.S
[605/1267] Compiling rsaz-avx2-linux.S
[607/1267] Compiling p256_beeu-x86_64-asm-linux.S
[608/1267] Compiling rdrand-x86_64-linux.S
[609/1267] Compiling rdrand-x86_64-apple.S
[610/1267] Compiling rsaz-avx2-apple.S
[611/1267] Compiling p256_beeu-armv8-asm-win.S
[612/1267] Compiling p256_beeu-armv8-asm-linux.S
[613/1267] Compiling p256_beeu-armv8-asm-apple.S
[614/1267] Compiling p256_beeu-x86_64-asm-apple.S
[615/1267] Compiling p256-x86_64-asm-apple.S
[616/1267] Compiling p256-x86_64-asm-linux.S
[617/1267] Compiling p256-armv8-asm-win.S
[618/1267] Compiling p256-armv8-asm-linux.S
[619/1267] Compiling p256-armv8-asm-apple.S
[620/1267] Compiling ghashv8-armv8-win.S
[621/1267] Compiling ghashv8-armv8-linux.S
[622/1267] Compiling ghashv8-armv8-apple.S
[622/1267] Compiling ghashv8-armv7-linux.S
[624/1267] Compiling ghash-x86_64-apple.S
[625/1267] Compiling ghash-x86-linux.S
[626/1267] Compiling ghash-x86_64-linux.S
[627/1267] Compiling ghash-ssse3-x86_64-linux.S
[628/1267] Compiling ghash-x86-apple.S
[629/1267] Compiling ghash-ssse3-x86_64-apple.S
[630/1267] Compiling ghash-ssse3-x86-linux.S
[631/1267] Compiling ghash-ssse3-x86-apple.S
[632/1267] Compiling ghash-neon-armv8-win.S
[633/1267] Compiling ghash-neon-armv8-linux.S
[634/1267] Compiling ghash-neon-armv8-apple.S
[635/1267] Compiling co-586-linux.S
[636/1267] Compiling ghash-armv4-linux.S
[637/1267] Compiling co-586-apple.S
[638/1267] Compiling bsaes-armv7-linux.S
[639/1267] Compiling d1_both.cc
[640/1267] Compiling bn-armv8-win.S
[641/1267] Compiling bn-armv8-linux.S
[641/1267] Compiling bn-armv8-apple.S
[643/1267] Compiling bn-586-apple.S
[644/1267] Compiling bn-586-linux.S
[645/1267] Compiling armv8-mont-win.S
[645/1267] Compiling armv8-mont-linux.S
[647/1267] Compiling armv8-mont-apple.S
[648/1267] Compiling aesv8-gcm-armv8-linux.S
[648/1267] Compiling armv4-mont-linux.S
[648/1267] Compiling aesv8-gcm-armv8-win.S
[651/1267] Compiling aesv8-gcm-armv8-apple.S
[652/1267] Compiling aesv8-armv8-win.S
[653/1267] Compiling aesv8-armv8-linux.S
[654/1267] Compiling aesv8-armv8-apple.S
[655/1267] Compiling aesv8-armv7-linux.S
[656/1267] Compiling aesni-x86-linux.S
[657/1267] Compiling aesni-x86_64-linux.S
[658/1267] Compiling aesni-x86-apple.S
[659/1267] Compiling aesni-x86_64-apple.S
[660/1267] Compiling aesni-gcm-x86_64-apple.S
[661/1267] Compiling aesni-gcm-x86_64-linux.S
[662/1267] Compiling aes-gcm-avx2-x86_64-apple.S
[663/1267] Compiling aes-gcm-avx10-x86_64-linux.S
[663/1267] Compiling aes-gcm-avx10-x86_64-apple.S
[665/1267] Compiling aes-gcm-avx2-x86_64-linux.S
[666/1267] Compiling x_pubkey.cc
[667/1267] Compiling x_x509a.cc
[668/1267] Compiling x_sig.cc
[669/1267] Compiling x_x509.cc
[670/1267] Compiling x_spki.cc
[671/1267] Compiling x_val.cc
[672/1267] Compiling x_name.cc
[673/1267] Compiling x_req.cc
[674/1267] Compiling x_crl.cc
[675/1267] Compiling x509spki.cc
[676/1267] Compiling x_exten.cc
[677/1267] Compiling x509rset.cc
[678/1267] Compiling x_all.cc
[679/1267] Compiling x_algor.cc
[680/1267] Compiling x_attrib.cc
[681/1267] Compiling x509name.cc
[682/1267] Compiling x509_vpm.cc
[683/1267] Compiling x509_txt.cc
[684/1267] Compiling x509cset.cc
[685/1267] Compiling x509_v3.cc
[686/1267] Compiling x509_vfy.cc
[687/1267] Compiling x509_set.cc
[688/1267] Compiling x509_trs.cc
[689/1267] Compiling x509_req.cc
[690/1267] Compiling x509_obj.cc
[691/1267] Compiling x509_d2.cc
[692/1267] Compiling x509_ext.cc
[693/1267] Compiling x509_lu.cc
[694/1267] Compiling x509_def.cc
[695/1267] Compiling x509_cmp.cc
[696/1267] Compiling x509.cc
[697/1267] Compiling x509_att.cc
[698/1267] Compiling v3_utl.cc
[699/1267] Compiling v3_skey.cc
[700/1267] Compiling v3_prn.cc
[701/1267] Compiling v3_purp.cc
[702/1267] Compiling v3_ocsp.cc
[703/1267] Compiling v3_pmaps.cc
[704/1267] Compiling v3_pcons.cc
[705/1267] Compiling v3_lib.cc
[706/1267] Compiling v3_ncons.cc
[707/1267] Compiling v3_int.cc
[708/1267] Compiling v3_ia5.cc
[709/1267] Compiling v3_info.cc
[710/1267] Compiling v3_enum.cc
[711/1267] Compiling v3_genn.cc
[712/1267] Compiling v3_extku.cc
[713/1267] Compiling v3_cpols.cc
[714/1267] Compiling v3_conf.cc
[715/1267] Compiling v3_crld.cc
[716/1267] Compiling v3_bitst.cc
[717/1267] Compiling v3_bcons.cc
[718/1267] Compiling v3_akeya.cc
[719/1267] Compiling v3_akey.cc
[720/1267] Compiling v3_alt.cc
[721/1267] Compiling t_req.cc
[722/1267] Compiling t_x509a.cc
[723/1267] Compiling t_x509.cc
[724/1267] Compiling i2d_pr.cc
[725/1267] Compiling t_crl.cc
[726/1267] Compiling rsa_pss.cc
[727/1267] Compiling name_print.cc
[728/1267] Compiling policy.cc
[729/1267] Compiling asn1_gen.cc
[730/1267] Compiling a_verify.cc
[731/1267] Compiling by_file.cc
[732/1267] Compiling a_digest.cc
[733/1267] Compiling a_sign.cc
[734/1267] Compiling algorithm.cc
[735/1267] Compiling voprf.cc
[736/1267] Compiling by_dir.cc
[737/1267] Compiling thread_none.cc
[738/1267] Compiling thread.cc
[739/1267] Compiling thread_win.cc
[740/1267] Compiling thread_pthread.cc
[741/1267] Compiling stack.cc
[742/1267] Compiling trust_token.cc
[743/1267] Compiling siphash.cc
[744/1267] Compiling sha512.cc
[745/1267] Compiling sha1.cc
[746/1267] Compiling slhdsa.cc
[746/1267] Compiling pmbtoken.cc
[748/1267] Compiling sha256.cc
[749/1267] Compiling rsa_print.cc
[750/1267] Compiling spake2plus.cc
[751/1267] Compiling rsa_extra.cc
[752/1267] Compiling windows.cc
[753/1267] Compiling rc4.cc
[754/1267] Compiling rsa_crypt.cc
[755/1267] Compiling refcount.cc
[756/1267] Compiling trusty.cc
[757/1267] Compiling rand.cc
[758/1267] Compiling urandom.cc
[759/1267] Compiling rsa_asn1.cc
[760/1267] Compiling ios.cc
[761/1267] Compiling passive.cc
[762/1267] Compiling deterministic.cc
[763/1267] Compiling getentropy.cc
[764/1267] Compiling forkunsafe.cc
[765/1267] Compiling fork_detect.cc
[766/1267] Compiling poly1305_arm_asm.S
[767/1267] Compiling poly1305_vec.cc
[768/1267] Compiling poly1305_arm.cc
[769/1267] Compiling poly1305.cc
[770/1267] Compiling pool.cc
[771/1267] Compiling pkcs7.cc
[772/1267] Compiling pkcs8.cc
[773/1267] Compiling pkcs8_x509.cc
[774/1267] Compiling p5_pbev2.cc
[775/1267] Compiling pem_xaux.cc
[776/1267] Compiling pem_x509.cc
[777/1267] Compiling pem_pkey.cc
[778/1267] Compiling pkcs7_x509.cc
[779/1267] Compiling mlkem.cc
[780/1267] Compiling pem_oth.cc
[781/1267] Compiling pem_pk8.cc
[782/1267] Compiling pem_lib.cc
[783/1267] Compiling obj_xref.cc
[784/1267] Compiling mldsa.cc
[785/1267] Compiling md5.cc
[786/1267] Compiling pem_all.cc
[787/1267] Compiling mem.cc
[788/1267] Compiling md4.cc
[789/1267] Compiling obj.cc
[790/1267] Compiling fips_shared_support.cc
[791/1267] Compiling pem_info.cc
[792/1267] Compiling poly_rq_mul.S
[793/1267] Compiling lhash.cc
[794/1267] Compiling kyber.cc
[795/1267] Compiling ex_data.cc
[796/1267] Compiling hrss.cc
[797/1267] Compiling scrypt.cc
[798/1267] Compiling sign.cc
[799/1267] Compiling pbkdf.cc
[800/1267] Compiling print.cc
[801/1267] Compiling hpke.cc
[802/1267] Compiling p_x25519.cc
[803/1267] Compiling p_x25519_asn1.cc
[804/1267] Compiling p_ed25519.cc
[805/1267] Compiling p_rsa_asn1.cc
[806/1267] Compiling p_hkdf.cc
[807/1267] Compiling p_rsa.cc
[808/1267] Compiling p_ec.cc
[809/1267] Compiling p_ed25519_asn1.cc
[810/1267] Compiling p_dh.cc
[811/1267] Compiling p_ec_asn1.cc
[812/1267] Compiling p_dsa_asn1.cc
[813/1267] Compiling p_dh_asn1.cc
[814/1267] Compiling evp_ctx.cc
[815/1267] Compiling err.cc
[816/1267] Compiling engine.cc
[817/1267] Compiling evp.cc
[818/1267] Compiling ecdh.cc
[819/1267] Compiling hash_to_curve.cc
[820/1267] Compiling evp_asn1.cc
[821/1267] Compiling ec_derive.cc
[822/1267] Compiling ecdsa_asn1.cc
[823/1267] Compiling dsa.cc
[824/1267] Compiling params.cc
[825/1267] Compiling dsa_asn1.cc
[826/1267] Compiling ec_asn1.cc
[827/1267] Compiling x25519-asm-arm.S
[828/1267] Compiling des.cc
[829/1267] Compiling spake25519.cc
[830/1267] Compiling digest_extra.cc
[831/1267] Compiling dh_asn1.cc
[832/1267] Compiling cpu_intel.cc
[833/1267] Compiling bcm.cc
[834/1267] Compiling crypto.cc
[835/1267] Compiling cpu_aarch64_sysreg.cc
[836/1267] Compiling cpu_arm_linux.cc
[837/1267] Compiling cpu_aarch64_linux.cc
[838/1267] Compiling cpu_arm_freebsd.cc
[839/1267] Compiling cpu_aarch64_win.cc
[840/1267] Compiling curve25519.cc
[841/1267] Compiling cpu_aarch64_openbsd.cc
[842/1267] Compiling cpu_aarch64_fuchsia.cc
[843/1267] Compiling curve25519_64_adx.cc
[844/1267] Compiling tls_cbc.cc
[845/1267] Compiling cpu_aarch64_apple.cc
[846/1267] Compiling e_tls.cc
[847/1267] Compiling conf.cc
[848/1267] Compiling e_des.cc
[849/1267] Compiling get_cipher.cc
[850/1267] Compiling e_rc4.cc
[851/1267] Compiling derive_key.cc
[852/1267] Compiling e_rc2.cc
[853/1267] Compiling e_null.cc
[854/1267] Compiling e_chacha20poly1305.cc
[855/1267] Compiling e_aesgcmsiv.cc
[856/1267] Compiling e_aesctrhmac.cc
[857/1267] Compiling chacha.cc
[858/1267] Compiling cbs.cc
[859/1267] Compiling asn1_compat.cc
[860/1267] Compiling unicode.cc
[861/1267] Compiling blake2.cc
[862/1267] Compiling ber.cc
[863/1267] Compiling buf.cc
[864/1267] Compiling socket_helper.cc
[865/1267] Compiling convert.cc
[866/1267] Compiling bn_asn1.cc
[867/1267] Compiling cbb.cc
[868/1267] Compiling socket.cc
[869/1267] Compiling printf.cc
[870/1267] Compiling hexdump.cc
[871/1267] Compiling fd.cc
[872/1267] Compiling pair.cc
[873/1267] Compiling connect.cc
[874/1267] Compiling errno.cc
[875/1267] Compiling file.cc
[876/1267] Compiling bio_mem.cc
[877/1267] Compiling bio.cc
[878/1267] Compiling base64.cc
[879/1267] Compiling tasn_enc.cc
[880/1267] Compiling tasn_typ.cc
[881/1267] Compiling tasn_fre.cc
[882/1267] Compiling tasn_new.cc
[883/1267] Compiling tasn_utl.cc
[884/1267] Compiling posix_time.cc
[885/1267] Compiling asn_pack.cc
[886/1267] Compiling tasn_dec.cc
[887/1267] Compiling f_int.cc
[888/1267] Compiling f_string.cc
[889/1267] Compiling asn1_par.cc
[890/1267] Compiling asn1_lib.cc
[891/1267] Compiling a_strnid.cc
[892/1267] Compiling a_type.cc
[893/1267] Compiling a_octet.cc
[894/1267] Compiling a_time.cc
[895/1267] Compiling a_object.cc
[896/1267] Compiling a_utctm.cc
[897/1267] Compiling a_strex.cc
[898/1267] Compiling a_mbstr.cc
[899/1267] Compiling a_i2d_fp.cc
[900/1267] Compiling a_int.cc
[901/1267] Compiling a_bool.cc
[902/1267] Compiling a_dup.cc
[903/1267] Compiling a_d2i_fp.cc
[904/1267] Compiling fiat_p256_adx_sqr.S
[905/1267] Compiling fiat_p256_adx_mul.S
[906/1267] Compiling fiat_curve25519_adx_square.S
[907/1267] Compiling fiat_curve25519_adx_mul.S
[908/1267] Compiling a_bitstr.cc
[909/1267] Compiling md5-x86_64-linux.S
[910/1267] Compiling md5-x86_64-apple.S
[911/1267] Compiling md5-586-linux.S
[912/1267] Compiling md5-586-apple.S
[913/1267] Compiling chacha20_poly1305_x86_64-linux.S
[914/1267] Compiling chacha20_poly1305_x86_64-apple.S
[915/1267] Compiling chacha20_poly1305_armv8-linux.S
[916/1267] Compiling chacha20_poly1305_armv8-win.S
[917/1267] Compiling chacha20_poly1305_armv8-apple.S
[918/1267] Compiling chacha-x86_64-apple.S
[919/1267] Compiling a_gentm.cc
[920/1267] Compiling chacha-x86_64-linux.S
[921/1267] Compiling chacha-x86-linux.S
[922/1267] Compiling chacha-x86-apple.S
[923/1267] Compiling chacha-armv8-win.S
[924/1267] Compiling chacha-armv8-linux.S
[925/1267] Compiling chacha-armv8-apple.S
[926/1267] Compiling aes128gcmsiv-x86_64-apple.S
[927/1267] Compiling chacha-armv4-linux.S
[928/1267] Compiling aes128gcmsiv-x86_64-linux.S
[929/1267] Compiling x86_64-mont5-linux.S
[930/1267] Compiling CCryptoBoringSSLShims shims.c
[931/1267] Compiling x86_64-mont-linux.S
[932/1267] Compiling x86_64-mont-apple.S
[933/1267] Compiling x86-mont-apple.S
[934/1267] Compiling x86_64-mont5-apple.S
[935/1267] Compiling err_data.cc
[936/1267] Compiling x86-mont-linux.S
[937/1267] Compiling vpaes-x86_64-linux.S
[938/1267] Compiling vpaes-x86_64-apple.S
[939/1267] Compiling vpaes-x86-linux.S
[940/1267] Compiling vpaes-armv8-win.S
[940/1267] Compiling vpaes-x86-apple.S
[942/1267] Compiling vpaes-armv8-linux.S
[943/1267] Compiling sha512-x86_64-apple.S
[944/1267] Compiling vpaes-armv8-apple.S
[945/1267] Compiling vpaes-armv7-linux.S
[945/1267] Compiling sha512-armv8-win.S
[947/1267] Compiling sha512-armv8-linux.S
[948/1267] Compiling sha512-x86_64-linux.S
[949/1267] Compiling sha512-armv8-apple.S
[950/1267] Compiling sha512-586-linux.S
[951/1267] Compiling sha512-586-apple.S
[952/1267] Compiling sha512-armv4-linux.S
[953/1267] Compiling sha256-x86_64-apple.S
[954/1267] Compiling sha256-x86_64-linux.S
[955/1267] Compiling sha256-armv8-linux.S
[956/1267] Compiling sha256-586-linux.S
[957/1267] Compiling sha256-armv4-linux.S
[958/1267] Compiling sha256-armv8-apple.S
[959/1267] Compiling sha256-armv8-win.S
[960/1267] Compiling sha256-586-apple.S
[961/1267] Compiling sha1-armv8-win.S
[962/1267] Compiling sha1-x86_64-linux.S
[963/1267] Compiling sha1-armv8-linux.S
[964/1267] Compiling sha1-armv8-apple.S
[965/1267] Compiling sha1-armv4-large-linux.S
[966/1267] Compiling sha1-586-linux.S
[967/1267] Compiling sha1-x86_64-apple.S
[968/1267] Compiling sha1-586-apple.S
[969/1267] Compiling rsaz-avx2-apple.S
[970/1267] Compiling rdrand-x86_64-linux.S
[971/1267] Compiling rdrand-x86_64-apple.S
[972/1267] Compiling p256_beeu-x86_64-asm-linux.S
[973/1267] Compiling rsaz-avx2-linux.S
[974/1267] Compiling p256_beeu-x86_64-asm-apple.S
[975/1267] Compiling p256_beeu-armv8-asm-apple.S
[976/1267] Compiling p256_beeu-armv8-asm-win.S
[977/1267] Compiling p256_beeu-armv8-asm-linux.S
[978/1267] Compiling p256-x86_64-asm-linux.S
[979/1267] Compiling p256-x86_64-asm-apple.S
[980/1267] Compiling p256-armv8-asm-win.S
[981/1267] Compiling ghashv8-armv8-win.S
[982/1267] Compiling ghashv8-armv8-linux.S
[983/1267] Compiling p256-armv8-asm-apple.S
[984/1267] Compiling p256-armv8-asm-linux.S
[985/1267] Compiling ghashv8-armv8-apple.S
[986/1267] Compiling ghashv8-armv7-linux.S
[987/1267] Compiling ghash-x86_64-apple.S
[988/1267] Compiling ghash-x86_64-linux.S
[989/1267] Compiling ghash-ssse3-x86_64-linux.S
[990/1267] Compiling ghash-x86-linux.S
[991/1267] Compiling ghash-ssse3-x86-linux.S
[991/1267] Compiling ghash-ssse3-x86_64-apple.S
[993/1267] Compiling ghash-x86-apple.S
[994/1267] Compiling ghash-ssse3-x86-apple.S
[995/1267] Compiling ghash-neon-armv8-win.S
[996/1267] Compiling ghash-neon-armv8-linux.S
[997/1267] Compiling co-586-linux.S
[997/1267] Compiling ghash-neon-armv8-apple.S
[999/1267] Compiling ghash-armv4-linux.S
[1000/1267] Compiling co-586-apple.S
[1001/1267] Compiling bsaes-armv7-linux.S
[1002/1267] Compiling bn-armv8-win.S
[1003/1267] Compiling bn-armv8-apple.S
[1004/1267] Compiling bn-armv8-linux.S
[1005/1267] Compiling bn-586-linux.S
[1006/1267] Compiling bn-586-apple.S
[1007/1267] Compiling armv8-mont-win.S
[1008/1267] Compiling armv8-mont-linux.S
[1009/1267] Compiling armv8-mont-apple.S
[1010/1267] Compiling aesv8-gcm-armv8-win.S
[1011/1267] Compiling armv4-mont-linux.S
[1012/1267] Compiling aesv8-gcm-armv8-linux.S
[1013/1267] Compiling aesv8-gcm-armv8-apple.S
[1014/1267] Compiling aesv8-armv8-win.S
[1015/1267] Compiling aesv8-armv8-apple.S
[1016/1267] Compiling aesv8-armv8-linux.S
[1017/1267] Compiling aesv8-armv7-linux.S
[1018/1267] Compiling aesni-x86_64-linux.S
[1019/1267] Compiling aesni-x86-linux.S
[1020/1267] Compiling aesni-x86-apple.S
[1021/1267] Compiling aesni-x86_64-apple.S
[1022/1267] Compiling aesni-gcm-x86_64-apple.S
[1023/1267] Compiling aes-gcm-avx10-x86_64-apple.S
[1024/1267] Compiling aesni-gcm-x86_64-linux.S
[1025/1267] Compiling aes-gcm-avx10-x86_64-linux.S
[1026/1267] Compiling x_sig.cc
[1027/1267] Compiling c-atomics.c
[1028/1267] Compiling c-nioatomics.c
[1029/1267] Compiling x_req.cc
[1030/1267] Compiling x_val.cc
[1031/1267] Compiling x_spki.cc
[1032/1267] Compiling x_x509.cc
[1033/1267] Compiling x_x509a.cc
[1034/1273] Compiling x_pubkey.cc
[1036/1273] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1037/1273] Compiling NIOConcurrencyHelpers NIOLock.swift
[1037/1273] Compiling x_name.cc
[1039/1273] Compiling NIOConcurrencyHelpers lock.swift
[1039/1273] Compiling x_crl.cc
[1041/1273] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1042/1273] Emitting module NIOConcurrencyHelpers
[1042/1273] Compiling x_exten.cc
[1043/1273] Compiling x_algor.cc
[1044/1273] Compiling x_attrib.cc
[1045/1273] Compiling x_all.cc
[1046/1273] Compiling x509spki.cc
[1048/1273] Compiling NIOConcurrencyHelpers atomics.swift
[1049/1274] Compiling x509rset.cc
[1050/1274] Compiling x509_vpm.cc
[1051/1333] Compiling x509cset.cc
[1052/1333] Compiling x509name.cc
[1053/1333] Compiling x509_txt.cc
[1054/1333] Compiling x509_v3.cc
[1055/1333] Compiling x509_vfy.cc
[1056/1333] Compiling x509_trs.cc
[1057/1333] Compiling x509_set.cc
[1058/1333] Compiling x509_obj.cc
[1059/1333] Compiling x509_req.cc
[1060/1333] Compiling x509_def.cc
[1061/1333] Compiling x509_ext.cc
[1062/1333] Compiling x509_d2.cc
[1063/1333] Compiling x509_lu.cc
[1064/1333] Compiling x509_cmp.cc
[1066/1333] Compiling NIOCore MarkedCircularBuffer.swift
[1067/1333] Compiling NIOCore MulticastChannel.swift
[1068/1333] Compiling NIOCore NIOAny.swift
[1069/1333] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1070/1333] Compiling NIOCore NIOLoopBound.swift
[1071/1333] Compiling NIOCore NIOScheduledCallback.swift
[1072/1333] Compiling NIOCore NIOSendable.swift
[1073/1333] Compiling NIOCore RecvByteBufferAllocator.swift
[1073/1341] Compiling v3_pmaps.cc
[1074/1341] Compiling x509.cc
[1075/1341] Compiling x509_att.cc
[1076/1341] Compiling v3_prn.cc
[1077/1341] Compiling v3_skey.cc
[1078/1341] Compiling v3_utl.cc
[1079/1341] Compiling v3_purp.cc
[1081/1341] Compiling NIOCore GlobalSingletons.swift
[1082/1341] Compiling NIOCore IO.swift
[1083/1341] Compiling NIOCore IOData.swift
[1084/1341] Compiling NIOCore IPProtocol.swift
[1085/1341] Compiling NIOCore IntegerBitPacking.swift
[1086/1341] Compiling NIOCore IntegerTypes.swift
[1087/1341] Compiling NIOCore Interfaces.swift
[1088/1341] Compiling NIOCore Linux.swift
[1088/1341] Compiling v3_ocsp.cc
[1089/1341] Compiling v3_int.cc
[1090/1341] Compiling v3_pcons.cc
[1091/1341] Compiling v3_ncons.cc
[1092/1341] Compiling v3_lib.cc
[1093/1341] Compiling v3_ia5.cc
[1094/1341] Compiling v3_info.cc
[1095/1341] Compiling v3_genn.cc
[1097/1341] Compiling NIOCore EventLoop.swift
[1098/1341] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1099/1341] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1100/1341] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1101/1341] Compiling NIOCore EventLoopFuture.swift
[1102/1341] Compiling NIOCore FileDescriptor.swift
[1103/1341] Compiling NIOCore FileHandle.swift
[1104/1341] Compiling NIOCore FileRegion.swift
[1104/1341] Compiling v3_extku.cc
[1105/1341] Compiling v3_enum.cc
[1106/1341] Compiling v3_cpols.cc
[1108/1341] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1109/1341] Compiling NIOCore SocketAddresses.swift
[1110/1341] Compiling NIOCore SocketOptionProvider.swift
[1111/1341] Compiling NIOCore SystemCallHelpers.swift
[1112/1341] Compiling NIOCore TimeAmount+Duration.swift
[1113/1341] Compiling NIOCore TypeAssistedChannelHandler.swift
[1114/1341] Compiling NIOCore UniversalBootstrapSupport.swift
[1115/1341] Compiling NIOCore Utilities.swift
[1115/1341] Compiling v3_crld.cc
[1116/1341] Compiling v3_conf.cc
[1118/1341] Compiling NIOCore ChannelPipeline.swift
[1119/1341] Compiling NIOCore CircularBuffer.swift
[1120/1341] Compiling NIOCore Codec.swift
[1121/1341] Compiling NIOCore ConvenienceOptionSupport.swift
[1122/1341] Compiling NIOCore DeadChannel.swift
[1123/1341] Compiling NIOCore DispatchQueue+WithFuture.swift
[1124/1341] Compiling NIOCore EventLoop+Deprecated.swift
[1125/1341] Compiling NIOCore EventLoop+SerialExecutor.swift
[1125/1341] Compiling v3_bcons.cc
[1126/1341] Compiling v3_bitst.cc
[1127/1341] Compiling v3_alt.cc
[1128/1341] Compiling v3_akey.cc
[1129/1341] Compiling v3_akeya.cc
[1130/1341] Compiling t_x509.cc
[1131/1341] Compiling t_req.cc
[1132/1341] Compiling t_x509a.cc
[1134/1341] Compiling NIOCore AddressedEnvelope.swift
[1135/1341] Compiling NIOCore AsyncAwaitSupport.swift
[1136/1341] Compiling NIOCore AsyncChannel.swift
[1137/1341] Compiling NIOCore AsyncChannelHandler.swift
[1138/1341] Compiling NIOCore AsyncChannelInboundStream.swift
[1139/1341] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1140/1341] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1141/1341] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1142/1341] Compiling NIOCore NIOAsyncWriter.swift
[1143/1341] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1144/1341] Compiling NIOCore BSDSocketAPI.swift
[1145/1341] Compiling NIOCore ByteBuffer-aux.swift
[1146/1341] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1147/1341] Compiling NIOCore ByteBuffer-conversions.swift
[1148/1341] Compiling NIOCore ByteBuffer-core.swift
[1149/1341] Compiling NIOCore ByteBuffer-hex.swift
[1150/1341] Compiling NIOCore ByteBuffer-int.swift
[1151/1341] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1152/1341] Compiling NIOCore ByteBuffer-multi-int.swift
[1153/1341] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1154/1341] Compiling NIOCore ByteBuffer-views.swift
[1155/1341] Compiling NIOCore Channel.swift
[1156/1341] Compiling NIOCore ChannelHandler.swift
[1157/1341] Compiling NIOCore ChannelHandlers.swift
[1158/1341] Compiling NIOCore ChannelInvoker.swift
[1159/1341] Compiling NIOCore ChannelOption.swift
[1159/1341] Compiling t_crl.cc
[1160/1341] Compiling name_print.cc
[1161/1341] Compiling i2d_pr.cc
[1162/1341] Compiling rsa_pss.cc
[1163/1341] Compiling by_file.cc
[1164/1341] Compiling policy.cc
[1165/1341] Compiling asn1_gen.cc
[1166/1341] Compiling by_dir.cc
[1167/1341] Compiling algorithm.cc
[1168/1341] Compiling a_verify.cc
[1169/1341] Compiling a_sign.cc
[1170/1341] Compiling trust_token.cc
[1171/1341] Compiling thread_pthread.cc
[1172/1341] Compiling pmbtoken.cc
[1173/1341] Compiling voprf.cc
[1174/1341] Compiling thread_win.cc
[1175/1341] Compiling a_digest.cc
[1176/1341] Compiling thread_none.cc
[1177/1341] Compiling merkle.cc
[1178/1341] Compiling thread.cc
[1179/1341] Compiling wots.cc
[1180/1341] Compiling stack.cc
[1181/1341] Compiling rsa_extra.cc
[1182/1341] Compiling thash.cc
[1183/1341] Compiling slhdsa.cc
[1184/1341] Compiling fors.cc
[1185/1341] Compiling rc4.cc
[1186/1341] Compiling trusty.cc
[1187/1341] Compiling rsa_crypt.cc
[1188/1341] Compiling refcount.cc
[1189/1341] Compiling rsa_asn1.cc
[1190/1341] Compiling windows.cc
[1191/1341] Compiling urandom.cc
[1192/1341] Compiling rand_extra.cc
[1193/1341] Compiling ios.cc
[1194/1341] Compiling getentropy.cc
[1195/1341] Compiling poly1305_arm_asm.S
[1196/1341] Compiling passive.cc
[1197/1341] Compiling forkunsafe.cc
[1198/1341] Compiling fork_detect.cc
[1199/1341] Compiling deterministic.cc
[1200/1341] Compiling poly1305_arm.cc
[1201/1341] Compiling poly1305.cc
[1202/1341] Compiling pool.cc
[1203/1341] Compiling poly1305_vec.cc
[1205/1341] Emitting module NIOCore
[1206/1342] Compiling pkcs7.cc
[1207/1389] Compiling pkcs8_x509.cc
[1208/1391] Compiling p5_pbev2.cc
[1209/1391] Compiling pkcs8.cc
[1210/1395] Compiling pem_x509.cc
[1211/1395] Compiling pem_xaux.cc
[1213/1395] Emitting module NIOHTTPTypes
[1214/1395] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1214/1396] Compiling pkcs7_x509.cc
[1216/1396] Compiling pem_pk8.cc
[1217/1396] Compiling pem_pkey.cc
[1218/1396] Compiling pem_oth.cc
[1219/1396] Compiling pem_lib.cc
[1220/1396] Compiling pem_info.cc
[1221/1396] Compiling obj_xref.cc
[1222/1396] Compiling obj.cc
[1223/1396] Compiling pem_all.cc
[1225/1396] Emitting module NIOEmbedded
[1226/1396] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1227/1396] Compiling NIOEmbedded AsyncTestingChannel.swift
[1228/1396] Compiling NIOEmbedded Embedded.swift
[1228/1397] Compiling mlkem.cc
[1230/1397] Compiling mldsa.cc
[1231/1397] Compiling mem.cc
[1232/1397] Compiling lhash.cc
[1233/1397] Compiling md5.cc
[1234/1397] Compiling md4.cc
[1235/1397] Compiling kyber.cc
[1236/1397] Compiling fips_shared_support.cc
[1237/1397] Compiling poly_rq_mul.S
[1238/1397] Compiling sign.cc
[1239/1397] Compiling scrypt.cc
[1240/1397] Compiling ex_data.cc
[1241/1397] Compiling hpke.cc
[1242/1397] Compiling hrss.cc
[1244/1397] Compiling NIOPosix SelectableChannel.swift
[1245/1397] Compiling NIOPosix SelectableEventLoop.swift
[1246/1397] Compiling NIOPosix SelectorEpoll.swift
[1247/1397] Compiling NIOPosix SelectorGeneric.swift
[1248/1397] Compiling NIOPosix SelectorKqueue.swift
[1249/1397] Compiling NIOPosix SelectorUring.swift
[1250/1397] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1251/1397] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1252/1397] Compiling NIOPosix PosixSingletons.swift
[1253/1397] Compiling NIOPosix RawSocketBootstrap.swift
[1254/1397] Compiling NIOPosix Resolver.swift
[1255/1397] Compiling NIOPosix Selectable.swift
[1256/1397] Compiling NIOPosix ServerSocket.swift
[1257/1397] Compiling NIOPosix Socket.swift
[1258/1397] Compiling NIOPosix SocketChannel.swift
[1259/1397] Compiling NIOPosix SocketProtocols.swift
[1260/1397] Compiling NIOPosix System.swift
[1261/1397] Compiling NIOPosix Thread.swift
[1261/1403] Compiling print.cc
[1262/1403] Compiling p_x25519_asn1.cc
[1263/1403] Compiling pbkdf.cc
[1264/1403] Compiling p_x25519.cc
[1265/1403] Compiling p_rsa_asn1.cc
[1266/1403] Compiling p_rsa.cc
[1267/1403] Compiling p_ed25519.cc
[1268/1403] Compiling p_hkdf.cc
[1269/1403] Compiling p_ed25519_asn1.cc
[1271/1403] Compiling NIOPosix BSDSocketAPICommon.swift
[1272/1403] Compiling NIOPosix BSDSocketAPIPosix.swift
[1273/1403] Compiling NIOPosix BSDSocketAPIWindows.swift
[1274/1403] Compiling NIOPosix BaseSocket.swift
[1275/1403] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1276/1403] Compiling NIOPosix BaseSocketChannel.swift
[1277/1403] Compiling NIOPosix BaseStreamSocketChannel.swift
[1278/1403] Emitting module NIOPosix
[1279/1403] Compiling NIOPosix Bootstrap.swift
[1280/1403] Compiling NIOPosix ControlMessage.swift
[1281/1403] Compiling NIOPosix DatagramVectorReadManager.swift
[1282/1403] Compiling NIOPosix Errors+Any.swift
[1283/1403] Compiling NIOPosix FileDescriptor.swift
[1284/1403] Compiling NIOPosix GetaddrinfoResolver.swift
[1285/1403] Compiling NIOPosix HappyEyeballs.swift
[1285/1403] Compiling p_ec_asn1.cc
[1286/1403] Compiling p_ec.cc
[1288/1403] Compiling NIOPosix ThreadPosix.swift
[1289/1403] Compiling NIOPosix ThreadWindows.swift
[1290/1403] Compiling NIOPosix UnsafeTransfer.swift
[1291/1403] Compiling NIOPosix Utilities.swift
[1292/1403] Compiling NIOPosix VsockAddress.swift
[1293/1403] Compiling NIOPosix VsockChannelEvents.swift
[1293/1403] Compiling p_dh.cc
[1294/1403] Compiling p_dsa_asn1.cc
[1295/1403] Compiling p_dh_asn1.cc
[1297/1403] Compiling NIOPosix IO.swift
[1298/1403] Compiling NIOPosix IntegerBitPacking.swift
[1299/1403] Compiling NIOPosix IntegerTypes.swift
[1300/1403] Compiling NIOPosix Linux.swift
[1301/1403] Compiling NIOPosix LinuxCPUSet.swift
[1302/1403] Compiling NIOPosix LinuxUring.swift
[1303/1403] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1304/1403] Compiling NIOPosix NIOThreadPool.swift
[1305/1403] Compiling NIOPosix NonBlockingFileIO.swift
[1306/1403] Compiling NIOPosix PendingDatagramWritesManager.swift
[1307/1403] Compiling NIOPosix PendingWritesManager.swift
[1308/1403] Compiling NIOPosix PipeChannel.swift
[1309/1403] Compiling NIOPosix PipePair.swift
[1310/1403] Compiling NIOPosix Pool.swift
[1310/1404] Compiling evp_ctx.cc
[1312/1404] Compiling evp_asn1.cc
[1313/1404] Compiling evp.cc
[1314/1404] Compiling err.cc
[1315/1404] Compiling engine.cc
[1317/1406] Compiling NIO Exports.swift
[1317/1406] Compiling ecdsa_asn1.cc
[1318/1406] Compiling ecdh_extra.cc
[1320/1406] Emitting module NIO
[1321/1407] Compiling ec_derive.cc
[1322/1407] Compiling hash_to_curve.cc
[1323/1407] Compiling dsa.cc
[1324/1407] Compiling dsa_asn1.cc
[1325/1407] Compiling ec_asn1.cc
[1327/1419] Emitting module NIOSOCKS
[1327/1447] Compiling digest_extra.cc
[1329/1447] Compiling NIOSOCKS SOCKSResponse.swift
[1329/1447] Compiling params.cc
[1331/1447] Compiling NIOSOCKS ClientStateMachine.swift
[1332/1447] Compiling NIOTLS TLSEvents.swift
[1332/1447] Compiling spake25519.cc
[1334/1447] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1335/1447] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1336/1447] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1336/1447] Compiling dh_asn1.cc
[1338/1447] Emitting module NIOTLS
[1339/1447] Compiling NIOSOCKS ServerStateMachine.swift
[1340/1447] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1341/1447] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1342/1447] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1343/1447] Compiling NIOHTTP1 HTTPDecoder.swift
[1344/1447] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1345/1447] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1346/1447] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1347/1447] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1348/1447] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1349/1447] Compiling NIOHTTP1 HTTPEncoder.swift
[1350/1447] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1351/1448] Compiling x25519-asm-arm.S
[1353/1448] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1354/1448] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1355/1450] Compiling NIOTLS SNIHandler.swift
[1356/1450] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1356/1451] Compiling des.cc
[1358/1451] Compiling curve25519.cc
[1359/1451] Compiling crypto.cc
[1361/1451] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1362/1451] Emitting module NIOFoundationCompat
[1362/1452] Compiling cpu_intel.cc
[1363/1452] Compiling cpu_arm_linux.cc
[1365/1452] Compiling bcm.cc
[1366/1452] Compiling cpu_arm_freebsd.cc
[1367/1452] Compiling curve25519_64_adx.cc
[1369/1453] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1370/1453] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1370/1503] Compiling cpu_aarch64_win.cc
[1371/1503] Compiling cpu_aarch64_openbsd.cc
[1373/1503] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1374/1503] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1374/1503] Compiling cpu_aarch64_sysreg.cc
[1375/1503] Compiling cpu_aarch64_fuchsia.cc
[1377/1503] Emitting module NIOTransportServices
[1378/1503] Compiling NIOTransportServices StateManagedChannel.swift
[1379/1503] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1380/1503] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1381/1505] Compiling NIOTransportServices NIOTSBootstraps.swift
[1382/1505] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1383/1505] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1384/1505] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1385/1505] Compiling NIOTransportServices NIOTSSingletons.swift
[1386/1505] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1389/1505] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1390/1505] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1391/1505] Compiling NIOTransportServices NIOTSErrors.swift
[1392/1505] Compiling NIOTransportServices NIOTSEventLoop.swift
[1392/1505] Compiling cpu_aarch64_linux.cc
[1394/1505] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1395/1505] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1396/1505] Compiling NIOTransportServices AcceptHandler.swift
[1397/1505] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1398/1505] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1399/1505] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1400/1505] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1401/1505] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1406/1506] Compiling cpu_aarch64_apple.cc
[1407/1506] Compiling conf.cc
[1408/1506] Compiling tls_cbc.cc
[1409/1506] Compiling e_rc4.cc
[1413/1506] Emitting module NIOHTTP1
[1418/1507] Compiling e_tls.cc
[1420/1507] Compiling e_rc2.cc
[1421/1507] Compiling e_null.cc
[1422/1507] Compiling e_aesgcmsiv.cc
[1423/1507] Compiling e_des.cc
[1424/1507] Compiling e_chacha20poly1305.cc
[1425/1507] Compiling e_aesctrhmac.cc
[1426/1518] Compiling derive_key.cc
[1427/1547] Compiling cipher_extra.cc
[1428/1547] Compiling chacha.cc
[1430/1547] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1430/1547] Compiling unicode.cc
[1432/1547] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1436/1547] Compiling NIOSSL Zeroization.swift
[1437/1547] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1438/1547] Compiling NIOExtras NIORequestIdentifiable.swift
[1439/1552] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1440/1552] Compiling NIOExtras NIOExtrasError.swift
[1441/1552] Compiling NIOExtras QuiescingHelper.swift
[1442/1552] Compiling NIOExtras UnsafeTransfer.swift
[1443/1552] Compiling NIOExtras WritePCAPHandler.swift
[1445/1552] Compiling NIOHPACK IndexedHeaderTable.swift
[1446/1552] Compiling NIOHPACK IntegerCoding.swift
[1447/1553] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1448/1553] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1449/1553] Compiling NIOHTTPCompression HTTPDecompression.swift
[1450/1553] Emitting module NIOHTTPCompression
[1451/1553] Compiling NIOHTTPCompression HTTPCompression.swift
[1452/1553] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1453/1553] Emitting module NIOHTTPTypesHTTP1
[1454/1553] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1454/1553] Compiling cbb.cc
[1456/1554] Compiling NIOExtras RequestResponseHandler.swift
[1457/1554] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1458/1554] Compiling NIOHPACK HuffmanTables.swift
[1459/1554] Compiling NIOExtras PCAPRingBuffer.swift
[1461/1554] Compiling NIOHPACK StaticHeaderTable.swift
[1461/1554] Compiling ber.cc
[1465/1554] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1466/1554] Compiling NIOExtras LengthFieldPrepender.swift
[1467/1554] Compiling NIOExtras LineBasedFrameDecoder.swift
[1467/1554] Compiling cbs.cc
[1468/1554] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1469/1554] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1470/1554] Compiling NIOExtras JSONRPCFraming.swift
[1472/1554] Emitting module NIOSSL
[1474/1554] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1475/1555] Compiling NIOSSL SSLErrors.swift
[1476/1555] Compiling NIOSSL SSLInit.swift
[1477/1555] Compiling NIOSSL SSLPKCS12Bundle.swift
[1478/1555] Compiling NIOSSL SSLPrivateKey.swift
[1479/1555] Compiling NIOHPACK HuffmanCoding.swift
[1481/1555] Emitting module NIOExtras
[1481/1555] Compiling asn1_compat.cc
[1489/1555] Emitting module NIOHPACK
[1489/1556] Compiling buf.cc
[1490/1556] Compiling bn_asn1.cc
[1496/1556] Compiling NIOExtras DebugInboundEventsHandler.swift
[1497/1556] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1498/1556] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1501/1556] Compiling convert.cc
[1502/1556] Compiling printf.cc
[1503/1556] Compiling blake2.cc
[1504/1556] Compiling pair.cc
[1505/1614] Compiling hexdump.cc
[1506/1614] Compiling file.cc
[1507/1614] Compiling errno.cc
[1508/1614] Compiling fd.cc
[1509/1614] Compiling bio_mem.cc
[1511/1614] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1512/1614] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1513/1614] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1514/1614] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1515/1614] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1516/1614] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1517/1614] Compiling NIOHTTP2 MayReceiveFrames.swift
[1518/1614] Compiling NIOHTTP2 ReceivingDataState.swift
[1519/1614] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1520/1614] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1521/1615] Compiling base64.cc
[1522/1615] Compiling bio.cc
[1526/1615] Compiling NIOHTTP2 HasLocalSettings.swift
[1527/1615] Compiling NIOHTTP2 HasRemoteSettings.swift
[1528/1615] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1529/1615] Compiling NIOHTTP2 QuiescingState.swift
[1530/1615] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1531/1615] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1532/1615] Compiling NIOHTTP2 MaySendFrames.swift
[1533/1615] Compiling NIOHTTP2 SendingDataState.swift
[1534/1615] Compiling NIOHTTP2 SendingGoawayState.swift
[1535/1615] Compiling NIOHTTP2 SendingHeadersState.swift
[1536/1615] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1537/1615] Compiling NIOHTTP2 SendingRstStreamState.swift
[1538/1615] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1539/1615] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1539/1623] Compiling tasn_utl.cc
[1540/1623] Compiling tasn_typ.cc
[1541/1623] Compiling tasn_new.cc
[1543/1623] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1544/1623] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1545/1623] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1545/1624] Compiling tasn_fre.cc
[1546/1624] Compiling tasn_enc.cc
[1548/1624] Compiling tasn_dec.cc
[1549/1624] Compiling posix_time.cc
[1550/1624] Compiling f_string.cc
[1551/1624] Compiling asn1_par.cc
[1552/1624] Compiling asn_pack.cc
[1553/1624] Compiling f_int.cc
[1554/1624] Compiling a_utctm.cc
[1555/1624] Compiling a_type.cc
[1556/1624] Compiling asn1_lib.cc
[1557/1624] Compiling a_time.cc
[1558/1624] Compiling a_octet.cc
[1559/1624] Compiling a_strex.cc
[1560/1624] Compiling a_mbstr.cc
[1561/1624] Compiling a_strnid.cc
[1562/1624] Compiling a_object.cc
[1563/1624] Compiling a_int.cc
[1564/1624] Compiling a_i2d_fp.cc
[1565/1624] Write sources
[1566/1624] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1567/1624] Write sources
[1569/1624] Compiling a_gentm.cc
[1570/1624] Compiling a_d2i_fp.cc
[1571/1624] Compiling a_dup.cc
[1572/1624] Compiling a_bool.cc
[1573/1702] Compiling a_bitstr.cc
[1575/1702] Compiling NIOHTTP2 InboundWindowManager.swift
[1576/1702] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1577/1702] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1578/1702] Compiling NIOHTTP2 StreamChannelList.swift
[1579/1702] Compiling NIOHTTP2 StreamMap.swift
[1580/1702] Compiling NIOHTTP2 StreamStateMachine.swift
[1581/1702] Compiling NIOHTTP2 UnsafeTransfer.swift
[1582/1702] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1583/1710] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1584/1710] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1585/1710] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1586/1710] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1587/1710] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1588/1710] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1589/1710] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1590/1710] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1591/1710] Emitting module NIOHTTP2
[1592/1710] Compiling BitCollections BitArray+RandomBits.swift
[1593/1710] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1594/1710] Compiling BitCollections BitArray+Shifts.swift
[1595/1710] Compiling BitCollections BitArray+Testing.swift
[1596/1710] Compiling BitCollections BitArray._UnsafeHandle.swift
[1597/1710] Compiling BitCollections BitArray.swift
[1598/1710] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1599/1710] Compiling BitCollections BitSet+Codable.swift
[1600/1710] Compiling BitCollections BitArray+BitwiseOperations.swift
[1601/1710] Emitting module BitCollections
[1602/1717] Compiling BitCollections BitSet+Initializers.swift
[1603/1717] Compiling BitCollections BitSet+Invariants.swift
[1604/1717] Compiling BitCollections BitSet+Random.swift
[1605/1717] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1606/1717] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1607/1717] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1608/1717] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1609/1717] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1610/1717] Compiling BitCollections BitSet+CustomReflectable.swift
[1611/1717] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1612/1717] Compiling BitCollections BitSet+Equatable.swift
[1613/1717] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1614/1717] Compiling BitCollections BitSet+Extras.swift
[1615/1717] Compiling BitCollections BitSet+Hashable.swift
[1618/1717] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1619/1720] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1620/1720] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1621/1720] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1630/1720] Compiling BitCollections BitSet+SetAlgebra union.swift
[1631/1720] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1632/1720] Compiling BitCollections BitSet.Counted.swift
[1633/1720] Compiling BitCollections BitArray+CustomReflectable.swift
[1634/1720] Compiling BitCollections BitArray+Descriptions.swift
[1635/1720] Compiling BitCollections BitArray+Equatable.swift
[1636/1720] Compiling CryptoBoringWrapper RandomBytes.swift
[1637/1720] Compiling BitCollections BitArray+Hashable.swift
[1638/1720] Compiling BitCollections BitArray+Initializers.swift
[1639/1720] Compiling BitCollections BitArray+Invariants.swift
[1640/1720] Compiling BitCollections BitArray+Codable.swift
[1641/1720] Compiling BitCollections BitArray+Collection.swift
[1642/1720] Compiling BitCollections BitArray+Copy.swift
[1643/1720] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1651/1720] Emitting module CryptoBoringWrapper
[1652/1720] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1653/1720] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1670/1720] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1671/1720] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1672/1720] Compiling BitCollections BitArray+Extras.swift
[1673/1720] Compiling BitCollections BitArray+Fill.swift
[1678/1720] Compiling CryptoBoringWrapper EllipticCurve.swift
[1679/1720] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1680/1720] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1681/1720] Compiling BitCollections BitSet.Index.swift
[1682/1720] Compiling BitCollections BitSet._UnsafeHandle.swift
[1683/1720] Compiling BitCollections BitSet.swift
[1684/1720] Compiling BitCollections Range+Utilities.swift
[1685/1720] Compiling BitCollections Slice+Utilities.swift
[1686/1720] Compiling BitCollections UInt+Tricks.swift
[1687/1720] Compiling BitCollections _Word.swift
[1688/1720] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1690/1722] Compiling Algorithms Trim.swift
[1691/1722] Compiling Algorithms Unique.swift
[1692/1722] Compiling Algorithms Windows.swift
[1702/1767] Compiling Crypto AES-GCM.swift
[1703/1767] Compiling Crypto AES-GCM_boring.swift
[1704/1767] Compiling Crypto ChaChaPoly_boring.swift
[1705/1767] Compiling Crypto ChaChaPoly.swift
[1706/1795] Emitting module Collections
[1707/1795] Compiling Collections Collections.swift
[1709/1820] Compiling Crypto HPKE-LabeledExtract.swift
[1710/1820] Compiling Crypto HPKE-Utils.swift
[1711/1820] Compiling Crypto DHKEM.swift
[1712/1820] Compiling Crypto HPKE-KEM-Curve25519.swift
[1713/1820] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1714/1820] Compiling Crypto HPKE-KEM.swift
[1715/1820] Compiling Crypto HPKE-Errors.swift
[1716/1820] Compiling Crypto HPKE.swift
[1717/1820] Compiling Crypto Digest.swift
[1718/1820] Compiling Crypto Digests.swift
[1719/1820] Compiling Crypto HashFunctions.swift
[1720/1820] Compiling Crypto HashFunctions_SHA2.swift
[1721/1820] Compiling Crypto HPKE-AEAD.swift
[1722/1820] Compiling Crypto HPKE-Ciphersuite.swift
[1723/1820] Compiling Crypto HPKE-KDF.swift
[1724/1820] Compiling Crypto HPKE-KexKeyDerivation.swift
[1726/1821] Emitting module Algorithms
[1728/1822] Emitting module Crypto
[1729/1890] Compiling Crypto SymmetricKeys.swift
[1730/1890] Compiling Crypto HMAC.swift
[1731/1890] Compiling Crypto MACFunctions.swift
[1732/1890] Compiling Crypto MessageAuthenticationCode.swift
[1733/1890] Compiling Crypto AES.swift
[1734/1890] Compiling Crypto ECDSASignature_boring.swift
[1735/1890] Compiling Crypto ECDSA_boring.swift
[1736/1890] Compiling Crypto EdDSA_boring.swift
[1737/1890] Compiling Crypto ECDSA.swift
[1738/1890] Compiling Crypto Ed25519.swift
[1739/1890] 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
[1740/1890] 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
[1741/1890] 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
[1742/1893] 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
[1743/1893] 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
[1744/1893] 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
[1745/1893] 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
[1746/1893] 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
[1747/1893] 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
[1748/1893] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1749/1893] Compiling AsyncHTTPClient HTTP1Connection.swift
[1750/1893] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1751/1893] Compiling HummingbirdCore OutputBuffer.swift
[1752/1893] Compiling HummingbirdCore String+percentEncode.swift
[1753/1893] Compiling HummingbirdCore UnsafeTransfer.swift
[1754/1893] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1755/1893] Compiling AsyncHTTPClient RequestOptions.swift
[1756/1893] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1757/1893] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1758/1893] Compiling AsyncHTTPClient HTTPClient.swift
[1759/1893] Compiling AsyncHTTPClient HTTPHandler.swift
[1760/1893] Compiling AsyncHTTPClient LRUCache.swift
[1761/1893] Compiling AsyncHTTPClient NWErrorHandler.swift
[1762/1893] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1763/1893] Compiling AsyncHTTPClient TLSConfiguration.swift
[1764/1893] Compiling AsyncHTTPClient RedirectState.swift
[1765/1893] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1766/1893] Compiling Crypto NISTCurvesKeys.swift
[1767/1893] Compiling Crypto X25519Keys.swift
[1768/1893] 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
[1769/1893] 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
[1770/1893] 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
[1771/1893] 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
[1779/1893] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1780/1893] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1781/1893] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1782/1893] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1783/1893] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1784/1893] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1785/1893] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1798/1893] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1799/1893] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1800/1893] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1801/1893] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1802/1893] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1803/1893] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1804/1893] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1805/1893] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1806/1893] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1807/1893] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1808/1893] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1809/1893] Compiling AsyncHTTPClient RequestBodyLength.swift
[1810/1893] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1811/1893] Compiling AsyncHTTPClient ConnectionTarget.swift
[1812/1893] Compiling AsyncHTTPClient DeconstructedURL.swift
[1813/1893] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1814/1893] Compiling AsyncHTTPClient FoundationExtensions.swift
[1815/1893] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1816/1893] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1817/1893] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1818/1893] 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
[1823/1893] Compiling Crypto Signature.swift
[1824/1893] Compiling Crypto CryptoKitErrors_boring.swift
[1825/1893] Compiling Crypto RNG_boring.swift
[1826/1893] Compiling Crypto SafeCompare_boring.swift
[1827/1893] Compiling Crypto Zeroization_boring.swift
[1828/1893] Compiling Crypto PrettyBytes.swift
[1829/1893] Compiling Crypto SafeCompare.swift
[1830/1893] Compiling Crypto SecureBytes.swift
[1831/1893] Compiling Crypto Zeroization.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1837/1961] Emitting module AsyncHTTPClient
[1838/1969] Compiling Hummingbird FileIO.swift
[1839/1969] Compiling Hummingbird FileProvider.swift
[1840/1969] Compiling Hummingbird LocalFileSystem.swift
[1841/1969] Compiling Hummingbird Cookie.swift
[1842/1969] Compiling Hummingbird Cookies.swift
[1843/1969] Compiling Hummingbird MediaType+FileExtension.swift
[1844/1969] Compiling Hummingbird MediaType.swift
[1845/1969] Compiling Hummingbird Request+Cookies.swift
[1846/1969] Compiling Hummingbird Response+Cookies.swift
[1847/1969] Compiling Hummingbird Configuration.swift
[1848/1969] Compiling Hummingbird Deprecations.swift
[1849/1969] Compiling Hummingbird Environment.swift
[1850/1969] Compiling Hummingbird EditedHTTPError.swift
[1851/1969] Compiling Hummingbird HTTPError.swift
[1852/1969] Compiling Hummingbird HTTPResponseError.swift
[1853/1969] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[1854/1969] Compiling Hummingbird Exports.swift
[1855/1969] Compiling Hummingbird CacheControl.swift
[1856/1969] Compiling HummingbirdOTP OTP.swift
[1857/1969] Emitting module HummingbirdOTP
[1859/1970] Compiling Hummingbird _Middleware2.swift
[1860/1970] Compiling Hummingbird _OptionalMiddleware.swift
[1861/1970] Compiling Hummingbird _SpreadMiddleware.swift
[1862/1970] Compiling Hummingbird TracingMiddleware.swift
[1863/1970] Compiling Hummingbird EndpointResponder.swift
[1864/1970] Compiling Hummingbird Parameters+UUID.swift
[1865/1970] Compiling Hummingbird Parameters.swift
[1866/1970] Compiling Hummingbird ResponseGenerator.swift
[1867/1970] Compiling Hummingbird URLEncodedFormNode.swift
[1868/1970] Compiling Hummingbird CORSMiddleware.swift
[1869/1970] Compiling Hummingbird FileMiddleware.swift
[1870/1970] Compiling Hummingbird LogRequestMiddleware.swift
[1871/1970] Compiling Hummingbird MetricsMiddleware.swift
[1872/1970] Compiling Hummingbird Middleware.swift
[1873/1970] Compiling Hummingbird MiddlewareGroup.swift
[1874/1970] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[1875/1970] Compiling Hummingbird Application.swift
[1876/1970] Compiling Hummingbird CodableProtocols.swift
[1877/1970] Compiling Hummingbird JSONCoding.swift
[1878/1970] Compiling Hummingbird ResponseEncodable.swift
[1879/1970] Compiling Hummingbird URLEncodedForm+Request.swift
[1880/1970] Compiling Hummingbird URLEncodedForm.swift
[1881/1970] Compiling Hummingbird URLEncodedFormDecoder.swift
[1882/1970] Compiling Hummingbird URLEncodedFormEncoder.swift
[1883/1970] Compiling Hummingbird RouteCollection.swift
[1884/1970] Compiling Hummingbird Router+validation.swift
[1885/1970] Compiling Hummingbird Router.swift
[1886/1970] Compiling Hummingbird RouterGroup.swift
[1887/1970] Compiling Hummingbird RouterMethods.swift
[1888/1970] Compiling Hummingbird RouterPath.swift
[1889/1970] Compiling Hummingbird RouterResponder.swift
[1890/1970] Compiling Hummingbird TransformingRouterGroup.swift
[1891/1970] Compiling Hummingbird RouterTrie.swift
[1892/1970] Compiling Hummingbird Trie+resolve.swift
[1893/1970] Compiling Hummingbird Trie+serialize.swift
[1894/1970] Compiling Hummingbird TrieRouter.swift
[1895/1970] Compiling Hummingbird ChildRequestContext.swift
[1896/1970] Compiling Hummingbird Request.swift
[1897/1970] Compiling Hummingbird RequestContext.swift
[1898/1970] Compiling Hummingbird RequestContextSource.swift
[1899/1970] Compiling AsyncHTTPClient RequestBag.swift
[1900/1970] Compiling AsyncHTTPClient RequestValidation.swift
[1901/1970] Compiling AsyncHTTPClient SSLContextCache.swift
[1902/1970] Compiling AsyncHTTPClient Scheme.swift
[1903/1970] Compiling AsyncHTTPClient Singleton.swift
[1904/1970] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1905/1970] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1906/1970] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1917/1980] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1945/1980] Compiling Hummingbird PersistDriver.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1946/1980] Compiling Hummingbird PersistError.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1947/1980] Compiling Hummingbird ByteBuffer+foundation.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1948/1980] Compiling Hummingbird DateCache.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[1949/1980] 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
[1950/1980] 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
[1951/1980] 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
[1952/1980] 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
[1953/1980] 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming 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
[1982/2002] Compiling HummingbirdAuth BearerAuthentication.swift
[1983/2002] Compiling HummingbirdAuth Deprecated.swift
[1984/2002] Compiling HummingbirdTesting Application+Test.swift
[1985/2002] Compiling HummingbirdTesting ApplicationTester.swift
[1986/2003] Compiling HummingbirdAuth IsAuthenticatedMiddleware.swift
[1987/2003] Compiling HummingbirdAuth SessionAuthenticator.swift
[1988/2003] Compiling HummingbirdAuth ClosureAuthenticator.swift
[1989/2003] Compiling HummingbirdAuth BasicAuthentication.swift
[1990/2003] Emitting module HummingbirdAuth
[1991/2003] Compiling HummingbirdAuth UserSessionRepository.swift
[1992/2003] Compiling HummingbirdAuth SessionContext.swift
[1993/2003] Compiling HummingbirdAuth SessionMiddleware.swift
[1994/2003] 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 |
[1996/2004] 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
[1997/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
[1998/2009] 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
[1999/2009] Compiling HummingbirdBasicAuth UserPasswordRepository.swift
[2000/2009] Compiling HummingbirdBasicAuth PasswordVerifier.swift
[2001/2009] Emitting module HummingbirdBasicAuth
[2002/2009] Compiling HummingbirdBasicAuth BasicAuthenticator.swift
[2003/2009] 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
[2004/2009] 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
[2008/2010] 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
[2009/2010] 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
[2010/2010] 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
[2012/2013] 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)
[2013/2013] Emitting module HummingbirdAuthTesting
Build complete! (387.22s)
Build complete.
{
"dependencies" : [
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.63.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-extras-base64",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-extras/swift-extras-base64.git"
}
],
"manifest_display_name" : "hummingbird-auth",
"name" : "hummingbird-auth",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "HummingbirdAuth",
"targets" : [
"HummingbirdAuth"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdBasicAuth",
"targets" : [
"HummingbirdBasicAuth"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdBcrypt",
"targets" : [
"HummingbirdBcrypt"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdOTP",
"targets" : [
"HummingbirdOTP"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdAuthTesting",
"targets" : [
"HummingbirdAuthTesting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HummingbirdOTP",
"module_type" : "SwiftTarget",
"name" : "HummingbirdOTP",
"path" : "Sources/HummingbirdOTP",
"product_dependencies" : [
"Crypto",
"ExtrasBase64"
],
"product_memberships" : [
"HummingbirdOTP"
],
"sources" : [
"OTP.swift"
],
"type" : "library"
},
{
"c99name" : "HummingbirdBcrypt",
"module_type" : "SwiftTarget",
"name" : "HummingbirdBcrypt",
"path" : "Sources/HummingbirdBcrypt",
"product_memberships" : [
"HummingbirdBasicAuth",
"HummingbirdBcrypt"
],
"sources" : [
"Bcrypt.swift"
],
"target_dependencies" : [
"CBcrypt"
],
"type" : "library"
},
{
"c99name" : "HummingbirdBasicAuth",
"module_type" : "SwiftTarget",
"name" : "HummingbirdBasicAuth",
"path" : "Sources/HummingbirdBasicAuth",
"product_dependencies" : [
"Hummingbird"
],
"product_memberships" : [
"HummingbirdBasicAuth"
],
"sources" : [
"BasicAuthenticator.swift",
"PasswordVerifier.swift",
"UserPasswordRepository.swift"
],
"target_dependencies" : [
"HummingbirdAuth",
"HummingbirdBcrypt"
],
"type" : "library"
},
{
"c99name" : "HummingbirdAuthTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdAuthTests",
"path" : "Tests/HummingbirdAuthTests",
"product_dependencies" : [
"HummingbirdTesting",
"NIOPosix"
],
"sources" : [
"AuthTests.swift",
"BcryptTests.swift",
"OTPTests.swift",
"SessionTests.swift"
],
"target_dependencies" : [
"HummingbirdAuth",
"HummingbirdBasicAuth",
"HummingbirdBcrypt",
"HummingbirdOTP",
"HummingbirdAuthTesting"
],
"type" : "test"
},
{
"c99name" : "HummingbirdAuthTesting",
"module_type" : "SwiftTarget",
"name" : "HummingbirdAuthTesting",
"path" : "Sources/HummingbirdAuthTesting",
"product_dependencies" : [
"HummingbirdTesting"
],
"product_memberships" : [
"HummingbirdAuthTesting"
],
"sources" : [
"TestClient+Auth.swift"
],
"target_dependencies" : [
"HummingbirdAuth"
],
"type" : "library"
},
{
"c99name" : "HummingbirdAuth",
"module_type" : "SwiftTarget",
"name" : "HummingbirdAuth",
"path" : "Sources/HummingbirdAuth",
"product_dependencies" : [
"Hummingbird",
"ExtrasBase64"
],
"product_memberships" : [
"HummingbirdAuth",
"HummingbirdBasicAuth",
"HummingbirdAuthTesting"
],
"sources" : [
"Authenticator/AuthRequestContext.swift",
"Authenticator/Authenticator.swift",
"Authenticator/ClosureAuthenticator.swift",
"BasicAuthentication.swift",
"BearerAuthentication.swift",
"Deprecated.swift",
"Middleware/IsAuthenticatedMiddleware.swift",
"Sessions/SessionAuthenticator.swift",
"Sessions/SessionContext.swift",
"Sessions/SessionMiddleware.swift",
"Sessions/SessionStorage.swift",
"Sessions/UserSessionRepository.swift"
],
"type" : "library"
},
{
"c99name" : "CBcrypt",
"module_type" : "ClangTarget",
"name" : "CBcrypt",
"path" : "Sources/CBcrypt",
"product_memberships" : [
"HummingbirdBasicAuth",
"HummingbirdBcrypt"
],
"sources" : [
"bcrypt.c",
"blf.c"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.