Build Information
Successful build of hummingbird-wallet, reference 0.1.1 (a4e374
), with Swift 6.1 for Android on 30 May 2025 16:46:56 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.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: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/hummingbird-community/hummingbird-wallet.git
https://github.com/hummingbird-community/hummingbird-wallet.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.7.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "hummingbird-fluent",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird-fluent.git"
},
{
"identity" : "fluent-wallet",
"requirement" : {
"range" : [
{
"lower_bound" : "0.1.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/fpseverino/fluent-wallet.git"
},
{
"identity" : "apnswift",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.1",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server-community/APNSwift.git"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.6.3",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle.git"
},
{
"identity" : "swift-zip-archive",
"requirement" : {
"range" : [
{
"lower_bound" : "0.6.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/adam-fowler/swift-zip-archive.git"
},
{
"identity" : "fluent-sqlite-driver",
"requirement" : {
"range" : [
{
"lower_bound" : "4.8.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-sqlite-driver.git"
}
],
"manifest_display_name" : "hummingbird-wallet",
"name" : "hummingbird-wallet",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "HummingbirdWalletPasses",
"targets" : [
"HummingbirdWalletPasses"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdWalletOrders",
"targets" : [
"HummingbirdWalletOrders"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HummingbirdWalletPassesTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWalletPassesTests",
"path" : "Tests/HummingbirdWalletPassesTests",
"product_dependencies" : [
"FluentSQLiteDriver",
"HummingbirdTesting"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/HummingbirdWalletPassesTests/SourceFiles",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"HummingbirdWalletPassesTests.swift",
"Utils/Application+build.swift",
"Utils/PassData.swift",
"Utils/PassJSONData.swift"
],
"target_dependencies" : [
"HummingbirdWalletPasses"
],
"type" : "test"
},
{
"c99name" : "HummingbirdWalletPasses",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWalletPasses",
"path" : "Sources/HummingbirdWalletPasses",
"product_dependencies" : [
"FluentWalletPasses",
"ZipArchive"
],
"product_memberships" : [
"HummingbirdWalletPasses"
],
"sources" : [
"DTOs/DTOs+ResponseEncodable.swift",
"Exports.swift",
"Middleware/ApplePassMiddleware.swift",
"Middleware/PassesService+AsyncModelMiddleware.swift",
"PassesService.swift",
"PassesServiceCustom+addRoutes.swift",
"PassesServiceCustom.swift"
],
"target_dependencies" : [
"HummingbirdWallet"
],
"type" : "library"
},
{
"c99name" : "HummingbirdWalletOrdersTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWalletOrdersTests",
"path" : "Tests/HummingbirdWalletOrdersTests",
"product_dependencies" : [
"FluentSQLiteDriver",
"HummingbirdTesting"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/HummingbirdWalletOrdersTests/SourceFiles",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"HummingbirdWalletOrdersTests.swift",
"Utils/Application+build.swift",
"Utils/OrderData.swift",
"Utils/OrderJSONData.swift"
],
"target_dependencies" : [
"HummingbirdWalletOrders"
],
"type" : "test"
},
{
"c99name" : "HummingbirdWalletOrders",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWalletOrders",
"path" : "Sources/HummingbirdWalletOrders",
"product_dependencies" : [
"FluentWalletOrders"
],
"product_memberships" : [
"HummingbirdWalletOrders"
],
"sources" : [
"DTOs/OrderIdentifiersDTO+ResponseEncodable.swift",
"Exports.swift",
"Middleware/AppleOrderMiddleware.swift",
"Middleware/OrdersService+AsyncModelMiddleware.swift",
"OrdersService.swift",
"OrdersServiceCustom+addRoutes.swift",
"OrdersServiceCustom.swift"
],
"target_dependencies" : [
"HummingbirdWallet"
],
"type" : "library"
},
{
"c99name" : "HummingbirdWallet",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWallet",
"path" : "Sources/HummingbirdWallet",
"product_dependencies" : [
"Hummingbird",
"HummingbirdFluent",
"APNS",
"ServiceLifecycle"
],
"product_memberships" : [
"HummingbirdWalletPasses",
"HummingbirdWalletOrders"
],
"sources" : [
"Array+random.swift",
"DTOs/DTOs+ResponseEncodable.swift",
"Testing/TestCertificate.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/fluent-sqlite-driver.git
Fetching https://github.com/fpseverino/fluent-wallet.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/adam-fowler/swift-zip-archive.git
Fetching https://github.com/swift-server-community/APNSwift.git
Fetching https://github.com/hummingbird-project/hummingbird-fluent.git
[1/1347] Fetching fluent-sqlite-driver
[1348/3773] Fetching fluent-sqlite-driver, swift-service-lifecycle
[1834/4489] Fetching fluent-sqlite-driver, swift-service-lifecycle, swift-zip-archive
[2241/5354] Fetching fluent-sqlite-driver, swift-service-lifecycle, swift-zip-archive, hummingbird-fluent
[3429/10772] Fetching fluent-sqlite-driver, swift-service-lifecycle, swift-zip-archive, hummingbird-fluent, apnswift
[3498/11133] Fetching fluent-sqlite-driver, swift-service-lifecycle, swift-zip-archive, hummingbird-fluent, apnswift, fluent-wallet
Fetched https://github.com/hummingbird-project/hummingbird-fluent.git from cache (0.33s)
[5246/10268] Fetching fluent-sqlite-driver, swift-service-lifecycle, swift-zip-archive, apnswift, fluent-wallet
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetched https://github.com/fpseverino/fluent-wallet.git from cache (0.40s)
Fetched https://github.com/adam-fowler/swift-zip-archive.git from cache (0.40s)
Fetched https://github.com/vapor/fluent-sqlite-driver.git from cache (0.40s)
[3889/7844] Fetching swift-service-lifecycle, apnswift
[7845/32373] Fetching swift-service-lifecycle, apnswift, hummingbird
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.66s)
[5664/29947] Fetching apnswift, hummingbird
Fetched https://github.com/swift-server-community/APNSwift.git from cache (0.67s)
[491/24529] Fetching hummingbird
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.69s)
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 (4.85s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.50s)
Computing version for https://github.com/fpseverino/fluent-wallet.git
Computed https://github.com/fpseverino/fluent-wallet.git at 0.1.0 (2.35s)
Fetching https://github.com/vapor/fluent-kit.git
Fetching https://github.com/fpseverino/swift-wallet.git
[1/370] Fetching swift-wallet
[323/13698] Fetching swift-wallet, fluent-kit
Fetched https://github.com/fpseverino/swift-wallet.git from cache (0.88s)
Fetched https://github.com/vapor/fluent-kit.git from cache (0.89s)
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.48s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.49s)
Computing version for https://github.com/vapor/fluent-sqlite-driver.git
Computed https://github.com/vapor/fluent-sqlite-driver.git at 4.8.1 (1.23s)
Fetching https://github.com/vapor/sqlite-kit.git
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
[232/5948] Fetching swift-log, sqlite-kit
Fetched https://github.com/apple/swift-log.git from cache (0.49s)
Fetched https://github.com/vapor/sqlite-kit.git from cache (0.80s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (2.05s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (0.84s)
Fetching https://github.com/vapor/sqlite-nio.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/async-kit.git
[1/1517] Fetching sqlite-nio
[2/3887] Fetching sqlite-nio, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.59s)
[16/1517] Fetching sqlite-nio
[108/77640] Fetching sqlite-nio, swift-nio
Fetching https://github.com/vapor/sql-kit.git
Fetched https://github.com/vapor/sqlite-nio.git from cache (2.24s)
[54048/76123] Fetching swift-nio
[58616/82106] Fetching swift-nio, sql-kit
Fetched https://github.com/vapor/sql-kit.git from cache (0.58s)
[61660/76123] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (5.89s)
Computing version for https://github.com/swift-server-community/APNSwift.git
Computed https://github.com/swift-server-community/APNSwift.git at 6.1.0 (6.43s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/14014] Fetching async-http-client
[142/25541] Fetching async-http-client, swift-nio-http2
[1394/39477] Fetching async-http-client, swift-nio-http2, swift-crypto
[8979/54320] Fetching async-http-client, swift-nio-http2, swift-crypto, swift-nio-ssl
Fetched https://github.com/swift-server/async-http-client.git from cache (2.59s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.59s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.61s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.62s)
Computing version for https://github.com/fpseverino/swift-wallet.git
Computed https://github.com/fpseverino/swift-wallet.git at 0.4.0 (3.47s)
Fetching https://github.com/apple/swift-certificates.git
[1/6155] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (0.89s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.51s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.98s)
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.12s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (3.43s)
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.45s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.06s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.45s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.39s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (0.67s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.98s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (0.93s)
Fetching https://github.com/apple/swift-atomics.git
[1/1717] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.48s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.06s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.59s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.79s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.27s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.22s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.73s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.72s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.14.0 (0.62s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/5923] Fetching swift-nio-extras
[61/8129] Fetching swift-nio-extras, swift-metrics
[268/9033] Fetching swift-nio-extras, swift-metrics, swift-http-types
[371/11700] Fetching swift-nio-extras, swift-metrics, swift-http-types, swift-nio-transport-services
[4459/16674] Fetching swift-nio-extras, swift-metrics, swift-http-types, swift-nio-transport-services, swift-distributed-tracing
Fetched https://github.com/apple/swift-http-types.git from cache (0.42s)
[13930/15770] Fetching swift-nio-extras, swift-metrics, swift-nio-transport-services, swift-distributed-tracing
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.45s)
[11810/13103] Fetching swift-nio-extras, swift-metrics, swift-distributed-tracing
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.53s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.57s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.57s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.19s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.65s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.32s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.93s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.66s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.59s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (2.17s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.85s)
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1141] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.16s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.89s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.82s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.4 (0.72s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.77s)
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.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.26.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/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/swift-server-community/APNSwift.git
Working copy of https://github.com/swift-server-community/APNSwift.git resolved at 6.1.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.4
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.14.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/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/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/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/vapor/fluent-sqlite-driver.git
Working copy of https://github.com/vapor/fluent-sqlite-driver.git resolved at 4.8.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-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.7.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.10.0
Building for debugging...
[0/843] Write sources
[58/843] Compiling CZipZlib empty.c
[59/843] Compiling _NumericsShims _NumericsShims.c
[59/843] Compiling _AtomicsShims.c
[61/843] Compiling CNIOWindows WSAStartup.c
[62/843] Compiling CNIOWASI CNIOWASI.c
[63/843] Compiling CSystem shims.c
[64/843] Compiling CNIOLinux liburing_shims.c
[64/843] Compiling CNIOWindows shim.c
[66/843] Compiling CNIOExtrasZlib empty.c
[67/843] Compiling CNIOLinux shim.c
[68/843] Compiling CNIODarwin shim.c
[69/843] Compiling CNIOLLHTTP c_nio_http.c
[70/843] Compiling fiat_p256_adx_sqr.S
[71/843] Compiling CNIOLLHTTP c_nio_api.c
[72/843] Compiling fiat_p256_adx_mul.S
[73/843] Compiling fiat_curve25519_adx_mul.S
[74/843] Compiling fiat_curve25519_adx_square.S
[75/843] Write swift-version-24593BA9C3E375BF.txt
[76/843] Compiling CNIOLLHTTP c_nio_llhttp.c
[77/847] Compiling CNIOBoringSSLShims shims.c
[78/849] Compiling tls_record.cc
[79/849] Compiling tls13_server.cc
[79/849] Compiling tls13_client.cc
[81/849] Compiling tls13_enc.cc
[82/849] Compiling tls13_both.cc
[83/849] Compiling tls_method.cc
[85/914] Emitting module Logging
[86/914] Emitting module SystemPackage
[87/917] Emitting module _CertificateInternals
[88/917] Compiling _CertificateInternals _TinyArray.swift
[89/917] Compiling SwiftASN1 ArraySliceBigint.swift
[90/917] Compiling SwiftASN1 GeneralizedTime.swift
[91/917] Emitting module RealModule
[92/919] Compiling SwiftASN1 ASN1.swift
[93/919] Compiling SwiftASN1 BER.swift
[94/919] Compiling SwiftASN1 ASN1Any.swift
[95/919] Compiling _NIODataStructures _TinyArray.swift
[96/919] Compiling SwiftASN1 ASN1OctetString.swift
[97/919] Compiling SwiftASN1 ASN1Strings.swift
[98/919] Compiling ServiceContextModule ServiceContextKey.swift
[99/919] Emitting module ServiceContextModule
[100/919] Compiling ServiceContextModule ServiceContext.swift
[101/919] Compiling RealModule Float80+Real.swift
[102/919] Compiling RealModule Real.swift
[103/919] Compiling RealModule ElementaryFunctions.swift
[104/919] Compiling RealModule Float+Real.swift
[105/919] Compiling RealModule Float16+Real.swift
[106/920] Compiling _NIODataStructures PriorityQueue.swift
[107/920] Compiling _NIOBase64 Base64.swift
[108/920] Emitting module _NIOBase64
[109/921] Emitting module _NIODataStructures
[110/921] Compiling _NIODataStructures Heap.swift
[112/922] Compiling RealModule RealFunctions.swift
[117/957] Compiling SystemPackage Util+StringArray.swift
[118/957] Compiling SystemPackage Util.swift
[119/957] Compiling SystemPackage UtilConsumers.swift
[120/957] Emitting module Instrumentation
[121/957] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[122/958] Compiling Instrumentation MultiplexInstrument.swift
[123/958] Compiling Instrumentation NoOpInstrument.swift
[124/958] Compiling InternalCollectionsUtilities Descriptions.swift
[125/958] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[126/958] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[127/958] Compiling InternalCollectionsUtilities Debugging.swift
[128/958] Compiling Instrumentation Instrument.swift
[129/958] Compiling Instrumentation InstrumentationSystem.swift
[130/958] Compiling ConcurrencyHelpers LockedValueBox.swift
[131/958] Compiling HTTPTypes HTTPFieldName.swift
[132/959] Compiling HTTPTypes ISOLatin1String.swift
[133/959] Emitting module InternalCollectionsUtilities
[134/959] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[135/959] Emitting module HTTPTypes
[136/959] Compiling HTTPTypes HTTPField.swift
[137/959] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[138/959] Compiling InternalCollectionsUtilities _SortedCollection.swift
[139/959] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[140/959] Compiling InternalCollectionsUtilities Integer rank.swift
[141/961] Compiling HTTPTypes NIOLock.swift
[142/961] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[143/961] Compiling InternalCollectionsUtilities UInt+reversed.swift
[146/961] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[147/961] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[148/961] Compiling CoreMetrics Metrics.swift
[149/962] Compiling SwiftASN1 TimeUtilities.swift
[150/962] Compiling SwiftASN1 UTCTime.swift
[154/962] Compiling HTTPTypes HTTPRequest.swift
[155/962] Compiling HTTPTypes HTTPParsedFields.swift
[156/962] Compiling HTTPTypes HTTPResponse.swift
[157/1030] Compiling _RopeModule BigString+Iterators.swift
[158/1030] Compiling _RopeModule BigString+Metrics.swift
[159/1030] Compiling Logging MetadataProvider.swift
[160/1030] Compiling Logging Locks.swift
[161/1030] Compiling Instrumentation Locks.swift
[162/1030] Compiling _RopeModule BigString+Chunk+Splitting.swift
[163/1030] Compiling _RopeModule BigString+Chunk.swift
[164/1030] Compiling _RopeModule BigString+BidirectionalCollection.swift
[165/1030] Compiling _RopeModule BigString+Builder.swift
[166/1030] Compiling _RopeModule BigString+Contents.swift
[167/1030] Compiling _RopeModule BigString+Debugging.swift
[168/1030] Compiling _RopeModule BigString+Index.swift
[169/1030] Compiling _RopeModule BigString+Ingester.swift
[170/1031] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[171/1031] Compiling _RopeModule BigString+Chunk+Breaks.swift
[172/1031] Compiling _RopeModule BigString+Chunk+Counts.swift
[173/1031] Compiling _RopeModule BigString+Chunk+Description.swift
[174/1031] Emitting module CoreMetrics
[175/1031] Compiling CoreMetrics Locks.swift
[176/1031] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[177/1031] Compiling _RopeModule BigSubstring.swift
[178/1031] Compiling _RopeModule Rope+Builder.swift
[179/1031] Compiling _RopeModule Rope+Debugging.swift
[180/1031] Compiling _RopeModule BigString.swift
[181/1031] Compiling _RopeModule BigString+UnicodeScalarView.swift
[182/1031] Compiling _RopeModule BigSubstring+UTF16View.swift
[183/1031] Compiling _RopeModule BigSubstring+UTF8View.swift
[184/1031] Compiling _RopeModule BigString+Invariants.swift
[187/1031] Compiling _RopeModule BigString+Summary.swift
[188/1031] Emitting module ConcurrencyHelpers
[189/1031] Compiling ConcurrencyHelpers Lock.swift
[195/1034] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[196/1034] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[197/1034] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[201/1034] Compiling Logging LogHandler.swift
[202/1034] Compiling Logging Logging.swift
[207/1118] Emitting module SwiftASN1
[209/1119] Emitting module UnixSignals
[210/1126] Emitting module Tracing
[211/1126] Compiling Tracing TracerProtocol.swift
[212/1126] Compiling Tracing TracingTime.swift
[213/1126] Compiling OrderedCollections OrderedDictionary.swift
[214/1126] Compiling OrderedCollections OrderedSet+Codable.swift
[215/1126] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[216/1126] Compiling OrderedCollections OrderedSet+Descriptions.swift
[217/1126] Compiling OrderedCollections OrderedSet+Diffing.swift
[218/1126] Compiling OrderedCollections OrderedSet+Equatable.swift
[219/1126] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[220/1126] Compiling OrderedCollections OrderedSet+Hashable.swift
[221/1133] Compiling Tracing TracerProtocol+Legacy.swift
[222/1133] Compiling Tracing InstrumentationSystem+Tracing.swift
[223/1133] Emitting module Metrics
[224/1133] Compiling Tracing Tracer.swift
[225/1133] Compiling HeapModule Heap+Descriptions.swift
[226/1133] Compiling UnixSignals UnixSignal.swift
[227/1133] Compiling UnixSignals UnixSignalsSequence.swift
[228/1134] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[229/1134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[230/1134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[231/1134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[232/1134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[233/1134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[234/1134] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[235/1134] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[236/1134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[237/1134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[238/1134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[239/1134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[240/1134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[241/1134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[242/1134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[243/1134] Compiling OrderedCollections OrderedSet+Initializers.swift
[244/1134] Compiling OrderedCollections OrderedSet+Insertions.swift
[245/1134] Compiling OrderedCollections OrderedSet+Invariants.swift
[246/1134] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[247/1134] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[248/1134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[249/1134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[250/1134] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[252/1134] Compiling HeapModule _HeapNode.swift
[253/1134] Compiling HeapModule Heap.swift
[263/1143] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[264/1143] Compiling OrderedCollections OrderedSet.swift
[265/1143] Compiling OrderedCollections _UnsafeBitset.swift
[266/1143] Compiling _RopeModule Rope.swift
[267/1143] Compiling _RopeModule RopeElement.swift
[268/1143] Compiling _RopeModule RopeMetric.swift
[269/1143] Compiling _RopeModule RopeSummary.swift
[270/1143] Compiling _RopeModule _RopeItem.swift
[271/1143] Compiling _RopeModule _RopePath.swift
[272/1143] Compiling HeapModule Heap+Invariants.swift
[273/1143] Compiling HeapModule Heap+UnsafeHandle.swift
[274/1143] Emitting module HeapModule
[275/1143] Compiling Tracing NoOpTracer.swift
[276/1143] Compiling Tracing SpanProtocol.swift
[278/1221] Compiling HashTreeCollections _AncestorHashSlots.swift
[279/1221] Compiling HashTreeCollections _Bitmap.swift
[280/1221] Compiling HashTreeCollections _Bucket.swift
[281/1221] Compiling HashTreeCollections _Hash.swift
[282/1221] Compiling HashTreeCollections _HashLevel.swift
[283/1221] Compiling HashTreeCollections _HashNode+Builder.swift
[284/1221] Compiling HashTreeCollections _HashNode+Debugging.swift
[285/1221] Compiling HashTreeCollections _HashNode+Initializers.swift
[286/1221] Compiling HashTreeCollections _HashNode+Invariants.swift
[287/1221] Compiling HashTreeCollections _HashNode+Lookups.swift
[288/1221] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[289/1221] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[290/1221] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[291/1221] Compiling HashTreeCollections _HashNode+Storage.swift
[292/1221] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[293/1221] Compiling HashTreeCollections _HashNode+Structural filter.swift
[295/1221] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[296/1221] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[297/1221] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[298/1221] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[299/1221] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[300/1221] Compiling HashTreeCollections _HashNode+Structural merge.swift
[301/1221] Compiling HashTreeCollections _HashTreeIterator.swift
[302/1221] Compiling HashTreeCollections _HashTreeStatistics.swift
[303/1236] Compiling Metrics Metrics.swift
[304/1237] Compiling HashTreeCollections TreeSet+Hashable.swift
[305/1237] Compiling HashTreeCollections TreeSet+Sendable.swift
[306/1237] Compiling HashTreeCollections TreeSet+Sequence.swift
[307/1237] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[308/1237] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[309/1237] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[310/1237] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[311/1237] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[312/1237] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[313/1237] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[314/1247] Compiling DequeModule Deque+CustomReflectable.swift
[315/1247] Compiling DequeModule Deque+Descriptions.swift
[317/1249] Compiling DequeModule _DequeBuffer.swift
[318/1249] Compiling DequeModule _DequeBufferHeader.swift
[319/1249] Compiling HashTreeCollections TreeDictionary+Values.swift
[320/1249] Compiling HashTreeCollections TreeDictionary.swift
[321/1249] Compiling HashTreeCollections TreeSet+Codable.swift
[322/1249] Compiling HashTreeCollections TreeSet+Collection.swift
[323/1249] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[324/1249] Compiling HashTreeCollections TreeSet+Debugging.swift
[325/1249] Compiling HashTreeCollections TreeSet+Descriptions.swift
[326/1249] Compiling DequeModule Deque+Extras.swift
[327/1249] Compiling DequeModule Deque+Hashable.swift
[328/1249] Emitting module OrderedCollections
[329/1250] Emitting module _RopeModule
[336/1250] Compiling HashTreeCollections TreeSet+Equatable.swift
[337/1250] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[338/1250] Compiling HashTreeCollections TreeSet+Extras.swift
[339/1250] Compiling HashTreeCollections TreeSet+Filter.swift
[341/1250] Compiling DequeModule _DequeSlot.swift
[342/1250] Compiling DequeModule _UnsafeWrappedBuffer.swift
[343/1250] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[344/1250] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[345/1250] Compiling HashTreeCollections TreeDictionary+Filter.swift
[346/1250] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[347/1250] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[348/1250] Compiling HashTreeCollections TreeDictionary+Keys.swift
[349/1250] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[350/1250] Compiling HashTreeCollections TreeDictionary+Merge.swift
[351/1250] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[352/1250] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[354/1250] Compiling DequeModule Deque+Testing.swift
[355/1250] Compiling DequeModule Deque._Storage.swift
[356/1250] Compiling DequeModule Deque._UnsafeHandle.swift
[357/1250] Compiling DequeModule Deque.swift
[358/1250] Compiling DequeModule Deque+Equatable.swift
[359/1250] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[360/1250] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[361/1250] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[362/1250] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[363/1250] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[364/1250] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[365/1250] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[366/1250] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[367/1250] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[368/1250] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[369/1250] Compiling HashTreeCollections TreeSet.swift
[370/1250] Compiling DequeModule Deque+Codable.swift
[371/1250] Compiling DequeModule Deque+Collection.swift
[372/1250] Compiling HTTPTypes HTTPFields.swift
[375/1251] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[376/1251] Compiling HashTreeCollections _RawHashNode.swift
[377/1251] Compiling HashTreeCollections _UnmanagedHashNode.swift
[378/1251] Compiling HashTreeCollections _UnsafePath.swift
[379/1251] Compiling HashTreeCollections TreeDictionary+Codable.swift
[380/1251] Compiling HashTreeCollections TreeDictionary+Collection.swift
[381/1251] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[382/1251] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[383/1251] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[384/1251] Compiling t1_enc.cc
[386/1251] Emitting module DequeModule
[421/1252] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[422/1252] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[423/1252] Compiling HashTreeCollections _HashNode+Structural union.swift
[424/1252] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[425/1252] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[426/1252] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[448/1254] Compiling ssl_versions.cc
[456/1254] Emitting module ZipArchive
[487/1254] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[488/1254] Compiling HashTreeCollections _HashNode.swift
[489/1254] Compiling HashTreeCollections _HashNodeHeader.swift
[490/1254] Compiling HashTreeCollections _HashSlot.swift
[491/1254] Compiling HashTreeCollections _HashStack.swift
[491/1254] Compiling ssl_x509.cc
[497/1254] Compiling ZipArchive crc32.swift
[497/1255] Compiling ssl_stat.cc
[498/1255] Compiling ssl_transcript.cc
[500/1255] Emitting module HashTreeCollections
[502/1256] Compiling ssl_session.cc
[503/1256] Compiling ssl_privkey.cc
[504/1256] Compiling ssl_key_share.cc
[505/1256] Compiling ssl_file.cc
[506/1256] Compiling ssl_lib.cc
[507/1256] Compiling ssl_credential.cc
[508/1256] Compiling ssl_buffer.cc
[509/1256] Compiling ssl_cipher.cc
[510/1256] Compiling ssl_aead_ctx.cc
[511/1256] Compiling ssl_cert.cc
[512/1256] Compiling ssl_asn1.cc
[513/1256] Compiling s3_pkt.cc
[514/1256] Compiling s3_lib.cc
[515/1256] Compiling s3_both.cc
[516/1256] Compiling handshake_server.cc
[517/1256] Compiling handoff.cc
[518/1256] Compiling handshake_client.cc
[519/1256] Compiling handshake.cc
[520/1256] Compiling extensions.cc
[521/1256] Compiling dtls_record.cc
[522/1256] Compiling md5-x86_64-linux.S
[523/1256] Compiling md5-x86_64-apple.S
[524/1256] Compiling md5-586-linux.S
[525/1256] Compiling encrypted_client_hello.cc
[526/1256] Compiling md5-586-apple.S
[527/1256] Compiling dtls_method.cc
[528/1256] Compiling chacha20_poly1305_x86_64-linux.S
[529/1256] Compiling d1_srtp.cc
[530/1256] Compiling chacha20_poly1305_x86_64-apple.S
[531/1256] Compiling chacha20_poly1305_armv8-win.S
[532/1256] Compiling chacha20_poly1305_armv8-apple.S
[533/1256] Compiling chacha20_poly1305_armv8-linux.S
[534/1256] Compiling chacha-x86_64-linux.S
[535/1256] Compiling chacha-x86_64-apple.S
[536/1256] Compiling chacha-x86-linux.S
[537/1256] Compiling chacha-x86-apple.S
[538/1256] Compiling chacha-armv8-win.S
[539/1256] Compiling chacha-armv8-linux.S
[540/1256] Compiling chacha-armv8-apple.S
[541/1256] Compiling chacha-armv4-linux.S
[542/1256] Compiling bio_ssl.cc
[543/1256] Compiling err_data.cc
[544/1256] Compiling aes128gcmsiv-x86_64-apple.S
[545/1256] Compiling aes128gcmsiv-x86_64-linux.S
[546/1256] Compiling x86_64-mont-linux.S
[547/1256] Compiling x86_64-mont5-apple.S
[548/1256] Compiling x86_64-mont5-linux.S
[549/1256] Compiling x86_64-mont-apple.S
[550/1256] Compiling d1_lib.cc
[551/1256] Compiling x86-mont-linux.S
[552/1256] Compiling x86-mont-apple.S
[553/1256] Compiling vpaes-x86_64-apple.S
[554/1256] Compiling vpaes-x86_64-linux.S
[555/1256] Compiling vpaes-armv8-win.S
[556/1256] Compiling vpaes-x86-linux.S
[557/1256] Compiling vpaes-x86-apple.S
[558/1256] Compiling vpaes-armv8-apple.S
[559/1256] Compiling vpaes-armv8-linux.S
[560/1256] Compiling vpaes-armv7-linux.S
[561/1256] Compiling sha512-x86_64-linux.S
[562/1256] Compiling sha512-armv8-win.S
[563/1256] Compiling d1_pkt.cc
[564/1256] Compiling sha512-x86_64-apple.S
[565/1256] Compiling sha512-armv8-apple.S
[566/1256] Compiling sha512-armv8-linux.S
[567/1256] Compiling sha512-armv4-linux.S
[568/1256] Compiling sha512-586-apple.S
[569/1256] Compiling sha256-x86_64-apple.S
[570/1256] Compiling sha512-586-linux.S
[571/1256] Compiling sha256-x86_64-linux.S
[572/1256] Compiling sha256-armv8-win.S
[573/1256] Compiling sha256-armv8-apple.S
[574/1256] Compiling sha1-x86_64-linux.S
[575/1256] Compiling sha256-armv4-linux.S
[576/1256] Compiling sha256-586-linux.S
[577/1256] Compiling sha256-586-apple.S
[578/1256] Compiling sha256-armv8-linux.S
[579/1256] Compiling sha1-x86_64-apple.S
[580/1256] Compiling sha1-armv8-win.S
[581/1256] Compiling d1_both.cc
[582/1256] Compiling sha1-586-linux.S
[583/1256] Compiling sha1-armv8-apple.S
[584/1256] Compiling sha1-armv4-large-linux.S
[585/1256] Compiling sha1-586-apple.S
[586/1256] Compiling rsaz-avx2-linux.S
[587/1256] Compiling sha1-armv8-linux.S
[588/1256] Compiling rsaz-avx2-apple.S
[589/1256] Compiling rdrand-x86_64-linux.S
[590/1256] Compiling rdrand-x86_64-apple.S
[591/1256] Compiling p256_beeu-armv8-asm-win.S
[592/1256] Compiling p256_beeu-x86_64-asm-linux.S
[593/1256] Compiling p256_beeu-x86_64-asm-apple.S
[594/1256] Compiling p256_beeu-armv8-asm-linux.S
[595/1256] Compiling p256_beeu-armv8-asm-apple.S
[596/1256] Compiling p256-x86_64-asm-linux.S
[597/1256] Compiling p256-x86_64-asm-apple.S
[598/1256] Compiling ghashv8-armv8-win.S
[599/1256] Compiling p256-armv8-asm-win.S
[600/1256] Compiling ghashv8-armv8-linux.S
[601/1256] Compiling p256-armv8-asm-apple.S
[602/1256] Compiling ghashv8-armv8-apple.S
[603/1256] Compiling p256-armv8-asm-linux.S
[604/1256] Compiling ghashv8-armv7-linux.S
[605/1256] Compiling ghash-x86_64-linux.S
[606/1256] Compiling ghash-x86-linux.S
[607/1256] Compiling ghash-x86-apple.S
[608/1256] Compiling ghash-x86_64-apple.S
[609/1256] Compiling ghash-ssse3-x86_64-linux.S
[610/1256] Compiling ghash-ssse3-x86_64-apple.S
[611/1256] Compiling ghash-ssse3-x86-linux.S
[612/1256] Compiling ghash-ssse3-x86-apple.S
[613/1256] Compiling ghash-neon-armv8-win.S
[613/1256] Compiling ghash-neon-armv8-linux.S
[615/1256] Compiling ghash-neon-armv8-apple.S
[616/1256] Compiling co-586-linux.S
[617/1256] Compiling ghash-armv4-linux.S
[618/1256] Compiling co-586-apple.S
[619/1256] Compiling bsaes-armv7-linux.S
[620/1256] Compiling bn-armv8-apple.S
[621/1256] Compiling bn-armv8-win.S
[622/1256] Compiling bn-armv8-linux.S
[623/1256] Compiling bn-586-apple.S
[623/1256] Compiling bn-586-linux.S
[625/1256] Compiling armv8-mont-win.S
[626/1256] Compiling armv8-mont-apple.S
[627/1256] Compiling armv4-mont-linux.S
[628/1256] Compiling aesv8-gcm-armv8-apple.S
[629/1256] Compiling armv8-mont-linux.S
[630/1256] Compiling aesv8-armv8-win.S
[631/1256] Compiling aesv8-gcm-armv8-win.S
[632/1256] Compiling aesv8-armv8-linux.S
[633/1256] Compiling aesv8-gcm-armv8-linux.S
[634/1256] Compiling aesv8-armv8-apple.S
[635/1256] Compiling aesv8-armv7-linux.S
[636/1256] Compiling aesni-x86_64-linux.S
[637/1256] Compiling aesni-x86-linux.S
[638/1256] Compiling aesni-x86_64-apple.S
[639/1256] Compiling aesni-x86-apple.S
[640/1256] Compiling aesni-gcm-x86_64-linux.S
[641/1256] Compiling aesni-gcm-x86_64-apple.S
[642/1256] Compiling aes-gcm-avx2-x86_64-linux.S
[643/1256] Compiling aes-gcm-avx2-x86_64-apple.S
[644/1256] Compiling aes-gcm-avx10-x86_64-apple.S
[645/1256] Compiling aes-gcm-avx10-x86_64-linux.S
[646/1256] Compiling x_sig.cc
[647/1256] Compiling x_x509a.cc
[648/1256] Compiling x_val.cc
[649/1256] Compiling x_x509.cc
[650/1256] Compiling x_req.cc
[651/1256] Compiling x_spki.cc
[652/1256] Compiling x_pubkey.cc
[653/1256] Compiling x_name.cc
[654/1256] Compiling x_attrib.cc
[655/1256] Compiling x_exten.cc
[656/1256] Compiling x_all.cc
[657/1256] Compiling x_crl.cc
[658/1256] Compiling x_algor.cc
[659/1256] Compiling x509name.cc
[660/1256] Compiling x509rset.cc
[661/1256] Compiling x509_vfy.cc
[662/1256] Compiling x509spki.cc
[663/1256] Compiling x509_vpm.cc
[664/1256] Compiling x509cset.cc
[665/1256] Compiling x509_txt.cc
[666/1256] Compiling x509_v3.cc
[667/1256] Compiling x509_trs.cc
[668/1256] Compiling x509_set.cc
[669/1256] Compiling x509_req.cc
[670/1256] Compiling x509_obj.cc
[671/1256] Compiling x509_def.cc
[672/1256] Compiling x509_lu.cc
[673/1256] Compiling x509_ext.cc
[674/1256] Compiling x509_cmp.cc
[675/1256] Compiling x509_d2.cc
[676/1256] Compiling x509.cc
[677/1256] Compiling x509_att.cc
[678/1256] Compiling v3_utl.cc
[679/1256] Compiling v3_purp.cc
[680/1256] Compiling v3_skey.cc
[681/1256] Compiling v3_pcons.cc
[682/1256] Compiling v3_prn.cc
[683/1256] Compiling v3_ocsp.cc
[684/1256] Compiling v3_pmaps.cc
[685/1256] Compiling v3_ncons.cc
[686/1256] Compiling v3_lib.cc
[687/1256] Compiling v3_int.cc
[688/1256] Compiling v3_info.cc
[689/1256] Compiling v3_ia5.cc
[690/1256] Compiling v3_extku.cc
[691/1256] Compiling v3_genn.cc
[692/1256] Compiling v3_enum.cc
[693/1256] Compiling v3_crld.cc
[694/1256] Compiling v3_cpols.cc
[695/1256] Compiling v3_bitst.cc
[696/1256] Compiling v3_bcons.cc
[697/1256] Compiling v3_conf.cc
[698/1256] Compiling v3_alt.cc
[699/1256] Compiling v3_akeya.cc
[700/1256] Compiling v3_akey.cc
[701/1256] Compiling t_x509a.cc
[702/1256] Compiling t_req.cc
[703/1256] Compiling t_x509.cc
[704/1256] Compiling rsa_pss.cc
[705/1256] Compiling t_crl.cc
[706/1256] Compiling i2d_pr.cc
[707/1256] Compiling name_print.cc
[708/1256] Compiling policy.cc
[709/1256] Compiling by_file.cc
[710/1256] Compiling asn1_gen.cc
[711/1256] Compiling by_dir.cc
[712/1256] Compiling algorithm.cc
[713/1256] Compiling a_digest.cc
[714/1256] Compiling a_verify.cc
[715/1256] Compiling a_sign.cc
[716/1256] Compiling voprf.cc
[717/1256] Compiling trust_token.cc
[718/1256] Compiling thread.cc
[719/1256] Compiling thread_win.cc
[720/1256] Compiling thread_pthread.cc
[721/1256] Compiling stack.cc
[722/1256] Compiling pmbtoken.cc
[723/1256] Compiling thread_none.cc
[724/1256] Compiling sha512.cc
[725/1256] Compiling slhdsa.cc
[726/1256] Compiling rsa_extra.cc
[727/1256] Compiling spake2plus.cc
[728/1256] Compiling sha256.cc
[729/1256] Compiling sha1.cc
[730/1256] Compiling rsa_print.cc
[731/1256] Compiling siphash.cc
[732/1256] Compiling windows.cc
[733/1256] Compiling rsa_crypt.cc
[734/1256] Compiling refcount.cc
[735/1256] Compiling trusty.cc
[736/1256] Compiling rand.cc
[737/1256] Compiling rc4.cc
[738/1256] Compiling urandom.cc
[739/1256] Compiling rsa_asn1.cc
[740/1256] Compiling fork_detect.cc
[741/1256] Compiling forkunsafe.cc
[742/1256] Compiling passive.cc
[743/1256] Compiling ios.cc
[744/1256] Compiling getentropy.cc
[745/1256] Compiling deterministic.cc
[746/1256] Compiling poly1305_arm_asm.S
[747/1256] Compiling poly1305_vec.cc
[748/1256] Compiling pool.cc
[749/1256] Compiling poly1305_arm.cc
[750/1256] Compiling poly1305.cc
[751/1256] Compiling pkcs8.cc
[752/1256] Compiling pkcs8_x509.cc
[753/1256] Compiling pkcs7.cc
[754/1256] Compiling p5_pbev2.cc
[755/1256] Compiling pkcs7_x509.cc
[756/1256] Compiling pem_x509.cc
[757/1256] Compiling pem_xaux.cc
[758/1256] Compiling pem_pkey.cc
[759/1256] Compiling pem_oth.cc
[760/1256] Compiling pem_pk8.cc
[761/1256] Compiling mlkem.cc
[762/1256] Compiling pem_lib.cc
[763/1256] Compiling obj_xref.cc
[764/1256] Compiling pem_info.cc
[765/1256] Compiling obj.cc
[766/1256] Compiling pem_all.cc
[767/1256] Compiling mldsa.cc
[768/1256] Compiling poly_rq_mul.S
[769/1256] Compiling fips_shared_support.cc
[770/1256] Compiling md5.cc
[771/1256] Compiling mem.cc
[772/1256] Compiling lhash.cc
[773/1256] Compiling md4.cc
[774/1256] Compiling kyber.cc
[775/1256] Compiling ex_data.cc
[776/1256] Compiling hpke.cc
[777/1256] Compiling hrss.cc
[778/1256] Compiling sign.cc
[779/1256] Compiling print.cc
[780/1256] Compiling scrypt.cc
[781/1256] Compiling p_x25519.cc
[782/1256] Compiling pbkdf.cc
[783/1256] Compiling p_x25519_asn1.cc
[784/1256] Compiling p_hkdf.cc
[785/1256] Compiling p_ed25519.cc
[786/1256] Compiling p_rsa_asn1.cc
[787/1256] Compiling p_ed25519_asn1.cc
[788/1256] Compiling p_rsa.cc
[789/1256] Compiling p_ec_asn1.cc
[790/1256] Compiling p_ec.cc
[791/1256] Compiling p_dh.cc
[792/1256] Compiling p_dh_asn1.cc
[793/1256] Compiling evp_ctx.cc
[794/1256] Compiling p_dsa_asn1.cc
[795/1256] Compiling evp.cc
[796/1256] Compiling evp_asn1.cc
[797/1256] Compiling err.cc
[798/1256] Compiling ecdh.cc
[798/1256] Compiling engine.cc
[800/1256] Compiling ec_derive.cc
[801/1256] Compiling hash_to_curve.cc
[802/1256] Compiling ecdsa_asn1.cc
[803/1256] Compiling bcm.cc
[804/1256] Compiling dsa.cc
[805/1256] Compiling ec_asn1.cc
[806/1256] Compiling dsa_asn1.cc
[807/1256] Compiling x25519-asm-arm.S
[808/1256] Compiling params.cc
[809/1256] Compiling digest_extra.cc
[810/1256] Compiling dh_asn1.cc
[811/1256] Compiling des.cc
[812/1256] Compiling curve25519_64_adx.cc
[813/1256] Compiling curve25519.cc
[814/1256] Compiling spake25519.cc
[815/1256] Compiling cpu_intel.cc
[816/1256] Compiling crypto.cc
[817/1256] Compiling cpu_arm_freebsd.cc
[818/1256] Compiling cpu_arm_linux.cc
[819/1256] Compiling cpu_aarch64_win.cc
[820/1256] Compiling cpu_aarch64_openbsd.cc
[821/1256] Compiling cpu_aarch64_sysreg.cc
[822/1256] Compiling cpu_aarch64_fuchsia.cc
[823/1256] Compiling cpu_aarch64_apple.cc
[824/1256] Compiling cpu_aarch64_linux.cc
[825/1256] Compiling tls_cbc.cc
[826/1256] Compiling conf.cc
[827/1256] Compiling get_cipher.cc
[828/1256] Compiling e_tls.cc
[829/1256] Compiling e_rc4.cc
[830/1256] Compiling e_null.cc
[831/1256] Compiling e_rc2.cc
[832/1256] Compiling e_des.cc
[833/1256] Compiling e_chacha20poly1305.cc
[834/1256] Compiling e_aesgcmsiv.cc
[835/1256] Compiling e_aesctrhmac.cc
[836/1256] Compiling derive_key.cc
[837/1256] Compiling chacha.cc
[838/1256] Compiling unicode.cc
[839/1256] Compiling cbb.cc
[840/1256] Compiling cbs.cc
[841/1256] Compiling ber.cc
[842/1256] Compiling asn1_compat.cc
[843/1256] Compiling buf.cc
[844/1256] Compiling convert.cc
[845/1256] Compiling bn_asn1.cc
[846/1256] Compiling blake2.cc
[847/1256] Compiling socket.cc
[848/1256] Compiling printf.cc
[849/1256] Compiling hexdump.cc
[850/1256] Compiling pair.cc
[851/1256] Compiling socket_helper.cc
[852/1256] Compiling errno.cc
[853/1256] Compiling fd.cc
[854/1256] Compiling connect.cc
[855/1256] Compiling file.cc
[856/1256] Compiling bio.cc
[857/1256] Compiling tasn_utl.cc
[858/1256] Compiling base64.cc
[859/1256] Compiling bio_mem.cc
[860/1256] Compiling tasn_typ.cc
[861/1256] Compiling tasn_new.cc
[862/1256] Compiling tasn_fre.cc
[863/1256] Compiling tasn_enc.cc
[864/1256] Compiling f_string.cc
[865/1256] Compiling f_int.cc
[866/1256] Compiling posix_time.cc
[867/1256] Compiling asn_pack.cc
[868/1256] Compiling tasn_dec.cc
[869/1256] Compiling asn1_par.cc
[870/1256] Compiling asn1_lib.cc
[871/1256] Compiling a_utctm.cc
[872/1256] Compiling a_time.cc
[873/1256] Compiling a_octet.cc
[874/1256] Compiling a_strnid.cc
[875/1256] Compiling a_strex.cc
[876/1256] Compiling a_type.cc
[877/1256] Compiling a_object.cc
[878/1256] Compiling a_int.cc
[879/1256] Compiling a_mbstr.cc
[880/1256] Compiling a_d2i_fp.cc
[881/1256] Compiling a_dup.cc
[882/1256] Compiling a_i2d_fp.cc
[883/1256] Compiling fiat_p256_adx_sqr.S
[884/1256] Compiling a_gentm.cc
[885/1256] Compiling a_bool.cc
[886/1256] Compiling a_bitstr.cc
[887/1256] Compiling CCryptoBoringSSLShims shims.c
[888/1256] Compiling fiat_p256_adx_mul.S
[889/1256] Compiling fiat_curve25519_adx_square.S
[890/1256] Compiling fiat_curve25519_adx_mul.S
[890/1256] Compiling md5-586-linux.S
[890/1256] Compiling md5-x86_64-linux.S
[893/1256] Compiling md5-586-apple.S
[894/1256] Compiling md5-x86_64-apple.S
[895/1256] Compiling chacha20_poly1305_armv8-apple.S
[896/1256] Compiling chacha20_poly1305_x86_64-linux.S
[897/1256] Compiling chacha20_poly1305_x86_64-apple.S
[898/1256] Compiling chacha20_poly1305_armv8-win.S
[899/1256] Compiling chacha20_poly1305_armv8-linux.S
[900/1256] Compiling chacha-x86-linux.S
[901/1256] Compiling chacha-x86-apple.S
[902/1256] Compiling chacha-x86_64-apple.S
[903/1256] Compiling chacha-x86_64-linux.S
[904/1256] Compiling chacha-armv8-win.S
[905/1256] Compiling err_data.cc
[906/1256] Compiling aes128gcmsiv-x86_64-linux.S
[907/1256] Compiling chacha-armv8-apple.S
[908/1256] Compiling chacha-armv4-linux.S
[909/1256] Compiling aes128gcmsiv-x86_64-apple.S
[910/1256] Compiling chacha-armv8-linux.S
[911/1256] Compiling x86_64-mont5-apple.S
[912/1256] Compiling x86_64-mont5-linux.S
[913/1256] Compiling x86_64-mont-linux.S
[914/1256] Compiling x86-mont-linux.S
[915/1256] Compiling x86_64-mont-apple.S
[916/1256] Compiling x86-mont-apple.S
[917/1256] Compiling vpaes-x86_64-apple.S
[918/1256] Compiling vpaes-x86_64-linux.S
[919/1256] Compiling vpaes-x86-linux.S
[920/1256] Compiling vpaes-armv8-win.S
[921/1256] Compiling vpaes-x86-apple.S
[922/1256] Compiling vpaes-armv8-apple.S
[923/1256] Compiling vpaes-armv7-linux.S
[924/1256] Compiling vpaes-armv8-linux.S
[925/1256] Compiling sha512-x86_64-linux.S
[926/1256] Compiling sha512-armv8-win.S
[927/1256] Compiling sha512-x86_64-apple.S
[928/1256] Compiling sha512-armv8-apple.S
[929/1256] Compiling sha512-586-linux.S
[930/1256] Compiling sha512-586-apple.S
[931/1256] Compiling sha512-armv4-linux.S
[932/1256] Compiling sha256-x86_64-linux.S
[933/1256] Compiling sha512-armv8-linux.S
[934/1256] Compiling sha256-x86_64-apple.S
[935/1256] Compiling sha256-armv8-win.S
[936/1256] Compiling sha256-armv8-apple.S
[936/1256] Compiling sha256-armv4-linux.S
[938/1256] Compiling sha256-586-linux.S
[939/1256] Compiling sha256-armv8-linux.S
[940/1256] Compiling sha256-586-apple.S
[941/1256] Compiling sha1-x86_64-linux.S
[942/1256] Compiling sha1-x86_64-apple.S
[943/1256] Compiling sha1-armv8-win.S
[944/1256] Compiling sha1-armv8-apple.S
[945/1256] Compiling sha1-armv8-linux.S
[946/1256] Compiling sha1-armv4-large-linux.S
[947/1256] Compiling sha1-586-linux.S
[948/1256] Compiling sha1-586-apple.S
[949/1256] Compiling rsaz-avx2-linux.S
[950/1256] Compiling p256_beeu-x86_64-asm-linux.S
[950/1256] Compiling rsaz-avx2-apple.S
[951/1256] Compiling rdrand-x86_64-apple.S
[953/1256] Compiling rdrand-x86_64-linux.S
[954/1256] Compiling p256_beeu-x86_64-asm-apple.S
[955/1256] Compiling p256_beeu-armv8-asm-win.S
[956/1256] Compiling p256-x86_64-asm-linux.S
[957/1256] Compiling p256_beeu-armv8-asm-linux.S
[958/1256] Compiling p256-x86_64-asm-apple.S
[959/1256] Compiling p256_beeu-armv8-asm-apple.S
[960/1256] Compiling p256-armv8-asm-win.S
[961/1256] Compiling p256-armv8-asm-linux.S
[962/1256] Compiling p256-armv8-asm-apple.S
[963/1256] Compiling ghashv8-armv8-win.S
[964/1256] Compiling ghashv8-armv8-apple.S
[965/1256] Compiling ghashv8-armv8-linux.S
[966/1256] Compiling ghashv8-armv7-linux.S
[967/1256] Compiling ghash-x86_64-linux.S
[968/1256] Compiling ghash-ssse3-x86_64-linux.S
[969/1256] Compiling ghash-x86-apple.S
[970/1256] Compiling ghash-x86-linux.S
[971/1256] Compiling ghash-x86_64-apple.S
[972/1256] Compiling ghash-ssse3-x86_64-apple.S
[973/1256] Compiling ghash-ssse3-x86-linux.S
[974/1256] Compiling ghash-ssse3-x86-apple.S
[975/1256] Compiling ghash-neon-armv8-win.S
[976/1256] Compiling ghash-armv4-linux.S
[977/1256] Compiling ghash-neon-armv8-linux.S
[978/1256] Compiling ghash-neon-armv8-apple.S
[979/1256] Compiling co-586-linux.S
[980/1256] Compiling co-586-apple.S
[981/1256] Compiling bsaes-armv7-linux.S
[982/1256] Compiling bn-armv8-linux.S
[983/1256] Compiling bn-armv8-win.S
[984/1256] Compiling bn-586-linux.S
[985/1256] Compiling bn-armv8-apple.S
[986/1256] Compiling bn-586-apple.S
[987/1256] Compiling armv8-mont-apple.S
[988/1256] Compiling armv8-mont-win.S
[989/1256] Compiling armv4-mont-linux.S
[990/1256] Compiling armv8-mont-linux.S
[991/1256] Compiling aesv8-gcm-armv8-win.S
[992/1256] Compiling aesv8-armv8-win.S
[993/1256] Compiling aesv8-gcm-armv8-apple.S
[994/1256] Compiling aesv8-gcm-armv8-linux.S
[995/1256] Compiling aesv8-armv8-apple.S
[996/1256] Compiling aesv8-armv8-linux.S
[997/1256] Compiling aesv8-armv7-linux.S
[998/1256] Compiling aesni-x86-linux.S
[999/1256] Compiling aesni-x86_64-linux.S
[1000/1256] Compiling aesni-x86-apple.S
[1001/1256] Compiling aesni-x86_64-apple.S
[1002/1256] Compiling aesni-gcm-x86_64-linux.S
[1003/1256] Compiling aesni-gcm-x86_64-apple.S
[1004/1256] Compiling aes-gcm-avx10-x86_64-apple.S
[1005/1256] Compiling aes-gcm-avx10-x86_64-linux.S
[1006/1256] Compiling c-nioatomics.c
[1007/1256] Compiling x_req.cc
[1008/1256] Compiling x_val.cc
[1009/1256] Compiling x_x509.cc
[1010/1256] Compiling x_spki.cc
[1011/1256] Compiling x_x509a.cc
[1012/1256] Compiling c-atomics.c
[1013/1256] Compiling x_sig.cc
[1014/1262] Compiling x_pubkey.cc
[1015/1262] Compiling x_exten.cc
[1017/1262] Compiling NIOConcurrencyHelpers lock.swift
[1017/1262] Compiling x_name.cc
[1019/1262] Compiling NIOConcurrencyHelpers NIOLock.swift
[1019/1262] Compiling x_crl.cc
[1020/1262] Compiling x_attrib.cc
[1021/1262] Compiling x_all.cc
[1023/1262] Emitting module NIOConcurrencyHelpers
[1024/1262] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1025/1262] Compiling NIOConcurrencyHelpers atomics.swift
[1025/1262] Compiling x_algor.cc
[1027/1262] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1028/1263] Compiling x509spki.cc
[1029/1263] Compiling x509rset.cc
[1030/1263] Compiling x509cset.cc
[1031/1263] Compiling x509name.cc
[1032/1263] Compiling x509_vfy.cc
[1033/1263] Compiling x509_vpm.cc
[1034/1263] Compiling x509_v3.cc
[1035/1263] Compiling x509_set.cc
[1036/1263] Compiling x509_txt.cc
[1037/1263] Compiling x509_trs.cc
[1038/1263] Compiling x509_req.cc
[1039/1263] Compiling x509_lu.cc
[1040/1263] Compiling x509_obj.cc
[1041/1263] Compiling x509_ext.cc
[1042/1263] Compiling x509_def.cc
[1043/1263] Compiling x509_d2.cc
[1044/1263] Compiling x509_cmp.cc
[1045/1263] Compiling x509_att.cc
[1046/1263] Compiling x509.cc
[1047/1263] Compiling v3_skey.cc
[1048/1263] Compiling v3_utl.cc
[1049/1263] Compiling v3_prn.cc
[1050/1263] Compiling v3_purp.cc
[1051/1263] Compiling v3_pmaps.cc
[1052/1263] Compiling v3_pcons.cc
[1053/1263] Compiling v3_ocsp.cc
[1054/1263] Compiling v3_lib.cc
[1055/1263] Compiling v3_ncons.cc
[1056/1263] Compiling v3_int.cc
[1057/1263] Compiling v3_ia5.cc
[1058/1263] Compiling v3_info.cc
[1059/1263] Compiling v3_genn.cc
[1060/1263] Compiling v3_extku.cc
[1061/1263] Compiling v3_enum.cc
[1062/1263] Compiling v3_cpols.cc
[1063/1263] Compiling v3_crld.cc
[1064/1263] Compiling v3_bitst.cc
[1065/1263] Compiling v3_conf.cc
[1066/1263] Compiling v3_alt.cc
[1067/1263] Compiling v3_akeya.cc
[1068/1263] Compiling v3_bcons.cc
[1069/1263] Compiling v3_akey.cc
[1070/1263] Compiling t_crl.cc
[1071/1263] Compiling t_req.cc
[1072/1263] Compiling t_x509a.cc
[1073/1263] Compiling t_x509.cc
[1074/1263] Compiling rsa_pss.cc
[1075/1263] Compiling i2d_pr.cc
[1076/1263] Compiling policy.cc
[1077/1263] Compiling name_print.cc
[1078/1263] Compiling by_file.cc
[1079/1263] Compiling algorithm.cc
[1080/1263] Compiling asn1_gen.cc
[1081/1263] Compiling by_dir.cc
[1082/1263] Compiling a_verify.cc
[1083/1263] Compiling a_digest.cc
[1084/1263] Compiling a_sign.cc
[1085/1263] Compiling voprf.cc
[1086/1263] Compiling thread_win.cc
[1087/1263] Compiling trust_token.cc
[1088/1263] Compiling thread_none.cc
[1089/1263] Compiling stack.cc
[1090/1263] Compiling thread_pthread.cc
[1091/1263] Compiling thread.cc
[1092/1263] Compiling pmbtoken.cc
[1093/1263] Compiling wots.cc
[1094/1263] Compiling thash.cc
[1095/1263] Compiling sha1.cc
[1096/1263] Compiling fors.cc
[1097/1263] Compiling sha256.cc
[1098/1263] Compiling sha512.cc
[1099/1263] Compiling slhdsa.cc
[1100/1263] Compiling merkle.cc
[1101/1263] Compiling siphash.cc
[1102/1263] Compiling rsa_print.cc
[1103/1263] Compiling refcount.cc
[1104/1263] Compiling rsa_asn1.cc
[1105/1263] Compiling rsa_crypt.cc
[1106/1263] Compiling rc4.cc
[1107/1263] Compiling rsa_extra.cc
[1108/1263] Compiling windows.cc
[1109/1263] Compiling urandom.cc
[1110/1263] Compiling rand_extra.cc
[1111/1263] Compiling trusty.cc
[1112/1263] Compiling passive.cc
[1113/1263] Compiling forkunsafe.cc
[1114/1263] Compiling ios.cc
[1115/1263] Compiling getentropy.cc
[1116/1263] Compiling poly1305_arm_asm.S
[1117/1263] Compiling deterministic.cc
[1118/1263] Compiling fork_detect.cc
[1119/1263] Compiling pool.cc
[1120/1263] Compiling poly1305_vec.cc
[1121/1263] Compiling poly1305.cc
[1122/1263] Compiling poly1305_arm.cc
[1123/1263] Compiling pkcs8.cc
[1124/1263] Compiling pkcs8_x509.cc
[1125/1263] Compiling p5_pbev2.cc
[1126/1263] Compiling pkcs7_x509.cc
[1127/1263] Compiling pkcs7.cc
[1128/1263] Compiling pem_pkey.cc
[1129/1263] Compiling pem_x509.cc
[1130/1263] Compiling pem_xaux.cc
[1131/1263] Compiling pem_pk8.cc
[1132/1263] Compiling pem_all.cc
[1133/1263] Compiling pem_lib.cc
[1134/1263] Compiling obj.cc
[1135/1263] Compiling pem_oth.cc
[1136/1263] Compiling obj_xref.cc
[1137/1263] Compiling mlkem.cc
[1138/1263] Compiling pem_info.cc
[1139/1263] Compiling poly_rq_mul.S
[1140/1263] Compiling mldsa.cc
[1141/1263] Compiling md5.cc
[1142/1263] Compiling fips_shared_support.cc
[1143/1263] Compiling mem.cc
[1144/1263] Compiling md4.cc
[1145/1263] Compiling lhash.cc
[1146/1263] Compiling kyber.cc
[1147/1263] Compiling ex_data.cc
[1148/1263] Compiling hpke.cc
[1149/1263] Compiling scrypt.cc
[1150/1263] Compiling hrss.cc
[1151/1263] Compiling print.cc
[1152/1263] Compiling sign.cc
[1153/1263] Compiling p_rsa_asn1.cc
[1154/1263] Compiling pbkdf.cc
[1155/1263] Compiling p_x25519.cc
[1156/1263] Compiling p_x25519_asn1.cc
[1157/1263] Compiling p_ed25519_asn1.cc
[1158/1263] Compiling p_rsa.cc
[1159/1263] Compiling p_ed25519.cc
[1160/1263] Compiling p_hkdf.cc
[1161/1263] Compiling p_dsa_asn1.cc
[1162/1263] Compiling p_ec.cc
[1163/1263] Compiling p_dh.cc
[1164/1263] Compiling p_ec_asn1.cc
[1165/1263] Compiling p_dh_asn1.cc
[1166/1263] Compiling evp_ctx.cc
[1167/1263] Compiling evp_asn1.cc
[1168/1263] Compiling evp.cc
[1169/1263] Compiling err.cc
[1170/1263] Compiling ecdh_extra.cc
[1171/1263] Compiling engine.cc
[1171/1263] Compiling ec_derive.cc
[1173/1263] Compiling ecdsa_asn1.cc
[1174/1263] Compiling hash_to_curve.cc
[1175/1263] Compiling dsa_asn1.cc
[1176/1263] Compiling ec_asn1.cc
[1177/1263] Compiling dsa.cc
[1178/1263] Compiling bcm.cc
[1179/1263] Compiling params.cc
[1180/1263] Compiling x25519-asm-arm.S
[1181/1263] Compiling digest_extra.cc
[1182/1263] Compiling dh_asn1.cc
[1183/1263] Compiling des.cc
[1184/1263] Compiling curve25519_64_adx.cc
[1185/1263] Compiling curve25519.cc
[1186/1263] Compiling spake25519.cc
[1187/1263] Compiling crypto.cc
[1188/1263] Compiling cpu_intel.cc
[1189/1263] Compiling cpu_arm_linux.cc
[1190/1263] Compiling cpu_aarch64_openbsd.cc
[1191/1263] Compiling cpu_arm_freebsd.cc
[1192/1263] Compiling cpu_aarch64_win.cc
[1193/1263] Compiling cpu_aarch64_sysreg.cc
[1194/1263] Compiling cpu_aarch64_linux.cc
[1195/1263] Compiling cpu_aarch64_apple.cc
[1196/1263] Compiling cpu_aarch64_fuchsia.cc
[1197/1263] Compiling conf.cc
[1198/1263] Compiling e_tls.cc
[1199/1263] Compiling tls_cbc.cc
[1200/1263] Compiling e_null.cc
[1201/1263] Compiling e_rc4.cc
[1202/1263] Compiling e_rc2.cc
[1203/1263] Compiling e_chacha20poly1305.cc
[1204/1263] Compiling e_des.cc
[1205/1263] Compiling derive_key.cc
[1206/1263] Compiling e_aesctrhmac.cc
[1207/1263] Compiling e_aesgcmsiv.cc
[1208/1263] Compiling chacha.cc
[1209/1263] Compiling cipher_extra.cc
[1210/1263] Compiling cbs.cc
[1211/1263] Compiling cbb.cc
[1212/1263] Compiling unicode.cc
[1213/1263] Compiling ber.cc
[1214/1263] Compiling asn1_compat.cc
[1215/1263] Compiling buf.cc
[1216/1263] Compiling blake2.cc
[1217/1263] Compiling bn_asn1.cc
[1218/1263] Compiling printf.cc
[1219/1263] Compiling convert.cc
[1220/1263] Compiling pair.cc
[1221/1263] Compiling hexdump.cc
[1222/1263] Compiling fd.cc
[1223/1263] Compiling file.cc
[1224/1263] Compiling bio.cc
[1225/1263] Compiling errno.cc
[1226/1263] Compiling base64.cc
[1227/1263] Compiling bio_mem.cc
[1228/1263] Compiling tasn_fre.cc
[1229/1263] Compiling tasn_typ.cc
[1230/1263] Compiling tasn_new.cc
[1231/1263] Compiling tasn_utl.cc
[1232/1263] Compiling tasn_enc.cc
[1233/1263] Compiling posix_time.cc
[1234/1263] Compiling f_string.cc
[1235/1263] Compiling tasn_dec.cc
[1236/1263] Compiling asn_pack.cc
[1237/1263] Compiling f_int.cc
[1238/1263] Compiling asn1_par.cc
[1239/1263] Compiling asn1_lib.cc
[1240/1263] Compiling a_utctm.cc
[1241/1263] Compiling a_octet.cc
[1242/1263] Compiling a_type.cc
[1243/1263] Compiling a_strex.cc
[1244/1263] Compiling a_time.cc
[1245/1263] Compiling a_strnid.cc
[1246/1263] Compiling a_mbstr.cc
[1247/1263] Compiling a_object.cc
[1248/1263] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1249/1263] Write sources
[1250/1263] Compiling a_d2i_fp.cc
[1250/1263] Write sources
[1257/1267] Compiling a_dup.cc
[1258/1295] Compiling a_gentm.cc
[1259/1316] Compiling a_i2d_fp.cc
[1260/1316] Compiling a_int.cc
[1261/1320] Compiling a_bitstr.cc
[1262/1405] Compiling a_bool.cc
[1264/1405] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[1265/1405] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[1266/1405] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[1267/1405] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[1268/1405] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[1269/1405] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[1270/1405] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[1271/1412] Emitting module BitCollections
[1272/1412] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[1273/1412] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[1274/1414] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[1275/1414] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[1276/1414] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[1277/1414] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[1278/1422] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1279/1422] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1280/1422] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1281/1422] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1282/1422] Compiling AsyncAlgorithms ChannelStorage.swift
[1283/1422] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1284/1422] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1285/1422] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1286/1422] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1287/1422] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[1288/1422] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1289/1422] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1290/1422] Compiling AsyncAlgorithms MergeStateMachine.swift
[1291/1422] Compiling AsyncAlgorithms MergeStorage.swift
[1292/1422] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1293/1422] Compiling AsyncAlgorithms Rethrow.swift
[1294/1422] Compiling Atomics IntegerOperations.swift
[1295/1422] Compiling Atomics Unmanaged extensions.swift
[1296/1422] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1297/1422] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1298/1422] Compiling AsyncAlgorithms DebounceStorage.swift
[1299/1422] Compiling AsyncAlgorithms Dictionary.swift
[1300/1422] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1301/1422] Compiling AsyncAlgorithms Locking.swift
[1302/1422] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1303/1422] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1304/1422] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1305/1422] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1306/1422] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1307/1422] Compiling BitCollections BitSet+SetAlgebra union.swift
[1308/1422] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1309/1422] Compiling BitCollections BitSet.Counted.swift
[1310/1422] Emitting module AsyncAlgorithms
[1313/1428] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[1327/1431] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[1328/1431] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[1329/1431] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[1333/1431] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1334/1431] Compiling AsyncAlgorithms AsyncChannel.swift
[1335/1431] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1351/1431] Compiling BitCollections BitSet.Index.swift
[1352/1431] Compiling BitCollections BitSet._UnsafeHandle.swift
[1353/1431] Compiling BitCollections BitSet.swift
[1354/1431] Compiling BitCollections Range+Utilities.swift
[1355/1431] Compiling BitCollections Slice+Utilities.swift
[1356/1431] Compiling BitCollections UInt+Tricks.swift
[1357/1431] Compiling BitCollections _Word.swift
[1369/1432] Compiling CryptoBoringWrapper RandomBytes.swift
[1376/1432] Compiling Algorithms Trim.swift
[1383/1433] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1384/1434] Emitting module Collections
[1385/1434] Compiling Collections Collections.swift
[1387/1434] Compiling Algorithms Unique.swift
[1388/1434] Compiling Algorithms Windows.swift
[1389/1434] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1390/1434] Compiling CryptoBoringWrapper EllipticCurve.swift
[1391/1434] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1392/1434] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1393/1434] Emitting module CryptoBoringWrapper
[1394/1434] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1429/1436] Emitting module Atomics
[1430/1437] Compiling AsyncAlgorithms SetAlgebra.swift
[1431/1437] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1432/1437] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1433/1437] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1434/1437] Compiling AsyncAlgorithms ZipStateMachine.swift
[1435/1437] Compiling AsyncAlgorithms ZipStorage.swift
[1436/1438] Emitting module Algorithms
[1440/1578] Compiling ServiceLifecycle Service.swift
[1441/1578] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1442/1578] Emitting module ServiceLifecycle
[1443/1578] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1444/1578] Compiling ServiceLifecycle GracefulShutdown.swift
[1445/1578] Compiling ServiceLifecycle CancellationWaiter.swift
[1446/1579] Compiling ServiceLifecycle ServiceRunnerError.swift
[1447/1579] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1448/1579] Compiling ServiceLifecycle ServiceGroup.swift
[1449/1580] Emitting module Crypto
[1450/1589] Compiling Crypto DHKEM.swift
[1451/1589] Compiling Crypto HPKE-KEM-Curve25519.swift
[1452/1589] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1453/1589] Compiling Crypto HPKE-KEM.swift
[1454/1589] Compiling Crypto HPKE-Errors.swift
[1455/1589] Compiling Crypto HPKE.swift
[1456/1589] Compiling Crypto HPKE-Context.swift
[1457/1589] Compiling Crypto HPKE-KeySchedule.swift
[1459/1597] Compiling NIOCore SocketAddresses.swift
[1460/1597] Compiling NIOCore SocketOptionProvider.swift
[1461/1597] Compiling NIOCore SystemCallHelpers.swift
[1462/1597] Compiling NIOCore TimeAmount+Duration.swift
[1463/1597] Compiling NIOCore TypeAssistedChannelHandler.swift
[1464/1597] Compiling NIOCore UniversalBootstrapSupport.swift
[1465/1597] Compiling NIOCore Utilities.swift
[1466/1597] Compiling Crypto EdDSA_boring.swift
[1467/1597] Compiling Crypto ECDSA.swift
[1468/1597] Compiling Crypto Ed25519.swift
[1469/1597] Compiling Crypto HKDF.swift
[1470/1597] Compiling Crypto AESWrap.swift
[1471/1597] Compiling Crypto AESWrap_boring.swift
[1472/1597] Compiling Crypto Ed25519_boring.swift
[1473/1597] Compiling Crypto NISTCurvesKeys_boring.swift
[1474/1597] Compiling Crypto X25519Keys_boring.swift
[1475/1597] Compiling Crypto Curve25519.swift
[1476/1597] Compiling Crypto Ed25519Keys.swift
[1477/1597] Compiling Crypto NISTCurvesKeys.swift
[1478/1597] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1479/1597] Compiling Crypto ASN1Any.swift
[1480/1597] Compiling Crypto ASN1BitString.swift
[1481/1597] Compiling Crypto ASN1Boolean.swift
[1482/1597] Compiling Crypto HPKE-Ciphersuite.swift
[1483/1597] Compiling Crypto HPKE-KDF.swift
[1484/1597] Compiling Crypto HPKE-KexKeyDerivation.swift
[1485/1597] Compiling Crypto HPKE-LabeledExtract.swift
[1486/1597] Compiling Crypto HPKE-Utils.swift
[1490/1597] Compiling Crypto HPKE-Modes.swift
[1491/1597] Compiling Crypto Insecure.swift
[1492/1597] Compiling Crypto Insecure_HashFunctions.swift
[1493/1597] Compiling Crypto KEM.swift
[1494/1597] Compiling Crypto ECDH_boring.swift
[1495/1597] Compiling Crypto DH.swift
[1496/1597] Compiling Crypto ECDH.swift
[1507/1597] Compiling Crypto PKCS8PrivateKey.swift
[1508/1597] Compiling Crypto SEC1PrivateKey.swift
[1509/1597] Compiling Crypto SubjectPublicKeyInfo.swift
[1510/1597] Compiling Crypto CryptoKitErrors.swift
[1511/1597] Compiling Crypto Digest_boring.swift
[1512/1597] Compiling Crypto Digest.swift
[1513/1597] Compiling Crypto Digests.swift
[1514/1597] Compiling Crypto HashFunctions.swift
[1515/1597] Compiling Crypto HashFunctions_SHA2.swift
[1516/1597] Compiling Crypto HPKE-AEAD.swift
[1525/1597] Compiling Crypto Signature.swift
[1526/1597] Compiling Crypto CryptoKitErrors_boring.swift
[1527/1597] Compiling Crypto RNG_boring.swift
[1528/1597] Compiling Crypto SafeCompare_boring.swift
[1529/1597] Compiling Crypto Zeroization_boring.swift
[1530/1597] Compiling Crypto PrettyBytes.swift
[1531/1597] Compiling Crypto SafeCompare.swift
[1532/1597] Compiling Crypto SecureBytes.swift
[1533/1597] Compiling Crypto Zeroization.swift
[1542/1597] Compiling Crypto AES-GCM.swift
[1543/1597] Compiling Crypto AES-GCM_boring.swift
[1544/1597] Compiling Crypto ChaChaPoly_boring.swift
[1545/1597] Compiling Crypto ChaChaPoly.swift
[1546/1597] Compiling Crypto Cipher.swift
[1547/1597] Compiling Crypto Nonces.swift
[1548/1597] Compiling Crypto ASN1.swift
[1552/1597] Compiling Crypto ASN1Identifier.swift
[1553/1597] Compiling Crypto ASN1Integer.swift
[1554/1597] Compiling Crypto ASN1Null.swift
[1555/1597] Compiling Crypto ASN1OctetString.swift
[1556/1597] Compiling Crypto ASN1Strings.swift
[1557/1597] Compiling Crypto ArraySliceBigint.swift
[1558/1597] Compiling Crypto GeneralizedTime.swift
[1559/1597] Compiling Crypto ObjectIdentifier.swift
[1560/1597] Compiling Crypto ECDSASignature.swift
[1561/1597] Compiling Crypto PEMDocument.swift
[1571/1680] Compiling APNSCore APNSAlertNotificationInterruptionLevel.swift
[1572/1680] Compiling APNSCore APNSAlertNotificationSound.swift
[1573/1680] Compiling APNSCore APNSClient+Alert.swift
[1574/1680] Compiling APNSCore APNSBackgroundNotification.swift
[1575/1680] Compiling APNSCore APNSClient+Background.swift
[1576/1680] Compiling APNSCore Base64.swift
[1577/1680] Compiling APNSCore APNSMessage.swift
[1578/1680] Compiling APNSCore APNSNotificationExpiration.swift
[1579/1680] Compiling APNSCore APNSPriority.swift
[1580/1680] Compiling APNSCore APNSAuthenticationTokenManager.swift
[1581/1680] Compiling APNSCore APNSClient.swift
[1582/1680] Compiling APNSCore APNSEnvironment.swift
[1583/1680] Compiling APNSCore APNSError.swift
[1584/1680] Compiling APNSCore APNSErrorResponse.swift
[1585/1680] Compiling APNSCore APNSResponse.swift
[1586/1680] Compiling APNSCore APNSAlertNotification.swift
[1587/1680] Compiling APNSCore APNSAlertNotificationAPSStorage.swift
[1588/1680] Compiling APNSCore APNSAlertNotificationContent.swift
[1589/1680] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1590/1680] Compiling _CryptoExtras DigestType.swift
[1591/1680] Compiling _CryptoExtras Error.swift
[1592/1680] Compiling _CryptoExtras I2OSP.swift
[1593/1680] Compiling _CryptoExtras IntegerEncoding.swift
[1594/1680] Compiling _CryptoExtras PEMDocument.swift
[1595/1686] Compiling APNSCore APNSClient+Complication.swift
[1596/1686] Compiling APNSCore APNSComplicationNotification.swift
[1597/1686] Compiling APNSCore EmptyPayload.swift
[1598/1686] Compiling APNSCore APNSClient+FileProvider.swift
[1599/1686] Compiling APNSCore APNSFileProviderNotification.swift
[1600/1686] Compiling APNSCore APNSStartLiveActivityNotification.swift
[1601/1686] Compiling APNSCore APNSStartLiveActivityNotificationAPSStorage.swift
[1602/1686] Compiling APNSCore APNSClient+Location.swift
[1603/1686] Compiling APNSCore APNSLocationNotification.swift
[1604/1686] Compiling APNSCore Logging.swift
[1605/1686] Compiling APNSCore APNSClient+LiveActivity.swift
[1606/1686] Compiling APNSCore APNSLiveActivityDismissalDate.swift
[1607/1686] Compiling APNSCore APNSLiveActivityNotification.swift
[1608/1686] Compiling APNSCore APNSLiveActivityNotificationAPSStorage.swift
[1609/1686] Compiling APNSCore APNSLiveActivityNotificationEvent.swift
[1615/1691] Emitting module _CryptoExtras
[1616/1691] Compiling APNSCore P256.Signing.PrivateKey+PrivateFilePath.swift
[1617/1691] Compiling APNSCore APNSClient+PushToTalk.swift
[1618/1691] Compiling APNSCore APNSPushToTalkNotification.swift
[1619/1691] Compiling APNSCore APNSClient+VoIP.swift
[1620/1691] Compiling APNSCore APNSVoIPNotification.swift
[1635/1691] Compiling _CryptoExtras PrettyBytes.swift
[1636/1691] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1637/1691] Compiling _CryptoExtras DLEQ.swift
[1638/1691] Compiling _CryptoExtras Prover.swift
[1639/1691] Compiling _CryptoExtras Verifier.swift
[1640/1691] Compiling _CryptoExtras ZKPToolbox.swift
[1647/1691] Compiling APNSCore APNSPushType.swift
[1648/1691] Compiling APNSCore APNSRequest.swift
[1656/1691] Emitting module NIOCore
[1658/1744] Emitting module NIOHTTPTypes
[1659/1744] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1661/1745] Compiling NIOEmbedded AsyncTestingChannel.swift
[1662/1745] Emitting module NIOEmbedded
[1663/1745] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1664/1745] Compiling NIOEmbedded Embedded.swift
[1666/1746] Compiling NIOPosix ServerSocket.swift
[1667/1746] Compiling NIOPosix Socket.swift
[1668/1746] Compiling NIOPosix SocketChannel.swift
[1669/1746] Compiling NIOPosix SocketProtocols.swift
[1670/1746] Compiling NIOPosix System.swift
[1671/1746] Compiling NIOPosix Thread.swift
[1672/1752] Compiling NIOPosix Pool.swift
[1673/1752] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1674/1752] Compiling NIOPosix PosixSingletons.swift
[1675/1752] Compiling NIOPosix RawSocketBootstrap.swift
[1676/1752] Compiling NIOPosix Resolver.swift
[1677/1752] Compiling NIOPosix Selectable.swift
[1678/1752] Compiling NIOPosix SelectableChannel.swift
[1679/1752] Compiling NIOPosix SelectableEventLoop.swift
[1680/1752] Compiling NIOPosix SelectorEpoll.swift
[1681/1752] Compiling NIOPosix SelectorGeneric.swift
[1682/1752] Compiling NIOPosix SelectorKqueue.swift
[1683/1752] Compiling NIOPosix SelectorUring.swift
[1684/1752] Compiling NIOPosix ThreadPosix.swift
[1685/1752] Compiling NIOPosix ThreadWindows.swift
[1686/1752] Compiling NIOPosix UnsafeTransfer.swift
[1687/1752] Compiling NIOPosix Utilities.swift
[1688/1752] Compiling NIOPosix VsockAddress.swift
[1689/1752] Compiling NIOPosix VsockChannelEvents.swift
[1690/1752] Emitting module NIOPosix
[1691/1752] Compiling NIOPosix BSDSocketAPICommon.swift
[1692/1752] Compiling NIOPosix BSDSocketAPIPosix.swift
[1693/1752] Compiling NIOPosix BSDSocketAPIWindows.swift
[1694/1752] Compiling NIOPosix BaseSocket.swift
[1695/1752] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1696/1752] Compiling NIOPosix BaseSocketChannel.swift
[1697/1752] Compiling NIOPosix BaseStreamSocketChannel.swift
[1698/1752] Compiling NIOPosix IO.swift
[1699/1752] Compiling NIOPosix IntegerBitPacking.swift
[1700/1752] Compiling NIOPosix IntegerTypes.swift
[1701/1752] Compiling NIOPosix Linux.swift
[1702/1752] Compiling NIOPosix LinuxCPUSet.swift
[1703/1752] Compiling NIOPosix LinuxUring.swift
[1704/1752] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1705/1752] Compiling NIOPosix Bootstrap.swift
[1706/1752] Compiling NIOPosix ControlMessage.swift
[1707/1752] Compiling NIOPosix DatagramVectorReadManager.swift
[1708/1752] Compiling NIOPosix Errors+Any.swift
[1709/1752] Compiling NIOPosix FileDescriptor.swift
[1710/1752] Compiling NIOPosix GetaddrinfoResolver.swift
[1711/1752] Compiling NIOPosix HappyEyeballs.swift
[1712/1752] Compiling NIOPosix NIOThreadPool.swift
[1713/1752] Compiling NIOPosix NonBlockingFileIO.swift
[1714/1752] Compiling NIOPosix PendingDatagramWritesManager.swift
[1715/1752] Compiling NIOPosix PendingWritesManager.swift
[1716/1752] Compiling NIOPosix PipeChannel.swift
[1717/1752] Compiling NIOPosix PipePair.swift
[1719/1755] Emitting module NIO
[1720/1755] Compiling NIO Exports.swift
[1722/1878] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1723/1887] Compiling NIOTLS TLSEvents.swift
[1724/1887] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1725/1887] Compiling NIOSOCKS Errors.swift
[1726/1887] Compiling NIOSOCKS Helpers.swift
[1727/1888] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1728/1888] Emitting module NIOTLS
[1729/1888] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1730/1888] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1731/1888] Compiling NIOSOCKS AuthenticationMethod.swift
[1732/1888] Compiling NIOSOCKS ClientGreeting.swift
[1733/1888] Compiling NIOSOCKS ServerStateMachine.swift
[1734/1888] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1735/1888] Compiling NIOSOCKS SOCKSResponse.swift
[1736/1888] Compiling NIOSOCKS ClientStateMachine.swift
[1737/1888] Emitting module APNSCore
[1738/1888] Emitting module NIOSOCKS
[1739/1888] Compiling NIOSOCKS SOCKSClientHandler.swift
[1740/1888] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1741/1888] Compiling NIOTLS SNIHandler.swift
[1742/1888] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1744/1889] Compiling SQLKit SQLDropTriggerBuilder.swift
[1745/1889] Compiling SQLKit SQLInsertBuilder.swift
[1746/1889] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1747/1889] Compiling SQLKit SQLRawBuilder.swift
[1748/1891] Compiling NIOSOCKS Messages.swift
[1749/1891] Compiling NIOSOCKS SOCKSRequest.swift
[1750/1892] Emitting module NIOFoundationCompat
[1751/1892] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1753/1893] Compiling SQLKit SQLDropIndexBuilder.swift
[1754/1893] Compiling SQLKit SQLDropTableBuilder.swift
[1756/1893] Compiling SQLKit SQLDropEnumBuilder.swift
[1758/1922] Compiling NIOSSL LinuxCABundle.swift
[1759/1922] Compiling NIOSSL NIOSSLClientHandler.swift
[1760/1922] Compiling NIOSSL ByteBufferBIO.swift
[1761/1922] Compiling NIOSSL CustomPrivateKey.swift
[1762/1944] Compiling SQLKit SQLDropIndex.swift
[1763/1944] Compiling SQLKit SQLDropTable.swift
[1764/1944] Compiling SQLKit SQLDropTrigger.swift
[1765/1944] Compiling SQLKit SQLInsert.swift
[1766/1944] Compiling SQLKit SQLSelect.swift
[1767/1944] Compiling SQLKit SQLUnion.swift
[1768/1944] Compiling SQLKit SQLUpdate.swift
[1769/1944] Compiling SQLKit SQLExpression.swift
[1770/1944] Compiling SQLKit SQLSerializer.swift
[1771/1944] Compiling SQLKit SQLStatement.swift
[1772/1944] Compiling SQLKit SQLBinaryExpression.swift
[1773/1944] Compiling SQLKit SQLBinaryOperator.swift
[1774/1944] Compiling SQLKit SQLBind.swift
[1775/1956] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1776/1956] Compiling SQLKit Exports.swift
[1777/1956] Compiling SQLKit SQLAlias.swift
[1778/1956] Compiling SQLKit SQLBetween.swift
[1779/1956] Compiling SQLKit SQLColumn.swift
[1780/1956] Compiling SQLKit SQLConstraint.swift
[1781/1956] Compiling SQLKit SQLDataType.swift
[1782/1956] Compiling SQLKit SQLDirection.swift
[1783/1956] Compiling SQLKit SQLDistinct.swift
[1784/1956] Compiling SQLKit SQLForeignKeyAction.swift
[1785/1956] Compiling SQLKit SQLNestedSubpathExpression.swift
[1786/1956] Compiling SQLKit SQLQualifiedTable.swift
[1787/1956] Compiling SQLKit SQLQueryString.swift
[1788/1956] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1789/1956] Compiling NIOTransportServices NIOTSErrors.swift
[1790/1956] Compiling NIOTransportServices NIOTSEventLoop.swift
[1791/1956] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1792/1956] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1793/1956] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1794/1956] Emitting module NIOTransportServices
[1795/1958] Compiling NIOTransportServices NIOTSBootstraps.swift
[1796/1958] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1797/1958] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1798/1958] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1799/1958] Compiling NIOTransportServices NIOTSSingletons.swift
[1800/1958] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1801/1958] Compiling NIOTransportServices StateManagedChannel.swift
[1802/1958] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1803/1958] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1804/1958] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1805/1958] Compiling SQLKit SQLColumnAssignment.swift
[1806/1958] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1807/1958] Compiling SQLKit SQLColumnDefinition.swift
[1808/1958] Compiling SQLKit SQLCommonTableExpression.swift
[1809/1958] Compiling SQLKit SQLConflictAction.swift
[1810/1958] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1811/1958] Compiling SQLKit SQLDropBehaviour.swift
[1812/1958] Compiling SQLKit SQLEnumDataType.swift
[1813/1958] Compiling SQLKit SQLExcludedColumn.swift
[1814/1958] Compiling SQLKit SQLForeignKey.swift
[1815/1958] Compiling SQLKit SQLJoin.swift
[1816/1958] Compiling SQLKit SQLJoinMethod.swift
[1817/1958] Compiling SQLKit SQLLockingClause.swift
[1818/1958] Compiling SQLKit SQLOrderBy.swift
[1819/1958] Compiling SQLKit SQLReturning.swift
[1820/1958] Compiling SQLKit SQLSubquery.swift
[1821/1958] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1822/1958] Compiling SQLKit SQLAlterEnum.swift
[1823/1958] Compiling SQLKit SQLAlterTable.swift
[1824/1958] Compiling SQLKit SQLCreateEnum.swift
[1825/1958] Compiling SQLKit SQLCreateIndex.swift
[1826/1958] Compiling SQLKit SQLCreateTable.swift
[1827/1958] Compiling SQLKit SQLCreateTrigger.swift
[1828/1958] Compiling SQLKit SQLDelete.swift
[1829/1958] Compiling SQLKit SQLDropEnum.swift
[1830/1958] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1831/1958] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1832/1958] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1833/1958] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1834/1958] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1835/1958] Compiling NIOTransportServices AcceptHandler.swift
[1836/1958] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1837/1958] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1848/1959] Compiling NIOSSL SafeCompare.swift
[1849/1959] Compiling NIOSSL SSLPrivateKey.swift
[1850/1959] Compiling NIOSSL SSLPublicKey.swift
[1864/1959] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1865/1959] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1866/1959] Compiling SQLKit SQLQueryFetcher.swift
[1867/1959] Compiling SQLKit SQLReturningBuilder.swift
[1868/1959] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1869/1959] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1870/1959] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1871/1959] Compiling SQLKit SQLDatabase.swift
[1872/1959] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1873/1959] Compiling SQLKit SQLDialect.swift
[1874/1959] Compiling SQLKit SQLDatabase+Deprecated.swift
[1875/1959] Compiling SQLKit SQLError.swift
[1876/1959] Compiling SQLKit SQLExpressions+Deprecated.swift
[1877/1959] Emitting module NIOHTTP1
[1885/1960] Emitting module SQLKit
[1893/1989] Compiling NIOExtras QuiescingHelper.swift
[1894/1989] Compiling NIOExtras RequestResponseHandler.swift
[1895/1989] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1906/2001] Emitting module NIOSSL
[1907/2005] Compiling NIOHPACK HPACKErrors.swift
[1908/2005] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1909/2005] Compiling NIOExtras LengthFieldPrepender.swift
[1910/2005] Compiling NIOExtras LineBasedFrameDecoder.swift
[1911/2005] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1917/2005] Compiling NIOExtras NIOExtrasError.swift
[1918/2005] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1919/2005] Compiling NIOExtras NIORequestIdentifiable.swift
[1920/2005] Compiling NIOExtras PCAPRingBuffer.swift
[1926/2043] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1927/2044] Compiling X509 Digests.swift
[1928/2044] Compiling X509 DistinguishedName.swift
[1930/2100] Emitting module NIOHTTPCompression
[1931/2100] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1932/2100] Compiling NIOHTTPCompression HTTPCompression.swift
[1933/2100] Compiling NIOHTTPCompression HTTPDecompression.swift
[1934/2100] Compiling X509 CommonName.swift
[1935/2100] Compiling X509 CountryName.swift
[1936/2100] Compiling NIOHPACK IndexedHeaderTable.swift
[1937/2101] Compiling NIOHPACK IntegerCoding.swift
[1938/2101] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1939/2101] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1940/2101] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1941/2101] Emitting module NIOHTTPTypesHTTP1
[1942/2101] Compiling X509 CSRAttribute.swift
[1943/2101] Compiling X509 CSRAttributes.swift
[1944/2101] Compiling X509 CSRVersion.swift
[1945/2101] Compiling X509 CertificateSigningRequest.swift
[1946/2101] Compiling NIOHPACK HuffmanTables.swift
[1948/2102] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1949/2102] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1950/2103] Compiling NIOHPACK StaticHeaderTable.swift
[1952/2103] Compiling X509 CMSEncapsulatedContentInfo.swift
[1953/2103] Compiling X509 CMSIssuerAndSerialNumber.swift
[1954/2103] Compiling X509 CMSOperations.swift
[1955/2103] Compiling X509 CMSSignature.swift
[1956/2103] Compiling X509 CMSSignedData.swift
[1957/2103] Compiling X509 CMSSignerIdentifier.swift
[1958/2103] Compiling X509 CMSSignerInfo.swift
[1959/2103] Compiling X509 CMSVersion.swift
[1960/2103] Compiling X509 Curve25519+DER.swift
[1964/2103] Compiling X509 CertificatePrivateKey.swift
[1965/2103] Compiling X509 CertificatePublicKey.swift
[1966/2103] Compiling X509 CertificateSerialNumber.swift
[1967/2103] Compiling X509 CertificateVersion.swift
[1970/2103] Compiling NIOHPACK HuffmanCoding.swift
[1974/2103] Emitting module NIOHPACK
[1975/2103] Emitting module NIOExtras
[1982/2103] Compiling NIOExtras UnsafeTransfer.swift
[1983/2103] Compiling NIOExtras WritePCAPHandler.swift
[1985/2104] Compiling SQLKit SQLFunction.swift
[1986/2104] Compiling SQLKit SQLGroupExpression.swift
[1987/2104] Compiling SQLKit SQLIdentifier.swift
[1988/2104] Compiling SQLKit SQLList.swift
[1989/2104] Compiling SQLKit SQLLiteral.swift
[1990/2104] Compiling SQLKit SQLRaw.swift
[1991/2104] Compiling SQLKit SQLCodingUtilities.swift
[1992/2104] Compiling SQLKit SQLQueryEncoder.swift
[1993/2104] Compiling SQLKit SQLRow.swift
[1994/2104] Compiling SQLKit SQLRowDecoder.swift
[1995/2104] Compiling SQLKit SomeCodingKey.swift
[1996/2104] Compiling SQLKit StringHandling.swift
[2009/2106] Compiling X509 Certificate.swift
[2011/2231] Compiling FluentKit FluentError.swift
[2012/2231] Compiling FluentKit ModelMiddleware.swift
[2013/2231] Compiling FluentKit ModelResponder.swift
[2014/2231] Compiling FluentKit Migration.swift
[2015/2255] Compiling FluentKit DatabaseInput.swift
[2016/2255] Compiling FluentKit DatabaseOutput.swift
[2017/2255] Compiling FluentKit Databases.swift
[2019/2279] Compiling FluentKit OptionalParent+Concurrency.swift
[2020/2279] Compiling FluentKit Parent+Concurrency.swift
[2021/2279] Compiling FluentKit QueryBuilder+Concurrency.swift
[2022/2279] Compiling FluentKit AsyncMigration.swift
[2023/2279] Compiling FluentKit AsyncModelMiddleware.swift
[2024/2279] Compiling FluentKit Children+Concurrency.swift
[2025/2279] Compiling FluentKit Database+Concurrency.swift
[2026/2279] Compiling FluentKit EnumBuilder+Concurrency.swift
[2027/2279] Compiling FluentKit Model+Concurrency.swift
[2028/2279] Compiling FluentKit ModelResponder+Concurrency.swift
[2029/2279] Compiling FluentKit OptionalChild+Concurrency.swift
[2033/2287] Compiling FluentKit KeyPrefixingStrategy.swift
[2034/2287] Compiling FluentKit TransactionControlDatabase.swift
[2035/2287] Compiling FluentKit DatabaseEnum.swift
[2036/2287] Compiling HummingbirdCore OutputBuffer.swift
[2037/2287] Compiling HummingbirdCore String+percentEncode.swift
[2038/2287] Emitting module HummingbirdCore
[2050/2287] Compiling FluentKit Relation+Concurrency.swift
[2051/2287] Compiling FluentKit SchemaBuilder+Concurrency.swift
[2056/2300] Compiling FluentKit Siblings+Concurrency.swift
[2057/2300] Compiling FluentKit Database+Logging.swift
[2058/2300] Compiling FluentKit Database.swift
[2059/2300] Compiling FluentKit DatabaseID.swift
[2068/2300] Compiling HummingbirdCore UnsafeTransfer.swift
[2079/2300] Compiling FluentKit Model+CRUD.swift
[2080/2300] Compiling FluentKit Model.swift
[2081/2300] Compiling FluentKit ModelAlias.swift
[2082/2300] Compiling FluentKit Schema.swift
[2083/2300] Compiling FluentKit FieldOperators.swift
[2084/2300] Compiling NIOHTTP2 InboundWindowManager.swift
[2085/2300] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2086/2300] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2087/2300] Compiling NIOHTTP2 StreamChannelList.swift
[2088/2300] Compiling NIOHTTP2 StreamMap.swift
[2089/2300] Compiling NIOHTTP2 StreamStateMachine.swift
[2090/2300] Compiling NIOHTTP2 UnsafeTransfer.swift
[2091/2300] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2095/2300] Compiling FluentKit CompositeID.swift
[2096/2300] Compiling FluentKit CompositeOptionalChild.swift
[2097/2300] Compiling FluentKit CompositeOptionalParent.swift
[2098/2300] Compiling FluentKit CompositeParent.swift
[2099/2300] Compiling FluentKit Field.swift
[2100/2300] Compiling FluentKit FieldKey.swift
[2101/2300] Compiling FluentKit Group.swift
[2102/2300] Compiling FluentKit ID.swift
[2103/2300] Compiling FluentKit OptionalBoolean.swift
[2104/2300] Compiling FluentKit QueryBuilder+Group.swift
[2105/2300] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[2106/2300] Compiling FluentKit QueryBuilder+Join.swift
[2107/2300] Compiling FluentKit QueryBuilder+Paginate.swift
[2108/2300] Compiling FluentKit QueryBuilder+Range.swift
[2109/2300] Compiling FluentKit QueryBuilder+Set.swift
[2110/2300] Compiling FluentKit QueryBuilder+Sort.swift
[2111/2300] Compiling FluentKit QueryBuilder.swift
[2112/2300] Compiling FluentKit DatabaseQuery+Action.swift
[2113/2300] Compiling FluentKit DatabaseQuery+Aggregate.swift
[2114/2300] Compiling FluentKit DatabaseQuery+Field.swift
[2115/2300] Compiling FluentKit DatabaseQuery+Filter.swift
[2116/2300] Compiling X509 NameConstraintsPolicy.swift
[2117/2300] Compiling X509 RFC5280Policy.swift
[2118/2300] Compiling X509 URIConstraints.swift
[2119/2300] Compiling X509 VersionPolicy.swift
[2120/2300] Compiling X509 ServerIdentityPolicy.swift
[2125/2301] Emitting module FluentKit
[2126/2313] Emitting module NIOHTTP2
[2127/2377] Compiling Hummingbird Cookies.swift
[2128/2377] Compiling Hummingbird MediaType+FileExtension.swift
[2129/2377] Compiling Hummingbird MediaType.swift
[2130/2377] Compiling Hummingbird Request+Cookies.swift
[2131/2377] Compiling Hummingbird Response+Cookies.swift
[2132/2377] Compiling Hummingbird Configuration.swift
[2133/2377] Compiling Hummingbird Deprecations.swift
[2134/2377] Compiling Hummingbird Environment.swift
[2135/2377] Compiling Hummingbird EditedHTTPError.swift
[2136/2377] Compiling Hummingbird HTTPError.swift
[2137/2377] Compiling Hummingbird HTTPResponseError.swift
[2138/2377] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[2139/2377] Compiling Hummingbird Exports.swift
[2140/2377] Compiling Hummingbird CacheControl.swift
[2141/2377] Compiling Hummingbird RouterGroup.swift
[2142/2377] Compiling Hummingbird RouterMethods.swift
[2143/2377] Compiling Hummingbird RouterPath.swift
[2144/2377] Compiling Hummingbird RouterResponder.swift
[2145/2377] Compiling Hummingbird TransformingRouterGroup.swift
[2146/2377] Compiling Hummingbird RouterTrie.swift
[2147/2377] Compiling Hummingbird Trie+resolve.swift
[2148/2377] Compiling Hummingbird Trie+serialize.swift
[2149/2377] Compiling Hummingbird TrieRouter.swift
[2150/2377] Compiling Hummingbird _SpreadMiddleware.swift
[2151/2377] Compiling Hummingbird TracingMiddleware.swift
[2152/2377] Compiling Hummingbird Application.swift
[2153/2377] Compiling Hummingbird CodableProtocols.swift
[2154/2377] Compiling Hummingbird JSONCoding.swift
[2155/2377] Compiling Hummingbird ResponseEncodable.swift
[2156/2377] Compiling Hummingbird URLEncodedForm+Request.swift
[2157/2377] Compiling Hummingbird URLEncodedForm.swift
[2158/2377] Compiling Hummingbird URLEncodedFormDecoder.swift
[2159/2377] Compiling Hummingbird URLEncodedFormEncoder.swift
[2160/2377] Compiling Hummingbird URLEncodedFormNode.swift
[2161/2377] Compiling Hummingbird FileIO.swift
[2162/2377] Compiling Hummingbird FileProvider.swift
[2163/2377] Compiling Hummingbird LocalFileSystem.swift
[2164/2377] Compiling Hummingbird Cookie.swift
[2177/2377] Compiling Hummingbird EndpointResponder.swift
[2178/2377] Compiling Hummingbird Parameters+UUID.swift
[2179/2377] Compiling Hummingbird Parameters.swift
[2180/2377] Compiling Hummingbird ResponseGenerator.swift
[2181/2377] Compiling Hummingbird RouteCollection.swift
[2182/2377] Compiling Hummingbird Router+validation.swift
[2183/2377] Compiling Hummingbird Router.swift
[2184/2377] Compiling Hummingbird ChildRequestContext.swift
[2185/2377] Compiling Hummingbird Request.swift
[2186/2377] Compiling Hummingbird RequestContext.swift
[2187/2377] Compiling Hummingbird RequestContextSource.swift
[2188/2377] Compiling Hummingbird RequestID.swift
[2189/2377] Compiling Hummingbird RequestResponder.swift
[2190/2377] Compiling Hummingbird Response.swift
[2191/2377] Emitting module X509
[2192/2377] Compiling Hummingbird MetricsMiddleware.swift
[2193/2377] Compiling Hummingbird Middleware.swift
[2194/2377] Compiling Hummingbird MiddlewareGroup.swift
[2195/2377] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[2196/2377] Compiling Hummingbird _Middleware2.swift
[2197/2377] Compiling Hummingbird _OptionalMiddleware.swift
[2203/2377] Compiling Hummingbird URI+decodeQuery.swift
[2204/2377] Compiling Hummingbird MemoryPersistDriver.swift
[2205/2377] Compiling Hummingbird CORSMiddleware.swift
[2206/2377] Compiling Hummingbird FileMiddleware.swift
[2207/2377] Compiling Hummingbird LogRequestMiddleware.swift
[2208/2377] Compiling FluentKit DatabaseQuery+Join.swift
[2209/2377] Compiling FluentKit DatabaseQuery+Range.swift
[2210/2377] Compiling FluentKit DatabaseQuery+Sort.swift
[2211/2377] Compiling FluentKit DatabaseQuery+Value.swift
[2212/2377] Compiling FluentKit DatabaseQuery.swift
[2213/2377] Compiling FluentKit QueryHistory.swift
[2214/2377] Compiling FluentKit DatabaseSchema.swift
[2215/2377] Compiling FluentKit SchemaBuilder.swift
[2216/2377] Compiling FluentKit OptionalType.swift
[2217/2377] Compiling FluentKit RandomGeneratable.swift
[2218/2377] Compiling FluentKit SomeCodingKey.swift
[2219/2377] Compiling FluentKit UnsafeMutableTransferBox.swift
[2275/2386] Compiling Hummingbird PersistDriver.swift
[2276/2386] Compiling Hummingbird PersistError.swift
[2277/2386] Compiling Hummingbird ByteBuffer+foundation.swift
[2278/2386] Compiling Hummingbird DateCache.swift
[2279/2386] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[2280/2386] Compiling Hummingbird HexDigest.swift
[2281/2386] Compiling Hummingbird InitializableFromSource.swift
[2282/2386] Compiling Hummingbird PreludeService.swift
[2283/2386] Compiling Hummingbird StringProtocol.swift
[2349/2391] Emitting module Hummingbird
[2350/2391] Emitting module FluentWallet
[2351/2391] Compiling FluentWallet DeviceModel.swift
[2352/2391] Compiling FluentWallet PushTokenDTO.swift
[2353/2391] Compiling FluentWallet LogEntriesDTO.swift
[2362/2392] Compiling X509 RSAPKCS1PublicKey.swift
[2363/2392] Compiling X509 SubjectPublicKeyInfo.swift
[2364/2392] Compiling X509 TBSCertificate.swift
[2365/2392] Compiling X509 Time.swift
[2366/2392] Compiling X509 TimeCalculations.swift
[2367/2392] Compiling X509 Validity.swift
[2396/2404] Emitting module WalletOrders
[2397/2408] Compiling WalletOrders WalletOrdersError.swift
[2398/2408] Compiling WalletPasses WalletPassesError.swift
[2399/2408] Compiling WalletOrders OrderJSON.swift
[2400/2468] Compiling WalletPasses PassJSON.swift
[2401/2468] Compiling WalletPasses PersonalizationJSON.swift
[2402/2468] Emitting module WalletPasses
[2403/2468] Compiling WalletPasses PassBuilder.swift
[2404/2469] Compiling WalletOrders OrderBuilder.swift
[2405/2470] Compiling HummingbirdFluent Fluent.swift
[2406/2470] Compiling HummingbirdFluent Persist+fluent.swift
[2407/2470] Compiling HummingbirdFluent Deprecations.swift
[2408/2470] Emitting module HummingbirdFluent
[2412/2490] Compiling FluentWalletOrders OrdersRegistration.swift
[2413/2491] Emitting module FluentWalletPasses
[2414/2492] Compiling FluentWalletOrders OrderDataModel.swift
[2415/2492] Compiling FluentWalletOrders OrderModel.swift
[2416/2492] Compiling FluentWalletOrders OrdersDevice.swift
[2417/2492] Compiling FluentWalletPasses PassModel.swift
[2418/2492] Compiling FluentWalletPasses PassDataModel.swift
[2419/2492] Compiling FluentWalletPasses PassesRegistrationModel.swift
[2420/2492] Emitting module FluentWalletOrders
[2421/2492] Compiling FluentWalletOrders OrdersRegistrationModel.swift
[2422/2492] Compiling FluentWalletOrders Order.swift
[2423/2492] Compiling FluentWalletOrders OrderIdentifiersDTO.swift
[2424/2492] Compiling FluentWalletOrders Exports.swift
[2426/2493] Compiling FluentWalletPasses PersonalizationInfoModel.swift
[2427/2493] Compiling FluentWalletPasses Exports.swift
[2428/2493] Compiling FluentWalletPasses Pass.swift
[2429/2493] Compiling FluentWalletPasses PersonalizationDictionaryDTO.swift
[2430/2493] Compiling FluentWalletPasses SerialNumbersDTO.swift
[2431/2493] Compiling FluentWalletPasses PersonalizationInfo.swift
[2432/2493] Compiling FluentWalletPasses PassesDevice.swift
[2433/2493] Compiling FluentWalletPasses PassesRegistration.swift
[2435/2494] Emitting module AsyncHTTPClient
[2436/2502] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2437/2502] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2438/2502] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2439/2502] Compiling AsyncHTTPClient HTTP1Connection.swift
[2440/2502] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2441/2502] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2442/2502] Compiling AsyncHTTPClient HTTP2Connection.swift
[2443/2502] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2444/2502] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2445/2502] Compiling AsyncHTTPClient ConnectionTarget.swift
[2446/2502] Compiling AsyncHTTPClient DeconstructedURL.swift
[2447/2502] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2448/2502] Compiling AsyncHTTPClient FoundationExtensions.swift
[2449/2502] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2450/2502] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2451/2502] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2452/2502] Compiling AsyncHTTPClient HTTPClient.swift
[2453/2502] Compiling AsyncHTTPClient HTTPHandler.swift
[2454/2502] Compiling AsyncHTTPClient LRUCache.swift
[2455/2502] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2456/2502] Compiling AsyncHTTPClient NWErrorHandler.swift
[2457/2502] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2458/2502] Compiling AsyncHTTPClient TLSConfiguration.swift
[2459/2502] Compiling AsyncHTTPClient RedirectState.swift
[2460/2502] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2467/2502] Compiling AsyncHTTPClient RequestBodyLength.swift
[2468/2502] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2469/2502] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2470/2502] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2471/2502] Compiling AsyncHTTPClient Transaction.swift
[2472/2502] Compiling AsyncHTTPClient Base64.swift
[2473/2502] Compiling AsyncHTTPClient BasicAuth.swift
[2474/2502] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2475/2502] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2476/2502] Compiling AsyncHTTPClient ConnectionPool.swift
[2477/2502] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2478/2502] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2479/2502] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2480/2502] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2481/2502] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2482/2502] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2483/2502] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2484/2502] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2485/2502] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2486/2502] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2487/2502] Compiling AsyncHTTPClient RequestOptions.swift
[2488/2502] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2489/2502] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2490/2502] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2491/2502] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2492/2502] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2493/2502] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2494/2502] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2495/2502] Compiling AsyncHTTPClient RequestBag.swift
[2496/2502] Compiling AsyncHTTPClient RequestValidation.swift
[2497/2502] Compiling AsyncHTTPClient SSLContextCache.swift
[2498/2502] Compiling AsyncHTTPClient Scheme.swift
[2499/2502] Compiling AsyncHTTPClient Singleton.swift
[2500/2502] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2501/2502] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2502/2502] Compiling AsyncHTTPClient Utils.swift
[2504/2508] Emitting module APNS
[2505/2508] Compiling APNS APNSJSONEncoder.swift
[2506/2508] Compiling APNS APNSJSONDecoder.swift
[2507/2508] Compiling APNS APNSConfiguration.swift
[2508/2508] Compiling APNS APNSClient.swift
[2510/2513] Compiling HummingbirdWallet DTOs+ResponseEncodable.swift
[2511/2513] Emitting module HummingbirdWallet
[2512/2513] Compiling HummingbirdWallet Array+random.swift
[2513/2513] Compiling HummingbirdWallet TestCertificate.swift
[2515/2530] Emitting module HummingbirdWalletOrders
[2516/2530] Compiling HummingbirdWalletOrders OrdersService.swift
[2517/2530] Compiling HummingbirdWalletOrders Exports.swift
[2518/2530] Compiling HummingbirdWalletOrders OrdersServiceCustom.swift
[2519/2530] Compiling HummingbirdWalletOrders OrdersService+AsyncModelMiddleware.swift
[2520/2530] Compiling HummingbirdWalletOrders OrderIdentifiersDTO+ResponseEncodable.swift
[2521/2530] Compiling HummingbirdWalletOrders AppleOrderMiddleware.swift
[2522/2530] Compiling HummingbirdWalletOrders OrdersServiceCustom+addRoutes.swift
[2524/2531] Compiling HummingbirdWalletPasses PassesServiceCustom.swift
[2525/2531] Compiling HummingbirdWalletPasses ApplePassMiddleware.swift
[2526/2531] Compiling HummingbirdWalletPasses PassesService.swift
[2527/2531] Compiling HummingbirdWalletPasses DTOs+ResponseEncodable.swift
[2528/2531] Compiling HummingbirdWalletPasses PassesService+AsyncModelMiddleware.swift
[2529/2531] Compiling HummingbirdWalletPasses Exports.swift
[2530/2531] Compiling HummingbirdWalletPasses PassesServiceCustom+addRoutes.swift
[2531/2531] Emitting module HummingbirdWalletPasses
Build complete! (362.59s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.