Build Information
Successful build of VHX, reference master (203e49
), with Swift 6.1 for Android on 30 May 2025 02:29:49 UTC.
Swift 6 data race errors: 7
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RussBaz/VaporHX.git
Reference: master
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/RussBaz/VaporHX
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 203e490 Further improved the docs and updated the dependencies
Cloned https://github.com/RussBaz/VaporHX.git
Revision (git rev-parse @):
203e490e20022949e10bb13a0dbdb767d027f70d
SUCCESS checkout https://github.com/RussBaz/VaporHX.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/RussBaz/VaporHX.git
https://github.com/RussBaz/VaporHX.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.107.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "leaf",
"requirement" : {
"range" : [
{
"lower_bound" : "4.4.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/leaf.git"
}
],
"manifest_display_name" : "VHX",
"name" : "VHX",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "VHX",
"targets" : [
"VHX"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Demo",
"targets" : [
"Demo"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "VHXTests",
"module_type" : "SwiftTarget",
"name" : "VHXTests",
"path" : "Tests/VHXTests",
"product_dependencies" : [
"XCTVapor",
"Vapor",
"Leaf"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/VHXTests/Views",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"VHXTests.swift"
],
"target_dependencies" : [
"VHX"
],
"type" : "test"
},
{
"c99name" : "VHX",
"module_type" : "SwiftTarget",
"name" : "VHX",
"path" : "Sources/VHX",
"product_dependencies" : [
"Vapor",
"Leaf"
],
"product_memberships" : [
"VHX",
"Demo"
],
"sources" : [
"Htmx/Abort+HX.swift",
"Htmx/Application+HtmxConfiguration.swift",
"Htmx/Array+HXResponseHeaderAddable.swift",
"Htmx/Content+HX.swift",
"Htmx/HTTPHeaders+HXRequestHeaders.swift",
"Htmx/HTTPStatus+HX.swift",
"Htmx/HX.swift",
"Htmx/HXBasicLeafTemplate.swift",
"Htmx/HXConfiguration.swift",
"Htmx/HXError.swift",
"Htmx/HXLeafSource.swift",
"Htmx/HXRedirect.swift",
"Htmx/HXRequestHeaders.swift",
"Htmx/HXResponseConfiguration.swift",
"Htmx/HXResponseHeaderAddable.swift",
"Htmx/HXTemplateable.swift",
"Htmx/Htmx.swift",
"Htmx/ReponseHeaders/HXLocationHeader.swift",
"Htmx/ReponseHeaders/HXPushUrlHeader.swift",
"Htmx/ReponseHeaders/HXRedirectHeader.swift",
"Htmx/ReponseHeaders/HXRefreshHeader.swift",
"Htmx/ReponseHeaders/HXReplaceUrlHeader.swift",
"Htmx/ReponseHeaders/HXReselectHeader.swift",
"Htmx/ReponseHeaders/HXResponseHeaders.swift",
"Htmx/ReponseHeaders/HXReswapHeader.swift",
"Htmx/ReponseHeaders/HXRetargetHeader.swift",
"Htmx/ReponseHeaders/HXTriggerHeader.swift",
"Htmx/Request+Htmx.swift",
"Htmx/Response+AddHeaders.swift",
"Localisation/Application+Language.swift",
"Localisation/HTTPHeaders+Language.swift",
"Localisation/HXLangaugeHeader.swift",
"Localisation/HXLocalisable.swift",
"Localisation/HXLocalisation.swift",
"Localisation/HXRequestLocalisation.swift",
"Localisation/Request+Langauge.swift",
"MIddlewares/HXErrorMiddleware.swift",
"Tags/HXTextTag.swift",
"Utils/Date+CustomInterval.swift",
"Utils/Request+BaseUrl.swift",
"Utils/String+View.swift",
"VHX.swift"
],
"type" : "library"
},
{
"c99name" : "Demo",
"module_type" : "SwiftTarget",
"name" : "Demo",
"path" : "Sources/Demo",
"product_dependencies" : [
"Leaf",
"Vapor"
],
"product_memberships" : [
"Demo"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/Demo/Public",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/Demo/Views",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Controllers/ActiveSearch.swift",
"Controllers/BulkUpdate.swift",
"Controllers/CascadingSelects.swift",
"Controllers/ClickToEdit.swift",
"Controllers/ClickToLoad.swift",
"Controllers/DeleteRow.swift",
"Controllers/InfiniteScroll.swift",
"Controllers/LazyLoading.swift",
"configure.swift",
"entrypoint.swift",
"routes.swift"
],
"target_dependencies" : [
"VHX"
],
"type" : "executable"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/vapor/leaf.git
[1/3956] Fetching leaf
Fetched https://github.com/vapor/leaf.git from cache (0.35s)
[1/74378] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.81s)
Computing version for https://github.com/vapor/leaf.git
Computed https://github.com/vapor/leaf.git at 4.5.0 (3.58s)
Fetching https://github.com/vapor/leaf-kit.git
Fetching https://github.com/apple/swift-algorithms.git
[1/4938] Fetching leaf-kit
[4939/10897] Fetching leaf-kit, swift-algorithms
Fetched https://github.com/vapor/leaf-kit.git from cache (0.62s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.62s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.83s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.48s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (1.35s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-atomics.git
[1/1063] Fetching swift-service-context
[1064/4382] Fetching swift-service-context, multipart-kit
[1894/6588] Fetching swift-service-context, multipart-kit, swift-metrics
[3265/9197] Fetching swift-service-context, multipart-kit, swift-metrics, websocket-kit
[4285/14171] Fetching swift-service-context, multipart-kit, swift-metrics, websocket-kit, swift-distributed-tracing
[4913/15881] Fetching swift-service-context, multipart-kit, swift-metrics, websocket-kit, swift-distributed-tracing, swift-atomics
Fetched https://github.com/apple/swift-service-context.git from cache (0.44s)
Fetched https://github.com/apple/swift-metrics.git from cache (0.46s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.56s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.62s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.62s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
[1628/7155] Fetching multipart-kit, swift-log
[2626/13069] Fetching multipart-kit, swift-log, swift-nio-extras
[9249/24596] Fetching multipart-kit, swift-log, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-log.git from cache (0.54s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.53s)
[4279/14846] Fetching multipart-kit, swift-nio-http2
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-crypto.git
[4510/29689] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl
[9947/105797] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio
[16018/126524] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit
[24018/140460] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit, swift-crypto
Fetched https://github.com/vapor/multipart-kit.git from cache (2.09s)
[56717/137141] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, routing-kit, swift-crypto
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.70s)
[63356/125614] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto
Fetching https://github.com/vapor/async-kit.git
[108872/127984] Fetching swift-nio-ssl, swift-nio, routing-kit, swift-crypto, async-kit
Fetched https://github.com/vapor/routing-kit.git from cache (3.01s)
Fetching https://github.com/swift-server/async-http-client.git
[91275/107257] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-kit
[91276/112904] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-kit, console-kit
[94768/98968] Fetching swift-nio-ssl, swift-nio, async-kit, console-kit
Fetched https://github.com/apple/swift-crypto.git from cache (3.24s)
Fetched https://github.com/vapor/async-kit.git from cache (2.02s)
[95076/96598] Fetching swift-nio-ssl, swift-nio, console-kit
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.67s)
[81755/81755] Fetching swift-nio, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (2.30s)
[1/14014] Fetching async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (2.18s)
Fetched https://github.com/apple/swift-nio.git from cache (5.87s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (7.05s)
Computing version for https://github.com/vapor/leaf-kit.git
Computed https://github.com/vapor/leaf-kit.git at 1.13.1 (0.56s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.46s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.49s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.81s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.34s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/16591] Fetching swift-collections
[665/20982] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.01s)
Fetched https://github.com/apple/swift-collections.git from cache (1.03s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.58s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.54s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.33s)
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.95s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.57s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.93s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.99s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
[1/904] Fetching swift-http-types
[905/3330] Fetching swift-http-types, swift-service-lifecycle
[1973/9485] Fetching swift-http-types, swift-service-lifecycle, swift-certificates
[3824/14470] Fetching swift-http-types, swift-service-lifecycle, swift-certificates, swift-async-algorithms
[4059/15611] Fetching swift-http-types, swift-service-lifecycle, swift-certificates, swift-async-algorithms, swift-http-structured-headers
[10565/17201] Fetching swift-http-types, swift-service-lifecycle, swift-certificates, swift-async-algorithms, swift-http-structured-headers, swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.53s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.55s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.56s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.56s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.56s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.56s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.60s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.71s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.57s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (1.80s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.66s)
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.54s)
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.49s)
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.03s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.94s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.92s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.86s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.88s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.69s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.70s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.61s)
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/leaf-kit.git
Working copy of https://github.com/vapor/leaf-kit.git resolved at 1.13.1
Creating working copy for https://github.com/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/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/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/vapor/leaf.git
Working copy of https://github.com/vapor/leaf.git resolved at 4.5.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-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-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-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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/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/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Building for debugging...
[0/892] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1/892] Write swift-version-24593BA9C3E375BF.txt
[2/892] Write sources
[3/892] Compiling _NumericsShims _NumericsShims.c
[4/892] Write sources
[8/892] Compiling a_dup.cc
[9/892] Compiling a_d2i_fp.cc
[10/892] Compiling a_bitstr.cc
[11/892] Write sources
[13/892] Copying Views
[14/892] Copying Public
[15/892] Write sources
[22/894] Compiling _AtomicsShims.c
[23/895] Compiling a_utctm.cc
[23/895] Write sources
[59/896] Compiling a_gentm.cc
[60/897] Compiling a_i2d_fp.cc
[61/898] Compiling a_bool.cc
[62/907] Compiling CVaporBcrypt blf.c
[63/911] Compiling CVaporBcrypt bcrypt.c
[64/933] Compiling CSystem shims.c
[65/933] Compiling CNIOWindows shim.c
[67/933] Emitting module ServiceContextModule
[68/961] Emitting module _NIOBase64
[69/961] Emitting module InternalCollectionsUtilities
[70/962] Emitting module SystemPackage
[71/965] Compiling SystemPackage MachPort.swift
[72/965] Compiling SystemPackage PlatformString.swift
[73/965] Compiling SystemPackage SystemString.swift
[74/965] Compiling SystemPackage FileOperations.swift
[75/965] Compiling SystemPackage FilePath.swift
[76/965] Emitting module RealModule
[77/965] Compiling RealModule ElementaryFunctions.swift
[78/965] Compiling RealModule Float+Real.swift
[79/965] Compiling CoreMetrics Metrics.swift
[80/966] Compiling _NIOBase64 Base64.swift
[81/967] Compiling SystemPackage Errno.swift
[82/967] Compiling SystemPackage ErrnoWindows.swift
[83/967] Compiling SystemPackage FileDescriptor.swift
[84/967] Compiling SystemPackage FileHelpers.swift
[85/967] Compiling RealModule Real.swift
[86/967] Compiling SystemPackage FilePathComponentView.swift
[87/967] Compiling SystemPackage FilePathComponents.swift
[88/967] Compiling SystemPackage FilePathParsing.swift
[89/967] Compiling SystemPackage FilePathString.swift
[90/967] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[91/967] Compiling SystemPackage FilePathSyntax.swift
[92/967] Compiling SystemPackage FilePathTemp.swift
[93/967] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[102/967] Compiling RealModule Float16+Real.swift
[103/967] Compiling RealModule Float80+Real.swift
[104/967] Compiling _NIODataStructures Heap.swift
[105/967] Emitting module _NIODataStructures
[106/967] Compiling RealModule RealFunctions.swift
[107/967] Compiling ServiceContextModule ServiceContext.swift
[108/967] Compiling ServiceContextModule ServiceContextKey.swift
[113/969] Compiling _NIODataStructures _TinyArray.swift
[114/970] Compiling _NIODataStructures PriorityQueue.swift
[116/971] Compiling SystemPackage Util+StringArray.swift
[117/971] Compiling SystemPackage Util.swift
[118/971] Compiling SystemPackage UtilConsumers.swift
[122/971] Compiling CNIOWindows WSAStartup.c
[123/971] Compiling CNIOWASI CNIOWASI.c
[124/971] Wrapping AST for _NIOBase64 for debugging
[125/971] Wrapping AST for _NIODataStructures for debugging
[127/1011] Compiling HeapModule Heap+Invariants.swift
[128/1183] Compiling Instrumentation NoOpInstrument.swift
[129/1183] Compiling HeapModule Heap+Descriptions.swift
[130/1183] Compiling Instrumentation MultiplexInstrument.swift
[131/1183] Compiling HeapModule Heap.swift
[132/1183] Compiling HeapModule _HeapNode.swift
[133/1183] Compiling Instrumentation Instrument.swift
[134/1183] Emitting module Instrumentation
[135/1183] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[136/1183] Compiling HeapModule Heap+UnsafeHandle.swift
[137/1183] Compiling HashTreeCollections TreeSet+Hashable.swift
[138/1183] Compiling HashTreeCollections TreeSet+Sendable.swift
[139/1183] Compiling HashTreeCollections TreeSet+Sequence.swift
[140/1183] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[141/1183] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[142/1183] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[143/1183] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[144/1183] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[145/1183] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[146/1183] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[147/1193] Emitting module HeapModule
[149/1194] Compiling HashTreeCollections TreeDictionary.swift
[150/1194] Compiling HashTreeCollections TreeSet+Codable.swift
[151/1194] Compiling HashTreeCollections TreeSet+Collection.swift
[152/1194] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[153/1194] Compiling HashTreeCollections TreeSet+Debugging.swift
[154/1194] Compiling HashTreeCollections TreeSet+Descriptions.swift
[155/1194] Compiling HashTreeCollections TreeSet+Equatable.swift
[156/1194] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[157/1194] Compiling HashTreeCollections TreeSet+Extras.swift
[158/1194] Compiling HashTreeCollections TreeSet+Filter.swift
[159/1194] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[160/1194] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[161/1194] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[162/1194] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[163/1194] Compiling HashTreeCollections _HashNode.swift
[164/1194] Compiling HashTreeCollections _HashNodeHeader.swift
[165/1194] Compiling HashTreeCollections _HashSlot.swift
[166/1216] Compiling HashTreeCollections TreeDictionary+Collection.swift
[167/1216] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[168/1216] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[169/1216] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[170/1216] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[171/1216] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[172/1216] Compiling HashTreeCollections _HashNode+Structural union.swift
[173/1216] Compiling DequeModule Deque+Codable.swift
[174/1216] Compiling DequeModule Deque+Collection.swift
[175/1216] Compiling DequeModule Deque+CustomReflectable.swift
[176/1216] Compiling DequeModule Deque+Descriptions.swift
[177/1216] Compiling DequeModule Deque+Equatable.swift
[178/1216] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[179/1216] Compiling DequeModule Deque+Testing.swift
[180/1216] Compiling DequeModule Deque._Storage.swift
[183/1218] Compiling HashTreeCollections _HashNode+Storage.swift
[184/1218] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[185/1218] Compiling HashTreeCollections _HashNode+Structural filter.swift
[186/1218] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[187/1218] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[188/1218] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[189/1218] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[190/1218] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[193/1218] Emitting module CoreMetrics
[194/1218] Compiling CoreMetrics Locks.swift
[195/1219] Compiling Logging MetadataProvider.swift
[196/1219] Compiling HashTreeCollections _HashNode+Structural merge.swift
[197/1219] Compiling HashTreeCollections _HashTreeIterator.swift
[198/1219] Compiling HashTreeCollections _HashTreeStatistics.swift
[199/1219] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[200/1219] Compiling HashTreeCollections _RawHashNode.swift
[201/1219] Compiling HashTreeCollections _UnmanagedHashNode.swift
[202/1219] Compiling HashTreeCollections _UnsafePath.swift
[203/1219] Compiling HashTreeCollections TreeDictionary+Codable.swift
[204/1219] Compiling DequeModule Deque._UnsafeHandle.swift
[205/1219] Compiling DequeModule Deque.swift
[206/1219] Compiling DequeModule Deque+Extras.swift
[207/1219] Compiling DequeModule Deque+Hashable.swift
[208/1219] Compiling DequeModule _DequeBuffer.swift
[209/1219] Compiling DequeModule _DequeBufferHeader.swift
[210/1219] Compiling DequeModule _DequeSlot.swift
[211/1219] Compiling DequeModule _UnsafeWrappedBuffer.swift
[212/1219] Emitting module Logging
[213/1219] Compiling Logging Locks.swift
[214/1219] Compiling Instrumentation Locks.swift
[215/1219] Compiling Instrumentation InstrumentationSystem.swift
[216/1219] Compiling HashTreeCollections TreeDictionary+Keys.swift
[217/1219] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[218/1219] Compiling HashTreeCollections TreeDictionary+Merge.swift
[219/1219] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[228/1220] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[229/1220] Compiling HashTreeCollections TreeDictionary+Values.swift
[230/1220] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[231/1220] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[235/1221] Compiling Logging Logging.swift
[236/1221] Compiling Logging LogHandler.swift
[237/1221] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[238/1221] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[239/1221] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[240/1221] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[241/1221] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[242/1221] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[243/1221] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[244/1221] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[245/1221] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[246/1221] Compiling HashTreeCollections TreeSet.swift
[249/1230] Wrapping AST for ServiceContextModule for debugging
[250/1230] Wrapping AST for SystemPackage for debugging
[251/1238] Wrapping AST for RealModule for debugging
[255/1238] Compiling Tracing TracingTime.swift
[255/1238] Wrapping AST for Logging for debugging
[258/1238] Wrapping AST for InternalCollectionsUtilities for debugging
[264/1238] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[265/1238] Compiling OrderedCollections OrderedSet.swift
[266/1238] Compiling OrderedCollections _UnsafeBitset.swift
[272/1247] Wrapping AST for Instrumentation for debugging
[273/1247] Wrapping AST for HeapModule for debugging
[275/1247] Compiling Tracing InstrumentationSystem+Tracing.swift
[276/1247] Compiling Tracing TracerProtocol.swift
[277/1247] Emitting module Tracing
[278/1247] Compiling Tracing TracerProtocol+Legacy.swift
[278/1247] Wrapping AST for CoreMetrics for debugging
[280/1247] Compiling Tracing Tracer.swift
[280/1247] Compiling CNIOSHA1 c_nio_sha1.c
[287/1247] Compiling OrderedCollections OrderedSet+Sendable.swift
[288/1247] Compiling OrderedCollections OrderedSet+SubSequence.swift
[289/1247] Compiling OrderedCollections OrderedSet+Testing.swift
[290/1247] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[338/1247] Compiling RoutingKit PathComponent.swift
[338/1247] Compiling CNIOLinux shim.c
[339/1247] Compiling CNIOLinux liburing_shims.c
[341/1247] Emitting module OrderedCollections
[342/1247] Compiling RoutingKit Router.swift
[343/1247] Compiling RoutingKit TrieRouter.swift
[353/1248] Emitting module DequeModule
[354/1249] Compiling Tracing NoOpTracer.swift
[355/1249] Compiling Tracing SpanProtocol.swift
[358/1250] Compiling CNIOLLHTTP c_nio_http.c
[359/1250] Compiling CNIOLLHTTP c_nio_llhttp.c
[360/1250] Compiling CNIOExtrasZlib empty.c
[361/1250] Wrapping AST for DequeModule for debugging
[362/1250] Wrapping AST for Tracing for debugging
[363/1250] Compiling CNIODarwin shim.c
[364/1250] Compiling CNIOLLHTTP c_nio_api.c
[365/1250] Wrapping AST for OrderedCollections for debugging
[376/1250] Compiling fiat_p256_adx_sqr.S
[377/1250] Compiling fiat_p256_adx_mul.S
[378/1250] Compiling fiat_curve25519_adx_square.S
[379/1250] Compiling fiat_curve25519_adx_mul.S
[381/1250] Emitting module Metrics
[382/1250] Compiling Metrics Metrics.swift
[383/1251] Compiling RoutingKit AnyRouter.swift
[384/1251] Compiling RoutingKit Parameters.swift
[385/1251] Emitting module RoutingKit
[385/1252] Compiling CNIOBoringSSLShims shims.c
[387/1252] Emitting module HashTreeCollections
[390/1252] Emitting module _RopeModule
[445/1252] Wrapping AST for Metrics for debugging
[447/1253] Wrapping AST for RoutingKit for debugging
[448/1253] Compiling tls_record.cc
[450/1253] Compiling _RopeModule Rope+Join.swift
[451/1253] Compiling _RopeModule Rope+MutatingForEach.swift
[452/1253] Compiling _RopeModule Rope+Remove.swift
[453/1253] Compiling _RopeModule Rope+RemoveSubrange.swift
[454/1253] Compiling _RopeModule Rope+Split.swift
[455/1253] Compiling _RopeModule Optional Utilities.swift
[456/1253] Compiling _RopeModule String Utilities.swift
[457/1253] Compiling _RopeModule String.Index+ABI.swift
[458/1253] Compiling _RopeModule _CharacterRecognizer.swift
[459/1254] Wrapping AST for _RopeModule for debugging
[460/1254] Wrapping AST for HashTreeCollections for debugging
[461/1254] Compiling tls13_server.cc
[462/1254] Compiling tls_method.cc
[463/1254] Compiling tls13_enc.cc
[464/1254] Compiling t1_enc.cc
[465/1254] Compiling tls13_client.cc
[466/1254] Compiling ssl_x509.cc
[467/1254] Compiling tls13_both.cc
[468/1254] Compiling ssl_versions.cc
[469/1254] Compiling ssl_session.cc
[470/1254] Compiling ssl_transcript.cc
[471/1254] Compiling ssl_key_share.cc
[472/1254] Compiling ssl_privkey.cc
[473/1254] Compiling ssl_stat.cc
[474/1254] Compiling ssl_file.cc
[475/1254] Compiling ssl_credential.cc
[476/1254] Compiling ssl_lib.cc
[477/1254] Compiling ssl_cipher.cc
[478/1254] Compiling ssl_buffer.cc
[479/1254] Compiling ssl_cert.cc
[480/1254] Compiling ssl_asn1.cc
[481/1254] Compiling ssl_aead_ctx.cc
[482/1254] Compiling s3_pkt.cc
[483/1254] Compiling s3_both.cc
[484/1254] Compiling s3_lib.cc
[485/1254] Compiling handshake_server.cc
[486/1254] Compiling encrypted_client_hello.cc
[487/1254] Compiling handoff.cc
[488/1254] Compiling handshake_client.cc
[489/1254] Compiling handshake.cc
[490/1254] Compiling extensions.cc
[491/1254] Compiling dtls_record.cc
[492/1254] Compiling dtls_method.cc
[493/1254] Compiling md5-x86_64-linux.S
[494/1254] Compiling md5-586-linux.S
[495/1254] Compiling md5-586-apple.S
[496/1254] Compiling md5-x86_64-apple.S
[497/1254] Compiling chacha20_poly1305_x86_64-apple.S
[498/1254] Compiling chacha20_poly1305_x86_64-linux.S
[499/1254] Compiling chacha20_poly1305_armv8-win.S
[500/1254] Compiling d1_srtp.cc
[501/1254] Compiling bio_ssl.cc
[502/1254] Compiling chacha20_poly1305_armv8-linux.S
[503/1254] Compiling chacha20_poly1305_armv8-apple.S
[504/1254] Compiling chacha-x86_64-linux.S
[505/1254] Compiling chacha-x86_64-apple.S
[506/1254] Compiling chacha-x86-apple.S
[506/1254] Compiling chacha-x86-linux.S
[508/1254] Compiling chacha-armv8-win.S
[509/1254] Compiling chacha-armv8-linux.S
[510/1254] Compiling chacha-armv8-apple.S
[511/1254] Compiling chacha-armv4-linux.S
[511/1254] Compiling aes128gcmsiv-x86_64-linux.S
[513/1254] Compiling aes128gcmsiv-x86_64-apple.S
[514/1254] Compiling err_data.cc
[515/1254] Compiling x86_64-mont5-apple.S
[516/1254] Compiling x86_64-mont5-linux.S
[517/1254] Compiling x86_64-mont-apple.S
[518/1254] Compiling x86_64-mont-linux.S
[519/1254] Compiling d1_pkt.cc
[520/1254] Compiling x86-mont-linux.S
[521/1254] Compiling x86-mont-apple.S
[522/1254] Compiling vpaes-x86_64-linux.S
[523/1254] Compiling vpaes-x86-linux.S
[524/1254] Compiling vpaes-x86_64-apple.S
[525/1254] Compiling vpaes-x86-apple.S
[526/1254] Compiling vpaes-armv8-win.S
[527/1254] Compiling d1_lib.cc
[528/1254] Compiling vpaes-armv8-apple.S
[529/1254] Compiling vpaes-armv7-linux.S
[530/1254] Compiling vpaes-armv8-linux.S
[531/1254] Compiling sha512-x86_64-linux.S
[532/1254] Compiling d1_both.cc
[533/1254] Compiling sha512-x86_64-apple.S
[534/1254] Compiling sha512-armv8-win.S
[534/1254] Compiling sha512-armv8-apple.S
[536/1254] Compiling sha512-586-linux.S
[536/1254] Compiling sha512-armv8-linux.S
[538/1254] Compiling sha512-armv4-linux.S
[539/1254] Compiling sha512-586-apple.S
[540/1254] Compiling sha256-x86_64-linux.S
[541/1254] Compiling sha256-x86_64-apple.S
[542/1254] Compiling sha256-armv4-linux.S
[543/1254] Compiling sha256-armv8-apple.S
[544/1254] Compiling sha1-x86_64-linux.S
[544/1254] Compiling sha256-armv8-win.S
[544/1254] Compiling sha256-586-linux.S
[547/1254] Compiling sha256-586-apple.S
[547/1254] Compiling sha256-armv8-linux.S
[549/1254] Compiling sha1-x86_64-apple.S
[550/1254] Compiling sha1-armv8-win.S
[551/1254] Compiling sha1-armv4-large-linux.S
[552/1254] Compiling sha1-armv8-apple.S
[553/1254] Compiling sha1-586-linux.S
[553/1254] Compiling sha1-armv8-linux.S
[555/1254] Compiling rsaz-avx2-linux.S
[556/1254] Compiling sha1-586-apple.S
[557/1254] Compiling rdrand-x86_64-linux.S
[558/1254] Compiling rsaz-avx2-apple.S
[559/1254] Compiling rdrand-x86_64-apple.S
[560/1254] Compiling p256_beeu-armv8-asm-apple.S
[560/1254] Compiling p256_beeu-x86_64-asm-apple.S
[560/1254] Compiling p256_beeu-armv8-asm-linux.S
[563/1254] Compiling p256-x86_64-asm-linux.S
[564/1254] Compiling p256_beeu-x86_64-asm-linux.S
[565/1254] Compiling p256_beeu-armv8-asm-win.S
[566/1254] Compiling p256-armv8-asm-win.S
[567/1254] Compiling p256-x86_64-asm-apple.S
[568/1254] Compiling p256-armv8-asm-apple.S
[569/1254] Compiling ghashv8-armv8-win.S
[570/1254] Compiling ghashv8-armv8-linux.S
[570/1254] Compiling ghash-x86_64-apple.S
[572/1254] Compiling ghash-x86_64-linux.S
[573/1254] Compiling p256-armv8-asm-linux.S
[574/1254] Compiling ghashv8-armv7-linux.S
[575/1254] Compiling ghashv8-armv8-apple.S
[576/1254] Compiling ghash-x86-linux.S
[577/1254] Compiling ghash-x86-apple.S
[578/1254] Compiling ghash-ssse3-x86_64-linux.S
[579/1254] Compiling ghash-neon-armv8-linux.S
[579/1254] Compiling ghash-neon-armv8-win.S
[579/1254] Compiling ghash-ssse3-x86-apple.S
[579/1254] Compiling ghash-ssse3-x86_64-apple.S
[583/1254] Compiling ghash-ssse3-x86-linux.S
[584/1254] Compiling ghash-neon-armv8-apple.S
[585/1254] Compiling ghash-armv4-linux.S
[586/1254] Compiling bsaes-armv7-linux.S
[587/1254] Compiling bn-armv8-win.S
[587/1254] Compiling bn-armv8-apple.S
[587/1254] Compiling co-586-linux.S
[590/1254] Compiling co-586-apple.S
[591/1254] Compiling bn-586-linux.S
[592/1254] Compiling bn-586-apple.S
[593/1254] Compiling bn-armv8-linux.S
[594/1254] Compiling armv8-mont-win.S
[595/1254] Compiling armv4-mont-linux.S
[596/1254] Compiling armv8-mont-apple.S
[597/1254] Compiling aesv8-gcm-armv8-apple.S
[598/1254] Compiling aesv8-gcm-armv8-win.S
[599/1254] Compiling armv8-mont-linux.S
[600/1254] Compiling aesv8-gcm-armv8-linux.S
[601/1254] Compiling aesv8-armv8-apple.S
[602/1254] Compiling aesv8-armv8-win.S
[603/1254] Compiling aesni-x86_64-linux.S
[604/1254] Compiling aesv8-armv8-linux.S
[605/1254] Compiling aesv8-armv7-linux.S
[606/1254] Compiling aesni-x86-linux.S
[607/1254] Compiling aesni-x86_64-apple.S
[608/1254] Compiling aesni-x86-apple.S
[609/1254] Compiling aesni-gcm-x86_64-linux.S
[610/1254] Compiling aesni-gcm-x86_64-apple.S
[611/1254] Compiling aes-gcm-avx2-x86_64-linux.S
[612/1254] Compiling aes-gcm-avx2-x86_64-apple.S
[613/1254] Compiling aes-gcm-avx10-x86_64-linux.S
[614/1254] Compiling aes-gcm-avx10-x86_64-apple.S
[615/1254] Compiling x_sig.cc
[616/1254] Compiling x_req.cc
[617/1254] Compiling x_x509a.cc
[618/1254] Compiling x_val.cc
[619/1254] Compiling x_pubkey.cc
[620/1254] Compiling x_spki.cc
[621/1254] Compiling x_name.cc
[622/1254] Compiling x_x509.cc
[623/1254] Compiling x_crl.cc
[624/1254] Compiling x_all.cc
[625/1254] Compiling x509spki.cc
[626/1254] Compiling x_exten.cc
[627/1254] Compiling x_attrib.cc
[628/1254] Compiling x509rset.cc
[629/1254] Compiling x_algor.cc
[630/1254] Compiling x509_vpm.cc
[631/1254] Compiling x509name.cc
[632/1254] Compiling x509_v3.cc
[633/1254] Compiling x509_vfy.cc
[634/1254] Compiling x509cset.cc
[635/1254] Compiling x509_txt.cc
[636/1254] Compiling x509_obj.cc
[637/1254] Compiling x509_trs.cc
[638/1254] Compiling x509_req.cc
[639/1254] Compiling x509_set.cc
[640/1254] Compiling x509_lu.cc
[641/1254] Compiling x509_ext.cc
[642/1254] Compiling x509_def.cc
[643/1254] Compiling x509_cmp.cc
[644/1254] Compiling x509_d2.cc
[645/1254] Compiling x509_att.cc
[646/1254] Compiling v3_utl.cc
[647/1254] Compiling x509.cc
[648/1254] Compiling v3_purp.cc
[649/1254] Compiling v3_skey.cc
[650/1254] Compiling v3_prn.cc
[651/1254] Compiling v3_pcons.cc
[652/1254] Compiling v3_ocsp.cc
[653/1254] Compiling v3_pmaps.cc
[654/1254] Compiling v3_int.cc
[655/1254] Compiling v3_lib.cc
[656/1254] Compiling v3_ncons.cc
[657/1254] Compiling v3_ia5.cc
[658/1254] Compiling v3_extku.cc
[659/1254] Compiling v3_genn.cc
[660/1254] Compiling v3_info.cc
[661/1254] Compiling v3_bitst.cc
[662/1254] Compiling v3_crld.cc
[663/1254] Compiling v3_conf.cc
[664/1254] Compiling v3_enum.cc
[665/1254] Compiling v3_cpols.cc
[666/1254] Compiling v3_alt.cc
[667/1254] Compiling v3_bcons.cc
[668/1254] Compiling v3_akeya.cc
[669/1254] Compiling rsa_pss.cc
[670/1254] Compiling t_x509a.cc
[671/1254] Compiling v3_akey.cc
[672/1254] Compiling t_x509.cc
[673/1254] Compiling t_req.cc
[674/1254] Compiling t_crl.cc
[675/1254] Compiling i2d_pr.cc
[676/1254] Compiling name_print.cc
[677/1254] Compiling policy.cc
[678/1254] Compiling a_verify.cc
[679/1254] Compiling by_file.cc
[680/1254] Compiling a_sign.cc
[681/1254] Compiling by_dir.cc
[682/1254] Compiling algorithm.cc
[683/1254] Compiling asn1_gen.cc
[684/1254] Compiling thread_win.cc
[685/1254] Compiling voprf.cc
[686/1254] Compiling trust_token.cc
[687/1254] Compiling pmbtoken.cc
[688/1254] Compiling thread_pthread.cc
[689/1254] Compiling a_digest.cc
[690/1254] Compiling thread_none.cc
[691/1254] Compiling thread.cc
[692/1254] Compiling stack.cc
[693/1254] Compiling sha512.cc
[694/1254] Compiling sha256.cc
[695/1254] Compiling sha1.cc
[696/1254] Compiling siphash.cc
[697/1254] Compiling rsa_print.cc
[698/1254] Compiling slhdsa.cc
[699/1254] Compiling spake2plus.cc
[700/1254] Compiling rsa_extra.cc
[701/1254] Compiling refcount.cc
[702/1254] Compiling rsa_crypt.cc
[703/1254] Compiling rc4.cc
[704/1254] Compiling windows.cc
[705/1254] Compiling trusty.cc
[706/1254] Compiling rsa_asn1.cc
[707/1254] Compiling urandom.cc
[708/1254] Compiling passive.cc
[709/1254] Compiling rand.cc
[710/1254] Compiling poly1305_arm_asm.S
[711/1254] Compiling getentropy.cc
[712/1254] Compiling ios.cc
[713/1254] Compiling forkunsafe.cc
[714/1254] Compiling fork_detect.cc
[715/1254] Compiling deterministic.cc
[716/1254] Compiling poly1305_vec.cc
[717/1254] Compiling poly1305_arm.cc
[718/1254] Compiling poly1305.cc
[719/1254] Compiling pool.cc
[720/1254] Compiling pkcs7.cc
[721/1254] Compiling pkcs7_x509.cc
[722/1254] Compiling pkcs8_x509.cc
[723/1254] Compiling pkcs8.cc
[724/1254] Compiling p5_pbev2.cc
[725/1254] Compiling pem_xaux.cc
[726/1254] Compiling pem_x509.cc
[727/1254] Compiling pem_oth.cc
[728/1254] Compiling pem_pkey.cc
[729/1254] Compiling pem_all.cc
[730/1254] Compiling pem_pk8.cc
[731/1254] Compiling pem_lib.cc
[732/1254] Compiling obj_xref.cc
[733/1254] Compiling mlkem.cc
[734/1254] Compiling mldsa.cc
[735/1254] Compiling pem_info.cc
[736/1254] Compiling mem.cc
[737/1254] Compiling poly_rq_mul.S
[738/1254] Compiling fips_shared_support.cc
[739/1254] Compiling lhash.cc
[740/1254] Compiling obj.cc
[741/1254] Compiling md4.cc
[742/1254] Compiling md5.cc
[743/1254] Compiling kyber.cc
[744/1254] Compiling ex_data.cc
[745/1254] Compiling hpke.cc
[746/1254] Compiling scrypt.cc
[747/1254] Compiling sign.cc
[748/1254] Compiling hrss.cc
[749/1254] Compiling print.cc
[750/1254] Compiling pbkdf.cc
[751/1254] Compiling p_x25519.cc
[752/1254] Compiling p_ed25519_asn1.cc
[753/1254] Compiling p_x25519_asn1.cc
[754/1254] Compiling p_rsa.cc
[755/1254] Compiling p_ed25519.cc
[756/1254] Compiling p_rsa_asn1.cc
[757/1254] Compiling p_ec_asn1.cc
[758/1254] Compiling p_hkdf.cc
[759/1254] Compiling p_ec.cc
[760/1254] Compiling p_dh_asn1.cc
[761/1254] Compiling p_dh.cc
[762/1254] Compiling evp_ctx.cc
[763/1254] Compiling p_dsa_asn1.cc
[764/1254] Compiling evp_asn1.cc
[765/1254] Compiling err.cc
[766/1254] Compiling engine.cc
[767/1254] Compiling ecdh.cc
[768/1254] Compiling evp.cc
[769/1254] Compiling ec_derive.cc
[770/1254] Compiling hash_to_curve.cc
[771/1254] Compiling ecdsa_asn1.cc
[772/1254] Compiling dsa.cc
[773/1254] Compiling bcm.cc
[774/1254] Compiling params.cc
[775/1254] Compiling dsa_asn1.cc
[776/1254] Compiling x25519-asm-arm.S
[777/1254] Compiling digest_extra.cc
[778/1254] Compiling des.cc
[779/1254] Compiling dh_asn1.cc
[780/1254] Compiling ec_asn1.cc
[781/1254] Compiling cpu_intel.cc
[782/1254] Compiling curve25519_64_adx.cc
[783/1254] Compiling cpu_arm_linux.cc
[784/1254] Compiling curve25519.cc
[785/1254] Compiling cpu_arm_freebsd.cc
[786/1254] Compiling crypto.cc
[787/1254] Compiling cpu_aarch64_win.cc
[788/1254] Compiling spake25519.cc
[789/1254] Compiling cpu_aarch64_openbsd.cc
[790/1254] Compiling cpu_aarch64_sysreg.cc
[791/1254] Compiling cpu_aarch64_linux.cc
[792/1254] Compiling cpu_aarch64_fuchsia.cc
[793/1254] Compiling conf.cc
[794/1254] Compiling cpu_aarch64_apple.cc
[795/1254] Compiling tls_cbc.cc
[796/1254] Compiling e_rc4.cc
[797/1254] Compiling get_cipher.cc
[798/1254] Compiling e_chacha20poly1305.cc
[799/1254] Compiling e_aesgcmsiv.cc
[800/1254] Compiling e_rc2.cc
[801/1254] Compiling e_tls.cc
[802/1254] Compiling e_null.cc
[803/1254] Compiling e_des.cc
[803/1254] Compiling e_aesctrhmac.cc
[805/1254] Compiling derive_key.cc
[806/1254] Compiling chacha.cc
[807/1254] Compiling cbb.cc
[808/1254] Compiling ber.cc
[809/1254] Compiling buf.cc
[810/1254] Compiling unicode.cc
[811/1254] Compiling cbs.cc
[812/1254] Compiling asn1_compat.cc
[813/1254] Compiling convert.cc
[814/1254] Compiling socket_helper.cc
[815/1254] Compiling bn_asn1.cc
[816/1254] Compiling blake2.cc
[817/1254] Compiling pair.cc
[818/1254] Compiling socket.cc
[819/1254] Compiling printf.cc
[820/1254] Compiling errno.cc
[821/1254] Compiling hexdump.cc
[822/1254] Compiling fd.cc
[823/1254] Compiling file.cc
[824/1254] Compiling bio_mem.cc
[825/1254] Compiling base64.cc
[826/1254] Compiling connect.cc
[827/1254] Compiling bio.cc
[828/1254] Compiling tasn_typ.cc
[829/1254] Compiling tasn_utl.cc
[830/1254] Compiling tasn_fre.cc
[831/1254] Compiling tasn_new.cc
[832/1254] Compiling tasn_enc.cc
[833/1254] Compiling f_int.cc
[834/1254] Compiling f_string.cc
[835/1254] Compiling asn_pack.cc
[836/1254] Compiling posix_time.cc
[837/1254] Compiling asn1_par.cc
[838/1254] Compiling tasn_dec.cc
[839/1254] Compiling asn1_lib.cc
[840/1254] Compiling a_utctm.cc
[841/1254] Compiling a_octet.cc
[842/1254] Compiling a_type.cc
[843/1254] Compiling a_strnid.cc
[844/1254] Compiling a_time.cc
[845/1254] Compiling a_strex.cc
[846/1254] Compiling a_i2d_fp.cc
[847/1254] Compiling a_int.cc
[848/1254] Compiling a_object.cc
[849/1254] Compiling a_dup.cc
[850/1254] Compiling a_mbstr.cc
[851/1254] Compiling a_d2i_fp.cc
[852/1254] Compiling a_gentm.cc
[853/1254] Compiling a_bool.cc
[854/1254] Compiling fiat_p256_adx_mul.S
[855/1254] Compiling fiat_p256_adx_sqr.S
[856/1254] Compiling fiat_curve25519_adx_square.S
[857/1254] Compiling CCryptoBoringSSLShims shims.c
[858/1254] Compiling md5-586-linux.S
[859/1254] Compiling md5-x86_64-apple.S
[860/1254] Compiling md5-586-apple.S
[860/1254] Compiling a_bitstr.cc
[862/1254] Compiling md5-x86_64-linux.S
[863/1254] Compiling fiat_curve25519_adx_mul.S
[864/1254] Compiling chacha20_poly1305_armv8-win.S
[865/1254] Compiling chacha20_poly1305_x86_64-linux.S
[866/1254] Compiling chacha20_poly1305_x86_64-apple.S
[867/1254] Compiling chacha20_poly1305_armv8-apple.S
[868/1254] Compiling chacha-x86_64-apple.S
[869/1254] Compiling chacha-x86_64-linux.S
[870/1254] Compiling chacha20_poly1305_armv8-linux.S
[871/1254] Compiling chacha-x86-linux.S
[872/1254] Compiling chacha-x86-apple.S
[873/1254] Compiling chacha-armv8-win.S
[874/1254] Compiling chacha-armv8-apple.S
[875/1254] Compiling chacha-armv4-linux.S
[876/1254] Compiling chacha-armv8-linux.S
[877/1254] Compiling aes128gcmsiv-x86_64-apple.S
[878/1254] Compiling aes128gcmsiv-x86_64-linux.S
[879/1254] Compiling x86_64-mont5-linux.S
[880/1254] Compiling x86_64-mont5-apple.S
[881/1254] Compiling x86_64-mont-apple.S
[882/1254] Compiling x86_64-mont-linux.S
[883/1254] Compiling x86-mont-linux.S
[884/1254] Compiling x86-mont-apple.S
[885/1254] Compiling vpaes-x86_64-apple.S
[886/1254] Compiling vpaes-x86-linux.S
[887/1254] Compiling err_data.cc
[888/1254] Compiling vpaes-x86_64-linux.S
[889/1254] Compiling vpaes-armv8-linux.S
[890/1254] Compiling vpaes-x86-apple.S
[891/1254] Compiling vpaes-armv8-apple.S
[892/1254] Compiling vpaes-armv8-win.S
[893/1254] Compiling vpaes-armv7-linux.S
[894/1254] Compiling sha512-x86_64-linux.S
[895/1254] Compiling sha512-x86_64-apple.S
[896/1254] Compiling sha512-armv8-apple.S
[897/1254] Compiling sha512-armv4-linux.S
[898/1254] Compiling sha512-armv8-win.S
[899/1254] Compiling sha512-armv8-linux.S
[900/1254] Compiling sha512-586-apple.S
[901/1254] Compiling sha512-586-linux.S
[902/1254] Compiling sha256-x86_64-linux.S
[903/1254] Compiling sha256-armv8-win.S
[904/1254] Compiling sha256-x86_64-apple.S
[905/1254] Compiling sha256-armv8-apple.S
[906/1254] Compiling sha256-armv4-linux.S
[907/1254] Compiling sha256-armv8-linux.S
[908/1254] Compiling sha256-586-linux.S
[909/1254] Compiling sha1-x86_64-linux.S
[910/1254] Compiling sha256-586-apple.S
[911/1254] Compiling sha1-x86_64-apple.S
[912/1254] Compiling sha1-armv8-win.S
[913/1254] Compiling sha1-armv8-apple.S
[914/1254] Compiling sha1-armv8-linux.S
[915/1254] Compiling sha1-586-linux.S
[916/1254] Compiling sha1-586-apple.S
[917/1254] Compiling sha1-armv4-large-linux.S
[918/1254] Compiling rsaz-avx2-apple.S
[918/1254] Compiling rsaz-avx2-linux.S
[920/1254] Compiling rdrand-x86_64-linux.S
[921/1254] Compiling rdrand-x86_64-apple.S
[922/1254] Compiling p256_beeu-armv8-asm-linux.S
[923/1254] Compiling p256_beeu-x86_64-asm-apple.S
[924/1254] Compiling p256_beeu-x86_64-asm-linux.S
[925/1254] Compiling p256_beeu-armv8-asm-apple.S
[925/1254] Compiling p256_beeu-armv8-asm-win.S
[927/1254] Compiling p256-x86_64-asm-linux.S
[928/1254] Compiling p256-x86_64-asm-apple.S
[929/1254] Compiling p256-armv8-asm-win.S
[930/1254] Compiling p256-armv8-asm-apple.S
[931/1254] Compiling ghashv8-armv8-win.S
[932/1254] Compiling ghashv8-armv8-linux.S
[933/1254] Compiling p256-armv8-asm-linux.S
[934/1254] Compiling ghashv8-armv8-apple.S
[935/1254] Compiling ghashv8-armv7-linux.S
[936/1254] Compiling ghash-x86_64-apple.S
[937/1254] Compiling ghash-x86_64-linux.S
[938/1254] Compiling ghash-x86-apple.S
[939/1254] Compiling ghash-x86-linux.S
[940/1254] Compiling ghash-ssse3-x86_64-linux.S
[941/1254] Compiling ghash-ssse3-x86-linux.S
[942/1254] Compiling ghash-ssse3-x86_64-apple.S
[943/1254] Compiling ghash-ssse3-x86-apple.S
[944/1254] Compiling ghash-neon-armv8-linux.S
[945/1254] Compiling ghash-neon-armv8-win.S
[945/1254] Compiling ghash-neon-armv8-apple.S
[947/1254] Compiling ghash-armv4-linux.S
[948/1254] Compiling co-586-linux.S
[949/1254] Compiling co-586-apple.S
[950/1254] Compiling bsaes-armv7-linux.S
[951/1254] Compiling bn-armv8-win.S
[952/1254] Compiling bn-armv8-linux.S
[953/1254] Compiling bn-armv8-apple.S
[954/1254] Compiling bn-586-linux.S
[955/1254] Compiling armv8-mont-win.S
[956/1254] Compiling bn-586-apple.S
[957/1254] Compiling armv8-mont-apple.S
[958/1254] Compiling armv8-mont-linux.S
[959/1254] Compiling aesv8-gcm-armv8-win.S
[960/1254] Compiling aesv8-gcm-armv8-apple.S
[961/1254] Compiling armv4-mont-linux.S
[962/1254] Compiling aesv8-gcm-armv8-linux.S
[963/1254] Compiling aesv8-armv8-apple.S
[964/1254] Compiling aesv8-armv8-win.S
[965/1254] Compiling aesv8-armv8-linux.S
[966/1254] Compiling aesni-x86_64-linux.S
[967/1254] Compiling aesni-x86_64-apple.S
[968/1254] Compiling aesv8-armv7-linux.S
[969/1254] Compiling aesni-x86-apple.S
[970/1254] Compiling aesni-x86-linux.S
[971/1254] Compiling aesni-gcm-x86_64-linux.S
[972/1254] Compiling aes-gcm-avx10-x86_64-linux.S
[973/1254] Compiling aesni-gcm-x86_64-apple.S
[974/1254] Compiling aes-gcm-avx10-x86_64-apple.S
[975/1254] Compiling c-nioatomics.c
[976/1254] Compiling c-atomics.c
[977/1254] Compiling x_x509a.cc
[978/1254] Compiling x_x509.cc
[979/1254] Compiling x_val.cc
[980/1254] Compiling x_name.cc
[981/1260] Compiling x_sig.cc
[982/1260] Compiling x_spki.cc
[983/1260] Compiling x_req.cc
[984/1260] Compiling x_pubkey.cc
[986/1260] Compiling NIOConcurrencyHelpers NIOLock.swift
[986/1260] Compiling x_crl.cc
[988/1260] Compiling NIOConcurrencyHelpers lock.swift
[989/1260] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[990/1260] Emitting module NIOConcurrencyHelpers
[990/1260] Compiling x_exten.cc
[991/1260] Compiling x_all.cc
[992/1260] Compiling x_attrib.cc
[994/1260] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[995/1260] Compiling NIOConcurrencyHelpers atomics.swift
[995/1260] Compiling x509name.cc
[996/1261] Compiling x_algor.cc
[997/1261] Compiling x509spki.cc
[998/1261] Compiling x509rset.cc
[1000/1287] Compiling x509_txt.cc
[1001/1287] Wrapping AST for NIOConcurrencyHelpers for debugging
[1002/1287] Compiling x509cset.cc
[1003/1287] Compiling x509_vfy.cc
[1004/1287] Compiling ConsoleKitTerminal Console+Wait.swift
[1005/1287] Compiling ConsoleKitTerminal ConsoleColor.swift
[1006/1287] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1007/1290] Compiling x509_vpm.cc
[1008/1290] Compiling x509_set.cc
[1009/1290] Compiling x509_trs.cc
[1011/1290] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1012/1290] Compiling ConsoleKitTerminal ConsoleClear.swift
[1013/1290] Compiling ConsoleKitTerminal Console+Ask.swift
[1014/1290] Compiling ConsoleKitTerminal Console+Choose.swift
[1015/1290] Compiling ConsoleKitTerminal Console+Confirm.swift
[1016/1290] Compiling ConsoleKitTerminal Console+Input.swift
[1017/1290] Compiling ConsoleKitTerminal Console+Center.swift
[1018/1290] Compiling ConsoleKitTerminal Console+Output.swift
[1018/1290] Compiling x509_v3.cc
[1020/1290] Compiling ConsoleKitTerminal ActivityBar.swift
[1021/1290] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1022/1290] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1023/1290] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1024/1290] Compiling ConsoleKitTerminal CustomActivity.swift
[1025/1290] Compiling ConsoleKitTerminal LoadingBar.swift
[1026/1290] Compiling ConsoleKitTerminal ProgressBar.swift
[1027/1290] Compiling ConsoleKitTerminal Console+Clear.swift
[1028/1290] Emitting module ConsoleKitTerminal
[1029/1290] Compiling ConsoleKitTerminal Console.swift
[1030/1290] Compiling ConsoleKitTerminal Terminal.swift
[1031/1290] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1032/1290] Compiling ConsoleKitTerminal ConsoleText.swift
[1033/1290] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1034/1290] Compiling ConsoleKitTerminal ANSI.swift
[1034/1290] Compiling x509_def.cc
[1035/1290] Compiling x509_d2.cc
[1037/1290] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1038/1290] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1039/1290] Compiling ConsoleKitTerminal LoggerFragment.swift
[1040/1291] Compiling x509_cmp.cc
[1041/1291] Compiling x509_req.cc
[1042/1291] Compiling x509_obj.cc
[1043/1291] Compiling x509_ext.cc
[1044/1291] Compiling x509_lu.cc
[1045/1291] Wrapping AST for ConsoleKitTerminal for debugging
[1046/1313] Compiling v3_skey.cc
[1047/1313] Compiling x509.cc
[1049/1313] Emitting module ConsoleKitCommands
[1050/1313] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1051/1313] Compiling ConsoleKitCommands AsyncCommand.swift
[1052/1313] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1052/1314] Compiling x509_att.cc
[1053/1315] Compiling v3_purp.cc
[1055/1315] Compiling ConsoleKitCommands CommandSignature.swift
[1056/1315] Compiling ConsoleKitCommands Flag.swift
[1057/1315] Compiling ConsoleKitCommands Option.swift
[1058/1315] Compiling ConsoleKitCommands AsyncCommands.swift
[1059/1315] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1060/1315] Compiling ConsoleKitCommands AnyCommand.swift
[1061/1315] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1062/1315] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1063/1315] Compiling ConsoleKitCommands Argument.swift
[1064/1315] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1065/1315] Compiling ConsoleKitCommands Utilities.swift
[1065/1315] Compiling v3_pmaps.cc
[1066/1315] Compiling v3_utl.cc
[1067/1315] Compiling v3_prn.cc
[1068/1315] Compiling v3_ncons.cc
[1069/1315] Compiling v3_ocsp.cc
[1070/1315] Compiling v3_pcons.cc
[1071/1315] Compiling v3_lib.cc
[1072/1315] Compiling v3_ia5.cc
[1073/1315] Compiling v3_int.cc
[1074/1315] Compiling v3_info.cc
[1076/1315] Compiling ConsoleKitCommands Command.swift
[1077/1315] Compiling ConsoleKitCommands CommandContext.swift
[1078/1315] Compiling ConsoleKitCommands CommandError.swift
[1079/1315] Compiling ConsoleKitCommands CommandGroup.swift
[1080/1315] Compiling ConsoleKitCommands CommandInput.swift
[1081/1315] Compiling ConsoleKitCommands Commands.swift
[1082/1315] Compiling ConsoleKitCommands Console+Run.swift
[1083/1315] Compiling ConsoleKitCommands ConsoleError.swift
[1084/1315] Compiling ConsoleKitCommands Completion.swift
[1084/1316] Compiling v3_genn.cc
[1086/1316] Compiling v3_extku.cc
[1087/1316] Compiling v3_crld.cc
[1088/1318] Compiling v3_enum.cc
[1089/1318] Wrapping AST for ConsoleKitCommands for debugging
[1091/1318] Emitting module ConsoleKit
[1092/1318] Compiling ConsoleKit Exports.swift
[1093/1319] Compiling v3_conf.cc
[1094/1319] Wrapping AST for ConsoleKit for debugging
[1095/1319] Compiling v3_bitst.cc
[1096/1319] Compiling v3_cpols.cc
[1097/1319] Compiling v3_bcons.cc
[1098/1319] Compiling v3_akeya.cc
[1099/1319] Compiling v3_alt.cc
[1100/1319] Compiling v3_akey.cc
[1101/1319] Compiling i2d_pr.cc
[1102/1319] Compiling t_x509a.cc
[1103/1319] Compiling t_crl.cc
[1104/1319] Compiling t_x509.cc
[1105/1319] Compiling name_print.cc
[1106/1319] Compiling t_req.cc
[1107/1319] Compiling rsa_pss.cc
[1108/1319] Compiling policy.cc
[1109/1319] Compiling algorithm.cc
[1110/1319] Compiling by_dir.cc
[1111/1319] Compiling by_file.cc
[1112/1319] Compiling asn1_gen.cc
[1113/1319] Compiling pmbtoken.cc
[1114/1319] Compiling a_sign.cc
[1115/1319] Compiling a_verify.cc
[1116/1319] Compiling a_digest.cc
[1117/1319] Compiling trust_token.cc
[1118/1319] Compiling thread_none.cc
[1119/1319] Compiling thread_win.cc
[1120/1319] Compiling thread_pthread.cc
[1121/1319] Compiling voprf.cc
[1122/1319] Compiling thread.cc
[1123/1319] Compiling stack.cc
[1124/1319] Compiling wots.cc
[1125/1319] Compiling merkle.cc
[1126/1319] Compiling fors.cc
[1127/1319] Compiling siphash.cc
[1128/1319] Compiling thash.cc
[1129/1319] Compiling slhdsa.cc
[1130/1319] Compiling sha512.cc
[1131/1319] Compiling sha256.cc
[1132/1319] Compiling rsa_print.cc
[1133/1319] Compiling rsa_crypt.cc
[1134/1319] Compiling sha1.cc
[1135/1319] Compiling rsa_extra.cc
[1136/1319] Compiling refcount.cc
[1137/1319] Compiling rc4.cc
[1138/1319] Compiling windows.cc
[1139/1319] Compiling rsa_asn1.cc
[1140/1319] Compiling urandom.cc
[1141/1319] Compiling trusty.cc
[1142/1319] Compiling passive.cc
[1143/1319] Compiling getentropy.cc
[1144/1319] Compiling ios.cc
[1145/1319] Compiling rand_extra.cc
[1146/1319] Compiling poly1305_arm_asm.S
[1147/1319] Compiling fork_detect.cc
[1148/1319] Compiling poly1305_vec.cc
[1149/1319] Compiling deterministic.cc
[1150/1319] Compiling forkunsafe.cc
[1151/1319] Compiling poly1305.cc
[1152/1319] Compiling pool.cc
[1153/1319] Compiling p5_pbev2.cc
[1154/1319] Compiling poly1305_arm.cc
[1155/1319] Compiling pkcs8_x509.cc
[1156/1319] Compiling pkcs7_x509.cc
[1157/1319] Compiling pkcs7.cc
[1158/1319] Compiling pkcs8.cc
[1159/1319] Compiling pem_x509.cc
[1160/1319] Compiling pem_xaux.cc
[1161/1319] Compiling pem_lib.cc
[1162/1319] Compiling pem_pk8.cc
[1163/1319] Compiling pem_pkey.cc
[1164/1319] Compiling pem_info.cc
[1165/1319] Compiling pem_oth.cc
[1166/1319] Compiling obj_xref.cc
[1167/1319] Compiling obj.cc
[1168/1319] Compiling pem_all.cc
[1169/1319] Compiling mldsa.cc
[1170/1319] Compiling md5.cc
[1171/1319] Compiling poly_rq_mul.S
[1172/1319] Compiling mem.cc
[1173/1319] Compiling fips_shared_support.cc
[1174/1319] Compiling md4.cc
[1175/1319] Compiling lhash.cc
[1176/1319] Compiling mlkem.cc
[1177/1319] Compiling kyber.cc
[1178/1319] Compiling hrss.cc
[1179/1319] Compiling hpke.cc
[1180/1319] Compiling ex_data.cc
[1181/1319] Compiling scrypt.cc
[1182/1319] Compiling sign.cc
[1183/1319] Compiling print.cc
[1184/1319] Compiling pbkdf.cc
[1185/1319] Compiling p_x25519.cc
[1186/1319] Compiling p_x25519_asn1.cc
[1187/1319] Compiling p_ed25519.cc
[1188/1319] Compiling p_ed25519_asn1.cc
[1189/1319] Compiling p_rsa.cc
[1190/1319] Compiling p_rsa_asn1.cc
[1191/1319] Compiling p_ec_asn1.cc
[1192/1319] Compiling p_hkdf.cc
[1193/1319] Compiling p_dh.cc
[1194/1319] Compiling p_ec.cc
[1195/1319] Compiling p_dsa_asn1.cc
[1196/1319] Compiling p_dh_asn1.cc
[1197/1319] Compiling err.cc
[1198/1319] Compiling evp_asn1.cc
[1199/1319] Compiling evp_ctx.cc
[1200/1319] Compiling evp.cc
[1201/1319] Compiling bcm.cc
[1202/1319] Compiling ecdh_extra.cc
[1203/1319] Compiling engine.cc
[1204/1319] Compiling hash_to_curve.cc
[1205/1319] Compiling ec_asn1.cc
[1206/1319] Compiling ecdsa_asn1.cc
[1207/1319] Compiling ec_derive.cc
[1208/1319] Compiling dsa_asn1.cc
[1209/1319] Compiling dsa.cc
[1210/1319] Compiling params.cc
[1211/1319] Compiling digest_extra.cc
[1212/1319] Compiling x25519-asm-arm.S
[1213/1319] Compiling dh_asn1.cc
[1214/1319] Compiling des.cc
[1215/1319] Compiling curve25519_64_adx.cc
[1216/1319] Compiling spake25519.cc
[1217/1319] Compiling cpu_aarch64_sysreg.cc
[1218/1319] Compiling cpu_intel.cc
[1219/1319] Compiling cpu_aarch64_openbsd.cc
[1220/1319] Compiling curve25519.cc
[1221/1319] Compiling cpu_arm_freebsd.cc
[1222/1319] Compiling cpu_aarch64_win.cc
[1223/1319] Compiling crypto.cc
[1224/1319] Compiling cpu_arm_linux.cc
[1225/1319] Compiling cpu_aarch64_apple.cc
[1226/1319] Compiling cpu_aarch64_fuchsia.cc
[1227/1319] Compiling cpu_aarch64_linux.cc
[1228/1319] Compiling conf.cc
[1229/1319] Compiling tls_cbc.cc
[1230/1319] Compiling e_tls.cc
[1231/1319] Compiling e_rc4.cc
[1232/1319] Compiling e_null.cc
[1233/1319] Compiling e_rc2.cc
[1234/1319] Compiling e_aesgcmsiv.cc
[1235/1319] Compiling e_aesctrhmac.cc
[1236/1319] Compiling e_des.cc
[1237/1319] Compiling e_chacha20poly1305.cc
[1238/1319] Compiling derive_key.cc
[1239/1319] Compiling chacha.cc
[1240/1319] Compiling unicode.cc
[1241/1319] Compiling cipher_extra.cc
[1242/1319] Compiling buf.cc
[1243/1319] Compiling ber.cc
[1244/1319] Compiling cbs.cc
[1245/1319] Compiling cbb.cc
[1246/1319] Compiling asn1_compat.cc
[1247/1319] Compiling convert.cc
[1248/1319] Compiling bn_asn1.cc
[1249/1319] Compiling blake2.cc
[1250/1319] Compiling printf.cc
[1251/1319] Compiling hexdump.cc
[1252/1319] Compiling pair.cc
[1253/1319] Compiling errno.cc
[1254/1319] Compiling file.cc
[1255/1319] Compiling fd.cc
[1256/1319] Compiling bio_mem.cc
[1257/1319] Compiling bio.cc
[1258/1319] Compiling base64.cc
[1259/1319] Compiling tasn_utl.cc
[1260/1319] Compiling tasn_typ.cc
[1261/1319] Compiling tasn_fre.cc
[1262/1319] Compiling tasn_enc.cc
[1263/1319] Compiling posix_time.cc
[1264/1319] Compiling tasn_new.cc
[1265/1319] Compiling tasn_dec.cc
[1266/1319] Compiling f_string.cc
[1267/1319] Compiling f_int.cc
[1268/1319] Compiling asn1_par.cc
[1269/1319] Compiling asn_pack.cc
[1270/1319] Compiling asn1_lib.cc
[1271/1319] Compiling a_strnid.cc
[1272/1319] Write sources
[1273/1319] Compiling a_type.cc
[1274/1319] Write sources
[1275/1320] Compiling a_time.cc
[1276/1320] Write sources
[1276/1320] Compiling a_octet.cc
[1278/1320] Write sources
[1280/1391] Compiling a_object.cc
[1281/1391] Compiling a_strex.cc
[1283/1416] Compiling Algorithms Joined.swift
[1284/1416] Compiling Algorithms Keyed.swift
[1284/1418] Compiling a_mbstr.cc
[1285/1418] Compiling a_int.cc
[1287/1418] Compiling Algorithms MinMax.swift
[1288/1418] Compiling Algorithms Partition.swift
[1289/1418] Compiling Algorithms Permutations.swift
[1290/1418] Compiling Algorithms Product.swift
[1291/1426] Emitting module BitCollections
[1292/1433] Compiling Atomics IntegerOperations.swift
[1293/1433] Compiling Atomics Unmanaged extensions.swift
[1294/1433] Compiling Algorithms EitherSequence.swift
[1295/1433] Compiling Algorithms FirstNonNil.swift
[1296/1433] Compiling Algorithms FlattenCollection.swift
[1297/1433] Compiling Algorithms Grouped.swift
[1298/1433] Compiling Algorithms Indexed.swift
[1299/1433] Compiling Algorithms Intersperse.swift
[1300/1433] Compiling Algorithms AdjacentPairs.swift
[1301/1433] Compiling Algorithms Chain.swift
[1302/1433] Compiling Algorithms Chunked.swift
[1303/1433] Compiling Algorithms Combinations.swift
[1304/1433] Compiling Algorithms Compacted.swift
[1305/1433] Compiling Algorithms Cycle.swift
[1308/1433] Compiling Algorithms Split.swift
[1309/1433] Compiling Algorithms Stride.swift
[1310/1433] Compiling Algorithms Suffix.swift
[1315/1436] Compiling Algorithms Rotate.swift
[1318/1436] Compiling BitCollections BitSet+Initializers.swift
[1319/1436] Compiling BitCollections BitSet+Invariants.swift
[1320/1436] Compiling BitCollections BitSet+Random.swift
[1321/1436] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1322/1436] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1323/1436] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1324/1436] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1328/1436] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1329/1436] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1330/1436] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1331/1436] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1332/1436] Compiling BitCollections BitSet+SetAlgebra union.swift
[1333/1436] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1334/1436] Compiling BitCollections BitSet.Counted.swift
[1335/1436] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1336/1436] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1337/1436] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1338/1436] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1339/1436] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1340/1436] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1341/1436] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1351/1436] Compiling Algorithms Trim.swift
[1352/1436] Compiling Algorithms Unique.swift
[1353/1436] Compiling Algorithms Windows.swift
[1354/1436] Compiling BitCollections BitArray._UnsafeHandle.swift
[1355/1436] Compiling BitCollections BitArray.swift
[1356/1436] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1357/1436] Compiling BitCollections BitSet+Codable.swift
[1358/1436] Compiling CryptoBoringWrapper RandomBytes.swift
[1373/1436] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1374/1436] Compiling CryptoBoringWrapper EllipticCurve.swift
[1375/1436] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1376/1436] Compiling BitCollections BitSet.Index.swift
[1377/1436] Compiling BitCollections BitSet._UnsafeHandle.swift
[1378/1436] Compiling BitCollections BitSet.swift
[1379/1436] Compiling BitCollections Range+Utilities.swift
[1380/1436] Compiling BitCollections Slice+Utilities.swift
[1381/1436] Compiling BitCollections UInt+Tricks.swift
[1382/1436] Compiling BitCollections _Word.swift
[1386/1437] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1387/1437] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1388/1437] Emitting module CryptoBoringWrapper
[1389/1437] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1398/1438] Emitting module Atomics
[1404/1439] Emitting module Algorithms
[1405/1440] Wrapping AST for BitCollections for debugging
[1406/1440] Wrapping AST for Algorithms for debugging
[1407/1440] Wrapping AST for Atomics for debugging
[1408/1440] Wrapping AST for CryptoBoringWrapper for debugging
[1410/1573] Emitting module Collections
[1411/1573] Compiling Collections Collections.swift
[1412/1574] Wrapping AST for Collections for debugging
[1414/1574] Compiling NIOCore AddressedEnvelope.swift
[1415/1574] Compiling NIOCore AsyncAwaitSupport.swift
[1416/1574] Compiling NIOCore AsyncChannel.swift
[1417/1574] Compiling NIOCore AsyncChannelHandler.swift
[1418/1574] Compiling NIOCore AsyncChannelInboundStream.swift
[1419/1574] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1420/1574] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1421/1574] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1422/1574] Compiling NIOCore NIOAsyncWriter.swift
[1423/1574] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1424/1583] Compiling NIOCore MulticastChannel.swift
[1425/1583] Compiling NIOCore NIOAny.swift
[1426/1583] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1427/1583] Compiling NIOCore NIOLoopBound.swift
[1428/1583] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1429/1583] Compiling NIOCore NIOScheduledCallback.swift
[1430/1583] Compiling NIOCore NIOSendable.swift
[1431/1583] Compiling NIOCore RecvByteBufferAllocator.swift
[1432/1591] Emitting module Crypto
[1433/1591] Compiling NIOCore SocketAddresses.swift
[1434/1591] Compiling NIOCore SocketOptionProvider.swift
[1435/1591] Compiling NIOCore SystemCallHelpers.swift
[1436/1591] Compiling NIOCore TimeAmount+Duration.swift
[1437/1591] Compiling NIOCore TypeAssistedChannelHandler.swift
[1438/1591] Compiling NIOCore UniversalBootstrapSupport.swift
[1439/1591] Compiling NIOCore Utilities.swift
[1440/1591] Compiling Crypto EdDSA_boring.swift
[1441/1591] Compiling Crypto ECDSA.swift
[1442/1591] Compiling Crypto Ed25519.swift
[1443/1591] Compiling NIOCore IO.swift
[1444/1591] Compiling NIOCore IOData.swift
[1445/1591] Compiling NIOCore IPProtocol.swift
[1446/1591] Compiling NIOCore IntegerBitPacking.swift
[1447/1591] Compiling NIOCore IntegerTypes.swift
[1448/1591] Compiling NIOCore Interfaces.swift
[1449/1591] Compiling NIOCore Linux.swift
[1450/1591] Compiling NIOCore MarkedCircularBuffer.swift
[1451/1591] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1452/1591] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1453/1591] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1454/1591] Compiling NIOCore EventLoopFuture.swift
[1455/1591] Compiling NIOCore FileDescriptor.swift
[1456/1591] Compiling NIOCore FileHandle.swift
[1457/1591] Compiling NIOCore FileRegion.swift
[1458/1591] Compiling NIOCore GlobalSingletons.swift
[1459/1591] Compiling Crypto Signature.swift
[1460/1591] Compiling Crypto CryptoKitErrors_boring.swift
[1461/1591] Compiling Crypto RNG_boring.swift
[1462/1591] Compiling Crypto SafeCompare_boring.swift
[1463/1591] Compiling Crypto Zeroization_boring.swift
[1464/1591] Compiling Crypto PrettyBytes.swift
[1465/1591] Compiling Crypto SafeCompare.swift
[1466/1591] Compiling Crypto SecureBytes.swift
[1467/1591] Compiling Crypto Zeroization.swift
[1468/1591] Compiling NIOCore BSDSocketAPI.swift
[1469/1591] Compiling NIOCore ByteBuffer-aux.swift
[1470/1591] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1471/1591] Compiling NIOCore ByteBuffer-conversions.swift
[1472/1591] Compiling NIOCore ByteBuffer-core.swift
[1473/1591] Compiling NIOCore ByteBuffer-hex.swift
[1474/1591] Compiling NIOCore ByteBuffer-int.swift
[1475/1591] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1476/1591] Compiling NIOCore ByteBuffer-multi-int.swift
[1477/1591] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1478/1591] Compiling NIOCore ByteBuffer-views.swift
[1479/1591] Compiling NIOCore Channel.swift
[1480/1591] Compiling NIOCore ChannelHandler.swift
[1481/1591] Compiling NIOCore ChannelHandlers.swift
[1482/1591] Compiling NIOCore ChannelInvoker.swift
[1483/1591] Compiling NIOCore ChannelOption.swift
[1484/1591] Compiling NIOCore ChannelPipeline.swift
[1485/1591] Compiling NIOCore CircularBuffer.swift
[1486/1591] Compiling NIOCore Codec.swift
[1487/1591] Compiling NIOCore ConvenienceOptionSupport.swift
[1488/1591] Compiling NIOCore DeadChannel.swift
[1489/1591] Compiling NIOCore DispatchQueue+WithFuture.swift
[1490/1591] Compiling NIOCore EventLoop+Deprecated.swift
[1491/1591] Compiling NIOCore EventLoop+SerialExecutor.swift
[1492/1591] Compiling NIOCore EventLoop.swift
[1507/1591] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1534/1592] Wrapping AST for Crypto for debugging
[1554/1592] Emitting module NIOCore
[1564/1593] Wrapping AST for NIOCore for debugging
[1566/1643] Emitting module NIOEmbedded
[1567/1643] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1568/1643] Compiling NIOEmbedded Embedded.swift
[1569/1643] Compiling NIOEmbedded AsyncTestingChannel.swift
[1570/1644] Compiling NIOPosix Pool.swift
[1571/1644] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1572/1644] Compiling NIOPosix PosixSingletons.swift
[1573/1644] Compiling NIOPosix RawSocketBootstrap.swift
[1574/1644] Compiling NIOPosix Resolver.swift
[1575/1644] Compiling NIOPosix Selectable.swift
[1576/1650] Wrapping AST for NIOEmbedded for debugging
[1578/1650] Compiling NIOPosix SelectableChannel.swift
[1579/1650] Compiling NIOPosix SelectableEventLoop.swift
[1580/1650] Compiling NIOPosix SelectorEpoll.swift
[1581/1650] Compiling NIOPosix SelectorGeneric.swift
[1582/1650] Compiling NIOPosix SelectorKqueue.swift
[1583/1650] Compiling NIOPosix SelectorUring.swift
[1584/1650] Compiling NIOPosix ThreadPosix.swift
[1585/1650] Compiling NIOPosix ThreadWindows.swift
[1586/1650] Compiling NIOPosix UnsafeTransfer.swift
[1587/1650] Compiling NIOPosix Utilities.swift
[1588/1650] Compiling NIOPosix VsockAddress.swift
[1589/1650] Compiling NIOPosix VsockChannelEvents.swift
[1590/1650] Emitting module NIOPosix
[1591/1650] Compiling NIOPosix ServerSocket.swift
[1592/1650] Compiling NIOPosix Socket.swift
[1593/1650] Compiling NIOPosix SocketChannel.swift
[1594/1650] Compiling NIOPosix SocketProtocols.swift
[1595/1650] Compiling NIOPosix System.swift
[1596/1650] Compiling NIOPosix Thread.swift
[1597/1650] Compiling NIOPosix IO.swift
[1598/1650] Compiling NIOPosix IntegerBitPacking.swift
[1599/1650] Compiling NIOPosix IntegerTypes.swift
[1600/1650] Compiling NIOPosix Linux.swift
[1601/1650] Compiling NIOPosix LinuxCPUSet.swift
[1602/1650] Compiling NIOPosix LinuxUring.swift
[1603/1650] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1604/1650] Compiling NIOPosix NIOThreadPool.swift
[1605/1650] Compiling NIOPosix NonBlockingFileIO.swift
[1606/1650] Compiling NIOPosix PendingDatagramWritesManager.swift
[1607/1650] Compiling NIOPosix PendingWritesManager.swift
[1608/1650] Compiling NIOPosix PipeChannel.swift
[1609/1650] Compiling NIOPosix PipePair.swift
[1610/1650] Compiling NIOPosix BSDSocketAPICommon.swift
[1611/1650] Compiling NIOPosix BSDSocketAPIPosix.swift
[1612/1650] Compiling NIOPosix BSDSocketAPIWindows.swift
[1613/1650] Compiling NIOPosix BaseSocket.swift
[1614/1650] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1615/1650] Compiling NIOPosix BaseSocketChannel.swift
[1616/1650] Compiling NIOPosix BaseStreamSocketChannel.swift
[1617/1650] Compiling NIOPosix Bootstrap.swift
[1618/1650] Compiling NIOPosix ControlMessage.swift
[1619/1650] Compiling NIOPosix DatagramVectorReadManager.swift
[1620/1650] Compiling NIOPosix Errors+Any.swift
[1621/1650] Compiling NIOPosix FileDescriptor.swift
[1622/1650] Compiling NIOPosix GetaddrinfoResolver.swift
[1623/1650] Compiling NIOPosix HappyEyeballs.swift
[1624/1651] Wrapping AST for NIOPosix for debugging
[1626/1710] Compiling NIO Exports.swift
[1627/1710] Emitting module NIO
[1629/1711] Compiling _NIOFileSystem FileType.swift
[1630/1711] Compiling _NIOFileSystem IOStrategy.swift
[1631/1711] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1632/1725] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1633/1725] Compiling _NIOFileSystem FileSystemError.swift
[1634/1725] Compiling _NIOFileSystem FileSystemProtocol.swift
[1634/1729] Wrapping AST for NIO for debugging
[1636/1752] Compiling AsyncKit Optional+StrictMap.swift
[1637/1752] Compiling AsyncKit Exports.swift
[1638/1752] Compiling NIOTLS TLSEvents.swift
[1639/1752] Compiling _NIOFileSystem ParallelDirCopy.swift
[1640/1752] Compiling _NIOFileSystem ParallelRemoval.swift
[1641/1752] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1642/1752] Compiling _NIOFileSystem CInterop.swift
[1643/1752] Compiling _NIOFileSystem Errno.swift
[1644/1756] Compiling NIOSOCKS ClientStateMachine.swift
[1645/1757] Compiling NIOTLS SNIHandler.swift
[1646/1757] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1647/1757] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1648/1757] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1649/1757] Compiling NIOSOCKS SOCKSResponse.swift
[1650/1757] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1651/1757] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1652/1757] Emitting module NIOSOCKS
[1653/1757] Emitting module NIOTLS
[1654/1757] Compiling NIOSOCKS ServerStateMachine.swift
[1655/1757] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1656/1757] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1658/1758] Emitting module NIOFoundationCompat
[1659/1758] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1660/1759] Compiling NIOSOCKS AuthenticationMethod.swift
[1661/1759] Compiling NIOSOCKS ClientGreeting.swift
[1662/1759] Compiling NIOSOCKS SOCKSClientHandler.swift
[1663/1759] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1664/1759] Compiling NIOSOCKS Errors.swift
[1665/1759] Compiling NIOSOCKS Helpers.swift
[1666/1759] Compiling NIOSOCKS Messages.swift
[1667/1759] Compiling NIOSOCKS SOCKSRequest.swift
[1668/1759] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1669/1759] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1673/1762] Compiling _NIOFileSystem TokenBucket.swift
[1674/1762] Compiling _NIOFileSystem UnsafeTransfer.swift
[1675/1762] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1676/1762] Compiling _NIOFileSystem Mocking.swift
[1677/1762] Compiling _NIOFileSystem Syscall.swift
[1678/1762] Compiling _NIOFileSystem Syscalls.swift
[1681/1762] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1682/1762] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1683/1762] Compiling NIOHTTP1 HTTPTypes.swift
[1685/1762] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1686/1762] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1687/1762] Emitting module NIOHTTP1
[1687/1762] Wrapping AST for NIOFoundationCompat for debugging
[1688/1762] Wrapping AST for NIOTLS for debugging
[1689/1762] Wrapping AST for NIOSOCKS for debugging
[1705/1762] Emitting module _NIOFileSystem
[1706/1762] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1707/1762] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1711/1813] Compiling NIOSSL SSLCertificate.swift
[1712/1813] Compiling NIOSSL SSLCertificateExtensions.swift
[1713/1813] Compiling NIOSSL SSLCertificateName.swift
[1714/1813] Compiling NIOSSL SSLConnection.swift
[1715/1813] Compiling NIOSSL SSLPrivateKey.swift
[1716/1813] Compiling NIOSSL SSLPublicKey.swift
[1717/1813] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1718/1813] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1719/1813] Compiling NIOSSL SubjectAlternativeName.swift
[1720/1815] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1721/1815] Compiling NIOSSL NIOSSLHandler.swift
[1722/1815] Compiling NIOSSL NIOSSLServerHandler.swift
[1723/1815] Compiling NIOSSL IdentityVerification.swift
[1724/1815] Compiling NIOSSL LinuxCABundle.swift
[1725/1815] Compiling NIOSSL NIOSSLClientHandler.swift
[1726/1815] Compiling NIOSSL CustomPrivateKey.swift
[1729/1815] Compiling _NIOFileSystem SystemFileHandle.swift
[1730/1815] Compiling _NIOFileSystem Utilities.swift
[1731/1815] Compiling _NIOFileSystem OpenOptions.swift
[1732/1815] Compiling _NIOFileSystem String+FileSystem.swift
[1733/1815] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1734/1815] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1735/1815] Compiling NIOSSL ObjectIdentifier.swift
[1736/1815] Compiling NIOSSL PosixPort.swift
[1737/1815] Compiling NIOSSL SSLCallbacks.swift
[1738/1815] Emitting module NIOTransportServices
[1739/1815] Compiling NIOSSL AndroidCABundle.swift
[1740/1815] Compiling NIOSSL ByteBufferBIO.swift
[1751/1838] Wrapping AST for NIOTransportServices for debugging
[1753/1886] Compiling NIOHPACK IntegerCoding.swift
[1754/1887] Compiling NIOHPACK StaticHeaderTable.swift
[1755/1887] Emitting module MultipartKit
[1756/1889] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1757/1889] Compiling NIOExtras NIORequestIdentifiable.swift
[1758/1891] Emitting module _NIOFileSystemFoundationCompat
[1759/1891] Emitting module NIOSSL
[1760/1895] Compiling NIOExtras QuiescingHelper.swift
[1761/1895] Compiling NIOExtras UnsafeTransfer.swift
[1762/1895] Compiling NIOHPACK IndexedHeaderTable.swift
[1763/1895] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1764/1895] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1765/1895] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1766/1896] Compiling NIOWebSocket WebSocketOpcode.swift
[1767/1897] Compiling NIOHTTPCompression HTTPDecompression.swift
[1768/1897] Compiling NIOExtras PCAPRingBuffer.swift
[1770/1897] Compiling NIOExtras RequestResponseHandler.swift
[1771/1897] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1772/1897] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1773/1897] Emitting module NIOHTTPCompression
[1774/1897] Compiling NIOHTTPCompression HTTPCompression.swift
[1775/1897] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1776/1897] Compiling NIOHPACK HuffmanCoding.swift
[1777/1897] Compiling NIOHPACK HuffmanTables.swift
[1778/1897] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1779/1897] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1780/1897] Compiling NIOExtras JSONRPCFraming.swift
[1781/1897] Compiling NIOExtras DebugInboundEventsHandler.swift
[1782/1897] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1783/1897] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1784/1897] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1785/1897] Compiling NIOWebSocket WebSocketFrame.swift
[1787/1897] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1788/1897] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1789/1897] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1790/1897] Compiling NIOExtras WritePCAPHandler.swift
[1791/1897] Compiling MultipartKit Utilities.swift
[1792/1898] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1793/1898] Compiling NIOExtras NIOExtrasError.swift
[1797/1898] Emitting module NIOWebSocket
[1800/1898] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1801/1898] Compiling NIOExtras LengthFieldPrepender.swift
[1811/1898] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1812/1898] Emitting module NIOHPACK
[1820/1901] Compiling NIOSSL SafeCompare.swift
[1821/1901] Emitting module NIOExtras
[1822/1901] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[1826/1901] Compiling NIOExtras LineBasedFrameDecoder.swift
[1846/1901] Compiling NIOFileSystem Exports.swift
[1847/1901] Emitting module NIOFileSystem
[1847/1903] Wrapping AST for _NIOFileSystem for debugging
[1858/1904] Compiling NIOSSL SSLContext.swift
[1859/1904] Compiling NIOSSL SSLErrors.swift
[1860/1904] Compiling NIOSSL SSLInit.swift
[1861/1904] Compiling NIOSSL SSLPKCS12Bundle.swift
[1865/1905] Wrapping AST for NIOHTTPCompression for debugging
[1866/1905] Wrapping AST for NIOWebSocket for debugging
[1867/1905] Wrapping AST for NIOHTTP1 for debugging
[1869/1905] Wrapping AST for NIOFileSystem for debugging
[1870/1914] Wrapping AST for MultipartKit for debugging
[1871/1916] Wrapping AST for NIOHPACK for debugging
[1872/1953] Wrapping AST for NIOExtras for debugging
[1874/1987] Compiling NIOHTTP2 Error+Any.swift
[1875/1987] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1876/1987] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1877/1987] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1878/1988] Wrapping AST for NIOSSL for debugging
[1880/1988] Emitting module LeafKit
[1881/1991] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1882/1991] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1883/1991] Compiling NIOHTTP2 MayReceiveFrames.swift
[1884/1991] Compiling NIOHTTP2 ReceivingDataState.swift
[1885/1999] Compiling NIOHTTP2 SendingHeadersState.swift
[1886/1999] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1887/1999] Compiling NIOHTTP2 SendingRstStreamState.swift
[1888/1999] Compiling NIOHTTP2 QuiescingState.swift
[1889/1999] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1890/1999] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1891/1999] Compiling NIOHTTP2 HasLocalSettings.swift
[1892/1999] Compiling NIOHTTP2 HasRemoteSettings.swift
[1893/1999] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1894/1999] Compiling NIOHTTP2 MaySendFrames.swift
[1895/1999] Compiling NIOHTTP2 SendingDataState.swift
[1896/1999] Compiling NIOHTTP2 SendingGoawayState.swift
[1897/1999] Compiling WebSocketKit Exports.swift
[1898/1999] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1899/1999] Compiling WebSocketKit WebSocketHandler.swift
[1900/1999] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1901/1999] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1902/1999] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1903/1999] Emitting module NIOHTTP2
[1904/2007] Emitting module WebSocketKit
[1905/2007] Compiling WebSocketKit WebSocket+Concurrency.swift
[1906/2007] Compiling WebSocketKit WebSocket+Connect.swift
[1907/2007] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1908/2007] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1909/2007] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1910/2007] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1911/2007] Compiling WebSocketKit WebSocket.swift
[1912/2007] Compiling WebSocketKit WebSocketClient.swift
[1920/2008] Compiling LeafKit LeafSyntax.swift
[1921/2008] Compiling LeafKit LeafTag.swift
[1930/2008] Compiling LeafKit String+HTMLEscape.swift
[1931/2008] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1932/2008] Compiling NIOHTTP2 DOSHeuristics.swift
[1937/2008] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1942/2009] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1943/2009] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1944/2009] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1945/2009] Compiling NIOHTTP2 HTTP2StreamID.swift
[1946/2009] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1947/2009] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1948/2009] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1949/2009] Compiling NIOHTTP2 InboundEventBuffer.swift
[1953/2009] Emitting module AsyncKit
[1975/2010] Wrapping AST for WebSocketKit for debugging
[1976/2010] Wrapping AST for LeafKit for debugging
[1978/2010] Compiling NIOHTTP2 InboundWindowManager.swift
[1979/2010] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1980/2010] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1981/2010] Compiling NIOHTTP2 StreamChannelList.swift
[1982/2010] Compiling NIOHTTP2 StreamMap.swift
[1983/2010] Compiling NIOHTTP2 StreamStateMachine.swift
[1984/2010] Compiling NIOHTTP2 UnsafeTransfer.swift
[1985/2010] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1985/2010] Wrapping AST for AsyncKit for debugging
[1987/2010] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1988/2010] Compiling NIOHTTP2 HTTP2Frame.swift
[1989/2010] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1990/2010] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1991/2010] Compiling NIOHTTP2 HTTP2PingData.swift
[1992/2010] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1993/2010] Compiling NIOHTTP2 HTTP2Settings.swift
[1994/2010] Compiling NIOHTTP2 HTTP2Stream.swift
[1995/2010] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1996/2010] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1997/2010] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1998/2010] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1999/2010] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[2000/2010] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[2001/2010] Compiling NIOHTTP2 HTTP2Error.swift
[2002/2010] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[2003/2011] Wrapping AST for NIOHTTP2 for debugging
[2005/2071] Emitting module AsyncHTTPClient
[2006/2079] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2007/2079] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2008/2079] Compiling AsyncHTTPClient Transaction.swift
[2009/2079] Compiling AsyncHTTPClient Base64.swift
[2010/2079] Compiling AsyncHTTPClient BasicAuth.swift
[2011/2079] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2012/2079] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2013/2079] Compiling AsyncHTTPClient ConnectionPool.swift
[2014/2079] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2015/2079] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2016/2079] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2017/2079] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2018/2079] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2019/2079] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2020/2079] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2021/2079] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2022/2079] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2023/2079] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2024/2079] Compiling AsyncHTTPClient RequestBag.swift
[2025/2079] Compiling AsyncHTTPClient RequestValidation.swift
[2026/2079] Compiling AsyncHTTPClient SSLContextCache.swift
[2027/2079] Compiling AsyncHTTPClient Scheme.swift
[2028/2079] Compiling AsyncHTTPClient Singleton.swift
[2029/2079] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2030/2079] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2031/2079] Compiling AsyncHTTPClient Utils.swift
[2032/2079] Compiling AsyncHTTPClient ConnectionTarget.swift
[2033/2079] Compiling AsyncHTTPClient DeconstructedURL.swift
[2034/2079] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2035/2079] Compiling AsyncHTTPClient FoundationExtensions.swift
[2036/2079] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2037/2079] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2038/2079] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2039/2079] Compiling AsyncHTTPClient HTTPClient.swift
[2040/2079] Compiling AsyncHTTPClient HTTPHandler.swift
[2041/2079] Compiling AsyncHTTPClient LRUCache.swift
[2042/2079] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2043/2079] Compiling AsyncHTTPClient NWErrorHandler.swift
[2044/2079] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2045/2079] Compiling AsyncHTTPClient TLSConfiguration.swift
[2046/2079] Compiling AsyncHTTPClient RedirectState.swift
[2047/2079] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2048/2079] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2049/2079] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2050/2079] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2051/2079] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2052/2079] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2053/2079] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2054/2079] Compiling AsyncHTTPClient RequestBodyLength.swift
[2055/2079] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2056/2079] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2057/2079] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2058/2079] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2059/2079] Compiling AsyncHTTPClient HTTP1Connection.swift
[2060/2079] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2061/2079] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2062/2079] Compiling AsyncHTTPClient HTTP2Connection.swift
[2063/2079] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2064/2079] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2065/2079] Compiling AsyncHTTPClient RequestOptions.swift
[2066/2079] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2067/2079] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2068/2079] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2069/2079] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2070/2079] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2071/2079] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2072/2079] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2073/2080] Wrapping AST for AsyncHTTPClient for debugging
[2075/2249] Compiling Vapor HTTPServerResponseEncoder.swift
[2076/2249] Compiling Vapor HTTPServerUpgradeHandler.swift
[2077/2249] Compiling Vapor Logger+Report.swift
[2078/2249] Compiling Vapor LoggingSystem+Environment.swift
[2079/2249] Compiling Vapor Application+Middleware.swift
[2080/2249] Compiling Vapor CORSMiddleware.swift
[2081/2249] Compiling Vapor ErrorMiddleware.swift
[2082/2249] Compiling Vapor FileMiddleware.swift
[2083/2249] Compiling Vapor Middleware.swift
[2084/2249] Compiling Vapor MiddlewareConfiguration.swift
[2085/2249] Compiling Vapor ResponseCompressionMiddleware.swift
[2086/2249] Compiling Vapor RouteLoggingMiddleware.swift
[2087/2249] Compiling Vapor TracingMiddleware.swift
[2088/2249] Compiling Vapor File+Multipart.swift
[2089/2249] Compiling Vapor FormDataDecoder+Content.swift
[2090/2249] Compiling Vapor FormDataEncoder+Content.swift
[2091/2249] Compiling Vapor Application+Password.swift
[2092/2249] Compiling Vapor Application+Passwords.swift
[2093/2249] Compiling Vapor AsyncPasswordHasher.swift
[2094/2249] Compiling Vapor BcryptHasher.swift
[2095/2249] Compiling Vapor PasswordHasher.swift
[2096/2249] Compiling Vapor PlaintextHasher.swift
[2097/2249] Compiling Vapor Request+Password.swift
[2098/2249] Compiling Vapor Redirect.swift
[2099/2273] Compiling Vapor Application.swift
[2100/2273] Compiling Vapor AuthenticationCache.swift
[2101/2273] Compiling Vapor Authenticator.swift
[2102/2273] Compiling Vapor BasicAuthorization.swift
[2103/2273] Compiling Vapor BearerAuthorization.swift
[2104/2273] Compiling Vapor GuardMiddleware.swift
[2105/2273] Compiling Vapor RedirectMiddleware.swift
[2106/2273] Compiling Vapor SessionAuthenticatable.swift
[2107/2273] Compiling Vapor Bcrypt.swift
[2108/2273] Compiling Vapor Application+Cache.swift
[2109/2273] Compiling Vapor Cache.swift
[2110/2273] Compiling Vapor CacheExpirationTime.swift
[2111/2273] Compiling Vapor MemoryCache.swift
[2112/2273] Compiling Vapor Request+Cache.swift
[2113/2273] Compiling Vapor Application+Clients.swift
[2114/2273] Compiling Vapor Client.swift
[2115/2273] Compiling Vapor ClientRequest.swift
[2116/2273] Compiling Vapor ClientResponse.swift
[2117/2273] Compiling Vapor Request+Client.swift
[2118/2273] Compiling Vapor BootCommand.swift
[2119/2273] Compiling Vapor CommandContext+Application.swift
[2120/2273] Compiling Vapor RoutesCommand.swift
[2121/2273] Compiling Vapor ServeCommand.swift
[2122/2273] Compiling Vapor AnyResponse+Concurrency.swift
[2123/2297] Compiling Vapor Validator.swift
[2124/2297] Compiling Vapor ValidatorResult.swift
[2125/2297] Compiling Vapor And.swift
[2126/2297] Compiling Vapor Case.swift
[2127/2297] Compiling Vapor CharacterSet.swift
[2128/2297] Compiling Vapor Count.swift
[2129/2297] Compiling Vapor Custom.swift
[2130/2297] Compiling Vapor Email.swift
[2131/2297] Compiling Vapor Empty.swift
[2132/2297] Compiling Vapor In.swift
[2133/2297] Compiling Vapor Nil.swift
[2134/2297] Compiling Vapor NilIgnoring.swift
[2135/2297] Compiling Vapor Not.swift
[2136/2297] Compiling Vapor Or.swift
[2137/2297] Compiling Vapor Pattern.swift
[2138/2297] Compiling Vapor Range.swift
[2139/2297] Compiling Vapor URL.swift
[2140/2297] Compiling Vapor Valid.swift
[2141/2297] Compiling Vapor Application+Views.swift
[2142/2297] Compiling Vapor PlaintextRenderer.swift
[2143/2297] Compiling Vapor Request+View.swift
[2144/2297] Compiling Vapor View.swift
[2145/2297] Compiling Vapor ViewRenderer.swift
[2146/2297] Compiling Vapor _Deprecations.swift
[2147/2297] Compiling Vapor AsyncBasicResponder.swift
[2148/2297] Compiling Vapor AsyncMiddleware.swift
[2149/2297] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2150/2297] Compiling Vapor AsyncSessionDriver.swift
[2151/2297] Compiling Vapor Authentication+Concurrency.swift
[2152/2297] Compiling Vapor Cache+Concurrency.swift
[2153/2297] Compiling Vapor Client+Concurrency.swift
[2154/2297] Compiling Vapor RequestBody+Concurrency.swift
[2155/2297] Compiling Vapor Responder+Concurrency.swift
[2156/2297] Compiling Vapor ResponseCodable+Concurrency.swift
[2157/2297] Compiling Vapor RoutesBuilder+Concurrency.swift
[2158/2297] Compiling Vapor ViewRenderer+Concurrency.swift
[2159/2297] Compiling Vapor WebSocket+Concurrency.swift
[2160/2297] Compiling Vapor ContainerGetPathExecutor.swift
[2161/2297] Compiling Vapor Content.swift
[2162/2297] Compiling Vapor ContentCoders.swift
[2163/2297] Compiling Vapor ContentConfiguration.swift
[2164/2297] Compiling Vapor ContentContainer.swift
[2165/2297] Compiling Vapor JSONCoder+Custom.swift
[2166/2297] Compiling Vapor JSONCoders+Content.swift
[2167/2297] Compiling Vapor PlaintextDecoder.swift
[2168/2297] Compiling Vapor PlaintextEncoder.swift
[2169/2297] Compiling Vapor URLQueryCoders.swift
[2170/2297] Compiling Vapor URLQueryContainer.swift
[2171/2297] Compiling Vapor Request+Body.swift
[2172/2297] Compiling Vapor Request+BodyStream.swift
[2173/2297] Compiling Vapor Request.swift
[2174/2297] Compiling Vapor Application+Responder.swift
[2175/2297] Compiling Vapor DefaultResponder.swift
[2176/2297] Compiling Vapor Response+Body.swift
[2177/2297] Compiling Vapor Response.swift
[2178/2297] Compiling Vapor ResponseCodable.swift
[2179/2297] Compiling Vapor Application+Routes.swift
[2180/2297] Compiling Vapor Parameters+Require.swift
[2181/2297] Compiling Vapor Request+WebSocket.swift
[2182/2297] Compiling Vapor Route.swift
[2183/2297] Compiling Vapor RouteCollection.swift
[2184/2297] Compiling Vapor Routes.swift
[2185/2297] Compiling Vapor RoutesBuilder+Group.swift
[2186/2297] Compiling Vapor RoutesBuilder+Method.swift
[2187/2297] Compiling Vapor RoutesBuilder+Middleware.swift
[2188/2297] Compiling Vapor RoutesBuilder+WebSocket.swift
[2189/2297] Compiling Vapor RoutesBuilder.swift
[2190/2297] Compiling Vapor OTP.swift
[2191/2297] Compiling Vapor Application+Servers.swift
[2192/2297] Compiling Vapor Server.swift
[2193/2297] Compiling Vapor App+Service.swift
[2194/2297] Compiling Vapor Req+Service.swift
[2195/2297] Compiling Vapor Service.swift
[2196/2297] Compiling Vapor Application+Sessions.swift
[2197/2297] Compiling Vapor MemorySessions.swift
[2198/2297] Compiling Vapor Request+Session.swift
[2199/2297] Compiling Vapor Session.swift
[2200/2297] Compiling Vapor SessionCache.swift
[2201/2297] Compiling Vapor SessionData.swift
[2202/2297] Compiling Vapor SessionDriver.swift
[2203/2297] Compiling Vapor SessionsConfiguration.swift
[2204/2297] Compiling Vapor SessionsMiddleware.swift
[2205/2297] Compiling Vapor URLEncodedFormData.swift
[2206/2297] Compiling Vapor URLEncodedFormDecoder.swift
[2207/2297] Compiling Vapor URLEncodedFormEncoder.swift
[2208/2297] Compiling Vapor URLEncodedFormError.swift
[2209/2297] Compiling Vapor URLEncodedFormParser.swift
[2210/2297] Compiling Vapor URLEncodedFormSerializer.swift
[2211/2297] Compiling Vapor URLQueryFragmentConvertible.swift
[2212/2297] Compiling Vapor AnyResponse.swift
[2213/2297] Compiling Vapor Array+Random.swift
[2214/2297] Compiling Vapor Base32.swift
[2215/2297] Compiling Vapor Base64.swift
[2216/2297] Compiling Vapor BaseN.swift
[2217/2297] Compiling Vapor BasicCodingKey.swift
[2218/2297] Compiling Vapor ByteCount.swift
[2219/2297] Emitting module Vapor
[2220/2297] Compiling Vapor Bytes+Hex.swift
[2221/2297] Compiling Vapor Bytes+SecureCompare.swift
[2222/2297] Compiling Vapor Collection+Safe.swift
[2223/2297] Compiling Vapor DataProtocol+Copy.swift
[2224/2297] Compiling Vapor DecoderUnwrapper.swift
[2225/2297] Compiling Vapor DirectoryConfiguration.swift
[2226/2297] Compiling Vapor DotEnv.swift
[2227/2297] Compiling Vapor Extendable.swift
[2228/2297] Compiling Vapor File.swift
[2229/2297] Compiling Vapor FileIO.swift
[2230/2297] Compiling Vapor LifecycleHandler.swift
[2231/2297] Compiling Vapor OptionalType.swift
[2232/2297] Compiling Vapor RFC1123.swift
[2233/2297] Compiling Vapor SocketAddress+Hostname.swift
[2234/2297] Compiling Vapor Storage.swift
[2235/2297] Compiling Vapor String+IsIPAddress.swift
[2236/2297] Compiling Vapor Thread.swift
[2237/2297] Compiling Vapor URI.swift
[2238/2297] Compiling Vapor RangeResult.swift
[2239/2297] Compiling Vapor Validatable.swift
[2240/2297] Compiling Vapor Validation.swift
[2241/2297] Compiling Vapor ValidationKey.swift
[2242/2297] Compiling Vapor Validations.swift
[2243/2297] Compiling Vapor ValidationsError.swift
[2244/2297] Compiling Vapor HTTPStatus.swift
[2245/2297] Compiling Vapor HTTPCookies.swift
[2246/2297] Compiling Vapor HTTPHeaderCacheControl.swift
[2247/2297] Compiling Vapor HTTPHeaderExpires.swift
[2248/2297] Compiling Vapor HTTPHeaderLastModified.swift
[2249/2297] Compiling Vapor HTTPHeaders+Cache.swift
[2250/2297] Compiling Vapor HTTPHeaders+Connection.swift
[2251/2297] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2252/2297] Compiling Vapor HTTPHeaders+ContentRange.swift
[2253/2297] Compiling Vapor HTTPHeaders+Directive.swift
[2254/2297] Compiling Vapor HTTPHeaders+Forwarded.swift
[2255/2297] Compiling Vapor HTTPHeaders+Link.swift
[2256/2297] Compiling Vapor HTTPHeaders+Name.swift
[2257/2297] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2258/2297] Compiling Vapor HTTPHeaders.swift
[2259/2297] Compiling Vapor HTTPMediaType.swift
[2260/2297] Compiling Vapor HTTPMediaTypePreference.swift
[2261/2297] Compiling Vapor Responder.swift
[2262/2297] Compiling Vapor Application+HTTP+Server.swift
[2263/2297] Compiling Vapor HTTPServer.swift
[2264/2297] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2265/2297] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2266/2297] Compiling Vapor HTTPServerHandler.swift
[2267/2297] Compiling Vapor HTTPServerRequestDecoder.swift
[2268/2297] Compiling Vapor Core.swift
[2269/2297] Compiling Vapor Running.swift
[2270/2297] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2271/2297] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2272/2297] Compiling Vapor DotEnvFile+load.swift
[2273/2297] Compiling Vapor Routes+caseInsenstive.swift
[2274/2297] Compiling Vapor Validatable+validate.swift
[2275/2297] Compiling Vapor Environment+Process.swift
[2276/2297] Compiling Vapor Environment+Secret.swift
[2277/2297] Compiling Vapor Environment.swift
[2278/2297] Compiling Vapor Abort.swift
[2279/2297] Compiling Vapor AbortError.swift
[2280/2297] Compiling Vapor DebuggableError.swift
[2281/2297] Compiling Vapor Demangler.swift
[2282/2297] Compiling Vapor ErrorSource.swift
[2283/2297] Compiling Vapor StackTrace.swift
[2284/2297] Compiling Vapor Exports.swift
[2285/2297] Compiling Vapor Application+HTTP.swift
[2286/2297] Compiling Vapor BasicResponder.swift
[2287/2297] Compiling Vapor BodyStream.swift
[2288/2297] Compiling Vapor Application+HTTP+Client.swift
[2289/2297] Compiling Vapor EventLoopHTTPClient.swift
[2290/2297] Compiling Vapor EndpointCache.swift
[2291/2297] Compiling Vapor HTTPMethod+String.swift
[2292/2298] Wrapping AST for Vapor for debugging
[2294/2305] Compiling Leaf LeafRenderer+ViewRenderer.swift
[2295/2305] Compiling Leaf LeafError+AbortError.swift
[2296/2305] Compiling Leaf Request+Leaf.swift
[2297/2305] Emitting module Leaf
[2298/2305] Compiling Leaf Exports.swift
[2299/2305] Compiling Leaf Application+Leaf.swift
[2300/2305] Compiling Leaf LeafEncoder.swift
[2301/2307] Wrapping AST for Leaf for debugging
[2303/2344] Emitting module VHX
/host/spi-builder-workspace/Sources/VHX/Htmx/Application+HtmxConfiguration.swift:4:12: warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
2 |
3 | public extension Application {
4 | struct HtmxStorageKey: StorageKey {
| `- warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
5 | public typealias Value = HtmxConfiguration
6 | }
/host/spi-builder-workspace/Sources/VHX/Htmx/HXConfiguration.swift:3:15: note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
1 | import Vapor
2 |
3 | public struct HtmxConfiguration {
| `- note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
4 | public var pageSource: HXLeafSource
5 | public var errorAttemptCountHeaderName: String?
/host/spi-builder-workspace/Sources/VHX/Htmx/HXError.swift:5:16: warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
3 | public struct HXError: Error {
4 | public let abort: Abort
5 | public let handler: (_ req: Request, _ abort: Abort, _ htmxPreferred: Bool) async throws -> Response
| |- warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
6 |
7 | public init(abort: Abort, handler: @escaping (_: Request, _: Abort, _: Bool) async throws -> Response) {
/host/spi-builder-workspace/Sources/VHX/Htmx/Request+Htmx.swift:4:12: warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
2 |
3 | public extension Request {
4 | struct HtmxStorageKey: StorageKey {
| `- warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
5 | public typealias Value = Htmx
6 | }
/host/spi-builder-workspace/Sources/VHX/Htmx/Htmx.swift:3:15: note: consider making struct 'Htmx' conform to the 'Sendable' protocol
1 | import Vapor
2 |
3 | public struct Htmx {
| `- note: consider making struct 'Htmx' conform to the 'Sendable' protocol
4 | public enum Preference {
5 | case htmx, html, api
/host/spi-builder-workspace/Sources/VHX/Localisation/Application+Language.swift:4:12: warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
2 |
3 | public extension Application {
4 | struct LocalisationStorageKey: StorageKey {
| `- warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
5 | public typealias Value = HXLocalisations
6 | }
/host/spi-builder-workspace/Sources/VHX/Localisation/HXLocalisation.swift:3:15: note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
1 | import Vapor
2 |
3 | public struct HXLocalisations {
| `- note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
4 | public var providers: [String: any HXLocalisable]
5 | public var defaultLanguageCode: String
[2304/2349] Compiling VHX HXLocationHeader.swift
[2305/2349] Compiling VHX HXPushUrlHeader.swift
[2306/2349] Compiling VHX HXRedirectHeader.swift
[2307/2349] Compiling VHX HXRefreshHeader.swift
[2308/2349] Compiling VHX HXReplaceUrlHeader.swift
[2309/2349] Compiling VHX HXLocalisable.swift
[2310/2349] Compiling VHX HXLocalisation.swift
[2311/2349] Compiling VHX HXRequestLocalisation.swift
[2312/2349] Compiling VHX Request+Langauge.swift
[2313/2349] Compiling VHX HXErrorMiddleware.swift
[2314/2349] Compiling VHX HXReselectHeader.swift
[2315/2349] Compiling VHX HXResponseHeaders.swift
[2316/2349] Compiling VHX HXReswapHeader.swift
[2317/2349] Compiling VHX HXRetargetHeader.swift
[2318/2349] Compiling VHX HXTriggerHeader.swift
[2319/2349] Compiling VHX HXTextTag.swift
[2320/2349] Compiling VHX Date+CustomInterval.swift
[2321/2349] Compiling VHX Request+BaseUrl.swift
[2322/2349] Compiling VHX String+View.swift
[2323/2349] Compiling VHX VHX.swift
[2324/2349] Compiling VHX Request+Htmx.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/Request+Htmx.swift:4:12: warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
2 |
3 | public extension Request {
4 | struct HtmxStorageKey: StorageKey {
| `- warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
5 | public typealias Value = Htmx
6 | }
/host/spi-builder-workspace/Sources/VHX/Htmx/Htmx.swift:3:15: note: consider making struct 'Htmx' conform to the 'Sendable' protocol
1 | import Vapor
2 |
3 | public struct Htmx {
| `- note: consider making struct 'Htmx' conform to the 'Sendable' protocol
4 | public enum Preference {
5 | case htmx, html, api
/host/spi-builder-workspace/Sources/VHX/Localisation/Application+Language.swift:4:12: warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
2 |
3 | public extension Application {
4 | struct LocalisationStorageKey: StorageKey {
| `- warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
5 | public typealias Value = HXLocalisations
6 | }
/host/spi-builder-workspace/Sources/VHX/Localisation/HXLocalisation.swift:3:15: note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
1 | import Vapor
2 |
3 | public struct HXLocalisations {
| `- note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
4 | public var providers: [String: any HXLocalisable]
5 | public var defaultLanguageCode: String
[2325/2349] Compiling VHX Response+AddHeaders.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/Request+Htmx.swift:4:12: warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
2 |
3 | public extension Request {
4 | struct HtmxStorageKey: StorageKey {
| `- warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
5 | public typealias Value = Htmx
6 | }
/host/spi-builder-workspace/Sources/VHX/Htmx/Htmx.swift:3:15: note: consider making struct 'Htmx' conform to the 'Sendable' protocol
1 | import Vapor
2 |
3 | public struct Htmx {
| `- note: consider making struct 'Htmx' conform to the 'Sendable' protocol
4 | public enum Preference {
5 | case htmx, html, api
/host/spi-builder-workspace/Sources/VHX/Localisation/Application+Language.swift:4:12: warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
2 |
3 | public extension Application {
4 | struct LocalisationStorageKey: StorageKey {
| `- warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
5 | public typealias Value = HXLocalisations
6 | }
/host/spi-builder-workspace/Sources/VHX/Localisation/HXLocalisation.swift:3:15: note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
1 | import Vapor
2 |
3 | public struct HXLocalisations {
| `- note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
4 | public var providers: [String: any HXLocalisable]
5 | public var defaultLanguageCode: String
[2326/2349] Compiling VHX Application+Language.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/Request+Htmx.swift:4:12: warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
2 |
3 | public extension Request {
4 | struct HtmxStorageKey: StorageKey {
| `- warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
5 | public typealias Value = Htmx
6 | }
/host/spi-builder-workspace/Sources/VHX/Htmx/Htmx.swift:3:15: note: consider making struct 'Htmx' conform to the 'Sendable' protocol
1 | import Vapor
2 |
3 | public struct Htmx {
| `- note: consider making struct 'Htmx' conform to the 'Sendable' protocol
4 | public enum Preference {
5 | case htmx, html, api
/host/spi-builder-workspace/Sources/VHX/Localisation/Application+Language.swift:4:12: warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
2 |
3 | public extension Application {
4 | struct LocalisationStorageKey: StorageKey {
| `- warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
5 | public typealias Value = HXLocalisations
6 | }
/host/spi-builder-workspace/Sources/VHX/Localisation/HXLocalisation.swift:3:15: note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
1 | import Vapor
2 |
3 | public struct HXLocalisations {
| `- note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
4 | public var providers: [String: any HXLocalisable]
5 | public var defaultLanguageCode: String
[2327/2349] Compiling VHX HTTPHeaders+Language.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/Request+Htmx.swift:4:12: warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
2 |
3 | public extension Request {
4 | struct HtmxStorageKey: StorageKey {
| `- warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
5 | public typealias Value = Htmx
6 | }
/host/spi-builder-workspace/Sources/VHX/Htmx/Htmx.swift:3:15: note: consider making struct 'Htmx' conform to the 'Sendable' protocol
1 | import Vapor
2 |
3 | public struct Htmx {
| `- note: consider making struct 'Htmx' conform to the 'Sendable' protocol
4 | public enum Preference {
5 | case htmx, html, api
/host/spi-builder-workspace/Sources/VHX/Localisation/Application+Language.swift:4:12: warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
2 |
3 | public extension Application {
4 | struct LocalisationStorageKey: StorageKey {
| `- warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
5 | public typealias Value = HXLocalisations
6 | }
/host/spi-builder-workspace/Sources/VHX/Localisation/HXLocalisation.swift:3:15: note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
1 | import Vapor
2 |
3 | public struct HXLocalisations {
| `- note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
4 | public var providers: [String: any HXLocalisable]
5 | public var defaultLanguageCode: String
[2328/2349] Compiling VHX HXLangaugeHeader.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/Request+Htmx.swift:4:12: warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
2 |
3 | public extension Request {
4 | struct HtmxStorageKey: StorageKey {
| `- warning: type 'Request.HtmxStorageKey.Value' (aka 'Htmx') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
5 | public typealias Value = Htmx
6 | }
/host/spi-builder-workspace/Sources/VHX/Htmx/Htmx.swift:3:15: note: consider making struct 'Htmx' conform to the 'Sendable' protocol
1 | import Vapor
2 |
3 | public struct Htmx {
| `- note: consider making struct 'Htmx' conform to the 'Sendable' protocol
4 | public enum Preference {
5 | case htmx, html, api
/host/spi-builder-workspace/Sources/VHX/Localisation/Application+Language.swift:4:12: warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
2 |
3 | public extension Application {
4 | struct LocalisationStorageKey: StorageKey {
| `- warning: type 'Application.LocalisationStorageKey.Value' (aka 'HXLocalisations') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
5 | public typealias Value = HXLocalisations
6 | }
/host/spi-builder-workspace/Sources/VHX/Localisation/HXLocalisation.swift:3:15: note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
1 | import Vapor
2 |
3 | public struct HXLocalisations {
| `- note: consider making struct 'HXLocalisations' conform to the 'Sendable' protocol
4 | public var providers: [String: any HXLocalisable]
5 | public var defaultLanguageCode: String
[2329/2349] Compiling VHX Abort+HX.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/Application+HtmxConfiguration.swift:4:12: warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
2 |
3 | public extension Application {
4 | struct HtmxStorageKey: StorageKey {
| `- warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
5 | public typealias Value = HtmxConfiguration
6 | }
/host/spi-builder-workspace/Sources/VHX/Htmx/HXConfiguration.swift:3:15: note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
1 | import Vapor
2 |
3 | public struct HtmxConfiguration {
| `- note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
4 | public var pageSource: HXLeafSource
5 | public var errorAttemptCountHeaderName: String?
[2330/2349] Compiling VHX Application+HtmxConfiguration.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/Application+HtmxConfiguration.swift:4:12: warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
2 |
3 | public extension Application {
4 | struct HtmxStorageKey: StorageKey {
| `- warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
5 | public typealias Value = HtmxConfiguration
6 | }
/host/spi-builder-workspace/Sources/VHX/Htmx/HXConfiguration.swift:3:15: note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
1 | import Vapor
2 |
3 | public struct HtmxConfiguration {
| `- note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
4 | public var pageSource: HXLeafSource
5 | public var errorAttemptCountHeaderName: String?
[2331/2349] Compiling VHX Array+HXResponseHeaderAddable.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/Application+HtmxConfiguration.swift:4:12: warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
2 |
3 | public extension Application {
4 | struct HtmxStorageKey: StorageKey {
| `- warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
5 | public typealias Value = HtmxConfiguration
6 | }
/host/spi-builder-workspace/Sources/VHX/Htmx/HXConfiguration.swift:3:15: note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
1 | import Vapor
2 |
3 | public struct HtmxConfiguration {
| `- note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
4 | public var pageSource: HXLeafSource
5 | public var errorAttemptCountHeaderName: String?
[2332/2349] Compiling VHX Content+HX.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/Application+HtmxConfiguration.swift:4:12: warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
2 |
3 | public extension Application {
4 | struct HtmxStorageKey: StorageKey {
| `- warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
5 | public typealias Value = HtmxConfiguration
6 | }
/host/spi-builder-workspace/Sources/VHX/Htmx/HXConfiguration.swift:3:15: note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
1 | import Vapor
2 |
3 | public struct HtmxConfiguration {
| `- note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
4 | public var pageSource: HXLeafSource
5 | public var errorAttemptCountHeaderName: String?
[2333/2349] Compiling VHX HTTPHeaders+HXRequestHeaders.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/Application+HtmxConfiguration.swift:4:12: warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
2 |
3 | public extension Application {
4 | struct HtmxStorageKey: StorageKey {
| `- warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
5 | public typealias Value = HtmxConfiguration
6 | }
/host/spi-builder-workspace/Sources/VHX/Htmx/HXConfiguration.swift:3:15: note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
1 | import Vapor
2 |
3 | public struct HtmxConfiguration {
| `- note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
4 | public var pageSource: HXLeafSource
5 | public var errorAttemptCountHeaderName: String?
[2334/2349] Compiling VHX HTTPStatus+HX.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/Application+HtmxConfiguration.swift:4:12: warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
2 |
3 | public extension Application {
4 | struct HtmxStorageKey: StorageKey {
| `- warning: type 'Application.HtmxStorageKey.Value' (aka 'HtmxConfiguration') does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
5 | public typealias Value = HtmxConfiguration
6 | }
/host/spi-builder-workspace/Sources/VHX/Htmx/HXConfiguration.swift:3:15: note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
1 | import Vapor
2 |
3 | public struct HtmxConfiguration {
| `- note: consider making struct 'HtmxConfiguration' conform to the 'Sendable' protocol
4 | public var pageSource: HXLeafSource
5 | public var errorAttemptCountHeaderName: String?
[2335/2349] Compiling VHX HXRequestHeaders.swift
[2336/2349] Compiling VHX HXResponseConfiguration.swift
[2337/2349] Compiling VHX HXResponseHeaderAddable.swift
[2338/2349] Compiling VHX HXTemplateable.swift
[2339/2349] Compiling VHX Htmx.swift
[2340/2349] Compiling VHX HX.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/HXError.swift:5:16: warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
3 | public struct HXError: Error {
4 | public let abort: Abort
5 | public let handler: (_ req: Request, _ abort: Abort, _ htmxPreferred: Bool) async throws -> Response
| |- warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
6 |
7 | public init(abort: Abort, handler: @escaping (_: Request, _: Abort, _: Bool) async throws -> Response) {
[2341/2349] Compiling VHX HXBasicLeafTemplate.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/HXError.swift:5:16: warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
3 | public struct HXError: Error {
4 | public let abort: Abort
5 | public let handler: (_ req: Request, _ abort: Abort, _ htmxPreferred: Bool) async throws -> Response
| |- warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
6 |
7 | public init(abort: Abort, handler: @escaping (_: Request, _: Abort, _: Bool) async throws -> Response) {
[2342/2349] Compiling VHX HXConfiguration.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/HXError.swift:5:16: warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
3 | public struct HXError: Error {
4 | public let abort: Abort
5 | public let handler: (_ req: Request, _ abort: Abort, _ htmxPreferred: Bool) async throws -> Response
| |- warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
6 |
7 | public init(abort: Abort, handler: @escaping (_: Request, _: Abort, _: Bool) async throws -> Response) {
[2343/2349] Compiling VHX HXError.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/HXError.swift:5:16: warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
3 | public struct HXError: Error {
4 | public let abort: Abort
5 | public let handler: (_ req: Request, _ abort: Abort, _ htmxPreferred: Bool) async throws -> Response
| |- warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
6 |
7 | public init(abort: Abort, handler: @escaping (_: Request, _: Abort, _: Bool) async throws -> Response) {
[2344/2349] Compiling VHX HXLeafSource.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/HXError.swift:5:16: warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
3 | public struct HXError: Error {
4 | public let abort: Abort
5 | public let handler: (_ req: Request, _ abort: Abort, _ htmxPreferred: Bool) async throws -> Response
| |- warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
6 |
7 | public init(abort: Abort, handler: @escaping (_: Request, _: Abort, _: Bool) async throws -> Response) {
[2345/2349] Compiling VHX HXRedirect.swift
/host/spi-builder-workspace/Sources/VHX/Htmx/HXError.swift:5:16: warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
3 | public struct HXError: Error {
4 | public let abort: Abort
5 | public let handler: (_ req: Request, _ abort: Abort, _ htmxPreferred: Bool) async throws -> Response
| |- warning: stored property 'handler' of 'Sendable'-conforming struct 'HXError' has non-sendable type '(Request, Abort, Bool) async throws -> Response'; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
6 |
7 | public init(abort: Abort, handler: @escaping (_: Request, _: Abort, _: Bool) async throws -> Response) {
[2346/2350] Wrapping AST for VHX for debugging
[2348/2362] Compiling Demo routes.swift
[2349/2363] Compiling Demo resource_bundle_accessor.swift
[2350/2363] Compiling Demo configure.swift
[2351/2363] Compiling Demo entrypoint.swift
/host/spi-builder-workspace/Sources/Demo/entrypoint.swift:10:19: warning: initializer 'init' is unavailable from asynchronous contexts; This initialiser cannot be used in async contexts, use Application.make(_:_:) instead; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
8 | try LoggingSystem.bootstrap(from: &env)
9 |
10 | let app = Application(env)
| `- warning: initializer 'init' is unavailable from asynchronous contexts; This initialiser cannot be used in async contexts, use Application.make(_:_:) instead; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
11 | defer { app.shutdown() }
12 |
/host/spi-builder-workspace/Sources/Demo/entrypoint.swift:11:21: warning: instance method 'shutdown' is unavailable from asynchronous contexts; This can block the thread and should not be called in an async context; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
9 |
10 | let app = Application(env)
11 | defer { app.shutdown() }
| `- warning: instance method 'shutdown' is unavailable from asynchronous contexts; This can block the thread and should not be called in an async context; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
12 |
13 | do {
[2352/2363] Compiling Demo ActiveSearch.swift
/host/spi-builder-workspace/Sources/Demo/Controllers/ActiveSearch.swift:58:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
56 | var users: [User]
57 |
58 | static var `default`: ActiveSearch = .init(users: [
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
59 | .init(firstName: "Venus", lastName: "Grimes", email: "lectus.rutrum@Duisa.edu"),
60 | .init(firstName: "Fletcher", lastName: "Owen", email: "metus@Aenean.org"),
/host/spi-builder-workspace/Sources/Demo/Controllers/BulkUpdate.swift:75:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
73 | }
74 |
75 | static var `default`: BulkUpdate = .init(users: [
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
76 | .init(name: "Joe Smith", email: "joe@smith.org", isActive: true),
77 | .init(name: "Angie MacDowell", email: "angie@macdowell.org", isActive: true),
[2353/2363] Compiling Demo BulkUpdate.swift
/host/spi-builder-workspace/Sources/Demo/Controllers/ActiveSearch.swift:58:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
56 | var users: [User]
57 |
58 | static var `default`: ActiveSearch = .init(users: [
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
59 | .init(firstName: "Venus", lastName: "Grimes", email: "lectus.rutrum@Duisa.edu"),
60 | .init(firstName: "Fletcher", lastName: "Owen", email: "metus@Aenean.org"),
/host/spi-builder-workspace/Sources/Demo/Controllers/BulkUpdate.swift:75:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
73 | }
74 |
75 | static var `default`: BulkUpdate = .init(users: [
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
76 | .init(name: "Joe Smith", email: "joe@smith.org", isActive: true),
77 | .init(name: "Angie MacDowell", email: "angie@macdowell.org", isActive: true),
[2354/2363] Compiling Demo InfiniteScroll.swift
[2355/2363] Compiling Demo LazyLoading.swift
[2356/2363] Compiling Demo ClickToLoad.swift
/host/spi-builder-workspace/Sources/Demo/Controllers/DeleteRow.swift:49:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
47 | var users: [User]
48 |
49 | static var `default`: DeleteRow = .init(users: [
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
50 | .init(name: "Joe Smith", email: "joe@smith.org", status: "Active"),
51 | .init(name: "Angie MacDowell", email: "angie@macdowell.org", status: "Active"),
[2357/2363] Compiling Demo DeleteRow.swift
/host/spi-builder-workspace/Sources/Demo/Controllers/DeleteRow.swift:49:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
47 | var users: [User]
48 |
49 | static var `default`: DeleteRow = .init(users: [
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
50 | .init(name: "Joe Smith", email: "joe@smith.org", status: "Active"),
51 | .init(name: "Angie MacDowell", email: "angie@macdowell.org", status: "Active"),
[2358/2363] Emitting module Demo
/host/spi-builder-workspace/Sources/Demo/Controllers/ActiveSearch.swift:58:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
56 | var users: [User]
57 |
58 | static var `default`: ActiveSearch = .init(users: [
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
59 | .init(firstName: "Venus", lastName: "Grimes", email: "lectus.rutrum@Duisa.edu"),
60 | .init(firstName: "Fletcher", lastName: "Owen", email: "metus@Aenean.org"),
/host/spi-builder-workspace/Sources/Demo/Controllers/BulkUpdate.swift:75:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
73 | }
74 |
75 | static var `default`: BulkUpdate = .init(users: [
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
76 | .init(name: "Joe Smith", email: "joe@smith.org", isActive: true),
77 | .init(name: "Angie MacDowell", email: "angie@macdowell.org", isActive: true),
/host/spi-builder-workspace/Sources/Demo/Controllers/DeleteRow.swift:49:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
47 | var users: [User]
48 |
49 | static var `default`: DeleteRow = .init(users: [
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
50 | .init(name: "Joe Smith", email: "joe@smith.org", status: "Active"),
51 | .init(name: "Angie MacDowell", email: "angie@macdowell.org", status: "Active"),
[2359/2363] Compiling Demo CascadingSelects.swift
[2360/2363] Compiling Demo ClickToEdit.swift
[2361/2364] Wrapping AST for Demo for debugging
[2362/2364] Write Objects.LinkFileList
[2363/2364] Linking Demo
Build complete! (334.80s)
Build complete.
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.107.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "leaf",
"requirement" : {
"range" : [
{
"lower_bound" : "4.4.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/leaf.git"
}
],
"manifest_display_name" : "VHX",
"name" : "VHX",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "VHX",
"targets" : [
"VHX"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Demo",
"targets" : [
"Demo"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "VHXTests",
"module_type" : "SwiftTarget",
"name" : "VHXTests",
"path" : "Tests/VHXTests",
"product_dependencies" : [
"XCTVapor",
"Vapor",
"Leaf"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/VHXTests/Views",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"VHXTests.swift"
],
"target_dependencies" : [
"VHX"
],
"type" : "test"
},
{
"c99name" : "VHX",
"module_type" : "SwiftTarget",
"name" : "VHX",
"path" : "Sources/VHX",
"product_dependencies" : [
"Vapor",
"Leaf"
],
"product_memberships" : [
"VHX",
"Demo"
],
"sources" : [
"Htmx/Abort+HX.swift",
"Htmx/Application+HtmxConfiguration.swift",
"Htmx/Array+HXResponseHeaderAddable.swift",
"Htmx/Content+HX.swift",
"Htmx/HTTPHeaders+HXRequestHeaders.swift",
"Htmx/HTTPStatus+HX.swift",
"Htmx/HX.swift",
"Htmx/HXBasicLeafTemplate.swift",
"Htmx/HXConfiguration.swift",
"Htmx/HXError.swift",
"Htmx/HXLeafSource.swift",
"Htmx/HXRedirect.swift",
"Htmx/HXRequestHeaders.swift",
"Htmx/HXResponseConfiguration.swift",
"Htmx/HXResponseHeaderAddable.swift",
"Htmx/HXTemplateable.swift",
"Htmx/Htmx.swift",
"Htmx/ReponseHeaders/HXLocationHeader.swift",
"Htmx/ReponseHeaders/HXPushUrlHeader.swift",
"Htmx/ReponseHeaders/HXRedirectHeader.swift",
"Htmx/ReponseHeaders/HXRefreshHeader.swift",
"Htmx/ReponseHeaders/HXReplaceUrlHeader.swift",
"Htmx/ReponseHeaders/HXReselectHeader.swift",
"Htmx/ReponseHeaders/HXResponseHeaders.swift",
"Htmx/ReponseHeaders/HXReswapHeader.swift",
"Htmx/ReponseHeaders/HXRetargetHeader.swift",
"Htmx/ReponseHeaders/HXTriggerHeader.swift",
"Htmx/Request+Htmx.swift",
"Htmx/Response+AddHeaders.swift",
"Localisation/Application+Language.swift",
"Localisation/HTTPHeaders+Language.swift",
"Localisation/HXLangaugeHeader.swift",
"Localisation/HXLocalisable.swift",
"Localisation/HXLocalisation.swift",
"Localisation/HXRequestLocalisation.swift",
"Localisation/Request+Langauge.swift",
"MIddlewares/HXErrorMiddleware.swift",
"Tags/HXTextTag.swift",
"Utils/Date+CustomInterval.swift",
"Utils/Request+BaseUrl.swift",
"Utils/String+View.swift",
"VHX.swift"
],
"type" : "library"
},
{
"c99name" : "Demo",
"module_type" : "SwiftTarget",
"name" : "Demo",
"path" : "Sources/Demo",
"product_dependencies" : [
"Leaf",
"Vapor"
],
"product_memberships" : [
"Demo"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/Demo/Public",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/Demo/Views",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Controllers/ActiveSearch.swift",
"Controllers/BulkUpdate.swift",
"Controllers/CascadingSelects.swift",
"Controllers/ClickToEdit.swift",
"Controllers/ClickToLoad.swift",
"Controllers/DeleteRow.swift",
"Controllers/InfiniteScroll.swift",
"Controllers/LazyLoading.swift",
"configure.swift",
"entrypoint.swift",
"routes.swift"
],
"target_dependencies" : [
"VHX"
],
"type" : "executable"
}
],
"tools_version" : "5.10"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.