Build Information
Successful build of hummingbird-wallet, reference 0.1.1 (a4e374
), with Swift 6.0 for Linux on 1 Apr 2025 13:47:58 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-community/hummingbird-wallet.git
Reference: 0.1.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/hummingbird-community/hummingbird-wallet
* tag 0.1.1 -> FETCH_HEAD
HEAD is now at a4e3744 Use `swift-zip-archive`, use event loop singleton (#6)
Cloned https://github.com/hummingbird-community/hummingbird-wallet.git
Revision (git rev-parse @):
a4e37445b1758fde224740a1c35dce8f643331f5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/hummingbird-community/hummingbird-wallet.git at 0.1.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
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-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/adam-fowler/swift-zip-archive.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/vapor/fluent-sqlite-driver.git
Fetching https://github.com/swift-server-community/APNSwift.git
Fetching https://github.com/hummingbird-project/hummingbird-fluent.git
Fetching https://github.com/fpseverino/fluent-wallet.git
[1/710] Fetching swift-zip-archive
[633/1569] Fetching swift-zip-archive, hummingbird-fluent
[823/3932] Fetching swift-zip-archive, hummingbird-fluent, swift-service-lifecycle
[1148/4293] Fetching swift-zip-archive, hummingbird-fluent, swift-service-lifecycle, fluent-wallet
[1276/5608] Fetching swift-zip-archive, hummingbird-fluent, swift-service-lifecycle, fluent-wallet, fluent-sqlite-driver
[2196/11001] Fetching swift-zip-archive, hummingbird-fluent, swift-service-lifecycle, fluent-wallet, fluent-sqlite-driver, apnswift
Fetched https://github.com/hummingbird-project/hummingbird-fluent.git from cache (0.43s)
[5849/10142] Fetching swift-zip-archive, swift-service-lifecycle, fluent-wallet, fluent-sqlite-driver, apnswift
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetched https://github.com/fpseverino/fluent-wallet.git from cache (0.42s)
[5511/9781] Fetching swift-zip-archive, swift-service-lifecycle, fluent-sqlite-driver, apnswift
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.57s)
Fetched https://github.com/vapor/fluent-sqlite-driver.git from cache (0.73s)
Fetched https://github.com/adam-fowler/swift-zip-archive.git from cache (0.74s)
Fetched https://github.com/swift-server-community/APNSwift.git from cache (0.74s)
[1/24241] Fetching hummingbird
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.31s)
Computing version for https://github.com/vapor/fluent-sqlite-driver.git
Computed https://github.com/vapor/fluent-sqlite-driver.git at 4.8.0 (1.07s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/sqlite-kit.git
[1/2112] Fetching sqlite-kit
[107/5921] Fetching sqlite-kit, swift-log
Fetching https://github.com/vapor/fluent-kit.git
Fetched https://github.com/apple/swift-log.git from cache (0.66s)
[1/12991] Fetching fluent-kit
Fetched https://github.com/vapor/sqlite-kit.git from cache (1.08s)
Fetched https://github.com/vapor/fluent-kit.git from cache (1.37s)
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.89s)
Fetching https://github.com/apple/swift-system.git
[1/4221] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.88s)
Computing version for https://github.com/swift-server-community/APNSwift.git
Computed https://github.com/swift-server-community/APNSwift.git at 6.0.1 (1.10s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/13350] Fetching swift-crypto
[2/27086] Fetching swift-crypto, async-http-client
[2860/38552] Fetching swift-crypto, async-http-client, swift-nio-http2
[6860/113066] Fetching swift-crypto, async-http-client, swift-nio-http2, swift-nio
[39468/127541] Fetching swift-crypto, async-http-client, swift-nio-http2, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.41s)
[95183/113066] Fetching swift-crypto, async-http-client, swift-nio-http2, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (8.86s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (8.90s)
Fetched https://github.com/apple/swift-crypto.git from cache (8.92s)
Fetched https://github.com/apple/swift-nio.git from cache (9.00s)
Computing version for https://github.com/fpseverino/fluent-wallet.git
Computed https://github.com/fpseverino/fluent-wallet.git at 0.1.0 (1.02s)
Fetching https://github.com/fpseverino/swift-wallet.git
[1/370] Fetching swift-wallet
Fetched https://github.com/fpseverino/swift-wallet.git from cache (0.28s)
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.01s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4866] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.63s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.7.0 (1.02s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (0.99s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/sqlite-nio.git
Fetching https://github.com/vapor/sql-kit.git
[1/1465] Fetching sqlite-nio
[2/3835] Fetching sqlite-nio, async-kit
[2372/9675] Fetching sqlite-nio, async-kit, sql-kit
Fetched https://github.com/vapor/sql-kit.git from cache (0.70s)
[3147/3835] Fetching sqlite-nio, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (2.73s)
Fetched https://github.com/vapor/sqlite-nio.git from cache (2.73s)
Computing version for https://github.com/fpseverino/swift-wallet.git
Computed https://github.com/fpseverino/swift-wallet.git at 0.4.0 (0.94s)
Fetching https://github.com/apple/swift-certificates.git
[1/5855] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (0.59s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.02s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (3.86s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-algorithms.git
[1/15903] Fetching swift-collections
[161/21766] Fetching swift-collections, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.78s)
[4453/15903] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.97s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.98s)
Fetching https://github.com/apple/swift-numerics.git
[1/5659] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.62s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.10.0 (1.12s)
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
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-atomics.git
[1/2438] Fetching swift-nio-transport-services
[75/4143] Fetching swift-nio-transport-services, swift-atomics
[428/6314] Fetching swift-nio-transport-services, swift-atomics, swift-metrics
[2867/11272] Fetching swift-nio-transport-services, swift-atomics, swift-metrics, swift-distributed-tracing
[3300/16802] Fetching swift-nio-transport-services, swift-atomics, swift-metrics, swift-distributed-tracing, swift-nio-extras
Fetching https://github.com/apple/swift-http-types.git
[16803/17692] Fetching swift-nio-transport-services, swift-atomics, swift-metrics, swift-distributed-tracing, swift-nio-extras, swift-http-types
Fetched https://github.com/apple/swift-atomics.git from cache (1.14s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.16s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.16s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.16s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.17s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.50s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (1.14s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.3 (0.94s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.8.1 (1.08s)
Fetching https://github.com/apple/swift-asn1.git
[1/1560] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.46s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.2 (3.53s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.1 (1.21s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.09s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (1.75s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.00s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.94s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.32.0 (0.95s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.43s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.06s)
Fetching https://github.com/apple/swift-service-context.git
[1/1047] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.36s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.03s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.1 (1.02s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.51.0 (1.00s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (1.59s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.25.0 (1.11s)
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1112] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.44s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.3.1 (1.13s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.1 (1.04s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.2 (1.11s)
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 (1.01s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.3 (1.17s)
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/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.32.0
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/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/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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.2
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.81.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/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.8.1
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.10.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/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.29.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.3.1
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-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.25.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.35.0
Creating working copy for https://github.com/apple/swift-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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.23.1
Creating working copy for https://github.com/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-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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.7.0
Creating working copy for https://github.com/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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.1
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.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.51.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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Building for debugging...
[0/844] Write sources
[53/844] Compiling CNIOWindows shim.c
[53/844] Compiling _AtomicsShims.c
[53/844] Compiling CZipZlib empty.c
[55/844] Write sources
[61/844] Compiling CNIOWASI CNIOWASI.c
[61/844] Compiling CNIOWindows WSAStartup.c
[63/844] Compiling _NumericsShims _NumericsShims.c
[64/844] Compiling CNIOLinux liburing_shims.c
[65/844] Compiling CNIOExtrasZlib empty.c
[66/844] Compiling CNIODarwin shim.c
[67/844] Compiling CSystem shims.c
[68/844] Compiling CNIOLLHTTP c_nio_http.c
[69/844] Compiling fiat_p256_adx_sqr.S
[70/844] Compiling CNIOLinux shim.c
[71/844] Compiling CNIOLLHTTP c_nio_api.c
[72/844] Compiling fiat_curve25519_adx_square.S
[73/844] Compiling fiat_p256_adx_mul.S
[74/844] Compiling fiat_curve25519_adx_mul.S
[75/844] Compiling CNIOLLHTTP c_nio_llhttp.c
[76/844] Write swift-version-24593BA9C3E375BF.txt
[77/844] Compiling CNIOBoringSSLShims shims.c
[78/848] Compiling tls_method.cc
[79/848] Compiling tls_record.cc
[80/852] Compiling tls13_client.cc
[81/852] Compiling tls13_server.cc
[82/852] Compiling tls13_enc.cc
[83/852] Compiling t1_enc.cc
[84/852] Compiling tls13_both.cc
[86/915] Emitting module SystemPackage
[87/918] Compiling RealModule AlgebraicField.swift
[88/918] Compiling RealModule ApproximateEquality.swift
[89/918] Compiling RealModule AugmentedArithmetic.swift
[90/920] Compiling SystemPackage FileDescriptor.swift
[91/920] Compiling SystemPackage FileHelpers.swift
[92/920] Compiling SystemPackage FilePathComponentView.swift
[93/920] Compiling SystemPackage FilePathComponents.swift
[94/920] Compiling SystemPackage FileOperations.swift
[95/920] Compiling SystemPackage FilePath.swift
[96/920] Compiling RealModule Real.swift
[97/921] Compiling RealModule Float80+Real.swift
[98/921] Emitting module _NIOBase64
[99/921] Compiling _NIOBase64 Base64.swift
[100/921] Compiling ServiceContextModule ServiceContext.swift
[101/921] Emitting module ServiceContextModule
[102/921] Compiling ServiceContextModule ServiceContextKey.swift
[103/923] Compiling RealModule Float16+Real.swift
[104/923] Compiling RealModule ElementaryFunctions.swift
[105/923] Compiling RealModule Float+Real.swift
[106/923] Compiling _CertificateInternals _TinyArray.swift
[107/923] Emitting module _CertificateInternals
[108/923] Emitting module RealModule
[112/924] Compiling RealModule Double+Real.swift
[113/924] Compiling SystemPackage FilePathTempPosix.swift
[114/924] Compiling SystemPackage FilePathTempWindows.swift
[115/924] Compiling SystemPackage Util+StringArray.swift
[116/924] Compiling SystemPackage Util.swift
[117/924] Compiling SystemPackage UtilConsumers.swift
[118/924] Compiling SystemPackage MachPort.swift
[119/924] Compiling SystemPackage PlatformString.swift
[120/924] Compiling SystemPackage SystemString.swift
[123/924] Compiling RealModule RealFunctions.swift
[125/925] Compiling _NIODataStructures PriorityQueue.swift
[126/925] Compiling _NIODataStructures _TinyArray.swift
[128/925] Compiling SystemPackage Errno.swift
[129/925] Compiling SystemPackage ErrnoWindows.swift
[143/959] Emitting module SwiftASN1
[144/959] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[145/959] Compiling InternalCollectionsUtilities Specialize.swift
[146/961] Compiling Instrumentation Instrument.swift
[147/961] Compiling InternalCollectionsUtilities _SortedCollection.swift
[148/961] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[149/961] Compiling InternalCollectionsUtilities Debugging.swift
[150/961] Compiling InternalCollectionsUtilities Descriptions.swift
[151/961] Compiling Instrumentation NoOpInstrument.swift
[152/961] Emitting module Instrumentation
[153/961] Compiling Instrumentation MultiplexInstrument.swift
[154/961] Compiling Instrumentation InstrumentationSystem.swift
[155/961] Compiling Instrumentation Locks.swift
[156/962] Compiling _NIODataStructures Heap.swift
[157/962] Emitting module _NIODataStructures
[162/963] Compiling Logging MetadataProvider.swift
[163/963] Emitting module Logging
[164/963] Compiling Logging Locks.swift
[165/963] Compiling Logging LogHandler.swift
[166/963] Compiling Logging Logging.swift
[167/963] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[168/963] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[169/963] Compiling SystemPackage Constants.swift
[170/963] Compiling SystemPackage Exports.swift
[171/963] Compiling SystemPackage Mocking.swift
[172/963] Compiling SystemPackage RawBuffer.swift
[173/963] Compiling SystemPackage Syscalls.swift
[174/963] Compiling SystemPackage WindowsSyscallAdapters.swift
[181/965] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[182/965] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[183/965] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[184/965] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[185/965] Compiling InternalCollectionsUtilities Integer rank.swift
[186/965] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[187/965] Compiling HTTPTypes ISOLatin1String.swift
[188/966] Compiling HTTPTypes HTTPFieldName.swift
[189/966] Emitting module HTTPTypes
[190/966] Compiling HTTPTypes HTTPField.swift
[193/977] Compiling HTTPTypes NIOLock.swift
[194/977] Compiling ConcurrencyHelpers LockedValueBox.swift
[195/977] Emitting module InternalCollectionsUtilities
[196/977] Compiling HTTPTypes HTTPRequest.swift
[197/977] Compiling HTTPTypes HTTPParsedFields.swift
[198/977] Compiling HTTPTypes HTTPResponse.swift
[199/977] Compiling Tracing TracingTime.swift
[200/977] Compiling Tracing InstrumentationSystem+Tracing.swift
[201/977] Compiling ConcurrencyHelpers Lock.swift
[202/977] Emitting module ConcurrencyHelpers
[203/978] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[204/978] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[205/978] Compiling InternalCollectionsUtilities UInt+reversed.swift
[206/978] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[209/979] Compiling Tracing TracerProtocol.swift
[210/979] Emitting module Tracing
[211/979] Emitting module CoreMetrics
[212/979] Compiling CoreMetrics Metrics.swift
[213/979] Compiling CoreMetrics Locks.swift
[214/980] Compiling Tracing Tracer.swift
[215/980] Compiling Tracing NoOpTracer.swift
[216/980] Compiling Tracing SpanProtocol.swift
[217/980] Compiling Tracing TracerProtocol+Legacy.swift
[221/1000] Compiling ssl_versions.cc
[223/1001] Compiling ssl_x509.cc
[225/1132] Compiling UnixSignals UnixSignal.swift
[226/1132] Emitting module UnixSignals
[227/1132] Compiling UnixSignals UnixSignalsSequence.swift
[228/1133] Compiling HeapModule Heap+Invariants.swift
[230/1209] Compiling HeapModule Heap+Descriptions.swift
[231/1209] Emitting module Metrics
[232/1209] Compiling Metrics Metrics.swift
[234/1210] Compiling HeapModule _HeapNode.swift
[235/1210] Compiling HeapModule Heap.swift
[236/1225] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[237/1225] Compiling HeapModule Heap+UnsafeHandle.swift
[238/1225] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[239/1225] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[240/1225] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[241/1225] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[242/1225] Compiling HashTreeCollections _HashNode.swift
[243/1225] Compiling HashTreeCollections _HashNodeHeader.swift
[244/1225] Compiling HashTreeCollections _HashSlot.swift
[245/1232] Compiling HashTreeCollections TreeDictionary+Merge.swift
[246/1232] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[247/1232] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[248/1232] Compiling HashTreeCollections TreeDictionary+Values.swift
[249/1232] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[250/1232] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[251/1232] Compiling HashTreeCollections _HashNode+Structural union.swift
[252/1232] Emitting module HeapModule
[254/1233] Compiling DequeModule _DequeBuffer.swift
[255/1233] Compiling DequeModule _DequeBufferHeader.swift
[256/1235] Compiling DequeModule Deque+Codable.swift
[257/1235] Compiling DequeModule Deque+Collection.swift
[258/1235] Compiling DequeModule Deque+Equatable.swift
[259/1235] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[260/1235] Compiling DequeModule Deque+CustomReflectable.swift
[261/1235] Compiling DequeModule Deque+Descriptions.swift
[262/1235] Compiling DequeModule Deque+Extras.swift
[263/1235] Compiling DequeModule Deque+Hashable.swift
[268/1235] Compiling HashTreeCollections TreeSet+Hashable.swift
[269/1235] Compiling HashTreeCollections TreeSet+Sendable.swift
[270/1235] Compiling HashTreeCollections TreeSet+Sequence.swift
[271/1235] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[272/1235] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[273/1235] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[274/1235] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[275/1235] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[276/1235] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[277/1235] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[280/1245] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[281/1245] Compiling HashTreeCollections _RawHashNode.swift
[282/1245] Compiling HashTreeCollections _UnmanagedHashNode.swift
[283/1245] Compiling HashTreeCollections _UnsafePath.swift
[284/1245] Compiling HashTreeCollections TreeDictionary+Codable.swift
[285/1245] Compiling HashTreeCollections TreeDictionary+Collection.swift
[286/1245] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[287/1245] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[288/1245] Compiling DequeModule Deque+Testing.swift
[289/1245] Compiling DequeModule Deque._Storage.swift
[292/1245] Compiling DequeModule Deque._UnsafeHandle.swift
[293/1245] Compiling DequeModule Deque.swift
[294/1245] Compiling DequeModule _DequeSlot.swift
[295/1245] Compiling DequeModule _UnsafeWrappedBuffer.swift
[296/1245] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[297/1245] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[298/1245] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[299/1245] Compiling HashTreeCollections TreeDictionary+Filter.swift
[300/1245] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[301/1245] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[302/1245] Compiling HashTreeCollections TreeDictionary+Keys.swift
[303/1245] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[310/1245] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[311/1245] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[312/1245] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[313/1245] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[314/1254] Compiling OrderedCollections OrderedSet+SubSequence.swift
[315/1254] Compiling OrderedCollections OrderedSet+Testing.swift
[316/1254] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[317/1254] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[318/1254] Compiling OrderedCollections OrderedSet.swift
[319/1254] Compiling OrderedCollections _UnsafeBitset.swift
[320/1254] Compiling HashTreeCollections TreeSet+Equatable.swift
[321/1254] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[322/1254] Compiling HashTreeCollections TreeSet+Extras.swift
[323/1254] Compiling HashTreeCollections TreeSet+Filter.swift
[340/1254] Compiling ssl_transcript.cc
[344/1254] Compiling _RopeModule _CharacterRecognizer.swift
[345/1254] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[346/1254] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[347/1254] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[348/1254] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[349/1254] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[350/1254] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[351/1254] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[352/1254] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[353/1254] Compiling HashTreeCollections TreeSet.swift
[358/1254] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[359/1254] Compiling HashTreeCollections _HashNode+Structural merge.swift
[360/1254] Compiling HashTreeCollections _HashTreeIterator.swift
[361/1254] Compiling HashTreeCollections _HashTreeStatistics.swift
[382/1254] Compiling HTTPTypes HTTPFields.swift
[383/1255] Emitting module DequeModule
[409/1256] Compiling OrderedCollections OrderedSet+Sendable.swift
[413/1256] Compiling ssl_stat.cc
[435/1257] Emitting module ZipArchive
[448/1257] Emitting module OrderedCollections
[449/1258] Compiling ssl_session.cc
[451/1258] Compiling ZipArchive crc32.swift
[486/1259] Compiling _RopeModule Rope+Join.swift
[487/1259] Compiling _RopeModule Rope+MutatingForEach.swift
[488/1259] Compiling _RopeModule Rope+Remove.swift
[489/1259] Compiling _RopeModule Rope+RemoveSubrange.swift
[490/1259] Compiling _RopeModule Rope+Split.swift
[491/1259] Compiling _RopeModule Optional Utilities.swift
[492/1259] Compiling _RopeModule String Utilities.swift
[493/1259] Compiling _RopeModule String.Index+ABI.swift
[495/1259] Emitting module _RopeModule
[495/1259] Compiling ssl_privkey.cc
[496/1259] Compiling ssl_key_share.cc
[497/1259] Compiling ssl_file.cc
[498/1259] Compiling ssl_lib.cc
[499/1259] Compiling ssl_cipher.cc
[509/1260] Compiling ssl_credential.cc
[511/1260] Emitting module HashTreeCollections
[512/1261] Compiling ssl_cert.cc
[513/1261] Compiling ssl_buffer.cc
[515/1261] Compiling ssl_asn1.cc
[516/1261] Compiling ssl_aead_ctx.cc
[517/1261] Compiling s3_pkt.cc
[518/1261] Compiling s3_both.cc
[519/1261] Compiling s3_lib.cc
[520/1261] Compiling handshake_server.cc
[521/1261] Compiling handshake_client.cc
[522/1261] Compiling handshake.cc
[523/1261] Compiling handoff.cc
[524/1261] Compiling dtls_record.cc
[525/1261] Compiling dtls_method.cc
[526/1261] Compiling encrypted_client_hello.cc
[527/1261] Compiling md5-x86_64-linux.S
[528/1261] Compiling md5-586-linux.S
[529/1261] Compiling md5-x86_64-apple.S
[530/1261] Compiling extensions.cc
[531/1261] Compiling md5-586-apple.S
[532/1261] Compiling d1_srtp.cc
[533/1261] Compiling chacha20_poly1305_x86_64-apple.S
[534/1261] Compiling chacha20_poly1305_armv8-win.S
[535/1261] Compiling chacha20_poly1305_x86_64-linux.S
[536/1261] Compiling chacha20_poly1305_armv8-linux.S
[537/1261] Compiling chacha20_poly1305_armv8-apple.S
[538/1261] Compiling chacha-x86_64-linux.S
[539/1261] Compiling chacha-x86-linux.S
[540/1261] Compiling chacha-x86_64-apple.S
[541/1261] Compiling chacha-x86-apple.S
[542/1261] Compiling err_data.cc
[543/1261] Compiling chacha-armv8-win.S
[544/1261] Compiling chacha-armv8-linux.S
[545/1261] Compiling chacha-armv4-linux.S
[546/1261] Compiling chacha-armv8-apple.S
[547/1261] Compiling aes128gcmsiv-x86_64-apple.S
[548/1261] Compiling x86_64-mont5-apple.S
[549/1261] Compiling aes128gcmsiv-x86_64-linux.S
[550/1261] Compiling x86_64-mont5-linux.S
[551/1261] Compiling x86_64-mont-linux.S
[552/1261] Compiling x86_64-mont-apple.S
[553/1261] Compiling x86-mont-linux.S
[554/1261] Compiling d1_pkt.cc
[555/1261] Compiling x86-mont-apple.S
[556/1261] Compiling vpaes-x86_64-linux.S
[557/1261] Compiling vpaes-x86_64-apple.S
[558/1261] Compiling vpaes-x86-linux.S
[559/1261] Compiling vpaes-x86-apple.S
[560/1261] Compiling vpaes-armv8-win.S
[561/1261] Compiling bio_ssl.cc
[562/1261] Compiling vpaes-armv8-linux.S
[563/1261] Compiling vpaes-armv7-linux.S
[564/1261] Compiling vpaes-armv8-apple.S
[565/1261] Compiling d1_lib.cc
[566/1261] Compiling sha512-armv8-win.S
[567/1261] Compiling sha512-x86_64-apple.S
[568/1261] Compiling sha512-x86_64-linux.S
[569/1261] Compiling sha512-armv8-linux.S
[570/1261] Compiling sha512-armv8-apple.S
[571/1261] Compiling sha512-armv4-linux.S
[572/1261] Compiling sha512-586-linux.S
[573/1261] Compiling sha512-586-apple.S
[574/1261] Compiling sha256-x86_64-linux.S
[575/1261] Compiling sha256-armv8-win.S
[576/1261] Compiling sha256-armv8-linux.S
[576/1261] Compiling sha256-x86_64-apple.S
[578/1261] Compiling sha256-armv8-apple.S
[578/1261] Compiling sha256-armv4-linux.S
[580/1261] Compiling sha256-586-linux.S
[581/1261] Compiling sha1-x86_64-apple.S
[582/1261] Compiling sha256-586-apple.S
[583/1261] Compiling sha1-armv8-apple.S
[584/1261] Compiling sha1-armv8-win.S
[585/1261] Compiling sha1-armv8-linux.S
[586/1261] Compiling sha1-armv4-large-linux.S
[586/1261] Compiling sha1-x86_64-linux.S
[588/1261] Compiling sha1-586-linux.S
[589/1261] Compiling sha1-586-apple.S
[590/1261] Compiling rsaz-avx2-apple.S
[591/1261] Compiling rdrand-x86_64-apple.S
[592/1261] Compiling rdrand-x86_64-linux.S
[593/1261] Compiling p256_beeu-x86_64-asm-linux.S
[594/1261] Compiling rsaz-avx2-linux.S
[595/1261] Compiling p256_beeu-x86_64-asm-apple.S
[596/1261] Compiling p256_beeu-armv8-asm-win.S
[597/1261] Compiling p256_beeu-armv8-asm-linux.S
[598/1261] Compiling p256_beeu-armv8-asm-apple.S
[599/1261] Compiling p256-x86_64-asm-apple.S
[600/1261] Compiling p256-armv8-asm-linux.S
[601/1261] Compiling ghashv8-armv8-win.S
[602/1261] Compiling p256-x86_64-asm-linux.S
[603/1261] Compiling p256-armv8-asm-apple.S
[603/1261] Compiling p256-armv8-asm-win.S
[605/1261] Compiling ghashv8-armv8-apple.S
[606/1261] Compiling ghashv8-armv8-linux.S
[607/1261] Compiling ghashv8-armv7-linux.S
[608/1261] Compiling ghash-x86_64-linux.S
[609/1261] Compiling ghash-x86_64-apple.S
[610/1261] Compiling ghash-x86-apple.S
[611/1261] Compiling ghash-x86-linux.S
[612/1261] Compiling ghash-ssse3-x86_64-linux.S
[613/1261] Compiling ghash-ssse3-x86_64-apple.S
[614/1261] Compiling ghash-ssse3-x86-linux.S
[615/1261] Compiling ghash-neon-armv8-win.S
[616/1261] Compiling ghash-ssse3-x86-apple.S
[617/1261] Compiling ghash-neon-armv8-apple.S
[618/1261] Compiling ghash-neon-armv8-linux.S
[619/1261] Compiling ghash-armv4-linux.S
[620/1261] Compiling co-586-linux.S
[621/1261] Compiling bsaes-armv7-linux.S
[622/1261] Compiling co-586-apple.S
[623/1261] Compiling d1_both.cc
[624/1261] Compiling bn-armv8-linux.S
[625/1261] Compiling bn-armv8-win.S
[626/1261] Compiling bn-586-linux.S
[627/1261] Compiling bn-586-apple.S
[628/1261] Compiling bn-armv8-apple.S
[629/1261] Compiling armv8-mont-win.S
[630/1261] Compiling armv8-mont-linux.S
[631/1261] Compiling armv8-mont-apple.S
[632/1261] Compiling armv4-mont-linux.S
[633/1261] Compiling aesv8-gcm-armv8-win.S
[634/1261] Compiling aesv8-gcm-armv8-linux.S
[635/1261] Compiling aesv8-gcm-armv8-apple.S
[636/1261] Compiling aesv8-armv8-win.S
[637/1261] Compiling aesv8-armv8-linux.S
[638/1261] Compiling aesv8-armv7-linux.S
[639/1261] Compiling aesv8-armv8-apple.S
[640/1261] Compiling aesni-x86-linux.S
[641/1261] Compiling aesni-x86_64-apple.S
[642/1261] Compiling aesni-x86-apple.S
[643/1261] Compiling aesni-x86_64-linux.S
[644/1261] Compiling aesni-gcm-x86_64-apple.S
[645/1261] Compiling aesni-gcm-x86_64-linux.S
[646/1261] Compiling x_x509.cc
[647/1261] Compiling x_val.cc
[648/1261] Compiling x_sig.cc
[649/1261] Compiling x_req.cc
[650/1261] Compiling x_spki.cc
[651/1261] Compiling x_x509a.cc
[652/1261] Compiling x_pubkey.cc
[653/1261] Compiling x_name.cc
[654/1261] Compiling x_exten.cc
[655/1261] Compiling x_crl.cc
[656/1261] Compiling x_algor.cc
[657/1261] Compiling x_attrib.cc
[658/1261] Compiling x_all.cc
[659/1261] Compiling x509spki.cc
[660/1261] Compiling x509rset.cc
[661/1261] Compiling x509name.cc
[662/1261] Compiling x509_vfy.cc
[663/1261] Compiling x509cset.cc
[664/1261] Compiling x509_v3.cc
[665/1261] Compiling x509_vpm.cc
[666/1261] Compiling x509_txt.cc
[667/1261] Compiling x509_trs.cc
[668/1261] Compiling x509_set.cc
[669/1261] Compiling x509_req.cc
[670/1261] Compiling x509_def.cc
[671/1261] Compiling x509_ext.cc
[672/1261] Compiling x509_d2.cc
[673/1261] Compiling x509_lu.cc
[674/1261] Compiling x509_obj.cc
[675/1261] Compiling x509_cmp.cc
[676/1261] Compiling x509.cc
[677/1261] Compiling x509_att.cc
[678/1261] Compiling v3_skey.cc
[679/1261] Compiling v3_pmaps.cc
[680/1261] Compiling v3_utl.cc
[681/1261] Compiling v3_prn.cc
[682/1261] Compiling v3_purp.cc
[683/1261] Compiling v3_pcons.cc
[684/1261] Compiling v3_ocsp.cc
[685/1261] Compiling v3_ncons.cc
[686/1261] Compiling v3_int.cc
[687/1261] Compiling v3_info.cc
[688/1261] Compiling v3_lib.cc
[689/1261] Compiling v3_ia5.cc
[690/1261] Compiling v3_genn.cc
[691/1261] Compiling v3_extku.cc
[692/1261] Compiling v3_crld.cc
[693/1261] Compiling v3_enum.cc
[694/1261] Compiling v3_cpols.cc
[695/1261] Compiling v3_conf.cc
[696/1261] Compiling v3_bitst.cc
[697/1261] Compiling v3_alt.cc
[698/1261] Compiling v3_akeya.cc
[699/1261] Compiling v3_bcons.cc
[700/1261] Compiling v3_akey.cc
[701/1261] Compiling t_x509a.cc
[702/1261] Compiling t_x509.cc
[703/1261] Compiling t_req.cc
[704/1261] Compiling t_crl.cc
[705/1261] Compiling policy.cc
[706/1261] Compiling i2d_pr.cc
[707/1261] Compiling rsa_pss.cc
[708/1261] Compiling name_print.cc
[709/1261] Compiling by_file.cc
[710/1261] Compiling algorithm.cc
[711/1261] Compiling by_dir.cc
[712/1261] Compiling a_verify.cc
[713/1261] Compiling asn1_gen.cc
[714/1261] Compiling voprf.cc
[715/1261] Compiling a_digest.cc
[716/1261] Compiling a_sign.cc
[717/1261] Compiling trust_token.cc
[718/1261] Compiling thread_pthread.cc
[719/1261] Compiling thread_none.cc
[720/1261] Compiling pmbtoken.cc
[721/1261] Compiling thread.cc
[722/1261] Compiling stack.cc
[723/1261] Compiling thread_win.cc
[724/1261] Compiling wots.cc
[725/1261] Compiling thash.cc
[726/1261] Compiling merkle.cc
[727/1261] Compiling siphash.cc
[728/1261] Compiling slhdsa.cc
[729/1261] Compiling fors.cc
[730/1261] Compiling sha1.cc
[731/1261] Compiling sha512.cc
[732/1261] Compiling sha256.cc
[733/1261] Compiling rsa_print.cc
[734/1261] Compiling rc4.cc
[735/1261] Compiling rsa_extra.cc
[736/1261] Compiling refcount.cc
[737/1261] Compiling rsa_asn1.cc
[738/1261] Compiling rsa_crypt.cc
[739/1261] Compiling windows.cc
[740/1261] Compiling trusty.cc
[741/1261] Compiling ios.cc
[742/1261] Compiling getentropy.cc
[743/1261] Compiling rand_extra.cc
[744/1261] Compiling urandom.cc
[745/1261] Compiling poly1305_arm_asm.S
[746/1261] Compiling passive.cc
[747/1261] Compiling forkunsafe.cc
[748/1261] Compiling fork_detect.cc
[749/1261] Compiling deterministic.cc
[750/1261] Compiling poly1305_arm.cc
[751/1261] Compiling pool.cc
[752/1261] Compiling poly1305.cc
[753/1261] Compiling poly1305_vec.cc
[754/1261] Compiling pkcs7.cc
[755/1261] Compiling p5_pbev2.cc
[756/1261] Compiling pkcs8.cc
[756/1261] Compiling pkcs8_x509.cc
[758/1261] Compiling pkcs7_x509.cc
[759/1261] Compiling pem_xaux.cc
[760/1261] Compiling pem_x509.cc
[761/1261] Compiling pem_pkey.cc
[762/1261] Compiling pem_pk8.cc
[763/1261] Compiling obj_xref.cc
[764/1261] Compiling pem_oth.cc
[765/1261] Compiling obj.cc
[766/1261] Compiling pem_info.cc
[767/1261] Compiling pem_all.cc
[768/1261] Compiling pem_lib.cc
[769/1261] Compiling mlkem.cc
[770/1261] Compiling mem.cc
[771/1261] Compiling poly_rq_mul.S
[772/1261] Compiling mldsa.cc
[773/1261] Compiling fips_shared_support.cc
[774/1261] Compiling md5.cc
[775/1261] Compiling lhash.cc
[776/1261] Compiling md4.cc
[777/1261] Compiling keccak.cc
[778/1261] Compiling kyber.cc
[779/1261] Compiling hrss.cc
[780/1261] Compiling ex_data.cc
[781/1261] Compiling hpke.cc
[782/1261] Compiling sign.cc
[783/1261] Compiling scrypt.cc
[784/1261] Compiling print.cc
[785/1261] Compiling pbkdf.cc
[786/1261] Compiling p_x25519.cc
[787/1261] Compiling p_x25519_asn1.cc
[788/1261] Compiling p_rsa_asn1.cc
[789/1261] Compiling p_ed25519.cc
[790/1261] Compiling p_rsa.cc
[791/1261] Compiling p_ed25519_asn1.cc
[792/1261] Compiling p_hkdf.cc
[793/1261] Compiling p_ec_asn1.cc
[794/1261] Compiling p_ec.cc
[795/1261] Compiling p_dh_asn1.cc
[796/1261] Compiling p_dsa_asn1.cc
[797/1261] Compiling p_dh.cc
[798/1261] Compiling evp_ctx.cc
[799/1261] Compiling evp_asn1.cc
[800/1261] Compiling evp.cc
[801/1261] Compiling err.cc
[802/1261] Compiling engine.cc
[803/1261] Compiling ecdh_extra.cc
[804/1261] Compiling hash_to_curve.cc
[805/1261] Compiling ecdsa_asn1.cc
[806/1261] Compiling ec_derive.cc
[807/1261] Compiling ec_asn1.cc
[808/1261] Compiling dsa_asn1.cc
[809/1261] Compiling dsa.cc
[810/1261] Compiling params.cc
[811/1261] Compiling dh_asn1.cc
[812/1261] Compiling des.cc
[813/1261] Compiling digest_extra.cc
[814/1261] Compiling x25519-asm-arm.S
[815/1261] Compiling spake25519.cc
[816/1261] Compiling cpu_arm_linux.cc
[817/1261] Compiling crypto.cc
[818/1261] Compiling cpu_intel.cc
[819/1261] Compiling cpu_arm_freebsd.cc
[820/1261] Compiling curve25519.cc
[821/1261] Compiling cpu_aarch64_win.cc
[822/1261] Compiling cpu_aarch64_openbsd.cc
[822/1261] Compiling cpu_aarch64_sysreg.cc
[823/1261] Compiling cpu_aarch64_linux.cc
[825/1261] Compiling cpu_aarch64_apple.cc
[826/1261] Compiling cpu_aarch64_fuchsia.cc
[827/1261] Compiling bcm.cc
[828/1261] Compiling curve25519_64_adx.cc
[829/1261] Compiling tls_cbc.cc
[830/1261] Compiling e_null.cc
[830/1261] Compiling conf.cc
[830/1261] Compiling e_rc2.cc
[830/1261] Compiling e_rc4.cc
[834/1261] Compiling e_des.cc
[835/1261] Compiling e_tls.cc
[836/1261] Compiling e_chacha20poly1305.cc
[837/1261] Compiling derive_key.cc
[838/1261] Compiling chacha.cc
[839/1261] Compiling unicode.cc
[840/1261] Compiling e_aesgcmsiv.cc
[841/1261] Compiling e_aesctrhmac.cc
[842/1261] Compiling cipher_extra.cc
[843/1261] Compiling cbb.cc
[844/1261] Compiling cbs.cc
[845/1261] Compiling ber.cc
[846/1261] Compiling buf.cc
[847/1261] Compiling asn1_compat.cc
[848/1261] Compiling bn_asn1.cc
[849/1261] Compiling convert.cc
[850/1261] Compiling socket.cc
[851/1261] Compiling blake2.cc
[852/1261] Compiling socket_helper.cc
[853/1261] Compiling printf.cc
[854/1261] Compiling hexdump.cc
[855/1261] Compiling pair.cc
[856/1261] Compiling errno.cc
[857/1261] Compiling file.cc
[858/1261] Compiling connect.cc
[859/1261] Compiling fd.cc
[860/1261] Compiling bio_mem.cc
[861/1261] Compiling bio.cc
[862/1261] Compiling base64.cc
[863/1261] Compiling tasn_utl.cc
[864/1261] Compiling tasn_typ.cc
[865/1261] Compiling tasn_fre.cc
[866/1261] Compiling tasn_new.cc
[867/1261] Compiling tasn_enc.cc
[868/1261] Compiling posix_time.cc
[869/1261] Compiling tasn_dec.cc
[870/1261] Compiling f_string.cc
[871/1261] Compiling asn_pack.cc
[872/1261] Compiling f_int.cc
[873/1261] Compiling asn1_par.cc
[874/1261] Compiling a_utctm.cc
[874/1261] Compiling asn1_lib.cc
[876/1261] Compiling a_type.cc
[877/1261] Compiling a_time.cc
[878/1261] Compiling a_octet.cc
[879/1261] Compiling a_strnid.cc
[880/1261] Compiling a_strex.cc
[881/1261] Compiling a_object.cc
[882/1261] Compiling a_mbstr.cc
[883/1261] Compiling a_int.cc
[884/1261] Compiling a_i2d_fp.cc
[885/1261] Compiling a_gentm.cc
[886/1261] Compiling a_dup.cc
[887/1261] Compiling fiat_p256_adx_mul.S
[888/1261] Compiling fiat_p256_adx_sqr.S
[889/1261] Compiling a_d2i_fp.cc
[890/1261] Compiling fiat_curve25519_adx_square.S
[891/1261] Compiling a_bool.cc
[892/1261] Compiling fiat_curve25519_adx_mul.S
[893/1261] Compiling md5-x86_64-apple.S
[894/1261] Compiling md5-x86_64-linux.S
[895/1261] Compiling md5-586-linux.S
[896/1261] Compiling a_bitstr.cc
[897/1261] Compiling md5-586-apple.S
[898/1261] Compiling chacha20_poly1305_x86_64-apple.S
[899/1261] Compiling chacha20_poly1305_armv8-win.S
[900/1261] Compiling chacha20_poly1305_armv8-linux.S
[901/1261] Compiling chacha20_poly1305_x86_64-linux.S
[902/1261] Compiling chacha20_poly1305_armv8-apple.S
[903/1261] Compiling chacha-x86_64-apple.S
[904/1261] Compiling chacha-x86_64-linux.S
[905/1261] Compiling chacha-x86-linux.S
[906/1261] Compiling chacha-x86-apple.S
[907/1261] Compiling CCryptoBoringSSLShims shims.c
[908/1261] Compiling err_data.cc
[909/1261] Compiling chacha-armv8-win.S
[910/1261] Compiling aes128gcmsiv-x86_64-apple.S
[911/1261] Compiling chacha-armv8-apple.S
[911/1261] Compiling aes128gcmsiv-x86_64-linux.S
[911/1261] Compiling chacha-armv8-linux.S
[912/1261] Compiling chacha-armv4-linux.S
[915/1261] Compiling x86_64-mont5-linux.S
[916/1261] Compiling x86-mont-apple.S
[917/1261] Compiling x86-mont-linux.S
[918/1261] Compiling x86_64-mont-apple.S
[918/1261] Compiling x86_64-mont5-apple.S
[920/1261] Compiling x86_64-mont-linux.S
[921/1261] Compiling vpaes-x86_64-linux.S
[922/1261] Compiling vpaes-x86-linux.S
[923/1261] Compiling vpaes-x86-apple.S
[924/1261] Compiling vpaes-x86_64-apple.S
[924/1261] Compiling vpaes-armv8-win.S
[926/1261] Compiling vpaes-armv8-linux.S
[927/1261] Compiling vpaes-armv8-apple.S
[928/1261] Compiling vpaes-armv7-linux.S
[929/1261] Compiling sha512-x86_64-apple.S
[930/1261] Compiling sha512-armv8-win.S
[931/1261] Compiling sha512-x86_64-linux.S
[932/1261] Compiling sha512-armv8-linux.S
[933/1261] Compiling sha512-armv4-linux.S
[934/1261] Compiling sha512-armv8-apple.S
[935/1261] Compiling sha512-586-linux.S
[936/1261] Compiling sha512-586-apple.S
[937/1261] Compiling sha256-x86_64-apple.S
[938/1261] Compiling sha256-x86_64-linux.S
[939/1261] Compiling sha256-armv8-win.S
[940/1261] Compiling sha256-armv8-linux.S
[941/1261] Compiling sha256-armv8-apple.S
[942/1261] Compiling sha256-armv4-linux.S
[943/1261] Compiling sha256-586-linux.S
[944/1261] Compiling sha256-586-apple.S
[945/1261] Compiling sha1-x86_64-apple.S
[946/1261] Compiling sha1-armv8-win.S
[947/1261] Compiling sha1-armv8-linux.S
[948/1261] Compiling sha1-armv8-apple.S
[949/1261] Compiling sha1-x86_64-linux.S
[950/1261] Compiling sha1-armv4-large-linux.S
[951/1261] Compiling sha1-586-linux.S
[952/1261] Compiling sha1-586-apple.S
[953/1261] Compiling rsaz-avx2-linux.S
[954/1261] Compiling rsaz-avx2-apple.S
[955/1261] Compiling rdrand-x86_64-apple.S
[956/1261] Compiling rdrand-x86_64-linux.S
[957/1261] Compiling p256_beeu-x86_64-asm-linux.S
[958/1261] Compiling p256_beeu-x86_64-asm-apple.S
[959/1261] Compiling p256_beeu-armv8-asm-win.S
[960/1261] Compiling p256_beeu-armv8-asm-linux.S
[961/1261] Compiling p256_beeu-armv8-asm-apple.S
[962/1261] Compiling p256-x86_64-asm-apple.S
[963/1261] Compiling p256-armv8-asm-win.S
[964/1261] Compiling p256-x86_64-asm-linux.S
[965/1261] Compiling p256-armv8-asm-linux.S
[966/1261] Compiling p256-armv8-asm-apple.S
[967/1261] Compiling ghashv8-armv8-win.S
[968/1261] Compiling ghashv8-armv8-linux.S
[969/1261] Compiling ghashv8-armv7-linux.S
[970/1261] Compiling ghashv8-armv8-apple.S
[971/1261] Compiling ghash-x86_64-apple.S
[972/1261] Compiling ghash-x86_64-linux.S
[973/1261] Compiling ghash-x86-linux.S
[974/1261] Compiling ghash-x86-apple.S
[975/1261] Compiling ghash-ssse3-x86_64-apple.S
[976/1261] Compiling ghash-ssse3-x86_64-linux.S
[977/1261] Compiling ghash-ssse3-x86-linux.S
[978/1261] Compiling ghash-ssse3-x86-apple.S
[979/1261] Compiling ghash-neon-armv8-win.S
[980/1261] Compiling ghash-neon-armv8-linux.S
[981/1261] Compiling ghash-neon-armv8-apple.S
[982/1261] Compiling co-586-linux.S
[983/1261] Compiling ghash-armv4-linux.S
[984/1261] Compiling co-586-apple.S
[985/1261] Compiling bsaes-armv7-linux.S
[986/1261] Compiling bn-armv8-linux.S
[987/1261] Compiling bn-armv8-win.S
[988/1261] Compiling bn-armv8-apple.S
[989/1261] Compiling bn-586-linux.S
[990/1261] Compiling bn-586-apple.S
[991/1261] Compiling armv8-mont-win.S
[992/1261] Compiling armv8-mont-linux.S
[993/1261] Compiling armv8-mont-apple.S
[994/1261] Compiling aesv8-gcm-armv8-win.S
[995/1261] Compiling armv4-mont-linux.S
[996/1261] Compiling aesv8-gcm-armv8-linux.S
[997/1261] Compiling aesv8-gcm-armv8-apple.S
[998/1261] Compiling aesv8-armv8-win.S
[999/1261] Compiling aesv8-armv8-apple.S
[1000/1261] Compiling aesv8-armv8-linux.S
[1001/1261] Compiling aesv8-armv7-linux.S
[1002/1261] Compiling aesni-x86_64-linux.S
[1003/1261] Compiling aesni-x86_64-apple.S
[1004/1261] Compiling aesni-x86-apple.S
[1005/1261] Compiling aesni-x86-linux.S
[1006/1261] Compiling aesni-gcm-x86_64-linux.S
[1007/1261] Compiling aesni-gcm-x86_64-apple.S
[1008/1261] Compiling aes-gcm-avx10-x86_64-apple.S
[1009/1261] Compiling aes-gcm-avx10-x86_64-linux.S
[1010/1261] Compiling c-nioatomics.c
[1011/1261] Compiling x_x509a.cc
[1012/1261] Compiling x_x509.cc
[1013/1261] Compiling x_sig.cc
[1014/1261] Compiling x_val.cc
[1015/1261] Compiling x_spki.cc
[1016/1261] Compiling x_req.cc
[1017/1261] Compiling c-atomics.c
[1018/1261] Compiling x_pubkey.cc
[1019/1261] Compiling x_name.cc
[1020/1261] Compiling x_exten.cc
[1021/1261] Compiling x_attrib.cc
[1022/1261] Compiling x_crl.cc
[1023/1262] Compiling x_algor.cc
[1024/1267] Compiling x_all.cc
[1026/1267] Compiling NIOConcurrencyHelpers NIOLock.swift
[1026/1267] Compiling x509_vpm.cc
[1027/1267] Compiling x509cset.cc
[1028/1267] Compiling x509name.cc
[1029/1267] Compiling x509spki.cc
[1031/1267] Emitting module NIOConcurrencyHelpers
[1031/1267] Compiling x509rset.cc
[1033/1267] Compiling NIOConcurrencyHelpers lock.swift
[1034/1267] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1034/1267] Compiling x509_v3.cc
[1036/1267] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1037/1267] Compiling NIOConcurrencyHelpers atomics.swift
[1037/1268] Compiling x509_vfy.cc
[1039/1268] Compiling x509_trs.cc
[1040/1268] Compiling x509_req.cc
[1041/1268] Compiling x509_txt.cc
[1042/1268] Compiling x509_set.cc
[1043/1268] Compiling x509_obj.cc
[1044/1268] Compiling x509_ext.cc
[1045/1268] Compiling x509_lu.cc
[1046/1268] Compiling x509_def.cc
[1047/1268] Compiling x509_d2.cc
[1048/1268] Compiling x509_cmp.cc
[1049/1268] Compiling x509_att.cc
[1050/1268] Compiling x509.cc
[1051/1268] Compiling v3_utl.cc
[1052/1268] Compiling v3_skey.cc
[1053/1268] Compiling v3_prn.cc
[1054/1268] Compiling v3_purp.cc
[1055/1268] Compiling v3_pmaps.cc
[1056/1268] Compiling v3_ocsp.cc
[1057/1268] Compiling v3_pcons.cc
[1058/1268] Compiling v3_ncons.cc
[1059/1268] Compiling v3_lib.cc
[1060/1268] Compiling v3_int.cc
[1061/1268] Compiling v3_info.cc
[1062/1268] Compiling v3_ia5.cc
[1063/1268] Compiling v3_genn.cc
[1064/1268] Compiling v3_extku.cc
[1065/1268] Compiling v3_enum.cc
[1066/1268] Compiling v3_crld.cc
[1067/1268] Compiling v3_conf.cc
[1068/1268] Compiling v3_cpols.cc
[1069/1268] Compiling v3_bitst.cc
[1070/1268] Compiling v3_bcons.cc
[1071/1268] Compiling v3_akeya.cc
[1072/1268] Compiling v3_alt.cc
[1073/1268] Compiling v3_akey.cc
[1074/1268] Compiling t_x509a.cc
[1075/1268] Compiling i2d_pr.cc
[1076/1268] Compiling t_crl.cc
[1077/1268] Compiling t_req.cc
[1078/1268] Compiling t_x509.cc
[1079/1268] Compiling name_print.cc
[1080/1268] Compiling rsa_pss.cc
[1081/1268] Compiling policy.cc
[1082/1268] Compiling by_file.cc
[1083/1268] Compiling by_dir.cc
[1084/1268] Compiling algorithm.cc
[1085/1268] Compiling asn1_gen.cc
[1085/1268] Compiling a_verify.cc
[1087/1268] Compiling voprf.cc
[1088/1268] Compiling a_digest.cc
[1089/1268] Compiling a_sign.cc
[1090/1268] Compiling thread_win.cc
[1091/1268] Compiling thread_pthread.cc
[1092/1268] Compiling thread_none.cc
[1093/1268] Compiling thread.cc
[1094/1268] Compiling trust_token.cc
[1095/1268] Compiling pmbtoken.cc
[1096/1268] Compiling wots.cc
[1097/1268] Compiling stack.cc
[1098/1268] Compiling thash.cc
[1099/1268] Compiling merkle.cc
[1100/1268] Compiling fors.cc
[1101/1268] Compiling slhdsa.cc
[1102/1268] Compiling siphash.cc
[1103/1268] Compiling sha512.cc
[1104/1268] Compiling sha256.cc
[1105/1268] Compiling sha1.cc
[1106/1268] Compiling rsa_extra.cc
[1107/1268] Compiling rsa_print.cc
[1108/1268] Compiling rc4.cc
[1109/1268] Compiling refcount.cc
[1110/1268] Compiling rsa_crypt.cc
[1111/1268] Compiling rsa_asn1.cc
[1112/1268] Compiling windows.cc
[1113/1268] Compiling urandom.cc
[1114/1268] Compiling trusty.cc
[1115/1268] Compiling rand_extra.cc
[1116/1268] Compiling passive.cc
[1117/1268] Compiling getentropy.cc
[1117/1268] Compiling ios.cc
[1119/1268] Compiling poly1305_arm_asm.S
[1120/1268] Compiling forkunsafe.cc
[1121/1268] Compiling deterministic.cc
[1122/1268] Compiling fork_detect.cc
[1123/1268] Compiling pool.cc
[1124/1268] Compiling poly1305.cc
[1125/1268] Compiling poly1305_arm.cc
[1126/1268] Compiling poly1305_vec.cc
[1127/1268] Compiling pkcs7.cc
[1128/1268] Compiling pkcs8_x509.cc
[1129/1268] Compiling pkcs8.cc
[1130/1268] Compiling p5_pbev2.cc
[1131/1268] Compiling pkcs7_x509.cc
[1132/1268] Compiling pem_xaux.cc
[1133/1268] Compiling pem_pkey.cc
[1134/1268] Compiling pem_x509.cc
[1135/1268] Compiling pem_pk8.cc
[1136/1268] Compiling obj_xref.cc
[1137/1268] Compiling pem_oth.cc
[1138/1268] Compiling mlkem.cc
[1139/1268] Compiling pem_info.cc
[1140/1268] Compiling pem_all.cc
[1141/1268] Compiling pem_lib.cc
[1142/1268] Compiling obj.cc
[1143/1268] Compiling mldsa.cc
[1144/1268] Compiling poly_rq_mul.S
[1145/1268] Compiling fips_shared_support.cc
[1146/1268] Compiling mem.cc
[1147/1268] Compiling md5.cc
[1148/1268] Compiling md4.cc
[1149/1268] Compiling lhash.cc
[1150/1268] Compiling kyber.cc
[1151/1268] Compiling hpke.cc
[1152/1268] Compiling ex_data.cc
[1153/1268] Compiling hrss.cc
[1154/1268] Compiling sign.cc
[1155/1268] Compiling scrypt.cc
[1156/1268] Compiling pbkdf.cc
[1157/1268] Compiling print.cc
[1158/1268] Compiling p_x25519.cc
[1159/1268] Compiling p_x25519_asn1.cc
[1160/1268] Compiling p_rsa_asn1.cc
[1161/1268] Compiling p_rsa.cc
[1162/1268] Compiling p_hkdf.cc
[1163/1268] Compiling p_ed25519.cc
[1164/1268] Compiling p_ed25519_asn1.cc
[1165/1268] Compiling p_ec_asn1.cc
[1166/1268] Compiling p_ec.cc
[1167/1268] Compiling p_dh_asn1.cc
[1167/1268] Compiling p_dsa_asn1.cc
[1169/1268] Compiling p_dh.cc
[1170/1268] Compiling evp_ctx.cc
[1171/1268] Compiling evp.cc
[1172/1268] Compiling evp_asn1.cc
[1173/1268] Compiling err.cc
[1174/1268] Compiling engine.cc
[1175/1268] Compiling ecdsa_asn1.cc
[1176/1268] Compiling ecdh_extra.cc
[1177/1268] Compiling hash_to_curve.cc
[1178/1268] Compiling ec_derive.cc
[1179/1268] Compiling dsa_asn1.cc
[1180/1268] Compiling ec_asn1.cc
[1181/1268] Compiling dsa.cc
[1182/1268] Compiling params.cc
[1182/1268] Compiling digest_extra.cc
[1184/1268] Compiling x25519-asm-arm.S
[1185/1268] Compiling dh_asn1.cc
[1186/1268] Compiling des.cc
[1187/1268] Compiling spake25519.cc
[1188/1268] Compiling crypto.cc
[1189/1268] Compiling cpu_intel.cc
[1190/1268] Compiling cpu_arm_linux.cc
[1191/1268] Compiling cpu_arm_freebsd.cc
[1192/1268] Compiling curve25519.cc
[1193/1268] Compiling cpu_aarch64_win.cc
[1194/1268] Compiling cpu_aarch64_sysreg.cc
[1195/1268] Compiling cpu_aarch64_openbsd.cc
[1196/1268] Compiling curve25519_64_adx.cc
[1197/1268] Compiling cpu_aarch64_fuchsia.cc
[1198/1268] Compiling cpu_aarch64_linux.cc
[1199/1268] Compiling cpu_aarch64_apple.cc
[1200/1268] Compiling conf.cc
[1201/1268] Compiling bcm.cc
[1202/1268] Compiling tls_cbc.cc
[1203/1268] Compiling e_tls.cc
[1204/1268] Compiling e_rc4.cc
[1205/1268] Compiling e_rc2.cc
[1206/1268] Compiling e_null.cc
[1207/1268] Compiling e_des.cc
[1208/1268] Compiling e_chacha20poly1305.cc
[1209/1268] Compiling e_aesgcmsiv.cc
[1210/1268] Compiling derive_key.cc
[1211/1268] Compiling e_aesctrhmac.cc
[1212/1268] Compiling cipher_extra.cc
[1213/1268] Compiling chacha.cc
[1214/1268] Compiling unicode.cc
[1215/1268] Compiling ber.cc
[1216/1268] Compiling cbs.cc
[1217/1268] Compiling buf.cc
[1218/1268] Compiling cbb.cc
[1219/1268] Compiling asn1_compat.cc
[1220/1268] Compiling bn_asn1.cc
[1221/1268] Compiling blake2.cc
[1222/1268] Compiling convert.cc
[1223/1268] Compiling printf.cc
[1224/1268] Compiling pair.cc
[1225/1268] Compiling hexdump.cc
[1226/1268] Compiling file.cc
[1227/1268] Compiling errno.cc
[1228/1268] Compiling fd.cc
[1229/1268] Compiling bio_mem.cc
[1230/1268] Compiling bio.cc
[1231/1268] Compiling base64.cc
[1232/1268] Compiling tasn_typ.cc
[1233/1268] Compiling tasn_fre.cc
[1234/1268] Compiling tasn_utl.cc
[1235/1268] Compiling tasn_new.cc
[1236/1268] Compiling tasn_enc.cc
[1237/1268] Compiling posix_time.cc
[1238/1268] Compiling f_string.cc
[1239/1268] Compiling tasn_dec.cc
[1240/1268] Compiling f_int.cc
[1241/1268] Compiling asn_pack.cc
[1242/1268] Compiling asn1_par.cc
[1243/1268] Compiling a_utctm.cc
[1244/1268] Compiling asn1_lib.cc
[1245/1268] Compiling a_type.cc
[1246/1268] Compiling a_time.cc
[1247/1268] Compiling a_octet.cc
[1248/1268] Compiling a_strnid.cc
[1249/1268] Compiling a_strex.cc
[1250/1268] Compiling a_object.cc
[1251/1268] Compiling a_i2d_fp.cc
[1252/1268] Compiling a_mbstr.cc
[1253/1268] Write sources
[1254/1268] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1255/1268] Compiling a_int.cc
[1256/1268] Write sources
[1260/1268] Compiling a_gentm.cc
[1261/1268] Write sources
[1262/1268] Compiling a_dup.cc
[1263/1268] Write sources
[1265/1268] Compiling a_d2i_fp.cc
[1266/1268] Compiling a_bool.cc
[1267/1269] Compiling a_bitstr.cc
[1269/1410] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1270/1410] Compiling BitCollections BitArray+Shifts.swift
[1271/1420] Compiling Atomics IntegerOperations.swift
[1272/1420] Compiling Atomics Unmanaged extensions.swift
[1273/1420] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1274/1420] Compiling BitCollections BitSet+CustomReflectable.swift
[1275/1420] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1276/1420] Compiling BitCollections BitSet+Equatable.swift
[1277/1420] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1278/1420] Compiling BitCollections BitSet+Extras.swift
[1279/1420] Compiling BitCollections BitSet+Hashable.swift
[1280/1420] Compiling BitCollections BitSet+Initializers.swift
[1281/1420] Compiling BitCollections BitSet+Invariants.swift
[1282/1420] Compiling BitCollections BitSet+Random.swift
[1283/1420] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1284/1420] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1285/1420] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1286/1420] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1287/1427] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1288/1427] Compiling BitCollections BitSet+Codable.swift
[1289/1427] Compiling BitCollections BitArray+Testing.swift
[1290/1427] Compiling BitCollections BitArray._UnsafeHandle.swift
[1291/1427] Compiling BitCollections BitArray.swift
[1292/1427] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1293/1427] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1294/1427] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1295/1427] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1296/1427] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1297/1427] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1298/1427] Compiling BitCollections BitSet+SetAlgebra union.swift
[1299/1427] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1300/1427] Compiling BitCollections BitSet.Counted.swift
[1301/1427] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1302/1427] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1303/1427] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1304/1427] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1305/1427] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1306/1427] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1307/1427] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1308/1427] Compiling CryptoBoringWrapper RandomBytes.swift
[1311/1427] Compiling BitCollections BitArray+Hashable.swift
[1312/1427] Compiling BitCollections BitArray+Initializers.swift
[1313/1427] Compiling BitCollections BitArray+Invariants.swift
[1314/1427] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1321/1436] Emitting module AsyncAlgorithms
[1322/1436] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1323/1436] Compiling CryptoBoringWrapper EllipticCurve.swift
[1324/1436] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1325/1436] Emitting module CryptoBoringWrapper
[1326/1436] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1330/1436] Compiling BitCollections BitArray+RandomBits.swift
[1334/1436] Compiling BitCollections BitArray+Copy.swift
[1335/1436] Compiling BitCollections BitArray+CustomReflectable.swift
[1336/1436] Compiling BitCollections BitArray+Descriptions.swift
[1337/1436] Compiling BitCollections BitArray+Equatable.swift
[1338/1436] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1339/1436] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1343/1437] Compiling BitCollections BitSet.Index.swift
[1344/1437] Compiling BitCollections BitSet._UnsafeHandle.swift
[1345/1437] Compiling BitCollections BitSet.swift
[1346/1437] Compiling BitCollections Range+Utilities.swift
[1347/1437] Compiling BitCollections Slice+Utilities.swift
[1348/1437] Compiling BitCollections UInt+Tricks.swift
[1349/1437] Compiling BitCollections _Word.swift
[1358/1437] Compiling BitCollections BitArray+BitwiseOperations.swift
[1359/1437] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1360/1437] Compiling BitCollections BitArray+Codable.swift
[1361/1437] Compiling BitCollections BitArray+Collection.swift
[1366/1437] Emitting module BitCollections
[1377/1438] Compiling Algorithms Trim.swift
[1378/1438] Compiling Algorithms Unique.swift
[1379/1438] Compiling Algorithms Windows.swift
[1380/1511] Compiling Crypto CryptoKitErrors.swift
[1381/1511] Compiling Crypto Digest_boring.swift
[1382/1511] Compiling Crypto Digest.swift
[1383/1511] Compiling Crypto Digests.swift
[1384/1511] Compiling Crypto HashFunctions.swift
[1385/1511] Compiling Crypto HashFunctions_SHA2.swift
[1386/1511] Compiling Crypto HPKE-AEAD.swift
[1387/1511] Compiling Crypto HPKE-KEM.swift
[1388/1511] Compiling Crypto HPKE-Errors.swift
[1389/1511] Compiling Crypto HPKE.swift
[1390/1511] Compiling Crypto HPKE-Context.swift
[1391/1511] Compiling Crypto HPKE-KeySchedule.swift
[1392/1511] Compiling Crypto HPKE-Modes.swift
[1393/1511] Compiling Crypto AES-GCM.swift
[1394/1511] Compiling Crypto AES-GCM_boring.swift
[1395/1511] Compiling Crypto ChaChaPoly_boring.swift
[1396/1511] Compiling Crypto ChaChaPoly.swift
[1397/1511] Compiling Collections Collections.swift
[1398/1511] Emitting module Collections
[1403/1512] Compiling Crypto ASN1.swift
[1404/1512] Compiling Crypto ASN1Any.swift
[1405/1512] Compiling Crypto ASN1BitString.swift
[1407/1512] Compiling Crypto Cipher.swift
[1408/1512] Compiling Crypto Nonces.swift
[1409/1512] Emitting module Atomics
[1412/1513] Compiling Crypto ASN1Boolean.swift
[1413/1513] Compiling Crypto PKCS8PrivateKey.swift
[1414/1513] Compiling Crypto SEC1PrivateKey.swift
[1415/1513] Compiling Crypto SubjectPublicKeyInfo.swift
[1416/1513] Compiling Crypto ASN1Identifier.swift
[1417/1513] Compiling Crypto ASN1Integer.swift
[1418/1513] Compiling Crypto ASN1Null.swift
[1419/1513] Compiling Crypto ASN1OctetString.swift
[1420/1513] Compiling Crypto ASN1Strings.swift
[1421/1513] Compiling Crypto ArraySliceBigint.swift
[1422/1513] Compiling Crypto GeneralizedTime.swift
[1423/1513] Compiling Crypto ObjectIdentifier.swift
[1424/1513] Compiling Crypto ECDSASignature.swift
[1425/1513] Compiling Crypto PEMDocument.swift
[1426/1513] Compiling Crypto HPKE-Ciphersuite.swift
[1427/1513] Compiling Crypto HPKE-KDF.swift
[1436/1513] Compiling Crypto Insecure.swift
[1437/1513] Compiling Crypto Insecure_HashFunctions.swift
[1438/1513] Compiling Crypto KEM.swift
[1439/1513] Compiling Crypto ECDH_boring.swift
[1440/1513] Compiling Crypto DH.swift
[1441/1513] Compiling Crypto ECDH.swift
[1444/1514] Compiling Crypto HPKE-KexKeyDerivation.swift
[1445/1514] Compiling Crypto HPKE-LabeledExtract.swift
[1446/1514] Compiling Crypto HPKE-Utils.swift
[1447/1514] Compiling Crypto DHKEM.swift
[1448/1514] Compiling Crypto HPKE-KEM-Curve25519.swift
[1449/1514] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1453/1590] Compiling NIOCore BSDSocketAPI.swift
[1454/1590] Compiling NIOCore ByteBuffer-aux.swift
[1455/1590] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1456/1590] Compiling NIOCore ByteBuffer-conversions.swift
[1457/1590] Compiling NIOCore ByteBuffer-core.swift
[1458/1590] Compiling NIOCore ByteBuffer-hex.swift
[1459/1590] Compiling NIOCore ByteBuffer-int.swift
[1460/1590] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1461/1590] Compiling NIOCore ByteBuffer-multi-int.swift
[1462/1590] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1463/1590] Emitting module Algorithms
[1465/1591] Emitting module Crypto
[1466/1591] Compiling Crypto SymmetricKeys.swift
[1467/1591] Compiling Crypto HMAC.swift
[1468/1591] Compiling Crypto MACFunctions.swift
[1469/1591] Compiling Crypto MessageAuthenticationCode.swift
[1470/1591] Compiling Crypto AES.swift
[1471/1591] Compiling Crypto ECDSASignature_boring.swift
[1472/1591] Compiling Crypto ECDSA_boring.swift
[1473/1591] Compiling Crypto EdDSA_boring.swift
[1474/1591] Compiling Crypto ECDSA.swift
[1475/1591] Compiling Crypto Ed25519.swift
[1476/1591] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1477/1592] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1478/1592] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1479/1592] Emitting module ServiceLifecycle
[1480/1592] Compiling ServiceLifecycle CancellationWaiter.swift
[1481/1592] Compiling ServiceLifecycle ServiceRunnerError.swift
[1482/1592] Compiling NIOCore MarkedCircularBuffer.swift
[1483/1592] Compiling NIOCore MulticastChannel.swift
[1484/1592] Compiling NIOCore NIOAny.swift
[1485/1592] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1486/1592] Compiling NIOCore NIOLoopBound.swift
[1487/1592] Compiling NIOCore NIOScheduledCallback.swift
[1488/1592] Compiling NIOCore NIOSendable.swift
[1489/1592] Compiling NIOCore RecvByteBufferAllocator.swift
[1490/1592] Compiling Crypto NISTCurvesKeys.swift
[1491/1592] Compiling Crypto X25519Keys.swift
[1492/1592] Compiling NIOCore EventLoop+Deprecated.swift
[1493/1592] Compiling NIOCore EventLoop+SerialExecutor.swift
[1494/1592] Compiling NIOCore GlobalSingletons.swift
[1495/1592] Compiling NIOCore IO.swift
[1496/1592] Compiling NIOCore IOData.swift
[1497/1592] Compiling NIOCore IPProtocol.swift
[1498/1592] Compiling NIOCore IntegerBitPacking.swift
[1499/1592] Compiling NIOCore IntegerTypes.swift
[1500/1592] Compiling NIOCore Interfaces.swift
[1501/1592] Compiling NIOCore Linux.swift
[1502/1592] Compiling NIOCore AddressedEnvelope.swift
[1503/1592] Compiling NIOCore AsyncAwaitSupport.swift
[1504/1592] Compiling NIOCore AsyncChannel.swift
[1505/1592] Compiling NIOCore AsyncChannelHandler.swift
[1506/1592] Compiling NIOCore AsyncChannelInboundStream.swift
[1507/1592] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1508/1592] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1509/1592] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1510/1592] Compiling NIOCore NIOAsyncWriter.swift
[1511/1592] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1512/1592] Compiling NIOCore ByteBuffer-views.swift
[1513/1592] Compiling NIOCore Channel.swift
[1514/1592] Compiling NIOCore ChannelHandler.swift
[1515/1592] Compiling NIOCore ChannelHandlers.swift
[1516/1592] Compiling NIOCore ChannelInvoker.swift
[1517/1592] Compiling NIOCore ChannelOption.swift
[1518/1592] Compiling NIOCore EventLoop.swift
[1519/1592] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1520/1592] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1521/1592] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1530/1600] Compiling Crypto Signature.swift
[1531/1600] Compiling Crypto CryptoKitErrors_boring.swift
[1532/1600] Compiling Crypto RNG_boring.swift
[1533/1600] Compiling Crypto SafeCompare_boring.swift
[1534/1600] Compiling Crypto Zeroization_boring.swift
[1535/1600] Compiling Crypto PrettyBytes.swift
[1536/1600] Compiling Crypto SafeCompare.swift
[1537/1600] Compiling Crypto SecureBytes.swift
[1538/1600] Compiling Crypto Zeroization.swift
[1539/1601] Compiling ServiceLifecycle GracefulShutdown.swift
[1540/1601] Compiling ServiceLifecycle Service.swift
[1541/1601] Compiling ServiceLifecycle ServiceGroup.swift
[1552/1684] Compiling APNSCore APNSComplicationNotification.swift
[1553/1684] Compiling APNSCore EmptyPayload.swift
[1554/1684] Compiling APNSCore APNSClient+FileProvider.swift
[1555/1684] Compiling APNSCore APNSFileProviderNotification.swift
[1556/1684] Compiling APNSCore APNSClient+LiveActivity.swift
[1557/1684] Compiling APNSCore APNSLiveActivityDismissalDate.swift
[1558/1690] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1559/1690] Compiling _CryptoExtras DigestType.swift
[1560/1690] Compiling _CryptoExtras Error.swift
[1561/1690] Compiling _CryptoExtras I2OSP.swift
[1562/1690] Compiling _CryptoExtras IntegerEncoding.swift
[1563/1690] Compiling _CryptoExtras PEMDocument.swift
[1566/1690] Compiling APNSCore APNSLiveActivityNotification.swift
[1567/1690] Compiling APNSCore APNSLiveActivityNotificationAPSStorage.swift
[1568/1690] Compiling APNSCore APNSLiveActivityNotificationEvent.swift
[1569/1690] Compiling APNSCore APNSClient+Complication.swift
[1574/1695] Compiling APNSCore APNSStartLiveActivityNotification.swift
[1575/1695] Compiling APNSCore APNSStartLiveActivityNotificationAPSStorage.swift
[1576/1695] Compiling APNSCore APNSClient+Location.swift
[1577/1695] Compiling APNSCore APNSLocationNotification.swift
[1578/1695] Compiling APNSCore Logging.swift
[1579/1695] Compiling APNSCore APNSMessage.swift
[1580/1695] Compiling APNSCore APNSNotificationExpiration.swift
[1581/1695] Compiling APNSCore APNSPriority.swift
[1582/1695] Compiling APNSCore APNSPushType.swift
[1583/1695] Compiling APNSCore APNSRequest.swift
[1584/1695] Emitting module _CryptoExtras
[1585/1695] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1586/1695] Compiling NIOCore SocketAddresses.swift
[1587/1695] Compiling NIOCore SocketOptionProvider.swift
[1588/1695] Compiling NIOCore SystemCallHelpers.swift
[1589/1695] Compiling NIOCore TimeAmount+Duration.swift
[1590/1695] Compiling NIOCore TypeAssistedChannelHandler.swift
[1591/1695] Compiling NIOCore UniversalBootstrapSupport.swift
[1592/1695] Compiling NIOCore Utilities.swift
[1593/1695] Compiling APNSCore APNSAuthenticationTokenManager.swift
[1594/1695] Compiling APNSCore APNSClient.swift
[1595/1695] Compiling APNSCore APNSEnvironment.swift
[1596/1695] Compiling APNSCore APNSError.swift
[1597/1695] Compiling APNSCore APNSErrorResponse.swift
[1607/1695] Compiling APNSCore P256.Signing.PrivateKey+PrivateFilePath.swift
[1608/1695] Compiling APNSCore APNSClient+PushToTalk.swift
[1609/1695] Compiling APNSCore APNSPushToTalkNotification.swift
[1610/1695] Compiling APNSCore APNSClient+VoIP.swift
[1611/1695] Compiling APNSCore APNSVoIPNotification.swift
[1638/1695] Compiling APNSCore APNSResponse.swift
[1639/1695] Compiling APNSCore APNSAlertNotification.swift
[1640/1695] Compiling APNSCore APNSAlertNotificationAPSStorage.swift
[1641/1695] Compiling APNSCore APNSAlertNotificationContent.swift
[1642/1695] Compiling APNSCore APNSAlertNotificationInterruptionLevel.swift
[1643/1695] Compiling APNSCore APNSAlertNotificationSound.swift
[1644/1695] Compiling APNSCore APNSClient+Alert.swift
[1645/1695] Compiling APNSCore APNSBackgroundNotification.swift
[1646/1695] Compiling APNSCore APNSClient+Background.swift
[1647/1695] Compiling APNSCore Base64.swift
[1655/1695] Compiling _CryptoExtras PrettyBytes.swift
[1656/1695] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1657/1695] Compiling _CryptoExtras DLEQ.swift
[1658/1695] Compiling _CryptoExtras Prover.swift
[1659/1695] Compiling _CryptoExtras Verifier.swift
[1660/1695] Compiling _CryptoExtras ZKPToolbox.swift
[1678/1695] Emitting module NIOCore
[1680/1749] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1681/1749] Emitting module NIOHTTPTypes
[1683/1750] Emitting module NIOEmbedded
[1684/1750] Compiling NIOEmbedded AsyncTestingChannel.swift
[1685/1750] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1686/1750] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1687/1750] Compiling NIOPosix PosixSingletons.swift
[1688/1750] Compiling NIOPosix RawSocketBootstrap.swift
[1689/1750] Compiling NIOPosix Resolver.swift
[1690/1750] Compiling NIOPosix Selectable.swift
[1691/1750] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1692/1750] Compiling NIOEmbedded Embedded.swift
[1694/1757] Compiling NIOPosix IO.swift
[1695/1757] Compiling NIOPosix IntegerBitPacking.swift
[1696/1757] Compiling NIOPosix IntegerTypes.swift
[1697/1757] Compiling NIOPosix Linux.swift
[1698/1757] Compiling NIOPosix LinuxCPUSet.swift
[1699/1757] Compiling NIOPosix LinuxUring.swift
[1700/1757] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1701/1757] Compiling NIOPosix ThreadPosix.swift
[1702/1757] Compiling NIOPosix ThreadWindows.swift
[1703/1757] Compiling NIOPosix UnsafeTransfer.swift
[1704/1757] Compiling NIOPosix Utilities.swift
[1705/1757] Compiling NIOPosix VsockAddress.swift
[1706/1757] Compiling NIOPosix VsockChannelEvents.swift
[1707/1757] Compiling NIOPosix SelectableChannel.swift
[1708/1757] Compiling NIOPosix SelectableEventLoop.swift
[1709/1757] Compiling NIOPosix SelectorEpoll.swift
[1710/1757] Compiling NIOPosix SelectorGeneric.swift
[1711/1757] Compiling NIOPosix SelectorKqueue.swift
[1712/1757] Compiling NIOPosix SelectorUring.swift
[1713/1757] Compiling NIOPosix ServerSocket.swift
[1714/1757] Compiling NIOPosix Socket.swift
[1715/1757] Compiling NIOPosix SocketChannel.swift
[1716/1757] Compiling NIOPosix SocketProtocols.swift
[1717/1757] Compiling NIOPosix System.swift
[1718/1757] Compiling NIOPosix Thread.swift
[1719/1757] Emitting module NIOPosix
[1720/1757] Compiling NIOPosix BSDSocketAPICommon.swift
[1721/1757] Compiling NIOPosix BSDSocketAPIPosix.swift
[1722/1757] Compiling NIOPosix BSDSocketAPIWindows.swift
[1723/1757] Compiling NIOPosix BaseSocket.swift
[1724/1757] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1725/1757] Compiling NIOPosix BaseSocketChannel.swift
[1726/1757] Compiling NIOPosix BaseStreamSocketChannel.swift
[1727/1757] Compiling NIOPosix Bootstrap.swift
[1728/1757] Compiling NIOPosix ControlMessage.swift
[1729/1757] Compiling NIOPosix DatagramVectorReadManager.swift
[1730/1757] Compiling NIOPosix Errors+Any.swift
[1731/1757] Compiling NIOPosix FileDescriptor.swift
[1732/1757] Compiling NIOPosix GetaddrinfoResolver.swift
[1733/1757] Compiling NIOPosix HappyEyeballs.swift
[1744/1757] Emitting module APNSCore
[1746/1758] Compiling NIOPosix NIOThreadPool.swift
[1747/1758] Compiling NIOPosix NonBlockingFileIO.swift
[1748/1758] Compiling NIOPosix PendingDatagramWritesManager.swift
[1749/1758] Compiling NIOPosix PendingWritesManager.swift
[1750/1758] Compiling NIOPosix PipeChannel.swift
[1751/1758] Compiling NIOPosix PipePair.swift
[1752/1758] Compiling NIOPosix Pool.swift
[1754/1783] Emitting module NIO
[1755/1783] Compiling NIO Exports.swift
[1756/1784] Compiling AsyncKit ConnectionPoolError.swift
[1757/1784] Compiling AsyncKit ConnectionPoolItem.swift
[1758/1784] Compiling AsyncKit ConnectionPoolSource.swift
[1760/1786] Compiling AsyncKit Future+Transform.swift
[1761/1786] Compiling AsyncKit Future+Try.swift
[1762/1786] Compiling AsyncKit FutureOperators.swift
[1763/1844] Compiling SQLKit SQLUpdateBuilder.swift
[1764/1844] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1765/1844] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1766/1844] Compiling SQLKit SQLPartialResultBuilder.swift
[1767/1844] Compiling SQLKit SQLAlterEnumBuilder.swift
[1768/1844] Compiling SQLKit SQLAlterTableBuilder.swift
[1769/1917] Compiling SQLKit SQLDropEnumBuilder.swift
[1770/1917] Compiling SQLKit SQLDropIndexBuilder.swift
[1771/1917] Compiling NIOTLS TLSEvents.swift
[1772/1917] Compiling NIOSOCKS SOCKSResponse.swift
[1773/1918] Emitting module NIOTLS
[1774/1918] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1775/1918] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1776/1918] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1777/1918] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1778/1918] Compiling NIOSOCKS ClientStateMachine.swift
[1779/1918] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[1780/1918] Compiling SQLKit SQLSelectBuilder.swift
[1781/1918] Emitting module NIOFoundationCompat
[1782/1918] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1783/1918] Compiling SQLKit SQLRawBuilder.swift
[1784/1918] Emitting module NIOSOCKS
[1785/1918] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1786/1918] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1787/1918] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1788/1918] Compiling NIOTLS SNIHandler.swift
[1789/1919] Compiling NIOSOCKS ServerStateMachine.swift
[1792/1919] Compiling SQLKit SQLSubqueryBuilder.swift
[1793/1919] Compiling SQLKit SQLUnionBuilder.swift
[1798/1922] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1802/1923] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1803/1923] Compiling SQLKit SQLColumnAssignment.swift
[1804/1923] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1805/1923] Compiling SQLKit SQLColumnDefinition.swift
[1806/1923] Compiling SQLKit SQLCommonTableExpression.swift
[1807/1923] Compiling SQLKit SQLConflictAction.swift
[1808/1923] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1809/1923] Compiling SQLKit SQLDropBehaviour.swift
[1810/1923] Compiling SQLKit SQLEnumDataType.swift
[1811/1923] Compiling SQLKit SQLExcludedColumn.swift
[1812/1923] Compiling SQLKit SQLForeignKey.swift
[1813/1923] Compiling SQLKit SQLJoin.swift
[1814/1923] Compiling SQLKit SQLJoinMethod.swift
[1815/1964] Compiling NIOSSL ObjectIdentifier.swift
[1816/1964] Compiling NIOSSL PosixPort.swift
[1817/1980] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1818/1980] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1819/1980] Compiling NIOTransportServices NIOTSBootstraps.swift
[1820/1980] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1821/1986] Compiling NIOTransportServices AcceptHandler.swift
[1822/1986] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1823/1986] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1824/1986] Compiling SQLKit SQLDropIndex.swift
[1825/1986] Compiling SQLKit SQLDropTable.swift
[1826/1986] Compiling SQLKit SQLDropTrigger.swift
[1827/1986] Compiling SQLKit SQLInsert.swift
[1828/1986] Compiling SQLKit SQLSelect.swift
[1829/1986] Compiling SQLKit SQLUnion.swift
[1830/1986] Compiling SQLKit SQLUpdate.swift
[1831/1986] Compiling SQLKit SQLExpression.swift
[1832/1986] Compiling SQLKit SQLSerializer.swift
[1833/1986] Compiling SQLKit SQLStatement.swift
[1834/1986] Compiling SQLKit SQLBinaryExpression.swift
[1835/1986] Compiling SQLKit SQLBinaryOperator.swift
[1836/1986] Compiling SQLKit SQLBind.swift
[1837/1988] Emitting module NIOTransportServices
[1838/1988] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1839/1988] Compiling NIOTransportServices NIOTSSingletons.swift
[1840/1988] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1844/1988] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1845/1988] Compiling NIOTransportServices NIOTSErrors.swift
[1846/1988] Compiling NIOTransportServices NIOTSEventLoop.swift
[1847/1988] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1848/1988] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1849/1988] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1850/1988] Compiling NIOTransportServices StateManagedChannel.swift
[1851/1988] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1852/1988] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1853/1988] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1854/1988] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1855/1988] Compiling SQLKit SQLLockingClause.swift
[1856/1988] Compiling SQLKit SQLOrderBy.swift
[1857/1988] Compiling SQLKit SQLReturning.swift
[1858/1988] Compiling SQLKit SQLSubquery.swift
[1859/1988] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1860/1988] Compiling SQLKit SQLAlterEnum.swift
[1861/1988] Compiling SQLKit SQLAlterTable.swift
[1862/1988] Compiling SQLKit SQLCreateEnum.swift
[1863/1988] Compiling SQLKit SQLCreateIndex.swift
[1864/1988] Compiling SQLKit SQLCreateTable.swift
[1865/1988] Compiling SQLKit SQLCreateTrigger.swift
[1866/1988] Compiling SQLKit SQLDelete.swift
[1867/1988] Compiling SQLKit SQLDropEnum.swift
[1868/1988] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1869/1988] Compiling SQLKit Exports.swift
[1870/1988] Compiling SQLKit SQLAlias.swift
[1871/1988] Compiling SQLKit SQLBetween.swift
[1872/1988] Compiling SQLKit SQLColumn.swift
[1873/1988] Compiling SQLKit SQLConstraint.swift
[1874/1988] Compiling SQLKit SQLDataType.swift
[1875/1988] Compiling SQLKit SQLDirection.swift
[1876/1988] Compiling SQLKit SQLDistinct.swift
[1877/1988] Compiling SQLKit SQLForeignKeyAction.swift
[1878/1988] Compiling SQLKit SQLNestedSubpathExpression.swift
[1879/1988] Compiling SQLKit SQLQualifiedTable.swift
[1880/1988] Compiling SQLKit SQLQueryString.swift
[1882/1988] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1883/1988] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1885/1989] Emitting module NIOHTTP1
[1903/1990] Compiling NIOSSL SubjectAlternativeName.swift
[1904/1990] Compiling NIOSSL NIOSSLSecureBytes.swift
[1905/1990] Compiling NIOSSL RNG.swift
[1906/1990] Compiling NIOSSL SafeCompare.swift
[1907/1990] Compiling NIOSSL Zeroization.swift
[1908/1990] Compiling SQLKit SQLQueryFetcher.swift
[1909/1990] Compiling SQLKit SQLReturningBuilder.swift
[1910/1990] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1911/1990] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1912/1990] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1913/1990] Compiling SQLKit SQLDatabase.swift
[1914/1990] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1915/1990] Compiling SQLKit SQLDialect.swift
[1916/1990] Compiling SQLKit SQLDatabase+Deprecated.swift
[1917/1990] Compiling SQLKit SQLError.swift
[1918/1990] Compiling SQLKit SQLExpressions+Deprecated.swift
[1945/2032] Compiling NIOExtras LineBasedFrameDecoder.swift
[1946/2032] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1947/2032] Compiling NIOExtras NIOExtrasError.swift
[1948/2032] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1949/2032] Compiling NIOExtras DebugInboundEventsHandler.swift
[1950/2032] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1951/2032] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1952/2032] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1953/2032] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1954/2032] Compiling NIOExtras JSONRPCFraming.swift
[1955/2032] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1956/2032] Compiling NIOExtras LengthFieldPrepender.swift
[1957/2032] Emitting module NIOSSL
[1958/2032] Compiling NIOHPACK IndexedHeaderTable.swift
[1959/2032] Compiling NIOHPACK IntegerCoding.swift
[1960/2032] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1961/2033] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1962/2033] Emitting module NIOHTTPTypesHTTP1
[1963/2033] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1966/2033] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1967/2033] Compiling NIOHTTPCompression HTTPCompression.swift
[1968/2033] Compiling NIOHTTPCompression HTTPDecompression.swift
[1969/2035] Emitting module NIOHTTPCompression
[1970/2035] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1971/2036] Compiling NIOHPACK StaticHeaderTable.swift
[1974/2036] Compiling NIOExtras NIORequestIdentifiable.swift
[1975/2036] Compiling NIOExtras PCAPRingBuffer.swift
[1976/2036] Compiling NIOExtras QuiescingHelper.swift
[1977/2036] Compiling NIOExtras RequestResponseHandler.swift
[1978/2036] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1983/2036] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1985/2037] Compiling NIOHPACK HuffmanTables.swift
[1989/2037] Compiling NIOHPACK HuffmanCoding.swift
[1990/2037] Emitting module SQLKit
[1991/2037] Emitting module NIOHPACK
[1998/2037] Emitting module NIOExtras
[1999/2037] Compiling SQLKit SQLFunction.swift
[2000/2037] Compiling SQLKit SQLGroupExpression.swift
[2001/2037] Compiling SQLKit SQLIdentifier.swift
[2002/2037] Compiling SQLKit SQLList.swift
[2003/2037] Compiling SQLKit SQLLiteral.swift
[2004/2037] Compiling SQLKit SQLRaw.swift
[2005/2037] Compiling SQLKit SQLCodingUtilities.swift
[2006/2037] Compiling SQLKit SQLQueryEncoder.swift
[2007/2037] Compiling SQLKit SQLRow.swift
[2008/2037] Compiling SQLKit SQLRowDecoder.swift
[2009/2037] Compiling SQLKit SomeCodingKey.swift
[2010/2037] Compiling SQLKit StringHandling.swift
[2012/2038] Emitting module AsyncKit
[2020/2039] Compiling NIOSSL TLSConfiguration.swift
[2021/2039] Compiling NIOSSL UniversalBootstrapSupport.swift
[2022/2039] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[2024/2098] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[2025/2098] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[2027/2123] Compiling HummingbirdCore ResponseBodyWriter.swift
[2028/2123] Compiling HummingbirdCore ResponseWriter.swift
[2029/2123] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[2030/2126] Compiling HummingbirdCore BindAddress.swift
[2031/2126] Compiling HummingbirdCore HTTP1Channel.swift
[2032/2126] Compiling HummingbirdCore HTTPChannelHandler.swift
[2033/2126] Compiling HummingbirdCore HTTPServerBuilder.swift
[2034/2126] Compiling HummingbirdCore HTTPUserEventHandler.swift
[2035/2126] Compiling HummingbirdCore Server.swift
[2036/2126] Emitting module HummingbirdCore
[2037/2126] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[2038/2126] Compiling HummingbirdCore URI.swift
[2039/2126] Compiling HummingbirdCore Response.swift
[2040/2126] Compiling HummingbirdCore ResponseBody.swift
[2041/2126] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[2042/2126] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2043/2126] Compiling NIOHTTP2 HasLocalSettings.swift
[2044/2126] Compiling NIOHTTP2 HasRemoteSettings.swift
[2045/2126] Compiling NIOHTTP2 LocallyQuiescingState.swift
[2046/2126] Compiling NIOHTTP2 QuiescingState.swift
[2047/2127] Compiling HummingbirdCore ServerChildChannel.swift
[2048/2127] Compiling HummingbirdCore ServerConfiguration.swift
[2049/2127] Compiling HummingbirdCore TSTLSOptions.swift
[2050/2127] Compiling HummingbirdCore AnyAsyncSequence.swift
[2051/2127] Compiling HummingbirdCore FlatDictionary.swift
[2052/2127] Compiling HummingbirdCore HBParser.swift
[2062/2135] Compiling HummingbirdCore Deprecations.swift
[2063/2135] Compiling HummingbirdCore Request.swift
[2064/2135] Compiling HummingbirdCore RequestBody+inboundClose.swift
[2065/2135] Compiling HummingbirdCore RequestBody.swift
[2066/2135] Compiling HummingbirdCore UnsafeTransfer.swift
[2067/2135] Compiling NIOHTTP2 SendingDataState.swift
[2068/2135] Compiling NIOHTTP2 SendingGoawayState.swift
[2069/2135] Compiling NIOHTTP2 SendingHeadersState.swift
[2070/2135] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2071/2135] Compiling NIOHTTP2 SendingRstStreamState.swift
[2072/2135] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[2073/2135] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2080/2135] Compiling HummingbirdCore OutputBuffer.swift
[2081/2135] Compiling HummingbirdCore String+percentEncode.swift
[2082/2226] Compiling X509 DirectoryString.swift
[2083/2226] Compiling X509 OCSPCertID.swift
[2084/2226] Compiling X509 OCSPCertStatus.swift
[2085/2227] Emitting module NIOHTTP2
[2087/2227] Compiling X509 CSRAttribute.swift
[2088/2227] Compiling X509 CSRAttributes.swift
[2089/2227] Compiling X509 CSRVersion.swift
[2090/2227] Compiling X509 CertificateSigningRequest.swift
[2091/2227] Compiling X509 CertificationRequestInfo.swift
[2092/2227] Compiling X509 ExtensionRequest.swift
[2093/2227] Compiling X509 Certificate.swift
[2094/2227] Compiling X509 CertificatePrivateKey.swift
[2095/2227] Compiling X509 CertificatePublicKey.swift
[2096/2291] Compiling Hummingbird RequestContextSource.swift
[2097/2291] Compiling Hummingbird RequestID.swift
[2098/2291] Compiling Hummingbird RequestResponder.swift
[2099/2291] Compiling Hummingbird Response.swift
[2100/2291] Compiling Hummingbird URI+decodeQuery.swift
[2101/2291] Compiling Hummingbird MemoryPersistDriver.swift
[2102/2291] Compiling X509 CertificateStore.swift
[2103/2291] Compiling X509 OneOfPolicies.swift
[2104/2291] Compiling Hummingbird TransformingRouterGroup.swift
[2105/2291] Compiling Hummingbird RouterTrie.swift
[2106/2291] Compiling Hummingbird Trie+resolve.swift
[2107/2291] Compiling Hummingbird Trie+serialize.swift
[2108/2291] Compiling Hummingbird TrieRouter.swift
[2109/2291] Compiling Hummingbird ChildRequestContext.swift
[2110/2291] Compiling Hummingbird Request.swift
[2111/2291] Compiling Hummingbird RequestContext.swift
[2112/2291] Compiling Hummingbird Configuration.swift
[2113/2291] Compiling Hummingbird Deprecations.swift
[2114/2291] Compiling Hummingbird Environment.swift
[2115/2291] Compiling Hummingbird EditedHTTPError.swift
[2116/2291] Compiling Hummingbird HTTPError.swift
[2117/2291] Compiling Hummingbird HTTPResponseError.swift
[2118/2291] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[2119/2291] Compiling Hummingbird Exports.swift
[2120/2291] Compiling Hummingbird CacheControl.swift
[2130/2300] Compiling Hummingbird CORSMiddleware.swift
[2131/2300] Compiling Hummingbird FileMiddleware.swift
[2132/2300] Compiling Hummingbird LogRequestMiddleware.swift
[2133/2300] Compiling Hummingbird MetricsMiddleware.swift
[2134/2300] Compiling Hummingbird Middleware.swift
[2135/2300] Compiling Hummingbird MiddlewareGroup.swift
[2136/2300] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[2137/2300] Compiling Hummingbird _Middleware2.swift
[2138/2300] Compiling Hummingbird _OptionalMiddleware.swift
[2139/2300] Compiling Hummingbird RouterGroup.swift
[2140/2300] Compiling Hummingbird RouterMethods.swift
[2141/2300] Compiling Hummingbird RouterPath.swift
[2142/2300] Compiling Hummingbird RouterResponder.swift
[2148/2300] Compiling Hummingbird FileIO.swift
[2149/2300] Compiling Hummingbird FileProvider.swift
[2150/2300] Compiling Hummingbird LocalFileSystem.swift
[2151/2300] Compiling Hummingbird Cookie.swift
[2152/2300] Compiling Hummingbird Cookies.swift
[2153/2300] Compiling Hummingbird MediaType+FileExtension.swift
[2154/2300] Compiling Hummingbird MediaType.swift
[2155/2300] Compiling Hummingbird Request+Cookies.swift
[2156/2300] Compiling Hummingbird Response+Cookies.swift
[2157/2300] Compiling Hummingbird _SpreadMiddleware.swift
[2158/2300] Compiling Hummingbird TracingMiddleware.swift
[2159/2300] Compiling Hummingbird EndpointResponder.swift
[2160/2300] Compiling Hummingbird Parameters+UUID.swift
[2161/2300] Compiling Hummingbird Parameters.swift
[2162/2300] Compiling Hummingbird ResponseGenerator.swift
[2163/2300] Compiling Hummingbird RouteCollection.swift
[2164/2300] Compiling Hummingbird Router+validation.swift
[2165/2300] Compiling Hummingbird Router.swift
[2183/2301] Compiling X509 PolicyBuilder.swift
[2184/2301] Compiling X509 BasicConstraintsPolicy.swift
[2185/2301] Compiling X509 DNSNames.swift
[2186/2301] Compiling X509 DirectoryNames.swift
[2187/2301] Compiling X509 ExpiryPolicy.swift
[2188/2301] Compiling X509 IPConstraints.swift
[2189/2301] Compiling X509 NameConstraintsPolicy.swift
[2190/2301] Compiling X509 RFC5280Policy.swift
[2191/2301] Compiling X509 URIConstraints.swift
[2192/2301] Compiling X509 VersionPolicy.swift
[2193/2301] Compiling X509 ServerIdentityPolicy.swift
[2194/2301] Compiling X509 TrustRootLoading.swift
[2195/2301] Compiling Hummingbird PersistDriver.swift
[2196/2301] Compiling Hummingbird PersistError.swift
[2197/2301] Compiling Hummingbird ByteBuffer+foundation.swift
[2198/2301] Compiling Hummingbird DateCache.swift
[2199/2301] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[2200/2301] Compiling Hummingbird HexDigest.swift
[2201/2301] Compiling Hummingbird InitializableFromSource.swift
[2202/2301] Compiling Hummingbird PreludeService.swift
[2203/2301] Compiling Hummingbird StringProtocol.swift
[2217/2347] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2218/2347] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2219/2347] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2220/2347] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2221/2347] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2222/2347] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2223/2347] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2224/2347] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2225/2347] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2226/2347] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2227/2347] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2228/2347] Compiling AsyncHTTPClient Transaction.swift
[2229/2347] Compiling AsyncHTTPClient Base64.swift
[2237/2372] Compiling X509 OCSPResponseStatus.swift
[2238/2372] Compiling X509 OCSPSignature.swift
[2239/2372] Compiling X509 OCSPSingleRequest.swift
[2240/2372] Compiling X509 OCSPSingleResponse.swift
[2241/2372] Compiling X509 OCSPTBSRequest.swift
[2242/2372] Compiling X509 OCSPVersion.swift
[2252/2372] Emitting module Hummingbird
[2254/2373] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2255/2373] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2256/2373] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2257/2373] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2258/2373] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2259/2373] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2260/2373] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2261/2373] Compiling AsyncHTTPClient RequestBodyLength.swift
[2262/2373] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2263/2373] Compiling AsyncHTTPClient RequestOptions.swift
[2264/2373] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2265/2373] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2266/2373] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2267/2373] Compiling AsyncHTTPClient BasicAuth.swift
[2268/2373] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2269/2373] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2270/2373] Compiling AsyncHTTPClient ConnectionPool.swift
[2271/2373] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2272/2373] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2273/2373] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2274/2373] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2275/2373] Compiling AsyncHTTPClient HTTP1Connection.swift
[2276/2373] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2277/2373] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2278/2373] Compiling AsyncHTTPClient HTTP2Connection.swift
[2279/2373] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2280/2373] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2281/2373] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2282/2373] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2283/2373] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2284/2373] Compiling AsyncHTTPClient ConnectionTarget.swift
[2285/2373] Compiling AsyncHTTPClient DeconstructedURL.swift
[2286/2373] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2287/2373] Compiling AsyncHTTPClient FoundationExtensions.swift
[2288/2373] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2289/2373] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2290/2373] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2291/2373] Compiling AsyncHTTPClient HTTPClient.swift
[2292/2373] Compiling AsyncHTTPClient HTTPHandler.swift
[2302/2381] Emitting module AsyncHTTPClient
[2346/2469] Compiling FluentKit QueryBuilder+Range.swift
[2347/2469] Compiling FluentKit QueryBuilder+Set.swift
[2348/2469] Compiling FluentKit QueryBuilder+Sort.swift
[2349/2469] Compiling FluentKit QueryBuilder.swift
[2350/2469] Compiling FluentKit DatabaseQuery+Action.swift
[2351/2469] Compiling FluentKit DatabaseQuery+Aggregate.swift
[2352/2469] Compiling FluentKit DatabaseQuery+Field.swift
[2353/2469] Compiling FluentKit DatabaseQuery+Filter.swift
[2354/2469] Compiling FluentKit OptionalChild.swift
[2355/2469] Compiling FluentKit OptionalField.swift
[2356/2469] Compiling FluentKit OptionalParent.swift
[2357/2469] Compiling FluentKit Parent.swift
[2358/2469] Compiling FluentKit Property.swift
[2359/2469] Compiling FluentKit Relation.swift
[2360/2469] Compiling FluentKit Siblings.swift
[2361/2469] Compiling FluentKit Timestamp.swift
[2362/2469] Emitting module X509
[2363/2469] Compiling FluentKit TimestampFormat.swift
[2364/2469] Compiling FluentKit QueryBuilder+Aggregate.swift
[2365/2469] Compiling FluentKit QueryBuilder+EagerLoad.swift
[2366/2469] Compiling FluentKit QueryBuilder+Filter.swift
[2367/2469] Compiling FluentKit Fields.swift
[2368/2469] Compiling FluentKit MirrorBypass.swift
[2369/2469] Compiling FluentKit Model+CRUD.swift
[2370/2469] Compiling FluentKit Model.swift
[2372/2475] Compiling APNS APNSJSONDecoder.swift
[2373/2475] Compiling APNS APNSJSONEncoder.swift
[2374/2475] Emitting module APNS
[2375/2475] Compiling APNS APNSConfiguration.swift
[2376/2475] Compiling X509 UnverifiedChain.swift
[2377/2475] Compiling X509 VerificationDiagnostic.swift
[2378/2475] Compiling X509 Verifier.swift
[2379/2475] Compiling X509 VerifierPolicy.swift
[2380/2475] Compiling X509 AlgorithmIdentifier.swift
[2381/2475] Compiling X509 ECDSASignature.swift
[2382/2475] Compiling X509 RSAPKCS1PublicKey.swift
[2383/2475] Compiling X509 SubjectPublicKeyInfo.swift
[2384/2475] Compiling X509 TBSCertificate.swift
[2385/2475] Compiling X509 Time.swift
[2386/2475] Compiling X509 TimeCalculations.swift
[2387/2475] Compiling X509 Validity.swift
[2389/2476] Compiling APNS APNSClient.swift
[2391/2486] Compiling FluentKit AsyncMigration.swift
[2392/2486] Compiling FluentKit AsyncModelMiddleware.swift
[2393/2486] Compiling FluentKit Children+Concurrency.swift
[2394/2486] Compiling FluentKit Database+Concurrency.swift
[2395/2486] Compiling FluentKit EnumBuilder+Concurrency.swift
[2396/2486] Compiling FluentKit Model+Concurrency.swift
[2397/2486] Compiling FluentKit ModelResponder+Concurrency.swift
[2398/2486] Compiling FluentKit OptionalChild+Concurrency.swift
[2399/2486] Compiling FluentKit OptionalParent+Concurrency.swift
[2400/2486] Compiling FluentKit Parent+Concurrency.swift
[2401/2486] Compiling FluentKit QueryBuilder+Concurrency.swift
[2402/2486] Compiling FluentKit Relation+Concurrency.swift
[2403/2486] Compiling FluentKit SchemaBuilder+Concurrency.swift
[2404/2486] Emitting module FluentKit
[2405/2498] Compiling WalletOrders WalletOrdersError.swift
[2406/2498] Compiling WalletPasses PassJSON.swift
[2407/2498] Compiling WalletOrders OrderJSON.swift
[2408/2498] Compiling WalletPasses PersonalizationJSON.swift
[2409/2498] Compiling WalletPasses WalletPassesError.swift
[2410/2498] Emitting module WalletOrders
[2411/2498] Compiling WalletOrders OrderBuilder.swift
[2413/2499] Compiling WalletPasses PassBuilder.swift
[2414/2499] Emitting module WalletPasses
[2416/2500] Compiling FluentKit Siblings+Concurrency.swift
[2417/2500] Compiling FluentKit Database+Logging.swift
[2418/2500] Compiling FluentKit Database.swift
[2419/2500] Compiling FluentKit DatabaseID.swift
[2420/2500] Compiling FluentKit DatabaseInput.swift
[2421/2500] Compiling FluentKit DatabaseOutput.swift
[2422/2500] Compiling FluentKit Databases.swift
[2423/2500] Compiling FluentKit KeyPrefixingStrategy.swift
[2424/2500] Compiling FluentKit TransactionControlDatabase.swift
[2425/2500] Compiling FluentKit DatabaseEnum.swift
[2426/2500] Compiling FluentKit EnumBuilder.swift
[2427/2500] Compiling FluentKit EnumMetadata.swift
[2428/2500] Compiling FluentKit EnumProperty.swift
[2429/2500] Compiling FluentKit BooleanPropertyFormat.swift
[2430/2500] Compiling FluentKit Children.swift
[2431/2500] Compiling FluentKit CompositeChildren.swift
[2432/2500] Compiling FluentKit CompositeID.swift
[2433/2500] Compiling FluentKit CompositeOptionalChild.swift
[2434/2500] Compiling FluentKit CompositeOptionalParent.swift
[2435/2500] Compiling FluentKit CompositeParent.swift
[2436/2500] Compiling FluentKit Field.swift
[2437/2500] Compiling FluentKit FieldKey.swift
[2438/2500] Compiling FluentKit Group.swift
[2439/2500] Compiling FluentKit ID.swift
[2440/2500] Compiling FluentKit OptionalBoolean.swift
[2441/2500] Compiling FluentKit DatabaseQuery+Join.swift
[2442/2500] Compiling FluentKit DatabaseQuery+Range.swift
[2443/2500] Compiling FluentKit DatabaseQuery+Sort.swift
[2444/2500] Compiling FluentKit DatabaseQuery+Value.swift
[2445/2500] Compiling FluentKit DatabaseQuery.swift
[2446/2500] Compiling FluentKit QueryHistory.swift
[2447/2500] Compiling FluentKit DatabaseSchema.swift
[2448/2500] Compiling FluentKit SchemaBuilder.swift
[2449/2500] Compiling FluentKit OptionalType.swift
[2450/2500] Compiling FluentKit RandomGeneratable.swift
[2451/2500] Compiling FluentKit SomeCodingKey.swift
[2452/2500] Compiling FluentKit UnsafeMutableTransferBox.swift
[2453/2500] Compiling FluentKit OptionalEnumProperty.swift
[2454/2500] Compiling FluentKit Exports.swift
[2455/2500] Compiling FluentKit FluentError.swift
[2456/2500] Compiling FluentKit ModelMiddleware.swift
[2457/2500] Compiling FluentKit ModelResponder.swift
[2458/2500] Compiling FluentKit Migration.swift
[2459/2500] Compiling FluentKit MigrationLog.swift
[2460/2500] Compiling FluentKit Migrations.swift
[2461/2500] Compiling FluentKit Migrator.swift
[2462/2500] Compiling FluentKit AnyModel.swift
[2463/2500] Compiling FluentKit EagerLoad.swift
[2464/2500] Compiling FluentKit Fields+Codable.swift
[2469/2500] Compiling FluentKit ModelAlias.swift
[2470/2500] Compiling FluentKit Schema.swift
[2471/2500] Compiling FluentKit FieldOperators.swift
[2472/2500] Compiling FluentKit Operators.swift
[2473/2500] Compiling FluentKit ValueOperators+Array.swift
[2474/2500] Compiling FluentKit ValueOperators+String.swift
[2475/2500] Compiling FluentKit ValueOperators.swift
[2476/2500] Compiling FluentKit Boolean.swift
[2477/2500] Compiling FluentKit QueryBuilder+Group.swift
[2478/2500] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[2479/2500] Compiling FluentKit QueryBuilder+Join.swift
[2480/2500] Compiling FluentKit QueryBuilder+Paginate.swift
[2502/2509] Compiling HummingbirdFluent Deprecations.swift
[2503/2509] Compiling FluentWallet DeviceModel.swift
[2504/2509] Compiling FluentWallet PushTokenDTO.swift
[2505/2509] Emitting module HummingbirdFluent
[2506/2509] Emitting module FluentWallet
[2507/2509] Compiling FluentWallet LogEntriesDTO.swift
[2509/2527] Compiling HummingbirdFluent Fluent.swift
[2510/2527] Compiling HummingbirdFluent Persist+fluent.swift
[2512/2530] Compiling FluentWalletOrders OrdersDevice.swift
[2513/2530] Compiling FluentWalletOrders OrderModel.swift
[2514/2531] Compiling FluentWalletOrders OrderDataModel.swift
[2515/2531] Compiling FluentWalletPasses PassDataModel.swift
[2516/2532] Compiling FluentWalletOrders Exports.swift
[2517/2532] Compiling FluentWalletOrders OrderIdentifiersDTO.swift
[2518/2532] Emitting module FluentWalletOrders
[2519/2532] Compiling FluentWalletPasses PassModel.swift
[2520/2532] Compiling FluentWalletPasses PassesRegistrationModel.swift
[2521/2532] Emitting module FluentWalletPasses
[2522/2532] Compiling FluentWalletOrders Order.swift
[2523/2532] Compiling FluentWalletOrders OrdersRegistration.swift
[2524/2532] Compiling FluentWalletOrders OrdersRegistrationModel.swift
[2525/2533] Compiling FluentWalletPasses PersonalizationInfoModel.swift
[2526/2533] Compiling FluentWalletPasses Exports.swift
[2527/2533] Compiling FluentWalletPasses Pass.swift
[2528/2537] Compiling FluentWalletPasses PersonalizationInfo.swift
[2530/2537] Compiling FluentWalletPasses PersonalizationDictionaryDTO.swift
[2531/2537] Compiling FluentWalletPasses SerialNumbersDTO.swift
[2532/2537] Compiling FluentWalletPasses PassesDevice.swift
[2533/2537] Compiling FluentWalletPasses PassesRegistration.swift
[2535/2538] Compiling HummingbirdWallet TestCertificate.swift
[2536/2538] Compiling HummingbirdWallet DTOs+ResponseEncodable.swift
[2537/2538] Emitting module HummingbirdWallet
[2538/2538] Compiling HummingbirdWallet Array+random.swift
[2540/2555] Compiling HummingbirdWalletOrders OrdersService.swift
[2541/2555] Emitting module HummingbirdWalletPasses
[2542/2555] Compiling HummingbirdWalletOrders OrderIdentifiersDTO+ResponseEncodable.swift
[2543/2555] Compiling HummingbirdWalletPasses PassesService+AsyncModelMiddleware.swift
[2544/2555] Emitting module HummingbirdWalletOrders
[2545/2555] Compiling HummingbirdWalletOrders OrdersService+AsyncModelMiddleware.swift
[2546/2555] Compiling HummingbirdWalletOrders Exports.swift
[2547/2555] Compiling HummingbirdWalletPasses Exports.swift
[2548/2555] Compiling HummingbirdWalletPasses ApplePassMiddleware.swift
[2549/2555] Compiling HummingbirdWalletPasses DTOs+ResponseEncodable.swift
[2550/2555] Compiling HummingbirdWalletOrders OrdersServiceCustom.swift
[2551/2555] Compiling HummingbirdWalletPasses PassesServiceCustom.swift
[2552/2555] Compiling HummingbirdWalletOrders OrdersServiceCustom+addRoutes.swift
[2553/2555] Compiling HummingbirdWalletOrders AppleOrderMiddleware.swift
[2555/2556] Compiling HummingbirdWalletPasses PassesService.swift
[2556/2556] Compiling HummingbirdWalletPasses PassesServiceCustom+addRoutes.swift
Build complete! (325.55s)
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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.