Build Information
Successful build of wallet, reference main (542296
), with Swift 6.1 for Android on 30 May 2025 16:31:41 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/vapor-community/wallet.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/vapor-community/wallet
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 5422969 Use `swift-zip-archive` (#23)
Cloned https://github.com/vapor-community/wallet.git
Revision (git rev-parse @):
54229693002380d6db2146cc3c466547d0685580
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vapor-community/wallet.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/vapor-community/wallet.git
https://github.com/vapor-community/wallet.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.111.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "fluent",
"requirement" : {
"range" : [
{
"lower_bound" : "4.12.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/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" : "apns",
"requirement" : {
"range" : [
{
"lower_bound" : "4.2.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/apns.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" : "wallet",
"name" : "wallet",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "VaporWalletPasses",
"targets" : [
"VaporWalletPasses"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "VaporWalletOrders",
"targets" : [
"VaporWalletOrders"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "VaporWalletPassesTests",
"module_type" : "SwiftTarget",
"name" : "VaporWalletPassesTests",
"path" : "Tests/VaporWalletPassesTests",
"product_dependencies" : [
"VaporTesting",
"FluentSQLiteDriver",
"ZipArchive"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/VaporWalletPassesTests/SourceFiles",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Utils/PassData.swift",
"Utils/PassJSONData.swift",
"Utils/withApp.swift",
"VaporWalletPassesTests.swift"
],
"target_dependencies" : [
"VaporWalletPasses"
],
"type" : "test"
},
{
"c99name" : "VaporWalletPasses",
"module_type" : "SwiftTarget",
"name" : "VaporWalletPasses",
"path" : "Sources/VaporWalletPasses",
"product_dependencies" : [
"FluentWalletPasses",
"ZipArchive"
],
"product_memberships" : [
"VaporWalletPasses"
],
"sources" : [
"DTOs/DTOs+Content.swift",
"Exports.swift",
"Middleware/ApplePassMiddleware.swift",
"Middleware/PassesService+AsyncModelMiddleware.swift",
"PassesService.swift",
"PassesServiceCustom+RouteCollection.swift",
"PassesServiceCustom.swift"
],
"target_dependencies" : [
"VaporWallet"
],
"type" : "library"
},
{
"c99name" : "VaporWalletOrdersTests",
"module_type" : "SwiftTarget",
"name" : "VaporWalletOrdersTests",
"path" : "Tests/VaporWalletOrdersTests",
"product_dependencies" : [
"VaporTesting",
"FluentSQLiteDriver",
"ZipArchive"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/VaporWalletOrdersTests/SourceFiles",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Utils/OrderData.swift",
"Utils/OrderJSONData.swift",
"Utils/withApp.swift",
"VaporWalletOrdersTests.swift"
],
"target_dependencies" : [
"VaporWalletOrders"
],
"type" : "test"
},
{
"c99name" : "VaporWalletOrders",
"module_type" : "SwiftTarget",
"name" : "VaporWalletOrders",
"path" : "Sources/VaporWalletOrders",
"product_dependencies" : [
"FluentWalletOrders"
],
"product_memberships" : [
"VaporWalletOrders"
],
"sources" : [
"DTOs/OrderIdentifiersDTO+Content.swift",
"Exports.swift",
"Middleware/AppleOrderMiddleware.swift",
"Middleware/OrdersService+AsyncModelMiddleware.swift",
"OrdersService.swift",
"OrdersServiceCustom+RouteCollection.swift",
"OrdersServiceCustom.swift"
],
"target_dependencies" : [
"VaporWallet"
],
"type" : "library"
},
{
"c99name" : "VaporWallet",
"module_type" : "SwiftTarget",
"name" : "VaporWallet",
"path" : "Sources/VaporWallet",
"product_dependencies" : [
"Vapor",
"Fluent",
"VaporAPNS"
],
"product_memberships" : [
"VaporWalletPasses",
"VaporWalletOrders"
],
"sources" : [
"DTOs/DTOs+Content.swift",
"Testing/TestCertificate.swift",
"Testing/isLoggingConfigured.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/vapor.git
Fetching https://github.com/fpseverino/fluent-wallet.git
Fetching https://github.com/adam-fowler/swift-zip-archive.git
Fetching https://github.com/vapor/apns.git
Fetching https://github.com/vapor/fluent-sqlite-driver.git
Fetching https://github.com/vapor/fluent.git
[1/716] Fetching swift-zip-archive
[717/2063] Fetching swift-zip-archive, fluent-sqlite-driver
[1337/2772] Fetching swift-zip-archive, fluent-sqlite-driver, apns
[2773/16193] Fetching swift-zip-archive, fluent-sqlite-driver, apns, fluent
[3713/16554] Fetching swift-zip-archive, fluent-sqlite-driver, apns, fluent, fluent-wallet
[8369/90932] Fetching swift-zip-archive, fluent-sqlite-driver, apns, fluent, fluent-wallet, vapor
Fetched https://github.com/vapor/apns.git from cache (2.15s)
Fetched https://github.com/fpseverino/fluent-wallet.git from cache (2.15s)
Fetched https://github.com/vapor/fluent-sqlite-driver.git from cache (2.16s)
Fetched https://github.com/adam-fowler/swift-zip-archive.git from cache (2.16s)
Fetched https://github.com/vapor/fluent.git from cache (2.17s)
Fetched https://github.com/vapor/vapor.git from cache (2.20s)
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.79s)
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.46s)
Computing version for https://github.com/vapor/apns.git
Computed https://github.com/vapor/apns.git at 4.2.0 (1.04s)
Fetching https://github.com/swift-server-community/APNSwift.git
[1/5418] Fetching apnswift
Fetched https://github.com/swift-server-community/APNSwift.git from cache (2.41s)
Computing version for https://github.com/fpseverino/fluent-wallet.git
Computed https://github.com/fpseverino/fluent-wallet.git at 0.1.0 (3.05s)
Fetching https://github.com/vapor/fluent-kit.git
Fetching https://github.com/fpseverino/swift-wallet.git
[1/370] Fetching swift-wallet
[371/13698] Fetching swift-wallet, fluent-kit
Fetched https://github.com/fpseverino/swift-wallet.git from cache (0.74s)
Fetched https://github.com/vapor/fluent-kit.git from cache (0.86s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (1.46s)
Computing version for https://github.com/vapor/fluent-sqlite-driver.git
Computed https://github.com/vapor/fluent-sqlite-driver.git at 4.8.1 (0.61s)
Fetching https://github.com/vapor/sqlite-kit.git
Fetching https://github.com/apple/swift-log.git
[1/2112] Fetching sqlite-kit
[403/5948] Fetching sqlite-kit, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.54s)
Fetched https://github.com/vapor/sqlite-kit.git from cache (0.78s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (2.53s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (0.57s)
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/sql-kit.git
Fetching https://github.com/vapor/sqlite-nio.git
[1/1517] Fetching sqlite-nio
[2/3887] Fetching sqlite-nio, async-kit
[2372/9870] Fetching sqlite-nio, async-kit, sql-kit
Fetched https://github.com/vapor/sql-kit.git from cache (0.52s)
[3873/80009] Fetching sqlite-nio, async-kit, swift-nio
Fetched https://github.com/vapor/sqlite-nio.git from cache (1.54s)
[49566/78492] Fetching async-kit, swift-nio
Fetched https://github.com/vapor/async-kit.git from cache (5.59s)
Fetched https://github.com/apple/swift-nio.git from cache (5.69s)
Computing version for https://github.com/fpseverino/swift-wallet.git
Computed https://github.com/fpseverino/swift-wallet.git at 0.4.0 (7.77s)
Fetching https://github.com/apple/swift-certificates.git
[1/6155] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (1.31s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (4.30s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
[1849/22550] Fetching swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-algorithms.git from cache (1.50s)
Fetched https://github.com/apple/swift-collections.git from cache (1.54s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.29s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.46s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.06s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (0.72s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.73s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.15s)
Fetching https://github.com/apple/swift-atomics.git
[1/1717] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.46s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.22s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.85s)
Computing version for https://github.com/swift-server-community/APNSwift.git
Computed https://github.com/swift-server-community/APNSwift.git at 5.1.0 (0.99s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/swift-server/async-http-client.git
[1/13936] Fetching swift-crypto
[420/25463] Fetching swift-crypto, swift-nio-http2
[2683/39477] Fetching swift-crypto, swift-nio-http2, async-http-client
[4494/54320] Fetching swift-crypto, swift-nio-http2, async-http-client, swift-nio-ssl
Fetched https://github.com/swift-server/async-http-client.git from cache (1.27s)
[25342/40306] Fetching swift-crypto, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.76s)
[25069/28779] Fetching swift-crypto, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.74s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.76s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (3.55s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.48s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.99s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.68s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.14s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.84s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/1063] Fetching swift-service-context
[2/4382] Fetching swift-service-context, multipart-kit
[1363/6588] Fetching swift-service-context, multipart-kit, swift-metrics
[4059/12511] Fetching swift-service-context, multipart-kit, swift-metrics, swift-nio-extras
[5667/15120] Fetching swift-service-context, multipart-kit, swift-metrics, swift-nio-extras, websocket-kit
[9253/20094] Fetching swift-service-context, multipart-kit, swift-metrics, swift-nio-extras, websocket-kit, swift-distributed-tracing
Fetched https://github.com/apple/swift-service-context.git from cache (0.51s)
[10892/19031] Fetching multipart-kit, swift-metrics, swift-nio-extras, websocket-kit, swift-distributed-tracing
Fetching https://github.com/vapor/routing-kit.git
[17340/39758] Fetching multipart-kit, swift-metrics, swift-nio-extras, websocket-kit, swift-distributed-tracing, routing-kit
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.01s)
[12038/33835] Fetching multipart-kit, swift-metrics, websocket-kit, swift-distributed-tracing, routing-kit
Fetched https://github.com/apple/swift-metrics.git from cache (1.03s)
Fetched https://github.com/vapor/websocket-kit.git from cache (1.03s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.03s)
[2871/24046] Fetching multipart-kit, routing-kit
Fetching https://github.com/vapor/console-kit.git
[17610/29799] Fetching multipart-kit, routing-kit, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.82s)
[20926/24046] Fetching multipart-kit, routing-kit
Fetched https://github.com/vapor/routing-kit.git from cache (2.13s)
[1660/3319] Fetching multipart-kit
Fetched https://github.com/vapor/multipart-kit.git from cache (3.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 (6.74s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (1.93s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.96s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.39s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.16s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.91s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.00s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1141] Fetching swift-http-structured-headers
[1142/3567] Fetching swift-http-structured-headers, swift-service-lifecycle
[1870/4471] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-http-types
[2835/9456] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-http-types, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.37s)
[4327/8315] Fetching swift-service-lifecycle, swift-http-types, swift-async-algorithms
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.47s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.51s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.51s)
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.14s)
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.78s)
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.07s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.56s)
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.80s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.78s)
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.80s)
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.01s)
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.93s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.4 (1.83s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.57s)
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-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/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.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
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/fpseverino/fluent-wallet.git
Working copy of https://github.com/fpseverino/fluent-wallet.git resolved at 0.1.0
Creating working copy for https://github.com/apple/swift-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/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/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-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/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/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
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 5.1.0
Creating working copy for https://github.com/vapor/sqlite-kit.git
Working copy of https://github.com/vapor/sqlite-kit.git resolved at 4.5.2
Creating working copy for https://github.com/apple/swift-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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-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.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-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-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/vapor/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 4.12.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.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/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/vapor/apns.git
Working copy of https://github.com/vapor/apns.git resolved at 4.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/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/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/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/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/swift-wallet.git
Working copy of https://github.com/fpseverino/swift-wallet.git resolved at 0.4.0
Building for debugging...
[0/850] Write sources
[56/850] Compiling CNIOWindows shim.c
[56/850] Write sources
[59/850] Compiling CZipZlib empty.c
[59/850] Write sources
[69/850] Compiling CVaporBcrypt bcrypt.c
[70/850] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[71/850] Compiling _AtomicsShims.c
[72/850] Compiling CNIOWindows WSAStartup.c
[73/850] Compiling CVaporBcrypt blf.c
[74/850] Compiling CNIOWASI CNIOWASI.c
[75/850] Compiling _NumericsShims _NumericsShims.c
[76/850] Compiling CNIOLinux liburing_shims.c
[77/850] Compiling CSystem shims.c
[78/850] Compiling CNIOSHA1 c_nio_sha1.c
[79/850] Compiling CNIOLLHTTP c_nio_http.c
[80/850] Compiling CNIODarwin shim.c
[81/850] Compiling CNIOExtrasZlib empty.c
[82/850] Compiling CNIOLLHTTP c_nio_api.c
[83/850] Compiling fiat_p256_adx_sqr.S
[84/850] Compiling CNIOLinux shim.c
[85/850] Compiling fiat_p256_adx_mul.S
[86/850] Compiling fiat_curve25519_adx_mul.S
[86/850] Compiling fiat_curve25519_adx_square.S
[88/850] Write swift-version-24593BA9C3E375BF.txt
[89/850] Compiling CNIOLLHTTP c_nio_llhttp.c
[90/854] Compiling CNIOBoringSSLShims shims.c
[91/856] Compiling tls13_client.cc
[92/856] Compiling tls_record.cc
[93/856] Compiling tls13_both.cc
[94/856] Compiling tls_method.cc
[94/856] Compiling tls13_server.cc
[96/856] Compiling tls13_enc.cc
[98/921] Emitting module _CertificateInternals
[99/921] Compiling _CertificateInternals _TinyArray.swift
[100/922] Emitting module _NIOBase64
[101/922] Compiling _NIOBase64 Base64.swift
[102/922] Compiling _NIODataStructures _TinyArray.swift
[103/922] Compiling SwiftASN1 ASN1OctetString.swift
[104/922] Compiling SwiftASN1 ASN1Strings.swift
[105/922] Compiling SwiftASN1 ArraySliceBigint.swift
[106/922] Compiling SwiftASN1 GeneralizedTime.swift
[107/926] Compiling RealModule Real.swift
[108/926] Compiling RealModule AugmentedArithmetic.swift
[109/926] Compiling RealModule Double+Real.swift
[110/926] Emitting module RealModule
[111/926] Compiling RealModule Float16+Real.swift
[112/926] Compiling RealModule AlgebraicField.swift
[113/926] Compiling RealModule ApproximateEquality.swift
[114/927] Compiling RealModule Float80+Real.swift
[115/927] Compiling _NIODataStructures PriorityQueue.swift
[116/927] Emitting module ServiceContextModule
[117/927] Compiling ServiceContextModule ServiceContext.swift
[118/927] Compiling ServiceContextModule ServiceContextKey.swift
[119/927] Compiling RealModule Float+Real.swift
[120/927] Compiling RealModule ElementaryFunctions.swift
[122/928] Compiling SystemPackage MachPort.swift
[123/928] Compiling SystemPackage PlatformString.swift
[124/928] Compiling SystemPackage SystemString.swift
[125/928] Emitting module _NIODataStructures
[126/928] Compiling _NIODataStructures Heap.swift
[128/929] Compiling SwiftASN1 ASN1Boolean.swift
[129/929] Compiling SwiftASN1 ASN1Identifier.swift
[130/929] Compiling SwiftASN1 ASN1Integer.swift
[131/929] Compiling SwiftASN1 ASN1Null.swift
[132/929] Emitting module SystemPackage
[139/929] Compiling RealModule RealFunctions.swift
[141/972] Compiling Instrumentation NoOpInstrument.swift
[142/972] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[143/972] Compiling InternalCollectionsUtilities Debugging.swift
[144/973] Compiling Instrumentation MultiplexInstrument.swift
[145/973] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[146/974] Compiling InternalCollectionsUtilities Descriptions.swift
[147/974] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[148/998] Compiling Algorithms Joined.swift
[149/998] Compiling Algorithms Keyed.swift
[150/998] Compiling Algorithms Intersperse.swift
[151/998] Compiling Algorithms Partition.swift
[152/998] Compiling Algorithms Permutations.swift
[153/998] Compiling Algorithms Product.swift
[154/1000] Compiling Algorithms EitherSequence.swift
[155/1000] Compiling Algorithms FirstNonNil.swift
[156/1000] Compiling SystemPackage Util+StringArray.swift
[157/1000] Compiling SystemPackage Util.swift
[158/1000] Compiling SystemPackage UtilConsumers.swift
[159/1000] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[160/1000] Compiling Algorithms MinMax.swift
[161/1000] Compiling Algorithms AdjacentPairs.swift
[162/1000] Emitting module InternalCollectionsUtilities
[163/1000] Compiling Algorithms FlattenCollection.swift
[164/1000] Compiling Algorithms Grouped.swift
[165/1000] Compiling Algorithms Indexed.swift
[169/1000] Compiling Algorithms Cycle.swift
[172/1002] Compiling Algorithms Chain.swift
[173/1002] Compiling Algorithms Chunked.swift
[174/1002] Compiling Algorithms Combinations.swift
[175/1002] Compiling Algorithms Compacted.swift
[178/1002] Compiling Atomics IntegerOperations.swift
[179/1002] Compiling Atomics Unmanaged extensions.swift
[188/1003] Compiling CoreMetrics Metrics.swift
[191/1003] Compiling Algorithms Rotate.swift
[192/1003] Compiling Algorithms Split.swift
[193/1003] Compiling Algorithms Stride.swift
[194/1003] Compiling Algorithms Suffix.swift
[195/1006] Emitting module SwiftASN1
[196/1006] Compiling SwiftASN1 DER.swift
[197/1006] Compiling SwiftASN1 Errors.swift
[198/1032] Compiling Instrumentation InstrumentationSystem.swift
[199/1032] Compiling Instrumentation Instrument.swift
[200/1032] Emitting module Instrumentation
[201/1032] Compiling Instrumentation Locks.swift
[202/1050] Compiling Logging MetadataProvider.swift
[203/1058] Emitting module Logging
[204/1058] Compiling Logging Locks.swift
[205/1075] Compiling _RopeModule BigString+Builder.swift
[206/1075] Compiling _RopeModule BigString+Contents.swift
[207/1075] Compiling _RopeModule BigString+Debugging.swift
[208/1075] Compiling _RopeModule BigString+Index.swift
[209/1075] Emitting module CoreMetrics
[210/1075] Compiling CoreMetrics Locks.swift
[211/1076] Compiling _RopeModule BigString+Iterators.swift
[212/1076] Compiling _RopeModule BigString+Metrics.swift
[213/1076] Compiling _RopeModule BigString+Summary.swift
[214/1076] Compiling _RopeModule BigString.swift
[217/1077] Compiling _RopeModule BigString+Ingester.swift
[218/1077] Compiling _RopeModule BigString+Invariants.swift
[219/1077] Compiling _RopeModule BigString+Comparable.swift
[220/1077] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[221/1077] Compiling _RopeModule BigString+CustomStringConvertible.swift
[222/1077] Compiling _RopeModule BigString+Equatable.swift
[223/1077] Compiling Logging LogHandler.swift
[224/1077] Compiling Logging Logging.swift
[229/1079] Compiling _RopeModule BigString+Chunk+Splitting.swift
[230/1079] Compiling _RopeModule BigString+Chunk.swift
[231/1079] Compiling _RopeModule BigString+BidirectionalCollection.swift
[233/1079] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[234/1079] Compiling _RopeModule BigString+Chunk+Breaks.swift
[235/1079] Compiling _RopeModule BigString+Chunk+Counts.swift
[244/1079] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[245/1079] Compiling _RopeModule BigString+Hashing.swift
[246/1079] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[247/1087] Compiling _RopeModule BigString+Chunk+Description.swift
[248/1087] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[249/1087] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[250/1089] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[253/1165] Emitting module Atomics
[255/1173] Compiling Tracing TracerProtocol.swift
[256/1173] Compiling Tracing TracingTime.swift
[257/1173] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[258/1173] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[259/1173] Compiling OrderedCollections OrderedDictionary+Elements.swift
[260/1173] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[261/1173] Compiling Tracing InstrumentationSystem+Tracing.swift
[262/1173] Emitting module Tracing
[263/1173] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[264/1173] Compiling HeapModule Heap+Descriptions.swift
[265/1173] Compiling HeapModule _HeapNode.swift
[266/1173] Compiling Tracing Tracer.swift
[267/1173] Compiling Tracing TracerProtocol+Legacy.swift
[268/1173] Emitting module Metrics
[269/1173] Compiling RoutingKit PathComponent.swift
[270/1173] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[271/1173] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[272/1173] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[273/1173] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[274/1173] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[275/1173] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[276/1173] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[277/1180] Emitting module HeapModule
[278/1180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[279/1180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[280/1180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[281/1180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[282/1180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[283/1180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[284/1180] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[285/1180] Compiling Tracing NoOpTracer.swift
[286/1180] Compiling Tracing SpanProtocol.swift
[287/1180] Compiling HeapModule Heap+Invariants.swift
[288/1181] Emitting module RoutingKit
[289/1181] Compiling RoutingKit AnyRouter.swift
[290/1181] Compiling HeapModule Heap.swift
[291/1181] Compiling HeapModule Heap+UnsafeHandle.swift
[294/1182] Compiling RoutingKit Router.swift
[295/1182] Compiling RoutingKit TrieRouter.swift
[296/1182] Compiling OrderedCollections _HashTable+Testing.swift
[297/1182] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[298/1182] Compiling OrderedCollections _HashTable.swift
[299/1182] Compiling OrderedCollections _Hashtable+Header.swift
[306/1192] Compiling OrderedCollections OrderedDictionary.swift
[307/1192] Compiling OrderedCollections OrderedSet+Codable.swift
[308/1192] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[309/1192] Compiling OrderedCollections OrderedSet+Descriptions.swift
[310/1192] Compiling OrderedCollections OrderedSet+Diffing.swift
[311/1192] Compiling OrderedCollections OrderedSet+Equatable.swift
[312/1192] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[313/1192] Compiling OrderedCollections OrderedSet+Hashable.swift
[314/1192] Compiling OrderedCollections OrderedSet+Initializers.swift
[315/1192] Compiling OrderedCollections OrderedSet+Insertions.swift
[316/1192] Compiling OrderedCollections OrderedSet+Invariants.swift
[317/1192] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[318/1192] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[319/1192] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[320/1192] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[321/1192] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[322/1206] Compiling DequeModule Deque+CustomReflectable.swift
[323/1206] Compiling DequeModule Deque+Descriptions.swift
[324/1206] Compiling DequeModule _DequeBuffer.swift
[325/1206] Compiling DequeModule _DequeBufferHeader.swift
[326/1206] Compiling DequeModule Deque._UnsafeHandle.swift
[327/1206] Compiling DequeModule Deque.swift
[328/1206] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[329/1206] Compiling OrderedCollections OrderedDictionary+Values.swift
[330/1206] Compiling DequeModule Deque+Codable.swift
[331/1206] Compiling DequeModule Deque+Collection.swift
[332/1206] Compiling DequeModule Deque+Testing.swift
[333/1206] Compiling DequeModule Deque._Storage.swift
[334/1206] Compiling DequeModule Deque+Extras.swift
[335/1206] Compiling DequeModule Deque+Hashable.swift
[336/1206] Compiling DequeModule Deque+Equatable.swift
[337/1206] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[338/1266] Compiling HashTreeCollections _HashNodeHeader.swift
[339/1266] Compiling HashTreeCollections _HashSlot.swift
[340/1266] Compiling HashTreeCollections _HashStack.swift
[341/1266] Compiling HashTreeCollections _HashTreeIterator.swift
[342/1267] Compiling HashTreeCollections _HashTreeStatistics.swift
[343/1267] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[344/1267] Compiling HashTreeCollections _RawHashNode.swift
[345/1267] Compiling HashTreeCollections _UnmanagedHashNode.swift
[346/1267] Compiling HashTreeCollections _UnsafePath.swift
[347/1267] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[348/1267] Compiling HashTreeCollections TreeSet+Debugging.swift
[349/1267] Compiling OrderedCollections _UnsafeBitset.swift
[350/1267] Compiling _RopeModule Rope+Sequence.swift
[351/1267] Compiling _RopeModule Rope+Append.swift
[352/1267] Compiling _RopeModule Rope+Extract.swift
[353/1267] Compiling _RopeModule Rope+Find.swift
[354/1267] Compiling _RopeModule Rope+ForEachWhile.swift
[355/1267] Compiling _RopeModule Rope+Insert.swift
[356/1282] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[357/1282] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[358/1284] Emitting module Algorithms
[359/1285] Compiling HashTreeCollections _AncestorHashSlots.swift
[360/1285] Compiling HashTreeCollections _Bitmap.swift
[361/1285] Compiling HashTreeCollections _Bucket.swift
[362/1285] Compiling HashTreeCollections _Hash.swift
[363/1285] Compiling HashTreeCollections _HashLevel.swift
[364/1285] Compiling HashTreeCollections _HashNode+Builder.swift
[365/1285] Compiling HashTreeCollections _HashNode+Debugging.swift
[366/1285] Compiling HashTreeCollections _HashNode+Initializers.swift
[367/1285] Compiling HashTreeCollections _HashNode+Invariants.swift
[368/1285] Compiling HashTreeCollections _HashNode+Lookups.swift
[371/1285] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[372/1285] Compiling HashTreeCollections _HashNode+Storage.swift
[373/1285] Compiling DequeModule _DequeSlot.swift
[374/1285] Compiling DequeModule _UnsafeWrappedBuffer.swift
[375/1285] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[376/1285] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[377/1285] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[378/1285] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[384/1285] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[385/1285] Compiling HashTreeCollections _HashNode+Structural merge.swift
[386/1285] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[387/1285] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[388/1285] Compiling Metrics Metrics.swift
[389/1286] Compiling RoutingKit Parameters.swift
[390/1287] Compiling HashTreeCollections TreeSet+Hashable.swift
[391/1287] Compiling HashTreeCollections TreeSet+Sendable.swift
[392/1287] Compiling HashTreeCollections TreeSet+Sequence.swift
[393/1287] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[394/1287] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[395/1287] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[396/1287] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[397/1287] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[398/1287] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[399/1287] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[414/1297] Emitting module _RopeModule
[417/1297] Compiling HashTreeCollections TreeDictionary.swift
[418/1297] Compiling HashTreeCollections TreeSet+Codable.swift
[419/1297] Compiling HashTreeCollections TreeSet+Collection.swift
[422/1297] Compiling HashTreeCollections TreeSet+Descriptions.swift
[423/1297] Compiling HashTreeCollections TreeSet+Equatable.swift
[424/1297] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[425/1297] Compiling HashTreeCollections TreeSet+Extras.swift
[426/1297] Compiling HashTreeCollections TreeSet+Filter.swift
[427/1297] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[428/1297] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[429/1297] Compiling HashTreeCollections TreeDictionary+Filter.swift
[430/1297] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[431/1297] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[432/1297] Compiling HashTreeCollections TreeDictionary+Keys.swift
[433/1297] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[434/1297] Compiling HashTreeCollections TreeDictionary+Merge.swift
[435/1297] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[436/1297] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[437/1297] Compiling HashTreeCollections TreeDictionary+Values.swift
[438/1297] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[439/1297] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[440/1297] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[441/1297] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[442/1297] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[443/1297] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[444/1297] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[445/1297] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[446/1297] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[447/1297] Compiling HashTreeCollections TreeSet.swift
[448/1297] Emitting module DequeModule
[449/1298] Emitting module OrderedCollections
[459/1299] Compiling HashTreeCollections TreeDictionary+Codable.swift
[460/1299] Compiling HashTreeCollections TreeDictionary+Collection.swift
[461/1299] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[462/1299] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[463/1299] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[498/1300] Compiling ssl_x509.cc
[499/1300] Compiling t1_enc.cc
[500/1300] Compiling ssl_versions.cc
[505/1301] Compiling ssl_stat.cc
[507/1301] Emitting module HashTreeCollections
[508/1301] Emitting module ZipArchive
[510/1301] Compiling ssl_transcript.cc
[538/1301] Compiling HashTreeCollections _HashNode+Structural union.swift
[539/1301] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[540/1301] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[541/1301] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[542/1301] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[543/1301] Compiling HashTreeCollections _HashNode.swift
[553/1301] Compiling ZipArchive crc32.swift
[555/1303] Compiling ssl_session.cc
[556/1303] Compiling ssl_privkey.cc
[557/1303] Compiling ssl_lib.cc
[558/1303] Compiling ssl_key_share.cc
[559/1303] Compiling ssl_file.cc
[560/1303] Compiling ssl_credential.cc
[561/1303] Compiling ssl_buffer.cc
[562/1303] Compiling ssl_asn1.cc
[563/1303] Compiling ssl_cipher.cc
[564/1303] Compiling ssl_cert.cc
[565/1303] Compiling ssl_aead_ctx.cc
[566/1303] Compiling s3_lib.cc
[567/1303] Compiling s3_pkt.cc
[568/1303] Compiling s3_both.cc
[569/1303] Compiling handshake.cc
[570/1303] Compiling handshake_server.cc
[571/1303] Compiling encrypted_client_hello.cc
[572/1303] Compiling handshake_client.cc
[573/1303] Compiling handoff.cc
[574/1303] Compiling dtls_method.cc
[575/1303] Compiling dtls_record.cc
[576/1303] Compiling md5-x86_64-linux.S
[577/1303] Compiling md5-x86_64-apple.S
[578/1303] Compiling md5-586-linux.S
[579/1303] Compiling md5-586-apple.S
[580/1303] Compiling chacha20_poly1305_x86_64-linux.S
[581/1303] Compiling chacha20_poly1305_x86_64-apple.S
[582/1303] Compiling extensions.cc
[583/1303] Compiling chacha20_poly1305_armv8-win.S
[584/1303] Compiling chacha20_poly1305_armv8-apple.S
[585/1303] Compiling chacha20_poly1305_armv8-linux.S
[586/1303] Compiling chacha-x86_64-linux.S
[587/1303] Compiling chacha-x86_64-apple.S
[588/1303] Compiling d1_pkt.cc
[589/1303] Compiling err_data.cc
[590/1303] Compiling chacha-x86-linux.S
[591/1303] Compiling chacha-x86-apple.S
[592/1303] Compiling chacha-armv8-linux.S
[593/1303] Compiling chacha-armv8-win.S
[594/1303] Compiling chacha-armv8-apple.S
[595/1303] Compiling d1_srtp.cc
[596/1303] Compiling chacha-armv4-linux.S
[597/1303] Compiling aes128gcmsiv-x86_64-linux.S
[598/1303] Compiling x86_64-mont5-linux.S
[599/1303] Compiling x86_64-mont-linux.S
[600/1303] Compiling aes128gcmsiv-x86_64-apple.S
[601/1303] Compiling x86_64-mont5-apple.S
[602/1303] Compiling x86_64-mont-apple.S
[603/1303] Compiling vpaes-x86_64-linux.S
[604/1303] Compiling x86-mont-linux.S
[605/1303] Compiling x86-mont-apple.S
[606/1303] Compiling vpaes-x86-linux.S
[607/1303] Compiling vpaes-x86_64-apple.S
[608/1303] Compiling vpaes-armv8-win.S
[609/1303] Compiling d1_lib.cc
[610/1303] Compiling vpaes-x86-apple.S
[610/1303] Compiling vpaes-armv8-apple.S
[612/1303] Compiling vpaes-armv8-linux.S
[612/1303] Compiling vpaes-armv7-linux.S
[614/1303] Compiling sha512-x86_64-linux.S
[615/1303] Compiling sha512-x86_64-apple.S
[616/1303] Compiling sha512-armv8-win.S
[617/1303] Compiling sha512-armv4-linux.S
[618/1303] Compiling bio_ssl.cc
[619/1303] Compiling sha512-armv8-apple.S
[620/1303] Compiling sha512-armv8-linux.S
[621/1303] Compiling sha512-586-apple.S
[622/1303] Compiling sha512-586-linux.S
[623/1303] Compiling sha256-x86_64-linux.S
[624/1303] Compiling sha256-x86_64-apple.S
[625/1303] Compiling sha256-armv8-win.S
[626/1303] Compiling sha256-armv8-apple.S
[627/1303] Compiling sha256-armv8-linux.S
[628/1303] Compiling sha256-armv4-linux.S
[629/1303] Compiling sha256-586-apple.S
[629/1303] Compiling sha256-586-linux.S
[631/1303] Compiling sha1-x86_64-apple.S
[632/1303] Compiling sha1-x86_64-linux.S
[633/1303] Compiling sha1-armv8-apple.S
[634/1303] Compiling sha1-armv8-win.S
[635/1303] Compiling sha1-armv8-linux.S
[636/1303] Compiling sha1-armv4-large-linux.S
[637/1303] Compiling sha1-586-apple.S
[638/1303] Compiling sha1-586-linux.S
[639/1303] Compiling rsaz-avx2-apple.S
[640/1303] Compiling rdrand-x86_64-linux.S
[641/1303] Compiling rsaz-avx2-linux.S
[642/1303] Compiling rdrand-x86_64-apple.S
[643/1303] Compiling d1_both.cc
[644/1303] Compiling p256_beeu-armv8-asm-win.S
[645/1303] Compiling p256_beeu-x86_64-asm-apple.S
[646/1303] Compiling p256_beeu-x86_64-asm-linux.S
[647/1303] Compiling p256_beeu-armv8-asm-linux.S
[648/1303] Compiling p256-x86_64-asm-linux.S
[649/1303] Compiling p256_beeu-armv8-asm-apple.S
[650/1303] Compiling p256-x86_64-asm-apple.S
[651/1303] Compiling p256-armv8-asm-apple.S
[651/1303] Compiling p256-armv8-asm-win.S
[653/1303] Compiling ghashv8-armv8-win.S
[654/1303] Compiling p256-armv8-asm-linux.S
[655/1303] Compiling ghashv8-armv8-linux.S
[656/1303] Compiling ghashv8-armv7-linux.S
[657/1303] Compiling ghash-x86-linux.S
[658/1303] Compiling ghashv8-armv8-apple.S
[659/1303] Compiling ghash-x86_64-linux.S
[660/1303] Compiling ghash-x86_64-apple.S
[660/1303] Compiling ghash-x86-apple.S
[660/1303] Compiling ghash-ssse3-x86_64-linux.S
[663/1303] Compiling ghash-ssse3-x86_64-apple.S
[664/1303] Compiling ghash-neon-armv8-win.S
[665/1303] Compiling ghash-ssse3-x86-linux.S
[666/1303] Compiling ghash-ssse3-x86-apple.S
[667/1303] Compiling ghash-armv4-linux.S
[668/1303] Compiling ghash-neon-armv8-linux.S
[669/1303] Compiling ghash-neon-armv8-apple.S
[670/1303] Compiling bsaes-armv7-linux.S
[671/1303] Compiling bn-armv8-win.S
[672/1303] Compiling co-586-linux.S
[672/1303] Compiling co-586-apple.S
[674/1303] Compiling bn-armv8-linux.S
[675/1303] Compiling bn-armv8-apple.S
[676/1303] Compiling bn-586-apple.S
[677/1303] Compiling bn-586-linux.S
[678/1303] Compiling armv8-mont-win.S
[679/1303] Compiling armv4-mont-linux.S
[680/1303] Compiling armv8-mont-apple.S
[681/1303] Compiling armv8-mont-linux.S
[682/1303] Compiling aesv8-gcm-armv8-apple.S
[683/1303] Compiling aesv8-gcm-armv8-win.S
[684/1303] Compiling aesv8-armv8-win.S
[685/1303] Compiling aesv8-gcm-armv8-linux.S
[686/1303] Compiling aesv8-armv8-apple.S
[687/1303] Compiling aesni-x86-linux.S
[688/1303] Compiling aesv8-armv7-linux.S
[689/1303] Compiling aesni-x86-apple.S
[690/1303] Compiling aesni-gcm-x86_64-linux.S
[691/1303] Compiling aesni-x86_64-linux.S
[691/1303] Compiling aesv8-armv8-linux.S
[691/1303] Compiling aesni-x86_64-apple.S
[694/1303] Compiling aesni-gcm-x86_64-apple.S
[695/1303] Compiling aes-gcm-avx2-x86_64-apple.S
[696/1303] Compiling aes-gcm-avx2-x86_64-linux.S
[697/1303] Compiling aes-gcm-avx10-x86_64-linux.S
[697/1303] Compiling aes-gcm-avx10-x86_64-apple.S
[699/1303] Compiling x_name.cc
[700/1303] Compiling x_pubkey.cc
[701/1303] Compiling x_x509a.cc
[702/1303] Compiling x_req.cc
[703/1303] Compiling x_val.cc
[704/1303] Compiling x_x509.cc
[705/1303] Compiling x_spki.cc
[706/1303] Compiling x_sig.cc
[707/1303] Compiling x_attrib.cc
[708/1303] Compiling x_exten.cc
[709/1303] Compiling x_crl.cc
[710/1303] Compiling x509rset.cc
[711/1303] Compiling x_algor.cc
[712/1303] Compiling x509spki.cc
[713/1303] Compiling x509name.cc
[714/1303] Compiling x_all.cc
[715/1303] Compiling x509cset.cc
[716/1303] Compiling x509_vpm.cc
[717/1303] Compiling x509_vfy.cc
[718/1303] Compiling x509_v3.cc
[719/1303] Compiling x509_txt.cc
[720/1303] Compiling x509_req.cc
[721/1303] Compiling x509_set.cc
[722/1303] Compiling x509_trs.cc
[723/1303] Compiling x509_ext.cc
[724/1303] Compiling x509_def.cc
[725/1303] Compiling x509_obj.cc
[726/1303] Compiling x509_d2.cc
[727/1303] Compiling x509.cc
[728/1303] Compiling v3_utl.cc
[729/1303] Compiling x509_lu.cc
[730/1303] Compiling x509_cmp.cc
[731/1303] Compiling v3_skey.cc
[732/1303] Compiling x509_att.cc
[733/1303] Compiling v3_purp.cc
[734/1303] Compiling v3_prn.cc
[735/1303] Compiling v3_ocsp.cc
[736/1303] Compiling v3_pcons.cc
[737/1303] Compiling v3_pmaps.cc
[738/1303] Compiling v3_ncons.cc
[739/1303] Compiling v3_lib.cc
[740/1303] Compiling v3_int.cc
[741/1303] Compiling v3_info.cc
[742/1303] Compiling v3_genn.cc
[743/1303] Compiling v3_ia5.cc
[744/1303] Compiling v3_extku.cc
[745/1303] Compiling v3_enum.cc
[746/1303] Compiling v3_crld.cc
[747/1303] Compiling v3_cpols.cc
[748/1303] Compiling v3_conf.cc
[749/1303] Compiling v3_bitst.cc
[750/1303] Compiling v3_bcons.cc
[751/1303] Compiling v3_alt.cc
[752/1303] Compiling v3_akeya.cc
[753/1303] Compiling t_x509a.cc
[754/1303] Compiling v3_akey.cc
[755/1303] Compiling t_x509.cc
[756/1303] Compiling t_req.cc
[757/1303] Compiling t_crl.cc
[758/1303] Compiling i2d_pr.cc
[759/1303] Compiling rsa_pss.cc
[760/1303] Compiling name_print.cc
[761/1303] Compiling policy.cc
[762/1303] Compiling by_file.cc
[763/1303] Compiling asn1_gen.cc
[764/1303] Compiling by_dir.cc
[765/1303] Compiling algorithm.cc
[766/1303] Compiling a_verify.cc
[767/1303] Compiling a_sign.cc
[768/1303] Compiling a_digest.cc
[769/1303] Compiling voprf.cc
[770/1303] Compiling trust_token.cc
[771/1303] Compiling thread_pthread.cc
[772/1303] Compiling thread_win.cc
[773/1303] Compiling pmbtoken.cc
[774/1303] Compiling thread_none.cc
[775/1303] Compiling thread.cc
[776/1303] Compiling slhdsa.cc
[777/1303] Compiling siphash.cc
[778/1303] Compiling spake2plus.cc
[779/1303] Compiling stack.cc
[780/1303] Compiling sha512.cc
[781/1303] Compiling sha1.cc
[782/1303] Compiling rsa_extra.cc
[783/1303] Compiling sha256.cc
[784/1303] Compiling rsa_print.cc
[785/1303] Compiling rc4.cc
[786/1303] Compiling rsa_crypt.cc
[787/1303] Compiling refcount.cc
[788/1303] Compiling urandom.cc
[789/1303] Compiling rsa_asn1.cc
[790/1303] Compiling windows.cc
[791/1303] Compiling ios.cc
[792/1303] Compiling rand.cc
[793/1303] Compiling trusty.cc
[794/1303] Compiling passive.cc
[795/1303] Compiling poly1305_arm_asm.S
[796/1303] Compiling pool.cc
[797/1303] Compiling getentropy.cc
[798/1303] Compiling forkunsafe.cc
[799/1303] Compiling deterministic.cc
[800/1303] Compiling fork_detect.cc
[801/1303] Compiling poly1305_vec.cc
[802/1303] Compiling poly1305_arm.cc
[803/1303] Compiling poly1305.cc
[804/1303] Compiling pkcs8_x509.cc
[805/1303] Compiling pkcs7.cc
[806/1303] Compiling p5_pbev2.cc
[807/1303] Compiling pkcs8.cc
[808/1303] Compiling pkcs7_x509.cc
[809/1303] Compiling pem_xaux.cc
[810/1303] Compiling pem_x509.cc
[811/1303] Compiling pem_pkey.cc
[812/1303] Compiling pem_pk8.cc
[813/1303] Compiling mlkem.cc
[814/1303] Compiling pem_oth.cc
[815/1303] Compiling pem_lib.cc
[816/1303] Compiling obj_xref.cc
[817/1303] Compiling pem_info.cc
[818/1303] Compiling obj.cc
[819/1303] Compiling mem.cc
[820/1303] Compiling mldsa.cc
[821/1303] Compiling pem_all.cc
[822/1303] Compiling poly_rq_mul.S
[823/1303] Compiling fips_shared_support.cc
[824/1303] Compiling lhash.cc
[825/1303] Compiling md5.cc
[826/1303] Compiling md4.cc
[827/1303] Compiling kyber.cc
[828/1303] Compiling sign.cc
[829/1303] Compiling ex_data.cc
[830/1303] Compiling scrypt.cc
[831/1303] Compiling print.cc
[832/1303] Compiling hrss.cc
[833/1303] Compiling hpke.cc
[834/1303] Compiling pbkdf.cc
[835/1303] Compiling p_x25519_asn1.cc
[836/1303] Compiling p_x25519.cc
[837/1303] Compiling p_rsa_asn1.cc
[838/1303] Compiling p_hkdf.cc
[839/1303] Compiling p_ed25519_asn1.cc
[840/1303] Compiling p_ed25519.cc
[841/1303] Compiling p_ec.cc
[842/1303] Compiling p_ec_asn1.cc
[843/1303] Compiling p_rsa.cc
[844/1303] Compiling p_dh_asn1.cc
[845/1303] Compiling evp_ctx.cc
[846/1303] Compiling p_dh.cc
[847/1303] Compiling p_dsa_asn1.cc
[848/1303] Compiling evp.cc
[849/1303] Compiling engine.cc
[850/1303] Compiling err.cc
[851/1303] Compiling evp_asn1.cc
[852/1303] Compiling ecdh.cc
[853/1303] Compiling hash_to_curve.cc
[854/1303] Compiling ec_derive.cc
[855/1303] Compiling ecdsa_asn1.cc
[856/1303] Compiling bcm.cc
[857/1303] Compiling dsa.cc
[858/1303] Compiling params.cc
[859/1303] Compiling dsa_asn1.cc
[860/1303] Compiling des.cc
[861/1303] Compiling ec_asn1.cc
[862/1303] Compiling x25519-asm-arm.S
[863/1303] Compiling dh_asn1.cc
[864/1303] Compiling digest_extra.cc
[865/1303] Compiling spake25519.cc
[866/1303] Compiling curve25519_64_adx.cc
[867/1303] Compiling cpu_intel.cc
[868/1303] Compiling crypto.cc
[869/1303] Compiling cpu_arm_linux.cc
[870/1303] Compiling cpu_arm_freebsd.cc
[871/1303] Compiling cpu_aarch64_win.cc
[872/1303] Compiling curve25519.cc
[873/1303] Compiling cpu_aarch64_sysreg.cc
[874/1303] Compiling cpu_aarch64_openbsd.cc
[875/1303] Compiling conf.cc
[876/1303] Compiling cpu_aarch64_fuchsia.cc
[877/1303] Compiling cpu_aarch64_apple.cc
[878/1303] Compiling cpu_aarch64_linux.cc
[879/1303] Compiling tls_cbc.cc
[880/1303] Compiling get_cipher.cc
[881/1303] Compiling e_rc4.cc
[882/1303] Compiling e_tls.cc
[883/1303] Compiling e_chacha20poly1305.cc
[884/1303] Compiling e_rc2.cc
[885/1303] Compiling e_null.cc
[886/1303] Compiling e_aesgcmsiv.cc
[887/1303] Compiling e_aesctrhmac.cc
[888/1303] Compiling derive_key.cc
[889/1303] Compiling e_des.cc
[890/1303] Compiling chacha.cc
[891/1303] Compiling ber.cc
[892/1303] Compiling cbs.cc
[893/1303] Compiling unicode.cc
[894/1303] Compiling asn1_compat.cc
[895/1303] Compiling buf.cc
[896/1303] Compiling convert.cc
[897/1303] Compiling cbb.cc
[898/1303] Compiling blake2.cc
[899/1303] Compiling bn_asn1.cc
[900/1303] Compiling socket.cc
[901/1303] Compiling socket_helper.cc
[902/1303] Compiling pair.cc
[903/1303] Compiling hexdump.cc
[904/1303] Compiling printf.cc
[905/1303] Compiling file.cc
[906/1303] Compiling fd.cc
[907/1303] Compiling errno.cc
[908/1303] Compiling connect.cc
[909/1303] Compiling base64.cc
[910/1303] Compiling bio_mem.cc
[911/1303] Compiling tasn_utl.cc
[912/1303] Compiling bio.cc
[913/1303] Compiling tasn_typ.cc
[914/1303] Compiling tasn_new.cc
[915/1303] Compiling posix_time.cc
[916/1303] Compiling tasn_fre.cc
[917/1303] Compiling f_string.cc
[918/1303] Compiling tasn_enc.cc
[919/1303] Compiling tasn_dec.cc
[920/1303] Compiling f_int.cc
[921/1303] Compiling asn1_par.cc
[922/1303] Compiling asn_pack.cc
[923/1303] Compiling a_octet.cc
[924/1303] Compiling a_utctm.cc
[925/1303] Compiling asn1_lib.cc
[926/1303] Compiling a_time.cc
[927/1303] Compiling a_object.cc
[928/1303] Compiling a_type.cc
[929/1303] Compiling a_strnid.cc
[930/1303] Compiling a_strex.cc
[931/1303] Compiling a_i2d_fp.cc
[932/1303] Compiling a_mbstr.cc
[933/1303] Compiling a_dup.cc
[934/1303] Compiling a_d2i_fp.cc
[935/1303] Compiling a_int.cc
[936/1303] Compiling fiat_p256_adx_sqr.S
[937/1303] Compiling a_gentm.cc
[938/1303] Compiling fiat_curve25519_adx_square.S
[939/1303] Compiling fiat_p256_adx_mul.S
[940/1303] Compiling fiat_curve25519_adx_mul.S
[941/1303] Compiling md5-x86_64-apple.S
[942/1303] Compiling md5-x86_64-linux.S
[943/1303] Compiling md5-586-linux.S
[944/1303] Compiling md5-586-apple.S
[945/1303] Compiling a_bitstr.cc
[945/1303] Compiling a_bool.cc
[947/1303] Compiling chacha20_poly1305_x86_64-linux.S
[948/1303] Compiling chacha20_poly1305_armv8-apple.S
[949/1303] Compiling chacha20_poly1305_x86_64-apple.S
[950/1303] Compiling chacha20_poly1305_armv8-win.S
[951/1303] Compiling chacha-x86_64-linux.S
[952/1303] Compiling chacha20_poly1305_armv8-linux.S
[953/1303] Compiling chacha-x86-linux.S
[954/1303] Compiling CCryptoBoringSSLShims shims.c
[955/1303] Compiling chacha-armv8-win.S
[956/1303] Compiling chacha-x86_64-apple.S
[957/1303] Compiling chacha-x86-apple.S
[958/1303] Compiling chacha-armv8-apple.S
[959/1303] Compiling chacha-armv8-linux.S
[960/1303] Compiling aes128gcmsiv-x86_64-linux.S
[961/1303] Compiling chacha-armv4-linux.S
[962/1303] Compiling aes128gcmsiv-x86_64-apple.S
[963/1303] Compiling x86_64-mont5-apple.S
[964/1303] Compiling x86_64-mont-apple.S
[965/1303] Compiling x86_64-mont5-linux.S
[966/1303] Compiling x86_64-mont-linux.S
[967/1303] Compiling x86-mont-linux.S
[968/1303] Compiling x86-mont-apple.S
[969/1303] Compiling vpaes-x86_64-linux.S
[969/1303] Compiling vpaes-x86-linux.S
[971/1303] Compiling vpaes-x86_64-apple.S
[972/1303] Compiling err_data.cc
[973/1303] Compiling vpaes-x86-apple.S
[974/1303] Compiling vpaes-armv8-apple.S
[975/1303] Compiling vpaes-armv8-win.S
[976/1303] Compiling vpaes-armv8-linux.S
[977/1303] Compiling sha512-x86_64-apple.S
[978/1303] Compiling vpaes-armv7-linux.S
[979/1303] Compiling sha512-x86_64-linux.S
[980/1303] Compiling sha512-armv8-win.S
[981/1303] Compiling sha512-armv8-apple.S
[982/1303] Compiling sha512-armv4-linux.S
[983/1303] Compiling sha512-586-linux.S
[984/1303] Compiling sha512-armv8-linux.S
[985/1303] Compiling sha512-586-apple.S
[986/1303] Compiling sha256-x86_64-linux.S
[987/1303] Compiling sha256-x86_64-apple.S
[988/1303] Compiling sha256-armv8-apple.S
[989/1303] Compiling sha256-586-linux.S
[990/1303] Compiling sha256-armv8-win.S
[991/1303] Compiling sha256-armv8-linux.S
[992/1303] Compiling sha1-x86_64-linux.S
[993/1303] Compiling sha256-586-apple.S
[994/1303] Compiling sha256-armv4-linux.S
[995/1303] Compiling sha1-armv8-win.S
[996/1303] Compiling sha1-x86_64-apple.S
[997/1303] Compiling sha1-armv8-apple.S
[998/1303] Compiling sha1-armv8-linux.S
[999/1303] Compiling sha1-586-apple.S
[1000/1303] Compiling sha1-armv4-large-linux.S
[1001/1303] Compiling rsaz-avx2-apple.S
[1002/1303] Compiling sha1-586-linux.S
[1003/1303] Compiling rdrand-x86_64-linux.S
[1004/1303] Compiling p256_beeu-x86_64-asm-apple.S
[1005/1303] Compiling rdrand-x86_64-apple.S
[1006/1303] Compiling rsaz-avx2-linux.S
[1007/1303] Compiling p256_beeu-armv8-asm-apple.S
[1008/1303] Compiling p256_beeu-x86_64-asm-linux.S
[1009/1303] Compiling p256_beeu-armv8-asm-win.S
[1010/1303] Compiling p256-x86_64-asm-linux.S
[1011/1303] Compiling p256-x86_64-asm-apple.S
[1011/1303] Compiling p256_beeu-armv8-asm-linux.S
[1013/1303] Compiling p256-armv8-asm-win.S
[1014/1303] Compiling p256-armv8-asm-linux.S
[1015/1303] Compiling ghashv8-armv8-win.S
[1016/1303] Compiling p256-armv8-asm-apple.S
[1017/1303] Compiling ghashv8-armv8-apple.S
[1017/1303] Compiling ghashv8-armv8-linux.S
[1019/1303] Compiling ghash-x86_64-apple.S
[1020/1303] Compiling ghashv8-armv7-linux.S
[1021/1303] Compiling ghash-x86_64-linux.S
[1022/1303] Compiling ghash-x86-apple.S
[1023/1303] Compiling ghash-x86-linux.S
[1024/1303] Compiling ghash-ssse3-x86_64-apple.S
[1025/1303] Compiling ghash-ssse3-x86-linux.S
[1026/1303] Compiling ghash-ssse3-x86_64-linux.S
[1027/1303] Compiling ghash-ssse3-x86-apple.S
[1028/1303] Compiling ghash-neon-armv8-apple.S
[1029/1303] Compiling ghash-neon-armv8-win.S
[1030/1303] Compiling ghash-neon-armv8-linux.S
[1031/1303] Compiling ghash-armv4-linux.S
[1032/1303] Compiling bn-armv8-apple.S
[1033/1303] Compiling co-586-apple.S
[1034/1303] Compiling co-586-linux.S
[1035/1303] Compiling bn-armv8-win.S
[1036/1303] Compiling bsaes-armv7-linux.S
[1037/1303] Compiling bn-armv8-linux.S
[1038/1303] Compiling bn-586-linux.S
[1039/1303] Compiling armv8-mont-win.S
[1040/1303] Compiling bn-586-apple.S
[1041/1303] Compiling armv8-mont-linux.S
[1042/1303] Compiling armv8-mont-apple.S
[1043/1303] Compiling aesv8-gcm-armv8-win.S
[1044/1303] Compiling armv4-mont-linux.S
[1045/1303] Compiling aesv8-gcm-armv8-apple.S
[1046/1303] Compiling aesv8-armv8-win.S
[1047/1303] Compiling aesv8-gcm-armv8-linux.S
[1048/1303] Compiling aesv8-armv8-linux.S
[1049/1303] Compiling aesv8-armv7-linux.S
[1050/1303] Compiling aesni-x86_64-linux.S
[1051/1303] Compiling aesv8-armv8-apple.S
[1052/1303] Compiling aesni-x86-linux.S
[1053/1303] Compiling aesni-gcm-x86_64-linux.S
[1054/1303] Compiling aesni-x86-apple.S
[1055/1303] Compiling aesni-x86_64-apple.S
[1056/1303] Compiling aesni-gcm-x86_64-apple.S
[1057/1303] Compiling aes-gcm-avx10-x86_64-apple.S
[1058/1303] Compiling aes-gcm-avx10-x86_64-linux.S
[1059/1303] Compiling c-nioatomics.c
[1060/1303] Compiling c-atomics.c
[1061/1303] Compiling x_spki.cc
[1062/1303] Compiling x_req.cc
[1063/1303] Compiling x_x509a.cc
[1064/1303] Compiling x_val.cc
[1065/1303] Compiling x_sig.cc
[1066/1303] Compiling x_x509.cc
[1067/1303] Compiling x_pubkey.cc
[1068/1309] Compiling x_name.cc
[1070/1309] Compiling NIOConcurrencyHelpers NIOLock.swift
[1071/1309] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1071/1309] Compiling x_exten.cc
[1073/1309] Emitting module NIOConcurrencyHelpers
[1073/1309] Compiling x_attrib.cc
[1075/1309] Compiling NIOConcurrencyHelpers lock.swift
[1076/1309] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1077/1309] Compiling NIOConcurrencyHelpers atomics.swift
[1077/1309] Compiling x_algor.cc
[1078/1310] Compiling x_crl.cc
[1079/1310] Compiling x_all.cc
[1080/1310] Compiling x509rset.cc
[1082/1310] Compiling x509spki.cc
[1083/1310] Compiling x509name.cc
[1084/1310] Compiling x509_txt.cc
[1085/1310] Compiling x509cset.cc
[1086/1330] Compiling x509_vpm.cc
[1087/1370] Compiling x509_trs.cc
[1088/1372] Compiling x509_v3.cc
[1089/1385] Compiling x509_vfy.cc
[1091/1396] Compiling NIOCore AsyncChannelHandler.swift
[1092/1396] Compiling NIOCore AsyncChannelInboundStream.swift
[1093/1396] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1094/1396] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1095/1396] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1096/1396] Compiling NIOCore NIOAsyncWriter.swift
[1097/1396] Compiling NIOCore ByteBuffer-multi-int.swift
[1098/1399] Emitting module ConsoleKitTerminal
[1099/1399] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1100/1399] Compiling NIOCore AddressedEnvelope.swift
[1101/1399] Compiling NIOCore AsyncAwaitSupport.swift
[1102/1399] Compiling NIOCore AsyncChannel.swift
[1102/1399] Compiling x509_set.cc
[1104/1399] Compiling NIOCore ByteBuffer-conversions.swift
[1105/1399] Compiling NIOCore ByteBuffer-core.swift
[1106/1399] Compiling NIOCore ByteBuffer-hex.swift
[1107/1399] Compiling NIOCore ByteBuffer-int.swift
[1108/1399] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1109/1399] Compiling NIOCore BSDSocketAPI.swift
[1110/1399] Compiling NIOCore ByteBuffer-aux.swift
[1111/1399] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1111/1399] Compiling x509_lu.cc
[1113/1399] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1114/1399] Compiling NIOCore ByteBuffer-views.swift
[1115/1399] Compiling NIOCore Channel.swift
[1116/1399] Compiling NIOCore ChannelHandler.swift
[1117/1399] Compiling NIOCore ChannelHandlers.swift
[1118/1399] Compiling NIOCore ChannelInvoker.swift
[1119/1399] Compiling NIOCore MulticastChannel.swift
[1120/1399] Compiling NIOCore NIOAny.swift
[1121/1399] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1122/1399] Compiling NIOCore NIOLoopBound.swift
[1123/1399] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1124/1399] Compiling NIOCore NIOScheduledCallback.swift
[1125/1399] Compiling NIOCore NIOSendable.swift
[1126/1399] Compiling NIOCore RecvByteBufferAllocator.swift
[1126/1407] Compiling x509_req.cc
[1127/1407] Compiling x509_cmp.cc
[1128/1407] Compiling x509_obj.cc
[1129/1407] Compiling x509_def.cc
[1131/1407] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1132/1407] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1133/1407] Compiling ConsoleKitTerminal LoggerFragment.swift
[1134/1408] Compiling x509_ext.cc
[1135/1408] Compiling x509_d2.cc
[1136/1408] Compiling v3_skey.cc
[1138/1408] Compiling NIOCore IO.swift
[1139/1408] Compiling NIOCore IOData.swift
[1140/1408] Compiling NIOCore IPProtocol.swift
[1141/1408] Compiling NIOCore IntegerBitPacking.swift
[1142/1408] Compiling NIOCore IntegerTypes.swift
[1143/1408] Compiling NIOCore Interfaces.swift
[1144/1408] Compiling NIOCore Linux.swift
[1145/1408] Compiling NIOCore MarkedCircularBuffer.swift
[1146/1430] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1147/1430] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1148/1430] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1149/1430] Compiling NIOCore EventLoopFuture.swift
[1150/1430] Compiling NIOCore FileDescriptor.swift
[1151/1430] Compiling NIOCore FileHandle.swift
[1152/1430] Compiling NIOCore FileRegion.swift
[1153/1430] Compiling NIOCore GlobalSingletons.swift
[1153/1430] Compiling x509_att.cc
[1154/1430] Compiling x509.cc
[1155/1430] Compiling v3_utl.cc
[1157/1430] Compiling ConsoleKitCommands CommandSignature.swift
[1158/1430] Compiling ConsoleKitCommands Flag.swift
[1159/1430] Compiling ConsoleKitCommands Option.swift
[1159/1430] Compiling v3_pmaps.cc
[1162/1432] Compiling NIOCore Codec.swift
[1163/1432] Compiling NIOCore ConvenienceOptionSupport.swift
[1164/1432] Compiling NIOCore DeadChannel.swift
[1165/1432] Compiling NIOCore DispatchQueue+WithFuture.swift
[1166/1432] Compiling NIOCore EventLoop+Deprecated.swift
[1167/1432] Compiling NIOCore EventLoop+SerialExecutor.swift
[1168/1432] Compiling NIOCore EventLoop.swift
[1169/1432] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1170/1432] Compiling ConsoleKitCommands AsyncCommand.swift
[1171/1432] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1172/1432] Emitting module ConsoleKitCommands
[1173/1432] Compiling ConsoleKitCommands Command.swift
[1174/1432] Compiling ConsoleKitCommands CommandContext.swift
[1175/1432] Compiling ConsoleKitCommands CommandError.swift
[1175/1432] Compiling v3_prn.cc
[1177/1432] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1178/1432] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1179/1432] Compiling ConsoleKitCommands Argument.swift
[1180/1432] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1181/1432] Compiling NIOCore SocketAddresses.swift
[1182/1432] Compiling NIOCore SocketOptionProvider.swift
[1183/1432] Compiling NIOCore SystemCallHelpers.swift
[1184/1432] Compiling NIOCore TimeAmount+Duration.swift
[1185/1432] Compiling NIOCore TypeAssistedChannelHandler.swift
[1186/1432] Compiling NIOCore UniversalBootstrapSupport.swift
[1187/1432] Compiling NIOCore Utilities.swift
[1187/1432] Compiling v3_purp.cc
[1189/1432] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1190/1432] Compiling ConsoleKitCommands Utilities.swift
[1190/1432] Compiling v3_pcons.cc
[1191/1432] Compiling v3_int.cc
[1192/1432] Compiling v3_ocsp.cc
[1193/1432] Compiling v3_lib.cc
[1194/1432] Compiling v3_ncons.cc
[1195/1432] Compiling v3_ia5.cc
[1197/1432] Compiling ConsoleKitCommands Console+Run.swift
[1198/1432] Compiling ConsoleKitCommands ConsoleError.swift
[1199/1432] Compiling ConsoleKitCommands Completion.swift
[1200/1432] Compiling ConsoleKitCommands CommandGroup.swift
[1201/1432] Compiling ConsoleKitCommands CommandInput.swift
[1202/1432] Compiling ConsoleKitCommands Commands.swift
[1203/1432] Compiling ConsoleKitCommands AsyncCommands.swift
[1204/1432] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1205/1432] Compiling ConsoleKitCommands AnyCommand.swift
[1205/1433] Compiling v3_info.cc
[1207/1433] Compiling v3_extku.cc
[1208/1433] Compiling v3_genn.cc
[1209/1433] Compiling v3_enum.cc
[1210/1433] Compiling v3_crld.cc
[1211/1435] Compiling v3_cpols.cc
[1212/1435] Compiling v3_conf.cc
[1214/1435] Compiling ConsoleKit Exports.swift
[1215/1435] Emitting module ConsoleKit
[1216/1436] Compiling v3_bitst.cc
[1217/1436] Compiling v3_bcons.cc
[1218/1436] Compiling v3_akeya.cc
[1219/1436] Compiling v3_alt.cc
[1220/1436] Compiling v3_akey.cc
[1221/1436] Compiling t_x509a.cc
[1222/1436] Compiling t_x509.cc
[1223/1436] Compiling t_req.cc
[1224/1436] Compiling rsa_pss.cc
[1226/1436] Emitting module NIOCore
[1226/1436] Compiling t_crl.cc
[1227/1436] Compiling name_print.cc
[1228/1436] Compiling i2d_pr.cc
[1229/1436] Compiling policy.cc
[1230/1436] Compiling by_file.cc
[1231/1436] Compiling by_dir.cc
[1232/1436] Compiling asn1_gen.cc
[1233/1436] Compiling algorithm.cc
[1261/1437] Compiling a_verify.cc
[1262/1437] Compiling a_sign.cc
[1263/1437] Compiling a_digest.cc
[1265/1437] Compiling voprf.cc
[1266/1437] Compiling trust_token.cc
[1267/1437] Compiling thread_win.cc
[1268/1483] Compiling thread.cc
[1269/1483] Compiling thread_pthread.cc
[1270/1485] Compiling thread_none.cc
[1271/1487] Compiling pmbtoken.cc
[1272/1487] Compiling stack.cc
[1273/1487] Compiling merkle.cc
[1274/1487] Compiling fors.cc
[1275/1487] Compiling thash.cc
[1276/1487] Compiling wots.cc
[1277/1487] Compiling slhdsa.cc
[1278/1487] Compiling siphash.cc
[1279/1487] Compiling sha512.cc
[1280/1487] Compiling rsa_print.cc
[1282/1487] Compiling NIOEmbedded AsyncTestingChannel.swift
[1283/1487] Emitting module NIOEmbedded
[1283/1487] Compiling sha1.cc
[1284/1487] Compiling sha256.cc
[1286/1487] Compiling NIOEmbedded Embedded.swift
[1287/1487] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1287/1488] Compiling refcount.cc
[1289/1488] Compiling rsa_extra.cc
[1290/1488] Compiling rsa_crypt.cc
[1291/1488] Compiling rsa_asn1.cc
[1292/1488] Compiling rc4.cc
[1294/1488] Compiling NIOPosix Pool.swift
[1295/1488] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1296/1488] Compiling NIOPosix PosixSingletons.swift
[1297/1488] Compiling NIOPosix RawSocketBootstrap.swift
[1298/1488] Compiling NIOPosix Resolver.swift
[1299/1488] Compiling NIOPosix Selectable.swift
[1299/1494] Compiling windows.cc
[1300/1494] Compiling urandom.cc
[1301/1494] Compiling passive.cc
[1302/1494] Compiling trusty.cc
[1303/1494] Compiling rand_extra.cc
[1304/1494] Compiling getentropy.cc
[1305/1494] Compiling poly1305_arm_asm.S
[1306/1494] Compiling ios.cc
[1307/1494] Compiling forkunsafe.cc
[1308/1494] Compiling fork_detect.cc
[1309/1494] Compiling deterministic.cc
[1311/1494] Compiling NIOPosix SelectableChannel.swift
[1312/1494] Compiling NIOPosix SelectableEventLoop.swift
[1313/1494] Compiling NIOPosix SelectorEpoll.swift
[1314/1494] Compiling NIOPosix SelectorGeneric.swift
[1315/1494] Compiling NIOPosix SelectorKqueue.swift
[1316/1494] Compiling NIOPosix SelectorUring.swift
[1317/1494] Compiling NIOPosix ServerSocket.swift
[1318/1494] Compiling NIOPosix Socket.swift
[1319/1494] Compiling NIOPosix SocketChannel.swift
[1320/1494] Compiling NIOPosix SocketProtocols.swift
[1321/1494] Compiling NIOPosix System.swift
[1322/1494] Compiling NIOPosix Thread.swift
[1323/1494] Compiling NIOPosix BSDSocketAPICommon.swift
[1324/1494] Compiling NIOPosix BSDSocketAPIPosix.swift
[1325/1494] Compiling NIOPosix BSDSocketAPIWindows.swift
[1326/1494] Compiling NIOPosix BaseSocket.swift
[1327/1494] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1328/1494] Compiling NIOPosix BaseSocketChannel.swift
[1329/1494] Compiling NIOPosix BaseStreamSocketChannel.swift
[1329/1494] Compiling poly1305_vec.cc
[1331/1494] Compiling NIOPosix ThreadPosix.swift
[1332/1494] Compiling NIOPosix ThreadWindows.swift
[1333/1494] Compiling NIOPosix UnsafeTransfer.swift
[1334/1494] Compiling NIOPosix Utilities.swift
[1335/1494] Compiling NIOPosix VsockAddress.swift
[1336/1494] Compiling NIOPosix VsockChannelEvents.swift
[1336/1494] Compiling poly1305.cc
[1337/1494] Compiling pool.cc
[1338/1494] Compiling poly1305_arm.cc
[1339/1494] Compiling p5_pbev2.cc
[1340/1494] Compiling pkcs8_x509.cc
[1342/1494] Emitting module NIOPosix
[1342/1494] Compiling pkcs7.cc
[1343/1494] Compiling pkcs7_x509.cc
[1345/1494] Compiling NIOPosix Bootstrap.swift
[1346/1494] Compiling NIOPosix ControlMessage.swift
[1347/1494] Compiling NIOPosix DatagramVectorReadManager.swift
[1348/1494] Compiling NIOPosix Errors+Any.swift
[1349/1494] Compiling NIOPosix FileDescriptor.swift
[1350/1494] Compiling NIOPosix GetaddrinfoResolver.swift
[1351/1494] Compiling NIOPosix HappyEyeballs.swift
[1352/1494] Compiling NIOPosix IO.swift
[1353/1494] Compiling NIOPosix IntegerBitPacking.swift
[1354/1494] Compiling NIOPosix IntegerTypes.swift
[1355/1494] Compiling NIOPosix Linux.swift
[1356/1494] Compiling NIOPosix LinuxCPUSet.swift
[1357/1494] Compiling NIOPosix LinuxUring.swift
[1358/1494] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1359/1494] Compiling NIOPosix NIOThreadPool.swift
[1360/1494] Compiling NIOPosix NonBlockingFileIO.swift
[1361/1494] Compiling NIOPosix PendingDatagramWritesManager.swift
[1362/1494] Compiling NIOPosix PendingWritesManager.swift
[1363/1494] Compiling NIOPosix PipeChannel.swift
[1364/1494] Compiling NIOPosix PipePair.swift
[1364/1495] Compiling pkcs8.cc
[1366/1495] Compiling pem_xaux.cc
[1367/1495] Compiling pem_x509.cc
[1368/1530] Compiling pem_pkey.cc
[1369/1530] Compiling pem_pk8.cc
[1370/1530] Compiling pem_oth.cc
[1372/1532] Compiling NIO Exports.swift
[1373/1532] Emitting module NIO
[1373/1532] Compiling obj_xref.cc
[1374/1532] Compiling pem_info.cc
[1375/1533] Compiling pem_lib.cc
[1377/1533] Compiling mlkem.cc
[1379/1539] Compiling _NIOFileSystem Array+FileSystem.swift
[1380/1539] Compiling _NIOFileSystem ArraySlice+FileSystem.swift
[1381/1539] Compiling _NIOFileSystem BufferedReader.swift
[1382/1539] Compiling _NIOFileSystem BufferedWriter.swift
[1383/1539] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[1384/1543] Compiling NIOTLS TLSEvents.swift
[1384/1543] Compiling obj.cc
[1385/1543] Compiling pem_all.cc
[1386/1543] Compiling mem.cc
[1388/1543] Compiling _NIOFileSystem ParallelDirCopy.swift
[1389/1543] Compiling _NIOFileSystem ParallelRemoval.swift
[1390/1543] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1391/1543] Compiling _NIOFileSystem CInterop.swift
[1392/1543] Compiling _NIOFileSystem Errno.swift
[1393/1543] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1394/1543] Compiling _NIOFileSystem Mocking.swift
[1395/1543] Compiling _NIOFileSystem Syscall.swift
[1396/1543] Compiling _NIOFileSystem Syscalls.swift
[1397/1543] Emitting module NIOTLS
[1398/1543] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1398/1546] Compiling md5.cc
[1399/1552] Compiling md4.cc
[1401/1555] Emitting module _NIOFileSystem
[1401/1576] Compiling mldsa.cc
[1403/1576] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1404/1576] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1405/1576] Compiling NIOTLS SNIHandler.swift
[1406/1577] Compiling NIOSOCKS SOCKSResponse.swift
[1407/1578] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1408/1578] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1410/1578] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1411/1578] Compiling NIOSOCKS ClientStateMachine.swift
[1412/1578] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1412/1578] Compiling poly_rq_mul.S
[1414/1578] Emitting module NIOFoundationCompat
[1415/1578] Emitting module NIOSOCKS
[1416/1578] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1417/1578] Compiling NIOHTTP1 HTTPDecoder.swift
[1418/1578] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1419/1578] Compiling _NIOFileSystem FileSystemError.swift
[1420/1578] Compiling _NIOFileSystem FileSystemProtocol.swift
[1421/1578] Compiling _NIOFileSystem FileType.swift
[1422/1578] Compiling _NIOFileSystem IOStrategy.swift
[1423/1578] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1424/1578] Compiling _NIOFileSystem BufferedStream.swift
[1425/1578] Compiling _NIOFileSystem Cancellation.swift
[1426/1578] Compiling _NIOFileSystem TokenBucket.swift
[1427/1578] Compiling _NIOFileSystem UnsafeTransfer.swift
[1427/1607] Compiling lhash.cc
[1429/1607] Compiling NIOSSL AndroidCABundle.swift
[1430/1607] Compiling NIOSSL ByteBufferBIO.swift
[1431/1607] Compiling NIOSSL CustomPrivateKey.swift
[1432/1607] Compiling NIOSSL IdentityVerification.swift
[1433/1607] Compiling NIOSSL PosixPort.swift
[1434/1607] Compiling NIOSSL SSLCallbacks.swift
[1435/1607] Compiling NIOSOCKS ServerStateMachine.swift
[1436/1608] Compiling fips_shared_support.cc
[1438/1608] Compiling NIOSSL SSLCertificateExtensions.swift
[1439/1608] Compiling NIOSSL SSLCertificateName.swift
[1440/1610] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1440/1611] Compiling kyber.cc
[1443/1611] Compiling NIOSSL NIOSSLHandler.swift
[1444/1611] Compiling NIOSSL SSLCertificate.swift
[1444/1611] Compiling hrss.cc
[1449/1611] Compiling ex_data.cc
[1450/1611] Compiling sign.cc
[1452/1633] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1453/1633] Compiling NIOTransportServices NIOTSSingletons.swift
[1454/1633] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1455/1633] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1455/1633] Compiling hpke.cc
[1457/1633] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1458/1633] Compiling NIOTransportServices NIOTSErrors.swift
[1459/1633] Compiling _NIOFileSystem SystemFileHandle.swift
[1460/1633] Compiling _NIOFileSystem Utilities.swift
[1461/1633] Compiling _NIOFileSystem OpenOptions.swift
[1462/1633] Compiling _NIOFileSystem String+FileSystem.swift
[1465/1633] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1466/1633] Compiling NIOTransportServices StateManagedChannel.swift
[1467/1633] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1468/1633] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1469/1635] Compiling NIOTransportServices NIOTSBootstraps.swift
[1474/1635] Compiling NIOTransportServices NIOTSEventLoop.swift
[1475/1635] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1476/1635] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1477/1635] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1478/1635] Emitting module NIOTransportServices
[1478/1635] Compiling scrypt.cc
[1480/1635] Compiling NIOTransportServices AcceptHandler.swift
[1481/1635] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1482/1635] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1483/1635] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1484/1635] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1485/1635] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1486/1635] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1487/1635] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1489/1636] Emitting module NIOHTTP1
[1492/1637] Compiling pbkdf.cc
[1493/1637] Compiling print.cc
[1495/1637] Compiling p_x25519.cc
[1512/1659] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1513/1659] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1514/1659] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1515/1659] Compiling NIOWebSocket SHA1.swift
[1516/1659] Compiling NIOSSL SubjectAlternativeName.swift
[1517/1659] Compiling NIOSSL NIOSSLSecureBytes.swift
[1518/1659] Compiling NIOSSL RNG.swift
[1519/1659] Compiling NIOSSL SafeCompare.swift
[1520/1659] Emitting module NIOSSL
[1525/1659] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1526/1662] Compiling NIOWebSocket WebSocketOpcode.swift
[1527/1663] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1527/1663] Compiling p_x25519_asn1.cc
[1531/1663] Compiling NIOHTTPCompression HTTPDecompression.swift
[1532/1663] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1532/1663] Compiling p_rsa_asn1.cc
[1534/1663] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1535/1663] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1536/1663] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1537/1663] Emitting module _NIOFileSystemFoundationCompat
[1538/1663] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1539/1663] Compiling NIOHTTPCompression HTTPCompression.swift
[1540/1663] Emitting module NIOHTTPCompression
[1541/1664] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1544/1664] Emitting module NIOWebSocket
[1545/1664] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1546/1664] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1547/1664] Compiling NIOWebSocket WebSocketFrame.swift
[1562/1679] Compiling NIOSSL SSLPKCS12Bundle.swift
[1562/1679] Compiling p_rsa.cc
[1564/1679] Emitting module NIOFileSystem
[1565/1679] Compiling NIOFileSystem Exports.swift
[1566/1697] Compiling NIOHPACK IntegerCoding.swift
[1567/1699] Compiling NIOHPACK IndexedHeaderTable.swift
[1569/1699] Compiling NIOHPACK StaticHeaderTable.swift
[1570/1699] Compiling NIOHPACK HuffmanTables.swift
[1571/1699] Emitting module NIOHPACK
[1572/1699] Compiling NIOHPACK HuffmanCoding.swift
[1573/1699] Compiling NIOSSL Zeroization.swift
[1574/1699] Compiling NIOSSL TLSConfiguration.swift
[1575/1699] Compiling NIOSSL UniversalBootstrapSupport.swift
[1576/1699] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1577/1700] Compiling NIOExtras RequestResponseHandler.swift
[1578/1700] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1579/1702] Compiling p_ed25519_asn1.cc
[1581/1702] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1582/1702] Compiling NIOExtras NIORequestIdentifiable.swift
[1583/1702] Compiling NIOExtras PCAPRingBuffer.swift
[1584/1702] Compiling NIOExtras QuiescingHelper.swift
[1585/1702] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1586/1702] Compiling NIOExtras NIOExtrasError.swift
[1586/1702] Compiling p_hkdf.cc
[1587/1702] Compiling p_ed25519.cc
[1589/1702] Emitting module NIOExtras
[1589/1702] Compiling bcm.cc
[1591/1702] Compiling NIOExtras DebugInboundEventsHandler.swift
[1592/1702] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1593/1702] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1594/1702] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1595/1702] Compiling NIOExtras LengthFieldPrepender.swift
[1596/1702] Compiling NIOExtras LineBasedFrameDecoder.swift
[1600/1703] Compiling p_dh_asn1.cc
[1602/1703] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1603/1703] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1604/1703] Compiling NIOExtras JSONRPCFraming.swift
[1607/1703] Compiling p_dh.cc
[1608/1703] Compiling p_ec.cc
[1609/1703] Compiling p_ec_asn1.cc
[1610/1703] Compiling p_dsa_asn1.cc
[1611/1703] Compiling evp_ctx.cc
[1612/1703] Compiling evp_asn1.cc
[1613/1703] Compiling evp.cc
[1614/1703] Compiling engine.cc
[1615/1703] Compiling err.cc
[1617/1703] Compiling NIOExtras UnsafeTransfer.swift
[1618/1703] Compiling NIOExtras WritePCAPHandler.swift
[1618/1712] Compiling ecdsa_asn1.cc
[1619/1762] Compiling ecdh_extra.cc
[1621/1762] Compiling ec_derive.cc
[1622/1762] Compiling hash_to_curve.cc
[1624/1770] Emitting module WebSocketKit
[1624/1770] Compiling ec_asn1.cc
[1626/1770] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1627/1770] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1628/1770] Compiling NIOHTTP2 HasLocalSettings.swift
[1629/1770] Compiling NIOHTTP2 HasRemoteSettings.swift
[1630/1770] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1631/1770] Compiling NIOHTTP2 QuiescingState.swift
[1632/1770] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1633/1770] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1634/1778] Compiling WebSocketKit Exports.swift
[1634/1778] Compiling params.cc
[1635/1778] Compiling dsa.cc
[1636/1778] Compiling dsa_asn1.cc
[1638/1778] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1638/1778] Compiling dh_asn1.cc
[1639/1778] Compiling x25519-asm-arm.S
[1641/1778] Compiling WebSocketKit WebSocket+Connect.swift
[1641/1778] Compiling digest_extra.cc
[1643/1778] Compiling WebSocketKit WebSocketHandler.swift
[1644/1778] Compiling WebSocketKit WebSocket+Concurrency.swift
[1644/1778] Compiling curve25519_64_adx.cc
[1646/1778] Compiling WebSocketKit WebSocket.swift
[1647/1778] Compiling WebSocketKit WebSocketClient.swift
[1647/1779] Compiling des.cc
[1649/1779] Compiling cpu_intel.cc
[1650/1779] Compiling crypto.cc
[1651/1779] Compiling spake25519.cc
[1652/1779] Compiling curve25519.cc
[1653/1779] Compiling cpu_aarch64_win.cc
[1654/1779] Compiling cpu_arm_linux.cc
[1655/1779] Compiling cpu_aarch64_openbsd.cc
[1656/1779] Compiling cpu_arm_freebsd.cc
[1658/1779] Compiling NIOHTTP2 StateMachineResult.swift
[1659/1779] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1660/1779] Compiling NIOHTTP2 DOSHeuristics.swift
[1661/1779] Compiling NIOHTTP2 Error+Any.swift
[1662/1779] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1663/1779] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1664/1779] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1665/1779] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1666/1779] Compiling NIOHTTP2 MaySendFrames.swift
[1667/1779] Compiling NIOHTTP2 SendingDataState.swift
[1668/1779] Compiling NIOHTTP2 SendingGoawayState.swift
[1669/1779] Compiling NIOHTTP2 SendingHeadersState.swift
[1670/1779] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1671/1779] Compiling NIOHTTP2 SendingRstStreamState.swift
[1672/1779] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1673/1779] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1673/1779] Compiling cpu_aarch64_sysreg.cc
[1674/1779] Compiling cpu_aarch64_linux.cc
[1675/1779] Compiling cpu_aarch64_apple.cc
[1677/1779] Compiling NIOHTTP2 InboundWindowManager.swift
[1678/1779] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1679/1779] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1680/1779] Compiling NIOHTTP2 StreamChannelList.swift
[1681/1779] Compiling NIOHTTP2 StreamMap.swift
[1682/1779] Compiling NIOHTTP2 StreamStateMachine.swift
[1683/1779] Compiling NIOHTTP2 UnsafeTransfer.swift
[1684/1779] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1684/1779] Compiling cpu_aarch64_fuchsia.cc
[1685/1779] Compiling tls_cbc.cc
[1686/1779] Compiling conf.cc
[1687/1779] Compiling e_tls.cc
[1688/1779] Compiling e_rc4.cc
[1689/1779] Compiling e_rc2.cc
[1691/1779] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1692/1779] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1693/1779] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1694/1779] Compiling NIOHTTP2 HTTP2StreamID.swift
[1695/1779] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1696/1779] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1697/1779] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1698/1779] Compiling NIOHTTP2 InboundEventBuffer.swift
[1698/1779] Compiling e_null.cc
[1699/1779] Compiling e_des.cc
[1701/1779] Emitting module NIOHTTP2
[1702/1779] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1703/1779] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1704/1779] Compiling NIOHTTP2 MayReceiveFrames.swift
[1705/1779] Compiling NIOHTTP2 ReceivingDataState.swift
[1706/1779] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1707/1779] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1708/1779] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1709/1779] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1710/1779] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1710/1779] Compiling e_chacha20poly1305.cc
[1711/1779] Compiling e_aesgcmsiv.cc
[1712/1779] Compiling derive_key.cc
[1713/1779] Compiling cipher_extra.cc
[1714/1779] Compiling e_aesctrhmac.cc
[1715/1779] Compiling chacha.cc
[1716/1779] Compiling unicode.cc
[1717/1779] Compiling cbs.cc
[1718/1779] Compiling buf.cc
[1719/1779] Compiling ber.cc
[1720/1779] Compiling cbb.cc
[1721/1779] Compiling asn1_compat.cc
[1722/1779] Compiling bn_asn1.cc
[1723/1779] Compiling convert.cc
[1724/1779] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1725/1779] Compiling NIOHTTP2 HTTP2Frame.swift
[1726/1779] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1727/1779] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1728/1779] Compiling NIOHTTP2 HTTP2PingData.swift
[1729/1779] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1730/1779] Compiling NIOHTTP2 HTTP2Settings.swift
[1731/1779] Compiling NIOHTTP2 HTTP2Stream.swift
[1733/1779] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1734/1779] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1735/1779] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1736/1779] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1737/1779] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1738/1779] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1739/1779] Compiling NIOHTTP2 HTTP2Error.swift
[1740/1779] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1740/1779] Compiling printf.cc
[1742/1780] Compiling blake2.cc
[1743/1780] Compiling pair.cc
[1744/1780] Compiling hexdump.cc
[1745/1819] Compiling errno.cc
[1746/1840] Compiling file.cc
[1747/1840] Compiling bio_mem.cc
[1748/1840] Compiling fd.cc
[1749/1840] Compiling bio.cc
[1750/1840] Compiling tasn_typ.cc
[1751/1840] Compiling base64.cc
[1752/1840] Compiling tasn_utl.cc
[1753/1840] Compiling tasn_fre.cc
[1754/1840] Compiling tasn_new.cc
[1755/1840] Compiling tasn_enc.cc
[1756/1840] Compiling posix_time.cc
[1757/1840] Compiling f_string.cc
[1758/1840] Compiling tasn_dec.cc
[1759/1840] Compiling f_int.cc
[1760/1840] Compiling asn_pack.cc
[1762/1840] Emitting module AsyncHTTPClient
[1762/1848] Compiling asn1_par.cc
[1763/1848] Compiling asn1_lib.cc
[1764/1848] Compiling a_utctm.cc
[1766/1848] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1767/1848] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1768/1848] Compiling AsyncHTTPClient Transaction.swift
[1769/1848] Compiling AsyncHTTPClient Base64.swift
[1770/1848] Compiling AsyncHTTPClient BasicAuth.swift
[1771/1848] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1772/1848] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1773/1848] Compiling AsyncHTTPClient ConnectionPool.swift
[1774/1848] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1774/1848] Compiling a_type.cc
[1776/1848] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1777/1848] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1778/1848] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1779/1848] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1780/1848] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1781/1848] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1782/1848] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1783/1848] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1784/1848] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1784/1848] Compiling a_octet.cc
[1785/1848] Compiling a_strex.cc
[1786/1848] Compiling a_time.cc
[1787/1848] Compiling a_strnid.cc
[1788/1848] Compiling a_i2d_fp.cc
[1789/1848] Compiling a_int.cc
[1791/1848] Compiling AsyncHTTPClient ConnectionTarget.swift
[1792/1848] Compiling AsyncHTTPClient DeconstructedURL.swift
[1793/1848] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1794/1848] Compiling AsyncHTTPClient FoundationExtensions.swift
[1795/1848] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1796/1848] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1797/1848] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1798/1848] Compiling AsyncHTTPClient HTTPClient.swift
[1798/1848] Compiling a_d2i_fp.cc
[1799/1848] Write sources
[1801/1848] Compiling AsyncHTTPClient HTTPHandler.swift
[1802/1848] Compiling AsyncHTTPClient LRUCache.swift
[1803/1848] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1804/1848] Compiling AsyncHTTPClient NWErrorHandler.swift
[1805/1848] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1806/1848] Compiling AsyncHTTPClient TLSConfiguration.swift
[1807/1848] Compiling AsyncHTTPClient RedirectState.swift
[1808/1848] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1808/1848] Compiling a_object.cc
[1809/1848] Write sources
[1811/1848] Compiling AsyncHTTPClient RequestBag.swift
[1812/1848] Compiling AsyncHTTPClient RequestValidation.swift
[1813/1848] Compiling AsyncHTTPClient SSLContextCache.swift
[1814/1848] Compiling AsyncHTTPClient Scheme.swift
[1815/1848] Compiling AsyncHTTPClient Singleton.swift
[1816/1848] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1817/1848] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1818/1848] Compiling AsyncHTTPClient Utils.swift
[1818/1848] Compiling a_mbstr.cc
[1819/1901] Compiling a_gentm.cc
[1820/1901] Compiling a_dup.cc
[1821/1901] Compiling a_bitstr.cc
[1822/1901] Compiling a_bool.cc
[1824/1901] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1825/1901] Compiling BitCollections BitSet+Equatable.swift
[1826/1901] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1827/1901] Compiling BitCollections BitSet+Extras.swift
[1828/1901] Compiling BitCollections BitSet+Hashable.swift
[1829/1901] Compiling BitCollections BitArray+RandomBits.swift
[1830/1901] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1831/1901] Compiling BitCollections BitArray+Shifts.swift
[1832/1901] Compiling BitCollections BitArray+Testing.swift
[1833/1901] Compiling BitCollections BitArray._UnsafeHandle.swift
[1834/1901] Compiling BitCollections BitArray.swift
[1835/1901] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1836/1901] Compiling BitCollections BitSet+Codable.swift
[1837/1901] Compiling BitCollections BitSet+Initializers.swift
[1838/1901] Compiling BitCollections BitSet+Invariants.swift
[1839/1901] Compiling BitCollections BitSet+Random.swift
[1840/1901] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1841/1909] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1842/1909] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1843/1909] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1844/1909] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1845/1909] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1846/1909] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1847/1909] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1848/1909] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1857/1910] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1858/1910] Compiling BitCollections BitSet+CustomReflectable.swift
[1864/1917] Emitting module BitCollections
[1870/1917] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1871/1917] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1872/1917] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1873/1917] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1874/1917] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1875/1917] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1876/1917] Compiling BitCollections BitSet+SetAlgebra union.swift
[1877/1917] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1878/1917] Compiling BitCollections BitSet.Counted.swift
[1879/1917] Emitting module CryptoBoringWrapper
[1880/1917] Compiling BitCollections BitArray+BitwiseOperations.swift
[1881/1917] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1882/1917] Compiling BitCollections BitArray+Codable.swift
[1883/1917] Compiling BitCollections BitArray+Collection.swift
[1884/1917] Compiling BitCollections BitArray+Copy.swift
[1885/1917] Compiling BitCollections BitArray+CustomReflectable.swift
[1886/1917] Compiling BitCollections BitArray+Descriptions.swift
[1887/1917] Compiling BitCollections BitArray+Equatable.swift
[1888/1917] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1889/1917] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1890/1917] Compiling BitCollections BitArray+Extras.swift
[1891/1917] Compiling BitCollections BitArray+Fill.swift
[1892/1917] Compiling BitCollections BitArray+Hashable.swift
[1893/1917] Compiling BitCollections BitArray+Initializers.swift
[1894/1917] Compiling BitCollections BitArray+Invariants.swift
[1895/1917] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1904/1917] Compiling CryptoBoringWrapper RandomBytes.swift
[1905/1917] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1906/1917] Compiling CryptoBoringWrapper EllipticCurve.swift
[1907/1917] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1908/1917] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1909/1917] Compiling BitCollections BitSet.Index.swift
[1910/1917] Compiling BitCollections BitSet._UnsafeHandle.swift
[1911/1917] Compiling BitCollections BitSet.swift
[1912/1917] Compiling BitCollections Range+Utilities.swift
[1913/1917] Compiling BitCollections Slice+Utilities.swift
[1914/1917] Compiling BitCollections UInt+Tricks.swift
[1915/1917] Compiling BitCollections _Word.swift
[1916/1918] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1917/1918] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1920/1921] Compiling Collections Collections.swift
[1921/1921] Emitting module Collections
[1923/2126] Compiling SQLKit SQLConflictUpdateBuilder.swift
[1924/2126] Compiling SQLKit SQLCreateEnumBuilder.swift
[1925/2126] Compiling SQLKit SQLCreateIndexBuilder.swift
[1926/2126] Compiling SQLKit SQLCreateTableBuilder.swift
[1927/2126] Compiling SQLKit SQLCreateTriggerBuilder.swift
[1928/2126] Compiling SQLKit SQLDeleteBuilder.swift
[1929/2128] Emitting module MultipartKit
[1930/2130] Compiling SQLKit SQLAlterTableBuilder.swift
[1934/2130] Compiling SQLKit SQLDataType.swift
[1935/2130] Compiling SQLKit SQLDirection.swift
[1936/2130] Compiling SQLKit SQLDistinct.swift
[1937/2130] Compiling SQLKit SQLBetween.swift
[1938/2130] Compiling SQLKit SQLColumn.swift
[1939/2130] Compiling SQLKit SQLConstraint.swift
[1940/2130] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1941/2130] Compiling SQLKit Exports.swift
[1942/2130] Compiling SQLKit SQLAlias.swift
[1943/2130] Compiling SQLKit SQLQualifiedTable.swift
[1944/2130] Compiling SQLKit SQLQueryString.swift
[1945/2130] Compiling SQLKit SQLAlterEnumBuilder.swift
[1946/2130] Compiling SQLKit SQLForeignKeyAction.swift
[1947/2130] Compiling SQLKit SQLNestedSubpathExpression.swift
[1948/2130] Compiling MultipartKit MultipartSerializer.swift
[1949/2130] Compiling MultipartKit Utilities.swift
[1951/2131] Compiling AsyncKit Optional+StrictMap.swift
[1952/2131] Compiling AsyncKit Exports.swift
[1953/2131] Compiling SQLKit SQLDropIndex.swift
[1954/2131] Compiling SQLKit SQLDropTable.swift
[1955/2131] Compiling SQLKit SQLDropTrigger.swift
[1956/2131] Compiling SQLKit SQLInsert.swift
[1957/2131] Compiling SQLKit SQLSelect.swift
[1958/2131] Compiling SQLKit SQLUnion.swift
[1959/2131] Compiling SQLKit SQLUpdate.swift
[1960/2131] Compiling SQLKit SQLExpression.swift
[1961/2131] Compiling SQLKit SQLSerializer.swift
[1962/2131] Compiling SQLKit SQLStatement.swift
[1963/2131] Compiling SQLKit SQLBinaryExpression.swift
[1964/2131] Compiling SQLKit SQLBinaryOperator.swift
[1965/2131] Compiling SQLKit SQLBind.swift
[1966/2133] Compiling SQLKit SQLEnumDataType.swift
[1967/2133] Compiling SQLKit SQLExcludedColumn.swift
[1968/2133] Compiling SQLKit SQLForeignKey.swift
[1969/2133] Compiling SQLKit SQLJoin.swift
[1970/2133] Compiling SQLKit SQLJoinMethod.swift
[1971/2133] Compiling SQLKit SQLLockingClause.swift
[1972/2133] Compiling SQLKit SQLOrderBy.swift
[1973/2133] Compiling SQLKit SQLReturning.swift
[1974/2133] Compiling SQLKit SQLSubquery.swift
[1975/2133] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1978/2141] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1979/2141] Compiling SQLKit SQLColumnAssignment.swift
[1980/2141] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1981/2141] Compiling SQLKit SQLColumnDefinition.swift
[1982/2141] Compiling SQLKit SQLCommonTableExpression.swift
[1983/2141] Compiling SQLKit SQLConflictAction.swift
[1984/2141] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1985/2141] Compiling SQLKit SQLDropBehaviour.swift
[2019/2152] Compiling SQLKit SQLDropTableBuilder.swift
[2020/2152] Compiling SQLKit SQLDropTriggerBuilder.swift
[2021/2152] Compiling SQLKit SQLInsertBuilder.swift
[2022/2152] Compiling Crypto Zeroization.swift
[2023/2152] Compiling SQLKit SQLRawBuilder.swift
[2024/2152] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[2025/2152] Compiling SQLKit SQLSelectBuilder.swift
[2026/2152] Compiling SQLKit SQLSubqueryBuilder.swift
[2027/2152] Compiling SQLKit SQLUnionBuilder.swift
[2028/2152] Compiling SQLKit SQLUpdateBuilder.swift
[2029/2152] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[2030/2152] Compiling SQLKit SQLColumnUpdateBuilder.swift
[2031/2152] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[2032/2152] Compiling SQLKit SQLCommonUnionBuilder.swift
[2033/2152] Compiling SQLKit SQLJoinBuilder.swift
[2034/2152] Compiling SQLKit SQLPartialResultBuilder.swift
[2053/2152] Compiling Crypto Signature.swift
[2054/2152] Compiling Crypto CryptoKitErrors_boring.swift
[2055/2152] Compiling Crypto RNG_boring.swift
[2056/2152] Compiling Crypto SafeCompare_boring.swift
[2057/2152] Compiling Crypto Zeroization_boring.swift
[2058/2152] Compiling Crypto PrettyBytes.swift
[2059/2152] Compiling Crypto SafeCompare.swift
[2060/2152] Compiling Crypto SecureBytes.swift
[2061/2152] Emitting module SQLKit
[2068/2152] Compiling SQLKit SQLPredicateBuilder.swift
[2069/2152] Compiling SQLKit SQLQueryBuilder.swift
[2070/2152] Compiling SQLKit SQLQueryFetcher.swift
[2071/2152] Compiling SQLKit SQLReturningBuilder.swift
[2072/2152] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[2073/2152] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[2074/2152] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[2075/2152] Compiling SQLKit SQLDatabase.swift
[2076/2152] Compiling SQLKit SQLDatabaseReportedVersion.swift
[2077/2152] Compiling SQLKit SQLDialect.swift
[2078/2152] Compiling SQLKit SQLDatabase+Deprecated.swift
[2079/2152] Compiling SQLKit SQLError.swift
[2080/2152] Compiling SQLKit SQLExpressions+Deprecated.swift
[2105/2152] Emitting module Crypto
[2116/2152] Emitting module AsyncKit
[2127/2234] Compiling SQLKit SQLFunction.swift
[2128/2234] Compiling SQLKit SQLGroupExpression.swift
[2129/2234] Compiling SQLKit SQLIdentifier.swift
[2130/2234] Compiling SQLKit SQLList.swift
[2131/2234] Compiling SQLKit SQLLiteral.swift
[2132/2234] Compiling SQLKit SQLRaw.swift
[2133/2234] Compiling SQLKit SQLCodingUtilities.swift
[2134/2234] Compiling SQLKit SQLQueryEncoder.swift
[2135/2234] Compiling SQLKit SQLRow.swift
[2136/2234] Compiling SQLKit SQLRowDecoder.swift
[2137/2234] Compiling SQLKit SomeCodingKey.swift
[2138/2234] Compiling SQLKit StringHandling.swift
[2140/2235] Compiling _CryptoExtras ARCRequest.swift
[2141/2235] Compiling _CryptoExtras ARCResponse.swift
[2142/2235] Compiling _CryptoExtras ARCServer.swift
[2143/2235] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[2144/2235] Compiling _CryptoExtras ChaCha20CTR.swift
[2145/2284] Compiling FluentKit Migration.swift
[2146/2284] Compiling FluentKit MigrationLog.swift
[2147/2284] Compiling FluentKit Migrations.swift
[2148/2284] Compiling FluentKit Migrator.swift
[2149/2292] Compiling FluentKit OptionalEnumProperty.swift
[2150/2292] Compiling FluentKit Exports.swift
[2151/2292] Compiling FluentKit FluentError.swift
[2152/2292] Compiling FluentKit ModelMiddleware.swift
[2153/2292] Compiling FluentKit ModelResponder.swift
[2154/2326] Compiling FluentKit Siblings+Concurrency.swift
[2155/2326] Compiling FluentKit Database+Logging.swift
[2156/2326] Compiling FluentKit Database.swift
[2157/2326] Compiling FluentKit DatabaseID.swift
[2158/2326] Compiling FluentKit DatabaseInput.swift
[2159/2326] Emitting module _CryptoExtras
[2160/2332] Compiling FluentKit MirrorBypass.swift
[2161/2332] Compiling FluentKit Model+CRUD.swift
[2162/2332] Compiling FluentKit Model.swift
[2163/2332] Compiling FluentKit ModelAlias.swift
[2164/2332] Compiling FluentKit Schema.swift
[2165/2332] Compiling FluentKit FieldOperators.swift
[2166/2332] Compiling FluentKit Children+Concurrency.swift
[2167/2332] Compiling FluentKit Database+Concurrency.swift
[2168/2332] Compiling FluentKit EnumBuilder+Concurrency.swift
[2169/2332] Compiling FluentKit Model+Concurrency.swift
[2170/2332] Compiling FluentKit ModelResponder+Concurrency.swift
[2171/2332] Compiling FluentKit OptionalChild+Concurrency.swift
[2172/2332] Compiling FluentKit AnyModel.swift
[2173/2332] Compiling FluentKit EagerLoad.swift
[2174/2332] Compiling FluentKit Fields+Codable.swift
[2175/2332] Compiling FluentKit AsyncMigration.swift
[2176/2332] Compiling FluentKit EnumBuilder.swift
[2177/2332] Compiling FluentKit EnumMetadata.swift
[2178/2332] Compiling FluentKit EnumProperty.swift
[2179/2332] Compiling FluentKit Fields.swift
[2181/2332] Compiling FluentKit DatabaseOutput.swift
[2182/2332] Compiling FluentKit Databases.swift
[2183/2332] Compiling FluentKit KeyPrefixingStrategy.swift
[2184/2332] Compiling FluentKit TransactionControlDatabase.swift
[2185/2332] Compiling FluentKit DatabaseEnum.swift
[2186/2332] Emitting module FluentKit
[2201/2344] Compiling FluentKit Operators.swift
[2202/2344] Compiling FluentKit ValueOperators+Array.swift
[2203/2344] Compiling FluentKit ValueOperators+String.swift
[2204/2344] Compiling FluentKit ValueOperators.swift
[2205/2344] Compiling FluentKit Boolean.swift
[2220/2344] Compiling _CryptoExtras PrettyBytes.swift
[2221/2344] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[2222/2344] Compiling _CryptoExtras DLEQ.swift
[2223/2344] Compiling _CryptoExtras Prover.swift
[2224/2344] Compiling _CryptoExtras Verifier.swift
[2225/2344] Compiling _CryptoExtras ZKPToolbox.swift
[2240/2344] Compiling FluentKit AsyncModelMiddleware.swift
[2270/2344] Compiling FluentKit QueryBuilder+Group.swift
[2271/2344] Compiling FluentKit QueryBuilder+Join+DirectRelations.swift
[2272/2344] Compiling FluentKit QueryBuilder+Join.swift
[2273/2344] Compiling FluentKit QueryBuilder+Paginate.swift
[2274/2344] Compiling FluentKit QueryBuilder+Range.swift
[2275/2344] Compiling FluentKit QueryBuilder+Set.swift
[2276/2344] Compiling FluentKit QueryBuilder+Sort.swift
[2277/2344] Compiling FluentKit QueryBuilder.swift
[2278/2344] Compiling FluentKit DatabaseQuery+Action.swift
[2279/2344] Compiling FluentKit DatabaseQuery+Aggregate.swift
[2280/2344] Compiling FluentKit DatabaseQuery+Field.swift
[2281/2344] Compiling FluentKit DatabaseQuery+Filter.swift
[2282/2344] Compiling FluentKit DatabaseQuery+Join.swift
[2283/2344] Compiling FluentKit DatabaseQuery+Range.swift
[2284/2344] Compiling FluentKit DatabaseQuery+Sort.swift
[2285/2344] Compiling FluentKit DatabaseQuery+Value.swift
[2286/2344] Compiling FluentKit DatabaseQuery.swift
[2287/2344] Compiling FluentKit QueryHistory.swift
[2288/2344] Compiling FluentKit DatabaseSchema.swift
[2289/2344] Compiling FluentKit SchemaBuilder.swift
[2290/2344] Compiling FluentKit OptionalType.swift
[2291/2344] Compiling FluentKit RandomGeneratable.swift
[2292/2344] Compiling FluentKit SomeCodingKey.swift
[2293/2344] Compiling FluentKit UnsafeMutableTransferBox.swift
[2295/2344] Compiling FluentKit OptionalField.swift
[2296/2344] Compiling FluentKit OptionalParent.swift
[2297/2344] Compiling FluentKit Parent.swift
[2298/2344] Compiling FluentKit Property.swift
[2299/2344] Compiling FluentKit Relation.swift
[2300/2344] Compiling FluentKit Siblings.swift
[2301/2344] Compiling FluentKit Timestamp.swift
[2302/2344] Compiling FluentKit TimestampFormat.swift
[2303/2344] Compiling FluentKit QueryBuilder+Aggregate.swift
[2304/2344] Compiling FluentKit QueryBuilder+EagerLoad.swift
[2305/2344] Compiling FluentKit QueryBuilder+Filter.swift
[2306/2344] Compiling FluentKit BooleanPropertyFormat.swift
[2307/2344] Compiling FluentKit Children.swift
[2308/2344] Compiling FluentKit CompositeChildren.swift
[2309/2344] Compiling FluentKit CompositeID.swift
[2310/2344] Compiling FluentKit CompositeOptionalChild.swift
[2311/2344] Compiling FluentKit CompositeOptionalParent.swift
[2312/2344] Compiling FluentKit CompositeParent.swift
[2313/2344] Compiling FluentKit Field.swift
[2314/2344] Compiling FluentKit FieldKey.swift
[2315/2344] Compiling FluentKit Group.swift
[2316/2344] Compiling FluentKit ID.swift
[2317/2344] Compiling FluentKit OptionalBoolean.swift
[2335/2374] Compiling FluentWallet DeviceModel.swift
[2336/2393] Compiling FluentWallet PushTokenDTO.swift
[2337/2393] Emitting module FluentWallet
[2338/2400] Compiling FluentWallet LogEntriesDTO.swift
[2340/2520] Compiling Vapor Request+Body.swift
[2341/2520] Compiling Vapor Request+BodyStream.swift
[2342/2520] Compiling Vapor Request.swift
[2343/2520] Compiling Vapor Application+Responder.swift
[2344/2520] Compiling Vapor DefaultResponder.swift
[2345/2520] Compiling Vapor Response+Body.swift
[2346/2520] Compiling Vapor Response.swift
[2347/2520] Compiling Vapor ResponseCodable.swift
[2348/2520] Compiling Vapor Application+Routes.swift
[2349/2520] Compiling Vapor Parameters+Require.swift
[2350/2520] Compiling Vapor Request+WebSocket.swift
[2351/2520] Compiling Vapor Route.swift
[2352/2520] Compiling Vapor RouteCollection.swift
[2353/2520] Compiling Vapor Routes.swift
[2354/2520] Compiling Vapor RoutesBuilder+Group.swift
[2355/2520] Compiling Vapor RoutesBuilder+Method.swift
[2356/2520] Compiling Vapor RoutesBuilder+Middleware.swift
[2357/2520] Compiling Vapor RoutesBuilder+WebSocket.swift
[2358/2520] Compiling Vapor RoutesBuilder.swift
[2359/2520] Compiling Vapor OTP.swift
[2360/2520] Compiling Vapor Application+Servers.swift
[2361/2520] Compiling Vapor Server.swift
[2362/2520] Compiling Vapor App+Service.swift
[2363/2520] Compiling Vapor Req+Service.swift
[2364/2544] Compiling Vapor AsyncBasicResponder.swift
[2365/2544] Compiling Vapor AsyncMiddleware.swift
[2366/2544] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2367/2544] Compiling Vapor AsyncSessionDriver.swift
[2368/2544] Compiling Vapor Authentication+Concurrency.swift
[2369/2544] Compiling Vapor Cache+Concurrency.swift
[2370/2544] Compiling Vapor Client+Concurrency.swift
[2371/2544] Compiling Vapor RequestBody+Concurrency.swift
[2372/2544] Compiling Vapor Responder+Concurrency.swift
[2373/2544] Compiling Vapor ResponseCodable+Concurrency.swift
[2374/2544] Compiling Vapor RoutesBuilder+Concurrency.swift
[2375/2544] Compiling Vapor ViewRenderer+Concurrency.swift
[2376/2544] Compiling Vapor WebSocket+Concurrency.swift
[2377/2544] Compiling Vapor ContainerGetPathExecutor.swift
[2378/2544] Compiling Vapor Content.swift
[2379/2544] Compiling Vapor ContentCoders.swift
[2380/2544] Compiling Vapor ContentConfiguration.swift
[2381/2544] Compiling Vapor ContentContainer.swift
[2382/2544] Compiling Vapor JSONCoder+Custom.swift
[2383/2544] Compiling Vapor JSONCoders+Content.swift
[2384/2544] Compiling Vapor PlaintextDecoder.swift
[2385/2544] Compiling Vapor PlaintextEncoder.swift
[2386/2544] Compiling Vapor URLQueryCoders.swift
[2387/2544] Compiling Vapor URLQueryContainer.swift
[2388/2544] Compiling Vapor Core.swift
[2389/2544] Compiling Vapor Running.swift
[2390/2544] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2391/2544] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2392/2544] Compiling Vapor DotEnvFile+load.swift
[2393/2544] Compiling Vapor Routes+caseInsenstive.swift
[2394/2544] Compiling Vapor Validatable+validate.swift
[2395/2544] Compiling Vapor Environment+Process.swift
[2396/2544] Compiling Vapor Environment+Secret.swift
[2397/2544] Compiling Vapor Environment.swift
[2398/2544] Compiling Vapor Abort.swift
[2399/2544] Compiling Vapor AbortError.swift
[2400/2544] Compiling Vapor DebuggableError.swift
[2401/2544] Compiling Vapor Demangler.swift
[2402/2544] Compiling Vapor ErrorSource.swift
[2403/2544] Compiling Vapor StackTrace.swift
[2404/2544] Compiling Vapor Exports.swift
[2405/2544] Compiling Vapor Application+HTTP.swift
[2406/2544] Compiling Vapor BasicResponder.swift
[2407/2544] Compiling Vapor BodyStream.swift
[2408/2544] Compiling Vapor Application+HTTP+Client.swift
[2409/2544] Compiling Vapor EventLoopHTTPClient.swift
[2410/2544] Compiling Vapor EndpointCache.swift
[2411/2544] Compiling Vapor HTTPMethod+String.swift
[2412/2568] Emitting module APNSCore
[2419/2569] Compiling Vapor Service.swift
[2420/2569] Compiling Vapor Application+Sessions.swift
[2421/2569] Compiling Vapor MemorySessions.swift
[2422/2569] Compiling Vapor Request+Session.swift
[2423/2569] Compiling Vapor Session.swift
[2424/2569] Compiling Vapor SessionCache.swift
[2425/2569] Compiling Vapor SessionData.swift
[2426/2569] Compiling Vapor SessionDriver.swift
[2427/2569] Compiling Vapor SessionsConfiguration.swift
[2428/2569] Compiling Vapor SessionsMiddleware.swift
[2429/2569] Compiling Vapor URLEncodedFormData.swift
[2430/2569] Compiling Vapor URLEncodedFormDecoder.swift
[2431/2569] Compiling Vapor URLEncodedFormEncoder.swift
[2432/2569] Compiling Vapor URLEncodedFormError.swift
[2433/2569] Compiling Vapor URLEncodedFormParser.swift
[2434/2569] Compiling Vapor URLEncodedFormSerializer.swift
[2435/2569] Compiling Vapor URLQueryFragmentConvertible.swift
[2436/2569] Compiling Vapor AnyResponse.swift
[2437/2569] Compiling Vapor Array+Random.swift
[2438/2569] Compiling Vapor Base32.swift
[2439/2569] Compiling Vapor Base64.swift
[2440/2569] Compiling Vapor BaseN.swift
[2441/2569] Compiling Vapor BasicCodingKey.swift
[2442/2569] Compiling Vapor ByteCount.swift
[2443/2574] Compiling Vapor Application.swift
[2444/2574] Compiling Vapor AuthenticationCache.swift
[2445/2574] Compiling Vapor Authenticator.swift
[2446/2574] Compiling Vapor BasicAuthorization.swift
[2447/2574] Compiling Vapor BearerAuthorization.swift
[2448/2574] Compiling Vapor GuardMiddleware.swift
[2449/2574] Compiling Vapor RedirectMiddleware.swift
[2450/2574] Compiling Vapor SessionAuthenticatable.swift
[2451/2574] Compiling Vapor Bcrypt.swift
[2452/2574] Compiling Vapor Application+Cache.swift
[2453/2574] Compiling Vapor Cache.swift
[2454/2574] Compiling Vapor CacheExpirationTime.swift
[2455/2574] Compiling Vapor MemoryCache.swift
[2456/2574] Compiling Vapor Request+Cache.swift
[2457/2574] Compiling Vapor Application+Clients.swift
[2458/2574] Compiling Vapor Client.swift
[2459/2574] Compiling Vapor ClientRequest.swift
[2460/2574] Compiling Vapor ClientResponse.swift
[2461/2574] Compiling Vapor Request+Client.swift
[2462/2574] Compiling Vapor BootCommand.swift
[2463/2574] Compiling Vapor CommandContext+Application.swift
[2464/2574] Compiling Vapor RoutesCommand.swift
[2465/2574] Compiling Vapor ServeCommand.swift
[2466/2574] Compiling Vapor AnyResponse+Concurrency.swift
[2467/2574] Emitting module Vapor
[2468/2574] Compiling APNS APNSJSONDecoder.swift
[2469/2574] Compiling APNS APNSJSONEncoder.swift
[2470/2574] Compiling APNS APNSConfiguration.swift
[2471/2574] Compiling APNS APNSClient.swift
[2472/2574] Emitting module APNS
[2474/2575] Compiling Vapor Validator.swift
[2475/2575] Compiling Vapor ValidatorResult.swift
[2476/2575] Compiling Vapor And.swift
[2477/2575] Compiling Vapor Case.swift
[2478/2575] Compiling Vapor CharacterSet.swift
[2479/2575] Compiling Vapor Count.swift
[2480/2575] Compiling Vapor Custom.swift
[2481/2575] Compiling Vapor Email.swift
[2482/2575] Compiling Vapor Empty.swift
[2483/2575] Compiling Vapor In.swift
[2484/2575] Compiling Vapor Nil.swift
[2485/2575] Compiling Vapor NilIgnoring.swift
[2486/2575] Compiling Vapor Not.swift
[2487/2575] Compiling Vapor Or.swift
[2488/2575] Compiling Vapor Pattern.swift
[2489/2575] Compiling Vapor Range.swift
[2490/2575] Compiling Vapor URL.swift
[2491/2575] Compiling Vapor Valid.swift
[2492/2575] Compiling Vapor Application+Views.swift
[2493/2575] Compiling Vapor PlaintextRenderer.swift
[2494/2575] Compiling Vapor Request+View.swift
[2495/2575] Compiling Vapor View.swift
[2496/2575] Compiling Vapor ViewRenderer.swift
[2497/2575] Compiling Vapor _Deprecations.swift
[2498/2575] Compiling Vapor Bytes+Hex.swift
[2499/2575] Compiling Vapor Bytes+SecureCompare.swift
[2500/2575] Compiling Vapor Collection+Safe.swift
[2501/2575] Compiling Vapor DataProtocol+Copy.swift
[2502/2575] Compiling Vapor DecoderUnwrapper.swift
[2503/2575] Compiling Vapor DirectoryConfiguration.swift
[2504/2575] Compiling Vapor DotEnv.swift
[2505/2575] Compiling Vapor Extendable.swift
[2506/2575] Compiling Vapor File.swift
[2507/2575] Compiling Vapor FileIO.swift
[2508/2575] Compiling Vapor LifecycleHandler.swift
[2509/2575] Compiling Vapor OptionalType.swift
[2510/2575] Compiling Vapor RFC1123.swift
[2511/2575] Compiling Vapor SocketAddress+Hostname.swift
[2512/2575] Compiling Vapor Storage.swift
[2513/2575] Compiling Vapor String+IsIPAddress.swift
[2514/2575] Compiling Vapor Thread.swift
[2515/2575] Compiling Vapor URI.swift
[2516/2575] Compiling Vapor RangeResult.swift
[2517/2575] Compiling Vapor Validatable.swift
[2518/2575] Compiling Vapor Validation.swift
[2519/2575] Compiling Vapor ValidationKey.swift
[2520/2575] Compiling Vapor Validations.swift
[2521/2575] Compiling Vapor ValidationsError.swift
[2529/2668] Compiling Vapor HTTPStatus.swift
[2530/2668] Compiling Vapor HTTPCookies.swift
[2531/2668] Compiling Vapor HTTPHeaderCacheControl.swift
[2532/2668] Compiling Vapor HTTPHeaderExpires.swift
[2533/2668] Compiling Vapor HTTPHeaderLastModified.swift
[2534/2668] Compiling Vapor HTTPHeaders+Cache.swift
[2535/2668] Compiling Vapor HTTPHeaders+Connection.swift
[2536/2668] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2537/2668] Compiling Vapor HTTPHeaders+ContentRange.swift
[2538/2668] Compiling Vapor HTTPHeaders+Directive.swift
[2539/2668] Compiling Vapor HTTPHeaders+Forwarded.swift
[2540/2668] Compiling Vapor HTTPHeaders+Link.swift
[2541/2668] Compiling Vapor HTTPHeaders+Name.swift
[2542/2668] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2543/2668] Compiling Vapor HTTPHeaders.swift
[2544/2668] Compiling Vapor HTTPMediaType.swift
[2545/2668] Compiling Vapor HTTPMediaTypePreference.swift
[2546/2668] Compiling Vapor Responder.swift
[2547/2668] Compiling Vapor Application+HTTP+Server.swift
[2548/2668] Compiling Vapor HTTPServer.swift
[2549/2668] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2550/2668] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2551/2668] Compiling Vapor HTTPServerHandler.swift
[2552/2668] Compiling Vapor HTTPServerRequestDecoder.swift
[2553/2668] Compiling X509 ExtensionsBuilder.swift
[2554/2668] Compiling X509 GeneralName.swift
[2555/2668] Compiling X509 Lock.swift
[2556/2668] Compiling X509 LockedValueBox.swift
[2557/2668] Compiling X509 BasicOCSPResponse.swift
[2558/2668] Compiling X509 DirectoryString.swift
[2559/2668] Compiling X509 CertificateStore.swift
[2560/2668] Compiling X509 OneOfPolicies.swift
[2561/2668] Compiling X509 PolicyBuilder.swift
[2562/2668] Compiling X509 BasicConstraintsPolicy.swift
[2563/2668] Compiling X509 DNSNames.swift
[2564/2668] Compiling X509 DirectoryNames.swift
[2565/2668] Compiling X509 ExpiryPolicy.swift
[2566/2668] Compiling X509 IPConstraints.swift
[2567/2668] Compiling X509 NameConstraintsPolicy.swift
[2568/2668] Compiling X509 RFC5280Policy.swift
[2569/2668] Compiling X509 URIConstraints.swift
[2570/2668] Compiling X509 VersionPolicy.swift
[2571/2668] Compiling X509 ServerIdentityPolicy.swift
[2572/2668] Compiling Vapor BcryptHasher.swift
[2573/2668] Compiling Vapor PasswordHasher.swift
[2574/2668] Compiling Vapor PlaintextHasher.swift
[2575/2668] Compiling Vapor Request+Password.swift
[2576/2668] Compiling Vapor Redirect.swift
[2578/2689] Compiling VaporAPNS Request+APNS.swift
[2579/2689] Compiling VaporAPNS Application+APNS.swift
[2580/2689] Compiling Fluent FluentProvider+Concurrency.swift
[2581/2689] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[2582/2691] Compiling Fluent Fluent+History.swift
[2583/2691] Compiling Fluent Fluent+Paginate.swift
[2584/2691] Compiling VaporAPNS APNSContainerID.swift
[2585/2691] Emitting module VaporAPNS
[2586/2691] Compiling VaporAPNS APNSContainers.swift
[2587/2691] Compiling Fluent ModelAuthenticatable.swift
[2588/2691] Compiling Fluent ModelCredentialsAuthenticatable.swift
[2589/2691] Emitting module Fluent
[2590/2691] Compiling Fluent Exports.swift
[2591/2691] Compiling Fluent Fluent+Cache.swift
[2593/2692] Compiling Fluent ModelTokenAuthenticatable.swift
[2594/2692] Compiling Fluent PageLimit.swift
[2595/2692] Compiling Fluent FluentProvider.swift
[2596/2692] Compiling Fluent MigrateCommand.swift
[2597/2692] Compiling Fluent Pagination+Concurrency.swift
[2598/2692] Compiling Fluent Sessions+Concurrency.swift
[2599/2692] Compiling Fluent Fluent+Pagination.swift
[2600/2692] Compiling Fluent Fluent+Sessions.swift
[2605/2693] Compiling X509 LocalityName.swift
[2606/2693] Compiling X509 OrganizationName.swift
[2607/2693] Compiling X509 OrganizationalUnitName.swift
[2608/2693] Compiling X509 StateOrProvinceName.swift
[2609/2693] Compiling X509 StreetAddress.swift
[2610/2693] Compiling X509 Error.swift
[2611/2693] Compiling X509 AuthorityInformationAccess.swift
[2612/2693] Compiling X509 AuthorityKeyIdentifier.swift
[2613/2693] Compiling X509 BasicConstraints.swift
[2614/2693] Compiling X509 ExtendedKeyUsage.swift
[2641/2710] Compiling X509 OCSPTBSRequest.swift
[2642/2710] Compiling X509 OCSPVersion.swift
[2643/2710] Compiling X509 PKCS8PrivateKey.swift
[2644/2710] Compiling X509 PromiseAndFuture.swift
[2645/2710] Compiling X509 RDNAttribute.swift
[2646/2710] Compiling X509 RandomNumberGenerator+bytes.swift
[2647/2710] Compiling X509 RelativeDistinguishedName.swift
[2648/2710] Compiling X509 SEC1PrivateKey.swift
[2649/2710] Compiling X509 SecKeyWrapper.swift
[2650/2710] Compiling X509 Signature.swift
[2651/2710] Compiling X509 SignatureAlgorithm.swift
[2652/2710] Compiling X509 AllOfPolicies.swift
[2653/2710] Compiling X509 AnyPolicy.swift
[2654/2710] Compiling X509 CMSEncapsulatedContentInfo.swift
[2655/2710] Compiling X509 CMSIssuerAndSerialNumber.swift
[2656/2710] Compiling X509 CMSOperations.swift
[2657/2710] Compiling X509 CMSSignature.swift
[2658/2710] Compiling X509 CMSSignedData.swift
[2659/2710] Compiling X509 CMSSignerIdentifier.swift
[2660/2710] Compiling X509 CMSSignerInfo.swift
[2661/2710] Compiling X509 CMSVersion.swift
[2662/2710] Compiling X509 Curve25519+DER.swift
[2663/2710] Compiling X509 Digests.swift
[2664/2710] Compiling X509 DistinguishedName.swift
[2665/2710] Compiling X509 CommonName.swift
[2666/2710] Compiling X509 CountryName.swift
[2667/2710] Compiling X509 OCSPCertID.swift
[2668/2710] Compiling X509 OCSPCertStatus.swift
[2669/2710] Compiling X509 OCSPExtensionID.swift
[2670/2710] Compiling X509 OCSPNonce.swift
[2671/2710] Compiling X509 OCSPPolicy.swift
[2672/2710] Compiling X509 OCSPRequest.swift
[2673/2710] Compiling X509 OCSPResponse.swift
[2674/2710] Compiling X509 OCSPResponseBytes.swift
[2675/2710] Compiling X509 OCSPResponseData.swift
[2676/2710] Compiling X509 OCSPResponseStatus.swift
[2677/2710] Compiling X509 OCSPSignature.swift
[2678/2710] Compiling X509 OCSPSingleRequest.swift
[2679/2710] Compiling X509 OCSPSingleResponse.swift
[2680/2710] Compiling X509 ExtensionIdentifiers.swift
[2681/2710] Compiling X509 KeyUsage.swift
[2682/2710] Compiling X509 NameConstraints.swift
[2683/2710] Compiling X509 SubjectAlternativeName.swift
[2684/2710] Compiling X509 SubjectKeyIdentifier.swift
[2685/2710] Compiling X509 Extension.swift
[2686/2710] Compiling X509 Extensions.swift
[2693/2710] Compiling VaporWallet isLoggingConfigured.swift
[2694/2710] Emitting module X509
[2695/2710] Emitting module VaporWallet
[2696/2710] Compiling VaporWallet DTOs+Content.swift
[2697/2710] Compiling VaporWallet TestCertificate.swift
[2699/2711] Compiling X509 TrustRootLoading.swift
[2700/2711] Compiling X509 UnverifiedChain.swift
[2701/2711] Compiling X509 VerificationDiagnostic.swift
[2702/2711] Compiling X509 Verifier.swift
[2703/2711] Compiling X509 VerifierPolicy.swift
[2704/2711] Compiling X509 AlgorithmIdentifier.swift
[2705/2711] Compiling X509 ECDSASignature.swift
[2706/2711] Compiling X509 RSAPKCS1PublicKey.swift
[2707/2711] Compiling X509 SubjectPublicKeyInfo.swift
[2708/2711] Compiling X509 TBSCertificate.swift
[2709/2711] Compiling X509 Time.swift
[2710/2711] Compiling X509 TimeCalculations.swift
[2711/2711] Compiling X509 Validity.swift
[2713/2721] Compiling WalletPasses PassJSON.swift
[2714/2721] Compiling WalletPasses WalletPassesError.swift
[2715/2721] Compiling WalletPasses PersonalizationJSON.swift
[2716/2721] Compiling WalletOrders WalletOrdersError.swift
[2717/2721] Compiling WalletOrders OrderJSON.swift
[2718/2721] Emitting module WalletOrders
[2719/2721] Compiling WalletOrders OrderBuilder.swift
[2720/2721] Compiling WalletPasses PassBuilder.swift
[2721/2721] Emitting module WalletPasses
[2724/2742] Compiling FluentWalletPasses PassesRegistrationModel.swift
[2725/2742] Compiling FluentWalletOrders Exports.swift
[2726/2744] Compiling FluentWalletPasses PassDataModel.swift
[2727/2744] Compiling FluentWalletPasses PassModel.swift
[2728/2744] Compiling FluentWalletOrders OrdersDevice.swift
[2729/2744] Compiling FluentWalletOrders Order.swift
[2730/2744] Compiling FluentWalletOrders OrderDataModel.swift
[2731/2744] Compiling FluentWalletOrders OrderModel.swift
[2732/2744] Emitting module FluentWalletOrders
[2733/2744] Compiling FluentWalletOrders OrderIdentifiersDTO.swift
[2734/2744] Compiling FluentWalletOrders OrdersRegistration.swift
[2735/2744] Compiling FluentWalletOrders OrdersRegistrationModel.swift
[2736/2745] Compiling FluentWalletPasses PersonalizationInfo.swift
[2737/2745] Emitting module FluentWalletPasses
[2738/2745] Compiling FluentWalletPasses PersonalizationDictionaryDTO.swift
[2739/2745] Compiling FluentWalletPasses SerialNumbersDTO.swift
[2740/2745] Compiling FluentWalletPasses Exports.swift
[2741/2745] Compiling FluentWalletPasses Pass.swift
[2742/2745] Compiling FluentWalletPasses PassesDevice.swift
[2743/2745] Compiling FluentWalletPasses PassesRegistration.swift
[2744/2745] Compiling FluentWalletPasses PersonalizationInfoModel.swift
[2747/2762] Compiling VaporWalletPasses DTOs+Content.swift
[2748/2762] Emitting module VaporWalletPasses
[2749/2762] Compiling VaporWalletOrders Exports.swift
[2750/2762] Emitting module VaporWalletOrders
[2751/2762] Compiling VaporWalletOrders OrdersService+AsyncModelMiddleware.swift
[2752/2762] Compiling VaporWalletOrders OrderIdentifiersDTO+Content.swift
[2753/2762] Compiling VaporWalletOrders AppleOrderMiddleware.swift
[2754/2762] Compiling VaporWalletPasses ApplePassMiddleware.swift
[2755/2762] Compiling VaporWalletPasses Exports.swift
[2756/2762] Compiling VaporWalletOrders OrdersServiceCustom.swift
[2757/2762] Compiling VaporWalletPasses PassesServiceCustom.swift
[2758/2762] Compiling VaporWalletOrders OrdersService.swift
[2759/2762] Compiling VaporWalletOrders OrdersServiceCustom+RouteCollection.swift
[2761/2763] Compiling VaporWalletPasses PassesService.swift
[2762/2763] Compiling VaporWalletPasses PassesService+AsyncModelMiddleware.swift
[2763/2763] Compiling VaporWalletPasses PassesServiceCustom+RouteCollection.swift
Build complete! (491.52s)
Build complete.
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.111.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "fluent",
"requirement" : {
"range" : [
{
"lower_bound" : "4.12.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/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" : "apns",
"requirement" : {
"range" : [
{
"lower_bound" : "4.2.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/apns.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" : "wallet",
"name" : "wallet",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "VaporWalletPasses",
"targets" : [
"VaporWalletPasses"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "VaporWalletOrders",
"targets" : [
"VaporWalletOrders"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "VaporWalletPassesTests",
"module_type" : "SwiftTarget",
"name" : "VaporWalletPassesTests",
"path" : "Tests/VaporWalletPassesTests",
"product_dependencies" : [
"VaporTesting",
"FluentSQLiteDriver",
"ZipArchive"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/VaporWalletPassesTests/SourceFiles",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Utils/PassData.swift",
"Utils/PassJSONData.swift",
"Utils/withApp.swift",
"VaporWalletPassesTests.swift"
],
"target_dependencies" : [
"VaporWalletPasses"
],
"type" : "test"
},
{
"c99name" : "VaporWalletPasses",
"module_type" : "SwiftTarget",
"name" : "VaporWalletPasses",
"path" : "Sources/VaporWalletPasses",
"product_dependencies" : [
"FluentWalletPasses",
"ZipArchive"
],
"product_memberships" : [
"VaporWalletPasses"
],
"sources" : [
"DTOs/DTOs+Content.swift",
"Exports.swift",
"Middleware/ApplePassMiddleware.swift",
"Middleware/PassesService+AsyncModelMiddleware.swift",
"PassesService.swift",
"PassesServiceCustom+RouteCollection.swift",
"PassesServiceCustom.swift"
],
"target_dependencies" : [
"VaporWallet"
],
"type" : "library"
},
{
"c99name" : "VaporWalletOrdersTests",
"module_type" : "SwiftTarget",
"name" : "VaporWalletOrdersTests",
"path" : "Tests/VaporWalletOrdersTests",
"product_dependencies" : [
"VaporTesting",
"FluentSQLiteDriver",
"ZipArchive"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/VaporWalletOrdersTests/SourceFiles",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Utils/OrderData.swift",
"Utils/OrderJSONData.swift",
"Utils/withApp.swift",
"VaporWalletOrdersTests.swift"
],
"target_dependencies" : [
"VaporWalletOrders"
],
"type" : "test"
},
{
"c99name" : "VaporWalletOrders",
"module_type" : "SwiftTarget",
"name" : "VaporWalletOrders",
"path" : "Sources/VaporWalletOrders",
"product_dependencies" : [
"FluentWalletOrders"
],
"product_memberships" : [
"VaporWalletOrders"
],
"sources" : [
"DTOs/OrderIdentifiersDTO+Content.swift",
"Exports.swift",
"Middleware/AppleOrderMiddleware.swift",
"Middleware/OrdersService+AsyncModelMiddleware.swift",
"OrdersService.swift",
"OrdersServiceCustom+RouteCollection.swift",
"OrdersServiceCustom.swift"
],
"target_dependencies" : [
"VaporWallet"
],
"type" : "library"
},
{
"c99name" : "VaporWallet",
"module_type" : "SwiftTarget",
"name" : "VaporWallet",
"path" : "Sources/VaporWallet",
"product_dependencies" : [
"Vapor",
"Fluent",
"VaporAPNS"
],
"product_memberships" : [
"VaporWalletPasses",
"VaporWalletOrders"
],
"sources" : [
"DTOs/DTOs+Content.swift",
"Testing/TestCertificate.swift",
"Testing/isLoggingConfigured.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.