Build Information
Failed to build hummingbird-auth, reference 2.0.2 (8630a4
), with Swift 6.0 for Linux on 8 Dec 2024 09:13:24 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
Build Log
========================================
RunAll
========================================
Builder version: 4.58.5
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-auth.git
Reference: 2.0.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/hummingbird-project/hummingbird-auth
* tag 2.0.2 -> FETCH_HEAD
HEAD is now at 8630a49 Update from hummingbird-project-template c77fc90235989fe91ad9e969da24dcf098d3b979 (#81)
Cloned https://github.com/hummingbird-project/hummingbird-auth.git
Revision (git rev-parse @):
8630a49acca3b38c50e29d61ab263cb7edf0b06d
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-auth.git at 2.0.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.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-4609320-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:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swift-extras/swift-extras-base64.git
Fetching https://github.com/apple/swift-crypto.git
[1/833] Fetching swift-extras-base64
[834/12063] Fetching swift-extras-base64, swift-crypto
[1845/35158] Fetching swift-extras-base64, swift-crypto, hummingbird
[13211/107395] Fetching swift-extras-base64, swift-crypto, hummingbird, swift-nio
Fetched https://github.com/swift-extras/swift-extras-base64.git from cache (1.41s)
[78390/106562] Fetching swift-crypto, hummingbird, swift-nio
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.43s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.44s)
[44787/72237] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.56s)
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 (1.82s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.5.0 (0.64s)
Fetching https://github.com/swift-server/async-http-client.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-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/5179] Fetching swift-nio-extras
[5180/7437] Fetching swift-nio-extras, swift-service-lifecycle
[5542/20754] Fetching swift-nio-extras, swift-service-lifecycle, async-http-client
[7968/23042] Fetching swift-nio-extras, swift-service-lifecycle, async-http-client, swift-nio-transport-services
[13988/34201] Fetching swift-nio-extras, swift-service-lifecycle, async-http-client, swift-nio-transport-services, swift-nio-http2
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.37s)
[14440/31943] Fetching swift-nio-extras, async-http-client, swift-nio-transport-services, swift-nio-http2
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.40s)
[17796/29655] Fetching swift-nio-extras, async-http-client, swift-nio-http2
Fetching https://github.com/apple/swift-metrics.git
[21399/43305] Fetching swift-nio-extras, async-http-client, swift-nio-http2, swift-nio-ssl
[21400/48212] Fetching swift-nio-extras, async-http-client, swift-nio-http2, swift-nio-ssl, swift-distributed-tracing
[24126/50323] Fetching swift-nio-extras, async-http-client, swift-nio-http2, swift-nio-ssl, swift-distributed-tracing, swift-metrics
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.88s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.47s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-log.git
[32523/43033] Fetching async-http-client, swift-nio-http2, swift-nio-ssl, swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.55s)
[27752/38126] Fetching async-http-client, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/apple/swift-collections.git
[29118/38818] Fetching async-http-client, swift-nio-http2, swift-nio-ssl, swift-http-types
[30766/42541] Fetching async-http-client, swift-nio-http2, swift-nio-ssl, swift-http-types, swift-log
Fetched https://github.com/apple/swift-http-types.git from cache (0.40s)
[31625/41849] Fetching async-http-client, swift-nio-http2, swift-nio-ssl, swift-log
[32569/57452] Fetching async-http-client, swift-nio-http2, swift-nio-ssl, swift-log, swift-collections
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.55s)
[29385/46293] Fetching async-http-client, swift-nio-ssl, swift-log, swift-collections
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/apple/swift-log.git from cache (0.76s)
[30499/44139] Fetching async-http-client, swift-nio-ssl, swift-collections, swift-atomics
[32341/48696] Fetching async-http-client, swift-nio-ssl, swift-collections, swift-atomics, swift-async-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (0.55s)
[39014/47127] Fetching async-http-client, swift-nio-ssl, swift-collections, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.38s)
[35081/42570] Fetching async-http-client, swift-nio-ssl, swift-collections
Fetched https://github.com/swift-server/async-http-client.git from cache (2.41s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.42s)
Fetched https://github.com/apple/swift-collections.git from cache (1.62s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.5.0 (0.41s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.2 (0.52s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.1.2 (0.50s)
Fetching https://github.com/apple/swift-service-context.git
[1/989] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.37s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.1.0 (0.42s)
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.0 (0.38s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.41s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.64s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.24.1 (0.52s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.3.1 (0.51s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.34.1 (0.53s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.6.2 (0.46s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.50s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.77.0 (0.67s)
Fetching https://github.com/apple/swift-system.git
[1/3930] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.36s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.38s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.24.0 (0.40s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5591] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.31s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (0.42s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.36s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.45s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.0 (0.47s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.10.0 (1.61s)
Fetching https://github.com/apple/swift-asn1.git
[1/1418] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.22s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.0 (0.46s)
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.3.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.5.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.2
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.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.1.2
Creating working copy for https://github.com/swift-extras/swift-extras-base64.git
Working copy of https://github.com/swift-extras/swift-extras-base64.git resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.10.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.77.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.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.2
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.24.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.2
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.24.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.6.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.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.5.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.34.1
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.1.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.0
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
Building for debugging...
[0/845] Write sources
[26/845] Compiling _NumericsShims _NumericsShims.c
[27/845] Compiling CBcrypt blf.c
[28/845] Write sources
[50/845] Compiling a_bool.c
[51/845] Compiling _AtomicsShims.c
[52/845] Compiling a_bitstr.c
[53/845] Compiling CNIOWindows shim.c
[54/845] Compiling CBcrypt bcrypt.c
[54/845] Compiling a_d2i_fp.c
[56/845] Compiling CNIOWASI CNIOWASI.c
[57/845] Compiling CNIOLinux liburing_shims.c
[58/845] Compiling CNIOWindows WSAStartup.c
[59/845] Compiling CNIOExtrasZlib empty.c
[60/845] Compiling CNIOLLHTTP c_nio_http.c
[61/845] Compiling CNIODarwin shim.c
[62/845] Compiling CNIOLinux shim.c
[63/845] Write swift-version-24593BA9C3E375BF.txt
[64/845] Compiling CNIOLLHTTP c_nio_api.c
[65/845] Compiling fiat_p256_adx_sqr.S
[66/845] Compiling fiat_p256_adx_mul.S
[67/845] Compiling fiat_curve25519_adx_square.S
[68/845] Compiling pkcs8.c
[69/845] Compiling fiat_curve25519_adx_mul.S
[70/850] Compiling CNIOLLHTTP c_nio_llhttp.c
[71/869] Compiling CNIOBoringSSLShims shims.c
[73/896] Emitting module _NIOBase64
[74/896] Emitting module InternalCollectionsUtilities
[75/898] Compiling _NIOBase64 Base64.swift
[76/898] Emitting module ServiceContextModule
[77/898] Compiling ServiceContextModule ServiceContext.swift
[78/899] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[79/899] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[80/899] Compiling InternalCollectionsUtilities _SortedCollection.swift
[81/899] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[82/899] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[83/899] Compiling InternalCollectionsUtilities Specialize.swift
[84/899] Compiling InternalCollectionsUtilities Debugging.swift
[85/899] Compiling InternalCollectionsUtilities Descriptions.swift
[86/899] Compiling HTTPTypes ISOLatin1String.swift
[87/900] Compiling InternalCollectionsUtilities UInt+reversed.swift
[88/900] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[89/900] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[90/900] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[91/900] Compiling HummingbirdBcrypt Bcrypt.swift
[92/900] Emitting module HummingbirdBcrypt
[93/900] Emitting module HTTPTypes
[94/900] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[95/900] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[96/900] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[97/900] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[98/900] Compiling InternalCollectionsUtilities Integer rank.swift
[99/900] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[100/900] Compiling RealModule Float16+Real.swift
[101/900] Compiling _NIODataStructures PriorityQueue.swift
[102/902] Compiling _NIODataStructures _TinyArray.swift
[103/903] Compiling RealModule Real.swift
[104/903] Compiling HTTPTypes HTTPRequest.swift
[105/903] Compiling HTTPTypes HTTPResponse.swift
[107/903] Compiling ServiceContextModule ServiceContextKey.swift
[108/903] Compiling HTTPTypes HTTPParsedFields.swift
[111/904] Emitting module RealModule
[112/904] Compiling RealModule Float80+Real.swift
[115/904] Compiling RealModule Float+Real.swift
[116/904] Compiling RealModule ElementaryFunctions.swift
[120/904] Compiling RealModule RealFunctions.swift
[122/1040] Emitting module Instrumentation
[123/1040] Compiling Instrumentation NoOpInstrument.swift
[124/1040] Compiling Instrumentation MultiplexInstrument.swift
[125/1040] Compiling Instrumentation Instrument.swift
[126/1040] Compiling Instrumentation Locks.swift
[127/1040] Compiling Instrumentation InstrumentationSystem.swift
[128/1041] Compiling CoreMetrics Locks.swift
[129/1041] Emitting module _NIODataStructures
[130/1041] Compiling _NIODataStructures Heap.swift
[131/1041] Compiling HTTPTypes NIOLock.swift
[132/1042] Emitting module Logging
[133/1042] Compiling Logging MetadataProvider.swift
[134/1042] Compiling Logging Locks.swift
[135/1042] Compiling Logging LogHandler.swift
[136/1042] Compiling Logging Logging.swift
[138/1043] Emitting module CoreMetrics
[141/1098] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[142/1134] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[143/1134] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[144/1134] Compiling HashTreeCollections TreeDictionary+Keys.swift
[145/1134] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[146/1134] Compiling HashTreeCollections TreeDictionary+Merge.swift
[147/1134] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[148/1134] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[149/1141] Compiling HeapModule Heap+Descriptions.swift
[150/1141] Compiling Tracing InstrumentationSystem+Tracing.swift
[151/1141] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[152/1141] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[153/1141] Compiling HashTreeCollections _HashNode.swift
[154/1141] Compiling HashTreeCollections _HashNodeHeader.swift
[155/1141] Compiling HashTreeCollections _HashSlot.swift
[156/1141] Compiling HashTreeCollections _HashStack.swift
[157/1141] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[158/1141] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[159/1141] Compiling HashTreeCollections _HashNode+Storage.swift
[160/1141] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[161/1141] Compiling HashTreeCollections _HashNode+Structural filter.swift
[162/1141] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[163/1141] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[164/1141] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[165/1141] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[166/1141] Compiling HeapModule _HeapNode.swift
[167/1141] Compiling HeapModule Heap.swift
[168/1141] Compiling Tracing TracingTime.swift
[169/1141] Compiling HashTreeCollections TreeDictionary+Codable.swift
[170/1141] Compiling HashTreeCollections TreeDictionary+Collection.swift
[171/1141] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[172/1141] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[173/1141] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[174/1141] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[175/1141] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[176/1141] Compiling HashTreeCollections TreeDictionary+Filter.swift
[177/1141] Compiling CoreMetrics Metrics.swift
[178/1142] Compiling HeapModule Heap+Invariants.swift
[179/1142] Compiling HeapModule Heap+UnsafeHandle.swift
[180/1142] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[181/1142] Compiling HashTreeCollections _HashNode+Structural merge.swift
[182/1142] Compiling HashTreeCollections _HashTreeIterator.swift
[183/1142] Compiling HashTreeCollections _HashTreeStatistics.swift
[184/1142] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[185/1142] Compiling HashTreeCollections _RawHashNode.swift
[186/1142] Compiling HashTreeCollections _UnmanagedHashNode.swift
[187/1142] Compiling HashTreeCollections _UnsafePath.swift
[189/1142] Compiling HashTreeCollections _AncestorHashSlots.swift
[190/1142] Compiling HashTreeCollections _Bitmap.swift
[191/1142] Compiling HashTreeCollections _Bucket.swift
[192/1142] Compiling HashTreeCollections _Hash.swift
[193/1142] Compiling HashTreeCollections _HashLevel.swift
[194/1142] Compiling HashTreeCollections _HashNode+Builder.swift
[195/1142] Compiling HashTreeCollections _HashNode+Debugging.swift
[196/1142] Compiling HashTreeCollections _HashNode+Initializers.swift
[197/1142] Compiling Tracing NoOpTracer.swift
[198/1142] Compiling Tracing TracerProtocol.swift
[199/1142] Emitting module HeapModule
[201/1143] Compiling Tracing TracerProtocol+Legacy.swift
[202/1143] Compiling Tracing Tracer.swift
[203/1143] Emitting module Tracing
[204/1160] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[205/1160] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[206/1160] Compiling OrderedCollections OrderedSet.swift
[207/1160] Compiling OrderedCollections _UnsafeBitset.swift
[208/1160] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[209/1160] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[210/1160] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[211/1160] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[212/1160] Compiling HashTreeCollections TreeDictionary.swift
[213/1160] Compiling HashTreeCollections TreeSet+Codable.swift
[214/1169] Compiling DequeModule Deque+CustomReflectable.swift
[215/1169] Compiling DequeModule Deque+Descriptions.swift
[216/1171] Compiling Tracing SpanProtocol.swift
[217/1172] Compiling DequeModule _DequeBuffer.swift
[218/1172] Compiling DequeModule _DequeBufferHeader.swift
[220/1172] Compiling DequeModule Deque+Equatable.swift
[221/1172] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[222/1175] Compiling DequeModule Deque+Testing.swift
[223/1175] Compiling DequeModule Deque._Storage.swift
[224/1175] Compiling DequeModule Deque._UnsafeHandle.swift
[225/1175] Compiling DequeModule Deque.swift
[228/1175] Compiling DequeModule _DequeSlot.swift
[229/1175] Compiling DequeModule _UnsafeWrappedBuffer.swift
[230/1175] Compiling ConcurrencyHelpers LockedValueBox.swift
[231/1175] Compiling OrderedCollections OrderedSet+Sendable.swift
[232/1175] Compiling OrderedCollections OrderedSet+SubSequence.swift
[233/1175] Compiling OrderedCollections OrderedSet+Testing.swift
[240/1175] Compiling DequeModule Deque+Extras.swift
[241/1175] Compiling DequeModule Deque+Hashable.swift
[292/1175] Compiling _RopeModule Rope+Join.swift
[293/1175] Compiling _RopeModule Rope+MutatingForEach.swift
[294/1175] Compiling _RopeModule Rope+Remove.swift
[295/1175] Compiling _RopeModule Rope+RemoveSubrange.swift
[296/1175] Compiling _RopeModule Rope+Split.swift
[297/1175] Compiling _RopeModule Optional Utilities.swift
[298/1175] Compiling _RopeModule String Utilities.swift
[299/1175] Compiling _RopeModule String.Index+ABI.swift
[311/1185] Compiling ConcurrencyHelpers Lock.swift
[312/1185] Emitting module ConcurrencyHelpers
[318/1186] Compiling DequeModule Deque+Codable.swift
[319/1186] Compiling DequeModule Deque+Collection.swift
[320/1186] Compiling HTTPTypes HTTPFieldName.swift
[321/1186] Compiling HTTPTypes HTTPField.swift
[322/1186] Compiling HTTPTypes HTTPFields.swift
[335/1187] Emitting module Metrics
[336/1187] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[337/1187] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[338/1187] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[339/1187] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[340/1187] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[341/1187] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[342/1187] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[343/1187] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[344/1187] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[345/1187] Compiling HashTreeCollections TreeSet.swift
[346/1187] Emitting module DequeModule
[348/1191] Emitting module OrderedCollections
[372/1192] Emitting module UnixSignals
[373/1192] Compiling UnixSignals UnixSignal.swift
[383/1192] Compiling UnixSignals UnixSignalsSequence.swift
[383/1193] Compiling tls_record.cc
[397/1193] Emitting module _RopeModule
[397/1193] Compiling tls_method.cc
[398/1193] Compiling tls13_server.cc
[418/1194] Compiling tls13_enc.cc
[420/1194] Compiling tls13_client.cc
[422/1194] Compiling Metrics Metrics.swift
[423/1195] Compiling tls13_both.cc
[424/1195] Compiling t1_enc.cc
[426/1195] Emitting module HashTreeCollections
[427/1196] Compiling ssl_versions.cc
[428/1196] Compiling ssl_transcript.cc
[429/1196] Compiling ssl_x509.cc
[430/1196] Compiling ssl_stat.cc
[431/1196] Compiling ssl_privkey.cc
[432/1196] Compiling ssl_session.cc
[433/1196] Compiling ssl_credential.cc
[434/1196] Compiling ssl_file.cc
[435/1196] Compiling ssl_key_share.cc
[436/1196] Compiling ssl_lib.cc
[437/1196] Compiling ssl_cipher.cc
[438/1196] Compiling ssl_buffer.cc
[440/1196] Compiling ExtrasBase64 Base64.swift
[441/1196] Compiling ExtrasBase64 Base32.swift
[442/1196] Emitting module ExtrasBase64
[442/1197] Compiling ssl_cert.cc
[444/1197] Compiling ssl_asn1.cc
[445/1197] Compiling ssl_aead_ctx.cc
[446/1197] Compiling s3_pkt.cc
[447/1197] Compiling s3_both.cc
[448/1197] Compiling s3_lib.cc
[449/1197] Compiling handshake_server.cc
[450/1197] Compiling handshake.cc
[451/1197] Compiling handshake_client.cc
[452/1197] Compiling handoff.cc
[453/1197] Compiling dtls_method.cc
[454/1197] Compiling dtls_record.cc
[455/1197] Compiling encrypted_client_hello.cc
[456/1197] Compiling md5-x86_64-linux.S
[457/1197] Compiling md5-x86_64-apple.S
[458/1197] Compiling md5-586-linux.S
[459/1197] Compiling err_data.c
[460/1197] Compiling md5-586-apple.S
[461/1197] Compiling chacha20_poly1305_x86_64-apple.S
[462/1197] Compiling extensions.cc
[463/1197] Compiling bio_ssl.cc
[464/1197] Compiling chacha20_poly1305_x86_64-linux.S
[465/1197] Compiling chacha20_poly1305_armv8-apple.S
[466/1197] Compiling chacha20_poly1305_armv8-win.S
[467/1197] Compiling chacha20_poly1305_armv8-linux.S
[468/1197] Compiling chacha-x86_64-apple.S
[469/1197] Compiling chacha-x86_64-linux.S
[470/1197] Compiling chacha-x86-linux.S
[471/1197] Compiling chacha-x86-apple.S
[472/1197] Compiling chacha-armv8-win.S
[473/1197] Compiling chacha-armv8-linux.S
[474/1197] Compiling chacha-armv8-apple.S
[475/1197] Compiling chacha-armv4-linux.S
[476/1197] Compiling aes128gcmsiv-x86_64-apple.S
[477/1197] Compiling aes128gcmsiv-x86_64-linux.S
[478/1197] Compiling x86_64-mont5-apple.S
[479/1197] Compiling x86_64-mont-linux.S
[480/1197] Compiling x86_64-mont5-linux.S
[481/1197] Compiling d1_srtp.cc
[482/1197] Compiling x86_64-mont-apple.S
[483/1197] Compiling x86-mont-apple.S
[484/1197] Compiling x86-mont-linux.S
[485/1197] Compiling vpaes-x86_64-linux.S
[486/1197] Compiling vpaes-x86_64-apple.S
[487/1197] Compiling vpaes-x86-linux.S
[488/1197] Compiling vpaes-armv8-win.S
[489/1197] Compiling d1_pkt.cc
[490/1197] Compiling vpaes-armv8-linux.S
[491/1197] Compiling vpaes-x86-apple.S
[492/1197] Compiling vpaes-armv8-apple.S
[493/1197] Compiling vpaes-armv7-linux.S
[494/1197] Compiling sha512-armv8-win.S
[495/1197] Compiling sha512-x86_64-linux.S
[496/1197] Compiling sha512-x86_64-apple.S
[497/1197] Compiling sha512-armv8-apple.S
[498/1197] Compiling sha512-armv4-linux.S
[498/1197] Compiling sha512-armv8-linux.S
[500/1197] Compiling sha512-586-linux.S
[501/1197] Compiling sha512-586-apple.S
[502/1197] Compiling d1_lib.cc
[503/1197] Compiling sha256-armv8-win.S
[504/1197] Compiling sha256-armv8-linux.S
[505/1197] Compiling sha256-x86_64-linux.S
[506/1197] Compiling sha256-x86_64-apple.S
[507/1197] Compiling sha256-armv4-linux.S
[508/1197] Compiling sha256-586-linux.S
[509/1197] Compiling sha256-586-apple.S
[510/1197] Compiling sha256-armv8-apple.S
[511/1197] Compiling sha1-armv8-apple.S
[512/1197] Compiling sha1-armv8-win.S
[513/1197] Compiling sha1-x86_64-apple.S
[514/1197] Compiling sha1-armv4-large-linux.S
[514/1197] Compiling sha1-x86_64-linux.S
[516/1197] Compiling sha1-586-linux.S
[516/1197] Compiling sha1-armv8-linux.S
[518/1197] Compiling sha1-586-apple.S
[519/1197] Compiling rsaz-avx2-apple.S
[520/1197] Compiling rsaz-avx2-linux.S
[521/1197] Compiling d1_both.cc
[522/1197] Compiling rdrand-x86_64-linux.S
[523/1197] Compiling rdrand-x86_64-apple.S
[524/1197] Compiling p256_beeu-x86_64-asm-apple.S
[525/1197] Compiling p256_beeu-x86_64-asm-linux.S
[526/1197] Compiling p256_beeu-armv8-asm-win.S
[527/1197] Compiling p256_beeu-armv8-asm-apple.S
[528/1197] Compiling p256_beeu-armv8-asm-linux.S
[529/1197] Compiling p256-x86_64-asm-apple.S
[530/1197] Compiling p256-armv8-asm-win.S
[531/1197] Compiling p256-armv8-asm-linux.S
[532/1197] Compiling p256-x86_64-asm-linux.S
[533/1197] Compiling p256-armv8-asm-apple.S
[534/1197] Compiling ghashv8-armv8-win.S
[535/1197] Compiling ghashv8-armv8-linux.S
[536/1197] Compiling ghashv8-armv8-apple.S
[537/1197] Compiling ghash-x86_64-linux.S
[538/1197] Compiling ghashv8-armv7-linux.S
[539/1197] Compiling ghash-x86_64-apple.S
[540/1197] Compiling ghash-x86-apple.S
[541/1197] Compiling ghash-x86-linux.S
[542/1197] Compiling ghash-ssse3-x86_64-linux.S
[543/1197] Compiling ghash-ssse3-x86_64-apple.S
[544/1197] Compiling ghash-neon-armv8-apple.S
[545/1197] Compiling ghash-ssse3-x86-apple.S
[546/1197] Compiling ghash-ssse3-x86-linux.S
[547/1197] Compiling ghash-neon-armv8-win.S
[548/1197] Compiling ghash-neon-armv8-linux.S
[549/1197] Compiling co-586-linux.S
[550/1197] Compiling ghash-armv4-linux.S
[550/1197] Compiling bsaes-armv7-linux.S
[552/1197] Compiling bn-armv8-win.S
[553/1197] Compiling bn-armv8-linux.S
[554/1197] Compiling co-586-apple.S
[555/1197] Compiling bn-armv8-apple.S
[556/1197] Compiling bn-586-apple.S
[557/1197] Compiling bn-586-linux.S
[558/1197] Compiling armv4-mont-linux.S
[559/1197] Compiling armv8-mont-linux.S
[559/1197] Compiling armv8-mont-apple.S
[561/1197] Compiling armv8-mont-win.S
[562/1197] Compiling aesv8-gcm-armv8-win.S
[563/1197] Compiling aesv8-gcm-armv8-linux.S
[564/1197] Compiling aesv8-armv8-win.S
[565/1197] Compiling aesv8-armv8-linux.S
[565/1197] Compiling aesv8-gcm-armv8-apple.S
[567/1197] Compiling aesv8-armv7-linux.S
[568/1197] Compiling aesv8-armv8-apple.S
[569/1197] Compiling aesni-x86_64-linux.S
[570/1197] Compiling aesni-x86-apple.S
[571/1197] Compiling aesni-x86_64-apple.S
[572/1197] Compiling aesni-x86-linux.S
[573/1197] Compiling aesni-gcm-x86_64-linux.S
[574/1197] Compiling aesni-gcm-x86_64-apple.S
[575/1197] Compiling x_sig.c
[576/1197] Compiling x_val.c
[577/1197] Compiling x_spki.c
[578/1197] Compiling x_req.c
[579/1197] Compiling x_x509.c
[580/1197] Compiling x_exten.c
[581/1197] Compiling x_pubkey.c
[582/1197] Compiling x_x509a.c
[583/1197] Compiling x_name.c
[584/1197] Compiling x_crl.c
[585/1197] Compiling x_algor.c
[586/1197] Compiling x_attrib.c
[587/1197] Compiling x509spki.c
[588/1197] Compiling x_all.c
[589/1197] Compiling x509rset.c
[590/1197] Compiling x509_vpm.c
[591/1197] Compiling x509name.c
[592/1197] Compiling x509cset.c
[593/1197] Compiling x509_txt.c
[594/1197] Compiling x509_v3.c
[595/1197] Compiling x509_set.c
[596/1197] Compiling x509_vfy.c
[597/1197] Compiling x509_req.c
[598/1197] Compiling x509_trs.c
[599/1197] Compiling x509_obj.c
[600/1197] Compiling x509_lu.c
[601/1197] Compiling x509_def.c
[602/1197] Compiling x509_ext.c
[603/1197] Compiling x509_d2.c
[604/1197] Compiling x509.c
[605/1197] Compiling x509_cmp.c
[606/1197] Compiling x509_att.c
[607/1197] Compiling v3_utl.c
[608/1197] Compiling v3_skey.c
[609/1197] Compiling v3_pcons.c
[610/1197] Compiling v3_purp.c
[611/1197] Compiling v3_prn.c
[612/1197] Compiling v3_ocsp.c
[613/1197] Compiling v3_lib.c
[614/1197] Compiling v3_pmaps.c
[615/1197] Compiling v3_ia5.c
[616/1197] Compiling v3_int.c
[617/1197] Compiling v3_extku.c
[618/1197] Compiling v3_ncons.c
[619/1197] Compiling v3_info.c
[620/1197] Compiling v3_enum.c
[621/1197] Compiling v3_genn.c
[622/1197] Compiling v3_crld.c
[623/1197] Compiling v3_conf.c
[624/1197] Compiling v3_bcons.c
[625/1197] Compiling v3_bitst.c
[626/1197] Compiling v3_cpols.c
[627/1197] Compiling t_x509a.c
[628/1197] Compiling v3_akey.c
[629/1197] Compiling v3_alt.c
[630/1197] Compiling t_x509.c
[631/1197] Compiling i2d_pr.c
[632/1197] Compiling v3_akeya.c
[633/1197] Compiling t_crl.c
[634/1197] Compiling t_req.c
[635/1197] Compiling rsa_pss.c
[636/1197] Compiling policy.c
[637/1197] Compiling name_print.c
[638/1197] Compiling asn1_gen.c
[639/1197] Compiling algorithm.c
[640/1197] Compiling by_dir.c
[641/1197] Compiling a_digest.c
[642/1197] Compiling thread_win.c
[643/1197] Compiling a_verify.c
[644/1197] Compiling a_sign.c
[645/1197] Compiling by_file.c
[646/1197] Compiling thread_pthread.c
[647/1197] Compiling spx_util.c
[648/1197] Compiling voprf.c
[649/1197] Compiling stack.c
[650/1197] Compiling thread.c
[650/1197] Compiling thread_none.c
[652/1197] Compiling spx_wots.c
[652/1197] Compiling trust_token.c
[654/1197] Compiling pmbtoken.c
[655/1197] Compiling spx_thash.c
[656/1197] Compiling spx_merkle.c
[657/1197] Compiling spx_fors.c
[657/1197] Compiling spx_address.c
[659/1197] Compiling wots.c
[660/1197] Compiling thash.c
[661/1197] Compiling spx.c
[662/1197] Compiling slhdsa.c
[663/1197] Compiling fors.c
[664/1197] Compiling merkle.c
[665/1197] Compiling siphash.c
[666/1197] Compiling sha256.c
[666/1197] Compiling sha1.c
[668/1197] Compiling rsa_extra.c
[669/1197] Compiling sha512.c
[670/1197] Compiling rsa_print.c
[671/1197] Compiling rc4.c
[672/1197] Compiling windows.c
[673/1197] Compiling refcount.c
[674/1197] Compiling trusty.c
[674/1197] Compiling ios.c
[676/1197] Compiling rand_extra.c
[677/1197] Compiling rsa_asn1.c
[678/1197] Compiling rsa_crypt.c
[679/1197] Compiling urandom.c
[680/1197] Compiling getentropy.c
[681/1197] Compiling passive.c
[682/1197] Compiling deterministic.c
[683/1197] Compiling forkunsafe.c
[684/1197] Compiling poly1305_arm_asm.S
[685/1197] Compiling fork_detect.c
[686/1197] Compiling poly1305.c
[687/1197] Compiling pool.c
[688/1197] Compiling poly1305_arm.c
[689/1197] Compiling pkcs7.c
[690/1197] Compiling poly1305_vec.c
[691/1197] Compiling pkcs8.c
[692/1197] Compiling pem_x509.c
[693/1197] Compiling p5_pbev2.c
[694/1197] Compiling pem_xaux.c
[695/1197] Compiling pkcs8_x509.c
[696/1197] Compiling pkcs7_x509.c
[697/1197] Compiling pem_pkey.c
[698/1197] Compiling pem_pk8.c
[699/1197] Compiling obj_xref.c
[700/1197] Compiling pem_info.c
[701/1197] Compiling pem_oth.c
[702/1197] Compiling mldsa.c
[703/1197] Compiling pem_lib.c
[704/1197] Compiling pem_all.c
[705/1197] Compiling mem.c
[706/1197] Compiling lhash.c
[707/1197] Compiling md5.c
[707/1197] Compiling md4.c
[707/1197] Compiling obj.c
[710/1197] Compiling keccak.c
[711/1197] Compiling kyber.c
[712/1197] Compiling mlkem.cc
[713/1197] Compiling fips_shared_support.c
[714/1197] Compiling poly_rq_mul.S
[715/1197] Compiling hpke.c
[716/1197] Compiling scrypt.c
[717/1197] Compiling sign.c
[718/1197] Compiling ex_data.c
[719/1197] Compiling hrss.c
[720/1197] Compiling p_x25519.c
[721/1197] Compiling print.c
[722/1197] Compiling p_rsa_asn1.c
[723/1197] Compiling pbkdf.c
[724/1197] Compiling p_x25519_asn1.c
[725/1197] Compiling p_ed25519.c
[726/1197] Compiling p_ed25519_asn1.c
[727/1197] Compiling p_ec_asn1.c
[728/1197] Compiling p_rsa.c
[729/1197] Compiling p_hkdf.c
[730/1197] Compiling p_dsa_asn1.c
[731/1197] Compiling p_ec.c
[732/1197] Compiling p_dh.c
[733/1197] Compiling evp_ctx.c
[734/1197] Compiling err.c
[735/1197] Compiling p_dh_asn1.c
[736/1197] Compiling ecdsa_asn1.c
[737/1197] Compiling evp.c
[738/1197] Compiling evp_asn1.c
[739/1197] Compiling engine.c
[740/1197] Compiling ec_asn1.c
[741/1197] Compiling ecdh_extra.c
[742/1197] Compiling hash_to_curve.c
[743/1197] Compiling dsa.c
[744/1197] Compiling ec_derive.c
[745/1197] Compiling dsa_asn1.c
[746/1197] Compiling dilithium.c
[747/1197] Compiling dh_asn1.c
[748/1197] Compiling digest_extra.c
[749/1197] Compiling params.c
[750/1197] Compiling x25519-asm-arm.S
[751/1197] Compiling spake25519.c
[752/1197] Compiling cpu_intel.c
[753/1197] Compiling cpu_arm_linux.c
[754/1197] Compiling des.c
[755/1197] Compiling crypto.c
[756/1197] Compiling cpu_aarch64_win.c
[757/1197] Compiling cpu_arm_freebsd.c
[758/1197] Compiling cpu_aarch64_openbsd.c
[759/1197] Compiling cpu_aarch64_sysreg.c
[760/1197] Compiling curve25519.c
[761/1197] Compiling cpu_aarch64_linux.c
[762/1197] Compiling cpu_aarch64_fuchsia.c
[763/1197] Compiling cpu_aarch64_apple.c
[764/1197] Compiling e_rc4.c
[765/1197] Compiling e_tls.c
[766/1197] Compiling tls_cbc.c
[767/1197] Compiling conf.c
[768/1197] Compiling e_des.c
[769/1197] Compiling e_chacha20poly1305.c
[770/1197] Compiling e_null.c
[771/1197] Compiling e_rc2.c
[772/1197] Compiling derive_key.c
[773/1197] Compiling e_aesctrhmac.c
[774/1197] Compiling e_aesgcmsiv.c
[775/1197] Compiling unicode.c
[776/1197] Compiling cipher_extra.c
[777/1197] Compiling chacha.c
[778/1197] Compiling cbb.c
[779/1197] Compiling ber.c
[780/1197] Compiling asn1_compat.c
[781/1197] Compiling bn_asn1.c
[782/1197] Compiling buf.c
[783/1197] Compiling cbs.c
[784/1197] Compiling curve25519_64_adx.c
[785/1197] Compiling blake2.c
[786/1197] Compiling socket.c
[786/1197] Compiling convert.c
[788/1197] Compiling socket_helper.c
[789/1197] Compiling printf.c
[790/1197] Compiling errno.c
[791/1197] Compiling hexdump.c
[792/1197] Compiling pair.c
[793/1197] Compiling file.c
[794/1197] Compiling fd.c
[795/1197] Compiling bio_mem.c
[796/1197] Compiling connect.c
[797/1197] Compiling base64.c
[798/1197] Compiling bio.c
[799/1197] Compiling tasn_fre.c
[800/1197] Compiling tasn_utl.c
[801/1197] Compiling tasn_typ.c
[802/1197] Compiling tasn_new.c
[803/1197] Compiling f_string.c
[804/1197] Compiling f_int.c
[805/1197] Compiling asn_pack.c
[806/1197] Compiling posix_time.c
[807/1197] Compiling tasn_enc.c
[808/1197] Compiling asn1_par.c
[809/1197] Compiling tasn_dec.c
[810/1197] Compiling a_time.c
[811/1197] Compiling a_utctm.c
[812/1197] Compiling a_type.c
[813/1197] Compiling asn1_lib.c
[814/1197] Compiling a_octet.c
[815/1197] Compiling a_strex.c
[816/1197] Compiling a_strnid.c
[817/1197] Compiling a_mbstr.c
[818/1197] Compiling a_i2d_fp.c
[819/1197] Compiling a_object.c
[820/1197] Compiling a_dup.c
[821/1197] Compiling bcm.c
[822/1197] Compiling a_gentm.c
[823/1197] Compiling a_int.c
[824/1197] Compiling a_d2i_fp.c
[825/1197] Compiling a_bool.c
[826/1197] Compiling fiat_curve25519_adx_mul.S
[827/1197] Compiling fiat_p256_adx_sqr.S
[827/1197] Compiling fiat_p256_adx_mul.S
[829/1197] Compiling fiat_curve25519_adx_square.S
[830/1197] Compiling md5-x86_64-linux.S
[831/1197] Compiling md5-586-linux.S
[832/1197] Compiling md5-x86_64-apple.S
[833/1197] Compiling md5-586-apple.S
[834/1197] Compiling a_bitstr.c
[835/1197] Compiling chacha20_poly1305_x86_64-apple.S
[836/1197] Compiling err_data.c
[837/1197] Compiling chacha20_poly1305_armv8-linux.S
[838/1197] Compiling chacha20_poly1305_armv8-win.S
[839/1197] Compiling chacha20_poly1305_x86_64-linux.S
[840/1197] Compiling chacha20_poly1305_armv8-apple.S
[841/1197] Compiling chacha-x86_64-linux.S
[842/1197] Compiling chacha-x86_64-apple.S
[843/1197] Compiling chacha-x86-linux.S
[844/1197] Compiling chacha-x86-apple.S
[845/1197] Compiling chacha-armv8-win.S
[845/1197] Compiling chacha-armv8-linux.S
[847/1197] Compiling chacha-armv4-linux.S
[848/1197] Compiling chacha-armv8-apple.S
[849/1197] Compiling CCryptoBoringSSLShims shims.c
[850/1197] Compiling aes128gcmsiv-x86_64-apple.S
[851/1197] Compiling x86_64-mont5-linux.S
[852/1197] Compiling x86_64-mont5-apple.S
[853/1197] Compiling x86_64-mont-apple.S
[854/1197] Compiling x86_64-mont-linux.S
[855/1197] Compiling x86-mont-linux.S
[856/1197] Compiling aes128gcmsiv-x86_64-linux.S
[857/1197] Compiling vpaes-x86_64-linux.S
[858/1197] Compiling x86-mont-apple.S
[859/1197] Compiling vpaes-x86_64-apple.S
[860/1197] Compiling vpaes-x86-linux.S
[861/1197] Compiling vpaes-x86-apple.S
[862/1197] Compiling vpaes-armv8-win.S
[863/1197] Compiling vpaes-armv8-apple.S
[864/1197] Compiling sha512-x86_64-apple.S
[865/1197] Compiling vpaes-armv8-linux.S
[866/1197] Compiling vpaes-armv7-linux.S
[867/1197] Compiling sha512-x86_64-linux.S
[868/1197] Compiling sha512-armv8-linux.S
[869/1197] Compiling sha512-armv8-win.S
[870/1197] Compiling sha512-armv8-apple.S
[871/1197] Compiling sha512-armv4-linux.S
[872/1197] Compiling sha512-586-linux.S
[873/1197] Compiling sha512-586-apple.S
[874/1197] Compiling sha256-x86_64-apple.S
[875/1197] Compiling sha256-armv8-win.S
[876/1197] Compiling sha256-armv8-apple.S
[877/1197] Compiling sha256-x86_64-linux.S
[878/1197] Compiling sha256-armv8-linux.S
[879/1197] Compiling sha256-armv4-linux.S
[880/1197] Compiling sha256-586-linux.S
[881/1197] Compiling sha256-586-apple.S
[882/1197] Compiling sha1-x86_64-apple.S
[883/1197] Compiling sha1-armv8-win.S
[884/1197] Compiling sha1-armv8-linux.S
[885/1197] Compiling sha1-armv8-apple.S
[886/1197] Compiling sha1-armv4-large-linux.S
[887/1197] Compiling sha1-x86_64-linux.S
[888/1197] Compiling sha1-586-linux.S
[889/1197] Compiling sha1-586-apple.S
[890/1197] Compiling rdrand-x86_64-linux.S
[891/1197] Compiling rsaz-avx2-linux.S
[892/1197] Compiling rdrand-x86_64-apple.S
[893/1197] Compiling rsaz-avx2-apple.S
[894/1197] Compiling p256_beeu-armv8-asm-win.S
[894/1197] Compiling p256_beeu-x86_64-asm-linux.S
[896/1197] Compiling p256_beeu-armv8-asm-linux.S
[897/1197] Compiling p256_beeu-x86_64-asm-apple.S
[898/1197] Compiling p256_beeu-armv8-asm-apple.S
[899/1197] Compiling p256-x86_64-asm-apple.S
[900/1197] Compiling p256-x86_64-asm-linux.S
[901/1197] Compiling p256-armv8-asm-win.S
[902/1197] Compiling p256-armv8-asm-linux.S
[903/1197] Compiling p256-armv8-asm-apple.S
[904/1197] Compiling ghashv8-armv8-win.S
[905/1197] Compiling ghashv8-armv8-linux.S
[906/1197] Compiling ghashv8-armv8-apple.S
[907/1197] Compiling ghashv8-armv7-linux.S
[908/1197] Compiling ghash-x86_64-linux.S
[909/1197] Compiling ghash-x86-linux.S
[909/1197] Compiling ghash-x86_64-apple.S
[911/1197] Compiling ghash-x86-apple.S
[912/1197] Compiling ghash-ssse3-x86_64-linux.S
[913/1197] Compiling ghash-ssse3-x86_64-apple.S
[914/1197] Compiling ghash-ssse3-x86-linux.S
[915/1197] Compiling ghash-ssse3-x86-apple.S
[916/1197] Compiling ghash-neon-armv8-win.S
[917/1197] Compiling co-586-linux.S
[918/1197] Compiling ghash-armv4-linux.S
[919/1197] Compiling ghash-neon-armv8-apple.S
[920/1197] Compiling ghash-neon-armv8-linux.S
[921/1197] Compiling bsaes-armv7-linux.S
[922/1197] Compiling co-586-apple.S
[923/1197] Compiling bn-armv8-win.S
[924/1197] Compiling bn-armv8-apple.S
[925/1197] Compiling bn-armv8-linux.S
[926/1197] Compiling bn-586-linux.S
[927/1197] Compiling armv8-mont-apple.S
[928/1197] Compiling aesv8-gcm-armv8-win.S
[929/1197] Compiling armv8-mont-win.S
[929/1197] Compiling armv8-mont-linux.S
[931/1197] Compiling armv4-mont-linux.S
[932/1197] Compiling bn-586-apple.S
[933/1197] Compiling aesv8-gcm-armv8-apple.S
[934/1197] Compiling aesv8-gcm-armv8-linux.S
[935/1197] Compiling aesv8-armv8-linux.S
[936/1197] Compiling aesv8-armv8-apple.S
[937/1197] Compiling aesv8-armv8-win.S
[938/1197] Compiling aesv8-armv7-linux.S
[939/1197] Compiling aesni-x86_64-linux.S
[940/1197] Compiling aesni-x86_64-apple.S
[941/1197] Compiling aesni-x86-linux.S
[942/1197] Compiling aesni-x86-apple.S
[942/1197] Compiling aesni-gcm-x86_64-apple.S
[944/1197] Compiling aesni-gcm-x86_64-linux.S
[945/1197] Compiling x_spki.c
[946/1197] Compiling x_x509a.c
[947/1197] Compiling x_val.c
[948/1197] Compiling x_sig.c
[949/1197] Compiling x_x509.c
[950/1197] Compiling x_req.c
[951/1197] Compiling x_attrib.c
[952/1197] Compiling x_exten.c
[953/1197] Compiling x_name.c
[954/1197] Compiling x_pubkey.c
[955/1197] Compiling x_crl.c
[956/1197] Compiling x_algor.c
[957/1197] Compiling x509rset.c
[958/1197] Compiling x_all.c
[959/1197] Compiling x509spki.c
[960/1197] Compiling x509name.c
[961/1197] Compiling x509_vpm.c
[962/1197] Compiling x509_txt.c
[963/1197] Compiling x509_vfy.c
[964/1197] Compiling x509cset.c
[965/1197] Compiling x509_v3.c
[966/1197] Compiling x509_set.c
[967/1197] Compiling c-nioatomics.c
[968/1197] Compiling x509_trs.c
[969/1197] Compiling x509_lu.c
[970/1197] Compiling x509_obj.c
[971/1197] Compiling x509_req.c
[972/1197] Compiling x509_def.c
[973/1197] Compiling x509_ext.c
[974/1197] Compiling x509_d2.c
[975/1197] Compiling x509_cmp.c
[976/1197] Compiling x509_att.c
[977/1197] Compiling x509.c
[978/1197] Compiling v3_utl.c
[979/1197] Compiling v3_prn.c
[980/1197] Compiling v3_pcons.c
[981/1197] Compiling v3_purp.c
[982/1197] Compiling v3_skey.c
[983/1197] Compiling v3_ocsp.c
[984/1197] Compiling v3_pmaps.c
[985/1197] Compiling v3_ncons.c
[986/1197] Compiling v3_int.c
[987/1197] Compiling v3_lib.c
[988/1197] Compiling v3_ia5.c
[989/1197] Compiling v3_genn.c
[990/1197] Compiling v3_info.c
[991/1197] Compiling v3_extku.c
[992/1197] Compiling v3_enum.c
[993/1197] Compiling c-atomics.c
[994/1197] Compiling v3_cpols.c
[995/1197] Compiling v3_crld.c
[996/1197] Compiling v3_conf.c
[997/1197] Compiling v3_bitst.c
[998/1197] Compiling v3_akey.c
[999/1197] Compiling v3_bcons.c
[1000/1197] Compiling v3_akeya.c
[1001/1203] Compiling t_req.c
[1002/1203] Compiling v3_alt.c
[1003/1203] Compiling t_x509.c
[1004/1203] Compiling t_x509a.c
[1005/1203] Compiling t_crl.c
[1006/1203] Compiling i2d_pr.c
[1007/1203] Compiling rsa_pss.c
[1008/1203] Compiling name_print.c
[1009/1203] Compiling policy.c
[1010/1203] Compiling by_file.c
[1011/1203] Compiling by_dir.c
[1012/1203] Compiling algorithm.c
[1014/1203] Compiling NIOConcurrencyHelpers NIOLock.swift
[1014/1203] Compiling asn1_gen.c
[1015/1203] Compiling thread_win.c
[1016/1203] Compiling trust_token.c
[1017/1203] Compiling voprf.c
[1018/1203] Compiling a_sign.c
[1020/1203] Compiling NIOConcurrencyHelpers lock.swift
[1020/1203] Compiling a_digest.c
[1021/1203] Compiling pmbtoken.c
[1022/1203] Compiling a_verify.c
[1023/1203] Compiling thread_pthread.c
[1024/1203] Compiling thread.c
[1025/1203] Compiling thread_none.c
[1026/1203] Compiling spx_util.c
[1027/1203] Compiling spx_wots.c
[1028/1203] Compiling spx_thash.c
[1029/1203] Compiling spx_merkle.c
[1030/1203] Compiling stack.c
[1031/1203] Compiling spx_fors.c
[1032/1203] Compiling spx_address.c
[1033/1203] Compiling spx.c
[1034/1203] Compiling wots.c
[1035/1203] Compiling merkle.c
[1036/1203] Compiling fors.c
[1037/1203] Compiling thash.c
[1038/1203] Compiling slhdsa.c
[1039/1203] Compiling sha512.c
[1040/1203] Compiling siphash.c
[1042/1203] Emitting module NIOConcurrencyHelpers
[1042/1203] Compiling rsa_print.c
[1043/1203] Compiling sha256.c
[1044/1203] Compiling sha1.c
[1045/1203] Compiling rsa_extra.c
[1046/1203] Compiling rc4.c
[1047/1203] Compiling windows.c
[1048/1203] Compiling refcount.c
[1049/1203] Compiling trusty.c
[1050/1203] Compiling urandom.c
[1051/1203] Compiling rsa_crypt.c
[1052/1203] Compiling rsa_asn1.c
[1054/1203] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1055/1203] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1056/1203] Compiling NIOConcurrencyHelpers atomics.swift
[1056/1203] Compiling ios.c
[1057/1203] Compiling passive.c
[1058/1204] Compiling rand_extra.c
[1059/1204] Compiling getentropy.c
[1060/1204] Compiling fork_detect.c
[1061/1204] Compiling deterministic.c
[1062/1204] Compiling forkunsafe.c
[1064/1204] Compiling poly1305.c
[1065/1204] Compiling poly1305_arm.c
[1066/1204] Compiling pool.c
[1067/1204] Compiling poly1305_arm_asm.S
[1068/1204] Compiling poly1305_vec.c
[1069/1204] Compiling pkcs7.c
[1070/1204] Compiling pkcs7_x509.c
[1071/1204] Compiling pem_pkey.c
[1072/1204] Compiling pem_xaux.c
[1073/1204] Compiling p5_pbev2.c
[1074/1204] Compiling pem_pk8.c
[1075/1204] Compiling pkcs8_x509.c
[1076/1204] Compiling pem_x509.c
[1077/1204] Compiling pem_oth.c
[1078/1204] Compiling obj_xref.c
[1079/1204] Compiling mem.c
[1080/1204] Compiling pem_lib.c
[1081/1204] Compiling md4.c
[1082/1204] Compiling md5.c
[1083/1204] Compiling mldsa.c
[1084/1204] Compiling pem_all.c
[1085/1204] Compiling keccak.c
[1086/1204] Compiling pem_info.c
[1087/1204] Compiling lhash.c
[1088/1204] Compiling obj.c
[1089/1204] Compiling fips_shared_support.c
[1090/1204] Compiling kyber.c
[1091/1204] Compiling sign.c
[1092/1204] Compiling hpke.c
[1093/1204] Compiling poly_rq_mul.S
[1094/1204] Compiling ex_data.c
[1095/1204] Compiling scrypt.c
[1096/1204] Compiling print.c
[1097/1204] Compiling hrss.c
[1098/1204] Compiling pbkdf.c
[1099/1204] Compiling p_rsa_asn1.c
[1100/1204] Compiling p_x25519.c
[1101/1204] Compiling p_x25519_asn1.c
[1102/1204] Compiling p_hkdf.c
[1103/1204] Compiling p_ed25519.c
[1104/1204] Compiling p_rsa.c
[1105/1204] Compiling p_ed25519_asn1.c
[1106/1204] Compiling p_dsa_asn1.c
[1107/1204] Compiling p_ec.c
[1108/1204] Compiling p_dh_asn1.c
[1109/1204] Compiling p_dh.c
[1110/1204] Compiling p_ec_asn1.c
[1111/1204] Compiling evp_asn1.c
[1112/1204] Compiling engine.c
[1113/1204] Compiling evp_ctx.c
[1114/1204] Compiling ecdh_extra.c
[1115/1204] Compiling ec_derive.c
[1116/1204] Compiling evp.c
[1116/1204] Compiling hash_to_curve.c
[1118/1204] Compiling err.c
[1119/1204] Compiling ecdsa_asn1.c
[1120/1204] Compiling ec_asn1.c
[1121/1204] Compiling dsa.c
[1122/1204] Compiling params.c
[1123/1204] Compiling dsa_asn1.c
[1124/1204] Compiling dilithium.c
[1125/1204] Compiling dh_asn1.c
[1126/1204] Compiling des.c
[1127/1204] Compiling digest_extra.c
[1128/1204] Compiling x25519-asm-arm.S
[1129/1204] Compiling spake25519.c
[1130/1204] Compiling cpu_arm_linux.c
[1131/1204] Compiling crypto.c
[1132/1204] Compiling cpu_intel.c
[1133/1204] Compiling cpu_arm_freebsd.c
[1134/1204] Compiling cpu_aarch64_openbsd.c
[1135/1204] Compiling cpu_aarch64_win.c
[1136/1204] Compiling cpu_aarch64_sysreg.c
[1137/1204] Compiling curve25519.c
[1138/1204] Compiling cpu_aarch64_linux.c
[1139/1204] Compiling cpu_aarch64_fuchsia.c
[1140/1204] Compiling cpu_aarch64_apple.c
[1141/1204] Compiling e_tls.c
[1142/1204] Compiling e_des.c
[1143/1204] Compiling e_rc4.c
[1144/1204] Compiling conf.c
[1145/1204] Compiling tls_cbc.c
[1146/1204] Compiling e_rc2.c
[1147/1204] Compiling e_null.c
[1148/1204] Compiling e_chacha20poly1305.c
[1149/1204] Compiling derive_key.c
[1150/1204] Compiling e_aesgcmsiv.c
[1151/1204] Compiling e_aesctrhmac.c
[1152/1204] Compiling cipher_extra.c
[1153/1204] Compiling chacha.c
[1154/1204] Compiling ber.c
[1155/1204] Compiling asn1_compat.c
[1155/1204] Compiling cbb.c
[1157/1204] Compiling unicode.c
[1158/1204] Compiling buf.c
[1159/1204] Compiling blake2.c
[1160/1204] Compiling bn_asn1.c
[1161/1204] Compiling cbs.c
[1162/1204] Compiling curve25519_64_adx.c
[1163/1204] Compiling printf.c
[1164/1204] Compiling convert.c
[1165/1204] Compiling hexdump.c
[1166/1204] Compiling file.c
[1167/1204] Compiling errno.c
[1168/1204] Compiling pair.c
[1168/1204] Compiling fd.c
[1170/1204] Compiling tasn_typ.c
[1171/1204] Compiling base64.c
[1172/1204] Compiling tasn_new.c
[1172/1204] Compiling bio_mem.c
[1174/1204] Compiling bio.c
[1175/1204] Compiling tasn_fre.c
[1176/1204] Compiling tasn_utl.c
[1177/1204] Compiling f_int.c
[1178/1204] Compiling tasn_enc.c
[1179/1204] Compiling f_string.c
[1180/1204] Compiling posix_time.c
[1181/1204] Compiling asn_pack.c
[1182/1204] Compiling asn1_par.c
[1183/1204] Compiling tasn_dec.c
[1184/1204] Compiling a_utctm.c
[1185/1204] Compiling a_type.c
[1186/1204] Compiling asn1_lib.c
[1187/1204] Compiling a_time.c
[1187/1204] Compiling a_strnid.c
[1189/1204] Compiling a_octet.c
[1190/1204] Compiling a_object.c
[1191/1204] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1192/1204] Compiling bcm.c
[1192/1204] Write sources
[1195/1204] Compiling a_i2d_fp.c
[1195/1204] Compiling a_mbstr.c
[1197/1204] Write sources
[1200/1204] Compiling a_strex.c
[1201/1204] Compiling a_dup.c
[1202/1204] Compiling a_int.c
[1203/1204] Compiling a_gentm.c
[1205/1354] Compiling Algorithms MinMax.swift
[1206/1354] Compiling Algorithms RandomSample.swift
[1207/1354] Compiling Algorithms Reductions.swift
[1208/1354] Compiling Algorithms Rotate.swift
[1209/1356] Compiling Algorithms Joined.swift
[1210/1356] Compiling Algorithms Keyed.swift
[1211/1356] Compiling Atomics IntegerOperations.swift
[1212/1356] Compiling Atomics Unmanaged extensions.swift
[1213/1356] Compiling Algorithms Grouped.swift
[1214/1356] Compiling Algorithms Indexed.swift
[1215/1356] Compiling Algorithms Intersperse.swift
[1216/1356] Compiling Algorithms Combinations.swift
[1217/1356] Compiling Algorithms Compacted.swift
[1218/1356] Compiling Algorithms Cycle.swift
[1219/1356] Compiling Algorithms Product.swift
[1220/1356] Compiling BitCollections BitSet+Invariants.swift
[1221/1356] Compiling BitCollections BitSet+Random.swift
[1222/1356] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1223/1356] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1224/1356] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1225/1356] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1226/1363] Compiling CryptoBoringWrapper RandomBytes.swift
[1227/1363] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1228/1363] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1229/1363] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1230/1363] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1231/1363] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1232/1363] Compiling BitCollections BitSet+SetAlgebra union.swift
[1233/1363] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1234/1363] Compiling BitCollections BitSet.Counted.swift
[1235/1363] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1236/1363] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1237/1363] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1238/1363] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1239/1363] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1240/1363] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1241/1363] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1242/1363] Emitting module CryptoBoringWrapper
[1243/1363] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1244/1363] Emitting module BitCollections
[1250/1363] Compiling Algorithms Suffix.swift
[1251/1366] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1252/1366] Compiling BitCollections BitArray+Shifts.swift
[1253/1366] Compiling BitCollections BitArray+Testing.swift
[1254/1366] Compiling BitCollections BitArray._UnsafeHandle.swift
[1255/1366] Compiling BitCollections BitArray.swift
[1256/1366] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1263/1372] Compiling CryptoBoringWrapper EllipticCurve.swift
[1264/1372] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1265/1372] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1266/1372] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1268/1373] Emitting module AsyncAlgorithms
[1269/1373] Compiling Algorithms FirstNonNil.swift
[1270/1373] Compiling Algorithms FlattenCollection.swift
[1276/1373] Compiling Algorithms AdjacentPairs.swift
[1277/1373] Compiling Algorithms Chain.swift
[1278/1373] Compiling Algorithms Chunked.swift
[1282/1373] Compiling Algorithms EitherSequence.swift
[1289/1373] Compiling Algorithms Partition.swift
[1290/1373] Compiling Algorithms Permutations.swift
[1298/1373] Compiling BitCollections BitArray+RandomBits.swift
[1305/1373] Compiling AsyncAlgorithms SetAlgebra.swift
[1314/1373] Compiling BitCollections BitSet.Index.swift
[1315/1373] Compiling BitCollections BitSet._UnsafeHandle.swift
[1316/1373] Compiling BitCollections BitSet.swift
[1317/1373] Compiling BitCollections Range+Utilities.swift
[1318/1373] Compiling BitCollections Slice+Utilities.swift
[1319/1373] Compiling BitCollections UInt+Tricks.swift
[1320/1373] Compiling BitCollections _Word.swift
[1321/1420] Compiling Crypto ASN1Integer.swift
[1322/1420] Compiling Crypto ASN1Null.swift
[1323/1420] Compiling Crypto ASN1OctetString.swift
[1324/1425] Compiling Crypto SubjectPublicKeyInfo.swift
[1325/1425] Compiling Crypto CryptoKitErrors.swift
[1326/1425] Compiling Crypto Digest_boring.swift
[1328/1447] Compiling Crypto Cipher.swift
[1329/1447] Compiling Crypto Nonces.swift
[1330/1447] Compiling Crypto ASN1.swift
[1331/1447] Compiling Crypto ASN1Any.swift
[1332/1447] Compiling Crypto ASN1BitString.swift
[1333/1447] Compiling Crypto ASN1Boolean.swift
[1334/1447] Compiling Crypto PKCS8PrivateKey.swift
[1335/1447] Compiling Crypto SEC1PrivateKey.swift
[1336/1447] Emitting module Collections
[1337/1447] Compiling Collections Collections.swift
[1338/1448] Compiling Crypto ASN1Strings.swift
[1339/1448] Compiling Crypto ArraySliceBigint.swift
[1340/1448] Compiling Crypto GeneralizedTime.swift
[1342/1448] Compiling Crypto HPKE-KexKeyDerivation.swift
[1343/1448] Compiling Crypto HPKE-LabeledExtract.swift
[1344/1448] Compiling Crypto HPKE-Utils.swift
[1345/1448] Compiling Crypto DHKEM.swift
[1346/1448] Compiling Crypto HPKE-KEM-Curve25519.swift
[1347/1448] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1348/1448] Compiling Crypto AES-GCM.swift
[1349/1448] Compiling Crypto AES-GCM_boring.swift
[1350/1448] Compiling Crypto ChaChaPoly_boring.swift
[1351/1448] Compiling Crypto ChaChaPoly.swift
[1352/1448] Compiling Crypto ASN1Identifier.swift
[1359/1448] Compiling Crypto ObjectIdentifier.swift
[1360/1448] Compiling Crypto ECDSASignature.swift
[1361/1448] Compiling Crypto PEMDocument.swift
[1362/1448] Compiling Crypto HPKE-Ciphersuite.swift
[1363/1448] Compiling Crypto HPKE-KDF.swift
[1370/1448] Compiling Crypto NISTCurvesKeys_boring.swift
[1371/1448] Compiling Crypto X25519Keys_boring.swift
[1372/1448] Compiling Crypto Curve25519.swift
[1373/1448] Compiling Crypto Ed25519Keys.swift
[1374/1448] Compiling Crypto NISTCurvesKeys.swift
[1375/1448] Compiling Crypto X25519Keys.swift
[1384/1449] Compiling Crypto HPKE-KEM.swift
[1385/1449] Compiling Crypto HPKE-Errors.swift
[1387/1458] Emitting module Atomics
[1394/1467] Compiling Crypto Digest.swift
[1395/1467] Compiling Crypto Digests.swift
[1396/1467] Compiling Crypto HashFunctions.swift
[1397/1467] Compiling Crypto HashFunctions_SHA2.swift
[1398/1467] Compiling Crypto HPKE-AEAD.swift
[1399/1467] Compiling ServiceLifecycle Service.swift
[1400/1528] Emitting module Crypto
[1401/1528] Compiling ServiceLifecycle ServiceRunnerError.swift
[1402/1528] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1403/1528] Compiling NIOCore GlobalSingletons.swift
[1404/1528] Compiling NIOCore MulticastChannel.swift
[1405/1528] Compiling NIOCore NIOAny.swift
[1406/1528] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1407/1528] Compiling NIOCore NIOLoopBound.swift
[1408/1528] Compiling NIOCore NIOScheduledCallback.swift
[1409/1528] Compiling NIOCore NIOSendable.swift
[1410/1528] Compiling NIOCore PointerHelpers.swift
[1411/1528] Compiling NIOCore RecvByteBufferAllocator.swift
[1412/1528] Compiling Crypto Ed25519.swift
[1413/1528] Compiling NIOCore Interfaces.swift
[1414/1528] Compiling NIOCore Linux.swift
[1415/1528] Compiling NIOCore MarkedCircularBuffer.swift
[1416/1528] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1417/1528] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1418/1528] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1419/1528] Compiling NIOCore EventLoopFuture.swift
[1420/1528] Compiling NIOCore FileDescriptor.swift
[1421/1528] Compiling NIOCore FileHandle.swift
[1422/1528] Compiling NIOCore FileRegion.swift
[1423/1528] Compiling Crypto HPKE.swift
[1424/1528] Compiling Crypto HPKE-Context.swift
[1425/1528] Compiling Crypto HPKE-KeySchedule.swift
[1426/1528] Compiling Crypto HPKE-Modes.swift
[1427/1528] Compiling Crypto Insecure.swift
[1428/1528] Compiling Crypto Insecure_HashFunctions.swift
[1429/1528] Compiling Crypto KEM.swift
[1430/1528] Compiling Crypto ECDH_boring.swift
[1431/1528] Compiling Crypto DH.swift
[1432/1528] Compiling Crypto ECDH.swift
[1433/1528] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1434/1528] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1435/1528] Emitting module ServiceLifecycle
[1436/1528] Compiling ServiceLifecycle GracefulShutdown.swift
[1437/1528] Compiling ServiceLifecycle CancellationWaiter.swift
[1438/1528] Compiling NIOCore ByteBuffer-views.swift
[1439/1528] Compiling NIOCore Channel.swift
[1440/1528] Compiling NIOCore ChannelHandler.swift
[1441/1528] Compiling NIOCore ChannelHandlers.swift
[1442/1528] Compiling NIOCore ChannelInvoker.swift
[1443/1528] Compiling NIOCore ChannelOption.swift
[1444/1528] Compiling NIOCore ChannelPipeline.swift
[1445/1528] Compiling NIOCore CircularBuffer.swift
[1446/1528] Compiling NIOCore Codec.swift
[1447/1528] Compiling NIOCore ConvenienceOptionSupport.swift
[1448/1528] Compiling NIOCore AddressedEnvelope.swift
[1449/1528] Compiling NIOCore AsyncAwaitSupport.swift
[1450/1528] Compiling NIOCore AsyncChannel.swift
[1451/1528] Compiling NIOCore AsyncChannelHandler.swift
[1452/1528] Compiling NIOCore AsyncChannelInboundStream.swift
[1453/1528] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1454/1528] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1455/1528] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1456/1528] Compiling NIOCore NIOAsyncWriter.swift
[1457/1528] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1458/1528] Emitting module Algorithms
[1468/1537] Compiling ServiceLifecycle ServiceGroup.swift
[1470/1538] Compiling Crypto Signature.swift
[1471/1538] Compiling Crypto CryptoKitErrors_boring.swift
[1472/1538] Compiling Crypto RNG_boring.swift
[1473/1538] Compiling Crypto SafeCompare_boring.swift
[1474/1538] Compiling Crypto Zeroization_boring.swift
[1475/1538] Compiling Crypto PrettyBytes.swift
[1476/1538] Compiling Crypto SafeCompare.swift
[1477/1538] Compiling Crypto SecureBytes.swift
[1478/1538] Compiling Crypto Zeroization.swift
[1480/1541] Compiling NIOCore IO.swift
[1481/1541] Compiling NIOCore IOData.swift
[1482/1541] Compiling NIOCore IPProtocol.swift
[1483/1541] Compiling NIOCore IntegerBitPacking.swift
[1484/1541] Compiling NIOCore IntegerTypes.swift
[1496/1541] Compiling HummingbirdOTP OTP.swift
[1497/1541] Emitting module HummingbirdOTP
[1499/1542] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1500/1542] Compiling NIOCore SocketAddresses.swift
[1501/1542] Compiling NIOCore SocketOptionProvider.swift
[1502/1542] Compiling NIOCore SystemCallHelpers.swift
[1503/1542] Compiling NIOCore TimeAmount+Duration.swift
[1504/1542] Compiling NIOCore TypeAssistedChannelHandler.swift
[1505/1542] Compiling NIOCore UniversalBootstrapSupport.swift
[1506/1542] Compiling NIOCore Utilities.swift
[1510/1542] Compiling NIOCore DeadChannel.swift
[1511/1542] Compiling NIOCore DispatchQueue+WithFuture.swift
[1512/1542] Compiling NIOCore EventLoop+Deprecated.swift
[1513/1542] Compiling NIOCore EventLoop+SerialExecutor.swift
[1514/1542] Compiling NIOCore EventLoop.swift
[1525/1542] Compiling NIOCore BSDSocketAPI.swift
[1526/1542] Compiling NIOCore ByteBuffer-aux.swift
[1527/1542] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1528/1542] Compiling NIOCore ByteBuffer-conversions.swift
[1529/1542] Compiling NIOCore ByteBuffer-core.swift
[1530/1542] Compiling NIOCore ByteBuffer-hex.swift
[1531/1542] Compiling NIOCore ByteBuffer-int.swift
[1532/1542] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1533/1542] Compiling NIOCore ByteBuffer-multi-int.swift
[1534/1542] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1542/1542] Emitting module NIOCore
[1544/1597] Emitting module NIOHTTPTypes
[1545/1597] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1547/1598] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1548/1598] Emitting module NIOEmbedded
[1549/1598] Compiling NIOEmbedded AsyncTestingChannel.swift
[1550/1598] Compiling NIOEmbedded Embedded.swift
[1552/1599] Compiling NIOPosix ServerSocket.swift
[1553/1599] Compiling NIOPosix Socket.swift
[1554/1599] Compiling NIOPosix SocketChannel.swift
[1555/1599] Compiling NIOPosix SocketProtocols.swift
[1556/1599] Compiling NIOPosix System.swift
[1557/1599] Compiling NIOPosix Thread.swift
[1558/1599] Compiling NIOPosix Pool.swift
[1559/1599] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1560/1599] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1561/1599] Compiling NIOPosix PosixSingletons.swift
[1562/1599] Compiling NIOPosix RawSocketBootstrap.swift
[1563/1599] Compiling NIOPosix Resolver.swift
[1564/1599] Compiling NIOPosix Selectable.swift
[1565/1599] Compiling NIOPosix SelectableChannel.swift
[1566/1599] Compiling NIOPosix SelectableEventLoop.swift
[1567/1599] Compiling NIOPosix SelectorEpoll.swift
[1568/1599] Compiling NIOPosix SelectorGeneric.swift
[1569/1599] Compiling NIOPosix SelectorKqueue.swift
[1570/1599] Compiling NIOPosix SelectorUring.swift
[1571/1605] Emitting module NIOPosix
[1572/1605] Compiling NIOPosix IO.swift
[1573/1605] Compiling NIOPosix IntegerBitPacking.swift
[1574/1605] Compiling NIOPosix IntegerTypes.swift
[1575/1605] Compiling NIOPosix Linux.swift
[1576/1605] Compiling NIOPosix LinuxCPUSet.swift
[1577/1605] Compiling NIOPosix LinuxUring.swift
[1578/1605] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1579/1605] Compiling NIOPosix NIOThreadPool.swift
[1580/1605] Compiling NIOPosix NonBlockingFileIO.swift
[1581/1605] Compiling NIOPosix PendingDatagramWritesManager.swift
[1582/1605] Compiling NIOPosix PendingWritesManager.swift
[1583/1605] Compiling NIOPosix PipeChannel.swift
[1584/1605] Compiling NIOPosix PipePair.swift
[1585/1605] Compiling NIOPosix PointerHelpers.swift
[1586/1605] Compiling NIOPosix ThreadPosix.swift
[1587/1605] Compiling NIOPosix ThreadWindows.swift
[1588/1605] Compiling NIOPosix UnsafeTransfer.swift
[1589/1605] Compiling NIOPosix Utilities.swift
[1590/1605] Compiling NIOPosix VsockAddress.swift
[1591/1605] Compiling NIOPosix VsockChannelEvents.swift
[1592/1605] Compiling NIOPosix BSDSocketAPICommon.swift
[1593/1605] Compiling NIOPosix BSDSocketAPIPosix.swift
[1594/1605] Compiling NIOPosix BSDSocketAPIWindows.swift
[1595/1605] Compiling NIOPosix BaseSocket.swift
[1596/1605] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1597/1605] Compiling NIOPosix BaseSocketChannel.swift
[1598/1605] Compiling NIOPosix BaseStreamSocketChannel.swift
[1599/1605] Compiling NIOPosix Bootstrap.swift
[1600/1605] Compiling NIOPosix ControlMessage.swift
[1601/1605] Compiling NIOPosix DatagramVectorReadManager.swift
[1602/1605] Compiling NIOPosix Errors+Any.swift
[1603/1605] Compiling NIOPosix FileDescriptor.swift
[1604/1605] Compiling NIOPosix GetaddrinfoResolver.swift
[1605/1605] Compiling NIOPosix HappyEyeballs.swift
[1607/1608] Emitting module NIO
[1608/1608] Compiling NIO Exports.swift
[1610/1648] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1611/1649] Compiling NIOTLS TLSEvents.swift
[1612/1649] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1613/1649] Compiling NIOSOCKS ServerStateMachine.swift
[1614/1649] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1615/1649] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1616/1649] Emitting module NIOTLS
[1617/1649] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1618/1649] Compiling NIOSOCKS SOCKSResponse.swift
[1619/1649] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1620/1649] Compiling NIOHTTP1 HTTPDecoder.swift
[1621/1649] Compiling NIOSOCKS ClientStateMachine.swift
[1622/1649] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1623/1649] Emitting module NIOSOCKS
[1624/1649] Compiling NIOHTTP1 HTTPEncoder.swift
[1625/1649] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1626/1649] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1627/1649] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1628/1649] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1629/1649] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1630/1650] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1631/1650] Compiling NIOTLS SNIHandler.swift
[1634/1651] Emitting module NIOFoundationCompat
[1635/1651] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1636/1651] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1637/1651] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1638/1654] Emitting module NIOHTTP1
[1640/1654] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1641/1654] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1642/1682] Compiling NIOSSL NIOSSLHandler.swift
[1643/1682] Compiling NIOSSL AndroidCABundle.swift
[1644/1682] Compiling NIOSSL ByteBufferBIO.swift
[1645/1682] Compiling NIOSSL CustomPrivateKey.swift
[1646/1704] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1647/1704] Compiling NIOTransportServices NIOTSSingletons.swift
[1648/1704] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1649/1706] Emitting module NIOTransportServices
[1650/1706] Compiling NIOTransportServices NIOTSBootstraps.swift
[1651/1706] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1652/1706] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1653/1706] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1654/1706] Compiling NIOTransportServices NIOTSErrors.swift
[1655/1706] Compiling NIOTransportServices NIOTSEventLoop.swift
[1656/1706] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1657/1706] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1658/1706] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1659/1706] Compiling NIOTransportServices StateManagedChannel.swift
[1660/1706] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1661/1706] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1662/1706] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1663/1706] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1664/1706] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1665/1706] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1666/1706] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1667/1706] Compiling NIOTransportServices AcceptHandler.swift
[1668/1706] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1669/1706] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1684/1750] Compiling NIOSSL SSLPublicKey.swift
[1685/1750] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1686/1750] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1687/1750] Compiling NIOSSL SubjectAlternativeName.swift
[1692/1750] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1693/1750] Emitting module NIOHTTPCompression
[1694/1750] Compiling NIOExtras LineBasedFrameDecoder.swift
[1695/1750] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1696/1752] Emitting module NIOHTTPTypesHTTP1
[1697/1752] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1698/1752] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1699/1752] Emitting module NIOSSL
[1700/1752] Compiling NIOHTTPCompression HTTPDecompression.swift
[1701/1752] Compiling NIOHPACK IntegerCoding.swift
[1702/1752] Compiling NIOHPACK IndexedHeaderTable.swift
[1703/1753] Compiling NIOExtras NIOExtrasError.swift
[1704/1753] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1706/1753] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1707/1753] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1708/1753] Compiling NIOExtras JSONRPCFraming.swift
[1709/1753] Compiling NIOExtras DebugInboundEventsHandler.swift
[1710/1753] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1711/1753] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1713/1753] Compiling NIOHTTPCompression HTTPCompression.swift
[1714/1753] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1715/1753] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1716/1754] Compiling NIOHPACK HuffmanTables.swift
[1717/1754] Compiling NIOHPACK StaticHeaderTable.swift
[1720/1754] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1721/1754] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1722/1754] Compiling NIOExtras NIORequestIdentifiable.swift
[1723/1754] Compiling NIOExtras PCAPRingBuffer.swift
[1724/1754] Compiling NIOExtras QuiescingHelper.swift
[1725/1754] Compiling NIOExtras RequestResponseHandler.swift
[1726/1755] Compiling NIOHPACK HuffmanCoding.swift
[1732/1755] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1733/1755] Compiling NIOExtras LengthFieldPrepender.swift
[1737/1755] Emitting module NIOExtras
[1738/1755] Emitting module NIOHPACK
[1743/1756] Compiling NIOSSL Zeroization.swift
[1744/1756] Compiling NIOSSL TLSConfiguration.swift
[1745/1756] Compiling NIOSSL UniversalBootstrapSupport.swift
[1747/1814] Compiling NIOHTTP2 SendingHeadersState.swift
[1748/1814] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1749/1814] Compiling NIOHTTP2 SendingRstStreamState.swift
[1750/1814] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1751/1814] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1752/1814] Compiling NIOHTTP2 MaySendFrames.swift
[1753/1814] Compiling NIOHTTP2 SendingDataState.swift
[1754/1814] Compiling NIOHTTP2 SendingGoawayState.swift
[1755/1815] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1756/1815] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1759/1837] Compiling HummingbirdCore BindAddress.swift
[1760/1837] Compiling HummingbirdCore HTTP1Channel.swift
[1761/1837] Compiling HummingbirdCore HTTPChannelHandler.swift
[1762/1837] Compiling HummingbirdCore HTTPServerBuilder.swift
[1763/1837] Compiling HummingbirdCore HTTPUserEventHandler.swift
[1764/1837] Compiling HummingbirdCore Server.swift
[1765/1837] Compiling HummingbirdCore ServerChildChannel.swift
[1766/1837] Compiling HummingbirdCore ServerConfiguration.swift
[1767/1845] 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
[1768/1845] 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
[1769/1845] 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
[1770/1845] 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
[1771/1845] 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
<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
<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
[1774/1845] 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
[1775/1847] 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
[1776/1847] 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
[1777/1847] 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
[1778/1847] 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
[1779/1847] 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
[1780/1847] 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
<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
<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
<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
<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
<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
<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)
[1787/1847] 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
[1788/1847] 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
[1789/1847] 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
BUILD FAILURE 6.0 linux