Build Information
Successful build of SteamPress, reference 0.0.9 (38f67e
), with Swift 6.1 for Linux on 27 Apr 2025 17:31:52 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/iankoex/SteamPress.git
Reference: 0.0.9
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/iankoex/SteamPress
* tag 0.0.9 -> FETCH_HEAD
HEAD is now at 38f67e7 try this
Cloned https://github.com/iankoex/SteamPress.git
Revision (git rev-parse @):
38f67e75f61eda17bc7bb345b61c9daf6fd74097
SUCCESS checkout https://github.com/iankoex/SteamPress.git at 0.0.9
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/iankoex/SteamPress.git
https://github.com/iankoex/SteamPress.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "fluent",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent.git"
},
{
"identity" : "fluent-postgres-driver",
"requirement" : {
"exact" : [
"2.6.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-postgres-driver.git"
},
{
"identity" : "fluent-mysql-driver",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-mysql-driver.git"
},
{
"identity" : "fluent-sqlite-driver",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-sqlite-driver"
},
{
"identity" : "steampress-core",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.12",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/iankoex/steampress-core.git"
},
{
"identity" : "leaf",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/leaf.git"
},
{
"identity" : "leaf-error-middleware",
"requirement" : {
"range" : [
{
"lower_bound" : "4.1.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/brokenhandsio/leaf-error-middleware.git"
}
],
"manifest_display_name" : "SteamPress",
"name" : "SteamPress",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "App",
"targets" : [
"App"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "AppTests",
"module_type" : "SwiftTarget",
"name" : "AppTests",
"path" : "Tests/AppTests",
"product_dependencies" : [
"XCTVapor"
],
"sources" : [
"SteamPressExampleTests.swift"
],
"target_dependencies" : [
"App"
],
"type" : "test"
},
{
"c99name" : "App",
"module_type" : "SwiftTarget",
"name" : "App",
"path" : "Sources/App",
"product_dependencies" : [
"Vapor",
"Fluent",
"FluentPostgresDriver",
"FluentMySQLDriver",
"FluentSQLiteDriver",
"SteamPressCore",
"Leaf",
"LeafErrorMiddleware"
],
"product_memberships" : [
"App"
],
"sources" : [
"Models/Contexts/Admin/AdminPageContext.swift",
"Models/Contexts/Admin/CreatePostPageContext.swift",
"Models/Contexts/Admin/CreateUserPageContext.swift",
"Models/Contexts/Admin/ResetPasswordPageContext.swift",
"Models/Contexts/AllAuthorsPageContext.swift",
"Models/Contexts/AllTagsPageContext.swift",
"Models/Contexts/AuthorPageContext.swift",
"Models/Contexts/BlogIndexPageContext.swift",
"Models/Contexts/BlogPostPageContext.swift",
"Models/Contexts/ErrorContext.swift",
"Models/Contexts/LoginPageContext.swift",
"Models/Contexts/SearchPageContext.swift",
"Models/Contexts/TagPageContext.swift",
"Presenters/ViewBlogAdminPresenter.swift",
"Presenters/ViewBlogPresenter.swift",
"Repositories/PostRepository.swift",
"Repositories/TagRepository.swift",
"Repositories/UserRepository.swift",
"Services/ConfigureDatabases.swift",
"Services/Services.swift",
"configure.swift",
"entrypoint.swift",
"routes.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/leaf.git
Fetching https://github.com/vapor/fluent-sqlite-driver
Fetching https://github.com/iankoex/steampress-core.git
Fetching https://github.com/vapor/fluent-mysql-driver.git
Fetching https://github.com/brokenhandsio/leaf-error-middleware.git
[1/1347] Fetching fluent-sqlite-driver
[1281/5303] Fetching fluent-sqlite-driver, leaf
[1388/8077] Fetching fluent-sqlite-driver, leaf, fluent-mysql-driver
[2248/8606] Fetching fluent-sqlite-driver, leaf, fluent-mysql-driver, leaf-error-middleware
[8607/17414] Fetching fluent-sqlite-driver, leaf, fluent-mysql-driver, leaf-error-middleware, steampress-core
Fetching https://github.com/vapor/fluent-postgres-driver.git
Fetched https://github.com/vapor/leaf.git from cache (0.36s)
[9319/13458] Fetching fluent-sqlite-driver, fluent-mysql-driver, leaf-error-middleware, steampress-core
Fetched https://github.com/brokenhandsio/leaf-error-middleware.git from cache (0.36s)
[9054/12929] Fetching fluent-sqlite-driver, fluent-mysql-driver, steampress-core
Fetched https://github.com/vapor/fluent-mysql-driver.git from cache (0.36s)
[6985/10155] Fetching fluent-sqlite-driver, steampress-core
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/fluent.git
[10156/12814] Fetching fluent-sqlite-driver, steampress-core, fluent-postgres-driver
[12815/26221] Fetching fluent-sqlite-driver, steampress-core, fluent-postgres-driver, fluent
Fetched https://github.com/vapor/fluent-sqlite-driver from cache (0.59s)
[12138/24874] Fetching steampress-core, fluent-postgres-driver, fluent
Fetched https://github.com/iankoex/steampress-core.git from cache (0.59s)
[3464/16066] Fetching fluent-postgres-driver, fluent
Fetched https://github.com/vapor/fluent-postgres-driver.git from cache (0.25s)
[3486/13407] Fetching fluent
[10325/87720] Fetching fluent, vapor
Fetched https://github.com/vapor/fluent.git from cache (0.57s)
[14863/74313] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (1.94s)
Computing version for https://github.com/brokenhandsio/leaf-error-middleware.git
Computed https://github.com/brokenhandsio/leaf-error-middleware.git at 4.1.1 (2.77s)
Computing version for https://github.com/iankoex/steampress-core.git
Computed https://github.com/iankoex/steampress-core.git at 2.0.12 (0.47s)
Fetching https://github.com/marmelroy/Zip.git
[1/1989] Fetching zip
Fetched https://github.com/marmelroy/Zip.git from cache (0.38s)
Computing version for https://github.com/vapor/fluent-postgres-driver.git
Computed https://github.com/vapor/fluent-postgres-driver.git at 2.6.0 (0.84s)
Fetching https://github.com/vapor/fluent-kit.git
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/postgres-kit.git
[1/2370] Fetching async-kit
[2371/7725] Fetching async-kit, postgres-kit
[6655/20969] Fetching async-kit, postgres-kit, fluent-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.50s)
Fetched https://github.com/vapor/postgres-kit.git from cache (0.50s)
Fetched https://github.com/vapor/fluent-kit.git from cache (0.51s)
Computing version for https://github.com/marmelroy/Zip.git
Computed https://github.com/marmelroy/Zip.git at 2.1.2 (1.00s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.48s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-collections.git
[1/3836] Fetching swift-log
[2380/9739] Fetching swift-log, swift-algorithms
[9740/25981] Fetching swift-log, swift-algorithms, swift-collections
[10065/101412] Fetching swift-log, swift-algorithms, swift-collections, swift-nio
Fetched https://github.com/apple/swift-algorithms.git from cache (0.40s)
[7457/95509] Fetching swift-log, swift-collections, swift-nio
Fetched https://github.com/apple/swift-collections.git from cache (1.20s)
[52867/79267] Fetching swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (4.52s)
Fetched https://github.com/apple/swift-nio.git from cache (4.60s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.05s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.37s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.88s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.41s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.63s)
Computing version for https://github.com/vapor/fluent-mysql-driver.git
Computed https://github.com/vapor/fluent-mysql-driver.git at 4.7.1 (0.42s)
Fetching https://github.com/vapor/mysql-kit.git
[1/5128] Fetching mysql-kit
Fetched https://github.com/vapor/mysql-kit.git from cache (0.27s)
Computing version for https://github.com/vapor/mysql-kit.git
Computed https://github.com/vapor/mysql-kit.git at 4.9.0 (0.74s)
Fetching https://github.com/vapor/mysql-nio.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/vapor/sql-kit.git
[1/2217] Fetching mysql-nio
[2218/16001] Fetching mysql-nio, swift-crypto
[2356/21984] Fetching mysql-nio, swift-crypto, sql-kit
[10480/36777] Fetching mysql-nio, swift-crypto, sql-kit, swift-nio-ssl
Fetched https://github.com/vapor/sql-kit.git from cache (0.48s)
[7598/30794] Fetching mysql-nio, swift-crypto, swift-nio-ssl
Fetched https://github.com/vapor/mysql-nio.git from cache (1.37s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.41s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.79s)
Computing version for https://github.com/vapor/mysql-nio.git
Computed https://github.com/vapor/mysql-nio.git at 1.7.2 (2.39s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.1 (0.45s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (0.69s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-system.git
[1/4353] Fetching swift-system
[2787/6058] Fetching swift-system, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.37s)
Fetched https://github.com/apple/swift-system.git from cache (0.37s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.85s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.44s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.45s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.51s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (0.43s)
Computing version for https://github.com/vapor/fluent-sqlite-driver
Computed https://github.com/vapor/fluent-sqlite-driver at 4.8.1 (0.45s)
Fetching https://github.com/vapor/sqlite-kit.git
[1/2112] Fetching sqlite-kit
Fetched https://github.com/vapor/sqlite-kit.git from cache (0.48s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (0.96s)
Fetching https://github.com/vapor/sqlite-nio.git
[1/1496] Fetching sqlite-nio
Fetched https://github.com/vapor/sqlite-nio.git from cache (1.36s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.2 (1.82s)
Computing version for https://github.com/vapor/leaf.git
Computed https://github.com/vapor/leaf.git at 4.5.0 (0.42s)
Fetching https://github.com/vapor/leaf-kit.git
[1/4938] Fetching leaf-kit
Fetched https://github.com/vapor/leaf-kit.git from cache (0.33s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (0.83s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
[12/3263] Fetching swift-service-context, swift-metrics
[1746/6471] Fetching swift-service-context, swift-metrics, multipart-kit
[1843/9067] Fetching swift-service-context, swift-metrics, multipart-kit, websocket-kit
[2233/14729] Fetching swift-service-context, swift-metrics, multipart-kit, websocket-kit, swift-nio-extras
[4814/19699] Fetching swift-service-context, swift-metrics, multipart-kit, websocket-kit, swift-nio-extras, swift-distributed-tracing
Fetched https://github.com/apple/swift-service-context.git from cache (0.31s)
[10303/18636] Fetching swift-metrics, multipart-kit, websocket-kit, swift-nio-extras, swift-distributed-tracing
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.57s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.57s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.57s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/vapor/console-kit.git
[7300/20362] Fetching multipart-kit, swift-nio-extras, swift-nio-http2
[9829/41089] Fetching multipart-kit, swift-nio-extras, swift-nio-http2, routing-kit
[11925/46574] Fetching multipart-kit, swift-nio-extras, swift-nio-http2, routing-kit, console-kit
[24206/60361] Fetching multipart-kit, swift-nio-extras, swift-nio-http2, routing-kit, console-kit, async-http-client
Fetched https://github.com/vapor/console-kit.git from cache (0.46s)
[37808/54876] Fetching multipart-kit, swift-nio-extras, swift-nio-http2, routing-kit, async-http-client
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.02s)
Fetched https://github.com/vapor/multipart-kit.git from cache (2.08s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.13s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.94s)
Fetched https://github.com/vapor/routing-kit.git from cache (1.95s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (2.94s)
Computing version for https://github.com/vapor/leaf-kit.git
Computed https://github.com/vapor/leaf-kit.git at 1.13.1 (0.51s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.43s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.43s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.27s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.70s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.50s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
[802/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.29s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.30s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.72s)
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.45s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.45s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.44s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.46s)
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.43s)
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.18s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.42s)
Computing version for https://github.com/vapor/postgres-kit.git
Computed https://github.com/vapor/postgres-kit.git at 2.14.0 (0.43s)
Fetching https://github.com/vapor/postgres-nio.git
[1/12117] Fetching postgres-nio
Fetched https://github.com/vapor/postgres-nio.git from cache (0.59s)
Computing version for https://github.com/vapor/postgres-nio.git
Computed https://github.com/vapor/postgres-nio.git at 1.25.0 (1.04s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2390] Fetching swift-service-lifecycle
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.28s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.7.0 (0.70s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4965] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.32s)
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.85s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.70s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.24s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.73s)
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/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/iankoex/steampress-core.git
Working copy of https://github.com/iankoex/steampress-core.git resolved at 2.0.12
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/vapor/fluent-mysql-driver.git
Working copy of https://github.com/vapor/fluent-mysql-driver.git resolved at 4.7.1
Creating working copy for https://github.com/vapor/sqlite-nio.git
Working copy of https://github.com/vapor/sqlite-nio.git resolved at 1.11.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/vapor/leaf.git
Working copy of https://github.com/vapor/leaf.git resolved at 4.5.0
Creating working copy for https://github.com/marmelroy/Zip.git
Working copy of https://github.com/marmelroy/Zip.git resolved at 2.1.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/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-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.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-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 4.12.0
Creating working copy for https://github.com/vapor/mysql-nio.git
Working copy of https://github.com/vapor/mysql-nio.git resolved at 1.7.2
Creating working copy for https://github.com/vapor/leaf-kit.git
Working copy of https://github.com/vapor/leaf-kit.git resolved at 1.13.1
Creating working copy for https://github.com/vapor/sqlite-kit.git
Working copy of https://github.com/vapor/sqlite-kit.git resolved at 4.5.2
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/mysql-kit.git
Working copy of https://github.com/vapor/mysql-kit.git resolved at 4.9.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.1
Creating working copy for https://github.com/vapor/fluent-sqlite-driver
Working copy of https://github.com/vapor/fluent-sqlite-driver resolved at 4.8.1
Creating working copy for https://github.com/vapor/postgres-nio.git
Working copy of https://github.com/vapor/postgres-nio.git resolved at 1.25.0
Creating working copy for https://github.com/vapor/postgres-kit.git
Working copy of https://github.com/vapor/postgres-kit.git resolved at 2.14.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/brokenhandsio/leaf-error-middleware.git
Working copy of https://github.com/brokenhandsio/leaf-error-middleware.git resolved at 4.1.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/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/vapor/fluent-postgres-driver.git
Working copy of https://github.com/vapor/fluent-postgres-driver.git resolved at 2.6.0
Building for debugging...
[0/934] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1/934] Write swift-version-24593BA9C3E375BF.txt
[1/934] Write sources
[3/934] Compiling _NumericsShims _NumericsShims.c
[4/934] Write sources
[8/934] Compiling passive.cc
[9/934] Compiling a_i2d_fp.cc
[9/934] Write sources
[11/934] Compiling a_bitstr.cc
[12/934] Write sources
[21/934] Compiling a_bool.cc
[22/934] Write sources
[27/934] Compiling a_mbstr.cc
[28/934] Write sources
[51/934] Compiling a_int.cc
[52/934] Compiling a_object.cc
[53/934] Compiling _AtomicsShims.c
[54/934] Write sources
[57/937] Compiling Minizip ioapi.c
[58/937] Write sources
[61/950] Compiling Minizip zip.c
[62/950] Write sources
[76/950] Compiling Minizip unzip.c
[78/982] Emitting module InternalCollectionsUtilities
[79/984] Compiling InternalCollectionsUtilities _SortedCollection.swift
[80/984] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[81/984] Compiling _NIOBase64 Base64.swift
[82/984] Emitting module _NIOBase64
[83/985] Compiling CoreMetrics Metrics.swift
[84/985] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[85/985] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[86/985] Compiling RealModule Float80+Real.swift
[87/985] Compiling RealModule Real.swift
[88/986] Compiling ServiceContextModule ServiceContextKey.swift
[89/986] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[90/986] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[91/986] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[92/986] Compiling InternalCollectionsUtilities Specialize.swift
[93/986] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[94/986] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[95/986] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[96/986] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[97/986] Compiling InternalCollectionsUtilities Integer rank.swift
[98/986] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[99/986] Compiling InternalCollectionsUtilities UInt+reversed.swift
[100/986] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[101/986] Compiling RealModule Float+Real.swift
[102/986] Compiling RealModule Float16+Real.swift
[103/986] Compiling RealModule ElementaryFunctions.swift
[105/986] Compiling InternalCollectionsUtilities Debugging.swift
[106/986] Compiling InternalCollectionsUtilities Descriptions.swift
[107/987] Compiling _NIODataStructures PriorityQueue.swift
[108/987] Compiling _NIODataStructures _TinyArray.swift
[109/987] Emitting module ServiceContextModule
[110/987] Compiling ServiceContextModule ServiceContext.swift
[115/988] Emitting module RealModule
[115/988] Write sources
[119/988] Compiling CVaporBcrypt blf.c
[121/988] Compiling RealModule RealFunctions.swift
[125/992] Compiling ConcurrencyHelpers LockedValueBox.swift
[125/992] Wrapping AST for _NIOBase64 for debugging
[127/1121] Emitting module Logging
[128/1121] Compiling Logging Locks.swift
[129/1121] Compiling Logging LogHandler.swift
[130/1121] Compiling Logging Logging.swift
[131/1121] Emitting module ConcurrencyHelpers
[132/1121] Compiling ConcurrencyHelpers Lock.swift
[133/1122] Emitting module Instrumentation
[134/1122] Compiling Instrumentation NoOpInstrument.swift
[135/1122] Emitting module CoreMetrics
[136/1122] Compiling CoreMetrics Locks.swift
[137/1123] Compiling Logging MetadataProvider.swift
[138/1124] Emitting module _NIODataStructures
[139/1124] Compiling _NIODataStructures Heap.swift
[140/1125] Compiling Instrumentation Locks.swift
[141/1125] Compiling Instrumentation Instrument.swift
[142/1125] Compiling Instrumentation InstrumentationSystem.swift
[143/1125] Compiling Instrumentation MultiplexInstrument.swift
[149/1126] Compiling Zip ZipUtilities.swift
[150/1126] Compiling Zip Zip.swift
[151/1129] Emitting module Zip
[152/1129] Compiling Zip QuickZip.swift
[154/1145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[155/1145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[156/1145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[157/1145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[158/1145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[159/1145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[160/1145] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[161/1152] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[162/1154] Compiling HeapModule Heap+Descriptions.swift
[163/1154] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[164/1154] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[165/1154] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[166/1154] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[167/1154] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[168/1154] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[169/1154] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[170/1154] Compiling HeapModule Heap+Invariants.swift
[171/1159] Compiling OrderedCollections OrderedDictionary.swift
[172/1159] Compiling OrderedCollections OrderedSet+Codable.swift
[173/1159] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[174/1159] Compiling OrderedCollections OrderedSet+Descriptions.swift
[175/1159] Compiling OrderedCollections OrderedSet+Diffing.swift
[176/1159] Compiling OrderedCollections OrderedSet+Equatable.swift
[177/1159] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[178/1159] Compiling OrderedCollections OrderedSet+Hashable.swift
[179/1236] Emitting module Tracing
[180/1236] Emitting module Metrics
[181/1236] Compiling Metrics Metrics.swift
[182/1237] Compiling HashTreeCollections _UnmanagedHashNode.swift
[183/1237] Compiling HashTreeCollections _UnsafePath.swift
[184/1237] Compiling HashTreeCollections TreeDictionary+Codable.swift
[185/1237] Compiling HashTreeCollections TreeDictionary+Collection.swift
[186/1237] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[187/1237] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[188/1237] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[189/1237] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[190/1237] Compiling HeapModule Heap.swift
[191/1237] Compiling HeapModule Heap+UnsafeHandle.swift
[192/1237] Compiling HeapModule _HeapNode.swift
[193/1237] Compiling HashTreeCollections TreeDictionary+Filter.swift
[194/1237] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[195/1237] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[196/1237] Compiling HashTreeCollections TreeDictionary+Keys.swift
[197/1237] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[198/1237] Compiling HashTreeCollections TreeDictionary+Merge.swift
[199/1237] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[200/1237] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[201/1237] Compiling Tracing TracingTime.swift
[203/1237] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[204/1237] Compiling HashTreeCollections _HashNode+Storage.swift
[205/1237] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[206/1237] Compiling HashTreeCollections _HashNode+Structural filter.swift
[207/1237] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[208/1237] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[209/1237] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[210/1237] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[211/1237] Compiling Tracing TracerProtocol.swift
[212/1237] Emitting module RoutingKit
[213/1237] Compiling RoutingKit Parameters.swift
[214/1237] Compiling RoutingKit AnyRouter.swift
[215/1237] Compiling UnixSignals UnixSignal.swift
[216/1237] Compiling UnixSignals UnixSignalsSequence.swift
[217/1237] Emitting module UnixSignals
[218/1238] Emitting module HeapModule
[219/1242] Compiling Tracing Tracer.swift
[220/1244] Compiling Tracing TracerProtocol+Legacy.swift
[223/1254] Compiling RoutingKit PathComponent.swift
[224/1254] Compiling RoutingKit Router.swift
[225/1254] Compiling RoutingKit TrieRouter.swift
[226/1255] Compiling DequeModule _DequeBuffer.swift
[227/1255] Compiling DequeModule _DequeBufferHeader.swift
[227/1255] Wrapping AST for _NIODataStructures for debugging
[239/1257] Compiling HashTreeCollections TreeSet+Hashable.swift
[240/1257] Compiling HashTreeCollections TreeSet+Sendable.swift
[241/1257] Compiling HashTreeCollections TreeSet+Sequence.swift
[242/1257] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[243/1257] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[244/1257] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[245/1257] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[246/1257] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[247/1257] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[248/1257] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[248/1266] Wrapping AST for Zip for debugging
[250/1276] Wrapping AST for UnixSignals for debugging
[252/1276] Compiling Tracing NoOpTracer.swift
[253/1276] Compiling Tracing InstrumentationSystem+Tracing.swift
[254/1276] Compiling Tracing SpanProtocol.swift
[254/1277] Wrapping AST for RealModule for debugging
[255/1277] Wrapping AST for ServiceContextModule for debugging
[257/1277] Compiling DequeModule Deque+Testing.swift
[258/1277] Compiling DequeModule Deque._Storage.swift
[261/1277] Compiling DequeModule _DequeSlot.swift
[262/1277] Compiling DequeModule _UnsafeWrappedBuffer.swift
[274/1277] Compiling HashTreeCollections TreeDictionary.swift
[275/1277] Compiling HashTreeCollections TreeSet+Codable.swift
[275/1277] Wrapping AST for RoutingKit for debugging
[282/1277] Compiling HashTreeCollections TreeDictionary+Values.swift
[286/1277] Wrapping AST for Logging for debugging
[287/1277] Wrapping AST for Metrics for debugging
[288/1277] Wrapping AST for InternalCollectionsUtilities for debugging
[289/1277] Wrapping AST for Tracing for debugging
[290/1277] Wrapping AST for Instrumentation for debugging
[291/1277] Compiling CVaporBcrypt bcrypt.c
[293/1277] Compiling DequeModule Deque+Equatable.swift
[294/1277] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[295/1277] Compiling DequeModule Deque+CustomReflectable.swift
[296/1277] Compiling DequeModule Deque+Descriptions.swift
[297/1277] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[298/1277] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[307/1277] Compiling CSystem shims.c
[311/1277] Compiling _RopeModule Rope+Join.swift
[312/1277] Compiling _RopeModule Rope+MutatingForEach.swift
[313/1277] Compiling _RopeModule Rope+Remove.swift
[314/1277] Compiling _RopeModule Rope+RemoveSubrange.swift
[315/1277] Compiling _RopeModule Rope+Split.swift
[316/1277] Compiling _RopeModule Optional Utilities.swift
[317/1277] Compiling _RopeModule String Utilities.swift
[318/1277] Compiling _RopeModule String.Index+ABI.swift
[318/1277] Wrapping AST for HeapModule for debugging
[326/1277] Wrapping AST for CoreMetrics for debugging
[327/1277] Compiling CNIOWindows shim.c
[329/1277] Compiling DequeModule Deque+Hashable.swift
[330/1277] Compiling DequeModule Deque._UnsafeHandle.swift
[331/1277] Compiling DequeModule Deque.swift
[336/1278] Wrapping AST for ConcurrencyHelpers for debugging
[337/1305] Compiling CNIOWindows WSAStartup.c
[338/1305] Compiling CNIOWASI CNIOWASI.c
[339/1305] Compiling CNIOSHA1 c_nio_sha1.c
[340/1305] Compiling CNIOLinux liburing_shims.c
[341/1305] Compiling CNIOLinux shim.c
[343/1305] Compiling SystemPackage FilePathWindows.swift
[344/1305] Compiling SystemPackage FilePermissions.swift
[344/1305] Compiling CNIOLLHTTP c_nio_http.c
[347/1305] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[348/1305] Compiling HashTreeCollections _HashNode+Structural merge.swift
[349/1305] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[350/1305] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[351/1305] Compiling HashTreeCollections _HashNode+Structural union.swift
[352/1305] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[353/1305] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[354/1305] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[355/1305] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[356/1305] Compiling SystemPackage FileDescriptor.swift
[357/1305] Compiling SystemPackage FileHelpers.swift
[358/1305] Compiling SystemPackage FilePathSyntax.swift
[359/1305] Compiling SystemPackage FilePathTemp.swift
[360/1305] Compiling SystemPackage Errno.swift
[361/1305] Compiling SystemPackage ErrnoWindows.swift
[362/1305] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[363/1305] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[364/1305] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[365/1305] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[366/1305] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[367/1305] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[368/1305] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[369/1305] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[370/1305] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[371/1305] Compiling HashTreeCollections TreeSet.swift
[371/1305] Compiling CNIOLLHTTP c_nio_api.c
[372/1305] Compiling CNIOExtrasZlib empty.c
[374/1305] Compiling SystemPackage FileOperations.swift
[375/1305] Compiling SystemPackage FilePath.swift
[376/1305] Compiling SystemPackage FilePathComponentView.swift
[377/1305] Compiling SystemPackage FilePathComponents.swift
[378/1305] Compiling SystemPackage FilePathParsing.swift
[379/1305] Compiling SystemPackage FilePathString.swift
[383/1305] Compiling CNIODarwin shim.c
[385/1305] Emitting module OrderedCollections
[388/1306] Compiling CNIOLLHTTP c_nio_llhttp.c
[389/1306] Compiling fiat_p256_adx_sqr.S
[390/1306] Compiling fiat_p256_adx_mul.S
[391/1306] Compiling fiat_curve25519_adx_square.S
[392/1306] Wrapping AST for OrderedCollections for debugging
[393/1306] Compiling fiat_curve25519_adx_mul.S
[395/1306] Emitting module DequeModule
[397/1307] Compiling SystemPackage FilePathTempPosix.swift
[398/1307] Compiling SystemPackage FilePathTempWindows.swift
[401/1307] Compiling SystemPackage Backcompat.swift
[402/1307] Compiling SystemPackage CInterop.swift
[403/1307] Compiling SystemPackage Constants.swift
[404/1307] Compiling SystemPackage Exports.swift
[405/1307] Compiling SystemPackage MachPort.swift
[406/1307] Compiling SystemPackage PlatformString.swift
[406/1307] Compiling CNIOBoringSSLShims shims.c
[417/1310] Emitting module SystemPackage
[424/1310] Compiling SystemPackage SystemString.swift
[425/1310] Compiling SystemPackage Mocking.swift
[426/1310] Compiling SystemPackage RawBuffer.swift
[427/1310] Compiling SystemPackage Syscalls.swift
[428/1310] Compiling SystemPackage WindowsSyscallAdapters.swift
[437/1310] Emitting module _RopeModule
[438/1310] Compiling SystemPackage Util+StringArray.swift
[439/1310] Compiling SystemPackage Util.swift
[440/1310] Compiling SystemPackage UtilConsumers.swift
[470/1311] Compiling HashTreeCollections _HashNode.swift
[471/1311] Compiling HashTreeCollections _HashNodeHeader.swift
[472/1311] Compiling HashTreeCollections _HashSlot.swift
[473/1311] Compiling HashTreeCollections _HashStack.swift
[483/1311] Wrapping AST for DequeModule for debugging
[484/1311] Wrapping AST for SystemPackage for debugging
[485/1311] Compiling tls_method.cc
[486/1311] Compiling tls_record.cc
[497/1312] Compiling tls13_server.cc
[499/1312] Emitting module HashTreeCollections
[499/1313] Wrapping AST for _RopeModule for debugging
[501/1313] Compiling tls13_enc.cc
[502/1313] Wrapping AST for HashTreeCollections for debugging
[503/1313] Compiling tls13_client.cc
[504/1313] Compiling ssl_transcript.cc
[505/1313] Compiling tls13_both.cc
[506/1313] Compiling ssl_versions.cc
[507/1313] Compiling t1_enc.cc
[508/1313] Compiling ssl_stat.cc
[509/1313] Compiling ssl_x509.cc
[510/1313] Compiling ssl_privkey.cc
[511/1313] Compiling ssl_session.cc
[512/1313] Compiling ssl_key_share.cc
[513/1313] Compiling ssl_file.cc
[514/1313] Compiling ssl_credential.cc
[515/1313] Compiling ssl_lib.cc
[516/1313] Compiling CSQLite sqlite_nio_sqlite3.c
[517/1313] Compiling ssl_buffer.cc
[518/1313] Compiling ssl_cipher.cc
[519/1313] Compiling ssl_cert.cc
[520/1313] Compiling ssl_asn1.cc
[521/1313] Compiling s3_pkt.cc
[522/1313] Compiling s3_both.cc
[523/1313] Compiling ssl_aead_ctx.cc
[524/1313] Compiling s3_lib.cc
[525/1313] Compiling handshake_server.cc
[526/1313] Compiling handshake_client.cc
[527/1313] Compiling encrypted_client_hello.cc
[528/1313] Compiling handoff.cc
[529/1313] Compiling handshake.cc
[530/1313] Compiling dtls_method.cc
[531/1313] Compiling md5-x86_64-linux.S
[532/1313] Compiling dtls_record.cc
[533/1313] Compiling md5-x86_64-apple.S
[534/1313] Compiling md5-586-linux.S
[535/1313] Compiling md5-586-apple.S
[536/1313] Compiling err_data.cc
[537/1313] Compiling chacha20_poly1305_x86_64-linux.S
[538/1313] Compiling extensions.cc
[539/1313] Compiling chacha20_poly1305_x86_64-apple.S
[540/1313] Compiling bio_ssl.cc
[541/1313] Compiling chacha20_poly1305_armv8-win.S
[542/1313] Compiling chacha20_poly1305_armv8-apple.S
[543/1313] Compiling chacha20_poly1305_armv8-linux.S
[544/1313] Compiling chacha-x86_64-apple.S
[545/1313] Compiling chacha-x86_64-linux.S
[546/1313] Compiling chacha-armv8-win.S
[547/1313] Compiling chacha-x86-apple.S
[548/1313] Compiling chacha-x86-linux.S
[549/1313] Compiling d1_lib.cc
[550/1313] Compiling d1_srtp.cc
[551/1313] Compiling chacha-armv8-linux.S
[552/1313] Compiling chacha-armv4-linux.S
[553/1313] Compiling aes128gcmsiv-x86_64-linux.S
[554/1313] Compiling aes128gcmsiv-x86_64-apple.S
[555/1313] Compiling chacha-armv8-apple.S
[555/1313] Compiling d1_pkt.cc
[556/1313] Compiling x86_64-mont5-apple.S
[556/1313] Compiling x86_64-mont5-linux.S
[559/1313] Compiling vpaes-x86_64-apple.S
[560/1313] Compiling x86-mont-linux.S
[561/1313] Compiling vpaes-x86-linux.S
[561/1313] Compiling x86-mont-apple.S
[563/1313] Compiling x86_64-mont-apple.S
[564/1313] Compiling vpaes-x86_64-linux.S
[564/1313] Compiling x86_64-mont-linux.S
[566/1313] Compiling vpaes-armv8-linux.S
[567/1313] Compiling vpaes-x86-apple.S
[568/1313] Compiling vpaes-armv8-win.S
[569/1313] Compiling vpaes-armv8-apple.S
[570/1313] Compiling sha512-x86_64-apple.S
[571/1313] Compiling vpaes-armv7-linux.S
[572/1313] Compiling sha512-x86_64-linux.S
[573/1313] Compiling d1_both.cc
[574/1313] Compiling sha512-armv8-win.S
[575/1313] Compiling sha512-armv8-linux.S
[576/1313] Compiling sha512-armv8-apple.S
[577/1313] Compiling sha512-armv4-linux.S
[578/1313] Compiling sha512-586-apple.S
[579/1313] Compiling sha512-586-linux.S
[580/1313] Compiling sha256-x86_64-apple.S
[581/1313] Compiling sha256-x86_64-linux.S
[582/1313] Compiling sha256-armv8-apple.S
[583/1313] Compiling sha256-armv4-linux.S
[584/1313] Compiling sha256-armv8-win.S
[585/1313] Compiling sha256-armv8-linux.S
[586/1313] Compiling sha256-586-linux.S
[587/1313] Compiling sha256-586-apple.S
[588/1313] Compiling sha1-x86_64-apple.S
[589/1313] Compiling sha1-x86_64-linux.S
[590/1313] Compiling sha1-armv8-win.S
[591/1313] Compiling sha1-armv4-large-linux.S
[592/1313] Compiling sha1-armv8-apple.S
[593/1313] Compiling sha1-586-apple.S
[594/1313] Compiling sha1-armv8-linux.S
[595/1313] Compiling rsaz-avx2-linux.S
[595/1313] Compiling sha1-586-linux.S
[597/1313] Compiling rsaz-avx2-apple.S
[598/1313] Compiling rdrand-x86_64-linux.S
[599/1313] Compiling p256_beeu-x86_64-asm-linux.S
[600/1313] Compiling p256_beeu-armv8-asm-win.S
[601/1313] Compiling p256_beeu-x86_64-asm-apple.S
[602/1313] Compiling p256_beeu-armv8-asm-linux.S
[603/1313] Compiling p256_beeu-armv8-asm-apple.S
[604/1313] Compiling rdrand-x86_64-apple.S
[605/1313] Compiling p256-x86_64-asm-linux.S
[606/1313] Compiling p256-x86_64-asm-apple.S
[607/1313] Compiling p256-armv8-asm-linux.S
[608/1313] Compiling ghashv8-armv8-linux.S
[609/1313] Compiling ghashv8-armv8-apple.S
[610/1313] Compiling ghashv8-armv8-win.S
[611/1313] Compiling p256-armv8-asm-win.S
[612/1313] Compiling p256-armv8-asm-apple.S
[613/1313] Compiling ghashv8-armv7-linux.S
[614/1313] Compiling ghash-x86_64-linux.S
[615/1313] Compiling ghash-x86-apple.S
[616/1313] Compiling ghash-x86-linux.S
[617/1313] Compiling ghash-ssse3-x86_64-apple.S
[618/1313] Compiling ghash-x86_64-apple.S
[619/1313] Compiling ghash-ssse3-x86_64-linux.S
[620/1313] Compiling ghash-ssse3-x86-linux.S
[621/1313] Compiling ghash-neon-armv8-win.S
[622/1313] Compiling ghash-ssse3-x86-apple.S
[623/1313] Compiling co-586-linux.S
[624/1313] Compiling ghash-neon-armv8-apple.S
[625/1313] Compiling co-586-apple.S
[626/1313] Compiling ghash-neon-armv8-linux.S
[627/1313] Compiling ghash-armv4-linux.S
[628/1313] Compiling bsaes-armv7-linux.S
[629/1313] Compiling bn-armv8-win.S
[630/1313] Compiling bn-586-linux.S
[631/1313] Compiling bn-armv8-linux.S
[632/1313] Compiling bn-586-apple.S
[633/1313] Compiling armv8-mont-win.S
[634/1313] Compiling bn-armv8-apple.S
[635/1313] Compiling armv8-mont-apple.S
[636/1313] Compiling armv8-mont-linux.S
[637/1313] Compiling aesv8-gcm-armv8-apple.S
[638/1313] Compiling aesv8-gcm-armv8-linux.S
[639/1313] Compiling aesv8-armv8-win.S
[639/1313] Compiling armv4-mont-linux.S
[641/1313] Compiling aesv8-armv8-linux.S
[642/1313] Compiling aesv8-gcm-armv8-win.S
[643/1313] Compiling aesv8-armv8-apple.S
[644/1313] Compiling aesv8-armv7-linux.S
[645/1313] Compiling aesni-x86_64-linux.S
[646/1313] Compiling aesni-x86_64-apple.S
[647/1313] Compiling aesni-gcm-x86_64-linux.S
[648/1313] Compiling aesni-x86-apple.S
[649/1313] Compiling aesni-gcm-x86_64-apple.S
[650/1313] Compiling aes-gcm-avx2-x86_64-apple.S
[651/1313] Compiling aes-gcm-avx2-x86_64-linux.S
[652/1313] Compiling aesni-x86-linux.S
[653/1313] Compiling aes-gcm-avx10-x86_64-linux.S
[654/1313] Compiling aes-gcm-avx10-x86_64-apple.S
[655/1313] Compiling x_spki.cc
[656/1313] Compiling x_val.cc
[657/1313] Compiling x_req.cc
[658/1313] Compiling x_name.cc
[659/1313] Compiling x_x509.cc
[660/1313] Compiling x_sig.cc
[661/1313] Compiling x_x509a.cc
[662/1313] Compiling x_pubkey.cc
[663/1313] Compiling x_crl.cc
[664/1313] Compiling x_algor.cc
[665/1313] Compiling x509name.cc
[666/1313] Compiling x509spki.cc
[667/1313] Compiling x_attrib.cc
[668/1313] Compiling x_exten.cc
[669/1313] Compiling x_all.cc
[670/1313] Compiling x509rset.cc
[671/1313] Compiling x509cset.cc
[672/1313] Compiling x509_txt.cc
[673/1313] Compiling x509_trs.cc
[674/1313] Compiling x509_vpm.cc
[675/1313] Compiling x509_vfy.cc
[676/1313] Compiling x509_set.cc
[677/1313] Compiling x509_v3.cc
[678/1313] Compiling x509_req.cc
[679/1313] Compiling x509_def.cc
[680/1313] Compiling x509_lu.cc
[681/1313] Compiling x509_obj.cc
[682/1313] Compiling x509_ext.cc
[683/1313] Compiling x509.cc
[684/1313] Compiling x509_d2.cc
[685/1313] Compiling x509_cmp.cc
[686/1313] Compiling v3_prn.cc
[687/1313] Compiling x509_att.cc
[688/1313] Compiling v3_utl.cc
[689/1313] Compiling v3_skey.cc
[690/1313] Compiling v3_ncons.cc
[691/1313] Compiling v3_purp.cc
[692/1313] Compiling v3_pmaps.cc
[693/1313] Compiling v3_ocsp.cc
[694/1313] Compiling v3_pcons.cc
[695/1313] Compiling v3_lib.cc
[696/1313] Compiling v3_int.cc
[697/1313] Compiling v3_ia5.cc
[698/1313] Compiling v3_genn.cc
[699/1313] Compiling v3_extku.cc
[700/1313] Compiling v3_info.cc
[701/1313] Compiling v3_enum.cc
[702/1313] Compiling v3_crld.cc
[703/1313] Compiling v3_cpols.cc
[704/1313] Compiling v3_akey.cc
[705/1313] Compiling v3_conf.cc
[706/1313] Compiling v3_alt.cc
[707/1313] Compiling v3_bcons.cc
[708/1313] Compiling v3_bitst.cc
[709/1313] Compiling v3_akeya.cc
[710/1313] Compiling t_crl.cc
[711/1313] Compiling t_x509a.cc
[712/1313] Compiling t_req.cc
[713/1313] Compiling t_x509.cc
[714/1313] Compiling i2d_pr.cc
[715/1313] Compiling rsa_pss.cc
[716/1313] Compiling policy.cc
[717/1313] Compiling name_print.cc
[718/1313] Compiling by_dir.cc
[719/1313] Compiling by_file.cc
[720/1313] Compiling algorithm.cc
[721/1313] Compiling asn1_gen.cc
[722/1313] Compiling a_verify.cc
[723/1313] Compiling thread_win.cc
[724/1313] Compiling a_digest.cc
[725/1313] Compiling a_sign.cc
[726/1313] Compiling trust_token.cc
[727/1313] Compiling voprf.cc
[728/1313] Compiling thread.cc
[729/1313] Compiling thread_pthread.cc
[730/1313] Compiling thread_none.cc
[731/1313] Compiling pmbtoken.cc
[732/1313] Compiling stack.cc
[733/1313] Compiling siphash.cc
[734/1313] Compiling sha512.cc
[735/1313] Compiling sha256.cc
[736/1313] Compiling slhdsa.cc
[737/1313] Compiling sha1.cc
[738/1313] Compiling rsa_extra.cc
[739/1313] Compiling rsa_print.cc
[740/1313] Compiling spake2plus.cc
[741/1313] Compiling refcount.cc
[742/1313] Compiling rc4.cc
[743/1313] Compiling rand.cc
[744/1313] Compiling rsa_crypt.cc
[745/1313] Compiling trusty.cc
[746/1313] Compiling ios.cc
[747/1313] Compiling urandom.cc
[748/1313] Compiling windows.cc
[749/1313] Compiling getentropy.cc
[750/1313] Compiling passive.cc
[751/1313] Compiling poly1305_arm_asm.S
[752/1313] Compiling rsa_asn1.cc
[753/1313] Compiling forkunsafe.cc
[754/1313] Compiling deterministic.cc
[755/1313] Compiling fork_detect.cc
[756/1313] Compiling poly1305.cc
[757/1313] Compiling pool.cc
[758/1313] Compiling poly1305_arm.cc
[759/1313] Compiling poly1305_vec.cc
[760/1313] Compiling pkcs7.cc
[761/1313] Compiling pkcs8_x509.cc
[762/1313] Compiling p5_pbev2.cc
[763/1313] Compiling pkcs8.cc
[764/1313] Compiling pkcs7_x509.cc
[765/1313] Compiling pem_xaux.cc
[766/1313] Compiling pem_x509.cc
[767/1313] Compiling pem_pkey.cc
[768/1313] Compiling mlkem.cc
[769/1313] Compiling obj_xref.cc
[770/1313] Compiling pem_pk8.cc
[771/1313] Compiling pem_oth.cc
[772/1313] Compiling pem_lib.cc
[773/1313] Compiling pem_info.cc
[774/1313] Compiling mldsa.cc
[775/1313] Compiling mem.cc
[776/1313] Compiling obj.cc
[777/1313] Compiling poly_rq_mul.S
[778/1313] Compiling pem_all.cc
[779/1313] Compiling fips_shared_support.cc
[780/1313] Compiling md5.cc
[781/1313] Compiling lhash.cc
[782/1313] Compiling md4.cc
[783/1313] Compiling ex_data.cc
[784/1313] Compiling hrss.cc
[785/1313] Compiling sign.cc
[786/1313] Compiling kyber.cc
[787/1313] Compiling print.cc
[788/1313] Compiling scrypt.cc
[789/1313] Compiling hpke.cc
[790/1313] Compiling pbkdf.cc
[791/1313] Compiling p_x25519.cc
[792/1313] Compiling p_ed25519.cc
[793/1313] Compiling p_rsa_asn1.cc
[794/1313] Compiling p_hkdf.cc
[795/1313] Compiling p_x25519_asn1.cc
[796/1313] Compiling p_rsa.cc
[797/1313] Compiling p_ed25519_asn1.cc
[798/1313] Compiling p_ec_asn1.cc
[799/1313] Compiling p_dh_asn1.cc
[800/1313] Compiling p_ec.cc
[801/1313] Compiling p_dh.cc
[802/1313] Compiling evp_ctx.cc
[803/1313] Compiling p_dsa_asn1.cc
[804/1313] Compiling evp.cc
[805/1313] Compiling engine.cc
[806/1313] Compiling err.cc
[807/1313] Compiling ecdh.cc
[808/1313] Compiling evp_asn1.cc
[809/1313] Compiling ecdsa_asn1.cc
[810/1313] Compiling hash_to_curve.cc
[811/1313] Compiling ec_derive.cc
[812/1313] Compiling dsa.cc
[813/1313] Compiling dsa_asn1.cc
[814/1313] Compiling params.cc
[815/1313] Compiling ec_asn1.cc
[816/1313] Compiling x25519-asm-arm.S
[817/1313] Compiling dh_asn1.cc
[818/1313] Compiling des.cc
[819/1313] Compiling digest_extra.cc
[820/1313] Compiling cpu_arm_linux.cc
[821/1313] Compiling spake25519.cc
[822/1313] Compiling cpu_intel.cc
[823/1313] Compiling crypto.cc
[824/1313] Compiling cpu_arm_freebsd.cc
[825/1313] Compiling curve25519.cc
[826/1313] Compiling curve25519_64_adx.cc
[827/1313] Compiling bcm.cc
[828/1313] Compiling cpu_aarch64_openbsd.cc
[829/1313] Compiling cpu_aarch64_win.cc
[830/1313] Compiling cpu_aarch64_sysreg.cc
[831/1313] Compiling cpu_aarch64_linux.cc
[832/1313] Compiling cpu_aarch64_apple.cc
[833/1313] Compiling cpu_aarch64_fuchsia.cc
[834/1313] Compiling get_cipher.cc
[835/1313] Compiling conf.cc
[836/1313] Compiling tls_cbc.cc
[837/1313] Compiling e_rc4.cc
[838/1313] Compiling e_rc2.cc
[839/1313] Compiling e_tls.cc
[840/1313] Compiling e_null.cc
[841/1313] Compiling e_chacha20poly1305.cc
[842/1313] Compiling e_des.cc
[843/1313] Compiling derive_key.cc
[844/1313] Compiling chacha.cc
[845/1313] Compiling e_aesgcmsiv.cc
[846/1313] Compiling e_aesctrhmac.cc
[847/1313] Compiling unicode.cc
[848/1313] Compiling ber.cc
[849/1313] Compiling buf.cc
[850/1313] Compiling cbb.cc
[851/1313] Compiling asn1_compat.cc
[852/1313] Compiling bn_asn1.cc
[853/1313] Compiling cbs.cc
[854/1313] Compiling blake2.cc
[855/1313] Compiling socket.cc
[856/1313] Compiling convert.cc
[857/1313] Compiling socket_helper.cc
[858/1313] Compiling printf.cc
[859/1313] Compiling pair.cc
[860/1313] Compiling fd.cc
[861/1313] Compiling file.cc
[862/1313] Compiling hexdump.cc
[863/1313] Compiling bio_mem.cc
[864/1313] Compiling errno.cc
[865/1313] Compiling base64.cc
[866/1313] Compiling connect.cc
[867/1313] Compiling bio.cc
[868/1313] Compiling tasn_typ.cc
[869/1313] Compiling tasn_fre.cc
[870/1313] Compiling posix_time.cc
[871/1313] Compiling tasn_enc.cc
[872/1313] Compiling tasn_utl.cc
[873/1313] Compiling tasn_new.cc
[874/1313] Compiling f_string.cc
[875/1313] Compiling f_int.cc
[876/1313] Compiling asn_pack.cc
[877/1313] Compiling tasn_dec.cc
[878/1313] Compiling asn1_par.cc
[879/1313] Compiling asn1_lib.cc
[880/1313] Compiling a_utctm.cc
[881/1313] Compiling a_type.cc
[882/1313] Compiling a_octet.cc
[883/1313] Compiling a_time.cc
[884/1313] Compiling a_strnid.cc
[885/1313] Compiling a_strex.cc
[886/1313] Compiling a_object.cc
[887/1313] Compiling a_i2d_fp.cc
[888/1313] Compiling a_dup.cc
[889/1313] Compiling a_mbstr.cc
[890/1313] Compiling a_gentm.cc
[891/1313] Compiling fiat_p256_adx_sqr.S
[892/1313] Compiling a_d2i_fp.cc
[893/1313] Compiling fiat_p256_adx_mul.S
[894/1313] Compiling fiat_curve25519_adx_square.S
[895/1313] Compiling a_int.cc
[896/1313] Compiling fiat_curve25519_adx_mul.S
[897/1313] Compiling md5-x86_64-linux.S
[898/1313] Compiling md5-x86_64-apple.S
[899/1313] Compiling md5-586-linux.S
[900/1313] Compiling md5-586-apple.S
[901/1313] Compiling chacha20_poly1305_x86_64-apple.S
[902/1313] Compiling chacha20_poly1305_armv8-win.S
[903/1313] Compiling a_bitstr.cc
[904/1313] Compiling chacha20_poly1305_x86_64-linux.S
[905/1313] Compiling chacha20_poly1305_armv8-apple.S
[906/1313] Compiling a_bool.cc
[907/1313] Compiling CCryptoBoringSSLShims shims.c
[907/1313] Compiling chacha-x86_64-linux.S
[909/1313] Compiling chacha20_poly1305_armv8-linux.S
[910/1313] Compiling chacha-x86_64-apple.S
[911/1313] Compiling chacha-x86-linux.S
[912/1313] Compiling chacha-x86-apple.S
[913/1313] Compiling chacha-armv8-linux.S
[914/1313] Compiling chacha-armv8-win.S
[915/1313] Compiling chacha-armv8-apple.S
[916/1313] Compiling aes128gcmsiv-x86_64-linux.S
[917/1313] Compiling chacha-armv4-linux.S
[918/1313] Compiling aes128gcmsiv-x86_64-apple.S
[919/1313] Compiling err_data.cc
[920/1313] Compiling x86_64-mont5-apple.S
[921/1313] Compiling x86_64-mont5-linux.S
[922/1313] Compiling x86_64-mont-linux.S
[923/1313] Compiling x86-mont-linux.S
[924/1313] Compiling x86-mont-apple.S
[925/1313] Compiling x86_64-mont-apple.S
[926/1313] Compiling vpaes-x86_64-linux.S
[927/1313] Compiling vpaes-x86_64-apple.S
[928/1313] Compiling vpaes-armv8-linux.S
[929/1313] Compiling vpaes-x86-linux.S
[930/1313] Compiling vpaes-x86-apple.S
[931/1313] Compiling vpaes-armv8-apple.S
[932/1313] Compiling vpaes-armv8-win.S
[933/1313] Compiling vpaes-armv7-linux.S
[934/1313] Compiling sha512-armv8-linux.S
[935/1313] Compiling sha512-armv8-win.S
[936/1313] Compiling sha512-x86_64-linux.S
[937/1313] Compiling sha512-armv8-apple.S
[938/1313] Compiling sha512-x86_64-apple.S
[939/1313] Compiling sha512-armv4-linux.S
[940/1313] Compiling sha512-586-apple.S
[941/1313] Compiling sha256-x86_64-apple.S
[942/1313] Compiling sha512-586-linux.S
[943/1313] Compiling sha256-x86_64-linux.S
[944/1313] Compiling sha256-armv8-win.S
[945/1313] Compiling sha256-armv8-linux.S
[946/1313] Compiling sha256-armv8-apple.S
[947/1313] Compiling sha256-armv4-linux.S
[948/1313] Compiling sha256-586-linux.S
[949/1313] Compiling sha256-586-apple.S
[950/1313] Compiling sha1-armv8-win.S
[951/1313] Compiling sha1-x86_64-apple.S
[952/1313] Compiling sha1-x86_64-linux.S
[953/1313] Compiling sha1-armv8-apple.S
[954/1313] Compiling sha1-armv4-large-linux.S
[955/1313] Compiling sha1-armv8-linux.S
[956/1313] Compiling sha1-586-linux.S
[957/1313] Compiling sha1-586-apple.S
[958/1313] Compiling rsaz-avx2-linux.S
[959/1313] Compiling rsaz-avx2-apple.S
[960/1313] Compiling rdrand-x86_64-apple.S
[961/1313] Compiling rdrand-x86_64-linux.S
[962/1313] Compiling p256_beeu-x86_64-asm-apple.S
[963/1313] Compiling p256_beeu-x86_64-asm-linux.S
[964/1313] Compiling p256_beeu-armv8-asm-linux.S
[965/1313] Compiling p256_beeu-armv8-asm-win.S
[966/1313] Compiling p256_beeu-armv8-asm-apple.S
[967/1313] Compiling p256-armv8-asm-win.S
[968/1313] Compiling p256-armv8-asm-linux.S
[969/1313] Compiling p256-x86_64-asm-linux.S
[970/1313] Compiling p256-x86_64-asm-apple.S
[971/1313] Compiling p256-armv8-asm-apple.S
[972/1313] Compiling ghashv8-armv8-win.S
[973/1313] Compiling ghashv8-armv8-linux.S
[974/1313] Compiling ghashv8-armv8-apple.S
[975/1313] Compiling ghashv8-armv7-linux.S
[976/1313] Compiling ghash-x86_64-apple.S
[977/1313] Compiling ghash-x86-linux.S
[978/1313] Compiling ghash-x86_64-linux.S
[979/1313] Compiling ghash-x86-apple.S
[980/1313] Compiling ghash-ssse3-x86_64-linux.S
[981/1313] Compiling ghash-ssse3-x86_64-apple.S
[982/1313] Compiling ghash-ssse3-x86-apple.S
[983/1313] Compiling ghash-neon-armv8-win.S
[984/1313] Compiling ghash-ssse3-x86-linux.S
[985/1313] Compiling ghash-armv4-linux.S
[986/1313] Compiling ghash-neon-armv8-linux.S
[987/1313] Compiling ghash-neon-armv8-apple.S
[988/1313] Compiling co-586-apple.S
[989/1313] Compiling co-586-linux.S
[990/1313] Compiling bsaes-armv7-linux.S
[991/1313] Compiling bn-armv8-linux.S
[992/1313] Compiling bn-armv8-win.S
[993/1313] Compiling bn-armv8-apple.S
[994/1313] Compiling armv8-mont-win.S
[995/1313] Compiling bn-586-linux.S
[996/1313] Compiling armv8-mont-linux.S
[997/1313] Compiling bn-586-apple.S
[998/1313] Compiling armv8-mont-apple.S
[999/1313] Compiling armv4-mont-linux.S
[1000/1313] Compiling aesv8-gcm-armv8-win.S
[1001/1313] Compiling aesv8-gcm-armv8-linux.S
[1002/1313] Compiling aesv8-gcm-armv8-apple.S
[1003/1313] Compiling aesv8-armv8-linux.S
[1004/1313] Compiling aesv8-armv8-win.S
[1005/1313] Compiling aesv8-armv7-linux.S
[1006/1313] Compiling aesv8-armv8-apple.S
[1007/1313] Compiling aesni-x86_64-linux.S
[1008/1313] Compiling aesni-gcm-x86_64-linux.S
[1009/1313] Compiling aesni-gcm-x86_64-apple.S
[1010/1313] Compiling aesni-x86_64-apple.S
[1011/1313] Compiling aesni-x86-apple.S
[1012/1313] Compiling aesni-x86-linux.S
[1013/1313] Compiling aes-gcm-avx10-x86_64-apple.S
[1014/1313] Compiling aes-gcm-avx10-x86_64-linux.S
[1015/1313] Compiling x_sig.cc
[1016/1313] Compiling x_val.cc
[1017/1313] Compiling x_x509a.cc
[1018/1313] Compiling x_req.cc
[1019/1313] Compiling x_spki.cc
[1020/1313] Compiling x_x509.cc
[1021/1313] Compiling x_attrib.cc
[1022/1313] Compiling x_pubkey.cc
[1023/1313] Compiling x_crl.cc
[1024/1313] Compiling x_name.cc
[1025/1313] Compiling x_exten.cc
[1026/1313] Compiling x_all.cc
[1027/1313] Compiling c-nioatomics.c
[1028/1313] Compiling x_algor.cc
[1029/1313] Compiling x509spki.cc
[1030/1313] Compiling x509name.cc
[1031/1313] Compiling x509cset.cc
[1032/1313] Compiling x509rset.cc
[1033/1313] Compiling x509_vpm.cc
[1034/1313] Compiling c-atomics.c
[1035/1313] Compiling x509_vfy.cc
[1036/1313] Compiling x509_txt.cc
[1037/1313] Compiling x509_v3.cc
[1038/1319] Compiling x509_trs.cc
[1039/1319] Compiling x509_set.cc
[1040/1319] Compiling x509_req.cc
[1041/1319] Compiling x509_obj.cc
[1043/1319] Compiling NIOConcurrencyHelpers NIOLock.swift
[1044/1319] Compiling NIOConcurrencyHelpers lock.swift
[1044/1319] Compiling x509_lu.cc
[1045/1319] Compiling x509_ext.cc
[1046/1319] Compiling x509_d2.cc
[1047/1319] Compiling x509_def.cc
[1049/1319] Emitting module NIOConcurrencyHelpers
[1050/1319] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1051/1319] Compiling NIOConcurrencyHelpers atomics.swift
[1052/1319] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1053/1320] Compiling x509.cc
[1054/1320] Compiling x509_cmp.cc
[1055/1320] Compiling x509_att.cc
[1056/1320] Wrapping AST for NIOConcurrencyHelpers for debugging
[1057/1346] Compiling v3_prn.cc
[1058/1346] Compiling v3_skey.cc
[1060/1346] Compiling ConsoleKitTerminal Console+Wait.swift
[1061/1346] Compiling ConsoleKitTerminal ConsoleColor.swift
[1062/1346] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1062/1349] Compiling v3_purp.cc
[1063/1349] Compiling v3_utl.cc
[1065/1349] Emitting module ConsoleKitTerminal
[1066/1349] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1067/1349] Compiling ConsoleKitTerminal ConsoleClear.swift
[1068/1349] Compiling ConsoleKitTerminal Console+Ask.swift
[1069/1349] Compiling ConsoleKitTerminal Console+Choose.swift
[1070/1349] Compiling ConsoleKitTerminal CustomActivity.swift
[1071/1349] Compiling ConsoleKitTerminal LoadingBar.swift
[1072/1349] Compiling ConsoleKitTerminal ProgressBar.swift
[1073/1349] Compiling ConsoleKitTerminal Console+Clear.swift
[1074/1349] Compiling ConsoleKitTerminal ActivityBar.swift
[1075/1349] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1076/1349] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1077/1349] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1077/1349] Compiling v3_pmaps.cc
[1079/1349] Compiling ConsoleKitTerminal ConsoleText.swift
[1080/1349] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1081/1349] Compiling ConsoleKitTerminal ANSI.swift
[1082/1349] Compiling ConsoleKitTerminal Console+Confirm.swift
[1083/1349] Compiling ConsoleKitTerminal Console+Input.swift
[1084/1349] Compiling ConsoleKitTerminal Console+Center.swift
[1085/1349] Compiling ConsoleKitTerminal Console+Output.swift
[1085/1349] Compiling v3_pcons.cc
[1086/1349] Compiling v3_ocsp.cc
[1088/1349] Compiling ConsoleKitTerminal Console.swift
[1089/1349] Compiling ConsoleKitTerminal Terminal.swift
[1090/1349] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1090/1349] Compiling v3_lib.cc
[1091/1349] Compiling v3_ncons.cc
[1092/1349] Compiling v3_info.cc
[1094/1349] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1095/1349] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1096/1349] Compiling ConsoleKitTerminal LoggerFragment.swift
[1096/1350] Compiling v3_int.cc
[1098/1350] Compiling v3_ia5.cc
[1099/1350] Compiling v3_genn.cc
[1100/1350] Compiling v3_extku.cc
[1101/1372] Wrapping AST for ConsoleKitTerminal for debugging
[1102/1372] Compiling v3_enum.cc
[1103/1372] Compiling v3_crld.cc
[1104/1372] Compiling v3_cpols.cc
[1105/1372] Compiling v3_bitst.cc
[1107/1372] Compiling ConsoleKitCommands CommandSignature.swift
[1108/1372] Compiling ConsoleKitCommands Flag.swift
[1109/1372] Compiling ConsoleKitCommands Option.swift
[1110/1374] Emitting module ConsoleKitCommands
[1110/1374] Compiling v3_conf.cc
[1112/1374] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1113/1374] Compiling ConsoleKitCommands AsyncCommand.swift
[1114/1374] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1115/1374] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1116/1374] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1117/1374] Compiling ConsoleKitCommands Argument.swift
[1118/1374] Compiling ConsoleKitCommands AsyncCommands.swift
[1119/1374] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1120/1374] Compiling ConsoleKitCommands AnyCommand.swift
[1121/1374] Compiling ConsoleKitCommands Command.swift
[1122/1374] Compiling ConsoleKitCommands CommandContext.swift
[1123/1374] Compiling ConsoleKitCommands CommandError.swift
[1124/1374] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1125/1374] Compiling ConsoleKitCommands Utilities.swift
[1125/1374] Compiling v3_bcons.cc
[1126/1374] Compiling v3_alt.cc
[1127/1374] Compiling v3_akeya.cc
[1128/1374] Compiling v3_akey.cc
[1129/1374] Compiling t_x509a.cc
[1130/1374] Compiling t_x509.cc
[1131/1374] Compiling policy.cc
[1132/1374] Compiling t_req.cc
[1133/1374] Compiling t_crl.cc
[1135/1374] Compiling ConsoleKitCommands Console+Run.swift
[1136/1374] Compiling ConsoleKitCommands ConsoleError.swift
[1137/1374] Compiling ConsoleKitCommands Completion.swift
[1138/1374] Compiling ConsoleKitCommands CommandGroup.swift
[1139/1374] Compiling ConsoleKitCommands CommandInput.swift
[1140/1374] Compiling ConsoleKitCommands Commands.swift
[1140/1375] Compiling rsa_pss.cc
[1142/1375] Compiling i2d_pr.cc
[1143/1375] Compiling name_print.cc
[1144/1377] Wrapping AST for ConsoleKitCommands for debugging
[1145/1377] Compiling by_file.cc
[1147/1377] Emitting module ConsoleKit
[1148/1377] Compiling ConsoleKit Exports.swift
[1148/1377] Compiling by_dir.cc
[1150/1378] Compiling algorithm.cc
[1151/1378] Compiling asn1_gen.cc
[1152/1378] Compiling a_sign.cc
[1153/1378] Compiling a_verify.cc
[1154/1378] Compiling voprf.cc
[1155/1378] Wrapping AST for ConsoleKit for debugging
[1156/1378] Compiling trust_token.cc
[1157/1378] Compiling thread_none.cc
[1158/1378] Compiling a_digest.cc
[1159/1378] Compiling thread_win.cc
[1160/1378] Compiling thread.cc
[1161/1378] Compiling thread_pthread.cc
[1162/1378] Compiling stack.cc
[1163/1378] Compiling pmbtoken.cc
[1164/1378] Compiling thash.cc
[1165/1378] Compiling wots.cc
[1166/1378] Compiling siphash.cc
[1167/1378] Compiling slhdsa.cc
[1168/1378] Compiling sha1.cc
[1169/1378] Compiling merkle.cc
[1170/1378] Compiling fors.cc
[1171/1378] Compiling sha512.cc
[1172/1378] Compiling sha256.cc
[1173/1378] Compiling rsa_print.cc
[1174/1378] Compiling rsa_extra.cc
[1175/1378] Compiling rsa_crypt.cc
[1176/1378] Compiling rsa_asn1.cc
[1177/1378] Compiling refcount.cc
[1178/1378] Compiling trusty.cc
[1179/1378] Compiling rand_extra.cc
[1180/1378] Compiling rc4.cc
[1181/1378] Compiling windows.cc
[1182/1378] Compiling ios.cc
[1183/1378] Compiling getentropy.cc
[1184/1378] Compiling urandom.cc
[1185/1378] Compiling deterministic.cc
[1186/1378] Compiling poly1305_arm_asm.S
[1187/1378] Compiling fork_detect.cc
[1188/1378] Compiling forkunsafe.cc
[1189/1378] Compiling pool.cc
[1190/1378] Compiling poly1305_arm.cc
[1191/1378] Compiling poly1305.cc
[1192/1378] Compiling poly1305_vec.cc
[1193/1378] Compiling pkcs7.cc
[1194/1378] Compiling pkcs8_x509.cc
[1195/1378] Compiling p5_pbev2.cc
[1196/1378] Compiling pkcs8.cc
[1197/1378] Compiling pem_xaux.cc
[1198/1378] Compiling pkcs7_x509.cc
[1199/1378] Compiling pem_x509.cc
[1200/1378] Compiling pem_pk8.cc
[1201/1378] Compiling pem_pkey.cc
[1202/1378] Compiling pem_oth.cc
[1203/1378] Compiling mlkem.cc
[1204/1378] Compiling obj_xref.cc
[1205/1378] Compiling mldsa.cc
[1206/1378] Compiling obj.cc
[1207/1378] Compiling pem_all.cc
[1208/1378] Compiling pem_lib.cc
[1209/1378] Compiling pem_info.cc
[1210/1378] Compiling poly_rq_mul.S
[1211/1378] Compiling fips_shared_support.cc
[1212/1378] Compiling mem.cc
[1213/1378] Compiling md4.cc
[1214/1378] Compiling md5.cc
[1215/1378] Compiling lhash.cc
[1216/1378] Compiling kyber.cc
[1217/1378] Compiling hrss.cc
[1218/1378] Compiling sign.cc
[1219/1378] Compiling ex_data.cc
[1220/1378] Compiling hpke.cc
[1221/1378] Compiling scrypt.cc
[1222/1378] Compiling print.cc
[1223/1378] Compiling pbkdf.cc
[1224/1378] Compiling p_x25519.cc
[1225/1378] Compiling p_rsa.cc
[1226/1378] Compiling p_x25519_asn1.cc
[1227/1378] Compiling p_hkdf.cc
[1228/1378] Compiling p_ed25519.cc
[1229/1378] Compiling p_rsa_asn1.cc
[1230/1378] Compiling p_ed25519_asn1.cc
[1231/1378] Compiling p_ec_asn1.cc
[1232/1378] Compiling evp_asn1.cc
[1233/1378] Compiling p_ec.cc
[1234/1378] Compiling evp_ctx.cc
[1235/1378] Compiling p_dh.cc
[1236/1378] Compiling p_dsa_asn1.cc
[1237/1378] Compiling p_dh_asn1.cc
[1238/1378] Compiling ecdsa_asn1.cc
[1239/1378] Compiling evp.cc
[1240/1378] Compiling ecdh_extra.cc
[1241/1378] Compiling err.cc
[1242/1378] Compiling engine.cc
[1243/1378] Compiling ec_derive.cc
[1244/1378] Compiling hash_to_curve.cc
[1245/1378] Compiling dsa.cc
[1246/1378] Compiling dsa_asn1.cc
[1247/1378] Compiling params.cc
[1248/1378] Compiling ec_asn1.cc
[1249/1378] Compiling digest_extra.cc
[1250/1378] Compiling dh_asn1.cc
[1251/1378] Compiling x25519-asm-arm.S
[1252/1378] Compiling des.cc
[1253/1378] Compiling spake25519.cc
[1254/1378] Compiling cpu_arm_linux.cc
[1255/1378] Compiling cpu_arm_freebsd.cc
[1256/1378] Compiling crypto.cc
[1257/1378] Compiling cpu_intel.cc
[1258/1378] Compiling cpu_aarch64_sysreg.cc
[1259/1378] Compiling bcm.cc
[1260/1378] Compiling cpu_aarch64_win.cc
[1261/1378] Compiling curve25519.cc
[1262/1378] Compiling cpu_aarch64_openbsd.cc
[1263/1378] Compiling cpu_aarch64_fuchsia.cc
[1264/1378] Compiling cpu_aarch64_linux.cc
[1265/1378] Compiling conf.cc
[1266/1378] Compiling e_tls.cc
[1267/1378] Compiling curve25519_64_adx.cc
[1268/1378] Compiling e_rc4.cc
[1269/1378] Compiling cpu_aarch64_apple.cc
[1270/1378] Compiling tls_cbc.cc
[1271/1378] Compiling e_rc2.cc
[1272/1378] Compiling e_des.cc
[1273/1378] Compiling e_aesctrhmac.cc
[1274/1378] Compiling e_null.cc
[1275/1378] Compiling cipher_extra.cc
[1276/1378] Compiling chacha.cc
[1277/1378] Compiling derive_key.cc
[1278/1378] Compiling e_chacha20poly1305.cc
[1279/1378] Compiling e_aesgcmsiv.cc
[1280/1378] Compiling unicode.cc
[1281/1378] Compiling cbs.cc
[1282/1378] Compiling ber.cc
[1283/1378] Compiling buf.cc
[1284/1378] Compiling cbb.cc
[1285/1378] Compiling bn_asn1.cc
[1286/1378] Compiling asn1_compat.cc
[1287/1378] Compiling blake2.cc
[1288/1378] Compiling pair.cc
[1289/1378] Compiling printf.cc
[1290/1378] Compiling convert.cc
[1291/1378] Compiling hexdump.cc
[1292/1378] Compiling base64.cc
[1293/1378] Compiling fd.cc
[1294/1378] Compiling errno.cc
[1295/1378] Compiling file.cc
[1296/1378] Compiling bio_mem.cc
[1297/1378] Compiling tasn_fre.cc
[1298/1378] Compiling bio.cc
[1299/1378] Compiling tasn_utl.cc
[1300/1378] Compiling tasn_typ.cc
[1301/1378] Compiling tasn_enc.cc
[1302/1378] Compiling tasn_new.cc
[1303/1378] Compiling posix_time.cc
[1304/1378] Compiling tasn_dec.cc
[1305/1378] Compiling f_string.cc
[1306/1378] Compiling asn_pack.cc
[1307/1378] Compiling asn1_lib.cc
[1308/1378] Compiling f_int.cc
[1309/1378] Compiling asn1_par.cc
[1310/1378] Compiling a_octet.cc
[1311/1378] Compiling a_utctm.cc
[1312/1378] Write sources
[1313/1378] Compiling a_type.cc
[1313/1378] Write sources
[1318/1378] Compiling a_time.cc
[1319/1378] Compiling a_gentm.cc
[1319/1378] Write sources
[1322/1378] Compiling a_dup.cc
[1323/1378] Compiling a_strex.cc
[1324/1378] Compiling a_strnid.cc
[1325/1378] Compiling a_d2i_fp.cc
[1327/1520] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[1328/1520] Compiling AsyncAlgorithms CombineLatestStorage.swift
[1329/1530] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[1330/1530] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[1331/1530] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[1332/1530] Compiling AsyncAlgorithms AsyncChannel.swift
[1333/1530] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[1334/1530] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[1335/1530] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[1336/1530] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[1337/1530] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[1338/1530] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[1339/1530] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1340/1530] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1341/1530] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1342/1530] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1343/1530] Compiling BitCollections BitSet+SetAlgebra union.swift
[1344/1530] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1345/1530] Compiling BitCollections BitSet.Counted.swift
[1349/1540] Compiling Atomics IntegerOperations.swift
[1350/1540] Compiling Atomics Unmanaged extensions.swift
[1351/1540] Emitting module BitCollections
[1352/1540] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[1353/1540] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[1354/1540] Compiling AsyncAlgorithms MergeStateMachine.swift
[1355/1540] Compiling AsyncAlgorithms MergeStorage.swift
[1356/1540] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[1357/1540] Compiling AsyncAlgorithms Rethrow.swift
[1358/1546] Emitting module AsyncAlgorithms
[1363/1546] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[1364/1546] Compiling Algorithms RandomSample.swift
[1365/1546] Compiling Algorithms Reductions.swift
[1366/1546] Compiling Algorithms Rotate.swift
[1367/1546] Compiling Algorithms Trim.swift
[1368/1546] Compiling Algorithms Unique.swift
[1369/1546] Compiling Algorithms Windows.swift
[1370/1546] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[1371/1546] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[1372/1546] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[1379/1546] Compiling AsyncAlgorithms SetAlgebra.swift
[1384/1546] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[1385/1546] Compiling AsyncAlgorithms ChannelStateMachine.swift
[1386/1546] Compiling AsyncAlgorithms ChannelStorage.swift
[1388/1546] Compiling CryptoBoringWrapper RandomBytes.swift
[1398/1546] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[1399/1546] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[1400/1546] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[1404/1546] Compiling BitCollections BitSet.Index.swift
[1405/1546] Compiling BitCollections BitSet._UnsafeHandle.swift
[1406/1546] Compiling BitCollections BitSet.swift
[1407/1546] Compiling BitCollections Range+Utilities.swift
[1408/1546] Compiling BitCollections Slice+Utilities.swift
[1409/1546] Compiling BitCollections UInt+Tricks.swift
[1410/1546] Compiling BitCollections _Word.swift
[1414/1546] Emitting module CryptoBoringWrapper
[1415/1546] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1416/1546] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1433/1546] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[1434/1546] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[1435/1546] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[1436/1546] Compiling AsyncAlgorithms DebounceStateMachine.swift
[1437/1546] Compiling AsyncAlgorithms DebounceStorage.swift
[1438/1546] Compiling AsyncAlgorithms Dictionary.swift
[1439/1546] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[1440/1546] Compiling AsyncAlgorithms Locking.swift
[1460/1547] Compiling CryptoBoringWrapper EllipticCurve.swift
[1461/1547] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1462/1547] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1463/1547] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1466/1548] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1467/1548] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1468/1548] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1469/1548] Compiling AsyncAlgorithms ZipStateMachine.swift
[1470/1548] Compiling AsyncAlgorithms ZipStorage.swift
[1488/1548] Wrapping AST for BitCollections for debugging
[1490/1549] Emitting module Atomics
[1490/1549] Wrapping AST for CryptoBoringWrapper for debugging
[1493/1551] Compiling Collections Collections.swift
[1494/1587] Emitting module Collections
[1495/1623] Compiling Crypto AES-GCM.swift
[1496/1623] Compiling Crypto AES-GCM_boring.swift
[1497/1623] Compiling Crypto ChaChaPoly_boring.swift
[1498/1623] Compiling Crypto HPKE-Context.swift
[1499/1623] Compiling Crypto HPKE-KeySchedule.swift
[1500/1623] Compiling Crypto HPKE-Modes.swift
[1501/1624] Wrapping AST for AsyncAlgorithms for debugging
[1503/1632] Wrapping AST for Collections for debugging
[1504/1632] Wrapping AST for Atomics for debugging
[1506/1632] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1507/1706] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1508/1706] Emitting module ServiceLifecycle
[1509/1706] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1510/1706] Compiling ServiceLifecycle ServiceRunnerError.swift
[1511/1706] Compiling ServiceLifecycle CancellationWaiter.swift
[1512/1706] Compiling ServiceLifecycle GracefulShutdown.swift
[1513/1706] Compiling NIOCore AsyncChannel.swift
[1514/1706] Compiling NIOCore AsyncChannelHandler.swift
[1515/1706] Compiling NIOCore AsyncChannelInboundStream.swift
[1516/1706] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1517/1707] Emitting module Algorithms
[1518/1708] Wrapping AST for Algorithms for debugging
[1520/1708] Compiling _ConnectionPoolModule TinyFastSequence.swift
[1521/1708] Compiling ServiceLifecycle Service.swift
[1522/1708] Compiling ServiceLifecycle ServiceGroup.swift
[1523/1709] Compiling Crypto SymmetricKeys.swift
[1524/1709] Compiling Crypto HMAC.swift
[1525/1709] Compiling Crypto MACFunctions.swift
[1526/1709] Compiling Crypto MessageAuthenticationCode.swift
[1527/1709] Compiling Crypto AES.swift
[1528/1709] Compiling Crypto ECDSASignature_boring.swift
[1529/1709] Compiling Crypto ECDSA_boring.swift
[1530/1709] Compiling Crypto EdDSA_boring.swift
[1531/1709] Compiling Crypto ECDSA.swift
[1532/1709] Compiling Crypto Ed25519.swift
[1534/1718] Compiling NIOCore AddressedEnvelope.swift
[1535/1718] Compiling NIOCore AsyncAwaitSupport.swift
[1535/1718] Wrapping AST for ServiceLifecycle for debugging
[1537/1718] Compiling _ConnectionPoolModule PoolStateMachine.swift
[1538/1718] Compiling NIOCore MarkedCircularBuffer.swift
[1539/1718] Compiling NIOCore MulticastChannel.swift
[1540/1718] Compiling NIOCore NIOAny.swift
[1541/1718] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1542/1718] Compiling NIOCore NIOLoopBound.swift
[1543/1718] Compiling NIOCore NIOScheduledCallback.swift
[1544/1718] Compiling NIOCore NIOSendable.swift
[1545/1718] Compiling NIOCore RecvByteBufferAllocator.swift
[1546/1718] Compiling Crypto HPKE-KEM.swift
[1547/1718] Compiling Crypto HPKE-Errors.swift
[1548/1718] Compiling NIOCore DeadChannel.swift
[1549/1718] Compiling NIOCore DispatchQueue+WithFuture.swift
[1550/1718] Compiling NIOCore EventLoop+Deprecated.swift
[1551/1718] Compiling NIOCore EventLoop+SerialExecutor.swift
[1552/1718] Compiling NIOCore GlobalSingletons.swift
[1553/1718] Compiling NIOCore IO.swift
[1554/1718] Compiling NIOCore IOData.swift
[1555/1718] Compiling NIOCore IPProtocol.swift
[1556/1718] Compiling NIOCore IntegerBitPacking.swift
[1557/1718] Compiling NIOCore IntegerTypes.swift
[1566/1726] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1567/1726] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1568/1726] Compiling NIOCore NIOAsyncWriter.swift
[1569/1726] Compiling NIOCore ByteBuffer-multi-int.swift
[1570/1726] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1571/1726] Compiling NIOCore ByteBuffer-views.swift
[1574/1726] Compiling NIOCore Channel.swift
[1575/1726] Compiling NIOCore ChannelHandler.swift
[1576/1726] Compiling NIOCore ChannelHandlers.swift
[1577/1726] Compiling NIOCore ChannelInvoker.swift
[1578/1726] Compiling NIOCore ChannelOption.swift
[1579/1726] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1580/1726] Compiling NIOCore BSDSocketAPI.swift
[1581/1726] Compiling NIOCore ByteBuffer-aux.swift
[1582/1726] Emitting module _ConnectionPoolModule
[1590/1727] Compiling NIOCore Interfaces.swift
[1591/1727] Compiling NIOCore Linux.swift
[1591/1727] Wrapping AST for _ConnectionPoolModule for debugging
[1595/1727] Compiling NIOCore EventLoop.swift
[1596/1727] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1597/1727] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1598/1727] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1599/1727] Compiling NIOCore EventLoopFuture.swift
[1600/1727] Compiling NIOCore FileDescriptor.swift
[1601/1727] Compiling NIOCore FileHandle.swift
[1602/1727] Compiling NIOCore FileRegion.swift
[1603/1727] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1604/1727] Compiling NIOCore ByteBuffer-conversions.swift
[1605/1727] Compiling NIOCore ByteBuffer-core.swift
[1606/1727] Compiling NIOCore ByteBuffer-hex.swift
[1607/1727] Compiling NIOCore ByteBuffer-int.swift
[1608/1727] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1609/1727] Compiling NIOCore ChannelPipeline.swift
[1610/1727] Compiling NIOCore CircularBuffer.swift
[1611/1727] Compiling NIOCore Codec.swift
[1612/1727] Compiling NIOCore ConvenienceOptionSupport.swift
[1623/1727] Emitting module Crypto
[1624/1727] Compiling Crypto Signature.swift
[1625/1727] Compiling Crypto CryptoKitErrors_boring.swift
[1626/1727] Compiling Crypto RNG_boring.swift
[1627/1727] Compiling Crypto SafeCompare_boring.swift
[1628/1727] Compiling Crypto Zeroization_boring.swift
[1629/1727] Compiling Crypto PrettyBytes.swift
[1630/1727] Compiling Crypto SafeCompare.swift
[1631/1727] Compiling Crypto SecureBytes.swift
[1632/1727] Compiling Crypto Zeroization.swift
[1633/1728] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1634/1728] Compiling NIOCore SocketAddresses.swift
[1635/1728] Compiling NIOCore SocketOptionProvider.swift
[1636/1728] Compiling NIOCore SystemCallHelpers.swift
[1637/1728] Compiling NIOCore TimeAmount+Duration.swift
[1638/1728] Compiling NIOCore TypeAssistedChannelHandler.swift
[1639/1728] Compiling NIOCore UniversalBootstrapSupport.swift
[1640/1728] Compiling NIOCore Utilities.swift
[1649/1728] Wrapping AST for Crypto for debugging
[1685/1728] Emitting module NIOCore
[1686/1729] Wrapping AST for NIOCore for debugging
[1688/1780] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1689/1780] Emitting module NIOEmbedded
[1690/1780] Compiling NIOEmbedded AsyncTestingChannel.swift
[1691/1780] Compiling NIOEmbedded Embedded.swift
[1693/1781] Emitting module NIOPosix
[1693/1787] Wrapping AST for NIOEmbedded for debugging
[1695/1787] Compiling NIOPosix SelectableChannel.swift
[1696/1787] Compiling NIOPosix SelectableEventLoop.swift
[1697/1787] Compiling NIOPosix SelectorEpoll.swift
[1698/1787] Compiling NIOPosix SelectorGeneric.swift
[1699/1787] Compiling NIOPosix SelectorKqueue.swift
[1700/1787] Compiling NIOPosix SelectorUring.swift
[1701/1787] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1702/1787] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1703/1787] Compiling NIOPosix PosixSingletons.swift
[1704/1787] Compiling NIOPosix RawSocketBootstrap.swift
[1705/1787] Compiling NIOPosix Resolver.swift
[1706/1787] Compiling NIOPosix Selectable.swift
[1707/1787] Compiling NIOPosix ThreadPosix.swift
[1708/1787] Compiling NIOPosix ThreadWindows.swift
[1709/1787] Compiling NIOPosix UnsafeTransfer.swift
[1710/1787] Compiling NIOPosix Utilities.swift
[1711/1787] Compiling NIOPosix VsockAddress.swift
[1712/1787] Compiling NIOPosix VsockChannelEvents.swift
[1713/1787] Compiling NIOPosix BSDSocketAPICommon.swift
[1714/1787] Compiling NIOPosix BSDSocketAPIPosix.swift
[1715/1787] Compiling NIOPosix BSDSocketAPIWindows.swift
[1716/1787] Compiling NIOPosix BaseSocket.swift
[1717/1787] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1718/1787] Compiling NIOPosix BaseSocketChannel.swift
[1719/1787] Compiling NIOPosix BaseStreamSocketChannel.swift
[1720/1787] Compiling NIOPosix ServerSocket.swift
[1721/1787] Compiling NIOPosix Socket.swift
[1722/1787] Compiling NIOPosix SocketChannel.swift
[1723/1787] Compiling NIOPosix SocketProtocols.swift
[1724/1787] Compiling NIOPosix System.swift
[1725/1787] Compiling NIOPosix Thread.swift
[1726/1787] Compiling NIOPosix IO.swift
[1727/1787] Compiling NIOPosix IntegerBitPacking.swift
[1728/1787] Compiling NIOPosix IntegerTypes.swift
[1729/1787] Compiling NIOPosix Linux.swift
[1730/1787] Compiling NIOPosix LinuxCPUSet.swift
[1731/1787] Compiling NIOPosix LinuxUring.swift
[1732/1787] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1733/1787] Compiling NIOPosix NIOThreadPool.swift
[1734/1787] Compiling NIOPosix NonBlockingFileIO.swift
[1735/1787] Compiling NIOPosix PendingDatagramWritesManager.swift
[1736/1787] Compiling NIOPosix PendingWritesManager.swift
[1737/1787] Compiling NIOPosix PipeChannel.swift
[1738/1787] Compiling NIOPosix PipePair.swift
[1739/1787] Compiling NIOPosix Pool.swift
[1740/1787] Compiling NIOPosix Bootstrap.swift
[1741/1787] Compiling NIOPosix ControlMessage.swift
[1742/1787] Compiling NIOPosix DatagramVectorReadManager.swift
[1743/1787] Compiling NIOPosix Errors+Any.swift
[1744/1787] Compiling NIOPosix FileDescriptor.swift
[1745/1787] Compiling NIOPosix GetaddrinfoResolver.swift
[1746/1787] Compiling NIOPosix HappyEyeballs.swift
[1747/1788] Wrapping AST for NIOPosix for debugging
[1749/1847] Emitting module NIO
[1750/1847] Compiling NIO Exports.swift
[1752/1848] Compiling _NIOFileSystem Convenience.swift
[1753/1848] Compiling _NIOFileSystem DirectoryEntries.swift
[1754/1848] Compiling _NIOFileSystem DirectoryEntry.swift
[1755/1848] Compiling _NIOFileSystem Exports.swift
[1756/1848] Compiling _NIOFileSystem FileChunks.swift
[1757/1848] Compiling _NIOFileSystem FileHandle.swift
[1758/1850] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1759/1850] Compiling _NIOFileSystem FileSystemError.swift
[1760/1850] Compiling _NIOFileSystem FileSystemProtocol.swift
[1761/1850] Compiling _NIOFileSystem FileType.swift
[1762/1850] Compiling _NIOFileSystem IOStrategy.swift
[1763/1850] Compiling _NIOFileSystem ParallelDirCopy.swift
[1763/1856] Wrapping AST for NIO for debugging
[1765/1937] Compiling NIOTLS TLSEvents.swift
[1766/1981] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1767/1981] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1768/1981] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1769/1981] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1770/1981] Compiling NIOSOCKS SOCKSResponse.swift
[1771/1982] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1772/1982] Compiling NIOSOCKS ClientStateMachine.swift
[1773/1982] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1774/1982] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1775/1982] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1776/1982] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1777/1982] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1778/1982] Compiling NIOHTTP1 HTTPDecoder.swift
[1779/1982] Compiling SQLKit SQLDatabaseReportedVersion.swift
[1780/1982] Compiling SQLKit SQLDialect.swift
[1781/1982] Emitting module NIOSOCKS
[1784/1982] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1785/1982] Emitting module NIOTLS
[1786/1982] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1787/1982] Compiling NIOTLS SNIHandler.swift
[1788/1983] Compiling NIOSOCKS ServerStateMachine.swift
[1791/1983] Compiling NIOHTTP1 HTTPEncoder.swift
[1792/1983] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1796/1984] Wrapping AST for NIOTLS for debugging
[1798/1984] Emitting module NIOHTTP1
[1799/1986] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1800/1986] Emitting module NIOFoundationCompat
[1801/1987] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1802/1987] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1803/1987] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1804/1987] Compiling SQLKit SQLColumnAssignment.swift
[1805/1987] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1806/1987] Compiling SQLKit SQLColumnDefinition.swift
[1807/1987] Compiling SQLKit SQLCommonTableExpression.swift
[1808/1987] Compiling SQLKit SQLConflictAction.swift
[1809/1987] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1810/1987] Compiling SQLKit SQLDropBehaviour.swift
[1811/1987] Compiling SQLKit SQLEnumDataType.swift
[1812/1987] Compiling SQLKit SQLExcludedColumn.swift
[1813/1987] Compiling SQLKit SQLForeignKey.swift
[1814/1987] Compiling SQLKit SQLJoin.swift
[1815/1987] Compiling SQLKit SQLJoinMethod.swift
[1815/2028] Wrapping AST for NIOSOCKS for debugging
[1817/2028] Compiling NIOSSL ObjectIdentifier.swift
[1818/2028] Compiling NIOSSL PosixPort.swift
[1819/2028] Compiling NIOSSL SSLCallbacks.swift
[1820/2028] Compiling NIOSSL LinuxCABundle.swift
[1821/2028] Compiling NIOSSL NIOSSLClientHandler.swift
[1822/2028] Emitting module _NIOFileSystem
[1823/2028] Compiling NIOSSL AndroidCABundle.swift
[1824/2028] Compiling NIOSSL ByteBufferBIO.swift
[1825/2028] Compiling NIOSSL CustomPrivateKey.swift
[1826/2028] Compiling NIOSSL IdentityVerification.swift
[1827/2028] Compiling NIOSSL NIOSSLServerHandler.swift
[1829/2032] Compiling SQLKit SQLColumn.swift
[1830/2032] Compiling SQLKit SQLConstraint.swift
[1831/2032] Compiling SQLKit SQLDataType.swift
[1832/2032] Compiling SQLKit SQLDirection.swift
[1833/2032] Compiling NIOSSL SSLErrors.swift
[1834/2032] Compiling NIOSSL SSLInit.swift
[1835/2032] Compiling NIOSSL SSLPKCS12Bundle.swift
[1836/2032] Compiling NIOSSL SSLPrivateKey.swift
[1837/2032] Compiling NIOSSL NIOSSLSecureBytes.swift
[1838/2032] Compiling SQLKit SQLDropIndex.swift
[1839/2032] Compiling SQLKit SQLDropTable.swift
[1840/2032] Compiling SQLKit SQLDropTrigger.swift
[1841/2032] Compiling SQLKit SQLInsert.swift
[1842/2032] Compiling SQLKit SQLSelect.swift
[1843/2032] Compiling SQLKit SQLUnion.swift
[1844/2032] Compiling SQLKit SQLUpdate.swift
[1845/2032] Compiling SQLKit SQLExpression.swift
[1846/2032] Compiling SQLKit SQLSerializer.swift
[1847/2032] Compiling SQLKit SQLStatement.swift
[1848/2032] Compiling SQLKit SQLBinaryExpression.swift
[1849/2032] Compiling SQLKit SQLBinaryOperator.swift
[1850/2032] Compiling SQLKit SQLBind.swift
[1851/2032] Compiling NIOSSL NIOSSLHandler.swift
[1852/2032] Compiling NIOSSL SSLCertificate.swift
[1852/2032] Wrapping AST for NIOFoundationCompat for debugging
[1854/2039] Compiling SQLiteNIO SQLiteCustomFunction.swift
[1855/2039] Compiling SQLiteNIO SQLiteData.swift
[1856/2064] Compiling SQLKit SQLLockingClause.swift
[1857/2064] Compiling SQLKit SQLOrderBy.swift
[1858/2064] Compiling SQLKit SQLReturning.swift
[1859/2064] Compiling SQLKit SQLSubquery.swift
[1860/2064] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1861/2064] Compiling SQLKit SQLAlterEnum.swift
[1862/2064] Compiling SQLKit SQLAlterTable.swift
[1863/2064] Compiling SQLKit SQLCreateEnum.swift
[1864/2064] Compiling SQLKit SQLCreateIndex.swift
[1865/2064] Compiling SQLKit SQLCreateTable.swift
[1866/2064] Compiling SQLKit SQLCreateTrigger.swift
[1867/2064] Compiling SQLKit SQLDelete.swift
[1868/2064] Compiling SQLKit SQLDropEnum.swift
[1869/2064] Compiling NIOSSL SafeCompare.swift
[1870/2064] Compiling NIOSSL Zeroization.swift
[1871/2064] Compiling SQLKit SQLAlias.swift
[1872/2064] Compiling SQLKit SQLBetween.swift
[1877/2064] Compiling _NIOFileSystem SystemFileHandle.swift
[1878/2064] Compiling _NIOFileSystem Utilities.swift
[1879/2064] Compiling _NIOFileSystem OpenOptions.swift
[1880/2064] Compiling _NIOFileSystem String+FileSystem.swift
[1881/2064] Compiling SQLKit SQLQueryString.swift
[1882/2064] Compiling NIOTransportServices NIOTSBootstraps.swift
[1883/2064] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1884/2064] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1885/2064] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1886/2064] Compiling NIOTransportServices NIOTSSingletons.swift
[1887/2064] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1888/2064] Compiling NIOTransportServices StateManagedChannel.swift
[1889/2064] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1890/2064] Compiling NIOSSL RNG.swift
[1895/2066] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1896/2066] Compiling NIOTransportServices NIOTSErrors.swift
[1897/2066] Compiling NIOTransportServices NIOTSEventLoop.swift
[1898/2066] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1899/2066] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1900/2066] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1903/2066] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1907/2066] Emitting module NIOTransportServices
[1908/2066] Compiling SQLiteNIO SQLiteDataType.swift
[1909/2067] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1910/2067] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1911/2067] Compiling SQLiteNIO SQLiteRow.swift
[1912/2067] Compiling NIOTransportServices AcceptHandler.swift
[1913/2067] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1914/2067] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1915/2067] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1916/2067] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1917/2067] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1918/2068] Compiling SQLiteNIO SQLiteDataConvertible.swift
[1919/2068] Compiling SQLiteNIO SQLiteDatabase.swift
[1920/2068] Wrapping AST for NIOTransportServices for debugging
[1922/2068] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1923/2068] Compiling SQLKit SQLRawBuilder.swift
[1924/2068] Compiling SQLKit SQLSecondaryPredicateGroupBuilder.swift
[1925/2068] Compiling SQLKit SQLSelectBuilder.swift
[1926/2068] Compiling SQLKit SQLSubqueryBuilder.swift
[1927/2068] Compiling SQLKit SQLUnionBuilder.swift
[1928/2068] Compiling SQLKit SQLUpdateBuilder.swift
[1929/2068] Compiling SQLKit SQLAliasedColumnListBuilder.swift
[1930/2068] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1931/2068] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[1932/2068] Compiling SQLKit SQLCommonUnionBuilder.swift
[1933/2068] Compiling SQLKit SQLJoinBuilder.swift
[1934/2068] Compiling SQLKit SQLPartialResultBuilder.swift
[1967/2068] Compiling SQLiteNIO SQLiteStatement.swift
[1968/2068] Emitting module SQLKit
[1969/2068] Emitting module AsyncKit
[1970/2068] Compiling SQLiteNIO SQLiteError.swift
[1975/2068] Emitting module SQLiteNIO
[1982/2070] Wrapping AST for SQLiteNIO for debugging
[1988/2116] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1992/2119] Emitting module NIOSSL
[1997/2119] Compiling NIOHPACK IndexedHeaderTable.swift
[1998/2120] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1999/2120] Compiling NIOExtras RequestResponseHandler.swift
[2001/2122] Compiling NIOHPACK IntegerCoding.swift
[2002/2122] Compiling SQLKit SQLFunction.swift
[2003/2122] Compiling SQLKit SQLGroupExpression.swift
[2004/2122] Compiling SQLKit SQLIdentifier.swift
[2005/2122] Compiling SQLKit SQLList.swift
[2006/2122] Compiling SQLKit SQLLiteral.swift
[2007/2122] Compiling SQLKit SQLRaw.swift
[2008/2122] Compiling SQLKit SQLCodingUtilities.swift
[2009/2122] Compiling SQLKit SQLQueryEncoder.swift
[2010/2122] Compiling SQLKit SQLRow.swift
[2011/2122] Compiling SQLKit SQLRowDecoder.swift
[2012/2122] Compiling SQLKit SomeCodingKey.swift
[2013/2122] Compiling SQLKit StringHandling.swift
[2018/2122] Compiling NIOWebSocket WebSocketOpcode.swift
[2019/2124] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[2020/2124] Compiling NIOExtras NIOExtrasError.swift
[2021/2124] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[2022/2124] Compiling NIOHTTPCompression HTTPCompression.swift
[2023/2124] Emitting module NIOHTTPCompression
[2025/2124] Compiling NIOHPACK StaticHeaderTable.swift
[2026/2124] Emitting module NIOWebSocket
[2027/2124] Compiling NIOHPACK HuffmanTables.swift
[2028/2124] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[2029/2124] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[2030/2124] Compiling NIOHTTPCompression HTTPDecompression.swift
[2031/2124] Compiling NIOHPACK HuffmanCoding.swift
[2032/2124] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[2033/2124] Compiling NIOExtras NIOLengthFieldBitLength.swift
[2034/2124] Compiling NIOExtras NIORequestIdentifiable.swift
[2035/2124] Compiling NIOExtras PCAPRingBuffer.swift
[2036/2124] Compiling NIOExtras QuiescingHelper.swift
[2037/2124] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[2038/2124] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[2039/2124] Compiling NIOExtras JSONRPCFraming.swift
[2040/2124] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[2041/2124] Compiling NIOWebSocket WebSocketErrorCodes.swift
[2042/2124] Compiling NIOWebSocket WebSocketFrame.swift
[2043/2125] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[2044/2125] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[2045/2126] Compiling NIOExtras FixedLengthFrameDecoder.swift
[2052/2146] Emitting module NIOExtras
[2053/2146] Wrapping AST for SQLKit for debugging
[2055/2146] Compiling MultipartKit FormDataDecoder.Decoder.swift
[2056/2146] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[2057/2146] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[2058/2146] Compiling MultipartKit FormDataEncoder.Encoder.swift
[2059/2146] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[2060/2146] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[2061/2146] Compiling MultipartKit BasicCodingKey.swift
[2062/2146] Compiling MultipartKit MultipartError.swift
[2063/2146] Compiling MultipartKit Exports.swift
[2064/2219] Compiling FluentKit AsyncMigration.swift
[2065/2219] Compiling FluentKit AsyncModelMiddleware.swift
[2066/2219] Compiling FluentKit Children+Concurrency.swift
[2067/2219] Compiling FluentKit Database+Concurrency.swift
[2068/2219] Compiling FluentKit EnumBuilder+Concurrency.swift
[2069/2219] Compiling FluentKit Model+Concurrency.swift
[2070/2226] Emitting module NIOHPACK
[2071/2239] Compiling FluentKit Parent+Concurrency.swift
[2072/2239] Compiling FluentKit QueryBuilder+Concurrency.swift
[2073/2239] Compiling FluentKit Relation+Concurrency.swift
[2075/2241] Compiling NIOFileSystem Exports.swift
[2076/2241] Emitting module NIOFileSystem
[2077/2241] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2078/2241] Emitting module MultipartKit
[2079/2242] Compiling FluentKit ModelResponder+Concurrency.swift
[2080/2242] Compiling FluentKit OptionalChild+Concurrency.swift
[2081/2242] Compiling FluentKit OptionalParent+Concurrency.swift
[2082/2242] Compiling FluentKit Database+Logging.swift
[2083/2242] Compiling FluentKit Database.swift
[2084/2242] Emitting module _NIOFileSystemFoundationCompat
[2085/2242] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2099/2243] Compiling FluentKit SchemaBuilder+Concurrency.swift
[2100/2243] Compiling FluentKit Siblings+Concurrency.swift
[2109/2243] Wrapping AST for _NIOFileSystem for debugging
[2111/2243] Compiling FluentKit FluentError.swift
[2112/2243] Compiling FluentKit ModelMiddleware.swift
[2113/2243] Compiling FluentKit ModelResponder.swift
[2114/2244] Compiling MultipartKit MultipartSerializer.swift
[2115/2244] Compiling MultipartKit Utilities.swift
[2116/2302] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[2118/2302] Compiling NIOHTTP2 SendingHeadersState.swift
[2119/2302] Compiling NIOHTTP2 SendingPushPromiseState.swift
[2120/2302] Compiling NIOHTTP2 HTTP2SettingsState.swift
[2121/2302] Compiling NIOHTTP2 StateMachineResult.swift
[2121/2327] Wrapping AST for NIOWebSocket for debugging
[2123/2327] Compiling LeafKit LeafContext.swift
[2124/2327] Compiling LeafKit LeafSerializer.swift
[2125/2328] Wrapping AST for NIOHTTPCompression for debugging
[2127/2328] Wrapping AST for NIOSSL for debugging
[2128/2328] Wrapping AST for NIOHTTP1 for debugging
[2129/2412] Wrapping AST for NIOHPACK for debugging
[2131/2475] Compiling PostgresNIO PostgresData+Float.swift
[2132/2475] Compiling PostgresNIO PostgresData+Int.swift
[2133/2475] Compiling PostgresNIO PostgresData+JSON.swift
[2134/2475] Compiling PostgresNIO PostgresData+JSONB.swift
[2135/2475] Compiling PostgresNIO PostgresData+Numeric.swift
[2136/2475] Compiling PostgresNIO PostgresData+Optional.swift
[2137/2475] Compiling PostgresNIO PostgresMessage+Execute.swift
[2138/2475] Compiling PostgresNIO PostgresMessage+ParameterDescription.swift
[2138/2483] Wrapping AST for NIOFileSystem for debugging
[2140/2483] Emitting module LeafKit
[2140/2486] Wrapping AST for NIOExtras for debugging
[2142/2486] Compiling PostgresNIO PostgresMessage+ReadyForQuery.swift
[2143/2486] Compiling PostgresNIO PostgresMessage+SASLResponse.swift
[2144/2486] Compiling PostgresNIO PostgresMessage+SSLRequest.swift
[2145/2486] Compiling WebSocketKit Exports.swift
[2146/2486] Compiling PostgresNIO PostgresData+Bool.swift
[2147/2486] Compiling PostgresNIO PostgresData+Bytes.swift
[2148/2486] Compiling PostgresNIO PostgresData+Date.swift
[2148/2486] Wrapping AST for MultipartKit for debugging
[2150/2486] Compiling WebSocketKit WebSocketHandler.swift
[2151/2486] Compiling PostgresNIO PostgresData+Decimal.swift
[2152/2486] Compiling PostgresNIO PostgresData+Double.swift
[2154/2486] Emitting module FluentKit
[2155/2498] Emitting module WebSocketKit
[2156/2498] Compiling WebSocketKit WebSocket+Concurrency.swift
[2157/2498] Compiling WebSocketKit WebSocket+Connect.swift
[2158/2498] Compiling WebSocketKit WebSocket.swift
[2159/2498] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2160/2498] Compiling WebSocketKit WebSocketClient.swift
[2164/2499] Compiling PostgresNIO PostgresMessage+ParameterStatus.swift
[2165/2499] Compiling PostgresNIO PostgresMessage+Parse.swift
[2166/2499] Compiling PostgresNIO PostgresMessage+Password.swift
[2167/2499] Compiling LeafKit String+HTMLEscape.swift
[2168/2499] Compiling PostgresNIO PostgresMessage+Terminate.swift
[2169/2499] Compiling PostgresNIO PostgresMessageDecoder.swift
[2170/2499] Compiling PostgresNIO PostgresMessageEncoder.swift
[2171/2499] Compiling PostgresNIO PostgresMessage+0.swift
[2181/2504] Compiling LeafKit LeafSyntax.swift
[2182/2504] Compiling LeafKit LeafTag.swift
[2196/2504] Compiling PostgresNIO PostgresConnection+Configuration.swift
[2197/2504] Compiling PostgresNIO PostgresConnection.swift
[2198/2504] Compiling PostgresNIO PostgresDatabase+PreparedQuery.swift
[2199/2504] Compiling PostgresNIO PostgresData+Array.swift
[2211/2504] Wrapping AST for WebSocketKit for debugging
[2238/2518] Compiling PostgresNIO BackendKeyData.swift
[2239/2518] Compiling PostgresNIO DataRow.swift
[2240/2518] Compiling PostgresNIO ErrorResponse.swift
[2241/2518] Compiling PostgresNIO NotificationResponse.swift
[2242/2518] Compiling PostgresNIO ParameterDescription.swift
[2243/2518] Compiling PostgresNIO ParameterStatus.swift
[2244/2518] Compiling PostgresNIO ReadyForQuery.swift
[2245/2518] Compiling PostgresNIO RowDescription.swift
[2246/2518] Compiling PostgresNIO NotificationListener.swift
[2247/2518] Compiling PostgresNIO PSQLError.swift
[2248/2518] Compiling PostgresNIO PSQLEventsHandler.swift
[2249/2518] Compiling PostgresNIO PSQLPreparedStatement.swift
[2250/2518] Emitting module NIOHTTP2
[2267/2519] Wrapping AST for LeafKit for debugging
[2269/2519] Emitting module MySQLNIO
[2270/2519] Compiling MySQLNIO MySQLProtocol+StatusFlags.swift
[2271/2519] Compiling MySQLNIO MySQLProtocol+TextResultSetRow.swift
[2272/2519] Compiling MySQLNIO MySQLProtocol.swift
[2273/2519] Compiling MySQLNIO CryptoUtils.swift
[2274/2519] Compiling MySQLNIO NIOUtils.swift
[2275/2519] Compiling NIOHTTP2 InboundWindowManager.swift
[2276/2519] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2277/2519] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2278/2519] Compiling NIOHTTP2 StreamChannelList.swift
[2279/2519] Compiling NIOHTTP2 StreamMap.swift
[2280/2519] Compiling NIOHTTP2 StreamStateMachine.swift
[2281/2519] Compiling NIOHTTP2 UnsafeTransfer.swift
[2282/2519] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2283/2519] Compiling FluentKit DatabaseQuery+Join.swift
[2284/2519] Compiling FluentKit DatabaseQuery+Range.swift
[2285/2519] Compiling FluentKit DatabaseQuery+Sort.swift
[2286/2519] Compiling FluentKit DatabaseQuery+Value.swift
[2287/2519] Compiling FluentKit DatabaseQuery.swift
[2288/2519] Compiling FluentKit QueryHistory.swift
[2289/2519] Compiling FluentKit DatabaseSchema.swift
[2290/2519] Compiling FluentKit SchemaBuilder.swift
[2291/2519] Compiling FluentKit OptionalType.swift
[2292/2519] Compiling FluentKit RandomGeneratable.swift
[2293/2519] Compiling FluentKit SomeCodingKey.swift
[2294/2519] Compiling FluentKit UnsafeMutableTransferBox.swift
[2300/2519] Compiling PostgresNIO Float+PostgresCodable.swift
[2301/2519] Compiling PostgresNIO Int+PostgresCodable.swift
[2302/2519] Compiling PostgresNIO JSON+PostgresCodable.swift
[2303/2519] Compiling PostgresNIO Range+PostgresCodable.swift
[2304/2519] Compiling PostgresNIO RawRepresentable+PostgresCodable.swift
[2305/2519] Compiling PostgresNIO String+PostgresCodable.swift
[2306/2519] Compiling PostgresNIO UUID+PostgresCodable.swift
[2307/2519] Compiling PostgresNIO ByteBuffer+PSQL.swift
[2321/2519] Compiling PostgresNIO PostgresData+RawRepresentable.swift
[2322/2519] Compiling PostgresNIO PostgresData+Set.swift
[2323/2519] Compiling PostgresNIO PostgresData+String.swift
[2324/2519] Compiling PostgresNIO PostgresData+UUID.swift
[2325/2519] Compiling PostgresNIO PostgresData.swift
[2339/2519] Compiling PostgresNIO PostgresMessage+Authentication.swift
[2340/2519] Compiling PostgresNIO PostgresMessage+Bind.swift
[2341/2519] Compiling PostgresNIO PostgresMessage+Close.swift
[2342/2519] Compiling PostgresNIO PostgresMessage+CommandComplete.swift
[2343/2519] Compiling PostgresNIO PostgresMessage+Describe.swift
[2344/2519] Emitting module PostgresNIO
[2348/2519] Compiling PostgresNIO PostgresMessageType.swift
[2349/2519] Compiling PostgresNIO AuthenticationStateMachine.swift
[2350/2519] Compiling PostgresNIO CloseStateMachine.swift
[2351/2519] Compiling PostgresNIO ConnectionStateMachine.swift
[2352/2519] Compiling PostgresNIO ExtendedQueryStateMachine.swift
[2353/2519] Compiling PostgresNIO ListenStateMachine.swift
[2354/2519] Compiling PostgresNIO PreparedStatementStateMachine.swift
[2355/2519] Compiling PostgresNIO RowStreamStateMachine.swift
[2356/2519] Compiling PostgresNIO Array+PostgresCodable.swift
[2364/2519] Compiling PostgresNIO Bool+PostgresCodable.swift
[2365/2519] Compiling PostgresNIO Bytes+PostgresCodable.swift
[2366/2519] Compiling PostgresNIO Date+PostgresCodable.swift
[2367/2519] Compiling PostgresNIO Decimal+PostgresCodable.swift
[2396/2520] Wrapping AST for FluentKit for debugging
[2411/2532] Compiling FluentSQL SQLList+Deprecated.swift
[2412/2532] Compiling FluentSQL SQLQualifiedTable+Deprecated.swift
[2413/2532] Compiling FluentSQL SQLJSONColumnPath+Deprecated.swift
[2414/2533] Compiling FluentSQL ConverterUtilities.swift
[2415/2533] Compiling FluentSQL DatabaseQuery+SQL.swift
[2416/2533] Emitting module FluentSQL
[2418/2533] Compiling PostgresNIO PostgresClientMetrics.swift
[2419/2533] Compiling PostgresNIO Postgres+PSQLCompat.swift
[2420/2533] Compiling PostgresNIO PostgresDatabase+Query.swift
[2421/2533] Compiling PostgresNIO PostgresDatabase+SimpleQuery.swift
[2422/2533] Compiling PostgresNIO PostgresDatabase.swift
[2423/2533] Compiling PostgresNIO PostgresRequest.swift
[2424/2533] Compiling PostgresNIO Exports.swift
[2425/2533] Compiling PostgresNIO NIOUtils.swift
[2426/2533] Compiling PostgresNIO PostgresError+Code.swift
[2427/2533] Compiling PostgresNIO PostgresError.swift
[2428/2533] Compiling PostgresNIO PostgresJSONDecoder.swift
[2429/2533] Compiling PostgresNIO PostgresJSONEncoder.swift
[2430/2533] Compiling PostgresNIO SASLAuthentication+SCRAM-SHA256.swift
[2431/2533] Compiling PostgresNIO SASLAuthenticationManager.swift
[2431/2533] Wrapping AST for MySQLNIO for debugging
[2433/2533] Compiling FluentSQL DatabaseSchema+SQL.swift
[2434/2533] Compiling FluentSQL Exports.swift
[2435/2533] Compiling FluentSQL SQLDatabase+Model+Concurrency.swift
[2436/2533] Compiling FluentSQL SQLDatabase+Model.swift
[2437/2533] Compiling FluentSQL SQLQueryConverter.swift
[2438/2533] Compiling FluentSQL SQLSchemaConverter.swift
[2443/2535] Wrapping AST for FluentSQL for debugging
[2498/2535] Compiling PostgresNIO PreparedStatement.swift
[2499/2535] Compiling PostgresNIO VariadicGenerics.swift
[2500/2535] Compiling PostgresNIO ConnectionFactory.swift
[2501/2535] Compiling PostgresNIO PostgresClient.swift
[2517/2536] Wrapping AST for AsyncKit for debugging
[2521/2555] Compiling SQLiteKit Exports.swift
[2522/2556] Compiling SQLiteKit SQLiteConfiguration.swift
[2523/2556] Compiling MySQLKit MySQLRow+SQL.swift
[2524/2557] Compiling MySQLKit MySQLDataDecoder.swift
[2525/2557] Compiling SQLiteKit SQLiteDialect.swift
[2525/2557] Wrapping AST for NIOHTTP2 for debugging
[2527/2557] Emitting module SQLiteKit
[2528/2557] Compiling SQLiteKit SQLiteConnectionSource.swift
[2528/2557] Wrapping AST for PostgresNIO for debugging
[2530/2557] Compiling MySQLKit MySQLDataEncoder.swift
[2531/2557] Compiling SQLiteKit SQLiteDataEncoder.swift
[2532/2557] Compiling SQLiteKit SQLiteDataDecoder.swift
[2533/2579] Compiling MySQLKit MySQLDatabase+SQL.swift
[2534/2581] Compiling MySQLKit MySQLDialect.swift
[2535/2598] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2536/2598] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2537/2598] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2538/2598] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2539/2598] Emitting module MySQLKit
[2540/2630] Compiling MySQLKit Optional+MySQLDataConvertible.swift
[2541/2631] Compiling SQLiteKit SQLiteConnection+SQLKit.swift
[2542/2631] Compiling SQLiteKit SQLiteRow+SQLRow.swift
[2544/2632] Wrapping AST for SQLiteKit for debugging
[2545/2632] Wrapping AST for MySQLKit for debugging
[2547/2632] Compiling PostgresKit PostgresRow+SQL.swift
[2548/2649] Compiling FluentMySQLDriver Exports.swift
[2549/2650] Compiling FluentMySQLDriver MySQLError+Database.swift
[2550/2650] Compiling FluentSQLiteDriver Exports.swift
[2551/2650] Compiling FluentMySQLDriver FluentMySQLError.swift
[2552/2650] Compiling FluentSQLiteDriver FluentSQLiteDriver.swift
[2553/2650] Compiling FluentSQLiteDriver SQLiteConverterDelegate.swift
[2554/2650] Compiling FluentSQLiteDriver SQLiteError+Database.swift
[2555/2650] Compiling FluentMySQLDriver FluentMySQLDriver.swift
[2558/2650] Compiling FluentMySQLDriver MySQLConverterDelegate.swift
[2559/2650] Emitting module FluentSQLiteDriver
[2560/2650] Emitting module FluentMySQLDriver
[2561/2650] Compiling FluentSQLiteDriver FluentSQLiteConfiguration.swift
[2562/2650] Compiling FluentSQLiteDriver SQLiteRow+Database.swift
[2563/2650] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2564/2650] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2565/2650] Compiling FluentSQLiteDriver FluentSQLiteDatabase.swift
[2566/2651] Compiling PostgresKit SQLPostgresConfiguration.swift
[2567/2651] Compiling FluentMySQLDriver MySQLRow+Database.swift
[2569/2651] Compiling FluentMySQLDriver FluentMySQLDatabase.swift
[2570/2651] Compiling FluentMySQLDriver FluentMySQLConfiguration.swift
[2570/2652] Wrapping AST for FluentSQLiteDriver for debugging
[2572/2652] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2573/2652] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2574/2652] Emitting module PostgresKit
[2577/2652] Wrapping AST for FluentMySQLDriver for debugging
[2579/2652] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2580/2652] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2581/2652] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2582/2652] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2583/2653] Emitting module AsyncHTTPClient
[2585/2661] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2586/2661] Compiling AsyncHTTPClient ConnectionTarget.swift
[2587/2661] Compiling AsyncHTTPClient DeconstructedURL.swift
[2588/2661] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2589/2661] Compiling AsyncHTTPClient FoundationExtensions.swift
[2590/2661] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2591/2661] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2592/2661] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2592/2661] Wrapping AST for PostgresKit for debugging
[2594/2669] Compiling FluentPostgresDriver PostgresRow+Database.swift
[2595/2669] Emitting module FluentPostgresDriver
[2596/2669] Compiling FluentPostgresDriver FluentPostgresDriver.swift
[2606/2669] Compiling FluentPostgresDriver Exports.swift
[2607/2669] Compiling FluentPostgresDriver PostgresError+Database.swift
[2608/2669] Compiling FluentPostgresDriver PostgresConverterDelegate.swift
[2609/2669] Compiling FluentPostgresDriver FluentPostgresDatabase.swift
[2610/2669] Compiling FluentPostgresDriver FluentPostgresConfiguration.swift
[2611/2670] Wrapping AST for FluentPostgresDriver for debugging
[2613/2670] Compiling AsyncHTTPClient RequestBag.swift
[2614/2670] Compiling AsyncHTTPClient RequestValidation.swift
[2615/2670] Compiling AsyncHTTPClient SSLContextCache.swift
[2616/2670] Compiling AsyncHTTPClient Scheme.swift
[2617/2670] Compiling AsyncHTTPClient Singleton.swift
[2618/2670] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2619/2670] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2620/2670] Compiling AsyncHTTPClient Utils.swift
[2621/2670] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2622/2670] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2623/2670] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2624/2670] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2625/2670] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2626/2670] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2627/2670] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2628/2670] Compiling AsyncHTTPClient RequestBodyLength.swift
[2629/2670] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2630/2670] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2631/2670] Compiling AsyncHTTPClient Transaction.swift
[2632/2670] Compiling AsyncHTTPClient Base64.swift
[2633/2670] Compiling AsyncHTTPClient BasicAuth.swift
[2634/2670] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2635/2670] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2636/2670] Compiling AsyncHTTPClient ConnectionPool.swift
[2637/2670] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2638/2670] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2639/2670] Compiling AsyncHTTPClient RequestOptions.swift
[2640/2670] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2641/2670] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2642/2670] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2643/2670] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2644/2670] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2645/2670] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2649/2670] Compiling AsyncHTTPClient HTTP1Connection.swift
[2650/2670] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2651/2670] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2652/2670] Compiling AsyncHTTPClient HTTP2Connection.swift
[2653/2670] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2654/2670] Compiling AsyncHTTPClient HTTPClient.swift
[2655/2670] Compiling AsyncHTTPClient HTTPHandler.swift
[2656/2670] Compiling AsyncHTTPClient LRUCache.swift
[2657/2670] Compiling AsyncHTTPClient NWErrorHandler.swift
[2658/2670] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2659/2670] Compiling AsyncHTTPClient TLSConfiguration.swift
[2660/2670] Compiling AsyncHTTPClient RedirectState.swift
[2661/2670] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2662/2671] Wrapping AST for AsyncHTTPClient for debugging
[2664/2840] Compiling Vapor HTTPServerResponseEncoder.swift
[2665/2840] Compiling Vapor HTTPServerUpgradeHandler.swift
[2666/2840] Compiling Vapor Logger+Report.swift
[2667/2840] Compiling Vapor LoggingSystem+Environment.swift
[2668/2840] Compiling Vapor Application+Middleware.swift
[2669/2840] Compiling Vapor CORSMiddleware.swift
[2670/2840] Compiling Vapor ErrorMiddleware.swift
[2671/2840] Compiling Vapor FileMiddleware.swift
[2672/2840] Compiling Vapor Middleware.swift
[2673/2840] Compiling Vapor MiddlewareConfiguration.swift
[2674/2840] Compiling Vapor ResponseCompressionMiddleware.swift
[2675/2840] Compiling Vapor RouteLoggingMiddleware.swift
[2676/2840] Compiling Vapor TracingMiddleware.swift
[2677/2840] Compiling Vapor File+Multipart.swift
[2678/2840] Compiling Vapor FormDataDecoder+Content.swift
[2679/2840] Compiling Vapor FormDataEncoder+Content.swift
[2680/2840] Compiling Vapor Application+Password.swift
[2681/2840] Compiling Vapor Application+Passwords.swift
[2682/2840] Compiling Vapor AsyncPasswordHasher.swift
[2683/2840] Compiling Vapor BcryptHasher.swift
[2684/2840] Compiling Vapor PasswordHasher.swift
[2685/2840] Compiling Vapor PlaintextHasher.swift
[2686/2840] Compiling Vapor Request+Password.swift
[2687/2840] Compiling Vapor Redirect.swift
[2688/2864] Emitting module Vapor
[2689/2888] Compiling Vapor AsyncBasicResponder.swift
[2690/2888] Compiling Vapor AsyncMiddleware.swift
[2691/2888] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2692/2888] Compiling Vapor AsyncSessionDriver.swift
[2693/2888] Compiling Vapor Authentication+Concurrency.swift
[2694/2888] Compiling Vapor Cache+Concurrency.swift
[2695/2888] Compiling Vapor Client+Concurrency.swift
[2696/2888] Compiling Vapor RequestBody+Concurrency.swift
[2697/2888] Compiling Vapor Responder+Concurrency.swift
[2698/2888] Compiling Vapor ResponseCodable+Concurrency.swift
[2699/2888] Compiling Vapor RoutesBuilder+Concurrency.swift
[2700/2888] Compiling Vapor ViewRenderer+Concurrency.swift
[2701/2888] Compiling Vapor WebSocket+Concurrency.swift
[2702/2888] Compiling Vapor ContainerGetPathExecutor.swift
[2703/2888] Compiling Vapor Content.swift
[2704/2888] Compiling Vapor ContentCoders.swift
[2705/2888] Compiling Vapor ContentConfiguration.swift
[2706/2888] Compiling Vapor ContentContainer.swift
[2707/2888] Compiling Vapor JSONCoder+Custom.swift
[2708/2888] Compiling Vapor JSONCoders+Content.swift
[2709/2888] Compiling Vapor PlaintextDecoder.swift
[2710/2888] Compiling Vapor PlaintextEncoder.swift
[2711/2888] Compiling Vapor URLQueryCoders.swift
[2712/2888] Compiling Vapor URLQueryContainer.swift
[2713/2888] Compiling Vapor HTTPStatus.swift
[2714/2888] Compiling Vapor HTTPCookies.swift
[2715/2888] Compiling Vapor HTTPHeaderCacheControl.swift
[2716/2888] Compiling Vapor HTTPHeaderExpires.swift
[2717/2888] Compiling Vapor HTTPHeaderLastModified.swift
[2718/2888] Compiling Vapor HTTPHeaders+Cache.swift
[2719/2888] Compiling Vapor HTTPHeaders+Connection.swift
[2720/2888] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2721/2888] Compiling Vapor HTTPHeaders+ContentRange.swift
[2722/2888] Compiling Vapor HTTPHeaders+Directive.swift
[2723/2888] Compiling Vapor HTTPHeaders+Forwarded.swift
[2724/2888] Compiling Vapor HTTPHeaders+Link.swift
[2725/2888] Compiling Vapor HTTPHeaders+Name.swift
[2726/2888] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2727/2888] Compiling Vapor HTTPHeaders.swift
[2728/2888] Compiling Vapor HTTPMediaType.swift
[2729/2888] Compiling Vapor HTTPMediaTypePreference.swift
[2730/2888] Compiling Vapor Responder.swift
[2731/2888] Compiling Vapor Application+HTTP+Server.swift
[2732/2888] Compiling Vapor HTTPServer.swift
[2733/2888] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2734/2888] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2735/2888] Compiling Vapor HTTPServerHandler.swift
[2736/2888] Compiling Vapor HTTPServerRequestDecoder.swift
[2737/2888] Compiling Vapor Application.swift
[2738/2888] Compiling Vapor AuthenticationCache.swift
[2739/2888] Compiling Vapor Authenticator.swift
[2740/2888] Compiling Vapor BasicAuthorization.swift
[2741/2888] Compiling Vapor BearerAuthorization.swift
[2742/2888] Compiling Vapor GuardMiddleware.swift
[2743/2888] Compiling Vapor RedirectMiddleware.swift
[2744/2888] Compiling Vapor SessionAuthenticatable.swift
[2745/2888] Compiling Vapor Bcrypt.swift
[2746/2888] Compiling Vapor Application+Cache.swift
[2747/2888] Compiling Vapor Cache.swift
[2748/2888] Compiling Vapor CacheExpirationTime.swift
[2749/2888] Compiling Vapor MemoryCache.swift
[2750/2888] Compiling Vapor Request+Cache.swift
[2751/2888] Compiling Vapor Application+Clients.swift
[2752/2888] Compiling Vapor Client.swift
[2753/2888] Compiling Vapor ClientRequest.swift
[2754/2888] Compiling Vapor ClientResponse.swift
[2755/2888] Compiling Vapor Request+Client.swift
[2756/2888] Compiling Vapor BootCommand.swift
[2757/2888] Compiling Vapor CommandContext+Application.swift
[2758/2888] Compiling Vapor RoutesCommand.swift
[2759/2888] Compiling Vapor ServeCommand.swift
[2760/2888] Compiling Vapor AnyResponse+Concurrency.swift
[2761/2888] Compiling Vapor Request+Body.swift
[2762/2888] Compiling Vapor Request+BodyStream.swift
[2763/2888] Compiling Vapor Request.swift
[2764/2888] Compiling Vapor Application+Responder.swift
[2765/2888] Compiling Vapor DefaultResponder.swift
[2766/2888] Compiling Vapor Response+Body.swift
[2767/2888] Compiling Vapor Response.swift
[2768/2888] Compiling Vapor ResponseCodable.swift
[2769/2888] Compiling Vapor Application+Routes.swift
[2770/2888] Compiling Vapor Parameters+Require.swift
[2771/2888] Compiling Vapor Request+WebSocket.swift
[2772/2888] Compiling Vapor Route.swift
[2773/2888] Compiling Vapor RouteCollection.swift
[2774/2888] Compiling Vapor Routes.swift
[2775/2888] Compiling Vapor RoutesBuilder+Group.swift
[2776/2888] Compiling Vapor RoutesBuilder+Method.swift
[2777/2888] Compiling Vapor RoutesBuilder+Middleware.swift
[2778/2888] Compiling Vapor RoutesBuilder+WebSocket.swift
[2779/2888] Compiling Vapor RoutesBuilder.swift
[2780/2888] Compiling Vapor OTP.swift
[2781/2888] Compiling Vapor Application+Servers.swift
[2782/2888] Compiling Vapor Server.swift
[2783/2888] Compiling Vapor App+Service.swift
[2784/2888] Compiling Vapor Req+Service.swift
[2785/2888] Compiling Vapor Core.swift
[2786/2888] Compiling Vapor Running.swift
[2787/2888] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2788/2888] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2789/2888] Compiling Vapor DotEnvFile+load.swift
[2790/2888] Compiling Vapor Routes+caseInsenstive.swift
[2791/2888] Compiling Vapor Validatable+validate.swift
[2792/2888] Compiling Vapor Environment+Process.swift
[2793/2888] Compiling Vapor Environment+Secret.swift
[2794/2888] Compiling Vapor Environment.swift
[2795/2888] Compiling Vapor Abort.swift
[2796/2888] Compiling Vapor AbortError.swift
[2797/2888] Compiling Vapor DebuggableError.swift
[2798/2888] Compiling Vapor Demangler.swift
[2799/2888] Compiling Vapor ErrorSource.swift
[2800/2888] Compiling Vapor StackTrace.swift
[2801/2888] Compiling Vapor Exports.swift
[2802/2888] Compiling Vapor Application+HTTP.swift
[2803/2888] Compiling Vapor BasicResponder.swift
[2804/2888] Compiling Vapor BodyStream.swift
[2805/2888] Compiling Vapor Application+HTTP+Client.swift
[2806/2888] Compiling Vapor EventLoopHTTPClient.swift
[2807/2888] Compiling Vapor EndpointCache.swift
[2808/2888] Compiling Vapor HTTPMethod+String.swift
[2809/2888] Compiling Vapor Service.swift
[2810/2888] Compiling Vapor Application+Sessions.swift
[2811/2888] Compiling Vapor MemorySessions.swift
[2812/2888] Compiling Vapor Request+Session.swift
[2813/2888] Compiling Vapor Session.swift
[2814/2888] Compiling Vapor SessionCache.swift
[2815/2888] Compiling Vapor SessionData.swift
[2816/2888] Compiling Vapor SessionDriver.swift
[2817/2888] Compiling Vapor SessionsConfiguration.swift
[2818/2888] Compiling Vapor SessionsMiddleware.swift
[2819/2888] Compiling Vapor URLEncodedFormData.swift
[2820/2888] Compiling Vapor URLEncodedFormDecoder.swift
[2821/2888] Compiling Vapor URLEncodedFormEncoder.swift
[2822/2888] Compiling Vapor URLEncodedFormError.swift
[2823/2888] Compiling Vapor URLEncodedFormParser.swift
[2824/2888] Compiling Vapor URLEncodedFormSerializer.swift
[2825/2888] Compiling Vapor URLQueryFragmentConvertible.swift
[2826/2888] Compiling Vapor AnyResponse.swift
[2827/2888] Compiling Vapor Array+Random.swift
[2828/2888] Compiling Vapor Base32.swift
[2829/2888] Compiling Vapor Base64.swift
[2830/2888] Compiling Vapor BaseN.swift
[2831/2888] Compiling Vapor BasicCodingKey.swift
[2832/2888] Compiling Vapor ByteCount.swift
[2833/2888] Compiling Vapor Bytes+Hex.swift
[2834/2888] Compiling Vapor Bytes+SecureCompare.swift
[2835/2888] Compiling Vapor Collection+Safe.swift
[2836/2888] Compiling Vapor DataProtocol+Copy.swift
[2837/2888] Compiling Vapor DecoderUnwrapper.swift
[2838/2888] Compiling Vapor DirectoryConfiguration.swift
[2839/2888] Compiling Vapor DotEnv.swift
[2840/2888] Compiling Vapor Extendable.swift
[2841/2888] Compiling Vapor File.swift
[2842/2888] Compiling Vapor FileIO.swift
[2843/2888] Compiling Vapor LifecycleHandler.swift
[2844/2888] Compiling Vapor OptionalType.swift
[2845/2888] Compiling Vapor RFC1123.swift
[2846/2888] Compiling Vapor SocketAddress+Hostname.swift
[2847/2888] Compiling Vapor Storage.swift
[2848/2888] Compiling Vapor String+IsIPAddress.swift
[2849/2888] Compiling Vapor Thread.swift
[2850/2888] Compiling Vapor URI.swift
[2851/2888] Compiling Vapor RangeResult.swift
[2852/2888] Compiling Vapor Validatable.swift
[2853/2888] Compiling Vapor Validation.swift
[2854/2888] Compiling Vapor ValidationKey.swift
[2855/2888] Compiling Vapor Validations.swift
[2856/2888] Compiling Vapor ValidationsError.swift
[2857/2888] Compiling Vapor Validator.swift
[2858/2888] Compiling Vapor ValidatorResult.swift
[2859/2888] Compiling Vapor And.swift
[2860/2888] Compiling Vapor Case.swift
[2861/2888] Compiling Vapor CharacterSet.swift
[2862/2888] Compiling Vapor Count.swift
[2863/2888] Compiling Vapor Custom.swift
[2864/2888] Compiling Vapor Email.swift
[2865/2888] Compiling Vapor Empty.swift
[2866/2888] Compiling Vapor In.swift
[2867/2888] Compiling Vapor Nil.swift
[2868/2888] Compiling Vapor NilIgnoring.swift
[2869/2888] Compiling Vapor Not.swift
[2870/2888] Compiling Vapor Or.swift
[2871/2888] Compiling Vapor Pattern.swift
[2872/2888] Compiling Vapor Range.swift
[2873/2888] Compiling Vapor URL.swift
[2874/2888] Compiling Vapor Valid.swift
[2875/2888] Compiling Vapor Application+Views.swift
[2876/2888] Compiling Vapor PlaintextRenderer.swift
[2877/2888] Compiling Vapor Request+View.swift
[2878/2888] Compiling Vapor View.swift
[2879/2888] Compiling Vapor ViewRenderer.swift
[2880/2888] Compiling Vapor _Deprecations.swift
[2881/2889] Wrapping AST for Vapor for debugging
[2883/2915] Compiling Leaf Exports.swift
[2884/2915] Compiling LeafErrorMiddleware DefaultContext.swift
[2885/2915] Compiling LeafErrorMiddleware LeafErrorMiddlewareDefaultGenerator.swift
[2886/2915] Compiling Leaf LeafRenderer+ViewRenderer.swift
[2887/2915] Emitting module LeafErrorMiddleware
[2888/2915] Compiling Leaf Application+Leaf.swift
[2889/2915] Emitting module Leaf
[2890/2915] Compiling Leaf LeafError+AbortError.swift
[2891/2915] Compiling Fluent Fluent+History.swift
[2892/2915] Compiling Fluent Fluent+Paginate.swift
[2893/2917] Compiling Leaf Request+Leaf.swift
[2894/2917] Compiling Fluent FluentProvider+Concurrency.swift
[2895/2917] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[2896/2917] Compiling Fluent Pagination+Concurrency.swift
[2897/2917] Compiling Fluent Sessions+Concurrency.swift
[2898/2917] Emitting module Fluent
[2899/2917] Compiling Fluent ModelAuthenticatable.swift
[2900/2917] Compiling Fluent ModelCredentialsAuthenticatable.swift
[2901/2917] Compiling LeafErrorMiddleware LeafErrorMiddleware.swift
[2902/2918] Compiling Leaf LeafEncoder.swift
[2903/2919] Compiling Fluent FluentProvider.swift
[2904/2919] Compiling Fluent MigrateCommand.swift
[2905/2919] Compiling Fluent Fluent+Pagination.swift
[2906/2919] Compiling Fluent Fluent+Sessions.swift
[2907/2919] Compiling Fluent Exports.swift
[2908/2919] Compiling Fluent Fluent+Cache.swift
[2909/2919] Compiling Fluent ModelTokenAuthenticatable.swift
[2910/2919] Compiling Fluent PageLimit.swift
[2913/2920] Wrapping AST for Leaf for debugging
[2914/2920] Wrapping AST for LeafErrorMiddleware for debugging
[2915/2920] Wrapping AST for Fluent for debugging
[2917/2978] Compiling SteamPressCore SPSiteInformation.swift
[2918/2978] Compiling SteamPressCore Theme.swift
[2919/2978] Compiling SteamPressCore BlogPathCreator.swift
[2920/2978] Compiling SteamPressCore Presenter+Registry+Factory+Extensions.swift
[2921/2978] Compiling SteamPressCore Presenters+Protocols.swift
[2922/2978] Compiling SteamPressCore Presenters.swift
[2923/2978] Compiling SteamPressCore Registry+Factory+Extensions.swift
[2924/2978] Compiling SteamPressCore Repositories.swift
[2925/2986] Compiling SteamPressCore BlogLoginRedirectAuthMiddleware.swift
[2926/2986] Compiling SteamPressCore BlogRememberMeMiddleware.swift
[2927/2986] Compiling SteamPressCore BlogPostMigration.swift
[2928/2986] Compiling SteamPressCore BlogTagMigration.swift
[2929/2986] Compiling SteamPressCore BlogUserMigration.swift
[2930/2986] Compiling SteamPressCore PostTagPivotMigration.swift
[2931/2986] Compiling SteamPressCore SPSiteInformationMigration.swift
[2932/2986] Compiling SteamPressCore BlogPost.swift
[2933/2986] Compiling SteamPressCore Request+PaginationInformation.swift
[2934/2986] Compiling SteamPressCore Request+ThemeUpdater.swift
[2935/2986] Compiling SteamPressCore String+Optional+Whitespace.swift
[2936/2986] Compiling SteamPressCore String+Random.swift
[2937/2986] Compiling SteamPressCore URL+Converters.swift
[2938/2986] Compiling SteamPressCore AtomFeedGenerator.swift
[2939/2986] Compiling SteamPressCore RSSFeedGenerator.swift
[2940/2986] Compiling SteamPressCore BlogAuthSessionsMiddleware.swift
[2941/2986] Compiling SteamPressCore CreatePostData.swift
[2942/2986] Compiling SteamPressCore CreateTagData.swift
[2943/2986] Compiling SteamPressCore CreateUserData.swift
[2944/2986] Compiling SteamPressCore FileContainers.swift
[2945/2986] Compiling SteamPressCore LoginData.swift
[2946/2986] Compiling SteamPressCore ResetPasswordData.swift
[2947/2986] Compiling SteamPressCore UpdateSiteInformation.swift
[2948/2986] Compiling SteamPressCore PostTagPivot.swift
[2949/2986] Compiling SteamPressCore BlogTag.swift
[2950/2986] Compiling SteamPressCore BlogUser.swift
[2951/2986] Compiling SteamPressCore BlogTagWithPostCount.swift
[2952/2986] Compiling SteamPressCore ViewBlogAuthor.swift
[2953/2986] Compiling SteamPressCore ViewBlogPost.swift
[2954/2986] Compiling SteamPressCore ViewBlogTag.swift
[2955/2986] Compiling SteamPressCore PaginationTagInformation.swift
[2956/2986] Compiling SteamPressCore CreatePostErrors.swift
[2957/2986] Compiling SteamPressCore Repository+Protocols.swift
[2958/2986] Compiling SteamPressCore LongPostDateFormatter.swift
[2959/2986] Compiling SteamPressCore NumericPostFormatter.swift
[2960/2986] Compiling SteamPressCore RealRandomNumberGenerator.swift
[2961/2986] Compiling SteamPressCore SteamPressError.swift
[2962/2986] Compiling SteamPressCore SteamPressRandomNumberGenerator.swift
[2963/2986] Compiling SteamPressCore SteamPressConfiguration.swift
[2964/2986] Compiling SteamPressCore SteamPressLifecycleHandler.swift
[2965/2986] Compiling SteamPressCore UsersAdminController.swift
[2966/2986] Compiling SteamPressCore BlogController.swift
[2967/2986] Compiling SteamPressCore FeedController.swift
[2968/2986] Compiling SteamPressCore Application+SteamPress.swift
[2969/2986] Compiling SteamPressCore BlogUser+Information.swift
[2970/2986] Compiling SteamPressCore Models+Parameters.swift
[2971/2986] Compiling SteamPressCore Request+FilePath.swift
[2972/2986] Compiling SteamPressCore Request+PageInformation.swift
[2973/2986] Compiling SteamPressCore FeedInformation.swift
[2974/2986] Compiling SteamPressCore GlobalWebsiteInformation.swift
[2975/2986] Compiling SteamPressCore PaginationInformation.swift
[2976/2986] Compiling SteamPressCore APIController.swift
[2977/2986] Compiling SteamPressCore APITagController.swift
[2978/2986] Compiling SteamPressCore BlogAdminController.swift
[2979/2986] Compiling SteamPressCore LoginController.swift
[2980/2986] Compiling SteamPressCore PostsAdminController.swift
[2981/2986] Compiling SteamPressCore TagsAdminController.swift
[2982/2986] Emitting module SteamPressCore
[2983/2987] Wrapping AST for SteamPressCore for debugging
[2985/3009] Compiling App ConfigureDatabases.swift
[2986/3009] Compiling App Services.swift
[2987/3009] Compiling App configure.swift
[2988/3011] Emitting module App
[2989/3011] Compiling App AuthorPageContext.swift
[2990/3011] Compiling App BlogIndexPageContext.swift
[2991/3011] Compiling App BlogPostPageContext.swift
[2992/3011] Compiling App entrypoint.swift
/host/spi-builder-workspace/Sources/App/entrypoint.swift:29:19: warning: initializer 'init' is unavailable from asynchronous contexts; This initialiser cannot be used in async contexts, use Application.make(_:_:) instead; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
27 | try LoggingSystem.bootstrap(from: &env)
28 |
29 | let app = Application(env)
| `- warning: initializer 'init' is unavailable from asynchronous contexts; This initialiser cannot be used in async contexts, use Application.make(_:_:) instead; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
30 | defer { app.shutdown() }
31 |
/host/spi-builder-workspace/Sources/App/entrypoint.swift:30:21: warning: instance method 'shutdown' is unavailable from asynchronous contexts; This can block the thread and should not be called in an async context; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
28 |
29 | let app = Application(env)
30 | defer { app.shutdown() }
| `- warning: instance method 'shutdown' is unavailable from asynchronous contexts; This can block the thread and should not be called in an async context; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
31 |
32 | do {
[2993/3011] Compiling App routes.swift
/host/spi-builder-workspace/Sources/App/entrypoint.swift:29:19: warning: initializer 'init' is unavailable from asynchronous contexts; This initialiser cannot be used in async contexts, use Application.make(_:_:) instead; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
27 | try LoggingSystem.bootstrap(from: &env)
28 |
29 | let app = Application(env)
| `- warning: initializer 'init' is unavailable from asynchronous contexts; This initialiser cannot be used in async contexts, use Application.make(_:_:) instead; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
30 | defer { app.shutdown() }
31 |
/host/spi-builder-workspace/Sources/App/entrypoint.swift:30:21: warning: instance method 'shutdown' is unavailable from asynchronous contexts; This can block the thread and should not be called in an async context; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
28 |
29 | let app = Application(env)
30 | defer { app.shutdown() }
| `- warning: instance method 'shutdown' is unavailable from asynchronous contexts; This can block the thread and should not be called in an async context; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
31 |
32 | do {
[2994/3011] Compiling App AdminPageContext.swift
[2995/3011] Compiling App CreatePostPageContext.swift
[2996/3011] Compiling App CreateUserPageContext.swift
[2997/3011] Compiling App PostRepository.swift
[2998/3011] Compiling App TagRepository.swift
[2999/3011] Compiling App UserRepository.swift
[3000/3011] Compiling App ErrorContext.swift
[3001/3011] Compiling App LoginPageContext.swift
[3002/3011] Compiling App SearchPageContext.swift
[3003/3011] Compiling App ResetPasswordPageContext.swift
[3004/3011] Compiling App AllAuthorsPageContext.swift
[3005/3011] Compiling App AllTagsPageContext.swift
[3006/3011] Compiling App TagPageContext.swift
[3007/3011] Compiling App ViewBlogAdminPresenter.swift
[3008/3011] Compiling App ViewBlogPresenter.swift
[3009/3012] Wrapping AST for App for debugging
[3010/3012] Write Objects.LinkFileList
[3011/3012] Linking App
Build complete! (485.51s)
Build complete.
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "fluent",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent.git"
},
{
"identity" : "fluent-postgres-driver",
"requirement" : {
"exact" : [
"2.6.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-postgres-driver.git"
},
{
"identity" : "fluent-mysql-driver",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-mysql-driver.git"
},
{
"identity" : "fluent-sqlite-driver",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-sqlite-driver"
},
{
"identity" : "steampress-core",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.12",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/iankoex/steampress-core.git"
},
{
"identity" : "leaf",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/leaf.git"
},
{
"identity" : "leaf-error-middleware",
"requirement" : {
"range" : [
{
"lower_bound" : "4.1.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/brokenhandsio/leaf-error-middleware.git"
}
],
"manifest_display_name" : "SteamPress",
"name" : "SteamPress",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
}
],
"products" : [
{
"name" : "App",
"targets" : [
"App"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "AppTests",
"module_type" : "SwiftTarget",
"name" : "AppTests",
"path" : "Tests/AppTests",
"product_dependencies" : [
"XCTVapor"
],
"sources" : [
"SteamPressExampleTests.swift"
],
"target_dependencies" : [
"App"
],
"type" : "test"
},
{
"c99name" : "App",
"module_type" : "SwiftTarget",
"name" : "App",
"path" : "Sources/App",
"product_dependencies" : [
"Vapor",
"Fluent",
"FluentPostgresDriver",
"FluentMySQLDriver",
"FluentSQLiteDriver",
"SteamPressCore",
"Leaf",
"LeafErrorMiddleware"
],
"product_memberships" : [
"App"
],
"sources" : [
"Models/Contexts/Admin/AdminPageContext.swift",
"Models/Contexts/Admin/CreatePostPageContext.swift",
"Models/Contexts/Admin/CreateUserPageContext.swift",
"Models/Contexts/Admin/ResetPasswordPageContext.swift",
"Models/Contexts/AllAuthorsPageContext.swift",
"Models/Contexts/AllTagsPageContext.swift",
"Models/Contexts/AuthorPageContext.swift",
"Models/Contexts/BlogIndexPageContext.swift",
"Models/Contexts/BlogPostPageContext.swift",
"Models/Contexts/ErrorContext.swift",
"Models/Contexts/LoginPageContext.swift",
"Models/Contexts/SearchPageContext.swift",
"Models/Contexts/TagPageContext.swift",
"Presenters/ViewBlogAdminPresenter.swift",
"Presenters/ViewBlogPresenter.swift",
"Repositories/PostRepository.swift",
"Repositories/TagRepository.swift",
"Repositories/UserRepository.swift",
"Services/ConfigureDatabases.swift",
"Services/Services.swift",
"configure.swift",
"entrypoint.swift",
"routes.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.7"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.