Build Information
Successful build of hummingbird-auth, reference main (9c1e59
), with Swift 6.0 for Linux on 5 Apr 2025 19:00:42 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.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-auth.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/hummingbird-project/hummingbird-auth
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9c1e59e Update from hummingbird-project-template b19df1d2a2eba1af76859758cc7cb51d8ac566c5 (#85)
Cloned https://github.com/hummingbird-project/hummingbird-auth.git
Revision (git rev-parse @):
9c1e59e4b5717c29dfcdd5abf0b0b507f0c759c6
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-auth.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
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.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/swift-extras/swift-extras-base64.git
[1/833] Fetching swift-extras-base64
[834/25086] Fetching swift-extras-base64, hummingbird
Fetched https://github.com/swift-extras/swift-extras-base64.git from cache (0.27s)
[1456/24253] Fetching hummingbird
[3639/37822] Fetching hummingbird, swift-crypto
[10370/112533] Fetching hummingbird, swift-crypto, swift-nio
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.75s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.76s)
[47816/74711] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.52s)
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 (2.27s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.11.0 (1.12s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/swift-server/async-http-client.git
[1/5636] Fetching swift-nio-extras
[452/7999] Fetching swift-nio-extras, swift-service-lifecycle
[580/10449] Fetching swift-nio-extras, swift-service-lifecycle, swift-nio-transport-services
[6779/24191] Fetching swift-nio-extras, swift-service-lifecycle, swift-nio-transport-services, async-http-client
[8219/35657] Fetching swift-nio-extras, swift-service-lifecycle, swift-nio-transport-services, async-http-client, swift-nio-http2
[35658/50132] Fetching swift-nio-extras, swift-service-lifecycle, swift-nio-transport-services, async-http-client, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (2.33s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.33s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.35s)
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.36s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.36s)
Fetched https://github.com/swift-server/async-http-client.git from cache (2.36s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-log.git
[1/890] Fetching swift-http-types
[99/5848] Fetching swift-http-types, swift-distributed-tracing
[601/9673] Fetching swift-http-types, swift-distributed-tracing, swift-log
[3702/25576] Fetching swift-http-types, swift-distributed-tracing, swift-log, swift-collections
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-http-types.git from cache (1.29s)
[8044/24686] Fetching swift-distributed-tracing, swift-log, swift-collections
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-log.git from cache (1.59s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.62s)
[4295/18074] Fetching swift-collections, swift-metrics
[5077/22963] Fetching swift-collections, swift-metrics, swift-async-algorithms
Fetched https://github.com/apple/swift-metrics.git from cache (0.51s)
[12523/20792] Fetching swift-collections, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.58s)
[8589/17608] Fetching swift-collections, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.80s)
Fetched https://github.com/apple/swift-collections.git from cache (2.50s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (1.50s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.3 (0.65s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.61s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.67s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.72s)
Fetching https://github.com/apple/swift-service-context.git
[1/1047] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.29s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.90s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.23s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.1 (0.73s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.25.0 (0.80s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1120] Fetching swift-http-structured-headers
[1121/6983] Fetching swift-http-structured-headers, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.73s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.73s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.65s)
Fetching https://github.com/apple/swift-numerics.git
[1/5659] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.58s)
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.1 (0.60s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.74s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (1.18s)
Fetching https://github.com/apple/swift-system.git
[1/4224] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.37s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.81s)
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.68s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.59s)
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.61s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.3 (0.72s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.2 (2.18s)
Fetching https://github.com/apple/swift-asn1.git
[1/1560] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.23s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.1 (0.66s)
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.1
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.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.3
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.25.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/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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.23.1
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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.81.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.11.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
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-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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.2
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/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.35.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.29.3
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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Building for debugging...
[0/831] Write sources
[22/831] Compiling CBcrypt blf.c
[22/831] Write sources
[24/831] Compiling vpaes-armv7-linux.S
[24/831] Write sources
[27/831] Compiling sha512-armv8-win.S
[27/831] Write sources
[51/831] Compiling _NumericsShims _NumericsShims.c
[51/831] Compiling sha512-x86_64-linux.S
[53/831] Compiling CNIOWindows shim.c
[54/831] Compiling sha512-x86_64-apple.S
[55/831] Compiling CNIOWindows WSAStartup.c
[56/831] Compiling _AtomicsShims.c
[57/831] Compiling sha512-armv8-linux.S
[58/831] Compiling CNIOWASI CNIOWASI.c
[59/831] Compiling CNIOLinux liburing_shims.c
[60/831] Compiling CNIOLinux shim.c
[61/831] Compiling CNIOLLHTTP c_nio_http.c
[62/831] Compiling CNIOExtrasZlib empty.c
[63/831] Compiling CNIODarwin shim.c
[64/831] Compiling fiat_p256_adx_mul.S
[65/831] Compiling CNIOLLHTTP c_nio_api.c
[66/831] Compiling fiat_curve25519_adx_square.S
[67/831] Compiling fiat_p256_adx_sqr.S
[68/831] Compiling fiat_curve25519_adx_mul.S
[69/831] Compiling CBcrypt bcrypt.c
[70/831] Write swift-version-24593BA9C3E375BF.txt
[71/831] Compiling CNIOLLHTTP c_nio_llhttp.c
[72/835] Compiling CNIOBoringSSLShims shims.c
[73/837] Compiling tls_method.cc
[74/837] Compiling tls_record.cc
[76/837] Emitting module _NIOBase64
[76/840] Compiling tls13_server.cc
[77/840] Compiling tls13_client.cc
[78/840] Compiling tls13_both.cc
[79/849] Compiling tls13_enc.cc
[81/882] Emitting module InternalCollectionsUtilities
[82/884] Compiling HummingbirdBcrypt Bcrypt.swift
[83/884] Emitting module HummingbirdBcrypt
[84/885] Compiling InternalCollectionsUtilities _SortedCollection.swift
[85/885] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[86/885] Compiling ServiceContextModule ServiceContextKey.swift
[87/885] Compiling ServiceContextModule ServiceContext.swift
[88/885] Emitting module ServiceContextModule
[89/886] Emitting module HTTPTypes
[90/886] Compiling _NIODataStructures _TinyArray.swift
[91/886] Compiling RealModule Real.swift
[92/887] Compiling RealModule Float80+Real.swift
[93/887] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[94/887] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[95/888] Compiling _NIODataStructures PriorityQueue.swift
[96/888] Compiling HTTPTypes HTTPField.swift
[97/888] Compiling HTTPTypes HTTPFieldName.swift
[98/888] Compiling HTTPTypes ISOLatin1String.swift
[99/888] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[100/888] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[101/888] Compiling InternalCollectionsUtilities UInt+reversed.swift
[102/888] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[103/888] Compiling _NIOBase64 Base64.swift
[104/889] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[105/889] Compiling InternalCollectionsUtilities Specialize.swift
[106/889] Compiling InternalCollectionsUtilities Debugging.swift
[107/889] Compiling InternalCollectionsUtilities Descriptions.swift
[108/889] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[109/889] Compiling InternalCollectionsUtilities Integer rank.swift
[110/889] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[111/889] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[112/889] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[113/889] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[118/890] Emitting module RealModule
[119/890] Compiling RealModule ElementaryFunctions.swift
[120/890] Compiling RealModule Float16+Real.swift
[121/890] Compiling HTTPTypes HTTPResponse.swift
[122/890] Compiling RealModule Float+Real.swift
[124/890] Compiling HTTPTypes HTTPRequest.swift
[125/890] Compiling HTTPTypes HTTPParsedFields.swift
[129/890] Compiling RealModule RealFunctions.swift
[131/971] Compiling Instrumentation Instrument.swift
[132/982] Compiling Instrumentation NoOpInstrument.swift
[133/1006] Emitting module Instrumentation
[134/1026] Compiling Instrumentation MultiplexInstrument.swift
[135/1026] Compiling CoreMetrics Locks.swift
[136/1026] Compiling HTTPTypes NIOLock.swift
[137/1026] Compiling Instrumentation InstrumentationSystem.swift
[138/1026] Compiling Logging MetadataProvider.swift
[139/1026] Compiling Instrumentation Locks.swift
[140/1027] Emitting module _NIODataStructures
[141/1027] Compiling _NIODataStructures Heap.swift
[142/1028] Compiling Logging Locks.swift
[143/1028] Compiling Logging LogHandler.swift
[144/1028] Emitting module Logging
[145/1028] Compiling Logging Logging.swift
[149/1029] Emitting module CoreMetrics
[150/1120] Compiling HeapModule Heap+Descriptions.swift
[151/1120] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[152/1120] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[153/1120] Compiling HashTreeCollections TreeDictionary+Keys.swift
[154/1120] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[155/1120] Compiling HashTreeCollections TreeDictionary+Merge.swift
[156/1120] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[157/1120] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[158/1127] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[159/1127] Compiling HashTreeCollections _HashTreeIterator.swift
[160/1127] Compiling HashTreeCollections _HashTreeStatistics.swift
[161/1127] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[162/1127] Compiling HashTreeCollections _RawHashNode.swift
[163/1127] Compiling HashTreeCollections _UnmanagedHashNode.swift
[164/1127] Compiling HashTreeCollections _UnsafePath.swift
[165/1127] Compiling HeapModule _HeapNode.swift
[166/1127] Compiling Tracing TracingTime.swift
[167/1127] Compiling HeapModule Heap.swift
[168/1127] Compiling HeapModule Heap+UnsafeHandle.swift
[169/1127] Compiling HeapModule Heap+Invariants.swift
[170/1127] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[171/1127] Compiling Tracing InstrumentationSystem+Tracing.swift
[172/1127] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[173/1127] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[174/1127] Compiling HashTreeCollections _HashNode+Structural merge.swift
[175/1127] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[176/1127] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[177/1127] Compiling HashTreeCollections _HashNode+Structural union.swift
[178/1127] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[179/1127] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[180/1127] Compiling HashTreeCollections TreeDictionary+Codable.swift
[181/1127] Compiling HashTreeCollections TreeDictionary+Collection.swift
[182/1127] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[183/1127] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[184/1127] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[185/1127] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[186/1127] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[187/1127] Compiling HashTreeCollections TreeDictionary+Filter.swift
[188/1127] Compiling Tracing TracerProtocol.swift
[189/1127] Emitting module HeapModule
[190/1128] Emitting module Tracing
[192/1128] Compiling CoreMetrics Metrics.swift
[193/1129] Compiling Tracing Tracer.swift
[194/1129] Compiling Tracing TracerProtocol+Legacy.swift
[195/1129] Compiling HashTreeCollections TreeSet+Hashable.swift
[196/1129] Compiling HashTreeCollections TreeSet+Sendable.swift
[197/1129] Compiling HashTreeCollections TreeSet+Sequence.swift
[198/1129] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[199/1129] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[200/1129] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[201/1129] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[202/1129] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[203/1129] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[204/1129] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[206/1139] Compiling Tracing SpanProtocol.swift
[207/1139] Compiling Tracing NoOpTracer.swift
[209/1157] Compiling OrderedCollections OrderedSet+SubSequence.swift
[210/1157] Compiling OrderedCollections OrderedSet+Testing.swift
[211/1157] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[212/1157] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[213/1157] Compiling OrderedCollections OrderedSet.swift
[214/1157] Compiling OrderedCollections _UnsafeBitset.swift
[215/1157] Compiling HashTreeCollections TreeSet+Equatable.swift
[216/1157] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[217/1157] Compiling HashTreeCollections TreeSet+Extras.swift
[218/1157] Compiling HashTreeCollections TreeSet+Filter.swift
[219/1157] Compiling DequeModule Deque+CustomReflectable.swift
[220/1157] Compiling DequeModule Deque+Descriptions.swift
[221/1159] Compiling DequeModule _DequeBuffer.swift
[222/1159] Compiling DequeModule _DequeBufferHeader.swift
[233/1159] Compiling OrderedCollections OrderedSet+Sendable.swift
[234/1162] Compiling HashTreeCollections _Bucket.swift
[235/1162] Compiling HashTreeCollections _Hash.swift
[236/1162] Compiling HashTreeCollections _HashLevel.swift
[237/1162] Compiling HashTreeCollections _HashNode+Builder.swift
[238/1162] Compiling HashTreeCollections _HashNode+Debugging.swift
[239/1162] Compiling HashTreeCollections _HashNode+Initializers.swift
[240/1162] Compiling HashTreeCollections _HashNode+Invariants.swift
[241/1162] Compiling HashTreeCollections _HashNode+Lookups.swift
[242/1162] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[243/1162] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[244/1162] Compiling HashTreeCollections _HashNode.swift
[245/1162] Compiling HashTreeCollections _HashNodeHeader.swift
[246/1162] Compiling HashTreeCollections _HashSlot.swift
[247/1162] Compiling HashTreeCollections _HashStack.swift
[248/1162] Compiling HashTreeCollections _AncestorHashSlots.swift
[249/1162] Compiling HashTreeCollections _Bitmap.swift
[252/1162] Compiling DequeModule Deque+Codable.swift
[253/1162] Compiling DequeModule Deque+Collection.swift
[254/1162] Compiling DequeModule Deque+Equatable.swift
[255/1162] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[256/1162] Compiling DequeModule Deque+Extras.swift
[257/1162] Compiling DequeModule Deque+Hashable.swift
[272/1162] Compiling DequeModule Deque._UnsafeHandle.swift
[273/1162] Compiling DequeModule Deque.swift
[276/1162] Compiling DequeModule _DequeSlot.swift
[277/1162] Compiling DequeModule _UnsafeWrappedBuffer.swift
[282/1171] Compiling ConcurrencyHelpers LockedValueBox.swift
[309/1171] Compiling DequeModule Deque+Testing.swift
[310/1171] Compiling DequeModule Deque._Storage.swift
[311/1171] Compiling _RopeModule _CharacterRecognizer.swift
[312/1171] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[313/1171] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[314/1171] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[315/1171] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[316/1171] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[317/1171] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[318/1171] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[319/1171] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[320/1171] Compiling HashTreeCollections TreeSet.swift
[321/1171] Compiling ConcurrencyHelpers Lock.swift
[322/1171] Emitting module ConcurrencyHelpers
[337/1172] Compiling HTTPTypes HTTPFields.swift
[352/1176] Compiling UnixSignals UnixSignal.swift
[353/1176] Emitting module UnixSignals
[354/1176] Emitting module DequeModule
[356/1177] Emitting module OrderedCollections
[358/1178] Compiling UnixSignals UnixSignalsSequence.swift
[359/1179] Compiling t1_enc.cc
[361/1179] Emitting module _RopeModule
[395/1179] Compiling _RopeModule Rope+Join.swift
[396/1179] Compiling _RopeModule Rope+MutatingForEach.swift
[397/1179] Compiling _RopeModule Rope+Remove.swift
[398/1179] Compiling _RopeModule Rope+RemoveSubrange.swift
[399/1179] Compiling _RopeModule Rope+Split.swift
[400/1179] Compiling _RopeModule Optional Utilities.swift
[401/1179] Compiling _RopeModule String Utilities.swift
[402/1179] Compiling _RopeModule String.Index+ABI.swift
[422/1180] Compiling ssl_versions.cc
[423/1180] Compiling ssl_transcript.cc
[425/1180] Compiling ssl_x509.cc
[426/1180] Compiling ssl_stat.cc
[428/1180] Compiling Metrics Metrics.swift
[429/1180] Emitting module Metrics
[431/1181] Emitting module HashTreeCollections
[432/1182] Compiling ssl_privkey.cc
[433/1182] Compiling ssl_file.cc
[434/1182] Compiling ssl_session.cc
[435/1182] Compiling ssl_key_share.cc
[436/1182] Compiling ssl_lib.cc
[437/1182] Compiling ssl_credential.cc
[438/1182] Compiling ssl_buffer.cc
[439/1182] Compiling ssl_cipher.cc
[440/1182] Compiling ssl_cert.cc
[441/1182] Compiling ssl_aead_ctx.cc
[442/1182] Compiling ssl_asn1.cc
[444/1182] Emitting module ExtrasBase64
[444/1182] Compiling s3_pkt.cc
[445/1182] Compiling s3_both.cc
[446/1182] Compiling s3_lib.cc
[448/1182] Compiling ExtrasBase64 Base32.swift
[449/1182] Compiling ExtrasBase64 Base64.swift
[450/1183] Compiling handshake.cc
[451/1183] Compiling handshake_server.cc
[451/1183] Compiling handshake_client.cc
[453/1183] Compiling handoff.cc
[454/1183] Compiling extensions.cc
[455/1183] Compiling dtls_record.cc
[456/1183] Compiling encrypted_client_hello.cc
[457/1183] Compiling md5-x86_64-linux.S
[458/1183] Compiling md5-x86_64-apple.S
[459/1183] Compiling md5-586-linux.S
[460/1183] Compiling md5-586-apple.S
[461/1183] Compiling dtls_method.cc
[462/1183] Compiling chacha20_poly1305_x86_64-apple.S
[463/1183] Compiling d1_srtp.cc
[464/1183] Compiling chacha20_poly1305_x86_64-linux.S
[465/1183] Compiling chacha20_poly1305_armv8-linux.S
[466/1183] Compiling chacha20_poly1305_armv8-win.S
[467/1183] Compiling chacha20_poly1305_armv8-apple.S
[468/1183] Compiling d1_pkt.cc
[469/1183] Compiling chacha-x86_64-apple.S
[470/1183] Compiling chacha-x86_64-linux.S
[471/1183] Compiling chacha-x86-linux.S
[472/1183] Compiling d1_lib.cc
[473/1183] Compiling chacha-x86-apple.S
[474/1183] Compiling chacha-armv8-win.S
[475/1183] Compiling chacha-armv8-linux.S
[476/1183] Compiling chacha-armv8-apple.S
[477/1183] Compiling chacha-armv4-linux.S
[478/1183] Compiling aes128gcmsiv-x86_64-linux.S
[479/1183] Compiling x86_64-mont5-linux.S
[480/1183] Compiling x86_64-mont5-apple.S
[480/1183] Compiling aes128gcmsiv-x86_64-apple.S
[482/1183] Compiling x86_64-mont-linux.S
[483/1183] Compiling err_data.cc
[484/1183] Compiling x86-mont-linux.S
[485/1183] Compiling x86_64-mont-apple.S
[485/1183] Compiling vpaes-x86_64-apple.S
[487/1183] Compiling x86-mont-apple.S
[488/1183] Compiling vpaes-x86-linux.S
[489/1183] Compiling vpaes-x86_64-linux.S
[489/1183] Compiling vpaes-x86-apple.S
[491/1183] Compiling vpaes-armv8-win.S
[492/1183] Compiling sha512-x86_64-apple.S
[493/1183] Compiling vpaes-armv7-linux.S
[494/1183] Compiling vpaes-armv8-linux.S
[495/1183] Compiling bio_ssl.cc
[496/1183] Compiling sha512-armv8-win.S
[497/1183] Compiling vpaes-armv8-apple.S
[498/1183] Compiling sha512-armv8-linux.S
[499/1183] Compiling sha512-x86_64-linux.S
[500/1183] Compiling sha512-armv8-apple.S
[501/1183] Compiling sha512-586-linux.S
[502/1183] Compiling sha512-armv4-linux.S
[503/1183] Compiling sha512-586-apple.S
[504/1183] Compiling sha256-x86_64-linux.S
[505/1183] Compiling sha256-x86_64-apple.S
[506/1183] Compiling sha256-armv8-win.S
[507/1183] Compiling sha256-armv8-linux.S
[508/1183] Compiling sha256-armv8-apple.S
[509/1183] Compiling sha256-armv4-linux.S
[510/1183] Compiling sha256-586-linux.S
[511/1183] Compiling sha256-586-apple.S
[512/1183] Compiling sha1-x86_64-apple.S
[513/1183] Compiling sha1-armv8-apple.S
[514/1183] Compiling sha1-armv8-win.S
[515/1183] Compiling sha1-armv8-linux.S
[516/1183] Compiling sha1-x86_64-linux.S
[517/1183] Compiling sha1-armv4-large-linux.S
[518/1183] Compiling sha1-586-linux.S
[519/1183] Compiling sha1-586-apple.S
[520/1183] Compiling rsaz-avx2-linux.S
[521/1183] Compiling rdrand-x86_64-apple.S
[522/1183] Compiling rdrand-x86_64-linux.S
[523/1183] Compiling rsaz-avx2-apple.S
[524/1183] Compiling p256_beeu-x86_64-asm-linux.S
[525/1183] Compiling d1_both.cc
[526/1183] Compiling p256_beeu-x86_64-asm-apple.S
[527/1183] Compiling p256_beeu-armv8-asm-linux.S
[528/1183] Compiling p256_beeu-armv8-asm-win.S
[529/1183] Compiling p256_beeu-armv8-asm-apple.S
[530/1183] Compiling p256-x86_64-asm-apple.S
[531/1183] Compiling p256-armv8-asm-win.S
[532/1183] Compiling ghashv8-armv8-linux.S
[533/1183] Compiling p256-x86_64-asm-linux.S
[534/1183] Compiling ghashv8-armv8-win.S
[535/1183] Compiling p256-armv8-asm-linux.S
[536/1183] Compiling p256-armv8-asm-apple.S
[537/1183] Compiling ghashv8-armv8-apple.S
[538/1183] Compiling ghashv8-armv7-linux.S
[539/1183] Compiling ghash-x86-linux.S
[540/1183] Compiling ghash-x86_64-linux.S
[541/1183] Compiling ghash-ssse3-x86_64-apple.S
[542/1183] Compiling ghash-x86_64-apple.S
[543/1183] Compiling ghash-ssse3-x86_64-linux.S
[544/1183] Compiling ghash-x86-apple.S
[545/1183] Compiling ghash-ssse3-x86-apple.S
[546/1183] Compiling ghash-ssse3-x86-linux.S
[547/1183] Compiling ghash-neon-armv8-win.S
[548/1183] Compiling co-586-linux.S
[549/1183] Compiling ghash-neon-armv8-linux.S
[549/1183] Compiling ghash-neon-armv8-apple.S
[551/1183] Compiling co-586-apple.S
[552/1183] Compiling bsaes-armv7-linux.S
[553/1183] Compiling ghash-armv4-linux.S
[554/1183] Compiling bn-armv8-win.S
[555/1183] Compiling bn-armv8-apple.S
[556/1183] Compiling bn-armv8-linux.S
[557/1183] Compiling bn-586-linux.S
[558/1183] Compiling bn-586-apple.S
[559/1183] Compiling armv8-mont-apple.S
[560/1183] Compiling armv8-mont-win.S
[561/1183] Compiling armv8-mont-linux.S
[562/1183] Compiling aesv8-gcm-armv8-win.S
[563/1183] Compiling armv4-mont-linux.S
[564/1183] Compiling aesv8-gcm-armv8-linux.S
[565/1183] Compiling aesv8-gcm-armv8-apple.S
[566/1183] Compiling aesv8-armv8-linux.S
[567/1183] Compiling aesv8-armv7-linux.S
[568/1183] Compiling aesv8-armv8-win.S
[569/1183] Compiling aesni-x86_64-apple.S
[570/1183] Compiling aesv8-armv8-apple.S
[571/1183] Compiling aesni-x86-linux.S
[572/1183] Compiling aesni-x86_64-linux.S
[573/1183] Compiling aesni-x86-apple.S
[574/1183] Compiling aesni-gcm-x86_64-apple.S
[575/1183] Compiling aesni-gcm-x86_64-linux.S
[576/1183] Compiling x_sig.cc
[577/1183] Compiling x_spki.cc
[578/1183] Compiling x_val.cc
[579/1183] Compiling x_req.cc
[580/1183] Compiling x_pubkey.cc
[581/1183] Compiling x_x509.cc
[582/1183] Compiling x_x509a.cc
[583/1183] Compiling x_name.cc
[584/1183] Compiling x_exten.cc
[585/1183] Compiling x_attrib.cc
[586/1183] Compiling x_algor.cc
[587/1183] Compiling x509spki.cc
[588/1183] Compiling x_crl.cc
[589/1183] Compiling x_all.cc
[590/1183] Compiling x509rset.cc
[591/1183] Compiling x509name.cc
[592/1183] Compiling x509_v3.cc
[593/1183] Compiling x509cset.cc
[594/1183] Compiling x509_txt.cc
[595/1183] Compiling x509_vfy.cc
[596/1183] Compiling x509_vpm.cc
[597/1183] Compiling x509_set.cc
[598/1183] Compiling x509_trs.cc
[599/1183] Compiling x509_req.cc
[600/1183] Compiling x509_obj.cc
[601/1183] Compiling x509_d2.cc
[602/1183] Compiling x509_def.cc
[603/1183] Compiling x509_lu.cc
[604/1183] Compiling x509_ext.cc
[605/1183] Compiling x509.cc
[606/1183] Compiling x509_cmp.cc
[607/1183] Compiling x509_att.cc
[608/1183] Compiling v3_utl.cc
[609/1183] Compiling v3_skey.cc
[610/1183] Compiling v3_prn.cc
[611/1183] Compiling v3_purp.cc
[612/1183] Compiling v3_pmaps.cc
[613/1183] Compiling v3_pcons.cc
[614/1183] Compiling v3_ocsp.cc
[615/1183] Compiling v3_ncons.cc
[616/1183] Compiling v3_int.cc
[617/1183] Compiling v3_lib.cc
[618/1183] Compiling v3_info.cc
[619/1183] Compiling v3_genn.cc
[620/1183] Compiling v3_ia5.cc
[621/1183] Compiling v3_extku.cc
[622/1183] Compiling v3_enum.cc
[623/1183] Compiling v3_crld.cc
[624/1183] Compiling v3_conf.cc
[625/1183] Compiling v3_cpols.cc
[626/1183] Compiling v3_bitst.cc
[627/1183] Compiling v3_akeya.cc
[628/1183] Compiling v3_bcons.cc
[629/1183] Compiling v3_alt.cc
[630/1183] Compiling v3_akey.cc
[631/1183] Compiling t_x509a.cc
[632/1183] Compiling i2d_pr.cc
[633/1183] Compiling t_crl.cc
[634/1183] Compiling t_req.cc
[635/1183] Compiling t_x509.cc
[636/1183] Compiling name_print.cc
[637/1183] Compiling rsa_pss.cc
[638/1183] Compiling policy.cc
[639/1183] Compiling by_file.cc
[640/1183] Compiling by_dir.cc
[641/1183] Compiling asn1_gen.cc
[642/1183] Compiling algorithm.cc
[643/1183] Compiling voprf.cc
[644/1183] Compiling a_verify.cc
[645/1183] Compiling a_digest.cc
[646/1183] Compiling a_sign.cc
[647/1183] Compiling trust_token.cc
[648/1183] Compiling thread.cc
[649/1183] Compiling thread_win.cc
[650/1183] Compiling thread_none.cc
[651/1183] Compiling thread_pthread.cc
[652/1183] Compiling stack.cc
[653/1183] Compiling pmbtoken.cc
[654/1183] Compiling wots.cc
[655/1183] Compiling thash.cc
[656/1183] Compiling merkle.cc
[657/1183] Compiling slhdsa.cc
[658/1183] Compiling siphash.cc
[659/1183] Compiling fors.cc
[660/1183] Compiling sha512.cc
[661/1183] Compiling sha1.cc
[662/1183] Compiling sha256.cc
[663/1183] Compiling rsa_print.cc
[664/1183] Compiling rsa_extra.cc
[665/1183] Compiling rc4.cc
[666/1183] Compiling refcount.cc
[667/1183] Compiling rsa_crypt.cc
[668/1183] Compiling rsa_asn1.cc
[669/1183] Compiling windows.cc
[670/1183] Compiling urandom.cc
[671/1183] Compiling trusty.cc
[672/1183] Compiling rand_extra.cc
[673/1183] Compiling getentropy.cc
[673/1183] Compiling ios.cc
[675/1183] Compiling passive.cc
[676/1183] Compiling forkunsafe.cc
[677/1183] Compiling poly1305_arm_asm.S
[678/1183] Compiling deterministic.cc
[679/1183] Compiling fork_detect.cc
[680/1183] Compiling pool.cc
[681/1183] Compiling poly1305_arm.cc
[682/1183] Compiling poly1305.cc
[683/1183] Compiling poly1305_vec.cc
[684/1183] Compiling pkcs7.cc
[685/1183] Compiling pkcs8_x509.cc
[686/1183] Compiling pkcs8.cc
[687/1183] Compiling p5_pbev2.cc
[688/1183] Compiling pkcs7_x509.cc
[689/1183] Compiling pem_x509.cc
[690/1183] Compiling pem_xaux.cc
[691/1183] Compiling pem_pkey.cc
[692/1183] Compiling pem_pk8.cc
[693/1183] Compiling pem_oth.cc
[694/1183] Compiling obj_xref.cc
[695/1183] Compiling pem_info.cc
[696/1183] Compiling mlkem.cc
[697/1183] Compiling pem_all.cc
[698/1183] Compiling pem_lib.cc
[699/1183] Compiling obj.cc
[700/1183] Compiling mem.cc
[701/1183] Compiling poly_rq_mul.S
[702/1183] Compiling md5.cc
[703/1183] Compiling md4.cc
[704/1183] Compiling fips_shared_support.cc
[705/1183] Compiling lhash.cc
[706/1183] Compiling mldsa.cc
[707/1183] Compiling keccak.cc
[708/1183] Compiling kyber.cc
[709/1183] Compiling ex_data.cc
[710/1183] Compiling hrss.cc
[711/1183] Compiling sign.cc
[712/1183] Compiling hpke.cc
[713/1183] Compiling scrypt.cc
[714/1183] Compiling pbkdf.cc
[715/1183] Compiling print.cc
[716/1183] Compiling p_x25519.cc
[717/1183] Compiling p_x25519_asn1.cc
[718/1183] Compiling p_rsa_asn1.cc
[719/1183] Compiling p_rsa.cc
[720/1183] Compiling p_hkdf.cc
[721/1183] Compiling p_ed25519.cc
[722/1183] Compiling p_ed25519_asn1.cc
[723/1183] Compiling p_ec_asn1.cc
[724/1183] Compiling p_dh_asn1.cc
[725/1183] Compiling p_ec.cc
[726/1183] Compiling p_dh.cc
[727/1183] Compiling evp_ctx.cc
[728/1183] Compiling p_dsa_asn1.cc
[729/1183] Compiling evp_asn1.cc
[730/1183] Compiling evp.cc
[731/1183] Compiling engine.cc
[732/1183] Compiling err.cc
[733/1183] Compiling ecdh_extra.cc
[734/1183] Compiling ecdsa_asn1.cc
[735/1183] Compiling hash_to_curve.cc
[736/1183] Compiling ec_derive.cc
[737/1183] Compiling ec_asn1.cc
[738/1183] Compiling dsa_asn1.cc
[739/1183] Compiling dsa.cc
[740/1183] Compiling params.cc
[741/1183] Compiling x25519-asm-arm.S
[742/1183] Compiling dh_asn1.cc
[743/1183] Compiling digest_extra.cc
[744/1183] Compiling des.cc
[745/1183] Compiling spake25519.cc
[746/1183] Compiling cpu_intel.cc
[747/1183] Compiling crypto.cc
[748/1183] Compiling cpu_arm_linux.cc
[749/1183] Compiling cpu_arm_freebsd.cc
[750/1183] Compiling curve25519.cc
[751/1183] Compiling cpu_aarch64_win.cc
[752/1183] Compiling cpu_aarch64_sysreg.cc
[753/1183] Compiling bcm.cc
[754/1183] Compiling cpu_aarch64_openbsd.cc
[755/1183] Compiling cpu_aarch64_linux.cc
[756/1183] Compiling cpu_aarch64_fuchsia.cc
[757/1183] Compiling cpu_aarch64_apple.cc
[758/1183] Compiling curve25519_64_adx.cc
[759/1183] Compiling tls_cbc.cc
[760/1183] Compiling e_tls.cc
[761/1183] Compiling e_rc4.cc
[762/1183] Compiling conf.cc
[763/1183] Compiling e_null.cc
[764/1183] Compiling e_rc2.cc
[765/1183] Compiling e_des.cc
[766/1183] Compiling e_chacha20poly1305.cc
[767/1183] Compiling derive_key.cc
[768/1183] Compiling e_aesgcmsiv.cc
[769/1183] Compiling unicode.cc
[770/1183] Compiling e_aesctrhmac.cc
[771/1183] Compiling cipher_extra.cc
[772/1183] Compiling chacha.cc
[773/1183] Compiling ber.cc
[774/1183] Compiling cbs.cc
[775/1183] Compiling cbb.cc
[776/1183] Compiling asn1_compat.cc
[777/1183] Compiling buf.cc
[778/1183] Compiling blake2.cc
[779/1183] Compiling bn_asn1.cc
[780/1183] Compiling convert.cc
[781/1183] Compiling printf.cc
[782/1183] Compiling socket.cc
[783/1183] Compiling socket_helper.cc
[784/1183] Compiling hexdump.cc
[785/1183] Compiling pair.cc
[786/1183] Compiling fd.cc
[787/1183] Compiling file.cc
[788/1183] Compiling errno.cc
[789/1183] Compiling base64.cc
[790/1183] Compiling bio_mem.cc
[791/1183] Compiling connect.cc
[792/1183] Compiling bio.cc
[793/1183] Compiling tasn_fre.cc
[794/1183] Compiling tasn_typ.cc
[795/1183] Compiling tasn_utl.cc
[796/1183] Compiling tasn_new.cc
[797/1183] Compiling tasn_enc.cc
[798/1183] Compiling posix_time.cc
[799/1183] Compiling f_string.cc
[800/1183] Compiling asn_pack.cc
[800/1183] Compiling f_int.cc
[802/1183] Compiling tasn_dec.cc
[803/1183] Compiling asn1_par.cc
[804/1183] Compiling asn1_lib.cc
[805/1183] Compiling a_type.cc
[806/1183] Compiling a_utctm.cc
[807/1183] Compiling a_time.cc
[808/1183] Compiling a_strnid.cc
[809/1183] Compiling a_octet.cc
[810/1183] Compiling a_strex.cc
[811/1183] Compiling a_object.cc
[812/1183] Compiling a_i2d_fp.cc
[813/1183] Compiling a_mbstr.cc
[814/1183] Compiling a_dup.cc
[815/1183] Compiling a_d2i_fp.cc
[816/1183] Compiling a_gentm.cc
[817/1183] Compiling a_int.cc
[818/1183] Compiling fiat_p256_adx_mul.S
[819/1183] Compiling fiat_p256_adx_sqr.S
[820/1183] Compiling fiat_curve25519_adx_square.S
[821/1183] Compiling fiat_curve25519_adx_mul.S
[822/1183] Compiling a_bool.cc
[823/1183] Compiling md5-x86_64-linux.S
[824/1183] Compiling md5-x86_64-apple.S
[825/1183] Compiling md5-586-apple.S
[826/1183] Compiling md5-586-linux.S
[827/1183] Compiling chacha20_poly1305_x86_64-linux.S
[828/1183] Compiling chacha20_poly1305_armv8-win.S
[829/1183] Compiling chacha20_poly1305_x86_64-apple.S
[830/1183] Compiling a_bitstr.cc
[831/1183] Compiling chacha20_poly1305_armv8-apple.S
[832/1183] Compiling chacha20_poly1305_armv8-linux.S
[833/1183] Compiling chacha-x86_64-apple.S
[834/1183] Compiling chacha-x86_64-linux.S
[835/1183] Compiling chacha-x86-linux.S
[836/1183] Compiling chacha-armv8-linux.S
[837/1183] Compiling chacha-x86-apple.S
[838/1183] Compiling chacha-armv8-win.S
[839/1183] Compiling chacha-armv8-apple.S
[840/1183] Compiling chacha-armv4-linux.S
[841/1183] Compiling CCryptoBoringSSLShims shims.c
[842/1183] Compiling aes128gcmsiv-x86_64-apple.S
[843/1183] Compiling aes128gcmsiv-x86_64-linux.S
[844/1183] Compiling x86_64-mont5-apple.S
[845/1183] Compiling x86_64-mont5-linux.S
[846/1183] Compiling x86_64-mont-apple.S
[847/1183] Compiling x86_64-mont-linux.S
[848/1183] Compiling x86-mont-linux.S
[849/1183] Compiling x86-mont-apple.S
[850/1183] Compiling vpaes-x86-linux.S
[851/1183] Compiling err_data.cc
[852/1183] Compiling vpaes-x86-apple.S
[853/1183] Compiling vpaes-x86_64-apple.S
[854/1183] Compiling vpaes-x86_64-linux.S
[855/1183] Compiling vpaes-armv8-linux.S
[856/1183] Compiling vpaes-armv8-win.S
[857/1183] Compiling sha512-armv8-apple.S
[858/1183] Compiling vpaes-armv8-apple.S
[859/1183] Compiling sha512-armv4-linux.S
[860/1183] Compiling sha512-586-linux.S
[861/1183] Compiling sha512-586-apple.S
[862/1183] Compiling sha256-x86_64-apple.S
[863/1183] Compiling sha256-armv8-apple.S
[864/1183] Compiling sha256-armv8-win.S
[865/1183] Compiling sha256-armv8-linux.S
[866/1183] Compiling sha256-x86_64-linux.S
[867/1183] Compiling sha256-armv4-linux.S
[868/1183] Compiling sha256-586-apple.S
[869/1183] Compiling sha256-586-linux.S
[870/1183] Compiling sha1-x86_64-apple.S
[871/1183] Compiling sha1-armv8-win.S
[872/1183] Compiling sha1-armv8-linux.S
[873/1183] Compiling sha1-x86_64-linux.S
[874/1183] Compiling sha1-armv8-apple.S
[875/1183] Compiling sha1-armv4-large-linux.S
[876/1183] Compiling sha1-586-linux.S
[877/1183] Compiling sha1-586-apple.S
[878/1183] Compiling rdrand-x86_64-linux.S
[879/1183] Compiling rsaz-avx2-apple.S
[880/1183] Compiling rsaz-avx2-linux.S
[881/1183] Compiling rdrand-x86_64-apple.S
[882/1183] Compiling p256_beeu-x86_64-asm-linux.S
[883/1183] Compiling p256_beeu-x86_64-asm-apple.S
[884/1183] Compiling p256_beeu-armv8-asm-win.S
[885/1183] Compiling p256_beeu-armv8-asm-apple.S
[886/1183] Compiling p256_beeu-armv8-asm-linux.S
[887/1183] Compiling p256-x86_64-asm-apple.S
[888/1183] Compiling p256-x86_64-asm-linux.S
[889/1183] Compiling p256-armv8-asm-win.S
[890/1183] Compiling p256-armv8-asm-linux.S
[891/1183] Compiling ghashv8-armv8-win.S
[892/1183] Compiling p256-armv8-asm-apple.S
[893/1183] Compiling ghashv8-armv8-linux.S
[894/1183] Compiling ghash-x86_64-linux.S
[895/1183] Compiling ghashv8-armv7-linux.S
[896/1183] Compiling ghashv8-armv8-apple.S
[897/1183] Compiling ghash-x86_64-apple.S
[898/1183] Compiling ghash-x86-linux.S
[899/1183] Compiling ghash-x86-apple.S
[900/1183] Compiling ghash-ssse3-x86_64-linux.S
[901/1183] Compiling ghash-neon-armv8-win.S
[902/1183] Compiling ghash-ssse3-x86_64-apple.S
[903/1183] Compiling ghash-ssse3-x86-linux.S
[903/1183] Compiling ghash-ssse3-x86-apple.S
[905/1183] Compiling ghash-neon-armv8-linux.S
[906/1183] Compiling ghash-neon-armv8-apple.S
[907/1183] Compiling ghash-armv4-linux.S
[908/1183] Compiling co-586-linux.S
[909/1183] Compiling bsaes-armv7-linux.S
[910/1183] Compiling co-586-apple.S
[911/1183] Compiling bn-armv8-linux.S
[912/1183] Compiling bn-armv8-win.S
[913/1183] Compiling bn-armv8-apple.S
[914/1183] Compiling bn-586-apple.S
[915/1183] Compiling bn-586-linux.S
[916/1183] Compiling armv8-mont-linux.S
[917/1183] Compiling armv8-mont-win.S
[918/1183] Compiling aesv8-gcm-armv8-linux.S
[919/1183] Compiling armv8-mont-apple.S
[920/1183] Compiling armv4-mont-linux.S
[921/1183] Compiling aesv8-gcm-armv8-win.S
[922/1183] Compiling aesv8-gcm-armv8-apple.S
[923/1183] Compiling aesv8-armv8-linux.S
[924/1183] Compiling aesv8-armv8-win.S
[925/1183] Compiling aesv8-armv8-apple.S
[926/1183] Compiling aesv8-armv7-linux.S
[927/1183] Compiling aesni-x86_64-apple.S
[928/1183] Compiling aesni-x86-linux.S
[929/1183] Compiling aesni-x86_64-linux.S
[930/1183] Compiling aesni-x86-apple.S
[931/1183] Compiling aesni-gcm-x86_64-linux.S
[932/1183] Compiling aesni-gcm-x86_64-apple.S
[933/1183] Compiling aes-gcm-avx10-x86_64-apple.S
[934/1183] Compiling aes-gcm-avx10-x86_64-linux.S
[935/1183] Compiling x_x509a.cc
[936/1183] Compiling x_val.cc
[937/1183] Compiling x_sig.cc
[938/1183] Compiling x_req.cc
[939/1183] Compiling x_spki.cc
[940/1183] Compiling x_x509.cc
[941/1183] Compiling x_pubkey.cc
[942/1183] Compiling x_crl.cc
[943/1183] Compiling x_attrib.cc
[944/1183] Compiling x_exten.cc
[945/1183] Compiling x_all.cc
[946/1183] Compiling x_name.cc
[947/1183] Compiling c-nioatomics.c
[948/1183] Compiling x509spki.cc
[949/1183] Compiling x_algor.cc
[950/1183] Compiling x509name.cc
[951/1183] Compiling x509rset.cc
[952/1183] Compiling x509_vpm.cc
[953/1183] Compiling x509cset.cc
[954/1183] Compiling c-atomics.c
[955/1183] Compiling x509_vfy.cc
[956/1189] Compiling x509_v3.cc
[957/1189] Compiling x509_txt.cc
[958/1189] Compiling x509_trs.cc
[959/1189] Compiling x509_set.cc
[960/1189] Compiling x509_obj.cc
[961/1189] Compiling x509_req.cc
[963/1189] Compiling NIOConcurrencyHelpers lock.swift
[963/1189] Compiling x509_ext.cc
[964/1189] Compiling x509_lu.cc
[965/1189] Compiling x509_def.cc
[967/1189] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[968/1189] Compiling NIOConcurrencyHelpers atomics.swift
[969/1189] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[970/1189] Emitting module NIOConcurrencyHelpers
[971/1189] Compiling NIOConcurrencyHelpers NIOLock.swift
[972/1190] Compiling x509_d2.cc
[973/1190] Compiling x509.cc
[974/1190] Compiling x509_cmp.cc
[975/1190] Compiling x509_att.cc
[976/1190] Compiling v3_skey.cc
[977/1190] Compiling v3_utl.cc
[978/1190] Compiling v3_pcons.cc
[979/1190] Compiling v3_purp.cc
[980/1190] Compiling v3_prn.cc
[981/1190] Compiling v3_ocsp.cc
[982/1190] Compiling v3_pmaps.cc
[983/1190] Compiling v3_ncons.cc
[984/1190] Compiling v3_int.cc
[985/1190] Compiling v3_lib.cc
[986/1190] Compiling v3_genn.cc
[987/1190] Compiling v3_info.cc
[988/1190] Compiling v3_ia5.cc
[989/1190] Compiling v3_extku.cc
[990/1190] Compiling v3_enum.cc
[991/1190] Compiling v3_crld.cc
[992/1190] Compiling v3_cpols.cc
[993/1190] Compiling v3_conf.cc
[994/1190] Compiling v3_bitst.cc
[995/1190] Compiling v3_bcons.cc
[996/1190] Compiling v3_alt.cc
[997/1190] Compiling v3_akeya.cc
[998/1190] Compiling v3_akey.cc
[999/1190] Compiling t_x509a.cc
[1000/1190] Compiling t_crl.cc
[1001/1190] Compiling t_x509.cc
[1002/1190] Compiling t_req.cc
[1003/1190] Compiling rsa_pss.cc
[1004/1190] Compiling name_print.cc
[1005/1190] Compiling i2d_pr.cc
[1006/1190] Compiling policy.cc
[1007/1190] Compiling by_file.cc
[1008/1190] Compiling by_dir.cc
[1009/1190] Compiling voprf.cc
[1010/1190] Compiling algorithm.cc
[1011/1190] Compiling asn1_gen.cc
[1012/1190] Compiling thread_pthread.cc
[1013/1190] Compiling a_sign.cc
[1014/1190] Compiling a_verify.cc
[1015/1190] Compiling a_digest.cc
[1016/1190] Compiling thread_win.cc
[1017/1190] Compiling thread_none.cc
[1018/1190] Compiling trust_token.cc
[1019/1190] Compiling pmbtoken.cc
[1020/1190] Compiling thread.cc
[1021/1190] Compiling wots.cc
[1022/1190] Compiling thash.cc
[1023/1190] Compiling stack.cc
[1024/1190] Compiling fors.cc
[1025/1190] Compiling siphash.cc
[1026/1190] Compiling slhdsa.cc
[1027/1190] Compiling merkle.cc
[1028/1190] Compiling sha1.cc
[1029/1190] Compiling sha512.cc
[1030/1190] Compiling sha256.cc
[1031/1190] Compiling rsa_print.cc
[1032/1190] Compiling rsa_extra.cc
[1033/1190] Compiling rc4.cc
[1034/1190] Compiling refcount.cc
[1035/1190] Compiling windows.cc
[1036/1190] Compiling rsa_asn1.cc
[1037/1190] Compiling rsa_crypt.cc
[1038/1190] Compiling trusty.cc
[1039/1190] Compiling urandom.cc
[1040/1190] Compiling rand_extra.cc
[1041/1190] Compiling ios.cc
[1041/1190] Compiling passive.cc
[1043/1190] Compiling poly1305_arm_asm.S
[1044/1190] Compiling getentropy.cc
[1045/1190] Compiling fork_detect.cc
[1046/1190] Compiling deterministic.cc
[1047/1190] Compiling forkunsafe.cc
[1048/1190] Compiling pool.cc
[1049/1190] Compiling poly1305_arm.cc
[1050/1190] Compiling poly1305.cc
[1051/1190] Compiling poly1305_vec.cc
[1052/1190] Compiling pkcs7.cc
[1053/1190] Compiling p5_pbev2.cc
[1054/1190] Compiling pkcs8.cc
[1055/1190] Compiling pkcs8_x509.cc
[1056/1190] Compiling pkcs7_x509.cc
[1057/1190] Compiling pem_xaux.cc
[1058/1190] Compiling pem_x509.cc
[1059/1190] Compiling pem_pkey.cc
[1060/1190] Compiling obj_xref.cc
[1061/1190] Compiling pem_pk8.cc
[1062/1190] Compiling pem_oth.cc
[1063/1190] Compiling pem_info.cc
[1064/1190] Compiling pem_all.cc
[1065/1190] Compiling mlkem.cc
[1066/1190] Compiling mldsa.cc
[1067/1190] Compiling pem_lib.cc
[1068/1190] Compiling obj.cc
[1069/1190] Compiling mem.cc
[1070/1190] Compiling md5.cc
[1071/1190] Compiling fips_shared_support.cc
[1072/1190] Compiling poly_rq_mul.S
[1073/1190] Compiling md4.cc
[1074/1190] Compiling lhash.cc
[1075/1190] Compiling kyber.cc
[1076/1190] Compiling ex_data.cc
[1077/1190] Compiling sign.cc
[1078/1190] Compiling hrss.cc
[1079/1190] Compiling hpke.cc
[1080/1190] Compiling scrypt.cc
[1081/1190] Compiling print.cc
[1082/1190] Compiling pbkdf.cc
[1083/1190] Compiling p_x25519_asn1.cc
[1084/1190] Compiling p_x25519.cc
[1085/1190] Compiling p_rsa_asn1.cc
[1086/1190] Compiling p_rsa.cc
[1087/1190] Compiling p_hkdf.cc
[1088/1190] Compiling p_ed25519_asn1.cc
[1089/1190] Compiling p_ed25519.cc
[1090/1190] Compiling p_ec_asn1.cc
[1091/1190] Compiling p_ec.cc
[1092/1190] Compiling p_dh.cc
[1093/1190] Compiling p_dsa_asn1.cc
[1094/1190] Compiling p_dh_asn1.cc
[1095/1190] Compiling evp_ctx.cc
[1096/1190] Compiling evp.cc
[1097/1190] Compiling err.cc
[1098/1190] Compiling engine.cc
[1099/1190] Compiling evp_asn1.cc
[1100/1190] Compiling ecdh_extra.cc
[1101/1190] Compiling ecdsa_asn1.cc
[1102/1190] Compiling hash_to_curve.cc
[1103/1190] Compiling ec_derive.cc
[1104/1190] Compiling ec_asn1.cc
[1105/1190] Compiling dsa_asn1.cc
[1106/1190] Compiling digest_extra.cc
[1107/1190] Compiling dsa.cc
[1108/1190] Compiling x25519-asm-arm.S
[1109/1190] Compiling params.cc
[1110/1190] Compiling des.cc
[1111/1190] Compiling dh_asn1.cc
[1112/1190] Compiling crypto.cc
[1113/1190] Compiling spake25519.cc
[1114/1190] Compiling cpu_intel.cc
[1115/1190] Compiling cpu_arm_freebsd.cc
[1116/1190] Compiling curve25519.cc
[1117/1190] Compiling cpu_arm_linux.cc
[1118/1190] Compiling cpu_aarch64_win.cc
[1119/1190] Compiling cpu_aarch64_sysreg.cc
[1120/1190] Compiling cpu_aarch64_openbsd.cc
[1121/1190] Compiling cpu_aarch64_linux.cc
[1122/1190] Compiling cpu_aarch64_apple.cc
[1123/1190] Compiling cpu_aarch64_fuchsia.cc
[1124/1190] Compiling curve25519_64_adx.cc
[1125/1190] Compiling conf.cc
[1126/1190] Compiling tls_cbc.cc
[1127/1190] Compiling e_tls.cc
[1128/1190] Compiling e_rc2.cc
[1129/1190] Compiling e_rc4.cc
[1130/1190] Compiling e_null.cc
[1131/1190] Compiling bcm.cc
[1132/1190] Compiling e_des.cc
[1133/1190] Compiling e_aesgcmsiv.cc
[1134/1190] Compiling e_chacha20poly1305.cc
[1135/1190] Compiling e_aesctrhmac.cc
[1136/1190] Compiling derive_key.cc
[1137/1190] Compiling cipher_extra.cc
[1138/1190] Compiling chacha.cc
[1139/1190] Compiling unicode.cc
[1140/1190] Compiling ber.cc
[1141/1190] Compiling cbb.cc
[1142/1190] Compiling asn1_compat.cc
[1143/1190] Compiling buf.cc
[1144/1190] Compiling cbs.cc
[1145/1190] Compiling convert.cc
[1146/1190] Compiling bn_asn1.cc
[1147/1190] Compiling blake2.cc
[1148/1190] Compiling printf.cc
[1149/1190] Compiling errno.cc
[1150/1190] Compiling pair.cc
[1151/1190] Compiling hexdump.cc
[1152/1190] Compiling file.cc
[1153/1190] Compiling fd.cc
[1154/1190] Compiling bio_mem.cc
[1155/1190] Compiling base64.cc
[1156/1190] Compiling bio.cc
[1157/1190] Compiling tasn_typ.cc
[1158/1190] Compiling tasn_utl.cc
[1159/1190] Compiling tasn_fre.cc
[1160/1190] Compiling tasn_new.cc
[1161/1190] Compiling tasn_enc.cc
[1162/1190] Compiling tasn_dec.cc
[1163/1190] Compiling posix_time.cc
[1164/1190] Compiling f_string.cc
[1165/1190] Compiling f_int.cc
[1166/1190] Compiling asn_pack.cc
[1167/1190] Compiling asn1_par.cc
[1168/1190] Compiling asn1_lib.cc
[1169/1190] Compiling a_utctm.cc
[1170/1190] Compiling a_type.cc
[1171/1190] Compiling a_time.cc
[1172/1190] Compiling a_octet.cc
[1173/1190] Compiling a_strnid.cc
[1174/1190] Compiling a_strex.cc
[1175/1190] Compiling a_object.cc
[1176/1190] Compiling a_mbstr.cc
[1177/1190] Compiling a_i2d_fp.cc
[1177/1190] Write sources
[1183/1190] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1184/1190] Compiling a_int.cc
[1185/1190] Compiling a_gentm.cc
[1186/1190] Compiling a_dup.cc
[1187/1190] Compiling a_d2i_fp.cc
[1188/1190] Compiling a_bool.cc
[1189/1190] Compiling a_bitstr.cc
[1191/1340] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1192/1340] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1193/1342] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1194/1342] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1195/1342] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[1196/1342] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[1197/1342] Compiling Atomics IntegerOperations.swift
[1198/1342] Compiling Atomics Unmanaged extensions.swift
[1199/1342] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[1200/1342] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[1201/1342] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[1202/1342] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[1203/1342] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[1204/1342] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[1205/1342] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[1206/1342] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[1207/1342] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1208/1342] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1209/1342] Compiling AsyncAlgorithms DebounceStorage.swift
[1210/1342] Compiling AsyncAlgorithms Dictionary.swift
[1211/1342] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1212/1349] Compiling CryptoBoringWrapper RandomBytes.swift
[1213/1349] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1214/1349] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1215/1349] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1216/1349] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1217/1349] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1218/1349] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1219/1349] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1220/1349] Compiling AsyncAlgorithms Locking.swift
[1221/1349] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1222/1349] Compiling AsyncAlgorithms ChannelStorage.swift
[1223/1349] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1224/1349] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1225/1349] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1226/1349] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1227/1349] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1228/1349] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1229/1349] Compiling AsyncAlgorithms MergeStateMachine.swift
[1230/1349] Compiling AsyncAlgorithms MergeStorage.swift
[1231/1349] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1232/1349] Compiling AsyncAlgorithms Rethrow.swift
[1233/1349] Compiling BitCollections BitSet.Counted.swift
[1234/1349] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1235/1349] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1236/1349] Emitting module CryptoBoringWrapper
[1237/1349] Compiling Algorithms Split.swift
[1238/1349] Compiling Algorithms Stride.swift
[1239/1349] Compiling Algorithms Suffix.swift
[1240/1349] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1241/1349] Compiling CryptoBoringWrapper EllipticCurve.swift
[1243/1352] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[1244/1352] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[1245/1352] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[1248/1352] Compiling Algorithms Rotate.swift
[1255/1358] Emitting module AsyncAlgorithms
[1260/1358] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[1261/1358] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[1262/1358] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[1270/1358] Compiling BitCollections BitSet.Index.swift
[1271/1358] Compiling BitCollections BitSet._UnsafeHandle.swift
[1272/1358] Compiling BitCollections BitSet.swift
[1273/1358] Compiling BitCollections Range+Utilities.swift
[1274/1358] Compiling BitCollections Slice+Utilities.swift
[1275/1358] Compiling BitCollections UInt+Tricks.swift
[1276/1358] Compiling BitCollections _Word.swift
[1301/1358] Emitting module BitCollections
[1302/1358] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1303/1358] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1316/1360] Compiling Algorithms Trim.swift
[1317/1360] Compiling Algorithms Unique.swift
[1318/1360] Compiling Algorithms Windows.swift
[1325/1433] Emitting module Collections
[1326/1433] Compiling Collections Collections.swift
[1328/1434] Compiling Crypto ASN1Identifier.swift
[1329/1434] Compiling Crypto ASN1Integer.swift
[1330/1434] Compiling Crypto ASN1Null.swift
[1331/1434] Compiling Crypto ASN1OctetString.swift
[1332/1434] Compiling Crypto PKCS8PrivateKey.swift
[1333/1434] Compiling Crypto SEC1PrivateKey.swift
[1334/1434] Compiling Crypto SubjectPublicKeyInfo.swift
[1335/1434] Compiling Crypto CryptoKitErrors.swift
[1336/1434] Compiling Crypto Digest_boring.swift
[1337/1434] Compiling Crypto Digest.swift
[1338/1434] Compiling Crypto Cipher.swift
[1339/1434] Compiling Crypto Nonces.swift
[1340/1434] Compiling Crypto ASN1.swift
[1341/1434] Compiling Crypto ASN1Any.swift
[1342/1434] Compiling Crypto ASN1BitString.swift
[1343/1434] Compiling Crypto ASN1Boolean.swift
[1344/1434] Compiling Crypto HPKE-KexKeyDerivation.swift
[1345/1434] Compiling Crypto HPKE-LabeledExtract.swift
[1346/1434] Compiling Crypto HPKE-Utils.swift
[1347/1434] Compiling Crypto DHKEM.swift
[1348/1434] Compiling Crypto HPKE-KEM-Curve25519.swift
[1349/1434] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1350/1434] Compiling Crypto ArraySliceBigint.swift
[1351/1434] Compiling Crypto GeneralizedTime.swift
[1352/1434] Compiling Crypto ObjectIdentifier.swift
[1353/1434] Compiling Crypto AES-GCM_boring.swift
[1354/1434] Compiling Crypto ChaChaPoly_boring.swift
[1355/1434] Compiling Crypto ChaChaPoly.swift
[1356/1434] Compiling Crypto NISTCurvesKeys_boring.swift
[1357/1434] Compiling Crypto X25519Keys_boring.swift
[1358/1434] Compiling Crypto Curve25519.swift
[1359/1434] Compiling Crypto Ed25519Keys.swift
[1360/1434] Compiling Crypto NISTCurvesKeys.swift
[1361/1434] Compiling Crypto X25519Keys.swift
[1362/1435] Emitting module Atomics
[1365/1436] Compiling Crypto HPKE-Ciphersuite.swift
[1366/1436] Compiling Crypto HPKE-KDF.swift
[1373/1436] Compiling Crypto HPKE-KEM.swift
[1374/1436] Compiling Crypto HPKE-Errors.swift
[1375/1512] Compiling NIOCore GlobalSingletons.swift
[1376/1512] Compiling NIOCore IO.swift
[1377/1512] Compiling NIOCore IOData.swift
[1378/1512] Compiling NIOCore IPProtocol.swift
[1379/1512] Compiling NIOCore IntegerBitPacking.swift
[1380/1512] Compiling NIOCore IntegerTypes.swift
[1381/1512] Compiling NIOCore Interfaces.swift
[1382/1512] Compiling NIOCore Linux.swift
[1383/1512] Compiling Crypto ECDSA.swift
[1384/1512] Compiling Crypto Ed25519.swift
[1385/1512] Compiling NIOCore ByteBuffer-views.swift
[1386/1512] Compiling NIOCore Channel.swift
[1387/1512] Compiling NIOCore ChannelHandler.swift
[1388/1512] Compiling NIOCore ChannelHandlers.swift
[1389/1512] Compiling NIOCore ChannelInvoker.swift
[1390/1512] Compiling NIOCore ChannelOption.swift
[1391/1512] Compiling NIOCore EventLoop.swift
[1392/1512] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1393/1512] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1394/1512] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1395/1512] Compiling ServiceLifecycle CancellationWaiter.swift
[1396/1513] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1397/1513] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1398/1513] Emitting module ServiceLifecycle
[1399/1513] Compiling ServiceLifecycle ServiceRunnerError.swift
[1400/1513] Compiling ServiceLifecycle GracefulShutdown.swift
[1401/1513] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1402/1513] Emitting module Algorithms
[1404/1514] Emitting module Crypto
[1405/1514] Compiling Crypto HPKE.swift
[1406/1514] Compiling Crypto HPKE-Context.swift
[1407/1514] Compiling Crypto HPKE-KeySchedule.swift
[1408/1514] Compiling Crypto HPKE-Modes.swift
[1409/1514] Compiling Crypto Insecure.swift
[1410/1514] Compiling Crypto Insecure_HashFunctions.swift
[1411/1514] Compiling Crypto KEM.swift
[1412/1514] Compiling Crypto ECDH_boring.swift
[1413/1514] Compiling Crypto DH.swift
[1414/1514] Compiling Crypto ECDH.swift
[1415/1514] Compiling NIOCore EventLoop+Deprecated.swift
[1416/1514] Compiling NIOCore EventLoop+SerialExecutor.swift
[1417/1514] Compiling NIOCore MarkedCircularBuffer.swift
[1418/1514] Compiling NIOCore MulticastChannel.swift
[1419/1514] Compiling NIOCore NIOAny.swift
[1420/1514] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1421/1514] Compiling NIOCore NIOLoopBound.swift
[1422/1514] Compiling NIOCore NIOScheduledCallback.swift
[1423/1514] Compiling NIOCore NIOSendable.swift
[1424/1514] Compiling NIOCore RecvByteBufferAllocator.swift
[1425/1514] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1426/1514] Compiling NIOCore BSDSocketAPI.swift
[1427/1514] Compiling NIOCore ByteBuffer-aux.swift
[1428/1514] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1429/1514] Compiling NIOCore ByteBuffer-conversions.swift
[1430/1514] Compiling NIOCore ByteBuffer-core.swift
[1431/1514] Compiling NIOCore ByteBuffer-hex.swift
[1432/1514] Compiling NIOCore ByteBuffer-int.swift
[1433/1514] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1434/1514] Compiling NIOCore AddressedEnvelope.swift
[1435/1514] Compiling NIOCore AsyncAwaitSupport.swift
[1436/1514] Compiling NIOCore AsyncChannel.swift
[1437/1514] Compiling NIOCore AsyncChannelHandler.swift
[1438/1514] Compiling NIOCore AsyncChannelInboundStream.swift
[1439/1514] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1440/1514] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1441/1514] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1442/1514] Compiling NIOCore NIOAsyncWriter.swift
[1443/1514] Compiling NIOCore ByteBuffer-multi-int.swift
[1444/1514] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1445/1514] Compiling ServiceLifecycle Service.swift
[1446/1514] Compiling ServiceLifecycle ServiceGroup.swift
[1456/1523] Compiling Crypto Signature.swift
[1457/1523] Compiling Crypto CryptoKitErrors_boring.swift
[1458/1523] Compiling Crypto RNG_boring.swift
[1459/1523] Compiling Crypto SafeCompare_boring.swift
[1460/1523] Compiling Crypto Zeroization_boring.swift
[1461/1523] Compiling Crypto PrettyBytes.swift
[1462/1523] Compiling Crypto SafeCompare.swift
[1463/1523] Compiling Crypto SecureBytes.swift
[1464/1523] Compiling Crypto Zeroization.swift
[1474/1526] Compiling HummingbirdOTP OTP.swift
[1475/1526] Emitting module HummingbirdOTP
[1481/1527] Compiling NIOCore EventLoopFuture.swift
[1482/1527] Compiling NIOCore FileDescriptor.swift
[1483/1527] Compiling NIOCore FileHandle.swift
[1484/1527] Compiling NIOCore FileRegion.swift
[1485/1527] Compiling NIOCore ChannelPipeline.swift
[1486/1527] Compiling NIOCore CircularBuffer.swift
[1487/1527] Compiling NIOCore Codec.swift
[1488/1527] Compiling NIOCore ConvenienceOptionSupport.swift
[1489/1527] Compiling NIOCore DeadChannel.swift
[1490/1527] Compiling NIOCore DispatchQueue+WithFuture.swift
[1493/1527] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1494/1527] Compiling NIOCore SocketAddresses.swift
[1495/1527] Compiling NIOCore SocketOptionProvider.swift
[1496/1527] Compiling NIOCore SystemCallHelpers.swift
[1497/1527] Compiling NIOCore TimeAmount+Duration.swift
[1498/1527] Compiling NIOCore TypeAssistedChannelHandler.swift
[1499/1527] Compiling NIOCore UniversalBootstrapSupport.swift
[1500/1527] Compiling NIOCore Utilities.swift
[1527/1527] Emitting module NIOCore
[1529/1581] Emitting module NIOHTTPTypes
[1530/1581] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1532/1582] Emitting module NIOEmbedded
[1533/1582] Compiling NIOEmbedded AsyncTestingChannel.swift
[1534/1582] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1535/1582] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1536/1582] Compiling NIOPosix PosixSingletons.swift
[1537/1582] Compiling NIOPosix RawSocketBootstrap.swift
[1538/1582] Compiling NIOPosix Resolver.swift
[1539/1582] Compiling NIOPosix Selectable.swift
[1540/1588] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1541/1588] Compiling NIOEmbedded Embedded.swift
[1543/1589] Compiling NIOPosix ThreadPosix.swift
[1544/1589] Compiling NIOPosix ThreadWindows.swift
[1545/1589] Compiling NIOPosix UnsafeTransfer.swift
[1546/1589] Compiling NIOPosix Utilities.swift
[1547/1589] Compiling NIOPosix VsockAddress.swift
[1548/1589] Compiling NIOPosix VsockChannelEvents.swift
[1549/1589] Compiling NIOPosix SelectableChannel.swift
[1550/1589] Compiling NIOPosix SelectableEventLoop.swift
[1551/1589] Compiling NIOPosix SelectorEpoll.swift
[1552/1589] Compiling NIOPosix SelectorGeneric.swift
[1553/1589] Compiling NIOPosix SelectorKqueue.swift
[1554/1589] Compiling NIOPosix SelectorUring.swift
[1555/1589] Emitting module NIOPosix
[1556/1589] Compiling NIOPosix BSDSocketAPICommon.swift
[1557/1589] Compiling NIOPosix BSDSocketAPIPosix.swift
[1558/1589] Compiling NIOPosix BSDSocketAPIWindows.swift
[1559/1589] Compiling NIOPosix BaseSocket.swift
[1560/1589] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1561/1589] Compiling NIOPosix BaseSocketChannel.swift
[1562/1589] Compiling NIOPosix BaseStreamSocketChannel.swift
[1563/1589] Compiling NIOPosix ServerSocket.swift
[1564/1589] Compiling NIOPosix Socket.swift
[1565/1589] Compiling NIOPosix SocketChannel.swift
[1566/1589] Compiling NIOPosix SocketProtocols.swift
[1567/1589] Compiling NIOPosix System.swift
[1568/1589] Compiling NIOPosix Thread.swift
[1569/1589] Compiling NIOPosix IO.swift
[1570/1589] Compiling NIOPosix IntegerBitPacking.swift
[1571/1589] Compiling NIOPosix IntegerTypes.swift
[1572/1589] Compiling NIOPosix Linux.swift
[1573/1589] Compiling NIOPosix LinuxCPUSet.swift
[1574/1589] Compiling NIOPosix LinuxUring.swift
[1575/1589] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1576/1589] Compiling NIOPosix NIOThreadPool.swift
[1577/1589] Compiling NIOPosix NonBlockingFileIO.swift
[1578/1589] Compiling NIOPosix PendingDatagramWritesManager.swift
[1579/1589] Compiling NIOPosix PendingWritesManager.swift
[1580/1589] Compiling NIOPosix PipeChannel.swift
[1581/1589] Compiling NIOPosix PipePair.swift
[1582/1589] Compiling NIOPosix Pool.swift
[1583/1589] Compiling NIOPosix Bootstrap.swift
[1584/1589] Compiling NIOPosix ControlMessage.swift
[1585/1589] Compiling NIOPosix DatagramVectorReadManager.swift
[1586/1589] Compiling NIOPosix Errors+Any.swift
[1587/1589] Compiling NIOPosix FileDescriptor.swift
[1588/1589] Compiling NIOPosix GetaddrinfoResolver.swift
[1589/1589] Compiling NIOPosix HappyEyeballs.swift
[1591/1592] Compiling NIO Exports.swift
[1592/1592] Emitting module NIO
[1594/1632] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1595/1632] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1596/1632] Compiling NIOTLS TLSEvents.swift
[1597/1632] Emitting module NIOTLS
[1598/1632] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1599/1632] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1600/1632] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1601/1632] Compiling NIOSOCKS SOCKSResponse.swift
[1602/1633] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1603/1633] Compiling NIOSOCKS ClientStateMachine.swift
[1604/1633] Compiling NIOSOCKS Messages.swift
[1605/1633] Compiling NIOSOCKS SOCKSRequest.swift
[1606/1633] Compiling NIOSOCKS AuthenticationMethod.swift
[1607/1633] Compiling NIOSOCKS ClientGreeting.swift
[1608/1633] Compiling NIOSOCKS Errors.swift
[1609/1633] Compiling NIOSOCKS Helpers.swift
[1610/1633] Emitting module NIOSOCKS
[1611/1633] Compiling NIOSOCKS SOCKSClientHandler.swift
[1612/1633] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1613/1633] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1614/1633] Compiling NIOTLS SNIHandler.swift
[1615/1634] Compiling NIOSOCKS ServerStateMachine.swift
[1616/1635] Emitting module NIOFoundationCompat
[1617/1635] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1621/1636] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1622/1636] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1623/1638] Emitting module NIOHTTP1
[1624/1689] Compiling NIOSSL SSLErrors.swift
[1625/1689] Compiling NIOSSL SSLInit.swift
[1626/1689] Compiling NIOSSL SSLPKCS12Bundle.swift
[1627/1689] Compiling NIOSSL CustomPrivateKey.swift
[1628/1689] Compiling NIOSSL IdentityVerification.swift
[1629/1689] Compiling NIOSSL SSLPublicKey.swift
[1630/1689] Compiling NIOSSL ObjectIdentifier.swift
[1631/1689] Compiling NIOSSL PosixPort.swift
[1632/1689] Compiling NIOSSL SSLCallbacks.swift
[1633/1689] Compiling NIOSSL SSLConnection.swift
[1634/1689] Compiling NIOSSL SSLContext.swift
[1635/1689] Compiling NIOSSL NIOSSLServerHandler.swift
[1636/1689] Compiling NIOSSL SSLPrivateKey.swift
[1637/1689] Compiling NIOSSL AndroidCABundle.swift
[1638/1689] Compiling NIOSSL ByteBufferBIO.swift
[1639/1691] Emitting module NIOTransportServices
[1640/1691] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1641/1691] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1642/1691] Compiling NIOSSL LinuxCABundle.swift
[1643/1691] Compiling NIOSSL NIOSSLClientHandler.swift
[1644/1691] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1645/1691] Compiling NIOSSL NIOSSLHandler.swift
[1646/1691] Compiling NIOSSL SSLCertificate.swift
[1647/1691] Compiling NIOSSL SSLCertificateExtensions.swift
[1665/1732] Compiling NIOExtras NIORequestIdentifiable.swift
[1666/1732] Compiling NIOExtras PCAPRingBuffer.swift
[1667/1732] Compiling NIOExtras QuiescingHelper.swift
[1668/1732] Compiling NIOExtras RequestResponseHandler.swift
[1669/1735] Compiling NIOHPACK IndexedHeaderTable.swift
[1673/1736] Compiling NIOSSL SubjectAlternativeName.swift
[1674/1736] Compiling NIOSSL NIOSSLSecureBytes.swift
[1675/1736] Compiling NIOSSL RNG.swift
[1676/1736] Compiling NIOSSL SafeCompare.swift
[1677/1736] Compiling NIOSSL Zeroization.swift
[1678/1736] Compiling NIOExtras LineBasedFrameDecoder.swift
[1679/1736] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1680/1736] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1681/1736] Emitting module NIOHTTPTypesHTTP1
[1682/1736] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1683/1738] Compiling NIOExtras NIOExtrasError.swift
[1684/1738] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1685/1738] Emitting module NIOHTTPCompression
[1686/1738] Compiling NIOHPACK IntegerCoding.swift
[1687/1738] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1688/1738] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1689/1738] Compiling NIOHTTPCompression HTTPCompression.swift
[1690/1738] Compiling NIOHTTPCompression HTTPDecompression.swift
[1695/1738] Compiling NIOHPACK StaticHeaderTable.swift
[1696/1738] Compiling NIOHPACK DynamicHeaderTable.swift
[1697/1738] Compiling NIOHPACK HPACKDecoder.swift
[1698/1738] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1699/1738] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1700/1739] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1703/1740] Compiling NIOHPACK HuffmanTables.swift
[1704/1740] Compiling NIOHPACK HuffmanCoding.swift
[1705/1740] Compiling NIOHPACK HPACKErrors.swift
[1706/1740] Compiling NIOHPACK HPACKHeader.swift
[1707/1740] Compiling NIOHPACK HeaderTables.swift
[1710/1740] Compiling NIOHPACK HPACKEncoder.swift
[1711/1740] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1712/1740] Compiling NIOExtras LengthFieldPrepender.swift
[1713/1740] Emitting module NIOSSL
[1714/1740] Emitting module NIOExtras
[1715/1740] Emitting module NIOHPACK
[1721/1752] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1722/1752] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1723/1752] Compiling NIOHTTP2 MayReceiveFrames.swift
[1724/1752] Compiling NIOHTTP2 ReceivingDataState.swift
[1725/1754] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1726/1754] Compiling NIOExtras WritePCAPHandler.swift
[1729/1754] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1730/1754] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1731/1754] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1732/1754] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1733/1755] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1734/1755] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1735/1755] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1736/1755] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1737/1799] Compiling NIOHTTP2 SendingHeadersState.swift
[1738/1799] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1739/1799] Compiling NIOHTTP2 SendingRstStreamState.swift
[1740/1800] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1741/1800] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1744/1825] Compiling HummingbirdCore ServerChildChannel.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1745/1825] Compiling HummingbirdCore ServerConfiguration.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1746/1825] Compiling HummingbirdCore TSTLSOptions.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1747/1828] Compiling HummingbirdCore ResponseBodyWriter.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1748/1828] Compiling HummingbirdCore ResponseWriter.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1749/1828] Compiling HummingbirdCore AvailableConnectionsHandler.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1750/1828] Compiling HummingbirdCore BindAddress.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1751/1828] Compiling HummingbirdCore HTTP1Channel.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1752/1828] Compiling HummingbirdCore HTTPChannelHandler.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1753/1828] Compiling HummingbirdCore HTTPServerBuilder.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1754/1828] Compiling HummingbirdCore HTTPUserEventHandler.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1755/1828] Compiling HummingbirdCore Server.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1756/1828] Compiling HummingbirdCore Deprecations.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1757/1828] Compiling HummingbirdCore Request.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1758/1828] Compiling HummingbirdCore RequestBody+inboundClose.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1759/1828] Compiling HummingbirdCore RequestBody.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1760/1828] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1761/1828] Compiling HummingbirdCore URI.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1762/1828] Compiling HummingbirdCore Response.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1763/1828] Compiling HummingbirdCore ResponseBody.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
error: emit-module command failed with exit code 1 (use -v to see invocation)
[1764/1828] Emitting module HummingbirdCore
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1765/1828] Compiling HummingbirdCore AnyAsyncSequence.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1766/1828] Compiling HummingbirdCore FlatDictionary.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1767/1828] Compiling HummingbirdCore HBParser.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1768/1828] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1769/1828] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1770/1828] Compiling NIOHTTP2 HasLocalSettings.swift
[1771/1828] Compiling NIOHTTP2 HasRemoteSettings.swift
[1772/1828] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1773/1828] Compiling NIOHTTP2 QuiescingState.swift
[1774/1828] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1775/1828] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1776/1828] Compiling NIOHTTP2 StateMachineResult.swift
[1777/1828] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1778/1828] Compiling NIOHTTP2 DOSHeuristics.swift
[1779/1828] Compiling NIOHTTP2 Error+Any.swift
[1780/1828] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1781/1828] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1782/1828] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1783/1828] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1784/1836] Compiling HummingbirdCore OutputBuffer.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1785/1836] Compiling HummingbirdCore String+percentEncode.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
[1786/1836] Compiling HummingbirdCore UnsafeTransfer.swift
<unknown>:0: error: upcoming feature 'StrictConcurrency' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: error: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/51] Compiling ServiceContextModule ServiceContextKey.swift
[3/51] Emitting module ServiceContextModule
[4/51] Compiling ServiceContextModule ServiceContext.swift
[5/52] Compiling ConcurrencyHelpers LockedValueBox.swift
[6/52] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[7/52] Compiling InternalCollectionsUtilities Specialize.swift
[9/54] Compiling InternalCollectionsUtilities Debugging.swift
[10/54] Compiling InternalCollectionsUtilities Descriptions.swift
[11/54] Compiling InternalCollectionsUtilities _SortedCollection.swift
[12/54] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[13/54] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[14/54] Compiling RealModule Real.swift
[15/54] Emitting module ConcurrencyHelpers
[16/54] Compiling ConcurrencyHelpers Lock.swift
[17/56] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[18/56] Compiling InternalCollectionsUtilities Integer rank.swift
[19/56] Compiling CryptoBoringWrapper RandomBytes.swift
[20/56] Compiling RealModule Float80+Real.swift
[21/56] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[22/56] Emitting module _NIOBase64
[24/56] Compiling _NIODataStructures Heap.swift
[25/56] Compiling RealModule Float16+Real.swift
[26/56] Compiling RealModule Float+Real.swift
[27/56] Compiling RealModule ElementaryFunctions.swift
[28/56] Compiling _NIOBase64 Base64.swift
[29/57] Compiling RealModule RealFunctions.swift
[30/57] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[31/57] Emitting module CoreMetrics
[32/57] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[33/57] Compiling InternalCollectionsUtilities UInt+reversed.swift
[34/57] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[35/57] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[36/57] Emitting module CryptoBoringWrapper
[37/57] Emitting module _NIODataStructures
[39/57] Compiling _NIODataStructures PriorityQueue.swift
[40/57] Compiling _NIODataStructures _TinyArray.swift
[41/57] Emitting module RealModule
[44/64] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[45/64] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[46/64] Compiling CryptoBoringWrapper EllipticCurve.swift
[47/67] Emitting module InternalCollectionsUtilities
[48/71] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[50/71] Compiling NIOConcurrencyHelpers NIOLock.swift
[54/71] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[55/71] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[56/71] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[58/71] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[59/71] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[60/71] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[61/71] Compiling Logging MetadataProvider.swift
[62/75] Compiling CoreMetrics Locks.swift
[63/75] Compiling CoreMetrics Metrics.swift
[65/76] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[66/78] Compiling NIOConcurrencyHelpers lock.swift
[67/78] Emitting module Logging
[68/79] Emitting module UnixSignals
[69/79] Compiling NIOConcurrencyHelpers atomics.swift
[71/84] Emitting module NIOConcurrencyHelpers
[72/85] Compiling UnixSignals UnixSignalsSequence.swift
[73/85] Compiling UnixSignals UnixSignal.swift
[74/85] Emitting module HummingbirdBcrypt
[76/86] Compiling Instrumentation InstrumentationSystem.swift
[77/86] Compiling Instrumentation NoOpInstrument.swift
[78/86] Emitting module Instrumentation
[79/88] Compiling Instrumentation MultiplexInstrument.swift
[81/94] Compiling Instrumentation Instrument.swift
[82/94] Compiling Instrumentation Locks.swift
[83/98] Compiling HummingbirdBcrypt Bcrypt.swift
[86/99] Emitting module HTTPTypes
[87/102] Compiling HTTPTypes ISOLatin1String.swift
[88/225] Compiling HTTPTypes HTTPField.swift
[89/225] Compiling Logging LogHandler.swift
[90/225] Compiling Logging Locks.swift
[91/225] Compiling Logging Logging.swift
[93/226] Compiling HTTPTypes NIOLock.swift
[94/241] Compiling Metrics Metrics.swift
[95/241] Emitting module Metrics
[96/242] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[98/242] Compiling HeapModule Heap+Descriptions.swift
[99/242] Compiling Tracing TracingTime.swift
[100/242] Compiling Tracing InstrumentationSystem+Tracing.swift
[101/242] Compiling HeapModule _HeapNode.swift
[102/242] Compiling HeapModule Heap.swift
[103/242] Compiling HTTPTypes HTTPRequest.swift
[104/242] Compiling HTTPTypes HTTPParsedFields.swift
[105/242] Compiling HTTPTypes HTTPResponse.swift
[106/242] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[107/242] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[108/242] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[109/242] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[110/242] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[111/242] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[112/242] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[113/249] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[114/249] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[115/249] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[116/249] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[117/249] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[118/249] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[119/249] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[120/249] Compiling Tracing TracerProtocol.swift
[121/249] Compiling HeapModule Heap+UnsafeHandle.swift
[122/249] Compiling HeapModule Heap+Invariants.swift
[123/249] Compiling OrderedCollections OrderedDictionary.swift
[124/249] Compiling OrderedCollections OrderedSet+Codable.swift
[125/249] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[126/249] Compiling OrderedCollections OrderedSet+Descriptions.swift
[127/249] Compiling OrderedCollections OrderedSet+Diffing.swift
[128/249] Compiling OrderedCollections OrderedSet+Equatable.swift
[129/249] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[130/249] Compiling OrderedCollections OrderedSet+Hashable.swift
[131/296] Compiling Tracing Tracer.swift
[132/296] Compiling Tracing TracerProtocol+Legacy.swift
[133/325] Emitting module HeapModule
[134/326] Emitting module Tracing
[136/326] Compiling HashTreeCollections TreeDictionary+Codable.swift
[137/326] Compiling HashTreeCollections TreeDictionary+Collection.swift
[138/326] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[139/326] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[140/326] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[141/326] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[142/326] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[143/326] Compiling HashTreeCollections TreeDictionary+Filter.swift
[144/326] Compiling HTTPTypes HTTPFieldName.swift
[145/326] Compiling HTTPTypes HTTPFields.swift
[146/330] Compiling Tracing NoOpTracer.swift
[147/330] Compiling Tracing SpanProtocol.swift
[148/343] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[149/343] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[150/343] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[151/343] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[152/343] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[153/343] Compiling HashTreeCollections _HashNode+Structural merge.swift
[154/343] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[155/343] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[156/343] Compiling DequeModule Deque+Testing.swift
[157/343] Compiling DequeModule Deque._Storage.swift
[158/343] Compiling DequeModule _DequeBuffer.swift
[159/343] Compiling DequeModule _DequeBufferHeader.swift
[160/343] Compiling DequeModule Deque._UnsafeHandle.swift
[161/343] Compiling DequeModule Deque.swift
[162/343] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[163/343] Compiling HashTreeCollections _HashNode+Structural filter.swift
[168/345] Compiling HashTreeCollections TreeSet+Hashable.swift
[169/345] Compiling HashTreeCollections TreeSet+Sendable.swift
[170/345] Compiling HashTreeCollections TreeSet+Sequence.swift
[171/345] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[172/345] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[173/345] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[174/345] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[175/345] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[176/345] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[177/345] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[178/355] Compiling DequeModule Deque+Equatable.swift
[179/355] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[180/355] Compiling DequeModule Deque+CustomReflectable.swift
[181/355] Compiling DequeModule Deque+Descriptions.swift
[182/355] Compiling DequeModule Deque+Extras.swift
[183/355] Compiling DequeModule Deque+Hashable.swift
[184/355] Compiling HashTreeCollections TreeDictionary.swift
[185/355] Compiling HashTreeCollections TreeSet+Codable.swift
[186/355] Compiling HashTreeCollections TreeSet+Collection.swift
[187/355] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[188/355] Compiling HashTreeCollections TreeSet+Debugging.swift
[189/355] Compiling HashTreeCollections TreeSet+Descriptions.swift
[190/355] Compiling HashTreeCollections TreeSet+Equatable.swift
[191/355] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[192/355] Compiling HashTreeCollections TreeSet+Extras.swift
[193/355] Compiling HashTreeCollections TreeSet+Filter.swift
[198/356] Compiling DequeModule _DequeSlot.swift
[199/356] Compiling DequeModule _UnsafeWrappedBuffer.swift
[204/389] Compiling BitCollections BitArray+BitwiseOperations.swift
[205/389] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[206/389] Compiling BitCollections BitArray+Codable.swift
[207/389] Compiling BitCollections BitArray+Collection.swift
[208/389] Compiling BitCollections BitArray+Copy.swift
[209/389] Compiling BitCollections BitArray+CustomReflectable.swift
[210/389] Compiling BitCollections BitArray+Descriptions.swift
[211/389] Compiling BitCollections BitArray+Equatable.swift
[220/403] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[221/403] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[222/450] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[223/450] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[224/450] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[225/450] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[226/450] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[227/450] Compiling BitCollections BitSet+SetAlgebra union.swift
[228/450] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[229/450] Compiling BitCollections BitSet.Counted.swift
[230/450] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[231/450] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[232/450] Compiling HashTreeCollections TreeDictionary+Values.swift
[233/507] Compiling Crypto ASN1BitString.swift
[234/507] Compiling Crypto ASN1Boolean.swift
[235/507] Compiling Atomics AtomicMemoryOrderings.swift
[236/507] Compiling Atomics DoubleWord.swift
[237/507] Compiling Atomics ManagedAtomic.swift
[238/507] Compiling Atomics ManagedAtomicLazyReference.swift
[239/507] Compiling Crypto HPKE.swift
[240/507] Compiling Crypto HPKE-Context.swift
[241/507] Compiling Crypto HPKE-KeySchedule.swift
[242/507] Compiling Crypto HPKE-Modes.swift
[243/507] Compiling Crypto Insecure.swift
[244/507] Compiling Crypto Insecure_HashFunctions.swift
[245/507] Compiling Crypto KEM.swift
[246/507] Compiling Crypto ECDH_boring.swift
[247/507] Compiling Crypto DH.swift
[248/507] Compiling Crypto ECDH.swift
[249/507] Compiling Crypto HKDF.swift
[250/507] Compiling Crypto AESWrap.swift
[251/507] Compiling Crypto AESWrap_boring.swift
[252/507] Compiling Crypto Ed25519_boring.swift
[253/507] Compiling Crypto NISTCurvesKeys_boring.swift
[254/507] Compiling Crypto X25519Keys_boring.swift
[255/507] Compiling Crypto Curve25519.swift
[256/507] Compiling Crypto Ed25519Keys.swift
[257/507] Compiling Crypto AES-GCM.swift
[258/507] Compiling Crypto AES-GCM_boring.swift
[259/507] Compiling Crypto ASN1Identifier.swift
[260/507] Compiling Crypto ASN1Integer.swift
[261/507] Compiling Crypto ASN1Null.swift
[262/507] Compiling Crypto ASN1OctetString.swift
[263/507] Compiling Crypto ASN1Strings.swift
[264/507] Compiling Crypto ArraySliceBigint.swift
[265/507] Compiling Crypto GeneralizedTime.swift
[266/507] Compiling Crypto ObjectIdentifier.swift
[267/507] Compiling Crypto ECDSASignature.swift
[268/507] Compiling Crypto PEMDocument.swift
[273/507] Compiling Crypto NISTCurvesKeys.swift
[274/507] Compiling Crypto X25519Keys.swift
[275/507] Compiling Crypto SymmetricKeys.swift
[280/507] Compiling Atomics UnsafeAtomic.swift
[281/507] Compiling Atomics UnsafeAtomicLazyReference.swift
[282/509] Compiling _RopeModule _CharacterRecognizer.swift
[283/509] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[284/509] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[285/509] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[286/509] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[287/509] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[288/509] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[289/509] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[290/509] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[291/509] Compiling HashTreeCollections TreeSet.swift
[292/509] Compiling Crypto HPKE-KDF.swift
[293/509] Compiling Crypto HPKE-KexKeyDerivation.swift
[294/509] Compiling Crypto HPKE-LabeledExtract.swift
[295/509] Compiling Crypto HPKE-Utils.swift
[296/509] Compiling Crypto DHKEM.swift
[297/509] Compiling Crypto HPKE-KEM-Curve25519.swift
[298/509] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[305/516] Compiling Crypto HPKE-Ciphersuite.swift
[306/516] Emitting module DequeModule
[307/517] Compiling Atomics IntegerOperations.swift
[308/517] Compiling Atomics Unmanaged extensions.swift
[314/517] Compiling Crypto HPKE-KEM.swift
[315/517] Compiling Crypto HPKE-Errors.swift
[321/517] Compiling Crypto ASN1.swift
[322/517] Compiling Crypto ASN1Any.swift
[325/517] Compiling Crypto PKCS8PrivateKey.swift
[326/517] Compiling Crypto SEC1PrivateKey.swift
[327/517] Emitting module OrderedCollections
[355/527] Compiling Crypto ChaChaPoly_boring.swift
[356/527] Compiling Crypto ChaChaPoly.swift
[357/527] Compiling Crypto Cipher.swift
[358/527] Compiling Crypto Nonces.swift
[361/527] Emitting module BitCollections
[362/527] Compiling BitCollections BitSet.Index.swift
[363/527] Compiling BitCollections BitSet._UnsafeHandle.swift
[364/527] Compiling BitCollections BitSet.swift
[365/527] Compiling BitCollections Range+Utilities.swift
[366/527] Compiling BitCollections Slice+Utilities.swift
[367/527] Compiling BitCollections UInt+Tricks.swift
[368/527] Compiling BitCollections _Word.swift
[369/552] Compiling Algorithms FlattenCollection.swift
[370/552] Compiling Algorithms Grouped.swift
[371/552] Compiling Algorithms Indexed.swift
[372/552] Compiling Algorithms Intersperse.swift
[373/552] Compiling Algorithms Joined.swift
[374/552] Compiling Algorithms Keyed.swift
[375/552] Compiling Algorithms MinMax.swift
[376/552] Compiling Algorithms Partition.swift
[377/552] Compiling Algorithms Permutations.swift
[378/552] Compiling Algorithms Product.swift
[379/552] Compiling Algorithms RandomSample.swift
[380/552] Compiling Algorithms Reductions.swift
[381/552] Compiling Algorithms Rotate.swift
[382/552] Compiling Algorithms Split.swift
[383/552] Compiling Algorithms Stride.swift
[384/552] Compiling Algorithms Suffix.swift
[385/552] Compiling Crypto EdDSA_boring.swift
[386/552] Compiling Crypto ECDSA.swift
[387/552] Compiling Crypto Ed25519.swift
[388/552] Compiling Crypto Signature.swift
[389/552] Compiling Crypto CryptoKitErrors_boring.swift
[390/552] Compiling Crypto RNG_boring.swift
[391/552] Compiling Crypto SafeCompare_boring.swift
[392/552] Compiling Crypto Zeroization_boring.swift
[393/552] Compiling Crypto PrettyBytes.swift
[394/553] Emitting module _RopeModule
[395/598] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[396/598] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[397/598] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[398/598] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[399/598] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[400/598] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[401/598] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[402/598] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[403/598] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[404/598] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[415/598] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[416/598] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[417/598] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[418/598] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[419/598] Compiling AsyncAlgorithms AsyncChannel.swift
[420/598] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[421/598] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[422/598] Compiling AsyncAlgorithms DebounceStateMachine.swift
[423/598] Compiling AsyncAlgorithms DebounceStorage.swift
[424/598] Compiling AsyncAlgorithms Dictionary.swift
[425/598] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[426/598] Compiling AsyncAlgorithms Locking.swift
[427/598] Compiling AsyncAlgorithms ChannelStateMachine.swift
[428/598] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[429/598] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[430/598] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[431/598] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[432/598] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[433/598] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[434/598] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[435/598] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[436/598] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[437/598] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[442/598] Compiling AsyncAlgorithms ChannelStorage.swift
[443/598] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[444/598] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[445/598] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[446/598] Compiling AsyncAlgorithms CombineLatestStorage.swift
[447/598] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[448/598] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[452/598] Compiling Crypto HMAC.swift
[453/598] Compiling Crypto MACFunctions.swift
[455/598] Compiling Crypto MessageAuthenticationCode.swift
[457/598] Compiling Crypto AES.swift
[459/598] Compiling Crypto ECDSASignature_boring.swift
[461/598] Compiling Crypto ECDSA_boring.swift
[478/599] Compiling AsyncAlgorithms MergeStateMachine.swift
[479/599] Compiling AsyncAlgorithms MergeStorage.swift
[480/599] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[481/599] Compiling AsyncAlgorithms Rethrow.swift
[509/599] Emitting module Crypto
[535/608] Emitting module AsyncAlgorithms
[553/608] Compiling Algorithms Trim.swift
[554/608] Compiling Algorithms Unique.swift
[555/608] Emitting module Atomics
[562/608] Compiling Crypto SafeCompare.swift
[563/608] Compiling Crypto SecureBytes.swift
[564/608] Compiling Crypto Zeroization.swift
[580/610] Compiling Algorithms Windows.swift
[594/610] Emitting module HashTreeCollections
[602/611] Compiling AsyncAlgorithms SetAlgebra.swift
[603/611] Compiling AsyncAlgorithms UnsafeTransfer.swift
[604/611] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[605/611] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[606/611] Compiling AsyncAlgorithms ZipStateMachine.swift
[607/611] Compiling AsyncAlgorithms ZipStorage.swift
[609/673] Compiling Collections Collections.swift
[610/673] Emitting module Collections
[612/682] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[613/683] Compiling ServiceLifecycle CancellationWaiter.swift
[614/683] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[615/683] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[616/683] Emitting module ServiceLifecycle
[617/683] Compiling ServiceLifecycle ServiceRunnerError.swift
[618/683] Emitting module Algorithms
[620/684] Compiling NIOCore GlobalSingletons.swift
[621/684] Compiling NIOCore IO.swift
[622/684] Compiling NIOCore IOData.swift
[623/684] Compiling NIOCore IPProtocol.swift
[624/684] Compiling NIOCore IntegerBitPacking.swift
[625/684] Compiling NIOCore IntegerTypes.swift
[626/684] Compiling NIOCore Interfaces.swift
[627/684] Compiling NIOCore Linux.swift
[628/692] Compiling ServiceLifecycle Service.swift
[629/692] Compiling ServiceLifecycle GracefulShutdown.swift
[630/692] Compiling ServiceLifecycle ServiceGroup.swift
[632/693] Compiling NIOCore AddressedEnvelope.swift
[633/693] Compiling NIOCore AsyncAwaitSupport.swift
[634/693] Compiling NIOCore AsyncChannel.swift
[635/693] Compiling NIOCore AsyncChannelHandler.swift
[636/693] Compiling NIOCore AsyncChannelInboundStream.swift
[637/693] Compiling NIOCore AsyncChannelOutboundWriter.swift
[638/693] Compiling NIOCore NIOAsyncSequenceProducer.swift
[639/693] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[640/693] Compiling NIOCore NIOAsyncWriter.swift
[641/693] Compiling NIOCore EventLoop.swift
[642/693] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[643/693] Compiling NIOCore EventLoopFuture+Deprecated.swift
[644/693] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[645/693] Compiling NIOCore EventLoopFuture.swift
[646/693] Compiling NIOCore FileDescriptor.swift
[647/693] Compiling NIOCore FileHandle.swift
[648/693] Compiling NIOCore FileRegion.swift
[649/693] Compiling NIOCore MarkedCircularBuffer.swift
[650/693] Compiling NIOCore MulticastChannel.swift
[651/693] Compiling NIOCore NIOAny.swift
[652/693] Compiling NIOCore NIOCloseOnErrorHandler.swift
[653/693] Compiling NIOCore NIOLoopBound.swift
[654/693] Compiling NIOCore NIOScheduledCallback.swift
[655/693] Compiling NIOCore NIOSendable.swift
[656/693] Compiling NIOCore RecvByteBufferAllocator.swift
[657/693] Compiling NIOCore ChannelPipeline.swift
[658/693] Compiling NIOCore CircularBuffer.swift
[659/693] Compiling NIOCore Codec.swift
[660/693] Compiling NIOCore ConvenienceOptionSupport.swift
[661/693] Compiling NIOCore DeadChannel.swift
[662/693] Compiling NIOCore DispatchQueue+WithFuture.swift
[663/693] Compiling NIOCore EventLoop+Deprecated.swift
[664/693] Compiling NIOCore EventLoop+SerialExecutor.swift
[665/693] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[666/693] Compiling NIOCore BSDSocketAPI.swift
[667/693] Compiling NIOCore ByteBuffer-aux.swift
[668/693] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[669/693] Compiling NIOCore ByteBuffer-conversions.swift
[670/693] Compiling NIOCore ByteBuffer-core.swift
[671/693] Compiling NIOCore ByteBuffer-hex.swift
[672/693] Compiling NIOCore ByteBuffer-int.swift
[673/693] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[674/693] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[675/693] Compiling NIOCore SocketAddresses.swift
[676/693] Compiling NIOCore SocketOptionProvider.swift
[677/693] Compiling NIOCore SystemCallHelpers.swift
[678/693] Compiling NIOCore TimeAmount+Duration.swift
[679/693] Compiling NIOCore TypeAssistedChannelHandler.swift
[680/693] Compiling NIOCore UniversalBootstrapSupport.swift
[681/693] Compiling NIOCore Utilities.swift
[682/693] Emitting module ExtrasBase64
[683/693] Compiling NIOCore ByteBuffer-multi-int.swift
[684/693] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[685/693] Compiling NIOCore ByteBuffer-views.swift
[686/693] Compiling NIOCore Channel.swift
[687/693] Compiling NIOCore ChannelHandler.swift
[688/693] Compiling NIOCore ChannelHandlers.swift
[689/693] Compiling NIOCore ChannelInvoker.swift
[690/693] Compiling NIOCore ChannelOption.swift
[691/693] Compiling ExtrasBase64 Base32.swift
[692/693] Compiling ExtrasBase64 Base64.swift
[694/696] Compiling HummingbirdOTP OTP.swift
[695/696] Emitting module HummingbirdOTP
[697/697] Emitting module NIOCore
[699/734] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[700/734] Emitting module NIOHTTPTypes
[702/752] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[703/752] Compiling NIOEmbedded AsyncTestingChannel.swift
[704/752] Emitting module NIOEmbedded
[705/752] Compiling NIOEmbedded Embedded.swift
[707/753] Compiling NIOPosix BSDSocketAPICommon.swift
[708/753] Compiling NIOPosix BSDSocketAPIPosix.swift
[709/753] Compiling NIOPosix BSDSocketAPIWindows.swift
[710/753] Compiling NIOPosix BaseSocket.swift
[711/753] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[712/753] Compiling NIOPosix BaseSocketChannel.swift
[713/753] Compiling NIOPosix BaseStreamSocketChannel.swift
[714/759] Compiling NIOPosix PooledRecvBufferAllocator.swift
[715/759] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[716/759] Compiling NIOPosix PosixSingletons.swift
[717/759] Compiling NIOPosix RawSocketBootstrap.swift
[718/759] Compiling NIOPosix Resolver.swift
[719/759] Compiling NIOPosix Selectable.swift
[720/759] Compiling NIOPosix ServerSocket.swift
[721/759] Compiling NIOPosix Socket.swift
[722/759] Compiling NIOPosix SocketChannel.swift
[723/759] Compiling NIOPosix SocketProtocols.swift
[724/759] Compiling NIOPosix System.swift
[725/759] Compiling NIOPosix Thread.swift
[726/759] Compiling NIOPosix IO.swift
[727/759] Compiling NIOPosix IntegerBitPacking.swift
[728/759] Compiling NIOPosix IntegerTypes.swift
[729/759] Compiling NIOPosix Linux.swift
[730/759] Compiling NIOPosix LinuxCPUSet.swift
[731/759] Compiling NIOPosix LinuxUring.swift
[732/759] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[733/759] Compiling NIOPosix SelectableChannel.swift
[734/759] Compiling NIOPosix SelectableEventLoop.swift
[735/759] Compiling NIOPosix SelectorEpoll.swift
[736/759] Compiling NIOPosix SelectorGeneric.swift
[737/759] Compiling NIOPosix SelectorKqueue.swift
[738/759] Compiling NIOPosix SelectorUring.swift
[739/759] Emitting module NIOPosix
[740/759] Compiling NIOPosix ThreadPosix.swift
[741/759] Compiling NIOPosix ThreadWindows.swift
[742/759] Compiling NIOPosix UnsafeTransfer.swift
[743/759] Compiling NIOPosix Utilities.swift
[744/759] Compiling NIOPosix VsockAddress.swift
[745/759] Compiling NIOPosix VsockChannelEvents.swift
[746/759] Compiling NIOPosix Bootstrap.swift
[747/759] Compiling NIOPosix ControlMessage.swift
[748/759] Compiling NIOPosix DatagramVectorReadManager.swift
[749/759] Compiling NIOPosix Errors+Any.swift
[750/759] Compiling NIOPosix FileDescriptor.swift
[751/759] Compiling NIOPosix GetaddrinfoResolver.swift
[752/759] Compiling NIOPosix HappyEyeballs.swift
[753/759] Compiling NIOPosix NIOThreadPool.swift
[754/759] Compiling NIOPosix NonBlockingFileIO.swift
[755/759] Compiling NIOPosix PendingDatagramWritesManager.swift
[756/759] Compiling NIOPosix PendingWritesManager.swift
[757/759] Compiling NIOPosix PipeChannel.swift
[758/759] Compiling NIOPosix PipePair.swift
[759/759] Compiling NIOPosix Pool.swift
[761/762] Emitting module NIO
[762/762] Compiling NIO Exports.swift
[764/802] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[765/802] Compiling NIOTLS TLSEvents.swift
[766/802] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[767/802] Emitting module NIOTLS
[768/802] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[769/802] Compiling NIOSOCKS SOCKSResponse.swift
[770/802] Compiling NIOSOCKS ClientStateMachine.swift
[771/802] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[772/803] Emitting module NIOSOCKS
[773/803] Compiling NIOHTTP1 HTTPEncoder.swift
[774/803] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[775/803] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[776/803] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[777/803] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[778/803] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[779/803] Compiling NIOHTTP1 ByteCollectionUtils.swift
[780/803] Compiling NIOHTTP1 HTTPDecoder.swift
[781/803] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[782/803] Compiling NIOTLS SNIHandler.swift
[783/804] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[784/804] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[785/804] Emitting module NIOFoundationCompat
[786/804] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[787/805] Compiling NIOSOCKS ServerStateMachine.swift
[790/806] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[791/806] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[792/806] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[793/806] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[800/808] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[801/808] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[802/808] Compiling NIOHTTP1 HTTPTypes.swift
[803/847] Compiling NIOSSL SSLCallbacks.swift
[804/847] Compiling NIOTransportServices StateManagedListenerChannel.swift
[805/850] Compiling NIOSSL IdentityVerification.swift
[806/850] Compiling NIOSSL LinuxCABundle.swift
[807/850] Compiling NIOSSL NIOSSLClientHandler.swift
[809/861] Compiling NIOSSL SSLErrors.swift
[810/861] Compiling NIOSSL SSLInit.swift
[811/861] Compiling NIOSSL AndroidCABundle.swift
[812/861] Compiling NIOSSL ByteBufferBIO.swift
[813/861] Compiling NIOSSL CustomPrivateKey.swift
[814/861] Emitting module NIOTransportServices
[815/861] Compiling NIOSSL SSLCertificateExtensions.swift
[816/861] Compiling NIOSSL SSLConnection.swift
[817/861] Compiling NIOSSL SSLContext.swift
[821/861] Emitting module NIOHTTP1
[822/861] Compiling NIOSSL SSLPKCS12Bundle.swift
[823/861] Compiling NIOSSL SSLPrivateKey.swift
[824/861] Compiling NIOSSL SSLPublicKey.swift
[825/861] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[826/861] Compiling NIOSSL NIOSSLHandler.swift
[827/861] Compiling NIOSSL SSLCertificate.swift
[828/861] Compiling NIOSSL NIOSSLServerHandler.swift
[829/861] Compiling NIOSSL ObjectIdentifier.swift
[830/861] Compiling NIOSSL PosixPort.swift
[831/861] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[832/861] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[842/866] Compiling NIOSSL SubjectAlternativeName.swift
[843/866] Compiling NIOSSL NIOSSLSecureBytes.swift
[844/866] Compiling NIOSSL RNG.swift
[845/866] Compiling NIOSSL SafeCompare.swift
[846/866] Compiling NIOSSL Zeroization.swift
[851/866] Emitting module NIOSSL
[852/905] Emitting module NIOHTTPTypesHTTP1
[853/905] Emitting module NIOHTTPCompression
[854/905] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[855/905] Compiling NIOExtras DebugOutboundEventsHandler.swift
[856/905] Compiling NIOExtras FixedLengthFrameDecoder.swift
[857/905] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[858/905] Compiling NIOExtras LengthFieldPrepender.swift
[859/905] Compiling NIOExtras LineBasedFrameDecoder.swift
[860/905] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[861/905] Compiling NIOExtras NIOExtrasError.swift
[862/905] Compiling NIOExtras NIOLengthFieldBitLength.swift
[863/905] Compiling NIOExtras NIORequestIdentifiable.swift
[864/905] Compiling NIOExtras PCAPRingBuffer.swift
[865/905] Compiling NIOExtras QuiescingHelper.swift
[866/905] Compiling NIOExtras RequestResponseHandler.swift
[867/905] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[868/905] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[869/905] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[878/908] Compiling NIOHTTPCompression HTTPCompression.swift
[879/908] Compiling NIOHTTPCompression HTTPDecompression.swift
[881/908] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[882/908] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[883/908] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[884/909] Compiling NIOHPACK IndexedHeaderTable.swift
[885/909] Compiling NIOHPACK IntegerCoding.swift
[886/909] Compiling NIOExtras DebugInboundEventsHandler.swift
[889/909] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[890/909] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[891/909] Compiling NIOExtras JSONRPCFraming.swift
[892/909] Compiling NIOSSL TLSConfiguration.swift
[893/909] Compiling NIOSSL UniversalBootstrapSupport.swift
[894/909] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[900/911] Compiling NIOHPACK HuffmanTables.swift
[901/911] Compiling NIOHPACK HuffmanCoding.swift
[905/911] Compiling NIOHPACK StaticHeaderTable.swift
[906/911] Emitting module NIOHPACK
[909/912] Emitting module NIOExtras
[911/970] Compiling NIOHTTP2 HTTP2SettingsState.swift
[912/970] Compiling NIOHTTP2 StateMachineResult.swift
[914/995] Compiling HummingbirdCore ResponseWriter.swift
[915/995] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[916/995] Compiling HummingbirdCore BindAddress.swift
[917/995] Compiling HummingbirdCore HTTP1Channel.swift
[918/995] Compiling HummingbirdCore HTTPChannelHandler.swift
[919/995] Compiling HummingbirdCore HTTPServerBuilder.swift
[920/995] Compiling HummingbirdCore HTTPUserEventHandler.swift
[921/995] Compiling HummingbirdCore Server.swift
[922/1003] Emitting module HummingbirdCore
[926/1006] Emitting module NIOHTTP2
[927/1006] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[928/1006] Compiling HummingbirdCore URI.swift
[929/1006] Compiling HummingbirdCore Response.swift
[930/1006] Compiling HummingbirdCore ResponseBody.swift
[931/1006] Compiling HummingbirdCore ResponseBodyWriter.swift
[934/1006] Compiling HummingbirdCore Deprecations.swift
[935/1006] Compiling HummingbirdCore Request.swift
[936/1006] Compiling HummingbirdCore RequestBody+inboundClose.swift
[937/1006] Compiling HummingbirdCore RequestBody.swift
[938/1006] Compiling HummingbirdCore ServerChildChannel.swift
[939/1006] Compiling HummingbirdCore ServerConfiguration.swift
[940/1006] Compiling HummingbirdCore TSTLSOptions.swift
[941/1006] Compiling HummingbirdCore AnyAsyncSequence.swift
[942/1006] Compiling HummingbirdCore FlatDictionary.swift
[943/1006] Compiling HummingbirdCore HBParser.swift
[953/1006] Compiling HummingbirdCore OutputBuffer.swift
[954/1006] Compiling HummingbirdCore String+percentEncode.swift
[955/1006] Compiling HummingbirdCore UnsafeTransfer.swift
[956/1006] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[957/1006] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[958/1006] Compiling NIOHTTP2 HTTP2StreamID.swift
[959/1006] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[960/1006] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[961/1006] Compiling NIOHTTP2 HTTP2UserEvents.swift
[962/1006] Compiling NIOHTTP2 InboundEventBuffer.swift
[967/1007] Compiling NIOHTTP2 InboundWindowManager.swift
[968/1007] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[969/1007] Compiling NIOHTTP2 StreamChannelFlowController.swift
[970/1007] Compiling NIOHTTP2 StreamChannelList.swift
[971/1007] Compiling NIOHTTP2 StreamMap.swift
[972/1007] Compiling NIOHTTP2 StreamStateMachine.swift
[973/1007] Compiling NIOHTTP2 UnsafeTransfer.swift
[974/1007] Compiling NIOHTTP2 WatermarkedFlowController.swift
[984/1071] Compiling Hummingbird RouteCollection.swift
[985/1071] Compiling Hummingbird Router+validation.swift
[986/1071] Compiling Hummingbird Router.swift
[987/1071] Compiling Hummingbird CORSMiddleware.swift
[988/1071] Compiling Hummingbird FileMiddleware.swift
[989/1071] Compiling Hummingbird LogRequestMiddleware.swift
[990/1071] Compiling Hummingbird MetricsMiddleware.swift
[991/1071] Compiling Hummingbird Middleware.swift
[992/1071] Compiling Hummingbird MiddlewareGroup.swift
[993/1071] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[994/1071] Compiling Hummingbird _Middleware2.swift
[995/1071] Compiling Hummingbird _OptionalMiddleware.swift
[996/1071] Compiling Hummingbird FileIO.swift
[997/1071] Compiling Hummingbird FileProvider.swift
[998/1071] Compiling Hummingbird LocalFileSystem.swift
[999/1071] Compiling Hummingbird Cookie.swift
[1000/1071] Compiling Hummingbird Cookies.swift
[1001/1071] Compiling Hummingbird MediaType+FileExtension.swift
[1002/1071] Compiling Hummingbird MediaType.swift
[1003/1071] Compiling Hummingbird Request+Cookies.swift
[1004/1071] Compiling Hummingbird Response+Cookies.swift
[1005/1071] Compiling Hummingbird ChildRequestContext.swift
[1006/1071] Compiling Hummingbird Request.swift
[1007/1071] Compiling Hummingbird RequestContext.swift
[1009/1131] Emitting module Hummingbird
[1010/1140] Emitting module AsyncHTTPClient
[1011/1148] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1012/1148] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1013/1148] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1014/1148] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1015/1148] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1016/1148] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1017/1148] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1018/1148] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1019/1148] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1020/1148] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1021/1148] Compiling AsyncHTTPClient RequestOptions.swift
[1022/1148] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1023/1148] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1024/1148] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1025/1148] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1026/1148] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1027/1148] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1028/1148] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1029/1148] Compiling AsyncHTTPClient HTTPHandler.swift
[1030/1148] Compiling AsyncHTTPClient LRUCache.swift
[1031/1148] Compiling AsyncHTTPClient NWErrorHandler.swift
[1032/1148] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1033/1148] Compiling AsyncHTTPClient TLSConfiguration.swift
[1034/1148] Compiling AsyncHTTPClient RedirectState.swift
[1035/1148] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1036/1148] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1037/1148] Compiling AsyncHTTPClient ConnectionTarget.swift
[1038/1148] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1039/1148] Compiling AsyncHTTPClient Transaction.swift
[1040/1148] Compiling AsyncHTTPClient Base64.swift
[1041/1148] Compiling AsyncHTTPClient BasicAuth.swift
[1042/1148] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1043/1148] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1044/1148] Compiling AsyncHTTPClient ConnectionPool.swift
[1045/1148] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1046/1148] Compiling AsyncHTTPClient HTTPClient.swift
[1047/1148] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1048/1148] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1049/1148] Compiling AsyncHTTPClient HTTP2Connection.swift
[1050/1148] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1051/1148] Compiling AsyncHTTPClient RequestBag.swift
[1052/1148] Compiling AsyncHTTPClient RequestValidation.swift
[1053/1148] Compiling AsyncHTTPClient SSLContextCache.swift
[1054/1148] Compiling AsyncHTTPClient Scheme.swift
[1055/1148] Compiling AsyncHTTPClient Singleton.swift
[1056/1148] Compiling AsyncHTTPClient DeconstructedURL.swift
[1057/1148] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1058/1148] Compiling AsyncHTTPClient FoundationExtensions.swift
[1059/1148] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1060/1148] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1061/1148] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1062/1148] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1063/1148] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1064/1148] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1073/1148] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1074/1148] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1075/1148] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1076/1148] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1077/1148] Compiling AsyncHTTPClient RequestBodyLength.swift
[1078/1148] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1079/1148] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1080/1148] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1081/1148] Compiling AsyncHTTPClient HTTP1Connection.swift
[1112/1148] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1113/1148] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1114/1148] Compiling AsyncHTTPClient Utils.swift
[1118/1148] Compiling Hummingbird DateCache.swift
[1119/1148] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[1120/1148] Compiling Hummingbird HexDigest.swift
[1121/1148] Compiling Hummingbird InitializableFromSource.swift
[1122/1148] Compiling Hummingbird PreludeService.swift
[1123/1148] Compiling Hummingbird StringProtocol.swift
[1150/1162] Compiling HummingbirdAuth BearerAuthentication.swift
[1151/1162] Compiling HummingbirdAuth Deprecated.swift
[1152/1163] Emitting module HummingbirdAuth
[1154/1163] Compiling HummingbirdAuth IsAuthenticatedMiddleware.swift
[1155/1163] Compiling HummingbirdAuth SessionAuthenticator.swift
[1156/1163] Compiling HummingbirdAuth AuthRequestContext.swift
[1157/1163] Compiling HummingbirdAuth Authenticator.swift
[1158/1163] Compiling HummingbirdAuth ClosureAuthenticator.swift
[1159/1163] Compiling HummingbirdAuth BasicAuthentication.swift
[1160/1163] Compiling HummingbirdAuth SessionContext.swift
[1161/1163] Compiling HummingbirdAuth SessionMiddleware.swift
[1162/1163] Compiling HummingbirdAuth SessionStorage.swift
/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 |
[1163/1163] Compiling HummingbirdAuth UserSessionRepository.swift
[1165/1177] Emitting module HummingbirdTesting
[1166/1177] Compiling HummingbirdTesting TestApplication.swift
[1167/1177] Compiling HummingbirdTesting TestClient+types.swift
[1168/1178] Compiling HummingbirdBasicAuth UserPasswordRepository.swift
[1169/1178] Compiling HummingbirdBasicAuth PasswordVerifier.swift
[1170/1178] Emitting module HummingbirdBasicAuth
[1171/1178] Compiling HummingbirdBasicAuth BasicAuthenticator.swift
[1172/1179] Compiling HummingbirdTesting LiveTestFramework.swift
[1173/1179] Compiling HummingbirdTesting RouterTestFramework.swift
[1175/1179] Compiling HummingbirdTesting AsyncHTTPClientTestFramework.swift
[1176/1179] Compiling HummingbirdTesting Application+Test.swift
[1177/1179] Compiling HummingbirdTesting ApplicationTester.swift
[1178/1179] Compiling HummingbirdTesting Deprecations.swift
[1179/1179] Compiling HummingbirdTesting TestClient.swift
[1181/1182] Emitting module HummingbirdAuthTesting
[1182/1182] Compiling HummingbirdAuthTesting TestClient+Auth.swift
/host/spi-builder-workspace/Sources/HummingbirdAuthTesting/TestClient+Auth.swift:47:42: warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
45 | var headers = headers
46 | let usernamePassword = "\(username):\(password)"
47 | let authorization = "Basic \(String(base64Encoding: usernamePassword.utf8))"
| `- warning: 'init(base64Encoding:)' is deprecated: This API was unintentionally made public.
48 | headers[.authorization] = authorization
49 | return (uri: uri, method: method, headers: headers, body: body)
Build complete! (68.69s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.