Build Information
Successful build of VaporExtensions, reference master (682fe7), with Swift 6.1 for Android on 30 May 2025 20:04:59 UTC.
Swift 6 data race errors: 3
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Appsaurus/VaporExtensions.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/Appsaurus/VaporExtensions
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 682fe79 Updated depdendencies.
Cloned https://github.com/Appsaurus/VaporExtensions.git
Revision (git rev-parse @):
682fe79a38aae42cdfcea703f53961604f73b47a
SUCCESS checkout https://github.com/Appsaurus/VaporExtensions.git at master
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/Appsaurus/VaporExtensions.git
https://github.com/Appsaurus/VaporExtensions.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "routingkitextensions",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Appsaurus/RoutingKitExtensions"
}
],
"manifest_display_name" : "VaporExtensions",
"name" : "VaporExtensions",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "VaporExtensions",
"targets" : [
"VaporExtensions"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "XCTVaporExtensions",
"targets" : [
"XCTVaporExtensions"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XCTVaporExtensions",
"module_type" : "SwiftTarget",
"name" : "XCTVaporExtensions",
"path" : "Sources/XCTVaporExtensions",
"product_dependencies" : [
"Vapor",
"XCTVapor"
],
"product_memberships" : [
"XCTVaporExtensions"
],
"sources" : [
"Exports.swift",
"ResponseExtensions.swift",
"VaporTestCase.swift",
"XCTApplicationTester+RequestSugar.swift"
],
"target_dependencies" : [
"VaporExtensions"
],
"type" : "library"
},
{
"c99name" : "VaporExtensionsTests",
"module_type" : "SwiftTarget",
"name" : "VaporExtensionsTests",
"path" : "Tests/VaporExtensionsTests",
"sources" : [
"CodableBodyTests.swift",
"ComparisonTests.swift",
"LinuxOnlyTests.swift",
"MacOSOnlyTest.swift",
"RouteParameterTests.swift",
"VaporExtensionsTests.swift"
],
"target_dependencies" : [
"ExampleApp",
"VaporExtensions",
"XCTVaporExtensions"
],
"type" : "test"
},
{
"c99name" : "VaporExtensions",
"module_type" : "SwiftTarget",
"name" : "VaporExtensions",
"path" : "Sources/VaporExtensions",
"product_dependencies" : [
"Vapor",
"RoutingKitExtensions"
],
"product_memberships" : [
"VaporExtensions",
"XCTVaporExtensions"
],
"sources" : [
"Comparable++.swift",
"Content++/Content+Validate.swift",
"Environment/Environment+Require.swift",
"Exports.swift",
"Logging/Logger+StringMessage.swift",
"NIO++/EventLoopReferencing.swift",
"NIO++/HTTPResponseStatus++.swift",
"Optional+AssertExistence.swift",
"Response++/Response+ContentDecoding.swift",
"Response++/Response+StatusValidation.swift",
"Routing/Parameter.swift",
"Routing/RoutesBuilder++/RoutesBuilder+CodableBody.swift",
"Routing/RoutesBuilder++/RoutesBuilder+HTTPMethodSugar.swift",
"Routing/RoutesBuilder++/RoutesBuilder+Parameters.swift",
"Routing/RoutesBuilder++/RoutesBuilder+PathComponentsRepresentable.swift",
"Routing/RoutesBuilder++/RoutesBuilder+Register.swift",
"Storage/Cacheable.swift",
"Storage/Storable.swift"
],
"type" : "library"
},
{
"c99name" : "ExampleApp",
"module_type" : "SwiftTarget",
"name" : "ExampleApp",
"path" : "ExampleApp/App",
"product_dependencies" : [
"Vapor"
],
"sources" : [
"configure.swift",
"routes.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/vapor.git
Fetching https://github.com/Appsaurus/RoutingKitExtensions
[1/150] Fetching routingkitextensions
[151/74528] Fetching routingkitextensions, vapor
Fetched https://github.com/Appsaurus/RoutingKitExtensions from cache (2.17s)
Fetched https://github.com/vapor/vapor.git from cache (2.22s)
Computing version for https://github.com/Appsaurus/RoutingKitExtensions
Computed https://github.com/Appsaurus/RoutingKitExtensions at 1.0.2 (2.81s)
Fetching https://github.com/vapor/routing-kit
[1/20727] Fetching routing-kit
Fetched https://github.com/vapor/routing-kit from cache (0.86s)
Computing version for https://github.com/vapor/routing-kit
Computed https://github.com/vapor/routing-kit at 4.9.2 (1.42s)
Fetching https://github.com/apple/swift-log.git
[1/3836] Fetching swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.45s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.00s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (0.69s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-atomics.git
[1/4974] Fetching swift-distributed-tracing
[2/6037] Fetching swift-distributed-tracing, swift-service-context
[787/9356] Fetching swift-distributed-tracing, swift-service-context, multipart-kit
[3918/15315] Fetching swift-distributed-tracing, swift-service-context, multipart-kit, swift-algorithms
[4486/17924] Fetching swift-distributed-tracing, swift-service-context, multipart-kit, swift-algorithms, websocket-kit
[7110/19641] Fetching swift-distributed-tracing, swift-service-context, multipart-kit, swift-algorithms, websocket-kit, swift-atomics
Fetched https://github.com/vapor/websocket-kit.git from cache (0.59s)
[15340/17032] Fetching swift-distributed-tracing, swift-service-context, multipart-kit, swift-algorithms, swift-atomics
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.74s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-service-context.git from cache (0.82s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.83s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-http2.git
[7587/11484] Fetching multipart-kit, swift-algorithms, swift-metrics
[7918/17407] Fetching multipart-kit, swift-algorithms, swift-metrics, swift-nio-extras
[15716/28934] Fetching multipart-kit, swift-algorithms, swift-metrics, swift-nio-extras, swift-nio-http2
Fetched https://github.com/apple/swift-metrics.git from cache (0.74s)
[14223/26728] Fetching multipart-kit, swift-algorithms, swift-nio-extras, swift-nio-http2
Fetching https://github.com/apple/swift-nio.git
[15146/41571] Fetching multipart-kit, swift-algorithms, swift-nio-extras, swift-nio-http2, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.75s)
Fetching https://github.com/apple/swift-crypto.git
[11777/35648] Fetching multipart-kit, swift-algorithms, swift-nio-http2, swift-nio-ssl
[20970/111771] Fetching multipart-kit, swift-algorithms, swift-nio-http2, swift-nio-ssl, swift-nio
[21433/125707] Fetching multipart-kit, swift-algorithms, swift-nio-http2, swift-nio-ssl, swift-nio, swift-crypto
Fetched https://github.com/apple/swift-algorithms.git from cache (3.52s)
[51943/119748] Fetching multipart-kit, swift-nio-http2, swift-nio-ssl, swift-nio, swift-crypto
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.80s)
Fetched https://github.com/vapor/multipart-kit.git from cache (3.65s)
[42023/104902] Fetching swift-nio-ssl, swift-nio, swift-crypto
Fetching https://github.com/vapor/async-kit.git
[47177/110655] Fetching swift-nio-ssl, swift-nio, swift-crypto, console-kit
[69776/113025] Fetching swift-nio-ssl, swift-nio, swift-crypto, console-kit, async-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.67s)
[64520/107272] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-kit
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/async-kit.git from cache (0.73s)
[67496/104902] Fetching swift-nio-ssl, swift-nio, swift-crypto
[77499/118916] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.61s)
[69583/104073] Fetching swift-nio, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-crypto.git from cache (4.64s)
[65778/90137] Fetching swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.98s)
[54048/76123] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.54s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (11.45s)
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.55s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.62s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.50s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (3.25s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[4305/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (3.06s)
Fetched https://github.com/apple/swift-collections.git from cache (3.11s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (3.91s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.57s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.54s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2667] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.39s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.44s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.60s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.32s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
[1/1141] Fetching swift-http-structured-headers
[401/7296] Fetching swift-http-structured-headers, swift-certificates
[719/8200] Fetching swift-http-structured-headers, swift-certificates, swift-http-types
[872/9790] Fetching swift-http-structured-headers, swift-certificates, swift-http-types, swift-asn1
[2030/14775] Fetching swift-http-structured-headers, swift-certificates, swift-http-types, swift-asn1, swift-async-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.69s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.69s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.69s)
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetched https://github.com/apple/swift-http-types.git from cache (0.77s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.77s)
[1/2426] Fetching swift-service-lifecycle
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.91s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (2.25s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.79s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.61s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.45s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.82s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.68s)
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.77s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (1.00s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.84s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.78s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.05s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (0.86s)
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.59s)
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.71s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.94s)
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/vapor/routing-kit
Working copy of https://github.com/vapor/routing-kit resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-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-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/Appsaurus/RoutingKitExtensions
Working copy of https://github.com/Appsaurus/RoutingKitExtensions resolved at 1.0.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/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/vapor/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-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/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Building for debugging...
[0/837] Write sources
[43/837] Compiling CNIOWindows shim.c
[43/837] Compiling CNIOWindows WSAStartup.c
[45/837] Write sources
[46/837] Compiling CNIOWASI CNIOWASI.c
[47/837] Write sources
[48/837] Copying README.md
[49/837] Write sources
[55/837] Compiling CNIOLinux liburing_shims.c
[56/837] Compiling CVaporBcrypt bcrypt.c
[57/837] Compiling CVaporBcrypt blf.c
[58/837] Compiling _AtomicsShims.c
[59/837] Compiling _NumericsShims _NumericsShims.c
[60/837] Compiling CNIOLLHTTP c_nio_http.c
[61/837] Compiling CNIOExtrasZlib empty.c
[62/837] Compiling CSystem shims.c
[62/837] Compiling CNIOSHA1 c_nio_sha1.c
[64/837] Compiling CNIOLinux shim.c
[65/837] Compiling CNIODarwin shim.c
[66/837] Compiling CNIOLLHTTP c_nio_api.c
[67/837] Compiling fiat_p256_adx_sqr.S
[68/837] Compiling fiat_p256_adx_mul.S
[69/837] Compiling fiat_curve25519_adx_mul.S
[70/837] Compiling fiat_curve25519_adx_square.S
[71/837] Write swift-version-24593BA9C3E375BF.txt
[72/837] Compiling CNIOLLHTTP c_nio_llhttp.c
[73/841] Compiling CNIOBoringSSLShims shims.c
[74/843] Compiling tls13_client.cc
[75/871] Compiling tls_record.cc
[76/874] Compiling tls13_server.cc
[77/874] Compiling tls_method.cc
[78/874] Compiling tls13_enc.cc
[79/874] Compiling tls13_both.cc
[81/906] Emitting module RealModule
[82/907] Emitting module InternalCollectionsUtilities
[83/908] Compiling _NIODataStructures _TinyArray.swift
[84/908] Emitting module _NIOBase64
[85/908] Compiling _NIOBase64 Base64.swift
[86/909] Compiling RealModule RealFunctions.swift
[87/909] Compiling ServiceContextModule ServiceContextKey.swift
[88/909] Compiling CoreMetrics Metrics.swift
[90/909] Compiling InternalCollectionsUtilities Descriptions.swift
[91/909] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[92/909] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[93/909] Compiling RealModule Float80+Real.swift
[94/909] Compiling RealModule Real.swift
[95/909] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[96/909] Compiling InternalCollectionsUtilities Debugging.swift
[97/909] Compiling RealModule AugmentedArithmetic.swift
[98/909] Compiling RealModule Double+Real.swift
[99/909] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[100/909] Compiling InternalCollectionsUtilities UInt+reversed.swift
[101/909] Compiling RealModule AlgebraicField.swift
[102/909] Compiling RealModule ApproximateEquality.swift
[103/909] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[104/909] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[105/909] Emitting module ServiceContextModule
[106/909] Compiling ServiceContextModule ServiceContext.swift
[107/910] Compiling RealModule ElementaryFunctions.swift
[108/910] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[109/910] Compiling RealModule Float+Real.swift
[110/910] Compiling RealModule Float16+Real.swift
[111/911] Compiling _NIODataStructures PriorityQueue.swift
[112/911] Emitting module SystemPackage
[121/914] Emitting module _NIODataStructures
[122/914] Compiling _NIODataStructures Heap.swift
[123/915] Compiling SystemPackage MachPort.swift
[124/915] Compiling SystemPackage PlatformString.swift
[125/915] Compiling SystemPackage SystemString.swift
[138/1039] Compiling OrderedCollections OrderedSet+Descriptions.swift
[139/1039] Compiling OrderedCollections OrderedSet+Diffing.swift
[140/1039] Compiling OrderedCollections OrderedSet+Equatable.swift
[141/1039] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[142/1039] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[143/1039] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[144/1039] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[145/1039] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[146/1039] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[147/1039] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[148/1046] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[149/1046] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[150/1046] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[151/1046] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[152/1046] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[153/1046] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[154/1046] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[155/1046] Compiling OrderedCollections OrderedDictionary.swift
[156/1046] Compiling OrderedCollections OrderedSet+Codable.swift
[157/1046] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[161/1046] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[162/1046] Compiling OrderedCollections OrderedSet+Hashable.swift
[163/1046] Compiling OrderedCollections OrderedSet+Initializers.swift
[164/1046] Compiling OrderedCollections OrderedSet+Insertions.swift
[165/1046] Compiling OrderedCollections OrderedSet+Invariants.swift
[166/1046] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[167/1046] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[168/1046] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[169/1046] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[170/1046] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[171/1046] Compiling OrderedCollections OrderedDictionary+Codable.swift
[172/1046] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[173/1046] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[174/1046] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[175/1046] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[176/1046] Compiling OrderedCollections OrderedDictionary+Elements.swift
[177/1046] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[178/1046] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[179/1046] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[180/1046] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[181/1046] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[182/1046] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[183/1046] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[184/1046] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[185/1046] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[186/1046] Compiling OrderedCollections OrderedDictionary+Values.swift
[197/1055] Compiling OrderedCollections _HashTable+Bucket.swift
[198/1055] Compiling OrderedCollections _HashTable+BucketIterator.swift
[199/1055] Compiling OrderedCollections _HashTable+Constants.swift
[200/1055] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[201/1055] Compiling OrderedCollections _HashTable+Testing.swift
[202/1055] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[203/1055] Compiling OrderedCollections _HashTable.swift
[204/1055] Compiling OrderedCollections _Hashtable+Header.swift
[204/1055] Compiling t1_enc.cc
[205/1055] Compiling ssl_versions.cc
[207/1055] Emitting module Logging
[208/1055] Compiling Logging MetadataProvider.swift
[209/1055] Emitting module CoreMetrics
[210/1055] Compiling CoreMetrics Locks.swift
[223/1063] Compiling Logging LogHandler.swift
[224/1063] Compiling Logging Logging.swift
[225/1063] Compiling Logging Locks.swift
[234/1071] Compiling OrderedCollections OrderedSet+Sendable.swift
[235/1071] Compiling OrderedCollections OrderedSet+SubSequence.swift
[236/1071] Compiling OrderedCollections OrderedSet+Testing.swift
[237/1071] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[238/1071] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[239/1071] Compiling OrderedCollections OrderedSet.swift
[240/1071] Compiling OrderedCollections _UnsafeBitset.swift
[241/1071] Compiling _RopeModule Rope+Sequence.swift
[242/1071] Compiling _RopeModule Rope+Append.swift
[243/1071] Compiling _RopeModule Rope+Extract.swift
[244/1071] Compiling _RopeModule Rope+Find.swift
[245/1071] Compiling _RopeModule Rope+ForEachWhile.swift
[246/1071] Compiling _RopeModule Rope+Insert.swift
[247/1071] Emitting module Instrumentation
[248/1071] Compiling Instrumentation NoOpInstrument.swift
[249/1071] Compiling Instrumentation MultiplexInstrument.swift
[249/1071] Compiling ssl_x509.cc
[250/1071] Compiling Instrumentation Instrument.swift
[251/1071] Compiling Instrumentation Locks.swift
[253/1071] Compiling Instrumentation InstrumentationSystem.swift
[254/1074] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[255/1080] Compiling HeapModule Heap+Descriptions.swift
[264/1156] Compiling HeapModule _HeapNode.swift
[265/1156] Compiling HeapModule Heap.swift
[266/1171] Compiling DequeModule _DequeBuffer.swift
[267/1171] Compiling DequeModule _DequeBufferHeader.swift
[268/1171] Compiling DequeModule Deque._UnsafeHandle.swift
[269/1171] Compiling DequeModule Deque.swift
[270/1171] Compiling HashTreeCollections _RawHashNode.swift
[271/1171] Compiling HashTreeCollections _UnmanagedHashNode.swift
[272/1171] Compiling HashTreeCollections _UnsafePath.swift
[273/1171] Compiling HashTreeCollections TreeDictionary+Codable.swift
[274/1171] Compiling HashTreeCollections TreeDictionary+Collection.swift
[275/1171] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[278/1181] Emitting module HeapModule
[279/1181] Compiling HeapModule Heap+UnsafeHandle.swift
[280/1181] Compiling HeapModule Heap+Invariants.swift
[281/1182] Compiling DequeModule Deque+CustomReflectable.swift
[282/1182] Compiling DequeModule Deque+Descriptions.swift
[283/1182] Compiling DequeModule Deque+Codable.swift
[284/1182] Compiling DequeModule Deque+Collection.swift
[287/1182] Compiling DequeModule Deque+Equatable.swift
[288/1182] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[289/1182] Compiling DequeModule Deque+Extras.swift
[290/1182] Compiling DequeModule Deque+Hashable.swift
[291/1182] Compiling DequeModule Deque+Testing.swift
[292/1182] Compiling DequeModule Deque._Storage.swift
[298/1182] Compiling HashTreeCollections TreeSet+Hashable.swift
[299/1182] Compiling HashTreeCollections TreeSet+Sendable.swift
[300/1182] Compiling HashTreeCollections TreeSet+Sequence.swift
[301/1182] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[302/1182] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[303/1182] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[304/1182] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[305/1182] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[306/1182] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[307/1182] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[308/1192] Emitting module OrderedCollections
[309/1193] Compiling HashTreeCollections TreeDictionary.swift
[310/1193] Compiling HashTreeCollections TreeSet+Codable.swift
[311/1193] Compiling HashTreeCollections TreeSet+Collection.swift
[312/1193] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[313/1193] Compiling HashTreeCollections TreeSet+Debugging.swift
[314/1193] Compiling HashTreeCollections TreeSet+Descriptions.swift
[315/1193] Compiling HashTreeCollections TreeSet+Equatable.swift
[316/1193] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[317/1193] Compiling HashTreeCollections TreeSet+Extras.swift
[318/1193] Compiling HashTreeCollections TreeSet+Filter.swift
[319/1193] Compiling Tracing TracingTime.swift
[320/1193] Compiling Tracing TracerProtocol.swift
[321/1193] Compiling DequeModule _DequeSlot.swift
[322/1193] Compiling DequeModule _UnsafeWrappedBuffer.swift
[323/1193] Emitting module _RopeModule
[325/1193] Compiling Tracing TracerProtocol+Legacy.swift
[326/1193] Compiling Tracing Tracer.swift
[331/1193] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[332/1193] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[333/1193] Compiling HashTreeCollections TreeDictionary+Filter.swift
[334/1193] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[335/1193] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[336/1193] Compiling HashTreeCollections TreeDictionary+Keys.swift
[337/1193] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[338/1193] Compiling HashTreeCollections TreeDictionary+Merge.swift
[339/1193] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[340/1193] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[341/1193] Compiling HashTreeCollections TreeDictionary+Values.swift
[344/1193] Compiling Tracing SpanProtocol.swift
[345/1193] Emitting module Tracing
[346/1193] Compiling Tracing NoOpTracer.swift
[347/1193] Compiling Tracing InstrumentationSystem+Tracing.swift
[349/1194] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[350/1194] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[351/1194] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[352/1194] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[353/1194] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[354/1194] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[355/1194] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[356/1194] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[357/1194] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[358/1194] Compiling HashTreeCollections TreeSet.swift
[377/1194] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[378/1194] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[379/1194] Emitting module DequeModule
[380/1195] Compiling ssl_transcript.cc
[382/1195] Compiling RoutingKit PathComponent.swift
[382/1195] Compiling ssl_stat.cc
[384/1195] Compiling RoutingKit Router.swift
[385/1195] Compiling RoutingKit TrieRouter.swift
[386/1195] Compiling HashTreeCollections _HashNodeHeader.swift
[387/1195] Compiling HashTreeCollections _HashSlot.swift
[388/1195] Compiling HashTreeCollections _HashStack.swift
[389/1195] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[390/1195] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[391/1195] Compiling HashTreeCollections _HashNode+Storage.swift
[392/1195] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[393/1195] Compiling HashTreeCollections _HashNode+Structural filter.swift
[394/1195] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[395/1195] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[396/1195] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[397/1195] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[398/1195] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[399/1195] Compiling HashTreeCollections _HashNode+Structural merge.swift
[406/1196] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[407/1196] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[408/1196] Compiling HashTreeCollections _HashNode+Structural union.swift
[409/1196] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[410/1196] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[411/1196] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[412/1196] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[413/1196] Compiling HashTreeCollections _HashNode.swift
[439/1196] Compiling RoutingKit AnyRouter.swift
[440/1196] Emitting module RoutingKit
[441/1196] Compiling RoutingKit Parameters.swift
[442/1197] Emitting module Metrics
[443/1197] Compiling Metrics Metrics.swift
[444/1198] Compiling ssl_privkey.cc
[446/1198] Compiling ssl_session.cc
[448/1201] Compiling RoutingKitExtensions resource_bundle_accessor.swift
[449/1201] Emitting module RoutingKitExtensions
[450/1201] Compiling RoutingKitExtensions PathComponentRepresentable.swift
[451/1202] Compiling ssl_key_share.cc
[453/1202] Emitting module HashTreeCollections
[454/1203] Compiling ssl_file.cc
[455/1203] Compiling ssl_lib.cc
[456/1203] Compiling ssl_cipher.cc
[457/1203] Compiling ssl_cert.cc
[458/1203] Compiling ssl_credential.cc
[459/1203] Compiling ssl_buffer.cc
[460/1203] Compiling ssl_aead_ctx.cc
[461/1203] Compiling s3_pkt.cc
[462/1203] Compiling ssl_asn1.cc
[463/1203] Compiling s3_lib.cc
[464/1203] Compiling s3_both.cc
[465/1203] Compiling handshake_server.cc
[466/1203] Compiling handshake.cc
[467/1203] Compiling handshake_client.cc
[468/1203] Compiling encrypted_client_hello.cc
[469/1203] Compiling handoff.cc
[470/1203] Compiling extensions.cc
[471/1203] Compiling md5-x86_64-linux.S
[472/1203] Compiling dtls_record.cc
[473/1203] Compiling md5-x86_64-apple.S
[474/1203] Compiling md5-586-linux.S
[475/1203] Compiling md5-586-apple.S
[476/1203] Compiling d1_srtp.cc
[477/1203] Compiling chacha20_poly1305_x86_64-linux.S
[478/1203] Compiling chacha20_poly1305_x86_64-apple.S
[479/1203] Compiling chacha20_poly1305_armv8-win.S
[480/1203] Compiling chacha20_poly1305_armv8-apple.S
[481/1203] Compiling chacha20_poly1305_armv8-linux.S
[482/1203] Compiling chacha-x86_64-linux.S
[483/1203] Compiling chacha-x86_64-apple.S
[484/1203] Compiling dtls_method.cc
[485/1203] Compiling chacha-x86-apple.S
[486/1203] Compiling chacha-x86-linux.S
[487/1203] Compiling chacha-armv8-win.S
[488/1203] Compiling chacha-armv8-linux.S
[489/1203] Compiling chacha-armv8-apple.S
[490/1203] Compiling chacha-armv4-linux.S
[491/1203] Compiling aes128gcmsiv-x86_64-apple.S
[492/1203] Compiling aes128gcmsiv-x86_64-linux.S
[493/1203] Compiling err_data.cc
[494/1203] Compiling x86_64-mont5-apple.S
[495/1203] Compiling x86_64-mont5-linux.S
[496/1203] Compiling x86_64-mont-apple.S
[497/1203] Compiling x86-mont-linux.S
[498/1203] Compiling x86_64-mont-linux.S
[499/1203] Compiling x86-mont-apple.S
[500/1203] Compiling vpaes-x86_64-apple.S
[500/1203] Compiling vpaes-x86_64-linux.S
[502/1203] Compiling vpaes-x86-apple.S
[503/1203] Compiling vpaes-x86-linux.S
[504/1203] Compiling vpaes-armv8-win.S
[505/1203] Compiling vpaes-armv7-linux.S
[506/1203] Compiling vpaes-armv8-apple.S
[507/1203] Compiling sha512-x86_64-linux.S
[508/1203] Compiling vpaes-armv8-linux.S
[509/1203] Compiling sha512-x86_64-apple.S
[510/1203] Compiling sha512-armv8-win.S
[511/1203] Compiling sha512-armv8-apple.S
[512/1203] Compiling sha512-armv8-linux.S
[513/1203] Compiling sha512-586-linux.S
[514/1203] Compiling sha512-armv4-linux.S
[515/1203] Compiling sha512-586-apple.S
[516/1203] Compiling sha256-x86_64-linux.S
[517/1203] Compiling sha256-armv8-win.S
[518/1203] Compiling bio_ssl.cc
[519/1203] Compiling sha256-x86_64-apple.S
[520/1203] Compiling sha256-586-apple.S
[521/1203] Compiling sha256-armv4-linux.S
[522/1203] Compiling sha256-armv8-apple.S
[523/1203] Compiling sha256-armv8-linux.S
[524/1203] Compiling sha256-586-linux.S
[525/1203] Compiling sha1-x86_64-apple.S
[526/1203] Compiling sha1-x86_64-linux.S
[527/1203] Compiling sha1-armv8-win.S
[528/1203] Compiling sha1-armv8-apple.S
[529/1203] Compiling sha1-armv8-linux.S
[530/1203] Compiling sha1-armv4-large-linux.S
[531/1203] Compiling d1_pkt.cc
[532/1203] Compiling d1_lib.cc
[533/1203] Compiling sha1-586-linux.S
[534/1203] Compiling sha1-586-apple.S
[535/1203] Compiling rsaz-avx2-apple.S
[536/1203] Compiling rsaz-avx2-linux.S
[537/1203] Compiling p256_beeu-x86_64-asm-apple.S
[538/1203] Compiling rdrand-x86_64-linux.S
[539/1203] Compiling p256_beeu-x86_64-asm-linux.S
[540/1203] Compiling p256_beeu-armv8-asm-win.S
[541/1203] Compiling rdrand-x86_64-apple.S
[542/1203] Compiling p256_beeu-armv8-asm-linux.S
[543/1203] Compiling p256_beeu-armv8-asm-apple.S
[544/1203] Compiling p256-x86_64-asm-linux.S
[545/1203] Compiling p256-x86_64-asm-apple.S
[546/1203] Compiling p256-armv8-asm-win.S
[547/1203] Compiling ghashv8-armv8-win.S
[548/1203] Compiling p256-armv8-asm-apple.S
[549/1203] Compiling p256-armv8-asm-linux.S
[550/1203] Compiling ghashv8-armv8-apple.S
[551/1203] Compiling ghashv8-armv7-linux.S
[552/1203] Compiling ghashv8-armv8-linux.S
[553/1203] Compiling ghash-x86_64-linux.S
[554/1203] Compiling ghash-x86-linux.S
[555/1203] Compiling ghash-x86-apple.S
[556/1203] Compiling ghash-ssse3-x86_64-linux.S
[557/1203] Compiling ghash-ssse3-x86-linux.S
[558/1203] Compiling ghash-x86_64-apple.S
[559/1203] Compiling ghash-ssse3-x86_64-apple.S
[560/1203] Compiling ghash-ssse3-x86-apple.S
[561/1203] Compiling ghash-neon-armv8-win.S
[562/1203] Compiling ghash-neon-armv8-apple.S
[563/1203] Compiling ghash-armv4-linux.S
[564/1203] Compiling ghash-neon-armv8-linux.S
[565/1203] Compiling co-586-linux.S
[566/1203] Compiling bsaes-armv7-linux.S
[567/1203] Compiling bn-armv8-win.S
[568/1203] Compiling bn-armv8-linux.S
[569/1203] Compiling co-586-apple.S
[570/1203] Compiling armv8-mont-win.S
[570/1203] Compiling bn-586-linux.S
[572/1203] Compiling bn-armv8-apple.S
[573/1203] Compiling bn-586-apple.S
[574/1203] Compiling aesv8-gcm-armv8-win.S
[575/1203] Compiling armv8-mont-apple.S
[576/1203] Compiling armv4-mont-linux.S
[577/1203] Compiling armv8-mont-linux.S
[578/1203] Compiling aesv8-gcm-armv8-apple.S
[579/1203] Compiling aesv8-armv8-win.S
[580/1203] Compiling aesv8-armv7-linux.S
[581/1203] Compiling aesv8-gcm-armv8-linux.S
[582/1203] Compiling aesv8-armv8-apple.S
[583/1203] Compiling aesv8-armv8-linux.S
[584/1203] Compiling aesni-x86-linux.S
[585/1203] Compiling aesni-x86_64-linux.S
[586/1203] Compiling aesni-gcm-x86_64-linux.S
[587/1203] Compiling aesni-x86_64-apple.S
[588/1203] Compiling aesni-x86-apple.S
[589/1203] Compiling aes-gcm-avx10-x86_64-apple.S
[590/1203] Compiling aesni-gcm-x86_64-apple.S
[591/1203] Compiling aes-gcm-avx2-x86_64-apple.S
[592/1203] Compiling aes-gcm-avx2-x86_64-linux.S
[593/1203] Compiling aes-gcm-avx10-x86_64-linux.S
[594/1203] Compiling d1_both.cc
[595/1203] Compiling x_x509.cc
[596/1203] Compiling x_sig.cc
[597/1203] Compiling x_spki.cc
[598/1203] Compiling x_val.cc
[599/1203] Compiling x_req.cc
[600/1203] Compiling x_pubkey.cc
[600/1203] Compiling x_x509a.cc
[602/1203] Compiling x_name.cc
[603/1203] Compiling x_exten.cc
[604/1203] Compiling x509spki.cc
[605/1203] Compiling x_crl.cc
[606/1203] Compiling x_attrib.cc
[607/1203] Compiling x_all.cc
[608/1203] Compiling x_algor.cc
[609/1203] Compiling x509name.cc
[610/1203] Compiling x509rset.cc
[611/1203] Compiling x509cset.cc
[612/1203] Compiling x509_vpm.cc
[613/1203] Compiling x509_vfy.cc
[614/1203] Compiling x509_v3.cc
[615/1203] Compiling x509_trs.cc
[616/1203] Compiling x509_req.cc
[617/1203] Compiling x509_txt.cc
[618/1203] Compiling x509_set.cc
[619/1203] Compiling x509_obj.cc
[620/1203] Compiling x509_def.cc
[621/1203] Compiling x509.cc
[622/1203] Compiling x509_lu.cc
[623/1203] Compiling x509_ext.cc
[624/1203] Compiling x509_d2.cc
[625/1203] Compiling x509_att.cc
[626/1203] Compiling x509_cmp.cc
[627/1203] Compiling v3_utl.cc
[628/1203] Compiling v3_skey.cc
[629/1203] Compiling v3_purp.cc
[630/1203] Compiling v3_prn.cc
[631/1203] Compiling v3_pmaps.cc
[632/1203] Compiling v3_ncons.cc
[633/1203] Compiling v3_pcons.cc
[634/1203] Compiling v3_ocsp.cc
[635/1203] Compiling v3_lib.cc
[636/1203] Compiling v3_int.cc
[637/1203] Compiling v3_info.cc
[638/1203] Compiling v3_ia5.cc
[639/1203] Compiling v3_genn.cc
[640/1203] Compiling v3_extku.cc
[641/1203] Compiling v3_enum.cc
[642/1203] Compiling v3_crld.cc
[643/1203] Compiling v3_bitst.cc
[644/1203] Compiling v3_cpols.cc
[645/1203] Compiling v3_alt.cc
[646/1203] Compiling v3_conf.cc
[647/1203] Compiling v3_bcons.cc
[648/1203] Compiling v3_akeya.cc
[649/1203] Compiling v3_akey.cc
[650/1203] Compiling policy.cc
[651/1203] Compiling t_x509a.cc
[652/1203] Compiling t_crl.cc
[653/1203] Compiling i2d_pr.cc
[654/1203] Compiling t_req.cc
[655/1203] Compiling t_x509.cc
[656/1203] Compiling rsa_pss.cc
[657/1203] Compiling name_print.cc
[658/1203] Compiling a_verify.cc
[659/1203] Compiling by_dir.cc
[660/1203] Compiling by_file.cc
[661/1203] Compiling algorithm.cc
[662/1203] Compiling a_sign.cc
[663/1203] Compiling asn1_gen.cc
[664/1203] Compiling thread_pthread.cc
[665/1203] Compiling voprf.cc
[666/1203] Compiling thread_win.cc
[667/1203] Compiling a_digest.cc
[668/1203] Compiling pmbtoken.cc
[668/1203] Compiling thread_none.cc
[670/1203] Compiling trust_token.cc
[671/1203] Compiling thread.cc
[672/1203] Compiling stack.cc
[673/1203] Compiling spake2plus.cc
[674/1203] Compiling sha512.cc
[675/1203] Compiling sha256.cc
[676/1203] Compiling siphash.cc
[677/1203] Compiling sha1.cc
[678/1203] Compiling slhdsa.cc
[679/1203] Compiling rsa_print.cc
[680/1203] Compiling rsa_extra.cc
[681/1203] Compiling refcount.cc
[682/1203] Compiling windows.cc
[683/1203] Compiling rsa_crypt.cc
[684/1203] Compiling rc4.cc
[685/1203] Compiling urandom.cc
[686/1203] Compiling trusty.cc
[687/1203] Compiling rsa_asn1.cc
[688/1203] Compiling ios.cc
[689/1203] Compiling rand.cc
[690/1203] Compiling getentropy.cc
[691/1203] Compiling poly1305_arm_asm.S
[692/1203] Compiling passive.cc
[693/1203] Compiling forkunsafe.cc
[694/1203] Compiling fork_detect.cc
[695/1203] Compiling deterministic.cc
[696/1203] Compiling poly1305_vec.cc
[697/1203] Compiling poly1305_arm.cc
[698/1203] Compiling poly1305.cc
[699/1203] Compiling pool.cc
[700/1203] Compiling p5_pbev2.cc
[701/1203] Compiling pkcs7.cc
[702/1203] Compiling pkcs8.cc
[703/1203] Compiling pkcs8_x509.cc
[704/1203] Compiling pem_xaux.cc
[705/1203] Compiling pkcs7_x509.cc
[706/1203] Compiling pem_x509.cc
[707/1203] Compiling pem_pkey.cc
[708/1203] Compiling pem_oth.cc
[709/1203] Compiling pem_pk8.cc
[710/1203] Compiling pem_all.cc
[711/1203] Compiling mlkem.cc
[712/1203] Compiling obj_xref.cc
[713/1203] Compiling pem_info.cc
[714/1203] Compiling mldsa.cc
[715/1203] Compiling pem_lib.cc
[716/1203] Compiling poly_rq_mul.S
[717/1203] Compiling obj.cc
[718/1203] Compiling md5.cc
[719/1203] Compiling fips_shared_support.cc
[720/1203] Compiling mem.cc
[721/1203] Compiling md4.cc
[722/1203] Compiling lhash.cc
[723/1203] Compiling scrypt.cc
[724/1203] Compiling ex_data.cc
[725/1203] Compiling sign.cc
[726/1203] Compiling kyber.cc
[727/1203] Compiling print.cc
[728/1203] Compiling hpke.cc
[729/1203] Compiling hrss.cc
[730/1203] Compiling p_x25519.cc
[731/1203] Compiling pbkdf.cc
[732/1203] Compiling p_x25519_asn1.cc
[733/1203] Compiling p_ec.cc
[734/1203] Compiling p_rsa_asn1.cc
[735/1203] Compiling p_ed25519.cc
[736/1203] Compiling p_hkdf.cc
[737/1203] Compiling p_rsa.cc
[738/1203] Compiling p_ed25519_asn1.cc
[739/1203] Compiling p_dh.cc
[740/1203] Compiling p_dsa_asn1.cc
[741/1203] Compiling p_ec_asn1.cc
[742/1203] Compiling p_dh_asn1.cc
[743/1203] Compiling evp_ctx.cc
[744/1203] Compiling evp.cc
[745/1203] Compiling err.cc
[746/1203] Compiling engine.cc
[747/1203] Compiling evp_asn1.cc
[748/1203] Compiling ecdsa_asn1.cc
[749/1203] Compiling ecdh.cc
[750/1203] Compiling ec_derive.cc
[751/1203] Compiling hash_to_curve.cc
[752/1203] Compiling digest_extra.cc
[753/1203] Compiling dsa.cc
[754/1203] Compiling params.cc
[755/1203] Compiling dsa_asn1.cc
[756/1203] Compiling ec_asn1.cc
[757/1203] Compiling x25519-asm-arm.S
[758/1203] Compiling bcm.cc
[759/1203] Compiling dh_asn1.cc
[760/1203] Compiling curve25519_64_adx.cc
[761/1203] Compiling cpu_intel.cc
[762/1203] Compiling des.cc
[763/1203] Compiling crypto.cc
[764/1203] Compiling spake25519.cc
[765/1203] Compiling cpu_aarch64_sysreg.cc
[766/1203] Compiling cpu_arm_linux.cc
[767/1203] Compiling curve25519.cc
[768/1203] Compiling cpu_arm_freebsd.cc
[769/1203] Compiling cpu_aarch64_win.cc
[770/1203] Compiling cpu_aarch64_openbsd.cc
[771/1203] Compiling cpu_aarch64_fuchsia.cc
[772/1203] Compiling cpu_aarch64_apple.cc
[773/1203] Compiling cpu_aarch64_linux.cc
[774/1203] Compiling tls_cbc.cc
[775/1203] Compiling conf.cc
[776/1203] Compiling get_cipher.cc
[777/1203] Compiling e_tls.cc
[778/1203] Compiling e_rc4.cc
[779/1203] Compiling e_rc2.cc
[780/1203] Compiling derive_key.cc
[781/1203] Compiling e_null.cc
[782/1203] Compiling e_des.cc
[783/1203] Compiling e_aesgcmsiv.cc
[784/1203] Compiling e_chacha20poly1305.cc
[785/1203] Compiling chacha.cc
[786/1203] Compiling e_aesctrhmac.cc
[787/1203] Compiling cbb.cc
[788/1203] Compiling asn1_compat.cc
[789/1203] Compiling unicode.cc
[790/1203] Compiling cbs.cc
[791/1203] Compiling ber.cc
[792/1203] Compiling bn_asn1.cc
[793/1203] Compiling buf.cc
[794/1203] Compiling socket_helper.cc
[795/1203] Compiling printf.cc
[796/1203] Compiling convert.cc
[797/1203] Compiling pair.cc
[798/1203] Compiling connect.cc
[799/1203] Compiling blake2.cc
[800/1203] Compiling hexdump.cc
[801/1203] Compiling socket.cc
[802/1203] Compiling errno.cc
[803/1203] Compiling fd.cc
[804/1203] Compiling file.cc
[805/1203] Compiling bio.cc
[806/1203] Compiling bio_mem.cc
[807/1203] Compiling base64.cc
[808/1203] Compiling tasn_typ.cc
[809/1203] Compiling tasn_fre.cc
[810/1203] Compiling tasn_enc.cc
[811/1203] Compiling tasn_utl.cc
[812/1203] Compiling f_string.cc
[813/1203] Compiling tasn_new.cc
[814/1203] Compiling posix_time.cc
[815/1203] Compiling f_int.cc
[816/1203] Compiling tasn_dec.cc
[817/1203] Compiling asn_pack.cc
[818/1203] Compiling a_strnid.cc
[819/1203] Compiling asn1_par.cc
[820/1203] Compiling a_object.cc
[821/1203] Compiling asn1_lib.cc
[822/1203] Compiling a_time.cc
[823/1203] Compiling a_octet.cc
[824/1203] Compiling a_type.cc
[825/1203] Compiling a_mbstr.cc
[826/1203] Compiling a_utctm.cc
[827/1203] Compiling a_strex.cc
[828/1203] Compiling a_gentm.cc
[829/1203] Compiling a_dup.cc
[830/1203] Compiling a_i2d_fp.cc
[831/1203] Compiling a_d2i_fp.cc
[832/1203] Compiling fiat_p256_adx_sqr.S
[833/1203] Compiling fiat_p256_adx_mul.S
[834/1203] Compiling fiat_curve25519_adx_square.S
[835/1203] Compiling fiat_curve25519_adx_mul.S
[836/1203] Compiling a_int.cc
[837/1203] Compiling CCryptoBoringSSLShims shims.c
[838/1203] Compiling md5-x86_64-apple.S
[839/1203] Compiling md5-x86_64-linux.S
[840/1203] Compiling md5-586-linux.S
[841/1203] Compiling md5-586-apple.S
[842/1203] Compiling a_bitstr.cc
[843/1203] Compiling chacha20_poly1305_x86_64-apple.S
[844/1203] Compiling chacha20_poly1305_x86_64-linux.S
[845/1203] Compiling chacha20_poly1305_armv8-win.S
[846/1203] Compiling chacha20_poly1305_armv8-apple.S
[847/1203] Compiling chacha-x86_64-linux.S
[848/1203] Compiling chacha-x86_64-apple.S
[849/1203] Compiling chacha20_poly1305_armv8-linux.S
[850/1203] Compiling chacha-x86-linux.S
[851/1203] Compiling chacha-x86-apple.S
[852/1203] Compiling chacha-armv8-win.S
[853/1203] Compiling chacha-armv8-apple.S
[854/1203] Compiling chacha-armv8-linux.S
[855/1203] Compiling chacha-armv4-linux.S
[856/1203] Compiling aes128gcmsiv-x86_64-linux.S
[857/1203] Compiling aes128gcmsiv-x86_64-apple.S
[858/1203] Compiling a_bool.cc
[859/1203] Compiling x86_64-mont5-linux.S
[860/1203] Compiling x86_64-mont5-apple.S
[861/1203] Compiling x86_64-mont-linux.S
[862/1203] Compiling x86-mont-linux.S
[863/1203] Compiling x86_64-mont-apple.S
[864/1203] Compiling vpaes-x86_64-linux.S
[865/1203] Compiling vpaes-x86_64-apple.S
[866/1203] Compiling x86-mont-apple.S
[867/1203] Compiling vpaes-x86-linux.S
[868/1203] Compiling vpaes-x86-apple.S
[869/1203] Compiling vpaes-armv8-win.S
[870/1203] Compiling vpaes-armv8-linux.S
[871/1203] Compiling vpaes-armv8-apple.S
[872/1203] Compiling vpaes-armv7-linux.S
[873/1203] Compiling sha512-x86_64-apple.S
[874/1203] Compiling sha512-x86_64-linux.S
[875/1203] Compiling sha512-armv8-win.S
[875/1203] Compiling err_data.cc
[877/1203] Compiling sha512-armv8-linux.S
[878/1203] Compiling sha512-armv4-linux.S
[879/1203] Compiling sha512-armv8-apple.S
[880/1203] Compiling sha512-586-linux.S
[881/1203] Compiling sha512-586-apple.S
[882/1203] Compiling sha256-x86_64-apple.S
[883/1203] Compiling sha256-x86_64-linux.S
[884/1203] Compiling sha256-armv8-win.S
[885/1203] Compiling sha256-armv4-linux.S
[886/1203] Compiling sha256-armv8-apple.S
[887/1203] Compiling sha256-armv8-linux.S
[888/1203] Compiling sha256-586-apple.S
[889/1203] Compiling sha256-586-linux.S
[890/1203] Compiling sha1-x86_64-linux.S
[891/1203] Compiling sha1-x86_64-apple.S
[892/1203] Compiling sha1-armv8-win.S
[893/1203] Compiling sha1-armv8-apple.S
[894/1203] Compiling sha1-armv4-large-linux.S
[895/1203] Compiling sha1-armv8-linux.S
[896/1203] Compiling rsaz-avx2-linux.S
[897/1203] Compiling sha1-586-linux.S
[898/1203] Compiling sha1-586-apple.S
[899/1203] Compiling rsaz-avx2-apple.S
[900/1203] Compiling rdrand-x86_64-linux.S
[901/1203] Compiling rdrand-x86_64-apple.S
[902/1203] Compiling p256_beeu-x86_64-asm-linux.S
[903/1203] Compiling p256_beeu-x86_64-asm-apple.S
[904/1203] Compiling p256_beeu-armv8-asm-apple.S
[905/1203] Compiling p256_beeu-armv8-asm-win.S
[906/1203] Compiling p256_beeu-armv8-asm-linux.S
[907/1203] Compiling p256-x86_64-asm-apple.S
[908/1203] Compiling p256-x86_64-asm-linux.S
[909/1203] Compiling ghashv8-armv8-win.S
[910/1203] Compiling p256-armv8-asm-linux.S
[911/1203] Compiling p256-armv8-asm-apple.S
[912/1203] Compiling p256-armv8-asm-win.S
[913/1203] Compiling ghashv8-armv8-apple.S
[914/1203] Compiling ghashv8-armv8-linux.S
[915/1203] Compiling ghashv8-armv7-linux.S
[916/1203] Compiling ghash-x86_64-linux.S
[917/1203] Compiling ghash-x86-apple.S
[918/1203] Compiling ghash-x86_64-apple.S
[919/1203] Compiling ghash-ssse3-x86-linux.S
[920/1203] Compiling ghash-ssse3-x86_64-apple.S
[921/1203] Compiling ghash-x86-linux.S
[922/1203] Compiling ghash-ssse3-x86_64-linux.S
[923/1203] Compiling ghash-neon-armv8-win.S
[924/1203] Compiling ghash-neon-armv8-linux.S
[925/1203] Compiling ghash-neon-armv8-apple.S
[926/1203] Compiling ghash-ssse3-x86-apple.S
[927/1203] Compiling ghash-armv4-linux.S
[928/1203] Compiling co-586-linux.S
[929/1203] Compiling co-586-apple.S
[930/1203] Compiling bsaes-armv7-linux.S
[931/1203] Compiling bn-armv8-win.S
[932/1203] Compiling bn-armv8-apple.S
[932/1203] Compiling bn-armv8-linux.S
[934/1203] Compiling bn-586-apple.S
[935/1203] Compiling armv8-mont-win.S
[936/1203] Compiling bn-586-linux.S
[937/1203] Compiling armv8-mont-apple.S
[938/1203] Compiling armv8-mont-linux.S
[939/1203] Compiling aesv8-gcm-armv8-win.S
[940/1203] Compiling aesv8-gcm-armv8-apple.S
[941/1203] Compiling armv4-mont-linux.S
[942/1203] Compiling aesv8-gcm-armv8-linux.S
[943/1203] Compiling aesv8-armv8-linux.S
[944/1203] Compiling aesv8-armv8-win.S
[945/1203] Compiling aesv8-armv8-apple.S
[946/1203] Compiling aesni-x86_64-apple.S
[947/1203] Compiling aesv8-armv7-linux.S
[948/1203] Compiling aesni-x86_64-linux.S
[949/1203] Compiling aesni-x86-linux.S
[950/1203] Compiling aesni-x86-apple.S
[951/1203] Compiling aesni-gcm-x86_64-linux.S
[952/1203] Compiling aesni-gcm-x86_64-apple.S
[953/1203] Compiling aes-gcm-avx10-x86_64-linux.S
[954/1203] Compiling aes-gcm-avx10-x86_64-apple.S
[955/1203] Compiling x_sig.cc
[956/1203] Compiling x_pubkey.cc
[957/1203] Compiling x_val.cc
[958/1203] Compiling x_req.cc
[959/1203] Compiling x_spki.cc
[960/1203] Compiling x_x509a.cc
[961/1203] Compiling x_x509.cc
[962/1203] Compiling x_all.cc
[963/1203] Compiling x_exten.cc
[964/1203] Compiling c-nioatomics.c
[965/1203] Compiling x_name.cc
[966/1203] Compiling x_algor.cc
[967/1203] Compiling x_attrib.cc
[968/1203] Compiling x_crl.cc
[969/1203] Compiling c-atomics.c
[970/1203] Compiling x509rset.cc
[971/1203] Compiling x509spki.cc
[972/1203] Compiling x509_vfy.cc
[973/1203] Compiling x509name.cc
[974/1203] Compiling x509_vpm.cc
[975/1203] Compiling x509cset.cc
[976/1209] Compiling x509_v3.cc
[977/1209] Compiling x509_txt.cc
[978/1209] Compiling x509_trs.cc
[980/1209] Compiling NIOConcurrencyHelpers lock.swift
[981/1209] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[982/1209] Compiling NIOConcurrencyHelpers NIOLock.swift
[983/1209] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[984/1209] Compiling NIOConcurrencyHelpers atomics.swift
[984/1209] Compiling x509_obj.cc
[986/1209] Emitting module NIOConcurrencyHelpers
[986/1210] Compiling x509_set.cc
[988/1210] Compiling x509_ext.cc
[989/1210] Compiling x509_req.cc
[990/1236] Compiling x509_lu.cc
[991/1236] Compiling x509_def.cc
[992/1236] Compiling x509_cmp.cc
[993/1236] Compiling x509.cc
[994/1236] Compiling x509_d2.cc
[996/1236] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[997/1236] Compiling ConsoleKitTerminal ConsoleClear.swift
[998/1236] Compiling ConsoleKitTerminal Console+Ask.swift
[999/1236] Compiling ConsoleKitTerminal Console+Choose.swift
[1000/1239] Emitting module ConsoleKitTerminal
[1001/1239] Compiling ConsoleKitTerminal Console+Confirm.swift
[1002/1239] Compiling ConsoleKitTerminal Console+Input.swift
[1003/1239] Compiling ConsoleKitTerminal Console+Center.swift
[1004/1239] Compiling ConsoleKitTerminal Console+Output.swift
[1005/1239] Compiling ConsoleKitTerminal Console+Wait.swift
[1006/1239] Compiling ConsoleKitTerminal ConsoleColor.swift
[1007/1239] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1008/1239] Compiling ConsoleKitTerminal ActivityBar.swift
[1009/1239] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1010/1239] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1011/1239] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1012/1239] Compiling ConsoleKitTerminal CustomActivity.swift
[1013/1239] Compiling ConsoleKitTerminal LoadingBar.swift
[1014/1239] Compiling ConsoleKitTerminal ProgressBar.swift
[1015/1239] Compiling ConsoleKitTerminal Console+Clear.swift
[1015/1239] Compiling x509_att.cc
[1016/1239] Compiling v3_utl.cc
[1017/1239] Compiling v3_skey.cc
[1019/1239] Compiling ConsoleKitTerminal ConsoleText.swift
[1020/1239] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1021/1239] Compiling ConsoleKitTerminal ANSI.swift
[1022/1239] Compiling ConsoleKitTerminal Console.swift
[1023/1239] Compiling ConsoleKitTerminal Terminal.swift
[1024/1239] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1024/1239] Compiling v3_purp.cc
[1025/1239] Compiling v3_pmaps.cc
[1026/1239] Compiling v3_prn.cc
[1027/1239] Compiling v3_pcons.cc
[1029/1239] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1030/1239] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1031/1239] Compiling ConsoleKitTerminal LoggerFragment.swift
[1032/1240] Compiling v3_ocsp.cc
[1033/1240] Compiling v3_lib.cc
[1034/1262] Compiling v3_ncons.cc
[1035/1262] Compiling v3_genn.cc
[1036/1262] Compiling v3_int.cc
[1037/1262] Compiling v3_ia5.cc
[1038/1262] Compiling v3_info.cc
[1040/1262] Emitting module ConsoleKitCommands
[1041/1264] Compiling ConsoleKitCommands CommandSignature.swift
[1042/1264] Compiling ConsoleKitCommands Flag.swift
[1043/1264] Compiling ConsoleKitCommands Option.swift
[1044/1264] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1045/1264] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1046/1264] Compiling ConsoleKitCommands Argument.swift
[1046/1264] Compiling v3_crld.cc
[1047/1264] Compiling v3_enum.cc
[1049/1264] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1050/1264] Compiling ConsoleKitCommands Utilities.swift
[1050/1264] Compiling v3_extku.cc
[1051/1264] Compiling v3_cpols.cc
[1052/1264] Compiling v3_bitst.cc
[1053/1264] Compiling v3_conf.cc
[1054/1264] Compiling v3_bcons.cc
[1056/1264] Compiling ConsoleKitCommands CommandGroup.swift
[1057/1264] Compiling ConsoleKitCommands CommandInput.swift
[1058/1264] Compiling ConsoleKitCommands Commands.swift
[1059/1264] Compiling ConsoleKitCommands Command.swift
[1060/1264] Compiling ConsoleKitCommands CommandContext.swift
[1061/1264] Compiling ConsoleKitCommands CommandError.swift
[1062/1264] Compiling ConsoleKitCommands AsyncCommands.swift
[1063/1264] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1064/1264] Compiling ConsoleKitCommands AnyCommand.swift
[1065/1264] Compiling ConsoleKitCommands Console+Run.swift
[1066/1264] Compiling ConsoleKitCommands ConsoleError.swift
[1067/1264] Compiling ConsoleKitCommands Completion.swift
[1068/1264] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1069/1264] Compiling ConsoleKitCommands AsyncCommand.swift
[1070/1264] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1071/1267] Compiling v3_akeya.cc
[1072/1267] Compiling v3_alt.cc
[1074/1267] Emitting module ConsoleKit
[1075/1267] Compiling ConsoleKit Exports.swift
[1076/1268] Compiling t_x509a.cc
[1077/1268] Compiling v3_akey.cc
[1078/1268] Compiling t_crl.cc
[1079/1268] Compiling t_x509.cc
[1080/1268] Compiling t_req.cc
[1081/1268] Compiling rsa_pss.cc
[1082/1268] Compiling policy.cc
[1083/1268] Compiling i2d_pr.cc
[1084/1268] Compiling name_print.cc
[1085/1268] Compiling algorithm.cc
[1086/1268] Compiling by_dir.cc
[1087/1268] Compiling by_file.cc
[1088/1268] Compiling asn1_gen.cc
[1089/1268] Compiling voprf.cc
[1090/1268] Compiling a_verify.cc
[1091/1268] Compiling thread_win.cc
[1092/1268] Compiling a_digest.cc
[1093/1268] Compiling thread_pthread.cc
[1094/1268] Compiling stack.cc
[1095/1268] Compiling a_sign.cc
[1096/1268] Compiling trust_token.cc
[1097/1268] Compiling pmbtoken.cc
[1098/1268] Compiling thread_none.cc
[1099/1268] Compiling thash.cc
[1100/1268] Compiling thread.cc
[1101/1268] Compiling wots.cc
[1102/1268] Compiling siphash.cc
[1103/1268] Compiling merkle.cc
[1104/1268] Compiling sha512.cc
[1105/1268] Compiling fors.cc
[1106/1268] Compiling slhdsa.cc
[1107/1268] Compiling sha1.cc
[1108/1268] Compiling sha256.cc
[1109/1268] Compiling rsa_extra.cc
[1110/1268] Compiling rsa_print.cc
[1111/1268] Compiling urandom.cc
[1112/1268] Compiling rc4.cc
[1113/1268] Compiling windows.cc
[1114/1268] Compiling rsa_crypt.cc
[1115/1268] Compiling refcount.cc
[1116/1268] Compiling trusty.cc
[1117/1268] Compiling rsa_asn1.cc
[1118/1268] Compiling rand_extra.cc
[1119/1268] Compiling passive.cc
[1120/1268] Compiling poly1305_arm_asm.S
[1121/1268] Compiling getentropy.cc
[1122/1268] Compiling deterministic.cc
[1123/1268] Compiling ios.cc
[1124/1268] Compiling fork_detect.cc
[1125/1268] Compiling forkunsafe.cc
[1126/1268] Compiling pool.cc
[1127/1268] Compiling poly1305_vec.cc
[1128/1268] Compiling poly1305_arm.cc
[1129/1268] Compiling poly1305.cc
[1130/1268] Compiling p5_pbev2.cc
[1131/1268] Compiling pkcs7.cc
[1132/1268] Compiling pkcs7_x509.cc
[1133/1268] Compiling pkcs8_x509.cc
[1134/1268] Compiling pkcs8.cc
[1135/1268] Compiling pem_xaux.cc
[1136/1268] Compiling pem_pkey.cc
[1137/1268] Compiling pem_x509.cc
[1138/1268] Compiling pem_pk8.cc
[1139/1268] Compiling pem_oth.cc
[1140/1268] Compiling obj_xref.cc
[1141/1268] Compiling pem_info.cc
[1142/1268] Compiling pem_lib.cc
[1143/1268] Compiling pem_all.cc
[1144/1268] Compiling obj.cc
[1145/1268] Compiling mlkem.cc
[1146/1268] Compiling mldsa.cc
[1147/1268] Compiling poly_rq_mul.S
[1148/1268] Compiling fips_shared_support.cc
[1149/1268] Compiling lhash.cc
[1150/1268] Compiling md5.cc
[1151/1268] Compiling mem.cc
[1152/1268] Compiling hpke.cc
[1153/1268] Compiling md4.cc
[1154/1268] Compiling kyber.cc
[1155/1268] Compiling hrss.cc
[1156/1268] Compiling scrypt.cc
[1157/1268] Compiling sign.cc
[1158/1268] Compiling pbkdf.cc
[1159/1268] Compiling p_x25519_asn1.cc
[1160/1268] Compiling ex_data.cc
[1161/1268] Compiling print.cc
[1162/1268] Compiling p_x25519.cc
[1163/1268] Compiling p_rsa_asn1.cc
[1164/1268] Compiling p_dsa_asn1.cc
[1165/1268] Compiling p_ec.cc
[1166/1268] Compiling p_hkdf.cc
[1167/1268] Compiling p_ed25519.cc
[1168/1268] Compiling p_ed25519_asn1.cc
[1169/1268] Compiling p_ec_asn1.cc
[1170/1268] Compiling p_rsa.cc
[1171/1268] Compiling p_dh.cc
[1172/1268] Compiling p_dh_asn1.cc
[1173/1268] Compiling evp.cc
[1174/1268] Compiling bcm.cc
[1175/1268] Compiling evp_ctx.cc
[1176/1268] Compiling err.cc
[1177/1268] Compiling engine.cc
[1178/1268] Compiling evp_asn1.cc
[1179/1268] Compiling ecdsa_asn1.cc
[1180/1268] Compiling hash_to_curve.cc
[1181/1268] Compiling ecdh_extra.cc
[1182/1268] Compiling ec_asn1.cc
[1183/1268] Compiling ec_derive.cc
[1184/1268] Compiling dsa.cc
[1185/1268] Compiling params.cc
[1186/1268] Compiling curve25519_64_adx.cc
[1187/1268] Compiling x25519-asm-arm.S
[1188/1268] Compiling dsa_asn1.cc
[1189/1268] Compiling digest_extra.cc
[1190/1268] Compiling spake25519.cc
[1191/1268] Compiling dh_asn1.cc
[1192/1268] Compiling des.cc
[1193/1268] Compiling cpu_arm_linux.cc
[1194/1268] Compiling cpu_aarch64_win.cc
[1195/1268] Compiling cpu_intel.cc
[1196/1268] Compiling cpu_arm_freebsd.cc
[1197/1268] Compiling crypto.cc
[1198/1268] Compiling curve25519.cc
[1199/1268] Compiling cpu_aarch64_sysreg.cc
[1200/1268] Compiling cpu_aarch64_openbsd.cc
[1201/1268] Compiling cpu_aarch64_linux.cc
[1202/1268] Compiling cpu_aarch64_apple.cc
[1203/1268] Compiling cpu_aarch64_fuchsia.cc
[1204/1268] Compiling tls_cbc.cc
[1205/1268] Compiling conf.cc
[1206/1268] Compiling e_rc4.cc
[1207/1268] Compiling e_tls.cc
[1208/1268] Compiling e_rc2.cc
[1209/1268] Compiling e_des.cc
[1210/1268] Compiling derive_key.cc
[1211/1268] Compiling e_chacha20poly1305.cc
[1212/1268] Compiling e_aesctrhmac.cc
[1213/1268] Compiling e_aesgcmsiv.cc
[1214/1268] Compiling cipher_extra.cc
[1215/1268] Compiling e_null.cc
[1216/1268] Compiling chacha.cc
[1217/1268] Compiling unicode.cc
[1218/1268] Compiling buf.cc
[1219/1268] Compiling cbs.cc
[1220/1268] Compiling blake2.cc
[1221/1268] Compiling ber.cc
[1222/1268] Compiling asn1_compat.cc
[1223/1268] Compiling bn_asn1.cc
[1224/1268] Compiling cbb.cc
[1225/1268] Compiling convert.cc
[1226/1268] Compiling file.cc
[1227/1268] Compiling hexdump.cc
[1228/1268] Compiling pair.cc
[1229/1268] Compiling printf.cc
[1230/1268] Compiling errno.cc
[1231/1268] Compiling bio_mem.cc
[1232/1268] Compiling fd.cc
[1233/1268] Compiling base64.cc
[1234/1268] Compiling bio.cc
[1235/1268] Compiling tasn_fre.cc
[1236/1268] Compiling tasn_typ.cc
[1237/1268] Compiling tasn_utl.cc
[1238/1268] Compiling tasn_enc.cc
[1239/1268] Compiling tasn_new.cc
[1240/1268] Compiling tasn_dec.cc
[1241/1268] Compiling posix_time.cc
[1242/1268] Compiling f_int.cc
[1243/1268] Compiling f_string.cc
[1244/1268] Compiling asn_pack.cc
[1245/1268] Compiling a_utctm.cc
[1246/1268] Compiling a_type.cc
[1247/1268] Compiling asn1_par.cc
[1248/1268] Compiling asn1_lib.cc
[1249/1268] Compiling a_time.cc
[1250/1268] Compiling a_strex.cc
[1251/1268] Compiling a_octet.cc
[1252/1268] Compiling a_i2d_fp.cc
[1253/1268] Compiling a_strnid.cc
[1254/1268] Compiling a_mbstr.cc
[1255/1268] Compiling a_object.cc
[1256/1268] Write sources
[1259/1268] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1260/1268] Compiling a_int.cc
[1260/1268] Write sources
[1263/1365] Compiling a_dup.cc
[1264/1365] Compiling a_gentm.cc
[1265/1365] Compiling a_d2i_fp.cc
[1267/1365] Compiling BitCollections BitArray+RandomBits.swift
[1268/1365] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1269/1367] Compiling BitCollections BitArray+Fill.swift
[1270/1367] Compiling BitCollections BitArray+Hashable.swift
[1271/1367] Compiling BitCollections BitArray+Initializers.swift
[1272/1367] Compiling BitCollections BitArray+Copy.swift
[1273/1367] Compiling BitCollections BitArray+CustomReflectable.swift
[1273/1367] Compiling a_bitstr.cc
[1275/1367] Compiling BitCollections BitArray+Descriptions.swift
[1276/1367] Compiling BitCollections BitArray+Equatable.swift
[1277/1367] Compiling BitCollections BitArray+Invariants.swift
[1278/1367] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1279/1367] Compiling BitCollections BitArray+BitwiseOperations.swift
[1279/1367] Compiling a_bool.cc
[1281/1372] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1282/1372] Compiling BitCollections BitSet+CustomReflectable.swift
[1283/1372] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1284/1372] Compiling BitCollections BitSet+Equatable.swift
[1285/1372] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1286/1372] Compiling BitCollections BitSet+Extras.swift
[1287/1372] Compiling BitCollections BitSet+Hashable.swift
[1288/1382] Compiling Atomics IntegerOperations.swift
[1289/1382] Compiling Atomics Unmanaged extensions.swift
[1290/1382] Emitting module BitCollections
[1293/1382] Compiling BitCollections BitArray._UnsafeHandle.swift
[1294/1382] Compiling BitCollections BitArray.swift
[1295/1382] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1296/1382] Compiling BitCollections BitSet+Codable.swift
[1300/1385] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1301/1385] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1302/1385] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1303/1385] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1304/1385] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1305/1385] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1306/1385] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1307/1385] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1308/1385] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1309/1385] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1310/1385] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1311/1385] Compiling BitCollections BitSet+SetAlgebra union.swift
[1312/1385] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1313/1385] Compiling BitCollections BitSet.Counted.swift
[1314/1385] Compiling BitCollections BitSet+Initializers.swift
[1315/1385] Compiling BitCollections BitSet+Invariants.swift
[1316/1385] Compiling BitCollections BitSet+Random.swift
[1317/1385] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1318/1385] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1319/1385] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1320/1385] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1329/1385] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1330/1385] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1331/1385] Compiling BitCollections BitArray+Extras.swift
[1338/1385] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1339/1385] Compiling BitCollections BitArray+Codable.swift
[1340/1385] Compiling BitCollections BitArray+Collection.swift
[1360/1385] Compiling CryptoBoringWrapper RandomBytes.swift
[1361/1385] Compiling BitCollections BitSet.Index.swift
[1362/1385] Compiling BitCollections BitSet._UnsafeHandle.swift
[1363/1385] Compiling BitCollections BitSet.swift
[1364/1385] Compiling BitCollections Range+Utilities.swift
[1365/1385] Compiling BitCollections Slice+Utilities.swift
[1366/1385] Compiling BitCollections UInt+Tricks.swift
[1367/1385] Compiling BitCollections _Word.swift
[1368/1386] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1369/1386] Compiling Algorithms Trim.swift
[1370/1386] Compiling Algorithms Unique.swift
[1371/1386] Compiling Algorithms Windows.swift
[1373/1386] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1374/1386] Compiling CryptoBoringWrapper EllipticCurve.swift
[1375/1386] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1376/1386] Emitting module CryptoBoringWrapper
[1377/1386] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1378/1386] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1380/1389] Emitting module Atomics
[1381/1389] Compiling Collections Collections.swift
[1382/1389] Emitting module Collections
[1391/1522] Emitting module Algorithms
[1393/1523] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1394/1523] Compiling NIOCore BSDSocketAPI.swift
[1395/1523] Compiling NIOCore ByteBuffer-aux.swift
[1396/1523] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1397/1523] Compiling NIOCore ByteBuffer-conversions.swift
[1398/1523] Compiling NIOCore ByteBuffer-core.swift
[1399/1523] Compiling NIOCore ByteBuffer-hex.swift
[1400/1523] Compiling NIOCore ByteBuffer-int.swift
[1401/1523] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1402/1523] Compiling NIOCore AddressedEnvelope.swift
[1403/1532] Compiling NIOCore MulticastChannel.swift
[1404/1532] Compiling NIOCore NIOAny.swift
[1405/1532] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1406/1532] Compiling NIOCore NIOLoopBound.swift
[1407/1532] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1408/1532] Compiling NIOCore NIOScheduledCallback.swift
[1409/1532] Compiling NIOCore NIOSendable.swift
[1410/1532] Compiling NIOCore RecvByteBufferAllocator.swift
[1411/1540] Emitting module Crypto
[1412/1540] Compiling NIOCore SocketAddresses.swift
[1413/1540] Compiling NIOCore SocketOptionProvider.swift
[1414/1540] Compiling NIOCore SystemCallHelpers.swift
[1415/1540] Compiling NIOCore TimeAmount+Duration.swift
[1416/1540] Compiling NIOCore TypeAssistedChannelHandler.swift
[1417/1540] Compiling NIOCore UniversalBootstrapSupport.swift
[1418/1540] Compiling NIOCore Utilities.swift
[1419/1540] Compiling Crypto EdDSA_boring.swift
[1420/1540] Compiling Crypto ECDSA.swift
[1421/1540] Compiling Crypto Ed25519.swift
[1422/1540] Compiling NIOCore MarkedCircularBuffer.swift
[1431/1540] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1432/1540] Compiling NIOCore ByteBuffer-views.swift
[1433/1540] Compiling NIOCore Channel.swift
[1434/1540] Compiling NIOCore ChannelHandler.swift
[1435/1540] Compiling NIOCore ChannelHandlers.swift
[1436/1540] Compiling NIOCore ChannelInvoker.swift
[1437/1540] Compiling NIOCore ChannelOption.swift
[1438/1540] Compiling NIOCore ChannelPipeline.swift
[1439/1540] Compiling NIOCore CircularBuffer.swift
[1440/1540] Compiling NIOCore Codec.swift
[1441/1540] Compiling NIOCore ConvenienceOptionSupport.swift
[1442/1540] Compiling NIOCore DeadChannel.swift
[1443/1540] Compiling NIOCore DispatchQueue+WithFuture.swift
[1444/1540] Compiling NIOCore EventLoop+Deprecated.swift
[1445/1540] Compiling NIOCore EventLoop+SerialExecutor.swift
[1446/1540] Compiling NIOCore EventLoop.swift
[1447/1540] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1448/1540] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1449/1540] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1450/1540] Compiling NIOCore EventLoopFuture.swift
[1451/1540] Compiling NIOCore FileDescriptor.swift
[1452/1540] Compiling NIOCore FileHandle.swift
[1453/1540] Compiling NIOCore FileRegion.swift
[1454/1540] Compiling NIOCore GlobalSingletons.swift
[1455/1540] Compiling NIOCore IO.swift
[1456/1540] Compiling NIOCore IOData.swift
[1457/1540] Compiling NIOCore IPProtocol.swift
[1458/1540] Compiling NIOCore IntegerBitPacking.swift
[1459/1540] Compiling NIOCore IntegerTypes.swift
[1460/1540] Compiling NIOCore Interfaces.swift
[1461/1540] Compiling NIOCore Linux.swift
[1462/1540] Compiling NIOCore AsyncAwaitSupport.swift
[1463/1540] Compiling NIOCore AsyncChannel.swift
[1464/1540] Compiling NIOCore AsyncChannelHandler.swift
[1465/1540] Compiling NIOCore AsyncChannelInboundStream.swift
[1466/1540] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1467/1540] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1468/1540] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1469/1540] Compiling NIOCore NIOAsyncWriter.swift
[1470/1540] Compiling NIOCore ByteBuffer-multi-int.swift
[1471/1540] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1488/1540] Compiling Crypto Signature.swift
[1489/1540] Compiling Crypto CryptoKitErrors_boring.swift
[1490/1540] Compiling Crypto RNG_boring.swift
[1491/1540] Compiling Crypto SafeCompare_boring.swift
[1492/1540] Compiling Crypto Zeroization_boring.swift
[1493/1540] Compiling Crypto PrettyBytes.swift
[1494/1540] Compiling Crypto SafeCompare.swift
[1495/1540] Compiling Crypto SecureBytes.swift
[1496/1540] Compiling Crypto Zeroization.swift
[1541/1541] Emitting module NIOCore
[1543/1592] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1544/1592] Emitting module NIOEmbedded
[1545/1592] Compiling NIOEmbedded AsyncTestingChannel.swift
[1546/1592] Compiling NIOEmbedded Embedded.swift
[1548/1593] Compiling NIOPosix Pool.swift
[1549/1593] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1550/1593] Compiling NIOPosix PosixSingletons.swift
[1551/1593] Compiling NIOPosix RawSocketBootstrap.swift
[1552/1593] Compiling NIOPosix Resolver.swift
[1553/1593] Compiling NIOPosix Selectable.swift
[1554/1599] Compiling NIOPosix SelectableChannel.swift
[1555/1599] Compiling NIOPosix SelectableEventLoop.swift
[1556/1599] Compiling NIOPosix SelectorEpoll.swift
[1557/1599] Compiling NIOPosix SelectorGeneric.swift
[1558/1599] Compiling NIOPosix SelectorKqueue.swift
[1559/1599] Compiling NIOPosix SelectorUring.swift
[1560/1599] Compiling NIOPosix NIOThreadPool.swift
[1561/1599] Compiling NIOPosix NonBlockingFileIO.swift
[1562/1599] Compiling NIOPosix PendingDatagramWritesManager.swift
[1563/1599] Compiling NIOPosix PendingWritesManager.swift
[1564/1599] Compiling NIOPosix PipeChannel.swift
[1565/1599] Compiling NIOPosix PipePair.swift
[1566/1599] Compiling NIOPosix IO.swift
[1567/1599] Compiling NIOPosix IntegerBitPacking.swift
[1568/1599] Compiling NIOPosix IntegerTypes.swift
[1569/1599] Compiling NIOPosix Linux.swift
[1570/1599] Compiling NIOPosix LinuxCPUSet.swift
[1571/1599] Compiling NIOPosix LinuxUring.swift
[1572/1599] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1573/1599] Compiling NIOPosix ServerSocket.swift
[1574/1599] Compiling NIOPosix Socket.swift
[1575/1599] Compiling NIOPosix SocketChannel.swift
[1576/1599] Compiling NIOPosix SocketProtocols.swift
[1577/1599] Compiling NIOPosix System.swift
[1578/1599] Compiling NIOPosix Thread.swift
[1579/1599] Compiling NIOPosix ThreadPosix.swift
[1580/1599] Compiling NIOPosix ThreadWindows.swift
[1581/1599] Compiling NIOPosix UnsafeTransfer.swift
[1582/1599] Compiling NIOPosix Utilities.swift
[1583/1599] Compiling NIOPosix VsockAddress.swift
[1584/1599] Compiling NIOPosix VsockChannelEvents.swift
[1585/1599] Compiling NIOPosix BSDSocketAPICommon.swift
[1586/1599] Compiling NIOPosix BSDSocketAPIPosix.swift
[1587/1599] Compiling NIOPosix BSDSocketAPIWindows.swift
[1588/1599] Compiling NIOPosix BaseSocket.swift
[1589/1599] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1590/1599] Compiling NIOPosix BaseSocketChannel.swift
[1591/1599] Compiling NIOPosix BaseStreamSocketChannel.swift
[1592/1599] Emitting module NIOPosix
[1593/1599] Compiling NIOPosix Bootstrap.swift
[1594/1599] Compiling NIOPosix ControlMessage.swift
[1595/1599] Compiling NIOPosix DatagramVectorReadManager.swift
[1596/1599] Compiling NIOPosix Errors+Any.swift
[1597/1599] Compiling NIOPosix FileDescriptor.swift
[1598/1599] Compiling NIOPosix GetaddrinfoResolver.swift
[1599/1599] Compiling NIOPosix HappyEyeballs.swift
[1601/1659] Compiling NIO Exports.swift
[1602/1659] Emitting module NIO
[1604/1660] Compiling AsyncKit Future+Transform.swift
[1605/1660] Compiling AsyncKit Future+Try.swift
[1606/1660] Compiling AsyncKit FutureOperators.swift
[1607/1701] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1608/1701] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1609/1701] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1610/1701] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1611/1701] Emitting module NIOTLS
[1612/1701] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1613/1701] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1614/1701] Compiling NIOSOCKS ClientStateMachine.swift
[1615/1702] Compiling NIOSOCKS SOCKSClientHandler.swift
[1616/1702] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1617/1702] Compiling NIOSOCKS AuthenticationMethod.swift
[1618/1702] Compiling NIOSOCKS ClientGreeting.swift
[1619/1702] Compiling NIOSOCKS SOCKSResponse.swift
[1620/1704] Compiling NIOSOCKS Errors.swift
[1621/1704] Compiling NIOSOCKS Helpers.swift
[1628/1704] Emitting module NIOSOCKS
[1632/1704] Compiling NIOSOCKS Messages.swift
[1633/1704] Emitting module NIOFoundationCompat
[1634/1704] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1635/1705] Compiling NIOSOCKS ServerStateMachine.swift
[1636/1705] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1637/1705] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1643/1705] Emitting module _NIOFileSystem
[1646/1705] Compiling NIOSOCKS SOCKSRequest.swift
[1647/1705] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1648/1705] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[1652/1709] Compiling NIOTLS SNIHandler.swift
[1653/1709] Compiling NIOTLS TLSEvents.swift
[1654/1709] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1655/1711] Compiling AsyncKit Optional+StrictMap.swift
[1656/1711] Compiling AsyncKit Exports.swift
[1659/1718] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1660/1718] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1661/1727] Compiling _NIOFileSystem ParallelDirCopy.swift
[1662/1727] Compiling _NIOFileSystem ParallelRemoval.swift
[1663/1727] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1664/1727] Compiling _NIOFileSystem CInterop.swift
[1665/1727] Compiling _NIOFileSystem Errno.swift
[1666/1727] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1667/1727] Compiling _NIOFileSystem Mocking.swift
[1668/1727] Compiling _NIOFileSystem Syscall.swift
[1669/1727] Compiling _NIOFileSystem Syscalls.swift
[1670/1733] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1671/1733] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1672/1762] Compiling NIOSSL SSLPKCS12Bundle.swift
[1673/1762] Compiling NIOSSL SSLPrivateKey.swift
[1674/1762] Compiling NIOSSL SSLPublicKey.swift
[1675/1764] Compiling NIOSSL CustomPrivateKey.swift
[1676/1764] Compiling NIOSSL IdentityVerification.swift
[1677/1764] Compiling NIOSSL SSLCertificate.swift
[1678/1764] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1679/1764] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1680/1764] Compiling NIOSSL SubjectAlternativeName.swift
[1681/1764] Compiling NIOSSL SSLCertificateExtensions.swift
[1682/1764] Compiling NIOSSL SSLCertificateName.swift
[1683/1764] Compiling NIOSSL SSLConnection.swift
[1684/1764] Compiling NIOSSL SSLContext.swift
[1685/1764] Compiling NIOSSL SSLErrors.swift
[1686/1764] Compiling NIOSSL SSLInit.swift
[1687/1764] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1688/1764] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1694/1764] Compiling NIOSSL SafeCompare.swift
[1695/1764] Compiling NIOSSL NIOSSLServerHandler.swift
[1701/1764] Compiling NIOSSL NIOSSLHandler.swift
[1702/1764] Compiling NIOSSL AndroidCABundle.swift
[1703/1764] Compiling NIOSSL ByteBufferBIO.swift
[1704/1764] Emitting module NIOTransportServices
[1705/1764] Compiling NIOSSL LinuxCABundle.swift
[1706/1764] Compiling NIOSSL NIOSSLClientHandler.swift
[1707/1764] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1711/1765] Emitting module AsyncKit
[1712/1765] Emitting module NIOHTTP1
[1717/1766] Emitting module NIOSSL
[1718/1770] Compiling _NIOFileSystem SystemFileHandle.swift
[1719/1770] Compiling _NIOFileSystem Utilities.swift
[1720/1770] Compiling _NIOFileSystem OpenOptions.swift
[1721/1770] Compiling _NIOFileSystem String+FileSystem.swift
[1722/1835] Compiling NIOWebSocket WebSocketOpcode.swift
[1723/1836] Compiling NIOHPACK DynamicHeaderTable.swift
[1724/1836] Compiling NIOHPACK HPACKDecoder.swift
[1725/1836] Compiling NIOHPACK HPACKEncoder.swift
[1726/1836] Compiling NIOHPACK HPACKErrors.swift
[1731/1836] Compiling MultipartKit MultipartFormData.swift
[1732/1836] Compiling MultipartKit MultipartParser.swift
[1736/1836] Compiling NIOSSL ObjectIdentifier.swift
[1737/1836] Compiling NIOSSL PosixPort.swift
[1738/1836] Compiling NIOSSL SSLCallbacks.swift
[1739/1836] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1740/1836] Compiling MultipartKit FormDataEncoder.swift
[1741/1836] Compiling MultipartKit Storage.swift
[1742/1836] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1743/1836] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1744/1836] Emitting module NIOHTTPCompression
[1745/1836] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1746/1836] Emitting module MultipartKit
[1747/1836] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1749/1838] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1754/1841] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1755/1841] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1759/1841] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1760/1841] Compiling MultipartKit MultipartPart.swift
[1761/1841] Compiling MultipartKit MultipartPartConvertible.swift
[1763/1841] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1764/1841] Compiling NIOHPACK IndexedHeaderTable.swift
[1765/1841] Compiling NIOHPACK IntegerCoding.swift
[1769/1841] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1772/1841] Compiling NIOWebSocket WebSocketFrame.swift
[1777/1841] Compiling NIOExtras UnsafeTransfer.swift
[1778/1841] Compiling NIOExtras WritePCAPHandler.swift
[1779/1841] Compiling MultipartKit Utilities.swift
[1780/1841] Compiling NIOHPACK HuffmanTables.swift
[1781/1842] Compiling NIOHPACK StaticHeaderTable.swift
[1782/1842] Emitting module NIOWebSocket
[1784/1843] Compiling NIOHPACK HPACKHeader.swift
[1785/1843] Compiling NIOHPACK HeaderTables.swift
[1790/1843] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1791/1843] Compiling NIOHTTPCompression HTTPCompression.swift
[1792/1843] Compiling NIOHTTPCompression HTTPDecompression.swift
[1793/1843] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1794/1843] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1796/1847] Compiling NIOHPACK HuffmanCoding.swift
[1798/1847] Emitting module NIOHPACK
[1802/1847] Emitting module NIOExtras
[1815/1848] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1825/1850] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1826/1850] Emitting module _NIOFileSystemFoundationCompat
[1832/1851] Compiling NIOFileSystem Exports.swift
[1833/1851] Emitting module NIOFileSystem
[1838/1854] Compiling NIOSSL Zeroization.swift
[1839/1854] Compiling NIOSSL TLSConfiguration.swift
[1840/1854] Compiling NIOSSL UniversalBootstrapSupport.swift
[1841/1854] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1844/1921] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1845/1921] Compiling WebSocketKit Exports.swift
[1846/1921] Emitting module WebSocketKit
[1847/1921] Compiling WebSocketKit WebSocket+Concurrency.swift
[1848/1921] Compiling WebSocketKit WebSocketHandler.swift
[1849/1921] Compiling WebSocketKit WebSocket+Connect.swift
[1850/1921] Compiling WebSocketKit WebSocket.swift
[1851/1921] Compiling WebSocketKit WebSocketClient.swift
[1853/1922] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1854/1922] Compiling NIOHTTP2 MayReceiveFrames.swift
[1855/1922] Compiling NIOHTTP2 ReceivingDataState.swift
[1856/1922] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1857/1922] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1858/1922] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1859/1922] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1860/1922] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1861/1922] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1862/1922] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1863/1922] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1864/1922] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1866/1923] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1867/1923] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1868/1923] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1869/1923] Compiling NIOHTTP2 HTTP2StreamID.swift
[1870/1923] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1871/1923] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1872/1923] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1873/1923] Compiling NIOHTTP2 InboundEventBuffer.swift
[1874/1923] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1875/1923] Compiling NIOHTTP2 HTTP2Frame.swift
[1876/1923] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1877/1923] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1878/1923] Compiling NIOHTTP2 HTTP2PingData.swift
[1879/1923] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1880/1923] Compiling NIOHTTP2 HTTP2Settings.swift
[1881/1923] Compiling NIOHTTP2 HTTP2Stream.swift
[1882/1931] Compiling NIOHTTP2 StateMachineResult.swift
[1883/1931] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1884/1931] Compiling NIOHTTP2 DOSHeuristics.swift
[1885/1931] Compiling NIOHTTP2 Error+Any.swift
[1886/1931] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1887/1931] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1888/1931] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1889/1931] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1891/1931] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1892/1931] Compiling NIOHTTP2 HasLocalSettings.swift
[1893/1931] Compiling NIOHTTP2 HasRemoteSettings.swift
[1894/1931] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1895/1931] Compiling NIOHTTP2 QuiescingState.swift
[1896/1931] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1897/1931] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1898/1931] Compiling NIOHTTP2 MaySendFrames.swift
[1899/1931] Compiling NIOHTTP2 SendingDataState.swift
[1900/1931] Compiling NIOHTTP2 SendingGoawayState.swift
[1901/1931] Compiling NIOHTTP2 SendingHeadersState.swift
[1902/1931] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1903/1931] Compiling NIOHTTP2 SendingRstStreamState.swift
[1906/1931] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1907/1931] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1908/1931] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1909/1931] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1910/1931] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1911/1931] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1912/1931] Compiling NIOHTTP2 HTTP2Error.swift
[1913/1931] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1923/1931] Emitting module NIOHTTP2
[1924/1931] Compiling NIOHTTP2 InboundWindowManager.swift
[1925/1931] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1926/1931] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1927/1931] Compiling NIOHTTP2 StreamChannelList.swift
[1928/1931] Compiling NIOHTTP2 StreamMap.swift
[1929/1931] Compiling NIOHTTP2 StreamStateMachine.swift
[1930/1931] Compiling NIOHTTP2 UnsafeTransfer.swift
[1931/1931] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1933/1992] Emitting module AsyncHTTPClient
[1934/2000] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1935/2000] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1936/2000] Compiling AsyncHTTPClient Transaction.swift
[1937/2000] Compiling AsyncHTTPClient Base64.swift
[1938/2000] Compiling AsyncHTTPClient BasicAuth.swift
[1939/2000] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1940/2000] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1941/2000] Compiling AsyncHTTPClient ConnectionPool.swift
[1942/2000] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1943/2000] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1944/2000] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1945/2000] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1946/2000] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1947/2000] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1948/2000] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1949/2000] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1950/2000] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1951/2000] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1952/2000] Compiling AsyncHTTPClient RequestBag.swift
[1953/2000] Compiling AsyncHTTPClient RequestValidation.swift
[1954/2000] Compiling AsyncHTTPClient SSLContextCache.swift
[1955/2000] Compiling AsyncHTTPClient Scheme.swift
[1956/2000] Compiling AsyncHTTPClient Singleton.swift
[1957/2000] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1958/2000] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1959/2000] Compiling AsyncHTTPClient Utils.swift
[1960/2000] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1961/2000] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1962/2000] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1963/2000] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1964/2000] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1965/2000] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1966/2000] Compiling AsyncHTTPClient RequestBodyLength.swift
[1967/2000] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1968/2000] Compiling AsyncHTTPClient ConnectionTarget.swift
[1969/2000] Compiling AsyncHTTPClient DeconstructedURL.swift
[1970/2000] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1971/2000] Compiling AsyncHTTPClient FoundationExtensions.swift
[1972/2000] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1973/2000] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1974/2000] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1975/2000] Compiling AsyncHTTPClient HTTPClient.swift
[1976/2000] Compiling AsyncHTTPClient HTTPHandler.swift
[1977/2000] Compiling AsyncHTTPClient LRUCache.swift
[1978/2000] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1979/2000] Compiling AsyncHTTPClient NWErrorHandler.swift
[1980/2000] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1981/2000] Compiling AsyncHTTPClient TLSConfiguration.swift
[1982/2000] Compiling AsyncHTTPClient RedirectState.swift
[1983/2000] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1984/2000] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1985/2000] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1986/2000] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1987/2000] Compiling AsyncHTTPClient HTTP1Connection.swift
[1988/2000] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1989/2000] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1990/2000] Compiling AsyncHTTPClient HTTP2Connection.swift
[1991/2000] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1992/2000] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1993/2000] Compiling AsyncHTTPClient RequestOptions.swift
[1994/2000] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1995/2000] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1996/2000] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1997/2000] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1998/2000] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1999/2000] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2000/2000] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2002/2170] Compiling Vapor AsyncBasicResponder.swift
[2003/2170] Compiling Vapor AsyncMiddleware.swift
[2004/2170] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2005/2170] Compiling Vapor AsyncSessionDriver.swift
[2006/2170] Compiling Vapor Authentication+Concurrency.swift
[2007/2170] Compiling Vapor Cache+Concurrency.swift
[2008/2170] Compiling Vapor Client+Concurrency.swift
[2009/2170] Compiling Vapor RequestBody+Concurrency.swift
[2010/2170] Compiling Vapor Responder+Concurrency.swift
[2011/2170] Compiling Vapor ResponseCodable+Concurrency.swift
[2012/2170] Compiling Vapor RoutesBuilder+Concurrency.swift
[2013/2170] Compiling Vapor ViewRenderer+Concurrency.swift
[2014/2170] Compiling Vapor WebSocket+Concurrency.swift
[2015/2170] Compiling Vapor ContainerGetPathExecutor.swift
[2016/2170] Compiling Vapor Content.swift
[2017/2170] Compiling Vapor ContentCoders.swift
[2018/2170] Compiling Vapor ContentConfiguration.swift
[2019/2170] Compiling Vapor ContentContainer.swift
[2020/2170] Compiling Vapor JSONCoder+Custom.swift
[2021/2170] Compiling Vapor JSONCoders+Content.swift
[2022/2170] Compiling Vapor PlaintextDecoder.swift
[2023/2170] Compiling Vapor PlaintextEncoder.swift
[2024/2170] Compiling Vapor URLQueryCoders.swift
[2025/2170] Compiling Vapor URLQueryContainer.swift
[2026/2170] Compiling Vapor Core.swift
[2027/2170] Compiling Vapor Running.swift
[2028/2170] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2029/2170] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2030/2170] Compiling Vapor DotEnvFile+load.swift
[2031/2170] Compiling Vapor Routes+caseInsenstive.swift
[2032/2170] Compiling Vapor Validatable+validate.swift
[2033/2170] Compiling Vapor Environment+Process.swift
[2034/2170] Compiling Vapor Environment+Secret.swift
[2035/2170] Compiling Vapor Environment.swift
[2036/2170] Compiling Vapor Abort.swift
[2037/2170] Compiling Vapor AbortError.swift
[2038/2170] Compiling Vapor DebuggableError.swift
[2039/2170] Compiling Vapor Demangler.swift
[2040/2170] Compiling Vapor ErrorSource.swift
[2041/2170] Compiling Vapor StackTrace.swift
[2042/2170] Compiling Vapor Exports.swift
[2043/2170] Compiling Vapor Application+HTTP.swift
[2044/2170] Compiling Vapor BasicResponder.swift
[2045/2170] Compiling Vapor BodyStream.swift
[2046/2170] Compiling Vapor Application+HTTP+Client.swift
[2047/2170] Compiling Vapor EventLoopHTTPClient.swift
[2048/2170] Compiling Vapor EndpointCache.swift
[2049/2170] Compiling Vapor HTTPMethod+String.swift
[2050/2218] Compiling Vapor Application.swift
[2051/2218] Compiling Vapor AuthenticationCache.swift
[2052/2218] Compiling Vapor Authenticator.swift
[2053/2218] Compiling Vapor BasicAuthorization.swift
[2054/2218] Compiling Vapor BearerAuthorization.swift
[2055/2218] Compiling Vapor GuardMiddleware.swift
[2056/2218] Compiling Vapor RedirectMiddleware.swift
[2057/2218] Compiling Vapor SessionAuthenticatable.swift
[2058/2218] Compiling Vapor Bcrypt.swift
[2059/2218] Compiling Vapor Application+Cache.swift
[2060/2218] Compiling Vapor Cache.swift
[2061/2218] Compiling Vapor CacheExpirationTime.swift
[2062/2218] Compiling Vapor MemoryCache.swift
[2063/2218] Compiling Vapor Request+Cache.swift
[2064/2218] Compiling Vapor Application+Clients.swift
[2065/2218] Compiling Vapor Client.swift
[2066/2218] Compiling Vapor ClientRequest.swift
[2067/2218] Compiling Vapor ClientResponse.swift
[2068/2218] Compiling Vapor Request+Client.swift
[2069/2218] Compiling Vapor BootCommand.swift
[2070/2218] Compiling Vapor CommandContext+Application.swift
[2071/2218] Compiling Vapor RoutesCommand.swift
[2072/2218] Compiling Vapor ServeCommand.swift
[2073/2218] Compiling Vapor AnyResponse+Concurrency.swift
[2074/2218] Compiling Vapor Validator.swift
[2075/2218] Compiling Vapor ValidatorResult.swift
[2076/2218] Compiling Vapor And.swift
[2077/2218] Compiling Vapor Case.swift
[2078/2218] Compiling Vapor CharacterSet.swift
[2079/2218] Compiling Vapor Count.swift
[2080/2218] Compiling Vapor Custom.swift
[2081/2218] Compiling Vapor Email.swift
[2082/2218] Compiling Vapor Empty.swift
[2083/2218] Compiling Vapor In.swift
[2084/2218] Compiling Vapor Nil.swift
[2085/2218] Compiling Vapor NilIgnoring.swift
[2086/2218] Compiling Vapor Not.swift
[2087/2218] Compiling Vapor Or.swift
[2088/2218] Compiling Vapor Pattern.swift
[2089/2218] Compiling Vapor Range.swift
[2090/2218] Compiling Vapor URL.swift
[2091/2218] Compiling Vapor Valid.swift
[2092/2218] Compiling Vapor Application+Views.swift
[2093/2218] Compiling Vapor PlaintextRenderer.swift
[2094/2218] Compiling Vapor Request+View.swift
[2095/2218] Compiling Vapor View.swift
[2096/2218] Compiling Vapor ViewRenderer.swift
[2097/2218] Compiling Vapor _Deprecations.swift
[2098/2218] Emitting module Vapor
[2099/2218] Compiling Vapor Bytes+Hex.swift
[2100/2218] Compiling Vapor Bytes+SecureCompare.swift
[2101/2218] Compiling Vapor Collection+Safe.swift
[2102/2218] Compiling Vapor DataProtocol+Copy.swift
[2103/2218] Compiling Vapor DecoderUnwrapper.swift
[2104/2218] Compiling Vapor DirectoryConfiguration.swift
[2105/2218] Compiling Vapor DotEnv.swift
[2106/2218] Compiling Vapor Extendable.swift
[2107/2218] Compiling Vapor File.swift
[2108/2218] Compiling Vapor FileIO.swift
[2109/2218] Compiling Vapor LifecycleHandler.swift
[2110/2218] Compiling Vapor OptionalType.swift
[2111/2218] Compiling Vapor RFC1123.swift
[2112/2218] Compiling Vapor SocketAddress+Hostname.swift
[2113/2218] Compiling Vapor Storage.swift
[2114/2218] Compiling Vapor String+IsIPAddress.swift
[2115/2218] Compiling Vapor Thread.swift
[2116/2218] Compiling Vapor URI.swift
[2117/2218] Compiling Vapor RangeResult.swift
[2118/2218] Compiling Vapor Validatable.swift
[2119/2218] Compiling Vapor Validation.swift
[2120/2218] Compiling Vapor ValidationKey.swift
[2121/2218] Compiling Vapor Validations.swift
[2122/2218] Compiling Vapor ValidationsError.swift
[2123/2218] Compiling Vapor HTTPServerResponseEncoder.swift
[2124/2218] Compiling Vapor HTTPServerUpgradeHandler.swift
[2125/2218] Compiling Vapor Logger+Report.swift
[2126/2218] Compiling Vapor LoggingSystem+Environment.swift
[2127/2218] Compiling Vapor Application+Middleware.swift
[2128/2218] Compiling Vapor CORSMiddleware.swift
[2129/2218] Compiling Vapor ErrorMiddleware.swift
[2130/2218] Compiling Vapor FileMiddleware.swift
[2131/2218] Compiling Vapor Middleware.swift
[2132/2218] Compiling Vapor MiddlewareConfiguration.swift
[2133/2218] Compiling Vapor ResponseCompressionMiddleware.swift
[2134/2218] Compiling Vapor RouteLoggingMiddleware.swift
[2135/2218] Compiling Vapor TracingMiddleware.swift
[2136/2218] Compiling Vapor File+Multipart.swift
[2137/2218] Compiling Vapor FormDataDecoder+Content.swift
[2138/2218] Compiling Vapor FormDataEncoder+Content.swift
[2139/2218] Compiling Vapor Application+Password.swift
[2140/2218] Compiling Vapor Application+Passwords.swift
[2141/2218] Compiling Vapor AsyncPasswordHasher.swift
[2142/2218] Compiling Vapor BcryptHasher.swift
[2143/2218] Compiling Vapor PasswordHasher.swift
[2144/2218] Compiling Vapor PlaintextHasher.swift
[2145/2218] Compiling Vapor Request+Password.swift
[2146/2218] Compiling Vapor Redirect.swift
[2147/2218] Compiling Vapor Request+Body.swift
[2148/2218] Compiling Vapor Request+BodyStream.swift
[2149/2218] Compiling Vapor Request.swift
[2150/2218] Compiling Vapor Application+Responder.swift
[2151/2218] Compiling Vapor DefaultResponder.swift
[2152/2218] Compiling Vapor Response+Body.swift
[2153/2218] Compiling Vapor Response.swift
[2154/2218] Compiling Vapor ResponseCodable.swift
[2155/2218] Compiling Vapor Application+Routes.swift
[2156/2218] Compiling Vapor Parameters+Require.swift
[2157/2218] Compiling Vapor Request+WebSocket.swift
[2158/2218] Compiling Vapor Route.swift
[2159/2218] Compiling Vapor RouteCollection.swift
[2160/2218] Compiling Vapor Routes.swift
[2161/2218] Compiling Vapor RoutesBuilder+Group.swift
[2162/2218] Compiling Vapor RoutesBuilder+Method.swift
[2163/2218] Compiling Vapor RoutesBuilder+Middleware.swift
[2164/2218] Compiling Vapor RoutesBuilder+WebSocket.swift
[2165/2218] Compiling Vapor RoutesBuilder.swift
[2166/2218] Compiling Vapor OTP.swift
[2167/2218] Compiling Vapor Application+Servers.swift
[2168/2218] Compiling Vapor Server.swift
[2169/2218] Compiling Vapor App+Service.swift
[2170/2218] Compiling Vapor Req+Service.swift
[2171/2218] Compiling Vapor Service.swift
[2172/2218] Compiling Vapor Application+Sessions.swift
[2173/2218] Compiling Vapor MemorySessions.swift
[2174/2218] Compiling Vapor Request+Session.swift
[2175/2218] Compiling Vapor Session.swift
[2176/2218] Compiling Vapor SessionCache.swift
[2177/2218] Compiling Vapor SessionData.swift
[2178/2218] Compiling Vapor SessionDriver.swift
[2179/2218] Compiling Vapor SessionsConfiguration.swift
[2180/2218] Compiling Vapor SessionsMiddleware.swift
[2181/2218] Compiling Vapor URLEncodedFormData.swift
[2182/2218] Compiling Vapor URLEncodedFormDecoder.swift
[2183/2218] Compiling Vapor URLEncodedFormEncoder.swift
[2184/2218] Compiling Vapor URLEncodedFormError.swift
[2185/2218] Compiling Vapor URLEncodedFormParser.swift
[2186/2218] Compiling Vapor URLEncodedFormSerializer.swift
[2187/2218] Compiling Vapor URLQueryFragmentConvertible.swift
[2188/2218] Compiling Vapor AnyResponse.swift
[2189/2218] Compiling Vapor Array+Random.swift
[2190/2218] Compiling Vapor Base32.swift
[2191/2218] Compiling Vapor Base64.swift
[2192/2218] Compiling Vapor BaseN.swift
[2193/2218] Compiling Vapor BasicCodingKey.swift
[2194/2218] Compiling Vapor ByteCount.swift
[2195/2218] Compiling Vapor HTTPStatus.swift
[2196/2218] Compiling Vapor HTTPCookies.swift
[2197/2218] Compiling Vapor HTTPHeaderCacheControl.swift
[2198/2218] Compiling Vapor HTTPHeaderExpires.swift
[2199/2218] Compiling Vapor HTTPHeaderLastModified.swift
[2200/2218] Compiling Vapor HTTPHeaders+Cache.swift
[2201/2218] Compiling Vapor HTTPHeaders+Connection.swift
[2202/2218] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2203/2218] Compiling Vapor HTTPHeaders+ContentRange.swift
[2204/2218] Compiling Vapor HTTPHeaders+Directive.swift
[2205/2218] Compiling Vapor HTTPHeaders+Forwarded.swift
[2206/2218] Compiling Vapor HTTPHeaders+Link.swift
[2207/2218] Compiling Vapor HTTPHeaders+Name.swift
[2208/2218] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2209/2218] Compiling Vapor HTTPHeaders.swift
[2210/2218] Compiling Vapor HTTPMediaType.swift
[2211/2218] Compiling Vapor HTTPMediaTypePreference.swift
[2212/2218] Compiling Vapor Responder.swift
[2213/2218] Compiling Vapor Application+HTTP+Server.swift
[2214/2218] Compiling Vapor HTTPServer.swift
[2215/2218] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2216/2218] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2217/2218] Compiling Vapor HTTPServerHandler.swift
[2218/2218] Compiling Vapor HTTPServerRequestDecoder.swift
[2220/2244] Compiling VaporTestUtils Utilities.swift
[2221/2244] Compiling ExampleApp routes.swift
[2222/2244] Emitting module ExampleApp
[2223/2244] Compiling ExampleApp configure.swift
[2224/2244] Emitting module VaporExtensions
/host/spi-builder-workspace/Sources/VaporExtensions/Storage/Cacheable.swift:52:12: warning: non-final class 'RequestCacheableMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
50 | }
51 |
52 | open class RequestCacheableMiddleware<C: Cacheable>: AsyncMiddleware {
| `- warning: non-final class 'RequestCacheableMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
53 | public func respond(to request: Vapor.Request,
54 | chainingTo next: any Vapor.AsyncResponder) async throws -> Vapor.Response {
/host/spi-builder-workspace/Sources/VaporExtensions/Storage/Storable.swift:11:17: warning: protocol 'Storable' should be declared to refine 'Sendable' due to a same-type constraint on 'Self'
9 |
10 |
11 | public protocol Storable {
| `- warning: protocol 'Storable' should be declared to refine 'Sendable' due to a same-type constraint on 'Self'
12 | associatedtype StorableKey: StorageKey where StorableKey.Value == Self
13 | }
/host/spi-builder-workspace/Sources/VaporExtensions/Storage/Storable.swift:51:12: warning: non-final class 'RequestStorableMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
49 | }
50 |
51 | open class RequestStorableMiddleware<S: Storable>: AsyncMiddleware {
| `- warning: non-final class 'RequestStorableMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
52 | open var valueProvider: (Request) -> S? = { _ in return nil }
53 | open var asyncValueProvider: (Request) async -> S? = { _ in return nil }
/host/spi-builder-workspace/Sources/VaporExtensions/Storage/Storable.swift:52:14: warning: stored property 'valueProvider' of 'Sendable'-conforming generic class 'RequestStorableMiddleware' is mutable; this is an error in the Swift 6 language mode
50 |
51 | open class RequestStorableMiddleware<S: Storable>: AsyncMiddleware {
52 | open var valueProvider: (Request) -> S? = { _ in return nil }
| `- warning: stored property 'valueProvider' of 'Sendable'-conforming generic class 'RequestStorableMiddleware' is mutable; this is an error in the Swift 6 language mode
53 | open var asyncValueProvider: (Request) async -> S? = { _ in return nil }
54 | public init(){}
[2225/2246] Compiling VaporExtensions RoutesBuilder+PathComponentsRepresentable.swift
[2226/2246] Compiling VaporExtensions RoutesBuilder+Register.swift
[2227/2246] Compiling VaporTestUtils TestingHTTPResponse.swift
[2228/2246] Compiling VaporExtensions RoutesBuilder+HTTPMethodSugar.swift
/host/spi-builder-workspace/Sources/VaporExtensions/Routing/RoutesBuilder++/RoutesBuilder+HTTPMethodSugar.swift:57:9: warning: function call causes an infinite recursion
55 | _ path: [PathComponentRepresentable],
56 | use closure: @escaping (Request) async throws -> R) -> Route {
57 | on(method, path.pathComponents, use: closure)
| `- warning: function call causes an infinite recursion
58 | }
59 | }
[2229/2246] Compiling VaporExtensions RoutesBuilder+Parameters.swift
/host/spi-builder-workspace/Sources/VaporExtensions/Routing/RoutesBuilder++/RoutesBuilder+HTTPMethodSugar.swift:57:9: warning: function call causes an infinite recursion
55 | _ path: [PathComponentRepresentable],
56 | use closure: @escaping (Request) async throws -> R) -> Route {
57 | on(method, path.pathComponents, use: closure)
| `- warning: function call causes an infinite recursion
58 | }
59 | }
[2230/2246] Compiling VaporExtensions Parameter.swift
[2231/2246] Compiling VaporExtensions RoutesBuilder+CodableBody.swift
[2232/2246] Compiling VaporTestUtils TestingHTTPRequest.swift
[2233/2246] Compiling VaporTestUtils TestingApplication.swift
[2234/2246] Emitting module VaporTestUtils
[2235/2246] Compiling VaporExtensions Response+ContentDecoding.swift
[2236/2246] Compiling VaporExtensions Response+StatusValidation.swift
[2237/2246] Compiling VaporExtensions Exports.swift
/host/spi-builder-workspace/Sources/VaporExtensions/NIO++/EventLoopReferencing.swift:46:16: warning: type 'Value' does not conform to the 'Sendable' protocol
44 | public extension EventLoopFuture {
45 | func assert(_ check: @escaping (Value) -> Bool, orFailWith error: Error) -> EventLoopFuture<Value> {
46 | return flatMap { value in
| `- warning: type 'Value' does not conform to the 'Sendable' protocol
47 | guard check(value) else {
48 | return self.fail(with: error)
/host/spi-builder-workspace/Sources/VaporExtensions/NIO++/EventLoopReferencing.swift:47:19: warning: capture of 'check' with non-sendable type '(Value) -> Bool' in a '@Sendable' closure
45 | func assert(_ check: @escaping (Value) -> Bool, orFailWith error: Error) -> EventLoopFuture<Value> {
46 | return flatMap { value in
47 | guard check(value) else {
| |- warning: capture of 'check' with non-sendable type '(Value) -> Bool' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
48 | return self.fail(with: error)
49 | }
/host/spi-builder-workspace/Sources/VaporExtensions/NIO++/EventLoopReferencing.swift:57:53: warning: passing non-sendable parameter 'completion' to function expecting a @Sendable closure
54 | func mapAsserting<V>(_ check: @escaping (Value) -> Bool,
55 | orFailWith error: Error,
56 | completion: @escaping (Value) -> V) -> EventLoopFuture<V> {
| `- note: parameter 'completion' is implicitly non-sendable
57 | return assert(check, orFailWith: error).map(completion)
| `- warning: passing non-sendable parameter 'completion' to function expecting a @Sendable closure
58 | }
59 |
/host/spi-builder-workspace/Sources/VaporExtensions/NIO++/EventLoopReferencing.swift:63:57: warning: passing non-sendable parameter 'completion' to function expecting a @Sendable closure
60 | func flatMapAsserting<V>(_ check: @escaping (Value) -> Bool,
61 | orFailWith error: Error,
62 | completion: @escaping (Value) -> EventLoopFuture<V>) -> EventLoopFuture<V> {
| `- note: parameter 'completion' is implicitly non-sendable
63 | return assert(check, orFailWith: error).flatMap(completion)
| `- warning: passing non-sendable parameter 'completion' to function expecting a @Sendable closure
64 | }
65 | }
/host/spi-builder-workspace/Sources/VaporExtensions/NIO++/EventLoopReferencing.swift:63:49: warning: type 'V' does not conform to the 'Sendable' protocol
58 | }
59 |
60 | func flatMapAsserting<V>(_ check: @escaping (Value) -> Bool,
| `- note: consider making generic parameter 'V' conform to the 'Sendable' protocol
61 | orFailWith error: Error,
62 | completion: @escaping (Value) -> EventLoopFuture<V>) -> EventLoopFuture<V> {
63 | return assert(check, orFailWith: error).flatMap(completion)
| `- warning: type 'V' does not conform to the 'Sendable' protocol
64 | }
65 | }
[2238/2246] Compiling VaporExtensions Logger+StringMessage.swift
/host/spi-builder-workspace/Sources/VaporExtensions/NIO++/EventLoopReferencing.swift:46:16: warning: type 'Value' does not conform to the 'Sendable' protocol
44 | public extension EventLoopFuture {
45 | func assert(_ check: @escaping (Value) -> Bool, orFailWith error: Error) -> EventLoopFuture<Value> {
46 | return flatMap { value in
| `- warning: type 'Value' does not conform to the 'Sendable' protocol
47 | guard check(value) else {
48 | return self.fail(with: error)
/host/spi-builder-workspace/Sources/VaporExtensions/NIO++/EventLoopReferencing.swift:47:19: warning: capture of 'check' with non-sendable type '(Value) -> Bool' in a '@Sendable' closure
45 | func assert(_ check: @escaping (Value) -> Bool, orFailWith error: Error) -> EventLoopFuture<Value> {
46 | return flatMap { value in
47 | guard check(value) else {
| |- warning: capture of 'check' with non-sendable type '(Value) -> Bool' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
48 | return self.fail(with: error)
49 | }
/host/spi-builder-workspace/Sources/VaporExtensions/NIO++/EventLoopReferencing.swift:57:53: warning: passing non-sendable parameter 'completion' to function expecting a @Sendable closure
54 | func mapAsserting<V>(_ check: @escaping (Value) -> Bool,
55 | orFailWith error: Error,
56 | completion: @escaping (Value) -> V) -> EventLoopFuture<V> {
| `- note: parameter 'completion' is implicitly non-sendable
57 | return assert(check, orFailWith: error).map(completion)
| `- warning: passing non-sendable parameter 'completion' to function expecting a @Sendable closure
58 | }
59 |
/host/spi-builder-workspace/Sources/VaporExtensions/NIO++/EventLoopReferencing.swift:63:57: warning: passing non-sendable parameter 'completion' to function expecting a @Sendable closure
60 | func flatMapAsserting<V>(_ check: @escaping (Value) -> Bool,
61 | orFailWith error: Error,
62 | completion: @escaping (Value) -> EventLoopFuture<V>) -> EventLoopFuture<V> {
| `- note: parameter 'completion' is implicitly non-sendable
63 | return assert(check, orFailWith: error).flatMap(completion)
| `- warning: passing non-sendable parameter 'completion' to function expecting a @Sendable closure
64 | }
65 | }
/host/spi-builder-workspace/Sources/VaporExtensions/NIO++/EventLoopReferencing.swift:63:49: warning: type 'V' does not conform to the 'Sendable' protocol
58 | }
59 |
60 | func flatMapAsserting<V>(_ check: @escaping (Value) -> Bool,
| `- note: consider making generic parameter 'V' conform to the 'Sendable' protocol
61 | orFailWith error: Error,
62 | completion: @escaping (Value) -> EventLoopFuture<V>) -> EventLoopFuture<V> {
63 | return assert(check, orFailWith: error).flatMap(completion)
| `- warning: type 'V' does not conform to the 'Sendable' protocol
64 | }
65 | }
[2239/2246] Compiling VaporExtensions EventLoopReferencing.swift
/host/spi-builder-workspace/Sources/VaporExtensions/NIO++/EventLoopReferencing.swift:46:16: warning: type 'Value' does not conform to the 'Sendable' protocol
44 | public extension EventLoopFuture {
45 | func assert(_ check: @escaping (Value) -> Bool, orFailWith error: Error) -> EventLoopFuture<Value> {
46 | return flatMap { value in
| `- warning: type 'Value' does not conform to the 'Sendable' protocol
47 | guard check(value) else {
48 | return self.fail(with: error)
/host/spi-builder-workspace/Sources/VaporExtensions/NIO++/EventLoopReferencing.swift:47:19: warning: capture of 'check' with non-sendable type '(Value) -> Bool' in a '@Sendable' closure
45 | func assert(_ check: @escaping (Value) -> Bool, orFailWith error: Error) -> EventLoopFuture<Value> {
46 | return flatMap { value in
47 | guard check(value) else {
| |- warning: capture of 'check' with non-sendable type '(Value) -> Bool' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
48 | return self.fail(with: error)
49 | }
/host/spi-builder-workspace/Sources/VaporExtensions/NIO++/EventLoopReferencing.swift:57:53: warning: passing non-sendable parameter 'completion' to function expecting a @Sendable closure
54 | func mapAsserting<V>(_ check: @escaping (Value) -> Bool,
55 | orFailWith error: Error,
56 | completion: @escaping (Value) -> V) -> EventLoopFuture<V> {
| `- note: parameter 'completion' is implicitly non-sendable
57 | return assert(check, orFailWith: error).map(completion)
| `- warning: passing non-sendable parameter 'completion' to function expecting a @Sendable closure
58 | }
59 |
/host/spi-builder-workspace/Sources/VaporExtensions/NIO++/EventLoopReferencing.swift:63:57: warning: passing non-sendable parameter 'completion' to function expecting a @Sendable closure
60 | func flatMapAsserting<V>(_ check: @escaping (Value) -> Bool,
61 | orFailWith error: Error,
62 | completion: @escaping (Value) -> EventLoopFuture<V>) -> EventLoopFuture<V> {
| `- note: parameter 'completion' is implicitly non-sendable
63 | return assert(check, orFailWith: error).flatMap(completion)
| `- warning: passing non-sendable parameter 'completion' to function expecting a @Sendable closure
64 | }
65 | }
/host/spi-builder-workspace/Sources/VaporExtensions/NIO++/EventLoopReferencing.swift:63:49: warning: type 'V' does not conform to the 'Sendable' protocol
58 | }
59 |
60 | func flatMapAsserting<V>(_ check: @escaping (Value) -> Bool,
| `- note: consider making generic parameter 'V' conform to the 'Sendable' protocol
61 | orFailWith error: Error,
62 | completion: @escaping (Value) -> EventLoopFuture<V>) -> EventLoopFuture<V> {
63 | return assert(check, orFailWith: error).flatMap(completion)
| `- warning: type 'V' does not conform to the 'Sendable' protocol
64 | }
65 | }
[2240/2246] Compiling VaporExtensions Comparable++.swift
[2241/2246] Compiling VaporExtensions Content+Validate.swift
[2242/2246] Compiling VaporExtensions Environment+Require.swift
[2243/2246] Compiling VaporExtensions HTTPResponseStatus++.swift
[2244/2246] Compiling VaporExtensions Optional+AssertExistence.swift
[2247/2248] Compiling VaporExtensions Cacheable.swift
/host/spi-builder-workspace/Sources/VaporExtensions/Storage/Cacheable.swift:52:12: warning: non-final class 'RequestCacheableMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
50 | }
51 |
52 | open class RequestCacheableMiddleware<C: Cacheable>: AsyncMiddleware {
| `- warning: non-final class 'RequestCacheableMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
53 | public func respond(to request: Vapor.Request,
54 | chainingTo next: any Vapor.AsyncResponder) async throws -> Vapor.Response {
/host/spi-builder-workspace/Sources/VaporExtensions/Storage/Cacheable.swift:25:27: warning: type 'M' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
22 |
23 | public extension Cache {
24 | func getOptional<M: Cacheable>(_ type: M.Type) async -> M? {
| `- note: consider making generic parameter 'M' conform to the 'Sendable' protocol
25 | return try? await get(type.cacheKey, as: type)
| `- warning: type 'M' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
26 | }
27 |
/host/spi-builder-workspace/Sources/VaporExtensions/Storage/Cacheable.swift:48:26: warning: type 'M' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
45 | }
46 |
47 | func set<M: Cacheable>(cachedValue: M) async throws {
| `- note: consider making generic parameter 'M' conform to the 'Sendable' protocol
48 | return try await set(M.cacheKey, to: cachedValue)
| `- warning: type 'M' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
49 | }
50 | }
/host/spi-builder-workspace/Sources/VaporExtensions/Storage/Storable.swift:11:17: warning: protocol 'Storable' should be declared to refine 'Sendable' due to a same-type constraint on 'Self'
9 |
10 |
11 | public protocol Storable {
| `- warning: protocol 'Storable' should be declared to refine 'Sendable' due to a same-type constraint on 'Self'
12 | associatedtype StorableKey: StorageKey where StorableKey.Value == Self
13 | }
/host/spi-builder-workspace/Sources/VaporExtensions/Storage/Storable.swift:51:12: warning: non-final class 'RequestStorableMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
49 | }
50 |
51 | open class RequestStorableMiddleware<S: Storable>: AsyncMiddleware {
| `- warning: non-final class 'RequestStorableMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
52 | open var valueProvider: (Request) -> S? = { _ in return nil }
53 | open var asyncValueProvider: (Request) async -> S? = { _ in return nil }
/host/spi-builder-workspace/Sources/VaporExtensions/Storage/Storable.swift:52:14: warning: stored property 'valueProvider' of 'Sendable'-conforming generic class 'RequestStorableMiddleware' is mutable; this is an error in the Swift 6 language mode
50 |
51 | open class RequestStorableMiddleware<S: Storable>: AsyncMiddleware {
52 | open var valueProvider: (Request) -> S? = { _ in return nil }
| `- warning: stored property 'valueProvider' of 'Sendable'-conforming generic class 'RequestStorableMiddleware' is mutable; this is an error in the Swift 6 language mode
53 | open var asyncValueProvider: (Request) async -> S? = { _ in return nil }
54 | public init(){}
[2248/2248] Compiling VaporExtensions Storable.swift
/host/spi-builder-workspace/Sources/VaporExtensions/Storage/Cacheable.swift:52:12: warning: non-final class 'RequestCacheableMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
50 | }
51 |
52 | open class RequestCacheableMiddleware<C: Cacheable>: AsyncMiddleware {
| `- warning: non-final class 'RequestCacheableMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
53 | public func respond(to request: Vapor.Request,
54 | chainingTo next: any Vapor.AsyncResponder) async throws -> Vapor.Response {
/host/spi-builder-workspace/Sources/VaporExtensions/Storage/Cacheable.swift:25:27: warning: type 'M' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
22 |
23 | public extension Cache {
24 | func getOptional<M: Cacheable>(_ type: M.Type) async -> M? {
| `- note: consider making generic parameter 'M' conform to the 'Sendable' protocol
25 | return try? await get(type.cacheKey, as: type)
| `- warning: type 'M' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
26 | }
27 |
/host/spi-builder-workspace/Sources/VaporExtensions/Storage/Cacheable.swift:48:26: warning: type 'M' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
45 | }
46 |
47 | func set<M: Cacheable>(cachedValue: M) async throws {
| `- note: consider making generic parameter 'M' conform to the 'Sendable' protocol
48 | return try await set(M.cacheKey, to: cachedValue)
| `- warning: type 'M' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
49 | }
50 | }
/host/spi-builder-workspace/Sources/VaporExtensions/Storage/Storable.swift:11:17: warning: protocol 'Storable' should be declared to refine 'Sendable' due to a same-type constraint on 'Self'
9 |
10 |
11 | public protocol Storable {
| `- warning: protocol 'Storable' should be declared to refine 'Sendable' due to a same-type constraint on 'Self'
12 | associatedtype StorableKey: StorageKey where StorableKey.Value == Self
13 | }
/host/spi-builder-workspace/Sources/VaporExtensions/Storage/Storable.swift:51:12: warning: non-final class 'RequestStorableMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
49 | }
50 |
51 | open class RequestStorableMiddleware<S: Storable>: AsyncMiddleware {
| `- warning: non-final class 'RequestStorableMiddleware' cannot conform to 'Sendable'; use '@unchecked Sendable'; this is an error in the Swift 6 language mode
52 | open var valueProvider: (Request) -> S? = { _ in return nil }
53 | open var asyncValueProvider: (Request) async -> S? = { _ in return nil }
/host/spi-builder-workspace/Sources/VaporExtensions/Storage/Storable.swift:52:14: warning: stored property 'valueProvider' of 'Sendable'-conforming generic class 'RequestStorableMiddleware' is mutable; this is an error in the Swift 6 language mode
50 |
51 | open class RequestStorableMiddleware<S: Storable>: AsyncMiddleware {
52 | open var valueProvider: (Request) -> S? = { _ in return nil }
| `- warning: stored property 'valueProvider' of 'Sendable'-conforming generic class 'RequestStorableMiddleware' is mutable; this is an error in the Swift 6 language mode
53 | open var asyncValueProvider: (Request) async -> S? = { _ in return nil }
54 | public init(){}
[2250/2257] Compiling XCTVapor typealiases.swift
[2251/2257] Compiling XCTVapor XCTVaporContext.swift
[2252/2257] Compiling XCTVapor XCTVaporTests.swift
[2253/2257] Emitting module XCTVapor
[2254/2257] Compiling XCTVapor +XCTHTTPResponse.swift
[2255/2257] Compiling XCTVapor Exports.swift
[2256/2257] Compiling XCTVapor +Application.swift
[2257/2257] Compiling XCTVapor XCTApplicationTester.swift
[2259/2263] Emitting module XCTVaporExtensions
[2260/2263] Compiling XCTVaporExtensions XCTApplicationTester+RequestSugar.swift
[2261/2263] Compiling XCTVaporExtensions ResponseExtensions.swift
[2262/2263] Compiling XCTVaporExtensions Exports.swift
[2263/2263] Compiling XCTVaporExtensions VaporTestCase.swift
/host/spi-builder-workspace/Sources/XCTVaporExtensions/VaporTestCase.swift:43:19: warning: 'init(_:_:)' is deprecated: Migrate to using the async APIs. Use use Application.make(_:_:) instead
41 |
42 | open func createApplication() throws -> Application {
43 | let app = Application(applicationEnvironment)
| `- warning: 'init(_:_:)' is deprecated: Migrate to using the async APIs. Use use Application.make(_:_:) instead
44 | try configurer(app)
45 | return app
/host/spi-builder-workspace/Sources/XCTVaporExtensions/VaporTestCase.swift:60:13: 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
58 | try await super.tearDown()
59 | try await beforeAppShutdown()
60 | 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
61 | }
62 |
Build complete! (516.29s)
Build complete.
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
},
{
"identity" : "routingkitextensions",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.2",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Appsaurus/RoutingKitExtensions"
}
],
"manifest_display_name" : "VaporExtensions",
"name" : "VaporExtensions",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "VaporExtensions",
"targets" : [
"VaporExtensions"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "XCTVaporExtensions",
"targets" : [
"XCTVaporExtensions"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XCTVaporExtensions",
"module_type" : "SwiftTarget",
"name" : "XCTVaporExtensions",
"path" : "Sources/XCTVaporExtensions",
"product_dependencies" : [
"Vapor",
"XCTVapor"
],
"product_memberships" : [
"XCTVaporExtensions"
],
"sources" : [
"Exports.swift",
"ResponseExtensions.swift",
"VaporTestCase.swift",
"XCTApplicationTester+RequestSugar.swift"
],
"target_dependencies" : [
"VaporExtensions"
],
"type" : "library"
},
{
"c99name" : "VaporExtensionsTests",
"module_type" : "SwiftTarget",
"name" : "VaporExtensionsTests",
"path" : "Tests/VaporExtensionsTests",
"sources" : [
"CodableBodyTests.swift",
"ComparisonTests.swift",
"LinuxOnlyTests.swift",
"MacOSOnlyTest.swift",
"RouteParameterTests.swift",
"VaporExtensionsTests.swift"
],
"target_dependencies" : [
"ExampleApp",
"VaporExtensions",
"XCTVaporExtensions"
],
"type" : "test"
},
{
"c99name" : "VaporExtensions",
"module_type" : "SwiftTarget",
"name" : "VaporExtensions",
"path" : "Sources/VaporExtensions",
"product_dependencies" : [
"Vapor",
"RoutingKitExtensions"
],
"product_memberships" : [
"VaporExtensions",
"XCTVaporExtensions"
],
"sources" : [
"Comparable++.swift",
"Content++/Content+Validate.swift",
"Environment/Environment+Require.swift",
"Exports.swift",
"Logging/Logger+StringMessage.swift",
"NIO++/EventLoopReferencing.swift",
"NIO++/HTTPResponseStatus++.swift",
"Optional+AssertExistence.swift",
"Response++/Response+ContentDecoding.swift",
"Response++/Response+StatusValidation.swift",
"Routing/Parameter.swift",
"Routing/RoutesBuilder++/RoutesBuilder+CodableBody.swift",
"Routing/RoutesBuilder++/RoutesBuilder+HTTPMethodSugar.swift",
"Routing/RoutesBuilder++/RoutesBuilder+Parameters.swift",
"Routing/RoutesBuilder++/RoutesBuilder+PathComponentsRepresentable.swift",
"Routing/RoutesBuilder++/RoutesBuilder+Register.swift",
"Storage/Cacheable.swift",
"Storage/Storable.swift"
],
"type" : "library"
},
{
"c99name" : "ExampleApp",
"module_type" : "SwiftTarget",
"name" : "ExampleApp",
"path" : "ExampleApp/App",
"product_dependencies" : [
"Vapor"
],
"sources" : [
"configure.swift",
"routes.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.