Build Information
Successful build of VHX, reference 0.0.26 (203e49
), with Swift 6.0 for Linux on 16 Dec 2024 00:31:44 UTC.
Swift 6 data race errors: 7
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.59.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RussBaz/VaporHX.git
Reference: 0.0.26
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
* tag 0.0.26 -> FETCH_HEAD
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 0.0.26
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/vapor/leaf.git
Fetching https://github.com/vapor/vapor.git
[1/3902] Fetching leaf
[3903/74455] Fetching leaf, vapor
Fetched https://github.com/vapor/leaf.git from cache (2.28s)
Fetched https://github.com/vapor/vapor.git from cache (2.32s)
Computing version for https://github.com/vapor/leaf.git
Computed https://github.com/vapor/leaf.git at 4.4.1 (0.66s)
Fetching https://github.com/vapor/leaf-kit.git
Fetching https://github.com/apple/swift-algorithms.git
[1/4491] Fetching leaf-kit
[1034/10082] Fetching leaf-kit, swift-algorithms
Fetched https://github.com/vapor/leaf-kit.git from cache (0.45s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.46s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.107.0 (2.13s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/vapor/websocket-kit.git
[1/5197] Fetching swift-nio-extras
[2756/7295] Fetching swift-nio-extras, multipart-kit
[3786/9819] Fetching swift-nio-extras, multipart-kit, websocket-kit
[6024/11934] Fetching swift-nio-extras, multipart-kit, websocket-kit, swift-metrics
[7307/15661] Fetching swift-nio-extras, multipart-kit, websocket-kit, swift-metrics, swift-log
[9621/17230] Fetching swift-nio-extras, multipart-kit, websocket-kit, swift-metrics, swift-log, swift-atomics
Fetched https://github.com/vapor/websocket-kit.git from cache (0.39s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.47s)
Fetching https://github.com/apple/swift-nio-ssl.git
[11544/24348] Fetching swift-nio-extras, multipart-kit, swift-metrics, swift-log, swift-nio-http2
[16141/38073] Fetching swift-nio-extras, multipart-kit, swift-metrics, swift-log, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.32s)
[25190/32876] Fetching multipart-kit, swift-metrics, swift-log, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-log.git from cache (1.33s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.33s)
[19486/27034] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/vapor/routing-kit.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.38s)
[18760/24936] Fetching swift-nio-http2, swift-nio-ssl
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.04s)
Fetching https://github.com/vapor/async-kit.git
[12902/13725] Fetching swift-nio-ssl
[13177/34415] Fetching swift-nio-ssl, routing-kit
[19590/36785] Fetching swift-nio-ssl, routing-kit, async-kit
[28510/42255] Fetching swift-nio-ssl, routing-kit, async-kit, console-kit
[37498/53997] Fetching swift-nio-ssl, routing-kit, async-kit, console-kit, swift-crypto
Fetched https://github.com/vapor/async-kit.git from cache (0.30s)
[35480/51627] Fetching swift-nio-ssl, routing-kit, console-kit, swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/console-kit.git from cache (0.42s)
[30686/46157] Fetching swift-nio-ssl, routing-kit, swift-crypto
[35406/118532] Fetching swift-nio-ssl, routing-kit, swift-crypto, swift-nio
[41441/131872] Fetching swift-nio-ssl, routing-kit, swift-crypto, swift-nio, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.86s)
[54146/118147] Fetching routing-kit, swift-crypto, swift-nio, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (1.02s)
[35994/97457] Fetching swift-crypto, swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (0.90s)
[49867/84117] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (1.78s)
[47044/72375] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.33s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.0 (0.83s)
Fetching https://github.com/apple/swift-numerics.git
[1/5576] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.35s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.5.0 (0.72s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.77.0 (0.87s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/3953] Fetching swift-system
[3954/19556] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.37s)
[313/15603] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.40s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.24.0 (0.41s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2292] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.27s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.0 (0.42s)
Computing version for https://github.com/vapor/leaf-kit.git
Computed https://github.com/vapor/leaf-kit.git at 1.11.1 (0.46s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.47s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.24.1 (0.46s)
Fetching https://github.com/apple/swift-http-types
[1/719] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types from cache (0.17s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (0.52s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.46s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.2 (0.43s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.0 (0.60s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.47s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.1 (0.67s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.0 (0.71s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.64s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.82s)
Computing version for https://github.com/apple/swift-http-types
Computed https://github.com/apple/swift-http-types at 1.3.1 (0.64s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.34.1 (0.69s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.0 (0.85s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.10.0 (1.97s)
Fetching https://github.com/apple/swift-asn1.git
[1/1422] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.21s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.0 (0.51s)
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.5.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.29.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.24.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.23.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.10.0
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.0
Creating working copy for https://github.com/vapor/leaf.git
Working copy of https://github.com/vapor/leaf.git resolved at 4.4.1
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.2
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.77.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.34.1
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.2
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.15.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.24.0
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.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.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.107.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.11.1
Creating working copy for https://github.com/apple/swift-http-types
Working copy of https://github.com/apple/swift-http-types resolved at 1.3.1
warning: 'leaf-kit': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/leaf-kit/Sources/LeafKit/Docs.docc
warning: 'swift-algorithms': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/swift-algorithms/Sources/Algorithms/Documentation.docc
Building for debugging...
[0/900] Write sources
[1/900] Compiling _NumericsShims _NumericsShims.c
[1/900] Write sources
[6/900] Compiling a_gentm.c
[6/900] Write sources
[6/900] Copying Views
[6/900] Copying Public
[6/900] Write sources
[50/900] Compiling _AtomicsShims.c
[51/900] Compiling a_dup.c
[52/900] Compiling a_d2i_fp.c
[53/900] Compiling a_time.c
[54/900] Compiling a_bitstr.c
[55/900] Compiling CNIOWindows shim.c
[56/900] Compiling CVaporBcrypt bcrypt.c
[57/900] Compiling CVaporBcrypt blf.c
[58/900] Compiling CSystem shims.c
[59/900] Compiling CNIOWindows WSAStartup.c
[60/900] Compiling CNIOWASI CNIOWASI.c
[61/900] Compiling CNIOLinux liburing_shims.c
[62/900] Compiling CNIOSHA1 c_nio_sha1.c
[63/900] Compiling CNIOExtrasZlib empty.c
[63/900] Compiling CNIOLLHTTP c_nio_http.c
[65/900] Write swift-version-24593BA9C3E375BF.txt
[66/900] Compiling a_bool.c
[67/900] Compiling CNIODarwin shim.c
[68/900] Compiling CNIOLLHTTP c_nio_api.c
[69/900] Compiling CNIOLinux shim.c
[70/900] Compiling fiat_p256_adx_mul.S
[71/900] Compiling fiat_p256_adx_sqr.S
[72/929] Compiling CNIOLLHTTP c_nio_llhttp.c
[73/969] Compiling CNIOBoringSSLShims shims.c
[74/969] Compiling fiat_curve25519_adx_square.S
[75/969] Compiling fiat_curve25519_adx_mul.S
[76/969] Compiling tls_record.cc
[77/969] Compiling tls_method.cc
[79/969] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[80/969] Compiling InternalCollectionsUtilities Specialize.swift
[81/971] Compiling SystemPackage FilePathTempPosix.swift
[82/971] Compiling SystemPackage FilePathTempWindows.swift
[83/971] Emitting module InternalCollectionsUtilities
[84/971] Compiling SystemPackage FilePathParsing.swift
[85/971] Compiling SystemPackage FilePathString.swift
[86/971] Compiling RealModule Float+Real.swift
[87/971] Compiling _NIODataStructures PriorityQueue.swift
[88/971] Compiling _NIODataStructures _TinyArray.swift
[89/971] Compiling RealModule Float80+Real.swift
[90/971] Compiling RealModule Real.swift
[91/972] Compiling SystemPackage FilePathComponentView.swift
[92/972] Compiling SystemPackage FilePathComponents.swift
[93/972] Compiling SystemPackage FilePathWindows.swift
[94/972] Compiling SystemPackage FilePermissions.swift
[95/972] Compiling RealModule Float16+Real.swift
[96/972] Compiling RealModule ElementaryFunctions.swift
[97/972] Emitting module RealModule
[98/972] Compiling SystemPackage Errno.swift
[99/972] Compiling SystemPackage ErrnoWindows.swift
[100/972] Compiling SystemPackage MachPort.swift
[101/972] Compiling SystemPackage PlatformString.swift
[102/972] Compiling SystemPackage SystemString.swift
[105/972] Compiling SystemPackage FileDescriptor.swift
[106/972] Compiling SystemPackage FileHelpers.swift
[107/972] Compiling SystemPackage FileOperations.swift
[108/972] Compiling SystemPackage FilePath.swift
[109/975] Compiling CoreMetrics Metrics.swift
[112/975] Emitting module _NIOBase64
[113/975] Compiling _NIOBase64 Base64.swift
[117/976] Compiling tls13_server.cc
[119/976] Emitting module SystemPackage
[125/976] Compiling RealModule RealFunctions.swift
[127/977] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[128/977] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[128/977] Wrapping AST for _NIOBase64 for debugging
[130/978] Wrapping AST for RealModule for debugging
[132/978] Compiling SystemPackage Util+StringArray.swift
[133/978] Compiling SystemPackage Util.swift
[134/978] Compiling SystemPackage UtilConsumers.swift
[135/978] Emitting module Logging
[136/978] Compiling Logging MetadataProvider.swift
[141/978] Emitting module _NIODataStructures
[142/978] Compiling _NIODataStructures Heap.swift
[143/978] Emitting module CoreMetrics
[144/978] Compiling CoreMetrics Locks.swift
[145/980] Compiling Logging Locks.swift
[146/980] Compiling Logging LogHandler.swift
[147/980] Compiling Logging Logging.swift
[150/981] Compiling SystemPackage Constants.swift
[151/981] Compiling SystemPackage Exports.swift
[156/981] Compiling SystemPackage Mocking.swift
[157/981] Compiling SystemPackage RawBuffer.swift
[158/981] Compiling SystemPackage Syscalls.swift
[159/981] Compiling SystemPackage WindowsSyscallAdapters.swift
[163/1113] Compiling tls13_enc.cc
[164/1120] Compiling tls13_client.cc
[165/1120] Compiling tls13_both.cc
[167/1120] Compiling HeapModule Heap+Descriptions.swift
[167/1120] Compiling t1_enc.cc
[169/1196] Compiling HashTreeCollections _HashStack.swift
[170/1196] Compiling HashTreeCollections _HashTreeIterator.swift
[171/1196] Compiling HashTreeCollections _HashTreeStatistics.swift
[172/1196] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[173/1196] Compiling HashTreeCollections _RawHashNode.swift
[174/1196] Compiling HashTreeCollections _UnmanagedHashNode.swift
[175/1196] Compiling HashTreeCollections _UnsafePath.swift
[176/1203] Compiling HeapModule _HeapNode.swift
[176/1218] Wrapping AST for _NIODataStructures for debugging
[178/1218] Compiling HeapModule Heap.swift
[179/1218] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[180/1218] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[181/1218] Compiling HashTreeCollections TreeDictionary+Keys.swift
[182/1218] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[183/1218] Compiling HashTreeCollections TreeDictionary+Merge.swift
[184/1218] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[185/1218] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[186/1218] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[187/1218] Compiling HeapModule Heap+UnsafeHandle.swift
[188/1218] Compiling HeapModule Heap+Invariants.swift
[188/1218] Wrapping AST for SystemPackage for debugging
[189/1218] Wrapping AST for Logging for debugging
[191/1218] Emitting module HeapModule
[192/1219] Compiling DequeModule _DequeBuffer.swift
[193/1219] Compiling DequeModule _DequeBufferHeader.swift
[194/1221] Wrapping AST for InternalCollectionsUtilities for debugging
[196/1221] Compiling HashTreeCollections _HashNode+Structural union.swift
[197/1221] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[198/1221] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[199/1221] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[200/1221] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[201/1221] Compiling HashTreeCollections _HashNode.swift
[202/1221] Compiling HashTreeCollections _HashNodeHeader.swift
[203/1221] Compiling HashTreeCollections _HashSlot.swift
[204/1221] Compiling HashTreeCollections TreeDictionary+Codable.swift
[205/1221] Compiling HashTreeCollections TreeDictionary+Collection.swift
[206/1221] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[207/1221] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[208/1221] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[209/1221] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[210/1221] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[211/1221] Compiling HashTreeCollections TreeDictionary+Filter.swift
[211/1221] Wrapping AST for HeapModule for debugging
[212/1221] Wrapping AST for CoreMetrics for debugging
[214/1221] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[215/1221] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[216/1221] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[217/1221] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[218/1221] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[219/1221] Compiling HashTreeCollections _HashNode+Structural merge.swift
[220/1221] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[221/1221] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[222/1221] Compiling DequeModule Deque+CustomReflectable.swift
[223/1221] Compiling DequeModule Deque+Descriptions.swift
[224/1221] Compiling DequeModule Deque._UnsafeHandle.swift
[225/1221] Compiling DequeModule Deque.swift
[226/1221] Compiling DequeModule Deque+Testing.swift
[227/1221] Compiling DequeModule Deque._Storage.swift
[230/1221] Compiling DequeModule _DequeSlot.swift
[231/1221] Compiling DequeModule _UnsafeWrappedBuffer.swift
[232/1221] Compiling DequeModule Deque+Extras.swift
[233/1221] Compiling DequeModule Deque+Hashable.swift
[234/1221] Compiling DequeModule Deque+Equatable.swift
[235/1221] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[236/1221] Compiling OrderedCollections OrderedSet+SubSequence.swift
[237/1221] Compiling OrderedCollections OrderedSet+Testing.swift
[238/1221] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[239/1221] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[240/1221] Compiling OrderedCollections OrderedSet.swift
[241/1221] Compiling OrderedCollections _UnsafeBitset.swift
[242/1221] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[243/1221] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[244/1221] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[245/1221] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[252/1231] Compiling HashTreeCollections TreeDictionary.swift
[253/1231] Compiling HashTreeCollections TreeSet+Codable.swift
[254/1231] Compiling HashTreeCollections TreeSet+Collection.swift
[255/1231] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[256/1231] Compiling HashTreeCollections TreeSet+Debugging.swift
[257/1231] Compiling HashTreeCollections TreeSet+Descriptions.swift
[258/1231] Compiling HashTreeCollections TreeSet+Equatable.swift
[259/1231] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[260/1231] Compiling HashTreeCollections TreeSet+Extras.swift
[261/1231] Compiling HashTreeCollections TreeSet+Filter.swift
[262/1231] Compiling DequeModule Deque+Codable.swift
[263/1231] Compiling DequeModule Deque+Collection.swift
[280/1231] Compiling OrderedCollections OrderedSet+Sendable.swift
[281/1231] Compiling RoutingKit PathComponent.swift
[312/1240] Compiling _RopeModule _CharacterRecognizer.swift
[313/1240] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[314/1240] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[315/1240] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[316/1240] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[317/1240] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[318/1240] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[319/1240] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[320/1240] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[321/1240] Compiling HashTreeCollections TreeSet.swift
[322/1240] Compiling RoutingKit Router.swift
[323/1240] Compiling RoutingKit TrieRouter.swift
[331/1240] Emitting module DequeModule
[352/1241] Compiling ssl_versions.cc
[353/1241] Wrapping AST for DequeModule for debugging
[365/1241] Compiling ssl_x509.cc
[367/1241] Emitting module OrderedCollections
[368/1242] Wrapping AST for OrderedCollections for debugging
[369/1242] Compiling ssl_transcript.cc
[370/1242] Compiling ssl_stat.cc
[405/1242] Emitting module _RopeModule
[406/1242] Compiling Metrics Metrics.swift
[407/1242] Emitting module Metrics
[408/1243] Compiling _RopeModule Rope+Join.swift
[409/1243] Compiling _RopeModule Rope+MutatingForEach.swift
[410/1243] Compiling _RopeModule Rope+Remove.swift
[411/1243] Compiling _RopeModule Rope+RemoveSubrange.swift
[412/1243] Compiling _RopeModule Rope+Split.swift
[413/1243] Compiling _RopeModule Optional Utilities.swift
[414/1243] Compiling _RopeModule String Utilities.swift
[415/1243] Compiling _RopeModule String.Index+ABI.swift
[417/1243] Emitting module RoutingKit
[417/1243] Compiling ssl_session.cc
[419/1243] Compiling RoutingKit Parameters.swift
[420/1243] Compiling RoutingKit AnyRouter.swift
[422/1244] Wrapping AST for Metrics for debugging
[423/1244] Wrapping AST for RoutingKit for debugging
[444/1245] Compiling ssl_privkey.cc
[445/1245] Compiling ssl_key_share.cc
[446/1245] Wrapping AST for _RopeModule for debugging
[447/1245] Compiling ssl_lib.cc
[448/1245] Compiling ssl_file.cc
[449/1245] Compiling ssl_credential.cc
[450/1245] Compiling ssl_cipher.cc
[452/1245] Emitting module HashTreeCollections
[453/1246] Compiling ssl_buffer.cc
[454/1246] Compiling ssl_cert.cc
[455/1246] Wrapping AST for HashTreeCollections for debugging
[456/1246] Compiling ssl_asn1.cc
[457/1246] Compiling ssl_aead_ctx.cc
[458/1246] Compiling s3_pkt.cc
[459/1246] Compiling s3_lib.cc
[460/1246] Compiling s3_both.cc
[461/1246] Compiling handshake_server.cc
[462/1246] Compiling handshake_client.cc
[463/1246] Compiling handoff.cc
[464/1246] Compiling handshake.cc
[465/1246] Compiling dtls_record.cc
[466/1246] Compiling encrypted_client_hello.cc
[467/1246] Compiling dtls_method.cc
[468/1246] Compiling md5-x86_64-linux.S
[469/1246] Compiling md5-x86_64-apple.S
[470/1246] Compiling md5-586-linux.S
[471/1246] Compiling md5-586-apple.S
[472/1246] Compiling extensions.cc
[473/1246] Compiling err_data.c
[474/1246] Compiling chacha20_poly1305_x86_64-apple.S
[475/1246] Compiling chacha20_poly1305_armv8-win.S
[476/1246] Compiling chacha20_poly1305_x86_64-linux.S
[477/1246] Compiling chacha20_poly1305_armv8-linux.S
[478/1246] Compiling chacha20_poly1305_armv8-apple.S
[479/1246] Compiling chacha-x86_64-linux.S
[480/1246] Compiling chacha-x86-linux.S
[481/1246] Compiling bio_ssl.cc
[482/1246] Compiling chacha-x86-apple.S
[483/1246] Compiling chacha-x86_64-apple.S
[484/1246] Compiling chacha-armv8-win.S
[485/1246] Compiling chacha-armv8-linux.S
[486/1246] Compiling chacha-armv4-linux.S
[487/1246] Compiling chacha-armv8-apple.S
[488/1246] Compiling aes128gcmsiv-x86_64-apple.S
[489/1246] Compiling d1_pkt.cc
[490/1246] Compiling d1_srtp.cc
[491/1246] Compiling aes128gcmsiv-x86_64-linux.S
[492/1246] Compiling x86_64-mont5-linux.S
[493/1246] Compiling x86_64-mont5-apple.S
[494/1246] Compiling x86_64-mont-apple.S
[495/1246] Compiling x86_64-mont-linux.S
[496/1246] Compiling x86-mont-apple.S
[496/1246] Compiling vpaes-x86_64-linux.S
[498/1246] Compiling vpaes-x86_64-apple.S
[499/1246] Compiling x86-mont-linux.S
[500/1246] Compiling vpaes-x86-linux.S
[501/1246] Compiling vpaes-x86-apple.S
[502/1246] Compiling vpaes-armv8-win.S
[503/1246] Compiling vpaes-armv8-linux.S
[504/1246] Compiling vpaes-armv8-apple.S
[505/1246] Compiling sha512-x86_64-apple.S
[506/1246] Compiling vpaes-armv7-linux.S
[507/1246] Compiling sha512-armv8-linux.S
[508/1246] Compiling sha512-x86_64-linux.S
[509/1246] Compiling sha512-armv8-win.S
[510/1246] Compiling d1_lib.cc
[511/1246] Compiling sha512-armv8-apple.S
[512/1246] Compiling sha512-armv4-linux.S
[513/1246] Compiling sha512-586-apple.S
[514/1246] Compiling sha512-586-linux.S
[515/1246] Compiling sha256-armv8-win.S
[516/1246] Compiling sha256-x86_64-apple.S
[517/1246] Compiling sha256-x86_64-linux.S
[518/1246] Compiling sha256-armv8-linux.S
[519/1246] Compiling sha256-armv8-apple.S
[520/1246] Compiling sha256-586-linux.S
[521/1246] Compiling sha256-armv4-linux.S
[522/1246] Compiling sha256-586-apple.S
[523/1246] Compiling sha1-armv8-linux.S
[524/1246] Compiling sha1-armv8-apple.S
[525/1246] Compiling sha1-armv8-win.S
[526/1246] Compiling sha1-x86_64-linux.S
[527/1246] Compiling sha1-armv4-large-linux.S
[528/1246] Compiling sha1-x86_64-apple.S
[529/1246] Compiling rsaz-avx2-linux.S
[530/1246] Compiling sha1-586-linux.S
[531/1246] Compiling d1_both.cc
[532/1246] Compiling sha1-586-apple.S
[533/1246] Compiling rsaz-avx2-apple.S
[534/1246] Compiling rdrand-x86_64-linux.S
[535/1246] Compiling rdrand-x86_64-apple.S
[536/1246] Compiling p256_beeu-x86_64-asm-apple.S
[537/1246] Compiling p256_beeu-x86_64-asm-linux.S
[538/1246] Compiling p256_beeu-armv8-asm-win.S
[539/1246] Compiling p256-x86_64-asm-apple.S
[539/1246] Compiling p256_beeu-armv8-asm-linux.S
[541/1246] Compiling p256_beeu-armv8-asm-apple.S
[542/1246] Compiling p256-armv8-asm-win.S
[543/1246] Compiling p256-x86_64-asm-linux.S
[544/1246] Compiling p256-armv8-asm-apple.S
[545/1246] Compiling p256-armv8-asm-linux.S
[546/1246] Compiling ghashv8-armv8-linux.S
[547/1246] Compiling ghashv8-armv8-win.S
[548/1246] Compiling ghashv8-armv8-apple.S
[549/1246] Compiling ghash-x86_64-linux.S
[550/1246] Compiling ghashv8-armv7-linux.S
[551/1246] Compiling ghash-x86-linux.S
[552/1246] Compiling ghash-x86_64-apple.S
[553/1246] Compiling ghash-x86-apple.S
[554/1246] Compiling ghash-ssse3-x86_64-linux.S
[555/1246] Compiling ghash-ssse3-x86_64-apple.S
[556/1246] Compiling ghash-neon-armv8-win.S
[557/1246] Compiling ghash-ssse3-x86-linux.S
[558/1246] Compiling ghash-ssse3-x86-apple.S
[559/1246] Compiling ghash-neon-armv8-apple.S
[560/1246] Compiling ghash-neon-armv8-linux.S
[561/1246] Compiling ghash-armv4-linux.S
[562/1246] Compiling co-586-linux.S
[563/1246] Compiling co-586-apple.S
[564/1246] Compiling bn-armv8-linux.S
[565/1246] Compiling bn-armv8-win.S
[566/1246] Compiling bsaes-armv7-linux.S
[567/1246] Compiling bn-586-linux.S
[568/1246] Compiling bn-armv8-apple.S
[569/1246] Compiling bn-586-apple.S
[570/1246] Compiling armv8-mont-linux.S
[571/1246] Compiling armv8-mont-win.S
[572/1246] Compiling armv8-mont-apple.S
[573/1246] Compiling aesv8-gcm-armv8-linux.S
[574/1246] Compiling aesv8-gcm-armv8-win.S
[575/1246] Compiling armv4-mont-linux.S
[576/1246] Compiling aesv8-armv8-win.S
[577/1246] Compiling aesv8-gcm-armv8-apple.S
[578/1246] Compiling aesv8-armv8-linux.S
[579/1246] Compiling aesv8-armv8-apple.S
[580/1246] Compiling aesv8-armv7-linux.S
[581/1246] Compiling aesni-x86_64-apple.S
[582/1246] Compiling aesni-x86-linux.S
[583/1246] Compiling aesni-x86_64-linux.S
[584/1246] Compiling aesni-gcm-x86_64-linux.S
[585/1246] Compiling aesni-gcm-x86_64-apple.S
[586/1246] Compiling aesni-x86-apple.S
[587/1246] Compiling x_sig.c
[588/1246] Compiling x_x509a.c
[589/1246] Compiling x_spki.c
[590/1246] Compiling x_req.c
[591/1246] Compiling x_val.c
[592/1246] Compiling x_x509.c
[593/1246] Compiling x_pubkey.c
[594/1246] Compiling x_name.c
[595/1246] Compiling x_exten.c
[596/1246] Compiling x_algor.c
[597/1246] Compiling x_attrib.c
[598/1246] Compiling x_crl.c
[599/1246] Compiling x509spki.c
[600/1246] Compiling x509rset.c
[601/1246] Compiling x_all.c
[602/1246] Compiling x509name.c
[603/1246] Compiling x509cset.c
[604/1246] Compiling x509_vpm.c
[605/1246] Compiling x509_txt.c
[606/1246] Compiling x509_v3.c
[607/1246] Compiling x509_vfy.c
[608/1246] Compiling x509_trs.c
[609/1246] Compiling x509_set.c
[610/1246] Compiling x509_obj.c
[611/1246] Compiling x509_req.c
[612/1246] Compiling x509_ext.c
[613/1246] Compiling x509_def.c
[614/1246] Compiling x509_d2.c
[615/1246] Compiling x509_lu.c
[616/1246] Compiling x509.c
[617/1246] Compiling x509_cmp.c
[618/1246] Compiling x509_att.c
[619/1246] Compiling v3_skey.c
[620/1246] Compiling v3_prn.c
[621/1246] Compiling v3_purp.c
[622/1246] Compiling v3_utl.c
[623/1246] Compiling v3_pmaps.c
[624/1246] Compiling v3_pcons.c
[625/1246] Compiling v3_ocsp.c
[626/1246] Compiling v3_int.c
[627/1246] Compiling v3_ncons.c
[628/1246] Compiling v3_lib.c
[629/1246] Compiling v3_info.c
[630/1246] Compiling v3_ia5.c
[631/1246] Compiling v3_genn.c
[632/1246] Compiling v3_enum.c
[633/1246] Compiling v3_extku.c
[634/1246] Compiling v3_bitst.c
[635/1246] Compiling v3_crld.c
[635/1246] Compiling v3_cpols.c
[637/1246] Compiling v3_conf.c
[638/1246] Compiling v3_bcons.c
[639/1246] Compiling v3_alt.c
[640/1246] Compiling t_crl.c
[641/1246] Compiling v3_akeya.c
[642/1246] Compiling t_x509.c
[643/1246] Compiling i2d_pr.c
[644/1246] Compiling t_x509a.c
[645/1246] Compiling v3_akey.c
[646/1246] Compiling t_req.c
[647/1246] Compiling policy.c
[648/1246] Compiling rsa_pss.c
[649/1246] Compiling name_print.c
[650/1246] Compiling by_file.c
[651/1246] Compiling asn1_gen.c
[652/1246] Compiling a_verify.c
[653/1246] Compiling a_sign.c
[654/1246] Compiling algorithm.c
[655/1246] Compiling a_digest.c
[656/1246] Compiling voprf.c
[657/1246] Compiling by_dir.c
[658/1246] Compiling thread_win.c
[659/1246] Compiling thread_pthread.c
[660/1246] Compiling thread.c
[661/1246] Compiling thread_none.c
[662/1246] Compiling trust_token.c
[663/1246] Compiling stack.c
[664/1246] Compiling spx_util.c
[665/1246] Compiling spx_wots.c
[666/1246] Compiling spx_merkle.c
[667/1246] Compiling spx_fors.c
[667/1246] Compiling spx_thash.c
[669/1246] Compiling pmbtoken.c
[670/1246] Compiling wots.c
[671/1246] Compiling spx.c
[672/1246] Compiling thash.c
[673/1246] Compiling slhdsa.c
[674/1246] Compiling spx_address.c
[675/1246] Compiling sha512.c
[676/1246] Compiling siphash.c
[677/1246] Compiling sha1.c
[678/1246] Compiling fors.c
[679/1246] Compiling sha256.c
[680/1246] Compiling merkle.c
[681/1246] Compiling rsa_extra.c
[682/1246] Compiling rsa_print.c
[683/1246] Compiling refcount.c
[684/1246] Compiling rc4.c
[685/1246] Compiling windows.c
[686/1246] Compiling trusty.c
[687/1246] Compiling rsa_crypt.c
[688/1246] Compiling getentropy.c
[689/1246] Compiling rand_extra.c
[690/1246] Compiling ios.c
[691/1246] Compiling rsa_asn1.c
[692/1246] Compiling urandom.c
[693/1246] Compiling deterministic.c
[694/1246] Compiling passive.c
[695/1246] Compiling fork_detect.c
[696/1246] Compiling forkunsafe.c
[697/1246] Compiling poly1305_arm_asm.S
[698/1246] Compiling poly1305_arm.c
[699/1246] Compiling pool.c
[700/1246] Compiling poly1305.c
[701/1246] Compiling pkcs7.c
[702/1246] Compiling poly1305_vec.c
[703/1246] Compiling pem_xaux.c
[704/1246] Compiling pkcs8.c
[705/1246] Compiling pkcs7_x509.c
[706/1246] Compiling p5_pbev2.c
[707/1246] Compiling pem_x509.c
[708/1246] Compiling pkcs8_x509.c
[709/1246] Compiling pem_pkey.c
[710/1246] Compiling obj_xref.c
[711/1246] Compiling pem_pk8.c
[712/1246] Compiling pem_oth.c
[713/1246] Compiling pem_info.c
[714/1246] Compiling mem.c
[715/1246] Compiling obj.c
[716/1246] Compiling md5.c
[717/1246] Compiling pem_lib.c
[718/1246] Compiling pem_all.c
[719/1246] Compiling md4.c
[720/1246] Compiling mldsa.c
[721/1246] Compiling lhash.c
[722/1246] Compiling fips_shared_support.c
[723/1246] Compiling kyber.c
[724/1246] Compiling keccak.c
[725/1246] Compiling poly_rq_mul.S
[726/1246] Compiling ex_data.c
[727/1246] Compiling sign.c
[728/1246] Compiling hpke.c
[729/1246] Compiling scrypt.c
[730/1246] Compiling pbkdf.c
[731/1246] Compiling hrss.c
[732/1246] Compiling p_x25519_asn1.c
[733/1246] Compiling print.c
[734/1246] Compiling p_x25519.c
[734/1246] Compiling mlkem.cc
[736/1246] Compiling p_rsa_asn1.c
[737/1246] Compiling p_ed25519.c
[738/1246] Compiling p_ed25519_asn1.c
[739/1246] Compiling p_ec_asn1.c
[740/1246] Compiling p_hkdf.c
[741/1246] Compiling p_rsa.c
[742/1246] Compiling p_dsa_asn1.c
[743/1246] Compiling p_ec.c
[744/1246] Compiling p_dh.c
[745/1246] Compiling p_dh_asn1.c
[746/1246] Compiling evp_ctx.c
[747/1246] Compiling evp.c
[747/1246] Compiling evp_asn1.c
[749/1246] Compiling err.c
[750/1246] Compiling engine.c
[751/1246] Compiling ecdh_extra.c
[752/1246] Compiling ecdsa_asn1.c
[753/1246] Compiling hash_to_curve.c
[754/1246] Compiling ec_derive.c
[755/1246] Compiling dsa_asn1.c
[756/1246] Compiling ec_asn1.c
[757/1246] Compiling dsa.c
[758/1246] Compiling dilithium.c
[759/1246] Compiling params.c
[760/1246] Compiling digest_extra.c
[761/1246] Compiling dh_asn1.c
[762/1246] Compiling x25519-asm-arm.S
[763/1246] Compiling spake25519.c
[764/1246] Compiling crypto.c
[765/1246] Compiling cpu_intel.c
[766/1246] Compiling des.c
[767/1246] Compiling cpu_arm_linux.c
[768/1246] Compiling cpu_arm_freebsd.c
[769/1246] Compiling cpu_aarch64_openbsd.c
[770/1246] Compiling cpu_aarch64_win.c
[771/1246] Compiling cpu_aarch64_fuchsia.c
[772/1246] Compiling cpu_aarch64_sysreg.c
[773/1246] Compiling cpu_aarch64_linux.c
[774/1246] Compiling cpu_aarch64_apple.c
[775/1246] Compiling e_rc4.c
[776/1246] Compiling conf.c
[777/1246] Compiling tls_cbc.c
[778/1246] Compiling e_tls.c
[779/1246] Compiling curve25519.c
[780/1246] Compiling e_rc2.c
[781/1246] Compiling e_null.c
[782/1246] Compiling derive_key.c
[783/1246] Compiling e_des.c
[784/1246] Compiling e_chacha20poly1305.c
[785/1246] Compiling e_aesgcmsiv.c
[786/1246] Compiling e_aesctrhmac.c
[787/1246] Compiling unicode.c
[788/1246] Compiling chacha.c
[789/1246] Compiling cipher_extra.c
[790/1246] Compiling curve25519_64_adx.c
[791/1246] Compiling ber.c
[792/1246] Compiling buf.c
[793/1246] Compiling asn1_compat.c
[794/1246] Compiling cbb.c
[795/1246] Compiling bn_asn1.c
[796/1246] Compiling cbs.c
[797/1246] Compiling blake2.c
[798/1246] Compiling convert.c
[799/1246] Compiling printf.c
[800/1246] Compiling socket.c
[801/1246] Compiling socket_helper.c
[801/1246] Compiling pair.c
[803/1246] Compiling hexdump.c
[804/1246] Compiling errno.c
[805/1246] Compiling fd.c
[806/1246] Compiling file.c
[807/1246] Compiling bio_mem.c
[808/1246] Compiling base64.c
[809/1246] Compiling connect.c
[810/1246] Compiling bio.c
[811/1246] Compiling tasn_typ.c
[812/1246] Compiling tasn_utl.c
[813/1246] Compiling tasn_fre.c
[814/1246] Compiling tasn_new.c
[815/1246] Compiling tasn_enc.c
[816/1246] Compiling posix_time.c
[817/1246] Compiling f_string.c
[818/1246] Compiling f_int.c
[819/1246] Compiling asn1_lib.c
[820/1246] Compiling asn_pack.c
[821/1246] Compiling asn1_par.c
[822/1246] Compiling tasn_dec.c
[823/1246] Compiling a_utctm.c
[824/1246] Compiling a_type.c
[825/1246] Compiling a_time.c
[826/1246] Compiling a_octet.c
[827/1246] Compiling a_mbstr.c
[828/1246] Compiling a_strnid.c
[829/1246] Compiling a_strex.c
[830/1246] Compiling a_object.c
[831/1246] Compiling a_i2d_fp.c
[832/1246] Compiling a_dup.c
[833/1246] Compiling a_int.c
[834/1246] Compiling a_d2i_fp.c
[835/1246] Compiling a_bool.c
[835/1246] Compiling a_gentm.c
[837/1246] Compiling fiat_p256_adx_sqr.S
[838/1246] Compiling fiat_p256_adx_mul.S
[839/1246] Compiling a_bitstr.c
[840/1246] Compiling fiat_curve25519_adx_square.S
[841/1246] Compiling fiat_curve25519_adx_mul.S
[842/1246] Compiling md5-x86_64-apple.S
[843/1246] Compiling md5-x86_64-linux.S
[844/1246] Compiling md5-586-linux.S
[845/1246] Compiling md5-586-apple.S
[846/1246] Compiling err_data.c
[847/1246] Compiling chacha20_poly1305_armv8-win.S
[848/1246] Compiling chacha20_poly1305_x86_64-apple.S
[849/1246] Compiling chacha20_poly1305_armv8-linux.S
[850/1246] Compiling chacha20_poly1305_armv8-apple.S
[851/1246] Compiling chacha20_poly1305_x86_64-linux.S
[852/1246] Compiling chacha-x86_64-linux.S
[853/1246] Compiling chacha-x86_64-apple.S
[854/1246] Compiling chacha-x86-linux.S
[855/1246] Compiling chacha-x86-apple.S
[856/1246] Compiling chacha-armv8-linux.S
[857/1246] Compiling chacha-armv8-win.S
[858/1246] Compiling chacha-armv8-apple.S
[859/1246] Compiling chacha-armv4-linux.S
[860/1246] Compiling aes128gcmsiv-x86_64-apple.S
[861/1246] Compiling aes128gcmsiv-x86_64-linux.S
[862/1246] Compiling CCryptoBoringSSLShims shims.c
[863/1246] Compiling x86_64-mont5-linux.S
[864/1246] Compiling x86_64-mont5-apple.S
[865/1246] Compiling x86_64-mont-linux.S
[866/1246] Compiling bcm.c
[867/1246] Compiling x86-mont-linux.S
[867/1246] Compiling x86_64-mont-apple.S
[869/1246] Compiling vpaes-x86_64-linux.S
[870/1246] Compiling x86-mont-apple.S
[871/1246] Compiling vpaes-x86_64-apple.S
[872/1246] Compiling vpaes-x86-linux.S
[873/1246] Compiling vpaes-x86-apple.S
[874/1246] Compiling vpaes-armv8-win.S
[875/1246] Compiling vpaes-armv8-linux.S
[876/1246] Compiling vpaes-armv7-linux.S
[877/1246] Compiling vpaes-armv8-apple.S
[878/1246] Compiling sha512-x86_64-linux.S
[879/1246] Compiling sha512-armv8-win.S
[880/1246] Compiling sha512-x86_64-apple.S
[881/1246] Compiling sha512-armv8-linux.S
[882/1246] Compiling sha512-586-linux.S
[883/1246] Compiling sha512-armv8-apple.S
[884/1246] Compiling sha512-armv4-linux.S
[885/1246] Compiling sha512-586-apple.S
[886/1246] Compiling sha256-x86_64-apple.S
[887/1246] Compiling sha256-x86_64-linux.S
[888/1246] Compiling sha256-armv8-linux.S
[889/1246] Compiling sha256-armv8-win.S
[890/1246] Compiling sha256-armv8-apple.S
[891/1246] Compiling sha256-586-apple.S
[892/1246] Compiling sha256-586-linux.S
[893/1246] Compiling sha256-armv4-linux.S
[894/1246] Compiling sha1-armv8-win.S
[895/1246] Compiling sha1-x86_64-apple.S
[896/1246] Compiling sha1-armv4-large-linux.S
[897/1246] Compiling sha1-armv8-apple.S
[898/1246] Compiling sha1-armv8-linux.S
[899/1246] Compiling sha1-586-linux.S
[899/1246] Compiling sha1-x86_64-linux.S
[901/1246] Compiling sha1-586-apple.S
[902/1246] Compiling rsaz-avx2-apple.S
[903/1246] Compiling rsaz-avx2-linux.S
[904/1246] Compiling p256_beeu-x86_64-asm-apple.S
[905/1246] Compiling p256_beeu-x86_64-asm-linux.S
[906/1246] Compiling rdrand-x86_64-apple.S
[907/1246] Compiling rdrand-x86_64-linux.S
[908/1246] Compiling p256_beeu-armv8-asm-linux.S
[909/1246] Compiling p256_beeu-armv8-asm-win.S
[910/1246] Compiling p256_beeu-armv8-asm-apple.S
[911/1246] Compiling p256-armv8-asm-win.S
[912/1246] Compiling p256-x86_64-asm-linux.S
[912/1246] Compiling p256-armv8-asm-linux.S
[914/1246] Compiling p256-armv8-asm-apple.S
[914/1246] Compiling p256-x86_64-asm-apple.S
[916/1246] Compiling ghashv8-armv8-win.S
[917/1246] Compiling ghashv8-armv8-apple.S
[918/1246] Compiling ghashv8-armv8-linux.S
[919/1246] Compiling ghashv8-armv7-linux.S
[920/1246] Compiling ghash-x86_64-apple.S
[921/1246] Compiling ghash-x86-linux.S
[922/1246] Compiling ghash-x86_64-linux.S
[923/1246] Compiling ghash-x86-apple.S
[924/1246] Compiling ghash-ssse3-x86_64-linux.S
[925/1246] Compiling ghash-ssse3-x86_64-apple.S
[926/1246] Compiling ghash-ssse3-x86-linux.S
[927/1246] Compiling ghash-neon-armv8-win.S
[928/1246] Compiling ghash-ssse3-x86-apple.S
[929/1246] Compiling ghash-neon-armv8-apple.S
[930/1246] Compiling ghash-neon-armv8-linux.S
[931/1246] Compiling ghash-armv4-linux.S
[932/1246] Compiling co-586-linux.S
[933/1246] Compiling co-586-apple.S
[934/1246] Compiling bsaes-armv7-linux.S
[935/1246] Compiling bn-armv8-win.S
[936/1246] Compiling bn-armv8-apple.S
[937/1246] Compiling bn-armv8-linux.S
[938/1246] Compiling bn-586-linux.S
[939/1246] Compiling armv8-mont-win.S
[940/1246] Compiling bn-586-apple.S
[941/1246] Compiling armv8-mont-linux.S
[942/1246] Compiling armv4-mont-linux.S
[943/1246] Compiling aesv8-gcm-armv8-win.S
[944/1246] Compiling armv8-mont-apple.S
[945/1246] Compiling aesv8-armv8-win.S
[946/1246] Compiling aesv8-gcm-armv8-linux.S
[947/1246] Compiling aesv8-gcm-armv8-apple.S
[948/1246] Compiling aesv8-armv8-linux.S
[949/1246] Compiling aesv8-armv7-linux.S
[950/1246] Compiling aesv8-armv8-apple.S
[951/1246] Compiling aesni-x86_64-linux.S
[952/1246] Compiling aesni-x86-linux.S
[953/1246] Compiling aesni-x86_64-apple.S
[954/1246] Compiling aesni-x86-apple.S
[954/1246] Compiling aesni-gcm-x86_64-apple.S
[956/1246] Compiling aesni-gcm-x86_64-linux.S
[957/1246] Compiling x_sig.c
[958/1246] Compiling x_req.c
[959/1246] Compiling x_x509a.c
[960/1246] Compiling x_spki.c
[961/1246] Compiling x_val.c
[962/1246] Compiling x_x509.c
[963/1246] Compiling x_pubkey.c
[964/1246] Compiling x_attrib.c
[965/1246] Compiling x_name.c
[966/1246] Compiling x_exten.c
[967/1246] Compiling x_crl.c
[968/1246] Compiling x_all.c
[969/1246] Compiling x_algor.c
[970/1246] Compiling x509spki.c
[971/1246] Compiling x509cset.c
[972/1246] Compiling x509rset.c
[973/1246] Compiling x509name.c
[974/1246] Compiling x509_vpm.c
[975/1246] Compiling x509_txt.c
[976/1246] Compiling x509_v3.c
[977/1246] Compiling x509_vfy.c
[978/1246] Compiling x509_trs.c
[979/1246] Compiling x509_set.c
[980/1246] Compiling x509_req.c
[981/1246] Compiling c-nioatomics.c
[982/1246] Compiling x509_def.c
[983/1246] Compiling x509_ext.c
[984/1246] Compiling x509_obj.c
[985/1246] Compiling x509_lu.c
[986/1246] Compiling x509_d2.c
[987/1246] Compiling x509_cmp.c
[988/1246] Compiling x509.c
[989/1246] Compiling x509_att.c
[990/1246] Compiling v3_skey.c
[991/1246] Compiling v3_prn.c
[992/1246] Compiling v3_utl.c
[993/1246] Compiling v3_purp.c
[994/1246] Compiling v3_pmaps.c
[995/1246] Compiling v3_ocsp.c
[996/1246] Compiling v3_pcons.c
[997/1246] Compiling v3_lib.c
[998/1246] Compiling v3_ncons.c
[999/1246] Compiling v3_int.c
[1000/1246] Compiling v3_info.c
[1001/1246] Compiling c-atomics.c
[1002/1246] Compiling v3_ia5.c
[1003/1246] Compiling v3_extku.c
[1004/1246] Compiling v3_enum.c
[1005/1246] Compiling v3_genn.c
[1006/1252] Compiling v3_cpols.c
[1007/1252] Compiling v3_crld.c
[1007/1252] Compiling v3_conf.c
[1009/1252] Compiling v3_bitst.c
[1010/1252] Compiling v3_bcons.c
[1011/1252] Compiling v3_akeya.c
[1012/1252] Compiling v3_alt.c
[1013/1252] Compiling t_x509.c
[1014/1252] Compiling t_x509a.c
[1015/1252] Compiling t_crl.c
[1016/1252] Compiling v3_akey.c
[1017/1252] Compiling t_req.c
[1018/1252] Compiling rsa_pss.c
[1020/1252] Compiling NIOConcurrencyHelpers NIOLock.swift
[1020/1252] Compiling i2d_pr.c
[1021/1252] Compiling name_print.c
[1022/1252] Compiling policy.c
[1023/1252] Compiling by_file.c
[1025/1252] Compiling NIOConcurrencyHelpers lock.swift
[1025/1252] Compiling by_dir.c
[1026/1252] Compiling asn1_gen.c
[1027/1252] Compiling algorithm.c
[1028/1252] Compiling a_verify.c
[1029/1252] Compiling a_digest.c
[1030/1252] Compiling voprf.c
[1031/1252] Compiling a_sign.c
[1032/1252] Compiling trust_token.c
[1033/1252] Compiling thread_win.c
[1034/1252] Compiling thread_none.c
[1035/1252] Compiling thread.c
[1035/1252] Compiling pmbtoken.c
[1037/1252] Compiling spx_wots.c
[1038/1252] Compiling thread_pthread.c
[1039/1252] Compiling stack.c
[1041/1252] Emitting module NIOConcurrencyHelpers
[1041/1252] Compiling spx_util.c
[1042/1252] Compiling spx_merkle.c
[1043/1252] Compiling spx_fors.c
[1044/1252] Compiling spx.c
[1045/1252] Compiling spx_thash.c
[1046/1252] Compiling spx_address.c
[1047/1252] Compiling thash.c
[1049/1252] Compiling NIOConcurrencyHelpers atomics.swift
[1050/1252] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1051/1252] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1051/1252] Compiling wots.c
[1052/1252] Compiling sha512.c
[1053/1253] Compiling merkle.c
[1054/1253] Compiling fors.c
[1055/1253] Compiling slhdsa.c
[1056/1253] Compiling siphash.c
[1057/1253] Compiling sha1.c
[1058/1253] Compiling sha256.c
[1059/1253] Compiling rsa_print.c
[1060/1253] Compiling rsa_extra.c
[1061/1253] Compiling rc4.c
[1063/1253] Compiling refcount.c
[1064/1253] Compiling rsa_asn1.c
[1065/1253] Compiling trusty.c
[1066/1253] Compiling windows.c
[1067/1253] Compiling rsa_crypt.c
[1067/1253] Compiling rand_extra.c
[1069/1253] Compiling ios.c
[1070/1253] Compiling passive.c
[1071/1253] Compiling urandom.c
[1071/1253] Compiling getentropy.c
[1073/1253] Compiling deterministic.c
[1074/1253] Compiling forkunsafe.c
[1075/1253] Compiling poly1305_arm_asm.S
[1076/1253] Wrapping AST for NIOConcurrencyHelpers for debugging
[1077/1253] Compiling pool.c
[1078/1253] Compiling fork_detect.c
[1079/1253] Compiling poly1305_arm.c
[1080/1253] Compiling poly1305.c
[1081/1279] Compiling pkcs7.c
[1082/1279] Compiling poly1305_vec.c
[1083/1279] Compiling pkcs8.c
[1084/1279] Compiling p5_pbev2.c
[1085/1279] Compiling pem_xaux.c
[1086/1279] Compiling pkcs8_x509.c
[1087/1279] Compiling pem_pkey.c
[1088/1279] Compiling pkcs7_x509.c
[1089/1279] Compiling pem_x509.c
[1090/1279] Compiling obj_xref.c
[1091/1279] Compiling pem_oth.c
[1092/1279] Compiling pem_pk8.c
[1093/1279] Compiling md5.c
[1095/1279] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1096/1279] Compiling ConsoleKitTerminal ConsoleClear.swift
[1097/1279] Compiling ConsoleKitTerminal Console+Ask.swift
[1098/1279] Compiling ConsoleKitTerminal Console+Choose.swift
[1098/1282] Compiling pem_info.c
[1099/1282] Compiling mem.c
[1100/1282] Compiling pem_lib.c
[1101/1282] Compiling obj.c
[1102/1282] Compiling mldsa.c
[1103/1282] Compiling pem_all.c
[1105/1282] Compiling ConsoleKitTerminal CustomActivity.swift
[1106/1282] Compiling ConsoleKitTerminal LoadingBar.swift
[1107/1282] Compiling ConsoleKitTerminal ProgressBar.swift
[1108/1282] Compiling ConsoleKitTerminal Console+Clear.swift
[1109/1282] Compiling ConsoleKitTerminal ActivityBar.swift
[1110/1282] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1111/1282] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1112/1282] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1112/1282] Compiling md4.c
[1113/1282] Compiling lhash.c
[1114/1282] Compiling keccak.c
[1115/1282] Compiling fips_shared_support.c
[1117/1282] Emitting module ConsoleKitTerminal
[1117/1282] Compiling kyber.c
[1118/1282] Compiling ex_data.c
[1119/1282] Compiling poly_rq_mul.S
[1120/1282] Compiling sign.c
[1121/1282] Compiling hpke.c
[1123/1282] Compiling ConsoleKitTerminal ConsoleText.swift
[1124/1282] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1125/1282] Compiling ConsoleKitTerminal ANSI.swift
[1126/1282] Compiling ConsoleKitTerminal Console+Wait.swift
[1127/1282] Compiling ConsoleKitTerminal ConsoleColor.swift
[1128/1282] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1129/1282] Compiling ConsoleKitTerminal Console+Confirm.swift
[1130/1282] Compiling ConsoleKitTerminal Console+Input.swift
[1131/1282] Compiling ConsoleKitTerminal Console+Center.swift
[1132/1282] Compiling ConsoleKitTerminal Console+Output.swift
[1132/1282] Compiling scrypt.c
[1133/1282] Compiling pbkdf.c
[1134/1282] Compiling print.c
[1135/1282] Compiling p_x25519.c
[1136/1282] Compiling p_x25519_asn1.c
[1137/1282] Compiling hrss.c
[1138/1282] Compiling p_rsa_asn1.c
[1140/1282] Compiling ConsoleKitTerminal Console.swift
[1141/1282] Compiling ConsoleKitTerminal Terminal.swift
[1142/1282] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1142/1282] Compiling p_hkdf.c
[1143/1282] Compiling p_ed25519.c
[1144/1282] Compiling p_rsa.c
[1145/1282] Compiling p_ed25519_asn1.c
[1146/1282] Compiling p_ec_asn1.c
[1147/1282] Compiling p_ec.c
[1148/1282] Compiling p_dh.c
[1149/1282] Compiling p_dsa_asn1.c
[1150/1282] Compiling p_dh_asn1.c
[1151/1282] Compiling evp_ctx.c
[1152/1282] Compiling evp_asn1.c
[1153/1282] Compiling evp.c
[1154/1282] Compiling engine.c
[1155/1282] Compiling ecdh_extra.c
[1156/1282] Compiling err.c
[1157/1282] Compiling ecdsa_asn1.c
[1158/1282] Compiling ec_derive.c
[1159/1282] Compiling hash_to_curve.c
[1160/1282] Compiling ec_asn1.c
[1161/1282] Compiling dsa_asn1.c
[1162/1282] Compiling dsa.c
[1163/1282] Compiling digest_extra.c
[1164/1282] Compiling params.c
[1165/1282] Compiling dilithium.c
[1166/1282] Compiling dh_asn1.c
[1167/1282] Compiling x25519-asm-arm.S
[1168/1282] Compiling des.c
[1169/1282] Compiling spake25519.c
[1170/1282] Compiling crypto.c
[1171/1282] Compiling cpu_intel.c
[1172/1282] Compiling cpu_arm_freebsd.c
[1173/1282] Compiling cpu_arm_linux.c
[1174/1282] Compiling cpu_aarch64_win.c
[1175/1282] Compiling cpu_aarch64_openbsd.c
[1176/1282] Compiling cpu_aarch64_sysreg.c
[1177/1282] Compiling cpu_aarch64_linux.c
[1178/1282] Compiling cpu_aarch64_apple.c
[1179/1282] Compiling cpu_aarch64_fuchsia.c
[1181/1282] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1182/1282] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1183/1282] Compiling ConsoleKitTerminal LoggerFragment.swift
[1183/1283] Compiling tls_cbc.c
[1184/1283] Compiling curve25519.c
[1185/1283] Compiling conf.c
[1186/1283] Compiling e_rc4.c
[1187/1283] Compiling e_tls.c
[1188/1283] Compiling e_rc2.c
[1190/1283] Compiling e_null.c
[1191/1283] Compiling e_des.c
[1192/1283] Compiling derive_key.c
[1193/1283] Compiling e_chacha20poly1305.c
[1194/1283] Compiling e_aesgcmsiv.c
[1195/1283] Compiling e_aesctrhmac.c
[1196/1283] Compiling chacha.c
[1197/1283] Compiling unicode.c
[1198/1283] Compiling cipher_extra.c
[1199/1283] Compiling curve25519_64_adx.c
[1200/1283] Wrapping AST for ConsoleKitTerminal for debugging
[1201/1283] Compiling ber.c
[1202/1283] Compiling asn1_compat.c
[1203/1283] Compiling bn_asn1.c
[1204/1286] Compiling cbb.c
[1205/1302] Compiling buf.c
[1206/1305] Compiling convert.c
[1207/1305] Compiling cbs.c
[1208/1305] Compiling printf.c
[1209/1305] Compiling blake2.c
[1210/1305] Compiling hexdump.c
[1211/1305] Compiling pair.c
[1212/1305] Compiling file.c
[1213/1305] Compiling errno.c
[1214/1305] Compiling fd.c
[1215/1305] Compiling bio_mem.c
[1216/1305] Compiling base64.c
[1217/1305] Compiling tasn_typ.c
[1218/1305] Compiling bio.c
[1219/1305] Compiling tasn_utl.c
[1220/1305] Compiling tasn_fre.c
[1221/1305] Compiling tasn_new.c
[1222/1305] Compiling tasn_enc.c
[1223/1305] Compiling posix_time.c
[1224/1305] Compiling f_string.c
[1225/1305] Compiling f_int.c
[1226/1305] Compiling tasn_dec.c
[1227/1305] Compiling asn_pack.c
[1228/1305] Compiling asn1_par.c
[1230/1305] Compiling ConsoleKitCommands CommandSignature.swift
[1231/1305] Compiling ConsoleKitCommands Flag.swift
[1232/1305] Compiling ConsoleKitCommands Option.swift
[1232/1307] Compiling a_utctm.c
[1233/1307] Compiling asn1_lib.c
[1234/1307] Compiling a_type.c
[1235/1307] Compiling a_strnid.c
[1236/1307] Compiling a_octet.c
[1237/1307] Compiling a_strex.c
[1237/1307] Write sources
[1242/1307] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1243/1307] Compiling a_mbstr.c
[1244/1307] Write sources
[1245/1307] Compiling a_object.c
[1247/1307] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1248/1307] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1249/1307] Compiling ConsoleKitCommands Argument.swift
[1250/1307] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1251/1307] Compiling ConsoleKitCommands AsyncCommand.swift
[1252/1307] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1253/1307] Emitting module ConsoleKitCommands
[1254/1307] Compiling ConsoleKitCommands AsyncCommands.swift
[1255/1307] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1256/1307] Compiling ConsoleKitCommands AnyCommand.swift
[1256/1307] Compiling a_i2d_fp.c
[1257/1307] Compiling a_int.c
[1259/1307] Compiling ConsoleKitCommands Command.swift
[1260/1307] Compiling ConsoleKitCommands CommandContext.swift
[1261/1307] Compiling ConsoleKitCommands CommandError.swift
[1262/1404] Compiling BitCollections BitArray+Initializers.swift
[1263/1404] Compiling BitCollections BitArray+Invariants.swift
[1263/1404] Compiling bcm.c
[1265/1404] Compiling BitCollections BitArray+Descriptions.swift
[1266/1404] Compiling BitCollections BitArray+Equatable.swift
[1267/1404] Compiling BitCollections BitArray+RandomBits.swift
[1268/1406] Compiling BitCollections BitArray._UnsafeHandle.swift
[1269/1406] Compiling BitCollections BitArray.swift
[1270/1414] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1271/1414] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1272/1414] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1273/1414] Compiling BitCollections BitSet+Codable.swift
[1274/1414] Compiling Atomics IntegerOperations.swift
[1275/1414] Compiling Atomics Unmanaged extensions.swift
[1276/1414] Compiling BitCollections BitSet+Initializers.swift
[1277/1414] Compiling BitCollections BitSet+Invariants.swift
[1278/1414] Compiling BitCollections BitSet+Random.swift
[1279/1414] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1280/1414] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1281/1414] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1282/1414] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1283/1414] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1284/1414] Compiling BitCollections BitSet+CustomReflectable.swift
[1285/1414] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1286/1414] Compiling BitCollections BitSet+Equatable.swift
[1287/1414] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1288/1414] Compiling BitCollections BitSet+Extras.swift
[1289/1414] Compiling BitCollections BitSet+Hashable.swift
[1290/1421] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1291/1421] Compiling BitCollections BitArray+Shifts.swift
[1292/1421] Compiling BitCollections BitArray+Testing.swift
[1293/1421] Compiling CryptoBoringWrapper RandomBytes.swift
[1294/1421] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1295/1421] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1296/1421] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1297/1421] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1298/1421] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1299/1421] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1300/1421] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1301/1421] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1302/1421] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1303/1421] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1304/1421] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1305/1421] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1306/1421] Compiling BitCollections BitSet+SetAlgebra union.swift
[1307/1421] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1308/1421] Compiling BitCollections BitSet.Counted.swift
[1309/1421] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1312/1421] Compiling BitCollections BitArray+Hashable.swift
[1315/1421] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1316/1424] Emitting module CryptoBoringWrapper
[1317/1424] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1318/1424] Compiling CryptoBoringWrapper EllipticCurve.swift
[1325/1425] Wrapping AST for ConsoleKitCommands for debugging
[1327/1427] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1328/1427] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1338/1428] Compiling BitCollections BitArray+BitwiseOperations.swift
[1339/1428] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1340/1428] Compiling BitCollections BitArray+Codable.swift
[1341/1428] Compiling BitCollections BitArray+Collection.swift
[1342/1428] Compiling BitCollections BitArray+Copy.swift
[1343/1428] Compiling BitCollections BitArray+CustomReflectable.swift
[1346/1428] Emitting module BitCollections
[1355/1428] Compiling BitCollections BitSet.Index.swift
[1356/1428] Compiling BitCollections BitSet._UnsafeHandle.swift
[1357/1428] Compiling BitCollections BitSet.swift
[1358/1428] Compiling BitCollections Range+Utilities.swift
[1359/1428] Compiling BitCollections Slice+Utilities.swift
[1360/1428] Compiling BitCollections UInt+Tricks.swift
[1361/1428] Compiling BitCollections _Word.swift
[1362/1429] Emitting module ConsoleKit
[1363/1429] Compiling ConsoleKit Exports.swift
[1370/1430] Wrapping AST for CryptoBoringWrapper for debugging
[1372/1501] Wrapping AST for ConsoleKit for debugging
[1373/1501] Wrapping AST for BitCollections for debugging
[1375/1501] Compiling Crypto Digest_boring.swift
[1376/1501] Compiling Crypto Digest.swift
[1377/1501] Compiling Crypto Digests.swift
[1378/1503] Compiling Crypto AES-GCM.swift
[1379/1503] Compiling Crypto AES-GCM_boring.swift
[1380/1503] Compiling Crypto ChaChaPoly_boring.swift
[1381/1503] Compiling Crypto ChaChaPoly.swift
[1382/1503] Compiling Crypto ASN1Any.swift
[1383/1503] Compiling Crypto ASN1BitString.swift
[1384/1503] Compiling Crypto ASN1Boolean.swift
[1385/1503] Compiling Crypto ASN1Identifier.swift
[1386/1503] Compiling Collections Collections.swift
[1387/1503] Emitting module Collections
[1388/1504] Wrapping AST for Collections for debugging
[1390/1504] Compiling Crypto ASN1Integer.swift
[1391/1504] Compiling Crypto ASN1Null.swift
[1392/1504] Compiling Crypto ASN1OctetString.swift
[1393/1504] Compiling Crypto ASN1Strings.swift
[1394/1504] Compiling Crypto HPKE-Ciphersuite.swift
[1395/1504] Compiling Crypto HPKE-KDF.swift
[1396/1504] Compiling Crypto HPKE-KexKeyDerivation.swift
[1397/1504] Compiling Crypto HPKE-LabeledExtract.swift
[1398/1504] Compiling Crypto HPKE-Utils.swift
[1399/1504] Compiling Crypto DHKEM.swift
[1400/1504] Compiling Crypto HPKE-KEM-Curve25519.swift
[1401/1504] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[1402/1504] Compiling Crypto HPKE-KEM.swift
[1403/1504] Compiling Crypto HPKE-Errors.swift
[1404/1513] Compiling Crypto SymmetricKeys.swift
[1405/1513] Compiling Crypto HMAC.swift
[1406/1513] Compiling Crypto MACFunctions.swift
[1407/1513] Compiling Crypto MessageAuthenticationCode.swift
[1408/1513] Compiling Crypto AES.swift
[1409/1513] Compiling Crypto ECDSASignature_boring.swift
[1410/1513] Compiling Crypto ECDSA_boring.swift
[1411/1513] Compiling Crypto EdDSA_boring.swift
[1412/1513] Compiling Crypto ECDSA.swift
[1413/1513] Compiling Crypto Ed25519.swift
[1414/1513] Compiling Crypto HKDF.swift
[1415/1513] Compiling Crypto AESWrap.swift
[1416/1513] Compiling Crypto AESWrap_boring.swift
[1417/1513] Compiling Crypto Ed25519_boring.swift
[1418/1513] Compiling Crypto NISTCurvesKeys_boring.swift
[1419/1513] Compiling Crypto X25519Keys_boring.swift
[1420/1513] Compiling Crypto Curve25519.swift
[1421/1513] Compiling Crypto Ed25519Keys.swift
[1422/1513] Compiling Crypto NISTCurvesKeys.swift
[1423/1513] Compiling Crypto X25519Keys.swift
[1428/1513] Compiling Crypto Cipher.swift
[1429/1513] Compiling Crypto Nonces.swift
[1430/1513] Compiling Crypto ASN1.swift
[1440/1513] Emitting module Atomics
[1442/1514] Compiling Crypto PKCS8PrivateKey.swift
[1443/1514] Compiling Crypto SEC1PrivateKey.swift
[1444/1514] Compiling Crypto SubjectPublicKeyInfo.swift
[1445/1514] Compiling Crypto CryptoKitErrors.swift
[1449/1514] Compiling Crypto HashFunctions.swift
[1450/1514] Compiling Crypto HashFunctions_SHA2.swift
[1451/1514] Compiling Crypto HPKE-AEAD.swift
[1451/1514] Wrapping AST for Atomics for debugging
[1453/1574] Compiling NIOCore Interfaces.swift
[1454/1574] Compiling NIOCore Linux.swift
[1455/1574] Compiling NIOCore MarkedCircularBuffer.swift
[1456/1574] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1457/1574] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1458/1574] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1459/1574] Compiling NIOCore EventLoopFuture.swift
[1460/1574] Compiling NIOCore FileDescriptor.swift
[1461/1574] Compiling NIOCore FileHandle.swift
[1462/1574] Compiling NIOCore FileRegion.swift
[1463/1574] Emitting module Crypto
[1464/1574] Compiling Crypto Signature.swift
[1465/1574] Compiling Crypto CryptoKitErrors_boring.swift
[1466/1574] Compiling Crypto RNG_boring.swift
[1467/1574] Compiling Crypto SafeCompare_boring.swift
[1468/1574] Compiling Crypto Zeroization_boring.swift
[1469/1574] Compiling Crypto PrettyBytes.swift
[1470/1574] Compiling Crypto SafeCompare.swift
[1471/1574] Compiling Crypto SecureBytes.swift
[1472/1574] Compiling Crypto Zeroization.swift
[1473/1574] Emitting module Algorithms
[1475/1575] Compiling NIOCore BSDSocketAPI.swift
[1476/1575] Compiling NIOCore ByteBuffer-aux.swift
[1477/1575] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1478/1575] Compiling NIOCore ByteBuffer-conversions.swift
[1479/1575] Compiling NIOCore ByteBuffer-core.swift
[1480/1575] Compiling NIOCore ByteBuffer-hex.swift
[1481/1575] Compiling NIOCore ByteBuffer-int.swift
[1482/1575] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1483/1575] Compiling NIOCore ByteBuffer-multi-int.swift
[1484/1575] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1484/1576] Wrapping AST for Algorithms for debugging
[1487/1576] Compiling NIOCore MulticastChannel.swift
[1488/1576] Compiling NIOCore NIOAny.swift
[1489/1576] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1490/1576] Compiling NIOCore NIOLoopBound.swift
[1491/1576] Compiling NIOCore NIOScheduledCallback.swift
[1492/1576] Compiling NIOCore NIOSendable.swift
[1493/1576] Compiling NIOCore PointerHelpers.swift
[1494/1576] Compiling NIOCore RecvByteBufferAllocator.swift
[1494/1584] Wrapping AST for Crypto for debugging
[1496/1584] Compiling NIOCore IO.swift
[1497/1584] Compiling NIOCore IOData.swift
[1498/1584] Compiling NIOCore IPProtocol.swift
[1499/1584] Compiling NIOCore IntegerBitPacking.swift
[1500/1584] Compiling NIOCore IntegerTypes.swift
[1511/1584] Compiling NIOCore GlobalSingletons.swift
[1512/1584] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1513/1584] Compiling NIOCore SocketAddresses.swift
[1514/1584] Compiling NIOCore SocketOptionProvider.swift
[1515/1584] Compiling NIOCore SystemCallHelpers.swift
[1516/1584] Compiling NIOCore TimeAmount+Duration.swift
[1517/1584] Compiling NIOCore TypeAssistedChannelHandler.swift
[1518/1584] Compiling NIOCore UniversalBootstrapSupport.swift
[1519/1584] Compiling NIOCore Utilities.swift
[1520/1584] Compiling NIOCore CircularBuffer.swift
[1521/1584] Compiling NIOCore Codec.swift
[1522/1584] Compiling NIOCore ConvenienceOptionSupport.swift
[1523/1584] Compiling NIOCore DeadChannel.swift
[1524/1584] Compiling NIOCore DispatchQueue+WithFuture.swift
[1525/1584] Compiling NIOCore EventLoop+Deprecated.swift
[1526/1584] Compiling NIOCore EventLoop+SerialExecutor.swift
[1527/1584] Compiling NIOCore EventLoop.swift
[1528/1584] Compiling NIOCore AddressedEnvelope.swift
[1529/1584] Compiling NIOCore AsyncAwaitSupport.swift
[1530/1584] Compiling NIOCore AsyncChannel.swift
[1531/1584] Compiling NIOCore AsyncChannelHandler.swift
[1532/1584] Compiling NIOCore AsyncChannelInboundStream.swift
[1533/1584] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1534/1584] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1535/1584] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1536/1584] Compiling NIOCore NIOAsyncWriter.swift
[1537/1584] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1548/1584] Compiling NIOCore ByteBuffer-views.swift
[1549/1584] Compiling NIOCore Channel.swift
[1550/1584] Compiling NIOCore ChannelHandler.swift
[1551/1584] Compiling NIOCore ChannelHandlers.swift
[1552/1584] Compiling NIOCore ChannelInvoker.swift
[1553/1584] Compiling NIOCore ChannelOption.swift
[1554/1584] Compiling NIOCore ChannelPipeline.swift
[1555/1584] Emitting module NIOCore
[1556/1585] Wrapping AST for NIOCore for debugging
[1558/1637] Compiling NIOEmbedded AsyncTestingChannel.swift
[1559/1637] Emitting module NIOEmbedded
[1560/1637] Compiling NIOEmbedded Embedded.swift
[1561/1637] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1563/1638] Compiling NIOPosix IO.swift
[1564/1638] Compiling NIOPosix IntegerBitPacking.swift
[1565/1638] Compiling NIOPosix IntegerTypes.swift
[1566/1638] Compiling NIOPosix Linux.swift
[1567/1638] Compiling NIOPosix LinuxCPUSet.swift
[1568/1638] Compiling NIOPosix LinuxUring.swift
[1569/1638] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1569/1644] Wrapping AST for NIOEmbedded for debugging
[1571/1644] Compiling NIOPosix ThreadPosix.swift
[1572/1644] Compiling NIOPosix ThreadWindows.swift
[1573/1644] Compiling NIOPosix UnsafeTransfer.swift
[1574/1644] Compiling NIOPosix Utilities.swift
[1575/1644] Compiling NIOPosix VsockAddress.swift
[1576/1644] Compiling NIOPosix VsockChannelEvents.swift
[1577/1644] Compiling NIOPosix SelectableChannel.swift
[1578/1644] Compiling NIOPosix SelectableEventLoop.swift
[1579/1644] Compiling NIOPosix SelectorEpoll.swift
[1580/1644] Compiling NIOPosix SelectorGeneric.swift
[1581/1644] Compiling NIOPosix SelectorKqueue.swift
[1582/1644] Compiling NIOPosix SelectorUring.swift
[1583/1644] Compiling NIOPosix Pool.swift
[1584/1644] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1585/1644] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1586/1644] Compiling NIOPosix PosixSingletons.swift
[1587/1644] Compiling NIOPosix RawSocketBootstrap.swift
[1588/1644] Compiling NIOPosix Resolver.swift
[1589/1644] Compiling NIOPosix Selectable.swift
[1590/1644] Emitting module NIOPosix
[1591/1644] Compiling NIOPosix ServerSocket.swift
[1592/1644] Compiling NIOPosix Socket.swift
[1593/1644] Compiling NIOPosix SocketChannel.swift
[1594/1644] Compiling NIOPosix SocketProtocols.swift
[1595/1644] Compiling NIOPosix System.swift
[1596/1644] Compiling NIOPosix Thread.swift
[1597/1644] Compiling NIOPosix NIOThreadPool.swift
[1598/1644] Compiling NIOPosix NonBlockingFileIO.swift
[1599/1644] Compiling NIOPosix PendingDatagramWritesManager.swift
[1600/1644] Compiling NIOPosix PendingWritesManager.swift
[1601/1644] Compiling NIOPosix PipeChannel.swift
[1602/1644] Compiling NIOPosix PipePair.swift
[1603/1644] Compiling NIOPosix PointerHelpers.swift
[1604/1644] Compiling NIOPosix BSDSocketAPICommon.swift
[1605/1644] Compiling NIOPosix BSDSocketAPIPosix.swift
[1606/1644] Compiling NIOPosix BSDSocketAPIWindows.swift
[1607/1644] Compiling NIOPosix BaseSocket.swift
[1608/1644] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1609/1644] Compiling NIOPosix BaseSocketChannel.swift
[1610/1644] Compiling NIOPosix BaseStreamSocketChannel.swift
[1611/1644] Compiling NIOPosix Bootstrap.swift
[1612/1644] Compiling NIOPosix ControlMessage.swift
[1613/1644] Compiling NIOPosix DatagramVectorReadManager.swift
[1614/1644] Compiling NIOPosix Errors+Any.swift
[1615/1644] Compiling NIOPosix FileDescriptor.swift
[1616/1644] Compiling NIOPosix GetaddrinfoResolver.swift
[1617/1644] Compiling NIOPosix HappyEyeballs.swift
[1618/1645] Wrapping AST for NIOPosix for debugging
[1620/1701] Emitting module NIO
[1621/1701] Compiling NIO Exports.swift
[1622/1702] Wrapping AST for NIO for debugging
[1624/1714] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1625/1714] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1626/1714] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1627/1714] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1628/1714] Compiling _NIOFileSystem CopyStrategy.swift
[1629/1714] Compiling _NIOFileSystem DirectoryEntries.swift
[1630/1767] Compiling LeafKit LeafSources.swift
[1631/1767] Compiling LeafKit NIOLeafFiles.swift
[1632/1767] Compiling LeafKit LeafError.swift
[1633/1767] Compiling LeafKit LeafLexer.swift
[1634/1767] Compiling LeafKit LeafParameterTypes.swift
[1635/1767] Compiling LeafKit LeafContext.swift
[1636/1767] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1637/1767] Compiling NIOTLS TLSEvents.swift
[1638/1767] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1639/1767] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1640/1767] Compiling LeafKit LeafCache.swift
[1641/1767] Compiling LeafKit LeafRawTemplate.swift
[1642/1767] Compiling NIOSOCKS SOCKSResponse.swift
[1643/1768] Emitting module NIOTLS
[1644/1768] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1645/1768] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1646/1768] Compiling NIOSOCKS ClientStateMachine.swift
[1647/1768] Compiling LeafKit LeafAST.swift
[1648/1768] Compiling LeafKit DefaultLeafCache.swift
[1649/1768] Compiling LeafKit Dictionary+LeafData.swift
[1650/1768] Compiling LeafKit Exports.swift
[1651/1768] Compiling LeafKit LeafParser.swift
[1652/1768] Compiling LeafKit LeafRenderer.swift
[1653/1768] Emitting module NIOSOCKS
[1656/1770] Compiling NIOSOCKS ServerStateMachine.swift
[1660/1771] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1661/1771] Compiling NIOTLS SNIHandler.swift
[1662/1771] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1665/1772] Emitting module _NIOFileSystem
[1665/1776] Wrapping AST for NIOSOCKS for debugging
[1666/1776] Wrapping AST for NIOTLS for debugging
[1668/1776] Emitting module NIOFoundationCompat
[1669/1776] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1670/1782] Compiling LeafKit LeafSerializer.swift
[1671/1782] Compiling LeafKit ParameterResolver.swift
[1672/1805] Emitting module NIOHTTP1
[1673/1805] Compiling NIOSSL AndroidCABundle.swift
[1674/1805] Compiling NIOSSL ByteBufferBIO.swift
[1675/1805] Compiling NIOSSL CustomPrivateKey.swift
[1676/1805] Compiling NIOSSL IdentityVerification.swift
[1677/1805] Compiling NIOSSL NIOSSLServerHandler.swift
[1678/1805] Compiling NIOSSL ObjectIdentifier.swift
[1679/1805] Compiling NIOSSL PosixPort.swift
[1680/1805] Compiling NIOSSL SSLCallbacks.swift
[1681/1805] Compiling NIOSSL LinuxCABundle.swift
[1682/1805] Compiling NIOSSL NIOSSLClientHandler.swift
[1683/1805] Emitting module LeafKit
[1685/1808] Compiling LeafKit LeafSyntax.swift
[1686/1808] Compiling LeafKit LeafTag.swift
[1687/1808] Compiling LeafKit String+HTMLEscape.swift
[1688/1808] Compiling NIOSSL SafeCompare.swift
[1689/1808] Compiling _NIOFileSystem Errno.swift
[1690/1808] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1691/1808] Compiling _NIOFileSystem Mocking.swift
[1692/1808] Compiling _NIOFileSystem Syscall.swift
[1693/1808] Compiling NIOSSL SSLInit.swift
[1694/1808] Compiling NIOSSL SSLPKCS12Bundle.swift
[1694/1808] Wrapping AST for NIOFoundationCompat for debugging
[1696/1818] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1697/1818] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1698/1818] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1699/1818] Compiling NIOTransportServices NIOTSBootstraps.swift
[1700/1830] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1701/1830] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1702/1830] Compiling NIOTransportServices NIOTSEventLoop.swift
[1703/1830] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1704/1830] Compiling NIOTransportServices NIOTSSingletons.swift
[1705/1830] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1706/1830] Compiling NIOSSL SSLCertificateExtensions.swift
[1707/1830] Compiling NIOSSL SSLConnection.swift
[1711/1830] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1712/1830] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1715/1830] Compiling NIOTransportServices NIOTSErrors.swift
[1719/1830] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1720/1830] Compiling NIOTransportServices StateManagedChannel.swift
[1721/1830] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1723/1832] Emitting module NIOTransportServices
[1724/1832] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1725/1832] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1726/1832] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1727/1832] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1729/1832] Compiling NIOTransportServices AcceptHandler.swift
[1730/1832] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1731/1832] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1732/1833] Wrapping AST for NIOTransportServices for debugging
[1779/1853] Compiling NIOHPACK HPACKEncoder.swift
[1780/1853] Compiling NIOHPACK HPACKErrors.swift
[1781/1853] Compiling NIOHPACK HPACKHeader.swift
[1782/1853] Compiling NIOHPACK HeaderTables.swift
[1786/1866] Emitting module NIOSSL
[1788/1883] Compiling NIOWebSocket WebSocketOpcode.swift
[1789/1903] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1790/1903] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1791/1905] Compiling NIOHPACK IndexedHeaderTable.swift
[1792/1905] Compiling NIOHPACK IntegerCoding.swift
[1793/1906] Compiling _NIOFileSystem Syscalls.swift
[1794/1906] Compiling _NIOFileSystem SystemFileHandle.swift
[1795/1906] Compiling _NIOFileSystem Utilities.swift
[1796/1906] Compiling _NIOFileSystem OpenOptions.swift
[1801/1907] Compiling NIOHPACK StaticHeaderTable.swift
[1802/1907] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1803/1907] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1804/1907] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1806/1907] Compiling MultipartKit FormDataEncoder.swift
[1807/1907] Compiling MultipartKit Storage.swift
[1808/1907] Emitting module NIOHTTPCompression
[1809/1907] Compiling NIOHTTPCompression HTTPDecompression.swift
[1810/1907] Compiling NIOHTTPCompression HTTPCompression.swift
[1811/1907] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1812/1907] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1813/1907] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1814/1907] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1815/1907] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1816/1907] Compiling MultipartKit FormDataDecoder.swift
[1817/1907] Compiling MultipartKit MultipartError.swift
[1818/1907] Compiling MultipartKit Exports.swift
[1819/1907] Compiling MultipartKit MultipartPart.swift
[1820/1907] Compiling MultipartKit MultipartPartConvertible.swift
[1820/1907] Wrapping AST for NIOHTTP1 for debugging
[1822/1907] Compiling NIOHPACK HuffmanTables.swift
[1823/1907] Emitting module NIOWebSocket
[1824/1907] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1825/1907] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1826/1907] Compiling NIOHPACK HuffmanCoding.swift
[1829/1913] Emitting module NIOExtras
[1831/1913] Compiling NIOWebSocket WebSocketFrame.swift
[1832/1913] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1837/1914] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1838/1914] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1842/1914] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1843/1914] Compiling MultipartKit BasicCodingKey.swift
[1844/1914] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1846/1914] Emitting module MultipartKit
[1847/1914] Emitting module _NIOFileSystemFoundationCompat
[1848/1914] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1851/1917] Wrapping AST for _NIOFileSystem for debugging
[1857/1917] Emitting module NIOHPACK
[1868/1917] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1869/1917] Compiling NIOExtras WritePCAPHandler.swift
[1871/1918] Emitting module NIOFileSystem
[1872/1918] Compiling NIOFileSystem Exports.swift
[1873/1918] Wrapping AST for NIOWebSocket for debugging
[1874/1919] Wrapping AST for NIOHTTPCompression for debugging
[1877/1919] Compiling MultipartKit MultipartSerializer.swift
[1878/1919] Compiling MultipartKit Utilities.swift
[1878/1920] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[1880/1920] Compiling NIOSSL Zeroization.swift
[1881/1920] Compiling NIOSSL TLSConfiguration.swift
[1882/1920] Compiling NIOSSL UniversalBootstrapSupport.swift
[1894/1920] Wrapping AST for LeafKit for debugging
[1896/1921] Wrapping AST for NIOFileSystem for debugging
[1897/1921] Wrapping AST for NIOHPACK for debugging
[1899/1979] Wrapping AST for MultipartKit for debugging
[1900/1979] Wrapping AST for NIOSSL for debugging
[1902/1979] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1903/1979] Compiling NIOHTTP2 HTTP2Frame.swift
[1904/1980] Wrapping AST for NIOExtras for debugging
[1906/1988] Compiling WebSocketKit Exports.swift
[1907/1988] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1908/1988] Compiling WebSocketKit WebSocket+Concurrency.swift
[1909/1988] Compiling WebSocketKit WebSocketHandler.swift
[1910/1988] Emitting module WebSocketKit
[1911/1988] Compiling WebSocketKit WebSocket.swift
[1912/1988] Compiling WebSocketKit WebSocketClient.swift
[1913/1988] Compiling WebSocketKit WebSocket+Connect.swift
[1915/1989] Emitting module AsyncKit
[1915/1989] Wrapping AST for WebSocketKit for debugging
[1917/1989] Compiling NIOHTTP2 StateMachineResult.swift
[1918/1989] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1919/1989] Compiling NIOHTTP2 DOSHeuristics.swift
[1920/1989] Compiling NIOHTTP2 Error+Any.swift
[1921/1989] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1922/1989] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1923/1989] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1924/1989] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1925/1997] Emitting module NIOHTTP2
[1926/1997] Compiling NIOHTTP2 InboundWindowManager.swift
[1927/1997] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1928/1997] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1929/1997] Compiling NIOHTTP2 StreamChannelList.swift
[1930/1997] Compiling NIOHTTP2 StreamMap.swift
[1931/1997] Compiling NIOHTTP2 StreamStateMachine.swift
[1932/1997] Compiling NIOHTTP2 UnsafeTransfer.swift
[1933/1997] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1934/1997] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1935/1997] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1936/1997] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1937/1997] Compiling NIOHTTP2 HTTP2StreamID.swift
[1938/1997] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1939/1997] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1940/1997] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1941/1997] Compiling NIOHTTP2 InboundEventBuffer.swift
[1942/1997] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1943/1997] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1944/1997] Compiling NIOHTTP2 HasLocalSettings.swift
[1945/1997] Compiling NIOHTTP2 HasRemoteSettings.swift
[1946/1997] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1947/1997] Compiling NIOHTTP2 QuiescingState.swift
[1948/1997] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1949/1997] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1952/1997] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1953/1997] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1954/1997] Compiling NIOHTTP2 HTTP2PingData.swift
[1955/1997] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1956/1997] Compiling NIOHTTP2 HTTP2Settings.swift
[1957/1997] Compiling NIOHTTP2 HTTP2Stream.swift
[1958/1997] Compiling NIOHTTP2 MaySendFrames.swift
[1959/1997] Compiling NIOHTTP2 SendingDataState.swift
[1960/1997] Compiling NIOHTTP2 SendingGoawayState.swift
[1961/1997] Compiling NIOHTTP2 SendingHeadersState.swift
[1962/1997] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1963/1997] Compiling NIOHTTP2 SendingRstStreamState.swift
[1964/1997] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1965/1997] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1966/1997] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1967/1997] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1968/1997] Compiling NIOHTTP2 MayReceiveFrames.swift
[1969/1997] Compiling NIOHTTP2 ReceivingDataState.swift
[1970/1997] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1971/1997] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1972/1997] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1973/1997] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1974/1997] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1975/1997] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1976/1997] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1977/1997] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1978/1997] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1979/1997] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1980/1997] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1981/1997] Compiling NIOHTTP2 HTTP2Error.swift
[1982/1997] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1983/1998] Wrapping AST for NIOHTTP2 for debugging
[1985/2055] Emitting module AsyncHTTPClient
[1986/2055] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1987/2055] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1988/2055] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1989/2055] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1990/2055] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1991/2055] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1992/2055] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1993/2055] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1994/2055] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1995/2055] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1996/2055] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1997/2055] Compiling AsyncHTTPClient Transaction.swift
[1998/2055] Compiling AsyncHTTPClient Base64.swift
[1999/2055] Compiling AsyncHTTPClient BasicAuth.swift
[2000/2055] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2001/2055] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2002/2063] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2003/2063] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2004/2063] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2005/2063] Compiling AsyncHTTPClient ConnectionTarget.swift
[2006/2063] Compiling AsyncHTTPClient DeconstructedURL.swift
[2007/2063] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2008/2063] Compiling AsyncHTTPClient FoundationExtensions.swift
[2009/2063] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2010/2063] Compiling AsyncHTTPClient ConnectionPool.swift
[2011/2063] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2012/2063] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2013/2063] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2014/2063] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2015/2063] Compiling AsyncHTTPClient HTTP1Connection.swift
[2016/2063] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2017/2063] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2018/2063] Compiling AsyncHTTPClient HTTP2Connection.swift
[2019/2063] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2020/2063] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2021/2063] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2022/2063] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2023/2063] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2024/2063] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2025/2063] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2026/2063] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2027/2063] Compiling AsyncHTTPClient HTTPClient.swift
[2028/2063] Compiling AsyncHTTPClient HTTPHandler.swift
[2029/2063] Compiling AsyncHTTPClient LRUCache.swift
[2030/2063] Compiling AsyncHTTPClient NWErrorHandler.swift
[2031/2063] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2032/2063] Compiling AsyncHTTPClient TLSConfiguration.swift
[2033/2063] Compiling AsyncHTTPClient RedirectState.swift
[2041/2064] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2042/2064] Compiling AsyncHTTPClient RequestBodyLength.swift
[2043/2064] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2044/2064] Compiling AsyncHTTPClient RequestOptions.swift
[2045/2064] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2046/2064] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2047/2064] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2048/2064] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2048/2064] Wrapping AST for AsyncKit for debugging
[2050/2064] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2051/2064] Compiling AsyncHTTPClient RequestBag.swift
[2052/2064] Compiling AsyncHTTPClient RequestValidation.swift
[2053/2064] Compiling AsyncHTTPClient SSLContextCache.swift
[2054/2064] Compiling AsyncHTTPClient Scheme.swift
[2055/2064] Compiling AsyncHTTPClient Singleton.swift
[2056/2064] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2057/2064] Compiling AsyncHTTPClient Utils.swift
[2058/2065] Wrapping AST for AsyncHTTPClient for debugging
[2060/2231] Compiling Vapor Core.swift
[2061/2231] Compiling Vapor Running.swift
[2062/2231] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2063/2231] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2064/2231] Compiling Vapor DotEnvFile+load.swift
[2065/2231] Compiling Vapor Routes+caseInsenstive.swift
[2066/2231] Compiling Vapor Validatable+validate.swift
[2067/2231] Compiling Vapor Environment+Process.swift
[2068/2231] Compiling Vapor Environment+Secret.swift
[2069/2231] Compiling Vapor Environment.swift
[2070/2231] Compiling Vapor Abort.swift
[2071/2231] Compiling Vapor AbortError.swift
[2072/2231] Compiling Vapor DebuggableError.swift
[2073/2231] Compiling Vapor Demangler.swift
[2074/2231] Compiling Vapor ErrorSource.swift
[2075/2231] Compiling Vapor StackTrace.swift
[2076/2231] Compiling Vapor Exports.swift
[2077/2231] Compiling Vapor Application+HTTP.swift
[2078/2231] Compiling Vapor BasicResponder.swift
[2079/2231] Compiling Vapor BodyStream.swift
[2080/2231] Compiling Vapor Application+HTTP+Client.swift
[2081/2231] Compiling Vapor EventLoopHTTPClient.swift
[2082/2231] Compiling Vapor EndpointCache.swift
[2083/2231] Compiling Vapor HTTPMethod+String.swift
[2084/2254] Compiling Vapor HTTPServerResponseEncoder.swift
[2085/2254] Compiling Vapor HTTPServerUpgradeHandler.swift
[2086/2254] Compiling Vapor Logger+Report.swift
[2087/2254] Compiling Vapor LoggingSystem+Environment.swift
[2088/2254] Compiling Vapor Application+Middleware.swift
[2089/2254] Compiling Vapor CORSMiddleware.swift
[2090/2254] Compiling Vapor ErrorMiddleware.swift
[2091/2254] Compiling Vapor FileMiddleware.swift
[2092/2254] Compiling Vapor Middleware.swift
[2093/2254] Compiling Vapor MiddlewareConfiguration.swift
[2094/2254] Compiling Vapor ResponseCompressionMiddleware.swift
[2095/2254] Compiling Vapor RouteLoggingMiddleware.swift
[2096/2254] Compiling Vapor File+Multipart.swift
[2097/2254] Compiling Vapor FormDataDecoder+Content.swift
[2098/2254] Compiling Vapor FormDataEncoder+Content.swift
[2099/2254] Compiling Vapor Application+Password.swift
[2100/2254] Compiling Vapor Application+Passwords.swift
[2101/2254] Compiling Vapor AsyncPasswordHasher.swift
[2102/2254] Compiling Vapor BcryptHasher.swift
[2103/2254] Compiling Vapor PasswordHasher.swift
[2104/2254] Compiling Vapor PlaintextHasher.swift
[2105/2254] Compiling Vapor Request+Password.swift
[2106/2254] Compiling Vapor Redirect.swift
[2107/2277] Compiling Vapor Application.swift
[2108/2277] Compiling Vapor AuthenticationCache.swift
[2109/2277] Compiling Vapor Authenticator.swift
[2110/2277] Compiling Vapor BasicAuthorization.swift
[2111/2277] Compiling Vapor BearerAuthorization.swift
[2112/2277] Compiling Vapor GuardMiddleware.swift
[2113/2277] Compiling Vapor RedirectMiddleware.swift
[2114/2277] Compiling Vapor SessionAuthenticatable.swift
[2115/2277] Compiling Vapor Bcrypt.swift
[2116/2277] Compiling Vapor Application+Cache.swift
[2117/2277] Compiling Vapor Cache.swift
[2118/2277] Compiling Vapor CacheExpirationTime.swift
[2119/2277] Compiling Vapor MemoryCache.swift
[2120/2277] Compiling Vapor Request+Cache.swift
[2121/2277] Compiling Vapor Application+Clients.swift
[2122/2277] Compiling Vapor Client.swift
[2123/2277] Compiling Vapor ClientRequest.swift
[2124/2277] Compiling Vapor ClientResponse.swift
[2125/2277] Compiling Vapor Request+Client.swift
[2126/2277] Compiling Vapor BootCommand.swift
[2127/2277] Compiling Vapor CommandContext+Application.swift
[2128/2277] Compiling Vapor RoutesCommand.swift
[2129/2277] Compiling Vapor ServeCommand.swift
[2130/2277] Compiling Vapor AnyResponse+Concurrency.swift
[2131/2277] Compiling Vapor Validator.swift
[2132/2277] Compiling Vapor ValidatorResult.swift
[2133/2277] Compiling Vapor And.swift
[2134/2277] Compiling Vapor Case.swift
[2135/2277] Compiling Vapor CharacterSet.swift
[2136/2277] Compiling Vapor Count.swift
[2137/2277] Compiling Vapor Email.swift
[2138/2277] Compiling Vapor Empty.swift
[2139/2277] Compiling Vapor In.swift
[2140/2277] Compiling Vapor Nil.swift
[2141/2277] Compiling Vapor NilIgnoring.swift
[2142/2277] Compiling Vapor Not.swift
[2143/2277] Compiling Vapor Or.swift
[2144/2277] Compiling Vapor Pattern.swift
[2145/2277] Compiling Vapor Range.swift
[2146/2277] Compiling Vapor URL.swift
[2147/2277] Compiling Vapor Valid.swift
[2148/2277] Compiling Vapor Application+Views.swift
[2149/2277] Compiling Vapor PlaintextRenderer.swift
[2150/2277] Compiling Vapor Request+View.swift
[2151/2277] Compiling Vapor View.swift
[2152/2277] Compiling Vapor ViewRenderer.swift
[2153/2277] Compiling Vapor _Deprecations.swift
[2154/2277] Compiling Vapor MemorySessions.swift
[2155/2277] Compiling Vapor Request+Session.swift
[2156/2277] Compiling Vapor Session.swift
[2157/2277] Compiling Vapor SessionCache.swift
[2158/2277] Compiling Vapor SessionData.swift
[2159/2277] Compiling Vapor SessionDriver.swift
[2160/2277] Compiling Vapor SessionsConfiguration.swift
[2161/2277] Compiling Vapor SessionsMiddleware.swift
[2162/2277] Compiling Vapor URLEncodedFormData.swift
[2163/2277] Compiling Vapor URLEncodedFormDecoder.swift
[2164/2277] Compiling Vapor URLEncodedFormEncoder.swift
[2165/2277] Compiling Vapor URLEncodedFormError.swift
[2166/2277] Compiling Vapor URLEncodedFormParser.swift
[2167/2277] Compiling Vapor URLEncodedFormSerializer.swift
[2168/2277] Compiling Vapor URLQueryFragmentConvertible.swift
[2169/2277] Compiling Vapor AnyResponse.swift
[2170/2277] Compiling Vapor Array+Random.swift
[2171/2277] Compiling Vapor Base32.swift
[2172/2277] Compiling Vapor Base64.swift
[2173/2277] Compiling Vapor BaseN.swift
[2174/2277] Compiling Vapor BasicCodingKey.swift
[2175/2277] Compiling Vapor ByteCount.swift
[2176/2277] Compiling Vapor Bytes+Hex.swift
[2177/2277] Compiling Vapor Bytes+SecureCompare.swift
[2178/2277] Compiling Vapor Collection+Safe.swift
[2179/2277] Compiling Vapor DataProtocol+Copy.swift
[2180/2277] Compiling Vapor DecoderUnwrapper.swift
[2181/2277] Compiling Vapor DirectoryConfiguration.swift
[2182/2277] Compiling Vapor DotEnv.swift
[2183/2277] Compiling Vapor Extendable.swift
[2184/2277] Compiling Vapor File.swift
[2185/2277] Compiling Vapor FileIO.swift
[2186/2277] Compiling Vapor LifecycleHandler.swift
[2187/2277] Compiling Vapor OptionalType.swift
[2188/2277] Compiling Vapor RFC1123.swift
[2189/2277] Compiling Vapor SocketAddress+Hostname.swift
[2190/2277] Compiling Vapor Storage.swift
[2191/2277] Compiling Vapor String+IsIPAddress.swift
[2192/2277] Compiling Vapor Thread.swift
[2193/2277] Compiling Vapor URI.swift
[2194/2277] Compiling Vapor RangeResult.swift
[2195/2277] Compiling Vapor Validatable.swift
[2196/2277] Compiling Vapor Validation.swift
[2197/2277] Compiling Vapor ValidationKey.swift
[2198/2277] Compiling Vapor Validations.swift
[2199/2277] Compiling Vapor ValidationsError.swift
[2200/2277] Compiling Vapor Request+Body.swift
[2201/2277] Compiling Vapor Request+BodyStream.swift
[2202/2277] Compiling Vapor Request.swift
[2203/2277] Compiling Vapor Application+Responder.swift
[2204/2277] Compiling Vapor DefaultResponder.swift
[2205/2277] Compiling Vapor Response+Body.swift
[2206/2277] Compiling Vapor Response.swift
[2207/2277] Compiling Vapor ResponseCodable.swift
[2208/2277] Compiling Vapor Application+Routes.swift
[2209/2277] Compiling Vapor Parameters+Require.swift
[2210/2277] Compiling Vapor Request+WebSocket.swift
[2211/2277] Compiling Vapor Route.swift
[2212/2277] Compiling Vapor RouteCollection.swift
[2213/2277] Compiling Vapor Routes.swift
[2214/2277] Compiling Vapor RoutesBuilder+Group.swift
[2215/2277] Compiling Vapor RoutesBuilder+Method.swift
[2216/2277] Compiling Vapor RoutesBuilder+Middleware.swift
[2217/2277] Compiling Vapor RoutesBuilder+WebSocket.swift
[2218/2277] Compiling Vapor RoutesBuilder.swift
[2219/2277] Compiling Vapor OTP.swift
[2220/2277] Compiling Vapor Application+Servers.swift
[2221/2277] Compiling Vapor Server.swift
[2222/2277] Compiling Vapor Application+Sessions.swift
[2223/2277] Emitting module Vapor
[2224/2277] Compiling Vapor AsyncBasicResponder.swift
[2225/2277] Compiling Vapor AsyncMiddleware.swift
[2226/2277] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2227/2277] Compiling Vapor AsyncSessionDriver.swift
[2228/2277] Compiling Vapor Authentication+Concurrency.swift
[2229/2277] Compiling Vapor Cache+Concurrency.swift
[2230/2277] Compiling Vapor Client+Concurrency.swift
[2231/2277] Compiling Vapor RequestBody+Concurrency.swift
[2232/2277] Compiling Vapor Responder+Concurrency.swift
[2233/2277] Compiling Vapor ResponseCodable+Concurrency.swift
[2234/2277] Compiling Vapor RoutesBuilder+Concurrency.swift
[2235/2277] Compiling Vapor ViewRenderer+Concurrency.swift
[2236/2277] Compiling Vapor WebSocket+Concurrency.swift
[2237/2277] Compiling Vapor ContainerGetPathExecutor.swift
[2238/2277] Compiling Vapor Content.swift
[2239/2277] Compiling Vapor ContentCoders.swift
[2240/2277] Compiling Vapor ContentConfiguration.swift
[2241/2277] Compiling Vapor ContentContainer.swift
[2242/2277] Compiling Vapor JSONCoder+Custom.swift
[2243/2277] Compiling Vapor JSONCoders+Content.swift
[2244/2277] Compiling Vapor PlaintextDecoder.swift
[2245/2277] Compiling Vapor PlaintextEncoder.swift
[2246/2277] Compiling Vapor URLQueryCoders.swift
[2247/2277] Compiling Vapor URLQueryContainer.swift
[2248/2277] Compiling Vapor HTTPStatus.swift
[2249/2277] Compiling Vapor HTTPCookies.swift
[2250/2277] Compiling Vapor HTTPHeaderCacheControl.swift
[2251/2277] Compiling Vapor HTTPHeaderExpires.swift
[2252/2277] Compiling Vapor HTTPHeaderLastModified.swift
[2253/2277] Compiling Vapor HTTPHeaders+Cache.swift
[2254/2277] Compiling Vapor HTTPHeaders+Connection.swift
[2255/2277] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2256/2277] Compiling Vapor HTTPHeaders+ContentRange.swift
[2257/2277] Compiling Vapor HTTPHeaders+Directive.swift
[2258/2277] Compiling Vapor HTTPHeaders+Forwarded.swift
[2259/2277] Compiling Vapor HTTPHeaders+Link.swift
[2260/2277] Compiling Vapor HTTPHeaders+Name.swift
[2261/2277] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2262/2277] Compiling Vapor HTTPHeaders.swift
[2263/2277] Compiling Vapor HTTPMediaType.swift
[2264/2277] Compiling Vapor HTTPMediaTypePreference.swift
[2265/2277] Compiling Vapor Responder.swift
[2266/2277] Compiling Vapor Application+HTTP+Server.swift
[2267/2277] Compiling Vapor HTTPServer.swift
[2268/2277] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2269/2277] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2270/2277] Compiling Vapor HTTPServerHandler.swift
[2271/2277] Compiling Vapor HTTPServerRequestDecoder.swift
[2272/2278] Wrapping AST for Vapor for debugging
[2274/2285] Compiling Leaf Request+Leaf.swift
[2275/2285] Compiling Leaf LeafRenderer+ViewRenderer.swift
[2276/2285] Compiling Leaf LeafError+AbortError.swift
[2277/2285] Compiling Leaf Application+Leaf.swift
[2278/2285] Emitting module Leaf
[2279/2285] Compiling Leaf Exports.swift
[2280/2285] Compiling Leaf LeafEncoder.swift
[2281/2286] Wrapping AST for Leaf for debugging
[2283/2324] Compiling VHX HXLocalisable.swift
[2284/2324] Compiling VHX HXLocalisation.swift
[2285/2324] Compiling VHX HXRequestLocalisation.swift
[2286/2324] Compiling VHX Request+Langauge.swift
[2287/2324] Compiling VHX HXErrorMiddleware.swift
[2288/2329] 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
[2289/2329] Compiling VHX HXRequestHeaders.swift
[2290/2329] Compiling VHX HXResponseConfiguration.swift
[2291/2329] Compiling VHX HXResponseHeaderAddable.swift
[2292/2329] Compiling VHX HXTemplateable.swift
[2293/2329] Compiling VHX Htmx.swift
[2294/2329] Compiling VHX HXReselectHeader.swift
[2295/2329] Compiling VHX HXResponseHeaders.swift
[2296/2329] Compiling VHX HXReswapHeader.swift
[2297/2329] Compiling VHX HXRetargetHeader.swift
[2298/2329] Compiling VHX HXTriggerHeader.swift
[2299/2329] Compiling VHX HXLocationHeader.swift
[2300/2329] Compiling VHX HXPushUrlHeader.swift
[2301/2329] Compiling VHX HXRedirectHeader.swift
[2302/2329] Compiling VHX HXRefreshHeader.swift
[2303/2329] Compiling VHX HXReplaceUrlHeader.swift
[2304/2329] 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
[2305/2329] 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
[2306/2329] 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
[2307/2329] 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
[2308/2329] 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
[2309/2329] 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?
[2310/2329] 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?
[2311/2329] 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?
[2312/2329] 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?
[2313/2329] 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?
[2314/2329] 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?
[2315/2329] 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) {
[2316/2329] 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) {
[2317/2329] 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) {
[2318/2329] 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) {
[2319/2329] 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) {
[2320/2329] 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) {
[2321/2329] Compiling VHX HXTextTag.swift
[2322/2329] Compiling VHX Date+CustomInterval.swift
[2323/2329] Compiling VHX Request+BaseUrl.swift
[2324/2329] Compiling VHX String+View.swift
[2325/2329] Compiling VHX VHX.swift
[2326/2330] Wrapping AST for VHX for debugging
[2328/2342] Compiling Demo configure.swift
[2329/2342] 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
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
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
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
12 |
13 | do {
[2330/2342] Compiling Demo routes.swift
[2331/2343] Compiling Demo resource_bundle_accessor.swift
[2332/2343] Compiling Demo InfiniteScroll.swift
[2333/2343] Compiling Demo LazyLoading.swift
[2334/2343] 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: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- 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"),
[2335/2343] 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: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- 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"),
[2336/2343] 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: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- 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: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- 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: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- 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"),
[2337/2343] Compiling Demo CascadingSelects.swift
[2338/2343] Compiling Demo ClickToEdit.swift
[2339/2343] 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: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- 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: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- 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),
[2340/2343] 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: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- 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: annotate 'default' with '@MainActor' if property should only be accessed from the main actor
| `- 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),
[2341/2344] Wrapping AST for Demo for debugging
[2342/2344] Write Objects.LinkFileList
[2343/2344] Linking Demo
Build complete! (320.90s)
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"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.