Build Information
Successful build of hummingbird-wallet, reference main (829d26
), with Swift 6.1 for Linux on 1 May 2025 04:43:30 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-community/hummingbird-wallet.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/hummingbird-community/hummingbird-wallet
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 829d263 Update from Hummingbird Project Template (#8)
Cloned https://github.com/hummingbird-community/hummingbird-wallet.git
Revision (git rev-parse @):
829d2630ddb7159416aba12cb8f312d0cbe4a346
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hummingbird-community/hummingbird-wallet.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/hummingbird-community/hummingbird-wallet.git
https://github.com/hummingbird-community/hummingbird-wallet.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.7.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "hummingbird-fluent",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird-fluent.git"
},
{
"identity" : "fluent-wallet",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/fpseverino/fluent-wallet.git"
},
{
"identity" : "apnswift",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.1",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server-community/APNSwift.git"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.6.3",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
},
{
"identity" : "swift-zip-archive",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/adam-fowler/swift-zip-archive.git"
},
{
"identity" : "fluent-sqlite-driver",
"requirement" : {
"range" : [
{
"lower_bound" : "4.8.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-sqlite-driver.git"
}
],
"manifest_display_name" : "hummingbird-wallet",
"name" : "hummingbird-wallet",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "HummingbirdWalletPasses",
"targets" : [
"HummingbirdWalletPasses"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdWalletOrders",
"targets" : [
"HummingbirdWalletOrders"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HummingbirdWalletPassesTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWalletPassesTests",
"path" : "Tests/HummingbirdWalletPassesTests",
"product_dependencies" : [
"FluentSQLiteDriver",
"HummingbirdTesting"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/HummingbirdWalletPassesTests/SourceFiles",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"HummingbirdWalletPassesTests.swift",
"Utils/Application+build.swift",
"Utils/PassData.swift",
"Utils/PassJSONData.swift"
],
"target_dependencies" : [
"HummingbirdWalletPasses"
],
"type" : "test"
},
{
"c99name" : "HummingbirdWalletPasses",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWalletPasses",
"path" : "Sources/HummingbirdWalletPasses",
"product_dependencies" : [
"FluentWalletPasses",
"ZipArchive"
],
"product_memberships" : [
"HummingbirdWalletPasses"
],
"sources" : [
"DTOs/DTOs+ResponseEncodable.swift",
"Exports.swift",
"Middleware/ApplePassMiddleware.swift",
"Middleware/PassesService+AsyncModelMiddleware.swift",
"PassesService.swift",
"PassesServiceCustom+addRoutes.swift",
"PassesServiceCustom.swift"
],
"target_dependencies" : [
"HummingbirdWallet"
],
"type" : "library"
},
{
"c99name" : "HummingbirdWalletOrdersTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWalletOrdersTests",
"path" : "Tests/HummingbirdWalletOrdersTests",
"product_dependencies" : [
"FluentSQLiteDriver",
"HummingbirdTesting"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/HummingbirdWalletOrdersTests/SourceFiles",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"HummingbirdWalletOrdersTests.swift",
"Utils/Application+build.swift",
"Utils/OrderData.swift",
"Utils/OrderJSONData.swift"
],
"target_dependencies" : [
"HummingbirdWalletOrders"
],
"type" : "test"
},
{
"c99name" : "HummingbirdWalletOrders",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWalletOrders",
"path" : "Sources/HummingbirdWalletOrders",
"product_dependencies" : [
"FluentWalletOrders"
],
"product_memberships" : [
"HummingbirdWalletOrders"
],
"sources" : [
"DTOs/OrderIdentifiersDTO+ResponseEncodable.swift",
"Exports.swift",
"Middleware/AppleOrderMiddleware.swift",
"Middleware/OrdersService+AsyncModelMiddleware.swift",
"OrdersService.swift",
"OrdersServiceCustom+addRoutes.swift",
"OrdersServiceCustom.swift"
],
"target_dependencies" : [
"HummingbirdWallet"
],
"type" : "library"
},
{
"c99name" : "HummingbirdWallet",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWallet",
"path" : "Sources/HummingbirdWallet",
"product_dependencies" : [
"Hummingbird",
"HummingbirdFluent",
"APNS",
"ServiceLifecycle"
],
"product_memberships" : [
"HummingbirdWalletPasses",
"HummingbirdWalletOrders"
],
"sources" : [
"Array+random.swift",
"DTOs/DTOs+ResponseEncodable.swift",
"Testing/TestCertificate.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/fpseverino/fluent-wallet.git
Fetching https://github.com/vapor/fluent-sqlite-driver.git
Fetching https://github.com/adam-fowler/swift-zip-archive.git
Fetching https://github.com/hummingbird-project/hummingbird-fluent.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/swift-server-community/APNSwift.git
[1/865] Fetching hummingbird-fluent
[866/1226] Fetching hummingbird-fluent, fluent-wallet
[1227/2573] Fetching hummingbird-fluent, fluent-wallet, fluent-sqlite-driver
[2574/3289] Fetching hummingbird-fluent, fluent-wallet, fluent-sqlite-driver, swift-zip-archive
[3290/8682] Fetching hummingbird-fluent, fluent-wallet, fluent-sqlite-driver, swift-zip-archive, apnswift
[3668/11076] Fetching hummingbird-fluent, fluent-wallet, fluent-sqlite-driver, swift-zip-archive, apnswift, swift-service-lifecycle
Fetched https://github.com/hummingbird-project/hummingbird-fluent.git from cache (0.30s)
Fetched https://github.com/vapor/fluent-sqlite-driver.git from cache (0.31s)
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetched https://github.com/adam-fowler/swift-zip-archive.git from cache (0.32s)
[3888/8148] Fetching fluent-wallet, apnswift, swift-service-lifecycle
Fetched https://github.com/fpseverino/fluent-wallet.git from cache (0.50s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.50s)
Fetched https://github.com/swift-server-community/APNSwift.git from cache (0.50s)
[1/24437] Fetching hummingbird
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.00s)
Computing version for https://github.com/adam-fowler/swift-zip-archive.git
Computed https://github.com/adam-fowler/swift-zip-archive.git at 0.6.3 (3.85s)
Fetching https://github.com/apple/swift-system.git
[1/4367] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.46s)
Computing version for https://github.com/swift-server-community/APNSwift.git
Computed https://github.com/swift-server-community/APNSwift.git at 6.0.1 (0.98s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/3836] Fetching swift-log
[3837/17694] Fetching swift-log, swift-crypto
[4115/29198] Fetching swift-log, swift-crypto, swift-nio-http2
[4876/43163] Fetching swift-log, swift-crypto, swift-nio-http2, async-http-client
[7841/57972] Fetching swift-log, swift-crypto, swift-nio-http2, async-http-client, swift-nio-ssl
[15939/133541] Fetching swift-log, swift-crypto, swift-nio-http2, async-http-client, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.41s)
[88951/122037] Fetching swift-log, swift-crypto, async-http-client, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (1.91s)
[83997/108179] Fetching swift-log, async-http-client, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.13s)
[72967/93370] Fetching swift-log, async-http-client, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (4.55s)
Fetched https://github.com/swift-server/async-http-client.git from cache (4.56s)
Fetched https://github.com/apple/swift-nio.git from cache (4.64s)
Computing version for https://github.com/fpseverino/fluent-wallet.git
Computed https://github.com/fpseverino/fluent-wallet.git at 0.1.0 (6.10s)
Fetching https://github.com/vapor/fluent-kit.git
Fetching https://github.com/fpseverino/swift-wallet.git
[1/370] Fetching swift-wallet
[371/13614] Fetching swift-wallet, fluent-kit
Fetched https://github.com/fpseverino/swift-wallet.git from cache (0.51s)
Fetched https://github.com/vapor/fluent-kit.git from cache (0.51s)
Computing version for https://github.com/hummingbird-project/hummingbird-fluent.git
Computed https://github.com/hummingbird-project/hummingbird-fluent.git at 2.0.0 (1.36s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4965] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.36s)
Computing version for https://github.com/vapor/fluent-sqlite-driver.git
Computed https://github.com/vapor/fluent-sqlite-driver.git at 4.8.1 (0.91s)
Fetching https://github.com/vapor/sqlite-kit.git
[1/2112] Fetching sqlite-kit
Fetched https://github.com/vapor/sqlite-kit.git from cache (0.50s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.93s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (0.43s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/sqlite-nio.git
[1/1496] Fetching sqlite-nio
[2/3866] Fetching sqlite-nio, async-kit
[2372/9849] Fetching sqlite-nio, async-kit, sql-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.27s)
[5506/7479] Fetching sqlite-nio, sql-kit
Fetched https://github.com/vapor/sql-kit.git from cache (1.87s)
Fetched https://github.com/vapor/sqlite-nio.git from cache (1.87s)
Computing version for https://github.com/fpseverino/swift-wallet.git
Computed https://github.com/fpseverino/swift-wallet.git at 0.4.0 (2.33s)
Fetching https://github.com/apple/swift-certificates.git
[1/6112] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (0.37s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.81s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.52s)
Fetching https://github.com/apple/swift-collections.git
[1/16306] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (0.96s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.37s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.1 (0.44s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.44s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (2.06s)
Fetching https://github.com/apple/swift-atomics.git
[1/1705] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.38s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.80s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.48s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5918] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.39s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.12s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.48s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.05s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.63s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.51s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.23s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.69s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.50s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.13.0 (0.77s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-metrics.git
[1/2206] Fetching swift-metrics
[1281/3110] Fetching swift-metrics, swift-http-types
[3111/8084] Fetching swift-metrics, swift-http-types, swift-distributed-tracing
[3112/10703] Fetching swift-metrics, swift-http-types, swift-distributed-tracing, swift-nio-transport-services
[6857/16427] Fetching swift-metrics, swift-http-types, swift-distributed-tracing, swift-nio-transport-services, swift-nio-extras
Fetched https://github.com/apple/swift-metrics.git from cache (0.43s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.43s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.45s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.45s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.45s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.26s)
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.55s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.25s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.67s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.43s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.44s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.51s)
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.25s)
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.68s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.42s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.2 (0.45s)
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.45s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.52s)
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/fpseverino/fluent-wallet.git
Working copy of https://github.com/fpseverino/fluent-wallet.git resolved at 0.1.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.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.36.0
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.13.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/fpseverino/swift-wallet.git
Working copy of https://github.com/fpseverino/swift-wallet.git resolved at 0.4.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/vapor/sqlite-nio.git
Working copy of https://github.com/vapor/sqlite-nio.git resolved at 1.11.2
Creating working copy for https://github.com/vapor/fluent-sqlite-driver.git
Working copy of https://github.com/vapor/fluent-sqlite-driver.git resolved at 4.8.1
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/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.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.24.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-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/adam-fowler/swift-zip-archive.git
Working copy of https://github.com/adam-fowler/swift-zip-archive.git resolved at 0.6.3
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
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/vapor/sqlite-kit.git
Working copy of https://github.com/vapor/sqlite-kit.git resolved at 4.5.2
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/hummingbird-project/hummingbird-fluent.git
Working copy of https://github.com/hummingbird-project/hummingbird-fluent.git resolved at 2.0.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/swift-server-community/APNSwift.git
Working copy of https://github.com/swift-server-community/APNSwift.git resolved at 6.0.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.4
Building for debugging...
[0/843] Write sources
[58/843] Compiling CNIOWindows shim.c
[59/843] Compiling CZipZlib empty.c
[60/843] Compiling CNIOWindows WSAStartup.c
[61/843] Compiling CNIOWASI CNIOWASI.c
[62/843] Compiling _NumericsShims _NumericsShims.c
[63/843] Compiling _AtomicsShims.c
[64/843] Compiling CNIOLinux liburing_shims.c
[65/843] Compiling CNIOExtrasZlib empty.c
[66/843] Compiling CNIODarwin shim.c
[67/843] Compiling CSystem shims.c
[68/843] Compiling CNIOLLHTTP c_nio_http.c
[69/843] Compiling fiat_p256_adx_sqr.S
[70/843] Compiling fiat_p256_adx_mul.S
[71/843] Compiling CNIOLinux shim.c
[72/843] Compiling CNIOLLHTTP c_nio_api.c
[73/843] Compiling fiat_curve25519_adx_square.S
[74/843] Compiling fiat_curve25519_adx_mul.S
[75/843] Write swift-version-24593BA9C3E375BF.txt
[76/843] Compiling CNIOLLHTTP c_nio_llhttp.c
[77/844] Compiling CNIOBoringSSLShims shims.c
[78/849] Compiling tls_record.cc
[79/849] Compiling tls13_client.cc
[80/849] Compiling tls13_enc.cc
[81/849] Compiling tls13_both.cc
[82/849] Compiling tls_method.cc
[83/879] Compiling tls13_server.cc
[85/914] Emitting module _NIOBase64
[86/914] Compiling _NIOBase64 Base64.swift
[88/915] Compiling RealModule AugmentedArithmetic.swift
[89/915] Compiling RealModule Double+Real.swift
[90/916] Emitting module RealModule
[91/916] Compiling RealModule AlgebraicField.swift
[92/916] Compiling RealModule ApproximateEquality.swift
[93/916] Compiling RealModule Float80+Real.swift
[94/916] Compiling ServiceContextModule ServiceContextKey.swift
[95/916] Compiling _CertificateInternals _TinyArray.swift
[96/916] Emitting module _CertificateInternals
[97/917] Compiling RealModule RealFunctions.swift
[98/917] Compiling RealModule ElementaryFunctions.swift
[99/917] Compiling RealModule Float+Real.swift
[104/917] Compiling SystemPackage MachPort.swift
[105/917] Compiling SystemPackage PlatformString.swift
[106/917] Compiling SystemPackage SystemString.swift
[107/920] Compiling SwiftASN1 ASN1Boolean.swift
[108/920] Compiling SwiftASN1 ASN1Identifier.swift
[109/920] Compiling SwiftASN1 ASN1Integer.swift
[110/920] Compiling SwiftASN1 ASN1Null.swift
[111/920] Emitting module SystemPackage
[112/920] Compiling RealModule Float16+Real.swift
[113/920] Compiling RealModule Real.swift
[114/920] Compiling SwiftASN1 ASN1OctetString.swift
[115/920] Compiling ServiceContextModule ServiceContext.swift
[116/920] Compiling SwiftASN1 ASN1Strings.swift
[117/920] Compiling SwiftASN1 ArraySliceBigint.swift
[118/920] Compiling SwiftASN1 GeneralizedTime.swift
[119/920] Emitting module ServiceContextModule
[120/922] Compiling _NIODataStructures _TinyArray.swift
[121/922] Compiling _NIODataStructures PriorityQueue.swift
[125/947] Compiling InternalCollectionsUtilities Debugging.swift
[126/947] Compiling InternalCollectionsUtilities Descriptions.swift
[127/947] Compiling InternalCollectionsUtilities _SortedCollection.swift
[128/947] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[129/947] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[130/947] Compiling InternalCollectionsUtilities Specialize.swift
[131/949] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[132/949] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[133/949] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[134/955] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[135/955] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[140/960] Compiling SystemPackage Util+StringArray.swift
[141/960] Compiling SystemPackage Util.swift
[142/960] Compiling SystemPackage UtilConsumers.swift
[143/960] Compiling InternalCollectionsUtilities UInt+reversed.swift
[144/960] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[145/960] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[146/960] Compiling InternalCollectionsUtilities Integer rank.swift
[147/960] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[148/960] Compiling Logging MetadataProvider.swift
[149/960] Compiling Logging Logging.swift
[150/960] Compiling Logging LogHandler.swift
[153/960] Emitting module Logging
[154/960] Compiling _NIODataStructures Heap.swift
[155/960] Emitting module _NIODataStructures
[156/960] Compiling Logging Locks.swift
[157/962] Compiling SwiftASN1 DER.swift
[158/962] Compiling SwiftASN1 Errors.swift
[159/962] Compiling SystemPackage Syscalls.swift
[160/962] Compiling SystemPackage WindowsSyscallAdapters.swift
[161/962] Compiling SystemPackage Backcompat.swift
[162/962] Compiling SystemPackage CInterop.swift
[163/962] Compiling SystemPackage Constants.swift
[164/962] Compiling SystemPackage Exports.swift
[165/963] Compiling Instrumentation NoOpInstrument.swift
[166/963] Emitting module Instrumentation
[171/963] Compiling Instrumentation MultiplexInstrument.swift
[173/963] Compiling Instrumentation Instrument.swift
[174/963] Compiling Instrumentation InstrumentationSystem.swift
[175/963] Compiling Instrumentation Locks.swift
[178/964] Compiling HTTPTypes ISOLatin1String.swift
[179/965] Emitting module InternalCollectionsUtilities
[180/965] Compiling CoreMetrics Locks.swift
[182/965] Compiling HTTPTypes HTTPParsedFields.swift
[183/965] Compiling HTTPTypes HTTPField.swift
[184/965] Emitting module HTTPTypes
[185/965] Emitting module CoreMetrics
[186/966] Compiling HTTPTypes NIOLock.swift
[187/981] Compiling ConcurrencyHelpers LockedValueBox.swift
[188/983] Compiling ZipArchive MemoryBuffer.swift
[189/983] Compiling ZipArchive ZipArchiveReader.swift
[190/983] Compiling ZipArchive ZipArchiveWriter+writeFolderContents.swift
[191/983] Compiling ZipArchive ZipArchiveWriter.swift
[192/983] Compiling ZipArchive ZipCompression.swift
[193/984] Compiling ZipArchive System+directory.swift
[194/984] Compiling ZipArchive ZipArchiveReader+extract.swift
[195/984] Compiling ZipArchive CryptKey.swift
[197/984] Compiling HTTPTypes HTTPRequest.swift
[198/984] Compiling HTTPTypes HTTPResponse.swift
[199/984] Emitting module ConcurrencyHelpers
[200/984] Compiling ZipArchive ZipStorage.swift
[201/984] Compiling ZipArchive ZipTypes.swift
[202/984] Compiling ZipArchive ZipFileStorage.swift
[203/984] Compiling ZipArchive ZipMemoryStorage.swift
[206/984] Compiling ConcurrencyHelpers Lock.swift
[207/985] Emitting module SwiftASN1
[210/994] Compiling CoreMetrics Metrics.swift
[212/1066] Compiling Tracing TracingTime.swift
[213/1121] Compiling Tracing TracerProtocol.swift
[214/1121] Compiling Tracing InstrumentationSystem+Tracing.swift
[215/1121] Emitting module Tracing
[216/1121] Compiling Tracing SpanProtocol.swift
[217/1121] Compiling Tracing NoOpTracer.swift
[218/1121] Compiling Tracing Tracer.swift
[219/1121] Compiling Tracing TracerProtocol+Legacy.swift
[221/1124] Compiling UnixSignals UnixSignal.swift
[222/1124] Compiling UnixSignals UnixSignalsSequence.swift
[223/1124] Emitting module UnixSignals
[223/1125] Compiling t1_enc.cc
[225/1125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[226/1125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[227/1125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[228/1125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[229/1125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[230/1125] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[231/1125] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[232/1125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[233/1125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[234/1125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[235/1125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[236/1125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[237/1125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[238/1125] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[238/1132] Compiling ssl_x509.cc
[241/1154] Compiling OrderedCollections OrderedDictionary+Codable.swift
[242/1154] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[243/1154] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[244/1154] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[245/1154] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[246/1154] Compiling OrderedCollections OrderedDictionary+Elements.swift
[247/1154] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[248/1154] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[249/1154] Compiling DequeModule Deque+Testing.swift
[250/1154] Compiling DequeModule Deque._Storage.swift
[251/1154] Compiling DequeModule Deque._UnsafeHandle.swift
[252/1154] Compiling DequeModule Deque.swift
[253/1154] Compiling DequeModule _DequeBuffer.swift
[254/1154] Compiling DequeModule _DequeBufferHeader.swift
[255/1154] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[256/1154] Compiling OrderedCollections OrderedDictionary+Values.swift
[257/1154] Compiling OrderedCollections OrderedDictionary.swift
[258/1154] Compiling OrderedCollections OrderedSet+Codable.swift
[259/1154] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[260/1154] Compiling OrderedCollections OrderedSet+Descriptions.swift
[261/1154] Compiling OrderedCollections OrderedSet+Diffing.swift
[262/1154] Compiling OrderedCollections OrderedSet+Equatable.swift
[263/1154] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[264/1154] Compiling OrderedCollections OrderedSet+Hashable.swift
[265/1154] Compiling OrderedCollections OrderedSet+Initializers.swift
[266/1154] Compiling OrderedCollections OrderedSet+Insertions.swift
[267/1154] Compiling OrderedCollections OrderedSet+Invariants.swift
[268/1154] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[269/1154] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[270/1154] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[271/1154] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[272/1154] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[273/1230] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[274/1230] Compiling HeapModule Heap+Descriptions.swift
[275/1230] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[276/1230] Compiling HashTreeCollections _HashNode+Structural merge.swift
[277/1230] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[278/1230] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[279/1230] Compiling HashTreeCollections _HashNode+Structural union.swift
[280/1230] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[281/1230] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[282/1230] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[283/1230] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[284/1230] Compiling HashTreeCollections _HashNode.swift
[285/1239] Compiling HashTreeCollections _Bucket.swift
[286/1239] Compiling HashTreeCollections _Hash.swift
[287/1241] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[288/1241] Compiling HashTreeCollections _HashNode+Storage.swift
[289/1241] Compiling HeapModule _HeapNode.swift
[290/1241] Compiling HeapModule Heap.swift
[291/1241] Emitting module HeapModule
[292/1241] Compiling HashTreeCollections _HashNode+Invariants.swift
[293/1241] Compiling HashTreeCollections _HashNode+Lookups.swift
[294/1241] Compiling HashTreeCollections _HashLevel.swift
[295/1241] Compiling HashTreeCollections _HashNode+Builder.swift
[296/1241] Compiling HashTreeCollections _HashNode+Debugging.swift
[297/1241] Compiling HashTreeCollections _HashNode+Initializers.swift
[298/1241] Compiling HeapModule Heap+Invariants.swift
[299/1241] Compiling HeapModule Heap+UnsafeHandle.swift
[301/1242] Compiling HashTreeCollections TreeSet+Hashable.swift
[302/1242] Compiling HashTreeCollections TreeSet+Sendable.swift
[303/1242] Compiling _RopeModule Rope+Join.swift
[304/1242] Compiling _RopeModule Rope+MutatingForEach.swift
[305/1242] Compiling _RopeModule Rope+Remove.swift
[306/1242] Compiling _RopeModule Rope+RemoveSubrange.swift
[307/1242] Compiling _RopeModule Rope+Split.swift
[308/1242] Compiling _RopeModule Optional Utilities.swift
[309/1242] Compiling _RopeModule String Utilities.swift
[310/1242] Compiling _RopeModule String.Index+ABI.swift
[311/1252] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[312/1252] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[313/1253] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[314/1253] Compiling HashTreeCollections TreeSet+Debugging.swift
[315/1253] Compiling HashTreeCollections TreeSet+Descriptions.swift
[316/1253] Compiling HashTreeCollections TreeSet+Equatable.swift
[317/1253] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[318/1253] Compiling HashTreeCollections TreeSet+Extras.swift
[319/1253] Compiling HashTreeCollections TreeSet+Filter.swift
[322/1253] Compiling HashTreeCollections TreeDictionary+Keys.swift
[323/1253] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[324/1253] Compiling HashTreeCollections TreeDictionary+Merge.swift
[325/1253] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[326/1253] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[327/1253] Compiling HashTreeCollections TreeDictionary+Values.swift
[328/1253] Compiling HashTreeCollections TreeDictionary.swift
[329/1253] Compiling HashTreeCollections TreeSet+Codable.swift
[330/1253] Compiling HashTreeCollections TreeSet+Collection.swift
[331/1253] Compiling HashTreeCollections _AncestorHashSlots.swift
[332/1253] Compiling HashTreeCollections _Bitmap.swift
[343/1253] Compiling DequeModule _DequeSlot.swift
[344/1253] Compiling DequeModule _UnsafeWrappedBuffer.swift
[345/1253] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[346/1253] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[347/1253] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[348/1253] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[355/1253] Emitting module ZipArchive
[373/1253] Emitting module Metrics
[374/1253] Compiling Metrics Metrics.swift
[385/1254] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[386/1254] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[387/1254] Compiling HashTreeCollections TreeDictionary+Filter.swift
[388/1254] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[389/1254] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[401/1254] Emitting module DequeModule
[402/1255] Emitting module OrderedCollections
[403/1256] Emitting module _RopeModule
[412/1256] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[413/1256] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[414/1256] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[415/1256] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[416/1256] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[417/1256] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[418/1256] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[419/1256] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[420/1256] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[421/1256] Compiling HashTreeCollections TreeSet.swift
[422/1256] Compiling ZipArchive crc32.swift
[425/1257] Compiling HTTPTypes HTTPFields.swift
[426/1257] Compiling HTTPTypes HTTPFieldName.swift
[428/1258] Compiling HashTreeCollections _HashTreeIterator.swift
[429/1258] Compiling HashTreeCollections _HashTreeStatistics.swift
[430/1258] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[431/1258] Compiling HashTreeCollections _RawHashNode.swift
[432/1258] Compiling HashTreeCollections _UnmanagedHashNode.swift
[433/1258] Compiling HashTreeCollections _UnsafePath.swift
[434/1258] Compiling HashTreeCollections TreeDictionary+Codable.swift
[435/1258] Compiling HashTreeCollections TreeDictionary+Collection.swift
[436/1258] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[437/1258] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[438/1258] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[459/1258] Compiling ssl_versions.cc
[460/1258] Compiling ssl_transcript.cc
[472/1258] Compiling HashTreeCollections _HashNodeHeader.swift
[473/1258] Compiling HashTreeCollections _HashSlot.swift
[474/1258] Compiling HashTreeCollections _HashStack.swift
[502/1259] Compiling ssl_stat.cc
[504/1259] Compiling ssl_session.cc
[506/1259] Emitting module HashTreeCollections
[506/1260] Compiling ssl_privkey.cc
[508/1260] Compiling ssl_lib.cc
[509/1260] Compiling ssl_key_share.cc
[510/1260] Compiling ssl_file.cc
[511/1260] Compiling ssl_credential.cc
[512/1260] Compiling ssl_cipher.cc
[513/1260] Compiling ssl_cert.cc
[514/1260] Compiling ssl_buffer.cc
[515/1260] Compiling ssl_asn1.cc
[516/1260] Compiling ssl_aead_ctx.cc
[517/1260] Compiling s3_pkt.cc
[518/1260] Compiling s3_lib.cc
[519/1260] Compiling s3_both.cc
[520/1260] Compiling handshake_server.cc
[521/1260] Compiling handshake_client.cc
[522/1260] Compiling handshake.cc
[523/1260] Compiling handoff.cc
[524/1260] Compiling dtls_record.cc
[525/1260] Compiling encrypted_client_hello.cc
[526/1260] Compiling md5-x86_64-linux.S
[527/1260] Compiling extensions.cc
[528/1260] Compiling md5-x86_64-apple.S
[529/1260] Compiling md5-586-linux.S
[530/1260] Compiling md5-586-apple.S
[531/1260] Compiling dtls_method.cc
[532/1260] Compiling chacha20_poly1305_x86_64-apple.S
[533/1260] Compiling chacha20_poly1305_x86_64-linux.S
[534/1260] Compiling chacha20_poly1305_armv8-win.S
[535/1260] Compiling chacha20_poly1305_armv8-linux.S
[536/1260] Compiling chacha20_poly1305_armv8-apple.S
[537/1260] Compiling chacha-x86_64-linux.S
[538/1260] Compiling chacha-x86_64-apple.S
[539/1260] Compiling chacha-x86-linux.S
[540/1260] Compiling d1_srtp.cc
[541/1260] Compiling chacha-x86-apple.S
[542/1260] Compiling chacha-armv8-win.S
[543/1260] Compiling err_data.cc
[544/1260] Compiling chacha-armv8-linux.S
[545/1260] Compiling chacha-armv8-apple.S
[546/1260] Compiling chacha-armv4-linux.S
[547/1260] Compiling aes128gcmsiv-x86_64-linux.S
[548/1260] Compiling aes128gcmsiv-x86_64-apple.S
[549/1260] Compiling x86_64-mont5-apple.S
[550/1260] Compiling x86_64-mont5-linux.S
[551/1260] Compiling x86_64-mont-apple.S
[552/1260] Compiling x86_64-mont-linux.S
[553/1260] Compiling x86-mont-linux.S
[554/1260] Compiling x86-mont-apple.S
[555/1260] Compiling vpaes-x86_64-apple.S
[556/1260] Compiling vpaes-x86_64-linux.S
[557/1260] Compiling vpaes-x86-linux.S
[558/1260] Compiling d1_pkt.cc
[559/1260] Compiling vpaes-x86-apple.S
[560/1260] Compiling vpaes-armv8-win.S
[561/1260] Compiling vpaes-armv8-linux.S
[562/1260] Compiling vpaes-armv8-apple.S
[563/1260] Compiling vpaes-armv7-linux.S
[564/1260] Compiling sha512-x86_64-linux.S
[565/1260] Compiling sha512-x86_64-apple.S
[566/1260] Compiling sha512-armv8-win.S
[567/1260] Compiling sha512-armv8-linux.S
[568/1260] Compiling sha512-armv8-apple.S
[569/1260] Compiling sha512-armv4-linux.S
[570/1260] Compiling d1_lib.cc
[571/1260] Compiling sha512-586-apple.S
[572/1260] Compiling sha512-586-linux.S
[573/1260] Compiling sha256-x86_64-apple.S
[574/1260] Compiling sha256-x86_64-linux.S
[575/1260] Compiling sha256-armv8-win.S
[576/1260] Compiling sha256-armv8-linux.S
[577/1260] Compiling sha256-armv4-linux.S
[578/1260] Compiling sha256-armv8-apple.S
[579/1260] Compiling sha256-586-linux.S
[580/1260] Compiling sha256-586-apple.S
[581/1260] Compiling sha1-x86_64-apple.S
[582/1260] Compiling bio_ssl.cc
[583/1260] Compiling sha1-armv8-linux.S
[584/1260] Compiling sha1-armv8-win.S
[585/1260] Compiling sha1-x86_64-linux.S
[586/1260] Compiling sha1-armv8-apple.S
[587/1260] Compiling sha1-armv4-large-linux.S
[588/1260] Compiling sha1-586-linux.S
[589/1260] Compiling sha1-586-apple.S
[590/1260] Compiling rsaz-avx2-apple.S
[591/1260] Compiling rdrand-x86_64-linux.S
[592/1260] Compiling rsaz-avx2-linux.S
[593/1260] Compiling rdrand-x86_64-apple.S
[594/1260] Compiling p256_beeu-x86_64-asm-linux.S
[595/1260] Compiling p256_beeu-x86_64-asm-apple.S
[596/1260] Compiling p256_beeu-armv8-asm-apple.S
[597/1260] Compiling p256_beeu-armv8-asm-linux.S
[598/1260] Compiling p256_beeu-armv8-asm-win.S
[599/1260] Compiling p256-x86_64-asm-apple.S
[600/1260] Compiling p256-armv8-asm-win.S
[601/1260] Compiling p256-armv8-asm-linux.S
[602/1260] Compiling p256-x86_64-asm-linux.S
[603/1260] Compiling ghashv8-armv8-win.S
[604/1260] Compiling p256-armv8-asm-apple.S
[605/1260] Compiling ghashv8-armv8-linux.S
[606/1260] Compiling ghashv8-armv8-apple.S
[607/1260] Compiling ghashv8-armv7-linux.S
[608/1260] Compiling ghash-x86_64-linux.S
[609/1260] Compiling ghash-x86-linux.S
[610/1260] Compiling ghash-x86_64-apple.S
[610/1260] Compiling ghash-x86-apple.S
[612/1260] Compiling ghash-ssse3-x86_64-linux.S
[613/1260] Compiling ghash-ssse3-x86_64-apple.S
[614/1260] Compiling ghash-ssse3-x86-linux.S
[615/1260] Compiling ghash-ssse3-x86-apple.S
[616/1260] Compiling ghash-neon-armv8-apple.S
[616/1260] Compiling ghash-neon-armv8-win.S
[618/1260] Compiling ghash-neon-armv8-linux.S
[619/1260] Compiling ghash-armv4-linux.S
[620/1260] Compiling co-586-linux.S
[620/1260] Compiling co-586-apple.S
[622/1260] Compiling bsaes-armv7-linux.S
[623/1260] Compiling bn-armv8-win.S
[624/1260] Compiling bn-armv8-linux.S
[625/1260] Compiling d1_both.cc
[626/1260] Compiling bn-armv8-apple.S
[627/1260] Compiling bn-586-linux.S
[628/1260] Compiling bn-586-apple.S
[629/1260] Compiling armv8-mont-win.S
[630/1260] Compiling armv8-mont-linux.S
[631/1260] Compiling armv8-mont-apple.S
[632/1260] Compiling armv4-mont-linux.S
[633/1260] Compiling aesv8-gcm-armv8-win.S
[634/1260] Compiling aesv8-gcm-armv8-apple.S
[634/1260] Compiling aesv8-gcm-armv8-linux.S
[636/1260] Compiling aesv8-armv8-win.S
[637/1260] Compiling aesv8-armv8-linux.S
[638/1260] Compiling aesv8-armv8-apple.S
[639/1260] Compiling aesv8-armv7-linux.S
[640/1260] Compiling aesni-x86_64-apple.S
[641/1260] Compiling aesni-x86-apple.S
[642/1260] Compiling aesni-x86-linux.S
[643/1260] Compiling aesni-x86_64-linux.S
[644/1260] Compiling aesni-gcm-x86_64-linux.S
[645/1260] Compiling aesni-gcm-x86_64-apple.S
[646/1260] Compiling aes-gcm-avx2-x86_64-linux.S
[647/1260] Compiling aes-gcm-avx10-x86_64-linux.S
[648/1260] Compiling aes-gcm-avx2-x86_64-apple.S
[649/1260] Compiling aes-gcm-avx10-x86_64-apple.S
[650/1260] Compiling x_sig.cc
[651/1260] Compiling x_val.cc
[652/1260] Compiling x_x509a.cc
[653/1260] Compiling x_spki.cc
[654/1260] Compiling x_x509.cc
[654/1260] Compiling x_req.cc
[656/1260] Compiling x_pubkey.cc
[657/1260] Compiling x_name.cc
[658/1260] Compiling x_algor.cc
[659/1260] Compiling x_crl.cc
[660/1260] Compiling x509name.cc
[661/1260] Compiling x_attrib.cc
[662/1260] Compiling x509rset.cc
[663/1260] Compiling x509spki.cc
[664/1260] Compiling x_exten.cc
[665/1260] Compiling x_all.cc
[666/1260] Compiling x509_vpm.cc
[667/1260] Compiling x509_v3.cc
[668/1260] Compiling x509_txt.cc
[669/1260] Compiling x509_vfy.cc
[670/1260] Compiling x509_set.cc
[671/1260] Compiling x509cset.cc
[672/1260] Compiling x509_trs.cc
[673/1260] Compiling x509_req.cc
[674/1260] Compiling x509_obj.cc
[675/1260] Compiling x509_d2.cc
[676/1260] Compiling x509_def.cc
[677/1260] Compiling x509_lu.cc
[678/1260] Compiling x509_ext.cc
[679/1260] Compiling x509_cmp.cc
[680/1260] Compiling x509_att.cc
[681/1260] Compiling x509.cc
[682/1260] Compiling v3_prn.cc
[683/1260] Compiling v3_skey.cc
[684/1260] Compiling v3_pmaps.cc
[685/1260] Compiling v3_utl.cc
[686/1260] Compiling v3_purp.cc
[687/1260] Compiling v3_ocsp.cc
[688/1260] Compiling v3_pcons.cc
[689/1260] Compiling v3_ncons.cc
[690/1260] Compiling v3_int.cc
[691/1260] Compiling v3_lib.cc
[692/1260] Compiling v3_genn.cc
[693/1260] Compiling v3_ia5.cc
[694/1260] Compiling v3_info.cc
[695/1260] Compiling v3_extku.cc
[696/1260] Compiling v3_enum.cc
[697/1260] Compiling v3_crld.cc
[698/1260] Compiling v3_conf.cc
[699/1260] Compiling v3_cpols.cc
[700/1260] Compiling v3_bitst.cc
[701/1260] Compiling v3_bcons.cc
[702/1260] Compiling v3_akey.cc
[703/1260] Compiling v3_akeya.cc
[704/1260] Compiling v3_alt.cc
[705/1260] Compiling t_x509a.cc
[706/1260] Compiling t_x509.cc
[707/1260] Compiling t_req.cc
[708/1260] Compiling i2d_pr.cc
[709/1260] Compiling t_crl.cc
[710/1260] Compiling rsa_pss.cc
[711/1260] Compiling name_print.cc
[712/1260] Compiling policy.cc
[713/1260] Compiling by_file.cc
[714/1260] Compiling asn1_gen.cc
[715/1260] Compiling algorithm.cc
[716/1260] Compiling by_dir.cc
[717/1260] Compiling a_verify.cc
[718/1260] Compiling a_sign.cc
[719/1260] Compiling thread_win.cc
[720/1260] Compiling voprf.cc
[721/1260] Compiling thread_pthread.cc
[722/1260] Compiling trust_token.cc
[723/1260] Compiling a_digest.cc
[724/1260] Compiling thread_none.cc
[725/1260] Compiling thread.cc
[726/1260] Compiling pmbtoken.cc
[727/1260] Compiling sha256.cc
[728/1260] Compiling sha512.cc
[729/1260] Compiling stack.cc
[730/1260] Compiling siphash.cc
[731/1260] Compiling sha1.cc
[732/1260] Compiling slhdsa.cc
[733/1260] Compiling rsa_print.cc
[734/1260] Compiling rsa_extra.cc
[735/1260] Compiling spake2plus.cc
[736/1260] Compiling rsa_crypt.cc
[737/1260] Compiling refcount.cc
[738/1260] Compiling rc4.cc
[739/1260] Compiling windows.cc
[740/1260] Compiling rsa_asn1.cc
[741/1260] Compiling trusty.cc
[742/1260] Compiling urandom.cc
[743/1260] Compiling passive.cc
[744/1260] Compiling ios.cc
[745/1260] Compiling rand.cc
[746/1260] Compiling poly1305_arm_asm.S
[747/1260] Compiling getentropy.cc
[748/1260] Compiling deterministic.cc
[749/1260] Compiling fork_detect.cc
[750/1260] Compiling forkunsafe.cc
[751/1260] Compiling poly1305_arm.cc
[752/1260] Compiling poly1305_vec.cc
[753/1260] Compiling pool.cc
[754/1260] Compiling poly1305.cc
[755/1260] Compiling pkcs8_x509.cc
[756/1260] Compiling pkcs8.cc
[757/1260] Compiling pkcs7.cc
[758/1260] Compiling pkcs7_x509.cc
[759/1260] Compiling p5_pbev2.cc
[760/1260] Compiling pem_xaux.cc
[761/1260] Compiling pem_pkey.cc
[762/1260] Compiling pem_x509.cc
[763/1260] Compiling mlkem.cc
[764/1260] Compiling pem_oth.cc
[765/1260] Compiling pem_pk8.cc
[766/1260] Compiling obj_xref.cc
[767/1260] Compiling pem_lib.cc
[768/1260] Compiling pem_info.cc
[769/1260] Compiling mldsa.cc
[770/1260] Compiling obj.cc
[771/1260] Compiling mem.cc
[772/1260] Compiling pem_all.cc
[773/1260] Compiling md4.cc
[774/1260] Compiling md5.cc
[775/1260] Compiling fips_shared_support.cc
[776/1260] Compiling poly_rq_mul.S
[777/1260] Compiling lhash.cc
[778/1260] Compiling ex_data.cc
[779/1260] Compiling scrypt.cc
[780/1260] Compiling sign.cc
[781/1260] Compiling kyber.cc
[782/1260] Compiling hrss.cc
[783/1260] Compiling print.cc
[784/1260] Compiling hpke.cc
[785/1260] Compiling pbkdf.cc
[786/1260] Compiling p_x25519.cc
[787/1260] Compiling p_x25519_asn1.cc
[788/1260] Compiling p_ed25519.cc
[789/1260] Compiling p_rsa_asn1.cc
[790/1260] Compiling p_rsa.cc
[791/1260] Compiling p_ed25519_asn1.cc
[792/1260] Compiling p_hkdf.cc
[793/1260] Compiling p_ec.cc
[794/1260] Compiling p_ec_asn1.cc
[795/1260] Compiling p_dh_asn1.cc
[796/1260] Compiling p_dh.cc
[797/1260] Compiling evp_ctx.cc
[798/1260] Compiling p_dsa_asn1.cc
[799/1260] Compiling evp.cc
[800/1260] Compiling err.cc
[801/1260] Compiling evp_asn1.cc
[802/1260] Compiling engine.cc
[803/1260] Compiling ecdh.cc
[804/1260] Compiling hash_to_curve.cc
[805/1260] Compiling ecdsa_asn1.cc
[806/1260] Compiling ec_derive.cc
[807/1260] Compiling dsa.cc
[808/1260] Compiling ec_asn1.cc
[809/1260] Compiling dsa_asn1.cc
[810/1260] Compiling params.cc
[811/1260] Compiling x25519-asm-arm.S
[812/1260] Compiling digest_extra.cc
[813/1260] Compiling des.cc
[814/1260] Compiling dh_asn1.cc
[815/1260] Compiling cpu_intel.cc
[816/1260] Compiling crypto.cc
[816/1260] Compiling cpu_arm_linux.cc
[817/1260] Compiling spake25519.cc
[819/1260] Compiling bcm.cc
[820/1260] Compiling curve25519.cc
[821/1260] Compiling cpu_aarch64_openbsd.cc
[822/1260] Compiling cpu_arm_freebsd.cc
[823/1260] Compiling cpu_aarch64_linux.cc
[824/1260] Compiling cpu_aarch64_win.cc
[825/1260] Compiling cpu_aarch64_sysreg.cc
[826/1260] Compiling cpu_aarch64_fuchsia.cc
[827/1260] Compiling cpu_aarch64_apple.cc
[828/1260] Compiling curve25519_64_adx.cc
[829/1260] Compiling conf.cc
[830/1260] Compiling get_cipher.cc
[831/1260] Compiling tls_cbc.cc
[832/1260] Compiling e_rc4.cc
[833/1260] Compiling e_tls.cc
[834/1260] Compiling e_rc2.cc
[835/1260] Compiling e_null.cc
[836/1260] Compiling e_aesctrhmac.cc
[837/1260] Compiling e_des.cc
[838/1260] Compiling derive_key.cc
[839/1260] Compiling chacha.cc
[840/1260] Compiling e_aesgcmsiv.cc
[841/1260] Compiling e_chacha20poly1305.cc
[842/1260] Compiling unicode.cc
[843/1260] Compiling cbs.cc
[844/1260] Compiling buf.cc
[845/1260] Compiling bn_asn1.cc
[846/1260] Compiling blake2.cc
[847/1260] Compiling ber.cc
[848/1260] Compiling asn1_compat.cc
[849/1260] Compiling cbb.cc
[850/1260] Compiling convert.cc
[851/1260] Compiling socket.cc
[852/1260] Compiling socket_helper.cc
[853/1260] Compiling printf.cc
[854/1260] Compiling hexdump.cc
[854/1260] Compiling pair.cc
[856/1260] Compiling errno.cc
[857/1260] Compiling file.cc
[858/1260] Compiling fd.cc
[859/1260] Compiling connect.cc
[860/1260] Compiling bio_mem.cc
[861/1260] Compiling base64.cc
[862/1260] Compiling bio.cc
[863/1260] Compiling tasn_fre.cc
[864/1260] Compiling tasn_typ.cc
[865/1260] Compiling tasn_enc.cc
[866/1260] Compiling tasn_utl.cc
[867/1260] Compiling tasn_new.cc
[868/1260] Compiling posix_time.cc
[869/1260] Compiling f_int.cc
[870/1260] Compiling f_string.cc
[871/1260] Compiling asn_pack.cc
[872/1260] Compiling tasn_dec.cc
[873/1260] Compiling asn1_par.cc
[874/1260] Compiling a_utctm.cc
[875/1260] Compiling asn1_lib.cc
[876/1260] Compiling a_octet.cc
[877/1260] Compiling a_type.cc
[878/1260] Compiling a_time.cc
[879/1260] Compiling a_strnid.cc
[880/1260] Compiling a_strex.cc
[881/1260] Compiling a_i2d_fp.cc
[882/1260] Compiling a_object.cc
[883/1260] Compiling a_dup.cc
[884/1260] Compiling a_mbstr.cc
[885/1260] Compiling a_d2i_fp.cc
[886/1260] Compiling a_int.cc
[887/1260] Compiling fiat_p256_adx_sqr.S
[888/1260] Compiling fiat_p256_adx_mul.S
[889/1260] Compiling fiat_curve25519_adx_square.S
[890/1260] Compiling a_gentm.cc
[891/1260] Compiling fiat_curve25519_adx_mul.S
[892/1260] Compiling md5-x86_64-linux.S
[893/1260] Compiling md5-x86_64-apple.S
[894/1260] Compiling md5-586-linux.S
[895/1260] Compiling md5-586-apple.S
[896/1260] Compiling chacha20_poly1305_x86_64-apple.S
[897/1260] Compiling a_bitstr.cc
[898/1260] Compiling a_bool.cc
[899/1260] Compiling chacha20_poly1305_x86_64-linux.S
[900/1260] Compiling chacha20_poly1305_armv8-win.S
[901/1260] Compiling chacha20_poly1305_armv8-linux.S
[902/1260] Compiling chacha20_poly1305_armv8-apple.S
[903/1260] Compiling chacha-x86_64-apple.S
[904/1260] Compiling chacha-x86_64-linux.S
[905/1260] Compiling CCryptoBoringSSLShims shims.c
[906/1260] Compiling chacha-x86-linux.S
[907/1260] Compiling chacha-x86-apple.S
[908/1260] Compiling chacha-armv8-win.S
[909/1260] Compiling chacha-armv8-linux.S
[910/1260] Compiling chacha-armv8-apple.S
[911/1260] Compiling chacha-armv4-linux.S
[912/1260] Compiling aes128gcmsiv-x86_64-linux.S
[913/1260] Compiling aes128gcmsiv-x86_64-apple.S
[914/1260] Compiling x86_64-mont5-apple.S
[914/1260] Compiling err_data.cc
[916/1260] Compiling x86_64-mont-linux.S
[917/1260] Compiling x86_64-mont5-linux.S
[918/1260] Compiling x86_64-mont-apple.S
[919/1260] Compiling x86-mont-linux.S
[920/1260] Compiling x86-mont-apple.S
[921/1260] Compiling vpaes-x86_64-apple.S
[922/1260] Compiling vpaes-x86_64-linux.S
[923/1260] Compiling vpaes-x86-linux.S
[924/1260] Compiling vpaes-x86-apple.S
[925/1260] Compiling vpaes-armv8-win.S
[926/1260] Compiling vpaes-armv7-linux.S
[926/1260] Compiling vpaes-armv8-apple.S
[928/1260] Compiling vpaes-armv8-linux.S
[929/1260] Compiling sha512-x86_64-linux.S
[930/1260] Compiling sha512-x86_64-apple.S
[931/1260] Compiling sha512-armv8-win.S
[932/1260] Compiling sha512-armv8-linux.S
[933/1260] Compiling sha512-armv8-apple.S
[934/1260] Compiling sha512-armv4-linux.S
[935/1260] Compiling sha512-586-apple.S
[935/1260] Compiling sha512-586-linux.S
[937/1260] Compiling sha256-armv8-win.S
[938/1260] Compiling sha256-x86_64-apple.S
[939/1260] Compiling sha256-x86_64-linux.S
[940/1260] Compiling sha256-armv8-apple.S
[941/1260] Compiling sha256-armv8-linux.S
[942/1260] Compiling sha256-armv4-linux.S
[943/1260] Compiling sha256-586-linux.S
[944/1260] Compiling sha256-586-apple.S
[945/1260] Compiling sha1-armv8-win.S
[946/1260] Compiling sha1-x86_64-apple.S
[947/1260] Compiling sha1-armv8-linux.S
[948/1260] Compiling sha1-armv8-apple.S
[949/1260] Compiling sha1-x86_64-linux.S
[950/1260] Compiling sha1-armv4-large-linux.S
[951/1260] Compiling sha1-586-linux.S
[952/1260] Compiling sha1-586-apple.S
[953/1260] Compiling rsaz-avx2-linux.S
[954/1260] Compiling rsaz-avx2-apple.S
[955/1260] Compiling rdrand-x86_64-linux.S
[956/1260] Compiling rdrand-x86_64-apple.S
[957/1260] Compiling p256_beeu-x86_64-asm-apple.S
[958/1260] Compiling p256_beeu-x86_64-asm-linux.S
[959/1260] Compiling p256_beeu-armv8-asm-win.S
[960/1260] Compiling p256_beeu-armv8-asm-apple.S
[961/1260] Compiling p256_beeu-armv8-asm-linux.S
[962/1260] Compiling p256-x86_64-asm-linux.S
[963/1260] Compiling p256-x86_64-asm-apple.S
[964/1260] Compiling p256-armv8-asm-win.S
[965/1260] Compiling p256-armv8-asm-linux.S
[966/1260] Compiling p256-armv8-asm-apple.S
[967/1260] Compiling ghashv8-armv8-win.S
[968/1260] Compiling ghashv8-armv8-linux.S
[969/1260] Compiling ghashv8-armv8-apple.S
[970/1260] Compiling ghashv8-armv7-linux.S
[971/1260] Compiling ghash-x86_64-linux.S
[972/1260] Compiling ghash-x86_64-apple.S
[973/1260] Compiling ghash-x86-linux.S
[974/1260] Compiling ghash-x86-apple.S
[975/1260] Compiling ghash-ssse3-x86_64-apple.S
[976/1260] Compiling ghash-ssse3-x86_64-linux.S
[977/1260] Compiling ghash-ssse3-x86-linux.S
[978/1260] Compiling ghash-neon-armv8-win.S
[979/1260] Compiling ghash-ssse3-x86-apple.S
[980/1260] Compiling ghash-neon-armv8-linux.S
[981/1260] Compiling ghash-neon-armv8-apple.S
[982/1260] Compiling ghash-armv4-linux.S
[983/1260] Compiling co-586-linux.S
[984/1260] Compiling co-586-apple.S
[985/1260] Compiling bn-armv8-win.S
[986/1260] Compiling bn-armv8-linux.S
[987/1260] Compiling bsaes-armv7-linux.S
[988/1260] Compiling bn-armv8-apple.S
[989/1260] Compiling bn-586-apple.S
[990/1260] Compiling bn-586-linux.S
[991/1260] Compiling armv8-mont-linux.S
[992/1260] Compiling armv8-mont-win.S
[993/1260] Compiling armv8-mont-apple.S
[994/1260] Compiling aesv8-gcm-armv8-win.S
[995/1260] Compiling aesv8-gcm-armv8-linux.S
[996/1260] Compiling armv4-mont-linux.S
[997/1260] Compiling aesv8-armv8-win.S
[998/1260] Compiling aesv8-gcm-armv8-apple.S
[999/1260] Compiling aesv8-armv8-linux.S
[1000/1260] Compiling aesv8-armv8-apple.S
[1001/1260] Compiling aesv8-armv7-linux.S
[1002/1260] Compiling aesni-x86_64-linux.S
[1003/1260] Compiling aesni-x86_64-apple.S
[1004/1260] Compiling aesni-x86-linux.S
[1005/1260] Compiling aesni-x86-apple.S
[1006/1260] Compiling aesni-gcm-x86_64-linux.S
[1007/1260] Compiling aesni-gcm-x86_64-apple.S
[1008/1260] Compiling aes-gcm-avx10-x86_64-linux.S
[1009/1260] Compiling aes-gcm-avx10-x86_64-apple.S
[1010/1260] Compiling x_sig.cc
[1011/1260] Compiling x_req.cc
[1012/1260] Compiling x_val.cc
[1013/1260] Compiling c-nioatomics.c
[1014/1260] Compiling x_x509a.cc
[1015/1260] Compiling x_spki.cc
[1016/1260] Compiling x_x509.cc
[1017/1260] Compiling x_pubkey.cc
[1018/1260] Compiling c-atomics.c
[1019/1260] Compiling x_name.cc
[1020/1260] Compiling x_attrib.cc
[1021/1260] Compiling x_crl.cc
[1022/1260] Compiling x_algor.cc
[1023/1260] Compiling x_exten.cc
[1024/1260] Compiling x_all.cc
[1025/1260] Compiling x509spki.cc
[1026/1266] Compiling x509rset.cc
[1028/1266] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1029/1266] Compiling NIOConcurrencyHelpers NIOLock.swift
[1029/1266] Compiling x509name.cc
[1031/1266] Compiling NIOConcurrencyHelpers lock.swift
[1031/1266] Compiling x509_v3.cc
[1032/1266] Compiling x509_vpm.cc
[1034/1266] Emitting module NIOConcurrencyHelpers
[1034/1266] Compiling x509_txt.cc
[1035/1266] Compiling x509cset.cc
[1036/1266] Compiling x509_vfy.cc
[1037/1266] Compiling x509_trs.cc
[1039/1266] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1040/1266] Compiling NIOConcurrencyHelpers atomics.swift
[1041/1267] Compiling x509_set.cc
[1042/1267] Compiling x509_req.cc
[1043/1267] Compiling x509_lu.cc
[1044/1267] Compiling x509_obj.cc
[1045/1267] Compiling x509_def.cc
[1046/1267] Compiling x509_d2.cc
[1047/1267] Compiling x509_ext.cc
[1048/1267] Compiling x509_cmp.cc
[1049/1267] Compiling x509_att.cc
[1050/1267] Compiling x509.cc
[1051/1267] Compiling v3_prn.cc
[1052/1267] Compiling v3_skey.cc
[1053/1267] Compiling v3_utl.cc
[1054/1267] Compiling v3_pmaps.cc
[1055/1267] Compiling v3_pcons.cc
[1056/1267] Compiling v3_purp.cc
[1057/1267] Compiling v3_ncons.cc
[1058/1267] Compiling v3_ocsp.cc
[1059/1267] Compiling v3_lib.cc
[1060/1267] Compiling v3_int.cc
[1061/1267] Compiling v3_info.cc
[1062/1267] Compiling v3_ia5.cc
[1063/1267] Compiling v3_genn.cc
[1064/1267] Compiling v3_extku.cc
[1065/1267] Compiling v3_enum.cc
[1066/1267] Compiling v3_crld.cc
[1067/1267] Compiling v3_conf.cc
[1068/1267] Compiling v3_cpols.cc
[1069/1267] Compiling v3_bitst.cc
[1070/1267] Compiling v3_bcons.cc
[1071/1267] Compiling v3_akeya.cc
[1072/1267] Compiling v3_alt.cc
[1073/1267] Compiling v3_akey.cc
[1074/1267] Compiling t_req.cc
[1075/1267] Compiling t_x509a.cc
[1076/1267] Compiling t_x509.cc
[1077/1267] Compiling t_crl.cc
[1078/1267] Compiling rsa_pss.cc
[1079/1267] Compiling i2d_pr.cc
[1080/1267] Compiling name_print.cc
[1081/1267] Compiling policy.cc
[1082/1267] Compiling by_dir.cc
[1083/1267] Compiling by_file.cc
[1084/1267] Compiling algorithm.cc
[1085/1267] Compiling asn1_gen.cc
[1086/1267] Compiling trust_token.cc
[1087/1267] Compiling pmbtoken.cc
[1087/1267] Compiling voprf.cc
[1089/1267] Compiling a_verify.cc
[1090/1267] Compiling a_sign.cc
[1090/1267] Compiling a_digest.cc
[1092/1267] Compiling thread.cc
[1093/1267] Compiling thread_win.cc
[1094/1267] Compiling thread_pthread.cc
[1095/1267] Compiling thread_none.cc
[1096/1267] Compiling wots.cc
[1097/1267] Compiling stack.cc
[1098/1267] Compiling thash.cc
[1099/1267] Compiling slhdsa.cc
[1100/1267] Compiling fors.cc
[1101/1267] Compiling siphash.cc
[1101/1267] Compiling merkle.cc
[1103/1267] Compiling sha512.cc
[1104/1267] Compiling sha256.cc
[1105/1267] Compiling sha1.cc
[1106/1267] Compiling rsa_extra.cc
[1107/1267] Compiling rsa_print.cc
[1108/1267] Compiling rc4.cc
[1109/1267] Compiling refcount.cc
[1110/1267] Compiling windows.cc
[1111/1267] Compiling rsa_asn1.cc
[1112/1267] Compiling trusty.cc
[1113/1267] Compiling rsa_crypt.cc
[1114/1267] Compiling urandom.cc
[1115/1267] Compiling rand_extra.cc
[1116/1267] Compiling ios.cc
[1117/1267] Compiling getentropy.cc
[1118/1267] Compiling passive.cc
[1119/1267] Compiling poly1305_arm_asm.S
[1120/1267] Compiling deterministic.cc
[1121/1267] Compiling forkunsafe.cc
[1121/1267] Compiling fork_detect.cc
[1123/1267] Compiling pool.cc
[1124/1267] Compiling poly1305_vec.cc
[1125/1267] Compiling poly1305.cc
[1126/1267] Compiling poly1305_arm.cc
[1127/1267] Compiling pkcs8_x509.cc
[1128/1267] Compiling pkcs8.cc
[1129/1267] Compiling pkcs7.cc
[1130/1267] Compiling p5_pbev2.cc
[1131/1267] Compiling pkcs7_x509.cc
[1132/1267] Compiling pem_x509.cc
[1133/1267] Compiling pem_xaux.cc
[1134/1267] Compiling pem_pkey.cc
[1135/1267] Compiling obj_xref.cc
[1136/1267] Compiling pem_pk8.cc
[1137/1267] Compiling pem_oth.cc
[1138/1267] Compiling pem_info.cc
[1139/1267] Compiling pem_lib.cc
[1140/1267] Compiling obj.cc
[1141/1267] Compiling pem_all.cc
[1142/1267] Compiling mlkem.cc
[1143/1267] Compiling mldsa.cc
[1144/1267] Compiling mem.cc
[1145/1267] Compiling poly_rq_mul.S
[1146/1267] Compiling fips_shared_support.cc
[1147/1267] Compiling md5.cc
[1148/1267] Compiling md4.cc
[1149/1267] Compiling lhash.cc
[1150/1267] Compiling kyber.cc
[1151/1267] Compiling ex_data.cc
[1152/1267] Compiling hpke.cc
[1153/1267] Compiling hrss.cc
[1154/1267] Compiling sign.cc
[1155/1267] Compiling scrypt.cc
[1156/1267] Compiling print.cc
[1157/1267] Compiling pbkdf.cc
[1158/1267] Compiling p_x25519.cc
[1159/1267] Compiling p_x25519_asn1.cc
[1160/1267] Compiling p_rsa_asn1.cc
[1161/1267] Compiling p_rsa.cc
[1162/1267] Compiling p_hkdf.cc
[1163/1267] Compiling p_ed25519.cc
[1164/1267] Compiling p_ed25519_asn1.cc
[1165/1267] Compiling p_ec_asn1.cc
[1166/1267] Compiling p_ec.cc
[1167/1267] Compiling p_dsa_asn1.cc
[1168/1267] Compiling p_dh_asn1.cc
[1169/1267] Compiling p_dh.cc
[1170/1267] Compiling evp_ctx.cc
[1171/1267] Compiling evp.cc
[1172/1267] Compiling evp_asn1.cc
[1173/1267] Compiling err.cc
[1174/1267] Compiling engine.cc
[1175/1267] Compiling hash_to_curve.cc
[1175/1267] Compiling ecdsa_asn1.cc
[1175/1267] Compiling ec_derive.cc
[1175/1267] Compiling ecdh_extra.cc
[1179/1267] Compiling dsa_asn1.cc
[1180/1267] Compiling ec_asn1.cc
[1181/1267] Compiling params.cc
[1182/1267] Compiling dh_asn1.cc
[1183/1267] Compiling dsa.cc
[1184/1267] Compiling x25519-asm-arm.S
[1185/1267] Compiling des.cc
[1186/1267] Compiling digest_extra.cc
[1187/1267] Compiling spake25519.cc
[1188/1267] Compiling crypto.cc
[1189/1267] Compiling cpu_intel.cc
[1190/1267] Compiling cpu_arm_linux.cc
[1191/1267] Compiling cpu_arm_freebsd.cc
[1192/1267] Compiling cpu_aarch64_win.cc
[1193/1267] Compiling bcm.cc
[1194/1267] Compiling curve25519.cc
[1195/1267] Compiling curve25519_64_adx.cc
[1196/1267] Compiling cpu_aarch64_sysreg.cc
[1197/1267] Compiling cpu_aarch64_openbsd.cc
[1198/1267] Compiling cpu_aarch64_fuchsia.cc
[1198/1267] Compiling cpu_aarch64_linux.cc
[1200/1267] Compiling cpu_aarch64_apple.cc
[1201/1267] Compiling conf.cc
[1202/1267] Compiling e_chacha20poly1305.cc
[1203/1267] Compiling e_rc2.cc
[1203/1267] Compiling e_rc4.cc
[1204/1267] Compiling e_tls.cc
[1206/1267] Compiling e_des.cc
[1207/1267] Compiling e_null.cc
[1208/1267] Compiling tls_cbc.cc
[1209/1267] Compiling derive_key.cc
[1210/1267] Compiling unicode.cc
[1211/1267] Compiling cipher_extra.cc
[1212/1267] Compiling chacha.cc
[1213/1267] Compiling e_aesgcmsiv.cc
[1214/1267] Compiling e_aesctrhmac.cc
[1215/1267] Compiling cbb.cc
[1216/1267] Compiling cbs.cc
[1217/1267] Compiling ber.cc
[1218/1267] Compiling buf.cc
[1219/1267] Compiling bn_asn1.cc
[1220/1267] Compiling asn1_compat.cc
[1221/1267] Compiling printf.cc
[1222/1267] Compiling blake2.cc
[1223/1267] Compiling convert.cc
[1224/1267] Compiling pair.cc
[1225/1267] Compiling hexdump.cc
[1226/1267] Compiling errno.cc
[1227/1267] Compiling file.cc
[1228/1267] Compiling fd.cc
[1229/1267] Compiling bio_mem.cc
[1230/1267] Compiling base64.cc
[1231/1267] Compiling bio.cc
[1232/1267] Compiling tasn_typ.cc
[1233/1267] Compiling tasn_fre.cc
[1233/1267] Compiling tasn_utl.cc
[1235/1267] Compiling tasn_new.cc
[1236/1267] Compiling tasn_enc.cc
[1237/1267] Compiling f_string.cc
[1238/1267] Compiling posix_time.cc
[1239/1267] Compiling tasn_dec.cc
[1240/1267] Compiling f_int.cc
[1241/1267] Compiling asn_pack.cc
[1242/1267] Compiling asn1_par.cc
[1243/1267] Compiling asn1_lib.cc
[1244/1267] Compiling a_utctm.cc
[1245/1267] Compiling a_type.cc
[1246/1267] Compiling a_time.cc
[1247/1267] Compiling a_strnid.cc
[1248/1267] Compiling a_octet.cc
[1249/1267] Compiling a_strex.cc
[1250/1267] Compiling a_object.cc
[1251/1267] Compiling a_i2d_fp.cc
[1252/1267] Compiling a_mbstr.cc
[1253/1267] Write sources
[1254/1267] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1255/1267] Write sources
[1256/1267] Compiling a_gentm.cc
[1257/1267] Write sources
[1259/1267] Compiling a_int.cc
[1260/1267] Write sources
[1261/1267] Compiling a_dup.cc
[1262/1267] Write sources
[1264/1267] Compiling a_d2i_fp.cc
[1265/1267] Compiling a_bool.cc
[1266/1409] Compiling a_bitstr.cc
[1268/1409] Compiling Algorithms EitherSequence.swift
[1269/1409] Compiling Algorithms FirstNonNil.swift
[1270/1409] Compiling Algorithms FlattenCollection.swift
[1271/1417] Compiling Algorithms Joined.swift
[1272/1417] Compiling Algorithms Keyed.swift
[1273/1419] Compiling Algorithms MinMax.swift
[1274/1419] Compiling Algorithms Partition.swift
[1275/1419] Compiling Algorithms Permutations.swift
[1276/1419] Compiling Algorithms Product.swift
[1277/1419] Compiling Algorithms AdjacentPairs.swift
[1278/1419] Compiling Algorithms Chain.swift
[1279/1419] Compiling Algorithms Chunked.swift
[1280/1419] Compiling Atomics IntegerOperations.swift
[1281/1419] Compiling Atomics Unmanaged extensions.swift
[1282/1419] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1283/1419] Compiling BitCollections BitSet+CustomReflectable.swift
[1284/1419] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1285/1419] Compiling BitCollections BitSet+Equatable.swift
[1286/1419] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1287/1419] Compiling BitCollections BitSet+Extras.swift
[1288/1419] Compiling BitCollections BitSet+Hashable.swift
[1293/1426] Compiling Algorithms Suffix.swift
[1294/1426] Compiling Algorithms RandomSample.swift
[1295/1426] Compiling Algorithms Reductions.swift
[1296/1426] Compiling Algorithms Combinations.swift
[1297/1426] Compiling Algorithms Compacted.swift
[1298/1426] Compiling Algorithms Cycle.swift
[1299/1426] Emitting module BitCollections
[1300/1426] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1301/1426] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1302/1426] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1303/1426] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1304/1426] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1305/1426] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1306/1426] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1307/1426] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1308/1426] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1309/1426] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1310/1426] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1311/1426] Compiling BitCollections BitSet+SetAlgebra union.swift
[1312/1426] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1313/1426] Compiling BitCollections BitSet.Counted.swift
[1314/1426] Compiling CryptoBoringWrapper RandomBytes.swift
[1315/1426] Emitting module CryptoBoringWrapper
[1324/1432] Compiling Algorithms Rotate.swift
[1328/1435] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1329/1435] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1330/1435] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1331/1435] Compiling CryptoBoringWrapper EllipticCurve.swift
[1333/1435] Compiling Algorithms Trim.swift
[1334/1435] Compiling Algorithms Unique.swift
[1335/1435] Compiling Algorithms Windows.swift
[1336/1435] Compiling BitCollections BitArray+Hashable.swift
[1337/1435] Compiling BitCollections BitArray+Initializers.swift
[1338/1435] Compiling BitCollections BitArray+Invariants.swift
[1339/1435] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1349/1435] Compiling Algorithms Grouped.swift
[1350/1435] Compiling Algorithms Indexed.swift
[1351/1435] Compiling Algorithms Intersperse.swift
[1370/1435] Emitting module AsyncAlgorithms
[1385/1435] Compiling BitCollections BitSet.Index.swift
[1386/1435] Compiling BitCollections BitSet._UnsafeHandle.swift
[1387/1435] Compiling BitCollections BitSet.swift
[1388/1435] Compiling BitCollections Range+Utilities.swift
[1389/1435] Compiling BitCollections Slice+Utilities.swift
[1390/1435] Compiling BitCollections UInt+Tricks.swift
[1391/1435] Compiling BitCollections _Word.swift
[1392/1436] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1393/1436] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1399/1437] Emitting module Atomics
[1406/1510] Compiling Crypto ASN1Strings.swift
[1407/1510] Compiling Crypto ArraySliceBigint.swift
[1408/1510] Compiling Crypto GeneralizedTime.swift
[1409/1510] Compiling Crypto ObjectIdentifier.swift
[1410/1510] Compiling Crypto ECDSASignature.swift
[1411/1510] Compiling Crypto PEMDocument.swift
[1412/1510] Compiling Crypto PKCS8PrivateKey.swift
[1413/1510] Compiling Crypto SEC1PrivateKey.swift
[1414/1510] Compiling Crypto SubjectPublicKeyInfo.swift
[1415/1510] Compiling Crypto CryptoKitErrors.swift
[1416/1510] Compiling Crypto Digest_boring.swift
[1417/1510] Compiling Crypto Digest.swift
[1418/1510] Compiling Crypto Digests.swift
[1419/1510] Compiling Crypto HashFunctions.swift
[1420/1510] Compiling Crypto HashFunctions_SHA2.swift
[1421/1510] Compiling Crypto HPKE-AEAD.swift
[1422/1510] Compiling Crypto HPKE-Ciphersuite.swift
[1423/1510] Compiling Crypto HPKE-KDF.swift
[1424/1510] Compiling Collections Collections.swift
[1425/1510] Emitting module Collections
[1426/1510] Compiling Crypto ASN1Boolean.swift
[1427/1510] Compiling Crypto ASN1Identifier.swift
[1428/1510] Compiling Crypto ASN1Integer.swift
[1429/1512] Compiling Crypto Insecure.swift
[1430/1512] Compiling Crypto Insecure_HashFunctions.swift
[1431/1512] Compiling Crypto KEM.swift
[1432/1512] Compiling Crypto ECDH_boring.swift
[1433/1512] Compiling Crypto DH.swift
[1434/1512] Compiling Crypto ECDH.swift
[1435/1513] Compiling Crypto AES-GCM.swift
[1436/1513] Compiling Crypto AES-GCM_boring.swift
[1437/1513] Compiling Crypto ChaChaPoly_boring.swift
[1438/1513] Compiling Crypto ChaChaPoly.swift
[1442/1580] Emitting module Algorithms
[1443/1581] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1445/1582] Emitting module ServiceLifecycle
[1446/1582] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1447/1582] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1448/1582] Compiling ServiceLifecycle CancellationWaiter.swift
[1449/1582] Compiling ServiceLifecycle GracefulShutdown.swift
[1450/1582] Compiling ServiceLifecycle ServiceRunnerError.swift
[1451/1582] Emitting module Crypto
[1452/1591] Compiling NIOCore MarkedCircularBuffer.swift
[1453/1591] Compiling NIOCore MulticastChannel.swift
[1454/1591] Compiling NIOCore NIOAny.swift
[1455/1591] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1456/1591] Compiling NIOCore NIOLoopBound.swift
[1457/1591] Compiling NIOCore NIOScheduledCallback.swift
[1458/1591] Compiling NIOCore NIOSendable.swift
[1459/1591] Compiling NIOCore RecvByteBufferAllocator.swift
[1460/1591] Compiling Crypto NISTCurvesKeys.swift
[1461/1591] Compiling Crypto X25519Keys.swift
[1462/1591] Compiling NIOCore ByteBuffer-views.swift
[1463/1591] Compiling NIOCore Channel.swift
[1464/1591] Compiling NIOCore ChannelHandler.swift
[1465/1591] Compiling NIOCore ChannelHandlers.swift
[1466/1591] Compiling NIOCore ChannelInvoker.swift
[1467/1591] Compiling NIOCore ChannelOption.swift
[1468/1591] Compiling NIOCore ChannelPipeline.swift
[1469/1591] Compiling NIOCore CircularBuffer.swift
[1470/1591] Compiling NIOCore Codec.swift
[1471/1591] Compiling NIOCore ConvenienceOptionSupport.swift
[1472/1591] Compiling ServiceLifecycle ServiceGroup.swift
[1473/1591] Compiling ServiceLifecycle Service.swift
[1482/1600] Compiling NIOCore SocketOptionProvider.swift
[1483/1600] Compiling NIOCore SystemCallHelpers.swift
[1484/1600] Compiling NIOCore TimeAmount+Duration.swift
[1485/1600] Compiling NIOCore TypeAssistedChannelHandler.swift
[1486/1600] Compiling NIOCore UniversalBootstrapSupport.swift
[1487/1600] Compiling NIOCore Utilities.swift
[1488/1600] Compiling Crypto ECDSA_boring.swift
[1489/1600] Compiling Crypto EdDSA_boring.swift
[1490/1600] Compiling Crypto ECDSA.swift
[1491/1600] Compiling Crypto Ed25519.swift
[1492/1600] Compiling NIOCore FileHandle.swift
[1493/1600] Compiling NIOCore FileRegion.swift
[1494/1600] Compiling NIOCore GlobalSingletons.swift
[1495/1600] Compiling NIOCore IO.swift
[1496/1600] Compiling NIOCore IOData.swift
[1497/1600] Compiling NIOCore IPProtocol.swift
[1498/1600] Compiling NIOCore IntegerBitPacking.swift
[1499/1600] Compiling NIOCore IntegerTypes.swift
[1500/1600] Compiling NIOCore Interfaces.swift
[1501/1600] Compiling NIOCore Linux.swift
[1502/1600] Compiling NIOCore DeadChannel.swift
[1503/1600] Compiling NIOCore DispatchQueue+WithFuture.swift
[1504/1600] Compiling NIOCore EventLoop+Deprecated.swift
[1505/1600] Compiling NIOCore EventLoop+SerialExecutor.swift
[1506/1600] Compiling NIOCore EventLoop.swift
[1507/1600] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1508/1600] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1509/1600] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1510/1600] Compiling NIOCore EventLoopFuture.swift
[1511/1600] Compiling NIOCore FileDescriptor.swift
[1521/1600] Compiling NIOCore BSDSocketAPI.swift
[1522/1600] Compiling NIOCore ByteBuffer-aux.swift
[1523/1600] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1524/1600] Compiling NIOCore ByteBuffer-conversions.swift
[1525/1600] Compiling NIOCore ByteBuffer-core.swift
[1526/1600] Compiling NIOCore ByteBuffer-hex.swift
[1527/1600] Compiling NIOCore ByteBuffer-int.swift
[1528/1600] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1529/1600] Compiling NIOCore ByteBuffer-multi-int.swift
[1530/1600] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1531/1600] Compiling NIOCore AddressedEnvelope.swift
[1532/1600] Compiling NIOCore AsyncAwaitSupport.swift
[1533/1600] Compiling NIOCore AsyncChannel.swift
[1534/1600] Compiling NIOCore AsyncChannelHandler.swift
[1535/1600] Compiling NIOCore AsyncChannelInboundStream.swift
[1536/1600] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1537/1600] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1538/1600] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1539/1600] Compiling NIOCore NIOAsyncWriter.swift
[1540/1600] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1541/1600] Compiling Crypto Signature.swift
[1542/1600] Compiling Crypto CryptoKitErrors_boring.swift
[1543/1600] Compiling Crypto RNG_boring.swift
[1544/1600] Compiling Crypto SafeCompare_boring.swift
[1545/1600] Compiling Crypto Zeroization_boring.swift
[1546/1600] Compiling Crypto PrettyBytes.swift
[1547/1600] Compiling Crypto SafeCompare.swift
[1548/1600] Compiling Crypto SecureBytes.swift
[1549/1600] Compiling Crypto Zeroization.swift
[1559/1601] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1560/1601] Compiling NIOCore SocketAddresses.swift
[1567/1683] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1568/1683] Compiling _CryptoExtras ARC+API.swift
[1569/1683] Compiling _CryptoExtras ARC.swift
[1570/1683] Compiling _CryptoExtras ARCCredential.swift
[1571/1683] Compiling _CryptoExtras ARCEncoding.swift
[1572/1683] Compiling _CryptoExtras ARCPrecredential.swift
[1573/1683] Compiling _CryptoExtras ARCPresentation.swift
[1574/1683] Compiling _CryptoExtras VOPRFServer.swift
[1575/1683] Compiling _CryptoExtras AES_CBC.swift
[1576/1683] Compiling _CryptoExtras AES_CFB.swift
[1577/1683] Compiling _CryptoExtras AES_CTR.swift
[1578/1683] Compiling _CryptoExtras AES_GCM_SIV.swift
[1579/1683] Compiling _CryptoExtras Block Function.swift
[1580/1683] Compiling _CryptoExtras AES_CFB_boring.swift
[1581/1683] Compiling _CryptoExtras AES_CTR_boring.swift
[1582/1683] Compiling _CryptoExtras HashToField.swift
[1583/1683] Compiling _CryptoExtras KDF.swift
[1593/1688] Compiling _CryptoExtras RSA+BlindSigning.swift
[1594/1688] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1595/1688] Compiling _CryptoExtras PBKDF2.swift
[1596/1688] Compiling _CryptoExtras Scrypt_boring.swift
[1597/1688] Compiling _CryptoExtras ARCRequest.swift
[1598/1688] Compiling _CryptoExtras ARCResponse.swift
[1599/1688] Compiling APNSCore APNSVoIPNotification.swift
[1600/1688] Compiling _CryptoExtras DigestType.swift
[1601/1688] Compiling _CryptoExtras Error.swift
[1602/1688] Compiling _CryptoExtras I2OSP.swift
[1603/1688] Compiling _CryptoExtras IntegerEncoding.swift
[1604/1688] Compiling _CryptoExtras PEMDocument.swift
[1609/1694] Compiling _CryptoExtras PBKDF2_boring.swift
[1610/1694] Compiling APNSCore P256.Signing.PrivateKey+PrivateFilePath.swift
[1611/1694] Compiling APNSCore APNSClient+PushToTalk.swift
[1612/1694] Compiling APNSCore APNSPushToTalkNotification.swift
[1613/1694] Compiling APNSCore APNSClient+VoIP.swift
[1615/1694] Emitting module _CryptoExtras
[1629/1694] Compiling _CryptoExtras PrettyBytes.swift
[1630/1694] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1631/1694] Compiling _CryptoExtras DLEQ.swift
[1632/1694] Compiling _CryptoExtras Prover.swift
[1633/1694] Compiling _CryptoExtras Verifier.swift
[1634/1694] Compiling _CryptoExtras ZKPToolbox.swift
[1641/1694] Compiling _CryptoExtras ARCServer.swift
[1642/1694] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1643/1694] Compiling _CryptoExtras ChaCha20CTR.swift
[1644/1694] Compiling _CryptoExtras ECToolbox_boring.swift
[1645/1694] Compiling _CryptoExtras ECToolbox.swift
[1646/1694] Compiling _CryptoExtras Scrypt.swift
[1647/1694] Compiling _CryptoExtras OPRF.swift
[1648/1694] Compiling _CryptoExtras OPRFClient.swift
[1649/1694] Compiling _CryptoExtras OPRFServer.swift
[1650/1694] Compiling _CryptoExtras VOPRF+API.swift
[1651/1694] Compiling _CryptoExtras VOPRFClient.swift
[1652/1694] Emitting module NIOCore
[1654/1748] Emitting module NIOHTTPTypes
[1655/1748] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1657/1749] Compiling NIOEmbedded AsyncTestingChannel.swift
[1658/1749] Emitting module NIOEmbedded
[1659/1749] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1660/1749] Compiling NIOEmbedded Embedded.swift
[1662/1750] Compiling NIOPosix IO.swift
[1663/1750] Compiling NIOPosix IntegerBitPacking.swift
[1664/1750] Compiling NIOPosix IntegerTypes.swift
[1665/1750] Compiling NIOPosix Linux.swift
[1666/1750] Compiling NIOPosix LinuxCPUSet.swift
[1667/1750] Compiling NIOPosix LinuxUring.swift
[1668/1750] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1669/1756] Compiling NIOPosix ServerSocket.swift
[1670/1756] Compiling NIOPosix Socket.swift
[1671/1756] Compiling NIOPosix SocketChannel.swift
[1672/1756] Compiling NIOPosix SocketProtocols.swift
[1673/1756] Compiling NIOPosix System.swift
[1674/1756] Compiling NIOPosix Thread.swift
[1675/1756] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1676/1756] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1677/1756] Compiling NIOPosix PosixSingletons.swift
[1678/1756] Compiling NIOPosix RawSocketBootstrap.swift
[1679/1756] Compiling NIOPosix Resolver.swift
[1680/1756] Compiling NIOPosix Selectable.swift
[1681/1756] Compiling NIOPosix SelectableChannel.swift
[1682/1756] Compiling NIOPosix SelectableEventLoop.swift
[1683/1756] Compiling NIOPosix SelectorEpoll.swift
[1684/1756] Compiling NIOPosix SelectorGeneric.swift
[1685/1756] Compiling NIOPosix SelectorKqueue.swift
[1686/1756] Compiling NIOPosix SelectorUring.swift
[1687/1756] Compiling NIOPosix ThreadPosix.swift
[1688/1756] Compiling NIOPosix ThreadWindows.swift
[1689/1756] Compiling NIOPosix UnsafeTransfer.swift
[1690/1756] Compiling NIOPosix Utilities.swift
[1691/1756] Compiling NIOPosix VsockAddress.swift
[1692/1756] Compiling NIOPosix VsockChannelEvents.swift
[1693/1756] Compiling NIOPosix Bootstrap.swift
[1694/1756] Compiling NIOPosix ControlMessage.swift
[1695/1756] Compiling NIOPosix DatagramVectorReadManager.swift
[1696/1756] Compiling NIOPosix Errors+Any.swift
[1697/1756] Compiling NIOPosix FileDescriptor.swift
[1698/1756] Compiling NIOPosix GetaddrinfoResolver.swift
[1699/1756] Compiling NIOPosix HappyEyeballs.swift
[1700/1756] Emitting module NIOPosix
[1701/1756] Compiling NIOPosix BSDSocketAPICommon.swift
[1702/1756] Compiling NIOPosix BSDSocketAPIPosix.swift
[1703/1756] Compiling NIOPosix BSDSocketAPIWindows.swift
[1704/1756] Compiling NIOPosix BaseSocket.swift
[1705/1756] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1706/1756] Compiling NIOPosix BaseSocketChannel.swift
[1707/1756] Compiling NIOPosix BaseStreamSocketChannel.swift
[1708/1756] Compiling NIOPosix NIOThreadPool.swift
[1709/1756] Compiling NIOPosix NonBlockingFileIO.swift
[1710/1756] Compiling NIOPosix PendingDatagramWritesManager.swift
[1711/1756] Compiling NIOPosix PendingWritesManager.swift
[1712/1756] Compiling NIOPosix PipeChannel.swift
[1713/1756] Compiling NIOPosix PipePair.swift
[1714/1756] Compiling NIOPosix Pool.swift
[1716/1759] Emitting module NIO
[1717/1759] Compiling NIO Exports.swift
[1719/1891] Compiling SQLKit SQLAlterEnumBuilder.swift
[1720/1891] Compiling SQLKit SQLAlterTableBuilder.swift
[1721/1892] Compiling NIOTLS TLSEvents.swift
[1722/1892] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1723/1892] Emitting module NIOTLS
[1726/1894] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1727/1894] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1728/1894] Emitting module NIOSOCKS
[1729/1894] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1730/1894] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1731/1894] Compiling NIOSOCKS SOCKSResponse.swift
[1732/1894] Compiling NIOSOCKS ClientStateMachine.swift
[1733/1894] Compiling NIOSOCKS ServerStateMachine.swift
[1734/1894] Compiling NIOTLS SNIHandler.swift
[1735/1894] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1736/1894] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1737/1895] Compiling SQLKit SQLCreateIndexBuilder.swift
[1738/1895] Compiling SQLKit SQLCreateTableBuilder.swift
[1739/1895] Compiling SQLKit SQLConflictUpdateBuilder.swift
[1740/1895] Compiling SQLKit SQLCreateEnumBuilder.swift
[1741/1895] Compiling SQLKit SQLCreateTriggerBuilder.swift
[1742/1895] Compiling SQLKit SQLDeleteBuilder.swift
[1743/1896] Compiling SQLKit SQLDropIndex.swift
[1744/1896] Compiling SQLKit SQLDropTable.swift
[1745/1896] Compiling SQLKit SQLDropTrigger.swift
[1746/1896] Compiling SQLKit SQLInsert.swift
[1747/1896] Compiling SQLKit SQLSelect.swift
[1748/1896] Compiling SQLKit SQLUnion.swift
[1749/1896] Compiling SQLKit SQLUpdate.swift
[1750/1896] Compiling SQLKit SQLExpression.swift
[1751/1896] Compiling SQLKit SQLSerializer.swift
[1752/1896] Compiling SQLKit SQLStatement.swift
[1753/1896] Compiling SQLKit SQLBinaryExpression.swift
[1754/1896] Compiling SQLKit SQLBinaryOperator.swift
[1755/1896] Compiling SQLKit SQLBind.swift
[1758/1937] Compiling NIOSSL SSLCertificateExtensions.swift
[1759/1937] Compiling NIOSSL SSLConnection.swift
[1760/1937] Compiling NIOSSL SSLCallbacks.swift
[1761/1937] Compiling NIOSSL SSLCertificate.swift
[1762/1937] Emitting module NIOFoundationCompat
[1763/1937] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1765/1938] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1766/1938] Compiling SQLKit Exports.swift
[1767/1938] Compiling SQLKit SQLAlias.swift
[1768/1938] Compiling SQLKit SQLBetween.swift
[1769/1938] Compiling SQLKit SQLColumn.swift
[1770/1938] Compiling SQLKit SQLConstraint.swift
[1771/1938] Compiling SQLKit SQLDataType.swift
[1772/1938] Compiling SQLKit SQLDirection.swift
[1773/1938] Compiling SQLKit SQLDistinct.swift
[1774/1938] Compiling SQLKit SQLForeignKeyAction.swift
[1775/1938] Compiling SQLKit SQLNestedSubpathExpression.swift
[1776/1938] Compiling SQLKit SQLQualifiedTable.swift
[1777/1938] Compiling SQLKit SQLQueryString.swift
[1778/1938] Compiling NIOSSL SSLContext.swift
[1779/1938] Compiling NIOSSL SSLErrors.swift
[1780/1938] Compiling NIOSSL NIOSSLClientHandler.swift
[1781/1938] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1782/1938] Compiling NIOSSL NIOSSLHandler.swift
[1783/1938] Compiling NIOSSL NIOSSLServerHandler.swift
[1784/1938] Compiling NIOSSL ObjectIdentifier.swift
[1785/1938] Compiling NIOSSL PosixPort.swift
[1786/1960] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1787/1960] Compiling SQLKit SQLColumnAssignment.swift
[1788/1960] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1789/1960] Compiling SQLKit SQLColumnDefinition.swift
[1790/1960] Compiling SQLKit SQLCommonTableExpression.swift
[1791/1960] Compiling SQLKit SQLConflictAction.swift
[1792/1960] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1793/1960] Compiling SQLKit SQLDropBehaviour.swift
[1794/1960] Compiling SQLKit SQLEnumDataType.swift
[1795/1960] Compiling SQLKit SQLExcludedColumn.swift
[1796/1960] Compiling SQLKit SQLForeignKey.swift
[1797/1960] Compiling SQLKit SQLJoin.swift
[1798/1960] Compiling SQLKit SQLJoinMethod.swift
[1799/1960] Compiling SQLKit SQLLockingClause.swift
[1800/1960] Compiling SQLKit SQLOrderBy.swift
[1801/1960] Compiling SQLKit SQLReturning.swift
[1802/1960] Compiling SQLKit SQLSubquery.swift
[1803/1960] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1804/1960] Compiling SQLKit SQLAlterEnum.swift
[1805/1960] Compiling SQLKit SQLAlterTable.swift
[1806/1960] Compiling SQLKit SQLCreateEnum.swift
[1807/1960] Compiling SQLKit SQLCreateIndex.swift
[1808/1960] Compiling SQLKit SQLCreateTable.swift
[1809/1960] Compiling SQLKit SQLCreateTrigger.swift
[1810/1960] Compiling SQLKit SQLDelete.swift
[1811/1960] Compiling SQLKit SQLDropEnum.swift
[1812/1960] Emitting module NIOHTTP1
[1813/1960] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1814/1960] Compiling NIOTransportServices NIOTSBootstraps.swift
[1815/1960] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1816/1961] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1817/1961] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1818/1961] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1819/1961] Emitting module NIOTransportServices
[1820/1961] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1821/1961] Compiling NIOTransportServices NIOTSErrors.swift
[1822/1961] Compiling NIOTransportServices NIOTSEventLoop.swift
[1825/1961] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1826/1963] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1827/1963] Compiling NIOTransportServices NIOTSSingletons.swift
[1828/1963] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1829/1963] Compiling NIOTransportServices StateManagedChannel.swift
[1830/1963] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1831/1963] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1833/1963] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1834/1963] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1835/1963] Compiling NIOTransportServices AcceptHandler.swift
[1836/1963] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1838/1963] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1839/1963] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1840/1963] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1841/1965] Compiling SQLKit SQLFunction.swift
[1842/1965] Compiling SQLKit SQLGroupExpression.swift
[1843/1965] Compiling SQLKit SQLIdentifier.swift
[1844/1965] Compiling SQLKit SQLList.swift
[1845/1965] Compiling SQLKit SQLLiteral.swift
[1846/1965] Compiling SQLKit SQLRaw.swift
[1847/1965] Compiling SQLKit SQLCodingUtilities.swift
[1848/1965] Compiling SQLKit SQLQueryEncoder.swift
[1849/1965] Compiling SQLKit SQLRow.swift
[1850/1965] Compiling SQLKit SQLRowDecoder.swift
[1851/1965] Compiling SQLKit SomeCodingKey.swift
[1852/1965] Compiling SQLKit StringHandling.swift
[1863/1967] Compiling NIOSSL SubjectAlternativeName.swift
[1864/1967] Compiling NIOSSL NIOSSLSecureBytes.swift
[1865/1967] Compiling NIOSSL RNG.swift
[1866/1967] Compiling NIOSSL SafeCompare.swift
[1867/1967] Compiling NIOSSL Zeroization.swift
[1868/1967] Compiling SQLKit SQLQueryFetcher.swift
[1869/1967] Compiling SQLKit SQLReturningBuilder.swift
[1870/1967] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1871/1967] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1872/1967] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1873/1967] Compiling SQLKit SQLDatabase.swift
[1874/1967] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1875/1967] Compiling SQLKit SQLDialect.swift
[1876/1967] Compiling SQLKit SQLDatabase+Deprecated.swift
[1877/1967] Compiling SQLKit SQLError.swift
[1878/1967] Compiling SQLKit SQLExpressions+Deprecated.swift
[1893/2004] Emitting module SQLKit
[1894/2005] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1895/2005] Emitting module NIOHTTPTypesHTTP1
[1896/2005] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1898/2005] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1899/2005] Emitting module APNSCore
[1900/2005] Emitting module NIOHTTPCompression
[1901/2005] Compiling NIOHTTPCompression HTTPCompression.swift
[1902/2056] Compiling NIOHTTPCompression HTTPDecompression.swift
[1903/2092] Compiling NIOHPACK HuffmanTables.swift
[1904/2093] Compiling FluentKit Children+Concurrency.swift
[1905/2093] Compiling FluentKit Database+Concurrency.swift
[1906/2095] Compiling NIOHPACK IndexedHeaderTable.swift
[1907/2095] Compiling NIOHPACK IntegerCoding.swift
[1908/2095] Compiling FluentKit Siblings+Concurrency.swift
[1909/2095] Compiling FluentKit Database+Logging.swift
[1910/2095] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1911/2095] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1912/2096] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1913/2096] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1914/2097] Compiling FluentKit EnumMetadata.swift
[1915/2097] Compiling FluentKit EnumProperty.swift
[1916/2097] Compiling FluentKit DatabaseEnum.swift
[1917/2097] Compiling FluentKit EnumBuilder.swift
[1918/2097] Compiling FluentKit AsyncMigration.swift
[1919/2097] Compiling FluentKit AsyncModelMiddleware.swift
[1920/2097] Emitting module NIOSSL
[1923/2100] Compiling NIOHPACK HuffmanCoding.swift
[1924/2100] Compiling NIOHPACK StaticHeaderTable.swift
[1927/2100] Compiling FluentKit Database.swift
[1928/2100] Compiling FluentKit DatabaseID.swift
[1929/2100] Compiling FluentKit DatabaseInput.swift
[1930/2100] Compiling FluentKit DatabaseOutput.swift
[1931/2100] Compiling FluentKit Databases.swift
[1932/2100] Compiling FluentKit KeyPrefixingStrategy.swift
[1933/2100] Compiling FluentKit OptionalChild+Concurrency.swift
[1934/2100] Compiling FluentKit OptionalParent+Concurrency.swift
[1935/2100] Compiling FluentKit Parent+Concurrency.swift
[1936/2100] Compiling FluentKit QueryBuilder+Concurrency.swift
[1937/2100] Compiling FluentKit Relation+Concurrency.swift
[1938/2100] Compiling FluentKit SchemaBuilder+Concurrency.swift
[1939/2100] Compiling FluentKit OptionalEnumProperty.swift
[1940/2100] Compiling FluentKit Exports.swift
[1941/2100] Emitting module NIOHPACK
[1943/2100] Compiling NIOExtras UnsafeTransfer.swift
[1944/2100] Compiling NIOExtras WritePCAPHandler.swift
[1945/2100] Compiling FluentKit ModelResponder+Concurrency.swift
[1946/2100] Emitting module NIOExtras
[1956/2101] Compiling FluentKit TransactionControlDatabase.swift
[1963/2101] Compiling NIOSSL TLSConfiguration.swift
[1964/2101] Compiling NIOSSL UniversalBootstrapSupport.swift
[1965/2101] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1966/2101] Compiling FluentKit Migration.swift
[1967/2101] Compiling FluentKit MigrationLog.swift
[2005/2103] Emitting module FluentKit
[2016/2175] Compiling NIOHTTP2 HasRemoteSettings.swift
[2017/2176] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2018/2178] Compiling NIOHTTP2 QuiescingState.swift
[2020/2288] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[2021/2288] Compiling HummingbirdCore HTTPServerBuilder.swift
[2022/2288] Compiling HummingbirdCore HTTPUserEventHandler.swift
[2023/2288] Compiling HummingbirdCore Server.swift
[2024/2288] Compiling HummingbirdCore ServerChildChannel.swift
[2025/2288] Compiling HummingbirdCore ServerConfiguration.swift
[2026/2288] Compiling HummingbirdCore TSTLSOptions.swift
[2027/2288] Compiling X509 CertificatePrivateKey.swift
[2028/2288] Compiling X509 CertificatePublicKey.swift
[2029/2288] Compiling X509 CertificateSerialNumber.swift
[2030/2288] Compiling X509 CertificateVersion.swift
[2031/2288] Compiling X509 CMSAttribute.swift
[2032/2288] Compiling X509 CMSContentInfo.swift
[2033/2288] Compiling HummingbirdCore Deprecations.swift
[2034/2288] Compiling HummingbirdCore Request.swift
[2035/2288] Compiling HummingbirdCore RequestBody+inboundClose.swift
[2036/2288] Compiling HummingbirdCore RequestBody.swift
[2037/2288] Compiling HummingbirdCore BindAddress.swift
[2038/2288] Compiling HummingbirdCore HTTP1Channel.swift
[2039/2288] Compiling HummingbirdCore HTTPChannelHandler.swift
[2040/2288] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[2041/2288] Compiling HummingbirdCore URI.swift
[2042/2288] Compiling HummingbirdCore Response.swift
[2043/2288] Compiling HummingbirdCore ResponseBody.swift
[2044/2288] Compiling HummingbirdCore ResponseBodyWriter.swift
[2045/2288] Compiling HummingbirdCore ResponseWriter.swift
[2046/2291] Compiling X509 Signature.swift
[2047/2291] Compiling X509 SignatureAlgorithm.swift
[2048/2291] Compiling X509 AllOfPolicies.swift
[2049/2291] Compiling X509 AnyPolicy.swift
[2050/2291] Compiling X509 CertificateStore.swift
[2051/2291] Compiling X509 OneOfPolicies.swift
[2052/2291] Compiling X509 PolicyBuilder.swift
[2053/2291] Compiling X509 BasicConstraintsPolicy.swift
[2054/2291] Compiling X509 DNSNames.swift
[2055/2291] Compiling X509 DirectoryNames.swift
[2056/2291] Compiling X509 ExpiryPolicy.swift
[2057/2291] Compiling X509 IPConstraints.swift
[2058/2291] Compiling X509 NameConstraintsPolicy.swift
[2059/2291] Compiling X509 RFC5280Policy.swift
[2060/2291] Compiling X509 URIConstraints.swift
[2061/2291] Compiling X509 VersionPolicy.swift
[2062/2291] Compiling X509 ServerIdentityPolicy.swift
[2063/2291] Compiling FluentKit QueryHistory.swift
[2064/2291] Compiling FluentKit DatabaseSchema.swift
[2065/2291] Compiling FluentKit SchemaBuilder.swift
[2066/2291] Compiling FluentKit OptionalType.swift
[2067/2291] Compiling FluentKit RandomGeneratable.swift
[2068/2291] Compiling FluentKit SomeCodingKey.swift
[2069/2291] Compiling FluentKit UnsafeMutableTransferBox.swift
[2073/2294] Emitting module HummingbirdCore
[2074/2294] Emitting module NIOHTTP2
[2097/2302] Compiling HummingbirdCore OutputBuffer.swift
[2098/2302] Compiling HummingbirdCore String+percentEncode.swift
[2099/2302] Compiling HummingbirdCore UnsafeTransfer.swift
[2103/2302] Compiling HummingbirdCore AnyAsyncSequence.swift
[2104/2302] Compiling HummingbirdCore FlatDictionary.swift
[2105/2302] Compiling HummingbirdCore HBParser.swift
[2106/2303] Compiling NIOHTTP2 StreamStateMachine.swift
[2107/2303] Compiling NIOHTTP2 UnsafeTransfer.swift
[2108/2303] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2109/2303] Compiling X509 OCSPTBSRequest.swift
[2110/2303] Compiling X509 OCSPVersion.swift
[2111/2303] Compiling X509 PKCS8PrivateKey.swift
[2112/2303] Compiling X509 PromiseAndFuture.swift
[2113/2303] Compiling X509 RDNAttribute.swift
[2114/2303] Compiling X509 RandomNumberGenerator+bytes.swift
[2115/2303] Compiling X509 RelativeDistinguishedName.swift
[2116/2303] Compiling X509 SEC1PrivateKey.swift
[2117/2303] Compiling X509 SecKeyWrapper.swift
[2119/2303] Compiling X509 CMSEncapsulatedContentInfo.swift
[2120/2303] Compiling X509 CMSIssuerAndSerialNumber.swift
[2121/2303] Compiling X509 CMSOperations.swift
[2122/2303] Compiling X509 CMSSignature.swift
[2123/2303] Compiling X509 CMSSignedData.swift
[2124/2303] Compiling X509 CMSSignerIdentifier.swift
[2125/2303] Compiling X509 CMSSignerInfo.swift
[2126/2303] Compiling X509 CMSVersion.swift
[2127/2303] Compiling X509 Curve25519+DER.swift
[2128/2303] Compiling X509 Digests.swift
[2129/2303] Compiling X509 DistinguishedName.swift
[2130/2303] Compiling X509 CommonName.swift
[2131/2303] Compiling X509 CountryName.swift
[2132/2303] Compiling X509 ExtensionIdentifiers.swift
[2133/2303] Compiling X509 KeyUsage.swift
[2134/2303] Compiling X509 NameConstraints.swift
[2135/2303] Compiling X509 SubjectAlternativeName.swift
[2136/2303] Compiling X509 SubjectKeyIdentifier.swift
[2137/2303] Compiling X509 Extension.swift
[2138/2303] Compiling X509 Extensions.swift
[2139/2303] Compiling X509 ExtensionsBuilder.swift
[2140/2303] Compiling X509 GeneralName.swift
[2141/2303] Compiling X509 Lock.swift
[2142/2303] Compiling X509 LockedValueBox.swift
[2143/2303] Compiling X509 BasicOCSPResponse.swift
[2144/2303] Compiling X509 DirectoryString.swift
[2145/2303] Compiling X509 OCSPCertID.swift
[2146/2303] Compiling X509 OCSPCertStatus.swift
[2147/2303] Compiling X509 OCSPExtensionID.swift
[2148/2303] Compiling X509 OCSPNonce.swift
[2149/2303] Compiling X509 OCSPPolicy.swift
[2150/2303] Compiling NIOHTTP2 InboundWindowManager.swift
[2151/2303] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2152/2303] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2153/2303] Compiling NIOHTTP2 StreamChannelList.swift
[2154/2303] Compiling NIOHTTP2 StreamMap.swift
[2156/2368] Compiling Hummingbird TransformingRouterGroup.swift
[2157/2368] Compiling Hummingbird RouterTrie.swift
[2158/2368] Compiling Hummingbird Trie+resolve.swift
[2159/2368] Compiling Hummingbird Trie+serialize.swift
[2160/2368] Compiling Hummingbird TrieRouter.swift
[2161/2368] Compiling Hummingbird ChildRequestContext.swift
[2162/2368] Compiling Hummingbird Request.swift
[2163/2368] Compiling Hummingbird RequestContext.swift
[2164/2372] Compiling FluentWallet DeviceModel.swift
[2165/2372] Compiling FluentWallet LogEntriesDTO.swift
[2166/2372] Emitting module FluentWallet
[2167/2372] Compiling FluentWallet PushTokenDTO.swift
[2168/2373] Compiling Hummingbird RequestContextSource.swift
[2169/2373] Compiling Hummingbird RequestID.swift
[2170/2373] Compiling Hummingbird RequestResponder.swift
[2171/2373] Compiling Hummingbird Response.swift
[2172/2373] Compiling Hummingbird URI+decodeQuery.swift
[2173/2373] Compiling Hummingbird MemoryPersistDriver.swift
[2190/2386] Compiling Hummingbird Application.swift
[2191/2386] Compiling Hummingbird CodableProtocols.swift
[2192/2386] Compiling Hummingbird JSONCoding.swift
[2193/2386] Compiling Hummingbird ResponseEncodable.swift
[2194/2386] Compiling Hummingbird URLEncodedForm+Request.swift
[2195/2386] Compiling Hummingbird URLEncodedForm.swift
[2196/2386] Compiling Hummingbird URLEncodedFormDecoder.swift
[2197/2386] Compiling Hummingbird URLEncodedFormEncoder.swift
[2198/2386] Compiling Hummingbird URLEncodedFormNode.swift
[2199/2386] Compiling Hummingbird Configuration.swift
[2200/2386] Compiling Hummingbird Deprecations.swift
[2201/2386] Compiling Hummingbird Environment.swift
[2202/2386] Compiling Hummingbird EditedHTTPError.swift
[2203/2386] Compiling Hummingbird HTTPError.swift
[2204/2386] Compiling Hummingbird HTTPResponseError.swift
[2205/2386] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[2206/2386] Compiling Hummingbird Exports.swift
[2207/2386] Compiling Hummingbird CacheControl.swift
[2230/2395] Compiling Hummingbird Response+Cookies.swift
[2231/2395] Compiling Hummingbird CORSMiddleware.swift
[2232/2395] Compiling Hummingbird FileMiddleware.swift
[2233/2395] Compiling Hummingbird LogRequestMiddleware.swift
[2234/2395] Compiling Hummingbird MetricsMiddleware.swift
[2235/2395] Compiling Hummingbird Middleware.swift
[2236/2395] Compiling Hummingbird MiddlewareGroup.swift
[2237/2395] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[2238/2395] Compiling Hummingbird _Middleware2.swift
[2239/2395] Compiling Hummingbird _OptionalMiddleware.swift
[2240/2395] Compiling Hummingbird _SpreadMiddleware.swift
[2241/2395] Compiling Hummingbird TracingMiddleware.swift
[2242/2395] Compiling Hummingbird EndpointResponder.swift
[2261/2395] Compiling Hummingbird FileIO.swift
[2262/2395] Compiling Hummingbird FileProvider.swift
[2263/2395] Compiling Hummingbird LocalFileSystem.swift
[2264/2395] Compiling Hummingbird Cookie.swift
[2265/2395] Compiling Hummingbird Cookies.swift
[2266/2395] Compiling Hummingbird MediaType+FileExtension.swift
[2267/2395] Compiling Hummingbird MediaType.swift
[2268/2395] Compiling Hummingbird Request+Cookies.swift
[2269/2395] Compiling Hummingbird Parameters+UUID.swift
[2270/2395] Compiling Hummingbird Parameters.swift
[2271/2395] Compiling Hummingbird ResponseGenerator.swift
[2272/2395] Compiling Hummingbird RouteCollection.swift
[2273/2395] Compiling Hummingbird Router+validation.swift
[2274/2395] Compiling Hummingbird Router.swift
[2275/2395] Compiling Hummingbird RouterGroup.swift
[2276/2395] Compiling Hummingbird RouterMethods.swift
[2277/2395] Compiling Hummingbird RouterPath.swift
[2278/2395] Compiling Hummingbird RouterResponder.swift
[2293/2395] Compiling Hummingbird PersistDriver.swift
[2294/2395] Compiling Hummingbird PersistError.swift
[2333/2395] Compiling Hummingbird ByteBuffer+foundation.swift
[2334/2395] Compiling Hummingbird DateCache.swift
[2335/2395] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[2336/2395] Compiling Hummingbird HexDigest.swift
[2337/2395] Compiling Hummingbird InitializableFromSource.swift
[2338/2395] Compiling Hummingbird PreludeService.swift
[2339/2395] Compiling Hummingbird StringProtocol.swift
[2373/2396] Emitting module X509
[2374/2396] Emitting module Hummingbird
[2385/2460] Emitting module HummingbirdFluent
[2386/2460] Compiling HummingbirdFluent Fluent.swift
[2387/2460] Emitting module AsyncHTTPClient
[2388/2468] Compiling HummingbirdFluent Deprecations.swift
[2389/2468] Compiling HummingbirdFluent Persist+fluent.swift
[2391/2469] Compiling X509 TrustRootLoading.swift
[2392/2469] Compiling X509 UnverifiedChain.swift
[2393/2469] Compiling X509 VerificationDiagnostic.swift
[2394/2469] Compiling X509 Verifier.swift
[2395/2469] Compiling X509 VerifierPolicy.swift
[2396/2469] Compiling X509 AlgorithmIdentifier.swift
[2397/2469] Compiling X509 ECDSASignature.swift
[2398/2469] Compiling X509 RSAPKCS1PublicKey.swift
[2399/2469] Compiling X509 SubjectPublicKeyInfo.swift
[2400/2469] Compiling X509 TBSCertificate.swift
[2401/2469] Compiling X509 Time.swift
[2402/2469] Compiling X509 TimeCalculations.swift
[2403/2469] Compiling X509 Validity.swift
[2405/2474] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2406/2474] Compiling AsyncHTTPClient ConnectionTarget.swift
[2407/2474] Compiling AsyncHTTPClient DeconstructedURL.swift
[2408/2474] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2409/2474] Compiling AsyncHTTPClient FoundationExtensions.swift
[2410/2474] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2411/2474] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2412/2474] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2413/2474] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2414/2474] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2415/2474] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2416/2474] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2417/2474] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2418/2474] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2419/2474] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2420/2474] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2421/2474] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2422/2479] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2423/2479] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2424/2479] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2425/2479] Compiling AsyncHTTPClient HTTP1Connection.swift
[2426/2479] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2427/2479] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2428/2479] Compiling AsyncHTTPClient HTTP2Connection.swift
[2429/2479] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2430/2479] Compiling AsyncHTTPClient RequestBag.swift
[2431/2479] Compiling AsyncHTTPClient RequestValidation.swift
[2432/2479] Compiling AsyncHTTPClient SSLContextCache.swift
[2433/2479] Compiling AsyncHTTPClient Scheme.swift
[2434/2479] Compiling AsyncHTTPClient Singleton.swift
[2435/2479] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2436/2479] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2437/2479] Compiling AsyncHTTPClient Utils.swift
[2438/2479] Compiling WalletOrders WalletOrdersError.swift
[2439/2479] Compiling WalletPasses WalletPassesError.swift
[2440/2479] Compiling WalletPasses PersonalizationJSON.swift
[2441/2479] Emitting module WalletOrders
[2442/2479] Emitting module WalletPasses
[2443/2479] Compiling WalletPasses PassJSON.swift
[2444/2479] Compiling WalletOrders OrderJSON.swift
[2445/2479] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2446/2479] Compiling AsyncHTTPClient RequestOptions.swift
[2447/2479] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2448/2479] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2449/2479] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2450/2479] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2451/2479] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2452/2479] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2453/2479] Compiling WalletOrders OrderBuilder.swift
[2454/2480] Compiling WalletPasses PassBuilder.swift
[2457/2489] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2458/2489] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2459/2489] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2460/2489] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2461/2489] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2462/2489] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2463/2489] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2464/2489] Compiling AsyncHTTPClient RequestBodyLength.swift
[2465/2489] Compiling AsyncHTTPClient HTTPClient.swift
[2466/2489] Compiling AsyncHTTPClient HTTPHandler.swift
[2467/2489] Compiling AsyncHTTPClient LRUCache.swift
[2468/2489] Compiling AsyncHTTPClient NWErrorHandler.swift
[2469/2489] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2470/2489] Compiling AsyncHTTPClient TLSConfiguration.swift
[2471/2489] Compiling AsyncHTTPClient RedirectState.swift
[2472/2489] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2473/2489] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2474/2489] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2475/2489] Compiling AsyncHTTPClient Transaction.swift
[2476/2489] Compiling AsyncHTTPClient Base64.swift
[2477/2489] Compiling AsyncHTTPClient BasicAuth.swift
[2478/2489] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2479/2489] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2480/2489] Compiling AsyncHTTPClient ConnectionPool.swift
[2481/2489] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2482/2490] Compiling FluentWalletOrders OrderModel.swift
[2483/2490] Compiling FluentWalletOrders OrderDataModel.swift
[2485/2502] Compiling FluentWalletOrders OrdersRegistration.swift
[2486/2502] Compiling FluentWalletOrders OrdersDevice.swift
[2487/2502] Compiling FluentWalletOrders Exports.swift
[2488/2502] Emitting module FluentWalletOrders
[2489/2502] Compiling FluentWalletOrders OrderIdentifiersDTO.swift
[2490/2502] Compiling FluentWalletOrders Order.swift
[2491/2502] Compiling FluentWalletOrders OrdersRegistrationModel.swift
[2493/2503] Compiling FluentWalletPasses PassModel.swift
[2494/2503] Compiling FluentWalletPasses PassDataModel.swift
[2495/2503] Compiling FluentWalletPasses PassesRegistrationModel.swift
[2496/2509] Emitting module FluentWalletPasses
[2497/2509] Compiling FluentWalletPasses PersonalizationDictionaryDTO.swift
[2498/2509] Compiling FluentWalletPasses SerialNumbersDTO.swift
[2499/2509] Compiling FluentWalletPasses PersonalizationInfo.swift
[2500/2509] Compiling FluentWalletPasses Exports.swift
[2501/2509] Compiling FluentWalletPasses Pass.swift
[2502/2509] Compiling FluentWalletPasses PassesDevice.swift
[2503/2509] Compiling FluentWalletPasses PassesRegistration.swift
[2504/2509] Compiling FluentWalletPasses PersonalizationInfoModel.swift
[2506/2510] Compiling APNS APNSConfiguration.swift
[2507/2510] Compiling APNS APNSJSONDecoder.swift
[2508/2510] Compiling APNS APNSJSONEncoder.swift
[2509/2510] Emitting module APNS
[2510/2510] Compiling APNS APNSClient.swift
[2512/2515] Compiling HummingbirdWallet TestCertificate.swift
[2513/2515] Compiling HummingbirdWallet DTOs+ResponseEncodable.swift
[2514/2515] Emitting module HummingbirdWallet
[2515/2515] Compiling HummingbirdWallet Array+random.swift
[2517/2532] Emitting module HummingbirdWalletPasses
[2518/2532] Emitting module HummingbirdWalletOrders
[2519/2532] Compiling HummingbirdWalletPasses PassesService.swift
[2520/2532] Compiling HummingbirdWalletOrders OrderIdentifiersDTO+ResponseEncodable.swift
[2521/2532] Compiling HummingbirdWalletPasses DTOs+ResponseEncodable.swift
[2522/2532] Compiling HummingbirdWalletPasses ApplePassMiddleware.swift
[2523/2532] Compiling HummingbirdWalletPasses Exports.swift
[2524/2532] Compiling HummingbirdWalletPasses PassesService+AsyncModelMiddleware.swift
[2525/2532] Compiling HummingbirdWalletOrders OrdersServiceCustom.swift
[2526/2532] Compiling HummingbirdWalletPasses PassesServiceCustom.swift
[2527/2532] Compiling HummingbirdWalletOrders AppleOrderMiddleware.swift
[2528/2532] Compiling HummingbirdWalletOrders OrdersService+AsyncModelMiddleware.swift
[2529/2532] Compiling HummingbirdWalletOrders OrdersServiceCustom+addRoutes.swift
[2530/2532] Compiling HummingbirdWalletOrders Exports.swift
[2531/2532] Compiling HummingbirdWalletOrders OrdersService.swift
[2533/2533] Compiling HummingbirdWalletPasses PassesServiceCustom+addRoutes.swift
Build complete! (195.90s)
Build complete.
{
"dependencies" : [
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.7.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "hummingbird-fluent",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird-fluent.git"
},
{
"identity" : "fluent-wallet",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/fpseverino/fluent-wallet.git"
},
{
"identity" : "apnswift",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.1",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server-community/APNSwift.git"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.6.3",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
},
{
"identity" : "swift-zip-archive",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/adam-fowler/swift-zip-archive.git"
},
{
"identity" : "fluent-sqlite-driver",
"requirement" : {
"range" : [
{
"lower_bound" : "4.8.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-sqlite-driver.git"
}
],
"manifest_display_name" : "hummingbird-wallet",
"name" : "hummingbird-wallet",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "HummingbirdWalletPasses",
"targets" : [
"HummingbirdWalletPasses"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdWalletOrders",
"targets" : [
"HummingbirdWalletOrders"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HummingbirdWalletPassesTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWalletPassesTests",
"path" : "Tests/HummingbirdWalletPassesTests",
"product_dependencies" : [
"FluentSQLiteDriver",
"HummingbirdTesting"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/HummingbirdWalletPassesTests/SourceFiles",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"HummingbirdWalletPassesTests.swift",
"Utils/Application+build.swift",
"Utils/PassData.swift",
"Utils/PassJSONData.swift"
],
"target_dependencies" : [
"HummingbirdWalletPasses"
],
"type" : "test"
},
{
"c99name" : "HummingbirdWalletPasses",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWalletPasses",
"path" : "Sources/HummingbirdWalletPasses",
"product_dependencies" : [
"FluentWalletPasses",
"ZipArchive"
],
"product_memberships" : [
"HummingbirdWalletPasses"
],
"sources" : [
"DTOs/DTOs+ResponseEncodable.swift",
"Exports.swift",
"Middleware/ApplePassMiddleware.swift",
"Middleware/PassesService+AsyncModelMiddleware.swift",
"PassesService.swift",
"PassesServiceCustom+addRoutes.swift",
"PassesServiceCustom.swift"
],
"target_dependencies" : [
"HummingbirdWallet"
],
"type" : "library"
},
{
"c99name" : "HummingbirdWalletOrdersTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWalletOrdersTests",
"path" : "Tests/HummingbirdWalletOrdersTests",
"product_dependencies" : [
"FluentSQLiteDriver",
"HummingbirdTesting"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/HummingbirdWalletOrdersTests/SourceFiles",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"HummingbirdWalletOrdersTests.swift",
"Utils/Application+build.swift",
"Utils/OrderData.swift",
"Utils/OrderJSONData.swift"
],
"target_dependencies" : [
"HummingbirdWalletOrders"
],
"type" : "test"
},
{
"c99name" : "HummingbirdWalletOrders",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWalletOrders",
"path" : "Sources/HummingbirdWalletOrders",
"product_dependencies" : [
"FluentWalletOrders"
],
"product_memberships" : [
"HummingbirdWalletOrders"
],
"sources" : [
"DTOs/OrderIdentifiersDTO+ResponseEncodable.swift",
"Exports.swift",
"Middleware/AppleOrderMiddleware.swift",
"Middleware/OrdersService+AsyncModelMiddleware.swift",
"OrdersService.swift",
"OrdersServiceCustom+addRoutes.swift",
"OrdersServiceCustom.swift"
],
"target_dependencies" : [
"HummingbirdWallet"
],
"type" : "library"
},
{
"c99name" : "HummingbirdWallet",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWallet",
"path" : "Sources/HummingbirdWallet",
"product_dependencies" : [
"Hummingbird",
"HummingbirdFluent",
"APNS",
"ServiceLifecycle"
],
"product_memberships" : [
"HummingbirdWalletPasses",
"HummingbirdWalletOrders"
],
"sources" : [
"Array+random.swift",
"DTOs/DTOs+ResponseEncodable.swift",
"Testing/TestCertificate.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.