Build Information
Successful build of vapor-rest-client, reference 2.0.0-alpha.4 (4f02e7), with Swift 6.1 for Android on 27 May 2025 11:56:36 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images: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/fschwehn/vapor-rest-client.git
Reference: 2.0.0-alpha.4
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/fschwehn/vapor-rest-client
* tag 2.0.0-alpha.4 -> FETCH_HEAD
HEAD is now at 4f02e76 rename package
Cloned https://github.com/fschwehn/vapor-rest-client.git
Revision (git rev-parse @):
4f02e767e38d18922f1b0bdf3030d51795af4450
SUCCESS checkout https://github.com/fschwehn/vapor-rest-client.git at 2.0.0-alpha.4
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/fschwehn/vapor-rest-client.git
https://github.com/fschwehn/vapor-rest-client.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0-rc",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
}
],
"manifest_display_name" : "vapor-rest-client",
"name" : "vapor-rest-client",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "RestClient",
"targets" : [
"RestClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RestClientTests",
"module_type" : "SwiftTarget",
"name" : "RestClientTests",
"path" : "Tests/RestClientTests",
"product_dependencies" : [
"XCTVapor"
],
"sources" : [
"RestClientTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"RestClient"
],
"type" : "test"
},
{
"c99name" : "RestClient",
"module_type" : "SwiftTarget",
"name" : "RestClient",
"path" : "Sources/RestClient",
"product_dependencies" : [
"Vapor"
],
"product_memberships" : [
"RestClient"
],
"sources" : [
"ClientRequestError.swift",
"Middleware/Auth/AuthorizationCodeOAuthSession.swift",
"Middleware/Auth/BasicAuthorization+RestClientMiddleware.swift",
"Middleware/Auth/ClientAuthMiddleware.swift",
"Middleware/Auth/ClientCredentialsOAuthSession.swift",
"Middleware/Auth/JWTAuthMiddleware.swift",
"Middleware/Auth/OAuthSession.swift",
"Middleware/RequestLogger.swift",
"Middleware/RequestScheduler.swift",
"Middleware/StatusCodeToErrorTransformer.swift",
"RestClient.swift",
"RestClientMiddleware.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/vapor.git
[1/74378] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.63s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (3.57s)
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/multipart-kit.git
[1/3319] Fetching multipart-kit
[1628/4382] Fetching multipart-kit, swift-service-context
[2362/6991] Fetching multipart-kit, swift-service-context, websocket-kit
[3839/12950] Fetching multipart-kit, swift-service-context, websocket-kit, swift-algorithms
[7088/14660] Fetching multipart-kit, swift-service-context, websocket-kit, swift-algorithms, swift-atomics
Fetched https://github.com/apple/swift-algorithms.git from cache (0.89s)
Fetched https://github.com/apple/swift-service-context.git from cache (0.89s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.90s)
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-metrics.git
[3338/10943] Fetching multipart-kit, swift-atomics, swift-nio-extras
[3634/15917] Fetching multipart-kit, swift-atomics, swift-nio-extras, swift-distributed-tracing
[4220/18123] Fetching multipart-kit, swift-atomics, swift-nio-extras, swift-distributed-tracing, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.46s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.55s)
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.65s)
Fetching https://github.com/apple/swift-nio.git
Fetched https://github.com/apple/swift-atomics.git from cache (1.73s)
Fetching https://github.com/vapor/routing-kit.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.79s)
Fetching https://github.com/apple/swift-crypto.git
[1/11527] Fetching swift-nio-http2
[693/15363] Fetching swift-nio-http2, swift-log
[2306/30206] Fetching swift-nio-http2, swift-log, swift-nio-ssl
[2384/50933] Fetching swift-nio-http2, swift-log, swift-nio-ssl, routing-kit
[20613/126975] Fetching swift-nio-http2, swift-log, swift-nio-ssl, routing-kit, swift-nio
[25551/140911] Fetching swift-nio-http2, swift-log, swift-nio-ssl, routing-kit, swift-nio, swift-crypto
Fetched https://github.com/apple/swift-log.git from cache (0.63s)
[22301/137075] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio, swift-crypto
Fetching https://github.com/vapor/console-kit.git
[39240/142652] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio, swift-crypto, console-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.59s)
[58648/137075] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio, swift-crypto
Fetching https://github.com/vapor/async-kit.git
[74572/139445] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio, swift-crypto, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.57s)
[85468/137075] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio, swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/routing-kit.git from cache (1.71s)
[70837/116348] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-crypto
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.09s)
[61424/104821] Fetching swift-nio-ssl, swift-nio, swift-crypto
[72570/118835] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.30s)
[81940/103992] Fetching swift-nio, swift-crypto, async-http-client
Fetched https://github.com/apple/swift-crypto.git from cache (3.17s)
[71046/90056] Fetching swift-nio, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.61s)
[57792/76042] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (7.09s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (9.21s)
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.60s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.58s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.60s)
Fetching https://github.com/apple/swift-numerics.git
[1/5691] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.41s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.32s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[748/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.33s)
Fetched https://github.com/apple/swift-collections.git from cache (1.37s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (2.01s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.84s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.80s)
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.44s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (7.58s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.98s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.62s)
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.16s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/apple/swift-asn1.git
[1/1141] Fetching swift-http-structured-headers
[13/3567] Fetching swift-http-structured-headers, swift-service-lifecycle
[14/5157] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-asn1
[854/10142] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-asn1, swift-async-algorithms
[8000/16297] Fetching swift-http-structured-headers, swift-service-lifecycle, swift-asn1, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.63s)
[10268/15156] Fetching swift-service-lifecycle, swift-asn1, swift-async-algorithms, swift-certificates
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.65s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.64s)
[6524/11140] Fetching swift-async-algorithms, swift-certificates
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.94s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.94s)
[1/904] Fetching swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.39s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.72s)
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.77s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.49s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.30s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.67s)
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.64s)
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.79s)
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 (0.63s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.69s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (0.55s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.54s)
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.82s)
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.79s)
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.78s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.66s)
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/apple/swift-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-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-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-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/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/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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/vapor/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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.2
Creating working copy for https://github.com/apple/swift-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/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-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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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-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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Building for debugging...
[0/831] Write sources
[50/831] Compiling CVaporBcrypt bcrypt.c
[51/831] Compiling _NumericsShims _NumericsShims.c
[52/831] Compiling CNIOWindows WSAStartup.c
[53/831] Compiling CNIOWASI CNIOWASI.c
[53/831] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[54/831] Compiling _AtomicsShims.c
[56/831] Compiling CNIOWindows shim.c
[57/831] Compiling CVaporBcrypt blf.c
[58/831] Compiling CNIOLinux liburing_shims.c
[59/831] Compiling CSystem shims.c
[60/831] Compiling CNIOSHA1 c_nio_sha1.c
[61/831] Compiling CNIOExtrasZlib empty.c
[62/831] Compiling CNIOLLHTTP c_nio_http.c
[63/831] Compiling CNIODarwin shim.c
[64/831] Compiling CNIOLinux shim.c
[65/831] Compiling fiat_p256_adx_sqr.S
[66/831] Compiling fiat_curve25519_adx_square.S
[67/831] Compiling CNIOLLHTTP c_nio_api.c
[68/831] Write swift-version-24593BA9C3E375BF.txt
[69/831] Compiling fiat_curve25519_adx_mul.S
[70/831] Compiling fiat_p256_adx_mul.S
[71/831] Compiling CNIOLLHTTP c_nio_llhttp.c
[72/865] Compiling CNIOBoringSSLShims shims.c
[74/868] Emitting module ServiceContextModule
[74/868] Compiling tls13_enc.cc
[75/868] Compiling tls_method.cc
[76/868] Compiling tls13_server.cc
[77/868] Compiling tls_record.cc
[79/900] Emitting module RealModule
[80/901] Emitting module SystemPackage
[81/904] Compiling ServiceContextModule ServiceContextKey.swift
[82/904] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[83/905] Compiling RealModule Float+Real.swift
[84/905] Compiling _NIODataStructures PriorityQueue.swift
[85/905] Compiling RealModule Real.swift
[86/905] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[87/905] Compiling InternalCollectionsUtilities _SortedCollection.swift
[88/905] Compiling RealModule ElementaryFunctions.swift
[89/905] Compiling _NIODataStructures _TinyArray.swift
[90/905] Compiling RealModule RealFunctions.swift
[91/905] Compiling Logging LogHandler.swift
[92/905] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[93/905] Compiling InternalCollectionsUtilities Integer rank.swift
[94/905] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[95/905] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[96/905] Emitting module _NIOBase64
[97/905] Compiling _NIOBase64 Base64.swift
[98/905] Compiling RealModule Float16+Real.swift
[99/905] Compiling RealModule Float80+Real.swift
[100/906] Compiling ServiceContextModule ServiceContext.swift
[101/907] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[102/907] Compiling InternalCollectionsUtilities UInt+reversed.swift
[105/907] Emitting module CoreMetrics
[108/908] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[109/908] Compiling InternalCollectionsUtilities Debugging.swift
[110/908] Compiling InternalCollectionsUtilities Descriptions.swift
[111/908] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[112/908] Emitting module _NIODataStructures
[113/908] Compiling _NIODataStructures Heap.swift
[114/908] Compiling SystemPackage MachPort.swift
[115/908] Compiling SystemPackage PlatformString.swift
[116/908] Compiling SystemPackage SystemString.swift
[125/909] Compiling CoreMetrics Metrics.swift
[127/909] Emitting module InternalCollectionsUtilities
[131/909] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[133/935] Compiling SystemPackage Util+StringArray.swift
[134/935] Compiling SystemPackage Util.swift
[135/935] Compiling SystemPackage UtilConsumers.swift
[136/935] Compiling Instrumentation NoOpInstrument.swift
[137/951] Compiling Instrumentation MultiplexInstrument.swift
[138/960] Compiling Algorithms Indexed.swift
[139/960] Compiling Algorithms Intersperse.swift
[140/960] Compiling Algorithms Compacted.swift
[141/962] Compiling Algorithms Permutations.swift
[142/962] Compiling Algorithms Product.swift
[143/962] Compiling Algorithms MinMax.swift
[144/962] Compiling Algorithms Partition.swift
[145/962] Compiling Algorithms Joined.swift
[146/962] Compiling Algorithms Keyed.swift
[147/962] Compiling Algorithms Cycle.swift
[148/962] Compiling Algorithms EitherSequence.swift
[149/962] Compiling Algorithms FirstNonNil.swift
[150/962] Compiling Atomics IntegerOperations.swift
[151/962] Compiling Atomics Unmanaged extensions.swift
[151/962] Compiling tls13_client.cc
[152/1030] Compiling tls13_both.cc
[154/1030] Compiling _RopeModule BigString+Chunk.swift
[155/1030] Compiling _RopeModule BigString+BidirectionalCollection.swift
[156/1030] Compiling _RopeModule BigString+Comparable.swift
[157/1030] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[158/1030] Compiling _RopeModule BigString+CustomStringConvertible.swift
[159/1030] Compiling _RopeModule BigString+Equatable.swift
[160/1033] Compiling Instrumentation InstrumentationSystem.swift
[161/1033] Compiling Instrumentation Instrument.swift
[162/1033] Emitting module Instrumentation
[163/1033] Compiling Instrumentation Locks.swift
[164/1033] Compiling _RopeModule BigString+Ingester.swift
[165/1033] Compiling _RopeModule BigString+Invariants.swift
[166/1033] Compiling _RopeModule BigString+Iterators.swift
[167/1033] Compiling _RopeModule BigString+Metrics.swift
[168/1034] Compiling Logging Locks.swift
[169/1034] Emitting module Logging
[170/1034] Compiling CoreMetrics Locks.swift
[171/1035] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[172/1035] Compiling _RopeModule BigString+Chunk+Splitting.swift
[175/1035] Compiling _RopeModule BigString+Chunk+Counts.swift
[176/1035] Compiling _RopeModule BigString+Chunk+Description.swift
[177/1035] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[178/1035] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[179/1035] Compiling _RopeModule BigString+Summary.swift
[180/1035] Compiling _RopeModule BigString.swift
[181/1035] Compiling _RopeModule BigString+Chunk+Append and Insert.swift
[182/1035] Compiling _RopeModule BigString+Chunk+Breaks.swift
[187/1035] Compiling Logging MetadataProvider.swift
[188/1065] Compiling Logging Logging.swift
[193/1092] Compiling OrderedCollections _HashTable+Bucket.swift
[194/1092] Compiling OrderedCollections _HashTable+BucketIterator.swift
[195/1092] Compiling OrderedCollections _HashTable+Constants.swift
[196/1092] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[197/1092] Compiling OrderedCollections _HashTable+Testing.swift
[198/1092] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[199/1092] Compiling OrderedCollections _HashTable.swift
[200/1092] Compiling OrderedCollections _Hashtable+Header.swift
[201/1092] Compiling OrderedCollections OrderedDictionary.swift
[202/1092] Compiling OrderedCollections OrderedSet+Codable.swift
[203/1185] Compiling HeapModule Heap+Invariants.swift
[204/1185] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[205/1185] Compiling HeapModule Heap+Descriptions.swift
[206/1185] Emitting module Atomics
[207/1185] Compiling HashTreeCollections _HashNode+Structural union.swift
[208/1185] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[209/1185] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[210/1185] Compiling HeapModule _HeapNode.swift
[211/1185] Compiling HeapModule Heap.swift
[212/1185] Compiling HashTreeCollections _RawHashNode.swift
[213/1185] Compiling HashTreeCollections _UnmanagedHashNode.swift
[214/1185] Compiling HashTreeCollections _UnsafePath.swift
[215/1185] Compiling HashTreeCollections TreeDictionary+Codable.swift
[216/1185] Compiling HashTreeCollections TreeDictionary+Collection.swift
[217/1185] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[218/1185] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[219/1185] Compiling HashTreeCollections TreeDictionary+Merge.swift
[220/1185] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[221/1185] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[222/1185] Compiling HashTreeCollections TreeDictionary+Values.swift
[223/1185] Compiling HashTreeCollections _HashTreeIterator.swift
[224/1185] Compiling HashTreeCollections _HashTreeStatistics.swift
[225/1185] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[226/1192] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[227/1192] Compiling HashTreeCollections _HashNode+Structural filter.swift
[228/1192] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[229/1192] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[230/1192] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[231/1192] Compiling HashTreeCollections _HashNode+Storage.swift
[232/1192] Compiling Tracing TracingTime.swift
[233/1193] Compiling HashTreeCollections _HashNode+Builder.swift
[234/1193] Compiling HashTreeCollections _HashNode+Debugging.swift
[235/1193] Compiling HashTreeCollections _HashNode+Initializers.swift
[236/1193] Compiling HashTreeCollections _HashNode+Invariants.swift
[237/1193] Compiling HashTreeCollections _HashNode+Lookups.swift
[238/1193] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[239/1193] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[240/1193] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[241/1193] Compiling HashTreeCollections _HashStack.swift
[242/1193] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[243/1193] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[244/1193] Compiling HashTreeCollections TreeDictionary+Filter.swift
[245/1193] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[246/1193] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[247/1193] Compiling HashTreeCollections TreeDictionary+Keys.swift
[248/1193] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[249/1193] Compiling HeapModule Heap+UnsafeHandle.swift
[250/1193] Compiling Tracing TracerProtocol.swift
[252/1193] Compiling Tracing InstrumentationSystem+Tracing.swift
[253/1193] Emitting module HeapModule
[254/1193] Emitting module Tracing
[255/1194] Compiling OrderedCollections OrderedSet+SubSequence.swift
[256/1194] Compiling OrderedCollections OrderedSet+Testing.swift
[257/1194] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[258/1194] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[259/1194] Compiling OrderedCollections OrderedSet.swift
[260/1194] Compiling OrderedCollections _UnsafeBitset.swift
[261/1194] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[262/1194] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[263/1194] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[264/1194] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[265/1204] Compiling Tracing Tracer.swift
[266/1204] Compiling Tracing TracerProtocol+Legacy.swift
[272/1210] Compiling Tracing NoOpTracer.swift
[273/1210] Compiling Tracing SpanProtocol.swift
[274/1211] Compiling HashTreeCollections TreeDictionary.swift
[275/1211] Compiling HashTreeCollections TreeSet+Codable.swift
[276/1211] Compiling HashTreeCollections TreeSet+Collection.swift
[277/1211] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[278/1211] Compiling HashTreeCollections TreeSet+Debugging.swift
[279/1211] Compiling HashTreeCollections TreeSet+Descriptions.swift
[280/1211] Compiling HashTreeCollections TreeSet+Equatable.swift
[281/1211] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[282/1211] Compiling HashTreeCollections TreeSet+Extras.swift
[283/1211] Compiling HashTreeCollections TreeSet+Filter.swift
[290/1211] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[291/1211] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[292/1211] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[293/1211] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[294/1211] Compiling HashTreeCollections _HashNode+Structural merge.swift
[295/1211] Compiling HashTreeCollections _AncestorHashSlots.swift
[296/1211] Compiling HashTreeCollections _Bitmap.swift
[297/1211] Compiling HashTreeCollections _Bucket.swift
[298/1211] Compiling HashTreeCollections _Hash.swift
[299/1211] Compiling HashTreeCollections _HashLevel.swift
[309/1220] Compiling OrderedCollections OrderedSet+Sendable.swift
[334/1235] Compiling DequeModule _DequeBuffer.swift
[335/1235] Compiling DequeModule _DequeBufferHeader.swift
[336/1237] Compiling DequeModule Deque+Equatable.swift
[337/1237] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[338/1237] Compiling DequeModule Deque+CustomReflectable.swift
[339/1237] Compiling DequeModule Deque+Descriptions.swift
[343/1237] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[344/1237] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[345/1237] Compiling HashTreeCollections _HashNode.swift
[346/1237] Compiling HashTreeCollections _HashNodeHeader.swift
[347/1237] Compiling HashTreeCollections _HashSlot.swift
[348/1237] Compiling DequeModule Deque+Testing.swift
[349/1237] Compiling DequeModule Deque._Storage.swift
[350/1237] Compiling DequeModule Deque._UnsafeHandle.swift
[351/1237] Compiling DequeModule Deque.swift
[354/1237] Compiling DequeModule _DequeSlot.swift
[355/1237] Compiling DequeModule _UnsafeWrappedBuffer.swift
[356/1237] Compiling DequeModule Deque+Codable.swift
[357/1237] Compiling DequeModule Deque+Collection.swift
[362/1237] Compiling DequeModule Deque+Extras.swift
[363/1237] Compiling DequeModule Deque+Hashable.swift
[364/1237] Compiling _RopeModule _CharacterRecognizer.swift
[365/1237] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[366/1237] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[367/1237] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[368/1237] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[369/1237] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[370/1237] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[371/1237] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[372/1237] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[373/1237] Compiling HashTreeCollections TreeSet.swift
[376/1237] Emitting module Algorithms
[377/1238] Emitting module OrderedCollections
[378/1238] Emitting module _RopeModule
[393/1239] Emitting module RoutingKit
[396/1239] Compiling RoutingKit PathComponent.swift
[398/1239] Emitting module DequeModule
[399/1240] Compiling RoutingKit Router.swift
[400/1240] Compiling RoutingKit TrieRouter.swift
[424/1240] Emitting module Metrics
[425/1240] Compiling Metrics Metrics.swift
[426/1241] Compiling RoutingKit AnyRouter.swift
[427/1241] Compiling RoutingKit Parameters.swift
[462/1242] Compiling _RopeModule Rope+Join.swift
[463/1242] Compiling _RopeModule Rope+MutatingForEach.swift
[464/1242] Compiling _RopeModule Rope+Remove.swift
[465/1242] Compiling _RopeModule Rope+RemoveSubrange.swift
[466/1242] Compiling _RopeModule Rope+Split.swift
[467/1242] Compiling _RopeModule Optional Utilities.swift
[468/1242] Compiling _RopeModule String Utilities.swift
[469/1242] Compiling _RopeModule String.Index+ABI.swift
[489/1242] Compiling ssl_versions.cc
[491/1243] Compiling t1_enc.cc
[492/1243] Compiling ssl_x509.cc
[493/1243] Compiling ssl_transcript.cc
[495/1243] Emitting module HashTreeCollections
[496/1244] Compiling ssl_privkey.cc
[497/1244] Compiling ssl_stat.cc
[498/1244] Compiling ssl_lib.cc
[499/1244] Compiling ssl_session.cc
[500/1244] Compiling ssl_key_share.cc
[501/1244] Compiling ssl_credential.cc
[502/1244] Compiling ssl_file.cc
[503/1244] Compiling ssl_buffer.cc
[504/1244] Compiling ssl_cipher.cc
[505/1244] Compiling ssl_asn1.cc
[506/1244] Compiling ssl_cert.cc
[507/1244] Compiling s3_both.cc
[508/1244] Compiling ssl_aead_ctx.cc
[509/1244] Compiling s3_pkt.cc
[510/1244] Compiling s3_lib.cc
[511/1244] Compiling handshake_server.cc
[512/1244] Compiling handshake_client.cc
[513/1244] Compiling handshake.cc
[514/1244] Compiling handoff.cc
[515/1244] Compiling dtls_method.cc
[516/1244] Compiling dtls_record.cc
[517/1244] Compiling encrypted_client_hello.cc
[518/1244] Compiling md5-x86_64-linux.S
[519/1244] Compiling md5-x86_64-apple.S
[520/1244] Compiling md5-586-linux.S
[521/1244] Compiling md5-586-apple.S
[522/1244] Compiling chacha20_poly1305_x86_64-linux.S
[523/1244] Compiling chacha20_poly1305_x86_64-apple.S
[524/1244] Compiling extensions.cc
[525/1244] Compiling chacha20_poly1305_armv8-win.S
[526/1244] Compiling chacha20_poly1305_armv8-apple.S
[527/1244] Compiling chacha20_poly1305_armv8-linux.S
[528/1244] Compiling chacha-x86_64-linux.S
[529/1244] Compiling chacha-x86_64-apple.S
[530/1244] Compiling chacha-x86-linux.S
[531/1244] Compiling chacha-x86-apple.S
[532/1244] Compiling chacha-armv8-win.S
[533/1244] Compiling chacha-armv8-apple.S
[534/1244] Compiling chacha-armv8-linux.S
[535/1244] Compiling chacha-armv4-linux.S
[536/1244] Compiling aes128gcmsiv-x86_64-linux.S
[537/1244] Compiling d1_srtp.cc
[538/1244] Compiling aes128gcmsiv-x86_64-apple.S
[539/1244] Compiling x86_64-mont5-linux.S
[540/1244] Compiling x86_64-mont5-apple.S
[541/1244] Compiling x86_64-mont-linux.S
[542/1244] Compiling err_data.cc
[543/1244] Compiling x86_64-mont-apple.S
[544/1244] Compiling x86-mont-linux.S
[545/1244] Compiling x86-mont-apple.S
[546/1244] Compiling vpaes-x86_64-linux.S
[547/1244] Compiling vpaes-x86_64-apple.S
[548/1244] Compiling vpaes-x86-linux.S
[549/1244] Compiling vpaes-x86-apple.S
[550/1244] Compiling vpaes-armv8-win.S
[551/1244] Compiling vpaes-armv8-apple.S
[552/1244] Compiling vpaes-armv7-linux.S
[553/1244] Compiling vpaes-armv8-linux.S
[554/1244] Compiling sha512-x86_64-linux.S
[555/1244] Compiling sha512-armv8-win.S
[556/1244] Compiling sha512-x86_64-apple.S
[557/1244] Compiling sha512-armv8-apple.S
[558/1244] Compiling sha512-armv8-linux.S
[559/1244] Compiling sha512-armv4-linux.S
[560/1244] Compiling sha512-586-linux.S
[561/1244] Compiling sha512-586-apple.S
[562/1244] Compiling sha256-x86_64-linux.S
[563/1244] Compiling sha256-armv8-win.S
[564/1244] Compiling sha256-x86_64-apple.S
[565/1244] Compiling sha256-armv4-linux.S
[566/1244] Compiling sha256-armv8-apple.S
[567/1244] Compiling sha256-586-linux.S
[568/1244] Compiling sha256-armv8-linux.S
[569/1244] Compiling d1_pkt.cc
[570/1244] Compiling sha256-586-apple.S
[571/1244] Compiling sha1-x86_64-linux.S
[572/1244] Compiling sha1-x86_64-apple.S
[573/1244] Compiling sha1-armv8-win.S
[574/1244] Compiling d1_lib.cc
[575/1244] Compiling sha1-armv8-apple.S
[576/1244] Compiling sha1-armv4-large-linux.S
[577/1244] Compiling sha1-586-linux.S
[578/1244] Compiling sha1-586-apple.S
[579/1244] Compiling sha1-armv8-linux.S
[580/1244] Compiling bio_ssl.cc
[581/1244] Compiling rsaz-avx2-linux.S
[582/1244] Compiling rsaz-avx2-apple.S
[583/1244] Compiling rdrand-x86_64-linux.S
[584/1244] Compiling rdrand-x86_64-apple.S
[585/1244] Compiling p256_beeu-x86_64-asm-linux.S
[586/1244] Compiling p256_beeu-x86_64-asm-apple.S
[587/1244] Compiling p256_beeu-armv8-asm-win.S
[588/1244] Compiling p256_beeu-armv8-asm-linux.S
[589/1244] Compiling p256_beeu-armv8-asm-apple.S
[590/1244] Compiling p256-x86_64-asm-linux.S
[591/1244] Compiling p256-x86_64-asm-apple.S
[592/1244] Compiling p256-armv8-asm-win.S
[593/1244] Compiling p256-armv8-asm-apple.S
[594/1244] Compiling p256-armv8-asm-linux.S
[595/1244] Compiling ghashv8-armv8-win.S
[596/1244] Compiling ghashv8-armv8-apple.S
[597/1244] Compiling ghashv8-armv8-linux.S
[598/1244] Compiling ghashv8-armv7-linux.S
[599/1244] Compiling ghash-x86_64-linux.S
[600/1244] Compiling ghash-x86_64-apple.S
[601/1244] Compiling ghash-x86-linux.S
[602/1244] Compiling ghash-x86-apple.S
[603/1244] Compiling ghash-ssse3-x86_64-linux.S
[604/1244] Compiling ghash-ssse3-x86_64-apple.S
[605/1244] Compiling ghash-ssse3-x86-apple.S
[606/1244] Compiling ghash-ssse3-x86-linux.S
[607/1244] Compiling ghash-neon-armv8-win.S
[608/1244] Compiling ghash-armv4-linux.S
[609/1244] Compiling ghash-neon-armv8-apple.S
[609/1244] Compiling ghash-neon-armv8-linux.S
[611/1244] Compiling co-586-linux.S
[612/1244] Compiling co-586-apple.S
[613/1244] Compiling bsaes-armv7-linux.S
[614/1244] Compiling bn-armv8-win.S
[615/1244] Compiling d1_both.cc
[616/1244] Compiling bn-armv8-apple.S
[617/1244] Compiling bn-armv8-linux.S
[618/1244] Compiling bn-586-linux.S
[619/1244] Compiling bn-586-apple.S
[620/1244] Compiling armv8-mont-win.S
[621/1244] Compiling armv8-mont-linux.S
[622/1244] Compiling armv8-mont-apple.S
[623/1244] Compiling aesv8-gcm-armv8-win.S
[624/1244] Compiling armv4-mont-linux.S
[625/1244] Compiling aesv8-armv8-win.S
[626/1244] Compiling aesv8-gcm-armv8-apple.S
[627/1244] Compiling aesv8-armv8-linux.S
[628/1244] Compiling aesv8-armv8-apple.S
[629/1244] Compiling aesv8-gcm-armv8-linux.S
[630/1244] Compiling aesv8-armv7-linux.S
[631/1244] Compiling aesni-x86_64-linux.S
[632/1244] Compiling aesni-x86_64-apple.S
[633/1244] Compiling aesni-x86-linux.S
[634/1244] Compiling aesni-x86-apple.S
[635/1244] Compiling aesni-gcm-x86_64-linux.S
[636/1244] Compiling aesni-gcm-x86_64-apple.S
[637/1244] Compiling aes-gcm-avx2-x86_64-linux.S
[638/1244] Compiling aes-gcm-avx2-x86_64-apple.S
[639/1244] Compiling aes-gcm-avx10-x86_64-linux.S
[640/1244] Compiling aes-gcm-avx10-x86_64-apple.S
[641/1244] Compiling x_val.cc
[642/1244] Compiling x_x509a.cc
[643/1244] Compiling x_name.cc
[644/1244] Compiling x_spki.cc
[645/1244] Compiling x_x509.cc
[646/1244] Compiling x_pubkey.cc
[647/1244] Compiling x_sig.cc
[648/1244] Compiling x_req.cc
[649/1244] Compiling x_attrib.cc
[650/1244] Compiling x509rset.cc
[651/1244] Compiling x_exten.cc
[652/1244] Compiling x_algor.cc
[653/1244] Compiling x_all.cc
[654/1244] Compiling x509spki.cc
[655/1244] Compiling x_crl.cc
[656/1244] Compiling x509name.cc
[657/1244] Compiling x509_txt.cc
[658/1244] Compiling x509_vfy.cc
[659/1244] Compiling x509_vpm.cc
[660/1244] Compiling x509cset.cc
[661/1244] Compiling x509_trs.cc
[662/1244] Compiling x509_set.cc
[663/1244] Compiling x509_req.cc
[664/1244] Compiling x509_v3.cc
[665/1244] Compiling x509_obj.cc
[666/1244] Compiling x509_ext.cc
[667/1244] Compiling x509_d2.cc
[668/1244] Compiling x509_lu.cc
[669/1244] Compiling x509_cmp.cc
[670/1244] Compiling x509_def.cc
[671/1244] Compiling x509_att.cc
[672/1244] Compiling v3_utl.cc
[673/1244] Compiling x509.cc
[674/1244] Compiling v3_skey.cc
[675/1244] Compiling v3_pmaps.cc
[676/1244] Compiling v3_prn.cc
[677/1244] Compiling v3_purp.cc
[678/1244] Compiling v3_pcons.cc
[679/1244] Compiling v3_ocsp.cc
[680/1244] Compiling v3_int.cc
[681/1244] Compiling v3_ncons.cc
[682/1244] Compiling v3_lib.cc
[683/1244] Compiling v3_info.cc
[684/1244] Compiling v3_ia5.cc
[685/1244] Compiling v3_enum.cc
[686/1244] Compiling v3_genn.cc
[687/1244] Compiling v3_extku.cc
[688/1244] Compiling v3_crld.cc
[689/1244] Compiling v3_cpols.cc
[690/1244] Compiling v3_bitst.cc
[691/1244] Compiling v3_conf.cc
[692/1244] Compiling v3_bcons.cc
[693/1244] Compiling v3_akeya.cc
[694/1244] Compiling t_x509a.cc
[695/1244] Compiling t_req.cc
[696/1244] Compiling v3_akey.cc
[697/1244] Compiling v3_alt.cc
[698/1244] Compiling rsa_pss.cc
[699/1244] Compiling policy.cc
[700/1244] Compiling t_x509.cc
[701/1244] Compiling t_crl.cc
[702/1244] Compiling i2d_pr.cc
[703/1244] Compiling name_print.cc
[704/1244] Compiling asn1_gen.cc
[705/1244] Compiling by_file.cc
[706/1244] Compiling by_dir.cc
[707/1244] Compiling a_verify.cc
[708/1244] Compiling a_sign.cc
[709/1244] Compiling algorithm.cc
[710/1244] Compiling thread_win.cc
[711/1244] Compiling a_digest.cc
[712/1244] Compiling trust_token.cc
[713/1244] Compiling voprf.cc
[714/1244] Compiling pmbtoken.cc
[715/1244] Compiling thread_pthread.cc
[716/1244] Compiling thread.cc
[717/1244] Compiling siphash.cc
[718/1244] Compiling thread_none.cc
[719/1244] Compiling sha512.cc
[720/1244] Compiling stack.cc
[721/1244] Compiling slhdsa.cc
[722/1244] Compiling sha1.cc
[723/1244] Compiling rsa_print.cc
[724/1244] Compiling sha256.cc
[725/1244] Compiling rsa_extra.cc
[726/1244] Compiling spake2plus.cc
[727/1244] Compiling rsa_crypt.cc
[728/1244] Compiling rc4.cc
[729/1244] Compiling refcount.cc
[730/1244] Compiling windows.cc
[731/1244] Compiling urandom.cc
[732/1244] Compiling rand.cc
[733/1244] Compiling rsa_asn1.cc
[734/1244] Compiling trusty.cc
[735/1244] Compiling ios.cc
[736/1244] Compiling poly1305_arm_asm.S
[737/1244] Compiling passive.cc
[738/1244] Compiling forkunsafe.cc
[739/1244] Compiling getentropy.cc
[740/1244] Compiling deterministic.cc
[741/1244] Compiling fork_detect.cc
[742/1244] Compiling poly1305_vec.cc
[743/1244] Compiling poly1305.cc
[744/1244] Compiling poly1305_arm.cc
[745/1244] Compiling pool.cc
[746/1244] Compiling p5_pbev2.cc
[747/1244] Compiling pkcs8_x509.cc
[748/1244] Compiling pkcs7.cc
[749/1244] Compiling pkcs8.cc
[750/1244] Compiling pem_xaux.cc
[751/1244] Compiling pkcs7_x509.cc
[752/1244] Compiling pem_x509.cc
[753/1244] Compiling pem_pkey.cc
[754/1244] Compiling pem_pk8.cc
[755/1244] Compiling pem_lib.cc
[756/1244] Compiling pem_oth.cc
[757/1244] Compiling mlkem.cc
[758/1244] Compiling pem_all.cc
[759/1244] Compiling obj_xref.cc
[760/1244] Compiling mldsa.cc
[761/1244] Compiling pem_info.cc
[762/1244] Compiling mem.cc
[763/1244] Compiling poly_rq_mul.S
[764/1244] Compiling fips_shared_support.cc
[765/1244] Compiling md5.cc
[766/1244] Compiling lhash.cc
[767/1244] Compiling md4.cc
[768/1244] Compiling obj.cc
[769/1244] Compiling scrypt.cc
[770/1244] Compiling print.cc
[771/1244] Compiling ex_data.cc
[771/1244] Compiling kyber.cc
[773/1244] Compiling hrss.cc
[774/1244] Compiling hpke.cc
[775/1244] Compiling sign.cc
[776/1244] Compiling pbkdf.cc
[777/1244] Compiling p_x25519.cc
[778/1244] Compiling p_ed25519.cc
[779/1244] Compiling p_hkdf.cc
[780/1244] Compiling p_x25519_asn1.cc
[781/1244] Compiling p_rsa_asn1.cc
[782/1244] Compiling p_rsa.cc
[783/1244] Compiling p_ed25519_asn1.cc
[784/1244] Compiling p_ec_asn1.cc
[785/1244] Compiling p_dh.cc
[786/1244] Compiling p_ec.cc
[787/1244] Compiling p_dh_asn1.cc
[788/1244] Compiling evp_ctx.cc
[789/1244] Compiling p_dsa_asn1.cc
[790/1244] Compiling evp.cc
[791/1244] Compiling evp_asn1.cc
[792/1244] Compiling engine.cc
[793/1244] Compiling err.cc
[794/1244] Compiling ecdh.cc
[795/1244] Compiling ecdsa_asn1.cc
[796/1244] Compiling hash_to_curve.cc
[797/1244] Compiling ec_derive.cc
[798/1244] Compiling bcm.cc
[799/1244] Compiling dsa.cc
[800/1244] Compiling ec_asn1.cc
[801/1244] Compiling dsa_asn1.cc
[802/1244] Compiling params.cc
[803/1244] Compiling x25519-asm-arm.S
[804/1244] Compiling des.cc
[805/1244] Compiling curve25519_64_adx.cc
[806/1244] Compiling dh_asn1.cc
[807/1244] Compiling spake25519.cc
[808/1244] Compiling digest_extra.cc
[809/1244] Compiling crypto.cc
[810/1244] Compiling cpu_aarch64_openbsd.cc
[811/1244] Compiling cpu_intel.cc
[812/1244] Compiling cpu_aarch64_win.cc
[813/1244] Compiling cpu_aarch64_linux.cc
[814/1244] Compiling cpu_aarch64_sysreg.cc
[815/1244] Compiling cpu_arm_linux.cc
[816/1244] Compiling cpu_aarch64_fuchsia.cc
[817/1244] Compiling cpu_arm_freebsd.cc
[818/1244] Compiling curve25519.cc
[819/1244] Compiling tls_cbc.cc
[820/1244] Compiling e_rc4.cc
[821/1244] Compiling cpu_aarch64_apple.cc
[822/1244] Compiling conf.cc
[823/1244] Compiling e_tls.cc
[824/1244] Compiling e_null.cc
[825/1244] Compiling get_cipher.cc
[826/1244] Compiling e_chacha20poly1305.cc
[827/1244] Compiling e_des.cc
[828/1244] Compiling e_rc2.cc
[829/1244] Compiling e_aesctrhmac.cc
[830/1244] Compiling e_aesgcmsiv.cc
[831/1244] Compiling derive_key.cc
[832/1244] Compiling chacha.cc
[833/1244] Compiling unicode.cc
[834/1244] Compiling buf.cc
[835/1244] Compiling cbs.cc
[836/1244] Compiling ber.cc
[837/1244] Compiling convert.cc
[838/1244] Compiling cbb.cc
[839/1244] Compiling asn1_compat.cc
[840/1244] Compiling bn_asn1.cc
[841/1244] Compiling blake2.cc
[842/1244] Compiling socket_helper.cc
[843/1244] Compiling socket.cc
[844/1244] Compiling printf.cc
[845/1244] Compiling hexdump.cc
[846/1244] Compiling pair.cc
[847/1244] Compiling fd.cc
[848/1244] Compiling file.cc
[849/1244] Compiling errno.cc
[850/1244] Compiling connect.cc
[851/1244] Compiling bio_mem.cc
[852/1244] Compiling tasn_fre.cc
[853/1244] Compiling bio.cc
[854/1244] Compiling base64.cc
[855/1244] Compiling tasn_dec.cc
[856/1244] Compiling tasn_enc.cc
[857/1244] Compiling tasn_typ.cc
[858/1244] Compiling asn_pack.cc
[859/1244] Compiling tasn_utl.cc
[860/1244] Compiling posix_time.cc
[861/1244] Compiling tasn_new.cc
[862/1244] Compiling f_int.cc
[863/1244] Compiling f_string.cc
[864/1244] Compiling a_utctm.cc
[865/1244] Compiling asn1_par.cc
[866/1244] Compiling a_strnid.cc
[867/1244] Compiling a_type.cc
[868/1244] Compiling a_time.cc
[869/1244] Compiling a_octet.cc
[870/1244] Compiling asn1_lib.cc
[871/1244] Compiling a_strex.cc
[872/1244] Compiling a_object.cc
[873/1244] Compiling a_d2i_fp.cc
[874/1244] Compiling a_dup.cc
[875/1244] Compiling a_i2d_fp.cc
[876/1244] Compiling a_mbstr.cc
[877/1244] Compiling fiat_p256_adx_sqr.S
[878/1244] Compiling a_bool.cc
[879/1244] Compiling fiat_p256_adx_mul.S
[880/1244] Compiling fiat_curve25519_adx_mul.S
[881/1244] Compiling fiat_curve25519_adx_square.S
[882/1244] Compiling md5-x86_64-linux.S
[883/1244] Compiling CCryptoBoringSSLShims shims.c
[884/1244] Compiling a_int.cc
[885/1244] Compiling md5-x86_64-apple.S
[886/1244] Compiling md5-586-linux.S
[887/1244] Compiling md5-586-apple.S
[888/1244] Compiling a_gentm.cc
[889/1244] Compiling chacha20_poly1305_x86_64-linux.S
[890/1244] Compiling chacha20_poly1305_armv8-win.S
[891/1244] Compiling chacha20_poly1305_x86_64-apple.S
[892/1244] Compiling chacha20_poly1305_armv8-apple.S
[893/1244] Compiling chacha-x86_64-linux.S
[894/1244] Compiling chacha20_poly1305_armv8-linux.S
[895/1244] Compiling chacha-x86-linux.S
[896/1244] Compiling chacha-x86_64-apple.S
[897/1244] Compiling chacha-armv8-win.S
[898/1244] Compiling chacha-armv8-apple.S
[899/1244] Compiling chacha-x86-apple.S
[900/1244] Compiling aes128gcmsiv-x86_64-linux.S
[901/1244] Compiling a_bitstr.cc
[902/1244] Compiling chacha-armv4-linux.S
[903/1244] Compiling chacha-armv8-linux.S
[904/1244] Compiling x86_64-mont5-linux.S
[905/1244] Compiling aes128gcmsiv-x86_64-apple.S
[906/1244] Compiling x86_64-mont5-apple.S
[906/1244] Compiling x86_64-mont-linux.S
[908/1244] Compiling x86-mont-apple.S
[909/1244] Compiling x86_64-mont-apple.S
[910/1244] Compiling x86-mont-linux.S
[911/1244] Compiling vpaes-x86-apple.S
[912/1244] Compiling vpaes-x86-linux.S
[913/1244] Compiling vpaes-x86_64-apple.S
[913/1244] Compiling vpaes-x86_64-linux.S
[915/1244] Compiling vpaes-armv8-win.S
[916/1244] Compiling vpaes-armv8-apple.S
[917/1244] Compiling vpaes-armv8-linux.S
[918/1244] Compiling vpaes-armv7-linux.S
[919/1244] Compiling sha512-armv8-linux.S
[920/1244] Compiling sha512-x86_64-linux.S
[921/1244] Compiling sha512-x86_64-apple.S
[922/1244] Compiling sha512-armv8-win.S
[923/1244] Compiling sha512-armv8-apple.S
[924/1244] Compiling sha512-armv4-linux.S
[925/1244] Compiling sha512-586-linux.S
[926/1244] Compiling err_data.cc
[927/1244] Compiling sha512-586-apple.S
[928/1244] Compiling sha256-x86_64-linux.S
[929/1244] Compiling sha256-armv8-win.S
[930/1244] Compiling sha256-x86_64-apple.S
[931/1244] Compiling sha256-armv4-linux.S
[932/1244] Compiling sha256-armv8-linux.S
[933/1244] Compiling sha256-armv8-apple.S
[934/1244] Compiling sha256-586-linux.S
[935/1244] Compiling sha1-x86_64-linux.S
[935/1244] Compiling sha256-586-apple.S
[937/1244] Compiling sha1-armv8-win.S
[938/1244] Compiling sha1-x86_64-apple.S
[939/1244] Compiling sha1-armv8-apple.S
[940/1244] Compiling sha1-armv4-large-linux.S
[941/1244] Compiling rsaz-avx2-linux.S
[942/1244] Compiling sha1-586-apple.S
[943/1244] Compiling rsaz-avx2-apple.S
[944/1244] Compiling sha1-586-linux.S
[945/1244] Compiling sha1-armv8-linux.S
[946/1244] Compiling rdrand-x86_64-linux.S
[947/1244] Compiling rdrand-x86_64-apple.S
[948/1244] Compiling p256_beeu-x86_64-asm-apple.S
[949/1244] Compiling p256_beeu-armv8-asm-win.S
[950/1244] Compiling p256_beeu-x86_64-asm-linux.S
[951/1244] Compiling p256_beeu-armv8-asm-linux.S
[952/1244] Compiling p256_beeu-armv8-asm-apple.S
[953/1244] Compiling p256-armv8-asm-win.S
[954/1244] Compiling p256-x86_64-asm-linux.S
[955/1244] Compiling p256-x86_64-asm-apple.S
[956/1244] Compiling ghashv8-armv8-win.S
[957/1244] Compiling p256-armv8-asm-apple.S
[958/1244] Compiling ghashv8-armv8-apple.S
[959/1244] Compiling ghashv8-armv8-linux.S
[960/1244] Compiling p256-armv8-asm-linux.S
[961/1244] Compiling ghash-x86_64-linux.S
[962/1244] Compiling ghashv8-armv7-linux.S
[963/1244] Compiling ghash-x86-apple.S
[964/1244] Compiling ghash-x86-linux.S
[965/1244] Compiling ghash-ssse3-x86_64-linux.S
[966/1244] Compiling ghash-x86_64-apple.S
[967/1244] Compiling ghash-ssse3-x86_64-apple.S
[968/1244] Compiling ghash-neon-armv8-win.S
[969/1244] Compiling ghash-ssse3-x86-linux.S
[970/1244] Compiling ghash-ssse3-x86-apple.S
[971/1244] Compiling ghash-neon-armv8-linux.S
[972/1244] Compiling ghash-armv4-linux.S
[973/1244] Compiling co-586-linux.S
[974/1244] Compiling co-586-apple.S
[974/1244] Compiling ghash-neon-armv8-apple.S
[976/1244] Compiling bn-armv8-win.S
[977/1244] Compiling bsaes-armv7-linux.S
[978/1244] Compiling bn-armv8-linux.S
[979/1244] Compiling bn-586-linux.S
[980/1244] Compiling bn-armv8-apple.S
[981/1244] Compiling bn-586-apple.S
[982/1244] Compiling armv8-mont-win.S
[983/1244] Compiling armv8-mont-apple.S
[984/1244] Compiling armv8-mont-linux.S
[985/1244] Compiling aesv8-gcm-armv8-win.S
[986/1244] Compiling armv4-mont-linux.S
[987/1244] Compiling aesv8-gcm-armv8-apple.S
[988/1244] Compiling aesv8-gcm-armv8-linux.S
[989/1244] Compiling aesv8-armv8-apple.S
[990/1244] Compiling aesv8-armv8-linux.S
[991/1244] Compiling aesv8-armv7-linux.S
[992/1244] Compiling aesv8-armv8-win.S
[993/1244] Compiling aesni-x86_64-apple.S
[994/1244] Compiling aesni-x86_64-linux.S
[995/1244] Compiling aesni-x86-linux.S
[996/1244] Compiling aesni-x86-apple.S
[997/1244] Compiling aesni-gcm-x86_64-linux.S
[998/1244] Compiling aesni-gcm-x86_64-apple.S
[999/1244] Compiling aes-gcm-avx10-x86_64-linux.S
[1000/1244] Compiling aes-gcm-avx10-x86_64-apple.S
[1001/1244] Compiling x_val.cc
[1002/1244] Compiling x_spki.cc
[1003/1244] Compiling x_req.cc
[1004/1244] Compiling x_sig.cc
[1005/1244] Compiling x_x509a.cc
[1006/1244] Compiling x_x509.cc
[1007/1244] Compiling x_crl.cc
[1008/1244] Compiling x_exten.cc
[1009/1244] Compiling x_pubkey.cc
[1010/1244] Compiling x_name.cc
[1011/1244] Compiling x_attrib.cc
[1012/1244] Compiling x_algor.cc
[1013/1244] Compiling c-nioatomics.c
[1014/1244] Compiling x509name.cc
[1015/1244] Compiling x_all.cc
[1016/1244] Compiling x509rset.cc
[1017/1244] Compiling x509spki.cc
[1018/1244] Compiling x509_v3.cc
[1019/1244] Compiling x509cset.cc
[1020/1244] Compiling c-atomics.c
[1021/1244] Compiling x509_txt.cc
[1022/1244] Compiling x509_req.cc
[1023/1244] Compiling x509_vpm.cc
[1024/1244] Compiling x509_trs.cc
[1025/1244] Compiling x509_vfy.cc
[1026/1250] Compiling x509_set.cc
[1028/1250] Compiling NIOConcurrencyHelpers NIOLock.swift
[1029/1250] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1029/1250] Compiling x509_obj.cc
[1031/1250] Compiling NIOConcurrencyHelpers lock.swift
[1032/1250] Compiling NIOConcurrencyHelpers atomics.swift
[1032/1250] Compiling x509_d2.cc
[1034/1250] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1035/1250] Emitting module NIOConcurrencyHelpers
[1035/1251] Compiling x509_def.cc
[1036/1251] Compiling x509_lu.cc
[1037/1251] Compiling x509_cmp.cc
[1039/1251] Compiling x509_ext.cc
[1040/1311] Compiling x509_att.cc
[1041/1337] Compiling v3_purp.cc
[1042/1337] Compiling x509.cc
[1043/1337] Compiling v3_utl.cc
[1045/1337] Emitting module ConsoleKitTerminal
[1045/1340] Compiling v3_prn.cc
[1047/1340] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1048/1340] Compiling ConsoleKitTerminal ConsoleClear.swift
[1049/1340] Compiling ConsoleKitTerminal Console+Ask.swift
[1050/1340] Compiling ConsoleKitTerminal Console+Choose.swift
[1051/1340] Compiling ConsoleKitTerminal Console+Confirm.swift
[1052/1340] Compiling ConsoleKitTerminal Console+Input.swift
[1053/1340] Compiling ConsoleKitTerminal Console+Center.swift
[1054/1340] Compiling ConsoleKitTerminal Console+Output.swift
[1054/1340] Compiling v3_pmaps.cc
[1055/1340] Compiling v3_skey.cc
[1057/1340] Compiling ConsoleKitTerminal ActivityBar.swift
[1058/1340] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1059/1340] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1060/1340] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1061/1340] Compiling ConsoleKitTerminal CustomActivity.swift
[1062/1340] Compiling ConsoleKitTerminal LoadingBar.swift
[1063/1340] Compiling ConsoleKitTerminal ProgressBar.swift
[1064/1340] Compiling ConsoleKitTerminal Console+Clear.swift
[1065/1340] Compiling NIOCore MulticastChannel.swift
[1066/1340] Compiling NIOCore NIOAny.swift
[1067/1340] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1068/1340] Compiling NIOCore NIOLoopBound.swift
[1069/1340] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1070/1340] Compiling NIOCore NIOScheduledCallback.swift
[1071/1340] Compiling NIOCore NIOSendable.swift
[1072/1340] Compiling NIOCore RecvByteBufferAllocator.swift
[1073/1348] Compiling ConsoleKitTerminal Console+Wait.swift
[1074/1348] Compiling ConsoleKitTerminal ConsoleColor.swift
[1075/1348] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1076/1348] Compiling ConsoleKitTerminal ConsoleText.swift
[1077/1348] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1078/1348] Compiling ConsoleKitTerminal ANSI.swift
[1079/1348] Compiling ConsoleKitTerminal Console.swift
[1080/1348] Compiling ConsoleKitTerminal Terminal.swift
[1081/1348] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1081/1348] Compiling v3_ncons.cc
[1082/1348] Compiling v3_pcons.cc
[1084/1348] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1085/1348] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1086/1348] Compiling ConsoleKitTerminal LoggerFragment.swift
[1086/1349] Compiling v3_ocsp.cc
[1088/1349] Compiling v3_lib.cc
[1089/1349] Compiling v3_info.cc
[1091/1349] Compiling NIOCore IO.swift
[1092/1349] Compiling NIOCore IOData.swift
[1093/1349] Compiling NIOCore IPProtocol.swift
[1094/1349] Compiling NIOCore IntegerBitPacking.swift
[1095/1349] Compiling NIOCore IntegerTypes.swift
[1096/1349] Compiling NIOCore Interfaces.swift
[1097/1349] Compiling NIOCore Linux.swift
[1098/1349] Compiling NIOCore MarkedCircularBuffer.swift
[1098/1353] Compiling v3_int.cc
[1100/1371] Emitting module ConsoleKitCommands
[1100/1373] Compiling v3_ia5.cc
[1102/1373] Compiling ConsoleKitCommands CommandSignature.swift
[1103/1373] Compiling ConsoleKitCommands Flag.swift
[1104/1373] Compiling ConsoleKitCommands Option.swift
[1105/1373] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1106/1373] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1107/1373] Compiling ConsoleKitCommands Argument.swift
[1108/1373] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1109/1373] Compiling ConsoleKitCommands Utilities.swift
[1117/1373] Compiling v3_genn.cc
[1119/1373] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1120/1373] Compiling ConsoleKitCommands AsyncCommand.swift
[1121/1373] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1121/1373] Compiling v3_extku.cc
[1122/1373] Compiling v3_enum.cc
[1124/1373] Compiling NIOCore CircularBuffer.swift
[1125/1373] Compiling NIOCore Codec.swift
[1126/1373] Compiling NIOCore ConvenienceOptionSupport.swift
[1127/1373] Compiling NIOCore DeadChannel.swift
[1128/1373] Compiling NIOCore DispatchQueue+WithFuture.swift
[1129/1373] Compiling NIOCore EventLoop+Deprecated.swift
[1130/1373] Compiling NIOCore EventLoop+SerialExecutor.swift
[1131/1373] Compiling NIOCore EventLoop.swift
[1131/1373] Compiling v3_crld.cc
[1132/1373] Compiling v3_cpols.cc
[1133/1373] Compiling v3_conf.cc
[1134/1373] Compiling v3_bitst.cc
[1136/1373] Compiling ConsoleKitCommands CommandGroup.swift
[1137/1373] Compiling ConsoleKitCommands CommandInput.swift
[1138/1373] Compiling ConsoleKitCommands Commands.swift
[1139/1373] Compiling ConsoleKitCommands Command.swift
[1140/1373] Compiling ConsoleKitCommands CommandContext.swift
[1141/1373] Compiling ConsoleKitCommands CommandError.swift
[1142/1373] Compiling ConsoleKitCommands AsyncCommands.swift
[1143/1373] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1144/1373] Compiling ConsoleKitCommands AnyCommand.swift
[1145/1373] Compiling ConsoleKitCommands Console+Run.swift
[1146/1373] Compiling ConsoleKitCommands ConsoleError.swift
[1147/1373] Compiling ConsoleKitCommands Completion.swift
[1149/1374] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1150/1374] Compiling NIOCore SocketAddresses.swift
[1151/1374] Compiling NIOCore SocketOptionProvider.swift
[1152/1374] Compiling NIOCore SystemCallHelpers.swift
[1153/1374] Compiling NIOCore TimeAmount+Duration.swift
[1154/1374] Compiling NIOCore TypeAssistedChannelHandler.swift
[1155/1374] Compiling NIOCore UniversalBootstrapSupport.swift
[1156/1374] Compiling NIOCore Utilities.swift
[1156/1374] Compiling v3_bcons.cc
[1157/1374] Compiling v3_akeya.cc
[1159/1376] Emitting module ConsoleKit
[1160/1376] Compiling ConsoleKit Exports.swift
[1160/1376] Compiling v3_alt.cc
[1161/1377] Compiling t_x509a.cc
[1163/1377] Compiling t_req.cc
[1164/1377] Compiling v3_akey.cc
[1165/1377] Compiling t_x509.cc
[1166/1377] Compiling t_crl.cc
[1167/1377] Compiling i2d_pr.cc
[1168/1377] Compiling rsa_pss.cc
[1169/1377] Compiling asn1_gen.cc
[1170/1377] Compiling name_print.cc
[1171/1377] Compiling by_file.cc
[1172/1377] Compiling policy.cc
[1173/1377] Compiling by_dir.cc
[1174/1377] Compiling trust_token.cc
[1175/1377] Compiling voprf.cc
[1176/1377] Compiling pmbtoken.cc
[1177/1377] Compiling algorithm.cc
[1178/1377] Compiling thread_win.cc
[1179/1377] Compiling a_verify.cc
[1180/1377] Compiling a_sign.cc
[1181/1377] Compiling a_digest.cc
[1182/1377] Compiling thread_pthread.cc
[1183/1377] Compiling stack.cc
[1184/1377] Compiling thread.cc
[1185/1377] Compiling thread_none.cc
[1186/1377] Compiling wots.cc
[1187/1377] Compiling merkle.cc
[1188/1377] Compiling thash.cc
[1189/1377] Compiling fors.cc
[1190/1377] Compiling slhdsa.cc
[1192/1377] Emitting module NIOCore
[1192/1377] Compiling sha512.cc
[1193/1377] Compiling sha1.cc
[1194/1377] Compiling sha256.cc
[1195/1377] Compiling siphash.cc
[1196/1377] Compiling refcount.cc
[1197/1377] Compiling rsa_print.cc
[1219/1377] Compiling NIOCore ByteBuffer-views.swift
[1220/1377] Compiling NIOCore Channel.swift
[1221/1377] Compiling NIOCore ChannelHandler.swift
[1222/1377] Compiling NIOCore ChannelHandlers.swift
[1223/1377] Compiling NIOCore ChannelInvoker.swift
[1224/1377] Compiling NIOCore ChannelOption.swift
[1225/1377] Compiling NIOCore ChannelPipeline.swift
[1225/1377] Compiling rsa_extra.cc
[1227/1378] Compiling rc4.cc
[1228/1378] Compiling rsa_crypt.cc
[1229/1378] Compiling rsa_asn1.cc
[1230/1378] Compiling windows.cc
[1231/1378] Compiling trusty.cc
[1232/1378] Compiling urandom.cc
[1233/1378] Compiling rand_extra.cc
[1234/1428] Compiling passive.cc
[1235/1428] Compiling getentropy.cc
[1236/1428] Compiling ios.cc
[1237/1428] Compiling forkunsafe.cc
[1238/1428] Compiling poly1305_arm_asm.S
[1239/1428] Compiling fork_detect.cc
[1240/1428] Compiling deterministic.cc
[1241/1428] Compiling poly1305_arm.cc
[1242/1428] Compiling poly1305_vec.cc
[1243/1428] Compiling poly1305.cc
[1245/1428] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1246/1428] Compiling NIOEmbedded Embedded.swift
[1247/1428] Emitting module NIOEmbedded
[1248/1428] Compiling NIOEmbedded AsyncTestingChannel.swift
[1248/1429] Compiling pool.cc
[1250/1429] Compiling p5_pbev2.cc
[1251/1429] Compiling pkcs7.cc
[1252/1429] Compiling pkcs8_x509.cc
[1253/1429] Compiling pkcs8.cc
[1254/1429] Compiling pkcs7_x509.cc
[1255/1429] Compiling pem_oth.cc
[1256/1429] Compiling pem_xaux.cc
[1257/1429] Compiling pem_x509.cc
[1259/1429] Emitting module NIOPosix
[1260/1429] Compiling NIOPosix BSDSocketAPICommon.swift
[1261/1429] Compiling NIOPosix BSDSocketAPIPosix.swift
[1262/1429] Compiling NIOPosix BSDSocketAPIWindows.swift
[1263/1429] Compiling NIOPosix BaseSocket.swift
[1264/1429] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1265/1429] Compiling NIOPosix BaseSocketChannel.swift
[1266/1429] Compiling NIOPosix BaseStreamSocketChannel.swift
[1266/1435] Compiling pem_pkey.cc
[1267/1435] Compiling pem_info.cc
[1268/1435] Compiling obj.cc
[1270/1435] Compiling NIOPosix Pool.swift
[1271/1435] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1272/1435] Compiling NIOPosix PosixSingletons.swift
[1273/1435] Compiling NIOPosix RawSocketBootstrap.swift
[1274/1435] Compiling NIOPosix Resolver.swift
[1275/1435] Compiling NIOPosix Selectable.swift
[1276/1435] Compiling NIOPosix SelectableChannel.swift
[1277/1435] Compiling NIOPosix SelectableEventLoop.swift
[1278/1435] Compiling NIOPosix SelectorEpoll.swift
[1279/1435] Compiling NIOPosix SelectorGeneric.swift
[1280/1435] Compiling NIOPosix SelectorKqueue.swift
[1281/1435] Compiling NIOPosix SelectorUring.swift
[1282/1435] Compiling NIOPosix ServerSocket.swift
[1283/1435] Compiling NIOPosix Socket.swift
[1284/1435] Compiling NIOPosix SocketChannel.swift
[1285/1435] Compiling NIOPosix SocketProtocols.swift
[1286/1435] Compiling NIOPosix System.swift
[1287/1435] Compiling NIOPosix Thread.swift
[1287/1435] Compiling pem_pk8.cc
[1288/1435] Compiling pem_all.cc
[1289/1435] Compiling pem_lib.cc
[1290/1435] Compiling obj_xref.cc
[1291/1435] Compiling mldsa.cc
[1293/1435] Compiling NIOPosix NIOThreadPool.swift
[1294/1435] Compiling NIOPosix NonBlockingFileIO.swift
[1295/1435] Compiling NIOPosix PendingDatagramWritesManager.swift
[1296/1435] Compiling NIOPosix PendingWritesManager.swift
[1297/1435] Compiling NIOPosix PipeChannel.swift
[1298/1435] Compiling NIOPosix PipePair.swift
[1298/1435] Compiling mem.cc
[1299/1435] Compiling lhash.cc
[1300/1435] Compiling poly_rq_mul.S
[1301/1435] Compiling fips_shared_support.cc
[1303/1435] Compiling NIOPosix ThreadPosix.swift
[1304/1435] Compiling NIOPosix ThreadWindows.swift
[1305/1435] Compiling NIOPosix UnsafeTransfer.swift
[1306/1435] Compiling NIOPosix Utilities.swift
[1307/1435] Compiling NIOPosix VsockAddress.swift
[1308/1435] Compiling NIOPosix VsockChannelEvents.swift
[1308/1435] Compiling md5.cc
[1309/1435] Compiling mlkem.cc
[1310/1435] Compiling kyber.cc
[1311/1435] Compiling md4.cc
[1313/1435] Compiling NIOPosix IO.swift
[1314/1435] Compiling NIOPosix IntegerBitPacking.swift
[1315/1435] Compiling NIOPosix IntegerTypes.swift
[1316/1435] Compiling NIOPosix Linux.swift
[1317/1435] Compiling NIOPosix LinuxCPUSet.swift
[1318/1435] Compiling NIOPosix LinuxUring.swift
[1319/1435] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1320/1435] Compiling NIOPosix Bootstrap.swift
[1321/1435] Compiling NIOPosix ControlMessage.swift
[1322/1435] Compiling NIOPosix DatagramVectorReadManager.swift
[1323/1435] Compiling NIOPosix Errors+Any.swift
[1324/1435] Compiling NIOPosix FileDescriptor.swift
[1325/1435] Compiling NIOPosix GetaddrinfoResolver.swift
[1326/1435] Compiling NIOPosix HappyEyeballs.swift
[1327/1436] Compiling scrypt.cc
[1328/1436] Compiling hpke.cc
[1329/1436] Compiling hrss.cc
[1330/1473] Compiling sign.cc
[1331/1473] Compiling print.cc
[1332/1473] Compiling ex_data.cc
[1334/1473] Compiling NIO Exports.swift
[1335/1473] Emitting module NIO
[1336/1474] Compiling pbkdf.cc
[1337/1474] Compiling p_hkdf.cc
[1338/1474] Compiling p_x25519_asn1.cc
[1339/1492] Compiling p_x25519.cc
[1341/1492] Compiling NIOTLS TLSEvents.swift
[1342/1508] Emitting module NIOTLS
[1343/1508] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1344/1514] Emitting module NIOSOCKS
[1345/1514] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1346/1514] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1347/1514] Compiling NIOSOCKS SOCKSResponse.swift
[1347/1514] Compiling p_rsa_asn1.cc
[1348/1514] Compiling p_rsa.cc
[1350/1514] Compiling NIOSOCKS ClientStateMachine.swift
[1351/1514] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1352/1514] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1355/1516] Emitting module _NIOFileSystem
[1356/1520] Compiling NIOSOCKS ServerStateMachine.swift
[1357/1520] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1358/1520] Compiling NIOTLS SNIHandler.swift
[1359/1520] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1360/1520] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1361/1520] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1362/1521] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1363/1521] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1364/1521] Compiling NIOHTTP1 HTTPEncoder.swift
[1365/1521] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1366/1521] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1367/1521] Compiling NIOHTTP1 HTTPDecoder.swift
[1370/1531] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1371/1532] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1372/1551] Compiling _NIOFileSystem ParallelDirCopy.swift
[1373/1551] Compiling _NIOFileSystem ParallelRemoval.swift
[1374/1551] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1375/1551] Compiling _NIOFileSystem CInterop.swift
[1376/1551] Compiling _NIOFileSystem Errno.swift
[1377/1551] Compiling NIOSSL NIOSSLSecureBytes.swift
[1378/1551] Compiling NIOSSL RNG.swift
[1379/1551] Compiling NIOSSL SafeCompare.swift
[1380/1551] Compiling _NIOFileSystem Syscalls.swift
[1380/1551] Compiling p_ed25519.cc
[1382/1551] Emitting module NIOHTTP1
[1383/1551] Emitting module NIOFoundationCompat
[1384/1551] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1385/1552] Compiling p_ed25519_asn1.cc
[1387/1552] Compiling NIOSSL NIOSSLHandler.swift
[1388/1552] Compiling NIOSSL AndroidCABundle.swift
[1389/1552] Compiling NIOSSL SSLPrivateKey.swift
[1390/1552] Compiling NIOSSL SSLPublicKey.swift
[1391/1552] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1392/1552] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1393/1552] Compiling NIOSSL SubjectAlternativeName.swift
[1394/1552] Compiling NIOSSL CustomPrivateKey.swift
[1395/1552] Compiling NIOSSL IdentityVerification.swift
[1396/1552] Compiling NIOSSL SSLCertificate.swift
[1397/1552] Compiling NIOSSL SSLCertificateExtensions.swift
[1398/1552] Compiling NIOSSL SSLCertificateName.swift
[1398/1574] Compiling p_ec_asn1.cc
[1399/1574] Compiling p_dh_asn1.cc
[1401/1574] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1402/1574] Compiling NIOTransportServices NIOTSErrors.swift
[1403/1574] Compiling NIOTransportServices NIOTSEventLoop.swift
[1403/1576] Compiling p_ec.cc
[1405/1576] Emitting module NIOTransportServices
[1406/1576] Compiling NIOTransportServices StateManagedChannel.swift
[1407/1576] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1410/1576] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1411/1576] Compiling NIOTransportServices NIOTSBootstraps.swift
[1412/1576] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1413/1576] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1414/1576] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1415/1576] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1416/1576] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1417/1576] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1418/1576] Compiling NIOTransportServices NIOTSSingletons.swift
[1419/1576] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1420/1576] Compiling NIOTransportServices AcceptHandler.swift
[1421/1576] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1422/1576] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1423/1576] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1424/1576] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1425/1576] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1426/1576] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1427/1576] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1428/1577] Compiling evp_ctx.cc
[1429/1577] Compiling p_dsa_asn1.cc
[1439/1578] Compiling p_dh.cc
[1441/1578] Compiling bcm.cc
[1443/1578] Compiling _NIOFileSystem SystemFileHandle.swift
[1444/1578] Compiling _NIOFileSystem Utilities.swift
[1445/1578] Compiling _NIOFileSystem OpenOptions.swift
[1446/1578] Compiling _NIOFileSystem String+FileSystem.swift
[1455/1582] Emitting module NIOSSL
[1455/1582] Compiling evp.cc
[1456/1592] Compiling err.cc
[1457/1592] Compiling evp_asn1.cc
[1463/1592] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[1464/1592] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[1465/1592] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[1466/1592] Compiling NIOWebSocket SHA1.swift
[1476/1610] Compiling NIOHPACK HPACKErrors.swift
[1481/1610] Compiling NIOHPACK DynamicHeaderTable.swift
[1482/1610] Compiling NIOHPACK HPACKDecoder.swift
[1483/1610] Compiling NIOHPACK HPACKHeader.swift
[1484/1610] Compiling NIOHPACK HeaderTables.swift
[1485/1610] Compiling NIOHPACK HPACKEncoder.swift
[1485/1611] Compiling engine.cc
[1487/1611] Compiling NIOWebSocket WebSocketOpcode.swift
[1489/1630] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1490/1630] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1491/1630] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1492/1630] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1493/1630] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1494/1630] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1495/1630] Emitting module NIOHTTPCompression
[1495/1630] Compiling ecdsa_asn1.cc
[1497/1633] Emitting module NIOWebSocket
[1498/1633] Compiling NIOExtras DebugInboundEventsHandler.swift
[1499/1633] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1500/1633] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1501/1633] Compiling NIOWebSocket WebSocketFrame.swift
[1502/1634] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1503/1634] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1504/1634] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1505/1634] Compiling NIOExtras NIOExtrasError.swift
[1506/1636] Compiling NIOHPACK IntegerCoding.swift
[1507/1636] Compiling NIOHPACK IndexedHeaderTable.swift
[1508/1639] Compiling NIOHPACK HuffmanTables.swift
[1509/1639] Compiling NIOHTTPCompression HTTPCompression.swift
[1510/1639] Compiling NIOHTTPCompression HTTPDecompression.swift
[1512/1639] Compiling NIOHPACK HuffmanCoding.swift
[1515/1639] Compiling NIOExtras NIORequestIdentifiable.swift
[1516/1639] Compiling NIOExtras PCAPRingBuffer.swift
[1517/1639] Compiling NIOExtras QuiescingHelper.swift
[1518/1639] Compiling NIOExtras RequestResponseHandler.swift
[1519/1639] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1520/1639] Compiling NIOExtras UnsafeTransfer.swift
[1521/1639] Compiling NIOExtras WritePCAPHandler.swift
[1523/1639] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1524/1639] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1525/1640] Emitting module NIOFileSystem
[1526/1640] Emitting module NIOHPACK
[1527/1640] Emitting module _NIOFileSystemFoundationCompat
[1528/1640] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1529/1640] Compiling NIOFileSystem Exports.swift
[1532/1641] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1538/1642] Compiling NIOHPACK StaticHeaderTable.swift
[1538/1642] Compiling ecdh_extra.cc
[1540/1642] Emitting module NIOExtras
[1542/1642] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1543/1642] Compiling NIOExtras LengthFieldPrepender.swift
[1544/1642] Compiling NIOExtras LineBasedFrameDecoder.swift
[1546/1642] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1547/1642] Compiling NIOExtras JSONRPCFraming.swift
[1555/1643] Compiling hash_to_curve.cc
[1556/1643] Compiling ec_derive.cc
[1557/1643] Compiling dsa.cc
[1559/1643] Compiling NIOSSL Zeroization.swift
[1560/1643] Compiling NIOSSL TLSConfiguration.swift
[1561/1643] Compiling NIOSSL UniversalBootstrapSupport.swift
[1562/1643] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1563/1702] Compiling dsa_asn1.cc
[1564/1702] Compiling ec_asn1.cc
[1565/1702] Compiling params.cc
[1567/1702] Compiling NIOHTTP2 StateMachineResult.swift
[1568/1702] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1568/1703] Compiling des.cc
[1569/1703] Compiling digest_extra.cc
[1570/1703] Compiling x25519-asm-arm.S
[1572/1703] Compiling curve25519_64_adx.cc
[1573/1703] Compiling dh_asn1.cc
[1575/1711] Compiling NIOHTTP2 MaySendFrames.swift
[1576/1711] Compiling NIOHTTP2 SendingDataState.swift
[1577/1711] Compiling NIOHTTP2 SendingGoawayState.swift
[1578/1711] Compiling NIOHTTP2 SendingHeadersState.swift
[1579/1711] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1580/1711] Compiling NIOHTTP2 SendingRstStreamState.swift
[1581/1711] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1582/1711] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1582/1719] Compiling spake25519.cc
[1583/1719] Compiling cpu_intel.cc
[1585/1719] Compiling WebSocketKit Exports.swift
[1585/1719] Compiling crypto.cc
[1587/1719] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1587/1719] Compiling cpu_arm_freebsd.cc
[1588/1719] Compiling curve25519.cc
[1590/1719] Compiling WebSocketKit WebSocketHandler.swift
[1590/1719] Compiling cpu_arm_linux.cc
[1592/1719] Emitting module WebSocketKit
[1593/1719] Compiling WebSocketKit WebSocket+Concurrency.swift
[1594/1719] Compiling WebSocketKit WebSocket+Connect.swift
[1595/1719] Compiling WebSocketKit WebSocket.swift
[1595/1719] Compiling cpu_aarch64_sysreg.cc
[1596/1719] Compiling cpu_aarch64_win.cc
[1597/1719] Compiling tls_cbc.cc
[1598/1719] Compiling cpu_aarch64_openbsd.cc
[1600/1719] Compiling WebSocketKit WebSocketClient.swift
[1600/1720] Compiling cpu_aarch64_fuchsia.cc
[1602/1720] Compiling cpu_aarch64_apple.cc
[1603/1720] Compiling cpu_aarch64_linux.cc
[1604/1720] Compiling e_tls.cc
[1608/1720] Compiling NIOHTTP2 DOSHeuristics.swift
[1609/1720] Compiling NIOHTTP2 Error+Any.swift
[1610/1720] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1611/1720] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1612/1720] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1613/1720] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1613/1720] Compiling e_null.cc
[1614/1720] Compiling e_rc2.cc
[1615/1720] Compiling conf.cc
[1616/1720] Compiling e_aesgcmsiv.cc
[1617/1720] Compiling e_rc4.cc
[1619/1720] Emitting module NIOHTTP2
[1620/1720] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1621/1720] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1622/1720] Compiling NIOHTTP2 MayReceiveFrames.swift
[1623/1720] Compiling NIOHTTP2 ReceivingDataState.swift
[1624/1720] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1625/1720] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1626/1720] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1627/1720] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1628/1720] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1628/1720] Compiling e_chacha20poly1305.cc
[1629/1720] Compiling e_des.cc
[1630/1720] Compiling cipher_extra.cc
[1632/1720] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1633/1720] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1634/1720] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1635/1720] Compiling NIOHTTP2 HTTP2StreamID.swift
[1636/1720] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1637/1720] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1638/1720] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1639/1720] Compiling NIOHTTP2 InboundEventBuffer.swift
[1639/1720] Compiling derive_key.cc
[1640/1720] Compiling ber.cc
[1641/1720] Compiling e_aesctrhmac.cc
[1643/1720] Compiling NIOHTTP2 InboundWindowManager.swift
[1644/1720] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1645/1720] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1646/1720] Compiling NIOHTTP2 StreamChannelList.swift
[1647/1720] Compiling NIOHTTP2 StreamMap.swift
[1648/1720] Compiling NIOHTTP2 StreamStateMachine.swift
[1649/1720] Compiling NIOHTTP2 UnsafeTransfer.swift
[1650/1720] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1650/1720] Compiling chacha.cc
[1651/1720] Compiling unicode.cc
[1652/1720] Compiling cbs.cc
[1653/1720] Compiling buf.cc
[1654/1720] Compiling cbb.cc
[1655/1720] Compiling asn1_compat.cc
[1656/1720] Compiling pair.cc
[1657/1720] Compiling convert.cc
[1658/1720] Compiling blake2.cc
[1659/1720] Compiling bn_asn1.cc
[1660/1720] Compiling printf.cc
[1661/1720] Compiling file.cc
[1662/1720] Compiling hexdump.cc
[1663/1720] Compiling bio_mem.cc
[1664/1720] Compiling base64.cc
[1665/1720] Compiling fd.cc
[1666/1720] Compiling errno.cc
[1667/1720] Compiling tasn_new.cc
[1669/1720] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1670/1720] Compiling NIOHTTP2 HTTP2Frame.swift
[1671/1720] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1672/1720] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1673/1720] Compiling NIOHTTP2 HTTP2PingData.swift
[1674/1720] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1675/1720] Compiling NIOHTTP2 HTTP2Settings.swift
[1676/1720] Compiling NIOHTTP2 HTTP2Stream.swift
[1676/1720] Compiling bio.cc
[1677/1720] Compiling tasn_fre.cc
[1678/1720] Compiling tasn_enc.cc
[1679/1720] Compiling tasn_typ.cc
[1680/1720] Compiling posix_time.cc
[1681/1720] Compiling tasn_utl.cc
[1682/1720] Compiling tasn_dec.cc
[1683/1720] Compiling f_string.cc
[1684/1720] Compiling asn1_par.cc
[1685/1720] Compiling f_int.cc
[1686/1720] Compiling asn_pack.cc
[1687/1720] Compiling a_utctm.cc
[1689/1720] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1690/1720] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1691/1720] Compiling NIOHTTP2 HasLocalSettings.swift
[1692/1720] Compiling NIOHTTP2 HasRemoteSettings.swift
[1693/1720] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1694/1720] Compiling NIOHTTP2 QuiescingState.swift
[1695/1720] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1696/1720] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1697/1720] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1698/1720] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1699/1720] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1700/1720] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1701/1720] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1702/1720] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1703/1720] Compiling NIOHTTP2 HTTP2Error.swift
[1704/1720] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1704/1721] Compiling a_strnid.cc
[1706/1721] Compiling asn1_lib.cc
[1707/1721] Compiling a_time.cc
[1708/1721] Compiling a_type.cc
[1709/1721] Compiling a_octet.cc
[1710/1721] Compiling a_mbstr.cc
[1711/1781] Compiling a_strex.cc
[1712/1781] Compiling a_object.cc
[1713/1781] Compiling a_i2d_fp.cc
[1713/1781] Write sources
[1715/1781] Compiling a_dup.cc
[1716/1781] Compiling a_d2i_fp.cc
[1717/1781] Compiling a_int.cc
[1718/1781] Compiling a_gentm.cc
[1719/1806] Compiling a_bitstr.cc
[1720/1834] Compiling a_bool.cc
[1722/1842] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1723/1842] Compiling BitCollections BitSet+CustomReflectable.swift
[1724/1842] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1725/1842] Compiling BitCollections BitSet+Equatable.swift
[1726/1842] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1727/1842] Compiling BitCollections BitSet+Extras.swift
[1728/1842] Compiling BitCollections BitSet+Hashable.swift
[1729/1849] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1730/1849] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1731/1849] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1732/1849] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1733/1849] Compiling BitCollections BitSet+SetAlgebra union.swift
[1734/1849] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1735/1849] Compiling BitCollections BitSet.Counted.swift
[1736/1849] Compiling BitCollections BitSet+Initializers.swift
[1737/1849] Compiling BitCollections BitSet+Invariants.swift
[1738/1849] Compiling BitCollections BitSet+Random.swift
[1739/1849] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1740/1849] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1741/1849] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1742/1849] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1743/1849] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1744/1849] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1745/1849] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1746/1849] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1747/1849] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1748/1849] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1749/1849] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1750/1849] Emitting module BitCollections
[1751/1849] Compiling CryptoBoringWrapper RandomBytes.swift
[1752/1849] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1753/1849] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1754/1849] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1755/1849] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1756/1849] Compiling BitCollections BitArray+Extras.swift
[1757/1849] Compiling BitCollections BitArray+Fill.swift
[1758/1849] Compiling BitCollections BitArray+Hashable.swift
[1759/1849] Compiling BitCollections BitArray+Initializers.swift
[1760/1849] Compiling BitCollections BitArray+Invariants.swift
[1761/1849] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1762/1849] Compiling BitCollections BitArray+BitwiseOperations.swift
[1763/1849] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1764/1849] Compiling BitCollections BitArray+Codable.swift
[1765/1849] Compiling BitCollections BitArray+Collection.swift
[1766/1849] Compiling BitCollections BitArray+Copy.swift
[1767/1849] Compiling BitCollections BitArray+CustomReflectable.swift
[1768/1849] Compiling BitCollections BitArray+Descriptions.swift
[1769/1849] Compiling BitCollections BitArray+Equatable.swift
[1770/1849] Compiling BitCollections BitArray+RandomBits.swift
[1771/1849] Compiling BitCollections BitArray+RangeReplaceableCollection.swift
[1772/1849] Compiling BitCollections BitArray+Shifts.swift
[1773/1849] Compiling BitCollections BitArray+Testing.swift
[1774/1849] Compiling BitCollections BitArray._UnsafeHandle.swift
[1775/1849] Compiling BitCollections BitArray.swift
[1776/1849] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1777/1849] Compiling BitCollections BitSet+Codable.swift
[1778/1849] Compiling BitCollections BitSet.Index.swift
[1779/1849] Compiling BitCollections BitSet._UnsafeHandle.swift
[1780/1849] Compiling BitCollections BitSet.swift
[1781/1849] Compiling BitCollections Range+Utilities.swift
[1782/1849] Compiling BitCollections Slice+Utilities.swift
[1783/1849] Compiling BitCollections UInt+Tricks.swift
[1784/1849] Compiling BitCollections _Word.swift
[1785/1850] Emitting module CryptoBoringWrapper
[1786/1850] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1787/1850] Emitting module AsyncHTTPClient
[1789/1858] Compiling CryptoBoringWrapper EllipticCurve.swift
[1790/1858] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1791/1858] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1811/1861] Compiling Collections Collections.swift
[1812/1861] Emitting module Collections
[1814/1933] Compiling Crypto HPKE-Modes.swift
[1815/1933] Compiling Crypto Insecure.swift
[1816/1933] Compiling Crypto Insecure_HashFunctions.swift
[1817/1933] Compiling Crypto KEM.swift
[1818/1933] Compiling Crypto ECDH_boring.swift
[1819/1933] Compiling Crypto DH.swift
[1820/1933] Compiling Crypto ECDH.swift
[1821/1933] Compiling Crypto HKDF.swift
[1822/1933] Compiling Crypto AESWrap.swift
[1823/1933] Compiling Crypto AESWrap_boring.swift
[1824/1933] Compiling Crypto Ed25519_boring.swift
[1825/1933] Compiling Crypto NISTCurvesKeys_boring.swift
[1826/1933] Compiling Crypto X25519Keys_boring.swift
[1827/1933] Compiling Crypto Curve25519.swift
[1828/1933] Compiling Crypto Ed25519Keys.swift
[1829/1933] Compiling Crypto NISTCurvesKeys.swift
[1830/1933] Compiling Crypto GeneralizedTime.swift
[1831/1933] Compiling Crypto ObjectIdentifier.swift
[1832/1933] Compiling Crypto ECDSASignature.swift
[1833/1933] Compiling Crypto PEMDocument.swift
[1834/1933] Compiling Crypto PKCS8PrivateKey.swift
[1835/1933] Compiling Crypto SEC1PrivateKey.swift
[1836/1933] Compiling Crypto SubjectPublicKeyInfo.swift
[1837/1933] Compiling Crypto CryptoKitErrors.swift
[1838/1933] Compiling Crypto Digest_boring.swift
[1839/1933] Compiling Crypto Digest.swift
[1840/1933] Compiling Crypto Digests.swift
[1841/1933] Compiling Crypto HashFunctions.swift
[1842/1933] Compiling Crypto HashFunctions_SHA2.swift
[1843/1933] Compiling Crypto HPKE-AEAD.swift
[1844/1933] Compiling Crypto HPKE.swift
[1845/1933] Compiling Crypto HPKE-Context.swift
[1846/1933] Compiling Crypto HPKE-KeySchedule.swift
[1847/1933] Compiling Crypto HPKE-KEM.swift
[1848/1933] Compiling Crypto HPKE-Errors.swift
[1849/1933] Compiling Crypto ASN1Identifier.swift
[1850/1933] Compiling Crypto ASN1Integer.swift
[1851/1933] Compiling Crypto ASN1Null.swift
[1852/1933] Compiling Crypto ASN1OctetString.swift
[1853/1933] Compiling Crypto ASN1Strings.swift
[1854/1933] Compiling Crypto ArraySliceBigint.swift
[1855/1974] Emitting module MultipartKit
[1856/1976] Compiling AsyncKit EventLoop+Flatten.swift
[1857/1976] Compiling AsyncKit EventLoop+Future.swift
[1858/1976] Compiling AsyncKit EventLoopGroup+Concurrency.swift
[1859/1976] Compiling AsyncKit Future+Miscellaneous.swift
[1860/1976] Compiling AsyncKit Future+Nonempty.swift
[1861/1976] Compiling AsyncKit Future+Optional.swift
[1862/1976] Compiling MultipartKit MultipartSerializer.swift
[1863/1976] Compiling MultipartKit Utilities.swift
[1864/1976] Compiling AsyncKit FutureOperators.swift
[1865/1978] Compiling Crypto X25519Keys.swift
[1866/1978] Compiling Crypto SymmetricKeys.swift
[1867/1978] Compiling Crypto HMAC.swift
[1868/1978] Compiling Crypto MACFunctions.swift
[1869/1978] Compiling Crypto MessageAuthenticationCode.swift
[1870/1978] Compiling Crypto AES.swift
[1871/1978] Compiling Crypto ECDSASignature_boring.swift
[1872/1978] Compiling Crypto ECDSA_boring.swift
[1875/1979] Compiling AsyncKit EventLoopConnectionPool.swift
[1876/1979] Compiling AsyncKit EventLoopGroupConnectionPool.swift
[1877/1979] Compiling AsyncKit EventLoop+Concurrency.swift
[1878/1979] Compiling AsyncKit ConnectionPoolError.swift
[1879/1979] Compiling AsyncKit ConnectionPoolItem.swift
[1880/1979] Compiling AsyncKit ConnectionPoolSource.swift
[1884/1979] Compiling AsyncKit Collection+Flatten.swift
[1885/1979] Compiling AsyncKit EventLoopFutureQueue+Sequence.swift
[1886/1979] Compiling AsyncKit EventLoopFutureQueue.swift
[1887/1979] Compiling AsyncKit Future+Collection.swift
[1888/1979] Compiling AsyncKit Future+Conjunctions.swift
[1896/1988] Compiling AsyncKit EventLoopGroup+Throwing.swift
[1905/1989] Compiling AsyncKit Optional+StrictMap.swift
[1906/1989] Compiling AsyncKit Exports.swift
[1924/1989] Compiling Crypto EdDSA_boring.swift
[1925/1989] Compiling Crypto ECDSA.swift
[1926/1989] Compiling Crypto Ed25519.swift
[1927/1989] Emitting module AsyncKit
[1948/1989] Emitting module Crypto
[1969/1989] Compiling Crypto Signature.swift
[1970/1989] Compiling Crypto CryptoKitErrors_boring.swift
[1971/1989] Compiling Crypto RNG_boring.swift
[1972/1989] Compiling Crypto SafeCompare_boring.swift
[1973/1989] Compiling Crypto Zeroization_boring.swift
[1974/1989] Compiling Crypto PrettyBytes.swift
[1975/1989] Compiling Crypto SafeCompare.swift
[1976/1989] Compiling Crypto SecureBytes.swift
[1977/1989] Compiling Crypto Zeroization.swift
[1992/2160] Compiling Vapor Core.swift
[1993/2160] Compiling Vapor Running.swift
[1994/2160] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[1995/2160] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[1996/2160] Compiling Vapor DotEnvFile+load.swift
[1997/2160] Compiling Vapor Routes+caseInsenstive.swift
[1998/2160] Compiling Vapor Validatable+validate.swift
[1999/2160] Compiling Vapor Environment+Process.swift
[2000/2160] Compiling Vapor Environment+Secret.swift
[2001/2160] Compiling Vapor Environment.swift
[2002/2160] Compiling Vapor Abort.swift
[2003/2160] Compiling Vapor AbortError.swift
[2004/2160] Compiling Vapor DebuggableError.swift
[2005/2160] Compiling Vapor Demangler.swift
[2006/2160] Compiling Vapor ErrorSource.swift
[2007/2160] Compiling Vapor StackTrace.swift
[2008/2160] Compiling Vapor Exports.swift
[2009/2160] Compiling Vapor Application+HTTP.swift
[2010/2160] Compiling Vapor BasicResponder.swift
[2011/2160] Compiling Vapor BodyStream.swift
[2012/2160] Compiling Vapor Application+HTTP+Client.swift
[2013/2160] Compiling Vapor EventLoopHTTPClient.swift
[2014/2160] Compiling Vapor EndpointCache.swift
[2015/2160] Compiling Vapor HTTPMethod+String.swift
[2016/2184] Compiling Vapor AsyncBasicResponder.swift
[2017/2184] Compiling Vapor AsyncMiddleware.swift
[2018/2184] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2019/2184] Compiling Vapor AsyncSessionDriver.swift
[2020/2184] Compiling Vapor Authentication+Concurrency.swift
[2021/2184] Compiling Vapor Cache+Concurrency.swift
[2022/2184] Compiling Vapor Client+Concurrency.swift
[2023/2184] Compiling Vapor RequestBody+Concurrency.swift
[2024/2184] Compiling Vapor Responder+Concurrency.swift
[2025/2184] Compiling Vapor ResponseCodable+Concurrency.swift
[2026/2184] Compiling Vapor RoutesBuilder+Concurrency.swift
[2027/2184] Compiling Vapor ViewRenderer+Concurrency.swift
[2028/2184] Compiling Vapor WebSocket+Concurrency.swift
[2029/2184] Compiling Vapor ContainerGetPathExecutor.swift
[2030/2184] Compiling Vapor Content.swift
[2031/2184] Compiling Vapor ContentCoders.swift
[2032/2184] Compiling Vapor ContentConfiguration.swift
[2033/2184] Compiling Vapor ContentContainer.swift
[2034/2184] Compiling Vapor JSONCoder+Custom.swift
[2035/2184] Compiling Vapor JSONCoders+Content.swift
[2036/2184] Compiling Vapor PlaintextDecoder.swift
[2037/2184] Compiling Vapor PlaintextEncoder.swift
[2038/2184] Compiling Vapor URLQueryCoders.swift
[2039/2184] Compiling Vapor URLQueryContainer.swift
[2040/2208] Compiling Vapor HTTPServerResponseEncoder.swift
[2041/2208] Compiling Vapor HTTPServerUpgradeHandler.swift
[2042/2208] Compiling Vapor Logger+Report.swift
[2043/2208] Compiling Vapor LoggingSystem+Environment.swift
[2044/2208] Compiling Vapor Application+Middleware.swift
[2045/2208] Compiling Vapor CORSMiddleware.swift
[2046/2208] Compiling Vapor ErrorMiddleware.swift
[2047/2208] Compiling Vapor FileMiddleware.swift
[2048/2208] Compiling Vapor Middleware.swift
[2049/2208] Compiling Vapor MiddlewareConfiguration.swift
[2050/2208] Compiling Vapor ResponseCompressionMiddleware.swift
[2051/2208] Compiling Vapor RouteLoggingMiddleware.swift
[2052/2208] Compiling Vapor TracingMiddleware.swift
[2053/2208] Compiling Vapor File+Multipart.swift
[2054/2208] Compiling Vapor FormDataDecoder+Content.swift
[2055/2208] Compiling Vapor FormDataEncoder+Content.swift
[2056/2208] Compiling Vapor Application+Password.swift
[2057/2208] Compiling Vapor Application+Passwords.swift
[2058/2208] Compiling Vapor AsyncPasswordHasher.swift
[2059/2208] Compiling Vapor BcryptHasher.swift
[2060/2208] Compiling Vapor PasswordHasher.swift
[2061/2208] Compiling Vapor PlaintextHasher.swift
[2062/2208] Compiling Vapor Request+Password.swift
[2063/2208] Compiling Vapor Redirect.swift
[2064/2208] Compiling Vapor Application.swift
[2065/2208] Compiling Vapor AuthenticationCache.swift
[2066/2208] Compiling Vapor Authenticator.swift
[2067/2208] Compiling Vapor BasicAuthorization.swift
[2068/2208] Compiling Vapor BearerAuthorization.swift
[2069/2208] Compiling Vapor GuardMiddleware.swift
[2070/2208] Compiling Vapor RedirectMiddleware.swift
[2071/2208] Compiling Vapor SessionAuthenticatable.swift
[2072/2208] Compiling Vapor Bcrypt.swift
[2073/2208] Compiling Vapor Application+Cache.swift
[2074/2208] Compiling Vapor Cache.swift
[2075/2208] Compiling Vapor CacheExpirationTime.swift
[2076/2208] Compiling Vapor MemoryCache.swift
[2077/2208] Compiling Vapor Request+Cache.swift
[2078/2208] Compiling Vapor Application+Clients.swift
[2079/2208] Compiling Vapor Client.swift
[2080/2208] Compiling Vapor ClientRequest.swift
[2081/2208] Compiling Vapor ClientResponse.swift
[2082/2208] Compiling Vapor Request+Client.swift
[2083/2208] Compiling Vapor BootCommand.swift
[2084/2208] Compiling Vapor CommandContext+Application.swift
[2085/2208] Compiling Vapor RoutesCommand.swift
[2086/2208] Compiling Vapor ServeCommand.swift
[2087/2208] Compiling Vapor AnyResponse+Concurrency.swift
[2088/2208] Compiling Vapor Validator.swift
[2089/2208] Compiling Vapor ValidatorResult.swift
[2090/2208] Compiling Vapor And.swift
[2091/2208] Compiling Vapor Case.swift
[2092/2208] Compiling Vapor CharacterSet.swift
[2093/2208] Compiling Vapor Count.swift
[2094/2208] Compiling Vapor Custom.swift
[2095/2208] Compiling Vapor Email.swift
[2096/2208] Compiling Vapor Empty.swift
[2097/2208] Compiling Vapor In.swift
[2098/2208] Compiling Vapor Nil.swift
[2099/2208] Compiling Vapor NilIgnoring.swift
[2100/2208] Compiling Vapor Not.swift
[2101/2208] Compiling Vapor Or.swift
[2102/2208] Compiling Vapor Pattern.swift
[2103/2208] Compiling Vapor Range.swift
[2104/2208] Compiling Vapor URL.swift
[2105/2208] Compiling Vapor Valid.swift
[2106/2208] Compiling Vapor Application+Views.swift
[2107/2208] Compiling Vapor PlaintextRenderer.swift
[2108/2208] Compiling Vapor Request+View.swift
[2109/2208] Compiling Vapor View.swift
[2110/2208] Compiling Vapor ViewRenderer.swift
[2111/2208] Compiling Vapor _Deprecations.swift
[2112/2208] Emitting module Vapor
[2113/2208] Compiling Vapor Bytes+Hex.swift
[2114/2208] Compiling Vapor Bytes+SecureCompare.swift
[2115/2208] Compiling Vapor Collection+Safe.swift
[2116/2208] Compiling Vapor DataProtocol+Copy.swift
[2117/2208] Compiling Vapor DecoderUnwrapper.swift
[2118/2208] Compiling Vapor DirectoryConfiguration.swift
[2119/2208] Compiling Vapor DotEnv.swift
[2120/2208] Compiling Vapor Extendable.swift
[2121/2208] Compiling Vapor File.swift
[2122/2208] Compiling Vapor FileIO.swift
[2123/2208] Compiling Vapor LifecycleHandler.swift
[2124/2208] Compiling Vapor OptionalType.swift
[2125/2208] Compiling Vapor RFC1123.swift
[2126/2208] Compiling Vapor SocketAddress+Hostname.swift
[2127/2208] Compiling Vapor Storage.swift
[2128/2208] Compiling Vapor String+IsIPAddress.swift
[2129/2208] Compiling Vapor Thread.swift
[2130/2208] Compiling Vapor URI.swift
[2131/2208] Compiling Vapor RangeResult.swift
[2132/2208] Compiling Vapor Validatable.swift
[2133/2208] Compiling Vapor Validation.swift
[2134/2208] Compiling Vapor ValidationKey.swift
[2135/2208] Compiling Vapor Validations.swift
[2136/2208] Compiling Vapor ValidationsError.swift
[2137/2208] Compiling Vapor Request+Body.swift
[2138/2208] Compiling Vapor Request+BodyStream.swift
[2139/2208] Compiling Vapor Request.swift
[2140/2208] Compiling Vapor Application+Responder.swift
[2141/2208] Compiling Vapor DefaultResponder.swift
[2142/2208] Compiling Vapor Response+Body.swift
[2143/2208] Compiling Vapor Response.swift
[2144/2208] Compiling Vapor ResponseCodable.swift
[2145/2208] Compiling Vapor Application+Routes.swift
[2146/2208] Compiling Vapor Parameters+Require.swift
[2147/2208] Compiling Vapor Request+WebSocket.swift
[2148/2208] Compiling Vapor Route.swift
[2149/2208] Compiling Vapor RouteCollection.swift
[2150/2208] Compiling Vapor Routes.swift
[2151/2208] Compiling Vapor RoutesBuilder+Group.swift
[2152/2208] Compiling Vapor RoutesBuilder+Method.swift
[2153/2208] Compiling Vapor RoutesBuilder+Middleware.swift
[2154/2208] Compiling Vapor RoutesBuilder+WebSocket.swift
[2155/2208] Compiling Vapor RoutesBuilder.swift
[2156/2208] Compiling Vapor OTP.swift
[2157/2208] Compiling Vapor Application+Servers.swift
[2158/2208] Compiling Vapor Server.swift
[2159/2208] Compiling Vapor App+Service.swift
[2160/2208] Compiling Vapor Req+Service.swift
[2161/2208] Compiling Vapor Service.swift
[2162/2208] Compiling Vapor Application+Sessions.swift
[2163/2208] Compiling Vapor MemorySessions.swift
[2164/2208] Compiling Vapor Request+Session.swift
[2165/2208] Compiling Vapor Session.swift
[2166/2208] Compiling Vapor SessionCache.swift
[2167/2208] Compiling Vapor SessionData.swift
[2168/2208] Compiling Vapor SessionDriver.swift
[2169/2208] Compiling Vapor SessionsConfiguration.swift
[2170/2208] Compiling Vapor SessionsMiddleware.swift
[2171/2208] Compiling Vapor URLEncodedFormData.swift
[2172/2208] Compiling Vapor URLEncodedFormDecoder.swift
[2173/2208] Compiling Vapor URLEncodedFormEncoder.swift
[2174/2208] Compiling Vapor URLEncodedFormError.swift
[2175/2208] Compiling Vapor URLEncodedFormParser.swift
[2176/2208] Compiling Vapor URLEncodedFormSerializer.swift
[2177/2208] Compiling Vapor URLQueryFragmentConvertible.swift
[2178/2208] Compiling Vapor AnyResponse.swift
[2179/2208] Compiling Vapor Array+Random.swift
[2180/2208] Compiling Vapor Base32.swift
[2181/2208] Compiling Vapor Base64.swift
[2182/2208] Compiling Vapor BaseN.swift
[2183/2208] Compiling Vapor BasicCodingKey.swift
[2184/2208] Compiling Vapor ByteCount.swift
[2185/2208] Compiling Vapor HTTPStatus.swift
[2186/2208] Compiling Vapor HTTPCookies.swift
[2187/2208] Compiling Vapor HTTPHeaderCacheControl.swift
[2188/2208] Compiling Vapor HTTPHeaderExpires.swift
[2189/2208] Compiling Vapor HTTPHeaderLastModified.swift
[2190/2208] Compiling Vapor HTTPHeaders+Cache.swift
[2191/2208] Compiling Vapor HTTPHeaders+Connection.swift
[2192/2208] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2193/2208] Compiling Vapor HTTPHeaders+ContentRange.swift
[2194/2208] Compiling Vapor HTTPHeaders+Directive.swift
[2195/2208] Compiling Vapor HTTPHeaders+Forwarded.swift
[2196/2208] Compiling Vapor HTTPHeaders+Link.swift
[2197/2208] Compiling Vapor HTTPHeaders+Name.swift
[2198/2208] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2199/2208] Compiling Vapor HTTPHeaders.swift
[2200/2208] Compiling Vapor HTTPMediaType.swift
[2201/2208] Compiling Vapor HTTPMediaTypePreference.swift
[2202/2208] Compiling Vapor Responder.swift
[2203/2208] Compiling Vapor Application+HTTP+Server.swift
[2204/2208] Compiling Vapor HTTPServer.swift
[2205/2208] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2206/2208] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2207/2208] Compiling Vapor HTTPServerHandler.swift
[2208/2208] Compiling Vapor HTTPServerRequestDecoder.swift
[2210/2221] Compiling RestClient RequestScheduler.swift
[2211/2222] Compiling RestClient OAuthSession.swift
/host/spi-builder-workspace/Sources/RestClient/Middleware/Auth/OAuthSession.swift:10:31: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
8 | import Vapor
9 |
10 | public protocol OAuthSession: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
11 |
12 | var scope: String { get }
[2212/2222] Compiling RestClient RequestLogger.swift
/host/spi-builder-workspace/Sources/RestClient/Middleware/Auth/OAuthSession.swift:10:31: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
8 | import Vapor
9 |
10 | public protocol OAuthSession: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
11 |
12 | var scope: String { get }
[2213/2222] Compiling RestClient ClientCredentialsOAuthSession.swift
[2214/2222] Compiling RestClient JWTAuthMiddleware.swift
[2215/2222] Compiling RestClient BasicAuthorization+RestClientMiddleware.swift
/host/spi-builder-workspace/Sources/RestClient/Middleware/Auth/ClientAuthMiddleware.swift:65:20: warning: capture of 'self' with non-sendable type 'ClientAuthMiddleware<Session>' in a '@Sendable' closure
34 | }
35 |
36 | open class ClientAuthMiddleware<Session>: RestClientMiddleware where Session: OAuthSession {
| `- note: generic class 'ClientAuthMiddleware' does not conform to the 'Sendable' protocol
37 |
38 | public let client: Client
:
63 | open func respond(to request: ClientRequest, chainingTo next: RestClientResponder) -> EventLoopFuture<ClientResponse> {
64 | return token().flatMap { token in
65 | return self.respond(to: request, token: token, chainingTo: next, trialsLeft: 3)
| `- warning: capture of 'self' with non-sendable type 'ClientAuthMiddleware<Session>' in a '@Sendable' closure
66 | }
67 | }
/host/spi-builder-workspace/Sources/RestClient/Middleware/Auth/ClientAuthMiddleware.swift:65:72: warning: capture of 'next' with non-sendable type 'any RestClientResponder' in a '@Sendable' closure
63 | open func respond(to request: ClientRequest, chainingTo next: RestClientResponder) -> EventLoopFuture<ClientResponse> {
64 | return token().flatMap { token in
65 | return self.respond(to: request, token: token, chainingTo: next, trialsLeft: 3)
| `- warning: capture of 'next' with non-sendable type 'any RestClientResponder' in a '@Sendable' closure
66 | }
67 | }
/host/spi-builder-workspace/Sources/RestClient/RestClientMiddleware.swift:10:17: note: protocol 'RestClientResponder' does not conform to the 'Sendable' protocol
8 | import Vapor
9 |
10 | public protocol RestClientResponder {
| `- note: protocol 'RestClientResponder' does not conform to the 'Sendable' protocol
11 | func respond(to request: ClientRequest) -> EventLoopFuture<ClientResponse>
12 | }
/host/spi-builder-workspace/Sources/RestClient/Middleware/Auth/ClientAuthMiddleware.swift:93:28: warning: capture of 'self' with non-sendable type 'ClientAuthMiddleware<Session>' in a '@Sendable' closure
34 | }
35 |
36 | open class ClientAuthMiddleware<Session>: RestClientMiddleware where Session: OAuthSession {
| `- note: generic class 'ClientAuthMiddleware' does not conform to the 'Sendable' protocol
37 |
38 | public let client: Client
:
91 | // handle unauthorized status
92 | if response.status == .unauthorized {
93 | return self.refreshToken().flatMap { token in
| `- warning: capture of 'self' with non-sendable type 'ClientAuthMiddleware<Session>' in a '@Sendable' closure
94 | self.respond(to: request, token: token, chainingTo: next, trialsLeft: trialsLeft - 1)
95 | }
/host/spi-builder-workspace/Sources/RestClient/Middleware/Auth/ClientAuthMiddleware.swift:94:77: warning: capture of 'next' with non-sendable type 'any RestClientResponder' in a '@Sendable' closure
92 | if response.status == .unauthorized {
93 | return self.refreshToken().flatMap { token in
94 | self.respond(to: request, token: token, chainingTo: next, trialsLeft: trialsLeft - 1)
| `- warning: capture of 'next' with non-sendable type 'any RestClientResponder' in a '@Sendable' closure
95 | }
96 | }
/host/spi-builder-workspace/Sources/RestClient/RestClientMiddleware.swift:10:17: note: protocol 'RestClientResponder' does not conform to the 'Sendable' protocol
8 | import Vapor
9 |
10 | public protocol RestClientResponder {
| `- note: protocol 'RestClientResponder' does not conform to the 'Sendable' protocol
11 | func respond(to request: ClientRequest) -> EventLoopFuture<ClientResponse>
12 | }
/host/spi-builder-workspace/Sources/RestClient/Middleware/Auth/ClientAuthMiddleware.swift:94:25: warning: capture of 'self' with non-sendable type 'ClientAuthMiddleware<Session>' in a '@Sendable' closure
34 | }
35 |
36 | open class ClientAuthMiddleware<Session>: RestClientMiddleware where Session: OAuthSession {
| `- note: generic class 'ClientAuthMiddleware' does not conform to the 'Sendable' protocol
37 |
38 | public let client: Client
:
92 | if response.status == .unauthorized {
93 | return self.refreshToken().flatMap { token in
94 | self.respond(to: request, token: token, chainingTo: next, trialsLeft: trialsLeft - 1)
| `- warning: capture of 'self' with non-sendable type 'ClientAuthMiddleware<Session>' in a '@Sendable' closure
95 | }
96 | }
/host/spi-builder-workspace/Sources/RestClient/Middleware/Auth/ClientAuthMiddleware.swift:94:77: warning: capture of 'next' with non-sendable type 'any RestClientResponder' in a '@Sendable' closure
92 | if response.status == .unauthorized {
93 | return self.refreshToken().flatMap { token in
94 | self.respond(to: request, token: token, chainingTo: next, trialsLeft: trialsLeft - 1)
| `- warning: capture of 'next' with non-sendable type 'any RestClientResponder' in a '@Sendable' closure
95 | }
96 | }
/host/spi-builder-workspace/Sources/RestClient/RestClientMiddleware.swift:10:17: note: protocol 'RestClientResponder' does not conform to the 'Sendable' protocol
8 | import Vapor
9 |
10 | public protocol RestClientResponder {
| `- note: protocol 'RestClientResponder' does not conform to the 'Sendable' protocol
11 | func respond(to request: ClientRequest) -> EventLoopFuture<ClientResponse>
12 | }
/host/spi-builder-workspace/Sources/RestClient/Middleware/Auth/ClientAuthMiddleware.swift:94:42: warning: reference to captured var 'request' in concurrently-executing code
92 | if response.status == .unauthorized {
93 | return self.refreshToken().flatMap { token in
94 | self.respond(to: request, token: token, chainingTo: next, trialsLeft: trialsLeft - 1)
| `- warning: reference to captured var 'request' in concurrently-executing code
95 | }
96 | }
/host/spi-builder-workspace/Sources/RestClient/Middleware/Auth/ClientAuthMiddleware.swift:120:103: warning: capture of 'self' with non-sendable type 'ClientAuthMiddleware<Session>' in a '@Sendable' closure
34 | }
35 |
36 | open class ClientAuthMiddleware<Session>: RestClientMiddleware where Session: OAuthSession {
| `- note: generic class 'ClientAuthMiddleware' does not conform to the 'Sendable' protocol
37 |
38 | public let client: Client
:
118 | case .success(let response):
119 | guard response.status == .ok else {
120 | newRefreshTokenPromise.fail(ClientAuthMiddlewareError.tokenRefreshFailed(url: self.accessTokenUrl, response: response))
| `- warning: capture of 'self' with non-sendable type 'ClientAuthMiddleware<Session>' in a '@Sendable' closure
121 | return
122 | }
/host/spi-builder-workspace/Sources/RestClient/Middleware/Auth/ClientAuthMiddleware.swift:135:69: warning: capture of 'self' with non-sendable type 'ClientAuthMiddleware<Session>' in a '@Sendable' closure
34 | }
35 |
36 | open class ClientAuthMiddleware<Session>: RestClientMiddleware where Session: OAuthSession {
| `- note: generic class 'ClientAuthMiddleware' does not conform to the 'Sendable' protocol
37 |
38 | public let client: Client
:
133 | }
134 |
135 | newRefreshTokenPromise.futureResult.whenComplete { _ in self.refreshTokenPromise = nil }
| `- warning: capture of 'self' with non-sendable type 'ClientAuthMiddleware<Session>' in a '@Sendable' closure
136 |
137 | return newRefreshTokenPromise.futureResult
[2216/2222] Compiling RestClient ClientAuthMiddleware.swift
/host/spi-builder-workspace/Sources/RestClient/Middleware/Auth/ClientAuthMiddleware.swift:65:20: warning: capture of 'self' with non-sendable type 'ClientAuthMiddleware<Session>' in a '@Sendable' closure
34 | }
35 |
36 | open class ClientAuthMiddleware<Session>: RestClientMiddleware where Session: OAuthSession {
| `- note: generic class 'ClientAuthMiddleware' does not conform to the 'Sendable' protocol
37 |
38 | public let client: Client
:
63 | open func respond(to request: ClientRequest, chainingTo next: RestClientResponder) -> EventLoopFuture<ClientResponse> {
64 | return token().flatMap { token in
65 | return self.respond(to: request, token: token, chainingTo: next, trialsLeft: 3)
| `- warning: capture of 'self' with non-sendable type 'ClientAuthMiddleware<Session>' in a '@Sendable' closure
66 | }
67 | }
/host/spi-builder-workspace/Sources/RestClient/Middleware/Auth/ClientAuthMiddleware.swift:65:72: warning: capture of 'next' with non-sendable type 'any RestClientResponder' in a '@Sendable' closure
63 | open func respond(to request: ClientRequest, chainingTo next: RestClientResponder) -> EventLoopFuture<ClientResponse> {
64 | return token().flatMap { token in
65 | return self.respond(to: request, token: token, chainingTo: next, trialsLeft: 3)
| `- warning: capture of 'next' with non-sendable type 'any RestClientResponder' in a '@Sendable' closure
66 | }
67 | }
/host/spi-builder-workspace/Sources/RestClient/RestClientMiddleware.swift:10:17: note: protocol 'RestClientResponder' does not conform to the 'Sendable' protocol
8 | import Vapor
9 |
10 | public protocol RestClientResponder {
| `- note: protocol 'RestClientResponder' does not conform to the 'Sendable' protocol
11 | func respond(to request: ClientRequest) -> EventLoopFuture<ClientResponse>
12 | }
/host/spi-builder-workspace/Sources/RestClient/Middleware/Auth/ClientAuthMiddleware.swift:93:28: warning: capture of 'self' with non-sendable type 'ClientAuthMiddleware<Session>' in a '@Sendable' closure
34 | }
35 |
36 | open class ClientAuthMiddleware<Session>: RestClientMiddleware where Session: OAuthSession {
| `- note: generic class 'ClientAuthMiddleware' does not conform to the 'Sendable' protocol
37 |
38 | public let client: Client
:
91 | // handle unauthorized status
92 | if response.status == .unauthorized {
93 | return self.refreshToken().flatMap { token in
| `- warning: capture of 'self' with non-sendable type 'ClientAuthMiddleware<Session>' in a '@Sendable' closure
94 | self.respond(to: request, token: token, chainingTo: next, trialsLeft: trialsLeft - 1)
95 | }
/host/spi-builder-workspace/Sources/RestClient/Middleware/Auth/ClientAuthMiddleware.swift:94:77: warning: capture of 'next' with non-sendable type 'any RestClientResponder' in a '@Sendable' closure
92 | if response.status == .unauthorized {
93 | return self.refreshToken().flatMap { token in
94 | self.respond(to: request, token: token, chainingTo: next, trialsLeft: trialsLeft - 1)
| `- warning: capture of 'next' with non-sendable type 'any RestClientResponder' in a '@Sendable' closure
95 | }
96 | }
/host/spi-builder-workspace/Sources/RestClient/RestClientMiddleware.swift:10:17: note: protocol 'RestClientResponder' does not conform to the 'Sendable' protocol
8 | import Vapor
9 |
10 | public protocol RestClientResponder {
| `- note: protocol 'RestClientResponder' does not conform to the 'Sendable' protocol
11 | func respond(to request: ClientRequest) -> EventLoopFuture<ClientResponse>
12 | }
/host/spi-builder-workspace/Sources/RestClient/Middleware/Auth/ClientAuthMiddleware.swift:94:25: warning: capture of 'self' with non-sendable type 'ClientAuthMiddleware<Session>' in a '@Sendable' closure
34 | }
35 |
36 | open class ClientAuthMiddleware<Session>: RestClientMiddleware where Session: OAuthSession {
| `- note: generic class 'ClientAuthMiddleware' does not conform to the 'Sendable' protocol
37 |
38 | public let client: Client
:
92 | if response.status == .unauthorized {
93 | return self.refreshToken().flatMap { token in
94 | self.respond(to: request, token: token, chainingTo: next, trialsLeft: trialsLeft - 1)
| `- warning: capture of 'self' with non-sendable type 'ClientAuthMiddleware<Session>' in a '@Sendable' closure
95 | }
96 | }
/host/spi-builder-workspace/Sources/RestClient/Middleware/Auth/ClientAuthMiddleware.swift:94:77: warning: capture of 'next' with non-sendable type 'any RestClientResponder' in a '@Sendable' closure
92 | if response.status == .unauthorized {
93 | return self.refreshToken().flatMap { token in
94 | self.respond(to: request, token: token, chainingTo: next, trialsLeft: trialsLeft - 1)
| `- warning: capture of 'next' with non-sendable type 'any RestClientResponder' in a '@Sendable' closure
95 | }
96 | }
/host/spi-builder-workspace/Sources/RestClient/RestClientMiddleware.swift:10:17: note: protocol 'RestClientResponder' does not conform to the 'Sendable' protocol
8 | import Vapor
9 |
10 | public protocol RestClientResponder {
| `- note: protocol 'RestClientResponder' does not conform to the 'Sendable' protocol
11 | func respond(to request: ClientRequest) -> EventLoopFuture<ClientResponse>
12 | }
/host/spi-builder-workspace/Sources/RestClient/Middleware/Auth/ClientAuthMiddleware.swift:94:42: warning: reference to captured var 'request' in concurrently-executing code
92 | if response.status == .unauthorized {
93 | return self.refreshToken().flatMap { token in
94 | self.respond(to: request, token: token, chainingTo: next, trialsLeft: trialsLeft - 1)
| `- warning: reference to captured var 'request' in concurrently-executing code
95 | }
96 | }
/host/spi-builder-workspace/Sources/RestClient/Middleware/Auth/ClientAuthMiddleware.swift:120:103: warning: capture of 'self' with non-sendable type 'ClientAuthMiddleware<Session>' in a '@Sendable' closure
34 | }
35 |
36 | open class ClientAuthMiddleware<Session>: RestClientMiddleware where Session: OAuthSession {
| `- note: generic class 'ClientAuthMiddleware' does not conform to the 'Sendable' protocol
37 |
38 | public let client: Client
:
118 | case .success(let response):
119 | guard response.status == .ok else {
120 | newRefreshTokenPromise.fail(ClientAuthMiddlewareError.tokenRefreshFailed(url: self.accessTokenUrl, response: response))
| `- warning: capture of 'self' with non-sendable type 'ClientAuthMiddleware<Session>' in a '@Sendable' closure
121 | return
122 | }
/host/spi-builder-workspace/Sources/RestClient/Middleware/Auth/ClientAuthMiddleware.swift:135:69: warning: capture of 'self' with non-sendable type 'ClientAuthMiddleware<Session>' in a '@Sendable' closure
34 | }
35 |
36 | open class ClientAuthMiddleware<Session>: RestClientMiddleware where Session: OAuthSession {
| `- note: generic class 'ClientAuthMiddleware' does not conform to the 'Sendable' protocol
37 |
38 | public let client: Client
:
133 | }
134 |
135 | newRefreshTokenPromise.futureResult.whenComplete { _ in self.refreshTokenPromise = nil }
| `- warning: capture of 'self' with non-sendable type 'ClientAuthMiddleware<Session>' in a '@Sendable' closure
136 |
137 | return newRefreshTokenPromise.futureResult
[2217/2222] Compiling RestClient RestClientMiddleware.swift
[2218/2222] Compiling RestClient StatusCodeToErrorTransformer.swift
[2219/2222] Compiling RestClient RestClient.swift
/host/spi-builder-workspace/Sources/RestClient/RestClient.swift:92:13: warning: capture of 'responder' with non-sendable type 'any RestClientResponder' in a '@Sendable' closure
90 |
91 | eventLoop.execute {
92 | responder.respond(to: req).cascade(to: promise)
| `- warning: capture of 'responder' with non-sendable type 'any RestClientResponder' in a '@Sendable' closure
93 | }
94 |
/host/spi-builder-workspace/Sources/RestClient/RestClientMiddleware.swift:10:17: note: protocol 'RestClientResponder' does not conform to the 'Sendable' protocol
8 | import Vapor
9 |
10 | public protocol RestClientResponder {
| `- note: protocol 'RestClientResponder' does not conform to the 'Sendable' protocol
11 | func respond(to request: ClientRequest) -> EventLoopFuture<ClientResponse>
12 | }
/host/spi-builder-workspace/Sources/RestClient/RestClient.swift:130:36: warning: capture of 'self' with non-sendable type 'RestClient' in a '@Sendable' closure
22 | }
23 |
24 | open class RestClient {
| `- note: class 'RestClient' does not conform to the 'Sendable' protocol
25 |
26 | public typealias Query = [String:String]
:
128 | {
129 | return sendRequest(method: method, url: url, query: query, headers: headers)
130 | .flatMapThrowing({ try self.decodeResponseBody(request: $0, response: $1) })
| `- warning: capture of 'self' with non-sendable type 'RestClient' in a '@Sendable' closure
131 | }
132 |
/host/spi-builder-workspace/Sources/RestClient/RestClient.swift:160:33: warning: type 'Return' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
133 | /// Performs a request and optionally decodes the JSON response body.
134 | /// Returns `nil` if the server responded with status 404 - Not found
135 | public func request<Return>(method: HTTPMethod = .GET,
| `- note: consider making generic parameter 'Return' conform to the 'Sendable' protocol
136 | url: String,
137 | query: Query? = nil,
:
158 | switch result {
159 | case .success(let value):
160 | promise.succeed(value)
| `- warning: type 'Return' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
161 |
162 | case .failure(let error):
/host/spi-builder-workspace/Sources/RestClient/RestClient.swift:165:48: warning: type 'Return' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
133 | /// Performs a request and optionally decodes the JSON response body.
134 | /// Returns `nil` if the server responded with status 404 - Not found
135 | public func request<Return>(method: HTTPMethod = .GET,
| `- note: consider making generic parameter 'Return' conform to the 'Sendable' protocol
136 | url: String,
137 | query: Query? = nil,
:
163 | if let error = error as? ClientRequestError {
164 | if error.response?.status == .notFound {
165 | return promise.succeed(nil)
| `- warning: type 'Return' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
166 | }
167 | }
/host/spi-builder-workspace/Sources/RestClient/RestClient.swift:155:32: warning: capture of 'self' with non-sendable type 'RestClient' in a '@Sendable' closure
22 | }
23 |
24 | open class RestClient {
| `- note: class 'RestClient' does not conform to the 'Sendable' protocol
25 |
26 | public typealias Query = [String:String]
:
153 | }
154 |
155 | return try self.decodeResponseBody(request: request, response: response)
| `- warning: capture of 'self' with non-sendable type 'RestClient' in a '@Sendable' closure
156 | })
157 | .whenComplete({ result in
/host/spi-builder-workspace/Sources/RestClient/RestClient.swift:232:64: warning: capture of 'self' with non-sendable type 'RestClient' in a '@Sendable' closure
22 | }
23 |
24 | open class RestClient {
| `- note: class 'RestClient' does not conform to the 'Sendable' protocol
25 |
26 | public typealias Query = [String:String]
:
230 | .flatMapThrowing({ response in
231 | try response.content
232 | .decode(Return.self, using: decoder ?? self.defaultDecoder)
| `- warning: capture of 'self' with non-sendable type 'RestClient' in a '@Sendable' closure
233 | })
234 | .mapErrorToClientRequestError(request: request)
/host/spi-builder-workspace/Sources/RestClient/RestClient.swift:232:64: warning: implicit capture of 'self' requires that 'RestClient' conforms to 'Sendable'; this is an error in the Swift 6 language mode
22 | }
23 |
24 | open class RestClient {
| `- note: class 'RestClient' does not conform to the 'Sendable' protocol
25 |
26 | public typealias Query = [String:String]
:
230 | .flatMapThrowing({ response in
231 | try response.content
232 | .decode(Return.self, using: decoder ?? self.defaultDecoder)
| `- warning: implicit capture of 'self' requires that 'RestClient' conforms to 'Sendable'; this is an error in the Swift 6 language mode
233 | })
234 | .mapErrorToClientRequestError(request: request)
[2220/2222] Emitting module RestClient
/host/spi-builder-workspace/Sources/RestClient/Middleware/Auth/OAuthSession.swift:10:31: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
8 | import Vapor
9 |
10 | public protocol OAuthSession: class {
| `- warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
11 |
12 | var scope: String { get }
[2221/2222] Compiling RestClient ClientRequestError.swift
/host/spi-builder-workspace/Sources/RestClient/ClientRequestError.swift:45:63: warning: 'string' is deprecated: renamed to 'rawValue'
43 |
44 | public var identifier: String {
45 | return "\(ClientRequestError.self): [\(request.method.string)]\(request.url)"
| |- warning: 'string' is deprecated: renamed to 'rawValue'
| `- note: use 'rawValue' instead
46 | }
47 |
[2222/2222] Compiling RestClient AuthorizationCodeOAuthSession.swift
/host/spi-builder-workspace/Sources/RestClient/ClientRequestError.swift:45:63: warning: 'string' is deprecated: renamed to 'rawValue'
43 |
44 | public var identifier: String {
45 | return "\(ClientRequestError.self): [\(request.method.string)]\(request.url)"
| |- warning: 'string' is deprecated: renamed to 'rawValue'
| `- note: use 'rawValue' instead
46 | }
47 |
Build complete! (420.44s)
Build complete.
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0-rc",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
}
],
"manifest_display_name" : "vapor-rest-client",
"name" : "vapor-rest-client",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "RestClient",
"targets" : [
"RestClient"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RestClientTests",
"module_type" : "SwiftTarget",
"name" : "RestClientTests",
"path" : "Tests/RestClientTests",
"product_dependencies" : [
"XCTVapor"
],
"sources" : [
"RestClientTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"RestClient"
],
"type" : "test"
},
{
"c99name" : "RestClient",
"module_type" : "SwiftTarget",
"name" : "RestClient",
"path" : "Sources/RestClient",
"product_dependencies" : [
"Vapor"
],
"product_memberships" : [
"RestClient"
],
"sources" : [
"ClientRequestError.swift",
"Middleware/Auth/AuthorizationCodeOAuthSession.swift",
"Middleware/Auth/BasicAuthorization+RestClientMiddleware.swift",
"Middleware/Auth/ClientAuthMiddleware.swift",
"Middleware/Auth/ClientCredentialsOAuthSession.swift",
"Middleware/Auth/JWTAuthMiddleware.swift",
"Middleware/Auth/OAuthSession.swift",
"Middleware/RequestLogger.swift",
"Middleware/RequestScheduler.swift",
"Middleware/StatusCodeToErrorTransformer.swift",
"RestClient.swift",
"RestClientMiddleware.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.