Build Information
Successful build of Relying Party Server, reference v1.0.4 (b8f504
), with Swift 6.1 for Android on 29 May 2025 11:17:07 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ibm-security-verify/webauthn-relying-party-server-swift.git
Reference: v1.0.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/ibm-security-verify/webauthn-relying-party-server-swift
* tag v1.0.4 -> FETCH_HEAD
HEAD is now at b8f504f Fix typos. Update to the EAI response handling. (#5)
Cloned https://github.com/ibm-security-verify/webauthn-relying-party-server-swift.git
Revision (git rev-parse @):
b8f504f3130a6c486d6160f27b6858fded7f4567
SUCCESS checkout https://github.com/ibm-security-verify/webauthn-relying-party-server-swift.git at v1.0.4
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/ibm-security-verify/webauthn-relying-party-server-swift.git
https://github.com/ibm-security-verify/webauthn-relying-party-server-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
}
],
"manifest_display_name" : "Relying Party Server",
"name" : "Relying Party Server",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "RelyingPartyServer",
"targets" : [
"RelyingPartyServer"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "RelyingPartyServerTests",
"module_type" : "SwiftTarget",
"name" : "RelyingPartyServerTests",
"path" : "Tests/RelyingPartyServerTests",
"product_dependencies" : [
"XCTVapor"
],
"sources" : [
"RelyingPartyServerTests.swift"
],
"target_dependencies" : [
"RelyingPartyServer"
],
"type" : "test"
},
{
"c99name" : "RelyingPartyServer",
"module_type" : "SwiftTarget",
"name" : "RelyingPartyServer",
"path" : "Sources/RelyingPartyServer",
"product_dependencies" : [
"Vapor"
],
"product_memberships" : [
"RelyingPartyServer"
],
"sources" : [
"Extensions/Application+Extension.swift",
"Extensions/Data+Extension.swift",
"Extensions/DateFormatter+Extension.swift",
"Middleware/WellKnownMiddleware.swift",
"Models/Authenticator.swift",
"Models/Token.swift",
"Models/User.swift",
"Routes/DefaultRoute.swift",
"Routes/WellKnownRoute.swift",
"Server.swift",
"Services/FIDO2/ISVAWebAuthnService.swift",
"Services/FIDO2/ISVWebAuthnService.swift",
"Services/FIDO2/WebAuthnService.swift",
"Services/Token/TokenService.swift",
"Services/User/ISVAUserService.swift",
"Services/User/ISVUserService.swift",
"Services/User/UserService.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/vapor/vapor.git
[1/74378] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (3.20s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.115.0 (4.27s)
Fetching https://github.com/vapor/multipart-kit.git
Fetching https://github.com/apple/swift-atomics.git
[1/3319] Fetching multipart-kit
[1628/5029] Fetching multipart-kit, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.74s)
Fetching https://github.com/apple/swift-metrics.git
[1628/5525] Fetching multipart-kit, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.52s)
[1649/3319] Fetching multipart-kit
Fetching https://github.com/apple/swift-log.git
[1650/7155] Fetching multipart-kit, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.81s)
Fetching https://github.com/apple/swift-nio-extras.git
[1660/3319] Fetching multipart-kit
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/vapor/websocket-kit.git
[3320/9233] Fetching multipart-kit, swift-nio-extras
Fetched https://github.com/vapor/multipart-kit.git from cache (2.64s)
Fetching https://github.com/apple/swift-nio-http2.git
[533/5914] Fetching swift-nio-extras
[5915/11873] Fetching swift-nio-extras, swift-algorithms
[5975/12936] Fetching swift-nio-extras, swift-algorithms, swift-service-context
[7269/15545] Fetching swift-nio-extras, swift-algorithms, swift-service-context, websocket-kit
[12686/27072] Fetching swift-nio-extras, swift-algorithms, swift-service-context, websocket-kit, swift-nio-http2
[13026/32046] Fetching swift-nio-extras, swift-algorithms, swift-service-context, websocket-kit, swift-nio-http2, swift-distributed-tracing
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.91s)
[8020/26132] Fetching swift-algorithms, swift-service-context, websocket-kit, swift-nio-http2, swift-distributed-tracing
Fetching https://github.com/apple/swift-nio-ssl.git
Fetched https://github.com/vapor/websocket-kit.git from cache (0.68s)
Fetched https://github.com/apple/swift-service-context.git from cache (0.69s)
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/vapor/routing-kit.git
[12663/22460] Fetching swift-algorithms, swift-nio-http2, swift-distributed-tracing
Fetched https://github.com/apple/swift-algorithms.git from cache (1.09s)
[7511/31344] Fetching swift-nio-http2, swift-distributed-tracing, swift-nio-ssl
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.09s)
Fetching https://github.com/apple/swift-crypto.git
[2685/26370] Fetching swift-nio-http2, swift-nio-ssl
[3841/47097] Fetching swift-nio-http2, swift-nio-ssl, routing-kit
[22272/123190] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio
[26511/137126] Fetching swift-nio-http2, swift-nio-ssl, routing-kit, swift-nio, swift-crypto
Fetched https://github.com/vapor/routing-kit.git from cache (2.93s)
[44722/116399] Fetching swift-nio-http2, swift-nio-ssl, swift-nio, swift-crypto
Fetching https://github.com/vapor/async-kit.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.93s)
[44445/104872] Fetching swift-nio-ssl, swift-nio, swift-crypto
Fetching https://github.com/swift-server/async-http-client.git
[46655/107242] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-kit
Fetched https://github.com/vapor/async-kit.git from cache (0.66s)
[49549/104872] Fetching swift-nio-ssl, swift-nio, swift-crypto
[61864/118886] Fetching swift-nio-ssl, swift-nio, swift-crypto, async-http-client
Fetching https://github.com/vapor/console-kit.git
Fetched https://github.com/swift-server/async-http-client.git from cache (6.20s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (9.80s)
Fetched https://github.com/apple/swift-crypto.git from cache (9.22s)
[1/5647] Fetching console-kit
Fetched https://github.com/vapor/console-kit.git from cache (1.83s)
Fetched https://github.com/apple/swift-nio.git from cache (11.19s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (15.50s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.06s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.2 (0.82s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.87s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.63s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.96s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
[2/20982] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.75s)
Fetched https://github.com/apple/swift-collections.git from cache (1.80s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (2.69s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.80s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.16.1 (0.89s)
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.54s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (1.42s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.89s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.90s)
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.05s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-asn1.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-async-algorithms.git
[1/904] Fetching swift-http-types
[896/2494] Fetching swift-http-types, swift-asn1
[1319/4920] Fetching swift-http-types, swift-asn1, swift-service-lifecycle
[2292/6061] Fetching swift-http-types, swift-asn1, swift-service-lifecycle, swift-http-structured-headers
[5639/11046] Fetching swift-http-types, swift-asn1, swift-service-lifecycle, swift-http-structured-headers, swift-async-algorithms
[6101/17201] Fetching swift-http-types, swift-asn1, swift-service-lifecycle, swift-http-structured-headers, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-types.git from cache (0.71s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.71s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.81s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.81s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.82s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.91s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (1.79s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.01s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.07s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (2.76s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.81s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.00s)
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.84s)
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.83s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.12s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (4.20s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (0.91s)
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 (1.04s)
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.87s)
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.79s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (0.81s)
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/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-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-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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/vapor/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-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-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-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.115.0
Creating working copy for https://github.com/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/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-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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.16.1
Creating working copy for https://github.com/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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Building for debugging...
[0/884] Write sources
[46/884] Compiling _AtomicsShims.c
[47/884] Compiling CVaporBcrypt bcrypt.c
[48/884] Compiling CNIOWindows shim.c
[49/884] Compiling CNIOWindows WSAStartup.c
[50/884] Compiling CVaporBcrypt blf.c
[51/884] Compiling CNIOWASI CNIOWASI.c
[52/884] Compiling CSystem shims.c
[53/884] Compiling CNIOLinux liburing_shims.c
[54/884] Compiling CNIOSHA1 c_nio_sha1.c
[55/884] Compiling CNIOLLHTTP c_nio_http.c
[56/884] Compiling CNIOLinux shim.c
[57/884] Compiling CNIOExtrasZlib empty.c
[58/884] Compiling CNIODarwin shim.c
[59/884] Compiling CNIOLLHTTP c_nio_api.c
[60/884] Compiling _NumericsShims _NumericsShims.c
[61/884] Write swift-version-24593BA9C3E375BF.txt
[62/884] Compiling fiat_p256_adx_sqr.S
[63/884] Compiling fiat_p256_adx_mul.S
[64/884] Compiling fiat_curve25519_adx_mul.S
[65/884] Compiling fiat_curve25519_adx_square.S
[66/884] Compiling CNIOLLHTTP c_nio_llhttp.c
[67/903] Compiling CNIOBoringSSLShims shims.c
[68/931] Compiling a_i2d_fp.cc
[69/936] Compiling a_int.cc
[71/936] Emitting module ServiceContextModule
[72/953] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[73/953] Compiling InternalCollectionsUtilities Integer rank.swift
[74/954] Compiling RealModule Real.swift
[75/955] Compiling RealModule Float80+Real.swift
[76/955] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[77/955] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[78/955] Compiling ServiceContextModule ServiceContextKey.swift
[79/955] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[80/955] Compiling InternalCollectionsUtilities _SortedCollection.swift
[81/955] Emitting module RealModule
[82/955] Compiling RealModule Float16+Real.swift
[83/955] Emitting module InternalCollectionsUtilities
[84/955] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[85/955] Compiling ServiceContextModule ServiceContext.swift
[86/955] Compiling InternalCollectionsUtilities UInt+reversed.swift
[87/956] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[88/956] Compiling InternalCollectionsUtilities Debugging.swift
[89/956] Compiling InternalCollectionsUtilities Descriptions.swift
[90/956] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[91/959] Compiling SystemPackage FilePathTempPosix.swift
[92/959] Compiling SystemPackage FilePathTempWindows.swift
[93/959] Compiling SystemPackage FilePathWindows.swift
[94/959] Compiling SystemPackage FilePermissions.swift
[99/959] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[100/959] Compiling _NIODataStructures PriorityQueue.swift
[101/959] Compiling _NIODataStructures _TinyArray.swift
[102/959] Compiling SystemPackage MachPort.swift
[103/959] Compiling SystemPackage PlatformString.swift
[104/959] Compiling SystemPackage SystemString.swift
[105/959] Compiling _NIOBase64 Base64.swift
[106/959] Emitting module _NIOBase64
[107/959] Compiling CoreMetrics Metrics.swift
[108/959] Emitting module SystemPackage
[111/960] Compiling RealModule Float+Real.swift
[112/960] Compiling RealModule ElementaryFunctions.swift
[115/960] Compiling _NIODataStructures Heap.swift
[116/960] Emitting module _NIODataStructures
[125/961] Compiling RealModule RealFunctions.swift
[127/962] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[131/963] Wrapping AST for _NIODataStructures for debugging
[132/963] Wrapping AST for _NIOBase64 for debugging
[133/963] Wrapping AST for ServiceContextModule for debugging
[135/969] Emitting module Instrumentation
[136/1070] Compiling Instrumentation NoOpInstrument.swift
[137/1082] Compiling OrderedCollections OrderedSet+Descriptions.swift
[138/1082] Compiling OrderedCollections OrderedSet+Diffing.swift
[139/1082] Compiling OrderedCollections OrderedSet+Equatable.swift
[140/1099] Compiling Instrumentation Instrument.swift
[141/1099] Compiling Instrumentation InstrumentationSystem.swift
[142/1099] Compiling Instrumentation MultiplexInstrument.swift
[143/1099] Compiling HeapModule Heap+Descriptions.swift
[144/1099] Compiling HeapModule _HeapNode.swift
[145/1099] Compiling HeapModule Heap.swift
[146/1099] Compiling HeapModule Heap+Invariants.swift
[147/1099] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[148/1099] Compiling HeapModule Heap+UnsafeHandle.swift
[149/1099] Emitting module HeapModule
[150/1100] Compiling _RopeModule Rope+_Storage.swift
[151/1100] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[152/1100] Compiling _RopeModule Rope+_UnsafeHandle.swift
[153/1100] Compiling _RopeModule Rope.swift
[154/1100] Compiling _RopeModule RopeElement.swift
[155/1100] Compiling _RopeModule RopeMetric.swift
[156/1100] Compiling _RopeModule RopeSummary.swift
[158/1107] Compiling _RopeModule _RopeItem.swift
[159/1107] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[160/1107] Compiling _RopeModule BigString+UnicodeScalarView.swift
[161/1107] Compiling _RopeModule BigSubstring+UTF16View.swift
[162/1107] Compiling _RopeModule BigSubstring+UTF8View.swift
[163/1107] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[164/1107] Compiling _RopeModule BigSubstring.swift
[165/1183] Compiling HashTreeCollections _Bucket.swift
[166/1183] Compiling HashTreeCollections _Hash.swift
[167/1183] Compiling HashTreeCollections _HashLevel.swift
[168/1183] Compiling HashTreeCollections _HashNode+Builder.swift
[169/1183] Compiling HashTreeCollections _HashNode+Debugging.swift
[170/1183] Compiling HashTreeCollections _HashNode+Initializers.swift
[171/1183] Compiling HashTreeCollections _HashNode+Invariants.swift
[172/1183] Compiling HashTreeCollections _HashNode+Lookups.swift
[173/1183] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[174/1183] Compiling HashTreeCollections TreeDictionary.swift
[175/1183] Compiling HashTreeCollections TreeSet+Codable.swift
[176/1183] Compiling HashTreeCollections TreeSet+Collection.swift
[177/1183] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[178/1183] Compiling HashTreeCollections TreeSet+Debugging.swift
[179/1183] Compiling HashTreeCollections TreeSet+Descriptions.swift
[180/1183] Compiling HashTreeCollections TreeSet+Equatable.swift
[181/1183] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[182/1183] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[183/1183] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[184/1183] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[185/1183] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[186/1183] Compiling HashTreeCollections _HashNode+Structural union.swift
[187/1183] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[188/1183] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[189/1183] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[190/1183] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[191/1183] Compiling HashTreeCollections _HashNode.swift
[192/1183] Compiling HashTreeCollections _HashNodeHeader.swift
[193/1183] Compiling HashTreeCollections _HashSlot.swift
[194/1183] Compiling HashTreeCollections _HashStack.swift
[195/1183] Compiling HashTreeCollections _AncestorHashSlots.swift
[196/1183] Compiling HashTreeCollections _Bitmap.swift
[197/1183] Compiling Instrumentation Locks.swift
[198/1183] Emitting module CoreMetrics
[199/1183] Compiling CoreMetrics Locks.swift
[200/1185] Compiling Logging MetadataProvider.swift
[209/1186] Compiling Logging LogHandler.swift
[210/1186] Compiling Logging Locks.swift
[211/1186] Emitting module Logging
[212/1186] Compiling Logging Logging.swift
[213/1186] Compiling HashTreeCollections TreeSet+Hashable.swift
[214/1186] Compiling HashTreeCollections TreeSet+Sendable.swift
[215/1186] Compiling HashTreeCollections TreeSet+Sequence.swift
[216/1186] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[217/1186] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[218/1186] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[219/1186] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[220/1186] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[221/1186] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[222/1186] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[235/1206] Compiling tls_record.cc
[244/1206] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[245/1206] Compiling HashTreeCollections TreeSet+Extras.swift
[246/1206] Compiling HashTreeCollections TreeSet+Filter.swift
[248/1206] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[249/1206] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[250/1206] Compiling HashTreeCollections TreeDictionary+Filter.swift
[251/1206] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[252/1206] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[253/1206] Compiling HashTreeCollections TreeDictionary+Keys.swift
[254/1206] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[255/1206] Compiling HashTreeCollections TreeDictionary+Merge.swift
[256/1206] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[257/1206] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[258/1206] Compiling HashTreeCollections TreeDictionary+Values.swift
[258/1219] Wrapping AST for RealModule for debugging
[259/1219] Wrapping AST for SystemPackage for debugging
[261/1228] Compiling DequeModule Deque+Codable.swift
[262/1228] Compiling DequeModule Deque+Collection.swift
[263/1228] Compiling DequeModule Deque+CustomReflectable.swift
[264/1228] Compiling DequeModule Deque+Descriptions.swift
[265/1228] Compiling DequeModule Deque+Extras.swift
[266/1228] Compiling DequeModule Deque+Hashable.swift
[267/1228] Compiling DequeModule Deque+Equatable.swift
[268/1228] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[268/1231] Wrapping AST for Logging for debugging
[271/1239] Wrapping AST for InternalCollectionsUtilities for debugging
[273/1239] Compiling Tracing InstrumentationSystem+Tracing.swift
[274/1239] Compiling DequeModule _DequeBuffer.swift
[275/1239] Compiling DequeModule _DequeBufferHeader.swift
[283/1239] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[284/1239] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[285/1239] Compiling HashTreeCollections _HashNode+Storage.swift
[286/1239] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[287/1239] Compiling HashTreeCollections _HashNode+Structural filter.swift
[288/1239] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[289/1239] Compiling _RopeModule _CharacterRecognizer.swift
[290/1239] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[291/1239] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[292/1239] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[293/1239] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[294/1239] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[295/1239] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[296/1239] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[297/1239] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[298/1239] Compiling HashTreeCollections TreeSet.swift
[314/1239] Wrapping AST for Instrumentation for debugging
[316/1239] Compiling Tracing TracingTime.swift
[317/1239] Compiling Tracing TracerProtocol.swift
[318/1239] Compiling DequeModule Deque._UnsafeHandle.swift
[319/1239] Compiling DequeModule Deque.swift
[322/1239] Compiling DequeModule _DequeSlot.swift
[323/1239] Compiling DequeModule _UnsafeWrappedBuffer.swift
[328/1239] Emitting module Tracing
[330/1239] Wrapping AST for HeapModule for debugging
[340/1239] Compiling DequeModule Deque+Testing.swift
[341/1239] Compiling DequeModule Deque._Storage.swift
[341/1239] Wrapping AST for CoreMetrics for debugging
[343/1239] Compiling Tracing TracerProtocol+Legacy.swift
[344/1239] Compiling Tracing Tracer.swift
[345/1239] Emitting module OrderedCollections
[346/1240] Compiling Tracing NoOpTracer.swift
[347/1240] Compiling Tracing SpanProtocol.swift
[367/1241] Emitting module _RopeModule
[368/1241] Emitting module DequeModule
[368/1242] Wrapping AST for Tracing for debugging
[370/1242] Wrapping AST for OrderedCollections for debugging
[371/1242] Wrapping AST for DequeModule for debugging
[373/1242] Compiling _RopeModule Rope+Join.swift
[374/1242] Compiling _RopeModule Rope+MutatingForEach.swift
[375/1242] Compiling _RopeModule Rope+Remove.swift
[376/1242] Compiling _RopeModule Rope+RemoveSubrange.swift
[377/1242] Compiling _RopeModule Rope+Split.swift
[378/1242] Compiling _RopeModule Optional Utilities.swift
[379/1242] Compiling _RopeModule String Utilities.swift
[380/1242] Compiling _RopeModule String.Index+ABI.swift
[388/1242] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[389/1242] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[390/1242] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[391/1242] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[392/1242] Compiling HashTreeCollections _HashNode+Structural merge.swift
[414/1242] Compiling tls13_server.cc
[435/1243] Compiling RoutingKit TrieRouter.swift
[436/1243] Compiling RoutingKit PathComponent.swift
[437/1243] Compiling RoutingKit Router.swift
[438/1243] Compiling tls_method.cc
[440/1243] Emitting module HashTreeCollections
[440/1244] Compiling tls13_enc.cc
[442/1244] Wrapping AST for _RopeModule for debugging
[444/1244] Emitting module Metrics
[445/1244] Compiling Metrics Metrics.swift
[446/1245] Compiling RoutingKit Parameters.swift
[447/1245] Compiling RoutingKit AnyRouter.swift
[448/1245] Emitting module RoutingKit
[450/1246] Wrapping AST for HashTreeCollections for debugging
[451/1246] Wrapping AST for Metrics for debugging
[452/1246] Wrapping AST for RoutingKit for debugging
[453/1246] Compiling tls13_both.cc
[454/1246] Compiling tls13_client.cc
[455/1246] Compiling t1_enc.cc
[456/1246] Compiling ssl_x509.cc
[457/1246] Compiling ssl_versions.cc
[458/1246] Compiling ssl_transcript.cc
[459/1246] Compiling ssl_stat.cc
[460/1246] Compiling ssl_privkey.cc
[461/1246] Compiling ssl_session.cc
[462/1246] Compiling ssl_file.cc
[463/1246] Compiling ssl_key_share.cc
[464/1246] Compiling ssl_lib.cc
[465/1246] Compiling ssl_credential.cc
[466/1246] Compiling ssl_cert.cc
[467/1246] Compiling ssl_cipher.cc
[468/1246] Compiling ssl_buffer.cc
[469/1246] Compiling ssl_asn1.cc
[470/1246] Compiling s3_lib.cc
[471/1246] Compiling s3_pkt.cc
[472/1246] Compiling ssl_aead_ctx.cc
[473/1246] Compiling s3_both.cc
[474/1246] Compiling handshake_client.cc
[475/1246] Compiling handshake_server.cc
[476/1246] Compiling handshake.cc
[477/1246] Compiling handoff.cc
[478/1246] Compiling encrypted_client_hello.cc
[479/1246] Compiling dtls_record.cc
[480/1246] Compiling extensions.cc
[481/1246] Compiling md5-x86_64-linux.S
[482/1246] Compiling md5-x86_64-apple.S
[483/1246] Compiling md5-586-linux.S
[484/1246] Compiling dtls_method.cc
[485/1246] Compiling md5-586-apple.S
[486/1246] Compiling chacha20_poly1305_x86_64-linux.S
[487/1246] Compiling chacha20_poly1305_x86_64-apple.S
[488/1246] Compiling chacha20_poly1305_armv8-win.S
[489/1246] Compiling d1_srtp.cc
[490/1246] Compiling chacha20_poly1305_armv8-apple.S
[491/1246] Compiling chacha20_poly1305_armv8-linux.S
[492/1246] Compiling chacha-x86_64-linux.S
[493/1246] Compiling chacha-x86_64-apple.S
[494/1246] Compiling chacha-x86-linux.S
[495/1246] Compiling chacha-x86-apple.S
[496/1246] Compiling chacha-armv8-win.S
[497/1246] Compiling chacha-armv8-apple.S
[498/1246] Compiling chacha-armv4-linux.S
[499/1246] Compiling chacha-armv8-linux.S
[500/1246] Compiling bio_ssl.cc
[501/1246] Compiling err_data.cc
[502/1246] Compiling aes128gcmsiv-x86_64-apple.S
[503/1246] Compiling aes128gcmsiv-x86_64-linux.S
[504/1246] Compiling x86_64-mont5-linux.S
[505/1246] Compiling x86_64-mont5-apple.S
[506/1246] Compiling x86_64-mont-linux.S
[507/1246] Compiling x86_64-mont-apple.S
[508/1246] Compiling x86-mont-apple.S
[509/1246] Compiling x86-mont-linux.S
[510/1246] Compiling vpaes-x86_64-linux.S
[511/1246] Compiling d1_pkt.cc
[512/1246] Compiling vpaes-x86-linux.S
[513/1246] Compiling vpaes-x86_64-apple.S
[514/1246] Compiling vpaes-x86-apple.S
[515/1246] Compiling vpaes-armv8-win.S
[516/1246] Compiling vpaes-armv8-linux.S
[517/1246] Compiling vpaes-armv8-apple.S
[518/1246] Compiling vpaes-armv7-linux.S
[519/1246] Compiling sha512-x86_64-apple.S
[520/1246] Compiling sha512-armv8-win.S
[521/1246] Compiling sha512-x86_64-linux.S
[522/1246] Compiling sha512-armv8-apple.S
[523/1246] Compiling sha512-armv8-linux.S
[524/1246] Compiling sha512-armv4-linux.S
[525/1246] Compiling d1_lib.cc
[526/1246] Compiling sha512-586-linux.S
[527/1246] Compiling sha256-x86_64-linux.S
[528/1246] Compiling sha256-x86_64-apple.S
[529/1246] Compiling sha512-586-apple.S
[530/1246] Compiling sha256-armv8-win.S
[531/1246] Compiling sha256-armv4-linux.S
[532/1246] Compiling sha256-armv8-apple.S
[533/1246] Compiling sha256-armv8-linux.S
[534/1246] Compiling sha256-586-linux.S
[535/1246] Compiling sha256-586-apple.S
[536/1246] Compiling sha1-x86_64-linux.S
[537/1246] Compiling d1_both.cc
[538/1246] Compiling sha1-x86_64-apple.S
[539/1246] Compiling sha1-armv8-win.S
[540/1246] Compiling sha1-586-linux.S
[541/1246] Compiling sha1-armv8-apple.S
[542/1246] Compiling sha1-586-apple.S
[543/1246] Compiling sha1-armv8-linux.S
[544/1246] Compiling rsaz-avx2-linux.S
[545/1246] Compiling sha1-armv4-large-linux.S
[546/1246] Compiling rdrand-x86_64-linux.S
[547/1246] Compiling rsaz-avx2-apple.S
[548/1246] Compiling rdrand-x86_64-apple.S
[549/1246] Compiling p256_beeu-x86_64-asm-apple.S
[550/1246] Compiling p256_beeu-armv8-asm-apple.S
[551/1246] Compiling p256_beeu-armv8-asm-win.S
[552/1246] Compiling p256-x86_64-asm-linux.S
[553/1246] Compiling p256_beeu-x86_64-asm-linux.S
[554/1246] Compiling p256-x86_64-asm-apple.S
[555/1246] Compiling p256_beeu-armv8-asm-linux.S
[556/1246] Compiling p256-armv8-asm-win.S
[556/1246] Compiling ghashv8-armv8-linux.S
[558/1246] Compiling p256-armv8-asm-apple.S
[559/1246] Compiling ghashv8-armv8-win.S
[560/1246] Compiling ghash-x86_64-apple.S
[561/1246] Compiling ghashv8-armv8-apple.S
[562/1246] Compiling p256-armv8-asm-linux.S
[563/1246] Compiling ghash-x86-linux.S
[564/1246] Compiling ghashv8-armv7-linux.S
[565/1246] Compiling ghash-x86-apple.S
[566/1246] Compiling ghash-x86_64-linux.S
[567/1246] Compiling ghash-ssse3-x86-linux.S
[568/1246] Compiling ghash-ssse3-x86_64-linux.S
[569/1246] Compiling ghash-ssse3-x86_64-apple.S
[570/1246] Compiling ghash-neon-armv8-win.S
[571/1246] Compiling ghash-ssse3-x86-apple.S
[572/1246] Compiling co-586-linux.S
[573/1246] Compiling ghash-neon-armv8-linux.S
[574/1246] Compiling co-586-apple.S
[575/1246] Compiling ghash-neon-armv8-apple.S
[576/1246] Compiling ghash-armv4-linux.S
[577/1246] Compiling bn-armv8-linux.S
[578/1246] Compiling bsaes-armv7-linux.S
[579/1246] Compiling bn-armv8-apple.S
[580/1246] Compiling bn-armv8-win.S
[581/1246] Compiling bn-586-apple.S
[582/1246] Compiling bn-586-linux.S
[583/1246] Compiling armv4-mont-linux.S
[584/1246] Compiling aesv8-gcm-armv8-apple.S
[585/1246] Compiling armv8-mont-win.S
[586/1246] Compiling armv8-mont-apple.S
[587/1246] Compiling aesv8-armv8-win.S
[588/1246] Compiling aesv8-gcm-armv8-linux.S
[589/1246] Compiling armv8-mont-linux.S
[590/1246] Compiling aesv8-armv8-linux.S
[591/1246] Compiling aesv8-gcm-armv8-win.S
[592/1246] Compiling aesv8-armv8-apple.S
[593/1246] Compiling aesni-x86-linux.S
[594/1246] Compiling aesni-x86_64-apple.S
[595/1246] Compiling aesni-x86_64-linux.S
[596/1246] Compiling aesv8-armv7-linux.S
[597/1246] Compiling aesni-x86-apple.S
[598/1246] Compiling aesni-gcm-x86_64-apple.S
[599/1246] Compiling aesni-gcm-x86_64-linux.S
[600/1246] Compiling aes-gcm-avx2-x86_64-linux.S
[601/1246] Compiling aes-gcm-avx10-x86_64-linux.S
[602/1246] Compiling aes-gcm-avx2-x86_64-apple.S
[603/1246] Compiling aes-gcm-avx10-x86_64-apple.S
[604/1246] Compiling x_req.cc
[605/1246] Compiling x_pubkey.cc
[606/1246] Compiling x_val.cc
[607/1246] Compiling x_sig.cc
[608/1246] Compiling x_spki.cc
[609/1246] Compiling x_x509a.cc
[610/1246] Compiling x_name.cc
[611/1246] Compiling x_x509.cc
[612/1246] Compiling x_exten.cc
[613/1246] Compiling x_crl.cc
[614/1246] Compiling x_attrib.cc
[615/1246] Compiling x_algor.cc
[616/1246] Compiling x_all.cc
[617/1246] Compiling x509name.cc
[618/1246] Compiling x509rset.cc
[619/1246] Compiling x509spki.cc
[620/1246] Compiling x509cset.cc
[621/1246] Compiling x509_txt.cc
[622/1246] Compiling x509_vpm.cc
[623/1246] Compiling x509_v3.cc
[624/1246] Compiling x509_vfy.cc
[625/1246] Compiling x509_req.cc
[626/1246] Compiling x509_set.cc
[627/1246] Compiling x509_trs.cc
[628/1246] Compiling x509_ext.cc
[629/1246] Compiling x509_obj.cc
[630/1246] Compiling x509_lu.cc
[631/1246] Compiling x509_d2.cc
[632/1246] Compiling x509_def.cc
[633/1246] Compiling x509_cmp.cc
[634/1246] Compiling x509.cc
[635/1246] Compiling x509_att.cc
[636/1246] Compiling v3_skey.cc
[637/1246] Compiling v3_utl.cc
[638/1246] Compiling v3_prn.cc
[639/1246] Compiling v3_purp.cc
[640/1246] Compiling v3_pcons.cc
[641/1246] Compiling v3_ocsp.cc
[642/1246] Compiling v3_pmaps.cc
[643/1246] Compiling v3_lib.cc
[644/1246] Compiling v3_ncons.cc
[645/1246] Compiling v3_ia5.cc
[646/1246] Compiling v3_int.cc
[647/1246] Compiling v3_genn.cc
[648/1246] Compiling v3_info.cc
[649/1246] Compiling v3_extku.cc
[650/1246] Compiling v3_cpols.cc
[651/1246] Compiling v3_enum.cc
[652/1246] Compiling v3_crld.cc
[653/1246] Compiling v3_conf.cc
[654/1246] Compiling v3_bcons.cc
[655/1246] Compiling v3_bitst.cc
[656/1246] Compiling v3_alt.cc
[657/1246] Compiling v3_akey.cc
[658/1246] Compiling t_x509a.cc
[659/1246] Compiling v3_akeya.cc
[660/1246] Compiling t_x509.cc
[661/1246] Compiling t_req.cc
[662/1246] Compiling i2d_pr.cc
[663/1246] Compiling t_crl.cc
[664/1246] Compiling policy.cc
[665/1246] Compiling rsa_pss.cc
[666/1246] Compiling name_print.cc
[667/1246] Compiling by_file.cc
[668/1246] Compiling by_dir.cc
[669/1246] Compiling asn1_gen.cc
[670/1246] Compiling algorithm.cc
[671/1246] Compiling voprf.cc
[672/1246] Compiling a_sign.cc
[673/1246] Compiling a_verify.cc
[674/1246] Compiling a_digest.cc
[675/1246] Compiling pmbtoken.cc
[676/1246] Compiling trust_token.cc
[677/1246] Compiling thread_win.cc
[678/1246] Compiling thread_pthread.cc
[679/1246] Compiling thread.cc
[680/1246] Compiling thread_none.cc
[680/1246] Compiling stack.cc
[682/1246] Compiling siphash.cc
[683/1246] Compiling sha512.cc
[684/1246] Compiling spake2plus.cc
[685/1246] Compiling slhdsa.cc
[686/1246] Compiling sha256.cc
[687/1246] Compiling rsa_extra.cc
[688/1246] Compiling rsa_print.cc
[689/1246] Compiling sha1.cc
[690/1246] Compiling refcount.cc
[691/1246] Compiling rsa_crypt.cc
[692/1246] Compiling rc4.cc
[693/1246] Compiling rsa_asn1.cc
[694/1246] Compiling passive.cc
[695/1246] Compiling urandom.cc
[696/1246] Compiling rand.cc
[697/1246] Compiling windows.cc
[698/1246] Compiling ios.cc
[699/1246] Compiling trusty.cc
[700/1246] Compiling poly1305_arm_asm.S
[701/1246] Compiling getentropy.cc
[702/1246] Compiling forkunsafe.cc
[703/1246] Compiling poly1305_vec.cc
[704/1246] Compiling fork_detect.cc
[705/1246] Compiling deterministic.cc
[706/1246] Compiling poly1305_arm.cc
[707/1246] Compiling poly1305.cc
[708/1246] Compiling pool.cc
[709/1246] Compiling pkcs7.cc
[710/1246] Compiling p5_pbev2.cc
[711/1246] Compiling pkcs8.cc
[712/1246] Compiling pem_pkey.cc
[713/1246] Compiling pem_xaux.cc
[714/1246] Compiling pkcs7_x509.cc
[715/1246] Compiling pkcs8_x509.cc
[716/1246] Compiling pem_x509.cc
[717/1246] Compiling pem_oth.cc
[718/1246] Compiling pem_pk8.cc
[719/1246] Compiling mlkem.cc
[720/1246] Compiling pem_all.cc
[721/1246] Compiling obj_xref.cc
[722/1246] Compiling pem_info.cc
[723/1246] Compiling pem_lib.cc
[724/1246] Compiling mldsa.cc
[725/1246] Compiling obj.cc
[726/1246] Compiling poly_rq_mul.S
[727/1246] Compiling fips_shared_support.cc
[728/1246] Compiling mem.cc
[729/1246] Compiling md5.cc
[730/1246] Compiling lhash.cc
[731/1246] Compiling md4.cc
[732/1246] Compiling kyber.cc
[733/1246] Compiling ex_data.cc
[734/1246] Compiling scrypt.cc
[735/1246] Compiling sign.cc
[736/1246] Compiling pbkdf.cc
[737/1246] Compiling hpke.cc
[738/1246] Compiling print.cc
[739/1246] Compiling hrss.cc
[740/1246] Compiling p_x25519.cc
[741/1246] Compiling p_x25519_asn1.cc
[742/1246] Compiling p_rsa_asn1.cc
[743/1246] Compiling p_hkdf.cc
[744/1246] Compiling p_ed25519_asn1.cc
[745/1246] Compiling p_ed25519.cc
[746/1246] Compiling p_rsa.cc
[747/1246] Compiling p_ec.cc
[748/1246] Compiling p_ec_asn1.cc
[749/1246] Compiling p_dh.cc
[750/1246] Compiling p_dh_asn1.cc
[751/1246] Compiling p_dsa_asn1.cc
[752/1246] Compiling evp_ctx.cc
[753/1246] Compiling evp.cc
[754/1246] Compiling evp_asn1.cc
[755/1246] Compiling err.cc
[756/1246] Compiling ecdh.cc
[757/1246] Compiling engine.cc
[758/1246] Compiling ec_derive.cc
[759/1246] Compiling bcm.cc
[760/1246] Compiling hash_to_curve.cc
[761/1246] Compiling ecdsa_asn1.cc
[762/1246] Compiling dsa.cc
[763/1246] Compiling dsa_asn1.cc
[764/1246] Compiling ec_asn1.cc
[765/1246] Compiling x25519-asm-arm.S
[766/1246] Compiling params.cc
[767/1246] Compiling digest_extra.cc
[768/1246] Compiling des.cc
[769/1246] Compiling dh_asn1.cc
[770/1246] Compiling cpu_intel.cc
[771/1246] Compiling curve25519_64_adx.cc
[772/1246] Compiling crypto.cc
[773/1246] Compiling spake25519.cc
[774/1246] Compiling cpu_arm_linux.cc
[775/1246] Compiling curve25519.cc
[776/1246] Compiling cpu_aarch64_openbsd.cc
[777/1246] Compiling cpu_arm_freebsd.cc
[778/1246] Compiling cpu_aarch64_win.cc
[779/1246] Compiling cpu_aarch64_sysreg.cc
[780/1246] Compiling cpu_aarch64_linux.cc
[781/1246] Compiling cpu_aarch64_fuchsia.cc
[782/1246] Compiling conf.cc
[783/1246] Compiling cpu_aarch64_apple.cc
[784/1246] Compiling tls_cbc.cc
[785/1246] Compiling e_rc4.cc
[786/1246] Compiling get_cipher.cc
[787/1246] Compiling e_rc2.cc
[788/1246] Compiling e_tls.cc
[789/1246] Compiling e_null.cc
[790/1246] Compiling unicode.cc
[791/1246] Compiling e_des.cc
[792/1246] Compiling e_chacha20poly1305.cc
[793/1246] Compiling derive_key.cc
[794/1246] Compiling e_aesgcmsiv.cc
[795/1246] Compiling e_aesctrhmac.cc
[796/1246] Compiling chacha.cc
[797/1246] Compiling cbb.cc
[798/1246] Compiling buf.cc
[799/1246] Compiling cbs.cc
[800/1246] Compiling ber.cc
[801/1246] Compiling blake2.cc
[802/1246] Compiling asn1_compat.cc
[803/1246] Compiling bn_asn1.cc
[804/1246] Compiling convert.cc
[805/1246] Compiling socket_helper.cc
[806/1246] Compiling hexdump.cc
[807/1246] Compiling socket.cc
[808/1246] Compiling printf.cc
[809/1246] Compiling pair.cc
[810/1246] Compiling file.cc
[811/1246] Compiling errno.cc
[812/1246] Compiling bio_mem.cc
[813/1246] Compiling fd.cc
[814/1246] Compiling connect.cc
[815/1246] Compiling base64.cc
[816/1246] Compiling bio.cc
[817/1246] Compiling tasn_typ.cc
[818/1246] Compiling tasn_utl.cc
[819/1246] Compiling tasn_enc.cc
[820/1246] Compiling tasn_fre.cc
[821/1246] Compiling posix_time.cc
[822/1246] Compiling tasn_new.cc
[823/1246] Compiling f_string.cc
[824/1246] Compiling tasn_dec.cc
[825/1246] Compiling asn_pack.cc
[826/1246] Compiling f_int.cc
[827/1246] Compiling asn1_par.cc
[828/1246] Compiling a_utctm.cc
[829/1246] Compiling a_type.cc
[830/1246] Compiling a_time.cc
[831/1246] Compiling asn1_lib.cc
[832/1246] Compiling a_strnid.cc
[833/1246] Compiling a_octet.cc
[834/1246] Compiling a_strex.cc
[835/1246] Compiling a_object.cc
[836/1246] Compiling a_i2d_fp.cc
[837/1246] Compiling a_mbstr.cc
[838/1246] Compiling a_dup.cc
[839/1246] Compiling a_gentm.cc
[840/1246] Compiling a_int.cc
[841/1246] Compiling a_d2i_fp.cc
[842/1246] Compiling fiat_p256_adx_sqr.S
[843/1246] Compiling fiat_p256_adx_mul.S
[844/1246] Compiling fiat_curve25519_adx_square.S
[845/1246] Compiling fiat_curve25519_adx_mul.S
[846/1246] Compiling md5-x86_64-linux.S
[847/1246] Compiling md5-x86_64-apple.S
[848/1246] Compiling md5-586-linux.S
[849/1246] Compiling md5-586-apple.S
[850/1246] Compiling chacha20_poly1305_x86_64-linux.S
[851/1246] Compiling chacha20_poly1305_x86_64-apple.S
[852/1246] Compiling CCryptoBoringSSLShims shims.c
[853/1246] Compiling chacha20_poly1305_armv8-win.S
[854/1246] Compiling chacha20_poly1305_armv8-apple.S
[855/1246] Compiling chacha20_poly1305_armv8-linux.S
[856/1246] Compiling chacha-x86_64-linux.S
[857/1246] Compiling chacha-x86_64-apple.S
[858/1246] Compiling chacha-x86-linux.S
[859/1246] Compiling chacha-x86-apple.S
[860/1246] Compiling a_bitstr.cc
[861/1246] Compiling chacha-armv8-win.S
[862/1246] Compiling chacha-armv8-apple.S
[863/1246] Compiling aes128gcmsiv-x86_64-linux.S
[864/1246] Compiling chacha-armv4-linux.S
[865/1246] Compiling chacha-armv8-linux.S
[866/1246] Compiling aes128gcmsiv-x86_64-apple.S
[867/1246] Compiling x86_64-mont5-linux.S
[868/1246] Compiling a_bool.cc
[868/1246] Compiling x86_64-mont5-apple.S
[870/1246] Compiling x86_64-mont-linux.S
[871/1246] Compiling x86_64-mont-apple.S
[872/1246] Compiling x86-mont-linux.S
[873/1246] Compiling x86-mont-apple.S
[874/1246] Compiling vpaes-x86_64-linux.S
[875/1246] Compiling vpaes-x86_64-apple.S
[876/1246] Compiling vpaes-x86-linux.S
[877/1246] Compiling err_data.cc
[878/1246] Compiling vpaes-x86-apple.S
[879/1246] Compiling vpaes-armv8-win.S
[880/1246] Compiling vpaes-armv8-apple.S
[881/1246] Compiling vpaes-armv8-linux.S
[882/1246] Compiling vpaes-armv7-linux.S
[883/1246] Compiling sha512-x86_64-linux.S
[884/1246] Compiling sha512-x86_64-apple.S
[885/1246] Compiling sha512-armv8-win.S
[886/1246] Compiling sha512-armv8-linux.S
[887/1246] Compiling sha512-armv8-apple.S
[888/1246] Compiling sha512-586-apple.S
[889/1246] Compiling sha512-armv4-linux.S
[890/1246] Compiling sha512-586-linux.S
[891/1246] Compiling sha256-x86_64-linux.S
[892/1246] Compiling sha256-armv8-win.S
[893/1246] Compiling sha256-armv8-apple.S
[894/1246] Compiling sha256-x86_64-apple.S
[895/1246] Compiling sha256-586-linux.S
[896/1246] Compiling sha256-armv4-linux.S
[897/1246] Compiling sha256-586-apple.S
[897/1246] Compiling sha256-armv8-linux.S
[899/1246] Compiling sha1-x86_64-linux.S
[900/1246] Compiling sha1-x86_64-apple.S
[901/1246] Compiling sha1-armv8-win.S
[902/1246] Compiling sha1-armv8-apple.S
[903/1246] Compiling sha1-armv8-linux.S
[904/1246] Compiling sha1-armv4-large-linux.S
[905/1246] Compiling sha1-586-apple.S
[906/1246] Compiling sha1-586-linux.S
[907/1246] Compiling rsaz-avx2-apple.S
[908/1246] Compiling rsaz-avx2-linux.S
[908/1246] Compiling rdrand-x86_64-linux.S
[910/1246] Compiling p256_beeu-x86_64-asm-linux.S
[911/1246] Compiling rdrand-x86_64-apple.S
[912/1246] Compiling p256_beeu-x86_64-asm-apple.S
[913/1246] Compiling p256_beeu-armv8-asm-win.S
[914/1246] Compiling p256_beeu-armv8-asm-apple.S
[915/1246] Compiling p256_beeu-armv8-asm-linux.S
[916/1246] Compiling p256-x86_64-asm-linux.S
[917/1246] Compiling p256-x86_64-asm-apple.S
[918/1246] Compiling p256-armv8-asm-win.S
[919/1246] Compiling p256-armv8-asm-linux.S
[920/1246] Compiling p256-armv8-asm-apple.S
[921/1246] Compiling ghashv8-armv8-apple.S
[922/1246] Compiling ghashv8-armv8-win.S
[923/1246] Compiling ghashv8-armv8-linux.S
[924/1246] Compiling ghashv8-armv7-linux.S
[925/1246] Compiling ghash-x86_64-linux.S
[926/1246] Compiling ghash-ssse3-x86_64-linux.S
[927/1246] Compiling ghash-x86-apple.S
[928/1246] Compiling ghash-ssse3-x86_64-apple.S
[929/1246] Compiling ghash-x86-linux.S
[930/1246] Compiling ghash-x86_64-apple.S
[931/1246] Compiling ghash-ssse3-x86-linux.S
[932/1246] Compiling ghash-ssse3-x86-apple.S
[933/1246] Compiling ghash-neon-armv8-apple.S
[934/1246] Compiling ghash-neon-armv8-win.S
[935/1246] Compiling ghash-neon-armv8-linux.S
[936/1246] Compiling ghash-armv4-linux.S
[937/1246] Compiling co-586-linux.S
[938/1246] Compiling co-586-apple.S
[939/1246] Compiling bn-armv8-linux.S
[940/1246] Compiling bsaes-armv7-linux.S
[941/1246] Compiling bn-armv8-apple.S
[942/1246] Compiling bn-armv8-win.S
[942/1246] Compiling bn-586-apple.S
[944/1246] Compiling bn-586-linux.S
[945/1246] Compiling armv8-mont-win.S
[946/1246] Compiling armv8-mont-apple.S
[947/1246] Compiling armv4-mont-linux.S
[948/1246] Compiling aesv8-gcm-armv8-win.S
[949/1246] Compiling aesv8-gcm-armv8-apple.S
[950/1246] Compiling aesv8-gcm-armv8-linux.S
[951/1246] Compiling armv8-mont-linux.S
[952/1246] Compiling aesv8-armv8-win.S
[953/1246] Compiling aesv8-armv8-linux.S
[954/1246] Compiling aesv8-armv8-apple.S
[955/1246] Compiling aesni-x86_64-apple.S
[956/1246] Compiling aesni-x86_64-linux.S
[957/1246] Compiling aesv8-armv7-linux.S
[958/1246] Compiling aesni-x86-linux.S
[959/1246] Compiling aesni-x86-apple.S
[960/1246] Compiling aesni-gcm-x86_64-apple.S
[961/1246] Compiling aes-gcm-avx10-x86_64-linux.S
[962/1246] Compiling aesni-gcm-x86_64-linux.S
[963/1246] Compiling aes-gcm-avx10-x86_64-apple.S
[964/1246] Compiling c-nioatomics.c
[965/1246] Compiling x_val.cc
[966/1246] Compiling x_sig.cc
[967/1246] Compiling x_x509a.cc
[968/1246] Compiling c-atomics.c
[969/1246] Compiling x_req.cc
[970/1246] Compiling x_spki.cc
[971/1246] Compiling x_pubkey.cc
[972/1246] Compiling x_x509.cc
[973/1252] Compiling x_crl.cc
[975/1252] Compiling NIOConcurrencyHelpers NIOLock.swift
[975/1252] Compiling x_exten.cc
[976/1252] Compiling x_name.cc
[978/1252] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[979/1252] Compiling NIOConcurrencyHelpers lock.swift
[980/1252] Emitting module NIOConcurrencyHelpers
[980/1252] Compiling x_attrib.cc
[981/1252] Compiling x_all.cc
[983/1252] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[984/1252] Compiling NIOConcurrencyHelpers atomics.swift
[984/1252] Compiling x509rset.cc
[985/1252] Compiling x_algor.cc
[986/1253] Compiling x509spki.cc
[988/1253] Compiling x509cset.cc
[989/1253] Compiling x509name.cc
[990/1253] Wrapping AST for NIOConcurrencyHelpers for debugging
[991/1279] Compiling x509_v3.cc
[992/1279] Compiling x509_txt.cc
[993/1279] Compiling x509_trs.cc
[994/1279] Compiling x509_set.cc
[995/1279] Compiling x509_vpm.cc
[997/1279] Compiling ConsoleKitTerminal Console+Confirm.swift
[998/1279] Compiling ConsoleKitTerminal Console+Input.swift
[999/1279] Compiling ConsoleKitTerminal Console+Center.swift
[1000/1279] Compiling ConsoleKitTerminal Console+Output.swift
[1001/1279] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1002/1279] Compiling ConsoleKitTerminal ConsoleClear.swift
[1003/1279] Compiling ConsoleKitTerminal Console+Ask.swift
[1004/1279] Compiling ConsoleKitTerminal Console+Choose.swift
[1005/1282] Emitting module ConsoleKitTerminal
[1005/1282] Compiling x509_vfy.cc
[1007/1282] Compiling ConsoleKitTerminal ActivityBar.swift
[1008/1282] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1009/1282] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1010/1282] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1011/1282] Compiling ConsoleKitTerminal CustomActivity.swift
[1012/1282] Compiling ConsoleKitTerminal LoadingBar.swift
[1013/1282] Compiling ConsoleKitTerminal ProgressBar.swift
[1014/1282] Compiling ConsoleKitTerminal Console+Clear.swift
[1015/1282] Compiling ConsoleKitTerminal ConsoleText.swift
[1016/1282] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1017/1282] Compiling ConsoleKitTerminal ANSI.swift
[1018/1282] Compiling ConsoleKitTerminal Console.swift
[1019/1282] Compiling ConsoleKitTerminal Terminal.swift
[1020/1282] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1021/1282] Compiling ConsoleKitTerminal Console+Wait.swift
[1022/1282] Compiling ConsoleKitTerminal ConsoleColor.swift
[1023/1282] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1023/1282] Compiling x509_obj.cc
[1024/1282] Compiling x509_req.cc
[1025/1282] Compiling x509_def.cc
[1026/1282] Compiling x509_d2.cc
[1028/1282] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1029/1282] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1030/1282] Compiling ConsoleKitTerminal LoggerFragment.swift
[1030/1282] Compiling x509_lu.cc
[1031/1283] Compiling x509_ext.cc
[1033/1283] Compiling x509_cmp.cc
[1034/1305] Compiling v3_purp.cc
[1035/1305] Wrapping AST for ConsoleKitTerminal for debugging
[1036/1305] Compiling x509_att.cc
[1038/1305] Compiling ConsoleKitCommands CommandSignature.swift
[1039/1305] Compiling ConsoleKitCommands Flag.swift
[1040/1305] Compiling ConsoleKitCommands Option.swift
[1040/1307] Compiling x509.cc
[1042/1307] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1043/1307] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1044/1307] Compiling ConsoleKitCommands Argument.swift
[1045/1307] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1046/1307] Compiling ConsoleKitCommands AsyncCommand.swift
[1047/1307] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1048/1307] Compiling ConsoleKitCommands AsyncCommands.swift
[1049/1307] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1050/1307] Compiling ConsoleKitCommands AnyCommand.swift
[1051/1307] Emitting module ConsoleKitCommands
[1052/1307] Compiling ConsoleKitCommands Command.swift
[1053/1307] Compiling ConsoleKitCommands CommandContext.swift
[1054/1307] Compiling ConsoleKitCommands CommandError.swift
[1054/1307] Compiling v3_prn.cc
[1055/1307] Compiling v3_skey.cc
[1056/1307] Compiling v3_utl.cc
[1058/1307] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1059/1307] Compiling ConsoleKitCommands Utilities.swift
[1059/1307] Compiling v3_pmaps.cc
[1060/1307] Compiling v3_ocsp.cc
[1061/1307] Compiling v3_ncons.cc
[1062/1307] Compiling v3_pcons.cc
[1063/1307] Compiling v3_ia5.cc
[1064/1307] Compiling v3_int.cc
[1065/1307] Compiling v3_lib.cc
[1066/1307] Compiling v3_info.cc
[1068/1307] Compiling ConsoleKitCommands CommandGroup.swift
[1069/1307] Compiling ConsoleKitCommands CommandInput.swift
[1070/1307] Compiling ConsoleKitCommands Commands.swift
[1071/1307] Compiling ConsoleKitCommands Console+Run.swift
[1072/1307] Compiling ConsoleKitCommands ConsoleError.swift
[1073/1307] Compiling ConsoleKitCommands Completion.swift
[1074/1308] Compiling v3_extku.cc
[1075/1308] Compiling v3_genn.cc
[1076/1308] Compiling v3_enum.cc
[1077/1308] Compiling v3_crld.cc
[1078/1308] Wrapping AST for ConsoleKitCommands for debugging
[1079/1310] Compiling v3_cpols.cc
[1081/1310] Emitting module ConsoleKit
[1082/1310] Compiling ConsoleKit Exports.swift
[1082/1311] Compiling v3_conf.cc
[1084/1311] Compiling v3_bitst.cc
[1085/1311] Compiling v3_bcons.cc
[1086/1311] Wrapping AST for ConsoleKit for debugging
[1087/1311] Compiling v3_akeya.cc
[1088/1311] Compiling v3_alt.cc
[1089/1311] Compiling t_x509a.cc
[1090/1311] Compiling v3_akey.cc
[1091/1311] Compiling t_req.cc
[1092/1311] Compiling t_crl.cc
[1093/1311] Compiling t_x509.cc
[1094/1311] Compiling rsa_pss.cc
[1095/1311] Compiling i2d_pr.cc
[1096/1311] Compiling policy.cc
[1097/1311] Compiling by_file.cc
[1098/1311] Compiling name_print.cc
[1099/1311] Compiling by_dir.cc
[1100/1311] Compiling asn1_gen.cc
[1101/1311] Compiling algorithm.cc
[1102/1311] Compiling a_verify.cc
[1103/1311] Compiling a_sign.cc
[1104/1311] Compiling thread_win.cc
[1105/1311] Compiling thread_pthread.cc
[1106/1311] Compiling trust_token.cc
[1107/1311] Compiling voprf.cc
[1108/1311] Compiling a_digest.cc
[1109/1311] Compiling pmbtoken.cc
[1110/1311] Compiling thread_none.cc
[1111/1311] Compiling thread.cc
[1112/1311] Compiling stack.cc
[1113/1311] Compiling wots.cc
[1114/1311] Compiling merkle.cc
[1115/1311] Compiling thash.cc
[1116/1311] Compiling fors.cc
[1117/1311] Compiling siphash.cc
[1118/1311] Compiling slhdsa.cc
[1119/1311] Compiling sha256.cc
[1120/1311] Compiling sha512.cc
[1121/1311] Compiling sha1.cc
[1122/1311] Compiling rsa_print.cc
[1123/1311] Compiling rsa_extra.cc
[1124/1311] Compiling rsa_crypt.cc
[1125/1311] Compiling rc4.cc
[1126/1311] Compiling refcount.cc
[1127/1311] Compiling windows.cc
[1128/1311] Compiling rsa_asn1.cc
[1129/1311] Compiling trusty.cc
[1130/1311] Compiling urandom.cc
[1131/1311] Compiling passive.cc
[1132/1311] Compiling getentropy.cc
[1133/1311] Compiling ios.cc
[1134/1311] Compiling rand_extra.cc
[1135/1311] Compiling poly1305_arm_asm.S
[1136/1311] Compiling forkunsafe.cc
[1137/1311] Compiling deterministic.cc
[1138/1311] Compiling poly1305_vec.cc
[1139/1311] Compiling poly1305.cc
[1140/1311] Compiling poly1305_arm.cc
[1141/1311] Compiling fork_detect.cc
[1142/1311] Compiling pool.cc
[1143/1311] Compiling pkcs8.cc
[1144/1311] Compiling pkcs7.cc
[1145/1311] Compiling pkcs8_x509.cc
[1146/1311] Compiling p5_pbev2.cc
[1147/1311] Compiling pkcs7_x509.cc
[1148/1311] Compiling pem_xaux.cc
[1149/1311] Compiling pem_pkey.cc
[1150/1311] Compiling pem_x509.cc
[1151/1311] Compiling pem_pk8.cc
[1152/1311] Compiling pem_oth.cc
[1153/1311] Compiling pem_info.cc
[1154/1311] Compiling pem_lib.cc
[1155/1311] Compiling obj_xref.cc
[1156/1311] Compiling pem_all.cc
[1157/1311] Compiling mlkem.cc
[1158/1311] Compiling mem.cc
[1159/1311] Compiling mldsa.cc
[1160/1311] Compiling obj.cc
[1161/1311] Compiling poly_rq_mul.S
[1162/1311] Compiling fips_shared_support.cc
[1163/1311] Compiling md5.cc
[1164/1311] Compiling lhash.cc
[1165/1311] Compiling md4.cc
[1166/1311] Compiling ex_data.cc
[1167/1311] Compiling scrypt.cc
[1168/1311] Compiling sign.cc
[1169/1311] Compiling kyber.cc
[1170/1311] Compiling hpke.cc
[1171/1311] Compiling print.cc
[1172/1311] Compiling hrss.cc
[1173/1311] Compiling pbkdf.cc
[1174/1311] Compiling p_x25519.cc
[1175/1311] Compiling p_x25519_asn1.cc
[1176/1311] Compiling p_rsa_asn1.cc
[1177/1311] Compiling p_ec_asn1.cc
[1178/1311] Compiling p_dsa_asn1.cc
[1179/1311] Compiling p_ed25519.cc
[1180/1311] Compiling p_hkdf.cc
[1181/1311] Compiling p_ed25519_asn1.cc
[1182/1311] Compiling p_dh_asn1.cc
[1183/1311] Compiling p_rsa.cc
[1184/1311] Compiling p_ec.cc
[1185/1311] Compiling p_dh.cc
[1186/1311] Compiling ecdh_extra.cc
[1187/1311] Compiling evp_asn1.cc
[1188/1311] Compiling engine.cc
[1189/1311] Compiling evp_ctx.cc
[1190/1311] Compiling ecdsa_asn1.cc
[1191/1311] Compiling err.cc
[1192/1311] Compiling evp.cc
[1193/1311] Compiling hash_to_curve.cc
[1194/1311] Compiling ec_derive.cc
[1195/1311] Compiling dsa.cc
[1196/1311] Compiling params.cc
[1197/1311] Compiling dsa_asn1.cc
[1198/1311] Compiling digest_extra.cc
[1199/1311] Compiling x25519-asm-arm.S
[1200/1311] Compiling ec_asn1.cc
[1201/1311] Compiling dh_asn1.cc
[1202/1311] Compiling curve25519_64_adx.cc
[1203/1311] Compiling des.cc
[1204/1311] Compiling spake25519.cc
[1205/1311] Compiling cpu_arm_linux.cc
[1206/1311] Compiling crypto.cc
[1207/1311] Compiling bcm.cc
[1208/1311] Compiling curve25519.cc
[1209/1311] Compiling cpu_intel.cc
[1210/1311] Compiling cpu_aarch64_win.cc
[1211/1311] Compiling cpu_aarch64_sysreg.cc
[1212/1311] Compiling cpu_aarch64_linux.cc
[1213/1311] Compiling cpu_arm_freebsd.cc
[1214/1311] Compiling cpu_aarch64_openbsd.cc
[1215/1311] Compiling e_rc4.cc
[1216/1311] Compiling conf.cc
[1217/1311] Compiling cpu_aarch64_apple.cc
[1218/1311] Compiling tls_cbc.cc
[1219/1311] Compiling cpu_aarch64_fuchsia.cc
[1219/1311] Compiling e_tls.cc
[1221/1311] Compiling e_rc2.cc
[1222/1311] Compiling e_null.cc
[1223/1311] Compiling e_des.cc
[1224/1311] Compiling e_aesgcmsiv.cc
[1225/1311] Compiling cipher_extra.cc
[1226/1311] Compiling derive_key.cc
[1227/1311] Compiling chacha.cc
[1228/1311] Compiling e_chacha20poly1305.cc
[1229/1311] Compiling e_aesctrhmac.cc
[1230/1311] Compiling ber.cc
[1231/1311] Compiling convert.cc
[1232/1311] Compiling unicode.cc
[1233/1311] Compiling buf.cc
[1234/1311] Compiling cbs.cc
[1235/1311] Compiling asn1_compat.cc
[1236/1311] Compiling cbb.cc
[1237/1311] Compiling printf.cc
[1238/1311] Compiling bn_asn1.cc
[1239/1311] Compiling blake2.cc
[1240/1311] Compiling errno.cc
[1241/1311] Compiling file.cc
[1242/1311] Compiling fd.cc
[1243/1311] Compiling hexdump.cc
[1244/1311] Compiling bio_mem.cc
[1245/1311] Compiling pair.cc
[1246/1311] Compiling bio.cc
[1247/1311] Compiling base64.cc
[1248/1311] Compiling tasn_typ.cc
[1249/1311] Compiling tasn_fre.cc
[1250/1311] Compiling tasn_enc.cc
[1251/1311] Compiling tasn_new.cc
[1252/1311] Compiling tasn_utl.cc
[1253/1311] Compiling posix_time.cc
[1254/1311] Compiling f_string.cc
[1255/1311] Compiling tasn_dec.cc
[1256/1311] Compiling f_int.cc
[1257/1311] Compiling asn1_par.cc
[1258/1311] Compiling asn_pack.cc
[1259/1311] Compiling asn1_lib.cc
[1260/1311] Compiling a_utctm.cc
[1261/1311] Compiling a_type.cc
[1262/1311] Compiling a_time.cc
[1263/1311] Compiling a_strnid.cc
[1264/1311] Compiling a_strex.cc
[1265/1311] Compiling a_octet.cc
[1266/1311] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[1267/1311] Write sources
[1268/1311] Compiling a_object.cc
[1269/1312] Write sources
[1273/1332] Compiling a_dup.cc
[1274/1364] Compiling a_mbstr.cc
[1275/1364] Compiling a_d2i_fp.cc
[1276/1364] Compiling a_gentm.cc
[1277/1402] Compiling a_bool.cc
[1278/1408] Compiling a_bitstr.cc
[1280/1416] Compiling Atomics UnsafeAtomic.swift
[1281/1416] Compiling Atomics UnsafeAtomicLazyReference.swift
[1282/1418] Compiling Atomics ManagedAtomic.swift
[1283/1418] Compiling Atomics ManagedAtomicLazyReference.swift
[1284/1418] Compiling Atomics AtomicInteger.swift
[1285/1418] Compiling Atomics AtomicOptionalWrappable.swift
[1286/1418] Compiling Atomics AtomicReference.swift
[1287/1418] Compiling Atomics AtomicStorage.swift
[1288/1418] Compiling Atomics AtomicValue.swift
[1289/1418] Compiling Atomics AtomicMemoryOrderings.swift
[1290/1418] Compiling Atomics DoubleWord.swift
[1293/1425] Emitting module BitCollections
[1294/1425] Compiling Atomics OptionalRawRepresentable.swift
[1295/1425] Compiling Atomics RawRepresentable.swift
[1296/1425] Compiling Atomics AtomicBool.swift
[1297/1425] Compiling Atomics IntegerConformances.swift
[1298/1425] Compiling Atomics PointerConformances.swift
[1299/1425] Compiling Atomics Primitives.native.swift
[1300/1425] Compiling Atomics Primitives.shims.swift
[1301/1425] Compiling BitCollections BitSet+Initializers.swift
[1302/1425] Compiling BitCollections BitSet+Invariants.swift
[1303/1425] Compiling BitCollections BitSet+Random.swift
[1304/1425] Compiling BitCollections BitSet+SetAlgebra basics.swift
[1305/1425] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1306/1425] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1307/1425] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1308/1425] Compiling Atomics IntegerOperations.swift
[1309/1425] Compiling Atomics Unmanaged extensions.swift
[1310/1425] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1311/1425] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1312/1425] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1313/1425] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1314/1425] Compiling BitCollections BitSet+SetAlgebra union.swift
[1315/1425] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1316/1425] Compiling BitCollections BitSet.Counted.swift
[1317/1425] Compiling BitCollections BitArray+BitwiseOperations.swift
[1318/1425] Compiling BitCollections BitArray+ChunkedBitsIterators.swift
[1319/1425] Compiling BitCollections BitArray+Codable.swift
[1320/1425] Compiling BitCollections BitArray+Collection.swift
[1321/1425] Compiling BitCollections BitArray+Copy.swift
[1322/1425] Compiling BitCollections BitArray+CustomReflectable.swift
[1323/1425] Compiling BitCollections BitArray+Descriptions.swift
[1324/1425] Compiling BitCollections BitArray+Equatable.swift
[1331/1425] Compiling Algorithms Split.swift
[1332/1425] Compiling Algorithms Stride.swift
[1333/1425] Compiling Algorithms Suffix.swift
[1340/1428] Compiling Algorithms Rotate.swift
[1344/1428] Compiling Algorithms Trim.swift
[1345/1428] Compiling Algorithms Unique.swift
[1346/1428] Compiling Algorithms Windows.swift
[1347/1428] Compiling BitCollections BitArray.swift
[1348/1428] Compiling BitCollections BitSet+BidirectionalCollection.swift
[1349/1428] Compiling BitCollections BitSet+Codable.swift
[1350/1428] Compiling CryptoBoringWrapper RandomBytes.swift
[1354/1428] Compiling BitCollections BitSet.Index.swift
[1355/1428] Compiling BitCollections BitSet._UnsafeHandle.swift
[1356/1428] Compiling BitCollections BitSet.swift
[1357/1428] Compiling BitCollections Range+Utilities.swift
[1358/1428] Compiling BitCollections Slice+Utilities.swift
[1359/1428] Compiling BitCollections UInt+Tricks.swift
[1360/1428] Compiling BitCollections _Word.swift
[1362/1429] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1363/1429] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1367/1429] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1368/1429] Emitting module CryptoBoringWrapper
[1370/1429] Compiling CryptoBoringWrapper EllipticCurve.swift
[1373/1429] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1374/1429] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1391/1430] Emitting module Atomics
[1399/1431] Emitting module Algorithms
[1400/1432] Wrapping AST for CryptoBoringWrapper for debugging
[1401/1432] Wrapping AST for BitCollections for debugging
[1403/1505] Emitting module Collections
[1404/1505] Compiling Collections Collections.swift
[1405/1506] Wrapping AST for Atomics for debugging
[1406/1506] Wrapping AST for Algorithms for debugging
[1407/1566] Wrapping AST for Collections for debugging
[1409/1566] Compiling NIOCore MulticastChannel.swift
[1410/1566] Compiling NIOCore NIOAny.swift
[1411/1566] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1412/1566] Compiling NIOCore NIOLoopBound.swift
[1413/1566] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1414/1566] Compiling NIOCore NIOScheduledCallback.swift
[1415/1566] Compiling NIOCore NIOSendable.swift
[1416/1566] Compiling NIOCore RecvByteBufferAllocator.swift
[1417/1574] Compiling NIOCore ByteBuffer-views.swift
[1418/1574] Compiling NIOCore Channel.swift
[1419/1574] Compiling NIOCore ChannelHandler.swift
[1420/1574] Compiling NIOCore ChannelHandlers.swift
[1421/1574] Compiling NIOCore ChannelInvoker.swift
[1422/1574] Compiling NIOCore ChannelOption.swift
[1423/1574] Compiling NIOCore ChannelPipeline.swift
[1424/1574] Compiling NIOCore CircularBuffer.swift
[1425/1574] Compiling NIOCore Codec.swift
[1426/1574] Compiling NIOCore ConvenienceOptionSupport.swift
[1427/1583] Compiling NIOCore BSDSocketAPI.swift
[1428/1583] Compiling NIOCore ByteBuffer-aux.swift
[1429/1583] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1430/1583] Compiling NIOCore ByteBuffer-conversions.swift
[1431/1583] Compiling NIOCore ByteBuffer-core.swift
[1432/1583] Compiling NIOCore ByteBuffer-hex.swift
[1433/1583] Compiling NIOCore ByteBuffer-int.swift
[1434/1583] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1435/1583] Compiling NIOCore ByteBuffer-multi-int.swift
[1436/1583] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1437/1583] Compiling NIOCore DeadChannel.swift
[1438/1583] Compiling NIOCore DispatchQueue+WithFuture.swift
[1439/1583] Compiling NIOCore EventLoop+Deprecated.swift
[1440/1583] Compiling NIOCore EventLoop+SerialExecutor.swift
[1441/1583] Compiling NIOCore EventLoop.swift
[1442/1583] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1443/1583] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1444/1583] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1445/1583] Compiling NIOCore EventLoopFuture.swift
[1446/1583] Compiling NIOCore FileDescriptor.swift
[1447/1583] Compiling NIOCore MarkedCircularBuffer.swift
[1456/1583] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1457/1583] Compiling NIOCore SocketAddresses.swift
[1458/1583] Compiling NIOCore SocketOptionProvider.swift
[1459/1583] Compiling NIOCore SystemCallHelpers.swift
[1460/1583] Compiling NIOCore TimeAmount+Duration.swift
[1461/1583] Compiling NIOCore TypeAssistedChannelHandler.swift
[1462/1583] Compiling NIOCore UniversalBootstrapSupport.swift
[1463/1583] Compiling NIOCore Utilities.swift
[1464/1583] Compiling Crypto ECDH_boring.swift
[1465/1583] Compiling Crypto DH.swift
[1466/1583] Compiling Crypto ECDH.swift
[1467/1583] Compiling NIOCore FileHandle.swift
[1468/1583] Compiling NIOCore FileRegion.swift
[1469/1583] Compiling NIOCore GlobalSingletons.swift
[1470/1583] Compiling NIOCore IO.swift
[1471/1583] Compiling NIOCore IOData.swift
[1472/1583] Compiling NIOCore IPProtocol.swift
[1473/1583] Compiling NIOCore IntegerBitPacking.swift
[1474/1583] Compiling NIOCore IntegerTypes.swift
[1475/1583] Compiling NIOCore Interfaces.swift
[1476/1583] Compiling NIOCore Linux.swift
[1493/1583] Emitting module Crypto
[1494/1583] Compiling NIOCore AddressedEnvelope.swift
[1495/1583] Compiling NIOCore AsyncAwaitSupport.swift
[1496/1583] Compiling NIOCore AsyncChannel.swift
[1497/1583] Compiling NIOCore AsyncChannelHandler.swift
[1498/1583] Compiling NIOCore AsyncChannelInboundStream.swift
[1499/1583] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1500/1583] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1501/1583] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1502/1583] Compiling NIOCore NIOAsyncWriter.swift
[1503/1583] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1520/1583] Compiling Crypto Signature.swift
[1521/1583] Compiling Crypto CryptoKitErrors_boring.swift
[1522/1583] Compiling Crypto RNG_boring.swift
[1523/1583] Compiling Crypto SafeCompare_boring.swift
[1524/1583] Compiling Crypto Zeroization_boring.swift
[1525/1583] Compiling Crypto PrettyBytes.swift
[1526/1583] Compiling Crypto SafeCompare.swift
[1527/1583] Compiling Crypto SecureBytes.swift
[1528/1583] Compiling Crypto Zeroization.swift
[1529/1584] Wrapping AST for Crypto for debugging
[1540/1584] Emitting module NIOCore
[1559/1585] Wrapping AST for NIOCore for debugging
[1561/1635] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1562/1635] Emitting module NIOEmbedded
[1563/1635] Compiling NIOEmbedded Embedded.swift
[1564/1635] Compiling NIOEmbedded AsyncTestingChannel.swift
[1565/1636] Wrapping AST for NIOEmbedded for debugging
[1567/1636] Emitting module NIOPosix
[1568/1642] Compiling NIOPosix Pool.swift
[1569/1642] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1570/1642] Compiling NIOPosix PosixSingletons.swift
[1571/1642] Compiling NIOPosix RawSocketBootstrap.swift
[1572/1642] Compiling NIOPosix Resolver.swift
[1573/1642] Compiling NIOPosix Selectable.swift
[1574/1642] Compiling NIOPosix SelectableChannel.swift
[1575/1642] Compiling NIOPosix SelectableEventLoop.swift
[1576/1642] Compiling NIOPosix SelectorEpoll.swift
[1577/1642] Compiling NIOPosix SelectorGeneric.swift
[1578/1642] Compiling NIOPosix SelectorKqueue.swift
[1579/1642] Compiling NIOPosix SelectorUring.swift
[1580/1642] Compiling NIOPosix BSDSocketAPICommon.swift
[1581/1642] Compiling NIOPosix BSDSocketAPIPosix.swift
[1582/1642] Compiling NIOPosix BSDSocketAPIWindows.swift
[1583/1642] Compiling NIOPosix BaseSocket.swift
[1584/1642] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1585/1642] Compiling NIOPosix BaseSocketChannel.swift
[1586/1642] Compiling NIOPosix BaseStreamSocketChannel.swift
[1587/1642] Compiling NIOPosix ThreadPosix.swift
[1588/1642] Compiling NIOPosix ThreadWindows.swift
[1589/1642] Compiling NIOPosix UnsafeTransfer.swift
[1590/1642] Compiling NIOPosix Utilities.swift
[1591/1642] Compiling NIOPosix VsockAddress.swift
[1592/1642] Compiling NIOPosix VsockChannelEvents.swift
[1593/1642] Compiling NIOPosix ServerSocket.swift
[1594/1642] Compiling NIOPosix Socket.swift
[1595/1642] Compiling NIOPosix SocketChannel.swift
[1596/1642] Compiling NIOPosix SocketProtocols.swift
[1597/1642] Compiling NIOPosix System.swift
[1598/1642] Compiling NIOPosix Thread.swift
[1599/1642] Compiling NIOPosix Bootstrap.swift
[1600/1642] Compiling NIOPosix ControlMessage.swift
[1601/1642] Compiling NIOPosix DatagramVectorReadManager.swift
[1602/1642] Compiling NIOPosix Errors+Any.swift
[1603/1642] Compiling NIOPosix FileDescriptor.swift
[1604/1642] Compiling NIOPosix GetaddrinfoResolver.swift
[1605/1642] Compiling NIOPosix HappyEyeballs.swift
[1606/1642] Compiling NIOPosix IO.swift
[1607/1642] Compiling NIOPosix IntegerBitPacking.swift
[1608/1642] Compiling NIOPosix IntegerTypes.swift
[1609/1642] Compiling NIOPosix Linux.swift
[1610/1642] Compiling NIOPosix LinuxCPUSet.swift
[1611/1642] Compiling NIOPosix LinuxUring.swift
[1612/1642] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1613/1642] Compiling NIOPosix NIOThreadPool.swift
[1614/1642] Compiling NIOPosix NonBlockingFileIO.swift
[1615/1642] Compiling NIOPosix PendingDatagramWritesManager.swift
[1616/1642] Compiling NIOPosix PendingWritesManager.swift
[1617/1642] Compiling NIOPosix PipeChannel.swift
[1618/1642] Compiling NIOPosix PipePair.swift
[1619/1643] Wrapping AST for NIOPosix for debugging
[1621/1702] Emitting module NIO
[1622/1702] Compiling NIO Exports.swift
[1623/1703] Compiling AsyncKit ConnectionPoolError.swift
[1624/1703] Compiling AsyncKit ConnectionPoolItem.swift
[1625/1703] Compiling AsyncKit ConnectionPoolSource.swift
[1627/1705] Compiling AsyncKit Future+Miscellaneous.swift
[1628/1705] Compiling AsyncKit Future+Nonempty.swift
[1629/1705] Compiling AsyncKit Future+Optional.swift
[1629/1705] Wrapping AST for NIO for debugging
[1631/1705] Compiling AsyncKit Future+Transform.swift
[1632/1705] Compiling AsyncKit Future+Try.swift
[1633/1705] Compiling AsyncKit FutureOperators.swift
[1634/1744] Emitting module NIOTLS
[1635/1744] Compiling NIOTLS TLSEvents.swift
[1636/1744] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1637/1744] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1638/1744] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1639/1744] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1640/1744] Compiling NIOSOCKS SOCKSResponse.swift
[1641/1745] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1642/1745] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1643/1745] Compiling NIOHTTP1 HTTPDecoder.swift
[1644/1745] Compiling NIOHTTP1 HTTPEncoder.swift
[1645/1745] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1646/1745] Emitting module NIOFoundationCompat
[1647/1745] Emitting module _NIOFileSystem
[1648/1749] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1649/1749] Compiling NIOSOCKS ClientStateMachine.swift
[1650/1749] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1651/1749] Compiling NIOTLS SNIHandler.swift
[1656/1750] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1657/1750] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1658/1750] Emitting module NIOSOCKS
[1659/1750] Compiling AsyncKit Optional+StrictMap.swift
[1660/1750] Compiling AsyncKit Exports.swift
[1661/1750] Compiling NIOSOCKS ServerStateMachine.swift
[1661/1750] Wrapping AST for NIOTLS for debugging
[1663/1779] Compiling NIOSSL NIOSSLClientHandler.swift
[1664/1779] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[1665/1779] Compiling NIOSSL NIOSSLHandler.swift
[1666/1779] Compiling NIOSSL SSLPrivateKey.swift
[1667/1779] Compiling NIOSSL SSLPublicKey.swift
[1668/1779] Compiling NIOSSL SSLCertificate.swift
[1669/1779] Compiling NIOSSL SSLCertificateExtensions.swift
[1670/1779] Compiling NIOSSL SSLCertificateName.swift
[1671/1779] Compiling NIOSSL SSLConnection.swift
[1672/1779] Compiling NIOSSL LinuxCABundle.swift
[1673/1779] Compiling NIOSSL NIOSSLSecureBytes.swift
[1674/1779] Compiling NIOSSL RNG.swift
[1677/1782] Wrapping AST for NIOSOCKS for debugging
[1679/1782] Compiling NIOSSL NIOSSLServerHandler.swift
[1680/1782] Compiling NIOSSL ObjectIdentifier.swift
[1681/1782] Compiling NIOSSL PosixPort.swift
[1682/1782] Compiling NIOSSL SSLCallbacks.swift
[1683/1782] Compiling NIOSSL AndroidCABundle.swift
[1684/1782] Emitting module NIOHTTP1
[1685/1782] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1686/1783] Compiling NIOSSL ByteBufferBIO.swift
[1687/1783] Compiling NIOSSL CustomPrivateKey.swift
[1688/1783] Compiling NIOSSL IdentityVerification.swift
[1689/1783] Compiling _NIOFileSystem Syscalls.swift
[1690/1783] Compiling _NIOFileSystem ParallelDirCopy.swift
[1691/1783] Compiling _NIOFileSystem ParallelRemoval.swift
[1692/1783] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1693/1783] Compiling _NIOFileSystem CInterop.swift
[1694/1783] Compiling _NIOFileSystem Errno.swift
[1697/1783] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[1698/1783] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[1699/1783] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[1700/1783] Compiling NIOSSL SSLErrors.swift
[1701/1783] Compiling NIOSSL SSLInit.swift
[1702/1783] Compiling NIOSSL SSLPKCS12Bundle.swift
[1702/1783] Wrapping AST for NIOFoundationCompat for debugging
[1704/1805] Emitting module NIOTransportServices
[1705/1807] Compiling NIOTransportServices StateManagedChannel.swift
[1706/1807] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1707/1807] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1708/1807] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1709/1807] Compiling NIOTransportServices NIOTSSingletons.swift
[1710/1807] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1711/1807] Compiling NIOTransportServices NIOTSBootstraps.swift
[1712/1807] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1713/1807] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1714/1807] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1715/1807] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1716/1807] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1717/1807] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1718/1807] Compiling NIOTransportServices NIOTSErrors.swift
[1719/1807] Compiling NIOTransportServices NIOTSEventLoop.swift
[1720/1807] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1721/1807] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1722/1807] Compiling NIOTransportServices AcceptHandler.swift
[1723/1807] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1724/1807] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1725/1807] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1726/1807] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1727/1807] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1730/1808] Wrapping AST for NIOTransportServices for debugging
[1743/1809] Emitting module AsyncKit
[1745/1809] Emitting module NIOSSL
[1750/1813] Compiling _NIOFileSystem SystemFileHandle.swift
[1751/1813] Compiling _NIOFileSystem Utilities.swift
[1752/1813] Compiling _NIOFileSystem OpenOptions.swift
[1753/1813] Compiling _NIOFileSystem String+FileSystem.swift
[1762/1878] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1763/1879] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1764/1879] Compiling MultipartKit BasicCodingKey.swift
[1765/1879] Compiling MultipartKit MultipartError.swift
[1766/1879] Compiling NIOWebSocket WebSocketOpcode.swift
[1767/1879] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1768/1879] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1769/1881] Compiling MultipartKit FormDataEncoder.swift
[1770/1881] Compiling MultipartKit Storage.swift
[1771/1881] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1772/1883] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1773/1883] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1774/1883] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1775/1883] Compiling MultipartKit MultipartFormData.swift
[1778/1883] Compiling MultipartKit Exports.swift
[1780/1883] Compiling NIOHPACK HuffmanCoding.swift
[1784/1883] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1789/1883] Compiling MultipartKit MultipartPart.swift
[1790/1883] Compiling NIOExtras UnsafeTransfer.swift
[1791/1883] Compiling MultipartKit MultipartSerializer.swift
[1792/1883] Compiling MultipartKit Utilities.swift
[1793/1884] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1794/1884] Compiling NIOHPACK IndexedHeaderTable.swift
[1795/1884] Compiling NIOHPACK IntegerCoding.swift
[1797/1884] Compiling MultipartKit MultipartParser.swift
[1798/1884] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1803/1884] Compiling NIOHPACK HuffmanTables.swift
[1804/1884] Compiling NIOHTTPCompression HTTPCompression.swift
[1805/1884] Emitting module NIOHTTPCompression
[1806/1884] Compiling NIOHTTPCompression HTTPDecompression.swift
[1809/1884] Emitting module MultipartKit
[1810/1884] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1811/1884] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1812/1884] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1813/1884] Emitting module NIOHPACK
[1819/1885] Emitting module NIOExtras
[1821/1885] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1825/1885] Compiling NIOHPACK StaticHeaderTable.swift
[1828/1885] Emitting module NIOWebSocket
[1830/1885] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1831/1885] Compiling MultipartKit FormDataDecoder.swift
[1850/1887] Compiling NIOWebSocket WebSocketFrame.swift
[1853/1888] Wrapping AST for NIOHTTP1 for debugging
[1856/1889] Wrapping AST for NIOHTTPCompression for debugging
[1858/1889] Wrapping AST for MultipartKit for debugging
[1861/1892] Wrapping AST for _NIOFileSystem for debugging
[1862/1892] Wrapping AST for NIOHPACK for debugging
[1863/1892] Wrapping AST for NIOWebSocket for debugging
[1865/1892] Emitting module NIOFileSystem
[1866/1892] Compiling NIOFileSystem Exports.swift
[1868/1897] Compiling NIOSSL Zeroization.swift
[1869/1897] Compiling NIOSSL TLSConfiguration.swift
[1870/1897] Compiling NIOSSL UniversalBootstrapSupport.swift
[1871/1897] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1872/1955] Wrapping AST for NIOExtras for debugging
[1873/1955] Wrapping AST for NIOFileSystem for debugging
[1876/1955] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1876/1960] Wrapping AST for NIOSSL for debugging
[1878/1963] Emitting module _NIOFileSystemFoundationCompat
[1879/1963] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1881/1964] Compiling WebSocketKit WebSocket+Concurrency.swift
[1882/1964] Compiling WebSocketKit WebSocket.swift
[1882/1964] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[1884/1964] Compiling WebSocketKit WebSocket+Connect.swift
[1885/1964] Compiling WebSocketKit Exports.swift
[1886/1964] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1887/1964] Compiling WebSocketKit WebSocketHandler.swift
[1888/1964] Compiling WebSocketKit WebSocketClient.swift
[1889/1964] Emitting module WebSocketKit
[1890/1965] Wrapping AST for WebSocketKit for debugging
[1892/1965] Compiling NIOHTTP2 MaySendFrames.swift
[1893/1965] Compiling NIOHTTP2 SendingDataState.swift
[1894/1965] Compiling NIOHTTP2 SendingGoawayState.swift
[1895/1965] Compiling NIOHTTP2 SendingHeadersState.swift
[1896/1965] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1897/1965] Compiling NIOHTTP2 SendingRstStreamState.swift
[1898/1965] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1899/1965] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1900/1965] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1901/1965] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1902/1965] Compiling NIOHTTP2 HasLocalSettings.swift
[1903/1965] Compiling NIOHTTP2 HasRemoteSettings.swift
[1904/1965] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1905/1965] Compiling NIOHTTP2 QuiescingState.swift
[1906/1965] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1907/1965] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1908/1965] Compiling NIOHTTP2 StateMachineResult.swift
[1909/1965] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1910/1965] Compiling NIOHTTP2 DOSHeuristics.swift
[1911/1965] Compiling NIOHTTP2 Error+Any.swift
[1912/1965] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1913/1965] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1914/1965] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1915/1965] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1916/1973] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1917/1973] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1918/1973] Compiling NIOHTTP2 MayReceiveFrames.swift
[1919/1973] Compiling NIOHTTP2 ReceivingDataState.swift
[1920/1973] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1921/1973] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1922/1973] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1923/1973] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1924/1973] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1925/1973] Emitting module NIOHTTP2
[1926/1973] Compiling NIOHTTP2 InboundWindowManager.swift
[1927/1973] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1928/1973] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1929/1973] Compiling NIOHTTP2 StreamChannelList.swift
[1930/1973] Compiling NIOHTTP2 StreamMap.swift
[1931/1973] Compiling NIOHTTP2 StreamStateMachine.swift
[1932/1973] Compiling NIOHTTP2 UnsafeTransfer.swift
[1933/1973] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1934/1973] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1935/1973] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1936/1973] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1937/1973] Compiling NIOHTTP2 HTTP2StreamID.swift
[1938/1973] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1939/1973] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1940/1973] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1941/1973] Compiling NIOHTTP2 InboundEventBuffer.swift
[1942/1973] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1943/1973] Compiling NIOHTTP2 HTTP2Frame.swift
[1944/1973] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1945/1973] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1946/1973] Compiling NIOHTTP2 HTTP2PingData.swift
[1947/1973] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1948/1973] Compiling NIOHTTP2 HTTP2Settings.swift
[1949/1973] Compiling NIOHTTP2 HTTP2Stream.swift
[1950/1973] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1951/1973] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1952/1973] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1953/1973] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1954/1973] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1955/1973] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1956/1973] Compiling NIOHTTP2 HTTP2Error.swift
[1957/1973] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1968/1975] Wrapping AST for NIOHTTP2 for debugging
[1969/2035] Wrapping AST for AsyncKit for debugging
[1971/2035] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1972/2035] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1973/2035] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1974/2035] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1975/2035] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1976/2035] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1977/2035] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1978/2035] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1979/2035] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1980/2035] Emitting module AsyncHTTPClient
[1981/2035] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1982/2035] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1983/2035] Compiling AsyncHTTPClient Transaction.swift
[1984/2035] Compiling AsyncHTTPClient Base64.swift
[1985/2035] Compiling AsyncHTTPClient BasicAuth.swift
[1986/2035] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1987/2035] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1988/2035] Compiling AsyncHTTPClient ConnectionPool.swift
[1989/2035] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1990/2043] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1991/2043] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1992/2043] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1993/2043] Compiling AsyncHTTPClient HTTP1Connection.swift
[1994/2043] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1995/2043] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1996/2043] Compiling AsyncHTTPClient HTTP2Connection.swift
[1997/2043] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1998/2043] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1999/2043] Compiling AsyncHTTPClient RequestOptions.swift
[2000/2043] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2001/2043] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2002/2043] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2003/2043] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2004/2043] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2005/2043] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2006/2043] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2007/2043] Compiling AsyncHTTPClient HTTPHandler.swift
[2008/2043] Compiling AsyncHTTPClient LRUCache.swift
[2009/2043] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[2010/2043] Compiling AsyncHTTPClient NWErrorHandler.swift
[2011/2043] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2012/2043] Compiling AsyncHTTPClient TLSConfiguration.swift
[2013/2043] Compiling AsyncHTTPClient RedirectState.swift
[2014/2043] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2015/2043] Compiling AsyncHTTPClient ConnectionTarget.swift
[2016/2043] Compiling AsyncHTTPClient DeconstructedURL.swift
[2017/2043] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2018/2043] Compiling AsyncHTTPClient FoundationExtensions.swift
[2019/2043] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2020/2043] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2021/2043] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2022/2043] Compiling AsyncHTTPClient HTTPClient.swift
[2023/2043] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[2024/2043] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[2025/2043] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[2026/2043] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[2027/2043] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[2028/2043] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[2029/2043] Compiling AsyncHTTPClient RequestBodyLength.swift
[2030/2043] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2031/2043] Compiling AsyncHTTPClient RequestBag.swift
[2032/2043] Compiling AsyncHTTPClient RequestValidation.swift
[2033/2043] Compiling AsyncHTTPClient SSLContextCache.swift
[2034/2043] Compiling AsyncHTTPClient Scheme.swift
[2035/2043] Compiling AsyncHTTPClient Singleton.swift
[2036/2043] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2037/2043] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2038/2043] Compiling AsyncHTTPClient Utils.swift
[2039/2044] Wrapping AST for AsyncHTTPClient for debugging
[2041/2213] Compiling Vapor Application.swift
[2042/2213] Compiling Vapor AuthenticationCache.swift
[2043/2213] Compiling Vapor Authenticator.swift
[2044/2213] Compiling Vapor BasicAuthorization.swift
[2045/2213] Compiling Vapor BearerAuthorization.swift
[2046/2213] Compiling Vapor GuardMiddleware.swift
[2047/2213] Compiling Vapor RedirectMiddleware.swift
[2048/2213] Compiling Vapor SessionAuthenticatable.swift
[2049/2213] Compiling Vapor Bcrypt.swift
[2050/2213] Compiling Vapor Application+Cache.swift
[2051/2213] Compiling Vapor Cache.swift
[2052/2213] Compiling Vapor CacheExpirationTime.swift
[2053/2213] Compiling Vapor MemoryCache.swift
[2054/2213] Compiling Vapor Request+Cache.swift
[2055/2213] Compiling Vapor Application+Clients.swift
[2056/2213] Compiling Vapor Client.swift
[2057/2213] Compiling Vapor ClientRequest.swift
[2058/2213] Compiling Vapor ClientResponse.swift
[2059/2213] Compiling Vapor Request+Client.swift
[2060/2213] Compiling Vapor BootCommand.swift
[2061/2213] Compiling Vapor CommandContext+Application.swift
[2062/2213] Compiling Vapor RoutesCommand.swift
[2063/2213] Compiling Vapor ServeCommand.swift
[2064/2213] Compiling Vapor AnyResponse+Concurrency.swift
[2065/2237] Emitting module Vapor
[2066/2261] Compiling Vapor Service.swift
[2067/2261] Compiling Vapor Application+Sessions.swift
[2068/2261] Compiling Vapor MemorySessions.swift
[2069/2261] Compiling Vapor Request+Session.swift
[2070/2261] Compiling Vapor Session.swift
[2071/2261] Compiling Vapor SessionCache.swift
[2072/2261] Compiling Vapor SessionData.swift
[2073/2261] Compiling Vapor SessionDriver.swift
[2074/2261] Compiling Vapor SessionsConfiguration.swift
[2075/2261] Compiling Vapor SessionsMiddleware.swift
[2076/2261] Compiling Vapor URLEncodedFormData.swift
[2077/2261] Compiling Vapor URLEncodedFormDecoder.swift
[2078/2261] Compiling Vapor URLEncodedFormEncoder.swift
[2079/2261] Compiling Vapor URLEncodedFormError.swift
[2080/2261] Compiling Vapor URLEncodedFormParser.swift
[2081/2261] Compiling Vapor URLEncodedFormSerializer.swift
[2082/2261] Compiling Vapor URLQueryFragmentConvertible.swift
[2083/2261] Compiling Vapor AnyResponse.swift
[2084/2261] Compiling Vapor Array+Random.swift
[2085/2261] Compiling Vapor Base32.swift
[2086/2261] Compiling Vapor Base64.swift
[2087/2261] Compiling Vapor BaseN.swift
[2088/2261] Compiling Vapor BasicCodingKey.swift
[2089/2261] Compiling Vapor ByteCount.swift
[2090/2261] Compiling Vapor HTTPServerResponseEncoder.swift
[2091/2261] Compiling Vapor HTTPServerUpgradeHandler.swift
[2092/2261] Compiling Vapor Logger+Report.swift
[2093/2261] Compiling Vapor LoggingSystem+Environment.swift
[2094/2261] Compiling Vapor Application+Middleware.swift
[2095/2261] Compiling Vapor CORSMiddleware.swift
[2096/2261] Compiling Vapor ErrorMiddleware.swift
[2097/2261] Compiling Vapor FileMiddleware.swift
[2098/2261] Compiling Vapor Middleware.swift
[2099/2261] Compiling Vapor MiddlewareConfiguration.swift
[2100/2261] Compiling Vapor ResponseCompressionMiddleware.swift
[2101/2261] Compiling Vapor RouteLoggingMiddleware.swift
[2102/2261] Compiling Vapor TracingMiddleware.swift
[2103/2261] Compiling Vapor File+Multipart.swift
[2104/2261] Compiling Vapor FormDataDecoder+Content.swift
[2105/2261] Compiling Vapor FormDataEncoder+Content.swift
[2106/2261] Compiling Vapor Application+Password.swift
[2107/2261] Compiling Vapor Application+Passwords.swift
[2108/2261] Compiling Vapor AsyncPasswordHasher.swift
[2109/2261] Compiling Vapor BcryptHasher.swift
[2110/2261] Compiling Vapor PasswordHasher.swift
[2111/2261] Compiling Vapor PlaintextHasher.swift
[2112/2261] Compiling Vapor Request+Password.swift
[2113/2261] Compiling Vapor Redirect.swift
[2114/2261] Compiling Vapor Request+Body.swift
[2115/2261] Compiling Vapor Request+BodyStream.swift
[2116/2261] Compiling Vapor Request.swift
[2117/2261] Compiling Vapor Application+Responder.swift
[2118/2261] Compiling Vapor DefaultResponder.swift
[2119/2261] Compiling Vapor Response+Body.swift
[2120/2261] Compiling Vapor Response.swift
[2121/2261] Compiling Vapor ResponseCodable.swift
[2122/2261] Compiling Vapor Application+Routes.swift
[2123/2261] Compiling Vapor Parameters+Require.swift
[2124/2261] Compiling Vapor Request+WebSocket.swift
[2125/2261] Compiling Vapor Route.swift
[2126/2261] Compiling Vapor RouteCollection.swift
[2127/2261] Compiling Vapor Routes.swift
[2128/2261] Compiling Vapor RoutesBuilder+Group.swift
[2129/2261] Compiling Vapor RoutesBuilder+Method.swift
[2130/2261] Compiling Vapor RoutesBuilder+Middleware.swift
[2131/2261] Compiling Vapor RoutesBuilder+WebSocket.swift
[2132/2261] Compiling Vapor RoutesBuilder.swift
[2133/2261] Compiling Vapor OTP.swift
[2134/2261] Compiling Vapor Application+Servers.swift
[2135/2261] Compiling Vapor Server.swift
[2136/2261] Compiling Vapor App+Service.swift
[2137/2261] Compiling Vapor Req+Service.swift
[2138/2261] Compiling Vapor Bytes+Hex.swift
[2139/2261] Compiling Vapor Bytes+SecureCompare.swift
[2140/2261] Compiling Vapor Collection+Safe.swift
[2141/2261] Compiling Vapor DataProtocol+Copy.swift
[2142/2261] Compiling Vapor DecoderUnwrapper.swift
[2143/2261] Compiling Vapor DirectoryConfiguration.swift
[2144/2261] Compiling Vapor DotEnv.swift
[2145/2261] Compiling Vapor Extendable.swift
[2146/2261] Compiling Vapor File.swift
[2147/2261] Compiling Vapor FileIO.swift
[2148/2261] Compiling Vapor LifecycleHandler.swift
[2149/2261] Compiling Vapor OptionalType.swift
[2150/2261] Compiling Vapor RFC1123.swift
[2151/2261] Compiling Vapor SocketAddress+Hostname.swift
[2152/2261] Compiling Vapor Storage.swift
[2153/2261] Compiling Vapor String+IsIPAddress.swift
[2154/2261] Compiling Vapor Thread.swift
[2155/2261] Compiling Vapor URI.swift
[2156/2261] Compiling Vapor RangeResult.swift
[2157/2261] Compiling Vapor Validatable.swift
[2158/2261] Compiling Vapor Validation.swift
[2159/2261] Compiling Vapor ValidationKey.swift
[2160/2261] Compiling Vapor Validations.swift
[2161/2261] Compiling Vapor ValidationsError.swift
[2162/2261] Compiling Vapor Core.swift
[2163/2261] Compiling Vapor Running.swift
[2164/2261] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2165/2261] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2166/2261] Compiling Vapor DotEnvFile+load.swift
[2167/2261] Compiling Vapor Routes+caseInsenstive.swift
[2168/2261] Compiling Vapor Validatable+validate.swift
[2169/2261] Compiling Vapor Environment+Process.swift
[2170/2261] Compiling Vapor Environment+Secret.swift
[2171/2261] Compiling Vapor Environment.swift
[2172/2261] Compiling Vapor Abort.swift
[2173/2261] Compiling Vapor AbortError.swift
[2174/2261] Compiling Vapor DebuggableError.swift
[2175/2261] Compiling Vapor Demangler.swift
[2176/2261] Compiling Vapor ErrorSource.swift
[2177/2261] Compiling Vapor StackTrace.swift
[2178/2261] Compiling Vapor Exports.swift
[2179/2261] Compiling Vapor Application+HTTP.swift
[2180/2261] Compiling Vapor BasicResponder.swift
[2181/2261] Compiling Vapor BodyStream.swift
[2182/2261] Compiling Vapor Application+HTTP+Client.swift
[2183/2261] Compiling Vapor EventLoopHTTPClient.swift
[2184/2261] Compiling Vapor EndpointCache.swift
[2185/2261] Compiling Vapor HTTPMethod+String.swift
[2186/2261] Compiling Vapor HTTPStatus.swift
[2187/2261] Compiling Vapor HTTPCookies.swift
[2188/2261] Compiling Vapor HTTPHeaderCacheControl.swift
[2189/2261] Compiling Vapor HTTPHeaderExpires.swift
[2190/2261] Compiling Vapor HTTPHeaderLastModified.swift
[2191/2261] Compiling Vapor HTTPHeaders+Cache.swift
[2192/2261] Compiling Vapor HTTPHeaders+Connection.swift
[2193/2261] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2194/2261] Compiling Vapor HTTPHeaders+ContentRange.swift
[2195/2261] Compiling Vapor HTTPHeaders+Directive.swift
[2196/2261] Compiling Vapor HTTPHeaders+Forwarded.swift
[2197/2261] Compiling Vapor HTTPHeaders+Link.swift
[2198/2261] Compiling Vapor HTTPHeaders+Name.swift
[2199/2261] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2200/2261] Compiling Vapor HTTPHeaders.swift
[2201/2261] Compiling Vapor HTTPMediaType.swift
[2202/2261] Compiling Vapor HTTPMediaTypePreference.swift
[2203/2261] Compiling Vapor Responder.swift
[2204/2261] Compiling Vapor Application+HTTP+Server.swift
[2205/2261] Compiling Vapor HTTPServer.swift
[2206/2261] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2207/2261] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2208/2261] Compiling Vapor HTTPServerHandler.swift
[2209/2261] Compiling Vapor HTTPServerRequestDecoder.swift
[2210/2261] Compiling Vapor AsyncBasicResponder.swift
[2211/2261] Compiling Vapor AsyncMiddleware.swift
[2212/2261] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2213/2261] Compiling Vapor AsyncSessionDriver.swift
[2214/2261] Compiling Vapor Authentication+Concurrency.swift
[2215/2261] Compiling Vapor Cache+Concurrency.swift
[2216/2261] Compiling Vapor Client+Concurrency.swift
[2217/2261] Compiling Vapor RequestBody+Concurrency.swift
[2218/2261] Compiling Vapor Responder+Concurrency.swift
[2219/2261] Compiling Vapor ResponseCodable+Concurrency.swift
[2220/2261] Compiling Vapor RoutesBuilder+Concurrency.swift
[2221/2261] Compiling Vapor ViewRenderer+Concurrency.swift
[2222/2261] Compiling Vapor WebSocket+Concurrency.swift
[2223/2261] Compiling Vapor ContainerGetPathExecutor.swift
[2224/2261] Compiling Vapor Content.swift
[2225/2261] Compiling Vapor ContentCoders.swift
[2226/2261] Compiling Vapor ContentConfiguration.swift
[2227/2261] Compiling Vapor ContentContainer.swift
[2228/2261] Compiling Vapor JSONCoder+Custom.swift
[2229/2261] Compiling Vapor JSONCoders+Content.swift
[2230/2261] Compiling Vapor PlaintextDecoder.swift
[2231/2261] Compiling Vapor PlaintextEncoder.swift
[2232/2261] Compiling Vapor URLQueryCoders.swift
[2233/2261] Compiling Vapor URLQueryContainer.swift
[2234/2261] Compiling Vapor Validator.swift
[2235/2261] Compiling Vapor ValidatorResult.swift
[2236/2261] Compiling Vapor And.swift
[2237/2261] Compiling Vapor Case.swift
[2238/2261] Compiling Vapor CharacterSet.swift
[2239/2261] Compiling Vapor Count.swift
[2240/2261] Compiling Vapor Custom.swift
[2241/2261] Compiling Vapor Email.swift
[2242/2261] Compiling Vapor Empty.swift
[2243/2261] Compiling Vapor In.swift
[2244/2261] Compiling Vapor Nil.swift
[2245/2261] Compiling Vapor NilIgnoring.swift
[2246/2261] Compiling Vapor Not.swift
[2247/2261] Compiling Vapor Or.swift
[2248/2261] Compiling Vapor Pattern.swift
[2249/2261] Compiling Vapor Range.swift
[2250/2261] Compiling Vapor URL.swift
[2251/2261] Compiling Vapor Valid.swift
[2252/2261] Compiling Vapor Application+Views.swift
[2253/2261] Compiling Vapor PlaintextRenderer.swift
[2254/2261] Compiling Vapor Request+View.swift
[2255/2261] Compiling Vapor View.swift
[2256/2261] Compiling Vapor ViewRenderer.swift
[2257/2261] Compiling Vapor _Deprecations.swift
[2258/2262] Wrapping AST for Vapor for debugging
[2260/2278] Compiling RelyingPartyServer Application+Extension.swift
[2261/2278] Compiling RelyingPartyServer Data+Extension.swift
[2262/2278] Compiling RelyingPartyServer DateFormatter+Extension.swift
[2263/2280] Emitting module RelyingPartyServer
[2264/2280] Compiling RelyingPartyServer TokenService.swift
[2265/2280] Compiling RelyingPartyServer ISVAUserService.swift
[2266/2280] Compiling RelyingPartyServer ISVWebAuthnService.swift
[2267/2280] Compiling RelyingPartyServer WebAuthnService.swift
[2268/2280] Compiling RelyingPartyServer Server.swift
/host/spi-builder-workspace/Sources/RelyingPartyServer/Server.swift:15:22: warning: initializer 'init' is unavailable from asynchronous contexts; This initialiser cannot be used in async contexts, use Application.make(_:_:) instead; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
13 | try LoggingSystem.bootstrap(from: &env)
14 |
15 | let webApp = Application(env)
| `- warning: initializer 'init' is unavailable from asynchronous contexts; This initialiser cannot be used in async contexts, use Application.make(_:_:) instead; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
16 | defer {
17 | webApp.shutdown()
/host/spi-builder-workspace/Sources/RelyingPartyServer/Server.swift:17:20: warning: instance method 'shutdown' is unavailable from asynchronous contexts; This can block the thread and should not be called in an async context; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
15 | let webApp = Application(env)
16 | defer {
17 | webApp.shutdown()
| `- warning: instance method 'shutdown' is unavailable from asynchronous contexts; This can block the thread and should not be called in an async context; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
18 | }
19 |
/host/spi-builder-workspace/Sources/RelyingPartyServer/Server.swift:83:20: warning: instance method 'run' is unavailable from asynchronous contexts; Use the async execute() method instead.; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
81 | }
82 |
83 | try webApp.run()
| `- warning: instance method 'run' is unavailable from asynchronous contexts; Use the async execute() method instead.; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
84 | }
85 | }
[2269/2280] Compiling RelyingPartyServer ISVAWebAuthnService.swift
/host/spi-builder-workspace/Sources/RelyingPartyServer/Server.swift:15:22: warning: initializer 'init' is unavailable from asynchronous contexts; This initialiser cannot be used in async contexts, use Application.make(_:_:) instead; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
13 | try LoggingSystem.bootstrap(from: &env)
14 |
15 | let webApp = Application(env)
| `- warning: initializer 'init' is unavailable from asynchronous contexts; This initialiser cannot be used in async contexts, use Application.make(_:_:) instead; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
16 | defer {
17 | webApp.shutdown()
/host/spi-builder-workspace/Sources/RelyingPartyServer/Server.swift:17:20: warning: instance method 'shutdown' is unavailable from asynchronous contexts; This can block the thread and should not be called in an async context; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
15 | let webApp = Application(env)
16 | defer {
17 | webApp.shutdown()
| `- warning: instance method 'shutdown' is unavailable from asynchronous contexts; This can block the thread and should not be called in an async context; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
18 | }
19 |
/host/spi-builder-workspace/Sources/RelyingPartyServer/Server.swift:83:20: warning: instance method 'run' is unavailable from asynchronous contexts; Use the async execute() method instead.; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
81 | }
82 |
83 | try webApp.run()
| `- warning: instance method 'run' is unavailable from asynchronous contexts; Use the async execute() method instead.; this is an error in the Swift 6 language mode; this is an error in the Swift 6 language mode
84 | }
85 | }
[2270/2280] Compiling RelyingPartyServer ISVUserService.swift
[2271/2280] Compiling RelyingPartyServer UserService.swift
[2272/2280] Compiling RelyingPartyServer WellKnownMiddleware.swift
[2273/2280] Compiling RelyingPartyServer Authenticator.swift
[2274/2280] Compiling RelyingPartyServer Token.swift
[2275/2280] Compiling RelyingPartyServer User.swift
[2276/2280] Compiling RelyingPartyServer DefaultRoute.swift
/host/spi-builder-workspace/Sources/RelyingPartyServer/Routes/DefaultRoute.swift:114:41: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Token' may introduce data races
112 | let route = routes.grouped("v1")
113 | // Used for existing accounts with a password resulting in an ROPC to token endpoint.
114 | route.post("authenticate", use: authenticate)
| `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Token' may introduce data races
115 |
116 | // Used to initiate a user sign-up, which also requires the OTP validation.
/host/spi-builder-workspace/Sources/RelyingPartyServer/Routes/DefaultRoute.swift:117:35: warning: converting non-sendable function value to '@Sendable (Request) async throws -> OTPChallenge' may introduce data races
115 |
116 | // Used to initiate a user sign-up, which also requires the OTP validation.
117 | route.post("signup", use: signup)
| `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> OTPChallenge' may introduce data races
118 | route.post("validate", use: validate)
119 |
/host/spi-builder-workspace/Sources/RelyingPartyServer/Routes/DefaultRoute.swift:118:37: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Token' may introduce data races
116 | // Used to initiate a user sign-up, which also requires the OTP validation.
117 | route.post("signup", use: signup)
118 | route.post("validate", use: validate)
| `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Token' may introduce data races
119 |
120 | // Used to generate a FIDO challenge for attestation and assertion.
/host/spi-builder-workspace/Sources/RelyingPartyServer/Routes/DefaultRoute.swift:121:38: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
119 |
120 | // Used to generate a FIDO challenge for attestation and assertion.
121 | route.post("challenge", use: challenge)
| `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
122 |
123 | // Used to register an authenticator with a FIDO attestation result.
/host/spi-builder-workspace/Sources/RelyingPartyServer/Routes/DefaultRoute.swift:124:37: warning: converting non-sendable function value to '@Sendable (Request) async throws -> HTTPStatus' (aka '@Sendable (Request) async throws -> HTTPResponseStatus') may introduce data races
122 |
123 | // Used to register an authenticator with a FIDO attestation result.
124 | route.post("register", use: register)
| `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> HTTPStatus' (aka '@Sendable (Request) async throws -> HTTPResponseStatus') may introduce data races
125 |
126 | // Used to validate an authenticator with a FIDO assertion result.
/host/spi-builder-workspace/Sources/RelyingPartyServer/Routes/DefaultRoute.swift:127:35: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
125 |
126 | // Used to validate an authenticator with a FIDO assertion result.
127 | route.post("signin", use: signin)
| `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
128 | }
129 | }
[2277/2280] Compiling RelyingPartyServer WellKnownRoute.swift
/host/spi-builder-workspace/Sources/RelyingPartyServer/Routes/DefaultRoute.swift:114:41: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Token' may introduce data races
112 | let route = routes.grouped("v1")
113 | // Used for existing accounts with a password resulting in an ROPC to token endpoint.
114 | route.post("authenticate", use: authenticate)
| `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Token' may introduce data races
115 |
116 | // Used to initiate a user sign-up, which also requires the OTP validation.
/host/spi-builder-workspace/Sources/RelyingPartyServer/Routes/DefaultRoute.swift:117:35: warning: converting non-sendable function value to '@Sendable (Request) async throws -> OTPChallenge' may introduce data races
115 |
116 | // Used to initiate a user sign-up, which also requires the OTP validation.
117 | route.post("signup", use: signup)
| `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> OTPChallenge' may introduce data races
118 | route.post("validate", use: validate)
119 |
/host/spi-builder-workspace/Sources/RelyingPartyServer/Routes/DefaultRoute.swift:118:37: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Token' may introduce data races
116 | // Used to initiate a user sign-up, which also requires the OTP validation.
117 | route.post("signup", use: signup)
118 | route.post("validate", use: validate)
| `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Token' may introduce data races
119 |
120 | // Used to generate a FIDO challenge for attestation and assertion.
/host/spi-builder-workspace/Sources/RelyingPartyServer/Routes/DefaultRoute.swift:121:38: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
119 |
120 | // Used to generate a FIDO challenge for attestation and assertion.
121 | route.post("challenge", use: challenge)
| `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
122 |
123 | // Used to register an authenticator with a FIDO attestation result.
/host/spi-builder-workspace/Sources/RelyingPartyServer/Routes/DefaultRoute.swift:124:37: warning: converting non-sendable function value to '@Sendable (Request) async throws -> HTTPStatus' (aka '@Sendable (Request) async throws -> HTTPResponseStatus') may introduce data races
122 |
123 | // Used to register an authenticator with a FIDO attestation result.
124 | route.post("register", use: register)
| `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> HTTPStatus' (aka '@Sendable (Request) async throws -> HTTPResponseStatus') may introduce data races
125 |
126 | // Used to validate an authenticator with a FIDO assertion result.
/host/spi-builder-workspace/Sources/RelyingPartyServer/Routes/DefaultRoute.swift:127:35: warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
125 |
126 | // Used to validate an authenticator with a FIDO assertion result.
127 | route.post("signin", use: signin)
| `- warning: converting non-sendable function value to '@Sendable (Request) async throws -> Response' may introduce data races
128 | }
129 | }
[2278/2281] Wrapping AST for RelyingPartyServer for debugging
[2279/2281] Write Objects.LinkFileList
[2280/2281] Linking RelyingPartyServer
Build complete! (448.85s)
Build complete.
{
"dependencies" : [
{
"identity" : "vapor",
"requirement" : {
"range" : [
{
"lower_bound" : "4.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/vapor/vapor.git"
}
],
"manifest_display_name" : "Relying Party Server",
"name" : "Relying Party Server",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "RelyingPartyServer",
"targets" : [
"RelyingPartyServer"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "RelyingPartyServerTests",
"module_type" : "SwiftTarget",
"name" : "RelyingPartyServerTests",
"path" : "Tests/RelyingPartyServerTests",
"product_dependencies" : [
"XCTVapor"
],
"sources" : [
"RelyingPartyServerTests.swift"
],
"target_dependencies" : [
"RelyingPartyServer"
],
"type" : "test"
},
{
"c99name" : "RelyingPartyServer",
"module_type" : "SwiftTarget",
"name" : "RelyingPartyServer",
"path" : "Sources/RelyingPartyServer",
"product_dependencies" : [
"Vapor"
],
"product_memberships" : [
"RelyingPartyServer"
],
"sources" : [
"Extensions/Application+Extension.swift",
"Extensions/Data+Extension.swift",
"Extensions/DateFormatter+Extension.swift",
"Middleware/WellKnownMiddleware.swift",
"Models/Authenticator.swift",
"Models/Token.swift",
"Models/User.swift",
"Routes/DefaultRoute.swift",
"Routes/WellKnownRoute.swift",
"Server.swift",
"Services/FIDO2/ISVAWebAuthnService.swift",
"Services/FIDO2/ISVWebAuthnService.swift",
"Services/FIDO2/WebAuthnService.swift",
"Services/Token/TokenService.swift",
"Services/User/ISVAUserService.swift",
"Services/User/ISVUserService.swift",
"Services/User/UserService.swift"
],
"type" : "executable"
}
],
"tools_version" : "5.7"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.