Build Information
Failed to build live-caller-id-lookup-example, reference 1.1.0-beta.1 (346626
), with Swift 6.0 for Linux on 10 Apr 2025 01:50:49 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/live-caller-id-lookup-example.git
Reference: 1.1.0-beta.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/apple/live-caller-id-lookup-example
* tag 1.1.0-beta.1 -> FETCH_HEAD
HEAD is now at 3466265 Update onboarding instructions (#74)
Cloned https://github.com/apple/live-caller-id-lookup-example.git
Revision (git rev-parse @):
3466265a4072ef9ceb2336d42fa777012a15176b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/apple/live-caller-id-lookup-example.git at 1.1.0-beta.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/apple/live-caller-id-lookup-example.git
https://github.com/apple/live-caller-id-lookup-example.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-argument-parser",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-argument-parser.git"
},
{
"identity" : "swift-asn1",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-asn1.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "3.5.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "swift-homomorphic-encryption",
"requirement" : {
"revision" : [
"b73daaca802e16c9f6a31da76f26375c34896c15"
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-homomorphic-encryption"
},
{
"identity" : "swift-protobuf",
"requirement" : {
"range" : [
{
"lower_bound" : "1.27.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-protobuf.git"
},
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird"
},
{
"identity" : "hummingbird-compression",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0-rc.2",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird-compression"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
},
{
"identity" : "swift-docc-plugin",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swiftlang/swift-docc-plugin"
}
],
"manifest_display_name" : "live-caller-id-lookup-example",
"name" : "live-caller-id-lookup-example",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "PIRService",
"targets" : [
"PIRService"
],
"type" : {
"executable" : null
}
},
{
"name" : "ConstructDatabase",
"targets" : [
"ConstructDatabase"
],
"type" : {
"executable" : null
}
},
{
"name" : "PrivacyPass",
"targets" : [
"PrivacyPass"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "PIRServiceTesting",
"targets" : [
"PIRServiceTesting"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "UtilTests",
"module_type" : "SwiftTarget",
"name" : "UtilTests",
"path" : "Tests/UtilTests",
"sources" : [
"UtilTests.swift"
],
"target_dependencies" : [
"Util"
],
"type" : "test"
},
{
"c99name" : "Util",
"module_type" : "SwiftTarget",
"name" : "Util",
"path" : "Sources/Util",
"product_memberships" : [
"PIRService",
"PrivacyPass",
"PIRServiceTesting"
],
"sources" : [
"OperatingSystem.swift",
"Platform.swift"
],
"type" : "library"
},
{
"c99name" : "PrivacyPassTests",
"module_type" : "SwiftTarget",
"name" : "PrivacyPassTests",
"path" : "Tests/PrivacyPassTests",
"product_dependencies" : [
"Crypto",
"_CryptoExtras"
],
"sources" : [
"PrivacyPassPublicTests.swift",
"PrivacyPassTests.swift",
"TestUtils.swift"
],
"target_dependencies" : [
"PrivacyPass"
],
"type" : "test"
},
{
"c99name" : "PrivacyPass",
"module_type" : "SwiftTarget",
"name" : "PrivacyPass",
"path" : "Sources/PrivacyPass",
"product_dependencies" : [
"Crypto",
"SwiftASN1",
"_CryptoExtras"
],
"product_memberships" : [
"PIRService",
"PrivacyPass",
"PIRServiceTesting"
],
"sources" : [
"Array+Base64URL.swift",
"Issuer.swift",
"NonceStoring.swift",
"PrivacyPass.swift",
"PrivacyPassError.swift",
"PrivateKey.swift",
"PublicKey+request.swift",
"PublicKey.swift",
"Token.swift",
"TokenChallenge.swift",
"TokenIssuerDirectory.swift",
"TokenRequest.swift",
"TokenResponse.swift",
"Util.swift",
"Verifier.swift"
],
"target_dependencies" : [
"Util"
],
"type" : "library"
},
{
"c99name" : "PIRServiceTests",
"module_type" : "SwiftTarget",
"name" : "PIRServiceTests",
"path" : "Tests/PIRServiceTests",
"product_dependencies" : [
"HummingbirdTesting"
],
"sources" : [
"ExampleUsecase.swift",
"PIRServiceControllerTests.swift",
"PIRServiceTests.swift",
"TestClientProtocol+Protobuf.swift",
"TestResponse+Protobuf.swift"
],
"target_dependencies" : [
"PIRService",
"PIRServiceTesting"
],
"type" : "test"
},
{
"c99name" : "PIRServiceTesting",
"module_type" : "SwiftTarget",
"name" : "PIRServiceTesting",
"path" : "Sources/PIRServiceTesting",
"product_dependencies" : [
"HomomorphicEncryptionProtobuf",
"HummingbirdTesting",
"PrivateInformationRetrievalProtobuf"
],
"product_memberships" : [
"PIRServiceTesting"
],
"sources" : [
"PIRClient+KeyRotation.swift",
"PIRClient+PrivacyPass.swift",
"PIRClient.swift",
"PIRClientError.swift",
"PIRConfig+ShardConfig.swift",
"TestClientProtocol+Protobuf.swift"
],
"target_dependencies" : [
"PrivacyPass",
"Util"
],
"type" : "library"
},
{
"c99name" : "PIRService",
"module_type" : "SwiftTarget",
"name" : "PIRService",
"path" : "Sources/PIRService",
"product_dependencies" : [
"ArgumentParser",
"Crypto",
"HomomorphicEncryptionProtobuf",
"Hummingbird",
"HummingbirdCompression",
"PrivateInformationRetrievalProtobuf",
"ServiceLifecycle",
"UnixSignals"
],
"product_memberships" : [
"PIRService"
],
"sources" : [
"Application+build.swift",
"Controllers/PIRServiceController.swift",
"Controllers/PirUsecase.swift",
"Controllers/PrivacyPassController.swift",
"Controllers/PrivacyPassState.swift",
"Controllers/Usecase.swift",
"Controllers/UsecaseStore.swift",
"Controllers/UserAuthenticator.swift",
"Extensions/HEError+HTTPErrorResponse.swift",
"Extensions/HTTPFields+authorization.swift",
"Extensions/PirConfig+compatible.swift",
"Extensions/PrivacyPass+ResponseGenerator.swift",
"Extensions/ProtobufExtensions.swift",
"Extensions/Request+DecodeProtobuf.swift",
"Middlewares/ExtractPlatform.swift",
"Middlewares/ExtractUserIdentifier.swift",
"Middlewares/LogErrorsMiddleware.swift",
"Middlewares/UserTierAuthentication.swift",
"ReloadService.swift",
"server.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-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-homomorphic-encryption
[1/2993] Fetching swift-homomorphic-encryption
Fetched https://github.com/apple/swift-homomorphic-encryption from cache (0.41s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-protobuf
Fetching https://github.com/apple/swift-numerics
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-algorithms
[1/3825] Fetching swift-log
[2182/9484] Fetching swift-log, swift-numerics
[5769/15347] Fetching swift-log, swift-numerics, swift-algorithms
[12616/28987] Fetching swift-log, swift-numerics, swift-algorithms, swift-crypto
Fetched https://github.com/apple/swift-algorithms from cache (0.44s)
Fetching https://github.com/swiftlang/swift-docc-plugin
[10848/23124] Fetching swift-log, swift-numerics, swift-crypto
[11395/37951] Fetching swift-log, swift-numerics, swift-crypto, swift-argument-parser
[20790/76455] Fetching swift-log, swift-numerics, swift-crypto, swift-argument-parser, swift-protobuf
[21977/78505] Fetching swift-log, swift-numerics, swift-crypto, swift-argument-parser, swift-protobuf, swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.40s)
[32415/76455] Fetching swift-log, swift-numerics, swift-crypto, swift-argument-parser, swift-protobuf
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetched https://github.com/apple/swift-argument-parser.git from cache (0.97s)
Fetching https://github.com/hummingbird-project/hummingbird-compression
[21511/61628] Fetching swift-log, swift-numerics, swift-crypto, swift-protobuf
[24825/63991] Fetching swift-log, swift-numerics, swift-crypto, swift-protobuf, swift-service-lifecycle
[30934/65003] Fetching swift-log, swift-numerics, swift-crypto, swift-protobuf, swift-service-lifecycle, hummingbird-compression
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.35s)
[33964/62640] Fetching swift-log, swift-numerics, swift-crypto, swift-protobuf, hummingbird-compression
Fetched https://github.com/hummingbird-project/hummingbird-compression from cache (0.24s)
[33337/61628] Fetching swift-log, swift-numerics, swift-crypto, swift-protobuf
Fetching https://github.com/hummingbird-project/hummingbird
Fetching https://github.com/apple/swift-asn1.git
[38142/63188] Fetching swift-log, swift-numerics, swift-crypto, swift-protobuf, swift-asn1
[41627/87468] Fetching swift-log, swift-numerics, swift-crypto, swift-protobuf, swift-asn1, hummingbird
Fetched https://github.com/apple/swift-asn1.git from cache (0.35s)
[46504/85908] Fetching swift-log, swift-numerics, swift-crypto, swift-protobuf, hummingbird
Fetched https://github.com/apple/swift-numerics from cache (1.71s)
[49920/80249] Fetching swift-log, swift-crypto, swift-protobuf, hummingbird
Fetched https://github.com/apple/swift-crypto.git from cache (1.74s)
[36907/66609] Fetching swift-log, swift-protobuf, hummingbird
Fetched https://github.com/hummingbird-project/hummingbird from cache (1.00s)
[39249/42329] Fetching swift-log, swift-protobuf
Fetched https://github.com/apple/swift-log.git from cache (5.16s)
Fetched https://github.com/apple/swift-protobuf from cache (5.23s)
Computing version for https://github.com/apple/swift-algorithms
Computed https://github.com/apple/swift-algorithms at 1.2.1 (2.09s)
Computing version for https://github.com/apple/swift-protobuf
Computed https://github.com/apple/swift-protobuf at 1.29.0 (0.53s)
Computing version for https://github.com/apple/swift-numerics
Computed https://github.com/apple/swift-numerics at 1.0.3 (0.61s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.1 (0.59s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.0 (0.55s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.58s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3365] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.34s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.59s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.7.0 (0.54s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4956] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.35s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.3 (0.55s)
Fetching https://github.com/apple/swift-collections.git
[1/15990] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.52s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.80s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.62s)
Computing version for https://github.com/hummingbird-project/hummingbird
Computed https://github.com/hummingbird-project/hummingbird at 2.11.1 (0.69s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/5655] Fetching swift-nio-extras
[454/8168] Fetching swift-nio-extras, swift-nio-transport-services
[2911/19634] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2
[6819/33376] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, async-http-client
[16876/108301] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-http2, async-http-client, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.98s)
[51842/105788] Fetching swift-nio-extras, swift-nio-http2, async-http-client, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.99s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.00s)
[33944/86391] Fetching swift-nio-http2, swift-nio
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-metrics.git
[42187/100872] Fetching swift-nio-http2, swift-nio, swift-nio-ssl
[51562/105830] Fetching swift-nio-http2, swift-nio, swift-nio-ssl, swift-distributed-tracing
[54644/106720] Fetching swift-nio-http2, swift-nio, swift-nio-ssl, swift-distributed-tracing, swift-http-types
[55354/108891] Fetching swift-nio-http2, swift-nio, swift-nio-ssl, swift-distributed-tracing, swift-http-types, swift-metrics
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.40s)
[53019/97425] Fetching swift-nio, swift-nio-ssl, swift-distributed-tracing, swift-http-types, swift-metrics
Fetched https://github.com/apple/swift-http-types.git from cache (0.39s)
[52273/96535] Fetching swift-nio, swift-nio-ssl, swift-distributed-tracing, swift-metrics
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.40s)
[51142/94364] Fetching swift-nio, swift-nio-ssl, swift-distributed-tracing
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.50s)
[48985/89406] Fetching swift-nio, swift-nio-ssl
[55119/91111] Fetching swift-nio, swift-nio-ssl, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (1.94s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.44s)
Fetched https://github.com/apple/swift-nio.git from cache (4.57s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (0.67s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.79s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.82s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.64s)
Fetching https://github.com/apple/swift-service-context.git
[1/1047] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.33s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.79s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.1 (0.77s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.25.0 (1.11s)
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1120] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.21s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.63s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.1 (2.38s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (1.19s)
Fetching https://github.com/apple/swift-system.git
[1/4224] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.32s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.61s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.61s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.3 (1.47s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.24s)
Computing version for https://github.com/hummingbird-project/hummingbird-compression
Computed https://github.com/hummingbird-project/hummingbird-compression at 2.0.0 (0.90s)
Fetching https://github.com/adam-fowler/compress-nio.git
[1/643] Fetching compress-nio
Fetched https://github.com/adam-fowler/compress-nio.git from cache (0.26s)
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.60s)
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-protobuf
Working copy of https://github.com/apple/swift-protobuf resolved at 1.29.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.23.1
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-numerics
Working copy of https://github.com/apple/swift-numerics resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.81.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.25.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/hummingbird-project/hummingbird
Working copy of https://github.com/hummingbird-project/hummingbird resolved at 2.11.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-homomorphic-encryption
Working copy of https://github.com/apple/swift-homomorphic-encryption resolved at b73daaca802e16c9f6a31da76f26375c34896c15
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/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.7.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.29.3
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.35.0
Creating working copy for https://github.com/apple/swift-algorithms
Working copy of https://github.com/apple/swift-algorithms resolved at 1.2.1
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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin Swift-DocC Preview
[4/4] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[4/907] Compiling a_i2d_fp.cc
[5/907] Compiling a_type.cc
[6/907] Write sources
[7/907] Compiling a_utctm.cc
[7/907] Write sources
[11/907] Compiling a_mbstr.cc
[12/907] Write sources
[15/907] Copying PrivacyInfo.xcprivacy
[16/907] Write sources
[67/907] Compiling _NumericsShims _NumericsShims.c
[69/907] Compiling _AtomicsShims.c
[70/907] Compiling a_time.cc
[71/907] Compiling a_strnid.cc
[72/907] Compiling asn1_lib.cc
[73/907] Compiling CNIOWindows shim.c
[74/907] Compiling a_int.cc
[75/907] Compiling CNIOWindows WSAStartup.c
[75/907] Compiling CUtil zeroize.c
[77/907] Compiling CNIOExtrasZlib empty.c
[77/907] Compiling CNIOLinux liburing_shims.c
[79/907] Compiling CNIOWASI CNIOWASI.c
[80/907] Compiling CNIODarwin shim.c
[81/907] Compiling CNIOLLHTTP c_nio_http.c
[82/907] Compiling fiat_p256_adx_sqr.S
[83/907] Compiling fiat_p256_adx_mul.S
[84/907] Compiling fiat_curve25519_adx_square.S
[85/907] Compiling CNIOLinux shim.c
[86/907] Compiling CNIOLLHTTP c_nio_api.c
[87/907] Compiling fiat_curve25519_adx_mul.S
[88/907] Compiling CNIOLLHTTP c_nio_llhttp.c
[89/907] Write swift-version-24593BA9C3E375BF.txt
[90/907] Compiling CNIOBoringSSLShims shims.c
[91/911] Compiling tls_record.cc
[92/911] Compiling tls_method.cc
[93/911] Compiling tls13_server.cc
[94/911] Compiling tls13_enc.cc
[95/911] Compiling tls13_client.cc
[96/912] Compiling t1_enc.cc
[97/914] Compiling tls13_both.cc
[99/916] Emitting module Util
[100/1032] Emitting module _NIOBase64
[101/1032] Emitting module ServiceContextModule
[102/1032] Compiling RealModule Float16+Real.swift
[103/1033] Compiling ServiceContextModule ServiceContext.swift
[104/1033] Compiling ServiceContextModule ServiceContextKey.swift
[105/1034] Compiling RealModule Float80+Real.swift
[106/1034] Compiling RealModule Real.swift
[107/1034] Compiling RealModule AlgebraicField.swift
[108/1034] Compiling RealModule ApproximateEquality.swift
[109/1034] Emitting module ModularArithmetic
[110/1034] Compiling Util Platform.swift
[111/1034] Compiling SwiftASN1 TimeUtilities.swift
[112/1034] Compiling SwiftASN1 UTCTime.swift
[113/1034] Compiling Util OperatingSystem.swift
[114/1037] Compiling SwiftASN1 ASN1OctetString.swift
[115/1037] Compiling SwiftASN1 ASN1Strings.swift
[116/1037] Compiling ModularArithmetic Modulus.swift
[117/1037] Compiling SwiftASN1 ASN1Integer.swift
[118/1037] Compiling SwiftASN1 ASN1Null.swift
[119/1037] Compiling ModularArithmetic Scalar.swift
[120/1037] Compiling RealModule Float+Real.swift
[121/1037] Compiling RealModule ElementaryFunctions.swift
[122/1038] Compiling _NIOBase64 Base64.swift
[123/1039] Compiling _NIODataStructures PriorityQueue.swift
[124/1039] Emitting module RealModule
[125/1039] Compiling RealModule AugmentedArithmetic.swift
[126/1039] Compiling RealModule Double+Real.swift
[127/1039] Compiling _NIODataStructures _TinyArray.swift
[129/1039] Compiling SwiftASN1 BER.swift
[130/1039] Compiling SwiftASN1 ASN1Any.swift
[135/1039] Compiling RealModule RealFunctions.swift
[140/1079] Compiling InternalCollectionsUtilities _SortedCollection.swift
[141/1079] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[142/1081] Emitting module Instrumentation
[143/1081] Compiling Instrumentation NoOpInstrument.swift
[144/1081] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[145/1081] Compiling InternalCollectionsUtilities Specialize.swift
[146/1081] Compiling InternalCollectionsUtilities Debugging.swift
[147/1081] Compiling InternalCollectionsUtilities Descriptions.swift
[148/1081] Compiling Logging LogHandler.swift
[149/1081] Compiling Instrumentation MultiplexInstrument.swift
[150/1081] Compiling Instrumentation Instrument.swift
[151/1081] Emitting module _NIODataStructures
[152/1081] Compiling _NIODataStructures Heap.swift
[153/1082] Compiling Logging MetadataProvider.swift
[154/1082] Compiling Instrumentation InstrumentationSystem.swift
[155/1082] Compiling Instrumentation Locks.swift
[156/1083] Compiling Logging Locks.swift
[158/1083] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[159/1083] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[161/1083] Compiling InternalCollectionsUtilities UInt+reversed.swift
[162/1083] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[163/1083] Emitting module SwiftASN1
[164/1083] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[165/1083] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[166/1083] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[167/1083] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[168/1083] Compiling InternalCollectionsUtilities Integer rank.swift
[169/1083] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[170/1083] Emitting module Logging
[171/1083] Compiling HTTPTypes ISOLatin1String.swift
[172/1084] Emitting module CoreMetrics
[175/1092] Compiling HTTPTypes HTTPField.swift
[176/1092] Compiling HTTPTypes NIOLock.swift
[177/1092] Emitting module InternalCollectionsUtilities
[178/1092] Compiling ConcurrencyHelpers LockedValueBox.swift
[179/1092] Emitting module HTTPTypes
[180/1092] Compiling HTTPTypes HTTPParsedFields.swift
[181/1092] Emitting module ConcurrencyHelpers
[182/1092] Compiling ConcurrencyHelpers Lock.swift
[183/1093] Compiling HTTPTypes HTTPRequest.swift
[184/1093] Compiling HTTPTypes HTTPResponse.swift
[185/1093] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[186/1093] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[189/1094] Compiling ComplexModule Arithmetic.swift
[190/1094] Compiling CoreMetrics Locks.swift
[191/1094] Compiling CoreMetrics Metrics.swift
[193/1106] Compiling Logging Logging.swift
[199/1108] Compiling ComplexModule ElementaryFunctions.swift
[200/1108] Emitting module UnixSignals
[201/1108] Compiling Tracing InstrumentationSystem+Tracing.swift
[202/1108] Compiling Tracing TracingTime.swift
[203/1108] Emitting module ComplexModule
[205/1108] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[206/1108] Compiling SwiftProtobuf TextFormatScanner.swift
[207/1108] Compiling SwiftProtobuf TimeUtils.swift
[208/1108] Compiling SwiftProtobuf UnknownStorage.swift
[209/1108] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[210/1108] Compiling SwiftProtobuf Varint.swift
[211/1108] Compiling SwiftProtobuf Version.swift
[212/1108] Compiling SwiftProtobuf Visitor.swift
[213/1108] Compiling SwiftProtobuf WireFormat.swift
[214/1108] Compiling SwiftProtobuf ZigZag.swift
[215/1108] Compiling SwiftProtobuf any.pb.swift
[216/1187] Compiling Tracing TracerProtocol.swift
[217/1187] Compiling _RopeModule BigString+Split.swift
[218/1187] Compiling _RopeModule Range+BigString.swift
[219/1187] Compiling _RopeModule BigString+UTF16View.swift
[220/1187] Compiling _RopeModule BigString+UTF8View.swift
[221/1187] Compiling _RopeModule BigString+UnicodeScalarView.swift
[222/1187] Compiling _RopeModule BigSubstring+UTF16View.swift
[223/1187] Compiling _RopeModule BigSubstring+UTF8View.swift
[224/1187] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[225/1187] Compiling _RopeModule BigSubstring.swift
[226/1187] Compiling _RopeModule Rope+Builder.swift
[227/1187] Compiling _RopeModule Rope+Debugging.swift
[228/1187] Compiling _RopeModule Rope+Invariants.swift
[229/1188] Emitting module SwiftProtobuf
[230/1196] Emitting module Tracing
[231/1242] Compiling _RopeModule Rope+Collection.swift
[232/1242] Compiling _RopeModule Rope+Index.swift
[233/1242] Compiling _RopeModule Rope+Sequence.swift
[234/1242] Compiling _RopeModule Rope+Append.swift
[235/1242] Compiling _RopeModule Rope+Extract.swift
[236/1242] Compiling _RopeModule Rope+Find.swift
[237/1242] Compiling _RopeModule Rope+ForEachWhile.swift
[238/1242] Compiling _RopeModule Rope+Insert.swift
[239/1242] Compiling SwiftProtobuf PathDecoder.swift
[240/1242] Compiling SwiftProtobuf PathVisitor.swift
[241/1242] Compiling SwiftProtobuf ProtoNameProviding.swift
[242/1242] Compiling SwiftProtobuf ProtobufAPIVersionCheck.swift
[243/1242] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[244/1242] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[245/1242] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[246/1242] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[247/1242] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[248/1242] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[249/1242] Compiling _RopeModule RopeMetric.swift
[250/1242] Compiling _RopeModule RopeSummary.swift
[251/1242] Compiling _RopeModule _RopeItem.swift
[252/1242] Compiling _RopeModule _RopePath.swift
[253/1242] Compiling _RopeModule _RopeVersion.swift
[254/1242] Compiling UnixSignals UnixSignal.swift
[255/1242] Compiling UnixSignals UnixSignalsSequence.swift
[256/1243] Compiling Tracing Tracer.swift
[257/1243] Compiling Tracing TracerProtocol+Legacy.swift
[259/1245] Compiling OrderedCollections _HashTable+Bucket.swift
[260/1245] Compiling OrderedCollections _HashTable+BucketIterator.swift
[261/1245] Compiling OrderedCollections _HashTable+Constants.swift
[262/1245] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[263/1245] Compiling OrderedCollections _HashTable+Testing.swift
[264/1245] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[265/1245] Compiling OrderedCollections _HashTable.swift
[266/1245] Compiling OrderedCollections _Hashtable+Header.swift
[267/1245] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[268/1245] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[269/1245] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[270/1245] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[271/1245] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[272/1245] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[273/1245] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[274/1245] Compiling OrderedCollections OrderedDictionary+Values.swift
[275/1245] Compiling OrderedCollections OrderedDictionary+Codable.swift
[276/1245] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[277/1245] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[278/1245] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[279/1245] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[280/1245] Compiling OrderedCollections OrderedDictionary+Elements.swift
[281/1245] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[282/1245] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[283/1245] Compiling OrderedCollections OrderedDictionary.swift
[284/1245] Compiling OrderedCollections OrderedSet+Codable.swift
[285/1245] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[286/1245] Compiling OrderedCollections OrderedSet+Descriptions.swift
[287/1245] Compiling OrderedCollections OrderedSet+Diffing.swift
[288/1245] Compiling OrderedCollections OrderedSet+Equatable.swift
[289/1245] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[290/1245] Compiling OrderedCollections OrderedSet+Hashable.swift
[291/1245] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[292/1245] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[293/1245] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[294/1245] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[295/1245] Compiling Tracing NoOpTracer.swift
[296/1245] Compiling Tracing SpanProtocol.swift
[298/1246] Emitting module Metrics
[299/1246] Compiling Metrics Metrics.swift
[301/1254] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[302/1254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[313/1254] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[314/1254] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[315/1254] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[316/1261] Compiling HeapModule Heap+Descriptions.swift
[317/1337] Compiling HeapModule _HeapNode.swift
[318/1337] Compiling HeapModule Heap.swift
[319/1352] Compiling HeapModule Heap+Invariants.swift
[320/1352] Compiling HeapModule Heap+UnsafeHandle.swift
[321/1352] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[322/1352] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[323/1352] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[324/1352] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[325/1352] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[326/1352] Compiling HashTreeCollections _HashNode+Structural merge.swift
[327/1352] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[328/1352] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[329/1352] Compiling DequeModule Deque+Testing.swift
[330/1352] Compiling DequeModule Deque._Storage.swift
[331/1352] Compiling DequeModule Deque._UnsafeHandle.swift
[332/1352] Compiling DequeModule Deque.swift
[333/1352] Compiling DequeModule _DequeBuffer.swift
[334/1352] Compiling DequeModule _DequeBufferHeader.swift
[335/1352] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[336/1352] Compiling HashTreeCollections _HashNode+Structural filter.swift
[337/1352] Compiling HashTreeCollections _HashNode+Structural union.swift
[338/1352] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[339/1352] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[340/1352] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[341/1352] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[342/1352] Compiling HashTreeCollections _HashNode.swift
[343/1352] Compiling HashTreeCollections _HashNodeHeader.swift
[344/1352] Compiling HashTreeCollections _HashSlot.swift
[345/1352] Compiling HashTreeCollections TreeDictionary+Codable.swift
[346/1352] Compiling HashTreeCollections TreeDictionary+Collection.swift
[347/1352] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[348/1352] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[349/1352] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[350/1352] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[351/1352] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[352/1352] Compiling HashTreeCollections TreeDictionary+Filter.swift
[353/1352] Emitting module HeapModule
[354/1352] Compiling DequeModule Deque+CustomReflectable.swift
[355/1352] Compiling DequeModule Deque+Descriptions.swift
[356/1355] Compiling DequeModule Deque+Equatable.swift
[357/1355] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[370/1364] Wrapping AST for _NIODataStructures for debugging
[372/1364] Compiling DequeModule Deque+Extras.swift
[373/1364] Compiling DequeModule Deque+Hashable.swift
[373/1364] Wrapping AST for _NIOBase64 for debugging
[375/1364] Compiling HashTreeCollections TreeSet+Hashable.swift
[376/1364] Compiling HashTreeCollections TreeSet+Sendable.swift
[377/1364] Compiling _RopeModule Rope+Join.swift
[378/1364] Compiling _RopeModule Rope+MutatingForEach.swift
[379/1364] Compiling _RopeModule Rope+Remove.swift
[380/1364] Compiling _RopeModule Rope+RemoveSubrange.swift
[381/1364] Compiling _RopeModule Rope+Split.swift
[382/1364] Compiling _RopeModule Optional Utilities.swift
[383/1364] Compiling _RopeModule String Utilities.swift
[384/1364] Compiling _RopeModule String.Index+ABI.swift
[384/1374] Wrapping AST for Util for debugging
[386/1374] Compiling DequeModule _DequeSlot.swift
[387/1374] Compiling DequeModule _UnsafeWrappedBuffer.swift
[387/1374] Wrapping AST for UnixSignals for debugging
[391/1374] Compiling DequeModule Deque+Codable.swift
[392/1374] Compiling DequeModule Deque+Collection.swift
[407/1374] Compiling HTTPTypes HTTPFieldName.swift
[408/1374] Compiling HTTPTypes HTTPFields.swift
[408/1374] Wrapping AST for Tracing for debugging
[410/1375] Compiling HashTreeCollections TreeDictionary+Keys.swift
[411/1375] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[412/1375] Compiling HashTreeCollections TreeDictionary+Merge.swift
[413/1375] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[414/1375] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[415/1375] Compiling HashTreeCollections TreeDictionary+Values.swift
[416/1375] Compiling HashTreeCollections TreeDictionary.swift
[417/1375] Compiling HashTreeCollections TreeSet+Codable.swift
[418/1375] Compiling HashTreeCollections TreeSet+Collection.swift
[419/1375] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[420/1375] Compiling HashTreeCollections TreeSet+Debugging.swift
[421/1375] Compiling HashTreeCollections TreeSet+Descriptions.swift
[422/1375] Compiling HashTreeCollections TreeSet+Equatable.swift
[423/1375] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[424/1375] Compiling HashTreeCollections TreeSet+Extras.swift
[425/1375] Compiling HashTreeCollections TreeSet+Filter.swift
[442/1375] Wrapping AST for SwiftASN1 for debugging
[446/1375] Compiling HashTreeCollections _HashStack.swift
[447/1375] Compiling HashTreeCollections _HashTreeIterator.swift
[448/1375] Compiling HashTreeCollections _HashTreeStatistics.swift
[449/1375] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[450/1375] Compiling HashTreeCollections _RawHashNode.swift
[451/1375] Compiling HashTreeCollections _UnmanagedHashNode.swift
[452/1375] Compiling HashTreeCollections _UnsafePath.swift
[463/1375] Wrapping AST for RealModule for debugging
[468/1375] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[469/1375] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[475/1375] Wrapping AST for ServiceContextModule for debugging
[476/1375] Wrapping AST for ModularArithmetic for debugging
[478/1375] Compiling ComplexModule Complex.swift
[479/1375] Compiling ComplexModule Differentiable.swift
[479/1376] Wrapping AST for Metrics for debugging
[482/1376] Wrapping AST for Logging for debugging
[491/1376] Wrapping AST for InternalCollectionsUtilities for debugging
[493/1376] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[494/1376] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[495/1376] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[496/1376] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[497/1376] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[498/1376] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[499/1376] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[500/1376] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[501/1376] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[502/1376] Compiling HashTreeCollections TreeSet.swift
[502/1376] Wrapping AST for Instrumentation for debugging
[503/1376] Wrapping AST for HeapModule for debugging
[505/1376] Emitting module OrderedCollections
[506/1376] Emitting module DequeModule
[506/1377] Wrapping AST for HTTPTypes for debugging
[518/1378] Wrapping AST for CoreMetrics for debugging
[521/1379] Wrapping AST for ConcurrencyHelpers for debugging
[522/1380] Wrapping AST for ComplexModule for debugging
[523/1380] Wrapping AST for OrderedCollections for debugging
[525/1380] Compiling Numerics Numerics.swift
[525/1380] Wrapping AST for DequeModule for debugging
[527/1380] Emitting module Numerics
[529/1381] Emitting module _RopeModule
[538/1381] Compiling ssl_stat.cc
[539/1381] Wrapping AST for Numerics for debugging
[573/1381] Compiling ssl_versions.cc
[574/1381] Compiling ssl_transcript.cc
[575/1381] Compiling ssl_x509.cc
[586/1382] Compiling ssl_session.cc
[587/1382] Wrapping AST for _RopeModule for debugging
[589/1382] Emitting module HashTreeCollections
[589/1383] Compiling ssl_privkey.cc
[591/1383] Compiling ssl_key_share.cc
[592/1383] Wrapping AST for HashTreeCollections for debugging
[593/1383] Compiling ssl_file.cc
[594/1383] Compiling ssl_lib.cc
[595/1383] Compiling ssl_credential.cc
[596/1383] Compiling ssl_cipher.cc
[597/1383] Compiling ssl_buffer.cc
[598/1383] Compiling ssl_cert.cc
[599/1383] Compiling ssl_aead_ctx.cc
[600/1383] Compiling ssl_asn1.cc
[601/1383] Compiling s3_pkt.cc
[602/1383] Compiling s3_lib.cc
[603/1383] Compiling s3_both.cc
[604/1383] Compiling handshake_server.cc
[605/1383] Compiling handshake_client.cc
[606/1383] Compiling handshake.cc
[607/1383] Compiling handoff.cc
[608/1383] Compiling dtls_record.cc
[609/1383] Compiling encrypted_client_hello.cc
[610/1383] Compiling extensions.cc
[611/1383] Compiling md5-x86_64-linux.S
[612/1383] Compiling md5-x86_64-apple.S
[613/1383] Compiling md5-586-linux.S
[614/1383] Compiling md5-586-apple.S
[615/1383] Compiling err_data.cc
[616/1383] Compiling chacha20_poly1305_x86_64-linux.S
[617/1383] Compiling d1_srtp.cc
[618/1383] Compiling chacha20_poly1305_x86_64-apple.S
[619/1383] Compiling dtls_method.cc
[620/1383] Compiling bio_ssl.cc
[621/1383] Compiling chacha20_poly1305_armv8-win.S
[622/1383] Compiling chacha20_poly1305_armv8-linux.S
[623/1383] Compiling d1_pkt.cc
[624/1383] Compiling chacha20_poly1305_armv8-apple.S
[625/1383] Compiling chacha-x86_64-linux.S
[626/1383] Compiling chacha-x86_64-apple.S
[627/1383] Compiling chacha-x86-linux.S
[628/1383] Compiling chacha-x86-apple.S
[629/1383] Compiling chacha-armv8-win.S
[630/1383] Compiling chacha-armv8-linux.S
[631/1383] Compiling chacha-armv8-apple.S
[632/1383] Compiling chacha-armv4-linux.S
[633/1383] Compiling aes128gcmsiv-x86_64-apple.S
[634/1383] Compiling aes128gcmsiv-x86_64-linux.S
[635/1383] Compiling x86_64-mont5-apple.S
[636/1383] Compiling x86_64-mont-linux.S
[637/1383] Compiling x86_64-mont5-linux.S
[638/1383] Compiling x86_64-mont-apple.S
[639/1383] Compiling x86-mont-linux.S
[640/1383] Compiling x86-mont-apple.S
[641/1383] Compiling vpaes-x86_64-linux.S
[642/1383] Compiling vpaes-x86_64-apple.S
[643/1383] Compiling vpaes-x86-linux.S
[644/1383] Compiling vpaes-x86-apple.S
[645/1383] Compiling vpaes-armv8-win.S
[646/1383] Compiling vpaes-armv8-apple.S
[647/1383] Compiling vpaes-armv8-linux.S
[648/1383] Compiling vpaes-armv7-linux.S
[649/1383] Compiling d1_lib.cc
[650/1383] Compiling sha512-x86_64-apple.S
[651/1383] Compiling sha512-x86_64-linux.S
[652/1383] Compiling sha512-armv8-linux.S
[653/1383] Compiling sha512-armv8-win.S
[654/1383] Compiling sha512-armv8-apple.S
[655/1383] Compiling sha512-armv4-linux.S
[656/1383] Compiling sha512-586-apple.S
[657/1383] Compiling sha512-586-linux.S
[658/1383] Compiling sha256-x86_64-apple.S
[659/1383] Compiling sha256-x86_64-linux.S
[660/1383] Compiling sha256-armv8-win.S
[661/1383] Compiling sha256-armv8-linux.S
[662/1383] Compiling sha256-armv8-apple.S
[663/1383] Compiling sha256-586-linux.S
[664/1383] Compiling sha256-armv4-linux.S
[665/1383] Compiling sha256-586-apple.S
[666/1383] Compiling sha1-x86_64-apple.S
[667/1383] Compiling sha1-armv8-apple.S
[667/1383] Compiling sha1-armv8-linux.S
[669/1383] Compiling sha1-x86_64-linux.S
[670/1383] Compiling sha1-armv8-win.S
[671/1383] Compiling sha1-armv4-large-linux.S
[672/1383] Compiling sha1-586-linux.S
[673/1383] Compiling rsaz-avx2-apple.S
[674/1383] Compiling sha1-586-apple.S
[675/1383] Compiling rdrand-x86_64-linux.S
[676/1383] Compiling rdrand-x86_64-apple.S
[677/1383] Compiling rsaz-avx2-linux.S
[678/1383] Compiling p256_beeu-x86_64-asm-linux.S
[679/1383] Compiling p256_beeu-armv8-asm-win.S
[680/1383] Compiling p256_beeu-x86_64-asm-apple.S
[681/1383] Compiling p256_beeu-armv8-asm-linux.S
[682/1383] Compiling p256_beeu-armv8-asm-apple.S
[683/1383] Compiling p256-x86_64-asm-apple.S
[684/1383] Compiling p256-x86_64-asm-linux.S
[685/1383] Compiling p256-armv8-asm-linux.S
[686/1383] Compiling p256-armv8-asm-win.S
[687/1383] Compiling p256-armv8-asm-apple.S
[688/1383] Compiling ghashv8-armv8-win.S
[689/1383] Compiling ghashv8-armv8-linux.S
[690/1383] Compiling ghashv8-armv8-apple.S
[691/1383] Compiling ghashv8-armv7-linux.S
[692/1383] Compiling ghash-x86_64-apple.S
[693/1383] Compiling ghash-x86_64-linux.S
[694/1383] Compiling ghash-x86-linux.S
[695/1383] Compiling d1_both.cc
[696/1383] Compiling ghash-x86-apple.S
[697/1383] Compiling ghash-ssse3-x86-linux.S
[698/1383] Compiling ghash-ssse3-x86_64-linux.S
[699/1383] Compiling ghash-ssse3-x86_64-apple.S
[700/1383] Compiling ghash-ssse3-x86-apple.S
[700/1383] Compiling ghash-neon-armv8-linux.S
[700/1383] Compiling ghash-neon-armv8-win.S
[700/1383] Compiling ghash-neon-armv8-apple.S
[700/1383] Compiling ghash-armv4-linux.S
[700/1383] Compiling co-586-linux.S
[700/1383] Compiling co-586-apple.S
[700/1383] Compiling bsaes-armv7-linux.S
[700/1383] Compiling bn-armv8-win.S
[700/1383] Compiling bn-armv8-linux.S
[700/1383] Compiling bn-armv8-apple.S
[711/1383] Compiling bn-586-linux.S
[712/1383] Compiling bn-586-apple.S
[713/1383] Compiling armv8-mont-win.S
[714/1383] Compiling armv8-mont-linux.S
[715/1383] Compiling armv4-mont-linux.S
[716/1383] Compiling armv8-mont-apple.S
[717/1383] Compiling aesv8-gcm-armv8-win.S
[718/1383] Compiling aesv8-gcm-armv8-linux.S
[719/1383] Compiling aesv8-gcm-armv8-apple.S
[720/1383] Compiling aesv8-armv8-linux.S
[721/1383] Compiling aesv8-armv8-win.S
[722/1383] Compiling aesv8-armv8-apple.S
[723/1383] Compiling aesv8-armv7-linux.S
[724/1383] Compiling aesni-x86_64-apple.S
[725/1383] Compiling aesni-x86_64-linux.S
[726/1383] Compiling aesni-x86-linux.S
[727/1383] Compiling aesni-x86-apple.S
[728/1383] Compiling aesni-gcm-x86_64-linux.S
[729/1383] Compiling aesni-gcm-x86_64-apple.S
[730/1383] Compiling x_sig.cc
[731/1383] Compiling x_spki.cc
[732/1383] Compiling x_val.cc
[733/1383] Compiling x_x509a.cc
[733/1383] Compiling x_req.cc
[735/1383] Compiling x_x509.cc
[736/1383] Compiling x_pubkey.cc
[737/1383] Compiling x_exten.cc
[738/1383] Compiling x_name.cc
[739/1383] Compiling x509spki.cc
[740/1383] Compiling x_algor.cc
[741/1383] Compiling x_attrib.cc
[742/1383] Compiling x_crl.cc
[743/1383] Compiling x_all.cc
[744/1383] Compiling x509rset.cc
[745/1383] Compiling x509_txt.cc
[746/1383] Compiling x509name.cc
[747/1383] Compiling x509cset.cc
[748/1383] Compiling x509_vpm.cc
[749/1383] Compiling x509_v3.cc
[750/1383] Compiling x509_vfy.cc
[755/1383] Compiling SwiftProtobuf empty.pb.swift
[756/1383] Compiling SwiftProtobuf field_mask.pb.swift
[757/1383] Compiling SwiftProtobuf source_context.pb.swift
[758/1383] Compiling SwiftProtobuf struct.pb.swift
[759/1383] Compiling SwiftProtobuf timestamp.pb.swift
[760/1383] Compiling SwiftProtobuf type.pb.swift
[761/1383] Compiling SwiftProtobuf wrappers.pb.swift
[762/1383] Compiling SwiftProtobuf resource_bundle_accessor.swift
[762/1383] Compiling x509_trs.cc
[763/1384] Compiling x509_set.cc
[764/1384] Compiling x509_req.cc
[765/1384] Compiling x509_obj.cc
[767/1384] Compiling x509_def.cc
[768/1384] Compiling x509_ext.cc
[769/1384] Compiling x509_lu.cc
[770/1384] Wrapping AST for SwiftProtobuf for debugging
[771/1384] Compiling x509_d2.cc
[772/1384] Compiling x509.cc
[773/1384] Compiling x509_att.cc
[774/1384] Compiling x509_cmp.cc
[775/1384] Compiling v3_skey.cc
[776/1384] Compiling v3_purp.cc
[777/1384] Compiling v3_utl.cc
[778/1384] Compiling v3_prn.cc
[779/1384] Compiling v3_pmaps.cc
[780/1384] Compiling v3_ocsp.cc
[781/1384] Compiling v3_pcons.cc
[782/1384] Compiling v3_ncons.cc
[783/1384] Compiling v3_int.cc
[784/1384] Compiling v3_lib.cc
[785/1384] Compiling v3_info.cc
[786/1384] Compiling v3_ia5.cc
[787/1384] Compiling v3_genn.cc
[788/1384] Compiling v3_extku.cc
[789/1384] Compiling v3_enum.cc
[790/1384] Compiling v3_crld.cc
[791/1384] Compiling v3_cpols.cc
[792/1384] Compiling v3_conf.cc
[793/1384] Compiling v3_bitst.cc
[794/1384] Compiling v3_bcons.cc
[795/1384] Compiling v3_akeya.cc
[796/1384] Compiling v3_alt.cc
[797/1384] Compiling v3_akey.cc
[798/1384] Compiling t_x509a.cc
[799/1384] Compiling t_crl.cc
[799/1384] Compiling t_x509.cc
[801/1384] Compiling t_req.cc
[802/1384] Compiling rsa_pss.cc
[803/1384] Compiling i2d_pr.cc
[804/1384] Compiling name_print.cc
[805/1384] Compiling policy.cc
[806/1384] Compiling by_file.cc
[807/1384] Compiling by_dir.cc
[808/1384] Compiling algorithm.cc
[809/1384] Compiling asn1_gen.cc
[810/1384] Compiling a_verify.cc
[811/1384] Compiling a_sign.cc
[812/1384] Compiling thread_win.cc
[813/1384] Compiling thread_pthread.cc
[814/1384] Compiling voprf.cc
[815/1384] Compiling a_digest.cc
[816/1384] Compiling thread_none.cc
[817/1384] Compiling trust_token.cc
[818/1384] Compiling pmbtoken.cc
[819/1384] Compiling thread.cc
[820/1384] Compiling wots.cc
[821/1384] Compiling thash.cc
[822/1384] Compiling stack.cc
[823/1384] Compiling slhdsa.cc
[824/1384] Compiling merkle.cc
[825/1384] Compiling fors.cc
[826/1384] Compiling sha512.cc
[827/1384] Compiling siphash.cc
[828/1384] Compiling sha1.cc
[829/1384] Compiling sha256.cc
[830/1384] Compiling rsa_print.cc
[831/1384] Compiling rsa_extra.cc
[832/1384] Compiling rc4.cc
[833/1384] Compiling refcount.cc
[834/1384] Compiling rsa_crypt.cc
[835/1384] Compiling rsa_asn1.cc
[836/1384] Compiling windows.cc
[837/1384] Compiling trusty.cc
[838/1384] Compiling urandom.cc
[839/1384] Compiling rand_extra.cc
[840/1384] Compiling ios.cc
[841/1384] Compiling passive.cc
[842/1384] Compiling getentropy.cc
[843/1384] Compiling poly1305_arm_asm.S
[844/1384] Compiling forkunsafe.cc
[845/1384] Compiling deterministic.cc
[846/1384] Compiling fork_detect.cc
[847/1384] Compiling pool.cc
[848/1384] Compiling poly1305_arm.cc
[849/1384] Compiling poly1305.cc
[850/1384] Compiling poly1305_vec.cc
[851/1384] Compiling pkcs7.cc
[852/1384] Compiling pkcs8.cc
[853/1384] Compiling pkcs8_x509.cc
[854/1384] Compiling p5_pbev2.cc
[855/1384] Compiling pkcs7_x509.cc
[856/1384] Compiling pem_x509.cc
[857/1384] Compiling pem_xaux.cc
[858/1384] Compiling pem_pkey.cc
[859/1384] Compiling pem_pk8.cc
[860/1384] Compiling obj_xref.cc
[861/1384] Compiling pem_oth.cc
[862/1384] Compiling mlkem.cc
[863/1384] Compiling pem_info.cc
[864/1384] Compiling obj.cc
[865/1384] Compiling pem_lib.cc
[866/1384] Compiling pem_all.cc
[867/1384] Compiling mem.cc
[868/1384] Compiling md5.cc
[869/1384] Compiling md4.cc
[870/1384] Compiling lhash.cc
[871/1384] Compiling fips_shared_support.cc
[872/1384] Compiling poly_rq_mul.S
[873/1384] Compiling keccak.cc
[874/1384] Compiling mldsa.cc
[874/1384] Compiling kyber.cc
[876/1384] Compiling hrss.cc
[877/1384] Compiling ex_data.cc
[878/1384] Compiling sign.cc
[879/1384] Compiling scrypt.cc
[880/1384] Compiling hpke.cc
[881/1384] Compiling pbkdf.cc
[882/1384] Compiling print.cc
[883/1384] Compiling p_x25519.cc
[884/1384] Compiling p_x25519_asn1.cc
[885/1384] Compiling p_rsa_asn1.cc
[886/1384] Compiling p_hkdf.cc
[887/1384] Compiling p_rsa.cc
[888/1384] Compiling p_ed25519_asn1.cc
[889/1384] Compiling p_ed25519.cc
[890/1384] Compiling p_ec_asn1.cc
[891/1384] Compiling p_ec.cc
[892/1384] Compiling p_dh.cc
[893/1384] Compiling p_dh_asn1.cc
[894/1384] Compiling p_dsa_asn1.cc
[895/1384] Compiling evp_ctx.cc
[896/1384] Compiling evp_asn1.cc
[897/1384] Compiling evp.cc
[898/1384] Compiling err.cc
[899/1384] Compiling engine.cc
[900/1384] Compiling ecdh_extra.cc
[901/1384] Compiling hash_to_curve.cc
[902/1384] Compiling ecdsa_asn1.cc
[903/1384] Compiling ec_derive.cc
[904/1384] Compiling dsa_asn1.cc
[905/1384] Compiling ec_asn1.cc
[906/1384] Compiling dsa.cc
[907/1384] Compiling params.cc
[908/1384] Compiling x25519-asm-arm.S
[909/1384] Compiling digest_extra.cc
[910/1384] Compiling dh_asn1.cc
[911/1384] Compiling des.cc
[912/1384] Compiling spake25519.cc
[913/1384] Compiling cpu_arm_linux.cc
[914/1384] Compiling cpu_intel.cc
[915/1384] Compiling crypto.cc
[916/1384] Compiling cpu_arm_freebsd.cc
[917/1384] Compiling curve25519.cc
[918/1384] Compiling cpu_aarch64_win.cc
[919/1384] Compiling bcm.cc
[920/1384] Compiling cpu_aarch64_openbsd.cc
[921/1384] Compiling cpu_aarch64_sysreg.cc
[921/1384] Compiling cpu_aarch64_linux.cc
[923/1384] Compiling cpu_aarch64_fuchsia.cc
[924/1384] Compiling curve25519_64_adx.cc
[925/1384] Compiling cpu_aarch64_apple.cc
[926/1384] Compiling tls_cbc.cc
[927/1384] Compiling conf.cc
[928/1384] Compiling e_tls.cc
[929/1384] Compiling e_rc4.cc
[930/1384] Compiling e_rc2.cc
[931/1384] Compiling e_null.cc
[932/1384] Compiling e_des.cc
[933/1384] Compiling e_chacha20poly1305.cc
[934/1384] Compiling derive_key.cc
[935/1384] Compiling e_aesctrhmac.cc
[936/1384] Compiling e_aesgcmsiv.cc
[937/1384] Compiling unicode.cc
[938/1384] Compiling chacha.cc
[939/1384] Compiling cipher_extra.cc
[940/1384] Compiling ber.cc
[941/1384] Compiling cbb.cc
[942/1384] Compiling cbs.cc
[943/1384] Compiling buf.cc
[944/1384] Compiling bn_asn1.cc
[944/1384] Compiling asn1_compat.cc
[946/1384] Compiling blake2.cc
[947/1384] Compiling convert.cc
[948/1384] Compiling socket.cc
[949/1384] Compiling printf.cc
[950/1384] Compiling socket_helper.cc
[951/1384] Compiling hexdump.cc
[952/1384] Compiling pair.cc
[952/1384] Compiling file.cc
[954/1384] Compiling fd.cc
[955/1384] Compiling errno.cc
[956/1384] Compiling bio_mem.cc
[957/1384] Compiling connect.cc
[958/1384] Compiling base64.cc
[959/1384] Compiling bio.cc
[960/1384] Compiling tasn_typ.cc
[961/1384] Compiling tasn_fre.cc
[962/1384] Compiling tasn_utl.cc
[963/1384] Compiling tasn_new.cc
[964/1384] Compiling tasn_enc.cc
[965/1384] Compiling f_string.cc
[965/1384] Compiling posix_time.cc
[967/1384] Compiling f_int.cc
[968/1384] Compiling asn_pack.cc
[969/1384] Compiling tasn_dec.cc
[970/1384] Compiling asn1_par.cc
[971/1384] Compiling asn1_lib.cc
[972/1384] Compiling a_utctm.cc
[973/1384] Compiling a_type.cc
[974/1384] Compiling a_octet.cc
[975/1384] Compiling a_time.cc
[976/1384] Compiling a_strnid.cc
[977/1384] Compiling a_strex.cc
[978/1384] Compiling a_object.cc
[979/1384] Compiling a_mbstr.cc
[980/1384] Compiling a_i2d_fp.cc
[981/1384] Compiling a_dup.cc
[982/1384] Compiling a_gentm.cc
[983/1384] Compiling a_d2i_fp.cc
[984/1384] Compiling a_int.cc
[985/1384] Compiling fiat_p256_adx_sqr.S
[986/1384] Compiling fiat_p256_adx_mul.S
[987/1384] Compiling a_bool.cc
[988/1384] Compiling fiat_curve25519_adx_square.S
[989/1384] Compiling fiat_curve25519_adx_mul.S
[990/1384] Compiling md5-x86_64-linux.S
[991/1384] Compiling md5-x86_64-apple.S
[992/1384] Compiling md5-586-linux.S
[993/1384] Compiling md5-586-apple.S
[994/1384] Compiling a_bitstr.cc
[995/1384] Compiling chacha20_poly1305_x86_64-apple.S
[996/1384] Compiling chacha20_poly1305_armv8-win.S
[997/1384] Compiling chacha20_poly1305_armv8-linux.S
[998/1384] Compiling chacha20_poly1305_armv8-apple.S
[999/1384] Compiling chacha-x86_64-apple.S
[999/1384] Compiling chacha20_poly1305_x86_64-linux.S
[1001/1384] Compiling chacha-x86_64-linux.S
[1002/1384] Compiling chacha-x86-linux.S
[1003/1384] Compiling chacha-x86-apple.S
[1004/1384] Compiling chacha-armv8-win.S
[1005/1384] Compiling CCryptoBoringSSLShims shims.c
[1006/1384] Compiling chacha-armv8-linux.S
[1007/1384] Compiling chacha-armv8-apple.S
[1008/1384] Compiling chacha-armv4-linux.S
[1009/1384] Compiling aes128gcmsiv-x86_64-apple.S
[1010/1384] Compiling aes128gcmsiv-x86_64-linux.S
[1011/1384] Compiling x86_64-mont5-linux.S
[1012/1384] Compiling x86_64-mont5-apple.S
[1013/1384] Compiling x86_64-mont-linux.S
[1014/1384] Compiling x86-mont-linux.S
[1015/1384] Compiling x86_64-mont-apple.S
[1016/1384] Compiling x86-mont-apple.S
[1017/1384] Compiling vpaes-x86_64-linux.S
[1018/1384] Compiling err_data.cc
[1019/1384] Compiling vpaes-x86_64-apple.S
[1020/1384] Compiling vpaes-x86-linux.S
[1021/1384] Compiling vpaes-x86-apple.S
[1022/1384] Compiling vpaes-armv8-win.S
[1023/1384] Compiling vpaes-armv8-linux.S
[1024/1384] Compiling vpaes-armv8-apple.S
[1024/1384] Compiling vpaes-armv7-linux.S
[1026/1384] Compiling sha512-x86_64-apple.S
[1027/1384] Compiling sha512-x86_64-linux.S
[1028/1384] Compiling sha512-armv8-win.S
[1029/1384] Compiling sha512-armv8-linux.S
[1030/1384] Compiling sha512-armv8-apple.S
[1031/1384] Compiling sha512-armv4-linux.S
[1032/1384] Compiling sha512-586-linux.S
[1033/1384] Compiling sha512-586-apple.S
[1034/1384] Compiling sha256-x86_64-apple.S
[1035/1384] Compiling sha256-armv8-win.S
[1036/1384] Compiling sha256-armv8-linux.S
[1037/1384] Compiling sha256-x86_64-linux.S
[1038/1384] Compiling sha256-armv8-apple.S
[1039/1384] Compiling sha256-armv4-linux.S
[1040/1384] Compiling sha256-586-linux.S
[1041/1384] Compiling sha256-586-apple.S
[1042/1384] Compiling sha1-x86_64-apple.S
[1043/1384] Compiling sha1-armv8-linux.S
[1044/1384] Compiling sha1-armv8-win.S
[1045/1384] Compiling sha1-x86_64-linux.S
[1046/1384] Compiling sha1-armv8-apple.S
[1047/1384] Compiling sha1-armv4-large-linux.S
[1048/1384] Compiling sha1-586-linux.S
[1049/1384] Compiling sha1-586-apple.S
[1050/1384] Compiling rsaz-avx2-linux.S
[1050/1384] Compiling rsaz-avx2-apple.S
[1052/1384] Compiling rdrand-x86_64-linux.S
[1053/1384] Compiling rdrand-x86_64-apple.S
[1054/1384] Compiling p256_beeu-x86_64-asm-apple.S
[1055/1384] Compiling p256_beeu-x86_64-asm-linux.S
[1056/1384] Compiling p256_beeu-armv8-asm-linux.S
[1057/1384] Compiling p256_beeu-armv8-asm-apple.S
[1058/1384] Compiling p256_beeu-armv8-asm-win.S
[1059/1384] Compiling p256-x86_64-asm-apple.S
[1060/1384] Compiling p256-armv8-asm-win.S
[1061/1384] Compiling p256-armv8-asm-apple.S
[1062/1384] Compiling p256-armv8-asm-linux.S
[1063/1384] Compiling p256-x86_64-asm-linux.S
[1064/1384] Compiling ghashv8-armv8-win.S
[1065/1384] Compiling ghashv8-armv8-linux.S
[1066/1384] Compiling ghashv8-armv8-apple.S
[1067/1384] Compiling ghashv8-armv7-linux.S
[1068/1384] Compiling ghash-x86_64-apple.S
[1069/1384] Compiling ghash-x86-linux.S
[1070/1384] Compiling ghash-x86_64-linux.S
[1071/1384] Compiling ghash-x86-apple.S
[1072/1384] Compiling ghash-ssse3-x86_64-apple.S
[1073/1384] Compiling ghash-ssse3-x86_64-linux.S
[1074/1384] Compiling ghash-ssse3-x86-linux.S
[1075/1384] Compiling ghash-neon-armv8-win.S
[1076/1384] Compiling ghash-ssse3-x86-apple.S
[1077/1384] Compiling ghash-neon-armv8-linux.S
[1078/1384] Compiling co-586-linux.S
[1079/1384] Compiling co-586-apple.S
[1079/1384] Compiling ghash-armv4-linux.S
[1081/1384] Compiling ghash-neon-armv8-apple.S
[1082/1384] Compiling bsaes-armv7-linux.S
[1083/1384] Compiling bn-armv8-win.S
[1084/1384] Compiling bn-armv8-linux.S
[1085/1384] Compiling bn-586-linux.S
[1086/1384] Compiling armv8-mont-win.S
[1087/1384] Compiling bn-586-apple.S
[1088/1384] Compiling bn-armv8-apple.S
[1089/1384] Compiling armv8-mont-linux.S
[1090/1384] Compiling armv8-mont-apple.S
[1091/1384] Compiling armv4-mont-linux.S
[1092/1384] Compiling aesv8-gcm-armv8-linux.S
[1093/1384] Compiling aesv8-gcm-armv8-apple.S
[1094/1384] Compiling aesv8-gcm-armv8-win.S
[1095/1384] Compiling aesv8-armv8-win.S
[1096/1384] Compiling aesv8-armv8-linux.S
[1097/1384] Compiling aesv8-armv8-apple.S
[1098/1384] Compiling aesv8-armv7-linux.S
[1099/1384] Compiling aesni-x86_64-apple.S
[1100/1384] Compiling aesni-x86-linux.S
[1101/1384] Compiling aesni-x86_64-linux.S
[1102/1384] Compiling aesni-x86-apple.S
[1103/1384] Compiling aesni-gcm-x86_64-linux.S
[1104/1384] Compiling aesni-gcm-x86_64-apple.S
[1105/1384] Compiling aes-gcm-avx10-x86_64-linux.S
[1106/1384] Compiling aes-gcm-avx10-x86_64-apple.S
[1107/1384] Compiling x_sig.cc
[1108/1384] Compiling x_val.cc
[1109/1384] Compiling x_x509a.cc
[1110/1384] Compiling x_spki.cc
[1111/1384] Compiling x_x509.cc
[1112/1384] Compiling x_req.cc
[1113/1384] Compiling c-nioatomics.c
[1114/1384] Compiling x_exten.cc
[1115/1384] Compiling x_pubkey.cc
[1116/1384] Compiling x_name.cc
[1117/1384] Compiling x_attrib.cc
[1118/1384] Compiling x_crl.cc
[1119/1384] Compiling x_all.cc
[1120/1384] Compiling c-atomics.c
[1121/1384] Compiling x_algor.cc
[1122/1390] Compiling x509spki.cc
[1123/1390] Compiling x509cset.cc
[1124/1390] Compiling x509name.cc
[1125/1390] Compiling x509_vpm.cc
[1126/1390] Compiling x509rset.cc
[1127/1390] Compiling x509_vfy.cc
[1128/1390] Compiling x509_v3.cc
[1130/1390] Compiling NIOConcurrencyHelpers NIOLock.swift
[1131/1390] Compiling NIOConcurrencyHelpers lock.swift
[1131/1390] Compiling x509_txt.cc
[1132/1390] Compiling x509_set.cc
[1134/1390] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1135/1390] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1136/1390] Compiling NIOConcurrencyHelpers atomics.swift
[1136/1390] Compiling x509_trs.cc
[1137/1390] Compiling x509_req.cc
[1138/1390] Compiling x509_obj.cc
[1140/1390] Emitting module NIOConcurrencyHelpers
[1140/1391] Compiling x509_lu.cc
[1142/1391] Compiling x509_ext.cc
[1143/1391] Wrapping AST for NIOConcurrencyHelpers for debugging
[1144/1391] Compiling x509_def.cc
[1145/1391] Compiling x509_d2.cc
[1146/1391] Compiling x509_att.cc
[1147/1391] Compiling x509.cc
[1148/1391] Compiling x509_cmp.cc
[1149/1391] Compiling v3_utl.cc
[1150/1391] Compiling v3_skey.cc
[1151/1391] Compiling v3_prn.cc
[1152/1391] Compiling v3_purp.cc
[1153/1391] Compiling v3_pmaps.cc
[1154/1391] Compiling v3_ocsp.cc
[1155/1391] Compiling v3_pcons.cc
[1156/1391] Compiling v3_ncons.cc
[1157/1391] Compiling v3_int.cc
[1158/1391] Compiling v3_lib.cc
[1159/1391] Compiling v3_ia5.cc
[1160/1391] Compiling v3_info.cc
[1161/1391] Compiling v3_genn.cc
[1162/1391] Compiling v3_extku.cc
[1163/1391] Compiling v3_enum.cc
[1164/1391] Compiling v3_crld.cc
[1165/1391] Compiling v3_conf.cc
[1166/1391] Compiling v3_cpols.cc
[1167/1391] Compiling v3_bitst.cc
[1168/1391] Compiling v3_bcons.cc
[1169/1391] Compiling v3_alt.cc
[1170/1391] Compiling v3_akeya.cc
[1171/1391] Compiling v3_akey.cc
[1172/1391] Compiling t_x509a.cc
[1173/1391] Compiling t_x509.cc
[1173/1391] Compiling t_req.cc
[1175/1391] Compiling t_crl.cc
[1176/1391] Compiling i2d_pr.cc
[1177/1391] Compiling rsa_pss.cc
[1178/1391] Compiling name_print.cc
[1179/1391] Compiling policy.cc
[1180/1391] Compiling by_file.cc
[1181/1391] Compiling by_dir.cc
[1182/1391] Compiling asn1_gen.cc
[1183/1391] Compiling algorithm.cc
[1184/1391] Compiling a_verify.cc
[1185/1391] Compiling a_sign.cc
[1186/1391] Compiling voprf.cc
[1187/1391] Compiling a_digest.cc
[1188/1391] Compiling trust_token.cc
[1189/1391] Compiling thread_win.cc
[1190/1391] Compiling thread_pthread.cc
[1191/1391] Compiling thread.cc
[1192/1391] Compiling thread_none.cc
[1193/1391] Compiling stack.cc
[1194/1391] Compiling pmbtoken.cc
[1195/1391] Compiling wots.cc
[1196/1391] Compiling thash.cc
[1197/1391] Compiling merkle.cc
[1198/1391] Compiling slhdsa.cc
[1199/1391] Compiling siphash.cc
[1199/1391] Compiling fors.cc
[1201/1391] Compiling sha512.cc
[1202/1391] Compiling sha256.cc
[1203/1391] Compiling sha1.cc
[1204/1391] Compiling rsa_print.cc
[1205/1391] Compiling rsa_extra.cc
[1206/1391] Compiling rc4.cc
[1207/1391] Compiling refcount.cc
[1208/1391] Compiling rsa_asn1.cc
[1208/1391] Compiling windows.cc
[1209/1391] Compiling rsa_crypt.cc
[1211/1391] Compiling urandom.cc
[1212/1391] Compiling trusty.cc
[1213/1391] Compiling rand_extra.cc
[1214/1391] Compiling ios.cc
[1215/1391] Compiling poly1305_arm_asm.S
[1216/1391] Compiling passive.cc
[1217/1391] Compiling getentropy.cc
[1218/1391] Compiling forkunsafe.cc
[1219/1391] Compiling deterministic.cc
[1220/1391] Compiling fork_detect.cc
[1221/1391] Compiling pool.cc
[1222/1391] Compiling poly1305_arm.cc
[1223/1391] Compiling poly1305.cc
[1224/1391] Compiling poly1305_vec.cc
[1225/1391] Compiling pkcs7.cc
[1226/1391] Compiling pkcs8.cc
[1226/1391] Compiling p5_pbev2.cc
[1227/1391] Compiling pkcs8_x509.cc
[1229/1391] Compiling pkcs7_x509.cc
[1230/1391] Compiling pem_xaux.cc
[1231/1391] Compiling pem_x509.cc
[1232/1391] Compiling pem_pkey.cc
[1233/1391] Compiling pem_pk8.cc
[1234/1391] Compiling obj_xref.cc
[1235/1391] Compiling pem_oth.cc
[1236/1391] Compiling pem_info.cc
[1237/1391] Compiling mlkem.cc
[1238/1391] Compiling pem_lib.cc
[1238/1391] Compiling obj.cc
[1238/1391] Compiling pem_all.cc
[1241/1391] Compiling mldsa.cc
[1242/1391] Compiling poly_rq_mul.S
[1243/1391] Compiling fips_shared_support.cc
[1244/1391] Compiling mem.cc
[1245/1391] Compiling md5.cc
[1246/1391] Compiling md4.cc
[1247/1391] Compiling lhash.cc
[1248/1391] Compiling kyber.cc
[1249/1391] Compiling hpke.cc
[1250/1391] Compiling ex_data.cc
[1251/1391] Compiling hrss.cc
[1252/1391] Compiling sign.cc
[1253/1391] Compiling scrypt.cc
[1254/1391] Compiling pbkdf.cc
[1255/1391] Compiling print.cc
[1256/1391] Compiling p_x25519.cc
[1257/1391] Compiling p_x25519_asn1.cc
[1258/1391] Compiling p_rsa_asn1.cc
[1259/1391] Compiling p_rsa.cc
[1260/1391] Compiling p_hkdf.cc
[1261/1391] Compiling p_ed25519.cc
[1262/1391] Compiling p_ed25519_asn1.cc
[1263/1391] Compiling p_ec_asn1.cc
[1264/1391] Compiling p_ec.cc
[1265/1391] Compiling p_dsa_asn1.cc
[1266/1391] Compiling p_dh.cc
[1267/1391] Compiling p_dh_asn1.cc
[1268/1391] Compiling evp_ctx.cc
[1269/1391] Compiling evp_asn1.cc
[1270/1391] Compiling evp.cc
[1271/1391] Compiling err.cc
[1272/1391] Compiling engine.cc
[1273/1391] Compiling ecdh_extra.cc
[1274/1391] Compiling ecdsa_asn1.cc
[1275/1391] Compiling hash_to_curve.cc
[1276/1391] Compiling ec_derive.cc
[1277/1391] Compiling ec_asn1.cc
[1278/1391] Compiling dsa_asn1.cc
[1279/1391] Compiling dsa.cc
[1280/1391] Compiling params.cc
[1281/1391] Compiling digest_extra.cc
[1282/1391] Compiling dh_asn1.cc
[1283/1391] Compiling x25519-asm-arm.S
[1284/1391] Compiling des.cc
[1285/1391] Compiling spake25519.cc
[1286/1391] Compiling cpu_arm_linux.cc
[1287/1391] Compiling cpu_intel.cc
[1288/1391] Compiling crypto.cc
[1289/1391] Compiling cpu_arm_freebsd.cc
[1290/1391] Compiling curve25519.cc
[1291/1391] Compiling cpu_aarch64_win.cc
[1292/1391] Compiling cpu_aarch64_openbsd.cc
[1293/1391] Compiling cpu_aarch64_sysreg.cc
[1294/1391] Compiling cpu_aarch64_linux.cc
[1295/1391] Compiling cpu_aarch64_fuchsia.cc
[1296/1391] Compiling curve25519_64_adx.cc
[1297/1391] Compiling cpu_aarch64_apple.cc
[1298/1391] Compiling tls_cbc.cc
[1299/1391] Compiling e_tls.cc
[1299/1391] Compiling bcm.cc
[1301/1391] Compiling e_rc4.cc
[1302/1391] Compiling conf.cc
[1303/1391] Compiling e_null.cc
[1304/1391] Compiling e_rc2.cc
[1305/1391] Compiling e_des.cc
[1306/1391] Compiling derive_key.cc
[1307/1391] Compiling e_chacha20poly1305.cc
[1308/1391] Compiling cipher_extra.cc
[1308/1391] Compiling e_aesctrhmac.cc
[1310/1391] Compiling e_aesgcmsiv.cc
[1311/1391] Compiling unicode.cc
[1312/1391] Compiling chacha.cc
[1313/1391] Compiling ber.cc
[1314/1391] Compiling buf.cc
[1315/1391] Compiling cbb.cc
[1316/1391] Compiling cbs.cc
[1317/1391] Compiling asn1_compat.cc
[1318/1391] Compiling convert.cc
[1319/1391] Compiling bn_asn1.cc
[1320/1391] Compiling blake2.cc
[1321/1391] Compiling printf.cc
[1322/1391] Compiling hexdump.cc
[1323/1391] Compiling pair.cc
[1324/1391] Compiling file.cc
[1325/1391] Compiling fd.cc
[1326/1391] Compiling errno.cc
[1327/1391] Compiling bio_mem.cc
[1328/1391] Compiling bio.cc
[1329/1391] Compiling base64.cc
[1330/1391] Compiling tasn_fre.cc
[1331/1391] Compiling tasn_typ.cc
[1332/1391] Compiling tasn_utl.cc
[1333/1391] Compiling tasn_enc.cc
[1334/1391] Compiling tasn_new.cc
[1335/1391] Compiling posix_time.cc
[1336/1391] Compiling f_string.cc
[1337/1391] Compiling tasn_dec.cc
[1338/1391] Compiling f_int.cc
[1339/1391] Compiling asn_pack.cc
[1340/1391] Compiling asn1_par.cc
[1341/1391] Compiling a_octet.cc
[1342/1391] Compiling CCompressZlib empty.c
[1343/1391] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1344/1391] Write sources
[1345/1391] Compiling a_strex.cc
[1346/1391] Write sources
[1347/1391] Compiling a_dup.cc
[1348/1391] Write sources
[1350/1391] Compiling a_gentm.cc
[1351/1391] Write sources
[1352/1391] Compiling a_object.cc
[1353/1391] Write sources
[1355/1391] Compiling a_d2i_fp.cc
[1356/1391] Compiling a_bool.cc
[1357/1399] Compiling a_bitstr.cc
[1359/1541] Compiling Algorithms Intersperse.swift
[1360/1541] Compiling Algorithms Partition.swift
[1361/1541] Compiling Algorithms Permutations.swift
[1362/1541] Compiling Algorithms Product.swift
[1363/1545] Compiling Algorithms Keyed.swift
[1364/1545] Compiling Algorithms MinMax.swift
[1365/1545] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[1366/1545] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[1367/1545] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[1368/1545] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[1369/1545] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[1370/1545] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[1371/1545] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[1372/1552] Compiling Atomics IntegerOperations.swift
[1373/1552] Compiling Atomics Unmanaged extensions.swift
[1377/1552] Compiling Algorithms FlattenCollection.swift
[1378/1552] Compiling Algorithms Grouped.swift
[1379/1552] Compiling Algorithms Indexed.swift
[1381/1552] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[1382/1552] Compiling Algorithms Joined.swift
[1383/1552] Emitting module BitCollections
[1384/1552] Emitting module ArgumentParserToolInfo
[1385/1552] Compiling ArgumentParserToolInfo ToolInfo.swift
[1386/1552] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1387/1552] Compiling AsyncAlgorithms Locking.swift
[1388/1552] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[1389/1552] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[1390/1552] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[1391/1552] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[1392/1552] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[1399/1553] Compiling Algorithms Rotate.swift
[1400/1553] Compiling Algorithms Split.swift
[1409/1553] Compiling CryptoBoringWrapper RandomBytes.swift
[1409/1553] Wrapping AST for ArgumentParserToolInfo for debugging
[1411/1553] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1420/1556] Compiling Algorithms Stride.swift
[1421/1556] Compiling Algorithms Suffix.swift
[1422/1589] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1423/1594] Compiling CryptoBoringWrapper EllipticCurve.swift
[1424/1594] Emitting module CryptoBoringWrapper
[1425/1594] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1426/1594] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1427/1594] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[1428/1594] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1429/1594] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1430/1594] Compiling AsyncAlgorithms MergeStateMachine.swift
[1431/1594] Compiling AsyncAlgorithms MergeStorage.swift
[1432/1594] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1433/1594] Compiling AsyncAlgorithms Rethrow.swift
[1434/1594] Compiling ArgumentParser ArgumentDefinition.swift
[1435/1594] Compiling ArgumentParser ArgumentSet.swift
[1436/1594] Compiling ArgumentParser CommandParser.swift
[1437/1594] Compiling ArgumentParser InputKey.swift
[1438/1594] Compiling ArgumentParser InputOrigin.swift
[1439/1594] Compiling ArgumentParser Name.swift
[1440/1594] Compiling ArgumentParser Parsed.swift
[1441/1594] Compiling ArgumentParser ParsedValues.swift
[1442/1594] Compiling BitCollections BitArray+RandomBits.swift
[1443/1594] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1444/1594] Compiling BitCollections BitArray+Shifts.swift
[1445/1594] Compiling BitCollections BitArray+Testing.swift
[1446/1594] Compiling BitCollections BitArray._UnsafeHandle.swift
[1447/1594] Compiling BitCollections BitArray.swift
[1448/1594] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1449/1594] Compiling BitCollections BitSet+Codable.swift
[1450/1594] Compiling BitCollections BitSet.Index.swift
[1451/1594] Compiling BitCollections BitSet._UnsafeHandle.swift
[1452/1594] Compiling BitCollections BitSet.swift
[1453/1594] Compiling BitCollections Range+Utilities.swift
[1454/1594] Compiling BitCollections Slice+Utilities.swift
[1455/1594] Compiling BitCollections UInt+Tricks.swift
[1456/1594] Compiling BitCollections _Word.swift
[1464/1601] Emitting module AsyncAlgorithms
[1465/1601] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1466/1602] Compiling ArgumentParser CommandGroup.swift
[1467/1602] Compiling ArgumentParser EnumerableFlag.swift
[1468/1602] Compiling ArgumentParser ExpressibleByArgument.swift
[1469/1602] Compiling ArgumentParser Errors.swift
[1470/1602] Compiling ArgumentParser Flag.swift
[1471/1602] Compiling ArgumentParser NameSpecification.swift
[1472/1602] Wrapping AST for BitCollections for debugging
[1474/1602] Compiling ArgumentParser Option.swift
[1475/1602] Compiling ArgumentParser OptionGroup.swift
[1476/1602] Compiling ArgumentParser AsyncParsableCommand.swift
[1477/1602] Compiling ArgumentParser CommandConfiguration.swift
[1477/1602] Wrapping AST for CryptoBoringWrapper for debugging
[1479/1602] Compiling ArgumentParser BashCompletionsGenerator.swift
[1480/1602] Compiling ArgumentParser CompletionsGenerator.swift
[1481/1602] Compiling ArgumentParser FishCompletionsGenerator.swift
[1482/1602] Compiling ArgumentParser ZshCompletionsGenerator.swift
[1483/1602] Compiling ArgumentParser Argument.swift
[1484/1602] Compiling ArgumentParser ArgumentHelp.swift
[1485/1602] Compiling ArgumentParser ArgumentVisibility.swift
[1486/1602] Compiling ArgumentParser CompletionKind.swift
[1496/1604] Emitting module Collections
[1497/1604] Compiling Collections Collections.swift
[1499/1676] Compiling Crypto Digests.swift
[1500/1676] Compiling Crypto HashFunctions.swift
[1501/1676] Compiling Crypto HashFunctions_SHA2.swift
[1502/1676] Compiling Crypto HPKE-AEAD.swift
[1503/1676] Compiling Crypto HPKE-Ciphersuite.swift
[1504/1676] Compiling Crypto HPKE-KDF.swift
[1504/1676] Wrapping AST for Collections for debugging
[1506/1676] Compiling Crypto Cipher.swift
[1507/1676] Compiling Crypto Nonces.swift
[1508/1676] Compiling Crypto ASN1.swift
[1509/1676] Compiling Crypto ASN1Any.swift
[1510/1676] Emitting module ArgumentParser
[1513/1681] Compiling Crypto ASN1BitString.swift
[1514/1681] Compiling Crypto ASN1Boolean.swift
[1515/1681] Compiling Crypto ASN1Identifier.swift
[1516/1681] Compiling Crypto ASN1Integer.swift
[1517/1681] Compiling Crypto AES-GCM.swift
[1518/1681] Compiling Crypto AES-GCM_boring.swift
[1519/1681] Compiling Crypto ChaChaPoly_boring.swift
[1520/1681] Compiling Crypto ChaChaPoly.swift
[1523/1681] Emitting module Atomics
[1524/1681] Compiling Crypto ASN1Strings.swift
[1525/1681] Compiling Crypto ArraySliceBigint.swift
[1526/1681] Compiling Crypto GeneralizedTime.swift
[1527/1681] Compiling Crypto ObjectIdentifier.swift
[1528/1681] Compiling Crypto ECDSASignature.swift
[1529/1681] Compiling Crypto PEMDocument.swift
[1530/1681] Compiling Crypto HPKE-KexKeyDerivation.swift
[1531/1681] Compiling Crypto HPKE-LabeledExtract.swift
[1532/1681] Compiling Crypto HPKE-Utils.swift
[1533/1681] Compiling Crypto DHKEM.swift
[1534/1681] Compiling Crypto HPKE-KEM-Curve25519.swift
[1535/1681] Compiling ArgumentParser CollectionExtensions.swift
[1536/1681] Compiling Crypto PKCS8PrivateKey.swift
[1537/1681] Compiling Crypto SEC1PrivateKey.swift
[1538/1681] Compiling Crypto SubjectPublicKeyInfo.swift
[1539/1681] Compiling Crypto CryptoKitErrors.swift
[1540/1681] Compiling Crypto Digest_boring.swift
[1541/1681] Compiling Crypto Digest.swift
[1556/1682] Compiling Crypto Insecure.swift
[1557/1682] Compiling Crypto Insecure_HashFunctions.swift
[1558/1682] Compiling Crypto KEM.swift
[1559/1682] Compiling Crypto ECDH_boring.swift
[1560/1682] Compiling Crypto DH.swift
[1561/1682] Compiling Crypto ECDH.swift
[1563/1683] Compiling ArgumentParser Platform.swift
[1564/1683] Compiling ArgumentParser SequenceExtensions.swift
[1565/1683] Compiling ArgumentParser StringExtensions.swift
[1566/1683] Compiling ArgumentParser Tree.swift
[1567/1683] Wrapping AST for Atomics for debugging
[1568/1683] Wrapping AST for AsyncAlgorithms for debugging
[1585/1700] Compiling Crypto ASN1Null.swift
[1586/1700] Compiling Crypto ASN1OctetString.swift
[1595/1700] Compiling Crypto HKDF.swift
[1596/1700] Compiling Crypto AESWrap.swift
[1597/1700] Compiling Crypto AESWrap_boring.swift
[1598/1700] Compiling Crypto Ed25519_boring.swift
[1599/1700] Compiling Crypto NISTCurvesKeys_boring.swift
[1600/1700] Compiling Crypto X25519Keys_boring.swift
[1601/1700] Compiling Crypto Curve25519.swift
[1602/1700] Compiling Crypto Ed25519Keys.swift
[1603/1700] Compiling Crypto NISTCurvesKeys.swift
[1604/1700] Compiling Crypto X25519Keys.swift
[1605/1700] Compiling Crypto SymmetricKeys.swift
[1606/1700] Compiling Crypto HMAC.swift
[1607/1700] Compiling Crypto MACFunctions.swift
[1608/1700] Compiling Crypto MessageAuthenticationCode.swift
[1609/1700] Compiling Crypto AES.swift
[1610/1700] Compiling Crypto ECDSASignature_boring.swift
[1611/1700] Compiling Crypto ECDSA_boring.swift
[1612/1700] Compiling Crypto EdDSA_boring.swift
[1613/1700] Compiling Crypto ECDSA.swift
[1614/1700] Compiling Crypto Ed25519.swift
[1615/1760] Compiling NIOCore ByteBuffer-multi-int.swift
[1616/1760] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1617/1760] Compiling NIOCore ByteBuffer-views.swift
[1618/1760] Compiling NIOCore Channel.swift
[1619/1760] Compiling NIOCore ChannelHandler.swift
[1620/1760] Compiling NIOCore ChannelHandlers.swift
[1621/1760] Compiling NIOCore ChannelInvoker.swift
[1622/1760] Compiling NIOCore ChannelOption.swift
[1623/1760] Compiling NIOCore AddressedEnvelope.swift
[1624/1760] Compiling NIOCore AsyncAwaitSupport.swift
[1625/1760] Emitting module Algorithms
[1626/1761] Compiling ServiceLifecycle Service.swift
[1627/1762] Compiling NIOCore EventLoopFuture.swift
[1628/1762] Compiling NIOCore FileDescriptor.swift
[1629/1762] Compiling NIOCore FileHandle.swift
[1630/1762] Compiling NIOCore FileRegion.swift
[1631/1762] Compiling NIOCore ChannelPipeline.swift
[1632/1762] Compiling NIOCore CircularBuffer.swift
[1633/1762] Compiling NIOCore Codec.swift
[1634/1762] Compiling NIOCore ConvenienceOptionSupport.swift
[1635/1762] Compiling NIOCore DeadChannel.swift
[1636/1762] Compiling NIOCore DispatchQueue+WithFuture.swift
[1637/1762] Compiling NIOCore EventLoop+Deprecated.swift
[1638/1762] Compiling NIOCore EventLoop+SerialExecutor.swift
[1639/1762] Compiling NIOCore MarkedCircularBuffer.swift
[1640/1762] Compiling NIOCore MulticastChannel.swift
[1641/1762] Compiling NIOCore NIOAny.swift
[1642/1762] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1643/1762] Compiling NIOCore NIOLoopBound.swift
[1644/1762] Compiling NIOCore NIOScheduledCallback.swift
[1645/1762] Compiling NIOCore NIOSendable.swift
[1646/1762] Compiling NIOCore RecvByteBufferAllocator.swift
[1648/1762] Emitting module Crypto
[1650/1762] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1651/1762] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1651/1762] Wrapping AST for ArgumentParser for debugging
[1653/1762] Compiling ServiceLifecycle CancellationWaiter.swift
[1654/1762] Compiling ServiceLifecycle GracefulShutdown.swift
[1655/1762] Compiling ServiceLifecycle ServiceRunnerError.swift
[1656/1762] Emitting module ServiceLifecycle
[1657/1762] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1658/1762] Compiling NIOCore AsyncChannel.swift
[1659/1762] Compiling NIOCore AsyncChannelHandler.swift
[1660/1762] Compiling NIOCore AsyncChannelInboundStream.swift
[1661/1762] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1662/1762] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1663/1762] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1664/1762] Compiling NIOCore NIOAsyncWriter.swift
[1665/1762] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1666/1762] Compiling NIOCore BSDSocketAPI.swift
[1667/1762] Compiling NIOCore ByteBuffer-aux.swift
[1668/1762] Compiling ServiceLifecycle ServiceGroup.swift
[1669/1763] Wrapping AST for ServiceLifecycle for debugging
[1679/1771] Compiling NIOCore GlobalSingletons.swift
[1680/1771] Compiling NIOCore IO.swift
[1681/1771] Compiling NIOCore IOData.swift
[1682/1771] Compiling NIOCore IPProtocol.swift
[1683/1771] Compiling NIOCore IntegerBitPacking.swift
[1684/1771] Compiling NIOCore IntegerTypes.swift
[1685/1771] Compiling NIOCore Interfaces.swift
[1686/1771] Compiling NIOCore Linux.swift
[1687/1771] Compiling Crypto Signature.swift
[1688/1771] Compiling Crypto CryptoKitErrors_boring.swift
[1689/1771] Compiling Crypto RNG_boring.swift
[1690/1771] Compiling Crypto SafeCompare_boring.swift
[1691/1771] Compiling Crypto Zeroization_boring.swift
[1692/1771] Compiling Crypto PrettyBytes.swift
[1693/1771] Compiling Crypto SafeCompare.swift
[1694/1771] Compiling Crypto SecureBytes.swift
[1695/1771] Compiling Crypto Zeroization.swift
[1696/1772] Wrapping AST for Crypto for debugging
[1698/1818] Compiling _CryptoExtras ARCRequest.swift
[1699/1818] Compiling _CryptoExtras ARCResponse.swift
[1700/1818] Compiling _CryptoExtras ARCServer.swift
[1701/1818] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1702/1818] Compiling _CryptoExtras ChaCha20CTR.swift
[1703/1818] Compiling _CryptoExtras ECToolbox_boring.swift
[1704/1818] Compiling _CryptoExtras ECToolbox.swift
[1705/1818] Compiling _CryptoExtras VOPRFServer.swift
[1706/1818] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1707/1818] Compiling _CryptoExtras DigestType.swift
[1708/1818] Compiling _CryptoExtras Error.swift
[1709/1818] Compiling _CryptoExtras I2OSP.swift
[1710/1818] Compiling _CryptoExtras IntegerEncoding.swift
[1711/1818] Compiling _CryptoExtras PEMDocument.swift
[1712/1824] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1713/1824] Compiling NIOCore SocketAddresses.swift
[1714/1824] Compiling NIOCore SocketOptionProvider.swift
[1715/1824] Compiling NIOCore SystemCallHelpers.swift
[1716/1824] Compiling NIOCore TimeAmount+Duration.swift
[1717/1824] Compiling NIOCore TypeAssistedChannelHandler.swift
[1718/1824] Compiling NIOCore UniversalBootstrapSupport.swift
[1719/1824] Compiling NIOCore Utilities.swift
[1720/1824] Emitting module _CryptoExtras
[1721/1824] Compiling _CryptoExtras RSA+BlindSigning.swift
[1722/1824] Compiling _CryptoExtras RSA.swift
[1723/1824] Compiling _CryptoExtras RSA_boring.swift
[1724/1824] Compiling _CryptoExtras RSA_security.swift
[1725/1824] Compiling _CryptoExtras BoringSSLHelpers.swift
[1729/1824] Compiling _CryptoExtras AES_CBC.swift
[1730/1824] Compiling _CryptoExtras AES_CFB.swift
[1731/1824] Compiling _CryptoExtras AES_CTR.swift
[1732/1824] Compiling _CryptoExtras AES_GCM_SIV.swift
[1733/1824] Compiling _CryptoExtras Block Function.swift
[1734/1824] Compiling _CryptoExtras AES_CFB_boring.swift
[1735/1824] Compiling _CryptoExtras AES_CTR_boring.swift
[1736/1824] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1737/1824] Compiling _CryptoExtras ARC+API.swift
[1738/1824] Compiling _CryptoExtras ARC.swift
[1739/1824] Compiling _CryptoExtras ARCCredential.swift
[1740/1824] Compiling _CryptoExtras ARCEncoding.swift
[1741/1824] Compiling _CryptoExtras ARCPrecredential.swift
[1742/1824] Compiling _CryptoExtras ARCPresentation.swift
[1749/1824] Compiling _CryptoExtras PrettyBytes.swift
[1750/1824] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1751/1824] Compiling _CryptoExtras DLEQ.swift
[1752/1824] Compiling _CryptoExtras Prover.swift
[1753/1824] Compiling _CryptoExtras Verifier.swift
[1754/1824] Compiling _CryptoExtras ZKPToolbox.swift
[1761/1824] Compiling _CryptoExtras HashToField.swift
[1762/1824] Compiling _CryptoExtras KDF.swift
[1763/1824] Compiling _CryptoExtras PBKDF2_boring.swift
[1764/1824] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1765/1824] Compiling _CryptoExtras PBKDF2.swift
[1766/1824] Compiling _CryptoExtras Scrypt_boring.swift
[1767/1824] Compiling _CryptoExtras Scrypt.swift
[1768/1824] Compiling _CryptoExtras OPRF.swift
[1769/1824] Compiling _CryptoExtras OPRFClient.swift
[1770/1824] Compiling _CryptoExtras OPRFServer.swift
[1771/1824] Compiling _CryptoExtras VOPRF+API.swift
[1772/1824] Compiling _CryptoExtras VOPRFClient.swift
[1781/1824] Emitting module NIOCore
[1782/1825] Wrapping AST for NIOCore for debugging
[1784/1887] Emitting module NIOHTTPTypes
[1785/1887] Compiling CompressNIO Compressor.swift
[1786/1888] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1787/1888] Compiling CompressNIO Error.swift
[1788/1888] Compiling CompressNIO CompressionAlgorithm.swift
[1790/1889] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[1791/1889] Compiling CompressNIO ZlibWrapper.swift
[1792/1889] Emitting module CompressNIO
[1793/1889] Compiling CompressNIO ByteBuffer+compress.swift
[1794/1889] Compiling CompressNIO ByteBuffer+decompress.swift
[1794/1889] Wrapping AST for NIOHTTPTypes for debugging
[1795/1889] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[1796/1889] Compiling CompressNIO Zlib.swift
[1798/1890] Wrapping AST for CompressNIO for debugging
[1800/1890] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1801/1890] Compiling NIOEmbedded Embedded.swift
[1802/1890] Compiling NIOEmbedded AsyncTestingChannel.swift
[1803/1890] Emitting module NIOEmbedded
[1804/1891] Wrapping AST for NIOEmbedded for debugging
[1806/1891] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1807/1891] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1808/1891] Compiling NIOPosix PosixSingletons.swift
[1809/1891] Compiling NIOPosix RawSocketBootstrap.swift
[1810/1891] Compiling NIOPosix Resolver.swift
[1811/1891] Compiling NIOPosix Selectable.swift
[1812/1897] Compiling NIOPosix SelectableChannel.swift
[1813/1897] Compiling NIOPosix SelectableEventLoop.swift
[1814/1897] Compiling NIOPosix SelectorEpoll.swift
[1815/1897] Compiling NIOPosix SelectorGeneric.swift
[1816/1897] Compiling NIOPosix SelectorKqueue.swift
[1817/1897] Compiling NIOPosix SelectorUring.swift
[1818/1897] Compiling NIOPosix ServerSocket.swift
[1819/1897] Compiling NIOPosix Socket.swift
[1820/1897] Compiling NIOPosix SocketChannel.swift
[1821/1897] Compiling NIOPosix SocketProtocols.swift
[1822/1897] Compiling NIOPosix System.swift
[1823/1897] Compiling NIOPosix Thread.swift
[1824/1897] Compiling NIOPosix ThreadPosix.swift
[1825/1897] Compiling NIOPosix ThreadWindows.swift
[1826/1897] Compiling NIOPosix UnsafeTransfer.swift
[1827/1897] Compiling NIOPosix Utilities.swift
[1828/1897] Compiling NIOPosix VsockAddress.swift
[1829/1897] Compiling NIOPosix VsockChannelEvents.swift
[1830/1897] Emitting module NIOPosix
[1831/1897] Compiling NIOPosix BSDSocketAPICommon.swift
[1832/1897] Compiling NIOPosix BSDSocketAPIPosix.swift
[1833/1897] Compiling NIOPosix BSDSocketAPIWindows.swift
[1834/1897] Compiling NIOPosix BaseSocket.swift
[1835/1897] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1836/1897] Compiling NIOPosix BaseSocketChannel.swift
[1837/1897] Compiling NIOPosix BaseStreamSocketChannel.swift
[1840/1897] Compiling NIOPosix DatagramVectorReadManager.swift
[1841/1897] Compiling NIOPosix Errors+Any.swift
[1842/1897] Compiling NIOPosix FileDescriptor.swift
[1843/1897] Compiling NIOPosix GetaddrinfoResolver.swift
[1844/1897] Compiling NIOPosix HappyEyeballs.swift
[1845/1897] Compiling NIOPosix IO.swift
[1846/1897] Compiling NIOPosix IntegerBitPacking.swift
[1847/1897] Compiling NIOPosix IntegerTypes.swift
[1848/1897] Compiling NIOPosix Linux.swift
[1849/1897] Compiling NIOPosix LinuxCPUSet.swift
[1850/1897] Compiling NIOPosix LinuxUring.swift
[1851/1897] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1852/1897] Compiling NIOPosix NIOThreadPool.swift
[1853/1897] Compiling NIOPosix NonBlockingFileIO.swift
[1854/1897] Compiling NIOPosix PendingDatagramWritesManager.swift
[1855/1897] Compiling NIOPosix PendingWritesManager.swift
[1856/1897] Compiling NIOPosix PipeChannel.swift
[1857/1897] Compiling NIOPosix PipePair.swift
[1858/1897] Compiling NIOPosix Pool.swift
[1859/1898] Wrapping AST for NIOPosix for debugging
[1861/1900] Emitting module NIO
[1862/1900] Compiling NIO Exports.swift
[1863/1901] Wrapping AST for NIO for debugging
[1865/1940] Emitting module NIOSOCKS
[1866/1941] Compiling NIOTLS TLSEvents.swift
[1867/1941] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1868/1941] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1869/1941] Emitting module NIOTLS
[1870/1941] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1871/1941] Compiling NIOSOCKS SOCKSResponse.swift
[1872/1941] Compiling NIOSOCKS ClientStateMachine.swift
[1873/1941] Compiling NIOSOCKS ServerStateMachine.swift
[1874/1941] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1875/1941] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1876/1941] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1877/1941] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1878/1941] Compiling NIOTLS SNIHandler.swift
[1879/1941] Compiling NIOHTTP1 HTTPEncoder.swift
[1880/1941] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1881/1942] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1882/1942] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1883/1942] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1884/1942] Compiling NIOHTTP1 HTTPDecoder.swift
[1885/1942] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1886/1942] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1889/1943] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1890/1943] Emitting module NIOFoundationCompat
[1891/1944] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1892/1944] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1893/1946] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1894/1946] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1896/1975] Compiling NIOSSL IdentityVerification.swift
[1897/1975] Compiling NIOSSL LinuxCABundle.swift
[1898/1997] Compiling NIOTransportServices AcceptHandler.swift
[1899/1997] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1900/1997] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1901/1999] Emitting module NIOTransportServices
[1902/1999] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1903/1999] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1904/1999] Compiling NIOTransportServices StateManagedChannel.swift
[1905/1999] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1906/1999] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1907/1999] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1908/1999] Compiling NIOTransportServices NIOTSSingletons.swift
[1909/1999] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1910/1999] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1911/1999] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1912/1999] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1913/1999] Compiling NIOTransportServices NIOTSBootstraps.swift
[1914/1999] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1915/1999] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1916/1999] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1917/1999] Compiling NIOTransportServices NIOTSErrors.swift
[1918/1999] Compiling NIOTransportServices NIOTSEventLoop.swift
[1923/1999] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1925/1999] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1926/1999] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1934/2000] Emitting module NIOHTTP1
[1935/2001] Wrapping AST for NIOHTTP1 for debugging
[1948/2043] Compiling NIOSSL SubjectAlternativeName.swift
[1949/2043] Emitting module NIOHTTPTypesHTTP1
[1950/2043] Compiling NIOHPACK HPACKEncoder.swift
[1951/2043] Compiling NIOHPACK HPACKErrors.swift
[1952/2043] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1953/2043] Compiling NIOExtras LengthFieldPrepender.swift
[1954/2043] Compiling NIOSSL SSLErrors.swift
[1955/2043] Compiling NIOSSL SSLInit.swift
[1956/2043] Compiling NIOSSL SSLPKCS12Bundle.swift
[1957/2043] Compiling NIOSSL SSLPrivateKey.swift
[1958/2043] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1959/2043] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1960/2043] Emitting module NIOSSL
[1961/2043] Compiling NIOHTTPCompression HTTPDecompression.swift
[1962/2043] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1963/2043] Compiling NIOExtras LineBasedFrameDecoder.swift
[1964/2043] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1965/2043] Emitting module NIOHTTPCompression
[1966/2043] Compiling NIOHTTPCompression HTTPCompression.swift
[1967/2045] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1968/2045] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1969/2046] Compiling NIOExtras NIOExtrasError.swift
[1970/2046] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1971/2046] Compiling NIOHPACK IndexedHeaderTable.swift
[1972/2046] Compiling NIOHPACK IntegerCoding.swift
[1974/2047] Compiling NIOExtras NIORequestIdentifiable.swift
[1975/2047] Compiling NIOExtras PCAPRingBuffer.swift
[1976/2047] Compiling NIOExtras QuiescingHelper.swift
[1977/2047] Compiling NIOExtras RequestResponseHandler.swift
[1978/2047] Compiling NIOHPACK HuffmanTables.swift
[1979/2047] Compiling NIOHPACK HuffmanCoding.swift
[1980/2047] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1981/2047] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1981/2048] Wrapping AST for NIOHTTPTypesHTTP1 for debugging
[1984/2048] Compiling NIOHPACK StaticHeaderTable.swift
[1987/2048] Compiling NIOHPACK HeaderTables.swift
[1990/2048] Compiling NIOHPACK DynamicHeaderTable.swift
[1991/2048] Compiling NIOHPACK HPACKDecoder.swift
[1992/2048] Compiling NIOHPACK HPACKHeader.swift
[1993/2048] Emitting module NIOExtras
[1998/2048] Emitting module NIOHPACK
[2010/2049] Compiling NIOSSL TLSConfiguration.swift
[2011/2049] Compiling NIOSSL UniversalBootstrapSupport.swift
[2012/2049] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[2014/2108] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2015/2108] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[2016/2109] Wrapping AST for NIOExtras for debugging
[2018/2133] Compiling HummingbirdCore ResponseWriter.swift
[2019/2133] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[2020/2133] Compiling HummingbirdCore BindAddress.swift
[2021/2133] Compiling HummingbirdCore HTTP1Channel.swift
[2022/2133] Compiling HummingbirdCore HTTPChannelHandler.swift
[2023/2133] Compiling HummingbirdCore HTTPServerBuilder.swift
[2024/2133] Compiling HummingbirdCore HTTPUserEventHandler.swift
[2025/2133] Compiling HummingbirdCore Server.swift
[2029/2141] Compiling HummingbirdCore AnyAsyncSequence.swift
[2030/2141] Compiling HummingbirdCore FlatDictionary.swift
[2031/2141] Compiling HummingbirdCore HBParser.swift
[2032/2141] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[2033/2141] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[2034/2141] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[2035/2141] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2036/2141] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2037/2141] Compiling NIOHTTP2 HTTP2Error.swift
[2038/2141] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2039/2141] Compiling HummingbirdCore ServerChildChannel.swift
[2040/2141] Compiling HummingbirdCore ServerConfiguration.swift
[2041/2141] Compiling HummingbirdCore TSTLSOptions.swift
[2042/2141] Compiling NIOHTTP2 HTTP2Settings.swift
[2043/2141] Compiling NIOHTTP2 HTTP2Stream.swift
[2044/2141] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[2045/2142] Wrapping AST for _CryptoExtras for debugging
[2047/2194] Emitting module NIOHTTP2
[2048/2194] Compiling HomomorphicEncryption CoefficientPacking.swift
[2049/2194] Compiling HomomorphicEncryption Context.swift
[2050/2194] Compiling HomomorphicEncryption CrtComposer.swift
[2051/2197] Compiling NIOHTTP2 InboundWindowManager.swift
[2052/2197] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2053/2197] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2054/2197] Compiling NIOHTTP2 StreamChannelList.swift
[2055/2197] Compiling NIOHTTP2 StreamMap.swift
[2056/2197] Compiling NIOHTTP2 StreamStateMachine.swift
[2057/2197] Compiling NIOHTTP2 UnsafeTransfer.swift
[2058/2197] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2059/2197] Compiling HomomorphicEncryption Bfv+Keys.swift
[2060/2197] Compiling HomomorphicEncryption Bfv+Multiply.swift
[2061/2197] Compiling HomomorphicEncryption Bfv.swift
[2062/2197] Compiling HomomorphicEncryption Ciphertext.swift
[2063/2197] Compiling HomomorphicEncryption DoubleWidthUInt.swift
[2064/2197] Compiling HomomorphicEncryption Encoding.swift
[2065/2197] Compiling HomomorphicEncryption EncryptionParameters.swift
[2066/2197] Compiling HomomorphicEncryption Error.swift
[2067/2197] Compiling HomomorphicEncryption Exports.swift
[2068/2197] Compiling HomomorphicEncryption HeScheme.swift
[2069/2197] Compiling HomomorphicEncryption Plaintext.swift
[2070/2197] Compiling HomomorphicEncryption Galois.swift
[2071/2197] Compiling HomomorphicEncryption PolyCollection.swift
[2072/2197] Compiling HomomorphicEncryption Keys.swift
[2073/2197] Compiling HomomorphicEncryption Modulus.swift
[2074/2197] Compiling HomomorphicEncryption NoOpScheme.swift
[2075/2197] Emitting module HummingbirdCore
[2076/2197] Compiling HomomorphicEncryption Array2d.swift
[2077/2197] Compiling HomomorphicEncryption Bfv+Decrypt.swift
[2078/2197] Compiling HomomorphicEncryption Bfv+Encode.swift
[2079/2197] Compiling HomomorphicEncryption Bfv+Encrypt.swift
[2089/2197] Compiling HummingbirdCore OutputBuffer.swift
[2090/2197] Compiling HummingbirdCore String+percentEncode.swift
[2091/2197] Compiling HummingbirdCore UnsafeTransfer.swift
[2092/2198] Wrapping AST for HummingbirdCore for debugging
[2098/2199] Compiling PrivacyPass Verifier.swift
[2099/2263] Compiling Hummingbird EditedHTTPError.swift
[2100/2263] Compiling Hummingbird HTTPError.swift
[2101/2263] Emitting module PrivacyPass
[2102/2263] Compiling Hummingbird Deprecations.swift
[2103/2263] Compiling Hummingbird Environment.swift
[2104/2263] Compiling Hummingbird URLEncodedFormNode.swift
[2105/2263] Compiling Hummingbird Configuration.swift
[2106/2263] Compiling Hummingbird TransformingRouterGroup.swift
[2107/2263] Compiling Hummingbird RouterTrie.swift
[2108/2263] Compiling Hummingbird Trie+resolve.swift
[2109/2263] Compiling Hummingbird Trie+serialize.swift
[2110/2263] Compiling Hummingbird TrieRouter.swift
[2111/2263] Compiling Hummingbird ChildRequestContext.swift
[2112/2263] Compiling Hummingbird Request.swift
[2113/2263] Compiling Hummingbird RequestContext.swift
[2114/2263] Compiling Hummingbird Request+Cookies.swift
[2115/2263] Compiling Hummingbird Response+Cookies.swift
[2116/2263] Compiling Hummingbird CORSMiddleware.swift
[2117/2263] Compiling Hummingbird FileMiddleware.swift
[2118/2263] Compiling Hummingbird LogRequestMiddleware.swift
[2119/2263] Compiling Hummingbird MetricsMiddleware.swift
[2120/2263] Compiling Hummingbird Middleware.swift
[2121/2263] Compiling Hummingbird MiddlewareGroup.swift
[2122/2263] Compiling Hummingbird ResponseGenerator.swift
[2123/2263] Compiling Hummingbird RouteCollection.swift
[2124/2263] Compiling Hummingbird Router+validation.swift
[2125/2263] Compiling Hummingbird Router.swift
[2126/2263] Compiling Hummingbird RouterGroup.swift
[2127/2263] Compiling Hummingbird RouterMethods.swift
[2128/2263] Compiling Hummingbird RouterPath.swift
[2129/2263] Compiling Hummingbird RouterResponder.swift
[2130/2263] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[2131/2263] Compiling Hummingbird _Middleware2.swift
[2132/2263] Compiling Hummingbird _OptionalMiddleware.swift
[2133/2263] Compiling Hummingbird _SpreadMiddleware.swift
[2134/2263] Compiling Hummingbird TracingMiddleware.swift
[2135/2263] Compiling Hummingbird EndpointResponder.swift
[2136/2263] Compiling Hummingbird Parameters+UUID.swift
[2137/2263] Compiling Hummingbird Parameters.swift
[2138/2263] Compiling Hummingbird CacheControl.swift
[2139/2263] Compiling Hummingbird FileIO.swift
[2140/2263] Compiling Hummingbird FileProvider.swift
[2141/2263] Compiling Hummingbird LocalFileSystem.swift
[2142/2263] Compiling Hummingbird Cookie.swift
[2143/2263] Compiling Hummingbird Cookies.swift
[2144/2263] Compiling Hummingbird MediaType+FileExtension.swift
[2145/2263] Compiling Hummingbird MediaType.swift
[2146/2264] Compiling Hummingbird URLEncodedForm+Request.swift
[2147/2264] Compiling Hummingbird URLEncodedForm.swift
[2148/2264] Compiling Hummingbird URLEncodedFormDecoder.swift
[2149/2264] Compiling Hummingbird URLEncodedFormEncoder.swift
[2151/2265] Wrapping AST for PrivacyPass for debugging
[2153/2324] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2154/2324] Compiling AsyncHTTPClient TLSConfiguration.swift
[2155/2324] Compiling AsyncHTTPClient RedirectState.swift
[2156/2324] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2157/2324] Compiling Hummingbird RequestID.swift
[2158/2324] Compiling Hummingbird RequestResponder.swift
[2159/2324] Compiling Hummingbird Response.swift
[2160/2324] Compiling Hummingbird URI+decodeQuery.swift
[2161/2324] Compiling Hummingbird MemoryPersistDriver.swift
[2162/2333] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2163/2333] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2164/2333] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2165/2333] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2166/2333] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2167/2338] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2168/2338] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2169/2338] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2170/2338] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2171/2338] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2172/2338] Compiling AsyncHTTPClient HTTPClient.swift
[2173/2338] Compiling AsyncHTTPClient HTTPHandler.swift
[2174/2338] Compiling AsyncHTTPClient LRUCache.swift
[2175/2338] Compiling AsyncHTTPClient NWErrorHandler.swift
[2176/2338] Emitting module Hummingbird
[2181/2338] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2182/2338] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2183/2338] Compiling AsyncHTTPClient RequestBodyLength.swift
[2184/2338] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2185/2338] Compiling AsyncHTTPClient ConnectionTarget.swift
[2186/2338] Compiling HomomorphicEncryption SerializedCiphertext.swift
[2187/2338] Compiling HomomorphicEncryption SerializedKeys.swift
[2188/2338] Compiling HomomorphicEncryption SerializedPlaintext.swift
[2189/2338] Compiling HomomorphicEncryption Util.swift
[2190/2338] Compiling HomomorphicEncryption Zeroization.swift
[2191/2338] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2192/2338] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2193/2338] Compiling AsyncHTTPClient RequestOptions.swift
[2194/2338] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2195/2338] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2196/2338] Compiling AsyncHTTPClient Transaction.swift
[2197/2338] Compiling AsyncHTTPClient Base64.swift
[2198/2338] Compiling AsyncHTTPClient BasicAuth.swift
[2199/2338] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2200/2338] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2201/2338] Compiling AsyncHTTPClient ConnectionPool.swift
[2202/2338] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2204/2338] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2205/2338] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2206/2338] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2207/2338] Compiling AsyncHTTPClient HTTP1Connection.swift
[2208/2338] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2209/2338] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2210/2338] Compiling AsyncHTTPClient HTTP2Connection.swift
[2211/2338] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2212/2338] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2213/2338] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2214/2338] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2215/2338] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2216/2338] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2217/2338] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2218/2338] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2219/2338] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2220/2338] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2221/2338] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2222/2346] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2223/2346] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2224/2346] Compiling AsyncHTTPClient Utils.swift
[2225/2346] Compiling Hummingbird DateCache.swift
[2226/2346] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[2227/2346] Compiling Hummingbird HexDigest.swift
[2228/2346] Compiling Hummingbird InitializableFromSource.swift
[2229/2346] Compiling Hummingbird PreludeService.swift
[2230/2346] Compiling Hummingbird StringProtocol.swift
[2231/2346] Emitting module AsyncHTTPClient
[2251/2347] Wrapping AST for Hummingbird for debugging
[2294/2351] Compiling AsyncHTTPClient RequestBag.swift
[2295/2351] Compiling AsyncHTTPClient RequestValidation.swift
[2296/2351] Compiling AsyncHTTPClient SSLContextCache.swift
[2297/2351] Compiling AsyncHTTPClient Scheme.swift
[2298/2351] Compiling AsyncHTTPClient Singleton.swift
[2302/2351] Compiling HummingbirdCompression ResponseCompressionMiddleware.swift
[2303/2351] Compiling HummingbirdCompression CompressedBodyWriter.swift
[2304/2351] Emitting module HummingbirdCompression
[2305/2351] Compiling HummingbirdCompression RequestDecompressionMiddleware.swift
[2316/2352] Wrapping AST for HummingbirdCompression for debugging
[2343/2362] Compiling HummingbirdTesting TestClient+types.swift
[2344/2363] Compiling HummingbirdTesting LiveTestFramework.swift
[2345/2363] Compiling HummingbirdTesting RouterTestFramework.swift
[2346/2363] Compiling HummingbirdTesting TestApplication.swift
[2347/2363] Compiling HummingbirdTesting Deprecations.swift
[2348/2363] Compiling HummingbirdTesting Application+Test.swift
[2349/2363] Compiling HummingbirdTesting ApplicationTester.swift
[2350/2363] Emitting module HummingbirdTesting
[2351/2363] Compiling HummingbirdTesting AsyncHTTPClientTestFramework.swift
[2352/2363] Compiling HummingbirdTesting TestClient.swift
[2354/2364] Emitting module HomomorphicEncryption
[2355/2365] Wrapping AST for HomomorphicEncryption for debugging
[2357/2380] Compiling HomomorphicEncryptionProtobuf MessageExtensions.swift
[2358/2380] Compiling PrivateInformationRetrieval PirUtil.swift
[2359/2381] Compiling HomomorphicEncryptionProtobuf ConversionError.swift
[2360/2381] Emitting module HomomorphicEncryptionProtobuf
[2361/2381] Compiling HomomorphicEncryptionProtobuf ConversionHe.swift
[2362/2381] Compiling PrivateInformationRetrieval Util.swift
[2363/2381] Compiling PrivateInformationRetrieval HashBucket.swift
[2364/2381] Compiling PrivateInformationRetrieval KeywordPirProtocol.swift
[2365/2381] Compiling PrivateInformationRetrieval MulPir.swift
[2366/2381] Compiling HomomorphicEncryptionProtobuf apple_swift_homomorphic_encryption_v1_error_stddev.pb.swift
[2367/2381] Compiling HomomorphicEncryptionProtobuf apple_swift_homomorphic_encryption_v1_he.pb.swift
[2368/2382] Compiling PrivateInformationRetrieval IndexPirProtocol.swift
[2369/2382] Compiling PrivateInformationRetrieval KeywordDatabase.swift
[2370/2382] Wrapping AST for HomomorphicEncryptionProtobuf for debugging
[2372/2382] Emitting module PrivateInformationRetrieval
[2373/2382] Compiling PrivateInformationRetrieval CuckooTable.swift
[2374/2382] Compiling PrivateInformationRetrieval Error.swift
[2375/2383] Wrapping AST for PrivateInformationRetrieval for debugging
[2377/2392] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_api_shared_v1_api_shared.pb.swift
[2378/2393] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_pir_v1_pir_algorithm.pb.swift
[2379/2393] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_pir_v1_pir.pb.swift
[2380/2393] Compiling PrivateInformationRetrievalProtobuf ConversionApi.swift
[2381/2393] Compiling PrivateInformationRetrievalProtobuf ConversionError.swift
[2382/2393] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_api_pir_v1_api.pb.swift
[2383/2393] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_api_pir_v1_pir.pb.swift
[2384/2393] Compiling PrivateInformationRetrievalProtobuf ConversionPir.swift
[2385/2393] Emitting module PrivateInformationRetrievalProtobuf
[2386/2393] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_pir_v1_pir_database.pb.swift
[2387/2394] Wrapping AST for PrivateInformationRetrievalProtobuf for debugging
[2389/2424] Compiling ConstructDatabase InputIdentities.pb.swift
[2390/2424] Compiling PIRService ProtobufExtensions.swift
/host/spi-builder-workspace/Sources/PIRService/Extensions/ProtobufExtensions.swift:33:32: error: incorrect argument label in call (have 'data:', expected 'bytes:')
31 | {
32 | let serialized = try message.serializedData()
33 | let buffer = ByteBuffer(data: serialized)
| `- error: incorrect argument label in call (have 'data:', expected 'bytes:')
34 | return Response(status: .ok, body: ResponseBody(byteBuffer: buffer))
35 | }
[2391/2424] Compiling PIRService Request+DecodeProtobuf.swift
/host/spi-builder-workspace/Sources/PIRService/Extensions/ProtobufExtensions.swift:33:32: error: incorrect argument label in call (have 'data:', expected 'bytes:')
31 | {
32 | let serialized = try message.serializedData()
33 | let buffer = ByteBuffer(data: serialized)
| `- error: incorrect argument label in call (have 'data:', expected 'bytes:')
34 | return Response(status: .ok, body: ResponseBody(byteBuffer: buffer))
35 | }
[2392/2426] Compiling ConstructDatabase CallIdentity.pb.swift
[2393/2426] Emitting module PIRService
[2394/2426] Compiling PIRService ExtractPlatform.swift
[2395/2426] Compiling PIRService ExtractUserIdentifier.swift
[2396/2426] Compiling PIRService LogErrorsMiddleware.swift
[2397/2426] Compiling PIRService UserTierAuthentication.swift
[2398/2426] Compiling PIRServiceTesting PIRConfig+ShardConfig.swift
[2399/2426] Compiling PIRServiceTesting PIRClientError.swift
[2400/2426] Compiling PIRServiceTesting TestClientProtocol+Protobuf.swift
/host/spi-builder-workspace/Sources/PIRServiceTesting/TestClientProtocol+Protobuf.swift:34:24: error: extraneous argument label 'data:' in call
32 | method: .post,
33 | headers: headers,
34 | body: .init(data: body.serializedBytes()))
| `- error: extraneous argument label 'data:' in call
35 | guard response.status == .ok else {
36 | throw PIRClientError.serverError(
/host/spi-builder-workspace/Sources/PIRServiceTesting/TestClientProtocol+Protobuf.swift:34:36: error: instance method 'serializedBytes(partial:options:)' requires that 'ByteBuffer' conform to 'SwiftProtobufContiguousBytes'
32 | method: .post,
33 | headers: headers,
34 | body: .init(data: body.serializedBytes()))
| `- error: instance method 'serializedBytes(partial:options:)' requires that 'ByteBuffer' conform to 'SwiftProtobufContiguousBytes'
35 | guard response.status == .ok else {
36 | throw PIRClientError.serverError(
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/Message+BinaryAdditions.swift:32:17: note: where 'Bytes' = 'ByteBuffer'
30 | ///
31 | /// - Throws: ``SwiftProtobufError`` or ``BinaryEncodingError`` if encoding fails.
32 | public func serializedBytes<Bytes: SwiftProtobufContiguousBytes>(
| `- note: where 'Bytes' = 'ByteBuffer'
33 | partial: Bool = false,
34 | options: BinaryEncodingOptions = BinaryEncodingOptions()
/host/spi-builder-workspace/Sources/PIRServiceTesting/TestClientProtocol+Protobuf.swift:38:39: error: generic parameter 'SourceType' could not be inferred
36 | throw PIRClientError.serverError(
37 | status: response.status,
38 | message: String(data: Data(buffer: response.body), encoding: .utf8) ??
| `- error: generic parameter 'SourceType' could not be inferred
39 | "<\(response.body.readableBytes) bytes of binary response>")
40 | }
FoundationEssentials.Data:12:23: note: in call to initializer
10 | }
11 | @inlinable public init(bytes: UnsafeRawPointer, count: Int)
12 | @inlinable public init<SourceType>(buffer: UnsafeBufferPointer<SourceType>)
| `- note: in call to initializer
13 | @inlinable public init<SourceType>(buffer: UnsafeMutableBufferPointer<SourceType>)
14 | @inlinable public init(repeating repeatedValue: UInt8, count: Int)
[2401/2426] Compiling PIRService UsecaseStore.swift
[2402/2426] Compiling PIRService UserAuthenticator.swift
[2403/2426] Compiling PIRService HEError+HTTPErrorResponse.swift
[2404/2426] Compiling PIRService HTTPFields+authorization.swift
[2405/2426] Compiling PIRService PirConfig+compatible.swift
[2406/2426] Compiling PIRService PrivacyPass+ResponseGenerator.swift
[2407/2426] Compiling PIRServiceTesting PIRClient+KeyRotation.swift
[2408/2426] Emitting module PIRServiceTesting
[2409/2426] Emitting module ConstructDatabase
[2410/2426] Compiling ConstructDatabase ConstructDatabase.swift
[2411/2427] Compiling PIRService PrivacyPassController.swift
[2412/2427] Compiling PIRService PrivacyPassState.swift
[2413/2427] Compiling PIRService Usecase.swift
[2415/2427] Compiling PIRServiceTesting PIRClient.swift
[2416/2427] Compiling PIRServiceTesting PIRClient+PrivacyPass.swift
/host/spi-builder-workspace/Sources/PIRServiceTesting/PIRClient+PrivacyPass.swift:25:20: error: no exact matches in call to initializer
23 | headers: [:])
24 |
25 | let body = Data(buffer: response.body)
| |- error: no exact matches in call to initializer
| |- note: found candidate with type '(UnsafeBufferPointer<_>) -> Data'
| `- note: found candidate with type '(UnsafeMutableBufferPointer<_>) -> Data'
26 | guard response.status == .ok else {
27 | throw PIRClientError.failedToFetchTokenIssuerDirectory(
[2416/2427] Wrapping AST for ConstructDatabase for debugging
[2417/2427] Write Objects.LinkFileList
[2418/2427] Linking ConstructDatabase
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
[0/1] Planning build
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin Swift-DocC Preview
[4/4] Compiling plugin SwiftProtobufPlugin
Building for debugging...
[4/63] Write swift-version-24593BA9C3E375BF.txt
[6/155] Compiling RealModule ElementaryFunctions.swift
[7/210] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[8/210] Compiling SwiftProtobuf ExtensibleMessage.swift
[9/210] Compiling SwiftProtobuf ExtensionFieldValueSet.swift
[10/212] Compiling SwiftProtobuf DoubleParser.swift
[11/212] Compiling SwiftProtobuf Enum.swift
[12/212] Compiling RealModule RealFunctions.swift
[13/212] Compiling RealModule Real.swift
[14/212] Compiling SwiftProtobuf CustomJSONCodable.swift
[15/212] Compiling SwiftProtobuf Decoder.swift
[16/212] Compiling CryptoBoringWrapper RandomBytes.swift
[17/212] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[18/212] Compiling _NIODataStructures Heap.swift
[19/212] Compiling SwiftProtobuf AnyMessageStorage.swift
[20/212] Compiling SwiftProtobuf AnyUnpackError.swift
[21/212] Compiling RealModule Float80+Real.swift
[22/212] Compiling SwiftProtobuf AsyncMessageSequence.swift
[23/212] Compiling SwiftProtobuf BinaryDecoder.swift
[24/212] Compiling RealModule Float+Real.swift
[25/212] Emitting module CryptoBoringWrapper
[26/212] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[27/212] Compiling RealModule Float16+Real.swift
[28/212] Emitting module ArgumentParserToolInfo
[29/212] Compiling ArgumentParserToolInfo ToolInfo.swift
[30/213] Compiling Atomics IntegerOperations.swift
[31/213] Compiling Atomics Unmanaged extensions.swift
[32/213] Emitting module _NIODataStructures
[34/213] Emitting module RealModule
[35/213] Compiling SwiftProtobuf BinaryDelimited.swift
[36/213] Compiling SwiftProtobuf BinaryEncoder.swift
[37/213] Compiling SwiftProtobuf BinaryEncodingError.swift
[38/213] Compiling SwiftProtobuf BinaryEncodingOptions.swift
[39/213] Compiling SwiftProtobuf BinaryEncodingSizeVisitor.swift
[40/213] Compiling SwiftProtobuf BinaryEncodingVisitor.swift
[42/213] Compiling _NIODataStructures _TinyArray.swift
[43/213] Compiling _NIODataStructures PriorityQueue.swift
[44/213] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[45/213] Compiling CryptoBoringWrapper EllipticCurve.swift
[46/213] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[54/214] Compiling SwiftProtobuf BinaryDecodingError.swift
[55/214] Compiling SwiftProtobuf BinaryDecodingOptions.swift
[56/227] Compiling ModularArithmetic Modulus.swift
[57/228] Emitting module Util
[58/228] Compiling Util OperatingSystem.swift
[59/228] Compiling Util Platform.swift
[60/229] Emitting module ServiceContextModule
[67/229] Compiling ServiceContextModule ServiceContextKey.swift
[69/229] Compiling ServiceContextModule ServiceContext.swift
[74/228] Emitting module _NIOBase64
[75/228] Compiling _NIOBase64 Base64.swift
[76/229] Compiling NIOConcurrencyHelpers lock.swift
[77/229] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[79/228] Compiling NIOConcurrencyHelpers NIOLock.swift
[80/228] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[81/228] Compiling NIOConcurrencyHelpers atomics.swift
[82/228] Emitting module NIOConcurrencyHelpers
[83/234] Compiling SwiftASN1 DER.swift
[84/234] Compiling SwiftASN1 Errors.swift
[85/234] Emitting module ModularArithmetic
[87/250] Compiling Logging MetadataProvider.swift
[88/250] Compiling ModularArithmetic Scalar.swift
[90/250] Compiling InternalCollectionsUtilities _SortedCollection.swift
[91/250] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[92/258] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[93/258] Compiling InternalCollectionsUtilities Specialize.swift
[94/258] Compiling InternalCollectionsUtilities Debugging.swift
[95/258] Compiling InternalCollectionsUtilities Descriptions.swift
[96/258] Emitting module Logging
[97/258] Compiling Instrumentation Instrument.swift
[98/258] Emitting module Instrumentation
[99/258] Compiling Instrumentation NoOpInstrument.swift
[100/258] Compiling Instrumentation MultiplexInstrument.swift
[101/258] Emitting module SwiftASN1
[102/259] Compiling Instrumentation InstrumentationSystem.swift
[103/259] Compiling Instrumentation Locks.swift
[104/266] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[105/266] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[106/266] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[107/266] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[108/266] Compiling InternalCollectionsUtilities Integer rank.swift
[109/266] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[110/268] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[111/268] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[119/268] Emitting module Atomics
[122/266] Compiling Logging Locks.swift
[123/266] Compiling Logging LogHandler.swift
[124/266] Compiling Logging Logging.swift
[125/267] Emitting module InternalCollectionsUtilities
[127/300] Compiling Crypto ASN1BitString.swift
[128/300] Compiling Crypto ASN1Boolean.swift
[129/300] Compiling Crypto ASN1.swift
[130/300] Compiling Crypto ASN1Any.swift
[132/345] Compiling HTTPTypes ISOLatin1String.swift
[133/346] Compiling Crypto DH.swift
[134/346] Compiling Crypto ECDH.swift
[135/346] Compiling Crypto HKDF.swift
[136/346] Compiling Crypto AESWrap.swift
[137/346] Compiling Crypto AESWrap_boring.swift
[138/346] Compiling Crypto Ed25519_boring.swift
[139/346] Compiling Crypto NISTCurvesKeys_boring.swift
[140/346] Compiling Crypto X25519Keys_boring.swift
[141/346] Compiling Crypto Curve25519.swift
[142/346] Compiling Crypto Ed25519Keys.swift
[143/346] Compiling Crypto NISTCurvesKeys.swift
[144/346] Compiling Crypto X25519Keys.swift
[145/363] Emitting module HTTPTypes
[146/363] Compiling CoreMetrics Locks.swift
[147/363] Compiling ConcurrencyHelpers LockedValueBox.swift
[148/363] Compiling HTTPTypes HTTPField.swift
[149/363] Compiling Tracing NoOpTracer.swift
[150/363] Compiling Tracing InstrumentationSystem+Tracing.swift
[151/368] Emitting module ConcurrencyHelpers
[152/368] Compiling HTTPTypes HTTPParsedFields.swift
[153/368] Compiling HTTPTypes HTTPRequest.swift
[154/368] Compiling ConcurrencyHelpers Lock.swift
[155/368] Compiling Tracing TracingTime.swift
[156/369] Compiling HTTPTypes NIOLock.swift
[157/369] Emitting module SwiftProtobuf
[159/369] Compiling Tracing TracerProtocol.swift
[160/369] Compiling Tracing Tracer.swift
[161/368] Compiling HTTPTypes HTTPResponse.swift
[162/368] Compiling Tracing TracerProtocol+Legacy.swift
[163/368] Emitting module Tracing
[164/386] Emitting module CoreMetrics
[165/406] Compiling Tracing SpanProtocol.swift
[166/407] Compiling HTTPTypes HTTPFields.swift
[167/407] Compiling HTTPTypes HTTPFieldName.swift
[170/406] Compiling ComplexModule Arithmetic.swift
[171/406] Compiling ComplexModule Complex.swift
[172/406] Compiling CoreMetrics Metrics.swift
[174/474] Compiling _RopeModule Rope+_UnsafeHandle.swift
[175/474] Compiling _RopeModule Rope.swift
[176/474] Compiling _RopeModule RopeElement.swift
[177/474] Compiling _RopeModule RopeMetric.swift
[178/474] Compiling _RopeModule RopeSummary.swift
[179/474] Compiling _RopeModule _RopeItem.swift
[180/474] Compiling _RopeModule _RopePath.swift
[181/474] Compiling Crypto EdDSA_boring.swift
[182/474] Compiling Crypto ECDSA.swift
[183/474] Compiling Crypto Ed25519.swift
[184/474] Compiling SwiftProtobuf TextFormatEncodingOptions.swift
[185/474] Compiling SwiftProtobuf TextFormatEncodingVisitor.swift
[186/474] Compiling SwiftProtobuf TextFormatScanner.swift
[187/474] Compiling SwiftProtobuf TimeUtils.swift
[188/474] Compiling SwiftProtobuf UnknownStorage.swift
[189/474] Compiling SwiftProtobuf UnsafeRawPointer+Shims.swift
[190/474] Compiling SwiftProtobuf Varint.swift
[191/474] Compiling SwiftProtobuf Version.swift
[192/474] Compiling SwiftProtobuf Visitor.swift
[193/474] Compiling SwiftProtobuf WireFormat.swift
[194/474] Compiling SwiftProtobuf ZigZag.swift
[195/474] Compiling SwiftProtobuf any.pb.swift
[196/474] Compiling _RopeModule BigString+Split.swift
[197/474] Compiling _RopeModule Range+BigString.swift
[198/474] Compiling _RopeModule BigString+UTF16View.swift
[199/474] Compiling _RopeModule BigString+UTF8View.swift
[200/474] Compiling _RopeModule BigString+UnicodeScalarView.swift
[201/474] Compiling _RopeModule BigSubstring+UTF16View.swift
[202/474] Compiling _RopeModule BigSubstring+UTF8View.swift
[203/474] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[204/474] Compiling _RopeModule BigSubstring.swift
[205/474] Compiling _RopeModule Rope+Builder.swift
[206/474] Compiling _RopeModule Rope+Debugging.swift
[207/474] Compiling _RopeModule Rope+Invariants.swift
[208/474] Compiling _RopeModule BigString+Chunk+Counts.swift
[209/474] Compiling _RopeModule BigString+Chunk+Description.swift
[210/474] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[211/474] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[212/474] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[213/474] Compiling _RopeModule BigString+Chunk+Splitting.swift
[214/474] Compiling _RopeModule BigString+Chunk.swift
[215/474] Compiling _RopeModule BigString+BidirectionalCollection.swift
[216/474] Compiling _RopeModule BigString+Comparable.swift
[217/474] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[218/474] Compiling _RopeModule BigString+CustomStringConvertible.swift
[219/474] Compiling _RopeModule BigString+Equatable.swift
[220/474] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[221/474] Compiling _RopeModule BigString+Hashing.swift
[222/474] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[223/474] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[224/474] Compiling _RopeModule BigString+Sequence.swift
[225/474] Compiling _RopeModule BigString+TextOutputStream.swift
[226/474] Compiling _RopeModule BigString+Append.swift
[227/474] Compiling _RopeModule BigString+Initializers.swift
[228/474] Compiling _RopeModule BigString+Insert.swift
[229/474] Compiling _RopeModule BigString+Managing Breaks.swift
[230/474] Compiling _RopeModule BigString+RemoveSubrange.swift
[231/474] Compiling _RopeModule BigString+ReplaceSubrange.swift
[232/477] Emitting module ComplexModule
[233/477] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[234/477] Compiling _RopeModule BigString+Chunk+Breaks.swift
[243/541] Compiling ComplexModule Differentiable.swift
[244/541] Compiling ComplexModule ElementaryFunctions.swift
[245/542] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[246/542] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[247/542] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[248/542] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[249/542] Compiling _RopeModule Rope+Extract.swift
[250/542] Compiling _RopeModule Rope+Find.swift
[251/542] Compiling _RopeModule Rope+ForEachWhile.swift
[252/542] Compiling _RopeModule Rope+Insert.swift
[253/542] Compiling _RopeModule Rope+_Storage.swift
[254/542] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[265/542] Compiling OrderedCollections OrderedDictionary+Codable.swift
[266/542] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[267/542] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[268/542] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[269/542] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[270/542] Compiling OrderedCollections OrderedDictionary+Elements.swift
[271/542] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[272/542] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[273/542] Compiling OrderedCollections _HashTable+Bucket.swift
[274/542] Compiling OrderedCollections _HashTable+BucketIterator.swift
[275/542] Emitting module UnixSignals
[281/547] Compiling OrderedCollections _HashTable+Constants.swift
[282/547] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[283/553] Emitting module ArgumentParser
[284/553] Compiling UnixSignals UnixSignal.swift
[285/553] Compiling UnixSignals UnixSignalsSequence.swift
[286/554] Emitting module Crypto
[287/554] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[288/554] Compiling OrderedCollections OrderedSet+Hashable.swift
[289/554] Compiling OrderedCollections OrderedSet+Initializers.swift
[290/554] Compiling OrderedCollections OrderedSet+Insertions.swift
[291/554] Compiling OrderedCollections OrderedSet+Invariants.swift
[292/554] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[293/554] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[294/554] Compiling ArgumentParser CollectionExtensions.swift
[295/554] Compiling ArgumentParser Platform.swift
[296/554] Compiling ArgumentParser SequenceExtensions.swift
[297/554] Compiling ArgumentParser StringExtensions.swift
[298/554] Compiling ArgumentParser Tree.swift
[299/554] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[300/554] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[301/554] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[302/554] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[303/554] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[304/554] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[305/554] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[306/554] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[307/554] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[309/554] Compiling HeapModule Heap+Descriptions.swift
[316/553] Compiling HeapModule Heap+Invariants.swift
[317/553] Compiling HeapModule Heap+UnsafeHandle.swift
[318/553] Compiling HeapModule _HeapNode.swift
[319/553] Compiling HeapModule Heap.swift
[320/554] Emitting module HeapModule
[343/563] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[344/563] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[345/563] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[346/563] Compiling OrderedCollections OrderedDictionary+Values.swift
[347/563] Compiling OrderedCollections OrderedDictionary.swift
[348/563] Compiling OrderedCollections OrderedSet+Codable.swift
[349/563] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[350/563] Compiling OrderedCollections OrderedSet+Descriptions.swift
[351/563] Compiling OrderedCollections OrderedSet+Diffing.swift
[352/563] Compiling OrderedCollections OrderedSet+Equatable.swift
[392/573] Emitting module Numerics
[393/573] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[394/573] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[395/573] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[396/573] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[401/573] Compiling Numerics Numerics.swift
[402/574] Compiling Metrics Metrics.swift
[403/574] Emitting module Metrics
[405/575] Compiling OrderedCollections _HashTable+Testing.swift
[406/575] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[407/575] Compiling OrderedCollections _HashTable.swift
[408/575] Compiling OrderedCollections _Hashtable+Header.swift
[447/573] Compiling OrderedCollections OrderedSet+Sendable.swift
[448/573] Compiling OrderedCollections OrderedSet+SubSequence.swift
[449/573] Compiling OrderedCollections OrderedSet+Testing.swift
[450/573] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[451/573] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[452/573] Compiling OrderedCollections OrderedSet.swift
[453/573] Compiling OrderedCollections _UnsafeBitset.swift
[454/584] Compiling HashTreeCollections _AncestorHashSlots.swift
[455/584] Compiling HashTreeCollections _Bitmap.swift
[456/584] Compiling HashTreeCollections _Bucket.swift
[457/584] Compiling HashTreeCollections _Hash.swift
[458/584] Compiling HashTreeCollections _HashLevel.swift
[459/584] Compiling HashTreeCollections _HashNode+Builder.swift
[460/584] Compiling HashTreeCollections _HashNode+Debugging.swift
[461/584] Compiling HashTreeCollections _HashNode+Initializers.swift
[462/584] Compiling HashTreeCollections _HashNode+Invariants.swift
[463/584] Compiling HashTreeCollections _HashNode+Lookups.swift
[473/624] Compiling HashTreeCollections TreeDictionary+Keys.swift
[482/632] Compiling _RopeModule Rope+RemoveSubrange.swift
[483/632] Compiling _RopeModule Rope+Split.swift
[484/632] Compiling _RopeModule Optional Utilities.swift
[485/632] Compiling _RopeModule String Utilities.swift
[486/632] Compiling _RopeModule String.Index+ABI.swift
[487/632] Compiling _RopeModule _CharacterRecognizer.swift
[488/632] Compiling Crypto SafeCompare.swift
[489/632] Compiling Crypto SecureBytes.swift
[490/632] Compiling Crypto Zeroization.swift
[491/665] Compiling DequeModule Deque+Testing.swift
[492/665] Compiling DequeModule Deque._Storage.swift
[493/665] Compiling DequeModule Deque._UnsafeHandle.swift
[494/665] Compiling DequeModule Deque.swift
[495/665] Compiling DequeModule _DequeBuffer.swift
[496/665] Compiling DequeModule _DequeBufferHeader.swift
[497/665] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[498/665] Compiling HashTreeCollections _HashNode+Structural filter.swift
[500/742] Compiling Algorithms EitherSequence.swift
[501/742] Compiling Algorithms FirstNonNil.swift
[502/744] Compiling Algorithms Joined.swift
[503/744] Compiling Algorithms Keyed.swift
[504/744] Compiling Algorithms AdjacentPairs.swift
[505/744] Compiling Algorithms Chain.swift
[506/744] Compiling Algorithms Chunked.swift
[507/744] Compiling Algorithms Combinations.swift
[508/744] Compiling HashTreeCollections TreeDictionary.swift
[509/744] Compiling HashTreeCollections TreeSet+Codable.swift
[510/744] Compiling HashTreeCollections TreeSet+Collection.swift
[511/744] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[512/744] Compiling HashTreeCollections TreeSet+Debugging.swift
[513/744] Compiling HashTreeCollections TreeSet+Descriptions.swift
[514/744] Compiling HashTreeCollections TreeSet+Equatable.swift
[515/744] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[516/744] Compiling HashTreeCollections TreeSet+Extras.swift
[517/744] Compiling HashTreeCollections TreeSet+Filter.swift
[518/754] Compiling HashTreeCollections TreeSet+Hashable.swift
[519/754] Compiling HashTreeCollections TreeSet+Sendable.swift
[520/754] Compiling HashTreeCollections TreeSet+Sequence.swift
[521/754] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[522/754] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[523/754] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[524/754] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[525/754] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[526/754] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[527/754] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[536/754] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[537/754] Compiling DequeModule _DequeSlot.swift
[538/754] Compiling DequeModule _UnsafeWrappedBuffer.swift
[539/754] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[540/754] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[541/754] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[542/754] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[543/754] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[544/754] Compiling BitCollections BitSet+SetAlgebra union.swift
[545/754] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[546/754] Compiling BitCollections BitSet.Counted.swift
[547/754] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[548/754] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[549/754] Compiling HashTreeCollections TreeDictionary+Values.swift
[550/754] Emitting module OrderedCollections
[551/754] Compiling Algorithms Indexed.swift
[552/754] Compiling Algorithms Intersperse.swift
[553/754] Compiling Algorithms FlattenCollection.swift
[554/754] Compiling Algorithms Grouped.swift
[555/777] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[556/777] Compiling BitCollections BitSet+CustomReflectable.swift
[557/777] Compiling BitCollections BitSet+CustomStringConvertible.swift
[558/777] Compiling BitCollections BitSet+Equatable.swift
[559/777] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[560/777] Compiling BitCollections BitSet+Extras.swift
[561/777] Compiling BitCollections BitSet+Hashable.swift
[562/808] Compiling _CryptoExtras AES_CBC.swift
[563/808] Compiling _CryptoExtras AES_CFB.swift
[571/808] Compiling _CryptoExtras VOPRF+API.swift
[572/808] Compiling _CryptoExtras VOPRFClient.swift
[573/808] Compiling _CryptoExtras VOPRFServer.swift
[574/808] Compiling _CryptoExtras RSA+BlindSigning.swift
[575/808] Compiling _CryptoExtras RSA.swift
[576/808] Compiling _CryptoExtras RSA_boring.swift
[577/808] Compiling _CryptoExtras RSA_security.swift
[578/808] Compiling _CryptoExtras BoringSSLHelpers.swift
[579/808] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[580/808] Compiling _CryptoExtras DigestType.swift
[581/808] Compiling _CryptoExtras Error.swift
[582/808] Compiling _CryptoExtras I2OSP.swift
[583/808] Compiling _CryptoExtras IntegerEncoding.swift
[584/808] Compiling _CryptoExtras PEMDocument.swift
[586/808] Compiling _CryptoExtras ChaCha20CTR.swift
[587/808] Compiling _CryptoExtras ECToolbox_boring.swift
[588/808] Compiling _CryptoExtras ECToolbox.swift
[589/811] Compiling _CryptoExtras HashToField.swift
[590/811] Compiling _CryptoExtras KDF.swift
[591/811] Compiling _CryptoExtras PBKDF2_boring.swift
[592/811] Emitting module DequeModule
[594/811] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[595/811] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[596/811] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[597/811] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[598/811] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[599/811] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[600/811] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[601/811] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[602/811] Compiling HashTreeCollections TreeSet.swift
[612/811] Compiling _CryptoExtras OPRFServer.swift
[623/810] Emitting module _RopeModule
[637/811] Compiling _CryptoExtras AES_CTR.swift
[638/811] Compiling _CryptoExtras AES_GCM_SIV.swift
[639/811] Compiling _CryptoExtras ARC+API.swift
[640/811] Compiling _CryptoExtras ARC.swift
[641/811] Compiling _CryptoExtras ARCCredential.swift
[642/811] Compiling _CryptoExtras ARCEncoding.swift
[643/811] Emitting module BitCollections
[645/811] Compiling _CryptoExtras ARCResponse.swift
[646/811] Compiling _CryptoExtras ARCServer.swift
[647/811] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[648/811] Compiling _CryptoExtras ARCPrecredential.swift
[649/811] Compiling _CryptoExtras ARCPresentation.swift
[650/811] Compiling _CryptoExtras ARCRequest.swift
[663/811] Compiling _CryptoExtras Block Function.swift
[664/811] Compiling _CryptoExtras AES_CFB_boring.swift
[665/811] Compiling _CryptoExtras AES_CTR_boring.swift
[666/811] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[681/816] Compiling Algorithms Trim.swift
[682/816] Compiling Algorithms Unique.swift
[683/816] Compiling Algorithms Windows.swift
[684/816] Compiling BitCollections BitSet.Index.swift
[685/816] Compiling BitCollections BitSet._UnsafeHandle.swift
[686/816] Compiling BitCollections BitSet.swift
[687/816] Compiling BitCollections Range+Utilities.swift
[688/816] Compiling BitCollections Slice+Utilities.swift
[689/816] Compiling BitCollections UInt+Tricks.swift
[690/816] Compiling BitCollections _Word.swift
[691/862] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[692/862] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[693/862] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[694/862] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[695/862] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[696/862] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[697/862] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[698/862] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[699/862] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[700/862] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[701/862] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[703/921] Compiling NIOCore AsyncChannelInboundStream.swift
[704/921] Compiling NIOCore AsyncChannelOutboundWriter.swift
[705/921] Compiling NIOCore NIOAsyncSequenceProducer.swift
[706/921] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[707/920] Compiling NIOCore ByteBuffer-aux.swift
[708/920] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[709/920] Compiling NIOCore ByteBuffer-conversions.swift
[710/920] Compiling NIOCore ByteBuffer-core.swift
[711/920] Compiling NIOCore ByteBuffer-hex.swift
[712/920] Compiling NIOCore ByteBuffer-int.swift
[713/920] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[714/920] Compiling NIOCore ByteBuffer-multi-int.swift
[715/920] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[716/920] Compiling NIOCore ByteBuffer-views.swift
[717/920] Compiling NIOCore Channel.swift
[718/920] Compiling NIOCore ChannelHandler.swift
[719/920] Compiling NIOCore ChannelHandlers.swift
[720/920] Compiling NIOCore ChannelInvoker.swift
[721/920] Compiling NIOCore ChannelOption.swift
[722/920] Compiling NIOCore ChannelPipeline.swift
[723/920] Compiling NIOCore CircularBuffer.swift
[724/920] Compiling NIOCore Codec.swift
[725/920] Compiling NIOCore ConvenienceOptionSupport.swift
[726/920] Compiling NIOCore DeadChannel.swift
[727/920] Compiling NIOCore DispatchQueue+WithFuture.swift
[728/920] Compiling NIOCore EventLoop+Deprecated.swift
[729/920] Emitting module _CryptoExtras
[730/920] Compiling NIOCore AddressedEnvelope.swift
[731/920] Compiling NIOCore AsyncAwaitSupport.swift
[732/920] Compiling NIOCore AsyncChannel.swift
[733/920] Compiling NIOCore AsyncChannelHandler.swift
[738/926] Compiling NIOCore NIOAsyncWriter.swift
[739/926] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[740/926] Compiling NIOCore BSDSocketAPI.swift
[744/926] Compiling NIOCore EventLoop+SerialExecutor.swift
[745/926] Compiling NIOCore EventLoop.swift
[746/926] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[747/926] Compiling NIOCore EventLoopFuture+Deprecated.swift
[748/926] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[749/926] Compiling NIOCore EventLoopFuture.swift
[750/926] Emitting module AsyncAlgorithms
[752/926] Compiling NIOCore FileDescriptor.swift
[753/926] Compiling NIOCore FileHandle.swift
[754/926] Compiling NIOCore FileRegion.swift
[755/926] Compiling NIOCore GlobalSingletons.swift
[756/926] Compiling NIOCore IO.swift
[776/926] Compiling NIOCore MarkedCircularBuffer.swift
[777/926] Compiling NIOCore MulticastChannel.swift
[778/926] Compiling NIOCore NIOAny.swift
[779/926] Compiling NIOCore NIOCloseOnErrorHandler.swift
[780/926] Compiling NIOCore NIOLoopBound.swift
[781/926] Compiling NIOCore NIOScheduledCallback.swift
[782/926] Compiling NIOCore NIOSendable.swift
[783/926] Compiling NIOCore RecvByteBufferAllocator.swift
[792/934] Compiling AsyncAlgorithms SetAlgebra.swift
[793/934] Compiling AsyncAlgorithms UnsafeTransfer.swift
[794/934] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[795/934] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[796/934] Compiling AsyncAlgorithms ZipStateMachine.swift
[797/934] Compiling AsyncAlgorithms ZipStorage.swift
[830/935] Emitting module Algorithms
[832/936] Emitting module HashTreeCollections
[838/935] Compiling SwiftProtobuf empty.pb.swift
[839/935] Compiling SwiftProtobuf field_mask.pb.swift
[840/935] Compiling SwiftProtobuf source_context.pb.swift
[841/935] Compiling SwiftProtobuf struct.pb.swift
[842/935] Compiling SwiftProtobuf timestamp.pb.swift
[843/935] Compiling SwiftProtobuf type.pb.swift
[844/935] Compiling SwiftProtobuf wrappers.pb.swift
[845/935] Compiling SwiftProtobuf resource_bundle_accessor.swift
[855/939] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[856/939] Compiling NIOCore SocketAddresses.swift
[857/939] Compiling NIOCore SocketOptionProvider.swift
[858/939] Compiling NIOCore SystemCallHelpers.swift
[859/939] Compiling NIOCore TimeAmount+Duration.swift
[860/939] Compiling NIOCore TypeAssistedChannelHandler.swift
[861/939] Compiling NIOCore UniversalBootstrapSupport.swift
[862/939] Compiling NIOCore Utilities.swift
[871/946] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[871/947] Wrapping AST for SwiftProtobuf for debugging
[873/947] Emitting module Collections
[874/947] Compiling Collections Collections.swift
[875/947] Compiling ServiceLifecycle Service.swift
[876/947] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[877/948] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[887/948] Emitting module ServiceLifecycle
[889/948] Compiling ServiceLifecycle ServiceRunnerError.swift
[890/948] Compiling ServiceLifecycle CancellationWaiter.swift
[891/948] Compiling ServiceLifecycle GracefulShutdown.swift
[892/947] Compiling ServiceLifecycle ServiceGroup.swift
[911/947] Emitting module NIOCore
[913/1009] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[914/1009] Emitting module NIOHTTPTypes
[915/1009] Compiling CompressNIO CompressionAlgorithm.swift
[916/1009] Compiling CompressNIO Compressor.swift
[917/1011] Compiling NIOEmbedded AsyncTestingChannel.swift
[918/1011] Compiling NIOPosix BSDSocketAPICommon.swift
[919/1011] Compiling NIOPosix BSDSocketAPIPosix.swift
[920/1011] Compiling CompressNIO Error.swift
[922/1010] Emitting module CompressNIO
[923/1010] Emitting module NIOEmbedded
[924/1010] Compiling CompressNIO Zlib.swift
[925/1010] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[926/1010] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[927/1010] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[928/1010] Compiling CompressNIO ZlibWrapper.swift
[929/1011] Compiling NIOEmbedded Embedded.swift
[932/1010] Compiling NIOPosix PooledRecvBufferAllocator.swift
[933/1010] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[934/1010] Compiling NIOPosix PosixSingletons.swift
[935/1010] Compiling NIOPosix RawSocketBootstrap.swift
[936/1010] Compiling NIOPosix Resolver.swift
[937/1010] Compiling NIOPosix Selectable.swift
[938/1010] Compiling NIOPosix SelectableChannel.swift
[939/1010] Compiling NIOPosix SelectableEventLoop.swift
[940/1010] Compiling NIOPosix SelectorEpoll.swift
[941/1010] Compiling NIOPosix SelectorGeneric.swift
[942/1010] Compiling NIOPosix SelectorKqueue.swift
[943/1010] Compiling NIOPosix SelectorUring.swift
[944/1016] Emitting module NIOPosix
[945/1016] Compiling NIOPosix ServerSocket.swift
[946/1016] Compiling NIOPosix Socket.swift
[947/1016] Compiling NIOPosix SocketChannel.swift
[948/1016] Compiling NIOPosix SocketProtocols.swift
[949/1016] Compiling NIOPosix System.swift
[950/1016] Compiling NIOPosix Thread.swift
[951/1016] Compiling NIOPosix ThreadPosix.swift
[952/1016] Compiling NIOPosix ThreadWindows.swift
[953/1016] Compiling NIOPosix UnsafeTransfer.swift
[954/1016] Compiling NIOPosix Utilities.swift
[955/1016] Compiling NIOPosix VsockAddress.swift
[956/1016] Compiling NIOPosix VsockChannelEvents.swift
[959/1016] Compiling NIOPosix BSDSocketAPIWindows.swift
[960/1016] Compiling NIOPosix BaseSocket.swift
[961/1016] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[962/1016] Compiling NIOPosix BaseSocketChannel.swift
[963/1016] Compiling NIOPosix BaseStreamSocketChannel.swift
[964/1016] Compiling NIOPosix Bootstrap.swift
[965/1016] Compiling NIOPosix ControlMessage.swift
[966/1016] Compiling NIOPosix DatagramVectorReadManager.swift
[967/1016] Compiling NIOPosix Errors+Any.swift
[968/1016] Compiling NIOPosix FileDescriptor.swift
[969/1016] Compiling NIOPosix GetaddrinfoResolver.swift
[970/1016] Compiling NIOPosix HappyEyeballs.swift
[971/1016] Compiling NIOPosix NIOThreadPool.swift
[972/1016] Compiling NIOPosix NonBlockingFileIO.swift
[973/1016] Compiling NIOPosix PendingDatagramWritesManager.swift
[974/1016] Compiling NIOPosix PendingWritesManager.swift
[975/1016] Compiling NIOPosix PipeChannel.swift
[976/1016] Compiling NIOPosix PipePair.swift
[977/1016] Compiling NIOPosix Pool.swift
[978/1016] Compiling NIOPosix IO.swift
[979/1016] Compiling NIOPosix IntegerBitPacking.swift
[980/1016] Compiling NIOPosix IntegerTypes.swift
[981/1016] Compiling NIOPosix Linux.swift
[982/1016] Compiling NIOPosix LinuxCPUSet.swift
[983/1016] Compiling NIOPosix LinuxUring.swift
[984/1016] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[986/1018] Emitting module NIO
[987/1018] Compiling NIO Exports.swift
[989/1057] Compiling NIOTLS TLSEvents.swift
[990/1057] Emitting module NIOTLS
[991/1057] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[992/1057] Emitting module NIOFoundationCompat
[993/1057] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[994/1057] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[995/1057] Compiling NIOSOCKS SOCKSResponse.swift
[996/1058] Emitting module NIOSOCKS
[997/1058] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[998/1058] Compiling NIOSOCKS ClientStateMachine.swift
[999/1058] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1000/1058] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1001/1058] Compiling NIOTLS SNIHandler.swift
[1002/1058] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1003/1059] Compiling NIOSOCKS Errors.swift
[1004/1059] Compiling NIOSOCKS Helpers.swift
[1005/1059] Compiling NIOSOCKS AuthenticationMethod.swift
[1006/1059] Compiling NIOSOCKS ClientGreeting.swift
[1007/1059] Compiling NIOSOCKS SOCKSClientHandler.swift
[1008/1059] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1009/1059] Compiling NIOSOCKS Messages.swift
[1010/1059] Compiling NIOSOCKS SOCKSRequest.swift
[1012/1059] Compiling NIOSOCKS ServerStateMachine.swift
[1013/1060] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1014/1061] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1015/1061] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1017/1063] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1018/1063] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1020/1092] Compiling NIOSSL SSLCallbacks.swift
[1021/1092] Compiling NIOSSL SSLErrors.swift
[1022/1092] Compiling NIOSSL NIOSSLClientHandler.swift
[1023/1092] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1024/1092] Compiling NIOSSL SSLInit.swift
[1025/1092] Compiling NIOSSL SSLPKCS12Bundle.swift
[1026/1092] Compiling NIOSSL SSLPrivateKey.swift
[1027/1092] Compiling NIOSSL SSLPublicKey.swift
[1028/1092] Emitting module NIOHTTP1
[1029/1092] Compiling NIOSSL NIOSSLServerHandler.swift
[1030/1092] Compiling NIOSSL ObjectIdentifier.swift
[1031/1092] Compiling NIOSSL PosixPort.swift
[1032/1092] Compiling NIOSSL NIOSSLHandler.swift
[1033/1092] Compiling NIOSSL AndroidCABundle.swift
[1035/1114] Emitting module NIOTransportServices
[1036/1116] Compiling NIOTransportServices StateManagedChannel.swift
[1037/1116] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1038/1116] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1039/1116] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1040/1116] Compiling NIOTransportServices NIOTSErrors.swift
[1041/1116] Compiling NIOTransportServices NIOTSEventLoop.swift
[1042/1116] Compiling NIOTransportServices NIOTSBootstraps.swift
[1043/1116] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1044/1116] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1045/1116] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1046/1116] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1047/1116] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1048/1116] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1049/1116] Compiling NIOTransportServices NIOTSSingletons.swift
[1050/1116] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1051/1116] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1052/1116] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1053/1116] Compiling NIOTransportServices AcceptHandler.swift
[1054/1116] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1055/1116] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1056/1116] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1057/1116] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1058/1116] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1059/1117] Emitting module NIOSSL
[1069/1120] Compiling NIOSSL NIOSSLSecureBytes.swift
[1070/1120] Compiling NIOSSL RNG.swift
[1071/1120] Compiling NIOSSL SafeCompare.swift
[1072/1120] Compiling NIOSSL Zeroization.swift
[1077/1148] Compiling NIOExtras NIORequestIdentifiable.swift
[1078/1148] Compiling NIOExtras PCAPRingBuffer.swift
[1079/1148] Compiling NIOExtras QuiescingHelper.swift
[1080/1148] Compiling NIOExtras RequestResponseHandler.swift
[1081/1159] Emitting module NIOHTTPCompression
[1082/1159] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1083/1159] Emitting module NIOHTTPTypesHTTP1
[1084/1159] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1085/1159] Compiling NIOHTTPCompression HTTPDecompression.swift
[1086/1159] Compiling NIOHTTPCompression HTTPCompression.swift
[1087/1159] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1088/1159] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1089/1159] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1090/1159] Compiling NIOExtras LineBasedFrameDecoder.swift
[1091/1159] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1092/1159] Compiling NIOExtras NIOExtrasError.swift
[1093/1159] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1094/1162] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1095/1162] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1101/1163] Compiling NIOHPACK DynamicHeaderTable.swift
[1102/1163] Compiling NIOHPACK HPACKDecoder.swift
[1104/1164] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1105/1164] Compiling NIOExtras LengthFieldPrepender.swift
[1108/1164] Emitting module NIOExtras
[1112/1164] Compiling NIOSSL SSLContext.swift
[1113/1164] Compiling NIOSSL TLSConfiguration.swift
[1114/1164] Compiling NIOSSL UniversalBootstrapSupport.swift
[1115/1164] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1116/1164] Compiling NIOHPACK HuffmanCoding.swift
[1117/1164] Compiling NIOHPACK StaticHeaderTable.swift
[1118/1164] Compiling NIOHPACK IndexedHeaderTable.swift
[1119/1164] Compiling NIOHPACK IntegerCoding.swift
[1120/1164] Emitting module NIOHPACK
[1121/1164] Compiling NIOHPACK HPACKErrors.swift
[1122/1164] Compiling NIOHPACK HPACKHeader.swift
[1123/1164] Compiling NIOHPACK HeaderTables.swift
[1128/1164] Compiling NIOHPACK HPACKEncoder.swift
[1129/1164] Compiling NIOHPACK HuffmanTables.swift
[1136/1165] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1137/1165] Compiling NIOExtras WritePCAPHandler.swift
[1139/1247] Compiling HummingbirdCore BindAddress.swift
[1140/1247] Compiling HummingbirdCore HTTP1Channel.swift
[1141/1247] Compiling HummingbirdCore HTTPChannelHandler.swift
[1142/1247] Compiling HummingbirdCore ResponseBodyWriter.swift
[1143/1247] Compiling HummingbirdCore ResponseWriter.swift
[1144/1247] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[1145/1250] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[1146/1250] Compiling HummingbirdCore URI.swift
[1147/1250] Compiling HummingbirdCore Response.swift
[1148/1250] Compiling HummingbirdCore ResponseBody.swift
[1149/1250] Compiling HummingbirdCore Deprecations.swift
[1150/1250] Compiling HummingbirdCore Request.swift
[1151/1250] Compiling HummingbirdCore RequestBody+inboundClose.swift
[1152/1250] Compiling HummingbirdCore RequestBody.swift
[1153/1250] Emitting module HummingbirdCore
[1154/1250] Emitting module NIOHTTP2
[1155/1258] Compiling HummingbirdCore HTTPServerBuilder.swift
[1156/1258] Compiling HummingbirdCore HTTPUserEventHandler.swift
[1157/1258] Compiling HummingbirdCore Server.swift
[1158/1258] Compiling HummingbirdCore AnyAsyncSequence.swift
[1159/1258] Compiling HummingbirdCore FlatDictionary.swift
[1160/1258] Compiling HummingbirdCore HBParser.swift
[1161/1258] Compiling HummingbirdCore ServerChildChannel.swift
[1162/1258] Compiling HummingbirdCore ServerConfiguration.swift
[1163/1258] Compiling HummingbirdCore TSTLSOptions.swift
[1181/1258] Compiling HummingbirdCore OutputBuffer.swift
[1182/1258] Compiling HummingbirdCore String+percentEncode.swift
[1183/1258] Compiling HummingbirdCore UnsafeTransfer.swift
[1185/1259] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1186/1259] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1187/1259] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1188/1259] Compiling NIOHTTP2 HTTP2StreamID.swift
[1189/1259] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1190/1259] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1191/1259] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1192/1259] Compiling NIOHTTP2 InboundEventBuffer.swift
[1193/1258] Compiling NIOHTTP2 InboundWindowManager.swift
[1194/1258] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1195/1258] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1196/1258] Compiling NIOHTTP2 StreamChannelList.swift
[1197/1258] Compiling NIOHTTP2 StreamMap.swift
[1198/1258] Compiling NIOHTTP2 StreamStateMachine.swift
[1199/1258] Compiling NIOHTTP2 UnsafeTransfer.swift
[1200/1258] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1201/1258] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1202/1258] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1203/1258] Compiling NIOHTTP2 HasLocalSettings.swift
[1204/1258] Compiling NIOHTTP2 HasRemoteSettings.swift
[1205/1258] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1206/1258] Compiling NIOHTTP2 QuiescingState.swift
[1207/1258] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1208/1258] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1209/1258] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1210/1258] Compiling NIOHTTP2 HTTP2Frame.swift
[1211/1258] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1212/1258] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1213/1258] Compiling NIOHTTP2 HTTP2PingData.swift
[1214/1258] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1215/1258] Compiling NIOHTTP2 HTTP2Settings.swift
[1216/1258] Compiling NIOHTTP2 HTTP2Stream.swift
[1218/1283] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1219/1283] Compiling NIOHTTP2 DOSHeuristics.swift
[1220/1283] Compiling NIOHTTP2 Error+Any.swift
[1221/1283] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1222/1283] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1223/1283] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1224/1283] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1225/1284] Compiling Hummingbird Response+Cookies.swift
[1226/1284] Compiling Hummingbird Application.swift
[1227/1284] Compiling Hummingbird CodableProtocols.swift
[1228/1284] Compiling Hummingbird JSONCoding.swift
[1229/1284] Compiling Hummingbird ResponseEncodable.swift
[1230/1284] Compiling Hummingbird URLEncodedForm+Request.swift
[1231/1284] Compiling Hummingbird URLEncodedForm.swift
[1232/1284] Compiling Hummingbird URLEncodedFormDecoder.swift
[1234/1323] Compiling Hummingbird Configuration.swift
[1235/1323] Compiling Hummingbird Deprecations.swift
[1236/1323] Compiling Hummingbird Environment.swift
[1237/1323] Compiling Hummingbird EditedHTTPError.swift
[1238/1323] Compiling Hummingbird HTTPError.swift
[1239/1323] Compiling Hummingbird HTTPResponseError.swift
[1240/1323] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[1241/1323] Compiling Hummingbird Exports.swift
[1242/1323] Compiling Hummingbird CacheControl.swift
[1243/1332] Compiling Hummingbird _SpreadMiddleware.swift
[1244/1332] Compiling Hummingbird TracingMiddleware.swift
[1245/1332] Compiling Hummingbird EndpointResponder.swift
[1246/1332] Compiling Hummingbird Parameters+UUID.swift
[1247/1332] Compiling Hummingbird Parameters.swift
[1248/1332] Compiling Hummingbird ResponseGenerator.swift
[1249/1332] Compiling Hummingbird RouteCollection.swift
[1250/1332] Compiling Hummingbird Router+validation.swift
[1251/1332] Compiling Hummingbird Router.swift
[1252/1332] Compiling Hummingbird RouterGroup.swift
[1253/1332] Compiling Hummingbird RouterMethods.swift
[1254/1332] Compiling Hummingbird RouterPath.swift
[1255/1332] Compiling Hummingbird RouterResponder.swift
[1256/1332] Compiling Hummingbird TransformingRouterGroup.swift
[1257/1332] Compiling Hummingbird RouterTrie.swift
[1258/1332] Compiling Hummingbird Trie+resolve.swift
[1259/1332] Compiling Hummingbird Trie+serialize.swift
[1260/1332] Compiling Hummingbird TrieRouter.swift
[1261/1360] Emitting module Hummingbird
[1262/1369] Compiling Hummingbird CORSMiddleware.swift
[1263/1369] Compiling Hummingbird FileMiddleware.swift
[1264/1369] Compiling Hummingbird LogRequestMiddleware.swift
[1265/1369] Compiling Hummingbird MetricsMiddleware.swift
[1266/1369] Compiling Hummingbird Middleware.swift
[1267/1369] Compiling Hummingbird MiddlewareGroup.swift
[1268/1369] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[1269/1369] Compiling Hummingbird _Middleware2.swift
[1270/1369] Compiling Hummingbird _OptionalMiddleware.swift
[1271/1369] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1272/1369] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1273/1369] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1274/1369] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1275/1369] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1276/1369] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1277/1369] Compiling AsyncHTTPClient RequestBodyLength.swift
[1278/1369] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1279/1369] Compiling AsyncHTTPClient RequestOptions.swift
[1280/1391] Compiling Hummingbird PersistDriver.swift
[1281/1391] Compiling Hummingbird PersistError.swift
[1282/1391] Compiling Hummingbird ByteBuffer+foundation.swift
[1283/1391] Compiling Hummingbird DateCache.swift
[1284/1391] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[1285/1391] Compiling Hummingbird HexDigest.swift
[1286/1391] Compiling Hummingbird InitializableFromSource.swift
[1287/1391] Compiling Hummingbird PreludeService.swift
[1288/1391] Compiling Hummingbird StringProtocol.swift
[1289/1391] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1290/1391] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1291/1391] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1292/1391] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1293/1391] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1294/1391] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1295/1391] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1296/1391] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1297/1391] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1298/1391] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1299/1391] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1300/1391] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1301/1391] Compiling AsyncHTTPClient HTTP1Connection.swift
[1302/1391] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1303/1391] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1304/1391] Compiling AsyncHTTPClient HTTP2Connection.swift
[1305/1391] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1306/1391] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1321/1393] Emitting module AsyncHTTPClient
[1322/1401] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1323/1401] Compiling AsyncHTTPClient ConnectionTarget.swift
[1324/1401] Compiling AsyncHTTPClient DeconstructedURL.swift
[1325/1401] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1326/1401] Compiling AsyncHTTPClient FoundationExtensions.swift
[1327/1401] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1328/1401] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1329/1401] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1330/1400] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1331/1400] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1332/1400] Compiling AsyncHTTPClient Transaction.swift
[1333/1400] Compiling AsyncHTTPClient Base64.swift
[1334/1400] Compiling AsyncHTTPClient BasicAuth.swift
[1335/1400] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1336/1400] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1337/1400] Compiling AsyncHTTPClient ConnectionPool.swift
[1338/1400] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1364/1399] Compiling AsyncHTTPClient HTTPClient.swift
[1365/1399] Compiling AsyncHTTPClient HTTPHandler.swift
[1366/1399] Compiling AsyncHTTPClient LRUCache.swift
[1367/1399] Compiling AsyncHTTPClient NWErrorHandler.swift
[1368/1399] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1369/1399] Compiling AsyncHTTPClient TLSConfiguration.swift
[1370/1399] Compiling AsyncHTTPClient RedirectState.swift
[1371/1399] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1374/1419] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1375/1419] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1376/1419] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1377/1419] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1378/1419] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1379/1419] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1380/1455] Compiling AsyncHTTPClient RequestBag.swift
[1381/1455] Compiling AsyncHTTPClient RequestValidation.swift
[1382/1455] Compiling AsyncHTTPClient SSLContextCache.swift
[1383/1455] Compiling AsyncHTTPClient Scheme.swift
[1384/1455] Compiling AsyncHTTPClient Singleton.swift
[1385/1455] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1386/1455] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1387/1455] Compiling AsyncHTTPClient Utils.swift
[1388/1456] Compiling HomomorphicEncryption Encoding.swift
[1389/1456] Compiling HomomorphicEncryption EncryptionParameters.swift
[1391/1457] Compiling HomomorphicEncryption Array2d.swift
[1392/1457] Compiling HomomorphicEncryption Bfv+Decrypt.swift
[1393/1457] Emitting module PrivacyPass
[1394/1457] Compiling HummingbirdCompression ResponseCompressionMiddleware.swift
[1395/1457] Compiling HummingbirdCompression CompressedBodyWriter.swift
[1396/1457] Compiling HummingbirdCompression RequestDecompressionMiddleware.swift
[1397/1457] Emitting module HummingbirdCompression
[1398/1457] Compiling PrivacyPass Verifier.swift
[1399/1457] Compiling HomomorphicEncryption Bfv+Keys.swift
[1400/1457] Compiling HomomorphicEncryption Bfv+Multiply.swift
[1401/1457] Compiling HomomorphicEncryption Bfv+Encode.swift
[1402/1457] Compiling HomomorphicEncryption Bfv+Encrypt.swift
[1403/1457] Compiling HomomorphicEncryption CoefficientPacking.swift
[1404/1457] Compiling HomomorphicEncryption Context.swift
[1405/1457] Compiling HomomorphicEncryption CrtComposer.swift
[1406/1457] Compiling HomomorphicEncryption DoubleWidthUInt.swift
[1407/1457] Compiling HomomorphicEncryption Bfv.swift
[1408/1457] Compiling HomomorphicEncryption Ciphertext.swift
[1411/1466] Compiling HummingbirdTesting Deprecations.swift
[1412/1467] Compiling HummingbirdTesting TestClient+types.swift
[1413/1467] Compiling HummingbirdTesting TestApplication.swift
[1414/1467] Compiling HummingbirdTesting Application+Test.swift
[1415/1467] Compiling HummingbirdTesting ApplicationTester.swift
[1416/1467] Compiling HomomorphicEncryption PolyRq+Serialize.swift
[1417/1467] Compiling HomomorphicEncryption PolyRq.swift
[1418/1467] Compiling HomomorphicEncryption BufferedRng.swift
[1419/1467] Compiling HomomorphicEncryption NistAes128Ctr.swift
[1420/1467] Compiling HomomorphicEncryption NistCtrDrbg.swift
[1421/1472] Emitting module HummingbirdTesting
[1422/1472] Compiling HummingbirdTesting AsyncHTTPClientTestFramework.swift
[1423/1472] Compiling HummingbirdTesting LiveTestFramework.swift
[1424/1472] Compiling HummingbirdTesting RouterTestFramework.swift
[1425/1472] Compiling HummingbirdTesting TestClient.swift
[1426/1473] Compiling HomomorphicEncryption PseudoRandomNumberGenerator.swift
[1427/1473] Compiling HomomorphicEncryption RnsBaseConverter.swift
[1428/1473] Compiling HomomorphicEncryption RnsTool.swift
[1429/1473] Compiling HomomorphicEncryption Scalar.swift
[1430/1473] Compiling HomomorphicEncryption Serialize.swift
[1432/1473] Compiling HomomorphicEncryption HeScheme.swift
[1433/1473] Compiling HomomorphicEncryption Keys.swift
[1434/1473] Compiling HomomorphicEncryption Modulus.swift
[1435/1473] Compiling HomomorphicEncryption NoOpScheme.swift
[1436/1473] Compiling HomomorphicEncryption Plaintext.swift
[1437/1473] Compiling HomomorphicEncryption Galois.swift
[1438/1473] Compiling HomomorphicEncryption PolyCollection.swift
[1439/1473] Compiling HomomorphicEncryption PolyContext.swift
[1440/1473] Compiling HomomorphicEncryption PolyRq+Ntt.swift
[1441/1473] Compiling HomomorphicEncryption PolyRq+Randomize.swift
[1442/1473] Compiling HomomorphicEncryption SerializedCiphertext.swift
[1443/1473] Compiling HomomorphicEncryption SerializedKeys.swift
[1444/1473] Compiling HomomorphicEncryption SerializedPlaintext.swift
[1445/1473] Compiling HomomorphicEncryption Util.swift
[1446/1473] Compiling HomomorphicEncryption Zeroization.swift
[1450/1473] Compiling HomomorphicEncryption Error.swift
[1451/1473] Compiling HomomorphicEncryption Exports.swift
[1463/1473] Emitting module HomomorphicEncryption
[1465/1488] Compiling HomomorphicEncryptionProtobuf MessageExtensions.swift
[1466/1488] Compiling PrivateInformationRetrieval PirUtil.swift
[1467/1489] Emitting module HomomorphicEncryptionProtobuf
[1468/1489] Compiling HomomorphicEncryptionProtobuf ConversionHe.swift
[1469/1489] Compiling HomomorphicEncryptionProtobuf ConversionError.swift
[1470/1489] Compiling PrivateInformationRetrieval IndexPirProtocol.swift
[1471/1489] Compiling PrivateInformationRetrieval Util.swift
[1472/1489] Compiling PrivateInformationRetrieval KeywordPirProtocol.swift
[1473/1489] Compiling PrivateInformationRetrieval KeywordDatabase.swift
[1474/1489] Compiling PrivateInformationRetrieval MulPir.swift
[1475/1489] Compiling HomomorphicEncryptionProtobuf apple_swift_homomorphic_encryption_v1_error_stddev.pb.swift
[1476/1489] Compiling HomomorphicEncryptionProtobuf apple_swift_homomorphic_encryption_v1_he.pb.swift
[1478/1489] Compiling PrivateInformationRetrieval HashBucket.swift
[1479/1489] Emitting module PrivateInformationRetrieval
[1480/1489] Compiling PrivateInformationRetrieval CuckooTable.swift
[1481/1489] Compiling PrivateInformationRetrieval Error.swift
[1483/1498] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_pir_v1_pir_algorithm.pb.swift
[1484/1499] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_pir_v1_pir_database.pb.swift
[1485/1499] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_pir_v1_pir.pb.swift
[1486/1499] Compiling PrivateInformationRetrievalProtobuf ConversionPir.swift
[1487/1499] Emitting module PrivateInformationRetrievalProtobuf
[1488/1499] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_api_pir_v1_api.pb.swift
[1489/1499] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_api_shared_v1_api_shared.pb.swift
[1490/1499] Compiling PrivateInformationRetrievalProtobuf ConversionApi.swift
[1491/1499] Compiling PrivateInformationRetrievalProtobuf ConversionError.swift
[1492/1499] Compiling PrivateInformationRetrievalProtobuf apple_swift_homomorphic_encryption_api_pir_v1_pir.pb.swift
[1494/1503] Compiling ConstructDatabase InputIdentities.pb.swift
[1495/1529] Compiling ConstructDatabase ConstructDatabase.swift
[1496/1529] Emitting module ConstructDatabase
[1497/1529] Compiling ConstructDatabase CallIdentity.pb.swift
[1498/1529] Write Objects.LinkFileList
[1500/1529] Compiling PIRService ProtobufExtensions.swift
/host/spi-builder-workspace/Sources/PIRService/Extensions/ProtobufExtensions.swift:33:32: error: incorrect argument label in call (have 'data:', expected 'bytes:')
31 | {
32 | let serialized = try message.serializedData()
33 | let buffer = ByteBuffer(data: serialized)
| `- error: incorrect argument label in call (have 'data:', expected 'bytes:')
34 | return Response(status: .ok, body: ResponseBody(byteBuffer: buffer))
35 | }
[1501/1529] Compiling PIRService Request+DecodeProtobuf.swift
/host/spi-builder-workspace/Sources/PIRService/Extensions/ProtobufExtensions.swift:33:32: error: incorrect argument label in call (have 'data:', expected 'bytes:')
31 | {
32 | let serialized = try message.serializedData()
33 | let buffer = ByteBuffer(data: serialized)
| `- error: incorrect argument label in call (have 'data:', expected 'bytes:')
34 | return Response(status: .ok, body: ResponseBody(byteBuffer: buffer))
35 | }
[1502/1531] Emitting module PIRService
[1503/1531] Compiling PIRServiceTesting PIRClient+KeyRotation.swift
[1504/1531] Emitting module PIRServiceTesting
[1505/1531] Compiling PIRServiceTesting PIRClientError.swift
[1506/1531] Compiling PIRService HTTPFields+authorization.swift
[1507/1531] Compiling PIRService PirConfig+compatible.swift
[1508/1531] Compiling PIRService PrivacyPass+ResponseGenerator.swift
[1509/1531] Compiling PIRServiceTesting PIRConfig+ShardConfig.swift
[1510/1531] Compiling PIRServiceTesting TestClientProtocol+Protobuf.swift
/host/spi-builder-workspace/Sources/PIRServiceTesting/TestClientProtocol+Protobuf.swift:34:24: error: extraneous argument label 'data:' in call
32 | method: .post,
33 | headers: headers,
34 | body: .init(data: body.serializedBytes()))
| `- error: extraneous argument label 'data:' in call
35 | guard response.status == .ok else {
36 | throw PIRClientError.serverError(
/host/spi-builder-workspace/Sources/PIRServiceTesting/TestClientProtocol+Protobuf.swift:34:36: error: instance method 'serializedBytes(partial:options:)' requires that 'ByteBuffer' conform to 'SwiftProtobufContiguousBytes'
32 | method: .post,
33 | headers: headers,
34 | body: .init(data: body.serializedBytes()))
| `- error: instance method 'serializedBytes(partial:options:)' requires that 'ByteBuffer' conform to 'SwiftProtobufContiguousBytes'
35 | guard response.status == .ok else {
36 | throw PIRClientError.serverError(
/host/spi-builder-workspace/.build/checkouts/swift-protobuf/Sources/SwiftProtobuf/Message+BinaryAdditions.swift:32:17: note: where 'Bytes' = 'ByteBuffer'
30 | ///
31 | /// - Throws: ``SwiftProtobufError`` or ``BinaryEncodingError`` if encoding fails.
32 | public func serializedBytes<Bytes: SwiftProtobufContiguousBytes>(
| `- note: where 'Bytes' = 'ByteBuffer'
33 | partial: Bool = false,
34 | options: BinaryEncodingOptions = BinaryEncodingOptions()
/host/spi-builder-workspace/Sources/PIRServiceTesting/TestClientProtocol+Protobuf.swift:38:39: error: generic parameter 'SourceType' could not be inferred
36 | throw PIRClientError.serverError(
37 | status: response.status,
38 | message: String(data: Data(buffer: response.body), encoding: .utf8) ??
| `- error: generic parameter 'SourceType' could not be inferred
39 | "<\(response.body.readableBytes) bytes of binary response>")
40 | }
FoundationEssentials.Data:12:23: note: in call to initializer
10 | }
11 | @inlinable public init(bytes: UnsafeRawPointer, count: Int)
12 | @inlinable public init<SourceType>(buffer: UnsafeBufferPointer<SourceType>)
| `- note: in call to initializer
13 | @inlinable public init<SourceType>(buffer: UnsafeMutableBufferPointer<SourceType>)
14 | @inlinable public init(repeating repeatedValue: UInt8, count: Int)
[1511/1531] Compiling PIRService LogErrorsMiddleware.swift
[1512/1531] Compiling PIRService UserTierAuthentication.swift
[1513/1531] Compiling PIRService ExtractPlatform.swift
[1514/1531] Compiling PIRService ExtractUserIdentifier.swift
[1515/1531] Compiling PIRService UsecaseStore.swift
[1516/1531] Compiling PIRService UserAuthenticator.swift
[1517/1531] Compiling PIRService HEError+HTTPErrorResponse.swift
[1518/1531] Compiling PIRService PrivacyPassController.swift
[1519/1531] Compiling PIRService PrivacyPassState.swift
[1520/1531] Compiling PIRService Usecase.swift
[1521/1531] Compiling PIRServiceTesting PIRClient.swift
[1522/1531] Compiling PIRServiceTesting PIRClient+PrivacyPass.swift
/host/spi-builder-workspace/Sources/PIRServiceTesting/PIRClient+PrivacyPass.swift:25:20: error: no exact matches in call to initializer
23 | headers: [:])
24 |
25 | let body = Data(buffer: response.body)
| |- error: no exact matches in call to initializer
| |- note: found candidate with type '(UnsafeBufferPointer<_>) -> Data'
| `- note: found candidate with type '(UnsafeMutableBufferPointer<_>) -> Data'
26 | guard response.status == .ok else {
27 | throw PIRClientError.failedToFetchTokenIssuerDirectory(
[1522/1531] Linking ConstructDatabase
BUILD FAILURE 6.0 linux