Build Information
Successful build of live-caller-id-lookup-example, reference main (ca931b
), with Swift 6.1 for Linux on 1 May 2025 13:36:10 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/live-caller-id-lookup-example.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/apple/live-caller-id-lookup-example
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ca931b3 Fix token assigned to multiple tiers error message (#78)
Cloned https://github.com/apple/live-caller-id-lookup-example.git
Revision (git rev-parse @):
ca931b3c0d6b4b1b02e9a5a00496adb506014b3f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/live-caller-id-lookup-example.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/apple/live-caller-id-lookup-example.git
https://github.com/apple/live-caller-id-lookup-example.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-asn1",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-asn1.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.5.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-homomorphic-encryption",
"requirement" : {
"branch" : [
"release/1.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-homomorphic-encryption"
},
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.27.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
},
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird"
},
{
"identity" : "hummingbird-compression",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0-rc.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird-compression"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "live-caller-id-lookup-example",
"name" : "live-caller-id-lookup-example",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "PIRService",
"targets" : [
"PIRService"
],
"type" : {
"executable" : null
}
},
{
"name" : "ConstructDatabase",
"targets" : [
"ConstructDatabase"
],
"type" : {
"executable" : null
}
},
{
"name" : "PrivacyPass",
"targets" : [
"PrivacyPass"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PIRServiceTesting",
"targets" : [
"PIRServiceTesting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UtilTests",
"module_type" : "SwiftTarget",
"name" : "UtilTests",
"path" : "Tests/UtilTests",
"sources" : [
"UtilTests.swift"
],
"target_dependencies" : [
"Util"
],
"type" : "test"
},
{
"c99name" : "Util",
"module_type" : "SwiftTarget",
"name" : "Util",
"path" : "Sources/Util",
"product_memberships" : [
"PIRService",
"PrivacyPass",
"PIRServiceTesting"
],
"sources" : [
"OperatingSystem.swift",
"Platform.swift"
],
"type" : "library"
},
{
"c99name" : "PrivacyPassTests",
"module_type" : "SwiftTarget",
"name" : "PrivacyPassTests",
"path" : "Tests/PrivacyPassTests",
"product_dependencies" : [
"Crypto",
"_CryptoExtras"
],
"sources" : [
"PrivacyPassPublicTests.swift",
"PrivacyPassTests.swift",
"TestUtils.swift"
],
"target_dependencies" : [
"PrivacyPass"
],
"type" : "test"
},
{
"c99name" : "PrivacyPass",
"module_type" : "SwiftTarget",
"name" : "PrivacyPass",
"path" : "Sources/PrivacyPass",
"product_dependencies" : [
"Crypto",
"SwiftASN1",
"_CryptoExtras"
],
"product_memberships" : [
"PIRService",
"PrivacyPass",
"PIRServiceTesting"
],
"sources" : [
"Array+Base64URL.swift",
"Issuer.swift",
"NonceStoring.swift",
"PrivacyPass.swift",
"PrivacyPassError.swift",
"PrivateKey.swift",
"PublicKey+request.swift",
"PublicKey.swift",
"Token.swift",
"TokenChallenge.swift",
"TokenIssuerDirectory.swift",
"TokenRequest.swift",
"TokenResponse.swift",
"Util.swift",
"Verifier.swift"
],
"target_dependencies" : [
"Util"
],
"type" : "library"
},
{
"c99name" : "PIRServiceTests",
"module_type" : "SwiftTarget",
"name" : "PIRServiceTests",
"path" : "Tests/PIRServiceTests",
"product_dependencies" : [
"HummingbirdTesting"
],
"sources" : [
"ExampleUsecase.swift",
"PIRServiceControllerTests.swift",
"PIRServiceTests.swift",
"TestClientProtocol+Protobuf.swift",
"TestResponse+Protobuf.swift"
],
"target_dependencies" : [
"PIRService",
"PIRServiceTesting"
],
"type" : "test"
},
{
"c99name" : "PIRServiceTesting",
"module_type" : "SwiftTarget",
"name" : "PIRServiceTesting",
"path" : "Sources/PIRServiceTesting",
"product_dependencies" : [
"HomomorphicEncryptionProtobuf",
"HummingbirdTesting",
"PrivateInformationRetrievalProtobuf"
],
"product_memberships" : [
"PIRServiceTesting"
],
"sources" : [
"PIRClient+KeyRotation.swift",
"PIRClient+PrivacyPass.swift",
"PIRClient.swift",
"PIRClientError.swift",
"PIRConfig+ShardConfig.swift",
"TestClientProtocol+Protobuf.swift"
],
"target_dependencies" : [
"PrivacyPass",
"Util"
],
"type" : "library"
},
{
"c99name" : "PIRService",
"module_type" : "SwiftTarget",
"name" : "PIRService",
"path" : "Sources/PIRService",
"product_dependencies" : [
"ArgumentParser",
"Crypto",
"HomomorphicEncryptionProtobuf",
"Hummingbird",
"HummingbirdCompression",
"PrivateInformationRetrievalProtobuf",
"ServiceLifecycle",
"UnixSignals"
],
"product_memberships" : [
"PIRService"
],
"sources" : [
"Application+build.swift",
"Controllers/PIRServiceController.swift",
"Controllers/PirUsecase.swift",
"Controllers/PrivacyPassController.swift",
"Controllers/PrivacyPassState.swift",
"Controllers/Usecase.swift",
"Controllers/UsecaseStore.swift",
"Controllers/UserAuthenticator.swift",
"Extensions/HEError+HTTPErrorResponse.swift",
"Extensions/HTTPFields+authorization.swift",
"Extensions/PirConfig+compatible.swift",
"Extensions/PrivacyPass+ResponseGenerator.swift",
"Extensions/ProtobufExtensions.swift",
"Extensions/Request+DecodeProtobuf.swift",
"Middlewares/ExtractPlatform.swift",
"Middlewares/ExtractUserIdentifier.swift",
"Middlewares/LogErrorsMiddleware.swift",
"Middlewares/UserTierAuthentication.swift",
"ReloadService.swift",
"main.swift"
],
"target_dependencies" : [
"PrivacyPass",
"Util"
],
"type" : "executable"
},
{
"c99name" : "ConstructDatabase",
"module_type" : "SwiftTarget",
"name" : "ConstructDatabase",
"path" : "Sources/ConstructDatabase",
"product_dependencies" : [
"ArgumentParser",
"PrivateInformationRetrievalProtobuf",
"SwiftProtobuf"
],
"product_memberships" : [
"ConstructDatabase"
],
"sources" : [
"ConstructDatabase.swift",
"generated/CallIdentity.pb.swift",
"generated/InputIdentities.pb.swift"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-homomorphic-encryption
[1/3163] Fetching swift-homomorphic-encryption
Fetched https://github.com/apple/swift-homomorphic-encryption from cache (0.40s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/apple/swift-protobuf
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[232/9510] Fetching swift-log, swift-numerics
[2354/15428] Fetching swift-log, swift-numerics, swift-algorithms
[7054/29286] Fetching swift-log, swift-numerics, swift-algorithms, swift-crypto
[18063/44236] Fetching swift-log, swift-numerics, swift-algorithms, swift-crypto, swift-argument-parser
Fetched https://github.com/apple/swift-log.git from cache (0.48s)
Fetching https://github.com/swiftlang/swift-docc-plugin
[14514/40400] Fetching swift-numerics, swift-algorithms, swift-crypto, swift-argument-parser
Fetched https://github.com/apple/swift-numerics from cache (0.51s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[9726/34726] Fetching swift-algorithms, swift-crypto, swift-argument-parser
[14627/73230] Fetching swift-algorithms, swift-crypto, swift-argument-parser, swift-protobuf
[27479/75624] Fetching swift-algorithms, swift-crypto, swift-argument-parser, swift-protobuf, swift-service-lifecycle
[28377/77673] Fetching swift-algorithms, swift-crypto, swift-argument-parser, swift-protobuf, swift-service-lifecycle, swift-docc-plugin
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.37s)
Fetching https://github.com/hummingbird-project/hummingbird-compression
[35145/75279] Fetching swift-algorithms, swift-crypto, swift-argument-parser, swift-protobuf, swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.53s)
[36407/73230] Fetching swift-algorithms, swift-crypto, swift-argument-parser, swift-protobuf
Fetching https://github.com/hummingbird-project/hummingbird
[41491/74244] Fetching swift-algorithms, swift-crypto, swift-argument-parser, swift-protobuf, hummingbird-compression
Fetched https://github.com/hummingbird-project/hummingbird-compression from cache (0.26s)
[44554/73230] Fetching swift-algorithms, swift-crypto, swift-argument-parser, swift-protobuf
Fetching https://github.com/apple/swift-asn1.git
[51669/97667] Fetching swift-algorithms, swift-crypto, swift-argument-parser, swift-protobuf, hummingbird
[57364/99251] Fetching swift-algorithms, swift-crypto, swift-argument-parser, swift-protobuf, hummingbird, swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.34s)
[62784/97667] Fetching swift-algorithms, swift-crypto, swift-argument-parser, swift-protobuf, hummingbird
Fetched https://github.com/apple/swift-crypto.git from cache (1.66s)
[71666/83809] Fetching swift-algorithms, swift-argument-parser, swift-protobuf, hummingbird
Fetched https://github.com/hummingbird-project/hummingbird from cache (0.99s)
[56292/59372] Fetching swift-algorithms, swift-argument-parser, swift-protobuf
Fetched https://github.com/apple/swift-algorithms from cache (5.89s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (5.90s)
Fetched https://github.com/apple/swift-protobuf from cache (5.95s)
Computing version for https://github.com/apple/swift-protobuf
Computed https://github.com/apple/swift-protobuf at 1.29.0 (6.52s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (2.19s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (0.76s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.71s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.50s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.81s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3376] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.45s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.21s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.88s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.46s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4965] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.31s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.82s)
Fetching https://github.com/apple/swift-collections.git
[1/16306] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.00s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.63s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.45s)
Computing version for https://github.com/hummingbird-project/hummingbird
Computed https://github.com/hummingbird-project/hummingbird at 2.13.0 (0.63s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/swift-server/async-http-client.git
[1/2619] Fetching swift-nio-transport-services
[918/8356] Fetching swift-nio-transport-services, swift-nio-extras
[4227/19860] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2
[10773/33830] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-http2, async-http-client
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.44s)
[9246/31211] Fetching swift-nio-extras, swift-nio-http2, async-http-client
Fetching https://github.com/apple/swift-distributed-tracing.git
[10086/46020] Fetching swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl
[12528/121615] Fetching swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl, swift-nio
[38399/126589] Fetching swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl, swift-nio, swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.56s)
[56003/121615] Fetching swift-nio-extras, swift-nio-http2, async-http-client, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/swift-server/async-http-client.git from cache (1.20s)
[57535/107645] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio
Fetching https://github.com/apple/swift-http-types.git
[60707/109851] Fetching swift-nio-extras, swift-nio-http2, swift-nio-ssl, swift-nio, swift-metrics
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.36s)
[61057/98347] Fetching swift-nio-extras, swift-nio-ssl, swift-nio, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.33s)
Fetching https://github.com/apple/swift-atomics.git
[61548/96141] Fetching swift-nio-extras, swift-nio-ssl, swift-nio
[63637/97045] Fetching swift-nio-extras, swift-nio-ssl, swift-nio, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.31s)
[66659/96141] Fetching swift-nio-extras, swift-nio-ssl, swift-nio
[68172/97846] Fetching swift-nio-extras, swift-nio-ssl, swift-nio, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.49s)
[71195/96141] Fetching swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.98s)
[57898/81332] Fetching swift-nio-extras, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (4.63s)
Fetched https://github.com/apple/swift-nio.git from cache (4.71s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (5.18s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.71s)
Fetching https://github.com/apple/swift-system.git
[1/4367] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.42s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.87s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.44s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.44s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.25s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.75s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.47s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.46s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.52s)
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.20s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.66s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.43s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.46s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.56s)
Computing version for https://github.com/hummingbird-project/hummingbird-compression
Computed https://github.com/hummingbird-project/hummingbird-compression at 2.0.0 (0.44s)
Fetching https://github.com/adam-fowler/compress-nio.git
[1/643] Fetching compress-nio
Fetched https://github.com/adam-fowler/compress-nio.git from cache (0.20s)
Computing version for https://github.com/adam-fowler/compress-nio.git
Computed https://github.com/adam-fowler/compress-nio.git at 1.4.2 (0.93s)
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.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.25.2
Creating working copy for https://github.com/adam-fowler/compress-nio.git
Working copy of https://github.com/adam-fowler/compress-nio.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-homomorphic-encryption
Working copy of https://github.com/apple/swift-homomorphic-encryption resolved at release/1.1 (2c9c50a)
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/hummingbird-project/hummingbird
Working copy of https://github.com/hummingbird-project/hummingbird resolved at 2.13.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/hummingbird-project/hummingbird-compression
Working copy of https://github.com/hummingbird-project/hummingbird-compression resolved at 2.0.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-protobuf
Working copy of https://github.com/apple/swift-protobuf resolved at 1.29.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin SwiftProtobufPlugin
[4/4] Compiling plugin GenerateManual
Building for debugging...
[4/907] Compiling a_octet.cc
[5/907] Compiling a_bool.cc
[6/907] Write sources
[7/907] Compiling a_d2i_fp.cc
[8/907] Write sources
[11/907] Compiling _AtomicsShims.c
[12/907] Write sources
[15/907] Copying PrivacyInfo.xcprivacy
[16/907] Write sources
[20/907] Compiling a_dup.cc
[21/907] Write sources
[37/907] Compiling _NumericsShims _NumericsShims.c
[38/907] Write sources
[38/907] Compiling cpu_aarch64_linux.cc
[38/907] Write sources
[71/907] Compiling CUtil zeroize.c
[72/907] Compiling CNIOWindows shim.c
[73/907] Compiling CNIOWASI CNIOWASI.c
[74/907] Compiling CNIOLinux liburing_shims.c
[75/907] Compiling CNIOWindows WSAStartup.c
[76/907] Compiling CNIOLLHTTP c_nio_http.c
[77/907] Compiling CNIOLLHTTP c_nio_api.c
[78/907] Compiling CNIOLinux shim.c
[79/907] Compiling a_gentm.cc
[80/907] Compiling a_object.cc
[81/907] Compiling CNIODarwin shim.c
[82/907] Compiling CNIOExtrasZlib empty.c
[83/907] Compiling a_i2d_fp.cc
[84/907] Compiling fiat_p256_adx_sqr.S
[85/907] Write swift-version-24593BA9C3E375BF.txt
[86/907] Compiling fiat_curve25519_adx_mul.S
[87/907] Compiling fiat_p256_adx_mul.S
[88/907] Compiling fiat_curve25519_adx_square.S
[89/907] Compiling CNIOLLHTTP c_nio_llhttp.c
[91/949] Emitting module Util
[91/999] Compiling CNIOBoringSSLShims shims.c
[92/1016] Compiling tls_record.cc
[93/1016] Compiling tls_method.cc
[94/1018] Compiling tls13_server.cc
[96/1032] Emitting module ServiceContextModule
[97/1032] Compiling ServiceContextModule ServiceContext.swift
[98/1032] Compiling ServiceContextModule ServiceContextKey.swift
[99/1033] Compiling RealModule AugmentedArithmetic.swift
[100/1033] Compiling RealModule Double+Real.swift
[101/1033] Compiling RealModule ElementaryFunctions.swift
[102/1033] Compiling Util Platform.swift
[103/1034] Compiling RealModule Float16+Real.swift
[104/1034] Compiling RealModule Float+Real.swift
[105/1034] Compiling RealModule Float80+Real.swift
[106/1034] Compiling RealModule Real.swift
[107/1034] Compiling RealModule AlgebraicField.swift
[108/1034] Compiling RealModule ApproximateEquality.swift
[109/1034] Emitting module RealModule
[110/1034] Compiling SwiftASN1 TimeUtilities.swift
[111/1034] Compiling SwiftASN1 UTCTime.swift
[112/1034] Compiling SwiftASN1 ASN1OctetString.swift
[113/1034] Compiling SwiftASN1 ASN1Strings.swift
[114/1034] Compiling Util OperatingSystem.swift
[115/1036] Compiling SwiftASN1 ASN1Integer.swift
[116/1036] Compiling SwiftASN1 ASN1Null.swift
[118/1036] Compiling SwiftASN1 ASN1Boolean.swift
[119/1036] Compiling SwiftASN1 ASN1Identifier.swift
[120/1037] Compiling _NIODataStructures PriorityQueue.swift
[121/1037] Compiling _NIODataStructures _TinyArray.swift
[122/1037] Compiling _NIOBase64 Base64.swift
[123/1037] Emitting module _NIOBase64
[127/1038] Compiling RealModule RealFunctions.swift
[132/1075] Compiling Logging LogHandler.swift
[133/1075] Compiling Instrumentation NoOpInstrument.swift
[134/1075] Compiling Instrumentation Instrument.swift
[135/1075] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[136/1075] Compiling InternalCollectionsUtilities Specialize.swift
[137/1077] Compiling Instrumentation MultiplexInstrument.swift
[138/1077] Compiling InternalCollectionsUtilities _SortedCollection.swift
[139/1077] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[140/1077] Compiling InternalCollectionsUtilities Debugging.swift
[141/1077] Compiling InternalCollectionsUtilities Descriptions.swift
[142/1077] Emitting module Instrumentation
[143/1077] Compiling Instrumentation InstrumentationSystem.swift
[144/1077] Compiling ModularArithmetic Modulus.swift
[145/1077] Emitting module SwiftASN1
[146/1077] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[147/1077] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[148/1077] Compiling Instrumentation Locks.swift
[149/1077] Compiling Logging MetadataProvider.swift
[150/1077] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[151/1077] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[152/1077] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[153/1078] Emitting module _NIODataStructures
[154/1078] Compiling _NIODataStructures Heap.swift
[155/1079] Emitting module InternalCollectionsUtilities
[156/1079] Emitting module Logging
[157/1079] Compiling Logging Locks.swift
[161/1079] Compiling HTTPTypes HTTPField.swift
[162/1079] Emitting module HTTPTypes
[163/1080] Compiling HTTPTypes HTTPFieldName.swift
[164/1080] Compiling HTTPTypes ISOLatin1String.swift
[167/1080] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[168/1080] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[171/1089] Compiling ModularArithmetic Scalar.swift
[172/1095] Emitting module ModularArithmetic
[173/1096] Compiling HTTPTypes NIOLock.swift
[174/1096] Compiling ConcurrencyHelpers LockedValueBox.swift
[175/1096] Compiling Tracing InstrumentationSystem+Tracing.swift
[176/1096] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[177/1096] Compiling InternalCollectionsUtilities Integer rank.swift
[178/1096] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[179/1096] Compiling InternalCollectionsUtilities UInt+reversed.swift
[180/1096] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[183/1097] Compiling Logging Logging.swift
[185/1098] Compiling Tracing TracingTime.swift
[187/1098] Emitting module Tracing
[188/1098] Emitting module ConcurrencyHelpers
[189/1098] Compiling ConcurrencyHelpers Lock.swift
[190/1098] Compiling Tracing TracerProtocol.swift
[192/1099] Compiling SwiftProtobuf Message+JSONAdditions.swift
[193/1099] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[194/1099] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[195/1099] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[196/1099] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[197/1099] Compiling SwiftProtobuf Message.swift
[198/1099] Compiling SwiftProtobuf MessageExtension.swift
[199/1099] Compiling SwiftProtobuf NameMap.swift
[200/1099] Compiling SwiftProtobuf PathDecoder.swift
[201/1099] Compiling SwiftProtobuf PathVisitor.swift
[202/1099] Compiling SwiftProtobuf ProtoNameProviding.swift
[203/1099] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[204/1110] Compiling HTTPTypes HTTPResponse.swift
[205/1110] Compiling HTTPTypes HTTPRequest.swift
[206/1110] Compiling HTTPTypes HTTPParsedFields.swift
[207/1110] Compiling Tracing Tracer.swift
[209/1157] Emitting module CoreMetrics
[210/1163] Compiling Tracing TracerProtocol+Legacy.swift
[211/1240] Compiling Tracing NoOpTracer.swift
[212/1240] Compiling Tracing SpanProtocol.swift
[214/1246] Compiling HeapModule Heap+Descriptions.swift
[215/1246] Compiling ComplexModule Arithmetic.swift
[216/1249] Compiling HeapModule _HeapNode.swift
[217/1249] Compiling HeapModule Heap.swift
[218/1249] Compiling HeapModule Heap+Invariants.swift
[219/1249] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[220/1249] Compiling HeapModule Heap+UnsafeHandle.swift
[221/1249] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[222/1249] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[223/1249] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[224/1249] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[225/1249] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[226/1249] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[227/1249] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[228/1256] Compiling CoreMetrics Locks.swift
[229/1256] Compiling CoreMetrics Metrics.swift
[230/1257] Emitting module UnixSignals
[231/1257] Emitting module HeapModule
[232/1258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[233/1258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[234/1258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[235/1258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[236/1258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[237/1258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[238/1258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[239/1258] Compiling OrderedCollections OrderedDictionary.swift
[240/1258] Compiling OrderedCollections OrderedSet+Codable.swift
[241/1258] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[242/1258] Compiling OrderedCollections OrderedSet+Descriptions.swift
[243/1258] Compiling OrderedCollections OrderedSet+Diffing.swift
[244/1258] Compiling OrderedCollections OrderedSet+Equatable.swift
[245/1258] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[246/1258] Compiling OrderedCollections OrderedSet+Hashable.swift
[247/1258] Emitting module ComplexModule
[248/1258] Compiling ComplexModule ElementaryFunctions.swift
[251/1258] Compiling OrderedCollections _UnsafeBitset.swift
[252/1258] Compiling _RopeModule Rope+Sequence.swift
[253/1258] Compiling _RopeModule Rope+Append.swift
[254/1258] Compiling _RopeModule Rope+Extract.swift
[255/1258] Compiling _RopeModule Rope+Find.swift
[256/1258] Compiling _RopeModule Rope+ForEachWhile.swift
[257/1258] Compiling _RopeModule Rope+Insert.swift
[258/1258] Compiling SwiftProtobuf TextFormatDecodingError.swift
[259/1258] Compiling SwiftProtobuf TextFormatDecodingOptions.swift
[260/1258] Compiling SwiftProtobuf TextFormatEncoder.swift
[261/1258] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[262/1258] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[263/1258] Compiling SwiftProtobuf TextFormatScanner.swift
[264/1258] Compiling SwiftProtobuf TimeUtils.swift
[265/1258] Compiling SwiftProtobuf UnknownStorage.swift
[266/1258] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[267/1258] Compiling SwiftProtobuf Varint.swift
[268/1258] Compiling SwiftProtobuf Version.swift
[269/1258] Compiling SwiftProtobuf Visitor.swift
[270/1258] Compiling SwiftProtobuf WireFormat.swift
[271/1258] Compiling SwiftProtobuf ZigZag.swift
[272/1258] Compiling SwiftProtobuf any.pb.swift
[273/1258] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[274/1258] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[275/1258] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[276/1258] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[277/1258] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[278/1258] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[279/1258] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[280/1258] Compiling OrderedCollections OrderedDictionary+Values.swift
[281/1258] Compiling OrderedCollections OrderedDictionary+Codable.swift
[282/1258] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[283/1258] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[284/1258] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[285/1258] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[286/1258] Compiling OrderedCollections OrderedDictionary+Elements.swift
[287/1258] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[288/1258] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[289/1258] Compiling OrderedCollections OrderedSet+Initializers.swift
[290/1258] Compiling OrderedCollections OrderedSet+Insertions.swift
[291/1258] Compiling OrderedCollections OrderedSet+Invariants.swift
[292/1258] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[293/1258] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[294/1258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[295/1258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[296/1258] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[297/1259] Compiling UnixSignals UnixSignal.swift
[298/1259] Compiling UnixSignals UnixSignalsSequence.swift
[299/1337] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[300/1337] Compiling HashTreeCollections TreeDictionary+Keys.swift
[301/1337] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[302/1337] Compiling HashTreeCollections TreeDictionary+Merge.swift
[303/1337] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[304/1337] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[305/1337] Compiling HashTreeCollections TreeDictionary+Values.swift
[306/1337] Compiling HashTreeCollections TreeDictionary.swift
[307/1337] Compiling HashTreeCollections TreeSet+Codable.swift
[308/1337] Compiling HashTreeCollections TreeSet+Collection.swift
[309/1337] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[310/1337] Compiling HashTreeCollections TreeSet+Debugging.swift
[311/1337] Compiling HashTreeCollections _AncestorHashSlots.swift
[312/1337] Compiling HashTreeCollections _Bitmap.swift
[313/1337] Compiling HashTreeCollections _Bucket.swift
[314/1337] Compiling HashTreeCollections _Hash.swift
[315/1337] Compiling HashTreeCollections _HashLevel.swift
[316/1337] Compiling HashTreeCollections _HashNode+Builder.swift
[317/1337] Compiling HashTreeCollections _HashNode+Debugging.swift
[318/1337] Compiling HashTreeCollections _HashNode+Initializers.swift
[319/1337] Compiling HashTreeCollections _HashNode+Invariants.swift
[320/1337] Compiling HashTreeCollections _HashNode+Lookups.swift
[321/1337] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[322/1337] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[323/1337] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[324/1337] Compiling HashTreeCollections _HashNode+Storage.swift
[325/1337] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[326/1337] Compiling HashTreeCollections _HashNode+Structural filter.swift
[327/1337] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[328/1337] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[329/1337] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[330/1337] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[331/1337] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[332/1337] Compiling HashTreeCollections _HashNode+Structural merge.swift
[333/1337] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[334/1337] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[340/1337] Compiling HashTreeCollections _HashNode+Structural union.swift
[341/1337] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[342/1337] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[343/1337] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[344/1337] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[345/1337] Compiling HashTreeCollections _HashNode.swift
[346/1361] Emitting module Metrics
[347/1361] Compiling Metrics Metrics.swift
[349/1362] Compiling DequeModule _DequeBuffer.swift
[350/1362] Compiling DequeModule _DequeBufferHeader.swift
[351/1364] Compiling DequeModule Deque+Codable.swift
[352/1364] Compiling DequeModule Deque+Collection.swift
[353/1364] Compiling DequeModule Deque+Equatable.swift
[354/1364] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[355/1364] Compiling DequeModule Deque+CustomReflectable.swift
[356/1364] Compiling DequeModule Deque+Descriptions.swift
[357/1364] Compiling DequeModule Deque+Testing.swift
[358/1364] Compiling DequeModule Deque._Storage.swift
[362/1364] Wrapping AST for _NIODataStructures for debugging
[364/1364] Compiling HashTreeCollections TreeSet+Hashable.swift
[365/1364] Compiling HashTreeCollections TreeSet+Sendable.swift
[366/1364] Compiling _RopeModule Rope+Join.swift
[367/1364] Compiling _RopeModule Rope+MutatingForEach.swift
[368/1364] Compiling _RopeModule Rope+Remove.swift
[369/1364] Compiling _RopeModule Rope+RemoveSubrange.swift
[370/1364] Compiling _RopeModule Rope+Split.swift
[371/1364] Compiling _RopeModule Optional Utilities.swift
[372/1364] Compiling _RopeModule String Utilities.swift
[373/1364] Compiling _RopeModule String.Index+ABI.swift
[374/1369] Compiling DequeModule Deque._UnsafeHandle.swift
[375/1369] Compiling DequeModule Deque.swift
[378/1369] Compiling DequeModule _DequeSlot.swift
[379/1369] Compiling DequeModule _UnsafeWrappedBuffer.swift
[384/1374] Compiling DequeModule Deque+Extras.swift
[385/1374] Compiling DequeModule Deque+Hashable.swift
[388/1374] Compiling HashTreeCollections TreeDictionary+Codable.swift
[389/1374] Compiling HashTreeCollections TreeDictionary+Collection.swift
[390/1374] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[391/1374] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[392/1374] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[393/1374] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[394/1374] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[395/1374] Compiling HashTreeCollections TreeDictionary+Filter.swift
[396/1374] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[399/1374] Compiling HashTreeCollections TreeSet+Descriptions.swift
[400/1374] Compiling HashTreeCollections TreeSet+Equatable.swift
[401/1374] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[402/1374] Compiling HashTreeCollections TreeSet+Extras.swift
[403/1374] Compiling HashTreeCollections TreeSet+Filter.swift
[405/1374] Wrapping AST for _NIOBase64 for debugging
[444/1374] Wrapping AST for Util for debugging
[446/1374] Emitting module SwiftProtobuf
[447/1374] Compiling HashTreeCollections _RawHashNode.swift
[448/1374] Compiling HashTreeCollections _UnmanagedHashNode.swift
[449/1374] Compiling HashTreeCollections _UnsafePath.swift
[458/1374] Wrapping AST for UnixSignals for debugging
[464/1374] Emitting module OrderedCollections
[464/1375] Wrapping AST for Tracing for debugging
[468/1375] Wrapping AST for SwiftASN1 for debugging
[470/1375] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[471/1375] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[472/1375] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[473/1375] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[474/1375] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[475/1375] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[476/1375] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[477/1375] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[478/1375] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[479/1375] Compiling HashTreeCollections TreeSet.swift
[480/1375] Emitting module _RopeModule
[481/1375] Emitting module DequeModule
[481/1375] Wrapping AST for ServiceContextModule for debugging
[482/1376] Wrapping AST for RealModule for debugging
[484/1376] Compiling HTTPTypes HTTPFields.swift
[484/1377] Wrapping AST for OrderedCollections for debugging
[487/1377] Wrapping AST for ModularArithmetic for debugging
[489/1377] Compiling HashTreeCollections _HashTreeIterator.swift
[490/1377] Compiling HashTreeCollections _HashTreeStatistics.swift
[491/1377] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[499/1377] Wrapping AST for Metrics for debugging
[500/1377] Wrapping AST for Logging for debugging
[501/1377] Wrapping AST for InternalCollectionsUtilities for debugging
[502/1377] Wrapping AST for Instrumentation for debugging
[503/1377] Wrapping AST for DequeModule for debugging
[513/1377] Wrapping AST for HTTPTypes for debugging
[514/1377] Wrapping AST for HeapModule for debugging
[515/1377] Wrapping AST for CoreMetrics for debugging
[516/1377] Wrapping AST for ConcurrencyHelpers for debugging
[518/1377] Compiling ComplexModule Complex.swift
[519/1377] Compiling ComplexModule Differentiable.swift
[531/1378] Compiling HashTreeCollections _HashNodeHeader.swift
[532/1378] Compiling HashTreeCollections _HashSlot.swift
[533/1378] Compiling HashTreeCollections _HashStack.swift
[574/1381] Emitting module Numerics
[575/1381] Compiling Numerics Numerics.swift
[576/1382] Emitting module HashTreeCollections
[577/1383] Compiling t1_enc.cc
[579/1383] Compiling tls13_enc.cc
[580/1383] Wrapping AST for _RopeModule for debugging
[581/1383] Wrapping AST for Numerics for debugging
[582/1383] Wrapping AST for ComplexModule for debugging
[583/1383] Compiling tls13_client.cc
[584/1383] Compiling tls13_both.cc
[585/1383] Wrapping AST for HashTreeCollections for debugging
[586/1383] Compiling ssl_x509.cc
[587/1383] Compiling ssl_stat.cc
[588/1383] Compiling ssl_transcript.cc
[589/1383] Compiling ssl_versions.cc
[590/1383] Compiling ssl_privkey.cc
[591/1383] Compiling ssl_session.cc
[592/1383] Compiling ssl_key_share.cc
[593/1383] Compiling ssl_lib.cc
[594/1383] Compiling ssl_file.cc
[595/1383] Compiling ssl_credential.cc
[596/1383] Compiling ssl_cipher.cc
[597/1383] Compiling ssl_cert.cc
[597/1383] Compiling ssl_buffer.cc
[599/1383] Compiling ssl_asn1.cc
[600/1383] Compiling ssl_aead_ctx.cc
[601/1383] Compiling s3_pkt.cc
[602/1383] Compiling s3_lib.cc
[603/1383] Compiling s3_both.cc
[604/1383] Compiling handshake_server.cc
[605/1383] Compiling handshake_client.cc
[606/1383] Compiling handshake.cc
[611/1383] Compiling SwiftProtobuf empty.pb.swift
[612/1383] Compiling SwiftProtobuf field_mask.pb.swift
[613/1383] Compiling SwiftProtobuf source_context.pb.swift
[614/1383] Compiling SwiftProtobuf struct.pb.swift
[615/1383] Compiling SwiftProtobuf timestamp.pb.swift
[616/1383] Compiling SwiftProtobuf type.pb.swift
[617/1383] Compiling SwiftProtobuf wrappers.pb.swift
[618/1383] Compiling SwiftProtobuf resource_bundle_accessor.swift
[618/1384] Compiling handoff.cc
[620/1384] Wrapping AST for SwiftProtobuf for debugging
[621/1384] Compiling encrypted_client_hello.cc
[622/1384] Compiling dtls_record.cc
[623/1384] Compiling md5-x86_64-linux.S
[624/1384] Compiling dtls_method.cc
[625/1384] Compiling d1_srtp.cc
[626/1384] Compiling md5-586-linux.S
[627/1384] Compiling md5-x86_64-apple.S
[628/1384] Compiling md5-586-apple.S
[629/1384] Compiling chacha20_poly1305_x86_64-linux.S
[630/1384] Compiling chacha20_poly1305_x86_64-apple.S
[631/1384] Compiling d1_pkt.cc
[632/1384] Compiling chacha20_poly1305_armv8-win.S
[633/1384] Compiling chacha20_poly1305_armv8-linux.S
[634/1384] Compiling chacha20_poly1305_armv8-apple.S
[635/1384] Compiling chacha-x86_64-apple.S
[636/1384] Compiling chacha-x86_64-linux.S
[637/1384] Compiling extensions.cc
[638/1384] Compiling chacha-x86-linux.S
[639/1384] Compiling chacha-x86-apple.S
[640/1384] Compiling chacha-armv8-win.S
[641/1384] Compiling err_data.cc
[642/1384] Compiling chacha-armv8-linux.S
[643/1384] Compiling chacha-armv8-apple.S
[644/1384] Compiling chacha-armv4-linux.S
[645/1384] Compiling aes128gcmsiv-x86_64-apple.S
[646/1384] Compiling aes128gcmsiv-x86_64-linux.S
[647/1384] Compiling x86_64-mont5-linux.S
[648/1384] Compiling x86_64-mont5-apple.S
[648/1384] Compiling x86_64-mont-apple.S
[650/1384] Compiling x86_64-mont-linux.S
[651/1384] Compiling x86-mont-linux.S
[652/1384] Compiling vpaes-x86_64-apple.S
[653/1384] Compiling x86-mont-apple.S
[654/1384] Compiling vpaes-x86-apple.S
[655/1384] Compiling vpaes-x86-linux.S
[656/1384] Compiling vpaes-x86_64-linux.S
[657/1384] Compiling vpaes-armv8-linux.S
[658/1384] Compiling vpaes-armv8-win.S
[659/1384] Compiling vpaes-armv7-linux.S
[660/1384] Compiling vpaes-armv8-apple.S
[661/1384] Compiling sha512-x86_64-linux.S
[662/1384] Compiling sha512-armv8-win.S
[663/1384] Compiling sha512-x86_64-apple.S
[664/1384] Compiling sha512-armv8-linux.S
[665/1384] Compiling sha512-armv8-apple.S
[666/1384] Compiling sha512-armv4-linux.S
[667/1384] Compiling sha512-586-linux.S
[668/1384] Compiling sha512-586-apple.S
[669/1384] Compiling sha256-x86_64-apple.S
[670/1384] Compiling sha256-armv8-win.S
[671/1384] Compiling sha256-x86_64-linux.S
[672/1384] Compiling sha256-armv8-apple.S
[673/1384] Compiling sha256-armv8-linux.S
[674/1384] Compiling sha256-armv4-linux.S
[675/1384] Compiling sha256-586-apple.S
[676/1384] Compiling sha256-586-linux.S
[677/1384] Compiling sha1-armv8-win.S
[678/1384] Compiling sha1-x86_64-apple.S
[679/1384] Compiling sha1-x86_64-linux.S
[680/1384] Compiling sha1-armv8-apple.S
[681/1384] Compiling bio_ssl.cc
[682/1384] Compiling sha1-armv8-linux.S
[683/1384] Compiling d1_lib.cc
[684/1384] Compiling d1_both.cc
[684/1384] Compiling sha1-armv4-large-linux.S
[684/1384] Compiling sha1-586-linux.S
[684/1384] Compiling rsaz-avx2-apple.S
[684/1384] Compiling sha1-586-apple.S
[684/1384] Compiling rsaz-avx2-linux.S
[684/1384] Compiling rdrand-x86_64-linux.S
[684/1384] Compiling rdrand-x86_64-apple.S
[684/1384] Compiling p256_beeu-x86_64-asm-linux.S
[684/1384] Compiling p256_beeu-armv8-asm-win.S
[684/1384] Compiling p256_beeu-x86_64-asm-apple.S
[684/1384] Compiling p256_beeu-armv8-asm-linux.S
[684/1384] Compiling p256_beeu-armv8-asm-apple.S
[684/1384] Compiling p256-x86_64-asm-apple.S
[684/1384] Compiling p256-armv8-asm-win.S
[684/1384] Compiling p256-armv8-asm-linux.S
[684/1384] Compiling ghashv8-armv8-win.S
[684/1384] Compiling p256-x86_64-asm-linux.S
[684/1384] Compiling p256-armv8-asm-apple.S
[684/1384] Compiling ghashv8-armv8-apple.S
[684/1384] Compiling ghashv8-armv8-linux.S
[684/1384] Compiling ghashv8-armv7-linux.S
[684/1384] Compiling ghash-x86-apple.S
[684/1384] Compiling ghash-x86_64-linux.S
[684/1384] Compiling ghash-x86_64-apple.S
[684/1384] Compiling ghash-x86-linux.S
[684/1384] Compiling ghash-ssse3-x86_64-linux.S
[684/1384] Compiling ghash-ssse3-x86_64-apple.S
[684/1384] Compiling ghash-ssse3-x86-linux.S
[684/1384] Compiling ghash-ssse3-x86-apple.S
[684/1384] Compiling ghash-neon-armv8-linux.S
[684/1384] Compiling ghash-neon-armv8-apple.S
[684/1384] Compiling ghash-neon-armv8-win.S
[684/1384] Compiling co-586-linux.S
[684/1384] Compiling ghash-armv4-linux.S
[684/1384] Compiling co-586-apple.S
[684/1384] Compiling bsaes-armv7-linux.S
[684/1384] Compiling bn-armv8-win.S
[684/1384] Compiling armv8-mont-linux.S
[684/1384] Compiling bn-586-apple.S
[684/1384] Compiling armv8-mont-win.S
[684/1384] Compiling bn-586-linux.S
[684/1384] Compiling armv4-mont-linux.S
[684/1384] Compiling armv8-mont-apple.S
[684/1384] Compiling bn-armv8-linux.S
[684/1384] Compiling bn-armv8-apple.S
[730/1384] Compiling aesv8-gcm-armv8-win.S
[731/1384] Compiling aesv8-armv8-apple.S
[731/1384] Compiling aesv8-gcm-armv8-apple.S
[733/1384] Compiling aesv8-armv8-linux.S
[734/1384] Compiling aesv8-gcm-armv8-linux.S
[735/1384] Compiling aesv8-armv8-win.S
[736/1384] Compiling aesv8-armv7-linux.S
[737/1384] Compiling aesni-x86_64-linux.S
[738/1384] Compiling aesni-x86_64-apple.S
[739/1384] Compiling aesni-x86-apple.S
[740/1384] Compiling aesni-gcm-x86_64-apple.S
[741/1384] Compiling aesni-x86-linux.S
[742/1384] Compiling aesni-gcm-x86_64-linux.S
[743/1384] Compiling aes-gcm-avx2-x86_64-apple.S
[744/1384] Compiling aes-gcm-avx2-x86_64-linux.S
[745/1384] Compiling aes-gcm-avx10-x86_64-linux.S
[746/1384] Compiling aes-gcm-avx10-x86_64-apple.S
[747/1384] Compiling x_sig.cc
[748/1384] Compiling x_val.cc
[749/1384] Compiling x_spki.cc
[750/1384] Compiling x_x509a.cc
[751/1384] Compiling x_req.cc
[752/1384] Compiling x_pubkey.cc
[753/1384] Compiling x_x509.cc
[754/1384] Compiling x_name.cc
[755/1384] Compiling x_algor.cc
[756/1384] Compiling x_exten.cc
[757/1384] Compiling x509spki.cc
[758/1384] Compiling x_attrib.cc
[759/1384] Compiling x_crl.cc
[760/1384] Compiling x509rset.cc
[761/1384] Compiling x_all.cc
[762/1384] Compiling x509name.cc
[763/1384] Compiling x509_txt.cc
[764/1384] Compiling x509cset.cc
[765/1384] Compiling x509_vpm.cc
[766/1384] Compiling x509_trs.cc
[767/1384] Compiling x509_vfy.cc
[768/1384] Compiling x509_set.cc
[769/1384] Compiling x509_v3.cc
[770/1384] Compiling x509_req.cc
[771/1384] Compiling x509_def.cc
[772/1384] Compiling x509_lu.cc
[773/1384] Compiling x509_d2.cc
[774/1384] Compiling x509_ext.cc
[775/1384] Compiling x509_obj.cc
[776/1384] Compiling x509_cmp.cc
[777/1384] Compiling x509_att.cc
[778/1384] Compiling x509.cc
[779/1384] Compiling v3_purp.cc
[780/1384] Compiling v3_prn.cc
[781/1384] Compiling v3_utl.cc
[782/1384] Compiling v3_ocsp.cc
[783/1384] Compiling v3_pmaps.cc
[784/1384] Compiling v3_pcons.cc
[785/1384] Compiling v3_skey.cc
[786/1384] Compiling v3_ncons.cc
[787/1384] Compiling v3_int.cc
[788/1384] Compiling v3_lib.cc
[789/1384] Compiling v3_info.cc
[790/1384] Compiling v3_ia5.cc
[791/1384] Compiling v3_extku.cc
[792/1384] Compiling v3_genn.cc
[793/1384] Compiling v3_enum.cc
[794/1384] Compiling v3_crld.cc
[795/1384] Compiling v3_cpols.cc
[796/1384] Compiling v3_conf.cc
[797/1384] Compiling v3_bitst.cc
[798/1384] Compiling v3_bcons.cc
[799/1384] Compiling v3_alt.cc
[800/1384] Compiling t_x509a.cc
[801/1384] Compiling v3_akey.cc
[802/1384] Compiling v3_akeya.cc
[803/1384] Compiling i2d_pr.cc
[804/1384] Compiling t_req.cc
[805/1384] Compiling t_x509.cc
[806/1384] Compiling t_crl.cc
[807/1384] Compiling rsa_pss.cc
[808/1384] Compiling policy.cc
[809/1384] Compiling name_print.cc
[810/1384] Compiling by_file.cc
[811/1384] Compiling asn1_gen.cc
[812/1384] Compiling voprf.cc
[813/1384] Compiling by_dir.cc
[814/1384] Compiling a_sign.cc
[815/1384] Compiling algorithm.cc
[816/1384] Compiling a_verify.cc
[817/1384] Compiling a_digest.cc
[818/1384] Compiling trust_token.cc
[819/1384] Compiling thread_win.cc
[820/1384] Compiling thread_none.cc
[821/1384] Compiling thread_pthread.cc
[822/1384] Compiling thread.cc
[823/1384] Compiling stack.cc
[824/1384] Compiling pmbtoken.cc
[825/1384] Compiling siphash.cc
[826/1384] Compiling slhdsa.cc
[827/1384] Compiling sha256.cc
[828/1384] Compiling sha512.cc
[829/1384] Compiling sha1.cc
[830/1384] Compiling rsa_print.cc
[831/1384] Compiling spake2plus.cc
[832/1384] Compiling rsa_extra.cc
[833/1384] Compiling rc4.cc
[834/1384] Compiling refcount.cc
[835/1384] Compiling windows.cc
[836/1384] Compiling urandom.cc
[837/1384] Compiling rsa_crypt.cc
[838/1384] Compiling rand.cc
[839/1384] Compiling trusty.cc
[839/1384] Compiling rsa_asn1.cc
[841/1384] Compiling passive.cc
[842/1384] Compiling ios.cc
[843/1384] Compiling getentropy.cc
[844/1384] Compiling poly1305_arm_asm.S
[845/1384] Compiling deterministic.cc
[846/1384] Compiling forkunsafe.cc
[847/1384] Compiling fork_detect.cc
[848/1384] Compiling poly1305_vec.cc
[849/1384] Compiling pool.cc
[850/1384] Compiling poly1305_arm.cc
[851/1384] Compiling poly1305.cc
[852/1384] Compiling pkcs7.cc
[853/1384] Compiling p5_pbev2.cc
[854/1384] Compiling pkcs8.cc
[855/1384] Compiling pkcs7_x509.cc
[856/1384] Compiling pkcs8_x509.cc
[857/1384] Compiling pem_xaux.cc
[858/1384] Compiling pem_x509.cc
[859/1384] Compiling pem_pkey.cc
[860/1384] Compiling pem_pk8.cc
[861/1384] Compiling mlkem.cc
[862/1384] Compiling obj_xref.cc
[863/1384] Compiling pem_info.cc
[864/1384] Compiling pem_lib.cc
[865/1384] Compiling pem_oth.cc
[866/1384] Compiling obj.cc
[867/1384] Compiling mldsa.cc
[868/1384] Compiling mem.cc
[869/1384] Compiling pem_all.cc
[870/1384] Compiling fips_shared_support.cc
[871/1384] Compiling md5.cc
[872/1384] Compiling poly_rq_mul.S
[873/1384] Compiling md4.cc
[874/1384] Compiling lhash.cc
[875/1384] Compiling ex_data.cc
[876/1384] Compiling sign.cc
[877/1384] Compiling kyber.cc
[878/1384] Compiling hrss.cc
[879/1384] Compiling scrypt.cc
[880/1384] Compiling hpke.cc
[881/1384] Compiling print.cc
[882/1384] Compiling pbkdf.cc
[883/1384] Compiling p_x25519.cc
[884/1384] Compiling p_x25519_asn1.cc
[885/1384] Compiling p_ed25519.cc
[886/1384] Compiling p_rsa_asn1.cc
[887/1384] Compiling p_rsa.cc
[888/1384] Compiling p_hkdf.cc
[889/1384] Compiling p_ed25519_asn1.cc
[890/1384] Compiling p_ec_asn1.cc
[891/1384] Compiling p_ec.cc
[892/1384] Compiling p_dh_asn1.cc
[893/1384] Compiling p_dh.cc
[894/1384] Compiling p_dsa_asn1.cc
[895/1384] Compiling evp.cc
[896/1384] Compiling evp_ctx.cc
[897/1384] Compiling err.cc
[898/1384] Compiling evp_asn1.cc
[899/1384] Compiling ecdh.cc
[900/1384] Compiling engine.cc
[901/1384] Compiling hash_to_curve.cc
[902/1384] Compiling ec_derive.cc
[903/1384] Compiling ecdsa_asn1.cc
[904/1384] Compiling ec_asn1.cc
[905/1384] Compiling params.cc
[906/1384] Compiling dsa.cc
[907/1384] Compiling dsa_asn1.cc
[908/1384] Compiling x25519-asm-arm.S
[909/1384] Compiling des.cc
[910/1384] Compiling digest_extra.cc
[911/1384] Compiling dh_asn1.cc
[912/1384] Compiling crypto.cc
[913/1384] Compiling cpu_intel.cc
[914/1384] Compiling cpu_arm_linux.cc
[915/1384] Compiling curve25519.cc
[916/1384] Compiling bcm.cc
[917/1384] Compiling spake25519.cc
[918/1384] Compiling cpu_arm_freebsd.cc
[919/1384] Compiling cpu_aarch64_win.cc
[920/1384] Compiling curve25519_64_adx.cc
[921/1384] Compiling cpu_aarch64_sysreg.cc
[922/1384] Compiling cpu_aarch64_fuchsia.cc
[923/1384] Compiling cpu_aarch64_openbsd.cc
[924/1384] Compiling cpu_aarch64_linux.cc
[925/1384] Compiling cpu_aarch64_apple.cc
[926/1384] Compiling conf.cc
[927/1384] Compiling tls_cbc.cc
[928/1384] Compiling e_tls.cc
[929/1384] Compiling get_cipher.cc
[930/1384] Compiling e_rc4.cc
[931/1384] Compiling e_null.cc
[932/1384] Compiling e_des.cc
[933/1384] Compiling e_rc2.cc
[934/1384] Compiling e_chacha20poly1305.cc
[935/1384] Compiling e_aesctrhmac.cc
[936/1384] Compiling e_aesgcmsiv.cc
[937/1384] Compiling chacha.cc
[938/1384] Compiling derive_key.cc
[939/1384] Compiling unicode.cc
[940/1384] Compiling buf.cc
[941/1384] Compiling ber.cc
[942/1384] Compiling cbb.cc
[943/1384] Compiling cbs.cc
[944/1384] Compiling asn1_compat.cc
[945/1384] Compiling bn_asn1.cc
[946/1384] Compiling blake2.cc
[947/1384] Compiling convert.cc
[948/1384] Compiling socket_helper.cc
[948/1384] Compiling socket.cc
[950/1384] Compiling printf.cc
[951/1384] Compiling pair.cc
[951/1384] Compiling hexdump.cc
[953/1384] Compiling file.cc
[954/1384] Compiling errno.cc
[954/1384] Compiling fd.cc
[955/1384] Compiling base64.cc
[957/1384] Compiling connect.cc
[958/1384] Compiling bio.cc
[959/1384] Compiling bio_mem.cc
[960/1384] Compiling tasn_utl.cc
[961/1384] Compiling tasn_typ.cc
[962/1384] Compiling tasn_fre.cc
[963/1384] Compiling f_string.cc
[964/1384] Compiling tasn_enc.cc
[965/1384] Compiling posix_time.cc
[966/1384] Compiling f_int.cc
[967/1384] Compiling tasn_new.cc
[968/1384] Compiling tasn_dec.cc
[969/1384] Compiling asn1_par.cc
[970/1384] Compiling asn_pack.cc
[971/1384] Compiling a_utctm.cc
[972/1384] Compiling a_type.cc
[973/1384] Compiling asn1_lib.cc
[974/1384] Compiling a_octet.cc
[975/1384] Compiling a_strnid.cc
[976/1384] Compiling a_mbstr.cc
[976/1384] Compiling a_i2d_fp.cc
[976/1384] Compiling a_strex.cc
[977/1384] Compiling a_time.cc
[980/1384] Compiling a_object.cc
[981/1384] Compiling a_int.cc
[982/1384] Compiling a_gentm.cc
[983/1384] Compiling fiat_p256_adx_sqr.S
[984/1384] Compiling fiat_p256_adx_mul.S
[985/1384] Compiling fiat_curve25519_adx_square.S
[986/1384] Compiling fiat_curve25519_adx_mul.S
[987/1384] Compiling a_d2i_fp.cc
[988/1384] Compiling a_dup.cc
[989/1384] Compiling a_bitstr.cc
[990/1384] Compiling md5-x86_64-linux.S
[991/1384] Compiling md5-x86_64-apple.S
[992/1384] Compiling md5-586-linux.S
[993/1384] Compiling md5-586-apple.S
[994/1384] Compiling CCryptoBoringSSLShims shims.c
[995/1384] Compiling chacha20_poly1305_x86_64-apple.S
[996/1384] Compiling chacha20_poly1305_armv8-win.S
[997/1384] Compiling chacha20_poly1305_armv8-linux.S
[998/1384] Compiling chacha20_poly1305_x86_64-linux.S
[999/1384] Compiling chacha20_poly1305_armv8-apple.S
[1000/1384] Compiling chacha-x86_64-apple.S
[1001/1384] Compiling chacha-x86_64-linux.S
[1002/1384] Compiling a_bool.cc
[1003/1384] Compiling chacha-x86-linux.S
[1004/1384] Compiling chacha-x86-apple.S
[1005/1384] Compiling chacha-armv8-win.S
[1006/1384] Compiling chacha-armv8-linux.S
[1007/1384] Compiling chacha-armv8-apple.S
[1008/1384] Compiling chacha-armv4-linux.S
[1009/1384] Compiling err_data.cc
[1010/1384] Compiling aes128gcmsiv-x86_64-linux.S
[1011/1384] Compiling aes128gcmsiv-x86_64-apple.S
[1012/1384] Compiling x86_64-mont5-linux.S
[1013/1384] Compiling x86_64-mont5-apple.S
[1014/1384] Compiling x86_64-mont-apple.S
[1015/1384] Compiling x86_64-mont-linux.S
[1015/1384] Compiling x86-mont-linux.S
[1017/1384] Compiling x86-mont-apple.S
[1018/1384] Compiling vpaes-x86_64-linux.S
[1019/1384] Compiling vpaes-x86-linux.S
[1020/1384] Compiling vpaes-x86_64-apple.S
[1021/1384] Compiling vpaes-x86-apple.S
[1022/1384] Compiling vpaes-armv8-win.S
[1023/1384] Compiling vpaes-armv8-linux.S
[1024/1384] Compiling vpaes-armv8-apple.S
[1025/1384] Compiling vpaes-armv7-linux.S
[1026/1384] Compiling sha512-x86_64-apple.S
[1027/1384] Compiling sha512-armv8-win.S
[1028/1384] Compiling sha512-armv8-linux.S
[1029/1384] Compiling sha512-x86_64-linux.S
[1030/1384] Compiling sha512-armv8-apple.S
[1031/1384] Compiling sha512-armv4-linux.S
[1032/1384] Compiling sha512-586-linux.S
[1033/1384] Compiling sha512-586-apple.S
[1034/1384] Compiling sha256-x86_64-apple.S
[1035/1384] Compiling sha256-armv8-win.S
[1036/1384] Compiling sha256-x86_64-linux.S
[1037/1384] Compiling sha256-armv8-linux.S
[1038/1384] Compiling sha256-armv8-apple.S
[1039/1384] Compiling sha256-armv4-linux.S
[1040/1384] Compiling sha256-586-linux.S
[1041/1384] Compiling sha256-586-apple.S
[1042/1384] Compiling sha1-x86_64-apple.S
[1043/1384] Compiling sha1-armv8-linux.S
[1044/1384] Compiling sha1-armv8-win.S
[1045/1384] Compiling sha1-armv8-apple.S
[1046/1384] Compiling sha1-x86_64-linux.S
[1047/1384] Compiling sha1-armv4-large-linux.S
[1048/1384] Compiling sha1-586-linux.S
[1049/1384] Compiling sha1-586-apple.S
[1050/1384] Compiling rsaz-avx2-apple.S
[1051/1384] Compiling rsaz-avx2-linux.S
[1052/1384] Compiling rdrand-x86_64-apple.S
[1053/1384] Compiling rdrand-x86_64-linux.S
[1054/1384] Compiling p256_beeu-x86_64-asm-linux.S
[1055/1384] Compiling p256_beeu-x86_64-asm-apple.S
[1056/1384] Compiling p256_beeu-armv8-asm-win.S
[1057/1384] Compiling p256_beeu-armv8-asm-linux.S
[1058/1384] Compiling p256_beeu-armv8-asm-apple.S
[1059/1384] Compiling p256-x86_64-asm-apple.S
[1060/1384] Compiling p256-x86_64-asm-linux.S
[1061/1384] Compiling p256-armv8-asm-apple.S
[1062/1384] Compiling ghashv8-armv8-win.S
[1062/1384] Compiling ghashv8-armv8-linux.S
[1062/1384] Compiling ghashv8-armv8-apple.S
[1062/1384] Compiling p256-armv8-asm-win.S
[1062/1384] Compiling p256-armv8-asm-linux.S
[1067/1384] Compiling ghashv8-armv7-linux.S
[1068/1384] Compiling ghash-x86-linux.S
[1069/1384] Compiling ghash-x86-apple.S
[1070/1384] Compiling ghash-ssse3-x86_64-linux.S
[1071/1384] Compiling ghash-x86_64-apple.S
[1071/1384] Compiling ghash-x86_64-linux.S
[1073/1384] Compiling ghash-ssse3-x86-apple.S
[1074/1384] Compiling ghash-ssse3-x86_64-apple.S
[1075/1384] Compiling ghash-ssse3-x86-linux.S
[1076/1384] Compiling ghash-neon-armv8-linux.S
[1076/1384] Compiling ghash-neon-armv8-apple.S
[1078/1384] Compiling ghash-neon-armv8-win.S
[1079/1384] Compiling ghash-armv4-linux.S
[1080/1384] Compiling co-586-apple.S
[1081/1384] Compiling co-586-linux.S
[1082/1384] Compiling bn-armv8-win.S
[1083/1384] Compiling bn-armv8-linux.S
[1084/1384] Compiling bsaes-armv7-linux.S
[1085/1384] Compiling bn-586-apple.S
[1086/1384] Compiling bn-armv8-apple.S
[1087/1384] Compiling bn-586-linux.S
[1088/1384] Compiling armv8-mont-win.S
[1089/1384] Compiling armv8-mont-linux.S
[1090/1384] Compiling armv8-mont-apple.S
[1091/1384] Compiling aesv8-gcm-armv8-win.S
[1092/1384] Compiling aesv8-gcm-armv8-apple.S
[1093/1384] Compiling armv4-mont-linux.S
[1094/1384] Compiling aesv8-gcm-armv8-linux.S
[1095/1384] Compiling aesv8-armv8-win.S
[1096/1384] Compiling aesv8-armv8-linux.S
[1097/1384] Compiling aesv8-armv8-apple.S
[1098/1384] Compiling aesv8-armv7-linux.S
[1099/1384] Compiling aesni-x86_64-apple.S
[1100/1384] Compiling aesni-x86-linux.S
[1101/1384] Compiling aesni-x86_64-linux.S
[1102/1384] Compiling aesni-x86-apple.S
[1103/1384] Compiling aesni-gcm-x86_64-apple.S
[1104/1384] Compiling aesni-gcm-x86_64-linux.S
[1105/1384] Compiling aes-gcm-avx10-x86_64-apple.S
[1106/1384] Compiling aes-gcm-avx10-x86_64-linux.S
[1107/1384] Compiling c-nioatomics.c
[1108/1384] Compiling c-atomics.c
[1109/1384] Compiling x_spki.cc
[1110/1384] Compiling x_x509a.cc
[1111/1384] Compiling x_sig.cc
[1112/1384] Compiling x_val.cc
[1112/1384] Compiling x_x509.cc
[1112/1384] Compiling x_req.cc
[1115/1390] Compiling x_pubkey.cc
[1116/1390] Compiling x_attrib.cc
[1117/1390] Compiling x_crl.cc
[1117/1390] Compiling x_algor.cc
[1119/1390] Compiling x_name.cc
[1121/1390] Compiling NIOConcurrencyHelpers lock.swift
[1121/1390] Compiling x509spki.cc
[1122/1390] Compiling x_exten.cc
[1124/1390] Compiling NIOConcurrencyHelpers NIOLock.swift
[1125/1390] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1126/1390] Compiling NIOConcurrencyHelpers atomics.swift
[1127/1390] Emitting module NIOConcurrencyHelpers
[1128/1390] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1128/1390] Compiling x_all.cc
[1130/1391] Wrapping AST for NIOConcurrencyHelpers for debugging
[1131/1391] Compiling x509rset.cc
[1132/1391] Compiling x509cset.cc
[1133/1391] Compiling x509_vpm.cc
[1134/1391] Compiling x509_vfy.cc
[1135/1391] Compiling x509name.cc
[1136/1391] Compiling x509_v3.cc
[1137/1391] Compiling x509_txt.cc
[1138/1391] Compiling x509_trs.cc
[1139/1391] Compiling x509_set.cc
[1140/1391] Compiling x509_req.cc
[1141/1391] Compiling x509_obj.cc
[1142/1391] Compiling x509_lu.cc
[1143/1391] Compiling x509_def.cc
[1144/1391] Compiling x509_d2.cc
[1145/1391] Compiling x509_ext.cc
[1146/1391] Compiling x509_att.cc
[1147/1391] Compiling x509_cmp.cc
[1148/1391] Compiling x509.cc
[1149/1391] Compiling v3_prn.cc
[1150/1391] Compiling v3_skey.cc
[1151/1391] Compiling v3_purp.cc
[1152/1391] Compiling v3_utl.cc
[1153/1391] Compiling v3_pmaps.cc
[1154/1391] Compiling v3_pcons.cc
[1155/1391] Compiling v3_ocsp.cc
[1156/1391] Compiling v3_ncons.cc
[1157/1391] Compiling v3_int.cc
[1158/1391] Compiling v3_lib.cc
[1159/1391] Compiling v3_info.cc
[1160/1391] Compiling v3_genn.cc
[1161/1391] Compiling v3_ia5.cc
[1162/1391] Compiling v3_cpols.cc
[1163/1391] Compiling v3_crld.cc
[1163/1391] Compiling v3_extku.cc
[1165/1391] Compiling v3_bitst.cc
[1166/1391] Compiling v3_conf.cc
[1167/1391] Compiling v3_enum.cc
[1168/1391] Compiling v3_bcons.cc
[1169/1391] Compiling v3_alt.cc
[1170/1391] Compiling t_crl.cc
[1171/1391] Compiling t_req.cc
[1171/1391] Compiling v3_akeya.cc
[1173/1391] Compiling v3_akey.cc
[1173/1391] Compiling t_x509a.cc
[1173/1391] Compiling rsa_pss.cc
[1176/1391] Compiling t_x509.cc
[1177/1391] Compiling policy.cc
[1178/1391] Compiling i2d_pr.cc
[1179/1391] Compiling algorithm.cc
[1180/1391] Compiling name_print.cc
[1181/1391] Compiling by_file.cc
[1182/1391] Compiling asn1_gen.cc
[1183/1391] Compiling a_verify.cc
[1184/1391] Compiling by_dir.cc
[1185/1391] Compiling a_sign.cc
[1186/1391] Compiling thread_pthread.cc
[1187/1391] Compiling thread_none.cc
[1187/1391] Compiling a_digest.cc
[1189/1391] Compiling thread_win.cc
[1190/1391] Compiling voprf.cc
[1191/1391] Compiling trust_token.cc
[1192/1391] Compiling thread.cc
[1193/1391] Compiling pmbtoken.cc
[1194/1391] Compiling wots.cc
[1195/1391] Compiling stack.cc
[1196/1391] Compiling thash.cc
[1197/1391] Compiling slhdsa.cc
[1197/1391] Compiling merkle.cc
[1199/1391] Compiling fors.cc
[1200/1391] Compiling siphash.cc
[1201/1391] Compiling sha512.cc
[1202/1391] Compiling sha256.cc
[1203/1391] Compiling sha1.cc
[1204/1391] Compiling refcount.cc
[1205/1391] Compiling rsa_print.cc
[1206/1391] Compiling rsa_extra.cc
[1207/1391] Compiling rsa_asn1.cc
[1208/1391] Compiling rsa_crypt.cc
[1209/1391] Compiling rc4.cc
[1210/1391] Compiling windows.cc
[1211/1391] Compiling urandom.cc
[1212/1391] Compiling trusty.cc
[1213/1391] Compiling ios.cc
[1214/1391] Compiling rand_extra.cc
[1215/1391] Compiling getentropy.cc
[1216/1391] Compiling passive.cc
[1217/1391] Compiling poly1305_arm_asm.S
[1218/1391] Compiling forkunsafe.cc
[1219/1391] Compiling fork_detect.cc
[1220/1391] Compiling deterministic.cc
[1221/1391] Compiling poly1305_arm.cc
[1222/1391] Compiling poly1305.cc
[1223/1391] Compiling pool.cc
[1224/1391] Compiling poly1305_vec.cc
[1225/1391] Compiling pkcs7.cc
[1226/1391] Compiling pkcs8_x509.cc
[1227/1391] Compiling pkcs8.cc
[1227/1391] Compiling p5_pbev2.cc
[1229/1391] Compiling pkcs7_x509.cc
[1230/1391] Compiling pem_x509.cc
[1230/1391] Compiling pem_xaux.cc
[1232/1391] Compiling pem_pkey.cc
[1233/1391] Compiling obj_xref.cc
[1234/1391] Compiling pem_pk8.cc
[1235/1391] Compiling pem_oth.cc
[1236/1391] Compiling pem_info.cc
[1237/1391] Compiling obj.cc
[1237/1391] Compiling pem_lib.cc
[1239/1391] Compiling pem_all.cc
[1240/1391] Compiling mlkem.cc
[1241/1391] Compiling mldsa.cc
[1242/1391] Compiling poly_rq_mul.S
[1243/1391] Compiling mem.cc
[1244/1391] Compiling fips_shared_support.cc
[1245/1391] Compiling md5.cc
[1246/1391] Compiling md4.cc
[1247/1391] Compiling lhash.cc
[1248/1391] Compiling kyber.cc
[1249/1391] Compiling ex_data.cc
[1250/1391] Compiling sign.cc
[1251/1391] Compiling hpke.cc
[1252/1391] Compiling hrss.cc
[1253/1391] Compiling scrypt.cc
[1254/1391] Compiling pbkdf.cc
[1255/1391] Compiling print.cc
[1256/1391] Compiling p_x25519.cc
[1257/1391] Compiling p_x25519_asn1.cc
[1258/1391] Compiling p_rsa_asn1.cc
[1259/1391] Compiling p_rsa.cc
[1260/1391] Compiling p_hkdf.cc
[1261/1391] Compiling p_ed25519.cc
[1262/1391] Compiling p_ed25519_asn1.cc
[1263/1391] Compiling p_ec_asn1.cc
[1264/1391] Compiling p_ec.cc
[1265/1391] Compiling p_dh.cc
[1266/1391] Compiling p_dh_asn1.cc
[1267/1391] Compiling p_dsa_asn1.cc
[1268/1391] Compiling evp_ctx.cc
[1269/1391] Compiling evp_asn1.cc
[1270/1391] Compiling evp.cc
[1271/1391] Compiling err.cc
[1272/1391] Compiling engine.cc
[1273/1391] Compiling ecdh_extra.cc
[1274/1391] Compiling ecdsa_asn1.cc
[1275/1391] Compiling hash_to_curve.cc
[1276/1391] Compiling ec_derive.cc
[1277/1391] Compiling ec_asn1.cc
[1278/1391] Compiling dsa_asn1.cc
[1279/1391] Compiling dsa.cc
[1280/1391] Compiling params.cc
[1281/1391] Compiling x25519-asm-arm.S
[1282/1391] Compiling dh_asn1.cc
[1283/1391] Compiling digest_extra.cc
[1284/1391] Compiling des.cc
[1285/1391] Compiling spake25519.cc
[1286/1391] Compiling crypto.cc
[1287/1391] Compiling cpu_intel.cc
[1288/1391] Compiling cpu_arm_linux.cc
[1289/1391] Compiling cpu_arm_freebsd.cc
[1290/1391] Compiling curve25519.cc
[1291/1391] Compiling cpu_aarch64_openbsd.cc
[1291/1391] Compiling cpu_aarch64_win.cc
[1293/1391] Compiling cpu_aarch64_sysreg.cc
[1294/1391] Compiling cpu_aarch64_fuchsia.cc
[1295/1391] Compiling cpu_aarch64_apple.cc
[1296/1391] Compiling curve25519_64_adx.cc
[1297/1391] Compiling bcm.cc
[1298/1391] Compiling conf.cc
[1299/1391] Compiling e_rc4.cc
[1300/1391] Compiling tls_cbc.cc
[1301/1391] Compiling e_tls.cc
[1302/1391] Compiling e_rc2.cc
[1303/1391] Compiling e_null.cc
[1304/1391] Compiling e_des.cc
[1305/1391] Compiling e_chacha20poly1305.cc
[1306/1391] Compiling derive_key.cc
[1307/1391] Compiling e_aesgcmsiv.cc
[1308/1391] Compiling e_aesctrhmac.cc
[1309/1391] Compiling cipher_extra.cc
[1310/1391] Compiling chacha.cc
[1311/1391] Compiling unicode.cc
[1312/1391] Compiling ber.cc
[1313/1391] Compiling asn1_compat.cc
[1314/1391] Compiling buf.cc
[1315/1391] Compiling cbb.cc
[1316/1391] Compiling cbs.cc
[1317/1391] Compiling bn_asn1.cc
[1318/1391] Compiling convert.cc
[1319/1391] Compiling blake2.cc
[1320/1391] Compiling printf.cc
[1321/1391] Compiling hexdump.cc
[1322/1391] Compiling errno.cc
[1322/1391] Compiling pair.cc
[1324/1391] Compiling file.cc
[1325/1391] Compiling fd.cc
[1326/1391] Compiling bio_mem.cc
[1327/1391] Compiling bio.cc
[1328/1391] Compiling base64.cc
[1329/1391] Compiling tasn_fre.cc
[1330/1391] Compiling tasn_typ.cc
[1331/1391] Compiling tasn_enc.cc
[1332/1391] Compiling tasn_new.cc
[1333/1391] Compiling tasn_utl.cc
[1334/1391] Compiling posix_time.cc
[1335/1391] Compiling tasn_dec.cc
[1336/1391] Compiling f_string.cc
[1337/1391] Compiling f_int.cc
[1338/1391] Compiling asn_pack.cc
[1339/1391] Compiling asn1_par.cc
[1340/1391] Compiling a_utctm.cc
[1341/1391] Compiling asn1_lib.cc
[1342/1391] Compiling CCompressZlib empty.c
[1343/1391] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1344/1391] Write sources
[1345/1391] Compiling a_type.cc
[1346/1391] Write sources
[1347/1391] Compiling a_time.cc
[1348/1391] Write sources
[1350/1391] Compiling a_strnid.cc
[1351/1391] Write sources
[1352/1391] Compiling a_mbstr.cc
[1353/1391] Write sources
[1355/1398] Compiling a_strex.cc
[1356/1462] Compiling a_int.cc
[1357/1510] Compiling a_bitstr.cc
[1359/1543] Compiling Algorithms Partition.swift
[1360/1543] Compiling Algorithms Permutations.swift
[1361/1545] Compiling Algorithms Product.swift
[1362/1545] Compiling Algorithms Joined.swift
[1363/1545] Compiling Algorithms Keyed.swift
[1364/1545] Compiling Algorithms MinMax.swift
[1365/1545] Compiling Algorithms AdjacentPairs.swift
[1366/1545] Compiling Algorithms Chain.swift
[1367/1545] Compiling Algorithms Chunked.swift
[1368/1545] Compiling Algorithms EitherSequence.swift
[1369/1545] Compiling Algorithms FirstNonNil.swift
[1370/1545] Compiling Algorithms FlattenCollection.swift
[1371/1545] Compiling Algorithms Grouped.swift
[1372/1545] Compiling Algorithms Indexed.swift
[1373/1545] Compiling Algorithms Intersperse.swift
[1374/1545] Compiling Atomics IntegerOperations.swift
[1375/1545] Compiling Atomics Unmanaged extensions.swift
[1376/1545] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1377/1545] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1378/1545] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1379/1545] Compiling AsyncAlgorithms DebounceStorage.swift
[1380/1545] Compiling AsyncAlgorithms Dictionary.swift
[1381/1545] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1382/1545] Compiling AsyncAlgorithms Locking.swift
[1383/1545] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1384/1545] Compiling BitCollections BitSet+CustomReflectable.swift
[1385/1545] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1386/1545] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1387/1545] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1388/1545] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1389/1545] Compiling AsyncAlgorithms AsyncChannel.swift
[1390/1552] Compiling ArgumentParserToolInfo ToolInfo.swift
[1391/1552] Emitting module ArgumentParserToolInfo
[1392/1553] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1393/1553] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1394/1553] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1395/1553] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1396/1553] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1397/1553] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1398/1553] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1399/1553] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1400/1553] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1401/1553] Compiling AsyncAlgorithms MergeStateMachine.swift
[1402/1553] Compiling AsyncAlgorithms MergeStorage.swift
[1403/1553] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1404/1553] Compiling AsyncAlgorithms Rethrow.swift
[1405/1553] Compiling BitCollections BitSet.Counted.swift
[1407/1553] Compiling CryptoBoringWrapper RandomBytes.swift
[1413/1559] Wrapping AST for ArgumentParserToolInfo for debugging
[1415/1559] Compiling Algorithms Split.swift
[1416/1559] Compiling Algorithms Stride.swift
[1417/1559] Compiling Algorithms Suffix.swift
[1418/1600] Compiling ArgumentParser AsyncParsableCommand.swift
[1419/1600] Compiling ArgumentParser CommandConfiguration.swift
[1420/1600] Compiling ArgumentParser CommandGroup.swift
[1421/1600] Compiling ArgumentParser BashCompletionsGenerator.swift
[1422/1600] Compiling ArgumentParser CompletionsGenerator.swift
[1423/1600] Compiling ArgumentParser FishCompletionsGenerator.swift
[1424/1600] Compiling ArgumentParser ZshCompletionsGenerator.swift
[1425/1600] Compiling ArgumentParser Argument.swift
[1426/1600] Compiling ArgumentParser ArgumentHelp.swift
[1427/1600] Compiling ArgumentParser ArgumentVisibility.swift
[1428/1600] Emitting module AsyncAlgorithms
[1429/1600] Compiling ArgumentParser CompletionKind.swift
[1430/1600] Compiling ArgumentParser Errors.swift
[1431/1600] Compiling ArgumentParser Flag.swift
[1432/1600] Compiling ArgumentParser NameSpecification.swift
[1433/1600] Compiling ArgumentParser Option.swift
[1434/1600] Compiling ArgumentParser ExpressibleByArgument.swift
[1435/1600] Compiling ArgumentParser ParsableArguments.swift
[1436/1600] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1437/1600] Compiling CryptoBoringWrapper EllipticCurve.swift
[1438/1600] Emitting module CryptoBoringWrapper
[1439/1600] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1440/1600] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1441/1600] Compiling ArgumentParser ArgumentDecoder.swift
[1442/1600] Compiling ArgumentParser OptionGroup.swift
[1446/1600] Compiling ArgumentParser EnumerableFlag.swift
[1447/1600] Compiling ArgumentParser ArgumentDefinition.swift
[1448/1600] Compiling ArgumentParser ArgumentSet.swift
[1455/1600] Compiling ArgumentParser ParsableArgumentsValidation.swift
[1456/1600] Compiling ArgumentParser ParsableCommand.swift
[1457/1600] Emitting module BitCollections
[1466/1600] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1467/1600] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1475/1601] Compiling BitCollections BitSet.Index.swift
[1476/1601] Compiling BitCollections BitSet._UnsafeHandle.swift
[1477/1601] Compiling BitCollections BitSet.swift
[1478/1601] Compiling BitCollections Range+Utilities.swift
[1479/1601] Compiling BitCollections Slice+Utilities.swift
[1480/1601] Compiling BitCollections UInt+Tricks.swift
[1481/1601] Compiling BitCollections _Word.swift
[1490/1602] Wrapping AST for CryptoBoringWrapper for debugging
[1492/1602] Compiling ArgumentParser CommandParser.swift
[1493/1602] Compiling ArgumentParser InputKey.swift
[1494/1602] Compiling ArgumentParser InputOrigin.swift
[1494/1602] Wrapping AST for BitCollections for debugging
[1496/1605] Compiling ArgumentParser DumpHelpGenerator.swift
[1497/1605] Compiling ArgumentParser HelpCommand.swift
[1498/1605] Compiling ArgumentParser HelpGenerator.swift
[1499/1605] Compiling ArgumentParser MessageInfo.swift
[1500/1605] Compiling ArgumentParser UsageGenerator.swift
[1502/1673] Emitting module ArgumentParser
[1503/1680] Compiling Collections Collections.swift
[1504/1680] Emitting module Collections
[1505/1681] Emitting module Atomics
[1507/1681] Compiling Crypto Digests.swift
[1508/1681] Compiling Crypto HashFunctions.swift
[1509/1681] Compiling Crypto HashFunctions_SHA2.swift
[1510/1681] Compiling Crypto HPKE-AEAD.swift
[1511/1681] Compiling Crypto HPKE-Ciphersuite.swift
[1512/1681] Compiling Crypto HPKE-KDF.swift
[1513/1681] Compiling Crypto ASN1Strings.swift
[1514/1681] Compiling Crypto ArraySliceBigint.swift
[1515/1681] Compiling Crypto GeneralizedTime.swift
[1516/1681] Compiling Crypto ObjectIdentifier.swift
[1517/1681] Compiling Crypto ECDSASignature.swift
[1518/1681] Compiling Crypto PEMDocument.swift
[1519/1681] Compiling Crypto PKCS8PrivateKey.swift
[1520/1681] Compiling Crypto SEC1PrivateKey.swift
[1521/1681] Compiling Crypto SubjectPublicKeyInfo.swift
[1522/1681] Compiling Crypto CryptoKitErrors.swift
[1523/1681] Compiling Crypto Digest_boring.swift
[1524/1681] Compiling Crypto Digest.swift
[1524/1681] Wrapping AST for Collections for debugging
[1526/1681] Compiling Crypto AES-GCM.swift
[1527/1681] Compiling Crypto AES-GCM_boring.swift
[1528/1681] Compiling Crypto ChaChaPoly_boring.swift
[1529/1681] Compiling Crypto ChaChaPoly.swift
[1535/1681] Compiling Crypto Insecure.swift
[1536/1681] Compiling Crypto Insecure_HashFunctions.swift
[1537/1681] Compiling Crypto KEM.swift
[1538/1681] Compiling Crypto ECDH_boring.swift
[1539/1681] Compiling Crypto DH.swift
[1540/1681] Compiling Crypto ECDH.swift
[1542/1682] Compiling Crypto Cipher.swift
[1543/1682] Compiling Crypto Nonces.swift
[1546/1683] Compiling ArgumentParser CollectionExtensions.swift
[1547/1683] Compiling ArgumentParser Platform.swift
[1548/1683] Compiling ArgumentParser SequenceExtensions.swift
[1549/1683] Compiling ArgumentParser StringExtensions.swift
[1550/1683] Compiling ArgumentParser Tree.swift
[1550/1683] Wrapping AST for AsyncAlgorithms for debugging
[1552/1683] Compiling Crypto ASN1.swift
[1553/1683] Compiling Crypto ASN1Any.swift
[1554/1683] Compiling Crypto ASN1BitString.swift
[1555/1683] Compiling Crypto ASN1Boolean.swift
[1556/1683] Compiling Crypto ASN1Identifier.swift
[1557/1683] Compiling Crypto ASN1Integer.swift
[1558/1683] Compiling Crypto HPKE-KexKeyDerivation.swift
[1559/1683] Compiling Crypto HPKE-LabeledExtract.swift
[1560/1683] Compiling Crypto HPKE-Utils.swift
[1561/1683] Compiling Crypto DHKEM.swift
[1562/1683] Compiling Crypto HPKE-KEM-Curve25519.swift
[1563/1683] Emitting module Algorithms
[1563/1684] Wrapping AST for Atomics for debugging
[1572/1751] Compiling NIOCore ByteBuffer-views.swift
[1573/1751] Compiling NIOCore Channel.swift
[1574/1751] Compiling NIOCore ChannelHandler.swift
[1575/1751] Compiling NIOCore ChannelHandlers.swift
[1576/1751] Compiling NIOCore ChannelInvoker.swift
[1577/1751] Compiling NIOCore ChannelOption.swift
[1578/1751] Compiling NIOCore ChannelPipeline.swift
[1579/1751] Compiling NIOCore CircularBuffer.swift
[1580/1751] Compiling NIOCore Codec.swift
[1581/1751] Compiling NIOCore ConvenienceOptionSupport.swift
[1582/1760] Emitting module ServiceLifecycle
[1583/1761] Compiling ServiceLifecycle Service.swift
[1584/1761] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1585/1761] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1586/1761] Compiling ServiceLifecycle ServiceRunnerError.swift
[1587/1761] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1588/1761] Compiling ServiceLifecycle CancellationWaiter.swift
[1589/1761] Compiling ServiceLifecycle GracefulShutdown.swift
[1590/1761] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1591/1761] Compiling NIOCore ByteBuffer-multi-int.swift
[1592/1761] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1595/1761] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1596/1761] Compiling NIOCore ByteBuffer-conversions.swift
[1597/1761] Compiling NIOCore ByteBuffer-core.swift
[1598/1761] Compiling NIOCore ByteBuffer-hex.swift
[1599/1761] Compiling NIOCore ByteBuffer-int.swift
[1605/1761] Compiling NIOCore MarkedCircularBuffer.swift
[1606/1761] Compiling NIOCore MulticastChannel.swift
[1607/1761] Compiling NIOCore NIOAny.swift
[1608/1761] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1609/1761] Compiling NIOCore NIOLoopBound.swift
[1610/1761] Compiling NIOCore NIOScheduledCallback.swift
[1611/1761] Compiling NIOCore NIOSendable.swift
[1612/1761] Compiling NIOCore RecvByteBufferAllocator.swift
[1613/1761] Compiling Crypto ECDSA.swift
[1614/1761] Compiling Crypto Ed25519.swift
[1616/1762] Compiling Crypto HKDF.swift
[1617/1762] Compiling Crypto AESWrap.swift
[1618/1762] Compiling Crypto AESWrap_boring.swift
[1619/1762] Compiling Crypto Ed25519_boring.swift
[1620/1762] Compiling Crypto NISTCurvesKeys_boring.swift
[1621/1762] Compiling Crypto X25519Keys_boring.swift
[1622/1762] Compiling Crypto Curve25519.swift
[1623/1762] Compiling Crypto Ed25519Keys.swift
[1624/1762] Compiling Crypto NISTCurvesKeys.swift
[1625/1762] Compiling Crypto X25519Keys.swift
[1626/1762] Compiling NIOCore DeadChannel.swift
[1627/1762] Compiling NIOCore DispatchQueue+WithFuture.swift
[1628/1762] Compiling NIOCore EventLoop+Deprecated.swift
[1629/1762] Compiling NIOCore EventLoop+SerialExecutor.swift
[1630/1762] Compiling NIOCore EventLoop.swift
[1631/1762] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1632/1762] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1633/1762] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1634/1762] Compiling NIOCore EventLoopFuture.swift
[1635/1762] Compiling NIOCore FileDescriptor.swift
[1636/1762] Emitting module Crypto
[1637/1762] Compiling NIOCore FileHandle.swift
[1638/1762] Compiling NIOCore FileRegion.swift
[1639/1762] Compiling NIOCore GlobalSingletons.swift
[1640/1762] Compiling NIOCore IO.swift
[1641/1762] Compiling NIOCore IOData.swift
[1642/1762] Compiling NIOCore IPProtocol.swift
[1643/1762] Compiling NIOCore IntegerBitPacking.swift
[1644/1762] Compiling NIOCore IntegerTypes.swift
[1645/1762] Compiling NIOCore Interfaces.swift
[1646/1762] Compiling NIOCore Linux.swift
[1646/1762] Wrapping AST for ArgumentParser for debugging
[1648/1762] Compiling NIOCore AddressedEnvelope.swift
[1649/1762] Compiling NIOCore AsyncAwaitSupport.swift
[1650/1762] Compiling NIOCore AsyncChannel.swift
[1651/1762] Compiling NIOCore AsyncChannelHandler.swift
[1652/1762] Compiling NIOCore AsyncChannelInboundStream.swift
[1653/1762] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1654/1762] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1655/1762] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1656/1762] Compiling NIOCore NIOAsyncWriter.swift
[1657/1762] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1658/1762] Compiling NIOCore BSDSocketAPI.swift
[1659/1762] Compiling NIOCore ByteBuffer-aux.swift
[1668/1762] Compiling Crypto Signature.swift
[1669/1762] Compiling Crypto CryptoKitErrors_boring.swift
[1670/1762] Compiling Crypto RNG_boring.swift
[1671/1762] Compiling Crypto SafeCompare_boring.swift
[1672/1762] Compiling Crypto Zeroization_boring.swift
[1673/1762] Compiling Crypto PrettyBytes.swift
[1674/1762] Compiling Crypto SafeCompare.swift
[1675/1762] Compiling Crypto SecureBytes.swift
[1676/1762] Compiling Crypto Zeroization.swift
[1685/1771] Wrapping AST for Crypto for debugging
[1687/1771] Compiling ServiceLifecycle ServiceGroup.swift
[1688/1818] Compiling _CryptoExtras I2OSP.swift
[1689/1818] Compiling _CryptoExtras IntegerEncoding.swift
[1690/1818] Compiling _CryptoExtras PEMDocument.swift
[1696/1818] Wrapping AST for ServiceLifecycle for debugging
[1698/1818] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1699/1818] Compiling _CryptoExtras DigestType.swift
[1700/1818] Compiling _CryptoExtras Error.swift
[1704/1824] Compiling _CryptoExtras HashToField.swift
[1705/1824] Compiling _CryptoExtras KDF.swift
[1706/1824] Compiling _CryptoExtras PBKDF2_boring.swift
[1707/1824] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1708/1824] Compiling _CryptoExtras PBKDF2.swift
[1709/1824] Compiling _CryptoExtras Scrypt_boring.swift
[1711/1824] Compiling _CryptoExtras Scrypt.swift
[1712/1824] Compiling _CryptoExtras OPRF.swift
[1713/1824] Compiling _CryptoExtras OPRFClient.swift
[1714/1824] Compiling _CryptoExtras OPRFServer.swift
[1715/1824] Compiling _CryptoExtras VOPRF+API.swift
[1716/1824] Compiling _CryptoExtras VOPRFClient.swift
[1717/1824] Compiling _CryptoExtras VOPRFServer.swift
[1718/1824] Compiling _CryptoExtras RSA+BlindSigning.swift
[1719/1824] Compiling _CryptoExtras RSA.swift
[1720/1824] Compiling _CryptoExtras RSA_boring.swift
[1721/1824] Compiling _CryptoExtras RSA_security.swift
[1722/1824] Compiling _CryptoExtras BoringSSLHelpers.swift
[1726/1824] Compiling _CryptoExtras ARCRequest.swift
[1727/1824] Compiling _CryptoExtras ARCResponse.swift
[1728/1824] Compiling _CryptoExtras ARCServer.swift
[1729/1824] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1730/1824] Compiling _CryptoExtras ChaCha20CTR.swift
[1731/1824] Compiling _CryptoExtras ECToolbox_boring.swift
[1732/1824] Compiling _CryptoExtras ECToolbox.swift
[1733/1824] Emitting module _CryptoExtras
[1734/1824] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1735/1824] Compiling NIOCore SocketAddresses.swift
[1736/1824] Compiling NIOCore SocketOptionProvider.swift
[1737/1824] Compiling NIOCore SystemCallHelpers.swift
[1738/1824] Compiling NIOCore TimeAmount+Duration.swift
[1739/1824] Compiling NIOCore TypeAssistedChannelHandler.swift
[1740/1824] Compiling NIOCore UniversalBootstrapSupport.swift
[1741/1824] Compiling NIOCore Utilities.swift
[1742/1824] Compiling _CryptoExtras AES_CBC.swift
[1743/1824] Compiling _CryptoExtras AES_CFB.swift
[1744/1824] Compiling _CryptoExtras AES_CTR.swift
[1745/1824] Compiling _CryptoExtras AES_GCM_SIV.swift
[1746/1824] Compiling _CryptoExtras Block Function.swift
[1747/1824] Compiling _CryptoExtras AES_CFB_boring.swift
[1748/1824] Compiling _CryptoExtras AES_CTR_boring.swift
[1749/1824] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1750/1824] Compiling _CryptoExtras ARC+API.swift
[1751/1824] Compiling _CryptoExtras ARC.swift
[1752/1824] Compiling _CryptoExtras ARCCredential.swift
[1753/1824] Compiling _CryptoExtras ARCEncoding.swift
[1754/1824] Compiling _CryptoExtras ARCPrecredential.swift
[1755/1824] Compiling _CryptoExtras ARCPresentation.swift
[1762/1824] Compiling _CryptoExtras PrettyBytes.swift
[1763/1824] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1764/1824] Compiling _CryptoExtras DLEQ.swift
[1765/1824] Compiling _CryptoExtras Prover.swift
[1766/1824] Compiling _CryptoExtras Verifier.swift
[1767/1824] Compiling _CryptoExtras ZKPToolbox.swift
[1794/1824] Emitting module NIOCore
[1795/1825] Wrapping AST for NIOCore for debugging
[1797/1887] Emitting module NIOHTTPTypes
[1798/1887] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1799/1888] Emitting module CompressNIO
[1800/1889] Compiling CompressNIO CompressionAlgorithm.swift
[1802/1889] Compiling CompressNIO Compressor.swift
[1803/1889] Emitting module NIOEmbedded
[1804/1889] Compiling CompressNIO Error.swift
[1804/1889] Wrapping AST for NIOHTTPTypes for debugging
[1806/1889] Compiling CompressNIO ZlibWrapper.swift
[1807/1889] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[1808/1889] Compiling CompressNIO Zlib.swift
[1809/1889] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[1810/1889] Compiling NIOEmbedded Embedded.swift
[1811/1889] Compiling NIOEmbedded AsyncTestingChannel.swift
[1812/1889] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1813/1889] Compiling NIOPosix BSDSocketAPICommon.swift
[1814/1889] Compiling NIOPosix BSDSocketAPIPosix.swift
[1816/1891] Wrapping AST for NIOEmbedded for debugging
[1817/1891] Wrapping AST for CompressNIO for debugging
[1819/1891] Emitting module NIOPosix
[1820/1897] Compiling NIOPosix SelectableChannel.swift
[1821/1897] Compiling NIOPosix SelectableEventLoop.swift
[1822/1897] Compiling NIOPosix SelectorEpoll.swift
[1823/1897] Compiling NIOPosix SelectorGeneric.swift
[1824/1897] Compiling NIOPosix SelectorKqueue.swift
[1825/1897] Compiling NIOPosix SelectorUring.swift
[1826/1897] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1827/1897] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1828/1897] Compiling NIOPosix PosixSingletons.swift
[1829/1897] Compiling NIOPosix RawSocketBootstrap.swift
[1830/1897] Compiling NIOPosix Resolver.swift
[1831/1897] Compiling NIOPosix Selectable.swift
[1832/1897] Compiling NIOPosix ServerSocket.swift
[1833/1897] Compiling NIOPosix Socket.swift
[1834/1897] Compiling NIOPosix SocketChannel.swift
[1835/1897] Compiling NIOPosix SocketProtocols.swift
[1836/1897] Compiling NIOPosix System.swift
[1837/1897] Compiling NIOPosix Thread.swift
[1840/1897] Compiling NIOPosix BSDSocketAPIWindows.swift
[1841/1897] Compiling NIOPosix BaseSocket.swift
[1842/1897] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1843/1897] Compiling NIOPosix BaseSocketChannel.swift
[1844/1897] Compiling NIOPosix BaseStreamSocketChannel.swift
[1845/1897] Compiling NIOPosix Bootstrap.swift
[1846/1897] Compiling NIOPosix ControlMessage.swift
[1847/1897] Compiling NIOPosix DatagramVectorReadManager.swift
[1848/1897] Compiling NIOPosix Errors+Any.swift
[1849/1897] Compiling NIOPosix FileDescriptor.swift
[1850/1897] Compiling NIOPosix GetaddrinfoResolver.swift
[1851/1897] Compiling NIOPosix HappyEyeballs.swift
[1852/1897] Compiling NIOPosix NIOThreadPool.swift
[1853/1897] Compiling NIOPosix NonBlockingFileIO.swift
[1854/1897] Compiling NIOPosix PendingDatagramWritesManager.swift
[1855/1897] Compiling NIOPosix PendingWritesManager.swift
[1856/1897] Compiling NIOPosix PipeChannel.swift
[1857/1897] Compiling NIOPosix PipePair.swift
[1858/1897] Compiling NIOPosix Pool.swift
[1859/1897] Compiling NIOPosix IO.swift
[1860/1897] Compiling NIOPosix IntegerBitPacking.swift
[1861/1897] Compiling NIOPosix IntegerTypes.swift
[1862/1897] Compiling NIOPosix Linux.swift
[1863/1897] Compiling NIOPosix LinuxCPUSet.swift
[1864/1897] Compiling NIOPosix LinuxUring.swift
[1865/1897] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1866/1897] Compiling NIOPosix ThreadPosix.swift
[1867/1897] Compiling NIOPosix ThreadWindows.swift
[1868/1897] Compiling NIOPosix UnsafeTransfer.swift
[1869/1897] Compiling NIOPosix Utilities.swift
[1870/1897] Compiling NIOPosix VsockAddress.swift
[1871/1897] Compiling NIOPosix VsockChannelEvents.swift
[1872/1898] Wrapping AST for NIOPosix for debugging
[1874/1900] Emitting module NIO
[1875/1900] Compiling NIO Exports.swift
[1876/1901] Wrapping AST for NIO for debugging
[1878/1940] Compiling NIOTLS TLSEvents.swift
[1879/1940] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1880/1940] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1881/1940] Compiling NIOSOCKS SOCKSResponse.swift
[1882/1940] Compiling NIOSOCKS ClientStateMachine.swift
[1883/1941] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1884/1941] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1885/1941] Emitting module NIOTLS
[1886/1941] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1887/1941] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1888/1941] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1889/1941] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1890/1941] Emitting module NIOFoundationCompat
[1891/1941] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1892/1941] Compiling NIOTLS SNIHandler.swift
[1893/1942] Compiling NIOHTTP1 HTTPEncoder.swift
[1894/1942] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1895/1942] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1896/1942] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1897/1942] Emitting module NIOSOCKS
[1898/1942] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1899/1942] Compiling NIOHTTP1 HTTPDecoder.swift
[1900/1942] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1901/1943] Compiling NIOSOCKS ServerStateMachine.swift
[1906/1946] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1907/1946] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1912/1947] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1913/1984] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1914/1984] Compiling NIOSSL SSLPublicKey.swift
[1915/1997] Compiling NIOTransportServices NIOTSBootstraps.swift
[1916/1997] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1917/1997] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1918/1997] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1919/1997] Compiling NIOTransportServices NIOTSErrors.swift
[1920/1997] Compiling NIOTransportServices NIOTSEventLoop.swift
[1921/1997] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1922/1997] Compiling NIOTransportServices NIOTSSingletons.swift
[1923/1997] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1924/1997] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1925/1997] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1926/1997] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1927/1999] Compiling NIOTransportServices StateManagedChannel.swift
[1928/1999] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1929/1999] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1930/1999] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1931/1999] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1932/1999] Compiling NIOTransportServices AcceptHandler.swift
[1933/1999] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1937/1999] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1938/1999] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1939/1999] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1940/1999] Emitting module NIOTransportServices
[1944/2000] Emitting module NIOHTTP1
[1948/2012] Wrapping AST for NIOHTTP1 for debugging
[1950/2041] Compiling NIOHPACK IndexedHeaderTable.swift
[1951/2042] Compiling NIOHPACK StaticHeaderTable.swift
[1952/2042] Emitting module NIOSSL
[1953/2042] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1954/2042] Compiling NIOExtras NIOExtrasError.swift
[1955/2047] Emitting module NIOHTTPTypesHTTP1
[1956/2047] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1957/2047] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1958/2047] Compiling NIOHPACK IntegerCoding.swift
[1959/2047] Emitting module NIOHPACK
[1960/2047] Compiling NIOExtras DebugInboundEventsHandler.swift
[1961/2047] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1962/2047] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1963/2047] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1964/2047] Compiling NIOHPACK HuffmanTables.swift
[1965/2047] Compiling NIOHPACK HuffmanCoding.swift
[1966/2047] Compiling NIOSSL SSLPrivateKey.swift
[1967/2047] Compiling NIOSSL TLSConfiguration.swift
[1968/2047] Compiling NIOSSL UniversalBootstrapSupport.swift
[1969/2047] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1972/2048] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1973/2048] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1974/2048] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1975/2048] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1976/2048] Compiling NIOExtras NIORequestIdentifiable.swift
[1977/2048] Compiling NIOHTTPCompression HTTPCompression.swift
[1978/2048] Emitting module NIOHTTPCompression
[1979/2048] Compiling NIOHTTPCompression HTTPDecompression.swift
[1980/2049] Compiling NIOExtras PCAPRingBuffer.swift
[1981/2049] Compiling NIOExtras QuiescingHelper.swift
[1982/2049] Compiling NIOExtras RequestResponseHandler.swift
[1983/2049] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1984/2049] Compiling NIOExtras LineBasedFrameDecoder.swift
[1993/2050] Compiling NIOExtras UnsafeTransfer.swift
[1994/2050] Compiling NIOExtras WritePCAPHandler.swift
[1996/2050] Emitting module NIOExtras
[2000/2050] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[2001/2050] Compiling NIOExtras JSONRPCFraming.swift
[2002/2050] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[2003/2050] Compiling NIOExtras LengthFieldPrepender.swift
[2006/2050] Compiling NIOExtras FixedLengthFrameDecoder.swift
[2007/2050] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[2012/2051] Compiling NIOSSL SSLErrors.swift
[2013/2051] Compiling NIOSSL SSLInit.swift
[2014/2051] Compiling NIOSSL SSLPKCS12Bundle.swift
[2025/2051] Wrapping AST for _CryptoExtras for debugging
[2026/2056] Wrapping AST for NIOHTTPTypesHTTP1 for debugging
[2028/2163] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2029/2163] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2030/2164] Compiling NIOHTTP2 HTTP2FrameParser.swift
[2031/2164] Compiling NIOHTTP2 HTTP2PingData.swift
[2032/2164] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[2034/2164] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2035/2164] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2036/2164] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2037/2164] Compiling NIOHTTP2 HTTP2Error.swift
[2037/2165] Wrapping AST for NIOExtras for debugging
[2040/2189] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2041/2189] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2042/2189] Compiling NIOHTTP2 HasLocalSettings.swift
[2043/2189] Compiling NIOHTTP2 HasRemoteSettings.swift
[2044/2189] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2045/2189] Compiling NIOHTTP2 QuiescingState.swift
[2046/2189] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[2047/2189] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[2048/2197] Compiling HummingbirdCore ServerChildChannel.swift
[2049/2197] Compiling HummingbirdCore ServerConfiguration.swift
[2050/2197] Compiling HummingbirdCore TSTLSOptions.swift
[2051/2200] Emitting module NIOHTTP2
[2052/2200] Emitting module HummingbirdCore
[2053/2200] Compiling HummingbirdCore HTTPServerBuilder.swift
[2054/2200] Compiling HummingbirdCore HTTPUserEventHandler.swift
[2055/2200] Compiling HummingbirdCore Server.swift
[2056/2200] Compiling HummingbirdCore ResponseBodyWriter.swift
[2057/2200] Compiling HummingbirdCore ResponseWriter.swift
[2058/2200] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[2059/2200] Compiling HummingbirdCore BindAddress.swift
[2060/2200] Compiling HummingbirdCore HTTP1Channel.swift
[2061/2200] Compiling HummingbirdCore HTTPChannelHandler.swift
[2062/2200] Compiling HummingbirdCore OutputBuffer.swift
[2063/2200] Compiling HummingbirdCore String+percentEncode.swift
[2064/2200] Compiling HummingbirdCore UnsafeTransfer.swift
[2065/2200] Compiling HummingbirdCore Deprecations.swift
[2066/2200] Compiling HummingbirdCore Request.swift
[2067/2200] Compiling HummingbirdCore RequestBody+inboundClose.swift
[2068/2200] Compiling HummingbirdCore RequestBody.swift
[2069/2200] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[2070/2200] Compiling HummingbirdCore URI.swift
[2071/2200] Compiling HummingbirdCore Response.swift
[2072/2200] Compiling HummingbirdCore ResponseBody.swift
[2075/2201] Compiling HummingbirdCore AnyAsyncSequence.swift
[2076/2201] Compiling HummingbirdCore FlatDictionary.swift
[2077/2201] Compiling HummingbirdCore HBParser.swift
[2082/2202] Compiling PrivacyPass Verifier.swift
[2083/2202] Wrapping AST for HummingbirdCore for debugging
[2085/2245] Compiling NIOHTTP2 InboundWindowManager.swift
[2086/2245] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2087/2245] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2088/2245] Compiling NIOHTTP2 StreamChannelList.swift
[2089/2245] Compiling NIOHTTP2 StreamMap.swift
[2090/2245] Compiling NIOHTTP2 StreamStateMachine.swift
[2091/2245] Compiling NIOHTTP2 UnsafeTransfer.swift
[2092/2245] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2093/2259] Compiling Hummingbird URLEncodedForm+Request.swift
[2094/2259] Compiling Hummingbird URLEncodedForm.swift
[2095/2259] Compiling Hummingbird Application.swift
[2096/2259] Compiling Hummingbird CodableProtocols.swift
[2097/2259] Emitting module PrivacyPass
[2098/2259] Compiling Hummingbird URLEncodedFormDecoder.swift
[2099/2259] Compiling Hummingbird URLEncodedFormEncoder.swift
[2100/2259] Compiling Hummingbird JSONCoding.swift
[2101/2259] Compiling Hummingbird ResponseEncodable.swift
[2102/2267] Wrapping AST for PrivacyPass for debugging
[2104/2267] Compiling Hummingbird ResponseGenerator.swift
[2105/2267] Compiling Hummingbird RouteCollection.swift
[2106/2267] Compiling Hummingbird Router+validation.swift
[2107/2267] Compiling Hummingbird Router.swift
[2108/2267] Compiling Hummingbird RouterGroup.swift
[2109/2267] Compiling Hummingbird RouterMethods.swift
[2110/2267] Compiling Hummingbird RouterPath.swift
[2111/2267] Compiling Hummingbird RouterResponder.swift
[2112/2267] Compiling Hummingbird ChildRequestContext.swift
[2113/2267] Compiling Hummingbird Request.swift
[2114/2267] Compiling Hummingbird RequestContext.swift
[2115/2267] Compiling Hummingbird RequestContextSource.swift
[2116/2267] Compiling Hummingbird RequestID.swift
[2117/2267] Compiling Hummingbird RequestResponder.swift
[2118/2267] Compiling Hummingbird Response.swift
[2119/2267] Compiling Hummingbird URI+decodeQuery.swift
[2120/2267] Compiling Hummingbird MemoryPersistDriver.swift
[2121/2276] Compiling Hummingbird FileMiddleware.swift
[2122/2276] Compiling Hummingbird LogRequestMiddleware.swift
[2123/2276] Compiling Hummingbird MetricsMiddleware.swift
[2124/2276] Compiling Hummingbird Middleware.swift
[2125/2276] Compiling Hummingbird MiddlewareGroup.swift
[2126/2281] Compiling Hummingbird FileIO.swift
[2127/2281] Compiling Hummingbird FileProvider.swift
[2128/2281] Compiling Hummingbird LocalFileSystem.swift
[2129/2281] Compiling Hummingbird Cookie.swift
[2130/2281] Compiling Hummingbird Cookies.swift
[2131/2281] Compiling Hummingbird MediaType+FileExtension.swift
[2132/2281] Compiling Hummingbird MediaType.swift
[2133/2281] Compiling Hummingbird Request+Cookies.swift
[2134/2281] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[2135/2281] Compiling Hummingbird _Middleware2.swift
[2136/2281] Compiling Hummingbird _OptionalMiddleware.swift
[2137/2281] Compiling Hummingbird _SpreadMiddleware.swift
[2138/2281] Compiling Hummingbird TracingMiddleware.swift
[2139/2281] Compiling HomomorphicEncryption SerializedKeys.swift
[2140/2281] Compiling HomomorphicEncryption SerializedPlaintext.swift
[2141/2281] Compiling HomomorphicEncryption Util.swift
[2142/2281] Compiling Hummingbird Exports.swift
[2143/2281] Compiling Hummingbird CacheControl.swift
[2144/2281] Compiling Hummingbird CORSMiddleware.swift
[2155/2281] Compiling HomomorphicEncryption Version.swift
[2156/2281] Compiling HomomorphicEncryption Zeroization.swift
[2167/2281] Compiling Hummingbird Response+Cookies.swift
[2168/2281] Emitting module Hummingbird
[2169/2281] Compiling Hummingbird PersistDriver.swift
[2170/2281] Compiling Hummingbird PersistError.swift
[2171/2281] Compiling Hummingbird ByteBuffer+foundation.swift
[2172/2281] Compiling Hummingbird DateCache.swift
[2173/2281] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[2174/2281] Compiling Hummingbird HexDigest.swift
[2175/2281] Compiling Hummingbird InitializableFromSource.swift
[2176/2281] Compiling Hummingbird PreludeService.swift
[2177/2281] Compiling Hummingbird StringProtocol.swift
[2186/2281] Compiling Hummingbird URLEncodedFormNode.swift
[2188/2281] Compiling Hummingbird Configuration.swift
[2189/2281] Compiling Hummingbird Deprecations.swift
[2190/2281] Compiling Hummingbird Environment.swift
[2191/2281] Compiling Hummingbird EditedHTTPError.swift
[2192/2281] Compiling Hummingbird HTTPError.swift
[2193/2281] Compiling Hummingbird HTTPResponseError.swift
[2194/2281] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[2208/2282] Compiling Hummingbird TransformingRouterGroup.swift
[2209/2282] Compiling Hummingbird RouterTrie.swift
[2210/2282] Compiling Hummingbird Trie+resolve.swift
[2211/2282] Compiling Hummingbird Trie+serialize.swift
[2212/2282] Compiling Hummingbird TrieRouter.swift
[2233/2342] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2234/2342] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2235/2342] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2236/2342] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2237/2342] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2237/2342] Wrapping AST for Hummingbird for debugging
[2239/2346] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2240/2346] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2241/2346] Compiling AsyncHTTPClient RequestOptions.swift
[2242/2346] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2243/2346] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2244/2346] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2245/2346] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2246/2346] Compiling AsyncHTTPClient RequestBodyLength.swift
[2247/2346] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2248/2346] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2249/2346] Compiling HummingbirdCompression ResponseCompressionMiddleware.swift
[2250/2346] Compiling AsyncHTTPClient Base64.swift
[2251/2346] Compiling AsyncHTTPClient BasicAuth.swift
[2252/2346] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2253/2346] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2254/2346] Compiling AsyncHTTPClient ConnectionPool.swift
[2255/2346] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2256/2346] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2257/2346] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2258/2346] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2259/2346] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2260/2346] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2261/2346] Emitting module HummingbirdCompression
[2262/2346] Compiling HummingbirdCompression CompressedBodyWriter.swift
[2263/2346] Compiling HummingbirdCompression RequestDecompressionMiddleware.swift
[2264/2347] Wrapping AST for HummingbirdCompression for debugging
[2266/2347] Emitting module AsyncHTTPClient
[2268/2355] Compiling AsyncHTTPClient ConnectionTarget.swift
[2269/2355] Compiling AsyncHTTPClient DeconstructedURL.swift
[2270/2355] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2271/2355] Compiling AsyncHTTPClient FoundationExtensions.swift
[2272/2355] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2273/2355] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2274/2355] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2275/2355] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2276/2355] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2277/2355] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2278/2355] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2279/2355] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2280/2355] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2281/2355] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2282/2355] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2283/2355] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2293/2355] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2294/2355] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2295/2355] Compiling AsyncHTTPClient Transaction.swift
[2305/2355] Compiling AsyncHTTPClient RequestBag.swift
[2306/2355] Compiling AsyncHTTPClient RequestValidation.swift
[2307/2355] Compiling AsyncHTTPClient SSLContextCache.swift
[2308/2355] Compiling AsyncHTTPClient Scheme.swift
[2309/2355] Compiling AsyncHTTPClient Singleton.swift
[2310/2355] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2311/2355] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2312/2355] Compiling AsyncHTTPClient Utils.swift
[2323/2355] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2324/2355] Compiling AsyncHTTPClient HTTP1Connection.swift
[2325/2355] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2326/2355] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2327/2355] Compiling AsyncHTTPClient HTTP2Connection.swift
[2337/2355] Compiling AsyncHTTPClient HTTPClient.swift
[2338/2355] Compiling AsyncHTTPClient HTTPHandler.swift
[2339/2355] Compiling AsyncHTTPClient LRUCache.swift
[2340/2355] Compiling AsyncHTTPClient NWErrorHandler.swift
[2341/2355] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2342/2355] Compiling AsyncHTTPClient TLSConfiguration.swift
[2343/2355] Compiling AsyncHTTPClient RedirectState.swift
[2344/2355] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2346/2365] Emitting module HomomorphicEncryption
[2347/2366] Wrapping AST for HomomorphicEncryption for debugging
[2349/2374] Compiling HummingbirdTesting LiveTestFramework.swift
[2350/2384] Compiling HummingbirdTesting TestApplication.swift
[2351/2384] Compiling HummingbirdTesting TestClient+types.swift
[2352/2384] Compiling HummingbirdTesting RouterTestFramework.swift
[2353/2384] Compiling HomomorphicEncryptionProtobuf MessageExtensions.swift
[2354/2384] Compiling HummingbirdTesting AsyncHTTPClientTestFramework.swift
[2355/2384] Compiling PrivateInformationRetrieval CuckooTable.swift
[2356/2384] Compiling PrivateInformationRetrieval Error.swift
[2357/2384] Compiling HummingbirdTesting Deprecations.swift
[2358/2384] Emitting module HummingbirdTesting
[2359/2384] Compiling PrivateInformationRetrieval PirUtil.swift
[2360/2384] Compiling PrivateInformationRetrieval SymmetricPIRProtocol.swift
[2361/2384] Compiling PrivateInformationRetrieval SymmetricPirDatabase.swift
[2362/2385] Compiling HomomorphicEncryptionProtobuf ConversionError.swift
[2363/2385] Emitting module HomomorphicEncryptionProtobuf
[2364/2385] Compiling HomomorphicEncryptionProtobuf ConversionHe.swift
[2365/2385] Compiling HummingbirdTesting TestClient.swift
[2366/2386] Compiling PrivateInformationRetrieval Util.swift
[2368/2386] Compiling PrivateInformationRetrieval MulPir.swift
[2369/2386] Compiling HomomorphicEncryptionProtobuf apple_swift_homomorphic_encryption_v1_error_stddev.pb.swift
[2370/2386] Compiling HomomorphicEncryptionProtobuf apple_swift_homomorphic_encryption_v1_he.pb.swift
[2371/2387] Wrapping AST for HomomorphicEncryptionProtobuf for debugging
[2373/2387] Compiling PrivateInformationRetrieval HashBucket.swift
[2374/2387] Compiling PrivateInformationRetrieval IndexPirProtocol.swift
[2375/2387] Compiling PrivateInformationRetrieval KeywordDatabase.swift
[2376/2387] Compiling PrivateInformationRetrieval KeywordPirProtocol.swift
[2377/2387] Emitting module PrivateInformationRetrieval
[2380/2388] Wrapping AST for PrivateInformationRetrieval for debugging
[2382/2397] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_pir_v1_pir_algorithm.pb.swift
[2383/2398] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_pir_v1_pir_database.pb.swift
[2384/2398] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_api_shared_v1_api_shared.pb.swift
[2385/2398] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_pir_v1_pir.pb.swift
[2386/2398] Compiling PrivateInformationRetrievalProtobuf ConversionApi.swift
[2387/2398] Compiling PrivateInformationRetrievalProtobuf ConversionError.swift
[2388/2398] Emitting module PrivateInformationRetrievalProtobuf
[2389/2398] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_api_pir_v1_api.pb.swift
[2390/2398] Compiling PrivateInformationRetrievalProtobuf ConversionPir.swift
[2391/2398] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_api_pir_v1_pir.pb.swift
[2392/2399] Wrapping AST for PrivateInformationRetrievalProtobuf for debugging
[2394/2429] Compiling ConstructDatabase InputIdentities.pb.swift
[2395/2429] Compiling PIRServiceTesting TestClientProtocol+Protobuf.swift
[2396/2429] Compiling PIRService ProtobufExtensions.swift
[2397/2429] Compiling PIRService Request+DecodeProtobuf.swift
[2398/2429] Compiling PIRServiceTesting PIRConfig+ShardConfig.swift
[2399/2429] Compiling PIRServiceTesting PIRClientError.swift
[2400/2431] Compiling PIRService LogErrorsMiddleware.swift
[2401/2431] Compiling PIRService UserTierAuthentication.swift
[2402/2431] Compiling PIRService ExtractPlatform.swift
[2403/2431] Compiling PIRService ExtractUserIdentifier.swift
[2404/2431] Compiling PIRService UsecaseStore.swift
[2405/2431] Compiling PIRService UserAuthenticator.swift
[2406/2431] Compiling PIRService HEError+HTTPErrorResponse.swift
[2407/2431] Compiling PIRService HTTPFields+authorization.swift
[2408/2431] Compiling PIRService PirConfig+compatible.swift
[2409/2431] Compiling PIRService PrivacyPass+ResponseGenerator.swift
[2410/2431] Compiling PIRServiceTesting PIRClient+KeyRotation.swift
[2411/2431] Compiling ConstructDatabase CallIdentity.pb.swift
[2412/2431] Emitting module ConstructDatabase
[2413/2431] Compiling PIRServiceTesting PIRClient+PrivacyPass.swift
[2414/2431] Compiling ConstructDatabase ConstructDatabase.swift
[2415/2432] Compiling PIRService PrivacyPassController.swift
[2416/2432] Compiling PIRService PrivacyPassState.swift
[2417/2432] Compiling PIRService Usecase.swift
[2419/2432] Compiling PIRServiceTesting PIRClient.swift
/host/spi-builder-workspace/Sources/PIRServiceTesting/PIRClient.swift:186:55: warning: 'native()' is deprecated: Will be replaced by 'native() throws' in future version.
184 | let evaluationKeyConfig = EvaluationKeyConfig()
185 | return KeywordPirClient<PIRClient>(
186 | keywordParameter: config.keywordPirParams.native(),
| `- warning: 'native()' is deprecated: Will be replaced by 'native() throws' in future version.
187 | pirParameter: shardConfig.native(
188 | batchSize: Int(config.batchSize),
[2420/2432] Emitting module PIRServiceTesting
[2421/2433] Wrapping AST for ConstructDatabase for debugging
[2422/2433] Write Objects.LinkFileList
[2424/2433] Compiling PIRService Application+build.swift
/host/spi-builder-workspace/Sources/PIRService/Controllers/PirUsecase.swift:54:54: warning: 'native()' is deprecated: Will be replaced by 'native() throws' in future version.
52 | let context: Context<Scheme> = try Context(encryptionParameters: encryptionParams)
53 | self.context = context
54 | self.keywordParams = params.keywordPirParams.native()
| `- warning: 'native()' is deprecated: Will be replaced by 'native() throws' in future version.
55 | self.shards = try (0..<shardCount).map { shardIndex in
56 | let parameterPath = "\(fileStem)-\(shardIndex).params.txtpb"
/host/spi-builder-workspace/Sources/PIRService/Controllers/PirUsecase.swift:73:65: warning: 'native()' is deprecated: Will be replaced by 'native() throws' in future version.
71 | evaluationKeyConfig: pirParams.evaluationKeyConfig.native(),
72 | pirParameter: pirParams.native(),
73 | keywordPirParameter: pirParams.keywordPirParams.native())
| `- warning: 'native()' is deprecated: Will be replaced by 'native() throws' in future version.
74 | return try KeywordPirServer(context: context, processed: processed)
75 | }
[2425/2433] Compiling PIRService PIRServiceController.swift
/host/spi-builder-workspace/Sources/PIRService/Controllers/PirUsecase.swift:54:54: warning: 'native()' is deprecated: Will be replaced by 'native() throws' in future version.
52 | let context: Context<Scheme> = try Context(encryptionParameters: encryptionParams)
53 | self.context = context
54 | self.keywordParams = params.keywordPirParams.native()
| `- warning: 'native()' is deprecated: Will be replaced by 'native() throws' in future version.
55 | self.shards = try (0..<shardCount).map { shardIndex in
56 | let parameterPath = "\(fileStem)-\(shardIndex).params.txtpb"
/host/spi-builder-workspace/Sources/PIRService/Controllers/PirUsecase.swift:73:65: warning: 'native()' is deprecated: Will be replaced by 'native() throws' in future version.
71 | evaluationKeyConfig: pirParams.evaluationKeyConfig.native(),
72 | pirParameter: pirParams.native(),
73 | keywordPirParameter: pirParams.keywordPirParams.native())
| `- warning: 'native()' is deprecated: Will be replaced by 'native() throws' in future version.
74 | return try KeywordPirServer(context: context, processed: processed)
75 | }
[2426/2433] Compiling PIRService PirUsecase.swift
/host/spi-builder-workspace/Sources/PIRService/Controllers/PirUsecase.swift:54:54: warning: 'native()' is deprecated: Will be replaced by 'native() throws' in future version.
52 | let context: Context<Scheme> = try Context(encryptionParameters: encryptionParams)
53 | self.context = context
54 | self.keywordParams = params.keywordPirParams.native()
| `- warning: 'native()' is deprecated: Will be replaced by 'native() throws' in future version.
55 | self.shards = try (0..<shardCount).map { shardIndex in
56 | let parameterPath = "\(fileStem)-\(shardIndex).params.txtpb"
/host/spi-builder-workspace/Sources/PIRService/Controllers/PirUsecase.swift:73:65: warning: 'native()' is deprecated: Will be replaced by 'native() throws' in future version.
71 | evaluationKeyConfig: pirParams.evaluationKeyConfig.native(),
72 | pirParameter: pirParams.native(),
73 | keywordPirParameter: pirParams.keywordPirParams.native())
| `- warning: 'native()' is deprecated: Will be replaced by 'native() throws' in future version.
74 | return try KeywordPirServer(context: context, processed: processed)
75 | }
[2427/2433] Emitting module PIRService
[2428/2433] Compiling PIRService ReloadService.swift
[2429/2433] Compiling PIRService main.swift
[2430/2434] Wrapping AST for PIRService for debugging
[2431/2434] Write Objects.LinkFileList
[2432/2434] Linking ConstructDatabase
[2433/2434] Linking PIRService
Build complete! (253.64s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-asn1",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-asn1.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.5.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-homomorphic-encryption",
"requirement" : {
"branch" : [
"release/1.1"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-homomorphic-encryption"
},
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.27.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
},
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird"
},
{
"identity" : "hummingbird-compression",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0-rc.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird-compression"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "live-caller-id-lookup-example",
"name" : "live-caller-id-lookup-example",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "PIRService",
"targets" : [
"PIRService"
],
"type" : {
"executable" : null
}
},
{
"name" : "ConstructDatabase",
"targets" : [
"ConstructDatabase"
],
"type" : {
"executable" : null
}
},
{
"name" : "PrivacyPass",
"targets" : [
"PrivacyPass"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PIRServiceTesting",
"targets" : [
"PIRServiceTesting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UtilTests",
"module_type" : "SwiftTarget",
"name" : "UtilTests",
"path" : "Tests/UtilTests",
"sources" : [
"UtilTests.swift"
],
"target_dependencies" : [
"Util"
],
"type" : "test"
},
{
"c99name" : "Util",
"module_type" : "SwiftTarget",
"name" : "Util",
"path" : "Sources/Util",
"product_memberships" : [
"PIRService",
"PrivacyPass",
"PIRServiceTesting"
],
"sources" : [
"OperatingSystem.swift",
"Platform.swift"
],
"type" : "library"
},
{
"c99name" : "PrivacyPassTests",
"module_type" : "SwiftTarget",
"name" : "PrivacyPassTests",
"path" : "Tests/PrivacyPassTests",
"product_dependencies" : [
"Crypto",
"_CryptoExtras"
],
"sources" : [
"PrivacyPassPublicTests.swift",
"PrivacyPassTests.swift",
"TestUtils.swift"
],
"target_dependencies" : [
"PrivacyPass"
],
"type" : "test"
},
{
"c99name" : "PrivacyPass",
"module_type" : "SwiftTarget",
"name" : "PrivacyPass",
"path" : "Sources/PrivacyPass",
"product_dependencies" : [
"Crypto",
"SwiftASN1",
"_CryptoExtras"
],
"product_memberships" : [
"PIRService",
"PrivacyPass",
"PIRServiceTesting"
],
"sources" : [
"Array+Base64URL.swift",
"Issuer.swift",
"NonceStoring.swift",
"PrivacyPass.swift",
"PrivacyPassError.swift",
"PrivateKey.swift",
"PublicKey+request.swift",
"PublicKey.swift",
"Token.swift",
"TokenChallenge.swift",
"TokenIssuerDirectory.swift",
"TokenRequest.swift",
"TokenResponse.swift",
"Util.swift",
"Verifier.swift"
],
"target_dependencies" : [
"Util"
],
"type" : "library"
},
{
"c99name" : "PIRServiceTests",
"module_type" : "SwiftTarget",
"name" : "PIRServiceTests",
"path" : "Tests/PIRServiceTests",
"product_dependencies" : [
"HummingbirdTesting"
],
"sources" : [
"ExampleUsecase.swift",
"PIRServiceControllerTests.swift",
"PIRServiceTests.swift",
"TestClientProtocol+Protobuf.swift",
"TestResponse+Protobuf.swift"
],
"target_dependencies" : [
"PIRService",
"PIRServiceTesting"
],
"type" : "test"
},
{
"c99name" : "PIRServiceTesting",
"module_type" : "SwiftTarget",
"name" : "PIRServiceTesting",
"path" : "Sources/PIRServiceTesting",
"product_dependencies" : [
"HomomorphicEncryptionProtobuf",
"HummingbirdTesting",
"PrivateInformationRetrievalProtobuf"
],
"product_memberships" : [
"PIRServiceTesting"
],
"sources" : [
"PIRClient+KeyRotation.swift",
"PIRClient+PrivacyPass.swift",
"PIRClient.swift",
"PIRClientError.swift",
"PIRConfig+ShardConfig.swift",
"TestClientProtocol+Protobuf.swift"
],
"target_dependencies" : [
"PrivacyPass",
"Util"
],
"type" : "library"
},
{
"c99name" : "PIRService",
"module_type" : "SwiftTarget",
"name" : "PIRService",
"path" : "Sources/PIRService",
"product_dependencies" : [
"ArgumentParser",
"Crypto",
"HomomorphicEncryptionProtobuf",
"Hummingbird",
"HummingbirdCompression",
"PrivateInformationRetrievalProtobuf",
"ServiceLifecycle",
"UnixSignals"
],
"product_memberships" : [
"PIRService"
],
"sources" : [
"Application+build.swift",
"Controllers/PIRServiceController.swift",
"Controllers/PirUsecase.swift",
"Controllers/PrivacyPassController.swift",
"Controllers/PrivacyPassState.swift",
"Controllers/Usecase.swift",
"Controllers/UsecaseStore.swift",
"Controllers/UserAuthenticator.swift",
"Extensions/HEError+HTTPErrorResponse.swift",
"Extensions/HTTPFields+authorization.swift",
"Extensions/PirConfig+compatible.swift",
"Extensions/PrivacyPass+ResponseGenerator.swift",
"Extensions/ProtobufExtensions.swift",
"Extensions/Request+DecodeProtobuf.swift",
"Middlewares/ExtractPlatform.swift",
"Middlewares/ExtractUserIdentifier.swift",
"Middlewares/LogErrorsMiddleware.swift",
"Middlewares/UserTierAuthentication.swift",
"ReloadService.swift",
"main.swift"
],
"target_dependencies" : [
"PrivacyPass",
"Util"
],
"type" : "executable"
},
{
"c99name" : "ConstructDatabase",
"module_type" : "SwiftTarget",
"name" : "ConstructDatabase",
"path" : "Sources/ConstructDatabase",
"product_dependencies" : [
"ArgumentParser",
"PrivateInformationRetrievalProtobuf",
"SwiftProtobuf"
],
"product_memberships" : [
"ConstructDatabase"
],
"sources" : [
"ConstructDatabase.swift",
"generated/CallIdentity.pb.swift",
"generated/InputIdentities.pb.swift"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.