Build Information
Successful build of SaasTemplate, reference main (a8d249
), with Swift 6.1 for Linux on 14 May 2025 21:11:41 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/petrpavlik/vapor-saas-backend-template.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/petrpavlik/vapor-saas-backend-template
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a8d2490 More education around CORS
Cloned https://github.com/petrpavlik/vapor-saas-backend-template.git
Revision (git rev-parse @):
a8d24905112bd3dc1c65e6397df1043c26293775
SUCCESS checkout https://github.com/petrpavlik/vapor-saas-backend-template.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/petrpavlik/vapor-saas-backend-template.git
https://github.com/petrpavlik/vapor-saas-backend-template.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.83.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "fluent",
"requirement" : {
"range" : [
{
"lower_bound" : "4.8.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent.git"
},
{
"identity" : "fluent-sqlite-driver",
"requirement" : {
"range" : [
{
"lower_bound" : "4.6.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-sqlite-driver.git"
},
{
"identity" : "jwt",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/jwt.git"
},
{
"identity" : "swift-sentry",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/petrpavlik/swift-sentry.git"
},
{
"identity" : "mixpanelvapor",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/petrpavlik/MixpanelVapor.git"
},
{
"identity" : "indiepitcher-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IndiePitcher/indiepitcher-swift.git"
}
],
"manifest_display_name" : "SaasTemplate",
"name" : "SaasTemplate",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "App",
"targets" : [
"App"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "AppTests",
"module_type" : "SwiftTarget",
"name" : "AppTests",
"path" : "Tests/AppTests",
"product_dependencies" : [
"VaporTesting"
],
"sources" : [
"AppTests.swift",
"Request+FirebaseUser.swift"
],
"target_dependencies" : [
"App"
],
"type" : "test"
},
{
"c99name" : "App",
"module_type" : "SwiftTarget",
"name" : "App",
"path" : "Sources/App",
"product_dependencies" : [
"Fluent",
"FluentSQLiteDriver",
"Vapor",
"JWT",
"SwiftSentry",
"MixpanelVapor",
"IndiePitcherSwift"
],
"product_memberships" : [
"App"
],
"sources" : [
"Auth/FirebaseAuth.swift",
"Controllers/OrganizationController.swift",
"Controllers/ProfileController.swift",
"Migrations/CreateOrganization.swift",
"Migrations/CreateOrganizationInvite.swift",
"Migrations/CreateProfile.swift",
"Migrations/CreateProfileOrganizationRole.swift",
"Models/FIeldKeys.swift",
"Models/Organization.swift",
"Models/OrganizationInvite.swift",
"Models/Profile.swift",
"Models/ProfileOrganizationRole.swift",
"Services/AnalyticsService.swift",
"Services/EmailService.swift",
"Utils/SkippableEncoding.swift",
"configure.swift",
"entrypoint.swift",
"routes.swift"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/fluent-sqlite-driver.git
Fetching https://github.com/petrpavlik/swift-sentry.git
Fetching https://github.com/petrpavlik/MixpanelVapor.git
Fetching https://github.com/vapor/jwt.git
Fetching https://github.com/IndiePitcher/indiepitcher-swift.git
Fetching https://github.com/vapor/fluent.git
[1/323] Fetching mixpanelvapor
[324/1670] Fetching mixpanelvapor, fluent-sqlite-driver
[419/4377] Fetching mixpanelvapor, fluent-sqlite-driver, jwt
[757/4874] Fetching mixpanelvapor, fluent-sqlite-driver, jwt, swift-sentry
[1506/18281] Fetching mixpanelvapor, fluent-sqlite-driver, jwt, swift-sentry, fluent
[6216/18540] Fetching mixpanelvapor, fluent-sqlite-driver, jwt, swift-sentry, fluent, indiepitcher-swift
Fetched https://github.com/IndiePitcher/indiepitcher-swift.git from cache (0.61s)
Fetched https://github.com/vapor/jwt.git from cache (0.62s)
Fetching https://github.com/vapor/vapor.git
[7530/15574] Fetching mixpanelvapor, fluent-sqlite-driver, swift-sentry, fluent
[15575/89945] Fetching mixpanelvapor, fluent-sqlite-driver, swift-sentry, fluent, vapor
Fetched https://github.com/petrpavlik/MixpanelVapor.git from cache (1.70s)
Fetched https://github.com/petrpavlik/swift-sentry.git from cache (1.71s)
Fetched https://github.com/vapor/fluent-sqlite-driver.git from cache (1.71s)
Fetched https://github.com/vapor/fluent.git from cache (1.71s)
[14875/74371] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (3.74s)
Computing version for https://github.com/petrpavlik/swift-sentry.git
Computed https://github.com/petrpavlik/swift-sentry.git at 1.0.0 (5.39s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/swift-server/async-http-client.git
[1/3836] Fetching swift-log
[3837/17829] Fetching swift-log, async-http-client
Fetched https://github.com/apple/swift-log.git from cache (0.72s)
[5178/13993] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.49s)
Computing version for https://github.com/petrpavlik/MixpanelVapor.git
Computed https://github.com/petrpavlik/MixpanelVapor.git at 2.1.0 (2.48s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/malcommac/UAParserSwift.git
[1/292] Fetching uaparserswift
[229/2002] Fetching uaparserswift, swift-atomics
Fetched https://github.com/malcommac/UAParserSwift.git from cache (0.71s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.71s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.70s)
Computing version for https://github.com/malcommac/UAParserSwift.git
Computed https://github.com/malcommac/UAParserSwift.git at 1.2.1 (3.77s)
Computing version for https://github.com/vapor/jwt.git
Computed https://github.com/vapor/jwt.git at 5.1.2 (0.91s)
Fetching https://github.com/vapor/jwt-kit.git
[1/9049] Fetching jwt-kit
Fetched https://github.com/vapor/jwt-kit.git from cache (1.43s)
Computing version for https://github.com/vapor/jwt-kit.git
Computed https://github.com/vapor/jwt-kit.git at 5.1.2 (2.43s)
Fetching https://github.com/apple/swift-crypto.git
[1/13923] Fetching swift-crypto
Fetching https://github.com/apple/swift-certificates.git
Fetched https://github.com/apple/swift-crypto.git from cache (2.54s)
[1/6149] Fetching swift-certificates
Fetched https://github.com/apple/swift-certificates.git from cache (0.73s)
Computing version for https://github.com/vapor/fluent.git
Computed https://github.com/vapor/fluent.git at 4.12.0 (4.12s)
Fetching https://github.com/vapor/fluent-kit.git
[1/13284] Fetching fluent-kit
Fetched https://github.com/vapor/fluent-kit.git from cache (0.86s)
Computing version for https://github.com/vapor/fluent-sqlite-driver.git
Computed https://github.com/vapor/fluent-sqlite-driver.git at 4.8.1 (1.80s)
Fetching https://github.com/vapor/sqlite-kit.git
[1/2112] Fetching sqlite-kit
Fetched https://github.com/vapor/sqlite-kit.git from cache (1.05s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.98s)
Computing version for https://github.com/vapor/sqlite-kit.git
Computed https://github.com/vapor/sqlite-kit.git at 4.5.2 (0.92s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/sqlite-nio.git
Fetching https://github.com/vapor/async-kit.git
Fetching https://github.com/vapor/sql-kit.git
[1/1508] Fetching sqlite-nio
[2/3878] Fetching sqlite-nio, async-kit
[2372/9861] Fetching sqlite-nio, async-kit, sql-kit
[8071/85774] Fetching sqlite-nio, async-kit, sql-kit, swift-nio
Fetched https://github.com/vapor/async-kit.git from cache (0.85s)
Fetched https://github.com/vapor/sql-kit.git from cache (0.85s)
[5289/77421] Fetching sqlite-nio, swift-nio
Fetched https://github.com/vapor/sqlite-nio.git from cache (7.97s)
Fetched https://github.com/apple/swift-nio.git from cache (8.10s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (9.02s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-algorithms.git
[1/5959] Fetching swift-algorithms
[2504/22343] Fetching swift-algorithms, swift-collections
Fetched https://github.com/apple/swift-algorithms.git from cache (1.93s)
Fetched https://github.com/apple/swift-collections.git from cache (1.98s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.37s)
Fetching https://github.com/apple/swift-numerics.git
[1/5675] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.68s)
Computing version for https://github.com/vapor/fluent-kit.git
Computed https://github.com/vapor/fluent-kit.git at 1.52.2 (1.62s)
Computing version for https://github.com/vapor/sql-kit.git
Computed https://github.com/vapor/sql-kit.git at 3.33.0 (0.92s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.49s)
Fetching https://github.com/apple/swift-system.git
[1/4367] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.61s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.55s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.03s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.32s)
Computing version for https://github.com/IndiePitcher/indiepitcher-swift.git
Computed https://github.com/IndiePitcher/indiepitcher-swift.git at 1.5.0 (0.79s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.06s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.51s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.63s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.01s)
Computing version for https://github.com/vapor/sqlite-nio.git
Computed https://github.com/vapor/sqlite-nio.git at 1.11.3 (1.16s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.0 (1.02s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/5908] Fetching swift-nio-extras
[1774/8575] Fetching swift-nio-extras, swift-nio-transport-services
[2331/23411] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-ssl
[3526/34938] Fetching swift-nio-extras, swift-nio-transport-services, swift-nio-ssl, swift-nio-http2
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.82s)
[7842/29030] Fetching swift-nio-transport-services, swift-nio-ssl, swift-nio-http2
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.98s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.02s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.04s)
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 (4.05s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.03s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/904] Fetching swift-http-types
[363/2045] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.39s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.44s)
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.48s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.06s)
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.85s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (1.73s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (1.00s)
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
[459/3269] Fetching swift-service-context, swift-metrics
[1616/6492] Fetching swift-service-context, swift-metrics, multipart-kit
[2005/27219] Fetching swift-service-context, swift-metrics, multipart-kit, routing-kit
[5028/29828] Fetching swift-service-context, swift-metrics, multipart-kit, routing-kit, websocket-kit
[7365/34802] Fetching swift-service-context, swift-metrics, multipart-kit, routing-kit, websocket-kit, swift-distributed-tracing
Fetched https://github.com/apple/swift-metrics.git from cache (0.69s)
Fetched https://github.com/vapor/websocket-kit.git from cache (0.69s)
[13046/29987] Fetching swift-service-context, multipart-kit, routing-kit, swift-distributed-tracing
Fetched https://github.com/apple/swift-service-context.git from cache (0.69s)
[12190/28924] Fetching multipart-kit, routing-kit, swift-distributed-tracing
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.99s)
[17057/29527] Fetching multipart-kit, routing-kit, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.61s)
[20580/23950] Fetching multipart-kit, routing-kit
Fetched https://github.com/vapor/routing-kit.git from cache (2.87s)
Fetched https://github.com/vapor/multipart-kit.git from cache (2.93s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (3.85s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.51s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.51s)
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.60s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.77s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.61s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.54s)
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/vapor/fluent-kit.git
Working copy of https://github.com/vapor/fluent-kit.git resolved at 1.52.2
Creating working copy for https://github.com/vapor/sql-kit.git
Working copy of https://github.com/vapor/sql-kit.git resolved at 3.33.0
Creating working copy for https://github.com/vapor/fluent-sqlite-driver.git
Working copy of https://github.com/vapor/fluent-sqlite-driver.git resolved at 4.8.1
Creating working copy for https://github.com/vapor/sqlite-nio.git
Working copy of https://github.com/vapor/sqlite-nio.git resolved at 1.11.3
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.0
Creating working copy for https://github.com/petrpavlik/swift-sentry.git
Working copy of https://github.com/petrpavlik/swift-sentry.git resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/IndiePitcher/indiepitcher-swift.git
Working copy of https://github.com/IndiePitcher/indiepitcher-swift.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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/fluent.git
Working copy of https://github.com/vapor/fluent.git resolved at 4.12.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/petrpavlik/MixpanelVapor.git
Working copy of https://github.com/petrpavlik/MixpanelVapor.git resolved at 2.1.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.31.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/vapor/jwt-kit.git
Working copy of https://github.com/vapor/jwt-kit.git resolved at 5.1.2
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/malcommac/UAParserSwift.git
Working copy of https://github.com/malcommac/UAParserSwift.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-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/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/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/vapor/jwt.git
Working copy of https://github.com/vapor/jwt.git resolved at 5.1.2
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Building for debugging...
[0/919] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1/919] Write swift-version-24593BA9C3E375BF.txt
[1/919] Write sources
[3/919] Compiling _NumericsShims _NumericsShims.c
[4/919] Write sources
[7/919] Compiling a_i2d_fp.cc
[8/919] Write sources
[8/919] Compiling a_d2i_fp.cc
[9/919] Write sources
[29/919] Compiling a_bool.cc
[30/919] Compiling a_gentm.cc
[31/919] Compiling a_bitstr.cc
[32/919] Compiling _AtomicsShims.c
[33/919] Compiling a_dup.cc
[34/919] Compiling a_int.cc
[35/919] Write sources
[56/964] Emitting module ServiceContextModule
[57/964] Emitting module RealModule
[58/965] Compiling ServiceContextModule ServiceContextKey.swift
[59/965] Compiling RealModule RealFunctions.swift
[60/965] Compiling SwiftASN1 TimeUtilities.swift
[61/965] Compiling SwiftASN1 UTCTime.swift
[62/967] Compiling RealModule ElementaryFunctions.swift
[63/967] Compiling RealModule Float+Real.swift
[64/967] Emitting module _NIOBase64
[65/967] Compiling _NIOBase64 Base64.swift
[66/968] Compiling RealModule Float16+Real.swift
[67/968] Compiling RealModule AugmentedArithmetic.swift
[68/968] Compiling RealModule Double+Real.swift
[69/968] Compiling RealModule AlgebraicField.swift
[70/968] Compiling RealModule ApproximateEquality.swift
[71/968] Emitting module _CertificateInternals
[72/968] Compiling _NIODataStructures PriorityQueue.swift
[73/968] Compiling _CertificateInternals _TinyArray.swift
[74/968] Compiling Logging LogHandler.swift
[75/968] Compiling _NIODataStructures _TinyArray.swift
[76/969] Compiling ServiceContextModule ServiceContext.swift
[77/970] Compiling RealModule Float80+Real.swift
[78/970] Compiling RealModule Real.swift
[80/971] Write sources
[102/971] Compiling SwiftASN1 ASN1Boolean.swift
[103/971] Compiling SwiftASN1 ASN1Identifier.swift
[106/971] Compiling CVaporBcrypt blf.c
[107/974] Wrapping AST for _NIOBase64 for debugging
[108/996] Wrapping AST for _CertificateInternals for debugging
[110/997] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[111/997] Compiling InternalCollectionsUtilities Specialize.swift
[112/999] Compiling InternalCollectionsUtilities _SortedCollection.swift
[113/999] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[113/999] Wrapping AST for ServiceContextModule for debugging
[114/999] Emitting module Instrumentation
[116/999] Compiling Instrumentation MultiplexInstrument.swift
[117/999] Compiling Instrumentation NoOpInstrument.swift
[118/999] Compiling Instrumentation Instrument.swift
[119/999] Compiling InternalCollectionsUtilities Debugging.swift
[120/999] Compiling InternalCollectionsUtilities Descriptions.swift
[121/999] Compiling Instrumentation InstrumentationSystem.swift
[121/999] Wrapping AST for RealModule for debugging
[123/999] Emitting module SwiftASN1
[124/999] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[125/999] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[126/999] Compiling Instrumentation Locks.swift
[129/1000] Compiling InternalCollectionsUtilities Integer rank.swift
[130/1000] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[131/1000] Compiling InternalCollectionsUtilities UInt+reversed.swift
[132/1000] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[135/1000] Compiling Logging Locks.swift
[136/1000] Emitting module _NIODataStructures
[137/1000] Compiling _NIODataStructures Heap.swift
[138/1000] Emitting module CoreMetrics
[139/1002] Emitting module Logging
[140/1002] Compiling Logging Logging.swift
[141/1002] Compiling Logging MetadataProvider.swift
[141/1002] Compiling CVaporBcrypt bcrypt.c
[145/1003] Compiling CSystem shims.c
[150/1003] Emitting module UAParserSwift
[151/1003] Compiling UAParserSwift UAParserSwift.swift
[152/1004] Wrapping AST for SwiftASN1 for debugging
[154/1004] Emitting module InternalCollectionsUtilities
[154/1004] Wrapping AST for _NIODataStructures for debugging
[155/1037] Wrapping AST for Logging for debugging
[156/1040] Wrapping AST for Instrumentation for debugging
[157/1040] Compiling CNIOWindows shim.c
[158/1040] Compiling CNIOWindows WSAStartup.c
[159/1046] Wrapping AST for UAParserSwift for debugging
[160/1046] Compiling CNIOWASI CNIOWASI.c
[161/1046] Compiling CNIOSHA1 c_nio_sha1.c
[163/1046] Compiling SystemPackage FilePathTempPosix.swift
[164/1046] Compiling SystemPackage FilePathTempWindows.swift
[165/1046] Compiling SystemPackage FileDescriptor.swift
[166/1046] Compiling SystemPackage FileHelpers.swift
[167/1046] Compiling SystemPackage FileOperations.swift
[168/1046] Compiling SystemPackage FilePath.swift
[169/1046] Compiling SystemPackage FilePathComponentView.swift
[170/1046] Compiling SystemPackage FilePathComponents.swift
[171/1046] Compiling SystemPackage Errno.swift
[172/1046] Compiling SystemPackage ErrnoWindows.swift
[172/1047] Compiling CNIOLinux liburing_shims.c
[173/1047] Compiling CNIOLinux shim.c
[175/1047] Compiling CNIOLLHTTP c_nio_http.c
[177/1047] Compiling Tracing TracingTime.swift
[178/1047] Compiling Tracing InstrumentationSystem+Tracing.swift
[179/1047] Compiling RoutingKit Router.swift
[180/1047] Emitting module Tracing
[181/1047] Emitting module RoutingKit
[182/1047] Compiling RoutingKit AnyRouter.swift
[182/1047] Compiling CNIOLLHTTP c_nio_api.c
[184/1047] Compiling CoreMetrics Locks.swift
[185/1047] Compiling CoreMetrics Metrics.swift
[186/1047] Compiling Tracing TracerProtocol.swift
[187/1047] Compiling RoutingKit Parameters.swift
[188/1048] Compiling SystemPackage Backcompat.swift
[189/1048] Compiling SystemPackage CInterop.swift
[190/1048] Compiling SystemPackage Constants.swift
[191/1048] Compiling SystemPackage Exports.swift
[191/1051] Compiling CNIOLLHTTP c_nio_llhttp.c
[194/1052] Compiling Tracing Tracer.swift
[195/1052] Compiling Tracing TracerProtocol+Legacy.swift
[196/1181] Compiling RoutingKit PathComponent.swift
[197/1181] Compiling RoutingKit TrieRouter.swift
[198/1182] Compiling OrderedCollections OrderedDictionary+Codable.swift
[199/1182] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[200/1182] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[201/1182] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[202/1182] Compiling Tracing NoOpTracer.swift
[203/1182] Compiling Tracing SpanProtocol.swift
[204/1183] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[205/1183] Compiling HeapModule Heap+Descriptions.swift
[207/1183] Compiling OrderedCollections _HashTable+Bucket.swift
[208/1183] Compiling OrderedCollections _HashTable+BucketIterator.swift
[209/1183] Compiling OrderedCollections _HashTable+Constants.swift
[210/1183] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[211/1183] Emitting module SystemPackage
[213/1183] Compiling OrderedCollections OrderedSet+Hashable.swift
[214/1183] Compiling OrderedCollections OrderedSet+Initializers.swift
[215/1183] Compiling OrderedCollections OrderedSet+Insertions.swift
[216/1183] Compiling OrderedCollections OrderedSet+Invariants.swift
[217/1183] Compiling OrderedCollections OrderedSet+Diffing.swift
[218/1183] Compiling OrderedCollections OrderedSet+Equatable.swift
[219/1183] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[220/1259] Compiling HeapModule Heap.swift
[221/1259] Compiling HeapModule _HeapNode.swift
[222/1259] Compiling HeapModule Heap+Invariants.swift
[223/1259] Compiling HeapModule Heap+UnsafeHandle.swift
[224/1276] Emitting module HeapModule
[225/1277] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[226/1277] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[227/1277] Compiling HashTreeCollections _HashNode.swift
[229/1277] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[230/1277] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[231/1277] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[232/1277] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[233/1277] Compiling DequeModule Deque+CustomReflectable.swift
[234/1277] Compiling DequeModule Deque+Descriptions.swift
[235/1277] Compiling DequeModule Deque+Extras.swift
[236/1277] Compiling DequeModule Deque+Hashable.swift
[237/1278] Emitting module Metrics
[237/1278] Wrapping AST for Tracing for debugging
[239/1278] Compiling Metrics Metrics.swift
[240/1278] Compiling HashTreeCollections TreeDictionary+Collection.swift
[241/1278] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[242/1278] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[243/1278] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[244/1278] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[245/1278] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[246/1278] Compiling HashTreeCollections TreeDictionary+Filter.swift
[247/1278] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[248/1278] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[249/1278] Compiling HashTreeCollections TreeDictionary+Keys.swift
[250/1278] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[251/1278] Compiling HashTreeCollections TreeDictionary+Merge.swift
[252/1278] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[253/1278] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[254/1278] Compiling DequeModule _DequeBuffer.swift
[255/1278] Compiling DequeModule _DequeBufferHeader.swift
[257/1288] Compiling DequeModule Deque+Equatable.swift
[258/1288] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[261/1288] Wrapping AST for RoutingKit for debugging
[265/1288] Compiling OrderedCollections OrderedSet+SubSequence.swift
[266/1288] Compiling OrderedCollections OrderedSet+Testing.swift
[267/1288] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[268/1288] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[269/1288] Compiling OrderedCollections OrderedSet.swift
[270/1288] Compiling OrderedCollections _UnsafeBitset.swift
[271/1288] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[272/1288] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[273/1288] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[274/1288] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[279/1297] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[280/1297] Compiling HashTreeCollections _HashNode+Structural merge.swift
[281/1297] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[282/1297] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[283/1297] Compiling HashTreeCollections _HashNode+Structural union.swift
[284/1297] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[285/1297] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[289/1297] Compiling HashTreeCollections _HashNodeHeader.swift
[290/1297] Compiling HashTreeCollections _HashSlot.swift
[291/1297] Compiling DequeModule Deque+Testing.swift
[292/1297] Compiling DequeModule Deque._Storage.swift
[295/1297] Compiling DequeModule Deque._UnsafeHandle.swift
[296/1297] Compiling DequeModule Deque.swift
[297/1297] Compiling DequeModule _DequeSlot.swift
[298/1297] Compiling DequeModule _UnsafeWrappedBuffer.swift
[299/1297] Compiling HashTreeCollections _HashStack.swift
[300/1297] Compiling HashTreeCollections _HashTreeIterator.swift
[301/1297] Compiling HashTreeCollections _HashTreeStatistics.swift
[302/1297] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[303/1297] Compiling HashTreeCollections _RawHashNode.swift
[304/1297] Compiling HashTreeCollections _UnmanagedHashNode.swift
[305/1297] Compiling HashTreeCollections _UnsafePath.swift
[306/1297] Compiling HashTreeCollections TreeDictionary+Codable.swift
[306/1298] Wrapping AST for SystemPackage for debugging
[307/1298] Wrapping AST for InternalCollectionsUtilities for debugging
[308/1298] Wrapping AST for Metrics for debugging
[309/1298] Compiling CNIOExtrasZlib empty.c
[310/1298] Compiling CNIODarwin shim.c
[311/1298] Wrapping AST for HeapModule for debugging
[312/1298] Wrapping AST for CoreMetrics for debugging
[313/1298] Compiling fiat_p256_adx_sqr.S
[314/1298] Compiling fiat_p256_adx_mul.S
[326/1298] Compiling OrderedCollections OrderedSet+Sendable.swift
[328/1298] Compiling fiat_curve25519_adx_square.S
[330/1298] Compiling HashTreeCollections TreeDictionary.swift
[331/1298] Compiling HashTreeCollections TreeSet+Codable.swift
[332/1298] Compiling HashTreeCollections TreeSet+Collection.swift
[333/1298] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[334/1298] Compiling HashTreeCollections TreeSet+Debugging.swift
[335/1298] Compiling HashTreeCollections TreeSet+Descriptions.swift
[336/1298] Compiling HashTreeCollections TreeSet+Equatable.swift
[337/1298] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[338/1298] Compiling HashTreeCollections TreeSet+Extras.swift
[339/1298] Compiling HashTreeCollections TreeSet+Filter.swift
[339/1298] Compiling fiat_curve25519_adx_mul.S
[345/1298] Emitting module DequeModule
[346/1298] Compiling DequeModule Deque+Codable.swift
[347/1298] Compiling DequeModule Deque+Collection.swift
[356/1299] Compiling CNIOBoringSSLShims shims.c
[358/1299] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[359/1299] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[360/1299] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[361/1299] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[362/1299] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[363/1299] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[364/1299] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[365/1299] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[366/1299] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[367/1299] Compiling HashTreeCollections TreeSet.swift
[367/1299] Wrapping AST for DequeModule for debugging
[405/1308] Emitting module OrderedCollections
[417/1309] Compiling tls_record.cc
[419/1309] Emitting module _RopeModule
[419/1309] Wrapping AST for OrderedCollections for debugging
[442/1309] Compiling tls_method.cc
[443/1309] Compiling tls13_server.cc
[445/1309] Emitting module HashTreeCollections
[495/1310] Compiling tls13_enc.cc
[496/1310] Wrapping AST for HashTreeCollections for debugging
[498/1310] Compiling _RopeModule Rope+Join.swift
[499/1310] Compiling _RopeModule Rope+MutatingForEach.swift
[500/1310] Compiling _RopeModule Rope+Remove.swift
[501/1310] Compiling _RopeModule Rope+RemoveSubrange.swift
[502/1310] Compiling _RopeModule Rope+Split.swift
[503/1310] Compiling _RopeModule Optional Utilities.swift
[504/1310] Compiling _RopeModule String Utilities.swift
[505/1310] Compiling _RopeModule String.Index+ABI.swift
[506/1310] Compiling _RopeModule _CharacterRecognizer.swift
[507/1311] Wrapping AST for _RopeModule for debugging
[508/1311] Compiling tls13_client.cc
[509/1311] Compiling t1_enc.cc
[510/1311] Compiling tls13_both.cc
[511/1311] Compiling ssl_versions.cc
[512/1311] Compiling ssl_x509.cc
[513/1311] Compiling ssl_transcript.cc
[514/1311] Compiling ssl_stat.cc
[515/1311] Compiling CSQLite sqlite_nio_sqlite3.c
[516/1311] Compiling ssl_session.cc
[517/1311] Compiling ssl_privkey.cc
[518/1311] Compiling ssl_file.cc
[519/1311] Compiling ssl_key_share.cc
[520/1311] Compiling ssl_lib.cc
[521/1311] Compiling ssl_credential.cc
[522/1311] Compiling ssl_cipher.cc
[523/1311] Compiling ssl_cert.cc
[524/1311] Compiling ssl_buffer.cc
[525/1311] Compiling ssl_asn1.cc
[526/1311] Compiling ssl_aead_ctx.cc
[527/1311] Compiling s3_pkt.cc
[528/1311] Compiling s3_both.cc
[529/1311] Compiling s3_lib.cc
[530/1311] Compiling handshake_server.cc
[531/1311] Compiling handshake.cc
[532/1311] Compiling handshake_client.cc
[533/1311] Compiling handoff.cc
[534/1311] Compiling dtls_method.cc
[535/1311] Compiling encrypted_client_hello.cc
[536/1311] Compiling dtls_record.cc
[537/1311] Compiling md5-x86_64-apple.S
[538/1311] Compiling md5-x86_64-linux.S
[539/1311] Compiling md5-586-apple.S
[540/1311] Compiling md5-586-linux.S
[541/1311] Compiling chacha20_poly1305_x86_64-linux.S
[542/1311] Compiling extensions.cc
[543/1311] Compiling chacha20_poly1305_x86_64-apple.S
[544/1311] Compiling chacha20_poly1305_armv8-win.S
[545/1311] Compiling chacha20_poly1305_armv8-linux.S
[546/1311] Compiling chacha20_poly1305_armv8-apple.S
[547/1311] Compiling chacha-x86_64-linux.S
[548/1311] Compiling d1_srtp.cc
[549/1311] Compiling chacha-x86_64-apple.S
[550/1311] Compiling err_data.cc
[551/1311] Compiling chacha-x86-linux.S
[552/1311] Compiling chacha-x86-apple.S
[553/1311] Compiling chacha-armv8-win.S
[554/1311] Compiling chacha-armv8-apple.S
[555/1311] Compiling chacha-armv8-linux.S
[556/1311] Compiling chacha-armv4-linux.S
[557/1311] Compiling aes128gcmsiv-x86_64-linux.S
[558/1311] Compiling aes128gcmsiv-x86_64-apple.S
[559/1311] Compiling x86_64-mont5-apple.S
[560/1311] Compiling x86_64-mont5-linux.S
[561/1311] Compiling x86_64-mont-apple.S
[562/1311] Compiling x86_64-mont-linux.S
[563/1311] Compiling x86-mont-linux.S
[564/1311] Compiling x86-mont-apple.S
[565/1311] Compiling vpaes-x86_64-apple.S
[566/1311] Compiling vpaes-x86-linux.S
[567/1311] Compiling vpaes-x86-apple.S
[568/1311] Compiling vpaes-x86_64-linux.S
[569/1311] Compiling vpaes-armv8-win.S
[570/1311] Compiling vpaes-armv8-linux.S
[571/1311] Compiling vpaes-armv8-apple.S
[572/1311] Compiling vpaes-armv7-linux.S
[573/1311] Compiling d1_pkt.cc
[574/1311] Compiling sha512-x86_64-apple.S
[575/1311] Compiling sha512-x86_64-linux.S
[575/1311] Compiling sha512-armv8-linux.S
[577/1311] Compiling sha512-armv8-win.S
[578/1311] Compiling sha512-armv8-apple.S
[579/1311] Compiling sha512-586-apple.S
[580/1311] Compiling sha512-586-linux.S
[580/1311] Compiling sha512-armv4-linux.S
[582/1311] Compiling sha256-x86_64-apple.S
[583/1311] Compiling sha256-x86_64-linux.S
[584/1311] Compiling sha256-armv8-win.S
[585/1311] Compiling sha256-armv8-linux.S
[586/1311] Compiling sha256-armv8-apple.S
[587/1311] Compiling sha256-armv4-linux.S
[588/1311] Compiling d1_lib.cc
[589/1311] Compiling sha256-586-linux.S
[590/1311] Compiling sha256-586-apple.S
[591/1311] Compiling sha1-x86_64-apple.S
[592/1311] Compiling sha1-armv8-linux.S
[592/1311] Compiling sha1-armv8-win.S
[594/1311] Compiling sha1-x86_64-linux.S
[595/1311] Compiling sha1-armv8-apple.S
[596/1311] Compiling sha1-armv4-large-linux.S
[597/1311] Compiling sha1-586-linux.S
[598/1311] Compiling sha1-586-apple.S
[599/1311] Compiling rsaz-avx2-apple.S
[600/1311] Compiling rsaz-avx2-linux.S
[601/1311] Compiling rdrand-x86_64-linux.S
[602/1311] Compiling rdrand-x86_64-apple.S
[603/1311] Compiling p256_beeu-x86_64-asm-linux.S
[604/1311] Compiling bio_ssl.cc
[605/1311] Compiling p256_beeu-x86_64-asm-apple.S
[606/1311] Compiling p256_beeu-armv8-asm-win.S
[607/1311] Compiling p256_beeu-armv8-asm-linux.S
[608/1311] Compiling p256_beeu-armv8-asm-apple.S
[609/1311] Compiling p256-x86_64-asm-apple.S
[610/1311] Compiling p256-armv8-asm-win.S
[611/1311] Compiling p256-armv8-asm-linux.S
[612/1311] Compiling p256-armv8-asm-apple.S
[613/1311] Compiling ghashv8-armv8-linux.S
[614/1311] Compiling ghashv8-armv8-win.S
[615/1311] Compiling p256-x86_64-asm-linux.S
[616/1311] Compiling ghashv8-armv8-apple.S
[617/1311] Compiling ghashv8-armv7-linux.S
[618/1311] Compiling ghash-x86_64-linux.S
[619/1311] Compiling ghash-x86_64-apple.S
[620/1311] Compiling ghash-x86-linux.S
[621/1311] Compiling ghash-ssse3-x86_64-linux.S
[622/1311] Compiling ghash-x86-apple.S
[623/1311] Compiling ghash-ssse3-x86-linux.S
[624/1311] Compiling ghash-ssse3-x86_64-apple.S
[625/1311] Compiling ghash-ssse3-x86-apple.S
[626/1311] Compiling ghash-neon-armv8-apple.S
[627/1311] Compiling ghash-armv4-linux.S
[628/1311] Compiling ghash-neon-armv8-win.S
[629/1311] Compiling ghash-neon-armv8-linux.S
[630/1311] Compiling d1_both.cc
[631/1311] Compiling co-586-linux.S
[632/1311] Compiling co-586-apple.S
[633/1311] Compiling bn-armv8-apple.S
[633/1311] Compiling bn-armv8-linux.S
[633/1311] Compiling bsaes-armv7-linux.S
[636/1311] Compiling bn-586-apple.S
[637/1311] Compiling bn-586-linux.S
[638/1311] Compiling bn-armv8-win.S
[639/1311] Compiling armv8-mont-win.S
[640/1311] Compiling armv8-mont-linux.S
[641/1311] Compiling armv4-mont-linux.S
[642/1311] Compiling armv8-mont-apple.S
[643/1311] Compiling aesv8-gcm-armv8-win.S
[644/1311] Compiling aesv8-gcm-armv8-apple.S
[645/1311] Compiling aesv8-gcm-armv8-linux.S
[646/1311] Compiling aesv8-armv8-win.S
[647/1311] Compiling aesv8-armv8-apple.S
[648/1311] Compiling aesv8-armv8-linux.S
[649/1311] Compiling aesni-x86-linux.S
[650/1311] Compiling aesni-x86_64-apple.S
[651/1311] Compiling aesv8-armv7-linux.S
[652/1311] Compiling aesni-x86-apple.S
[653/1311] Compiling aesni-x86_64-linux.S
[654/1311] Compiling aesni-gcm-x86_64-linux.S
[655/1311] Compiling aesni-gcm-x86_64-apple.S
[656/1311] Compiling aes-gcm-avx10-x86_64-apple.S
[657/1311] Compiling aes-gcm-avx2-x86_64-apple.S
[658/1311] Compiling aes-gcm-avx10-x86_64-linux.S
[659/1311] Compiling aes-gcm-avx2-x86_64-linux.S
[660/1311] Compiling x_sig.cc
[661/1311] Compiling x_val.cc
[662/1311] Compiling x_x509a.cc
[663/1311] Compiling x_spki.cc
[664/1311] Compiling x_req.cc
[665/1311] Compiling x_pubkey.cc
[666/1311] Compiling x_x509.cc
[667/1311] Compiling x_name.cc
[668/1311] Compiling x_exten.cc
[669/1311] Compiling x_algor.cc
[670/1311] Compiling x509spki.cc
[671/1311] Compiling x_attrib.cc
[671/1311] Compiling x_crl.cc
[673/1311] Compiling x509rset.cc
[674/1311] Compiling x_all.cc
[675/1311] Compiling x509name.cc
[676/1311] Compiling x509_txt.cc
[677/1311] Compiling x509cset.cc
[678/1311] Compiling x509_vpm.cc
[679/1311] Compiling x509_v3.cc
[680/1311] Compiling x509_trs.cc
[681/1311] Compiling x509_vfy.cc
[682/1311] Compiling x509_set.cc
[683/1311] Compiling x509_req.cc
[684/1311] Compiling x509_obj.cc
[685/1311] Compiling x509_def.cc
[686/1311] Compiling x509_d2.cc
[687/1311] Compiling x509_ext.cc
[688/1311] Compiling x509_lu.cc
[689/1311] Compiling x509_att.cc
[690/1311] Compiling x509_cmp.cc
[691/1311] Compiling x509.cc
[692/1311] Compiling v3_prn.cc
[693/1311] Compiling v3_skey.cc
[694/1311] Compiling v3_purp.cc
[695/1311] Compiling v3_pmaps.cc
[696/1311] Compiling v3_utl.cc
[697/1311] Compiling v3_ocsp.cc
[698/1311] Compiling v3_pcons.cc
[699/1311] Compiling v3_ncons.cc
[700/1311] Compiling v3_int.cc
[701/1311] Compiling v3_lib.cc
[702/1311] Compiling v3_ia5.cc
[703/1311] Compiling v3_info.cc
[704/1311] Compiling v3_genn.cc
[705/1311] Compiling v3_extku.cc
[706/1311] Compiling v3_enum.cc
[707/1311] Compiling v3_crld.cc
[708/1311] Compiling v3_cpols.cc
[709/1311] Compiling v3_conf.cc
[710/1311] Compiling v3_bitst.cc
[711/1311] Compiling v3_bcons.cc
[712/1311] Compiling v3_akeya.cc
[713/1311] Compiling v3_alt.cc
[714/1311] Compiling v3_akey.cc
[715/1311] Compiling t_x509a.cc
[716/1311] Compiling i2d_pr.cc
[717/1311] Compiling t_crl.cc
[718/1311] Compiling t_x509.cc
[719/1311] Compiling name_print.cc
[720/1311] Compiling t_req.cc
[721/1311] Compiling rsa_pss.cc
[722/1311] Compiling policy.cc
[723/1311] Compiling by_file.cc
[724/1311] Compiling by_dir.cc
[725/1311] Compiling voprf.cc
[726/1311] Compiling algorithm.cc
[727/1311] Compiling a_digest.cc
[728/1311] Compiling asn1_gen.cc
[729/1311] Compiling a_verify.cc
[730/1311] Compiling a_sign.cc
[731/1311] Compiling trust_token.cc
[732/1311] Compiling thread_win.cc
[733/1311] Compiling thread.cc
[734/1311] Compiling thread_none.cc
[735/1311] Compiling thread_pthread.cc
[736/1311] Compiling stack.cc
[737/1311] Compiling pmbtoken.cc
[738/1311] Compiling slhdsa.cc
[739/1311] Compiling sha512.cc
[740/1311] Compiling siphash.cc
[741/1311] Compiling sha256.cc
[742/1311] Compiling sha1.cc
[743/1311] Compiling spake2plus.cc
[744/1311] Compiling rsa_print.cc
[745/1311] Compiling rsa_extra.cc
[746/1311] Compiling rc4.cc
[746/1311] Compiling refcount.cc
[748/1311] Compiling rsa_crypt.cc
[749/1311] Compiling windows.cc
[750/1311] Compiling trusty.cc
[751/1311] Compiling rand.cc
[752/1311] Compiling urandom.cc
[753/1311] Compiling rsa_asn1.cc
[754/1311] Compiling ios.cc
[755/1311] Compiling poly1305_arm_asm.S
[756/1311] Compiling getentropy.cc
[757/1311] Compiling passive.cc
[758/1311] Compiling deterministic.cc
[759/1311] Compiling forkunsafe.cc
[760/1311] Compiling fork_detect.cc
[761/1311] Compiling poly1305_arm.cc
[762/1311] Compiling poly1305.cc
[763/1311] Compiling poly1305_vec.cc
[764/1311] Compiling pool.cc
[765/1311] Compiling pkcs7.cc
[766/1311] Compiling pkcs8_x509.cc
[766/1311] Compiling pkcs8.cc
[768/1311] Compiling p5_pbev2.cc
[769/1311] Compiling pkcs7_x509.cc
[770/1311] Compiling pem_xaux.cc
[771/1311] Compiling pem_x509.cc
[772/1311] Compiling pem_pkey.cc
[773/1311] Compiling mlkem.cc
[774/1311] Compiling pem_pk8.cc
[775/1311] Compiling obj_xref.cc
[776/1311] Compiling pem_oth.cc
[777/1311] Compiling pem_info.cc
[778/1311] Compiling mldsa.cc
[779/1311] Compiling pem_all.cc
[780/1311] Compiling pem_lib.cc
[781/1311] Compiling obj.cc
[782/1311] Compiling poly_rq_mul.S
[783/1311] Compiling fips_shared_support.cc
[784/1311] Compiling md5.cc
[785/1311] Compiling mem.cc
[786/1311] Compiling md4.cc
[787/1311] Compiling lhash.cc
[788/1311] Compiling hrss.cc
[789/1311] Compiling kyber.cc
[790/1311] Compiling ex_data.cc
[791/1311] Compiling sign.cc
[792/1311] Compiling scrypt.cc
[793/1311] Compiling hpke.cc
[794/1311] Compiling print.cc
[795/1311] Compiling pbkdf.cc
[796/1311] Compiling p_x25519.cc
[797/1311] Compiling p_x25519_asn1.cc
[798/1311] Compiling p_rsa_asn1.cc
[799/1311] Compiling p_ed25519.cc
[800/1311] Compiling p_hkdf.cc
[801/1311] Compiling p_rsa.cc
[802/1311] Compiling p_ed25519_asn1.cc
[803/1311] Compiling p_ec_asn1.cc
[804/1311] Compiling p_dh.cc
[805/1311] Compiling p_ec.cc
[806/1311] Compiling p_dh_asn1.cc
[807/1311] Compiling evp_ctx.cc
[808/1311] Compiling p_dsa_asn1.cc
[809/1311] Compiling evp.cc
[810/1311] Compiling err.cc
[811/1311] Compiling engine.cc
[811/1311] Compiling evp_asn1.cc
[813/1311] Compiling ecdh.cc
[814/1311] Compiling ecdsa_asn1.cc
[815/1311] Compiling hash_to_curve.cc
[816/1311] Compiling ec_derive.cc
[817/1311] Compiling dsa.cc
[818/1311] Compiling dsa_asn1.cc
[819/1311] Compiling ec_asn1.cc
[820/1311] Compiling params.cc
[821/1311] Compiling digest_extra.cc
[822/1311] Compiling x25519-asm-arm.S
[823/1311] Compiling des.cc
[824/1311] Compiling dh_asn1.cc
[825/1311] Compiling crypto.cc
[826/1311] Compiling cpu_intel.cc
[827/1311] Compiling spake25519.cc
[828/1311] Compiling cpu_arm_linux.cc
[829/1311] Compiling curve25519.cc
[830/1311] Compiling cpu_arm_freebsd.cc
[831/1311] Compiling cpu_aarch64_openbsd.cc
[832/1311] Compiling cpu_aarch64_win.cc
[833/1311] Compiling cpu_aarch64_sysreg.cc
[834/1311] Compiling bcm.cc
[835/1311] Compiling cpu_aarch64_linux.cc
[836/1311] Compiling cpu_aarch64_fuchsia.cc
[837/1311] Compiling curve25519_64_adx.cc
[838/1311] Compiling cpu_aarch64_apple.cc
[839/1311] Compiling get_cipher.cc
[840/1311] Compiling tls_cbc.cc
[840/1311] Compiling e_rc4.cc
[842/1311] Compiling conf.cc
[843/1311] Compiling e_tls.cc
[844/1311] Compiling e_null.cc
[845/1311] Compiling e_rc2.cc
[846/1311] Compiling e_des.cc
[847/1311] Compiling derive_key.cc
[848/1311] Compiling e_aesctrhmac.cc
[849/1311] Compiling e_chacha20poly1305.cc
[850/1311] Compiling e_aesgcmsiv.cc
[851/1311] Compiling chacha.cc
[852/1311] Compiling unicode.cc
[853/1311] Compiling buf.cc
[854/1311] Compiling ber.cc
[854/1311] Compiling cbb.cc
[856/1311] Compiling cbs.cc
[857/1311] Compiling bn_asn1.cc
[858/1311] Compiling asn1_compat.cc
[859/1311] Compiling convert.cc
[860/1311] Compiling blake2.cc
[861/1311] Compiling socket_helper.cc
[862/1311] Compiling printf.cc
[863/1311] Compiling socket.cc
[864/1311] Compiling pair.cc
[865/1311] Compiling hexdump.cc
[866/1311] Compiling file.cc
[867/1311] Compiling errno.cc
[868/1311] Compiling fd.cc
[869/1311] Compiling bio_mem.cc
[869/1311] Compiling connect.cc
[871/1311] Compiling bio.cc
[872/1311] Compiling base64.cc
[873/1311] Compiling tasn_typ.cc
[874/1311] Compiling tasn_fre.cc
[875/1311] Compiling tasn_utl.cc
[876/1311] Compiling tasn_enc.cc
[877/1311] Compiling f_string.cc
[878/1311] Compiling posix_time.cc
[879/1311] Compiling tasn_new.cc
[880/1311] Compiling f_int.cc
[881/1311] Compiling asn_pack.cc
[882/1311] Compiling tasn_dec.cc
[883/1311] Compiling asn1_par.cc
[884/1311] Compiling a_octet.cc
[885/1311] Compiling a_utctm.cc
[886/1311] Compiling a_type.cc
[887/1311] Compiling asn1_lib.cc
[888/1311] Compiling a_time.cc
[889/1311] Compiling a_strnid.cc
[890/1311] Compiling a_strex.cc
[891/1311] Compiling a_i2d_fp.cc
[892/1311] Compiling a_object.cc
[893/1311] Compiling a_dup.cc
[894/1311] Compiling a_d2i_fp.cc
[895/1311] Compiling a_mbstr.cc
[896/1311] Compiling a_gentm.cc
[897/1311] Compiling fiat_p256_adx_sqr.S
[898/1311] Compiling a_int.cc
[899/1311] Compiling fiat_p256_adx_mul.S
[900/1311] Compiling fiat_curve25519_adx_mul.S
[901/1311] Compiling fiat_curve25519_adx_square.S
[902/1311] Compiling md5-x86_64-linux.S
[903/1311] Compiling md5-586-linux.S
[904/1311] Compiling md5-x86_64-apple.S
[905/1311] Compiling md5-586-apple.S
[906/1311] Compiling a_bool.cc
[907/1311] Compiling a_bitstr.cc
[908/1311] Compiling chacha20_poly1305_x86_64-apple.S
[909/1311] Compiling chacha20_poly1305_x86_64-linux.S
[910/1311] Compiling chacha20_poly1305_armv8-win.S
[911/1311] Compiling CCryptoBoringSSLShims shims.c
[912/1311] Compiling chacha20_poly1305_armv8-linux.S
[912/1311] Compiling chacha20_poly1305_armv8-apple.S
[914/1311] Compiling chacha-x86_64-apple.S
[915/1311] Compiling chacha-x86_64-linux.S
[916/1311] Compiling chacha-x86-linux.S
[917/1311] Compiling chacha-armv8-win.S
[918/1311] Compiling chacha-x86-apple.S
[919/1311] Compiling chacha-armv8-apple.S
[920/1311] Compiling chacha-armv8-linux.S
[921/1311] Compiling chacha-armv4-linux.S
[922/1311] Compiling aes128gcmsiv-x86_64-apple.S
[923/1311] Compiling x86_64-mont5-apple.S
[924/1311] Compiling aes128gcmsiv-x86_64-linux.S
[925/1311] Compiling x86_64-mont5-linux.S
[926/1311] Compiling err_data.cc
[927/1311] Compiling x86_64-mont-linux.S
[928/1311] Compiling x86-mont-linux.S
[928/1311] Compiling x86_64-mont-apple.S
[930/1311] Compiling x86-mont-apple.S
[931/1311] Compiling vpaes-x86_64-linux.S
[932/1311] Compiling vpaes-x86_64-apple.S
[933/1311] Compiling vpaes-x86-linux.S
[934/1311] Compiling vpaes-armv8-win.S
[935/1311] Compiling vpaes-x86-apple.S
[936/1311] Compiling vpaes-armv8-linux.S
[937/1311] Compiling vpaes-armv8-apple.S
[938/1311] Compiling vpaes-armv7-linux.S
[939/1311] Compiling sha512-x86_64-linux.S
[940/1311] Compiling sha512-x86_64-apple.S
[941/1311] Compiling sha512-armv8-win.S
[942/1311] Compiling sha512-armv8-linux.S
[943/1311] Compiling sha512-armv8-apple.S
[944/1311] Compiling sha512-armv4-linux.S
[945/1311] Compiling sha512-586-linux.S
[946/1311] Compiling sha256-x86_64-apple.S
[947/1311] Compiling sha512-586-apple.S
[948/1311] Compiling sha256-armv8-win.S
[949/1311] Compiling sha256-x86_64-linux.S
[950/1311] Compiling sha256-armv8-linux.S
[951/1311] Compiling sha256-armv8-apple.S
[952/1311] Compiling sha256-armv4-linux.S
[953/1311] Compiling sha256-586-linux.S
[953/1311] Compiling sha256-586-apple.S
[955/1311] Compiling sha1-x86_64-apple.S
[956/1311] Compiling sha1-armv8-win.S
[957/1311] Compiling sha1-x86_64-linux.S
[958/1311] Compiling sha1-armv8-apple.S
[959/1311] Compiling sha1-armv8-linux.S
[960/1311] Compiling sha1-armv4-large-linux.S
[961/1311] Compiling sha1-586-linux.S
[962/1311] Compiling sha1-586-apple.S
[963/1311] Compiling rsaz-avx2-apple.S
[964/1311] Compiling rdrand-x86_64-linux.S
[965/1311] Compiling rdrand-x86_64-apple.S
[966/1311] Compiling rsaz-avx2-linux.S
[967/1311] Compiling p256_beeu-x86_64-asm-linux.S
[968/1311] Compiling p256_beeu-x86_64-asm-apple.S
[969/1311] Compiling p256_beeu-armv8-asm-win.S
[969/1311] Compiling p256_beeu-armv8-asm-linux.S
[971/1311] Compiling p256_beeu-armv8-asm-apple.S
[972/1311] Compiling p256-x86_64-asm-apple.S
[973/1311] Compiling p256-x86_64-asm-linux.S
[974/1311] Compiling p256-armv8-asm-win.S
[975/1311] Compiling p256-armv8-asm-linux.S
[976/1311] Compiling p256-armv8-asm-apple.S
[977/1311] Compiling ghashv8-armv8-win.S
[978/1311] Compiling ghashv8-armv8-linux.S
[979/1311] Compiling ghashv8-armv8-apple.S
[980/1311] Compiling ghashv8-armv7-linux.S
[981/1311] Compiling ghash-x86_64-linux.S
[982/1311] Compiling ghash-x86_64-apple.S
[983/1311] Compiling ghash-x86-linux.S
[984/1311] Compiling ghash-x86-apple.S
[985/1311] Compiling ghash-ssse3-x86_64-linux.S
[986/1311] Compiling ghash-ssse3-x86_64-apple.S
[987/1311] Compiling ghash-ssse3-x86-linux.S
[988/1311] Compiling ghash-ssse3-x86-apple.S
[989/1311] Compiling ghash-neon-armv8-win.S
[990/1311] Compiling ghash-neon-armv8-linux.S
[991/1311] Compiling ghash-neon-armv8-apple.S
[992/1311] Compiling ghash-armv4-linux.S
[993/1311] Compiling co-586-linux.S
[994/1311] Compiling co-586-apple.S
[995/1311] Compiling bsaes-armv7-linux.S
[996/1311] Compiling bn-armv8-win.S
[997/1311] Compiling bn-armv8-linux.S
[998/1311] Compiling bn-armv8-apple.S
[999/1311] Compiling bn-586-linux.S
[1000/1311] Compiling bn-586-apple.S
[1001/1311] Compiling armv8-mont-win.S
[1002/1311] Compiling armv8-mont-linux.S
[1003/1311] Compiling armv4-mont-linux.S
[1004/1311] Compiling armv8-mont-apple.S
[1005/1311] Compiling aesv8-gcm-armv8-apple.S
[1006/1311] Compiling aesv8-gcm-armv8-win.S
[1006/1311] Compiling aesv8-gcm-armv8-linux.S
[1008/1311] Compiling aesv8-armv8-win.S
[1009/1311] Compiling aesv8-armv8-linux.S
[1010/1311] Compiling aesv8-armv8-apple.S
[1011/1311] Compiling aesv8-armv7-linux.S
[1012/1311] Compiling aesni-x86_64-apple.S
[1013/1311] Compiling aesni-x86_64-linux.S
[1014/1311] Compiling aesni-x86-linux.S
[1015/1311] Compiling aesni-x86-apple.S
[1016/1311] Compiling aesni-gcm-x86_64-linux.S
[1017/1311] Compiling aesni-gcm-x86_64-apple.S
[1018/1311] Compiling aes-gcm-avx10-x86_64-apple.S
[1019/1311] Compiling aes-gcm-avx10-x86_64-linux.S
[1020/1311] Compiling x_sig.cc
[1021/1311] Compiling x_x509a.cc
[1022/1311] Compiling x_val.cc
[1023/1311] Compiling x_req.cc
[1023/1311] Compiling x_x509.cc
[1025/1311] Compiling x_spki.cc
[1026/1311] Compiling c-nioatomics.c
[1027/1311] Compiling x_exten.cc
[1028/1311] Compiling x_pubkey.cc
[1029/1311] Compiling x_attrib.cc
[1030/1311] Compiling x_name.cc
[1031/1311] Compiling x_crl.cc
[1032/1311] Compiling x_all.cc
[1033/1311] Compiling c-atomics.c
[1034/1311] Compiling x_algor.cc
[1035/1317] Compiling x509spki.cc
[1036/1317] Compiling x509_vpm.cc
[1037/1317] Compiling x509cset.cc
[1038/1317] Compiling x509name.cc
[1039/1317] Compiling x509rset.cc
[1040/1317] Compiling x509_vfy.cc
[1042/1317] Compiling NIOConcurrencyHelpers lock.swift
[1042/1317] Compiling x509_v3.cc
[1044/1317] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1045/1317] Compiling NIOConcurrencyHelpers atomics.swift
[1046/1317] Compiling NIOConcurrencyHelpers NIOLock.swift
[1047/1317] Emitting module NIOConcurrencyHelpers
[1048/1317] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1049/1318] Compiling x509_trs.cc
[1050/1318] Compiling x509_txt.cc
[1051/1318] Compiling x509_req.cc
[1052/1323] Wrapping AST for NIOConcurrencyHelpers for debugging
[1053/1327] Compiling x509_obj.cc
[1054/1327] Compiling x509_set.cc
[1055/1338] Compiling x509_lu.cc
[1057/1344] Compiling ConsoleKitTerminal ActivityBar.swift
[1058/1344] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1059/1344] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1060/1344] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1060/1347] Compiling x509_ext.cc
[1062/1347] Emitting module ConsoleKitTerminal
[1062/1347] Compiling x509.cc
[1064/1347] Compiling ConsoleKitTerminal CustomActivity.swift
[1065/1347] Compiling ConsoleKitTerminal LoadingBar.swift
[1066/1347] Compiling ConsoleKitTerminal ProgressBar.swift
[1067/1347] Compiling ConsoleKitTerminal Console+Clear.swift
[1068/1347] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1069/1347] Compiling ConsoleKitTerminal ConsoleClear.swift
[1070/1347] Compiling ConsoleKitTerminal Console+Ask.swift
[1071/1347] Compiling ConsoleKitTerminal Console+Choose.swift
[1071/1347] Compiling x509_def.cc
[1072/1347] Compiling x509_d2.cc
[1073/1347] Compiling x509_att.cc
[1075/1347] Compiling ConsoleKitTerminal Console+Wait.swift
[1076/1347] Compiling ConsoleKitTerminal ConsoleColor.swift
[1077/1347] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1078/1347] Compiling ConsoleKitTerminal Console+Confirm.swift
[1079/1347] Compiling ConsoleKitTerminal Console+Input.swift
[1080/1347] Compiling ConsoleKitTerminal Console+Center.swift
[1081/1347] Compiling ConsoleKitTerminal Console+Output.swift
[1081/1347] Compiling x509_cmp.cc
[1083/1347] Compiling ConsoleKitTerminal ConsoleText.swift
[1084/1347] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1085/1347] Compiling ConsoleKitTerminal ANSI.swift
[1086/1347] Compiling ConsoleKitTerminal Console.swift
[1087/1347] Compiling ConsoleKitTerminal Terminal.swift
[1088/1347] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1088/1347] Compiling v3_utl.cc
[1089/1347] Compiling v3_skey.cc
[1090/1347] Compiling v3_prn.cc
[1091/1347] Compiling v3_purp.cc
[1093/1347] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1094/1347] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1095/1347] Compiling ConsoleKitTerminal LoggerFragment.swift
[1096/1348] Compiling v3_pmaps.cc
[1097/1348] Compiling v3_ocsp.cc
[1098/1348] Compiling v3_pcons.cc
[1099/1370] Compiling v3_ncons.cc
[1100/1370] Wrapping AST for ConsoleKitTerminal for debugging
[1101/1370] Compiling v3_lib.cc
[1102/1370] Compiling v3_info.cc
[1103/1370] Compiling v3_int.cc
[1105/1370] Compiling ConsoleKitCommands CommandSignature.swift
[1106/1370] Compiling ConsoleKitCommands Flag.swift
[1107/1370] Compiling ConsoleKitCommands Option.swift
[1108/1372] Compiling ConsoleKitCommands Command.swift
[1109/1372] Compiling ConsoleKitCommands CommandContext.swift
[1110/1372] Compiling ConsoleKitCommands CommandError.swift
[1110/1372] Compiling v3_ia5.cc
[1112/1372] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1113/1372] Compiling ConsoleKitCommands AsyncCommand.swift
[1114/1372] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1115/1372] Emitting module ConsoleKitCommands
[1116/1372] Compiling ConsoleKitCommands AsyncCommands.swift
[1117/1372] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1118/1372] Compiling ConsoleKitCommands AnyCommand.swift
[1119/1372] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1120/1372] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1121/1372] Compiling ConsoleKitCommands Argument.swift
[1122/1372] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1123/1372] Compiling ConsoleKitCommands Utilities.swift
[1123/1372] Compiling v3_genn.cc
[1124/1372] Compiling v3_crld.cc
[1125/1372] Compiling v3_extku.cc
[1126/1372] Compiling v3_enum.cc
[1127/1372] Compiling v3_conf.cc
[1128/1372] Compiling v3_cpols.cc
[1129/1372] Compiling v3_bitst.cc
[1130/1372] Compiling v3_bcons.cc
[1131/1372] Compiling v3_akeya.cc
[1132/1372] Compiling v3_alt.cc
[1133/1372] Compiling v3_akey.cc
[1135/1372] Compiling ConsoleKitCommands Console+Run.swift
[1136/1372] Compiling ConsoleKitCommands ConsoleError.swift
[1137/1372] Compiling ConsoleKitCommands Completion.swift
[1138/1372] Compiling ConsoleKitCommands CommandGroup.swift
[1139/1372] Compiling ConsoleKitCommands CommandInput.swift
[1140/1372] Compiling ConsoleKitCommands Commands.swift
[1141/1373] Compiling t_x509.cc
[1142/1373] Compiling t_x509a.cc
[1143/1373] Wrapping AST for ConsoleKitCommands for debugging
[1144/1373] Compiling t_req.cc
[1145/1375] Compiling t_crl.cc
[1147/1375] Compiling ConsoleKit Exports.swift
[1148/1375] Emitting module ConsoleKit
[1148/1376] Compiling i2d_pr.cc
[1149/1376] Compiling name_print.cc
[1151/1376] Compiling rsa_pss.cc
[1152/1376] Compiling policy.cc
[1153/1376] Wrapping AST for ConsoleKit for debugging
[1154/1376] Compiling by_file.cc
[1155/1376] Compiling by_dir.cc
[1156/1376] Compiling asn1_gen.cc
[1157/1376] Compiling voprf.cc
[1158/1376] Compiling algorithm.cc
[1159/1376] Compiling a_verify.cc
[1160/1376] Compiling a_sign.cc
[1161/1376] Compiling a_digest.cc
[1162/1376] Compiling trust_token.cc
[1163/1376] Compiling thread_win.cc
[1164/1376] Compiling thread.cc
[1165/1376] Compiling pmbtoken.cc
[1166/1376] Compiling thread_pthread.cc
[1167/1376] Compiling thread_none.cc
[1168/1376] Compiling wots.cc
[1169/1376] Compiling stack.cc
[1170/1376] Compiling thash.cc
[1171/1376] Compiling sha512.cc
[1172/1376] Compiling slhdsa.cc
[1173/1376] Compiling merkle.cc
[1174/1376] Compiling siphash.cc
[1175/1376] Compiling fors.cc
[1176/1376] Compiling sha256.cc
[1177/1376] Compiling sha1.cc
[1178/1376] Compiling rsa_print.cc
[1179/1376] Compiling rc4.cc
[1180/1376] Compiling rsa_extra.cc
[1181/1376] Compiling refcount.cc
[1182/1376] Compiling windows.cc
[1183/1376] Compiling urandom.cc
[1184/1376] Compiling rsa_asn1.cc
[1185/1376] Compiling rsa_crypt.cc
[1186/1376] Compiling trusty.cc
[1187/1376] Compiling rand_extra.cc
[1188/1376] Compiling ios.cc
[1189/1376] Compiling passive.cc
[1190/1376] Compiling poly1305_arm_asm.S
[1191/1376] Compiling getentropy.cc
[1192/1376] Compiling deterministic.cc
[1193/1376] Compiling fork_detect.cc
[1194/1376] Compiling forkunsafe.cc
[1195/1376] Compiling poly1305_arm.cc
[1195/1376] Compiling pool.cc
[1197/1376] Compiling poly1305.cc
[1198/1376] Compiling poly1305_vec.cc
[1199/1376] Compiling pkcs7.cc
[1200/1376] Compiling pkcs8.cc
[1201/1376] Compiling pkcs8_x509.cc
[1202/1376] Compiling p5_pbev2.cc
[1203/1376] Compiling pkcs7_x509.cc
[1204/1376] Compiling pem_xaux.cc
[1205/1376] Compiling pem_x509.cc
[1206/1376] Compiling pem_pkey.cc
[1207/1376] Compiling obj_xref.cc
[1208/1376] Compiling pem_pk8.cc
[1209/1376] Compiling pem_oth.cc
[1210/1376] Compiling pem_info.cc
[1211/1376] Compiling mlkem.cc
[1212/1376] Compiling obj.cc
[1213/1376] Compiling pem_lib.cc
[1214/1376] Compiling pem_all.cc
[1215/1376] Compiling mldsa.cc
[1216/1376] Compiling poly_rq_mul.S
[1217/1376] Compiling fips_shared_support.cc
[1218/1376] Compiling mem.cc
[1219/1376] Compiling md5.cc
[1220/1376] Compiling md4.cc
[1221/1376] Compiling lhash.cc
[1222/1376] Compiling kyber.cc
[1223/1376] Compiling ex_data.cc
[1224/1376] Compiling hpke.cc
[1225/1376] Compiling hrss.cc
[1226/1376] Compiling sign.cc
[1227/1376] Compiling scrypt.cc
[1228/1376] Compiling print.cc
[1229/1376] Compiling pbkdf.cc
[1230/1376] Compiling p_x25519.cc
[1231/1376] Compiling p_x25519_asn1.cc
[1232/1376] Compiling p_rsa_asn1.cc
[1233/1376] Compiling p_rsa.cc
[1234/1376] Compiling p_hkdf.cc
[1235/1376] Compiling p_ed25519.cc
[1236/1376] Compiling p_ed25519_asn1.cc
[1237/1376] Compiling p_ec_asn1.cc
[1238/1376] Compiling p_ec.cc
[1239/1376] Compiling p_dsa_asn1.cc
[1240/1376] Compiling p_dh_asn1.cc
[1241/1376] Compiling p_dh.cc
[1242/1376] Compiling evp_ctx.cc
[1243/1376] Compiling evp_asn1.cc
[1244/1376] Compiling evp.cc
[1245/1376] Compiling err.cc
[1246/1376] Compiling engine.cc
[1247/1376] Compiling ecdh_extra.cc
[1248/1376] Compiling ecdsa_asn1.cc
[1249/1376] Compiling hash_to_curve.cc
[1250/1376] Compiling ec_derive.cc
[1251/1376] Compiling ec_asn1.cc
[1252/1376] Compiling dsa_asn1.cc
[1253/1376] Compiling dsa.cc
[1254/1376] Compiling params.cc
[1255/1376] Compiling digest_extra.cc
[1256/1376] Compiling x25519-asm-arm.S
[1257/1376] Compiling dh_asn1.cc
[1258/1376] Compiling des.cc
[1259/1376] Compiling spake25519.cc
[1260/1376] Compiling crypto.cc
[1261/1376] Compiling cpu_arm_linux.cc
[1262/1376] Compiling cpu_intel.cc
[1263/1376] Compiling cpu_arm_freebsd.cc
[1264/1376] Compiling curve25519.cc
[1265/1376] Compiling cpu_aarch64_win.cc
[1266/1376] Compiling cpu_aarch64_openbsd.cc
[1267/1376] Compiling cpu_aarch64_linux.cc
[1268/1376] Compiling curve25519_64_adx.cc
[1269/1376] Compiling cpu_aarch64_sysreg.cc
[1270/1376] Compiling bcm.cc
[1271/1376] Compiling cpu_aarch64_apple.cc
[1272/1376] Compiling e_tls.cc
[1273/1376] Compiling cpu_aarch64_fuchsia.cc
[1274/1376] Compiling e_rc4.cc
[1275/1376] Compiling e_rc2.cc
[1276/1376] Compiling conf.cc
[1277/1376] Compiling tls_cbc.cc
[1278/1376] Compiling e_des.cc
[1279/1376] Compiling e_null.cc
[1280/1376] Compiling e_aesgcmsiv.cc
[1281/1376] Compiling e_chacha20poly1305.cc
[1282/1376] Compiling derive_key.cc
[1283/1376] Compiling cipher_extra.cc
[1284/1376] Compiling e_aesctrhmac.cc
[1285/1376] Compiling chacha.cc
[1286/1376] Compiling unicode.cc
[1287/1376] Compiling cbs.cc
[1288/1376] Compiling bn_asn1.cc
[1289/1376] Compiling ber.cc
[1290/1376] Compiling buf.cc
[1291/1376] Compiling asn1_compat.cc
[1292/1376] Compiling cbb.cc
[1293/1376] Compiling blake2.cc
[1294/1376] Compiling printf.cc
[1295/1376] Compiling convert.cc
[1296/1376] Compiling hexdump.cc
[1297/1376] Compiling pair.cc
[1298/1376] Compiling file.cc
[1299/1376] Compiling errno.cc
[1300/1376] Compiling fd.cc
[1301/1376] Compiling bio_mem.cc
[1302/1376] Compiling base64.cc
[1303/1376] Compiling bio.cc
[1304/1376] Compiling tasn_utl.cc
[1305/1376] Compiling tasn_typ.cc
[1306/1376] Compiling tasn_new.cc
[1307/1376] Compiling tasn_fre.cc
[1308/1376] Compiling tasn_enc.cc
[1309/1376] Compiling asn1_par.cc
[1310/1376] Compiling tasn_dec.cc
[1311/1376] Compiling posix_time.cc
[1312/1376] Compiling asn_pack.cc
[1313/1376] Compiling f_string.cc
[1314/1376] Compiling f_int.cc
[1315/1376] Compiling asn1_lib.cc
[1316/1376] Compiling a_utctm.cc
[1317/1376] Write sources
[1318/1376] Compiling a_type.cc
[1319/1376] Write sources
[1320/1376] Compiling a_time.cc
[1320/1376] Write sources
[1325/1394] Compiling a_strex.cc
[1326/1425] Compiling a_strnid.cc
[1327/1429] Compiling a_object.cc
[1328/1429] Compiling a_octet.cc
[1329/1429] Compiling a_mbstr.cc
[1331/1475] Compiling Algorithms EitherSequence.swift
[1332/1475] Compiling Algorithms FirstNonNil.swift
[1333/1475] Compiling Algorithms Joined.swift
[1334/1483] Compiling Algorithms Permutations.swift
[1335/1483] Compiling Algorithms Product.swift
[1336/1483] Compiling Algorithms Intersperse.swift
[1337/1483] Compiling Algorithms Partition.swift
[1338/1483] Compiling Algorithms Grouped.swift
[1339/1483] Compiling Algorithms Indexed.swift
[1340/1483] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1341/1483] Compiling BitCollections BitSet+CustomReflectable.swift
[1342/1483] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1343/1483] Compiling BitCollections BitSet+Equatable.swift
[1344/1483] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1345/1483] Compiling BitCollections BitSet+Extras.swift
[1346/1483] Compiling BitCollections BitSet+Hashable.swift
[1347/1490] Compiling Algorithms Keyed.swift
[1348/1490] Compiling Algorithms MinMax.swift
[1349/1490] Compiling Algorithms FlattenCollection.swift
[1350/1490] Compiling BitCollections BitSet+Initializers.swift
[1351/1490] Compiling BitCollections BitSet+Invariants.swift
[1352/1490] Compiling BitCollections BitSet+Random.swift
[1353/1490] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1354/1490] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1355/1490] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1356/1490] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1357/1490] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1358/1490] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1359/1490] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1360/1490] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1361/1490] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1362/1490] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1363/1490] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1364/1490] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1365/1490] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1366/1490] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1367/1490] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1368/1490] Compiling BitCollections BitSet+SetAlgebra union.swift
[1369/1490] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1370/1490] Compiling BitCollections BitSet.Counted.swift
[1371/1490] Compiling Atomics IntegerOperations.swift
[1372/1490] Compiling Atomics Unmanaged extensions.swift
[1373/1490] Emitting module BitCollections
[1374/1490] Compiling Algorithms AdjacentPairs.swift
[1375/1490] Compiling Algorithms Chain.swift
[1376/1490] Compiling Algorithms Chunked.swift
[1377/1490] Compiling Algorithms Combinations.swift
[1378/1490] Compiling Algorithms Compacted.swift
[1379/1490] Compiling Algorithms Cycle.swift
[1382/1490] Compiling Algorithms RandomSample.swift
[1383/1490] Compiling Algorithms Reductions.swift
[1384/1490] Compiling Algorithms Rotate.swift
[1387/1490] Compiling Algorithms Suffix.swift
[1388/1493] Emitting module CryptoBoringWrapper
[1389/1493] Compiling CryptoBoringWrapper RandomBytes.swift
[1410/1493] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1421/1493] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1422/1493] Compiling BitCollections BitSet.Index.swift
[1423/1493] Compiling BitCollections BitSet._UnsafeHandle.swift
[1424/1493] Compiling BitCollections BitSet.swift
[1425/1493] Compiling BitCollections Range+Utilities.swift
[1426/1493] Compiling BitCollections Slice+Utilities.swift
[1427/1493] Compiling BitCollections UInt+Tricks.swift
[1428/1493] Compiling BitCollections _Word.swift
[1429/1494] Compiling CryptoBoringWrapper EllipticCurve.swift
[1431/1494] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1432/1494] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1433/1494] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1434/1495] Compiling Algorithms Trim.swift
[1435/1495] Compiling Algorithms Unique.swift
[1436/1495] Compiling Algorithms Windows.swift
[1437/1495] Emitting module Atomics
[1442/1495] Wrapping AST for BitCollections for debugging
[1443/1497] Wrapping AST for CryptoBoringWrapper for debugging
[1445/1497] Compiling Collections Collections.swift
[1446/1497] Emitting module Collections
[1447/1569] Wrapping AST for Collections for debugging
[1449/1569] Compiling Crypto AES-GCM.swift
[1450/1569] Compiling Crypto AES-GCM_boring.swift
[1451/1569] Compiling Crypto ChaChaPoly_boring.swift
[1452/1569] Compiling Crypto ChaChaPoly.swift
[1453/1569] Compiling Crypto Cipher.swift
[1454/1569] Compiling Crypto Nonces.swift
[1456/1570] Emitting module Algorithms
[1456/1571] Wrapping AST for Atomics for debugging
[1458/1631] Wrapping AST for Algorithms for debugging
[1460/1631] Compiling NIOCore ByteBuffer-multi-int.swift
[1461/1631] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1462/1631] Compiling NIOCore ByteBuffer-views.swift
[1463/1631] Compiling NIOCore Channel.swift
[1464/1631] Compiling NIOCore ChannelHandler.swift
[1465/1631] Compiling NIOCore ChannelHandlers.swift
[1466/1631] Compiling NIOCore ChannelInvoker.swift
[1467/1631] Compiling NIOCore ChannelOption.swift
[1468/1631] Compiling NIOCore ChannelPipeline.swift
[1469/1631] Compiling NIOCore AddressedEnvelope.swift
[1470/1631] Compiling NIOCore ByteBuffer-aux.swift
[1471/1631] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1472/1631] Compiling NIOCore ByteBuffer-conversions.swift
[1473/1631] Compiling NIOCore ByteBuffer-core.swift
[1474/1631] Compiling NIOCore ByteBuffer-hex.swift
[1475/1631] Compiling NIOCore ByteBuffer-int.swift
[1476/1631] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1477/1631] Compiling NIOCore CircularBuffer.swift
[1478/1631] Compiling NIOCore Codec.swift
[1479/1631] Compiling NIOCore ConvenienceOptionSupport.swift
[1480/1640] Compiling NIOCore MarkedCircularBuffer.swift
[1481/1640] Compiling NIOCore MulticastChannel.swift
[1482/1640] Compiling NIOCore NIOAny.swift
[1483/1640] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1484/1640] Compiling NIOCore NIOLoopBound.swift
[1485/1640] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1486/1640] Compiling NIOCore NIOScheduledCallback.swift
[1487/1640] Compiling NIOCore NIOSendable.swift
[1488/1640] Compiling NIOCore RecvByteBufferAllocator.swift
[1489/1640] Compiling Crypto Ed25519.swift
[1490/1640] Compiling NIOCore DeadChannel.swift
[1491/1640] Compiling NIOCore DispatchQueue+WithFuture.swift
[1492/1640] Compiling NIOCore EventLoop+Deprecated.swift
[1493/1640] Compiling NIOCore EventLoop+SerialExecutor.swift
[1494/1640] Compiling NIOCore EventLoop.swift
[1495/1640] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1496/1640] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1497/1640] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1498/1640] Compiling NIOCore EventLoopFuture.swift
[1499/1640] Compiling NIOCore FileDescriptor.swift
[1500/1640] Compiling Crypto PKCS8PrivateKey.swift
[1501/1640] Compiling Crypto SEC1PrivateKey.swift
[1502/1640] Compiling Crypto SubjectPublicKeyInfo.swift
[1503/1640] Compiling Crypto CryptoKitErrors.swift
[1504/1640] Compiling Crypto Digest_boring.swift
[1505/1640] Compiling Crypto Digest.swift
[1506/1640] Compiling Crypto Digests.swift
[1507/1640] Compiling Crypto HashFunctions.swift
[1508/1640] Compiling Crypto HashFunctions_SHA2.swift
[1509/1640] Compiling Crypto HPKE-AEAD.swift
[1510/1640] Compiling NIOCore FileHandle.swift
[1511/1640] Compiling NIOCore FileRegion.swift
[1512/1640] Compiling NIOCore GlobalSingletons.swift
[1513/1640] Compiling NIOCore IO.swift
[1514/1640] Compiling NIOCore IOData.swift
[1515/1640] Compiling NIOCore IPProtocol.swift
[1516/1640] Compiling NIOCore IntegerBitPacking.swift
[1517/1640] Compiling NIOCore IntegerTypes.swift
[1518/1640] Compiling NIOCore Interfaces.swift
[1519/1640] Compiling NIOCore Linux.swift
[1528/1648] Emitting module Crypto
[1529/1648] Compiling NIOCore AsyncAwaitSupport.swift
[1530/1648] Compiling NIOCore AsyncChannel.swift
[1531/1648] Compiling NIOCore AsyncChannelHandler.swift
[1532/1648] Compiling NIOCore AsyncChannelInboundStream.swift
[1533/1648] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1534/1648] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1535/1648] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1536/1648] Compiling NIOCore NIOAsyncWriter.swift
[1537/1648] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1538/1648] Compiling NIOCore BSDSocketAPI.swift
[1555/1648] Compiling Crypto Signature.swift
[1556/1648] Compiling Crypto CryptoKitErrors_boring.swift
[1557/1648] Compiling Crypto RNG_boring.swift
[1558/1648] Compiling Crypto SafeCompare_boring.swift
[1559/1648] Compiling Crypto Zeroization_boring.swift
[1560/1648] Compiling Crypto PrettyBytes.swift
[1561/1648] Compiling Crypto SafeCompare.swift
[1562/1648] Compiling Crypto SecureBytes.swift
[1563/1648] Compiling Crypto Zeroization.swift
[1564/1649] Wrapping AST for Crypto for debugging
[1566/1695] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1567/1695] Compiling NIOCore SocketAddresses.swift
[1568/1695] Compiling NIOCore SocketOptionProvider.swift
[1569/1695] Compiling NIOCore SystemCallHelpers.swift
[1570/1695] Compiling NIOCore TimeAmount+Duration.swift
[1571/1695] Compiling NIOCore TypeAssistedChannelHandler.swift
[1572/1695] Compiling NIOCore UniversalBootstrapSupport.swift
[1573/1695] Compiling NIOCore Utilities.swift
[1574/1695] Compiling _CryptoExtras VOPRFServer.swift
[1575/1695] Compiling _CryptoExtras RSA+BlindSigning.swift
[1576/1695] Compiling _CryptoExtras RSA.swift
[1577/1695] Compiling _CryptoExtras RSA_boring.swift
[1578/1695] Compiling _CryptoExtras RSA_security.swift
[1579/1695] Compiling _CryptoExtras BoringSSLHelpers.swift
[1580/1695] Compiling _CryptoExtras Scrypt.swift
[1581/1695] Compiling _CryptoExtras OPRF.swift
[1582/1695] Compiling _CryptoExtras CryptoKitErrors_boring.swift
[1583/1695] Compiling _CryptoExtras DigestType.swift
[1584/1695] Compiling _CryptoExtras Error.swift
[1585/1695] Compiling _CryptoExtras I2OSP.swift
[1586/1695] Compiling _CryptoExtras IntegerEncoding.swift
[1587/1695] Compiling _CryptoExtras PEMDocument.swift
[1588/1701] Emitting module _CryptoExtras
[1589/1701] Compiling _CryptoExtras AES_CBC.swift
[1590/1701] Compiling _CryptoExtras AES_CFB.swift
[1591/1701] Compiling _CryptoExtras AES_CTR.swift
[1592/1701] Compiling _CryptoExtras AES_GCM_SIV.swift
[1593/1701] Compiling _CryptoExtras Block Function.swift
[1594/1701] Compiling _CryptoExtras AES_CFB_boring.swift
[1595/1701] Compiling _CryptoExtras AES_CTR_boring.swift
[1596/1701] Compiling _CryptoExtras AES_GCM_SIV_boring.swift
[1597/1701] Compiling _CryptoExtras ARC+API.swift
[1598/1701] Compiling _CryptoExtras ARC.swift
[1599/1701] Compiling _CryptoExtras ARCCredential.swift
[1600/1701] Compiling _CryptoExtras ARCEncoding.swift
[1601/1701] Compiling _CryptoExtras ARCPrecredential.swift
[1602/1701] Compiling _CryptoExtras ARCPresentation.swift
[1603/1701] Compiling _CryptoExtras ARCRequest.swift
[1604/1701] Compiling _CryptoExtras ARCResponse.swift
[1605/1701] Compiling _CryptoExtras ARCServer.swift
[1606/1701] Compiling _CryptoExtras ChaCha20CTR_boring.swift
[1607/1701] Compiling _CryptoExtras ChaCha20CTR.swift
[1608/1701] Compiling _CryptoExtras ECToolbox_boring.swift
[1609/1701] Compiling _CryptoExtras ECToolbox.swift
[1610/1701] Compiling _CryptoExtras PrettyBytes.swift
[1611/1701] Compiling _CryptoExtras SubjectPublicKeyInfo.swift
[1612/1701] Compiling _CryptoExtras DLEQ.swift
[1613/1701] Compiling _CryptoExtras Prover.swift
[1614/1701] Compiling _CryptoExtras Verifier.swift
[1615/1701] Compiling _CryptoExtras ZKPToolbox.swift
[1631/1701] Emitting module NIOCore
[1635/1701] Compiling _CryptoExtras HashToField.swift
[1636/1701] Compiling _CryptoExtras KDF.swift
[1637/1701] Compiling _CryptoExtras PBKDF2_boring.swift
[1638/1701] Compiling _CryptoExtras PBKDF2_commoncrypto.swift
[1639/1701] Compiling _CryptoExtras PBKDF2.swift
[1640/1701] Compiling _CryptoExtras Scrypt_boring.swift
[1650/1702] Wrapping AST for NIOCore for debugging
[1652/1752] Emitting module NIOEmbedded
[1653/1752] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1654/1752] Compiling NIOEmbedded AsyncTestingChannel.swift
[1655/1752] Compiling NIOEmbedded Embedded.swift
[1656/1753] Wrapping AST for NIOEmbedded for debugging
[1658/1753] Compiling NIOPosix SelectableChannel.swift
[1659/1753] Compiling NIOPosix SelectableEventLoop.swift
[1660/1753] Compiling NIOPosix SelectorEpoll.swift
[1661/1753] Compiling NIOPosix SelectorGeneric.swift
[1662/1753] Compiling NIOPosix SelectorKqueue.swift
[1663/1753] Compiling NIOPosix SelectorUring.swift
[1664/1759] Compiling NIOPosix ServerSocket.swift
[1665/1759] Compiling NIOPosix Socket.swift
[1666/1759] Compiling NIOPosix SocketChannel.swift
[1667/1759] Compiling NIOPosix SocketProtocols.swift
[1668/1759] Compiling NIOPosix System.swift
[1669/1759] Compiling NIOPosix Thread.swift
[1670/1759] Compiling NIOPosix Pool.swift
[1671/1759] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1672/1759] Compiling NIOPosix PosixSingletons.swift
[1673/1759] Compiling NIOPosix RawSocketBootstrap.swift
[1674/1759] Compiling NIOPosix Resolver.swift
[1675/1759] Compiling NIOPosix Selectable.swift
[1676/1759] Compiling NIOPosix BSDSocketAPICommon.swift
[1677/1759] Compiling NIOPosix BSDSocketAPIPosix.swift
[1678/1759] Compiling NIOPosix BSDSocketAPIWindows.swift
[1679/1759] Compiling NIOPosix BaseSocket.swift
[1680/1759] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1681/1759] Compiling NIOPosix BaseSocketChannel.swift
[1682/1759] Compiling NIOPosix BaseStreamSocketChannel.swift
[1683/1759] Compiling NIOPosix IO.swift
[1684/1759] Compiling NIOPosix IntegerBitPacking.swift
[1685/1759] Compiling NIOPosix IntegerTypes.swift
[1686/1759] Compiling NIOPosix Linux.swift
[1687/1759] Compiling NIOPosix LinuxCPUSet.swift
[1688/1759] Compiling NIOPosix LinuxUring.swift
[1689/1759] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1690/1759] Compiling NIOPosix NIOThreadPool.swift
[1691/1759] Compiling NIOPosix NonBlockingFileIO.swift
[1692/1759] Compiling NIOPosix PendingDatagramWritesManager.swift
[1693/1759] Compiling NIOPosix PendingWritesManager.swift
[1694/1759] Compiling NIOPosix PipeChannel.swift
[1695/1759] Compiling NIOPosix PipePair.swift
[1696/1759] Compiling NIOPosix ThreadPosix.swift
[1697/1759] Compiling NIOPosix ThreadWindows.swift
[1698/1759] Compiling NIOPosix UnsafeTransfer.swift
[1699/1759] Compiling NIOPosix Utilities.swift
[1700/1759] Compiling NIOPosix VsockAddress.swift
[1701/1759] Compiling NIOPosix VsockChannelEvents.swift
[1702/1759] Emitting module NIOPosix
[1703/1759] Compiling NIOPosix Bootstrap.swift
[1704/1759] Compiling NIOPosix ControlMessage.swift
[1705/1759] Compiling NIOPosix DatagramVectorReadManager.swift
[1706/1759] Compiling NIOPosix Errors+Any.swift
[1707/1759] Compiling NIOPosix FileDescriptor.swift
[1708/1759] Compiling NIOPosix GetaddrinfoResolver.swift
[1709/1759] Compiling NIOPosix HappyEyeballs.swift
[1710/1760] Wrapping AST for NIOPosix for debugging
[1712/1819] Emitting module NIO
[1713/1819] Compiling NIO Exports.swift
[1715/1825] Compiling _NIOFileSystem DirectoryEntry.swift
[1716/1825] Compiling _NIOFileSystem Exports.swift
[1717/1825] Compiling _NIOFileSystem Array+FileSystem.swift
[1718/1843] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1719/1843] Compiling _NIOFileSystem FileSystemError.swift
[1720/1843] Compiling _NIOFileSystem FileSystemProtocol.swift
[1721/1843] Compiling _NIOFileSystem FileType.swift
[1722/1843] Compiling _NIOFileSystem IOStrategy.swift
[1723/1843] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1724/1953] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1725/1953] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1726/1953] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1727/1953] Compiling SQLKit SQLReturningBuilder.swift
[1728/1953] Compiling SQLKit SQLSecondaryPredicateBuilder.swift
[1729/1953] Compiling SQLKit SQLSubqueryClauseBuilder.swift
[1730/1953] Compiling SQLKit SQLUnqualifiedColumnListBuilder.swift
[1731/1953] Compiling SQLKit SQLDatabase.swift
[1732/1957] Emitting module NIOFoundationCompat
[1733/1957] Compiling NIOTLS TLSEvents.swift
[1734/1957] Emitting module NIOTLS
[1735/1957] Compiling SQLKit SQLAlterEnumBuilder.swift
[1736/1957] Compiling SQLKit SQLAlterTableBuilder.swift
[1737/1959] Compiling NIOSOCKS ClientStateMachine.swift
[1738/1959] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1741/1960] Compiling SQLKit SQLConflictUpdateBuilder.swift
[1742/1960] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1743/1960] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1744/1960] Compiling NIOSOCKS SOCKSResponse.swift
[1745/1960] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1746/1960] Compiling NIOTLS SNIHandler.swift
[1747/1961] Emitting module _NIOFileSystem
[1748/1961] Compiling SQLKit SQLCreateTableBuilder.swift
[1749/1961] Compiling SQLKit SQLCreateTriggerBuilder.swift
[1750/1961] Compiling SQLKit SQLDeleteBuilder.swift
[1751/1961] Compiling SQLKit SQLDropEnumBuilder.swift
[1752/1961] Compiling SQLKit SQLDropIndexBuilder.swift
[1756/1961] Compiling SQLKit SQLCreateEnumBuilder.swift
[1757/1961] Compiling SQLKit SQLCreateIndexBuilder.swift
[1759/1961] Compiling NIOSOCKS ServerStateMachine.swift
[1760/1961] Emitting module NIOSOCKS
[1763/1961] Compiling SQLKit SQLColumnUpdateBuilder.swift
[1764/1961] Compiling SQLKit SQLCommonTableExpressionBuilder.swift
[1771/1962] Compiling SQLKit SQLPartialResultBuilder.swift
[1772/1962] Compiling SQLKit SQLPredicateBuilder.swift
[1773/1962] Compiling SQLKit SQLQueryBuilder.swift
[1774/1962] Compiling SQLKit SQLQueryFetcher.swift
[1776/1962] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1777/1963] Wrapping AST for NIO for debugging
[1779/1963] Compiling SQLKit SQLPredicateGroupBuilder.swift
[1780/1963] Compiling SQLKit SQLRawBuilder.swift
[1781/1963] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1782/1963] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1783/1963] Compiling SQLKit SQLDropTriggerBuilder.swift
[1784/1963] Compiling SQLKit SQLInsertBuilder.swift
[1784/1963] Wrapping AST for NIOTLS for debugging
[1785/1965] Wrapping AST for NIOSOCKS for debugging
[1787/2002] Compiling NIOSSL SSLPKCS12Bundle.swift
[1788/2002] Compiling NIOSSL SSLCertificate.swift
[1789/2002] Compiling NIOSSL SSLCertificateExtensions.swift
[1790/2002] Compiling NIOSSL SSLCertificateName.swift
[1791/2002] Compiling NIOSSL SSLConnection.swift
[1792/2002] Compiling NIOSSL SSLPrivateKey.swift
[1793/2002] Compiling NIOSSL SSLPublicKey.swift
[1794/2002] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1795/2002] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1796/2002] Compiling NIOSSL SubjectAlternativeName.swift
[1797/2002] Emitting module AsyncKit
[1798/2024] Compiling SQLKit SQLDropIndex.swift
[1799/2024] Compiling SQLKit SQLDropTable.swift
[1800/2024] Compiling SQLKit SQLDropTrigger.swift
[1801/2024] Compiling SQLKit SQLInsert.swift
[1802/2024] Compiling SQLKit SQLSelect.swift
[1803/2024] Compiling SQLKit SQLUnion.swift
[1804/2024] Compiling SQLKit SQLUpdate.swift
[1805/2024] Compiling SQLKit SQLExpression.swift
[1806/2024] Compiling SQLKit SQLSerializer.swift
[1807/2024] Compiling SQLKit SQLStatement.swift
[1808/2024] Compiling SQLKit SQLBinaryExpression.swift
[1809/2024] Compiling SQLKit SQLBinaryOperator.swift
[1810/2024] Compiling SQLKit SQLBind.swift
[1811/2036] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1812/2036] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1813/2036] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1814/2036] Compiling NIOTransportServices NIOTSErrors.swift
[1815/2036] Compiling NIOTransportServices NIOTSEventLoop.swift
[1816/2036] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1817/2036] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1818/2036] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1819/2036] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1820/2036] Compiling NIOTransportServices NIOTSSingletons.swift
[1821/2036] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1822/2036] Compiling NIOTransportServices StateManagedChannel.swift
[1823/2036] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1824/2036] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1825/2038] Compiling SQLKit SQLAlterColumnDefinitionType.swift
[1826/2038] Compiling SQLKit SQLColumnAssignment.swift
[1827/2038] Compiling SQLKit SQLColumnConstraintAlgorithm.swift
[1828/2038] Compiling SQLKit SQLColumnDefinition.swift
[1829/2038] Compiling SQLKit SQLCommonTableExpression.swift
[1830/2038] Compiling SQLKit SQLConflictAction.swift
[1831/2038] Compiling SQLKit SQLConflictResolutionStrategy.swift
[1832/2038] Compiling SQLKit SQLDropBehaviour.swift
[1833/2038] Compiling SQLKit SQLEnumDataType.swift
[1834/2038] Compiling SQLKit SQLExcludedColumn.swift
[1835/2038] Compiling SQLKit SQLForeignKey.swift
[1836/2038] Compiling SQLKit SQLJoin.swift
[1837/2038] Compiling SQLKit SQLJoinMethod.swift
[1838/2038] Compiling SQLKit SQLLockingClause.swift
[1839/2038] Compiling SQLKit SQLOrderBy.swift
[1840/2038] Compiling SQLKit SQLReturning.swift
[1841/2038] Compiling SQLKit SQLSubquery.swift
[1842/2038] Compiling SQLKit SQLTableConstraintAlgorithm.swift
[1843/2038] Compiling SQLKit SQLAlterEnum.swift
[1844/2038] Compiling SQLKit SQLAlterTable.swift
[1845/2038] Compiling SQLKit SQLCreateEnum.swift
[1846/2038] Compiling SQLKit SQLCreateIndex.swift
[1847/2038] Compiling SQLKit SQLCreateTable.swift
[1848/2038] Compiling SQLKit SQLCreateTrigger.swift
[1849/2038] Compiling SQLKit SQLDelete.swift
[1850/2038] Compiling SQLKit SQLDropEnum.swift
[1851/2038] Compiling SQLKit SQLQueryBuilders+Deprecated.swift
[1852/2038] Compiling SQLKit Exports.swift
[1853/2038] Compiling SQLKit SQLAlias.swift
[1854/2038] Compiling SQLKit SQLBetween.swift
[1855/2038] Compiling SQLKit SQLColumn.swift
[1856/2038] Compiling SQLKit SQLConstraint.swift
[1857/2038] Compiling SQLKit SQLDataType.swift
[1858/2038] Compiling SQLKit SQLDirection.swift
[1859/2038] Compiling SQLKit SQLDistinct.swift
[1860/2038] Compiling SQLKit SQLForeignKeyAction.swift
[1861/2038] Compiling SQLKit SQLNestedSubpathExpression.swift
[1862/2038] Compiling SQLKit SQLQualifiedTable.swift
[1863/2038] Compiling SQLKit SQLQueryString.swift
[1864/2038] Compiling SQLiteNIO SQLiteRow.swift
[1865/2039] Compiling NIOTransportServices NIOTSBootstraps.swift
[1866/2039] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1868/2039] Compiling _NIOFileSystem SystemFileHandle.swift
[1869/2039] Compiling _NIOFileSystem Utilities.swift
[1870/2039] Compiling _NIOFileSystem OpenOptions.swift
[1871/2039] Compiling _NIOFileSystem String+FileSystem.swift
[1872/2039] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1873/2039] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1874/2039] Compiling NIOTransportServices AcceptHandler.swift
[1875/2039] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1876/2039] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1877/2039] Emitting module NIOTransportServices
[1879/2039] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1880/2039] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1882/2040] Compiling SQLiteNIO SQLiteDataConvertible.swift
[1886/2040] Wrapping AST for NIOFoundationCompat for debugging
[1888/2040] Compiling SQLiteNIO SQLiteDatabase.swift
[1889/2040] Compiling SQLiteNIO SQLiteDataType.swift
[1890/2040] Compiling SQLiteNIO SQLiteError.swift
[1891/2040] Emitting module NIOHTTP1
[1894/2041] Wrapping AST for NIOTransportServices for debugging
[1908/2041] Compiling NIOSSL NIOSSLSecureBytes.swift
[1909/2041] Compiling NIOSSL RNG.swift
[1910/2041] Compiling NIOSSL SafeCompare.swift
[1921/2041] Compiling SQLKit SQLExpressions+Deprecated.swift
[1935/2041] Emitting module SQLKit
[1936/2041] Compiling SQLiteNIO SQLiteStatement.swift
[1942/2041] Emitting module SQLiteNIO
[1944/2070] Emitting module NIOHTTPCompression
[1945/2070] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1946/2071] Compiling NIOWebSocket WebSocketOpcode.swift
[1947/2071] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1948/2071] Compiling NIOHPACK DynamicHeaderTable.swift
[1949/2071] Compiling NIOHPACK HPACKDecoder.swift
[1950/2071] Compiling NIOHPACK HPACKEncoder.swift
[1951/2071] Compiling NIOHPACK HPACKErrors.swift
[1952/2071] Emitting module NIOSSL
[1953/2075] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1954/2075] Compiling NIOWebSocket WebSocketFrame.swift
[1955/2075] Compiling NIOHTTPCompression HTTPDecompression.swift
[1960/2075] Compiling NIOHTTPCompression HTTPCompression.swift
[1961/2075] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1962/2075] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1963/2075] Emitting module NIOWebSocket
[1972/2076] Compiling NIOHPACK HPACKHeader.swift
[1973/2076] Compiling NIOHPACK HeaderTables.swift
[1976/2076] Compiling NIOHPACK IndexedHeaderTable.swift
[1977/2076] Compiling NIOHPACK IntegerCoding.swift
[1979/2077] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1980/2077] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1981/2077] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1982/2078] Compiling NIOHPACK StaticHeaderTable.swift
[1985/2078] Compiling NIOHPACK HuffmanTables.swift
[1987/2096] Compiling NIOHPACK HuffmanCoding.swift
[1988/2096] Emitting module NIOHPACK
[1989/2096] Compiling NIOExtras LineBasedFrameDecoder.swift
[1990/2096] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1991/2096] Compiling NIOExtras NIOExtrasError.swift
[1992/2096] Compiling NIOExtras PCAPRingBuffer.swift
[1993/2115] Compiling SQLKit SQLFunction.swift
[1994/2115] Compiling SQLKit SQLGroupExpression.swift
[1995/2115] Compiling SQLKit SQLIdentifier.swift
[1996/2115] Compiling SQLKit SQLList.swift
[1997/2115] Compiling SQLKit SQLLiteral.swift
[1998/2115] Compiling SQLKit SQLRaw.swift
[1999/2115] Compiling SQLKit SQLCodingUtilities.swift
[2000/2115] Compiling SQLKit SQLQueryEncoder.swift
[2001/2115] Compiling SQLKit SQLRow.swift
[2002/2115] Compiling SQLKit SQLRowDecoder.swift
[2003/2115] Compiling SQLKit SomeCodingKey.swift
[2004/2115] Compiling SQLKit StringHandling.swift
[2005/2116] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[2006/2116] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[2007/2118] Compiling MultipartKit MultipartError.swift
[2008/2118] Compiling MultipartKit Exports.swift
[2009/2118] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[2010/2118] Compiling MultipartKit BasicCodingKey.swift
[2012/2119] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[2013/2119] Compiling MultipartKit FormDataEncoder.swift
[2014/2119] Compiling MultipartKit Storage.swift
[2015/2119] Compiling MultipartKit MultipartFormData.swift
[2016/2119] Compiling MultipartKit FormDataDecoder.Decoder.swift
[2017/2119] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[2019/2119] Compiling MultipartKit MultipartParser.swift
[2020/2119] Compiling MultipartKit MultipartPart.swift
[2023/2119] Compiling NIOExtras UnsafeTransfer.swift
[2024/2119] Compiling NIOExtras WritePCAPHandler.swift
[2054/2123] Emitting module NIOExtras
[2055/2123] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[2056/2123] Compiling MultipartKit FormDataDecoder.swift
[2057/2123] Compiling MultipartKit FormDataEncoder.Encoder.swift
[2058/2210] Compiling FluentKit Database+Concurrency.swift
[2059/2210] Compiling FluentKit EnumBuilder+Concurrency.swift
[2060/2210] Compiling FluentKit Model+Concurrency.swift
[2061/2210] Emitting module MultipartKit
[2062/2210] Compiling FluentKit AsyncMigration.swift
[2063/2210] Compiling FluentKit AsyncModelMiddleware.swift
[2064/2210] Compiling FluentKit Children+Concurrency.swift
[2065/2268] Compiling NIOHTTP2 HasFlowControlWindows.swift
[2066/2268] Compiling NIOHTTP2 HasLocalSettings.swift
[2066/2268] Wrapping AST for SQLiteNIO for debugging
[2068/2268] Compiling NIOHTTP2 Error+Any.swift
[2069/2268] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[2070/2268] Compiling NIOHTTP2 ControlFrameBuffer.swift
[2071/2268] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[2072/2268] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[2073/2268] Compiling NIOHTTP2 ReceivingHeadersState.swift
[2074/2268] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[2075/2268] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[2076/2282] Compiling X509 CMSSignature.swift
[2077/2282] Compiling X509 CMSSignedData.swift
[2078/2282] Compiling X509 CMSSignerIdentifier.swift
[2079/2290] Compiling X509 CMSSignerInfo.swift
[2080/2290] Compiling X509 CMSVersion.swift
[2081/2290] Compiling X509 Curve25519+DER.swift
[2084/2365] Emitting module _NIOFileSystemFoundationCompat
[2084/2365] Wrapping AST for _NIOFileSystem for debugging
[2086/2367] Compiling X509 CMSEncapsulatedContentInfo.swift
[2087/2367] Compiling X509 CMSIssuerAndSerialNumber.swift
[2088/2367] Compiling X509 CMSOperations.swift
[2093/2375] Wrapping AST for _CryptoExtras for debugging
[2095/2375] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[2096/2375] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[2096/2376] Wrapping AST for SQLKit for debugging
[2098/2376] Emitting module NIOFileSystem
[2099/2376] Compiling NIOFileSystem Exports.swift
[2100/2376] Compiling X509 OrganizationName.swift
[2101/2376] Compiling X509 OrganizationalUnitName.swift
[2102/2378] Wrapping AST for NIOWebSocket for debugging
[2104/2378] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[2106/2378] Wrapping AST for NIOSSL for debugging
[2107/2378] Wrapping AST for NIOHTTPCompression for debugging
[2108/2378] Wrapping AST for NIOHTTP1 for debugging
[2109/2384] Wrapping AST for NIOHPACK for debugging
[2110/2385] Wrapping AST for NIOFileSystem for debugging
[2111/2386] Wrapping AST for NIOExtras for debugging
[2112/2386] Wrapping AST for MultipartKit for debugging
[2114/2386] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[2115/2386] Compiling WebSocketKit Exports.swift
[2116/2386] Emitting module WebSocketKit
[2117/2386] Compiling WebSocketKit WebSocketHandler.swift
[2118/2386] Compiling WebSocketKit WebSocket+Concurrency.swift
[2119/2386] Emitting module FluentKit
[2120/2398] Compiling X509 Signature.swift
[2121/2398] Compiling X509 SignatureAlgorithm.swift
[2122/2398] Compiling X509 AllOfPolicies.swift
[2123/2398] Compiling X509 AnyPolicy.swift
[2124/2398] Compiling X509 CertificateStore.swift
[2125/2398] Compiling X509 OneOfPolicies.swift
[2126/2398] Compiling X509 PolicyBuilder.swift
[2127/2398] Compiling X509 BasicConstraintsPolicy.swift
[2128/2398] Compiling X509 DNSNames.swift
[2129/2398] Compiling X509 DirectoryNames.swift
[2130/2398] Compiling X509 ExpiryPolicy.swift
[2131/2398] Compiling X509 IPConstraints.swift
[2132/2398] Compiling WebSocketKit WebSocket.swift
[2133/2398] Compiling WebSocketKit WebSocketClient.swift
[2134/2398] Compiling WebSocketKit WebSocket+Connect.swift
[2136/2399] Compiling X509 ExtensionIdentifiers.swift
[2137/2399] Compiling X509 KeyUsage.swift
[2138/2399] Compiling X509 NameConstraints.swift
[2139/2399] Compiling X509 SubjectAlternativeName.swift
[2140/2399] Compiling X509 SubjectKeyIdentifier.swift
[2141/2399] Compiling X509 Extension.swift
[2142/2399] Compiling X509 Extensions.swift
[2143/2399] Compiling X509 ExtensionsBuilder.swift
[2144/2399] Compiling X509 GeneralName.swift
[2145/2399] Compiling X509 Lock.swift
[2146/2399] Compiling X509 LockedValueBox.swift
[2147/2399] Compiling X509 BasicOCSPResponse.swift
[2147/2399] Wrapping AST for WebSocketKit for debugging
[2158/2399] Compiling X509 Digests.swift
[2159/2399] Compiling X509 DistinguishedName.swift
[2160/2399] Compiling X509 CommonName.swift
[2161/2399] Compiling X509 CountryName.swift
[2162/2399] Compiling NIOHTTP2 InboundWindowManager.swift
[2163/2399] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[2164/2399] Compiling NIOHTTP2 StreamChannelFlowController.swift
[2165/2399] Compiling NIOHTTP2 StreamChannelList.swift
[2166/2399] Compiling NIOHTTP2 StreamMap.swift
[2167/2399] Compiling NIOHTTP2 StreamStateMachine.swift
[2168/2399] Compiling NIOHTTP2 UnsafeTransfer.swift
[2169/2399] Compiling NIOHTTP2 WatermarkedFlowController.swift
[2170/2399] Compiling X509 CertificateVersion.swift
[2171/2399] Compiling X509 CMSAttribute.swift
[2172/2399] Compiling X509 CMSContentInfo.swift
[2173/2399] Compiling X509 OCSPCertID.swift
[2174/2399] Compiling X509 OCSPCertStatus.swift
[2175/2399] Compiling X509 OCSPExtensionID.swift
[2176/2399] Compiling X509 OCSPNonce.swift
[2177/2399] Compiling X509 OCSPPolicy.swift
[2178/2399] Compiling X509 OCSPTBSRequest.swift
[2179/2399] Compiling X509 OCSPVersion.swift
[2180/2399] Compiling X509 PKCS8PrivateKey.swift
[2181/2399] Compiling X509 PromiseAndFuture.swift
[2182/2399] Compiling X509 RDNAttribute.swift
[2183/2399] Compiling X509 RandomNumberGenerator+bytes.swift
[2184/2399] Compiling X509 RelativeDistinguishedName.swift
[2185/2399] Compiling X509 SEC1PrivateKey.swift
[2186/2399] Compiling X509 SecKeyWrapper.swift
[2191/2412] Emitting module NIOHTTP2
[2192/2412] Compiling FluentKit DatabaseQuery+Join.swift
[2193/2412] Compiling FluentKit DatabaseQuery+Range.swift
[2194/2412] Compiling FluentKit DatabaseQuery+Sort.swift
[2195/2412] Compiling FluentKit DatabaseQuery+Value.swift
[2196/2412] Compiling FluentKit DatabaseQuery.swift
[2197/2412] Compiling X509 TrustRootLoading.swift
[2198/2412] Compiling X509 UnverifiedChain.swift
[2199/2412] Compiling X509 VerificationDiagnostic.swift
[2200/2412] Compiling X509 Verifier.swift
[2201/2412] Compiling X509 VerifierPolicy.swift
[2202/2412] Compiling X509 AlgorithmIdentifier.swift
[2203/2412] Compiling X509 ECDSASignature.swift
[2204/2412] Compiling X509 DNBuilder.swift
[2205/2412] Compiling X509 DomainComponent.swift
[2206/2412] Compiling X509 EmailAddress.swift
[2207/2412] Compiling X509 LocalityName.swift
[2210/2412] Compiling X509 StateOrProvinceName.swift
[2211/2412] Compiling X509 StreetAddress.swift
[2212/2412] Compiling X509 Error.swift
[2213/2412] Compiling X509 AuthorityInformationAccess.swift
[2214/2412] Compiling X509 AuthorityKeyIdentifier.swift
[2215/2412] Compiling X509 BasicConstraints.swift
[2216/2412] Compiling X509 ExtendedKeyUsage.swift
[2217/2412] Compiling X509 CSRVersion.swift
[2218/2412] Compiling X509 CertificateSigningRequest.swift
[2219/2412] Compiling X509 CertificationRequestInfo.swift
[2220/2412] Compiling X509 ExtensionRequest.swift
[2221/2412] Compiling X509 Certificate.swift
[2222/2412] Compiling X509 CertificatePrivateKey.swift
[2223/2412] Compiling X509 CertificatePublicKey.swift
[2224/2412] Compiling X509 CertificateSerialNumber.swift
[2263/2412] Compiling X509 DirectoryString.swift
[2264/2412] Compiling X509 CSRAttribute.swift
[2265/2412] Compiling X509 CSRAttributes.swift
[2348/2414] Wrapping AST for FluentKit for debugging
[2350/2425] Wrapping AST for AsyncKit for debugging
[2352/2426] Compiling FluentSQL SQLList+Deprecated.swift
[2353/2434] Compiling FluentSQL SQLJSONColumnPath+Deprecated.swift
[2354/2434] Compiling SQLiteKit SQLiteConnectionSource.swift
[2355/2435] Emitting module FluentSQL
[2356/2435] Compiling FluentSQL SQLDatabase+Model+Concurrency.swift
[2357/2435] Compiling FluentSQL SQLDatabase+Model.swift
[2358/2435] Compiling FluentSQL DatabaseSchema+SQL.swift
[2359/2435] Compiling FluentSQL Exports.swift
[2360/2435] Compiling FluentSQL ConverterUtilities.swift
[2361/2435] Compiling FluentSQL DatabaseQuery+SQL.swift
[2362/2435] Emitting module SQLiteKit
[2363/2435] Compiling SQLiteKit SQLiteDialect.swift
[2364/2435] Compiling SQLiteKit SQLiteDataEncoder.swift
[2365/2435] Compiling SQLiteKit SQLiteDataDecoder.swift
[2366/2435] Emitting module X509
[2367/2435] Compiling SQLiteKit SQLiteRow+SQLRow.swift
[2368/2435] Compiling SQLiteKit SQLiteConfiguration.swift
[2369/2435] Compiling SQLiteKit Exports.swift
[2370/2435] Compiling SQLiteKit SQLiteConnection+SQLKit.swift
[2404/2436] Compiling FluentSQL SQLSchemaConverter.swift
[2406/2436] Compiling FluentSQL SQLQualifiedTable+Deprecated.swift
[2407/2436] Compiling FluentSQL SQLQueryConverter.swift
[2409/2438] Wrapping AST for SQLiteKit for debugging
[2410/2438] Wrapping AST for FluentSQL for debugging
[2412/2446] Compiling FluentSQLiteDriver SQLiteRow+Database.swift
[2413/2446] Compiling FluentSQLiteDriver SQLiteConverterDelegate.swift
[2414/2446] Compiling FluentSQLiteDriver SQLiteError+Database.swift
[2415/2446] Compiling FluentSQLiteDriver FluentSQLiteDriver.swift
[2416/2446] Emitting module FluentSQLiteDriver
[2417/2446] Compiling FluentSQLiteDriver FluentSQLiteConfiguration.swift
[2418/2446] Compiling FluentSQLiteDriver Exports.swift
[2419/2446] Compiling FluentSQLiteDriver FluentSQLiteDatabase.swift
[2420/2447] Wrapping AST for NIOHTTP2 for debugging
[2421/2507] Wrapping AST for FluentSQLiteDriver for debugging
[2430/2507] Compiling X509 RSAPKCS1PublicKey.swift
[2431/2507] Compiling X509 SubjectPublicKeyInfo.swift
[2432/2507] Compiling X509 TBSCertificate.swift
[2433/2507] Compiling X509 Time.swift
[2434/2507] Compiling X509 TimeCalculations.swift
[2435/2507] Compiling X509 Validity.swift
[2436/2508] Wrapping AST for X509 for debugging
[2438/2566] Emitting module AsyncHTTPClient
[2439/2574] Compiling JWTKit AudienceClaim.swift
[2440/2574] Compiling JWTKit BoolClaim.swift
[2441/2574] Compiling JWTKit ExpirationClaim.swift
[2442/2574] Compiling JWTKit GoogleHostedDomainClaim.swift
[2443/2574] Compiling JWTKit IDClaim.swift
[2444/2574] Compiling JWTKit IssuedAtClaim.swift
[2445/2574] Compiling JWTKit IssuerClaim.swift
[2446/2574] Compiling JWTKit JWTClaim.swift
[2447/2574] Compiling JWTKit JWTMultiValueClaim.swift
[2448/2574] Compiling AsyncHTTPClient RequestBag.swift
[2449/2574] Compiling AsyncHTTPClient RequestValidation.swift
[2450/2574] Compiling AsyncHTTPClient SSLContextCache.swift
[2451/2574] Compiling AsyncHTTPClient Scheme.swift
[2452/2574] Compiling AsyncHTTPClient Singleton.swift
[2453/2574] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2454/2574] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2455/2574] Compiling AsyncHTTPClient Utils.swift
[2456/2574] Compiling JWTKit JWK.swift
[2457/2574] Compiling JWTKit JWKIdentifier.swift
[2458/2574] Compiling JWTKit JWKS.swift
[2459/2574] Compiling JWTKit JWKSigner.swift
[2460/2574] Compiling JWTKit JWTAlgorithm.swift
[2461/2574] Compiling JWTKit JWTError.swift
[2462/2574] Compiling JWTKit JWTHeader+CommonFields.swift
[2463/2574] Compiling JWTKit JWTHeader.swift
[2464/2574] Compiling JWTKit JWTHeaderField.swift
[2465/2574] Compiling JWTKit JWTKeyCollection.swift
[2466/2574] Compiling JWTKit JWTParser.swift
[2467/2574] Compiling JWTKit JWTPayload.swift
[2468/2574] Compiling JWTKit JWTSerializer.swift
[2469/2574] Compiling JWTKit JWTSigner.swift
[2470/2574] Compiling JWTKit JWTKeyCollection+UnsecuredNone.swift
[2471/2574] Compiling JWTKit UnsecuredNoneSigner.swift
[2472/2574] Compiling JWTKit JWTKeyCollection+RSA.swift
[2473/2574] Compiling JWTKit RSA.swift
[2474/2574] Compiling JWTKit RSAError.swift
[2475/2574] Compiling JWTKit RSASigner.swift
[2476/2574] Compiling JWTKit Base64URL.swift
[2477/2574] Compiling JWTKit CryptoSigner.swift
[2478/2574] Compiling AsyncHTTPClient RedirectState.swift
[2479/2574] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2480/2574] Compiling JWTKit EdDSAError.swift
[2481/2574] Compiling JWTKit EdDSASigner.swift
[2482/2574] Compiling JWTKit JWTKeyCollection+EdDSA.swift
[2483/2574] Compiling JWTKit HMAC.swift
[2484/2574] Compiling JWTKit HMACError.swift
[2485/2574] Compiling JWTKit HMACSigner.swift
[2486/2574] Compiling JWTKit JWTKeyCollection+HMAC.swift
[2487/2574] Compiling JWTKit Insecure.swift
[2488/2574] Compiling JWTKit JWTUnixEpochClaim.swift
[2489/2574] Compiling JWTKit LocaleClaim.swift
[2490/2574] Compiling JWTKit NotBeforeClaim.swift
[2491/2574] Compiling JWTKit SubjectClaim.swift
[2492/2574] Compiling JWTKit TenantIDClaim.swift
[2493/2574] Compiling JWTKit ECDSA.swift
[2494/2574] Compiling JWTKit ECDSACurve.swift
[2495/2574] Compiling JWTKit ECDSACurveType.swift
[2496/2574] Compiling JWTKit ECDSAError.swift
[2497/2574] Compiling JWTKit ECDSAKeyTypes.swift
[2498/2574] Compiling JWTKit ECDSASigner.swift
[2499/2574] Compiling JWTKit ECDSASigningAlgorithm.swift
[2500/2574] Compiling JWTKit JWTKeyCollection+ECDSA.swift
[2501/2574] Compiling JWTKit P256+CurveType.swift
[2502/2574] Compiling JWTKit P384+CurveType.swift
[2503/2574] Compiling JWTKit P521+CurveType.swift
[2504/2574] Compiling JWTKit EdDSA.swift
[2505/2574] Compiling JWTKit EdDSACurve.swift
[2506/2575] Wrapping AST for AsyncHTTPClient for debugging
[2508/2757] Compiling SwiftSentry FatalError.swift
[2509/2758] Emitting module SwiftSentry
[2510/2758] Compiling Vapor ContentContainer.swift
[2511/2758] Compiling Vapor JSONCoder+Custom.swift
[2512/2758] Compiling Vapor JSONCoders+Content.swift
[2513/2758] Compiling Vapor PlaintextDecoder.swift
[2514/2758] Compiling Vapor PlaintextEncoder.swift
[2515/2758] Compiling Vapor URLQueryCoders.swift
[2516/2758] Compiling Vapor URLQueryContainer.swift
[2517/2758] Compiling Vapor Application.swift
[2518/2766] Compiling IndiePitcherSwift errors.swift
[2519/2766] Compiling IndiePitcherSwift responses.swift
[2520/2766] Compiling SwiftSentry SentryLogHandler.swift
[2521/2766] Compiling Vapor Running.swift
[2522/2766] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2523/2766] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2524/2766] Compiling Vapor DotEnvFile+load.swift
[2525/2766] Compiling Vapor Routes+caseInsenstive.swift
[2526/2766] Compiling Vapor Validatable+validate.swift
[2527/2766] Compiling Vapor Environment+Process.swift
[2528/2766] Compiling Vapor Environment+Secret.swift
[2529/2766] Compiling SwiftSentry UUIDHexadecimalEncoded.swift
[2530/2766] Emitting module JWTKit
[2531/2766] Compiling Vapor ResponseCodable+Concurrency.swift
[2532/2766] Compiling Vapor RoutesBuilder+Concurrency.swift
[2533/2766] Compiling Vapor ViewRenderer+Concurrency.swift
[2534/2766] Compiling Vapor WebSocket+Concurrency.swift
[2535/2766] Compiling Vapor ContainerGetPathExecutor.swift
[2536/2766] Compiling Vapor Content.swift
[2537/2766] Compiling Vapor ContentCoders.swift
[2538/2766] Compiling Vapor ContentConfiguration.swift
[2539/2766] Compiling Vapor AsyncBasicResponder.swift
[2540/2766] Compiling Vapor AsyncMiddleware.swift
[2541/2766] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2542/2766] Compiling Vapor AsyncSessionDriver.swift
[2543/2766] Compiling Vapor Authentication+Concurrency.swift
[2544/2766] Compiling Vapor Cache+Concurrency.swift
[2545/2766] Compiling Vapor Client+Concurrency.swift
[2546/2766] Compiling Vapor RequestBody+Concurrency.swift
[2547/2766] Compiling Vapor Responder+Concurrency.swift
[2548/2766] Compiling SwiftSentry LoggerHelpFunctions.swift
[2549/2766] Compiling SwiftSentry Sentry.swift
[2550/2766] Compiling SwiftSentry Event.swift
[2551/2766] Emitting module IndiePitcherSwift
[2552/2766] Compiling IndiePitcherSwift IndiePitcherSwift.swift
[2553/2766] Compiling SwiftSentry Dsn.swift
[2554/2766] Compiling SwiftSentry Envelope.swift
[2556/2767] Compiling IndiePitcherSwift dtos.swift
[2557/2768] Wrapping AST for SwiftSentry for debugging
[2558/2768] Wrapping AST for IndiePitcherSwift for debugging
[2560/2768] Compiling Vapor Application+Cache.swift
[2561/2768] Compiling Vapor Cache.swift
[2562/2768] Compiling Vapor CacheExpirationTime.swift
[2563/2768] Compiling Vapor MemoryCache.swift
[2564/2768] Compiling Vapor Request+Cache.swift
[2565/2768] Compiling Vapor Application+Clients.swift
[2566/2768] Compiling Vapor Client.swift
[2567/2768] Compiling Vapor ClientRequest.swift
[2568/2768] Compiling Vapor ClientResponse.swift
[2569/2768] Compiling Vapor Request+Client.swift
[2570/2768] Compiling Vapor BootCommand.swift
[2571/2768] Compiling Vapor CommandContext+Application.swift
[2572/2768] Compiling Vapor RoutesCommand.swift
[2573/2768] Compiling Vapor ServeCommand.swift
[2574/2768] Compiling Vapor AnyResponse+Concurrency.swift
[2575/2768] Compiling Vapor Core.swift
[2576/2768] Compiling Vapor AuthenticationCache.swift
[2577/2768] Compiling Vapor Authenticator.swift
[2578/2768] Compiling Vapor BasicAuthorization.swift
[2579/2768] Compiling Vapor BearerAuthorization.swift
[2580/2768] Compiling Vapor GuardMiddleware.swift
[2581/2768] Compiling Vapor RedirectMiddleware.swift
[2582/2768] Compiling Vapor SessionAuthenticatable.swift
[2583/2768] Compiling Vapor Bcrypt.swift
[2584/2768] Compiling JWTKit CustomizedJSONCoders.swift
[2585/2768] Compiling JWTKit Utilities.swift
[2586/2768] Compiling JWTKit AppleIdentityToken.swift
[2587/2768] Compiling JWTKit FirebaseAuthIdentityToken.swift
[2588/2768] Compiling JWTKit GoogleIdentityToken.swift
[2589/2768] Compiling JWTKit MicrosoftIdentityToken.swift
[2590/2768] Compiling JWTKit ValidationTimePayload.swift
[2591/2768] Compiling JWTKit X5CVerifier.swift
[2592/2769] Wrapping AST for JWTKit for debugging
[2618/2793] Compiling Vapor HTTPServerResponseEncoder.swift
[2619/2793] Compiling Vapor HTTPServerUpgradeHandler.swift
[2620/2793] Compiling Vapor Logger+Report.swift
[2621/2793] Compiling Vapor LoggingSystem+Environment.swift
[2622/2793] Compiling Vapor Application+Middleware.swift
[2623/2793] Compiling Vapor CORSMiddleware.swift
[2624/2793] Compiling Vapor ErrorMiddleware.swift
[2625/2793] Compiling Vapor FileMiddleware.swift
[2626/2793] Compiling Vapor Middleware.swift
[2627/2793] Compiling Vapor MiddlewareConfiguration.swift
[2628/2793] Compiling Vapor ResponseCompressionMiddleware.swift
[2629/2793] Compiling Vapor RouteLoggingMiddleware.swift
[2630/2793] Compiling Vapor TracingMiddleware.swift
[2631/2793] Compiling Vapor File+Multipart.swift
[2632/2793] Compiling Vapor FormDataDecoder+Content.swift
[2633/2793] Compiling Vapor FormDataEncoder+Content.swift
[2634/2793] Compiling Vapor Application+Password.swift
[2635/2793] Compiling Vapor Application+Passwords.swift
[2636/2793] Compiling Vapor AsyncPasswordHasher.swift
[2637/2793] Compiling Vapor BcryptHasher.swift
[2638/2793] Compiling Vapor PasswordHasher.swift
[2639/2793] Compiling Vapor PlaintextHasher.swift
[2640/2793] Compiling Vapor Request+Password.swift
[2641/2793] Compiling Vapor Redirect.swift
[2642/2817] Compiling Vapor Request+Body.swift
[2643/2817] Compiling Vapor Request+BodyStream.swift
[2644/2817] Compiling Vapor Request.swift
[2645/2817] Compiling Vapor Application+Responder.swift
[2646/2817] Compiling Vapor DefaultResponder.swift
[2647/2817] Compiling Vapor Response+Body.swift
[2648/2817] Compiling Vapor Response.swift
[2649/2817] Compiling Vapor ResponseCodable.swift
[2650/2817] Compiling Vapor Application+Routes.swift
[2651/2817] Compiling Vapor Parameters+Require.swift
[2652/2817] Compiling Vapor Request+WebSocket.swift
[2653/2817] Compiling Vapor Route.swift
[2654/2817] Compiling Vapor RouteCollection.swift
[2655/2817] Compiling Vapor Routes.swift
[2656/2817] Compiling Vapor RoutesBuilder+Group.swift
[2657/2817] Compiling Vapor RoutesBuilder+Method.swift
[2658/2817] Compiling Vapor RoutesBuilder+Middleware.swift
[2659/2817] Compiling Vapor RoutesBuilder+WebSocket.swift
[2660/2817] Compiling Vapor RoutesBuilder.swift
[2661/2817] Compiling Vapor OTP.swift
[2662/2817] Compiling Vapor Application+Servers.swift
[2663/2817] Compiling Vapor Server.swift
[2664/2817] Compiling Vapor App+Service.swift
[2665/2817] Compiling Vapor Req+Service.swift
[2666/2817] Compiling Vapor Service.swift
[2667/2817] Compiling Vapor Application+Sessions.swift
[2668/2817] Compiling Vapor MemorySessions.swift
[2669/2817] Compiling Vapor Request+Session.swift
[2670/2817] Compiling Vapor Session.swift
[2671/2817] Compiling Vapor SessionCache.swift
[2672/2817] Compiling Vapor SessionData.swift
[2673/2817] Compiling Vapor SessionDriver.swift
[2674/2817] Compiling Vapor SessionsConfiguration.swift
[2675/2817] Compiling Vapor SessionsMiddleware.swift
[2676/2817] Compiling Vapor URLEncodedFormData.swift
[2677/2817] Compiling Vapor URLEncodedFormDecoder.swift
[2678/2817] Compiling Vapor URLEncodedFormEncoder.swift
[2679/2817] Compiling Vapor URLEncodedFormError.swift
[2680/2817] Compiling Vapor URLEncodedFormParser.swift
[2681/2817] Compiling Vapor URLEncodedFormSerializer.swift
[2682/2817] Compiling Vapor URLQueryFragmentConvertible.swift
[2683/2817] Compiling Vapor AnyResponse.swift
[2684/2817] Compiling Vapor Array+Random.swift
[2685/2817] Compiling Vapor Base32.swift
[2686/2817] Compiling Vapor Base64.swift
[2687/2817] Compiling Vapor BaseN.swift
[2688/2817] Compiling Vapor BasicCodingKey.swift
[2689/2817] Compiling Vapor ByteCount.swift
[2690/2817] Emitting module Vapor
[2691/2817] Compiling Vapor Validator.swift
[2692/2817] Compiling Vapor ValidatorResult.swift
[2693/2817] Compiling Vapor And.swift
[2694/2817] Compiling Vapor Case.swift
[2695/2817] Compiling Vapor CharacterSet.swift
[2696/2817] Compiling Vapor Count.swift
[2697/2817] Compiling Vapor Custom.swift
[2698/2817] Compiling Vapor Email.swift
[2699/2817] Compiling Vapor Empty.swift
[2700/2817] Compiling Vapor In.swift
[2701/2817] Compiling Vapor Nil.swift
[2702/2817] Compiling Vapor NilIgnoring.swift
[2703/2817] Compiling Vapor Not.swift
[2704/2817] Compiling Vapor Or.swift
[2705/2817] Compiling Vapor Pattern.swift
[2706/2817] Compiling Vapor Range.swift
[2707/2817] Compiling Vapor URL.swift
[2708/2817] Compiling Vapor Valid.swift
[2709/2817] Compiling Vapor Application+Views.swift
[2710/2817] Compiling Vapor PlaintextRenderer.swift
[2711/2817] Compiling Vapor Request+View.swift
[2712/2817] Compiling Vapor View.swift
[2713/2817] Compiling Vapor ViewRenderer.swift
[2714/2817] Compiling Vapor _Deprecations.swift
[2715/2817] Compiling Vapor Bytes+Hex.swift
[2716/2817] Compiling Vapor Bytes+SecureCompare.swift
[2717/2817] Compiling Vapor Collection+Safe.swift
[2718/2817] Compiling Vapor DataProtocol+Copy.swift
[2719/2817] Compiling Vapor DecoderUnwrapper.swift
[2720/2817] Compiling Vapor DirectoryConfiguration.swift
[2721/2817] Compiling Vapor DotEnv.swift
[2722/2817] Compiling Vapor Extendable.swift
[2723/2817] Compiling Vapor File.swift
[2724/2817] Compiling Vapor FileIO.swift
[2725/2817] Compiling Vapor LifecycleHandler.swift
[2726/2817] Compiling Vapor OptionalType.swift
[2727/2817] Compiling Vapor RFC1123.swift
[2728/2817] Compiling Vapor SocketAddress+Hostname.swift
[2729/2817] Compiling Vapor Storage.swift
[2730/2817] Compiling Vapor String+IsIPAddress.swift
[2731/2817] Compiling Vapor Thread.swift
[2732/2817] Compiling Vapor URI.swift
[2733/2817] Compiling Vapor RangeResult.swift
[2734/2817] Compiling Vapor Validatable.swift
[2735/2817] Compiling Vapor Validation.swift
[2736/2817] Compiling Vapor ValidationKey.swift
[2737/2817] Compiling Vapor Validations.swift
[2738/2817] Compiling Vapor ValidationsError.swift
[2780/2817] Compiling Vapor Application+HTTP.swift
[2781/2817] Compiling Vapor BasicResponder.swift
[2782/2817] Compiling Vapor BodyStream.swift
[2783/2817] Compiling Vapor Application+HTTP+Client.swift
[2784/2817] Compiling Vapor EventLoopHTTPClient.swift
[2785/2817] Compiling Vapor EndpointCache.swift
[2786/2817] Compiling Vapor HTTPMethod+String.swift
[2787/2817] Compiling Vapor HTTPStatus.swift
[2788/2817] Compiling Vapor HTTPCookies.swift
[2789/2817] Compiling Vapor HTTPHeaderCacheControl.swift
[2790/2817] Compiling Vapor HTTPHeaderExpires.swift
[2791/2817] Compiling Vapor HTTPHeaderLastModified.swift
[2792/2817] Compiling Vapor HTTPHeaders+Cache.swift
[2793/2817] Compiling Vapor HTTPHeaders+Connection.swift
[2794/2817] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2795/2817] Compiling Vapor HTTPHeaders+ContentRange.swift
[2796/2817] Compiling Vapor HTTPHeaders+Directive.swift
[2797/2817] Compiling Vapor HTTPHeaders+Forwarded.swift
[2798/2817] Compiling Vapor HTTPHeaders+Link.swift
[2799/2817] Compiling Vapor HTTPHeaders+Name.swift
[2800/2817] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2801/2817] Compiling Vapor HTTPHeaders.swift
[2802/2817] Compiling Vapor HTTPMediaType.swift
[2803/2817] Compiling Vapor HTTPMediaTypePreference.swift
[2804/2817] Compiling Vapor Responder.swift
[2805/2817] Compiling Vapor Application+HTTP+Server.swift
[2806/2817] Compiling Vapor HTTPServer.swift
[2807/2817] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2808/2817] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2809/2817] Compiling Vapor HTTPServerHandler.swift
[2810/2817] Compiling Vapor HTTPServerRequestDecoder.swift
[2811/2818] Wrapping AST for Vapor for debugging
[2813/2851] Compiling MixpanelVapor Request+Mixpanel.swift
[2814/2851] Compiling Fluent FluentProvider+Concurrency.swift
[2815/2851] Compiling Fluent ModelCredentialsAuthenticatable+Concurrency.swift
[2816/2851] Compiling MixpanelVapor Application+Mixpanel.swift
[2817/2851] Emitting module MixpanelVapor
[2818/2853] Emitting module Fluent
[2819/2853] Compiling MixpanelVapor Constants.swift
[2820/2853] Compiling MixpanelVapor LifecycleHandler.swift
[2821/2853] Compiling Fluent ModelAuthenticatable.swift
[2822/2853] Compiling Fluent ModelCredentialsAuthenticatable.swift
[2823/2853] Compiling Fluent Exports.swift
[2824/2853] Compiling Fluent Fluent+Cache.swift
[2825/2853] Compiling Fluent Pagination+Concurrency.swift
[2826/2853] Compiling Fluent Sessions+Concurrency.swift
[2827/2853] Compiling MixpanelVapor MixpanelVapor.swift
[2828/2853] Compiling MixpanelVapor MixpanelProperty.swift
[2829/2853] Compiling Fluent Fluent+History.swift
[2830/2853] Compiling Fluent Fluent+Paginate.swift
[2831/2853] Compiling Fluent ModelTokenAuthenticatable.swift
[2832/2853] Compiling Fluent PageLimit.swift
[2833/2853] Compiling Fluent FluentProvider.swift
[2834/2853] Compiling Fluent MigrateCommand.swift
[2835/2853] Compiling Fluent Fluent+Pagination.swift
[2836/2853] Compiling Fluent Fluent+Sessions.swift
[2838/2854] Compiling JWT JWTAuthenticator.swift
[2839/2854] Compiling MixpanelVapor BatchLogRecordProcessor.swift
[2840/2854] Compiling JWT JWTError+Vapor.swift
[2841/2856] Wrapping AST for Fluent for debugging
[2843/2856] Compiling JWT JWT+Microsoft.swift
[2844/2856] Compiling JWT Request+JWT.swift
[2849/2856] Emitting module JWT
[2850/2856] Compiling JWT JWT+FirebaseAuth.swift
[2851/2856] Compiling JWT JWT+Google.swift
[2851/2857] Wrapping AST for MixpanelVapor for debugging
[2853/2857] Wrapping AST for JWT for debugging
[2855/2874] Compiling App CreateOrganization.swift
[2856/2874] Compiling App CreateOrganizationInvite.swift
[2857/2874] Compiling App CreateProfile.swift
[2858/2876] Compiling App SkippableEncoding.swift
[2859/2876] Compiling App configure.swift
[2860/2876] Compiling App AnalyticsService.swift
[2861/2876] Compiling App EmailService.swift
[2862/2876] Compiling App CreateProfileOrganizationRole.swift
[2863/2876] Compiling App FIeldKeys.swift
[2864/2876] Compiling App Organization.swift
[2865/2876] Compiling App OrganizationInvite.swift
[2866/2876] Compiling App Profile.swift
[2867/2876] Compiling App ProfileOrganizationRole.swift
[2868/2876] Compiling App entrypoint.swift
[2869/2876] Compiling App routes.swift
[2870/2876] Emitting module App
[2871/2876] Compiling App FirebaseAuth.swift
[2872/2876] Compiling App OrganizationController.swift
[2873/2876] Compiling App ProfileController.swift
[2874/2877] Wrapping AST for App for debugging
[2875/2877] Write Objects.LinkFileList
[2876/2877] Linking App
Build complete! (380.98s)
Build complete.
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.83.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "fluent",
"requirement" : {
"range" : [
{
"lower_bound" : "4.8.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent.git"
},
{
"identity" : "fluent-sqlite-driver",
"requirement" : {
"range" : [
{
"lower_bound" : "4.6.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/fluent-sqlite-driver.git"
},
{
"identity" : "jwt",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/jwt.git"
},
{
"identity" : "swift-sentry",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/petrpavlik/swift-sentry.git"
},
{
"identity" : "mixpanelvapor",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/petrpavlik/MixpanelVapor.git"
},
{
"identity" : "indiepitcher-swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/IndiePitcher/indiepitcher-swift.git"
}
],
"manifest_display_name" : "SaasTemplate",
"name" : "SaasTemplate",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "App",
"targets" : [
"App"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "AppTests",
"module_type" : "SwiftTarget",
"name" : "AppTests",
"path" : "Tests/AppTests",
"product_dependencies" : [
"VaporTesting"
],
"sources" : [
"AppTests.swift",
"Request+FirebaseUser.swift"
],
"target_dependencies" : [
"App"
],
"type" : "test"
},
{
"c99name" : "App",
"module_type" : "SwiftTarget",
"name" : "App",
"path" : "Sources/App",
"product_dependencies" : [
"Fluent",
"FluentSQLiteDriver",
"Vapor",
"JWT",
"SwiftSentry",
"MixpanelVapor",
"IndiePitcherSwift"
],
"product_memberships" : [
"App"
],
"sources" : [
"Auth/FirebaseAuth.swift",
"Controllers/OrganizationController.swift",
"Controllers/ProfileController.swift",
"Migrations/CreateOrganization.swift",
"Migrations/CreateOrganizationInvite.swift",
"Migrations/CreateProfile.swift",
"Migrations/CreateProfileOrganizationRole.swift",
"Models/FIeldKeys.swift",
"Models/Organization.swift",
"Models/OrganizationInvite.swift",
"Models/Profile.swift",
"Models/ProfileOrganizationRole.swift",
"Services/AnalyticsService.swift",
"Services/EmailService.swift",
"Utils/SkippableEncoding.swift",
"configure.swift",
"entrypoint.swift",
"routes.swift"
],
"type" : "executable"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.