Build Information
Successful build of pir-service-example, reference main (1a0747), with Swift 6.1 for Linux on 2 Oct 2025 03:20:20 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/pir-service-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/pir-service-example
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1a0747b Improve unknown usecase error message (#109)
Cloned https://github.com/apple/pir-service-example.git
Revision (git rev-parse @):
1a0747b1dae7325df8b439a9782ceb68ea35e73a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/pir-service-example.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/apple/pir-service-example.git
https://github.com/apple/pir-service-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.10.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.31.1",
"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",
"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" : "pir-service-example",
"name" : "pir-service-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-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
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/3855] Fetching swift-homomorphic-encryption
Fetched https://github.com/apple/swift-homomorphic-encryption from cache (0.78s)
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-algorithms
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-protobuf
Fetching https://github.com/apple/swift-numerics
[1/3910] Fetching swift-log
[979/10281] Fetching swift-log, swift-numerics
[2090/26825] Fetching swift-log, swift-numerics, swift-argument-parser
[7408/32811] Fetching swift-log, swift-numerics, swift-argument-parser, swift-algorithms
[16597/49995] Fetching swift-log, swift-numerics, swift-argument-parser, swift-algorithms, swift-crypto
Fetched https://github.com/apple/swift-numerics from cache (0.62s)
[22503/43624] Fetching swift-log, swift-argument-parser, swift-algorithms, swift-crypto
Fetching https://github.com/swiftlang/swift-docc-plugin
[27988/45718] Fetching swift-log, swift-argument-parser, swift-algorithms, swift-crypto, swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.46s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[28331/43624] Fetching swift-log, swift-argument-parser, swift-algorithms, swift-crypto
[30566/46129] Fetching swift-log, swift-argument-parser, swift-algorithms, swift-crypto, swift-service-lifecycle
[33533/86317] Fetching swift-log, swift-argument-parser, swift-algorithms, swift-crypto, swift-service-lifecycle, swift-protobuf
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.48s)
[39451/83812] Fetching swift-log, swift-argument-parser, swift-algorithms, swift-crypto, swift-protobuf
Fetching https://github.com/hummingbird-project/hummingbird-compression
[48168/84849] Fetching swift-log, swift-argument-parser, swift-algorithms, swift-crypto, swift-protobuf, hummingbird-compression
Fetched https://github.com/hummingbird-project/hummingbird-compression from cache (0.64s)
[61307/83812] Fetching swift-log, swift-argument-parser, swift-algorithms, swift-crypto, swift-protobuf
Fetching https://github.com/hummingbird-project/hummingbird
[72561/108675] Fetching swift-log, swift-argument-parser, swift-algorithms, swift-crypto, swift-protobuf, hummingbird
Fetched https://github.com/apple/swift-argument-parser.git from cache (2.60s)
Fetching https://github.com/apple/swift-asn1.git
[57413/92131] Fetching swift-log, swift-algorithms, swift-crypto, swift-protobuf, hummingbird
[65946/93776] Fetching swift-log, swift-algorithms, swift-crypto, swift-protobuf, hummingbird, swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.41s)
[84786/92131] Fetching swift-log, swift-algorithms, swift-crypto, swift-protobuf, hummingbird
Fetched https://github.com/hummingbird-project/hummingbird from cache (1.46s)
Fetched https://github.com/apple/swift-log.git from cache (7.80s)
Fetched https://github.com/apple/swift-algorithms from cache (7.80s)
Fetched https://github.com/apple/swift-crypto.git from cache (7.85s)
Fetched https://github.com/apple/swift-protobuf from cache (7.88s)
Computing version for https://github.com/apple/swift-protobuf
Computed https://github.com/apple/swift-protobuf at 1.31.1 (8.40s)
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
Fetching https://github.com/apple/swift-nio.git
[1/643] Fetching compress-nio
[644/79470] Fetching compress-nio, swift-nio
Fetched https://github.com/adam-fowler/compress-nio.git from cache (5.24s)
Fetched https://github.com/apple/swift-nio.git from cache (5.33s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (7.15s)
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.49s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.1.1 (0.45s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.50s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.47s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3538] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.35s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.88s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.6.1 (0.48s)
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.54s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/5472] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.34s)
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.87s)
Fetching https://github.com/apple/swift-collections.git
[1/18044] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.17s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.81s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.85s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.15.1 (1.54s)
Computing version for https://github.com/hummingbird-project/hummingbird
Computed https://github.com/hummingbird-project/hummingbird at 2.16.0 (0.50s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/2771] Fetching swift-nio-transport-services
[168/8941] Fetching swift-nio-transport-services, swift-nio-extras
[5007/14376] Fetching swift-nio-transport-services, swift-nio-extras, swift-distributed-tracing
[8080/26070] Fetching swift-nio-transport-services, swift-nio-extras, swift-distributed-tracing, swift-nio-http2
[15722/40386] Fetching swift-nio-transport-services, swift-nio-extras, swift-distributed-tracing, swift-nio-http2, async-http-client
[24824/55510] Fetching swift-nio-transport-services, swift-nio-extras, swift-distributed-tracing, swift-nio-http2, async-http-client, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.92s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.92s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.93s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.93s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.93s)
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.95s)
[1/939] Fetching swift-http-types
[940/2753] Fetching swift-http-types, swift-atomics
[1539/5110] Fetching swift-http-types, swift-atomics, swift-metrics
Fetched https://github.com/apple/swift-http-types.git from cache (0.26s)
[1227/4171] Fetching swift-atomics, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.36s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.39s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (3.10s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.51s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.2 (0.74s)
Fetching https://github.com/apple/swift-system.git
[1/5022] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.38s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (0.84s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.0 (0.49s)
Fetching https://github.com/apple/swift-service-context.git
[1/1117] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.35s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (0.89s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (0.70s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (0.61s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.70s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (1.72s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
[1/1190] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.10s)
[1/6592] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (1.44s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (2.19s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.14.0 (0.65s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.34.1 (0.60s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.28.0 (0.47s)
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.5
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
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/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-protobuf
Working copy of https://github.com/apple/swift-protobuf resolved at 1.31.1
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/hummingbird-project/hummingbird
Working copy of https://github.com/hummingbird-project/hummingbird resolved at 2.16.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.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.86.2
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
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.6.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.34.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.14.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.28.0
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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.15.1
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/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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.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.6.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.0
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 (ffac271)
Downloading binary artifact https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
[2747/15500663] Downloading https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip
Downloaded https://github.com/apple/swift-protobuf/releases/download/protoc-artifactbundle-v31.1/protoc-31.1.artifactbundle.zip (1.46s)
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin SwiftProtobufPlugin
[4/4] Compiling plugin GenerateManual
[5/5] Compiling plugin GenerateDoccReference
Building for debugging...
[5/916] Write swift-version-24593BA9C3E375BF.txt
[6/916] Write sources
[7/916] Compiling aes.cc
[8/916] Write sources
[11/916] Compiling _NumericsShims _NumericsShims.c
[12/916] Compiling a_octet.cc
[13/916] Compiling _AtomicsShims.c
[14/916] Write sources
[15/920] Compiling a_bool.cc
[15/920] Write sources
[15/920] Copying PrivacyInfo.xcprivacy
[15/920] Write sources
[36/936] Compiling a_bitstr.cc
[37/942] Compiling a_strex.cc
[38/942] Compiling voprf.cc
[39/942] Compiling trust_token.cc
[40/942] Write sources
[54/1044] Emitting module ServiceContextModule
[55/1044] Compiling ServiceContextModule ServiceContext.swift
[56/1044] Compiling _NIODataStructures PriorityQueue.swift
[57/1044] Compiling Util Platform.swift
[58/1044] Emitting module ModularArithmetic
[59/1044] Compiling ServiceContextModule ServiceContextKey.swift
[60/1045] Compiling _NIODataStructures _TinyArray.swift
[61/1045] Compiling Util OperatingSystem.swift
[62/1045] Emitting module Util
[63/1045] Compiling RealModule Float16+Real.swift
[64/1045] Compiling RealModule ElementaryFunctions.swift
[65/1045] Compiling RealModule Float+Real.swift
[66/1047] Compiling ModularArithmetic Modulus.swift
[67/1047] Compiling ModularArithmetic Scalar.swift
[68/1047] Compiling SwiftProtobuf BinaryEncodingError.swift
[69/1047] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[70/1050] Compiling RealModule AlgebraicField.swift
[71/1050] Compiling RealModule ApproximateEquality.swift
[72/1050] Compiling SwiftProtobuf JSONDecodingOptions.swift
[73/1050] Compiling SwiftProtobuf JSONEncoder.swift
[74/1050] Compiling RealModule Real.swift
[75/1050] Emitting module RealModule
[76/1050] Compiling RealModule RealFunctions.swift
[77/1050] Compiling RealModule AugmentedArithmetic.swift
[78/1050] Compiling RealModule Double+Real.swift
[82/1050] Compiling SwiftProtobuf BinaryDelimited.swift
[83/1050] Compiling SwiftProtobuf BinaryEncoder.swift
[84/1050] Emitting module _NIOBase64
[85/1050] Compiling _NIOBase64 Base64.swift
[86/1050] Compiling RealModule Float80+Real.swift
[91/1051] Compiling RealModule RelaxedArithmetic.swift
[95/1052] Write sources
[117/1052] Compiling CUtil zeroize.c
[118/1056] Wrapping AST for _NIOBase64 for debugging
[120/1090] Emitting module Instrumentation
[121/1090] Compiling Instrumentation NoOpInstrument.swift
[122/1090] Compiling InternalCollectionsUtilities Debugging.swift
[123/1090] Compiling InternalCollectionsUtilities Descriptions.swift
[124/1090] Compiling Instrumentation MultiplexInstrument.swift
[125/1092] Compiling Instrumentation Instrument.swift
[126/1092] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[127/1092] Compiling SwiftASN1 Errors.swift
[128/1092] Emitting module SwiftASN1
[129/1092] Compiling InternalCollectionsUtilities _SortedCollection.swift
[130/1092] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[131/1092] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[132/1092] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[133/1092] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[134/1092] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[135/1092] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[137/1092] Compiling Logging Locks.swift
[138/1092] Emitting module Logging
[139/1092] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[140/1092] Compiling InternalCollectionsUtilities Integer rank.swift
[141/1092] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[142/1092] Compiling HTTPTypes ISOLatin1String.swift
[143/1093] Compiling Instrumentation InstrumentationSystem.swift
[144/1093] Compiling Instrumentation Locks.swift
[145/1093] Compiling Logging MetadataProvider.swift
[146/1094] Compiling _NIODataStructures Heap.swift
[147/1094] Emitting module _NIODataStructures
[155/1099] Emitting module InternalCollectionsUtilities
[156/1099] Compiling HTTPTypes HTTPParsedFields.swift
[157/1099] Compiling HTTPTypes NIOLock.swift
[158/1099] Compiling ConcurrencyHelpers LockedValueBox.swift
[159/1107] Compiling ComplexModule Complex+IntegerLiteral.swift
[160/1107] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[161/1109] Compiling ComplexModule Complex+ElementaryFunctions.swift
[162/1109] Compiling ComplexModule Complex+Hashable.swift
[163/1119] Compiling ConcurrencyHelpers Lock.swift
[164/1119] Emitting module ConcurrencyHelpers
[165/1120] Compiling HTTPTypes HTTPRequest.swift
[166/1120] Compiling HTTPTypes HTTPResponse.swift
[169/1120] Compiling Tracing InstrumentationSystem+Tracing.swift
[170/1120] Compiling Logging LogHandler.swift
[171/1120] Compiling Logging Logging.swift
[172/1121] Compiling ComplexModule Polar.swift
[172/1122] Wrapping AST for _NIODataStructures for debugging
[177/1122] Compiling ComplexModule Complex+Numeric.swift
[178/1122] Emitting module Tracing
[179/1122] Emitting module CoreMetrics
[180/1122] Compiling CoreMetrics Locks.swift
[181/1122] Compiling CoreMetrics Metrics.swift
[182/1123] Compiling ComplexModule Complex.swift
[183/1123] Compiling ComplexModule Complex+StringConvertible.swift
[184/1123] Compiling Tracing TracingTime.swift
[185/1123] Compiling Tracing TracerProtocol.swift
[186/1123] Compiling Tracing TracerProtocol+Legacy.swift
[188/1249] Compiling ComplexModule Scale.swift
[189/1249] Compiling Tracing Tracer.swift
[190/1249] Compiling UnixSignals UnixSignal.swift
[191/1249] Emitting module UnixSignals
[192/1249] Emitting module SwiftProtobuf
[193/1251] Compiling Tracing SpanProtocol.swift
[194/1258] Compiling Tracing NoOpTracer.swift
[195/1268] Emitting module ComplexModule
[196/1268] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[197/1268] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[198/1268] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[199/1268] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[200/1268] Compiling UnixSignals UnixSignalsSequence.swift
[202/1270] Compiling HeapModule Heap+Invariants.swift
[204/1270] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[206/1270] Compiling HeapModule Heap+Descriptions.swift
[207/1272] Compiling HeapModule _HeapNode.swift
[208/1272] Compiling HeapModule Heap.swift
[209/1274] Emitting module HeapModule
[210/1313] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[211/1313] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[212/1313] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[213/1313] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[214/1313] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[215/1313] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[216/1313] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[217/1313] Compiling OrderedCollections OrderedDictionary.swift
[218/1313] Compiling OrderedCollections OrderedSet+Codable.swift
[219/1313] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[220/1313] Compiling OrderedCollections OrderedSet+Descriptions.swift
[221/1313] Compiling OrderedCollections OrderedSet+Diffing.swift
[222/1313] Compiling OrderedCollections OrderedSet+Equatable.swift
[223/1313] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[224/1313] Compiling OrderedCollections OrderedSet+Hashable.swift
[225/1313] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[226/1313] Compiling HashTreeCollections _AncestorHashSlots.swift
[227/1313] Compiling HashTreeCollections _Bitmap.swift
[228/1313] Compiling HashTreeCollections _Bucket.swift
[229/1313] Compiling HashTreeCollections _Hash.swift
[230/1313] Compiling HashTreeCollections _HashLevel.swift
[231/1313] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[232/1357] Compiling HeapModule Heap+UnsafeHandle.swift
[233/1358] Emitting module Numerics
[234/1358] Compiling Numerics Numerics.swift
[235/1359] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[236/1359] Compiling HashTreeCollections _RawHashNode.swift
[237/1359] Compiling HashTreeCollections _UnmanagedHashNode.swift
[238/1359] Compiling HashTreeCollections _UnsafePath.swift
[239/1359] Compiling HashTreeCollections TreeDictionary+Codable.swift
[240/1359] Compiling HashTreeCollections TreeDictionary+Collection.swift
[241/1359] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[242/1359] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[243/1359] Compiling Metrics Metrics.swift
[245/1359] Emitting module Metrics
[248/1360] Compiling HashTreeCollections _HashNodeHeader.swift
[249/1360] Compiling HashTreeCollections _HashSlot.swift
[250/1360] Compiling HashTreeCollections _HashStack.swift
[251/1360] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[252/1360] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[253/1360] Compiling HashTreeCollections _HashNode+Storage.swift
[254/1360] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[255/1360] Compiling HashTreeCollections _HashNode+Structural filter.swift
[256/1360] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[257/1360] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[258/1360] Compiling HashTreeCollections _HashNode+Structural union.swift
[259/1360] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[260/1360] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[261/1360] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[262/1360] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[263/1360] Compiling HashTreeCollections _HashNode.swift
[263/1375] Wrapping AST for UnixSignals for debugging
[264/1375] Wrapping AST for Util for debugging
[265/1375] Wrapping AST for SwiftASN1 for debugging
[266/1375] Wrapping AST for Tracing for debugging
[267/1375] Wrapping AST for ServiceContextModule for debugging
[269/1375] Compiling DequeModule _DequeBuffer.swift
[270/1375] Compiling DequeModule _DequeBufferHeader.swift
[270/1377] Wrapping AST for RealModule for debugging
[272/1377] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[273/1377] Compiling HashTreeCollections TreeDictionary+Merge.swift
[274/1377] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[275/1377] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[276/1377] Compiling HashTreeCollections TreeDictionary+Values.swift
[277/1377] Compiling HashTreeCollections TreeDictionary.swift
[278/1377] Compiling HashTreeCollections TreeSet+Codable.swift
[279/1377] Compiling HashTreeCollections TreeSet+Collection.swift
[280/1377] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[281/1377] Compiling HashTreeCollections TreeSet+Debugging.swift
[282/1377] Compiling HashTreeCollections TreeSet+Descriptions.swift
[283/1377] Compiling HashTreeCollections TreeSet+Equatable.swift
[284/1377] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[285/1377] Compiling HashTreeCollections TreeSet+Extras.swift
[286/1377] Compiling HashTreeCollections TreeSet+Filter.swift
[287/1377] Compiling SwiftProtobuf Message+JSONAdditions_Data.swift
[288/1377] Compiling SwiftProtobuf Message+JSONArrayAdditions.swift
[289/1377] Compiling SwiftProtobuf Message+JSONArrayAdditions_Data.swift
[290/1377] Compiling SwiftProtobuf Message+TextFormatAdditions.swift
[291/1377] Compiling SwiftProtobuf Message.swift
[292/1377] Compiling SwiftProtobuf MessageExtension.swift
[293/1377] Compiling SwiftProtobuf NameMap.swift
[294/1377] Compiling SwiftProtobuf PathDecoder.swift
[295/1377] Compiling SwiftProtobuf PathVisitor.swift
[296/1377] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[297/1377] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[298/1377] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[299/1377] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[300/1377] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[301/1377] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[302/1377] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[303/1377] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[304/1377] Compiling HashTreeCollections TreeDictionary+Filter.swift
[305/1377] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[306/1377] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[307/1377] Compiling HashTreeCollections TreeDictionary+Keys.swift
[308/1377] Compiling DequeModule Deque+CustomReflectable.swift
[309/1377] Compiling DequeModule Deque+Descriptions.swift
[310/1377] Compiling DequeModule Deque+Equatable.swift
[311/1377] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[312/1377] Compiling DequeModule Deque+Extras.swift
[313/1377] Compiling DequeModule Deque+Hashable.swift
[313/1377] Wrapping AST for Numerics for debugging
[314/1377] Wrapping AST for ModularArithmetic for debugging
[316/1377] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[317/1377] Compiling HashTreeCollections _HashNode+Structural merge.swift
[318/1377] Compiling HashTreeCollections _HashTreeIterator.swift
[319/1377] Compiling HashTreeCollections _HashTreeStatistics.swift
[326/1377] Compiling DequeModule Deque._UnsafeHandle.swift
[327/1377] Compiling DequeModule Deque.swift
[330/1377] Compiling DequeModule _DequeSlot.swift
[331/1377] Compiling DequeModule _UnsafeWrappedBuffer.swift
[332/1377] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[333/1377] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[334/1377] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[335/1377] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[335/1386] Wrapping AST for Logging for debugging
[336/1386] Wrapping AST for Metrics for debugging
[361/1386] Compiling HashTreeCollections _HashNode+Builder.swift
[362/1386] Compiling HashTreeCollections _HashNode+Debugging.swift
[363/1386] Compiling HashTreeCollections _HashNode+Initializers.swift
[364/1386] Compiling HashTreeCollections _HashNode+Invariants.swift
[365/1386] Compiling HashTreeCollections _HashNode+Lookups.swift
[366/1386] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[367/1386] Compiling HashTreeCollections TreeSet+Hashable.swift
[368/1386] Compiling HashTreeCollections TreeSet+Sendable.swift
[369/1386] Compiling HashTreeCollections TreeSet+Sequence.swift
[370/1386] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[391/1386] Wrapping AST for InternalCollectionsUtilities for debugging
[392/1386] Wrapping AST for Instrumentation for debugging
[395/1386] Wrapping AST for HeapModule for debugging
[406/1386] Wrapping AST for CoreMetrics for debugging
[420/1386] Compiling _RopeModule Rope+Join.swift
[421/1386] Compiling _RopeModule Rope+MutatingForEach.swift
[422/1386] Compiling _RopeModule Rope+Remove.swift
[423/1386] Compiling _RopeModule Rope+RemoveSubrange.swift
[424/1386] Compiling _RopeModule Rope+Split.swift
[425/1386] Compiling _RopeModule Optional Utilities.swift
[426/1386] Compiling _RopeModule String Utilities.swift
[427/1386] Compiling _RopeModule String.Index+ABI.swift
[447/1396] Compiling DequeModule Deque+Testing.swift
[448/1396] Compiling DequeModule Deque._Storage.swift
[451/1396] Compiling DequeModule Deque+Codable.swift
[452/1396] Compiling DequeModule Deque+Collection.swift
[460/1396] Wrapping AST for ConcurrencyHelpers for debugging
[461/1396] Compiling CNIOWindows shim.c
[462/1396] Compiling CNIOWindows WSAStartup.c
[463/1396] Wrapping AST for ComplexModule for debugging
[464/1396] Compiling CNIOWASI CNIOWASI.c
[467/1396] Compiling CNIOPosix event_loop_id.c
[480/1396] Compiling CNIOLinux liburing_shims.c
[481/1396] Compiling CNIOLinux shim.c
[483/1396] Emitting module OrderedCollections
[483/1396] Compiling CNIOLLHTTP c_nio_http.c
[485/1396] Emitting module DequeModule
[485/1396] Compiling CNIOLLHTTP c_nio_llhttp.c
[493/1398] Compiling CNIOExtrasZlib empty.c
[495/1398] Compiling CNIODarwin shim.c
[496/1398] Compiling CNIOLLHTTP c_nio_api.c
[498/1398] Compiling fiat_p256_adx_sqr.S
[500/1398] Emitting module _RopeModule
[501/1398] Compiling HTTPTypes HTTPFields.swift
[502/1398] Compiling HTTPTypes HTTPFieldName.swift
[503/1398] Emitting module HTTPTypes
[504/1398] Compiling HTTPTypes HTTPField.swift
[504/1398] Compiling fiat_p256_adx_mul.S
[505/1399] Compiling fiat_curve25519_adx_square.S
[507/1399] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[508/1399] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[509/1399] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[510/1399] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[511/1399] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[512/1399] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[513/1399] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[514/1399] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[515/1399] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[516/1399] Compiling HashTreeCollections TreeSet.swift
[516/1399] Wrapping AST for DequeModule for debugging
[518/1399] Wrapping AST for OrderedCollections for debugging
[519/1399] Compiling fiat_curve25519_adx_mul.S
[542/1399] Wrapping AST for HTTPTypes for debugging
[543/1399] Compiling CNIOBoringSSLShims shims.c
[575/1399] Compiling tls_record.cc
[585/1400] Compiling tls_method.cc
[587/1400] Emitting module HashTreeCollections
[589/1401] Compiling tls13_server.cc
[590/1401] Wrapping AST for _RopeModule for debugging
[591/1401] Wrapping AST for HashTreeCollections for debugging
[592/1401] Compiling tls13_enc.cc
[593/1401] Compiling tls13_client.cc
[594/1401] Compiling t1_enc.cc
[595/1401] Compiling tls13_both.cc
[596/1401] Compiling ssl_versions.cc
[597/1401] Compiling ssl_stat.cc
[598/1401] Compiling ssl_x509.cc
[599/1401] Compiling ssl_session.cc
[600/1401] Compiling ssl_transcript.cc
[601/1401] Compiling ssl_privkey.cc
[602/1401] Compiling ssl_file.cc
[603/1401] Compiling ssl_credential.cc
[604/1401] Compiling ssl_key_share.cc
[605/1401] Compiling ssl_cipher.cc
[606/1401] Compiling ssl_lib.cc
[607/1401] Compiling ssl_cert.cc
[608/1401] Compiling ssl_buffer.cc
[609/1401] Compiling ssl_aead_ctx.cc
[610/1401] Compiling s3_pkt.cc
[611/1401] Compiling ssl_asn1.cc
[612/1401] Compiling s3_both.cc
[613/1401] Compiling s3_lib.cc
[614/1401] Compiling handshake_server.cc
[617/1401] Compiling SwiftProtobuf descriptor.pb.swift
[618/1401] Compiling SwiftProtobuf duration.pb.swift
[619/1401] Compiling SwiftProtobuf empty.pb.swift
[620/1401] Compiling SwiftProtobuf field_mask.pb.swift
[621/1401] Compiling SwiftProtobuf source_context.pb.swift
[622/1401] Compiling SwiftProtobuf struct.pb.swift
[623/1401] Compiling SwiftProtobuf timestamp.pb.swift
[624/1401] Compiling SwiftProtobuf type.pb.swift
[625/1401] Compiling SwiftProtobuf wrappers.pb.swift
[626/1401] Compiling SwiftProtobuf resource_bundle_accessor.swift
[627/1402] Wrapping AST for SwiftProtobuf for debugging
[628/1402] Compiling handshake_client.cc
[629/1402] Compiling handshake.cc
[630/1402] Compiling dtls_method.cc
[631/1402] Compiling dtls_record.cc
[632/1402] Compiling extensions.cc
[633/1402] Compiling md5-x86_64-linux.S
[634/1402] Compiling md5-x86_64-apple.S
[635/1402] Compiling handoff.cc
[636/1402] Compiling md5-586-linux.S
[637/1402] Compiling md5-586-apple.S
[638/1402] Compiling encrypted_client_hello.cc
[639/1402] Compiling chacha20_poly1305_x86_64-linux.S
[640/1402] Compiling chacha20_poly1305_x86_64-apple.S
[641/1402] Compiling chacha20_poly1305_armv8-win.S
[642/1402] Compiling chacha20_poly1305_armv8-linux.S
[643/1402] Compiling chacha20_poly1305_armv8-apple.S
[644/1402] Compiling chacha-x86_64-linux.S
[645/1402] Compiling err_data.cc
[646/1402] Compiling chacha-x86_64-apple.S
[647/1402] Compiling chacha-x86-linux.S
[648/1402] Compiling chacha-x86-apple.S
[649/1402] Compiling chacha-armv8-win.S
[649/1402] Compiling chacha-armv8-linux.S
[651/1402] Compiling chacha-armv8-apple.S
[652/1402] Compiling chacha-armv4-linux.S
[653/1402] Compiling aes128gcmsiv-x86_64-linux.S
[654/1402] Compiling aes128gcmsiv-x86_64-apple.S
[655/1402] Compiling x86_64-mont5-apple.S
[656/1402] Compiling x86_64-mont-linux.S
[657/1402] Compiling x86_64-mont5-linux.S
[658/1402] Compiling x86_64-mont-apple.S
[659/1402] Compiling x86-mont-linux.S
[660/1402] Compiling x86-mont-apple.S
[661/1402] Compiling vpaes-x86_64-apple.S
[662/1402] Compiling vpaes-x86_64-linux.S
[663/1402] Compiling vpaes-x86-linux.S
[664/1402] Compiling bio_ssl.cc
[665/1402] Compiling vpaes-x86-apple.S
[666/1402] Compiling vpaes-armv8-win.S
[667/1402] Compiling vpaes-armv8-apple.S
[668/1402] Compiling vpaes-armv8-linux.S
[669/1402] Compiling vpaes-armv7-linux.S
[670/1402] Compiling sha512-x86_64-apple.S
[671/1402] Compiling sha512-armv8-win.S
[672/1402] Compiling sha512-x86_64-linux.S
[673/1402] Compiling sha512-armv8-linux.S
[674/1402] Compiling sha512-armv8-apple.S
[675/1402] Compiling d1_pkt.cc
[676/1402] Compiling sha512-armv4-linux.S
[677/1402] Compiling sha512-586-apple.S
[678/1402] Compiling sha512-586-linux.S
[679/1402] Compiling d1_srtp.cc
[680/1402] Compiling sha256-x86_64-apple.S
[681/1402] Compiling sha256-armv8-linux.S
[682/1402] Compiling sha256-armv8-win.S
[682/1402] Compiling sha256-x86_64-linux.S
[684/1402] Compiling sha256-armv8-apple.S
[685/1402] Compiling sha256-armv4-linux.S
[686/1402] Compiling sha256-586-linux.S
[687/1402] Compiling d1_lib.cc
[688/1402] Compiling sha1-armv8-win.S
[688/1402] Compiling sha256-586-apple.S
[690/1402] Compiling sha1-armv8-linux.S
[691/1402] Compiling sha1-x86_64-apple.S
[692/1402] Compiling sha1-armv4-large-linux.S
[693/1402] Compiling sha1-x86_64-linux.S
[694/1402] Compiling sha1-armv8-apple.S
[695/1402] Compiling sha1-586-linux.S
[696/1402] Compiling rsaz-avx2-apple.S
[696/1402] Compiling sha1-586-apple.S
[698/1402] Compiling rdrand-x86_64-linux.S
[699/1402] Compiling p256_beeu-x86_64-asm-linux.S
[700/1402] Compiling p256_beeu-x86_64-asm-apple.S
[701/1402] Compiling rsaz-avx2-linux.S
[702/1402] Compiling rdrand-x86_64-apple.S
[703/1402] Compiling p256_beeu-armv8-asm-win.S
[704/1402] Compiling p256_beeu-armv8-asm-linux.S
[705/1402] Compiling p256_beeu-armv8-asm-apple.S
[706/1402] Compiling p256-x86_64-asm-apple.S
[707/1402] Compiling p256-armv8-asm-apple.S
[708/1402] Compiling p256-x86_64-asm-linux.S
[709/1402] Compiling p256-armv8-asm-linux.S
[710/1402] Compiling ghashv8-armv8-win.S
[711/1402] Compiling p256-armv8-asm-win.S
[712/1402] Compiling ghashv8-armv8-linux.S
[713/1402] Compiling ghashv8-armv8-apple.S
[714/1402] Compiling ghashv8-armv7-linux.S
[715/1402] Compiling ghash-x86-linux.S
[715/1402] Compiling ghash-x86_64-apple.S
[717/1402] Compiling ghash-x86_64-linux.S
[718/1402] Compiling ghash-x86-apple.S
[718/1402] Compiling ghash-ssse3-x86_64-apple.S
[720/1402] Compiling ghash-ssse3-x86_64-linux.S
[721/1402] Compiling ghash-ssse3-x86-linux.S
[722/1402] Compiling d1_both.cc
[723/1402] Compiling ghash-neon-armv8-win.S
[724/1402] Compiling co-586-linux.S
[725/1402] Compiling ghash-neon-armv8-linux.S
[726/1402] Compiling ghash-ssse3-x86-apple.S
[727/1402] Compiling ghash-armv4-linux.S
[728/1402] Compiling bsaes-armv7-linux.S
[729/1402] Compiling ghash-neon-armv8-apple.S
[730/1402] Compiling bn-armv8-win.S
[731/1402] Compiling co-586-apple.S
[732/1402] Compiling bn-armv8-linux.S
[733/1402] Compiling bn-586-linux.S
[734/1402] Compiling armv8-mont-win.S
[735/1402] Compiling armv4-mont-linux.S
[736/1402] Compiling armv8-mont-linux.S
[737/1402] Compiling bn-586-apple.S
[737/1402] Compiling armv8-mont-apple.S
[739/1402] Compiling bn-armv8-apple.S
[740/1402] Compiling aesv8-gcm-armv8-win.S
[741/1402] Compiling aesv8-armv8-win.S
[742/1402] Compiling aesv8-armv8-linux.S
[743/1402] Compiling aesv8-gcm-armv8-linux.S
[744/1402] Compiling aesv8-gcm-armv8-apple.S
[745/1402] Compiling aesv8-armv8-apple.S
[746/1402] Compiling aesv8-armv7-linux.S
[747/1402] Compiling aesni-x86_64-linux.S
[748/1402] Compiling aesni-x86-linux.S
[749/1402] Compiling aesni-x86-apple.S
[750/1402] Compiling aesni-gcm-x86_64-linux.S
[751/1402] Compiling aesni-x86_64-apple.S
[752/1402] Compiling aes-gcm-avx2-x86_64-apple.S
[753/1402] Compiling aes-gcm-avx10-x86_64-linux.S
[754/1402] Compiling aes-gcm-avx2-x86_64-linux.S
[754/1402] Compiling aesni-gcm-x86_64-apple.S
[756/1402] Compiling aes-gcm-avx10-x86_64-apple.S
[757/1402] Compiling x_x509a.cc
[758/1402] Compiling x_pubkey.cc
[759/1402] Compiling x_spki.cc
[760/1402] Compiling x_val.cc
[761/1402] Compiling x_sig.cc
[762/1402] Compiling x_x509.cc
[763/1402] Compiling x_name.cc
[764/1402] Compiling x_req.cc
[765/1402] Compiling x_attrib.cc
[766/1402] Compiling x_all.cc
[767/1402] Compiling x_exten.cc
[768/1402] Compiling x_crl.cc
[769/1402] Compiling x509name.cc
[770/1402] Compiling x509spki.cc
[771/1402] Compiling x_algor.cc
[772/1402] Compiling x509rset.cc
[773/1402] Compiling x509_v3.cc
[774/1402] Compiling x509cset.cc
[775/1402] Compiling x509_txt.cc
[776/1402] Compiling x509_vpm.cc
[777/1402] Compiling x509_trs.cc
[778/1402] Compiling x509_vfy.cc
[779/1402] Compiling x509_set.cc
[780/1402] Compiling x509_req.cc
[781/1402] Compiling x509_obj.cc
[782/1402] Compiling x509_def.cc
[783/1402] Compiling x509_lu.cc
[784/1402] Compiling x509_cmp.cc
[785/1402] Compiling x509_ext.cc
[786/1402] Compiling x509_d2.cc
[787/1402] Compiling x509.cc
[788/1402] Compiling x509_att.cc
[789/1402] Compiling v3_utl.cc
[790/1402] Compiling v3_skey.cc
[791/1402] Compiling v3_purp.cc
[792/1402] Compiling v3_prn.cc
[793/1402] Compiling v3_ocsp.cc
[794/1402] Compiling v3_pcons.cc
[795/1402] Compiling v3_pmaps.cc
[796/1402] Compiling v3_int.cc
[797/1402] Compiling v3_ia5.cc
[798/1402] Compiling v3_lib.cc
[799/1402] Compiling v3_ncons.cc
[800/1402] Compiling v3_info.cc
[801/1402] Compiling v3_enum.cc
[802/1402] Compiling v3_extku.cc
[803/1402] Compiling v3_genn.cc
[804/1402] Compiling v3_crld.cc
[805/1402] Compiling v3_conf.cc
[806/1402] Compiling v3_cpols.cc
[807/1402] Compiling v3_alt.cc
[808/1402] Compiling v3_bitst.cc
[809/1402] Compiling v3_bcons.cc
[810/1402] Compiling v3_akeya.cc
[811/1402] Compiling v3_akey.cc
[812/1402] Compiling t_x509a.cc
[813/1402] Compiling t_req.cc
[814/1402] Compiling t_x509.cc
[815/1402] Compiling name_print.cc
[816/1402] Compiling policy.cc
[817/1402] Compiling rsa_pss.cc
[818/1402] Compiling t_crl.cc
[819/1402] Compiling i2d_pr.cc
[820/1402] Compiling by_file.cc
[821/1402] Compiling a_sign.cc
[822/1402] Compiling voprf.cc
[823/1402] Compiling by_dir.cc
[824/1402] Compiling asn1_gen.cc
[825/1402] Compiling algorithm.cc
[826/1402] Compiling a_digest.cc
[827/1402] Compiling a_verify.cc
[828/1402] Compiling thread_none.cc
[829/1402] Compiling trust_token.cc
[830/1402] Compiling thread.cc
[831/1402] Compiling thread_win.cc
[832/1402] Compiling stack.cc
[833/1402] Compiling thread_pthread.cc
[834/1402] Compiling sha1.cc
[835/1402] Compiling siphash.cc
[836/1402] Compiling sha512.cc
[837/1402] Compiling sha256.cc
[838/1402] Compiling slhdsa.cc
[839/1402] Compiling rsa_print.cc
[840/1402] Compiling pmbtoken.cc
[841/1402] Compiling spake2plus.cc
[842/1402] Compiling rc4.cc
[843/1402] Compiling rsa_extra.cc
[844/1402] Compiling refcount.cc
[845/1402] Compiling windows.cc
[846/1402] Compiling trusty.cc
[847/1402] Compiling rsa_crypt.cc
[848/1402] Compiling urandom.cc
[849/1402] Compiling rsa_asn1.cc
[850/1402] Compiling rand.cc
[851/1402] Compiling ios.cc
[852/1402] Compiling passive.cc
[853/1402] Compiling getentropy.cc
[854/1402] Compiling deterministic.cc
[855/1402] Compiling poly1305_arm_asm.S
[856/1402] Compiling forkunsafe.cc
[857/1402] Compiling fork_detect.cc
[858/1402] Compiling poly1305_arm.cc
[859/1402] Compiling poly1305.cc
[860/1402] Compiling poly1305_vec.cc
[861/1402] Compiling pool.cc
[862/1402] Compiling pkcs8.cc
[863/1402] Compiling pkcs8_x509.cc
[864/1402] Compiling pem_x509.cc
[865/1402] Compiling p5_pbev2.cc
[866/1402] Compiling pkcs7.cc
[867/1402] Compiling pem_xaux.cc
[867/1402] Compiling pkcs7_x509.cc
[869/1402] Compiling pem_pkey.cc
[870/1402] Compiling mlkem.cc
[871/1402] Compiling obj_xref.cc
[872/1402] Compiling pem_oth.cc
[873/1402] Compiling mldsa.cc
[874/1402] Compiling mem.cc
[875/1402] Compiling pem_pk8.cc
[876/1402] Compiling obj.cc
[877/1402] Compiling pem_lib.cc
[878/1402] Compiling md5.cc
[879/1402] Compiling pem_all.cc
[880/1402] Compiling pem_info.cc
[881/1402] Compiling poly_rq_mul.S
[882/1402] Compiling fips_shared_support.cc
[883/1402] Compiling lhash.cc
[884/1402] Compiling md4.cc
[885/1402] Compiling ex_data.cc
[886/1402] Compiling sign.cc
[887/1402] Compiling hrss.cc
[888/1402] Compiling kyber.cc
[889/1402] Compiling print.cc
[890/1402] Compiling scrypt.cc
[891/1402] Compiling hpke.cc
[892/1402] Compiling p_x25519.cc
[893/1402] Compiling pbkdf.cc
[894/1402] Compiling p_ed25519_asn1.cc
[895/1402] Compiling p_ed25519.cc
[896/1402] Compiling p_hkdf.cc
[897/1402] Compiling p_x25519_asn1.cc
[898/1402] Compiling p_rsa.cc
[899/1402] Compiling p_rsa_asn1.cc
[900/1402] Compiling p_ec.cc
[901/1402] Compiling p_ec_asn1.cc
[902/1402] Compiling evp_ctx.cc
[903/1402] Compiling p_dh_asn1.cc
[904/1402] Compiling p_dh.cc
[905/1402] Compiling evp.cc
[906/1402] Compiling evp_asn1.cc
[907/1402] Compiling err.cc
[908/1402] Compiling p_dsa_asn1.cc
[909/1402] Compiling engine.cc
[910/1402] Compiling ecdh.cc
[911/1402] Compiling ecdsa_asn1.cc
[912/1402] Compiling ec_derive.cc
[913/1402] Compiling hash_to_curve.cc
[914/1402] Compiling digest_extra.cc
[915/1402] Compiling dsa.cc
[916/1402] Compiling ec_asn1.cc
[917/1402] Compiling des.cc
[918/1402] Compiling params.cc
[919/1402] Compiling x25519-asm-arm.S
[920/1402] Compiling dsa_asn1.cc
[921/1402] Compiling cpu_arm_linux.cc
[922/1402] Compiling cpu_intel.cc
[923/1402] Compiling crypto.cc
[924/1402] Compiling dh_asn1.cc
[925/1402] Compiling spake25519.cc
[926/1402] Compiling curve25519.cc
[927/1402] Compiling cpu_aarch64_openbsd.cc
[928/1402] Compiling cpu_aarch64_win.cc
[929/1402] Compiling cpu_arm_freebsd.cc
[930/1402] Compiling cpu_aarch64_linux.cc
[931/1402] Compiling cpu_aarch64_sysreg.cc
[932/1402] Compiling cpu_aarch64_fuchsia.cc
[933/1402] Compiling get_cipher.cc
[934/1402] Compiling conf.cc
[935/1402] Compiling cpu_aarch64_apple.cc
[936/1402] Compiling curve25519_64_adx.cc
[937/1402] Compiling e_rc4.cc
[938/1402] Compiling tls_cbc.cc
[939/1402] Compiling e_tls.cc
[940/1402] Compiling bcm.cc
[941/1402] Compiling e_null.cc
[942/1402] Compiling e_chacha20poly1305.cc
[943/1402] Compiling e_aesgcmsiv.cc
[944/1402] Compiling chacha.cc
[945/1402] Compiling e_rc2.cc
[946/1402] Compiling e_des.cc
[947/1402] Compiling derive_key.cc
[948/1402] Compiling unicode.cc
[949/1402] Compiling e_aesctrhmac.cc
[950/1402] Compiling ber.cc
[951/1402] Compiling buf.cc
[952/1402] Compiling bn_asn1.cc
[953/1402] Compiling cbb.cc
[954/1402] Compiling blake2.cc
[955/1402] Compiling socket_helper.cc
[956/1402] Compiling asn1_compat.cc
[957/1402] Compiling socket.cc
[958/1402] Compiling convert.cc
[959/1402] Compiling cbs.cc
[960/1402] Compiling bio_mem.cc
[961/1402] Compiling pair.cc
[962/1402] Compiling file.cc
[963/1402] Compiling printf.cc
[964/1402] Compiling errno.cc
[965/1402] Compiling connect.cc
[966/1402] Compiling hexdump.cc
[967/1402] Compiling fd.cc
[968/1402] Compiling base64.cc
[969/1402] Compiling tasn_typ.cc
[970/1402] Compiling bio.cc
[971/1402] Compiling tasn_enc.cc
[972/1402] Compiling tasn_fre.cc
[973/1402] Compiling tasn_dec.cc
[974/1402] Compiling tasn_new.cc
[975/1402] Compiling f_string.cc
[976/1402] Compiling posix_time.cc
[977/1402] Compiling tasn_utl.cc
[978/1402] Compiling asn_pack.cc
[979/1402] Compiling f_int.cc
[980/1402] Compiling asn1_par.cc
[981/1402] Compiling a_octet.cc
[982/1402] Compiling asn1_lib.cc
[983/1402] Compiling a_utctm.cc
[984/1402] Compiling a_object.cc
[985/1402] Compiling a_type.cc
[986/1402] Compiling a_strex.cc
[987/1402] Compiling a_time.cc
[988/1402] Compiling a_strnid.cc
[989/1402] Compiling a_dup.cc
[990/1402] Compiling a_i2d_fp.cc
[991/1402] Compiling a_int.cc
[992/1402] Compiling a_bitstr.cc
[993/1402] Compiling a_d2i_fp.cc
[994/1402] Compiling fiat_p256_adx_sqr.S
[995/1402] Compiling fiat_p256_adx_mul.S
[996/1402] Compiling a_mbstr.cc
[997/1402] Compiling fiat_curve25519_adx_square.S
[998/1402] Compiling md5-x86_64-linux.S
[999/1402] Compiling a_gentm.cc
[1000/1402] Compiling fiat_curve25519_adx_mul.S
[1001/1402] Compiling md5-x86_64-apple.S
[1001/1402] Compiling md5-586-linux.S
[1003/1402] Compiling a_bool.cc
[1004/1402] Compiling md5-586-apple.S
[1005/1402] Compiling CCryptoBoringSSLShims shims.c
[1006/1402] Compiling chacha20_poly1305_armv8-win.S
[1007/1402] Compiling chacha20_poly1305_x86_64-apple.S
[1008/1402] Compiling chacha20_poly1305_armv8-linux.S
[1009/1402] Compiling chacha20_poly1305_x86_64-linux.S
[1010/1402] Compiling chacha20_poly1305_armv8-apple.S
[1011/1402] Compiling chacha-x86_64-apple.S
[1012/1402] Compiling chacha-x86_64-linux.S
[1013/1402] Compiling chacha-x86-linux.S
[1014/1402] Compiling chacha-x86-apple.S
[1015/1402] Compiling chacha-armv8-win.S
[1016/1402] Compiling chacha-armv8-apple.S
[1017/1402] Compiling chacha-armv8-linux.S
[1018/1402] Compiling chacha-armv4-linux.S
[1019/1402] Compiling aes128gcmsiv-x86_64-apple.S
[1020/1402] Compiling aes128gcmsiv-x86_64-linux.S
[1021/1402] Compiling x86_64-mont5-apple.S
[1022/1402] Compiling x86_64-mont-linux.S
[1023/1402] Compiling x86_64-mont-apple.S
[1024/1402] Compiling x86_64-mont5-linux.S
[1025/1402] Compiling x86-mont-linux.S
[1026/1402] Compiling x86-mont-apple.S
[1027/1402] Compiling vpaes-x86_64-apple.S
[1028/1402] Compiling err_data.cc
[1029/1402] Compiling vpaes-x86_64-linux.S
[1030/1402] Compiling vpaes-x86-apple.S
[1031/1402] Compiling vpaes-armv8-win.S
[1032/1402] Compiling vpaes-x86-linux.S
[1033/1402] Compiling vpaes-armv7-linux.S
[1034/1402] Compiling vpaes-armv8-linux.S
[1035/1402] Compiling vpaes-armv8-apple.S
[1036/1402] Compiling sha512-x86_64-apple.S
[1037/1402] Compiling sha512-x86_64-linux.S
[1038/1402] Compiling sha512-armv8-win.S
[1039/1402] Compiling sha512-armv8-apple.S
[1040/1402] Compiling sha512-armv8-linux.S
[1041/1402] Compiling sha512-armv4-linux.S
[1042/1402] Compiling sha512-586-linux.S
[1043/1402] Compiling sha512-586-apple.S
[1044/1402] Compiling sha256-x86_64-linux.S
[1045/1402] Compiling sha256-armv8-linux.S
[1046/1402] Compiling sha256-x86_64-apple.S
[1047/1402] Compiling sha256-armv8-win.S
[1048/1402] Compiling sha256-armv4-linux.S
[1049/1402] Compiling sha256-586-linux.S
[1050/1402] Compiling sha256-armv8-apple.S
[1051/1402] Compiling sha256-586-apple.S
[1052/1402] Compiling sha1-armv8-win.S
[1053/1402] Compiling sha1-armv8-linux.S
[1054/1402] Compiling sha1-x86_64-apple.S
[1055/1402] Compiling sha1-armv4-large-linux.S
[1056/1402] Compiling sha1-armv8-apple.S
[1057/1402] Compiling sha1-x86_64-linux.S
[1058/1402] Compiling sha1-586-apple.S
[1059/1402] Compiling sha1-586-linux.S
[1060/1402] Compiling rsaz-avx2-linux.S
[1061/1402] Compiling rsaz-avx2-apple.S
[1062/1402] Compiling rdrand-x86_64-apple.S
[1063/1402] Compiling p256_beeu-x86_64-asm-linux.S
[1064/1402] Compiling p256_beeu-x86_64-asm-apple.S
[1065/1402] Compiling rdrand-x86_64-linux.S
[1066/1402] Compiling p256_beeu-armv8-asm-win.S
[1067/1402] Compiling p256_beeu-armv8-asm-linux.S
[1068/1402] Compiling p256-x86_64-asm-apple.S
[1069/1402] Compiling p256_beeu-armv8-asm-apple.S
[1070/1402] Compiling p256-armv8-asm-win.S
[1071/1402] Compiling p256-x86_64-asm-linux.S
[1072/1402] Compiling p256-armv8-asm-linux.S
[1073/1402] Compiling p256-armv8-asm-apple.S
[1074/1402] Compiling ghashv8-armv8-win.S
[1075/1402] Compiling ghashv8-armv8-linux.S
[1076/1402] Compiling ghashv8-armv8-apple.S
[1077/1402] Compiling ghash-x86-linux.S
[1077/1402] Compiling ghashv8-armv7-linux.S
[1079/1402] Compiling ghash-x86_64-linux.S
[1080/1402] Compiling ghash-x86_64-apple.S
[1081/1402] Compiling ghash-x86-apple.S
[1082/1402] Compiling ghash-ssse3-x86_64-linux.S
[1083/1402] Compiling ghash-ssse3-x86-linux.S
[1084/1402] Compiling ghash-ssse3-x86-apple.S
[1085/1402] Compiling ghash-ssse3-x86_64-apple.S
[1086/1402] Compiling ghash-neon-armv8-win.S
[1086/1402] Compiling ghash-neon-armv8-linux.S
[1088/1402] Compiling ghash-armv4-linux.S
[1089/1402] Compiling ghash-neon-armv8-apple.S
[1090/1402] Compiling co-586-linux.S
[1091/1402] Compiling bn-armv8-win.S
[1092/1402] Compiling co-586-apple.S
[1093/1402] Compiling bsaes-armv7-linux.S
[1093/1402] Compiling bn-armv8-apple.S
[1095/1402] Compiling bn-586-linux.S
[1096/1402] Compiling bn-armv8-linux.S
[1097/1402] Compiling bn-586-apple.S
[1098/1402] Compiling armv8-mont-apple.S
[1099/1402] Compiling armv8-mont-linux.S
[1100/1402] Compiling armv4-mont-linux.S
[1101/1402] Compiling armv8-mont-win.S
[1102/1402] Compiling aesv8-gcm-armv8-win.S
[1103/1402] Compiling aesv8-gcm-armv8-linux.S
[1104/1402] Compiling aesv8-armv8-apple.S
[1105/1402] Compiling aesv8-armv8-win.S
[1106/1402] Compiling aesv8-gcm-armv8-apple.S
[1107/1402] Compiling aesv8-armv8-linux.S
[1108/1402] Compiling aesv8-armv7-linux.S
[1109/1402] Compiling aesni-x86_64-apple.S
[1110/1402] Compiling aesni-x86-apple.S
[1111/1402] Compiling aesni-x86-linux.S
[1112/1402] Compiling aesni-x86_64-linux.S
[1113/1402] Compiling aesni-gcm-x86_64-linux.S
[1114/1402] Compiling aesni-gcm-x86_64-apple.S
[1115/1402] Compiling aes-gcm-avx512-x86_64-linux.S
[1116/1402] Compiling aes-gcm-avx512-x86_64-apple.S
[1117/1402] Compiling aes-gcm-avx2-x86_64-linux.S
[1118/1402] Compiling aes-gcm-avx2-x86_64-apple.S
[1119/1402] Compiling xwing.cc
[1120/1402] Compiling x_sig.cc
[1121/1402] Compiling c-nioatomics.c
[1122/1402] Compiling x_req.cc
[1123/1402] Compiling x_spki.cc
[1124/1402] Compiling x_x509a.cc
[1125/1402] Compiling x_x509.cc
[1126/1402] Compiling c-atomics.c
[1127/1402] Compiling x_pubkey.cc
[1128/1408] Compiling x509spki.cc
[1129/1408] Compiling x_name.cc
[1130/1408] Compiling x_attrib.cc
[1131/1408] Compiling x_crl.cc
[1132/1408] Compiling x_exten.cc
[1134/1408] Compiling NIOConcurrencyHelpers NIOLock.swift
[1134/1408] Compiling x_all.cc
[1136/1408] Compiling NIOConcurrencyHelpers lock.swift
[1137/1408] Emitting module NIOConcurrencyHelpers
[1138/1408] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1139/1408] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1140/1408] Compiling NIOConcurrencyHelpers atomics.swift
[1140/1409] Compiling x_algor.cc
[1142/1409] Compiling x509rset.cc
[1143/1409] Wrapping AST for NIOConcurrencyHelpers for debugging
[1144/1409] Compiling x509_vpm.cc
[1145/1409] Compiling x509_vfy.cc
[1146/1409] Compiling x509_v3.cc
[1147/1409] Compiling x509name.cc
[1148/1409] Compiling x509cset.cc
[1149/1409] Compiling x509_txt.cc
[1150/1409] Compiling x509_trs.cc
[1151/1409] Compiling x509_set.cc
[1152/1409] Compiling x509_ext.cc
[1153/1409] Compiling x509_obj.cc
[1154/1409] Compiling x509_req.cc
[1155/1409] Compiling x509_def.cc
[1156/1409] Compiling x509_lu.cc
[1157/1409] Compiling x509_d2.cc
[1158/1409] Compiling x509.cc
[1159/1409] Compiling x509_cmp.cc
[1160/1409] Compiling x509_att.cc
[1161/1409] Compiling v3_prn.cc
[1162/1409] Compiling v3_purp.cc
[1163/1409] Compiling v3_skey.cc
[1164/1409] Compiling v3_utl.cc
[1165/1409] Compiling v3_pmaps.cc
[1166/1409] Compiling v3_ocsp.cc
[1167/1409] Compiling v3_ncons.cc
[1168/1409] Compiling v3_pcons.cc
[1169/1409] Compiling v3_lib.cc
[1170/1409] Compiling v3_int.cc
[1171/1409] Compiling v3_ia5.cc
[1172/1409] Compiling v3_genn.cc
[1173/1409] Compiling v3_info.cc
[1174/1409] Compiling v3_enum.cc
[1175/1409] Compiling v3_crld.cc
[1176/1409] Compiling v3_extku.cc
[1177/1409] Compiling v3_bcons.cc
[1178/1409] Compiling v3_cpols.cc
[1179/1409] Compiling v3_alt.cc
[1180/1409] Compiling v3_bitst.cc
[1181/1409] Compiling v3_conf.cc
[1182/1409] Compiling t_x509.cc
[1183/1409] Compiling v3_akey.cc
[1184/1409] Compiling t_req.cc
[1185/1409] Compiling t_x509a.cc
[1186/1409] Compiling v3_akeya.cc
[1187/1409] Compiling i2d_pr.cc
[1188/1409] Compiling rsa_pss.cc
[1189/1409] Compiling policy.cc
[1190/1409] Compiling t_crl.cc
[1191/1409] Compiling name_print.cc
[1192/1409] Compiling by_file.cc
[1193/1409] Compiling asn1_gen.cc
[1194/1409] Compiling algorithm.cc
[1195/1409] Compiling by_dir.cc
[1196/1409] Compiling thread.cc
[1197/1409] Compiling a_sign.cc
[1198/1409] Compiling thread_none.cc
[1199/1409] Compiling thread_win.cc
[1199/1409] Compiling thread_pthread.cc
[1201/1409] Compiling pmbtoken.cc
[1202/1409] Compiling a_verify.cc
[1203/1409] Compiling a_digest.cc
[1204/1409] Compiling siphash.cc
[1205/1409] Compiling sha256.cc
[1206/1409] Compiling sha512.cc
[1207/1409] Compiling sha1.cc
[1208/1409] Compiling stack.cc
[1209/1409] Compiling spake2plus.cc
[1210/1409] Compiling rsa_extra.cc
[1211/1409] Compiling slhdsa.cc
[1212/1409] Compiling rsa_print.cc
[1213/1409] Compiling rc4.cc
[1214/1409] Compiling refcount.cc
[1215/1409] Compiling windows.cc
[1216/1409] Compiling urandom.cc
[1217/1409] Compiling rsa_crypt.cc
[1218/1409] Compiling trusty.cc
[1219/1409] Compiling rand.cc
[1220/1409] Compiling ios.cc
[1221/1409] Compiling passive.cc
[1222/1409] Compiling getentropy.cc
[1223/1409] Compiling forkunsafe.cc
[1224/1409] Compiling poly1305_arm_asm.S
[1225/1409] Compiling fork_detect.cc
[1226/1409] Compiling deterministic.cc
[1227/1409] Compiling rsa_asn1.cc
[1228/1409] Compiling poly1305_vec.cc
[1229/1409] Compiling poly1305_arm.cc
[1230/1409] Compiling poly1305.cc
[1231/1409] Compiling pool.cc
[1232/1409] Compiling pkcs7_x509.cc
[1233/1409] Compiling pkcs7.cc
[1234/1409] Compiling pkcs8_x509.cc
[1235/1409] Compiling pkcs8.cc
[1236/1409] Compiling p5_pbev2.cc
[1237/1409] Compiling pem_xaux.cc
[1238/1409] Compiling pem_pkey.cc
[1239/1409] Compiling pem_x509.cc
[1240/1409] Compiling pem_oth.cc
[1241/1409] Compiling mlkem.cc
[1242/1409] Compiling pem_pk8.cc
[1243/1409] Compiling mldsa.cc
[1244/1409] Compiling obj_xref.cc
[1245/1409] Compiling pem_lib.cc
[1246/1409] Compiling mem.cc
[1247/1409] Compiling pem_info.cc
[1248/1409] Compiling pem_all.cc
[1249/1409] Compiling lhash.cc
[1250/1409] Compiling obj.cc
[1251/1409] Compiling fips_shared_support.cc
[1252/1409] Compiling poly_rq_mul.S
[1253/1409] Compiling md5.cc
[1254/1409] Compiling md4.cc
[1255/1409] Compiling fuzzer_mode.cc
[1256/1409] Compiling kyber.cc
[1257/1409] Compiling hrss.cc
[1258/1409] Compiling ex_data.cc
[1259/1409] Compiling scrypt.cc
[1260/1409] Compiling hpke.cc
[1261/1409] Compiling p_x25519_asn1.cc
[1262/1409] Compiling sign.cc
[1263/1409] Compiling print.cc
[1264/1409] Compiling pbkdf.cc
[1265/1409] Compiling p_x25519.cc
[1266/1409] Compiling p_hkdf.cc
[1267/1409] Compiling p_rsa_asn1.cc
[1268/1409] Compiling p_rsa.cc
[1269/1409] Compiling p_ed25519_asn1.cc
[1270/1409] Compiling p_ed25519.cc
[1271/1409] Compiling p_ec.cc
[1272/1409] Compiling p_ec_asn1.cc
[1273/1409] Compiling p_dh_asn1.cc
[1274/1409] Compiling p_dh.cc
[1275/1409] Compiling p_dsa_asn1.cc
[1276/1409] Compiling err.cc
[1277/1409] Compiling evp_ctx.cc
[1278/1409] Compiling ecdsa_p1363.cc
[1279/1409] Compiling engine.cc
[1280/1409] Compiling evp.cc
[1281/1409] Compiling evp_asn1.cc
[1282/1409] Compiling ecdsa_asn1.cc
[1283/1409] Compiling ecdh.cc
[1284/1409] Compiling hash_to_curve.cc
[1285/1409] Compiling ec_derive.cc
[1286/1409] Compiling ec_asn1.cc
[1287/1409] Compiling dsa.cc
[1288/1409] Compiling dsa_asn1.cc
[1289/1409] Compiling des.cc
[1290/1409] Compiling params.cc
[1291/1409] Compiling digest_extra.cc
[1292/1409] Compiling x25519-asm-arm.S
[1293/1409] Compiling dh_asn1.cc
[1294/1409] Compiling cpu_intel.cc
[1295/1409] Compiling cpu_arm_linux.cc
[1296/1409] Compiling crypto.cc
[1297/1409] Compiling spake25519.cc
[1298/1409] Compiling curve25519.cc
[1299/1409] Compiling cpu_arm_freebsd.cc
[1300/1409] Compiling curve25519_64_adx.cc
[1301/1409] Compiling cpu_aarch64_win.cc
[1302/1409] Compiling cpu_aarch64_openbsd.cc
[1303/1409] Compiling cpu_aarch64_sysreg.cc
[1304/1409] Compiling cpu_aarch64_linux.cc
[1305/1409] Compiling cpu_aarch64_fuchsia.cc
[1306/1409] Compiling cpu_aarch64_apple.cc
[1307/1409] Compiling conf.cc
[1308/1409] Compiling get_cipher.cc
[1309/1409] Compiling tls_cbc.cc
[1310/1409] Compiling e_tls.cc
[1311/1409] Compiling e_rc4.cc
[1312/1409] Compiling e_rc2.cc
[1313/1409] Compiling e_aeseax.cc
[1314/1409] Compiling e_des.cc
[1315/1409] Compiling e_aesgcmsiv.cc
[1316/1409] Compiling e_null.cc
[1317/1409] Compiling e_chacha20poly1305.cc
[1318/1409] Compiling cms.cc
[1319/1409] Compiling derive_key.cc
[1320/1409] Compiling e_aesctrhmac.cc
[1321/1409] Compiling chacha.cc
[1322/1409] Compiling cbs.cc
[1323/1409] Compiling unicode.cc
[1324/1409] Compiling ber.cc
[1325/1409] Compiling sqrt.cc
[1326/1409] Compiling buf.cc
[1327/1409] Compiling cbb.cc
[1328/1409] Compiling asn1_compat.cc
[1329/1409] Compiling div.cc
[1330/1409] Compiling exponentiation.cc
[1331/1409] Compiling printf.cc
[1332/1409] Compiling blake2.cc
[1333/1409] Compiling bn_asn1.cc
[1334/1409] Compiling pair.cc
[1335/1409] Compiling convert.cc
[1336/1409] Compiling hexdump.cc
[1337/1409] Compiling fd.cc
[1338/1409] Compiling file.cc
[1339/1409] Compiling errno.cc
[1340/1409] Compiling base64.cc
[1341/1409] Compiling bio_mem.cc
[1342/1409] Compiling bio.cc
[1343/1409] Compiling tasn_typ.cc
[1344/1409] Compiling tasn_fre.cc
[1345/1409] Compiling tasn_new.cc
[1346/1409] Compiling tasn_utl.cc
[1347/1409] Compiling tasn_enc.cc
[1348/1409] Compiling posix_time.cc
[1349/1409] Compiling f_string.cc
[1350/1409] Compiling tasn_dec.cc
[1351/1409] Compiling f_int.cc
[1352/1409] Compiling asn1_par.cc
[1353/1409] Compiling asn_pack.cc
[1354/1409] Compiling asn1_lib.cc
[1355/1409] Compiling a_utctm.cc
[1356/1409] Compiling a_time.cc
[1357/1409] Compiling a_type.cc
[1358/1409] Compiling a_object.cc
[1359/1409] Compiling a_mbstr.cc
[1360/1409] Compiling CCompressZlib empty.c
[1361/1409] Compiling a_strnid.cc
[1361/1409] Write sources
[1364/1409] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1365/1409] Compiling a_i2d_fp.cc
[1365/1409] Write sources
[1371/1409] Compiling a_dup.cc
[1372/1480] Compiling a_d2i_fp.cc
[1373/1527] Compiling a_gentm.cc
[1375/1527] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[1376/1527] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[1377/1527] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[1378/1527] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[1379/1529] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1380/1529] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1380/1529] Compiling a_int.cc
[1382/1554] Compiling Algorithms Rotate.swift
[1383/1554] Compiling Algorithms Partition.swift
[1384/1554] Compiling Algorithms FirstNonNil.swift
[1385/1554] Compiling Algorithms AdjacentPairs.swift
[1386/1554] Compiling Algorithms Chain.swift
[1387/1554] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[1388/1554] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[1389/1554] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1390/1554] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1391/1554] Compiling AsyncAlgorithms DebounceStorage.swift
[1392/1554] Compiling AsyncAlgorithms Dictionary.swift
[1393/1554] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1394/1561] Compiling Algorithms Compacted.swift
[1395/1561] Compiling Algorithms Cycle.swift
[1396/1561] Compiling Algorithms EitherSequence.swift
[1400/1561] Compiling Algorithms Chunked.swift
[1401/1561] Compiling Algorithms Combinations.swift
[1402/1561] Emitting module BitCollections
[1403/1561] Compiling AsyncAlgorithms Locking.swift
[1404/1561] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1405/1561] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1406/1561] Compiling AsyncAlgorithms MergeStateMachine.swift
[1407/1561] Compiling AsyncAlgorithms MergeStorage.swift
[1408/1561] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1409/1561] Compiling AsyncAlgorithms Rethrow.swift
[1410/1561] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1411/1561] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1412/1561] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1413/1561] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1414/1561] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1415/1561] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1416/1561] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1417/1561] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1418/1561] Compiling AsyncAlgorithms ChannelStorage.swift
[1419/1561] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1420/1561] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1421/1561] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1422/1561] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1423/1561] Compiling BitCollections BitSet.Counted.swift
[1424/1561] Emitting module AsyncAlgorithms
[1425/1567] Compiling Algorithms FlattenCollection.swift
[1426/1567] Compiling Algorithms Grouped.swift
[1427/1567] Compiling Algorithms Indexed.swift
[1428/1567] Compiling Algorithms Intersperse.swift
[1429/1567] Compiling Algorithms Joined.swift
[1430/1567] Compiling Algorithms Keyed.swift
[1431/1567] Compiling Algorithms MinMax.swift
[1432/1567] Compiling Algorithms RandomSample.swift
[1433/1567] Compiling Algorithms Split.swift
[1434/1567] Compiling Algorithms Stride.swift
[1435/1567] Compiling Algorithms Suffix.swift
[1436/1570] Emitting module ArgumentParserToolInfo
[1437/1570] Compiling ArgumentParserToolInfo ToolInfo.swift
[1438/1571] Compiling Algorithms Reductions.swift
[1441/1571] Compiling Algorithms Permutations.swift
[1442/1571] Compiling Algorithms Product.swift
[1449/1571] Compiling BitCollections BitSet.Index.swift
[1450/1571] Compiling BitCollections BitSet._UnsafeHandle.swift
[1451/1571] Compiling BitCollections BitSet.swift
[1452/1571] Compiling BitCollections Range+Utilities.swift
[1453/1571] Compiling BitCollections Slice+Utilities.swift
[1454/1571] Compiling BitCollections UInt+Tricks.swift
[1455/1571] Compiling BitCollections _Word.swift
[1470/1572] Wrapping AST for ArgumentParserToolInfo for debugging
[1477/1572] Wrapping AST for BitCollections for debugging
[1479/1618] Compiling ArgumentParser ParsableArguments.swift
[1480/1618] Compiling ArgumentParser ParsableCommand.swift
[1481/1618] Compiling ArgumentParser ArgumentDecoder.swift
[1482/1618] Compiling ArgumentParser ArgumentDefinition.swift
[1483/1618] Compiling ArgumentParser ArgumentSet.swift
[1484/1618] Compiling ArgumentParser CommandParser.swift
[1485/1618] Compiling ArgumentParser OptionGroup.swift
[1486/1618] Compiling ArgumentParser AsyncParsableCommand.swift
[1487/1618] Compiling ArgumentParser CommandConfiguration.swift
[1488/1618] Compiling ArgumentParser CommandGroup.swift
[1489/1618] Compiling ArgumentParser EnumerableFlag.swift
[1490/1618] Compiling ArgumentParser ExpressibleByArgument.swift
[1491/1618] Compiling ArgumentParser InputKey.swift
[1492/1618] Compiling Collections Collections.swift
[1493/1618] Emitting module Collections
[1494/1619] Compiling ArgumentParser BashCompletionsGenerator.swift
[1495/1619] Compiling ArgumentParser CompletionsGenerator.swift
[1496/1619] Compiling ArgumentParser FishCompletionsGenerator.swift
[1497/1619] Compiling ArgumentParser ZshCompletionsGenerator.swift
[1498/1619] Compiling ArgumentParser CompletionKind.swift
[1499/1619] Compiling ArgumentParser Errors.swift
[1500/1619] Compiling ArgumentParser Flag.swift
[1501/1619] Compiling ArgumentParser NameSpecification.swift
[1504/1619] Compiling ArgumentParser InputOrigin.swift
[1505/1619] Wrapping AST for Collections for debugging
[1507/1619] Compiling ArgumentParser Mutex.swift
[1508/1619] Compiling ArgumentParser Platform.swift
[1509/1619] Compiling ArgumentParser SequenceExtensions.swift
[1510/1619] Compiling ArgumentParser StringExtensions.swift
[1511/1619] Compiling ArgumentParser SwiftExtensions.swift
[1512/1619] Compiling ArgumentParser SplitArguments.swift
[1514/1619] Compiling ArgumentParser Name.swift
[1515/1619] Compiling ArgumentParser Parsed.swift
[1516/1619] Compiling ArgumentParser ParsedValues.swift
[1517/1619] Compiling ArgumentParser ParserError.swift
[1518/1619] Compiling ArgumentParser CollectionExtensions.swift
[1519/1619] Compiling ArgumentParser DumpHelpGenerator.swift
[1520/1619] Compiling ArgumentParser HelpCommand.swift
[1521/1619] Compiling ArgumentParser HelpGenerator.swift
[1522/1619] Compiling ArgumentParser MessageInfo.swift
[1523/1619] Compiling ArgumentParser UsageGenerator.swift
[1526/1619] Compiling ArgumentParser Option.swift
[1527/1619] Compiling ArgumentParser ArgumentHelp.swift
[1528/1619] Compiling ArgumentParser ArgumentVisibility.swift
[1530/1619] Emitting module Atomics
[1534/1620] Compiling ArgumentParser Argument.swift
[1535/1620] Compiling ArgumentParser ArgumentDiscussion.swift
[1539/1620] Compiling AsyncAlgorithms SetAlgebra.swift
[1540/1620] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1541/1620] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1542/1620] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1543/1620] Compiling AsyncAlgorithms ZipStateMachine.swift
[1544/1620] Compiling AsyncAlgorithms ZipStorage.swift
[1563/1627] Wrapping AST for Atomics for debugging
[1564/1688] Wrapping AST for AsyncAlgorithms for debugging
[1566/1696] Emitting module Algorithms
[1568/1697] Compiling ServiceLifecycle Service.swift
[1569/1698] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1570/1698] Compiling NIOCore MulticastChannel.swift
[1571/1698] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1572/1698] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1573/1698] Compiling NIOCore EventLoopFuture.swift
[1574/1698] Compiling NIOCore FileDescriptor.swift
[1575/1698] Compiling NIOCore FileHandle.swift
[1576/1698] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1577/1698] Compiling NIOCore NIOAsyncWriter.swift
[1578/1698] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1579/1698] Compiling NIOCore BSDSocketAPI.swift
[1580/1698] Compiling NIOCore ByteBuffer-aux.swift
[1581/1698] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1581/1698] Compiling bcm.cc
[1583/1698] Emitting module ServiceLifecycle
[1584/1698] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1585/1698] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1586/1706] Compiling ServiceLifecycle CancellationWaiter.swift
[1587/1706] Compiling ServiceLifecycle GracefulShutdown.swift
[1588/1706] Compiling ServiceLifecycle ServiceRunnerError.swift
[1589/1706] Compiling NIOCore AddressedEnvelope.swift
[1590/1706] Compiling NIOCore AsyncAwaitSupport.swift
[1591/1706] Compiling NIOCore AsyncChannel.swift
[1592/1706] Compiling NIOCore AsyncChannelHandler.swift
[1593/1706] Compiling NIOCore AsyncChannelInboundStream.swift
[1594/1706] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1595/1706] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1596/1706] Emitting module ArgumentParser
[1597/1706] Compiling NIOCore NIOAny.swift
[1598/1706] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1599/1706] Compiling NIOCore NIOCoreSendableMetatype.swift
[1600/1706] Compiling NIOCore NIOLoopBound.swift
[1601/1706] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1602/1706] Compiling NIOCore NIOScheduledCallback.swift
[1603/1706] Compiling NIOCore NIOSendable.swift
[1604/1706] Compiling NIOCore RecvByteBufferAllocator.swift
[1605/1714] Compiling NIOCore IPProtocol.swift
[1606/1714] Compiling NIOCore IntegerBitPacking.swift
[1607/1714] Compiling NIOCore IntegerTypes.swift
[1608/1714] Compiling NIOCore Interfaces.swift
[1609/1714] Compiling NIOCore Linux.swift
[1610/1714] Compiling NIOCore MarkedCircularBuffer.swift
[1611/1714] Compiling ServiceLifecycle ServiceGroup.swift
[1612/1715] Compiling CryptoBoringWrapper RandomBytes.swift
[1614/1715] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1615/1715] Emitting module CryptoBoringWrapper
[1616/1715] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1617/1715] Compiling NIOCore ByteBuffer-conversions.swift
[1618/1715] Compiling NIOCore ByteBuffer-core.swift
[1619/1715] Compiling NIOCore ByteBuffer-hex.swift
[1620/1715] Compiling NIOCore ByteBuffer-int.swift
[1621/1715] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1622/1715] Compiling NIOCore ByteBuffer-multi-int.swift
[1623/1715] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1623/1716] Wrapping AST for ServiceLifecycle for debugging
[1626/1716] Compiling CryptoBoringWrapper EllipticCurve.swift
[1627/1716] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1628/1716] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1629/1717] Compiling NIOCore IOData.swift
[1642/1717] Compiling NIOCore FileRegion.swift
[1643/1717] Compiling NIOCore GlobalSingletons.swift
[1644/1717] Compiling NIOCore IO.swift
[1645/1717] Wrapping AST for CryptoBoringWrapper for debugging
[1646/1717] Wrapping AST for ArgumentParser for debugging
[1648/1788] Compiling Crypto Digests.swift
[1649/1788] Compiling Crypto HashFunctions.swift
[1650/1788] Compiling Crypto HashFunctions_SHA2.swift
[1651/1788] Compiling Crypto HPKE-AEAD.swift
[1652/1788] Compiling Crypto HPKE-Ciphersuite.swift
[1653/1788] Compiling Crypto HPKE-KDF.swift
[1654/1788] Compiling Crypto HPKE-KexKeyDerivation.swift
[1655/1788] Compiling Crypto HPKE-LabeledExtract.swift
[1656/1788] Compiling Crypto HPKE-Utils.swift
[1657/1788] Compiling Crypto X25519Keys.swift
[1658/1788] Compiling Crypto SymmetricKeys.swift
[1659/1788] Compiling Crypto HMAC.swift
[1660/1788] Compiling Crypto MACFunctions.swift
[1661/1788] Compiling Crypto MessageAuthenticationCode.swift
[1662/1788] Compiling Crypto AES.swift
[1663/1788] Compiling Crypto ECDSASignature_boring.swift
[1664/1788] Compiling Crypto ECDSA_boring.swift
[1665/1788] Compiling Crypto PKCS8PrivateKey.swift
[1666/1788] Compiling Crypto SEC1PrivateKey.swift
[1667/1788] Compiling Crypto SubjectPublicKeyInfo.swift
[1668/1788] Compiling Crypto CryptoError_boring.swift
[1669/1788] Compiling Crypto CryptoKitErrors.swift
[1670/1788] Compiling Crypto Digest_boring.swift
[1671/1788] Compiling Crypto Digest.swift
[1683/1798] Compiling Crypto EdDSA_boring.swift
[1684/1798] Compiling Crypto ECDSA.swift
[1685/1798] Emitting module Crypto
[1686/1798] Compiling Crypto ASN1Identifier.swift
[1687/1798] Compiling Crypto ASN1Integer.swift
[1688/1798] Compiling Crypto ASN1Null.swift
[1689/1798] Compiling Crypto ASN1OctetString.swift
[1690/1798] Compiling Crypto ASN1Strings.swift
[1691/1798] Compiling Crypto ArraySliceBigint.swift
[1692/1798] Compiling Crypto GeneralizedTime.swift
[1693/1798] Compiling Crypto ObjectIdentifier.swift
[1694/1798] Compiling Crypto ECDSASignature.swift
[1695/1798] Compiling Crypto PEMDocument.swift
[1696/1798] Compiling Crypto AES-GCM.swift
[1697/1798] Compiling Crypto AES-GCM_boring.swift
[1698/1798] Compiling Crypto ChaChaPoly_boring.swift
[1699/1798] Compiling Crypto ChaChaPoly.swift
[1700/1798] Compiling Crypto Cipher.swift
[1701/1798] Compiling Crypto Nonces.swift
[1702/1798] Compiling Crypto ASN1.swift
[1703/1798] Compiling Crypto ASN1Any.swift
[1704/1798] Compiling Crypto ASN1BitString.swift
[1705/1798] Compiling Crypto ASN1Boolean.swift
[1706/1798] Compiling Crypto Ed25519.swift
[1707/1798] Compiling Crypto Signature.swift
[1708/1798] Compiling Crypto CryptoKitErrors_boring.swift
[1709/1798] Compiling Crypto RNG_boring.swift
[1710/1798] Compiling Crypto SafeCompare_boring.swift
[1711/1798] Compiling Crypto Zeroization_boring.swift
[1712/1798] Compiling Crypto PrettyBytes.swift
[1713/1798] Compiling Crypto SafeCompare.swift
[1714/1798] Compiling Crypto SecureBytes.swift
[1715/1798] Compiling Crypto Zeroization.swift
[1722/1798] Compiling Crypto DHKEM.swift
[1723/1798] Compiling Crypto HPKE-KEM-Curve25519.swift
[1724/1798] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1725/1798] Compiling Crypto HPKE-KEM.swift
[1726/1798] Compiling Crypto ECDH.swift
[1727/1798] Compiling Crypto HKDF.swift
[1728/1798] Compiling Crypto AESWrap.swift
[1729/1798] Compiling Crypto AESWrap_boring.swift
[1730/1798] Compiling Crypto Ed25519_boring.swift
[1731/1798] Compiling Crypto NISTCurvesKeys_boring.swift
[1732/1798] Compiling Crypto X25519Keys_boring.swift
[1733/1798] Compiling Crypto Curve25519.swift
[1734/1798] Compiling Crypto Ed25519Keys.swift
[1735/1798] Compiling Crypto NISTCurvesKeys.swift
[1736/1798] Compiling Crypto HPKE-Errors.swift
[1737/1798] Compiling Crypto HPKE.swift
[1738/1798] Compiling Crypto HPKE-Context.swift
[1739/1798] Compiling Crypto HPKE-KeySchedule.swift
[1740/1798] Compiling Crypto HPKE-Modes.swift
[1741/1798] Compiling Crypto Insecure.swift
[1742/1798] Compiling Crypto Insecure_HashFunctions.swift
[1743/1798] Compiling Crypto KEM.swift
[1744/1798] Compiling Crypto ECDH_boring.swift
[1745/1798] Compiling Crypto DH.swift
[1746/1799] Wrapping AST for Crypto for debugging
[1748/1853] Compiling _CryptoExtras ARC+API.swift
[1749/1853] Compiling _CryptoExtras ARC.swift
[1750/1853] Compiling _CryptoExtras ARCCredential.swift
[1751/1853] Compiling _CryptoExtras ARCEncoding.swift
[1752/1853] Compiling _CryptoExtras ARCPrecredential.swift
[1753/1853] Compiling _CryptoExtras ARCPresentation.swift
[1754/1853] Compiling _CryptoExtras ARCRequest.swift
[1755/1853] Compiling _CryptoExtras ARCResponse.swift
[1756/1853] Compiling _CryptoExtras ARCServer.swift
[1757/1853] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1758/1853] Compiling _CryptoExtras ChaCha20CTR.swift
[1759/1853] Compiling _CryptoExtras ObjectIdentifier.swift
[1760/1853] Compiling _CryptoExtras PKCS8DERRepresentation.swift
[1761/1853] Compiling _CryptoExtras PKCS8PrivateKey.swift
[1762/1853] Compiling _CryptoExtras RFC8410AlgorithmIdentifier.swift
[1763/1853] Compiling _CryptoExtras ECToolbox_boring.swift
[1764/1853] Compiling _CryptoExtras ECToolbox.swift
[1765/1853] Compiling _CryptoExtras HashToField.swift
[1766/1853] Compiling _CryptoExtras AES_CBC.swift
[1767/1853] Compiling _CryptoExtras AES_CFB.swift
[1768/1853] Compiling _CryptoExtras AES_CTR.swift
[1769/1853] Compiling _CryptoExtras AES_GCM_SIV.swift
[1770/1853] Compiling _CryptoExtras Block Function.swift
[1771/1853] Compiling _CryptoExtras AES_CFB_boring.swift
[1772/1853] Compiling _CryptoExtras AES_CTR_boring.swift
[1773/1853] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1774/1853] Compiling _CryptoExtras CMAC.swift
[1775/1853] Emitting module NIOCore
[1776/1904] Wrapping AST for NIOCore for debugging
[1778/1919] Compiling CompressNIO CompressionAlgorithm.swift
[1779/1919] Compiling CompressNIO Compressor.swift
[1780/1920] Emitting module NIOHTTPTypes
[1781/1920] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1782/1921] Emitting module _CryptoExtras
[1783/1921] Compiling CompressNIO ByteBuffer+compress.swift
[1784/1921] Compiling CompressNIO ByteBuffer+decompress.swift
[1785/1921] Emitting module CompressNIO
[1786/1921] Compiling CompressNIO Error.swift
[1787/1921] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[1789/1928] Compiling CompressNIO ZlibWrapper.swift
[1790/1928] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[1791/1928] Compiling CompressNIO Zlib.swift
[1792/1929] Compiling NIOPosix Resolver.swift
[1793/1929] Compiling NIOPosix Selectable.swift
[1794/1929] Compiling NIOPosix SelectableChannel.swift
[1795/1929] Compiling _CryptoExtras PEMDocument.swift
[1796/1929] Compiling _CryptoExtras PrettyBytes.swift
[1797/1929] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1798/1929] Compiling _CryptoExtras ThreadOps.swift
[1798/1929] Wrapping AST for NIOHTTPTypes for debugging
[1800/1929] Compiling NIOPosix PendingDatagramWritesManager.swift
[1801/1929] Compiling NIOPosix PendingWritesManager.swift
[1802/1929] Compiling NIOPosix PipeChannel.swift
[1803/1929] Compiling NIOPosix PipePair.swift
[1804/1929] Compiling NIOPosix SelectableEventLoop.swift
[1805/1929] Compiling NIOPosix SelectorEpoll.swift
[1806/1929] Compiling NIOPosix SelectorGeneric.swift
[1807/1929] Compiling NIOPosix SelectorKqueue.swift
[1808/1929] Wrapping AST for CompressNIO for debugging
[1810/1929] Compiling NIOPosix IntegerTypes.swift
[1811/1929] Compiling NIOPosix Linux.swift
[1812/1929] Compiling NIOPosix LinuxCPUSet.swift
[1813/1929] Compiling NIOPosix LinuxUring.swift
[1814/1929] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1815/1929] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1816/1929] Compiling NIOPosix NIOThreadPool.swift
[1817/1929] Compiling NIOPosix NonBlockingFileIO.swift
[1818/1929] Emitting module NIOEmbedded
[1819/1929] Compiling NIOEmbedded AsyncTestingChannel.swift
[1820/1929] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1821/1929] Compiling NIOEmbedded Embedded.swift
[1822/1930] Compiling NIOPosix SelectorUring.swift
[1823/1930] Compiling NIOPosix SelectorWSAPoll.swift
[1824/1930] Compiling NIOPosix ServerSocket.swift
[1825/1930] Compiling NIOPosix Socket.swift
[1826/1930] Compiling NIOPosix SocketChannel.swift
[1827/1930] Compiling NIOPosix SocketProtocols.swift
[1828/1930] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1829/1930] Compiling NIOPosix System.swift
[1830/1930] Compiling NIOPosix Thread.swift
[1831/1930] Compiling NIOPosix ThreadPosix.swift
[1832/1930] Compiling NIOPosix Pool.swift
[1833/1930] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1834/1930] Compiling NIOPosix PosixSingletons.swift
[1835/1930] Compiling NIOPosix RawSocketBootstrap.swift
[1837/1930] Compiling NIOPosix ControlMessage.swift
[1838/1930] Compiling NIOPosix DatagramVectorReadManager.swift
[1839/1930] Compiling NIOPosix Errors+Any.swift
[1840/1930] Compiling NIOPosix FileDescriptor.swift
[1841/1930] Compiling NIOPosix GetaddrinfoResolver.swift
[1842/1930] Compiling NIOPosix HappyEyeballs.swift
[1843/1930] Compiling NIOPosix IO.swift
[1844/1930] Compiling NIOPosix IntegerBitPacking.swift
[1847/1930] Compiling NIOPosix BSDSocketAPIWindows.swift
[1848/1930] Compiling NIOPosix BaseSocket.swift
[1849/1930] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1850/1930] Compiling NIOPosix BaseSocketChannel.swift
[1851/1930] Compiling NIOPosix BaseStreamSocketChannel.swift
[1852/1930] Compiling NIOPosix Bootstrap.swift
[1853/1930] Compiling _CryptoExtras ThreadPosix.swift
[1854/1930] Compiling _CryptoExtras ThreadSpecific.swift
[1855/1930] Compiling _CryptoExtras ThreadWindows.swift
[1856/1930] Compiling _CryptoExtras DLEQ.swift
[1857/1930] Compiling _CryptoExtras Prover.swift
[1858/1930] Compiling _CryptoExtras Verifier.swift
[1859/1930] Compiling _CryptoExtras ZKPToolbox.swift
[1859/1930] Wrapping AST for NIOEmbedded for debugging
[1862/1938] Emitting module NIOPosix
[1862/1952] Wrapping AST for _CryptoExtras for debugging
[1864/1991] Compiling NIOPosix ThreadWindows.swift
[1865/1991] Compiling NIOPosix UnsafeTransfer.swift
[1866/1991] Compiling NIOPosix Utilities.swift
[1867/1991] Compiling NIOPosix VsockAddress.swift
[1868/1991] Compiling NIOPosix VsockChannelEvents.swift
[1869/1991] Compiling NIOPosix Windows.swift
[1877/1991] Compiling HomomorphicEncryption NistAes128Ctr.swift
[1878/1991] Compiling HomomorphicEncryption NistCtrDrbg.swift
[1879/1991] Compiling HomomorphicEncryption PseudoRandomNumberGenerator.swift
[1884/1991] Compiling HomomorphicEncryption RnsBaseConverter.swift
[1885/1991] Compiling HomomorphicEncryption RnsTool.swift
[1886/1991] Compiling HomomorphicEncryption Scalar.swift
[1887/1991] Compiling HomomorphicEncryption Serialize.swift
[1888/1991] Compiling HomomorphicEncryption SerializedCiphertext.swift
[1889/1991] Compiling HomomorphicEncryption PolyRq.swift
[1890/1991] Compiling HomomorphicEncryption BufferedRng.swift
[1891/1991] Compiling HomomorphicEncryption Array2d.swift
[1892/1991] Compiling HomomorphicEncryption Bfv+Decrypt.swift
[1893/1991] Compiling HomomorphicEncryption Bfv+Encode.swift
[1894/1991] Compiling HomomorphicEncryption Bfv+Encrypt.swift
[1895/1991] Compiling HomomorphicEncryption Bfv+Keys.swift
[1896/1991] Compiling HomomorphicEncryption Bfv+Multiply.swift
[1897/1991] Compiling HomomorphicEncryption Bfv.swift
[1898/1991] Compiling HomomorphicEncryption Ciphertext.swift
[1899/1991] Compiling HomomorphicEncryption CoefficientPacking.swift
[1900/1991] Compiling HomomorphicEncryption Context.swift
[1901/1991] Compiling HomomorphicEncryption CrtComposer.swift
[1902/1991] Compiling HomomorphicEncryption DoubleWidthUInt.swift
[1903/1991] Compiling HomomorphicEncryption Encoding.swift
[1904/1991] Compiling HomomorphicEncryption EncryptionParameters.swift
[1905/1991] Compiling HomomorphicEncryption Plaintext.swift
[1906/1991] Compiling HomomorphicEncryption Galois.swift
[1907/1991] Compiling HomomorphicEncryption PolyCollection.swift
[1908/1991] Compiling HomomorphicEncryption PolyContext.swift
[1909/1991] Compiling HomomorphicEncryption PolyRq+Ntt.swift
[1910/1991] Compiling HomomorphicEncryption PolyRq+Randomize.swift
[1911/1991] Compiling HomomorphicEncryption PolyRq+Serialize.swift
[1912/1991] Compiling HomomorphicEncryption Error.swift
[1913/1991] Compiling HomomorphicEncryption Exports.swift
[1914/1991] Compiling HomomorphicEncryption HeScheme.swift
[1915/1991] Compiling HomomorphicEncryption HeSchemeAsync.swift
[1916/1991] Compiling HomomorphicEncryption Keys.swift
[1917/1991] Compiling HomomorphicEncryption Modulus.swift
[1918/1991] Compiling HomomorphicEncryption NoOpScheme.swift
[1919/1992] Wrapping AST for NIOPosix for debugging
[1921/1994] Emitting module NIO
[1922/1994] Compiling NIO Exports.swift
[1926/1996] Emitting module PrivacyPass
[1926/1996] Wrapping AST for NIO for debugging
[1930/2035] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1931/2035] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1932/2035] Compiling NIOSOCKS SOCKSResponse.swift
[1933/2036] Compiling NIOHTTP1 HTTPEncoder.swift
[1934/2036] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1935/2036] Compiling NIOTLS TLSEvents.swift
[1936/2036] Emitting module NIOFoundationCompat
[1937/2036] Compiling PrivacyPass Verifier.swift
[1938/2036] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1939/2036] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1940/2036] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1941/2036] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1942/2036] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1943/2036] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1944/2036] Compiling NIOHTTP1 HTTPDecoder.swift
[1947/2036] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1948/2036] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1949/2037] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1950/2037] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1951/2037] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1952/2037] Emitting module NIOTLS
[1953/2037] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1954/2037] Compiling NIOSOCKS ClientStateMachine.swift
[1957/2039] Compiling NIOSOCKS ServerStateMachine.swift
[1958/2039] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1959/2039] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1963/2039] Emitting module NIOSOCKS
[1963/2039] Wrapping AST for PrivacyPass for debugging
[1967/2040] Compiling NIOTLS SNIHandler.swift
[1972/2041] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1973/2041] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1974/2041] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1975/2042] Emitting module NIOHTTP1
[1977/2071] Compiling NIOSSL ByteBufferBIO.swift
[1978/2071] Compiling NIOSSL CustomPrivateKey.swift
[1979/2093] Compiling NIOTransportServices AcceptHandler.swift
[1980/2093] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1981/2093] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1982/2093] Compiling NIOTransportServices NIOTSSingletons.swift
[1983/2093] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1984/2093] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1985/2093] Compiling NIOTransportServices NIOTSErrors.swift
[1986/2093] Compiling NIOTransportServices NIOTSEventLoop.swift
[1987/2093] Compiling NIOTransportServices StateManagedChannel.swift
[1988/2093] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1989/2093] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1990/2093] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1991/2093] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1992/2093] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1995/2095] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1996/2095] Compiling NIOTransportServices NIOTSBootstraps.swift
[1997/2095] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1998/2095] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1999/2095] Emitting module NIOTransportServices
[2002/2095] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[2003/2095] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[2004/2095] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[2005/2095] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[2006/2095] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[2024/2102] Wrapping AST for NIOHTTP1 for debugging
[2026/2142] Emitting module NIOHTTPTypesHTTP1
[2027/2142] Compiling NIOHPACK IndexedHeaderTable.swift
[2028/2143] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[2029/2143] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[2030/2143] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[2031/2143] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[2032/2143] Compiling NIOHPACK IntegerCoding.swift
[2033/2143] Compiling NIOHPACK StaticHeaderTable.swift
[2034/2143] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[2035/2143] Compiling NIOExtras NIOExtrasError.swift
[2036/2143] Compiling NIOExtras NIOLengthFieldBitLength.swift
[2037/2143] Compiling NIOExtras NIORequestIdentifiable.swift
[2038/2145] Compiling NIOHPACK HuffmanTables.swift
[2039/2145] Compiling NIOExtras DebugInboundEventsHandler.swift
[2040/2145] Compiling NIOExtras DebugOutboundEventsHandler.swift
[2041/2145] Compiling NIOExtras FixedLengthFrameDecoder.swift
[2042/2145] Emitting module NIOHTTPCompression
[2043/2145] Compiling NIOHTTPCompression HTTPCompression.swift
[2044/2145] Compiling NIOExtras PCAPRingBuffer.swift
[2045/2145] Compiling NIOExtras QuiescingHelper.swift
[2046/2145] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[2050/2146] Compiling NIOExtras RequestResponseHandler.swift
[2054/2146] Compiling NIOSSL SafeCompare.swift
[2055/2150] Compiling NIOHPACK HuffmanCoding.swift
[2056/2150] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[2057/2150] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[2058/2150] Compiling NIOHTTPCompression HTTPDecompression.swift
[2061/2151] Compiling NIOExtras RequestResponseHandlers+State.swift
[2063/2151] Emitting module NIOSSL
[2064/2151] Emitting module NIOHPACK
[2064/2151] Wrapping AST for NIOHTTPTypesHTTP1 for debugging
[2066/2151] Emitting module NIOExtras
[2072/2151] Compiling NIOSSL Zeroization.swift
[2073/2151] Compiling NIOSSL TLSConfiguration.swift
[2074/2151] Compiling NIOSSL UniversalBootstrapSupport.swift
[2075/2151] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[2078/2151] Compiling NIOSSL SSLContext.swift
[2079/2151] Compiling NIOSSL SSLErrors.swift
[2080/2151] Compiling NIOSSL SSLInit.swift
[2081/2151] Compiling NIOSSL SSLPKCS12Bundle.swift
[2085/2151] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[2086/2151] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[2087/2151] Compiling NIOExtras JSONRPCFraming.swift
[2088/2151] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[2089/2151] Compiling NIOExtras LengthFieldPrepender.swift
[2091/2151] Compiling NIOExtras RequestResponseWithIDHandler.swift
[2092/2151] Compiling NIOExtras WritePCAPHandler.swift
[2094/2151] Compiling NIOExtras LineBasedFrameDecoder.swift
[2121/2212] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2122/2212] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2123/2212] Compiling NIOHTTP2 HTTP2Error.swift
[2124/2212] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2125/2212] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2126/2212] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2127/2212] Compiling NIOHTTP2 HasLocalSettings.swift
[2129/2213] Compiling NIOHTTP2 MayReceiveFrames.swift
[2130/2213] Compiling NIOHTTP2 ReceivingDataState.swift
[2131/2213] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2132/2213] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2133/2215] Wrapping AST for NIOExtras for debugging
[2135/2239] Compiling HummingbirdCore Response.swift
[2136/2239] Compiling HummingbirdCore ResponseBody.swift
[2137/2239] Compiling HummingbirdCore ResponseBodyWriter.swift
[2138/2239] Compiling HummingbirdCore ResponseWriter.swift
[2139/2239] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[2140/2239] Compiling HummingbirdCore BindAddress.swift
[2141/2239] Compiling HummingbirdCore Deprecations.swift
[2142/2239] Compiling HummingbirdCore Request.swift
[2143/2239] Compiling HummingbirdCore RequestBody+inboundClose.swift
[2144/2239] Compiling HummingbirdCore RequestBody.swift
[2145/2239] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[2146/2239] Compiling HummingbirdCore URI.swift
[2150/2247] Emitting module HummingbirdCore
[2159/2250] Compiling HummingbirdCore HTTPUserEventHandler.swift
[2160/2250] Compiling HummingbirdCore Server.swift
[2161/2250] Compiling HummingbirdCore ServerChildChannel.swift
[2162/2250] Compiling HummingbirdCore HTTP1Channel.swift
[2163/2250] Compiling HummingbirdCore HTTPChannelHandler.swift
[2164/2250] Compiling HummingbirdCore HTTPServerBuilder.swift
[2166/2250] Compiling HummingbirdCore FlatDictionary.swift
[2167/2250] Compiling HummingbirdCore HBParser.swift
[2168/2250] Compiling HummingbirdCore OutputBuffer.swift
[2169/2250] Compiling HummingbirdCore ServerConfiguration.swift
[2170/2250] Compiling HummingbirdCore TSTLSOptions.swift
[2171/2250] Compiling HummingbirdCore AnyAsyncSequence.swift
[2172/2250] Compiling HummingbirdCore SendableMetatype.swift
[2173/2250] Compiling HummingbirdCore String+percentEncode.swift
[2182/2250] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2183/2250] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[2184/2250] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2185/2250] Compiling NIOHTTP2 StreamChannelList.swift
[2186/2250] Compiling NIOHTTP2 StreamMap.swift
[2187/2250] Compiling NIOHTTP2 StreamStateMachine.swift
[2188/2250] Compiling NIOHTTP2 UnsafeTransfer.swift
[2189/2250] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2202/2250] Compiling HummingbirdCore UnsafeTransfer.swift
[2203/2251] Wrapping AST for HummingbirdCore for debugging
[2205/2315] Compiling Hummingbird Router+validation.swift
[2206/2315] Compiling Hummingbird Router.swift
[2207/2315] Compiling Hummingbird RouterGroup.swift
[2208/2315] Compiling Hummingbird RouterMethods.swift
[2209/2315] Compiling Hummingbird RouterPath.swift
[2210/2315] Compiling Hummingbird RouterResponder.swift
[2211/2315] Compiling Hummingbird TransformingRouterGroup.swift
[2212/2315] Compiling Hummingbird RouterTrie.swift
[2213/2315] Emitting module HomomorphicEncryption
[2215/2316] Compiling Hummingbird Trie+resolve.swift
[2216/2316] Compiling Hummingbird Trie+serialize.swift
[2217/2316] Compiling Hummingbird TrieRouter.swift
[2218/2316] Compiling Hummingbird ChildRequestContext.swift
[2219/2316] Compiling Hummingbird Request.swift
[2220/2316] Compiling Hummingbird RequestContext.swift
[2221/2316] Compiling Hummingbird RequestContextSource.swift
[2222/2316] Compiling Hummingbird RequestID.swift
[2223/2316] Compiling Hummingbird _OptionalMiddleware.swift
[2224/2316] Compiling Hummingbird FileIO.swift
[2225/2316] Compiling Hummingbird FileProvider.swift
[2226/2316] Compiling Hummingbird LocalFileSystem.swift
[2227/2316] Compiling Hummingbird Cookie.swift
[2228/2316] Compiling Hummingbird Cookies.swift
[2229/2316] Compiling Hummingbird MediaType+FileExtension.swift
[2230/2316] Compiling Hummingbird MediaType.swift
[2231/2316] Compiling Hummingbird Request+Cookies.swift
[2232/2316] Emitting module NIOHTTP2
[2232/2316] Wrapping AST for HomomorphicEncryption for debugging
[2234/2316] Emitting module Hummingbird
[2235/2342] Compiling HomomorphicEncryptionProtobuf apple_swift_homomorphic_encryption_v1_error_stddev.pb.swift
[2236/2342] Compiling HomomorphicEncryptionProtobuf MessageExtensions.swift
[2242/2342] Compiling Hummingbird RequestResponder.swift
[2243/2342] Compiling Hummingbird Response.swift
[2244/2342] Compiling Hummingbird URI+decodeQuery.swift
[2245/2342] Compiling Hummingbird MemoryPersistDriver.swift
[2246/2342] Compiling PrivateInformationRetrieval SymmetricPIRProtocol.swift
[2247/2343] Compiling PrivateInformationRetrieval Util.swift
[2248/2343] Emitting module HomomorphicEncryptionProtobuf
[2249/2343] Compiling Hummingbird Response+Cookies.swift
[2250/2343] Compiling Hummingbird _SpreadMiddleware.swift
[2251/2343] Compiling Hummingbird TracingMiddleware.swift
[2252/2343] Compiling Hummingbird EndpointResponder.swift
[2253/2343] Compiling Hummingbird Parameters+UUID.swift
[2254/2343] Compiling Hummingbird Parameters.swift
[2255/2343] Compiling Hummingbird ResponseGenerator.swift
[2256/2343] Compiling Hummingbird RouteCollection.swift
[2257/2344] Compiling PrivateInformationRetrieval PirUtil.swift
[2258/2344] Compiling HomomorphicEncryptionProtobuf ConversionError.swift
[2259/2344] Compiling HomomorphicEncryptionProtobuf ConversionHe.swift
[2261/2344] Compiling PrivateInformationRetrieval SymmetricPirDatabase.swift
[2289/2344] Compiling PrivateInformationRetrieval MulPir.swift
[2290/2344] Compiling Hummingbird CORSMiddleware.swift
[2291/2344] Compiling Hummingbird FileMiddleware.swift
[2292/2344] Compiling Hummingbird LogRequestMiddleware.swift
[2293/2344] Compiling Hummingbird MetricsMiddleware.swift
[2294/2344] Compiling Hummingbird Middleware.swift
[2295/2344] Compiling Hummingbird MiddlewareGroup.swift
[2296/2344] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[2297/2344] Compiling Hummingbird _Middleware2.swift
[2299/2344] Compiling Hummingbird Configuration.swift
[2300/2344] Compiling Hummingbird Deprecations.swift
[2301/2344] Compiling Hummingbird Environment.swift
[2302/2344] Compiling Hummingbird EditedHTTPError.swift
[2303/2344] Compiling Hummingbird HTTPError.swift
[2304/2344] Compiling Hummingbird HTTPResponseError.swift
[2305/2344] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[2306/2344] Compiling Hummingbird Exports.swift
[2307/2344] Compiling Hummingbird CacheControl.swift
[2308/2404] Compiling HomomorphicEncryptionProtobuf apple_swift_homomorphic_encryption_v1_he.pb.swift
[2309/2405] Compiling Hummingbird PersistDriver.swift
[2310/2405] Compiling Hummingbird PersistError.swift
[2311/2405] Compiling Hummingbird ByteBuffer+foundation.swift
[2312/2405] Compiling Hummingbird DateCache.swift
[2313/2405] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[2314/2405] Compiling Hummingbird HexDigest.swift
[2315/2405] Compiling Hummingbird InitializableFromSource.swift
[2316/2405] Compiling Hummingbird PreludeService.swift
[2317/2405] Compiling Hummingbird StringProtocol.swift
[2318/2405] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2319/2405] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2320/2405] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2321/2405] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2322/2405] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2323/2405] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2324/2405] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2325/2405] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2326/2405] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2328/2406] Wrapping AST for HomomorphicEncryptionProtobuf for debugging
[2333/2406] Wrapping AST for Hummingbird for debugging
[2335/2410] Emitting module PrivateInformationRetrieval
[2339/2411] Compiling HummingbirdCompression ResponseCompressionMiddleware.swift
[2340/2411] Emitting module HummingbirdCompression
[2341/2411] Compiling HummingbirdCompression CompressedBodyWriter.swift
[2342/2411] Compiling HummingbirdCompression RequestDecompressionMiddleware.swift
[2343/2421] Wrapping AST for PrivateInformationRetrieval for debugging
[2344/2421] Wrapping AST for HummingbirdCompression for debugging
[2346/2421] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_pir_v1_pir_algorithm.pb.swift
[2347/2422] Emitting module AsyncHTTPClient
[2348/2422] Compiling PrivateInformationRetrievalProtobuf ConversionApi.swift
[2349/2422] Compiling PrivateInformationRetrievalProtobuf ConversionError.swift
[2357/2430] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_api_shared_v1_api_shared.pb.swift
[2358/2430] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2359/2430] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2360/2430] Compiling AsyncHTTPClient Transaction.swift
[2361/2430] Compiling AsyncHTTPClient Base64.swift
[2362/2430] Compiling AsyncHTTPClient BasicAuth.swift
[2363/2430] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2364/2430] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2365/2430] Compiling AsyncHTTPClient ConnectionPool.swift
[2366/2430] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2367/2430] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_pir_v1_pir_database.pb.swift
[2368/2430] Emitting module PrivateInformationRetrievalProtobuf
[2369/2430] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_pir_v1_pir.pb.swift
[2370/2430] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2371/2430] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2372/2430] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2373/2430] Compiling AsyncHTTPClient HTTP1Connection.swift
[2374/2430] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2375/2430] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2376/2430] Compiling AsyncHTTPClient HTTP2Connection.swift
[2377/2430] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2378/2430] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2379/2430] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2380/2430] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2381/2430] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2382/2430] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2383/2430] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2384/2430] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2385/2430] Compiling AsyncHTTPClient RequestBodyLength.swift
[2386/2430] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2387/2430] Compiling AsyncHTTPClient HTTPHandler.swift
[2388/2430] Compiling AsyncHTTPClient LRUCache.swift
[2389/2430] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2390/2430] Compiling AsyncHTTPClient NWErrorHandler.swift
[2391/2430] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2392/2430] Compiling AsyncHTTPClient TLSConfiguration.swift
[2393/2430] Compiling AsyncHTTPClient RedirectState.swift
[2394/2430] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2395/2430] Compiling AsyncHTTPClient ConnectionTarget.swift
[2396/2430] Compiling AsyncHTTPClient DeconstructedURL.swift
[2397/2430] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2398/2430] Compiling AsyncHTTPClient FoundationExtensions.swift
[2399/2430] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2400/2430] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2401/2430] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2402/2430] Compiling AsyncHTTPClient HTTPClient.swift
[2403/2430] Compiling AsyncHTTPClient RequestOptions.swift
[2404/2430] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2405/2430] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2406/2430] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2407/2430] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2408/2430] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2409/2430] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2410/2430] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2413/2430] Compiling PrivateInformationRetrievalProtobuf ConversionPir.swift
[2414/2430] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_api_pir_v1_api.pb.swift
[2415/2430] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_api_pir_v1_pir.pb.swift
[2417/2431] Compiling AsyncHTTPClient RequestBag.swift
[2418/2431] Compiling AsyncHTTPClient RequestValidation.swift
[2419/2431] Compiling AsyncHTTPClient SSLContextCache.swift
[2420/2431] Compiling AsyncHTTPClient Scheme.swift
[2421/2431] Compiling AsyncHTTPClient Singleton.swift
[2422/2431] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2423/2431] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2424/2431] Compiling AsyncHTTPClient Utils.swift
[2425/2432] Wrapping AST for PrivateInformationRetrievalProtobuf for debugging
[2427/2464] Compiling ConstructDatabase InputIdentities.pb.swift
[2428/2464] Compiling PIRService ExtractPlatform.swift
[2429/2464] Compiling PIRService ExtractUserIdentifier.swift
[2430/2466] Emitting module ConstructDatabase
[2431/2466] Compiling PIRService LogErrorsMiddleware.swift
[2432/2466] Compiling PIRService UserTierAuthentication.swift
[2433/2466] Compiling PIRService ProtobufExtensions.swift
[2434/2466] Compiling PIRService Request+DecodeProtobuf.swift
[2435/2466] Compiling PIRService UsecaseStore.swift
[2436/2466] Compiling PIRService UserAuthenticator.swift
[2437/2466] Compiling PIRService HEError+HTTPErrorResponse.swift
[2438/2466] Compiling PIRService HTTPFields+authorization.swift
[2439/2466] Compiling PIRService PirConfig+compatible.swift
[2440/2466] Compiling PIRService PrivacyPass+ResponseGenerator.swift
[2441/2466] Compiling ConstructDatabase ConstructDatabase.swift
[2442/2466] Compiling ConstructDatabase CallIdentity.pb.swift
[2444/2467] Compiling PIRService PrivacyPassController.swift
[2445/2467] Compiling PIRService PrivacyPassState.swift
[2446/2467] Compiling PIRService Usecase.swift
[2447/2467] Compiling HummingbirdTesting TestApplication.swift
[2448/2467] Compiling HummingbirdTesting TestClient+types.swift
[2449/2468] Emitting module PIRService
[2450/2468] Compiling PIRService Application+build.swift
/host/spi-builder-workspace/Sources/PIRService/Controllers/PirUsecase.swift:75:58: warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
73 | let context: Context<Scheme> = try Context(encryptionParameters: encryptionParams)
74 | self.context = context
75 | self.keywordParams = try params.keywordPirParams.nativeWithSymmetricPirClientConfig()
| `- warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
76 | self.symmetricPirConfig = try usecase.symmetricPirArguments?.resolve()
77 | self.shards = try (0..<usecase.shardCount).map { shardIndex in
/host/spi-builder-workspace/Sources/PIRService/Controllers/PirUsecase.swift:95:65: warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
93 | evaluationKeyConfig: pirParams.evaluationKeyConfig.native(),
94 | pirParameter: pirParams.native(),
95 | keywordPirParameter: pirParams.keywordPirParams.nativeWithSymmetricPirClientConfig())
| `- warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
96 | return try KeywordPirServer(context: context, processed: processed)
97 | }
[2451/2468] Compiling PIRService PIRServiceController.swift
/host/spi-builder-workspace/Sources/PIRService/Controllers/PirUsecase.swift:75:58: warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
73 | let context: Context<Scheme> = try Context(encryptionParameters: encryptionParams)
74 | self.context = context
75 | self.keywordParams = try params.keywordPirParams.nativeWithSymmetricPirClientConfig()
| `- warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
76 | self.symmetricPirConfig = try usecase.symmetricPirArguments?.resolve()
77 | self.shards = try (0..<usecase.shardCount).map { shardIndex in
/host/spi-builder-workspace/Sources/PIRService/Controllers/PirUsecase.swift:95:65: warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
93 | evaluationKeyConfig: pirParams.evaluationKeyConfig.native(),
94 | pirParameter: pirParams.native(),
95 | keywordPirParameter: pirParams.keywordPirParams.nativeWithSymmetricPirClientConfig())
| `- warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
96 | return try KeywordPirServer(context: context, processed: processed)
97 | }
[2452/2468] Compiling PIRService PirUsecase.swift
/host/spi-builder-workspace/Sources/PIRService/Controllers/PirUsecase.swift:75:58: warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
73 | let context: Context<Scheme> = try Context(encryptionParameters: encryptionParams)
74 | self.context = context
75 | self.keywordParams = try params.keywordPirParams.nativeWithSymmetricPirClientConfig()
| `- warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
76 | self.symmetricPirConfig = try usecase.symmetricPirArguments?.resolve()
77 | self.shards = try (0..<usecase.shardCount).map { shardIndex in
/host/spi-builder-workspace/Sources/PIRService/Controllers/PirUsecase.swift:95:65: warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
93 | evaluationKeyConfig: pirParams.evaluationKeyConfig.native(),
94 | pirParameter: pirParams.native(),
95 | keywordPirParameter: pirParams.keywordPirParams.nativeWithSymmetricPirClientConfig())
| `- warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
96 | return try KeywordPirServer(context: context, processed: processed)
97 | }
[2453/2468] Compiling HummingbirdTesting RouterTestFramework.swift
[2454/2468] Compiling PIRService ReloadService.swift
[2455/2468] Compiling PIRService main.swift
[2457/2469] Compiling HummingbirdTesting LiveTestFramework.swift
[2460/2469] Emitting module HummingbirdTesting
[2461/2469] Compiling HummingbirdTesting Deprecations.swift
[2462/2469] Compiling HummingbirdTesting AsyncHTTPClientTestFramework.swift
[2462/2469] Wrapping AST for ConstructDatabase for debugging
[2463/2469] Write Objects.LinkFileList
[2464/2469] Wrapping AST for PIRService for debugging
[2465/2469] Write Objects.LinkFileList
[2467/2469] Compiling HummingbirdTesting TestClient.swift
[2469/2477] Compiling PIRServiceTesting TestClientProtocol+Protobuf.swift
[2470/2477] Compiling PIRServiceTesting PIRConfig+ShardConfig.swift
[2470/2477] Linking ConstructDatabase
[2472/2477] Emitting module PIRServiceTesting
[2473/2477] Compiling PIRServiceTesting PIRClientError.swift
[2474/2477] Compiling PIRServiceTesting PIRClient+PrivacyPass.swift
[2475/2477] Compiling PIRServiceTesting PIRClient+KeyRotation.swift
[2476/2477] Compiling PIRServiceTesting PIRClient.swift
/host/spi-builder-workspace/Sources/PIRServiceTesting/PIRClient.swift:242:55: warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
240 | let evaluationKeyConfig = EvaluationKeyConfig()
241 | return try KeywordPirClient<PIRClient>(
242 | keywordParameter: config.keywordPirParams.nativeWithSymmetricPirClientConfig(),
| `- warning: 'nativeWithSymmetricPirClientConfig()' is deprecated: Will be replaced by 'native() throws' in future version.
243 | pirParameter: shardConfig.native(
244 | batchSize: Int(config.batchSize),
[2477/2478] Linking PIRService
Build complete! (442.48s)
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.10.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.31.1",
"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",
"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" : "pir-service-example",
"name" : "pir-service-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:808cb2b2a6cec76654a3acbd283c6c2205bc60d2b29562c95b9f5147612f6d32
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.