Build Information
Successful build of VHX, reference master (203e49
), with Swift 6.1 for Linux on 30 Apr 2025 03:49:44 UTC.
Swift 6 data race errors: 7
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RussBaz/VaporHX.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/RussBaz/VaporHX
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 203e490 Further improved the docs and updated the dependencies
Cloned https://github.com/RussBaz/VaporHX.git
Revision (git rev-parse @):
203e490e20022949e10bb13a0dbdb767d027f70d
SUCCESS checkout https://github.com/RussBaz/VaporHX.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/RussBaz/VaporHX.git
https://github.com/RussBaz/VaporHX.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.107.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "leaf",
"requirement" : {
"range" : [
{
"lower_bound" : "4.4.1",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/leaf.git"
}
],
"manifest_display_name" : "VHX",
"name" : "VHX",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "VHX",
"targets" : [
"VHX"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Demo",
"targets" : [
"Demo"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "VHXTests",
"module_type" : "SwiftTarget",
"name" : "VHXTests",
"path" : "Tests/VHXTests",
"product_dependencies" : [
"XCTVapor",
"Vapor",
"Leaf"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Tests/VHXTests/Views",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"VHXTests.swift"
],
"target_dependencies" : [
"VHX"
],
"type" : "test"
},
{
"c99name" : "VHX",
"module_type" : "SwiftTarget",
"name" : "VHX",
"path" : "Sources/VHX",
"product_dependencies" : [
"Vapor",
"Leaf"
],
"product_memberships" : [
"VHX",
"Demo"
],
"sources" : [
"Htmx/Abort+HX.swift",
"Htmx/Application+HtmxConfiguration.swift",
"Htmx/Array+HXResponseHeaderAddable.swift",
"Htmx/Content+HX.swift",
"Htmx/HTTPHeaders+HXRequestHeaders.swift",
"Htmx/HTTPStatus+HX.swift",
"Htmx/HX.swift",
"Htmx/HXBasicLeafTemplate.swift",
"Htmx/HXConfiguration.swift",
"Htmx/HXError.swift",
"Htmx/HXLeafSource.swift",
"Htmx/HXRedirect.swift",
"Htmx/HXRequestHeaders.swift",
"Htmx/HXResponseConfiguration.swift",
"Htmx/HXResponseHeaderAddable.swift",
"Htmx/HXTemplateable.swift",
"Htmx/Htmx.swift",
"Htmx/ReponseHeaders/HXLocationHeader.swift",
"Htmx/ReponseHeaders/HXPushUrlHeader.swift",
"Htmx/ReponseHeaders/HXRedirectHeader.swift",
"Htmx/ReponseHeaders/HXRefreshHeader.swift",
"Htmx/ReponseHeaders/HXReplaceUrlHeader.swift",
"Htmx/ReponseHeaders/HXReselectHeader.swift",
"Htmx/ReponseHeaders/HXResponseHeaders.swift",
"Htmx/ReponseHeaders/HXReswapHeader.swift",
"Htmx/ReponseHeaders/HXRetargetHeader.swift",
"Htmx/ReponseHeaders/HXTriggerHeader.swift",
"Htmx/Request+Htmx.swift",
"Htmx/Response+AddHeaders.swift",
"Localisation/Application+Language.swift",
"Localisation/HTTPHeaders+Language.swift",
"Localisation/HXLangaugeHeader.swift",
"Localisation/HXLocalisable.swift",
"Localisation/HXLocalisation.swift",
"Localisation/HXRequestLocalisation.swift",
"Localisation/Request+Langauge.swift",
"MIddlewares/HXErrorMiddleware.swift",
"Tags/HXTextTag.swift",
"Utils/Date+CustomInterval.swift",
"Utils/Request+BaseUrl.swift",
"Utils/String+View.swift",
"VHX.swift"
],
"type" : "library"
},
{
"c99name" : "Demo",
"module_type" : "SwiftTarget",
"name" : "Demo",
"path" : "Sources/Demo",
"product_dependencies" : [
"Leaf",
"Vapor"
],
"product_memberships" : [
"Demo"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/Demo/Public",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/Demo/Views",
"rule" : {
"copy" : {
}
}
}
],
"sources" : [
"Controllers/ActiveSearch.swift",
"Controllers/BulkUpdate.swift",
"Controllers/CascadingSelects.swift",
"Controllers/ClickToEdit.swift",
"Controllers/ClickToLoad.swift",
"Controllers/DeleteRow.swift",
"Controllers/InfiniteScroll.swift",
"Controllers/LazyLoading.swift",
"configure.swift",
"entrypoint.swift",
"routes.swift"
],
"target_dependencies" : [
"VHX"
],
"type" : "executable"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/vapor/leaf.git
Fetching https://github.com/vapor/vapor.git
[1/3956] Fetching leaf
Fetched https://github.com/vapor/leaf.git from cache (0.30s)
[1/74337] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.30s)
Computing version for https://github.com/vapor/leaf.git
Computed https://github.com/vapor/leaf.git at 4.5.0 (2.86s)
Fetching https://github.com/vapor/leaf-kit.git
Fetching https://github.com/apple/swift-algorithms.git
[1/4938] Fetching leaf-kit
[298/10841] Fetching leaf-kit, swift-algorithms
Fetched https://github.com/vapor/leaf-kit.git from cache (1.00s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.00s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.114.1 (3.60s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-metrics.git
[1/1063] Fetching swift-service-context
[1064/4271] Fetching swift-service-context, multipart-kit
[1866/6876] Fetching swift-service-context, multipart-kit, websocket-kit
[2238/8581] Fetching swift-service-context, multipart-kit, websocket-kit, swift-atomics
[2239/13555] Fetching swift-service-context, multipart-kit, websocket-kit, swift-atomics, swift-distributed-tracing
[5730/15761] Fetching swift-service-context, multipart-kit, websocket-kit, swift-atomics, swift-distributed-tracing, swift-metrics
Fetched https://github.com/vapor/websocket-kit.git from cache (0.44s)
[11585/13156] Fetching swift-service-context, multipart-kit, swift-atomics, swift-distributed-tracing, swift-metrics
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.57s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.72s)
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.73s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-ssl.git
[3343/8749] Fetching multipart-kit, swift-atomics, swift-log
[7179/14411] Fetching multipart-kit, swift-atomics, swift-log, swift-nio-extras
[10577/25915] Fetching multipart-kit, swift-atomics, swift-log, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-log.git from cache (0.73s)
[11420/22079] Fetching multipart-kit, swift-atomics, swift-nio-extras, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
[11548/36888] Fetching multipart-kit, swift-atomics, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.83s)
[9882/31226] Fetching multipart-kit, swift-atomics, swift-nio-http2, swift-nio-ssl
Fetching https://github.com/vapor/routing-kit.git
[18562/51953] Fetching multipart-kit, swift-atomics, swift-nio-http2, swift-nio-ssl, routing-kit
[19984/127514] Fetching multipart-kit, swift-atomics, swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio
Fetched https://github.com/apple/swift-atomics.git from cache (4.22s)
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.49s)
Fetching https://github.com/vapor/console-kit.git
[89370/114305] Fetching multipart-kit, swift-nio-ssl, routing-kit, swift-nio
Fetched https://github.com/vapor/multipart-kit.git from cache (4.29s)
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/vapor/routing-kit.git from cache (2.87s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.58s)
Fetching https://github.com/swift-server/async-http-client.git
[51382/75561] Fetching swift-nio
[57428/89345] Fetching swift-nio, swift-crypto
[60936/91715] Fetching swift-nio, swift-crypto, async-kit
[60960/97200] Fetching swift-nio, swift-crypto, async-kit, console-kit
[90034/111090] Fetching swift-nio, swift-crypto, async-kit, console-kit, async-http-client
Fetched https://github.com/vapor/async-kit.git from cache (2.25s)
Fetched https://github.com/vapor/console-kit.git from cache (2.46s)
Fetched https://github.com/swift-server/async-http-client.git from cache (3.25s)
Fetched https://github.com/apple/swift-crypto.git from cache (3.39s)
Fetched https://github.com/apple/swift-nio.git from cache (7.86s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (9.68s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.45s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.02s)
Computing version for https://github.com/vapor/leaf-kit.git
Computed https://github.com/vapor/leaf-kit.git at 1.13.1 (0.54s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.57s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.89s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4364] Fetching swift-system
[4365/20633] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.14s)
Fetched https://github.com/apple/swift-collections.git from cache (1.16s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (1.91s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.53s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.0 (0.60s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.29s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.96s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-http-types.git
[1/1127] Fetching swift-http-structured-headers
[1128/2031] Fetching swift-http-structured-headers, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.29s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.29s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.94s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.60s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.61s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.55s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.58s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.85s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.59s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.62s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.57s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.61s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.71s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.59s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.58s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.65s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.42s)
Fetching https://github.com/apple/swift-asn1.git
[1/1584] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.30s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.94s)
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/vapor/leaf.git
Working copy of https://github.com/vapor/leaf.git resolved at 4.5.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.114.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/vapor/leaf-kit.git
Working copy of https://github.com/vapor/leaf-kit.git resolved at 1.13.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Building for debugging...
[0/892] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1/892] Compiling a_d2i_fp.cc
[2/892] Write sources
[3/892] Compiling a_bitstr.cc
[4/892] Write sources
[8/892] Compiling a_mbstr.cc
[9/892] Write sources
[11/892] Copying Views
[12/892] Copying Public
[13/892] Write sources
[47/892] Compiling a_i2d_fp.cc
[47/892] Write sources
[56/892] Compiling _NumericsShims _NumericsShims.c
[57/892] Write swift-version-24593BA9C3E375BF.txt
[58/892] Compiling a_bool.cc
[59/892] Compiling _AtomicsShims.c
[60/892] Compiling a_int.cc
[61/892] Compiling CNIOWindows shim.c
[62/892] Compiling CVaporBcrypt blf.c
[63/892] Compiling CSystem shims.c
[64/892] Compiling CVaporBcrypt bcrypt.c
[65/893] Compiling a_object.cc
[67/964] Emitting module ServiceContextModule
[68/964] Emitting module InternalCollectionsUtilities
[69/966] Emitting module _NIODataStructures
[70/966] Compiling _NIODataStructures PriorityQueue.swift
[71/966] Compiling _NIODataStructures _TinyArray.swift
[72/966] Compiling InternalCollectionsUtilities Debugging.swift
[73/966] Compiling InternalCollectionsUtilities Descriptions.swift
[74/966] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[75/966] Compiling InternalCollectionsUtilities Specialize.swift
[76/966] Compiling SystemPackage FileOperations.swift
[77/966] Compiling SystemPackage FilePath.swift
[78/966] Compiling SystemPackage FilePathComponentView.swift
[79/966] Compiling SystemPackage FilePathComponents.swift
[80/966] Compiling SystemPackage FilePathSyntax.swift
[81/966] Compiling SystemPackage FilePathTemp.swift
[82/969] Compiling SystemPackage Errno.swift
[83/969] Compiling SystemPackage ErrnoWindows.swift
[84/969] Compiling SystemPackage FileDescriptor.swift
[85/969] Compiling SystemPackage FileHelpers.swift
[86/969] Emitting module SystemPackage
[89/969] Compiling RealModule Float+Real.swift
[90/969] Compiling RealModule ElementaryFunctions.swift
[91/969] Compiling SystemPackage FilePathParsing.swift
[92/969] Compiling SystemPackage FilePathString.swift
[93/969] Compiling CoreMetrics Metrics.swift
[94/969] Emitting module _NIOBase64
[95/969] Compiling _NIOBase64 Base64.swift
[98/971] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[99/971] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[100/971] Compiling RealModule Float80+Real.swift
[101/971] Compiling RealModule Float16+Real.swift
[102/971] Compiling RealModule Real.swift
[103/971] Compiling SystemPackage MachPort.swift
[104/971] Compiling SystemPackage PlatformString.swift
[105/971] Compiling SystemPackage SystemString.swift
[110/971] Compiling ServiceContextModule ServiceContext.swift
[111/971] Compiling ServiceContextModule ServiceContextKey.swift
[118/973] Emitting module RealModule
[121/973] Compiling CNIOWindows WSAStartup.c
[124/973] Compiling RealModule RealFunctions.swift
[125/974] Compiling CNIOWASI CNIOWASI.c
[126/974] Wrapping AST for _NIOBase64 for debugging
[129/1082] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[130/1082] Compiling _RopeModule BigString+Sequence.swift
[131/1082] Compiling _RopeModule BigString+TextOutputStream.swift
[132/1110] Compiling Instrumentation Instrument.swift
[133/1110] Compiling _RopeModule BigString+Comparable.swift
[134/1110] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[135/1110] Compiling _RopeModule BigString+CustomStringConvertible.swift
[136/1110] Compiling _RopeModule BigString+Equatable.swift
[137/1110] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[138/1110] Compiling _RopeModule BigString+Chunk+Splitting.swift
[139/1110] Compiling _RopeModule BigString+Chunk.swift
[140/1110] Compiling _RopeModule BigString+BidirectionalCollection.swift
[141/1110] Compiling _RopeModule BigString+Chunk+Counts.swift
[142/1110] Compiling _RopeModule BigString+Chunk+Description.swift
[143/1110] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[144/1110] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[145/1110] Emitting module Instrumentation
[146/1110] Compiling Instrumentation MultiplexInstrument.swift
[147/1111] Compiling Instrumentation NoOpInstrument.swift
[148/1111] Compiling Logging MetadataProvider.swift
[149/1111] Emitting module Logging
[150/1111] Emitting module CoreMetrics
[151/1111] Compiling Logging Locks.swift
[152/1111] Compiling CoreMetrics Locks.swift
[153/1112] Compiling _NIODataStructures Heap.swift
[154/1112] Compiling Logging LogHandler.swift
[155/1113] Compiling Logging Logging.swift
[157/1114] Compiling Instrumentation InstrumentationSystem.swift
[158/1114] Compiling Instrumentation Locks.swift
[159/1115] Compiling HeapModule Heap+Descriptions.swift
[164/1115] Compiling HeapModule _HeapNode.swift
[165/1115] Compiling HeapModule Heap.swift
[166/1116] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[167/1116] Compiling HeapModule Heap+Invariants.swift
[168/1116] Compiling HeapModule Heap+UnsafeHandle.swift
[169/1156] Emitting module HeapModule
[171/1223] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[172/1223] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[173/1223] Compiling HashTreeCollections TreeDictionary+Keys.swift
[174/1223] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[175/1223] Compiling HashTreeCollections TreeDictionary+Merge.swift
[176/1223] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[177/1223] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[178/1223] Compiling HashTreeCollections _HashNode.swift
[179/1223] Compiling HashTreeCollections _HashNodeHeader.swift
[180/1223] Compiling HashTreeCollections _HashSlot.swift
[181/1223] Compiling HashTreeCollections _HashStack.swift
[182/1223] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[183/1223] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[184/1223] Compiling HashTreeCollections TreeDictionary+Filter.swift
[184/1230] Wrapping AST for _NIODataStructures for debugging
[185/1230] Wrapping AST for SystemPackage for debugging
[187/1230] Compiling DequeModule _DequeBuffer.swift
[188/1230] Compiling DequeModule _DequeBufferHeader.swift
[188/1232] Wrapping AST for ServiceContextModule for debugging
[189/1232] Wrapping AST for RealModule for debugging
[190/1232] Wrapping AST for Logging for debugging
[192/1232] Compiling Tracing TracingTime.swift
[193/1232] Compiling HashTreeCollections TreeSet+Hashable.swift
[194/1232] Compiling HashTreeCollections TreeSet+Sendable.swift
[195/1232] Compiling HashTreeCollections TreeSet+Sequence.swift
[196/1232] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[197/1232] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[198/1232] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[199/1232] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[200/1232] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[201/1232] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[202/1232] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[203/1242] Compiling DequeModule Deque+Equatable.swift
[204/1242] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[205/1242] Compiling DequeModule Deque+CustomReflectable.swift
[206/1242] Compiling DequeModule Deque+Descriptions.swift
[207/1242] Compiling DequeModule Deque+Extras.swift
[208/1242] Compiling DequeModule Deque+Hashable.swift
[209/1242] Emitting module Tracing
[210/1242] Compiling HashTreeCollections _HashNode+Builder.swift
[211/1242] Compiling HashTreeCollections _HashNode+Debugging.swift
[212/1242] Compiling HashTreeCollections _HashNode+Initializers.swift
[213/1242] Compiling HashTreeCollections _HashNode+Invariants.swift
[214/1242] Compiling HashTreeCollections _HashNode+Lookups.swift
[215/1242] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[216/1242] Compiling HashTreeCollections _HashTreeIterator.swift
[217/1242] Compiling HashTreeCollections _HashTreeStatistics.swift
[218/1242] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[219/1242] Compiling HashTreeCollections _RawHashNode.swift
[220/1242] Compiling HashTreeCollections _UnmanagedHashNode.swift
[221/1242] Compiling HashTreeCollections _UnsafePath.swift
[222/1242] Compiling HashTreeCollections TreeDictionary+Codable.swift
[223/1242] Compiling HashTreeCollections TreeDictionary+Collection.swift
[224/1242] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[225/1242] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[226/1242] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[227/1242] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[228/1242] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[229/1242] Compiling HashTreeCollections _HashNode+Structural union.swift
[230/1242] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[231/1242] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[232/1242] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[233/1242] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[234/1242] Compiling Tracing TracerProtocol.swift
[235/1242] Compiling DequeModule Deque+Testing.swift
[236/1242] Compiling DequeModule Deque._Storage.swift
[239/1242] Compiling DequeModule Deque._UnsafeHandle.swift
[240/1242] Compiling DequeModule Deque.swift
[241/1242] Compiling DequeModule _DequeSlot.swift
[242/1242] Compiling DequeModule _UnsafeWrappedBuffer.swift
[242/1242] Wrapping AST for InternalCollectionsUtilities for debugging
[243/1242] Wrapping AST for Instrumentation for debugging
[244/1242] Wrapping AST for HeapModule for debugging
[246/1242] Compiling Tracing Tracer.swift
[247/1242] Compiling Tracing TracerProtocol+Legacy.swift
[251/1242] Wrapping AST for CoreMetrics for debugging
[254/1242] Compiling CNIOSHA1 c_nio_sha1.c
[255/1242] Compiling CNIOLinux shim.c
[265/1251] Compiling CNIOLinux liburing_shims.c
[267/1251] Compiling OrderedCollections OrderedSet+Sendable.swift
[268/1251] Compiling OrderedCollections OrderedSet+SubSequence.swift
[269/1251] Compiling OrderedCollections OrderedSet+Testing.swift
[270/1251] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[271/1251] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[272/1251] Compiling OrderedCollections OrderedSet.swift
[273/1251] Compiling OrderedCollections _UnsafeBitset.swift
[280/1251] Compiling HashTreeCollections TreeSet+Equatable.swift
[281/1251] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[282/1251] Compiling HashTreeCollections TreeSet+Extras.swift
[283/1251] Compiling HashTreeCollections TreeSet+Filter.swift
[283/1251] Compiling CNIOLLHTTP c_nio_llhttp.c
[285/1251] Compiling Tracing InstrumentationSystem+Tracing.swift
[286/1251] Compiling Tracing SpanProtocol.swift
[287/1251] Compiling Tracing NoOpTracer.swift
[287/1252] Compiling CNIOLLHTTP c_nio_http.c
[308/1252] Compiling CNIOLLHTTP c_nio_api.c
[320/1252] Compiling CNIOExtrasZlib empty.c
[322/1252] Compiling CNIODarwin shim.c
[324/1252] Compiling _RopeModule _CharacterRecognizer.swift
[325/1252] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[326/1252] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[327/1252] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[328/1252] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[329/1252] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[330/1252] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[331/1252] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[332/1252] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[333/1252] Compiling HashTreeCollections TreeSet.swift
[334/1252] Compiling DequeModule Deque+Codable.swift
[335/1252] Compiling DequeModule Deque+Collection.swift
[352/1252] Wrapping AST for Tracing for debugging
[353/1252] Compiling fiat_p256_adx_sqr.S
[355/1252] Emitting module DequeModule
[355/1253] Compiling fiat_p256_adx_mul.S
[366/1253] Compiling fiat_curve25519_adx_square.S
[368/1253] Compiling fiat_curve25519_adx_mul.S
[369/1253] Compiling CNIOBoringSSLShims shims.c
[380/1253] Wrapping AST for DequeModule for debugging
[382/1253] Emitting module OrderedCollections
[384/1254] Emitting module _RopeModule
[395/1254] Wrapping AST for OrderedCollections for debugging
[397/1254] Compiling RoutingKit PathComponent.swift
[398/1254] Compiling RoutingKit AnyRouter.swift
[399/1254] Compiling RoutingKit Router.swift
[400/1254] Compiling RoutingKit TrieRouter.swift
[401/1254] Emitting module RoutingKit
[402/1254] Compiling RoutingKit Parameters.swift
[403/1255] Emitting module Metrics
[404/1255] Compiling Metrics Metrics.swift
[406/1256] Compiling _RopeModule Rope+Join.swift
[407/1256] Compiling _RopeModule Rope+MutatingForEach.swift
[408/1256] Compiling _RopeModule Rope+Remove.swift
[409/1256] Compiling _RopeModule Rope+RemoveSubrange.swift
[410/1256] Compiling _RopeModule Rope+Split.swift
[411/1256] Compiling _RopeModule Optional Utilities.swift
[412/1256] Compiling _RopeModule String Utilities.swift
[413/1256] Compiling _RopeModule String.Index+ABI.swift
[449/1256] Emitting module HashTreeCollections
[449/1256] Wrapping AST for RoutingKit for debugging
[450/1257] Compiling tls_method.cc
[451/1257] Compiling tls_record.cc
[453/1257] Wrapping AST for Metrics for debugging
[463/1258] Compiling tls13_server.cc
[465/1258] Wrapping AST for HashTreeCollections for debugging
[466/1258] Compiling tls13_enc.cc
[467/1258] Wrapping AST for _RopeModule for debugging
[468/1258] Compiling tls13_client.cc
[469/1258] Compiling t1_enc.cc
[470/1258] Compiling ssl_transcript.cc
[471/1258] Compiling tls13_both.cc
[472/1258] Compiling ssl_stat.cc
[473/1258] Compiling ssl_versions.cc
[474/1258] Compiling ssl_x509.cc
[475/1258] Compiling ssl_privkey.cc
[476/1258] Compiling ssl_session.cc
[477/1258] Compiling ssl_lib.cc
[478/1258] Compiling ssl_key_share.cc
[479/1258] Compiling ssl_cert.cc
[480/1258] Compiling ssl_file.cc
[481/1258] Compiling ssl_cipher.cc
[482/1258] Compiling ssl_credential.cc
[483/1258] Compiling ssl_buffer.cc
[484/1258] Compiling ssl_asn1.cc
[485/1258] Compiling ssl_aead_ctx.cc
[486/1258] Compiling s3_lib.cc
[487/1258] Compiling s3_pkt.cc
[488/1258] Compiling handshake_client.cc
[489/1258] Compiling s3_both.cc
[490/1258] Compiling handshake_server.cc
[491/1258] Compiling handshake.cc
[492/1258] Compiling encrypted_client_hello.cc
[493/1258] Compiling handoff.cc
[494/1258] Compiling dtls_record.cc
[495/1258] Compiling md5-x86_64-linux.S
[496/1258] Compiling extensions.cc
[497/1258] Compiling dtls_method.cc
[498/1258] Compiling md5-x86_64-apple.S
[499/1258] Compiling md5-586-linux.S
[500/1258] Compiling d1_pkt.cc
[501/1258] Compiling md5-586-apple.S
[502/1258] Compiling chacha20_poly1305_x86_64-apple.S
[503/1258] Compiling chacha20_poly1305_armv8-win.S
[504/1258] Compiling chacha20_poly1305_x86_64-linux.S
[505/1258] Compiling d1_srtp.cc
[506/1258] Compiling chacha-x86_64-apple.S
[507/1258] Compiling chacha20_poly1305_armv8-apple.S
[508/1258] Compiling chacha20_poly1305_armv8-linux.S
[509/1258] Compiling chacha-x86_64-linux.S
[510/1258] Compiling chacha-x86-linux.S
[511/1258] Compiling chacha-x86-apple.S
[512/1258] Compiling chacha-armv8-win.S
[513/1258] Compiling chacha-armv8-linux.S
[514/1258] Compiling aes128gcmsiv-x86_64-linux.S
[515/1258] Compiling chacha-armv8-apple.S
[516/1258] Compiling chacha-armv4-linux.S
[517/1258] Compiling aes128gcmsiv-x86_64-apple.S
[518/1258] Compiling x86_64-mont5-apple.S
[519/1258] Compiling x86_64-mont5-linux.S
[520/1258] Compiling x86_64-mont-linux.S
[521/1258] Compiling err_data.cc
[522/1258] Compiling x86_64-mont-apple.S
[523/1258] Compiling x86-mont-linux.S
[523/1258] Compiling x86-mont-apple.S
[523/1258] Compiling d1_both.cc
[526/1258] Compiling d1_lib.cc
[527/1258] Compiling vpaes-x86_64-linux.S
[528/1258] Compiling bio_ssl.cc
[529/1258] Compiling vpaes-x86-apple.S
[530/1258] Compiling vpaes-x86-linux.S
[531/1258] Compiling vpaes-armv8-linux.S
[532/1258] Compiling vpaes-armv8-win.S
[532/1258] Compiling vpaes-x86_64-apple.S
[534/1258] Compiling vpaes-armv7-linux.S
[535/1258] Compiling vpaes-armv8-apple.S
[536/1258] Compiling sha512-x86_64-apple.S
[537/1258] Compiling sha512-armv8-win.S
[538/1258] Compiling sha512-x86_64-linux.S
[539/1258] Compiling sha512-armv8-linux.S
[540/1258] Compiling sha512-armv4-linux.S
[541/1258] Compiling sha512-586-linux.S
[542/1258] Compiling sha512-armv8-apple.S
[543/1258] Compiling sha512-586-apple.S
[544/1258] Compiling sha256-armv8-win.S
[545/1258] Compiling sha256-x86_64-apple.S
[546/1258] Compiling sha256-armv8-linux.S
[547/1258] Compiling sha256-x86_64-linux.S
[548/1258] Compiling sha256-586-apple.S
[549/1258] Compiling sha256-586-linux.S
[550/1258] Compiling sha256-armv8-apple.S
[551/1258] Compiling sha1-armv8-apple.S
[552/1258] Compiling sha256-armv4-linux.S
[553/1258] Compiling sha1-x86_64-apple.S
[553/1258] Compiling sha1-armv8-win.S
[555/1258] Compiling sha1-armv8-linux.S
[555/1258] Compiling sha1-armv4-large-linux.S
[557/1258] Compiling sha1-x86_64-linux.S
[558/1258] Compiling sha1-586-linux.S
[559/1258] Compiling sha1-586-apple.S
[560/1258] Compiling rsaz-avx2-linux.S
[561/1258] Compiling rsaz-avx2-apple.S
[562/1258] Compiling rdrand-x86_64-linux.S
[563/1258] Compiling p256_beeu-x86_64-asm-linux.S
[564/1258] Compiling p256_beeu-armv8-asm-win.S
[565/1258] Compiling rdrand-x86_64-apple.S
[566/1258] Compiling p256_beeu-x86_64-asm-apple.S
[567/1258] Compiling p256_beeu-armv8-asm-linux.S
[568/1258] Compiling p256-x86_64-asm-apple.S
[569/1258] Compiling p256_beeu-armv8-asm-apple.S
[570/1258] Compiling p256-armv8-asm-apple.S
[571/1258] Compiling p256-x86_64-asm-linux.S
[572/1258] Compiling p256-armv8-asm-linux.S
[572/1258] Compiling p256-armv8-asm-win.S
[574/1258] Compiling ghashv8-armv8-win.S
[575/1258] Compiling ghashv8-armv8-linux.S
[576/1258] Compiling ghash-x86_64-apple.S
[577/1258] Compiling ghashv8-armv7-linux.S
[578/1258] Compiling ghash-ssse3-x86_64-linux.S
[579/1258] Compiling ghashv8-armv8-apple.S
[580/1258] Compiling ghash-x86-linux.S
[581/1258] Compiling ghash-x86_64-linux.S
[582/1258] Compiling ghash-ssse3-x86-apple.S
[583/1258] Compiling ghash-x86-apple.S
[584/1258] Compiling ghash-ssse3-x86_64-apple.S
[585/1258] Compiling ghash-ssse3-x86-linux.S
[586/1258] Compiling ghash-neon-armv8-linux.S
[587/1258] Compiling ghash-neon-armv8-apple.S
[588/1258] Compiling ghash-neon-armv8-win.S
[589/1258] Compiling co-586-apple.S
[590/1258] Compiling bsaes-armv7-linux.S
[591/1258] Compiling co-586-linux.S
[592/1258] Compiling ghash-armv4-linux.S
[593/1258] Compiling bn-armv8-win.S
[593/1258] Compiling bn-armv8-apple.S
[593/1258] Compiling bn-armv8-linux.S
[593/1258] Compiling bn-586-apple.S
[593/1258] Compiling armv8-mont-win.S
[593/1258] Compiling bn-586-linux.S
[593/1258] Compiling armv8-mont-linux.S
[593/1258] Compiling armv4-mont-linux.S
[593/1258] Compiling aesv8-gcm-armv8-win.S
[593/1258] Compiling armv8-mont-apple.S
[603/1258] Compiling aesv8-armv8-linux.S
[604/1258] Compiling aesv8-armv8-win.S
[605/1258] Compiling aesv8-gcm-armv8-linux.S
[606/1258] Compiling aesv8-gcm-armv8-apple.S
[607/1258] Compiling aesv8-armv8-apple.S
[608/1258] Compiling aesv8-armv7-linux.S
[609/1258] Compiling aesni-x86_64-linux.S
[610/1258] Compiling aesni-x86-linux.S
[611/1258] Compiling aesni-x86-apple.S
[612/1258] Compiling aesni-x86_64-apple.S
[613/1258] Compiling aesni-gcm-x86_64-apple.S
[614/1258] Compiling aes-gcm-avx2-x86_64-apple.S
[614/1258] Compiling aes-gcm-avx2-x86_64-linux.S
[616/1258] Compiling aesni-gcm-x86_64-linux.S
[617/1258] Compiling aes-gcm-avx10-x86_64-linux.S
[618/1258] Compiling aes-gcm-avx10-x86_64-apple.S
[619/1258] Compiling x_x509a.cc
[620/1258] Compiling x_x509.cc
[621/1258] Compiling x_val.cc
[622/1258] Compiling x_sig.cc
[623/1258] Compiling x_req.cc
[624/1258] Compiling x_spki.cc
[625/1258] Compiling x_pubkey.cc
[626/1258] Compiling x_name.cc
[627/1258] Compiling x509spki.cc
[628/1258] Compiling x_attrib.cc
[629/1258] Compiling x_algor.cc
[630/1258] Compiling x_exten.cc
[631/1258] Compiling x_crl.cc
[632/1258] Compiling x509rset.cc
[633/1258] Compiling x509name.cc
[634/1258] Compiling x_all.cc
[635/1258] Compiling x509cset.cc
[636/1258] Compiling x509_v3.cc
[637/1258] Compiling x509_txt.cc
[638/1258] Compiling x509_vfy.cc
[639/1258] Compiling x509_vpm.cc
[640/1258] Compiling x509_req.cc
[641/1258] Compiling x509_trs.cc
[642/1258] Compiling x509_set.cc
[643/1258] Compiling x509_obj.cc
[644/1258] Compiling x509_ext.cc
[645/1258] Compiling x509_d2.cc
[646/1258] Compiling x509_def.cc
[647/1258] Compiling x509_cmp.cc
[648/1258] Compiling x509_lu.cc
[649/1258] Compiling x509.cc
[650/1258] Compiling x509_att.cc
[651/1258] Compiling v3_prn.cc
[652/1258] Compiling v3_skey.cc
[653/1258] Compiling v3_utl.cc
[654/1258] Compiling v3_pmaps.cc
[655/1258] Compiling v3_pcons.cc
[656/1258] Compiling v3_purp.cc
[657/1258] Compiling v3_ocsp.cc
[658/1258] Compiling v3_ncons.cc
[659/1258] Compiling v3_ia5.cc
[660/1258] Compiling v3_int.cc
[661/1258] Compiling v3_lib.cc
[662/1258] Compiling v3_info.cc
[663/1258] Compiling v3_enum.cc
[664/1258] Compiling v3_genn.cc
[665/1258] Compiling v3_extku.cc
[666/1258] Compiling v3_crld.cc
[667/1258] Compiling v3_cpols.cc
[668/1258] Compiling v3_bitst.cc
[669/1258] Compiling v3_conf.cc
[670/1258] Compiling v3_bcons.cc
[671/1258] Compiling v3_alt.cc
[672/1258] Compiling v3_akey.cc
[673/1258] Compiling v3_akeya.cc
[674/1258] Compiling t_x509a.cc
[675/1258] Compiling t_req.cc
[676/1258] Compiling t_x509.cc
[677/1258] Compiling i2d_pr.cc
[678/1258] Compiling t_crl.cc
[679/1258] Compiling by_dir.cc
[680/1258] Compiling rsa_pss.cc
[681/1258] Compiling name_print.cc
[682/1258] Compiling policy.cc
[683/1258] Compiling by_file.cc
[684/1258] Compiling algorithm.cc
[685/1258] Compiling asn1_gen.cc
[686/1258] Compiling a_digest.cc
[687/1258] Compiling a_verify.cc
[688/1258] Compiling thread_win.cc
[689/1258] Compiling voprf.cc
[690/1258] Compiling a_sign.cc
[691/1258] Compiling trust_token.cc
[692/1258] Compiling thread_pthread.cc
[693/1258] Compiling thread_none.cc
[694/1258] Compiling stack.cc
[695/1258] Compiling pmbtoken.cc
[696/1258] Compiling thread.cc
[697/1258] Compiling sha512.cc
[698/1258] Compiling rsa_extra.cc
[699/1258] Compiling siphash.cc
[700/1258] Compiling sha256.cc
[701/1258] Compiling sha1.cc
[702/1258] Compiling spake2plus.cc
[703/1258] Compiling slhdsa.cc
[704/1258] Compiling rsa_print.cc
[705/1258] Compiling refcount.cc
[706/1258] Compiling rc4.cc
[707/1258] Compiling windows.cc
[708/1258] Compiling urandom.cc
[709/1258] Compiling trusty.cc
[709/1258] Compiling ios.cc
[711/1258] Compiling rsa_crypt.cc
[712/1258] Compiling passive.cc
[713/1258] Compiling rand.cc
[714/1258] Compiling getentropy.cc
[715/1258] Compiling forkunsafe.cc
[716/1258] Compiling rsa_asn1.cc
[717/1258] Compiling deterministic.cc
[718/1258] Compiling poly1305_arm_asm.S
[719/1258] Compiling fork_detect.cc
[720/1258] Compiling pool.cc
[721/1258] Compiling poly1305_vec.cc
[722/1258] Compiling poly1305_arm.cc
[723/1258] Compiling poly1305.cc
[724/1258] Compiling pkcs7.cc
[725/1258] Compiling pem_pkey.cc
[726/1258] Compiling pkcs7_x509.cc
[727/1258] Compiling pem_xaux.cc
[728/1258] Compiling p5_pbev2.cc
[729/1258] Compiling pkcs8_x509.cc
[730/1258] Compiling pkcs8.cc
[731/1258] Compiling pem_oth.cc
[732/1258] Compiling pem_x509.cc
[733/1258] Compiling pem_pk8.cc
[734/1258] Compiling mlkem.cc
[735/1258] Compiling mem.cc
[736/1258] Compiling mldsa.cc
[737/1258] Compiling md4.cc
[738/1258] Compiling obj_xref.cc
[739/1258] Compiling pem_info.cc
[740/1258] Compiling pem_all.cc
[741/1258] Compiling obj.cc
[742/1258] Compiling pem_lib.cc
[743/1258] Compiling fips_shared_support.cc
[744/1258] Compiling poly_rq_mul.S
[745/1258] Compiling md5.cc
[746/1258] Compiling lhash.cc
[747/1258] Compiling ex_data.cc
[748/1258] Compiling kyber.cc
[749/1258] Compiling scrypt.cc
[750/1258] Compiling sign.cc
[751/1258] Compiling hrss.cc
[752/1258] Compiling hpke.cc
[753/1258] Compiling pbkdf.cc
[754/1258] Compiling p_x25519.cc
[755/1258] Compiling print.cc
[756/1258] Compiling p_ed25519.cc
[757/1258] Compiling p_rsa_asn1.cc
[758/1258] Compiling p_x25519_asn1.cc
[759/1258] Compiling p_rsa.cc
[760/1258] Compiling p_ed25519_asn1.cc
[761/1258] Compiling p_hkdf.cc
[762/1258] Compiling p_ec_asn1.cc
[763/1258] Compiling p_dh_asn1.cc
[764/1258] Compiling p_ec.cc
[765/1258] Compiling evp_ctx.cc
[766/1258] Compiling p_dh.cc
[767/1258] Compiling err.cc
[768/1258] Compiling p_dsa_asn1.cc
[769/1258] Compiling evp_asn1.cc
[770/1258] Compiling evp.cc
[771/1258] Compiling engine.cc
[772/1258] Compiling ec_derive.cc
[773/1258] Compiling ecdh.cc
[774/1258] Compiling hash_to_curve.cc
[775/1258] Compiling ec_asn1.cc
[776/1258] Compiling params.cc
[777/1258] Compiling ecdsa_asn1.cc
[778/1258] Compiling dsa.cc
[779/1258] Compiling dsa_asn1.cc
[780/1258] Compiling x25519-asm-arm.S
[781/1258] Compiling des.cc
[782/1258] Compiling digest_extra.cc
[783/1258] Compiling curve25519.cc
[784/1258] Compiling spake25519.cc
[785/1258] Compiling crypto.cc
[786/1258] Compiling cpu_intel.cc
[787/1258] Compiling dh_asn1.cc
[788/1258] Compiling cpu_aarch64_win.cc
[789/1258] Compiling cpu_arm_linux.cc
[790/1258] Compiling curve25519_64_adx.cc
[791/1258] Compiling cpu_arm_freebsd.cc
[792/1258] Compiling cpu_aarch64_openbsd.cc
[793/1258] Compiling cpu_aarch64_sysreg.cc
[794/1258] Compiling bcm.cc
[795/1258] Compiling cpu_aarch64_linux.cc
[796/1258] Compiling cpu_aarch64_fuchsia.cc
[797/1258] Compiling cpu_aarch64_apple.cc
[798/1258] Compiling conf.cc
[799/1258] Compiling get_cipher.cc
[800/1258] Compiling tls_cbc.cc
[801/1258] Compiling e_tls.cc
[802/1258] Compiling e_rc4.cc
[803/1258] Compiling e_rc2.cc
[804/1258] Compiling e_null.cc
[805/1258] Compiling e_aesctrhmac.cc
[806/1258] Compiling e_aesgcmsiv.cc
[807/1258] Compiling e_des.cc
[808/1258] Compiling derive_key.cc
[809/1258] Compiling chacha.cc
[810/1258] Compiling e_chacha20poly1305.cc
[811/1258] Compiling unicode.cc
[812/1258] Compiling cbb.cc
[813/1258] Compiling asn1_compat.cc
[814/1258] Compiling buf.cc
[815/1258] Compiling blake2.cc
[816/1258] Compiling ber.cc
[817/1258] Compiling bn_asn1.cc
[818/1258] Compiling cbs.cc
[819/1258] Compiling printf.cc
[820/1258] Compiling convert.cc
[821/1258] Compiling socket_helper.cc
[822/1258] Compiling socket.cc
[823/1258] Compiling hexdump.cc
[824/1258] Compiling file.cc
[825/1258] Compiling errno.cc
[826/1258] Compiling pair.cc
[827/1258] Compiling tasn_typ.cc
[828/1258] Compiling fd.cc
[829/1258] Compiling connect.cc
[830/1258] Compiling base64.cc
[831/1258] Compiling bio_mem.cc
[832/1258] Compiling bio.cc
[833/1258] Compiling f_string.cc
[834/1258] Compiling tasn_enc.cc
[835/1258] Compiling tasn_fre.cc
[836/1258] Compiling tasn_utl.cc
[837/1258] Compiling posix_time.cc
[838/1258] Compiling f_int.cc
[839/1258] Compiling tasn_new.cc
[840/1258] Compiling tasn_dec.cc
[841/1258] Compiling asn_pack.cc
[842/1258] Compiling a_octet.cc
[843/1258] Compiling asn1_par.cc
[844/1258] Compiling a_utctm.cc
[845/1258] Compiling asn1_lib.cc
[846/1258] Compiling a_object.cc
[847/1258] Compiling a_type.cc
[848/1258] Compiling a_time.cc
[849/1258] Compiling a_strnid.cc
[850/1258] Compiling a_strex.cc
[851/1258] Compiling a_mbstr.cc
[852/1258] Compiling a_i2d_fp.cc
[853/1258] Compiling a_dup.cc
[854/1258] Compiling a_d2i_fp.cc
[855/1258] Compiling a_int.cc
[856/1258] Compiling fiat_p256_adx_sqr.S
[857/1258] Compiling fiat_p256_adx_mul.S
[858/1258] Compiling fiat_curve25519_adx_square.S
[859/1258] Compiling a_gentm.cc
[860/1258] Compiling fiat_curve25519_adx_mul.S
[861/1258] Compiling md5-x86_64-linux.S
[862/1258] Compiling md5-x86_64-apple.S
[863/1258] Compiling a_bitstr.cc
[864/1258] Compiling CCryptoBoringSSLShims shims.c
[865/1258] Compiling a_bool.cc
[866/1258] Compiling md5-586-apple.S
[867/1258] Compiling md5-586-linux.S
[868/1258] Compiling chacha20_poly1305_x86_64-apple.S
[869/1258] Compiling chacha20_poly1305_armv8-linux.S
[870/1258] Compiling chacha20_poly1305_armv8-win.S
[871/1258] Compiling chacha20_poly1305_x86_64-linux.S
[872/1258] Compiling chacha20_poly1305_armv8-apple.S
[873/1258] Compiling chacha-x86-apple.S
[874/1258] Compiling chacha-x86-linux.S
[875/1258] Compiling chacha-armv8-win.S
[876/1258] Compiling chacha-x86_64-apple.S
[877/1258] Compiling chacha-x86_64-linux.S
[878/1258] Compiling err_data.cc
[879/1258] Compiling chacha-armv8-linux.S
[880/1258] Compiling chacha-armv8-apple.S
[881/1258] Compiling chacha-armv4-linux.S
[882/1258] Compiling x86_64-mont5-linux.S
[883/1258] Compiling aes128gcmsiv-x86_64-apple.S
[884/1258] Compiling aes128gcmsiv-x86_64-linux.S
[885/1258] Compiling x86_64-mont5-apple.S
[886/1258] Compiling x86-mont-linux.S
[887/1258] Compiling x86-mont-apple.S
[888/1258] Compiling vpaes-x86_64-linux.S
[889/1258] Compiling x86_64-mont-apple.S
[889/1258] Compiling vpaes-x86_64-apple.S
[891/1258] Compiling x86_64-mont-linux.S
[892/1258] Compiling vpaes-x86-linux.S
[893/1258] Compiling vpaes-armv8-win.S
[894/1258] Compiling vpaes-armv7-linux.S
[895/1258] Compiling vpaes-armv8-apple.S
[896/1258] Compiling vpaes-x86-apple.S
[897/1258] Compiling vpaes-armv8-linux.S
[898/1258] Compiling sha512-armv8-apple.S
[899/1258] Compiling sha512-armv8-win.S
[900/1258] Compiling sha512-x86_64-linux.S
[901/1258] Compiling sha512-x86_64-apple.S
[902/1258] Compiling sha512-armv8-linux.S
[903/1258] Compiling sha512-armv4-linux.S
[904/1258] Compiling sha512-586-linux.S
[905/1258] Compiling sha512-586-apple.S
[906/1258] Compiling sha256-armv8-win.S
[907/1258] Compiling sha256-x86_64-linux.S
[908/1258] Compiling sha256-armv8-apple.S
[909/1258] Compiling sha256-x86_64-apple.S
[910/1258] Compiling sha256-armv8-linux.S
[911/1258] Compiling sha256-586-linux.S
[912/1258] Compiling sha256-586-apple.S
[913/1258] Compiling sha256-armv4-linux.S
[914/1258] Compiling sha1-armv8-apple.S
[915/1258] Compiling sha1-armv8-linux.S
[916/1258] Compiling sha1-x86_64-apple.S
[917/1258] Compiling sha1-x86_64-linux.S
[918/1258] Compiling sha1-armv4-large-linux.S
[919/1258] Compiling sha1-armv8-win.S
[920/1258] Compiling sha1-586-apple.S
[921/1258] Compiling sha1-586-linux.S
[922/1258] Compiling rsaz-avx2-apple.S
[923/1258] Compiling rdrand-x86_64-linux.S
[924/1258] Compiling rsaz-avx2-linux.S
[925/1258] Compiling rdrand-x86_64-apple.S
[926/1258] Compiling p256_beeu-x86_64-asm-linux.S
[927/1258] Compiling p256_beeu-x86_64-asm-apple.S
[928/1258] Compiling p256_beeu-armv8-asm-win.S
[929/1258] Compiling p256-x86_64-asm-apple.S
[930/1258] Compiling p256_beeu-armv8-asm-apple.S
[931/1258] Compiling p256-armv8-asm-win.S
[932/1258] Compiling p256_beeu-armv8-asm-linux.S
[933/1258] Compiling p256-x86_64-asm-linux.S
[934/1258] Compiling p256-armv8-asm-linux.S
[935/1258] Compiling p256-armv8-asm-apple.S
[936/1258] Compiling ghashv8-armv8-win.S
[937/1258] Compiling ghashv8-armv8-linux.S
[938/1258] Compiling ghashv8-armv8-apple.S
[939/1258] Compiling ghashv8-armv7-linux.S
[940/1258] Compiling ghash-x86-apple.S
[941/1258] Compiling ghash-x86-linux.S
[942/1258] Compiling ghash-x86_64-linux.S
[943/1258] Compiling ghash-x86_64-apple.S
[944/1258] Compiling ghash-ssse3-x86_64-linux.S
[945/1258] Compiling ghash-ssse3-x86_64-apple.S
[945/1258] Compiling ghash-ssse3-x86-apple.S
[947/1258] Compiling ghash-ssse3-x86-linux.S
[948/1258] Compiling ghash-neon-armv8-win.S
[949/1258] Compiling ghash-neon-armv8-linux.S
[950/1258] Compiling ghash-neon-armv8-apple.S
[951/1258] Compiling ghash-armv4-linux.S
[952/1258] Compiling co-586-apple.S
[953/1258] Compiling bn-armv8-win.S
[954/1258] Compiling co-586-linux.S
[955/1258] Compiling bsaes-armv7-linux.S
[956/1258] Compiling bn-armv8-linux.S
[957/1258] Compiling bn-586-linux.S
[958/1258] Compiling bn-armv8-apple.S
[959/1258] Compiling armv8-mont-win.S
[960/1258] Compiling armv8-mont-linux.S
[961/1258] Compiling armv8-mont-apple.S
[961/1258] Compiling bn-586-apple.S
[963/1258] Compiling aesv8-gcm-armv8-win.S
[964/1258] Compiling aesv8-armv8-linux.S
[965/1258] Compiling aesv8-gcm-armv8-linux.S
[966/1258] Compiling armv4-mont-linux.S
[967/1258] Compiling aesv8-gcm-armv8-apple.S
[968/1258] Compiling aesv8-armv8-win.S
[969/1258] Compiling aesv8-armv8-apple.S
[969/1258] Compiling aesv8-armv7-linux.S
[971/1258] Compiling aesni-x86_64-apple.S
[972/1258] Compiling aesni-gcm-x86_64-linux.S
[973/1258] Compiling aesni-x86_64-linux.S
[973/1258] Compiling aesni-x86-linux.S
[975/1258] Compiling aesni-x86-apple.S
[976/1258] Compiling aesni-gcm-x86_64-apple.S
[977/1258] Compiling aes-gcm-avx10-x86_64-linux.S
[978/1258] Compiling aes-gcm-avx10-x86_64-apple.S
[979/1258] Compiling x_val.cc
[980/1258] Compiling x_sig.cc
[981/1258] Compiling x_x509a.cc
[982/1258] Compiling x_spki.cc
[983/1258] Compiling x_req.cc
[984/1258] Compiling x_x509.cc
[985/1258] Compiling x_name.cc
[986/1258] Compiling x_all.cc
[987/1258] Compiling x_attrib.cc
[988/1258] Compiling x_crl.cc
[989/1258] Compiling c-nioatomics.c
[990/1258] Compiling x_pubkey.cc
[991/1258] Compiling x_exten.cc
[992/1258] Compiling x_algor.cc
[993/1258] Compiling x509_vfy.cc
[994/1258] Compiling x509spki.cc
[995/1258] Compiling c-atomics.c
[996/1258] Compiling x509_v3.cc
[997/1258] Compiling x509rset.cc
[998/1258] Compiling x509name.cc
[999/1258] Compiling x509_vpm.cc
[1000/1258] Compiling x509_trs.cc
[1001/1258] Compiling x509cset.cc
[1002/1264] Compiling x509_txt.cc
[1004/1264] Compiling NIOConcurrencyHelpers NIOLock.swift
[1005/1264] Compiling NIOConcurrencyHelpers lock.swift
[1005/1264] Compiling x509_set.cc
[1007/1264] Emitting module NIOConcurrencyHelpers
[1007/1264] Compiling x509_lu.cc
[1008/1264] Compiling x509_req.cc
[1009/1264] Compiling x509_obj.cc
[1011/1264] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1012/1264] Compiling NIOConcurrencyHelpers atomics.swift
[1012/1264] Compiling x509_ext.cc
[1014/1264] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1014/1264] Compiling x509_def.cc
[1016/1265] Compiling x509_d2.cc
[1017/1291] Compiling x509_att.cc
[1018/1291] Compiling x509_cmp.cc
[1019/1291] Compiling x509.cc
[1021/1291] Compiling ConsoleKitTerminal Console+Wait.swift
[1022/1291] Compiling ConsoleKitTerminal ConsoleColor.swift
[1023/1291] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1023/1294] Wrapping AST for NIOConcurrencyHelpers for debugging
[1024/1294] Compiling v3_utl.cc
[1025/1294] Compiling v3_purp.cc
[1026/1294] Compiling v3_skey.cc
[1028/1294] Compiling ConsoleKitTerminal ActivityBar.swift
[1029/1294] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1030/1294] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1031/1294] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1032/1294] Emitting module ConsoleKitTerminal
[1033/1294] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1034/1294] Compiling ConsoleKitTerminal ConsoleClear.swift
[1035/1294] Compiling ConsoleKitTerminal Console+Ask.swift
[1036/1294] Compiling ConsoleKitTerminal Console+Choose.swift
[1037/1294] Compiling ConsoleKitTerminal Console+Confirm.swift
[1038/1294] Compiling ConsoleKitTerminal Console+Input.swift
[1039/1294] Compiling ConsoleKitTerminal Console+Center.swift
[1040/1294] Compiling ConsoleKitTerminal Console+Output.swift
[1040/1294] Compiling v3_prn.cc
[1042/1294] Compiling ConsoleKitTerminal CustomActivity.swift
[1043/1294] Compiling ConsoleKitTerminal LoadingBar.swift
[1044/1294] Compiling ConsoleKitTerminal ProgressBar.swift
[1045/1294] Compiling ConsoleKitTerminal Console+Clear.swift
[1046/1294] Compiling ConsoleKitTerminal ConsoleText.swift
[1047/1294] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1048/1294] Compiling ConsoleKitTerminal ANSI.swift
[1049/1294] Compiling ConsoleKitTerminal Console.swift
[1050/1294] Compiling ConsoleKitTerminal Terminal.swift
[1051/1294] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1051/1294] Compiling v3_ocsp.cc
[1052/1294] Compiling v3_int.cc
[1053/1294] Compiling v3_pcons.cc
[1054/1294] Compiling v3_pmaps.cc
[1055/1294] Compiling v3_lib.cc
[1056/1294] Compiling v3_ncons.cc
[1058/1294] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1059/1294] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1060/1294] Compiling ConsoleKitTerminal LoggerFragment.swift
[1060/1295] Compiling v3_info.cc
[1062/1295] Compiling v3_ia5.cc
[1063/1295] Compiling v3_genn.cc
[1064/1317] Compiling v3_extku.cc
[1065/1317] Compiling v3_enum.cc
[1066/1317] Wrapping AST for ConsoleKitTerminal for debugging
[1067/1317] Compiling v3_cpols.cc
[1068/1317] Compiling v3_crld.cc
[1069/1317] Compiling v3_bitst.cc
[1070/1317] Compiling v3_conf.cc
[1072/1317] Compiling ConsoleKitCommands Command.swift
[1073/1317] Compiling ConsoleKitCommands CommandContext.swift
[1074/1317] Compiling ConsoleKitCommands CommandError.swift
[1075/1317] Compiling ConsoleKitCommands CommandSignature.swift
[1076/1317] Compiling ConsoleKitCommands Flag.swift
[1077/1317] Compiling ConsoleKitCommands Option.swift
[1078/1319] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1079/1319] Compiling ConsoleKitCommands AsyncCommand.swift
[1080/1319] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1081/1319] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1082/1319] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1083/1319] Compiling ConsoleKitCommands Argument.swift
[1083/1319] Compiling v3_alt.cc
[1084/1319] Compiling v3_bcons.cc
[1086/1319] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1087/1319] Compiling ConsoleKitCommands Utilities.swift
[1087/1319] Compiling t_x509.cc
[1088/1319] Compiling v3_akeya.cc
[1089/1319] Compiling t_x509a.cc
[1090/1319] Compiling v3_akey.cc
[1091/1319] Compiling i2d_pr.cc
[1092/1319] Compiling rsa_pss.cc
[1093/1319] Compiling t_req.cc
[1094/1319] Compiling t_crl.cc
[1095/1319] Compiling by_dir.cc
[1097/1319] Compiling ConsoleKitCommands CommandGroup.swift
[1098/1319] Compiling ConsoleKitCommands CommandInput.swift
[1099/1319] Compiling ConsoleKitCommands Commands.swift
[1100/1319] Compiling ConsoleKitCommands AsyncCommands.swift
[1101/1319] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1102/1319] Compiling ConsoleKitCommands AnyCommand.swift
[1103/1319] Compiling ConsoleKitCommands Console+Run.swift
[1104/1319] Compiling ConsoleKitCommands ConsoleError.swift
[1105/1319] Compiling ConsoleKitCommands Completion.swift
[1106/1319] Emitting module ConsoleKitCommands
[1107/1320] Compiling by_file.cc
[1108/1320] Compiling a_sign.cc
[1109/1322] Compiling name_print.cc
[1110/1322] Wrapping AST for ConsoleKitCommands for debugging
[1112/1322] Compiling ConsoleKit Exports.swift
[1112/1322] Compiling policy.cc
[1114/1322] Emitting module ConsoleKit
[1115/1323] Compiling pmbtoken.cc
[1116/1323] Compiling asn1_gen.cc
[1117/1323] Wrapping AST for ConsoleKit for debugging
[1118/1323] Compiling a_verify.cc
[1119/1323] Compiling algorithm.cc
[1120/1323] Compiling voprf.cc
[1121/1323] Compiling thread_win.cc
[1122/1323] Compiling a_digest.cc
[1123/1323] Compiling trust_token.cc
[1124/1323] Compiling thread.cc
[1125/1323] Compiling thread_pthread.cc
[1126/1323] Compiling thread_none.cc
[1127/1323] Compiling thash.cc
[1128/1323] Compiling wots.cc
[1129/1323] Compiling stack.cc
[1130/1323] Compiling slhdsa.cc
[1131/1323] Compiling merkle.cc
[1132/1323] Compiling fors.cc
[1133/1323] Compiling sha512.cc
[1134/1323] Compiling siphash.cc
[1135/1323] Compiling sha256.cc
[1136/1323] Compiling rsa_extra.cc
[1137/1323] Compiling sha1.cc
[1138/1323] Compiling rsa_asn1.cc
[1139/1323] Compiling rsa_crypt.cc
[1139/1323] Compiling rsa_print.cc
[1139/1323] Compiling rc4.cc
[1142/1323] Compiling refcount.cc
[1143/1323] Compiling rand_extra.cc
[1144/1323] Compiling windows.cc
[1145/1323] Compiling getentropy.cc
[1146/1323] Compiling passive.cc
[1147/1323] Compiling trusty.cc
[1148/1323] Compiling deterministic.cc
[1149/1323] Compiling forkunsafe.cc
[1150/1323] Compiling poly1305_arm_asm.S
[1151/1323] Compiling ios.cc
[1152/1323] Compiling urandom.cc
[1153/1323] Compiling pool.cc
[1154/1323] Compiling poly1305_vec.cc
[1155/1323] Compiling fork_detect.cc
[1156/1323] Compiling poly1305_arm.cc
[1157/1323] Compiling poly1305.cc
[1158/1323] Compiling pkcs7.cc
[1159/1323] Compiling pkcs8.cc
[1160/1323] Compiling pem_x509.cc
[1161/1323] Compiling pkcs8_x509.cc
[1162/1323] Compiling pem_xaux.cc
[1163/1323] Compiling pkcs7_x509.cc
[1164/1323] Compiling p5_pbev2.cc
[1165/1323] Compiling pem_pkey.cc
[1166/1323] Compiling pem_oth.cc
[1167/1323] Compiling obj_xref.cc
[1168/1323] Compiling mlkem.cc
[1169/1323] Compiling pem_info.cc
[1170/1323] Compiling obj.cc
[1171/1323] Compiling pem_pk8.cc
[1172/1323] Compiling pem_lib.cc
[1173/1323] Compiling mem.cc
[1174/1323] Compiling mldsa.cc
[1175/1323] Compiling poly_rq_mul.S
[1176/1323] Compiling pem_all.cc
[1177/1323] Compiling fips_shared_support.cc
[1178/1323] Compiling md5.cc
[1179/1323] Compiling md4.cc
[1180/1323] Compiling lhash.cc
[1181/1323] Compiling kyber.cc
[1182/1323] Compiling sign.cc
[1183/1323] Compiling ex_data.cc
[1184/1323] Compiling hpke.cc
[1185/1323] Compiling hrss.cc
[1186/1323] Compiling scrypt.cc
[1187/1323] Compiling pbkdf.cc
[1188/1323] Compiling print.cc
[1189/1323] Compiling p_x25519_asn1.cc
[1190/1323] Compiling p_x25519.cc
[1191/1323] Compiling p_rsa.cc
[1192/1323] Compiling p_rsa_asn1.cc
[1193/1323] Compiling p_ed25519.cc
[1194/1323] Compiling p_hkdf.cc
[1195/1323] Compiling p_ed25519_asn1.cc
[1196/1323] Compiling p_ec_asn1.cc
[1197/1323] Compiling p_ec.cc
[1198/1323] Compiling p_dh.cc
[1199/1323] Compiling evp_asn1.cc
[1200/1323] Compiling p_dh_asn1.cc
[1201/1323] Compiling evp_ctx.cc
[1202/1323] Compiling evp.cc
[1203/1323] Compiling p_dsa_asn1.cc
[1204/1323] Compiling err.cc
[1205/1323] Compiling engine.cc
[1206/1323] Compiling ecdsa_asn1.cc
[1207/1323] Compiling hash_to_curve.cc
[1208/1323] Compiling ec_derive.cc
[1209/1323] Compiling ecdh_extra.cc
[1210/1323] Compiling ec_asn1.cc
[1211/1323] Compiling dsa_asn1.cc
[1212/1323] Compiling params.cc
[1213/1323] Compiling digest_extra.cc
[1214/1323] Compiling dsa.cc
[1215/1323] Compiling x25519-asm-arm.S
[1216/1323] Compiling dh_asn1.cc
[1217/1323] Compiling des.cc
[1218/1323] Compiling spake25519.cc
[1219/1323] Compiling crypto.cc
[1220/1323] Compiling curve25519.cc
[1221/1323] Compiling cpu_intel.cc
[1222/1323] Compiling cpu_aarch64_win.cc
[1223/1323] Compiling cpu_arm_freebsd.cc
[1224/1323] Compiling cpu_arm_linux.cc
[1225/1323] Compiling cpu_aarch64_openbsd.cc
[1226/1323] Compiling cpu_aarch64_sysreg.cc
[1227/1323] Compiling bcm.cc
[1228/1323] Compiling cpu_aarch64_linux.cc
[1229/1323] Compiling cpu_aarch64_apple.cc
[1230/1323] Compiling cpu_aarch64_fuchsia.cc
[1231/1323] Compiling curve25519_64_adx.cc
[1232/1323] Compiling tls_cbc.cc
[1233/1323] Compiling e_null.cc
[1234/1323] Compiling e_tls.cc
[1235/1323] Compiling conf.cc
[1236/1323] Compiling e_rc4.cc
[1237/1323] Compiling e_rc2.cc
[1238/1323] Compiling e_aesctrhmac.cc
[1239/1323] Compiling e_des.cc
[1240/1323] Compiling derive_key.cc
[1241/1323] Compiling e_chacha20poly1305.cc
[1242/1323] Compiling e_aesgcmsiv.cc
[1243/1323] Compiling unicode.cc
[1244/1323] Compiling cipher_extra.cc
[1245/1323] Compiling chacha.cc
[1246/1323] Compiling cbs.cc
[1247/1323] Compiling convert.cc
[1248/1323] Compiling ber.cc
[1249/1323] Compiling buf.cc
[1250/1323] Compiling cbb.cc
[1251/1323] Compiling bn_asn1.cc
[1252/1323] Compiling asn1_compat.cc
[1253/1323] Compiling blake2.cc
[1254/1323] Compiling printf.cc
[1255/1323] Compiling pair.cc
[1256/1323] Compiling fd.cc
[1257/1323] Compiling hexdump.cc
[1258/1323] Compiling errno.cc
[1259/1323] Compiling file.cc
[1260/1323] Compiling bio_mem.cc
[1261/1323] Compiling base64.cc
[1262/1323] Compiling bio.cc
[1263/1323] Compiling tasn_fre.cc
[1264/1323] Compiling tasn_typ.cc
[1265/1323] Compiling tasn_utl.cc
[1266/1323] Compiling tasn_enc.cc
[1267/1323] Compiling tasn_dec.cc
[1268/1323] Compiling tasn_new.cc
[1269/1323] Compiling posix_time.cc
[1270/1323] Compiling f_string.cc
[1271/1323] Compiling asn_pack.cc
[1272/1323] Compiling f_int.cc
[1273/1323] Compiling asn1_par.cc
[1274/1323] Compiling a_utctm.cc
[1275/1323] Compiling a_time.cc
[1276/1323] Write sources
[1277/1323] Compiling a_type.cc
[1277/1323] Write sources
[1282/1323] Compiling asn1_lib.cc
[1283/1323] Compiling a_strnid.cc
[1284/1323] Compiling a_dup.cc
[1285/1376] Compiling a_gentm.cc
[1286/1376] Compiling a_octet.cc
[1287/1420] Compiling a_strex.cc
[1289/1420] Compiling Algorithms MinMax.swift
[1290/1420] Compiling Algorithms Partition.swift
[1291/1422] Compiling Algorithms FirstNonNil.swift
[1292/1422] Compiling Algorithms AdjacentPairs.swift
[1293/1422] Compiling Algorithms Chain.swift
[1294/1422] Compiling Algorithms Permutations.swift
[1295/1422] Compiling Algorithms Product.swift
[1296/1430] Compiling Algorithms Joined.swift
[1297/1430] Compiling Algorithms Keyed.swift
[1298/1430] Compiling Atomics IntegerOperations.swift
[1299/1430] Compiling Atomics Unmanaged extensions.swift
[1300/1430] Compiling Algorithms Grouped.swift
[1301/1430] Compiling Algorithms Indexed.swift
[1302/1430] Compiling Algorithms Intersperse.swift
[1303/1430] Compiling Algorithms FlattenCollection.swift
[1311/1437] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1312/1437] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1313/1437] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1314/1437] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1315/1437] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1316/1437] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1317/1437] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1318/1437] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1319/1437] Compiling BitCollections BitSet+CustomReflectable.swift
[1320/1437] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1321/1437] Compiling BitCollections BitSet+Equatable.swift
[1322/1437] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1323/1437] Compiling BitCollections BitSet+Extras.swift
[1324/1437] Compiling BitCollections BitSet+Hashable.swift
[1325/1437] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1326/1437] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1327/1437] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1328/1437] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1329/1437] Compiling BitCollections BitSet+SetAlgebra union.swift
[1330/1437] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1331/1437] Compiling BitCollections BitSet.Counted.swift
[1332/1437] Compiling BitCollections BitSet+Initializers.swift
[1333/1437] Compiling BitCollections BitSet+Invariants.swift
[1334/1437] Compiling BitCollections BitSet+Random.swift
[1335/1437] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1336/1437] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1337/1437] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1338/1437] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1339/1437] Compiling CryptoBoringWrapper RandomBytes.swift
[1340/1437] Emitting module BitCollections
[1341/1437] Compiling Algorithms Compacted.swift
[1342/1437] Compiling Algorithms Cycle.swift
[1343/1437] Compiling Algorithms EitherSequence.swift
[1347/1437] Compiling Algorithms Chunked.swift
[1348/1437] Compiling Algorithms Combinations.swift
[1349/1437] Compiling Algorithms Split.swift
[1350/1437] Compiling Algorithms Stride.swift
[1351/1437] Compiling Algorithms Suffix.swift
[1354/1440] Compiling Algorithms Rotate.swift
[1363/1440] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1364/1440] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1365/1440] Compiling CryptoBoringWrapper EllipticCurve.swift
[1366/1440] Emitting module CryptoBoringWrapper
[1367/1440] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1368/1440] Compiling BitCollections BitSet.Index.swift
[1369/1440] Compiling BitCollections BitSet._UnsafeHandle.swift
[1370/1440] Compiling BitCollections BitSet.swift
[1371/1440] Compiling BitCollections Range+Utilities.swift
[1372/1440] Compiling BitCollections Slice+Utilities.swift
[1373/1440] Compiling BitCollections UInt+Tricks.swift
[1374/1440] Compiling BitCollections _Word.swift
[1376/1441] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1377/1441] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1378/1442] Compiling Algorithms Trim.swift
[1379/1442] Compiling Algorithms Unique.swift
[1380/1442] Compiling Algorithms Windows.swift
[1387/1442] Wrapping AST for BitCollections for debugging
[1396/1444] Wrapping AST for CryptoBoringWrapper for debugging
[1398/1444] Compiling Collections Collections.swift
[1399/1482] Emitting module Collections
[1401/1516] Compiling Crypto ASN1Strings.swift
[1402/1516] Compiling Crypto ArraySliceBigint.swift
[1403/1516] Compiling Crypto GeneralizedTime.swift
[1404/1516] Compiling Crypto ObjectIdentifier.swift
[1405/1516] Compiling Crypto ASN1Identifier.swift
[1406/1516] Compiling Crypto ASN1Integer.swift
[1407/1516] Compiling Crypto ASN1Null.swift
[1410/1516] Compiling Crypto ECDSASignature.swift
[1410/1516] Wrapping AST for Collections for debugging
[1412/1516] Emitting module Atomics
[1413/1517] Wrapping AST for Atomics for debugging
[1415/1576] Emitting module Algorithms
[1416/1577] Wrapping AST for Algorithms for debugging
[1418/1577] Emitting module Crypto
[1419/1586] Compiling NIOCore EventLoop+Deprecated.swift
[1420/1586] Compiling NIOCore EventLoop+SerialExecutor.swift
[1421/1586] Compiling NIOCore MarkedCircularBuffer.swift
[1422/1586] Compiling NIOCore MulticastChannel.swift
[1423/1586] Compiling NIOCore NIOAny.swift
[1424/1586] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1425/1586] Compiling NIOCore NIOLoopBound.swift
[1426/1586] Compiling NIOCore NIOScheduledCallback.swift
[1427/1586] Compiling NIOCore NIOSendable.swift
[1428/1586] Compiling NIOCore RecvByteBufferAllocator.swift
[1429/1586] Compiling Crypto SymmetricKeys.swift
[1430/1586] Compiling Crypto HMAC.swift
[1431/1586] Compiling Crypto MACFunctions.swift
[1432/1586] Compiling Crypto MessageAuthenticationCode.swift
[1433/1586] Compiling Crypto AES.swift
[1434/1586] Compiling Crypto ECDSASignature_boring.swift
[1435/1586] Compiling Crypto ECDSA_boring.swift
[1436/1586] Compiling Crypto EdDSA_boring.swift
[1437/1586] Compiling Crypto ECDSA.swift
[1438/1586] Compiling Crypto Ed25519.swift
[1439/1586] Compiling NIOCore ByteBuffer-views.swift
[1440/1586] Compiling NIOCore Channel.swift
[1441/1586] Compiling NIOCore ChannelHandler.swift
[1442/1586] Compiling NIOCore ChannelHandlers.swift
[1443/1586] Compiling NIOCore ChannelInvoker.swift
[1444/1586] Compiling NIOCore ChannelOption.swift
[1445/1586] Compiling NIOCore GlobalSingletons.swift
[1446/1586] Compiling NIOCore IO.swift
[1447/1586] Compiling NIOCore IOData.swift
[1448/1586] Compiling NIOCore IPProtocol.swift
[1449/1586] Compiling NIOCore IntegerBitPacking.swift
[1450/1586] Compiling NIOCore IntegerTypes.swift
[1451/1586] Compiling NIOCore Interfaces.swift
[1452/1586] Compiling NIOCore Linux.swift
[1453/1586] Compiling NIOCore ChannelPipeline.swift
[1454/1586] Compiling NIOCore CircularBuffer.swift
[1455/1586] Compiling NIOCore Codec.swift
[1456/1586] Compiling NIOCore ConvenienceOptionSupport.swift
[1457/1586] Compiling NIOCore DeadChannel.swift
[1458/1586] Compiling NIOCore DispatchQueue+WithFuture.swift
[1459/1586] Compiling NIOCore EventLoop.swift
[1460/1586] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1461/1586] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1462/1586] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1463/1586] Compiling NIOCore EventLoopFuture.swift
[1464/1586] Compiling NIOCore FileDescriptor.swift
[1465/1586] Compiling NIOCore FileHandle.swift
[1466/1586] Compiling NIOCore FileRegion.swift
[1467/1586] Compiling Crypto DH.swift
[1468/1586] Compiling Crypto ECDH.swift
[1477/1594] Compiling NIOCore BSDSocketAPI.swift
[1478/1594] Compiling NIOCore ByteBuffer-aux.swift
[1479/1594] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1480/1594] Compiling NIOCore ByteBuffer-conversions.swift
[1481/1594] Compiling NIOCore ByteBuffer-core.swift
[1482/1594] Compiling NIOCore ByteBuffer-hex.swift
[1483/1594] Compiling NIOCore ByteBuffer-int.swift
[1484/1594] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1485/1594] Compiling NIOCore ByteBuffer-multi-int.swift
[1486/1594] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1487/1594] Compiling NIOCore AddressedEnvelope.swift
[1488/1594] Compiling NIOCore AsyncAwaitSupport.swift
[1489/1594] Compiling NIOCore AsyncChannel.swift
[1490/1594] Compiling NIOCore AsyncChannelHandler.swift
[1491/1594] Compiling NIOCore AsyncChannelInboundStream.swift
[1492/1594] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1493/1594] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1494/1594] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1495/1594] Compiling NIOCore NIOAsyncWriter.swift
[1496/1594] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1505/1594] Compiling Crypto Signature.swift
[1506/1594] Compiling Crypto CryptoKitErrors_boring.swift
[1507/1594] Compiling Crypto RNG_boring.swift
[1508/1594] Compiling Crypto SafeCompare_boring.swift
[1509/1594] Compiling Crypto Zeroization_boring.swift
[1510/1594] Compiling Crypto PrettyBytes.swift
[1511/1594] Compiling Crypto SafeCompare.swift
[1512/1594] Compiling Crypto SecureBytes.swift
[1513/1594] Compiling Crypto Zeroization.swift
[1514/1595] Wrapping AST for Crypto for debugging
[1541/1595] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1542/1595] Compiling NIOCore SocketAddresses.swift
[1543/1595] Compiling NIOCore SocketOptionProvider.swift
[1544/1595] Compiling NIOCore SystemCallHelpers.swift
[1545/1595] Compiling NIOCore TimeAmount+Duration.swift
[1546/1595] Compiling NIOCore TypeAssistedChannelHandler.swift
[1547/1595] Compiling NIOCore UniversalBootstrapSupport.swift
[1548/1595] Compiling NIOCore Utilities.swift
[1566/1595] Emitting module NIOCore
[1567/1596] Wrapping AST for NIOCore for debugging
[1569/1647] Compiling NIOEmbedded Embedded.swift
[1570/1647] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1571/1647] Emitting module NIOEmbedded
[1572/1647] Compiling NIOEmbedded AsyncTestingChannel.swift
[1573/1648] Wrapping AST for NIOEmbedded for debugging
[1575/1648] Emitting module NIOPosix
[1576/1654] Compiling NIOPosix SelectableChannel.swift
[1577/1654] Compiling NIOPosix SelectableEventLoop.swift
[1578/1654] Compiling NIOPosix SelectorEpoll.swift
[1579/1654] Compiling NIOPosix SelectorGeneric.swift
[1580/1654] Compiling NIOPosix SelectorKqueue.swift
[1581/1654] Compiling NIOPosix SelectorUring.swift
[1582/1654] Compiling NIOPosix BSDSocketAPICommon.swift
[1583/1654] Compiling NIOPosix BSDSocketAPIPosix.swift
[1584/1654] Compiling NIOPosix BSDSocketAPIWindows.swift
[1585/1654] Compiling NIOPosix BaseSocket.swift
[1586/1654] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1587/1654] Compiling NIOPosix BaseSocketChannel.swift
[1588/1654] Compiling NIOPosix BaseStreamSocketChannel.swift
[1589/1654] Compiling NIOPosix ServerSocket.swift
[1590/1654] Compiling NIOPosix Socket.swift
[1591/1654] Compiling NIOPosix SocketChannel.swift
[1592/1654] Compiling NIOPosix SocketProtocols.swift
[1593/1654] Compiling NIOPosix System.swift
[1594/1654] Compiling NIOPosix Thread.swift
[1595/1654] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1596/1654] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1597/1654] Compiling NIOPosix PosixSingletons.swift
[1598/1654] Compiling NIOPosix RawSocketBootstrap.swift
[1599/1654] Compiling NIOPosix Resolver.swift
[1600/1654] Compiling NIOPosix Selectable.swift
[1601/1654] Compiling NIOPosix ThreadPosix.swift
[1602/1654] Compiling NIOPosix ThreadWindows.swift
[1603/1654] Compiling NIOPosix UnsafeTransfer.swift
[1604/1654] Compiling NIOPosix Utilities.swift
[1605/1654] Compiling NIOPosix VsockAddress.swift
[1606/1654] Compiling NIOPosix VsockChannelEvents.swift
[1607/1654] Compiling NIOPosix Bootstrap.swift
[1608/1654] Compiling NIOPosix ControlMessage.swift
[1609/1654] Compiling NIOPosix DatagramVectorReadManager.swift
[1610/1654] Compiling NIOPosix Errors+Any.swift
[1611/1654] Compiling NIOPosix FileDescriptor.swift
[1612/1654] Compiling NIOPosix GetaddrinfoResolver.swift
[1613/1654] Compiling NIOPosix HappyEyeballs.swift
[1614/1654] Compiling NIOPosix NIOThreadPool.swift
[1615/1654] Compiling NIOPosix NonBlockingFileIO.swift
[1616/1654] Compiling NIOPosix PendingDatagramWritesManager.swift
[1617/1654] Compiling NIOPosix PendingWritesManager.swift
[1618/1654] Compiling NIOPosix PipeChannel.swift
[1619/1654] Compiling NIOPosix PipePair.swift
[1620/1654] Compiling NIOPosix Pool.swift
[1621/1654] Compiling NIOPosix IO.swift
[1622/1654] Compiling NIOPosix IntegerBitPacking.swift
[1623/1654] Compiling NIOPosix IntegerTypes.swift
[1624/1654] Compiling NIOPosix Linux.swift
[1625/1654] Compiling NIOPosix LinuxCPUSet.swift
[1626/1654] Compiling NIOPosix LinuxUring.swift
[1627/1654] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1628/1693] Wrapping AST for NIOPosix for debugging
[1630/1714] Compiling _NIOFileSystem ByteCount.swift
[1631/1714] Compiling _NIOFileSystem Convenience.swift
[1632/1714] Compiling _NIOFileSystem DirectoryEntries.swift
[1633/1714] Emitting module NIO
[1634/1714] Compiling NIO Exports.swift
[1636/1717] Compiling _NIOFileSystem FileHandle.swift
[1637/1717] Compiling _NIOFileSystem FileHandleProtocol.swift
[1638/1717] Compiling _NIOFileSystem FileInfo.swift
[1638/1717] Wrapping AST for NIO for debugging
[1640/1717] Compiling _NIOFileSystem FileSystemProtocol.swift
[1641/1717] Compiling _NIOFileSystem FileType.swift
[1642/1717] Compiling _NIOFileSystem IOStrategy.swift
[1643/1717] Compiling _NIOFileSystem BufferedWriter.swift
[1644/1717] Compiling _NIOFileSystem ByteBuffer+FileSystem.swift
[1645/1717] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1646/1756] Compiling NIOTLS TLSEvents.swift
[1647/1756] Emitting module _NIOFileSystem
[1648/1760] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1649/1760] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1650/1760] Emitting module NIOTLS
[1651/1760] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1652/1760] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1653/1760] Compiling NIOSOCKS SOCKSResponse.swift
[1654/1761] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1655/1761] Compiling NIOSOCKS Errors.swift
[1656/1761] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1657/1761] Emitting module NIOFoundationCompat
[1658/1761] Compiling NIOSOCKS ClientStateMachine.swift
[1659/1761] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1660/1761] Compiling AsyncKit Optional+StrictMap.swift
[1661/1761] Compiling AsyncKit Exports.swift
[1662/1761] Compiling NIOHTTP1 HTTPEncoder.swift
[1664/1761] Emitting module NIOSOCKS
[1665/1761] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1666/1761] Compiling NIOHTTP1 HTTPDecoder.swift
[1667/1761] Compiling NIOSOCKS Messages.swift
[1668/1761] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1671/1761] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1672/1761] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1673/1761] Compiling NIOTLS SNIHandler.swift
[1674/1762] Compiling NIOSOCKS ServerStateMachine.swift
[1676/1763] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[1678/1765] Emitting module NIOHTTP1
[1680/1765] Compiling _NIOFileSystem ParallelDirCopy.swift
[1681/1765] Compiling _NIOFileSystem ParallelRemoval.swift
[1682/1765] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1683/1765] Compiling _NIOFileSystem CInterop.swift
[1684/1765] Compiling _NIOFileSystem Errno.swift
[1685/1765] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1686/1765] Compiling _NIOFileSystem Mocking.swift
[1687/1765] Compiling _NIOFileSystem Syscall.swift
[1688/1765] Compiling _NIOFileSystem Syscalls.swift
[1689/1765] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1690/1766] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1691/1766] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1691/1766] Wrapping AST for NIOTLS for debugging
[1692/1766] Wrapping AST for NIOSOCKS for debugging
[1695/1795] Compiling NIOSSL NIOSSLHandler.swift
[1696/1795] Compiling NIOSSL SSLCertificate.swift
[1697/1795] Compiling NIOSSL IdentityVerification.swift
[1698/1795] Compiling NIOSSL NIOSSLServerHandler.swift
[1699/1795] Compiling NIOSSL ObjectIdentifier.swift
[1700/1795] Compiling NIOSSL PosixPort.swift
[1700/1795] Wrapping AST for NIOFoundationCompat for debugging
[1702/1817] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1703/1817] Compiling NIOTransportServices NIOTSSingletons.swift
[1704/1817] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1705/1819] Emitting module NIOTransportServices
[1706/1819] Compiling NIOTransportServices StateManagedChannel.swift
[1707/1819] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1708/1819] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1709/1819] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1710/1819] Compiling NIOTransportServices NIOTSErrors.swift
[1711/1819] Compiling NIOTransportServices NIOTSEventLoop.swift
[1712/1819] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1713/1819] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1714/1819] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1715/1819] Compiling NIOTransportServices NIOTSBootstraps.swift
[1716/1819] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1717/1819] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1719/1819] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1720/1819] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1721/1819] Compiling NIOSSL SubjectAlternativeName.swift
[1722/1819] Compiling NIOSSL NIOSSLSecureBytes.swift
[1730/1819] Compiling NIOTransportServices AcceptHandler.swift
[1731/1819] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1732/1819] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1733/1819] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1734/1819] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1735/1819] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1740/1820] Wrapping AST for NIOTransportServices for debugging
[1745/1821] Emitting module AsyncKit
[1747/1846] Compiling _NIOFileSystem SystemFileHandle.swift
[1748/1846] Compiling _NIOFileSystem Utilities.swift
[1749/1846] Compiling _NIOFileSystem OpenOptions.swift
[1750/1846] Compiling _NIOFileSystem String+FileSystem.swift
[1752/1886] Compiling NIOSSL RNG.swift
[1753/1886] Compiling NIOSSL SafeCompare.swift
[1754/1886] Compiling NIOSSL Zeroization.swift
[1759/1889] Emitting module NIOSSL
[1760/1889] Compiling NIOWebSocket WebSocketOpcode.swift
[1761/1890] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1762/1890] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1763/1890] Compiling MultipartKit FormDataDecoder.swift
[1764/1892] Compiling NIOHPACK IntegerCoding.swift
[1765/1893] Compiling NIOHPACK IndexedHeaderTable.swift
[1766/1893] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1767/1893] Compiling NIOExtras UnsafeTransfer.swift
[1768/1893] Compiling NIOExtras WritePCAPHandler.swift
[1770/1893] Emitting module MultipartKit
[1771/1895] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1772/1895] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1773/1895] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1776/1895] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1777/1895] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1778/1895] Compiling NIOHTTPCompression HTTPDecompression.swift
[1779/1895] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1780/1895] Compiling NIOExtras RequestResponseHandler.swift
[1782/1895] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1783/1895] Compiling MultipartKit MultipartFormData.swift
[1784/1895] Compiling NIOExtras PCAPRingBuffer.swift
[1785/1895] Compiling NIOExtras QuiescingHelper.swift
[1786/1895] Compiling NIOHPACK HuffmanTables.swift
[1787/1895] Compiling NIOHTTPCompression HTTPCompression.swift
[1788/1895] Emitting module NIOHTTPCompression
[1789/1895] Compiling MultipartKit BasicCodingKey.swift
[1790/1895] Compiling MultipartKit MultipartError.swift
[1791/1895] Compiling MultipartKit Exports.swift
[1792/1895] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1793/1895] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1794/1895] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1795/1895] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1796/1895] Compiling NIOHPACK StaticHeaderTable.swift
[1797/1895] Compiling NIOHPACK HuffmanCoding.swift
[1800/1895] Emitting module NIOWebSocket
[1805/1895] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1806/1895] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1807/1896] Emitting module NIOHPACK
[1809/1896] Emitting module NIOExtras
[1810/1896] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1811/1896] Compiling NIOWebSocket WebSocketFrame.swift
[1812/1897] Compiling MultipartKit MultipartSerializer.swift
[1813/1897] Compiling MultipartKit Utilities.swift
[1821/1898] Wrapping AST for NIOHTTPCompression for debugging
[1852/1899] Wrapping AST for NIOWebSocket for debugging
[1853/1900] Wrapping AST for NIOHTTP1 for debugging
[1855/1900] Wrapping AST for MultipartKit for debugging
[1856/1903] Wrapping AST for _NIOFileSystem for debugging
[1857/1905] Wrapping AST for NIOHPACK for debugging
[1859/1905] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1860/1905] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1861/1905] Emitting module _NIOFileSystemFoundationCompat
[1862/1905] Emitting module NIOFileSystem
[1863/1905] Compiling NIOFileSystem Exports.swift
[1865/1965] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1866/1965] Compiling NIOHTTP2 DOSHeuristics.swift
[1868/1966] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1869/1966] Compiling NIOHTTP2 SendingRstStreamState.swift
[1870/1966] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1871/1966] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1872/1966] Compiling NIOHTTP2 MaySendFrames.swift
[1873/1966] Compiling NIOHTTP2 SendingDataState.swift
[1874/1966] Compiling NIOHTTP2 SendingGoawayState.swift
[1875/1966] Compiling NIOHTTP2 SendingHeadersState.swift
[1876/1966] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1877/1966] Compiling NIOHTTP2 QuiescingState.swift
[1878/1966] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1879/1966] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1880/1966] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1881/1966] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1882/1966] Compiling NIOHTTP2 HasLocalSettings.swift
[1883/1966] Compiling NIOHTTP2 HasRemoteSettings.swift
[1884/1966] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[1885/1966] Wrapping AST for NIOFileSystem for debugging
[1887/1966] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1888/1966] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1889/1966] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1889/1967] Wrapping AST for NIOExtras for debugging
[1891/1991] Wrapping AST for NIOSSL for debugging
[1893/1991] Compiling LeafKit Character+Identities.swift
[1894/1991] Compiling LeafKit LeafAST.swift
[1895/1991] Compiling LeafKit DefaultLeafCache.swift
[1896/1991] Compiling LeafKit LeafCache.swift
[1897/1991] Compiling LeafKit LeafConfiguration.swift
[1898/1991] Compiling LeafKit LeafData.swift
[1899/1991] Compiling LeafKit LeafDataRepresentable.swift
[1900/1991] Compiling LeafKit LeafDataStorage.swift
[1901/2007] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1902/2007] Compiling WebSocketKit Exports.swift
[1903/2007] Compiling WebSocketKit WebSocketHandler.swift
[1904/2007] Emitting module LeafKit
[1905/2010] Compiling WebSocketKit WebSocket+Concurrency.swift
[1906/2010] Emitting module WebSocketKit
[1907/2010] Compiling LeafKit LeafSource.swift
[1908/2010] Compiling LeafKit LeafSources.swift
[1909/2010] Compiling LeafKit NIOLeafFiles.swift
[1910/2010] Compiling WebSocketKit WebSocket+Connect.swift
[1911/2010] Compiling WebSocketKit WebSocket.swift
[1912/2010] Compiling WebSocketKit WebSocketClient.swift
[1913/2011] Compiling LeafKit LeafParser.swift
[1914/2011] Compiling LeafKit LeafRenderer.swift
[1915/2011] Compiling LeafKit Dictionary+LeafData.swift
[1917/2011] Compiling LeafKit LeafError.swift
[1918/2011] Compiling LeafKit LeafLexer.swift
[1919/2011] Compiling LeafKit LeafParameterTypes.swift
[1920/2011] Compiling LeafKit LeafContext.swift
[1921/2011] Compiling LeafKit LeafSerializer.swift
[1922/2011] Compiling LeafKit ParameterResolver.swift
[1923/2011] Compiling LeafKit LeafRawTemplate.swift
[1924/2011] Compiling LeafKit LeafToken.swift
[1925/2011] Compiling LeafKit LeafParameter.swift
[1925/2011] Wrapping AST for WebSocketKit for debugging
[1934/2011] Compiling LeafKit LeafSyntax.swift
[1943/2011] Compiling NIOHTTP2 InboundWindowManager.swift
[1944/2011] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1945/2011] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1946/2011] Compiling NIOHTTP2 StreamChannelList.swift
[1947/2011] Compiling NIOHTTP2 StreamMap.swift
[1948/2011] Compiling NIOHTTP2 StreamStateMachine.swift
[1949/2011] Compiling NIOHTTP2 UnsafeTransfer.swift
[1950/2011] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1959/2011] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1960/2011] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1961/2011] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1962/2011] Compiling NIOHTTP2 HTTP2StreamID.swift
[1963/2011] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1964/2011] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1965/2011] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1966/2011] Compiling NIOHTTP2 InboundEventBuffer.swift
[1968/2011] Compiling LeafKit LeafTag.swift
[1969/2011] Compiling LeafKit String+HTMLEscape.swift
[1970/2012] Wrapping AST for LeafKit for debugging
[1972/2012] Emitting module NIOHTTP2
[1975/2012] Compiling NIOHTTP2 MayReceiveFrames.swift
[1976/2012] Compiling NIOHTTP2 ReceivingDataState.swift
[1980/2012] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1981/2012] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1982/2012] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1983/2012] Compiling NIOHTTP2 HTTP2Frame.swift
[1984/2012] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1985/2012] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1986/2012] Compiling NIOHTTP2 HTTP2PingData.swift
[1987/2012] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1988/2012] Compiling NIOHTTP2 HTTP2Settings.swift
[1989/2012] Compiling NIOHTTP2 HTTP2Stream.swift
[1990/2012] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1991/2012] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1992/2012] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1993/2012] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1994/2012] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1995/2012] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1996/2012] Compiling NIOHTTP2 HTTP2Error.swift
[1997/2012] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1998/2013] Wrapping AST for NIOHTTP2 for debugging
[2006/2073] Wrapping AST for AsyncKit for debugging
[2008/2073] Emitting module AsyncHTTPClient
[2009/2081] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[2010/2081] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[2011/2081] Compiling AsyncHTTPClient AsyncLazySequence.swift
[2012/2081] Compiling AsyncHTTPClient HTTPClient+execute.swift
[2013/2081] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[2014/2081] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[2015/2081] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[2016/2081] Compiling AsyncHTTPClient HTTPClientRequest.swift
[2017/2081] Compiling AsyncHTTPClient HTTPClientResponse.swift
[2018/2081] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[2019/2081] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[2020/2081] Compiling AsyncHTTPClient Transaction.swift
[2021/2081] Compiling AsyncHTTPClient Base64.swift
[2022/2081] Compiling AsyncHTTPClient BasicAuth.swift
[2023/2081] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[2024/2081] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[2025/2081] Compiling AsyncHTTPClient ConnectionPool.swift
[2026/2081] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[2027/2081] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[2028/2081] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2029/2081] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2030/2081] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2031/2081] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2032/2081] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2033/2081] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2034/2081] Compiling AsyncHTTPClient RequestBodyLength.swift
[2035/2081] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[2036/2081] Compiling AsyncHTTPClient TLSEventsHandler.swift
[2037/2081] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[2038/2081] Compiling AsyncHTTPClient HTTP1Connection.swift
[2039/2081] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[2040/2081] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[2041/2081] Compiling AsyncHTTPClient HTTP2Connection.swift
[2042/2081] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[2043/2081] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2044/2081] Compiling AsyncHTTPClient RequestOptions.swift
[2045/2081] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2046/2081] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2047/2081] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2048/2081] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2049/2081] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2050/2081] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2051/2081] Compiling AsyncHTTPClient RequestBag.swift
[2052/2081] Compiling AsyncHTTPClient RequestValidation.swift
[2053/2081] Compiling AsyncHTTPClient SSLContextCache.swift
[2054/2081] Compiling AsyncHTTPClient Scheme.swift
[2055/2081] Compiling AsyncHTTPClient Singleton.swift
[2056/2081] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2057/2081] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2058/2081] Compiling AsyncHTTPClient Utils.swift
[2059/2081] Compiling AsyncHTTPClient HTTPClient.swift
[2060/2081] Compiling AsyncHTTPClient HTTPHandler.swift
[2061/2081] Compiling AsyncHTTPClient LRUCache.swift
[2062/2081] Compiling AsyncHTTPClient NWErrorHandler.swift
[2063/2081] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2064/2081] Compiling AsyncHTTPClient TLSConfiguration.swift
[2065/2081] Compiling AsyncHTTPClient RedirectState.swift
[2066/2081] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2067/2081] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2068/2081] Compiling AsyncHTTPClient ConnectionTarget.swift
[2069/2081] Compiling AsyncHTTPClient DeconstructedURL.swift
[2070/2081] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2071/2081] Compiling AsyncHTTPClient FoundationExtensions.swift
[2072/2081] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2073/2081] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2074/2081] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2075/2082] Wrapping AST for AsyncHTTPClient for debugging
[2077/2251] Compiling Vapor AsyncBasicResponder.swift
[2078/2251] Compiling Vapor AsyncMiddleware.swift
[2079/2251] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2080/2251] Compiling Vapor AsyncSessionDriver.swift
[2081/2251] Compiling Vapor Authentication+Concurrency.swift
[2082/2251] Compiling Vapor Cache+Concurrency.swift
[2083/2251] Compiling Vapor Client+Concurrency.swift
[2084/2251] Compiling Vapor RequestBody+Concurrency.swift
[2085/2251] Compiling Vapor Responder+Concurrency.swift
[2086/2251] Compiling Vapor ResponseCodable+Concurrency.swift
[2087/2251] Compiling Vapor RoutesBuilder+Concurrency.swift
[2088/2251] Compiling Vapor ViewRenderer+Concurrency.swift
[2089/2251] Compiling Vapor WebSocket+Concurrency.swift
[2090/2251] Compiling Vapor ContainerGetPathExecutor.swift
[2091/2251] Compiling Vapor Content.swift
[2092/2251] Compiling Vapor ContentCoders.swift
[2093/2251] Compiling Vapor ContentConfiguration.swift
[2094/2251] Compiling Vapor ContentContainer.swift
[2095/2251] Compiling Vapor JSONCoder+Custom.swift
[2096/2251] Compiling Vapor JSONCoders+Content.swift
[2097/2251] Compiling Vapor PlaintextDecoder.swift
[2098/2251] Compiling Vapor PlaintextEncoder.swift
[2099/2251] Compiling Vapor URLQueryCoders.swift
[2100/2251] Compiling Vapor URLQueryContainer.swift
[2101/2275] Compiling Vapor HTTPServerResponseEncoder.swift
[2102/2275] Compiling Vapor HTTPServerUpgradeHandler.swift
[2103/2275] Compiling Vapor Logger+Report.swift
[2104/2275] Compiling Vapor LoggingSystem+Environment.swift
[2105/2275] Compiling Vapor Application+Middleware.swift
[2106/2275] Compiling Vapor CORSMiddleware.swift
[2107/2275] Compiling Vapor ErrorMiddleware.swift
[2108/2275] Compiling Vapor FileMiddleware.swift
[2109/2275] Compiling Vapor Middleware.swift
[2110/2275] Compiling Vapor MiddlewareConfiguration.swift
[2111/2275] Compiling Vapor ResponseCompressionMiddleware.swift
[2112/2275] Compiling Vapor RouteLoggingMiddleware.swift
[2113/2275] Compiling Vapor TracingMiddleware.swift
[2114/2275] Compiling Vapor File+Multipart.swift
[2115/2275] Compiling Vapor FormDataDecoder+Content.swift
[2116/2275] Compiling Vapor FormDataEncoder+Content.swift
[2117/2275] Compiling Vapor Application+Password.swift
[2118/2275] Compiling Vapor Application+Passwords.swift
[2119/2275] Compiling Vapor AsyncPasswordHasher.swift
[2120/2275] Compiling Vapor BcryptHasher.swift
[2121/2275] Compiling Vapor PasswordHasher.swift
[2122/2275] Compiling Vapor PlaintextHasher.swift
[2123/2275] Compiling Vapor Request+Password.swift
[2124/2275] Compiling Vapor Redirect.swift
[2125/2275] Compiling Vapor Core.swift
[2126/2275] Compiling Vapor Running.swift
[2127/2275] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2128/2275] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2129/2275] Compiling Vapor DotEnvFile+load.swift
[2130/2275] Compiling Vapor Routes+caseInsenstive.swift
[2131/2275] Compiling Vapor Validatable+validate.swift
[2132/2275] Compiling Vapor Environment+Process.swift
[2133/2275] Compiling Vapor Environment+Secret.swift
[2134/2275] Compiling Vapor Environment.swift
[2135/2275] Compiling Vapor Abort.swift
[2136/2275] Compiling Vapor AbortError.swift
[2137/2275] Compiling Vapor DebuggableError.swift
[2138/2275] Compiling Vapor Demangler.swift
[2139/2275] Compiling Vapor ErrorSource.swift
[2140/2275] Compiling Vapor StackTrace.swift
[2141/2275] Compiling Vapor Exports.swift
[2142/2275] Compiling Vapor Application+HTTP.swift
[2143/2275] Compiling Vapor BasicResponder.swift
[2144/2275] Compiling Vapor BodyStream.swift
[2145/2275] Compiling Vapor Application+HTTP+Client.swift
[2146/2275] Compiling Vapor EventLoopHTTPClient.swift
[2147/2275] Compiling Vapor EndpointCache.swift
[2148/2275] Compiling Vapor HTTPMethod+String.swift
[2149/2299] Compiling Vapor Application.swift
[2150/2299] Compiling Vapor AuthenticationCache.swift
[2151/2299] Compiling Vapor Authenticator.swift
[2152/2299] Compiling Vapor BasicAuthorization.swift
[2153/2299] Compiling Vapor BearerAuthorization.swift
[2154/2299] Compiling Vapor GuardMiddleware.swift
[2155/2299] Compiling Vapor RedirectMiddleware.swift
[2156/2299] Compiling Vapor SessionAuthenticatable.swift
[2157/2299] Compiling Vapor Bcrypt.swift
[2158/2299] Compiling Vapor Application+Cache.swift
[2159/2299] Compiling Vapor Cache.swift
[2160/2299] Compiling Vapor CacheExpirationTime.swift
[2161/2299] Compiling Vapor MemoryCache.swift
[2162/2299] Compiling Vapor Request+Cache.swift
[2163/2299] Compiling Vapor Application+Clients.swift
[2164/2299] Compiling Vapor Client.swift
[2165/2299] Compiling Vapor ClientRequest.swift
[2166/2299] Compiling Vapor ClientResponse.swift
[2167/2299] Compiling Vapor Request+Client.swift
[2168/2299] Compiling Vapor BootCommand.swift
[2169/2299] Compiling Vapor CommandContext+Application.swift
[2170/2299] Compiling Vapor RoutesCommand.swift
[2171/2299] Compiling Vapor ServeCommand.swift
[2172/2299] Compiling Vapor AnyResponse+Concurrency.swift
[2173/2299] Compiling Vapor Validator.swift
[2174/2299] Compiling Vapor ValidatorResult.swift
[2175/2299] Compiling Vapor And.swift
[2176/2299] Compiling Vapor Case.swift
[2177/2299] Compiling Vapor CharacterSet.swift
[2178/2299] Compiling Vapor Count.swift
[2179/2299] Compiling Vapor Custom.swift
[2180/2299] Compiling Vapor Email.swift
[2181/2299] Compiling Vapor Empty.swift
[2182/2299] Compiling Vapor In.swift
[2183/2299] Compiling Vapor Nil.swift
[2184/2299] Compiling Vapor NilIgnoring.swift
[2185/2299] Compiling Vapor Not.swift
[2186/2299] Compiling Vapor Or.swift
[2187/2299] Compiling Vapor Pattern.swift
[2188/2299] Compiling Vapor Range.swift
[2189/2299] Compiling Vapor URL.swift
[2190/2299] Compiling Vapor Valid.swift
[2191/2299] Compiling Vapor Application+Views.swift
[2192/2299] Compiling Vapor PlaintextRenderer.swift
[2193/2299] Compiling Vapor Request+View.swift
[2194/2299] Compiling Vapor View.swift
[2195/2299] Compiling Vapor ViewRenderer.swift
[2196/2299] Compiling Vapor _Deprecations.swift
[2197/2299] Emitting module Vapor
[2198/2299] Compiling Vapor Bytes+Hex.swift
[2199/2299] Compiling Vapor Bytes+SecureCompare.swift
[2200/2299] Compiling Vapor Collection+Safe.swift
[2201/2299] Compiling Vapor DataProtocol+Copy.swift
[2202/2299] Compiling Vapor DecoderUnwrapper.swift
[2203/2299] Compiling Vapor DirectoryConfiguration.swift
[2204/2299] Compiling Vapor DotEnv.swift
[2205/2299] Compiling Vapor Extendable.swift
[2206/2299] Compiling Vapor File.swift
[2207/2299] Compiling Vapor FileIO.swift
[2208/2299] Compiling Vapor LifecycleHandler.swift
[2209/2299] Compiling Vapor OptionalType.swift
[2210/2299] Compiling Vapor RFC1123.swift
[2211/2299] Compiling Vapor SocketAddress+Hostname.swift
[2212/2299] Compiling Vapor Storage.swift
[2213/2299] Compiling Vapor String+IsIPAddress.swift
[2214/2299] Compiling Vapor Thread.swift
[2215/2299] Compiling Vapor URI.swift
[2216/2299] Compiling Vapor RangeResult.swift
[2217/2299] Compiling Vapor Validatable.swift
[2218/2299] Compiling Vapor Validation.swift
[2219/2299] Compiling Vapor ValidationKey.swift
[2220/2299] Compiling Vapor Validations.swift
[2221/2299] Compiling Vapor ValidationsError.swift
[2222/2299] Compiling Vapor Service.swift
[2223/2299] Compiling Vapor Application+Sessions.swift
[2224/2299] Compiling Vapor MemorySessions.swift
[2225/2299] Compiling Vapor Request+Session.swift
[2226/2299] Compiling Vapor Session.swift
[2227/2299] Compiling Vapor SessionCache.swift
[2228/2299] Compiling Vapor SessionData.swift
[2229/2299] Compiling Vapor SessionDriver.swift
[2230/2299] Compiling Vapor SessionsConfiguration.swift
[2231/2299] Compiling Vapor SessionsMiddleware.swift
[2232/2299] Compiling Vapor URLEncodedFormData.swift
[2233/2299] Compiling Vapor URLEncodedFormDecoder.swift
[2234/2299] Compiling Vapor URLEncodedFormEncoder.swift
[2235/2299] Compiling Vapor URLEncodedFormError.swift
[2236/2299] Compiling Vapor URLEncodedFormParser.swift
[2237/2299] Compiling Vapor URLEncodedFormSerializer.swift
[2238/2299] Compiling Vapor URLQueryFragmentConvertible.swift
[2239/2299] Compiling Vapor AnyResponse.swift
[2240/2299] Compiling Vapor Array+Random.swift
[2241/2299] Compiling Vapor Base32.swift
[2242/2299] Compiling Vapor Base64.swift
[2243/2299] Compiling Vapor BaseN.swift
[2244/2299] Compiling Vapor BasicCodingKey.swift
[2245/2299] Compiling Vapor ByteCount.swift
[2246/2299] Compiling Vapor Request+Body.swift
[2247/2299] Compiling Vapor Request+BodyStream.swift
[2248/2299] Compiling Vapor Request.swift
[2249/2299] Compiling Vapor Application+Responder.swift
[2250/2299] Compiling Vapor DefaultResponder.swift
[2251/2299] Compiling Vapor Response+Body.swift
[2252/2299] Compiling Vapor Response.swift
[2253/2299] Compiling Vapor ResponseCodable.swift
[2254/2299] Compiling Vapor Application+Routes.swift
[2255/2299] Compiling Vapor Parameters+Require.swift
[2256/2299] Compiling Vapor Request+WebSocket.swift
[2257/2299] Compiling Vapor Route.swift
[2258/2299] Compiling Vapor RouteCollection.swift
[2259/2299] Compiling Vapor Routes.swift
[2260/2299] Compiling Vapor RoutesBuilder+Group.swift
[2261/2299] Compiling Vapor RoutesBuilder+Method.swift
[2262/2299] Compiling Vapor RoutesBuilder+Middleware.swift
[2263/2299] Compiling Vapor RoutesBuilder+WebSocket.swift
[2264/2299] Compiling Vapor RoutesBuilder.swift
[2265/2299] Compiling Vapor OTP.swift
[2266/2299] Compiling Vapor Application+Servers.swift
[2267/2299] Compiling Vapor Server.swift
[2268/2299] Compiling Vapor App+Service.swift
[2269/2299] Compiling Vapor Req+Service.swift
[2270/2299] Compiling Vapor HTTPStatus.swift
[2271/2299] Compiling Vapor HTTPCookies.swift
[2272/2299] Compiling Vapor HTTPHeaderCacheControl.swift
[2273/2299] Compiling Vapor HTTPHeaderExpires.swift
[2274/2299] Compiling Vapor HTTPHeaderLastModified.swift
[2275/2299] Compiling Vapor HTTPHeaders+Cache.swift
[2276/2299] Compiling Vapor HTTPHeaders+Connection.swift
[2277/2299] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2278/2299] Compiling Vapor HTTPHeaders+ContentRange.swift
[2279/2299] Compiling Vapor HTTPHeaders+Directive.swift
[2280/2299] Compiling Vapor HTTPHeaders+Forwarded.swift
[2281/2299] Compiling Vapor HTTPHeaders+Link.swift
[2282/2299] Compiling Vapor HTTPHeaders+Name.swift
[2283/2299] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2284/2299] Compiling Vapor HTTPHeaders.swift
[2285/2299] Compiling Vapor HTTPMediaType.swift
[2286/2299] Compiling Vapor HTTPMediaTypePreference.swift
[2287/2299] Compiling Vapor Responder.swift
[2288/2299] Compiling Vapor Application+HTTP+Server.swift
[2289/2299] Compiling Vapor HTTPServer.swift
[2290/2299] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2291/2299] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2292/2299] Compiling Vapor HTTPServerHandler.swift
[2293/2299] Compiling Vapor HTTPServerRequestDecoder.swift
[2294/2300] Wrapping AST for Vapor for debugging
[2296/2307] Compiling Leaf LeafRenderer+ViewRenderer.swift
[2297/2307] Compiling Leaf LeafError+AbortError.swift
[2298/2307] Compiling Leaf Request+Leaf.swift
[2299/2307] Compiling Leaf Exports.swift
[2300/2307] Emitting module Leaf
[2301/2307] Compiling Leaf Application+Leaf.swift
[2302/2307] Compiling Leaf LeafEncoder.swift
[2303/2308] Wrapping AST for Leaf for debugging
[2305/2346] 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
[2306/2351] 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?
[2307/2351] 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?
[2308/2351] 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?
[2309/2351] 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?
[2310/2351] 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?
[2311/2351] 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?
[2312/2351] Compiling VHX HXLocalisable.swift
[2313/2351] Compiling VHX HXLocalisation.swift
[2314/2351] Compiling VHX HXRequestLocalisation.swift
[2315/2351] Compiling VHX Request+Langauge.swift
[2316/2351] Compiling VHX HXErrorMiddleware.swift
[2317/2351] Compiling VHX HXLocationHeader.swift
[2318/2351] Compiling VHX HXPushUrlHeader.swift
[2319/2351] Compiling VHX HXRedirectHeader.swift
[2320/2351] Compiling VHX HXRefreshHeader.swift
[2321/2351] Compiling VHX HXReplaceUrlHeader.swift
[2322/2351] Compiling VHX HXRequestHeaders.swift
[2323/2351] Compiling VHX HXResponseConfiguration.swift
[2324/2351] Compiling VHX HXResponseHeaderAddable.swift
[2325/2351] Compiling VHX HXTemplateable.swift
[2326/2351] Compiling VHX Htmx.swift
[2327/2351] Compiling VHX HXReselectHeader.swift
[2328/2351] Compiling VHX HXResponseHeaders.swift
[2329/2351] Compiling VHX HXReswapHeader.swift
[2330/2351] Compiling VHX HXRetargetHeader.swift
[2331/2351] Compiling VHX HXTriggerHeader.swift
[2332/2351] 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
[2333/2351] 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
[2334/2351] 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
[2335/2351] 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
[2336/2351] 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
[2337/2351] 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) {
[2338/2351] 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) {
[2339/2351] 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) {
[2340/2351] 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) {
[2341/2351] 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) {
[2342/2351] 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) {
[2343/2351] Compiling VHX HXTextTag.swift
[2344/2351] Compiling VHX Date+CustomInterval.swift
[2345/2351] Compiling VHX Request+BaseUrl.swift
[2346/2351] Compiling VHX String+View.swift
[2347/2351] Compiling VHX VHX.swift
[2348/2352] Wrapping AST for VHX for debugging
[2350/2364] Compiling Demo entrypoint.swift
/host/spi-builder-workspace/Sources/Demo/entrypoint.swift:10:19: warning: initializer 'init' is unavailable from asynchronous contexts; This initialiser cannot be used in async contexts, use Application.make(_:_:) instead; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
8 | try LoggingSystem.bootstrap(from: &env)
9 |
10 | let app = Application(env)
| `- warning: initializer 'init' is unavailable from asynchronous contexts; This initialiser cannot be used in async contexts, use Application.make(_:_:) instead; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
11 | defer { app.shutdown() }
12 |
/host/spi-builder-workspace/Sources/Demo/entrypoint.swift:11:21: warning: instance method 'shutdown' is unavailable from asynchronous contexts; This can block the thread and should not be called in an async context; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
9 |
10 | let app = Application(env)
11 | defer { app.shutdown() }
| `- warning: instance method 'shutdown' is unavailable from asynchronous contexts; This can block the thread and should not be called in an async context; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
12 |
13 | do {
[2351/2365] Compiling Demo resource_bundle_accessor.swift
[2352/2365] Compiling Demo routes.swift
[2353/2365] Compiling Demo configure.swift
[2354/2365] Compiling Demo InfiniteScroll.swift
[2355/2365] Compiling Demo LazyLoading.swift
[2356/2365] Compiling Demo ClickToLoad.swift
/host/spi-builder-workspace/Sources/Demo/Controllers/DeleteRow.swift:49:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
47 | var users: [User]
48 |
49 | static var `default`: DeleteRow = .init(users: [
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
50 | .init(name: "Joe Smith", email: "joe@smith.org", status: "Active"),
51 | .init(name: "Angie MacDowell", email: "angie@macdowell.org", status: "Active"),
[2357/2365] Compiling Demo DeleteRow.swift
/host/spi-builder-workspace/Sources/Demo/Controllers/DeleteRow.swift:49:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
47 | var users: [User]
48 |
49 | static var `default`: DeleteRow = .init(users: [
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
50 | .init(name: "Joe Smith", email: "joe@smith.org", status: "Active"),
51 | .init(name: "Angie MacDowell", email: "angie@macdowell.org", status: "Active"),
[2358/2365] Compiling Demo CascadingSelects.swift
[2359/2365] Compiling Demo ClickToEdit.swift
[2360/2365] Emitting module Demo
/host/spi-builder-workspace/Sources/Demo/Controllers/ActiveSearch.swift:58:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
56 | var users: [User]
57 |
58 | static var `default`: ActiveSearch = .init(users: [
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
59 | .init(firstName: "Venus", lastName: "Grimes", email: "lectus.rutrum@Duisa.edu"),
60 | .init(firstName: "Fletcher", lastName: "Owen", email: "metus@Aenean.org"),
/host/spi-builder-workspace/Sources/Demo/Controllers/BulkUpdate.swift:75:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
73 | }
74 |
75 | static var `default`: BulkUpdate = .init(users: [
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
76 | .init(name: "Joe Smith", email: "joe@smith.org", isActive: true),
77 | .init(name: "Angie MacDowell", email: "angie@macdowell.org", isActive: true),
/host/spi-builder-workspace/Sources/Demo/Controllers/DeleteRow.swift:49:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
47 | var users: [User]
48 |
49 | static var `default`: DeleteRow = .init(users: [
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
50 | .init(name: "Joe Smith", email: "joe@smith.org", status: "Active"),
51 | .init(name: "Angie MacDowell", email: "angie@macdowell.org", status: "Active"),
[2361/2365] Compiling Demo ActiveSearch.swift
/host/spi-builder-workspace/Sources/Demo/Controllers/ActiveSearch.swift:58:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
56 | var users: [User]
57 |
58 | static var `default`: ActiveSearch = .init(users: [
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
59 | .init(firstName: "Venus", lastName: "Grimes", email: "lectus.rutrum@Duisa.edu"),
60 | .init(firstName: "Fletcher", lastName: "Owen", email: "metus@Aenean.org"),
/host/spi-builder-workspace/Sources/Demo/Controllers/BulkUpdate.swift:75:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
73 | }
74 |
75 | static var `default`: BulkUpdate = .init(users: [
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
76 | .init(name: "Joe Smith", email: "joe@smith.org", isActive: true),
77 | .init(name: "Angie MacDowell", email: "angie@macdowell.org", isActive: true),
[2362/2365] Compiling Demo BulkUpdate.swift
/host/spi-builder-workspace/Sources/Demo/Controllers/ActiveSearch.swift:58:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
56 | var users: [User]
57 |
58 | static var `default`: ActiveSearch = .init(users: [
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
59 | .init(firstName: "Venus", lastName: "Grimes", email: "lectus.rutrum@Duisa.edu"),
60 | .init(firstName: "Fletcher", lastName: "Owen", email: "metus@Aenean.org"),
/host/spi-builder-workspace/Sources/Demo/Controllers/BulkUpdate.swift:75:16: warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
73 | }
74 |
75 | static var `default`: BulkUpdate = .init(users: [
| |- warning: static property 'default' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
| |- note: convert 'default' to a 'let' constant to make 'Sendable' shared state immutable
| |- note: add '@MainActor' to make static property 'default' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
76 | .init(name: "Joe Smith", email: "joe@smith.org", isActive: true),
77 | .init(name: "Angie MacDowell", email: "angie@macdowell.org", isActive: true),
[2363/2366] Wrapping AST for Demo for debugging
[2364/2366] Write Objects.LinkFileList
[2365/2366] Linking Demo
Build complete! (416.19s)
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.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.