Build Information
Successful build of Relying Party Server, reference main (efaddf
), with Swift 6.0 for Linux on 17 Mar 2025 07:16:22 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ibm-security-verify/webauthn-relying-party-server-swift.git
Reference: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at efaddf6 French Translation (#6)
Cloned https://github.com/ibm-security-verify/webauthn-relying-party-server-swift.git
Revision (git rev-parse @):
efaddf6ed3c6c888858fc6a3ce47424a6692c82e
SUCCESS checkout https://github.com/ibm-security-verify/webauthn-relying-party-server-swift.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
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-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/vapor/vapor.git
[1/73996] Fetching vapor
Fetched https://github.com/vapor/vapor.git from cache (2.06s)
Computing version for https://github.com/vapor/vapor.git
Computed https://github.com/vapor/vapor.git at 4.113.2 (0.81s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-service-context.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/vapor/websocket-kit.git
Fetching https://github.com/vapor/multipart-kit.git
[1/1034] Fetching swift-service-context
[1035/3558] Fetching swift-service-context, websocket-kit
[1036/6754] Fetching swift-service-context, websocket-kit, multipart-kit
[2548/12617] Fetching swift-service-context, websocket-kit, multipart-kit, swift-algorithms
[2833/17569] Fetching swift-service-context, websocket-kit, multipart-kit, swift-algorithms, swift-distributed-tracing
[7511/19274] Fetching swift-service-context, websocket-kit, multipart-kit, swift-algorithms, swift-distributed-tracing, swift-atomics
Fetched https://github.com/vapor/websocket-kit.git from cache (0.34s)
[13745/16750] Fetching swift-service-context, multipart-kit, swift-algorithms, swift-distributed-tracing, swift-atomics
Fetching https://github.com/apple/swift-metrics.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.53s)
Fetched https://github.com/apple/swift-atomics.git from cache (0.54s)
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-algorithms.git from cache (0.54s)
Fetching https://github.com/apple/swift-nio-http2.git
[2665/6382] Fetching swift-service-context, multipart-kit, swift-metrics
[4710/10169] Fetching swift-service-context, multipart-kit, swift-metrics, swift-log
Fetched https://github.com/apple/swift-metrics.git from cache (0.46s)
Fetching https://github.com/apple/swift-nio-ssl.git
[6452/19379] Fetching swift-service-context, multipart-kit, swift-log, swift-nio-http2
Fetching https://github.com/apple/swift-nio-extras.git
Fetched https://github.com/apple/swift-log.git from cache (0.40s)
Fetching https://github.com/apple/swift-nio.git
[5278/15592] Fetching swift-service-context, multipart-kit, swift-nio-http2
[10619/21010] Fetching swift-service-context, multipart-kit, swift-nio-http2, swift-nio-extras
[19733/95154] Fetching swift-service-context, multipart-kit, swift-nio-http2, swift-nio-extras, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.56s)
Fetching https://github.com/vapor/routing-kit.git
[19300/89736] Fetching swift-service-context, multipart-kit, swift-nio-http2, swift-nio
Fetched https://github.com/apple/swift-service-context.git from cache (1.75s)
[29387/88702] Fetching multipart-kit, swift-nio-http2, swift-nio
Fetching https://github.com/apple/swift-crypto.git
Fetched https://github.com/vapor/multipart-kit.git from cache (1.81s)
Fetching https://github.com/vapor/console-kit.git
[29157/85506] Fetching swift-nio-http2, swift-nio
[29158/99968] Fetching swift-nio-http2, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.38s)
[29315/88606] Fetching swift-nio, swift-nio-ssl
Fetching https://github.com/vapor/async-kit.git
[30201/109296] Fetching swift-nio, swift-nio-ssl, routing-kit
[36436/114781] Fetching swift-nio, swift-nio-ssl, routing-kit, console-kit
[57530/127627] Fetching swift-nio, swift-nio-ssl, routing-kit, console-kit, swift-crypto
[65809/129997] Fetching swift-nio, swift-nio-ssl, routing-kit, console-kit, swift-crypto, async-kit
Fetched https://github.com/vapor/console-kit.git from cache (0.45s)
[66522/124512] Fetching swift-nio, swift-nio-ssl, routing-kit, swift-crypto, async-kit
Fetching https://github.com/swift-server/async-http-client.git
Fetched https://github.com/vapor/async-kit.git from cache (0.35s)
[65985/122142] Fetching swift-nio, swift-nio-ssl, routing-kit, swift-crypto
[82260/135877] Fetching swift-nio, swift-nio-ssl, routing-kit, swift-crypto, async-http-client
Fetched https://github.com/vapor/routing-kit.git from cache (1.45s)
[79546/115187] Fetching swift-nio, swift-nio-ssl, swift-crypto, async-http-client
Fetched https://github.com/swift-server/async-http-client.git from cache (1.47s)
[82916/101452] Fetching swift-nio, swift-nio-ssl, swift-crypto
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.01s)
[69196/86990] Fetching swift-nio, swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.27s)
[70437/74144] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (6.09s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (1.18s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4221] Fetching swift-system
[2745/20116] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.25s)
Fetched https://github.com/apple/swift-collections.git from cache (1.28s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.70s)
Computing version for https://github.com/vapor/routing-kit.git
Computed https://github.com/vapor/routing-kit.git at 4.9.1 (0.64s)
Computing version for https://github.com/vapor/websocket-kit.git
Computed https://github.com/vapor/websocket-kit.git at 2.15.0 (0.64s)
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2336] Fetching swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.29s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (1.01s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.0 (1.11s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.25.0 (1.17s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/877] Fetching swift-http-types
[615/1970] Fetching swift-http-types, swift-http-structured-headers
Fetched https://github.com/apple/swift-http-types.git from cache (0.44s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.48s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.11s)
Fetching https://github.com/apple/swift-numerics.git
[1/5659] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.64s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.0 (1.04s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.3.1 (1.02s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.01s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.19s)
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.11s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.61s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.13s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (1.21s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.3 (1.39s)
Computing version for https://github.com/vapor/console-kit.git
Computed https://github.com/vapor/console-kit.git at 4.15.2 (1.19s)
Computing version for https://github.com/vapor/async-kit.git
Computed https://github.com/vapor/async-kit.git at 1.20.0 (1.24s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.1 (1.27s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (1.27s)
Computing version for https://github.com/vapor/multipart-kit.git
Computed https://github.com/vapor/multipart-kit.git at 4.7.1 (2.02s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.2 (3.87s)
Fetching https://github.com/apple/swift-asn1.git
[1/1535] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.59s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.1 (1.38s)
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.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.2
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/vapor/console-kit.git
Working copy of https://github.com/vapor/console-kit.git resolved at 4.15.2
Creating working copy for https://github.com/vapor/routing-kit.git
Working copy of https://github.com/vapor/routing-kit.git resolved at 4.9.1
Creating working copy for https://github.com/vapor/async-kit.git
Working copy of https://github.com/vapor/async-kit.git resolved at 1.20.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/vapor/websocket-kit.git
Working copy of https://github.com/vapor/websocket-kit.git resolved at 2.15.0
Creating working copy for https://github.com/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-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.25.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.23.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.81.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/vapor/vapor.git
Working copy of https://github.com/vapor/vapor.git resolved at 4.113.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.29.3
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-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-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.35.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.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.25.2
Creating working copy for https://github.com/vapor/multipart-kit.git
Working copy of https://github.com/vapor/multipart-kit.git resolved at 4.7.1
Building for debugging...
[0/884] Write sources
[1/884] Compiling _NumericsShims _NumericsShims.c
[1/884] Write sources
[6/884] Compiling _AtomicsShims.c
[7/884] Write sources
[48/884] Compiling CVaporBcrypt blf.c
[49/884] Compiling CVaporBcrypt bcrypt.c
[50/884] Compiling CSystem shims.c
[51/884] Compiling CNIOWindows shim.c
[52/884] Compiling CNIOWindows WSAStartup.c
[53/884] Compiling CNIOWASI CNIOWASI.c
[54/884] Compiling a_bool.cc
[55/884] Compiling ber.cc
[56/884] Compiling asn1_compat.cc
[57/884] Write swift-version-24593BA9C3E375BF.txt
[58/884] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[59/884] Compiling CNIOLinux liburing_shims.c
[60/884] Compiling CNIOSHA1 c_nio_sha1.c
[61/884] Compiling a_bitstr.cc
[62/884] Compiling CNIOLLHTTP c_nio_http.c
[63/884] Compiling cbb.cc
[64/884] Compiling CNIOLinux shim.c
[65/889] Compiling CNIOLLHTTP c_nio_llhttp.c
[67/956] Emitting module CoreMetrics
[68/956] Emitting module InternalCollectionsUtilities
[69/958] Emitting module SystemPackage
[70/961] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[71/961] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[72/961] Compiling RealModule Real.swift
[73/962] Compiling InternalCollectionsUtilities _SortedCollection.swift
[74/962] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[75/962] Compiling SystemPackage Util+StringArray.swift
[76/962] Compiling SystemPackage Util.swift
[77/962] Compiling SystemPackage UtilConsumers.swift
[78/962] Compiling RealModule RealFunctions.swift
[79/962] Compiling RealModule Float16+Real.swift
[80/962] Emitting module RealModule
[81/962] Compiling InternalCollectionsUtilities UInt+reversed.swift
[82/962] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[83/962] Compiling ServiceContextModule ServiceContext.swift
[84/962] Emitting module ServiceContextModule
[85/962] Compiling ServiceContextModule ServiceContextKey.swift
[86/963] Compiling _NIODataStructures _TinyArray.swift
[87/963] Compiling _NIODataStructures PriorityQueue.swift
[88/963] Compiling RealModule Float80+Real.swift
[89/963] Compiling RealModule ElementaryFunctions.swift
[90/963] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[91/963] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[92/963] Emitting module _NIOBase64
[93/963] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[94/963] Compiling InternalCollectionsUtilities Integer rank.swift
[95/963] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[96/963] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[97/963] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[98/963] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[101/963] Compiling _NIOBase64 Base64.swift
[102/963] Compiling InternalCollectionsUtilities Debugging.swift
[103/963] Compiling InternalCollectionsUtilities Descriptions.swift
[104/963] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[105/963] Compiling InternalCollectionsUtilities Specialize.swift
[106/965] Compiling RealModule Float+Real.swift
[109/966] Compiling SystemPackage MachPort.swift
[110/966] Compiling SystemPackage PlatformString.swift
[111/966] Compiling SystemPackage SystemString.swift
[112/966] Compiling CoreMetrics Metrics.swift
[132/966] Compiling CNIOLLHTTP c_nio_api.c
[134/1099] Compiling Instrumentation NoOpInstrument.swift
[135/1102] Compiling Instrumentation MultiplexInstrument.swift
[136/1102] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[137/1102] Compiling HeapModule Heap+Descriptions.swift
[138/1102] Compiling CoreMetrics Locks.swift
[139/1102] Emitting module Logging
[140/1102] Compiling Logging Locks.swift
[141/1103] Compiling Logging MetadataProvider.swift
[142/1103] Emitting module _NIODataStructures
[143/1103] Compiling _NIODataStructures Heap.swift
[144/1104] Compiling _RopeModule BigString+Initializers.swift
[145/1104] Compiling _RopeModule BigString+Insert.swift
[146/1104] Compiling _RopeModule BigString+Managing Breaks.swift
[147/1104] Compiling _RopeModule BigString+RemoveSubrange.swift
[148/1104] Compiling _RopeModule Rope+Debugging.swift
[149/1104] Compiling _RopeModule Rope+Invariants.swift
[150/1104] Compiling _RopeModule Rope+_Node.swift
[151/1104] Compiling _RopeModule BigString+Append.swift
[152/1104] Compiling Instrumentation InstrumentationSystem.swift
[153/1104] Compiling Instrumentation Instrument.swift
[154/1104] Compiling Instrumentation Locks.swift
[155/1104] Emitting module Instrumentation
[156/1106] Compiling Logging LogHandler.swift
[157/1106] Compiling Logging Logging.swift
[162/1107] Compiling HeapModule Heap.swift
[163/1107] Compiling HeapModule _HeapNode.swift
[165/1107] Compiling HeapModule Heap+Invariants.swift
[166/1107] Compiling HeapModule Heap+UnsafeHandle.swift
[166/1107] Wrapping AST for _NIODataStructures for debugging
[168/1109] Emitting module HeapModule
[169/1110] Compiling _RopeModule BigString+Sequence.swift
[170/1110] Compiling _RopeModule BigString+TextOutputStream.swift
[171/1110] Compiling _RopeModule Rope+_Storage.swift
[172/1110] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[173/1110] Compiling _RopeModule Rope+_UnsafeHandle.swift
[174/1110] Compiling _RopeModule Rope.swift
[175/1110] Compiling _RopeModule RopeElement.swift
[176/1110] Compiling _RopeModule BigString+Chunk+Description.swift
[177/1110] Compiling _RopeModule BigString+Chunk+Indexing by Characters.swift
[178/1110] Compiling _RopeModule BigString+Chunk+Indexing by UTF16.swift
[179/1110] Compiling _RopeModule BigString+Chunk+RopeElement.swift
[180/1110] Compiling _RopeModule BigString+Chunk+Splitting.swift
[181/1110] Compiling _RopeModule BigString+Chunk.swift
[182/1110] Compiling _RopeModule BigString+BidirectionalCollection.swift
[183/1222] Wrapping AST for _NIOBase64 for debugging
[185/1222] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[186/1222] Compiling HashTreeCollections _HashNode+Storage.swift
[186/1224] Wrapping AST for SystemPackage for debugging
[188/1224] Compiling Tracing TracingTime.swift
[188/1224] Wrapping AST for ServiceContextModule for debugging
[190/1224] Compiling HashTreeCollections _Bucket.swift
[191/1224] Compiling HashTreeCollections _Hash.swift
[192/1224] Compiling HashTreeCollections _HashLevel.swift
[193/1224] Compiling HashTreeCollections _HashNode+Builder.swift
[194/1224] Compiling HashTreeCollections _HashNode+Debugging.swift
[195/1224] Compiling HashTreeCollections _HashNode+Initializers.swift
[196/1224] Compiling HashTreeCollections _HashNode+Invariants.swift
[197/1224] Compiling HashTreeCollections _HashNode+Lookups.swift
[198/1224] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[199/1224] Compiling HashTreeCollections _HashNode.swift
[200/1224] Compiling HashTreeCollections _HashNodeHeader.swift
[201/1224] Compiling HashTreeCollections _HashSlot.swift
[202/1224] Compiling HashTreeCollections _HashStack.swift
[203/1224] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[204/1224] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[205/1224] Compiling HashTreeCollections TreeDictionary+Filter.swift
[206/1224] Compiling HashTreeCollections _UnmanagedHashNode.swift
[207/1224] Compiling HashTreeCollections _UnsafePath.swift
[208/1224] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[209/1224] Compiling HashTreeCollections _RawHashNode.swift
[210/1224] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[211/1224] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[212/1224] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[213/1224] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[216/1224] Compiling DequeModule _DequeSlot.swift
[217/1224] Compiling DequeModule _UnsafeWrappedBuffer.swift
[217/1224] Wrapping AST for RealModule for debugging
[219/1224] Compiling HashTreeCollections _HashTreeIterator.swift
[220/1224] Compiling HashTreeCollections _HashTreeStatistics.swift
[225/1224] Compiling HashTreeCollections TreeDictionary+Codable.swift
[226/1224] Compiling HashTreeCollections TreeDictionary+Collection.swift
[227/1224] Compiling Tracing NoOpTracer.swift
[228/1224] Compiling Tracing InstrumentationSystem+Tracing.swift
[229/1224] Compiling Tracing TracerProtocol.swift
[231/1224] Wrapping AST for Logging for debugging
[233/1224] Emitting module Tracing
[234/1224] Compiling Tracing Tracer.swift
[235/1224] Compiling Tracing TracerProtocol+Legacy.swift
[235/1224] Wrapping AST for InternalCollectionsUtilities for debugging
[237/1224] Compiling HashTreeCollections TreeSet+Hashable.swift
[238/1224] Compiling HashTreeCollections TreeSet+Sendable.swift
[239/1224] Compiling HashTreeCollections TreeSet+Sequence.swift
[240/1224] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[241/1224] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[242/1224] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[243/1224] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[244/1224] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[245/1224] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[246/1224] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[246/1234] Wrapping AST for Instrumentation for debugging
[249/1234] Wrapping AST for HeapModule for debugging
[251/1234] Compiling Tracing SpanProtocol.swift
[251/1235] Wrapping AST for CoreMetrics for debugging
[256/1235] Compiling CNIOExtrasZlib empty.c
[258/1235] Compiling CNIODarwin shim.c
[259/1235] Wrapping AST for Tracing for debugging
[261/1235] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[262/1235] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[263/1235] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[264/1235] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[265/1235] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[266/1235] Compiling HashTreeCollections _HashNode+Structural merge.swift
[267/1235] Compiling HashTreeCollections _AncestorHashSlots.swift
[268/1235] Compiling HashTreeCollections _Bitmap.swift
[269/1235] Compiling HashTreeCollections TreeDictionary.swift
[270/1235] Compiling HashTreeCollections TreeSet+Codable.swift
[271/1235] Compiling HashTreeCollections TreeSet+Collection.swift
[272/1235] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[273/1235] Compiling HashTreeCollections TreeSet+Debugging.swift
[274/1235] Compiling HashTreeCollections TreeSet+Descriptions.swift
[275/1235] Compiling HashTreeCollections TreeSet+Equatable.swift
[276/1235] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[277/1235] Compiling HashTreeCollections TreeSet+Extras.swift
[278/1235] Compiling HashTreeCollections TreeSet+Filter.swift
[278/1235] Compiling fiat_p256_adx_sqr.S
[283/1235] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[284/1235] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[285/1235] Compiling HashTreeCollections TreeDictionary+Keys.swift
[286/1235] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[287/1235] Compiling HashTreeCollections TreeDictionary+Merge.swift
[288/1235] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[289/1235] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[290/1235] Compiling HashTreeCollections TreeDictionary+Values.swift
[290/1235] Compiling fiat_p256_adx_mul.S
[291/1235] Compiling fiat_curve25519_adx_square.S
[294/1235] Compiling fiat_curve25519_adx_mul.S
[295/1235] Compiling CNIOBoringSSLShims shims.c
[300/1235] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[301/1235] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[302/1235] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[303/1235] Compiling HashTreeCollections _HashNode+Structural union.swift
[304/1235] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[305/1235] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[306/1235] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[332/1244] Compiling _RopeModule _CharacterRecognizer.swift
[333/1244] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[334/1244] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[335/1244] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[336/1244] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[337/1244] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[338/1244] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[339/1244] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[340/1244] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[341/1244] Compiling HashTreeCollections TreeSet.swift
[342/1244] Emitting module DequeModule
[344/1245] Compiling RoutingKit Router.swift
[344/1245] Wrapping AST for DequeModule for debugging
[346/1245] Compiling RoutingKit PathComponent.swift
[358/1245] Compiling RoutingKit TrieRouter.swift
[359/1245] Emitting module OrderedCollections
[360/1246] Compiling tls_method.cc
[361/1246] Compiling tls_record.cc
[373/1246] Wrapping AST for OrderedCollections for debugging
[374/1246] Compiling tls13_server.cc
[376/1246] Emitting module _RopeModule
[399/1246] Compiling _RopeModule Rope+Join.swift
[400/1246] Compiling _RopeModule Rope+MutatingForEach.swift
[401/1246] Compiling _RopeModule Rope+Remove.swift
[402/1246] Compiling _RopeModule Rope+RemoveSubrange.swift
[403/1246] Compiling _RopeModule Rope+Split.swift
[404/1246] Compiling _RopeModule Optional Utilities.swift
[405/1246] Compiling _RopeModule String Utilities.swift
[406/1246] Compiling _RopeModule String.Index+ABI.swift
[446/1247] Compiling tls13_client.cc
[447/1247] Compiling tls13_enc.cc
[448/1247] Compiling tls13_both.cc
[450/1247] Emitting module RoutingKit
[451/1247] Compiling RoutingKit Parameters.swift
[452/1247] Compiling RoutingKit AnyRouter.swift
[454/1248] Compiling Metrics Metrics.swift
[455/1248] Emitting module Metrics
[457/1249] Wrapping AST for _RopeModule for debugging
[458/1249] Wrapping AST for RoutingKit for debugging
[459/1249] Wrapping AST for Metrics for debugging
[460/1249] Compiling t1_enc.cc
[461/1249] Compiling ssl_transcript.cc
[462/1249] Compiling ssl_versions.cc
[464/1249] Emitting module HashTreeCollections
[464/1250] Compiling ssl_stat.cc
[466/1250] Compiling ssl_x509.cc
[467/1250] Compiling ssl_privkey.cc
[468/1250] Compiling ssl_session.cc
[469/1250] Wrapping AST for HashTreeCollections for debugging
[470/1250] Compiling ssl_lib.cc
[471/1250] Compiling ssl_key_share.cc
[472/1250] Compiling ssl_file.cc
[473/1250] Compiling ssl_credential.cc
[474/1250] Compiling ssl_cipher.cc
[475/1250] Compiling ssl_cert.cc
[476/1250] Compiling ssl_buffer.cc
[477/1250] Compiling ssl_asn1.cc
[478/1250] Compiling ssl_aead_ctx.cc
[479/1250] Compiling s3_lib.cc
[480/1250] Compiling s3_pkt.cc
[481/1250] Compiling s3_both.cc
[482/1250] Compiling handshake_server.cc
[483/1250] Compiling handshake_client.cc
[484/1250] Compiling handshake.cc
[485/1250] Compiling handoff.cc
[486/1250] Compiling dtls_record.cc
[487/1250] Compiling encrypted_client_hello.cc
[488/1250] Compiling md5-x86_64-linux.S
[489/1250] Compiling md5-x86_64-apple.S
[490/1250] Compiling md5-586-linux.S
[491/1250] Compiling extensions.cc
[492/1250] Compiling md5-586-apple.S
[493/1250] Compiling dtls_method.cc
[494/1250] Compiling chacha20_poly1305_x86_64-linux.S
[495/1250] Compiling chacha20_poly1305_x86_64-apple.S
[496/1250] Compiling chacha20_poly1305_armv8-win.S
[497/1250] Compiling chacha20_poly1305_armv8-linux.S
[498/1250] Compiling d1_pkt.cc
[499/1250] Compiling chacha20_poly1305_armv8-apple.S
[500/1250] Compiling chacha-x86_64-apple.S
[501/1250] Compiling chacha-x86_64-linux.S
[502/1250] Compiling chacha-x86-linux.S
[503/1250] Compiling err_data.cc
[504/1250] Compiling chacha-armv8-win.S
[505/1250] Compiling chacha-x86-apple.S
[506/1250] Compiling d1_srtp.cc
[507/1250] Compiling chacha-armv8-linux.S
[508/1250] Compiling chacha-armv8-apple.S
[509/1250] Compiling chacha-armv4-linux.S
[510/1250] Compiling aes128gcmsiv-x86_64-linux.S
[511/1250] Compiling aes128gcmsiv-x86_64-apple.S
[512/1250] Compiling x86_64-mont5-apple.S
[513/1250] Compiling x86_64-mont-apple.S
[514/1250] Compiling x86_64-mont5-linux.S
[515/1250] Compiling x86_64-mont-linux.S
[516/1250] Compiling bio_ssl.cc
[517/1250] Compiling x86-mont-apple.S
[518/1250] Compiling x86-mont-linux.S
[519/1250] Compiling vpaes-x86_64-apple.S
[520/1250] Compiling vpaes-x86-apple.S
[521/1250] Compiling vpaes-x86_64-linux.S
[521/1250] Compiling vpaes-x86-linux.S
[523/1250] Compiling vpaes-armv8-win.S
[524/1250] Compiling vpaes-armv7-linux.S
[525/1250] Compiling sha512-x86_64-apple.S
[526/1250] Compiling vpaes-armv8-linux.S
[527/1250] Compiling vpaes-armv8-apple.S
[528/1250] Compiling sha512-x86_64-linux.S
[529/1250] Compiling sha512-armv8-linux.S
[529/1250] Compiling sha512-armv8-win.S
[531/1250] Compiling sha512-armv8-apple.S
[532/1250] Compiling sha512-586-linux.S
[532/1250] Compiling sha512-armv4-linux.S
[534/1250] Compiling sha512-586-apple.S
[535/1250] Compiling sha256-armv8-win.S
[536/1250] Compiling d1_lib.cc
[537/1250] Compiling sha256-x86_64-linux.S
[538/1250] Compiling sha256-armv8-linux.S
[539/1250] Compiling sha256-x86_64-apple.S
[540/1250] Compiling sha256-armv4-linux.S
[541/1250] Compiling sha256-586-apple.S
[542/1250] Compiling sha256-armv8-apple.S
[543/1250] Compiling sha256-586-linux.S
[544/1250] Compiling sha1-x86_64-apple.S
[545/1250] Compiling sha1-armv8-win.S
[546/1250] Compiling sha1-armv8-linux.S
[547/1250] Compiling sha1-x86_64-linux.S
[548/1250] Compiling sha1-armv4-large-linux.S
[549/1250] Compiling sha1-armv8-apple.S
[550/1250] Compiling sha1-586-apple.S
[551/1250] Compiling sha1-586-linux.S
[552/1250] Compiling rsaz-avx2-apple.S
[553/1250] Compiling rsaz-avx2-linux.S
[554/1250] Compiling rdrand-x86_64-apple.S
[555/1250] Compiling p256_beeu-x86_64-asm-apple.S
[556/1250] Compiling rdrand-x86_64-linux.S
[557/1250] Compiling p256_beeu-armv8-asm-win.S
[558/1250] Compiling p256_beeu-x86_64-asm-linux.S
[559/1250] Compiling p256_beeu-armv8-asm-linux.S
[560/1250] Compiling p256-armv8-asm-linux.S
[561/1250] Compiling p256-armv8-asm-win.S
[562/1250] Compiling p256_beeu-armv8-asm-apple.S
[563/1250] Compiling p256-x86_64-asm-apple.S
[563/1250] Compiling ghashv8-armv8-win.S
[565/1250] Compiling p256-armv8-asm-apple.S
[566/1250] Compiling p256-x86_64-asm-linux.S
[567/1250] Compiling ghashv8-armv7-linux.S
[568/1250] Compiling ghash-x86_64-apple.S
[569/1250] Compiling ghashv8-armv8-apple.S
[570/1250] Compiling ghash-x86-apple.S
[571/1250] Compiling ghash-x86-linux.S
[572/1250] Compiling d1_both.cc
[573/1250] Compiling ghashv8-armv8-linux.S
[574/1250] Compiling ghash-x86_64-linux.S
[575/1250] Compiling ghash-ssse3-x86_64-linux.S
[576/1250] Compiling ghash-ssse3-x86_64-apple.S
[577/1250] Compiling ghash-ssse3-x86-linux.S
[578/1250] Compiling ghash-ssse3-x86-apple.S
[579/1250] Compiling ghash-neon-armv8-win.S
[580/1250] Compiling ghash-neon-armv8-linux.S
[581/1250] Compiling ghash-armv4-linux.S
[581/1250] Compiling co-586-apple.S
[583/1250] Compiling ghash-neon-armv8-apple.S
[584/1250] Compiling co-586-linux.S
[585/1250] Compiling bn-armv8-win.S
[586/1250] Compiling bsaes-armv7-linux.S
[587/1250] Compiling bn-armv8-apple.S
[588/1250] Compiling bn-armv8-linux.S
[589/1250] Compiling bn-586-linux.S
[590/1250] Compiling armv8-mont-win.S
[591/1250] Compiling bn-586-apple.S
[592/1250] Compiling armv8-mont-linux.S
[593/1250] Compiling armv8-mont-apple.S
[594/1250] Compiling aesv8-gcm-armv8-win.S
[595/1250] Compiling aesv8-armv8-win.S
[596/1250] Compiling aesv8-gcm-armv8-apple.S
[597/1250] Compiling aesv8-armv8-linux.S
[598/1250] Compiling aesv8-gcm-armv8-linux.S
[599/1250] Compiling aesv8-armv8-apple.S
[600/1250] Compiling armv4-mont-linux.S
[601/1250] Compiling aesv8-armv7-linux.S
[602/1250] Compiling aesni-x86_64-apple.S
[603/1250] Compiling aesni-x86-linux.S
[604/1250] Compiling aesni-x86_64-linux.S
[605/1250] Compiling aesni-x86-apple.S
[606/1250] Compiling aesni-gcm-x86_64-linux.S
[607/1250] Compiling aesni-gcm-x86_64-apple.S
[608/1250] Compiling x_val.cc
[609/1250] Compiling x_spki.cc
[610/1250] Compiling x_name.cc
[611/1250] Compiling x_x509a.cc
[612/1250] Compiling x_sig.cc
[613/1250] Compiling x_req.cc
[614/1250] Compiling x_pubkey.cc
[615/1250] Compiling x_x509.cc
[616/1250] Compiling x_exten.cc
[617/1250] Compiling x_crl.cc
[618/1250] Compiling x509rset.cc
[619/1250] Compiling x_attrib.cc
[620/1250] Compiling x_algor.cc
[621/1250] Compiling x509spki.cc
[622/1250] Compiling x_all.cc
[623/1250] Compiling x509_vpm.cc
[624/1250] Compiling x509name.cc
[625/1250] Compiling x509_txt.cc
[626/1250] Compiling x509cset.cc
[627/1250] Compiling x509_vfy.cc
[627/1250] Compiling x509_v3.cc
[629/1250] Compiling x509_trs.cc
[630/1250] Compiling x509_set.cc
[631/1250] Compiling x509_req.cc
[632/1250] Compiling x509_obj.cc
[633/1250] Compiling x509_lu.cc
[634/1250] Compiling x509_ext.cc
[635/1250] Compiling x509_def.cc
[636/1250] Compiling x509_d2.cc
[636/1250] Compiling x509_cmp.cc
[636/1250] Compiling x509.cc
[636/1250] Compiling x509_att.cc
[640/1250] Compiling v3_utl.cc
[641/1250] Compiling v3_skey.cc
[642/1250] Compiling v3_purp.cc
[643/1250] Compiling v3_prn.cc
[644/1250] Compiling v3_pcons.cc
[645/1250] Compiling v3_pmaps.cc
[646/1250] Compiling v3_ocsp.cc
[647/1250] Compiling v3_ncons.cc
[648/1250] Compiling v3_lib.cc
[649/1250] Compiling v3_ia5.cc
[650/1250] Compiling v3_int.cc
[651/1250] Compiling v3_info.cc
[652/1250] Compiling v3_genn.cc
[653/1250] Compiling v3_enum.cc
[654/1250] Compiling v3_extku.cc
[655/1250] Compiling v3_crld.cc
[656/1250] Compiling v3_cpols.cc
[657/1250] Compiling v3_bitst.cc
[658/1250] Compiling v3_alt.cc
[659/1250] Compiling v3_conf.cc
[660/1250] Compiling v3_akey.cc
[661/1250] Compiling t_x509a.cc
[662/1250] Compiling v3_bcons.cc
[663/1250] Compiling v3_akeya.cc
[664/1250] Compiling t_req.cc
[665/1250] Compiling t_crl.cc
[666/1250] Compiling t_x509.cc
[667/1250] Compiling rsa_pss.cc
[668/1250] Compiling i2d_pr.cc
[669/1250] Compiling policy.cc
[670/1250] Compiling name_print.cc
[671/1250] Compiling by_file.cc
[672/1250] Compiling by_dir.cc
[673/1250] Compiling algorithm.cc
[674/1250] Compiling asn1_gen.cc
[675/1250] Compiling a_verify.cc
[676/1250] Compiling thread_win.cc
[677/1250] Compiling a_sign.cc
[678/1250] Compiling voprf.cc
[679/1250] Compiling trust_token.cc
[680/1250] Compiling pmbtoken.cc
[681/1250] Compiling thread.cc
[682/1250] Compiling thread_pthread.cc
[683/1250] Compiling thread_none.cc
[684/1250] Compiling a_digest.cc
[685/1250] Compiling wots.cc
[686/1250] Compiling stack.cc
[687/1250] Compiling thash.cc
[688/1250] Compiling merkle.cc
[689/1250] Compiling slhdsa.cc
[690/1250] Compiling sha512.cc
[691/1250] Compiling siphash.cc
[692/1250] Compiling fors.cc
[693/1250] Compiling sha256.cc
[694/1250] Compiling sha1.cc
[695/1250] Compiling rsa_extra.cc
[696/1250] Compiling rsa_print.cc
[697/1250] Compiling rc4.cc
[698/1250] Compiling windows.cc
[699/1250] Compiling refcount.cc
[700/1250] Compiling rsa_asn1.cc
[701/1250] Compiling rsa_crypt.cc
[702/1250] Compiling urandom.cc
[703/1250] Compiling passive.cc
[704/1250] Compiling ios.cc
[705/1250] Compiling rand_extra.cc
[706/1250] Compiling trusty.cc
[707/1250] Compiling getentropy.cc
[708/1250] Compiling poly1305_arm_asm.S
[709/1250] Compiling forkunsafe.cc
[710/1250] Compiling deterministic.cc
[711/1250] Compiling fork_detect.cc
[712/1250] Compiling poly1305.cc
[713/1250] Compiling poly1305_arm.cc
[714/1250] Compiling pool.cc
[715/1250] Compiling poly1305_vec.cc
[716/1250] Compiling pkcs7.cc
[717/1250] Compiling pkcs8.cc
[718/1250] Compiling pkcs8_x509.cc
[719/1250] Compiling p5_pbev2.cc
[720/1250] Compiling pem_xaux.cc
[721/1250] Compiling pem_x509.cc
[722/1250] Compiling pkcs7_x509.cc
[723/1250] Compiling pem_pkey.cc
[724/1250] Compiling pem_pk8.cc
[725/1250] Compiling obj_xref.cc
[726/1250] Compiling pem_oth.cc
[727/1250] Compiling pem_info.cc
[728/1250] Compiling mlkem.cc
[729/1250] Compiling obj.cc
[730/1250] Compiling pem_lib.cc
[731/1250] Compiling pem_all.cc
[732/1250] Compiling mem.cc
[733/1250] Compiling lhash.cc
[734/1250] Compiling md5.cc
[735/1250] Compiling fips_shared_support.cc
[736/1250] Compiling poly_rq_mul.S
[737/1250] Compiling md4.cc
[738/1250] Compiling keccak.cc
[739/1250] Compiling mldsa.cc
[740/1250] Compiling kyber.cc
[741/1250] Compiling hrss.cc
[742/1250] Compiling sign.cc
[743/1250] Compiling ex_data.cc
[744/1250] Compiling hpke.cc
[745/1250] Compiling scrypt.cc
[746/1250] Compiling pbkdf.cc
[747/1250] Compiling print.cc
[748/1250] Compiling p_x25519_asn1.cc
[749/1250] Compiling p_x25519.cc
[750/1250] Compiling p_rsa_asn1.cc
[751/1250] Compiling p_rsa.cc
[752/1250] Compiling p_hkdf.cc
[753/1250] Compiling p_ed25519_asn1.cc
[754/1250] Compiling p_ed25519.cc
[755/1250] Compiling p_ec_asn1.cc
[756/1250] Compiling p_ec.cc
[757/1250] Compiling p_dh_asn1.cc
[758/1250] Compiling p_dh.cc
[759/1250] Compiling evp_ctx.cc
[760/1250] Compiling p_dsa_asn1.cc
[761/1250] Compiling evp.cc
[762/1250] Compiling evp_asn1.cc
[763/1250] Compiling engine.cc
[764/1250] Compiling err.cc
[765/1250] Compiling ecdh_extra.cc
[766/1250] Compiling ecdsa_asn1.cc
[767/1250] Compiling hash_to_curve.cc
[768/1250] Compiling ec_derive.cc
[769/1250] Compiling ec_asn1.cc
[770/1250] Compiling dsa_asn1.cc
[771/1250] Compiling dsa.cc
[772/1250] Compiling params.cc
[773/1250] Compiling dh_asn1.cc
[774/1250] Compiling digest_extra.cc
[775/1250] Compiling x25519-asm-arm.S
[776/1250] Compiling spake25519.cc
[777/1250] Compiling des.cc
[778/1250] Compiling cpu_intel.cc
[779/1250] Compiling cpu_arm_linux.cc
[780/1250] Compiling crypto.cc
[781/1250] Compiling bcm.cc
[782/1250] Compiling cpu_arm_freebsd.cc
[783/1250] Compiling cpu_aarch64_win.cc
[784/1250] Compiling cpu_aarch64_sysreg.cc
[785/1250] Compiling curve25519.cc
[786/1250] Compiling cpu_aarch64_openbsd.cc
[787/1250] Compiling cpu_aarch64_linux.cc
[788/1250] Compiling cpu_aarch64_apple.cc
[789/1250] Compiling cpu_aarch64_fuchsia.cc
[790/1250] Compiling curve25519_64_adx.cc
[791/1250] Compiling conf.cc
[792/1250] Compiling e_tls.cc
[793/1250] Compiling tls_cbc.cc
[794/1250] Compiling e_rc4.cc
[795/1250] Compiling e_rc2.cc
[796/1250] Compiling e_des.cc
[797/1250] Compiling e_null.cc
[798/1250] Compiling e_chacha20poly1305.cc
[799/1250] Compiling derive_key.cc
[800/1250] Compiling cipher_extra.cc
[801/1250] Compiling e_aesgcmsiv.cc
[802/1250] Compiling e_aesctrhmac.cc
[803/1250] Compiling chacha.cc
[804/1250] Compiling unicode.cc
[805/1250] Compiling ber.cc
[806/1250] Compiling cbs.cc
[807/1250] Compiling buf.cc
[807/1250] Compiling asn1_compat.cc
[808/1250] Compiling cbb.cc
[810/1250] Compiling bn_asn1.cc
[811/1250] Compiling blake2.cc
[812/1250] Compiling convert.cc
[813/1250] Compiling socket_helper.cc
[814/1250] Compiling printf.cc
[815/1250] Compiling socket.cc
[816/1250] Compiling hexdump.cc
[817/1250] Compiling pair.cc
[818/1250] Compiling fd.cc
[819/1250] Compiling file.cc
[820/1250] Compiling errno.cc
[821/1250] Compiling bio_mem.cc
[822/1250] Compiling connect.cc
[823/1250] Compiling base64.cc
[824/1250] Compiling bio.cc
[825/1250] Compiling tasn_fre.cc
[826/1250] Compiling tasn_utl.cc
[826/1250] Compiling tasn_typ.cc
[828/1250] Compiling tasn_new.cc
[829/1250] Compiling tasn_enc.cc
[830/1250] Compiling posix_time.cc
[831/1250] Compiling f_string.cc
[832/1250] Compiling tasn_dec.cc
[833/1250] Compiling asn1_par.cc
[834/1250] Compiling f_int.cc
[835/1250] Compiling asn_pack.cc
[836/1250] Compiling asn1_lib.cc
[837/1250] Compiling a_utctm.cc
[838/1250] Compiling a_type.cc
[839/1250] Compiling a_octet.cc
[840/1250] Compiling a_time.cc
[841/1250] Compiling a_strex.cc
[842/1250] Compiling a_strnid.cc
[843/1250] Compiling a_object.cc
[844/1250] Compiling a_mbstr.cc
[845/1250] Compiling a_i2d_fp.cc
[846/1250] Compiling a_int.cc
[847/1250] Compiling a_dup.cc
[848/1250] Compiling fiat_p256_adx_sqr.S
[849/1250] Compiling a_gentm.cc
[850/1250] Compiling a_d2i_fp.cc
[851/1250] Compiling a_bitstr.cc
[852/1250] Compiling fiat_p256_adx_mul.S
[853/1250] Compiling fiat_curve25519_adx_square.S
[854/1250] Compiling a_bool.cc
[855/1250] Compiling md5-x86_64-apple.S
[856/1250] Compiling fiat_curve25519_adx_mul.S
[857/1250] Compiling md5-x86_64-linux.S
[858/1250] Compiling md5-586-apple.S
[859/1250] Compiling md5-586-linux.S
[860/1250] Compiling chacha20_poly1305_x86_64-apple.S
[861/1250] Compiling chacha20_poly1305_armv8-win.S
[862/1250] Compiling chacha20_poly1305_armv8-linux.S
[863/1250] Compiling chacha20_poly1305_armv8-apple.S
[864/1250] Compiling chacha20_poly1305_x86_64-linux.S
[865/1250] Compiling chacha-x86_64-linux.S
[866/1250] Compiling chacha-x86_64-apple.S
[867/1250] Compiling CCryptoBoringSSLShims shims.c
[868/1250] Compiling chacha-x86-apple.S
[869/1250] Compiling chacha-x86-linux.S
[870/1250] Compiling chacha-armv8-win.S
[871/1250] Compiling chacha-armv8-apple.S
[872/1250] Compiling chacha-armv8-linux.S
[873/1250] Compiling chacha-armv4-linux.S
[874/1250] Compiling aes128gcmsiv-x86_64-linux.S
[875/1250] Compiling aes128gcmsiv-x86_64-apple.S
[876/1250] Compiling x86_64-mont5-linux.S
[877/1250] Compiling x86_64-mont5-apple.S
[878/1250] Compiling x86_64-mont-linux.S
[879/1250] Compiling err_data.cc
[880/1250] Compiling x86-mont-linux.S
[881/1250] Compiling x86_64-mont-apple.S
[882/1250] Compiling x86-mont-apple.S
[883/1250] Compiling vpaes-x86_64-linux.S
[884/1250] Compiling vpaes-x86_64-apple.S
[885/1250] Compiling vpaes-x86-apple.S
[886/1250] Compiling vpaes-x86-linux.S
[887/1250] Compiling vpaes-armv8-win.S
[888/1250] Compiling vpaes-armv7-linux.S
[889/1250] Compiling vpaes-armv8-linux.S
[890/1250] Compiling vpaes-armv8-apple.S
[891/1250] Compiling sha512-x86_64-linux.S
[892/1250] Compiling sha512-x86_64-apple.S
[893/1250] Compiling sha512-armv8-win.S
[894/1250] Compiling sha512-armv8-apple.S
[895/1250] Compiling sha512-armv8-linux.S
[896/1250] Compiling sha512-armv4-linux.S
[897/1250] Compiling sha512-586-linux.S
[898/1250] Compiling sha512-586-apple.S
[899/1250] Compiling sha256-x86_64-linux.S
[900/1250] Compiling sha256-x86_64-apple.S
[900/1250] Compiling sha256-armv8-win.S
[902/1250] Compiling sha256-armv8-linux.S
[903/1250] Compiling sha256-armv8-apple.S
[904/1250] Compiling sha256-armv4-linux.S
[905/1250] Compiling sha256-586-apple.S
[906/1250] Compiling sha256-586-linux.S
[907/1250] Compiling sha1-x86_64-apple.S
[908/1250] Compiling sha1-armv8-win.S
[909/1250] Compiling sha1-armv8-linux.S
[910/1250] Compiling sha1-armv8-apple.S
[911/1250] Compiling sha1-x86_64-linux.S
[912/1250] Compiling sha1-586-apple.S
[913/1250] Compiling sha1-586-linux.S
[914/1250] Compiling rsaz-avx2-apple.S
[915/1250] Compiling sha1-armv4-large-linux.S
[916/1250] Compiling rdrand-x86_64-linux.S
[917/1250] Compiling rsaz-avx2-linux.S
[918/1250] Compiling rdrand-x86_64-apple.S
[919/1250] Compiling p256_beeu-x86_64-asm-linux.S
[920/1250] Compiling p256_beeu-armv8-asm-win.S
[921/1250] Compiling p256_beeu-armv8-asm-linux.S
[922/1250] Compiling p256_beeu-x86_64-asm-apple.S
[923/1250] Compiling p256-x86_64-asm-apple.S
[924/1250] Compiling p256-armv8-asm-win.S
[925/1250] Compiling p256_beeu-armv8-asm-apple.S
[926/1250] Compiling p256-armv8-asm-apple.S
[927/1250] Compiling p256-x86_64-asm-linux.S
[928/1250] Compiling p256-armv8-asm-linux.S
[928/1250] Compiling ghashv8-armv8-win.S
[930/1250] Compiling ghashv8-armv8-linux.S
[931/1250] Compiling ghashv8-armv8-apple.S
[932/1250] Compiling ghashv8-armv7-linux.S
[933/1250] Compiling ghash-x86-linux.S
[934/1250] Compiling ghash-x86_64-apple.S
[935/1250] Compiling ghash-x86_64-linux.S
[936/1250] Compiling ghash-x86-apple.S
[937/1250] Compiling ghash-ssse3-x86_64-linux.S
[938/1250] Compiling ghash-ssse3-x86_64-apple.S
[939/1250] Compiling ghash-neon-armv8-win.S
[940/1250] Compiling ghash-ssse3-x86-linux.S
[941/1250] Compiling ghash-neon-armv8-linux.S
[942/1250] Compiling ghash-ssse3-x86-apple.S
[943/1250] Compiling ghash-neon-armv8-apple.S
[944/1250] Compiling ghash-armv4-linux.S
[945/1250] Compiling co-586-linux.S
[946/1250] Compiling bsaes-armv7-linux.S
[947/1250] Compiling co-586-apple.S
[948/1250] Compiling bn-armv8-win.S
[949/1250] Compiling bn-armv8-linux.S
[949/1250] Compiling bn-586-linux.S
[951/1250] Compiling bn-armv8-apple.S
[951/1250] Compiling armv8-mont-linux.S
[951/1250] Compiling bn-586-apple.S
[954/1250] Compiling armv8-mont-win.S
[955/1250] Compiling armv8-mont-apple.S
[956/1250] Compiling armv4-mont-linux.S
[957/1250] Compiling aesv8-gcm-armv8-win.S
[958/1250] Compiling aesv8-gcm-armv8-linux.S
[959/1250] Compiling aesv8-armv8-win.S
[960/1250] Compiling aesv8-gcm-armv8-apple.S
[961/1250] Compiling aesv8-armv8-linux.S
[962/1250] Compiling aesv8-armv7-linux.S
[963/1250] Compiling aesni-x86_64-apple.S
[964/1250] Compiling aesni-x86_64-linux.S
[964/1250] Compiling aesv8-armv8-apple.S
[966/1250] Compiling aesni-x86-linux.S
[967/1250] Compiling aesni-x86-apple.S
[968/1250] Compiling aesni-gcm-x86_64-linux.S
[969/1250] Compiling aes-gcm-avx10-x86_64-linux.S
[970/1250] Compiling aes-gcm-avx10-x86_64-apple.S
[970/1250] Compiling aesni-gcm-x86_64-apple.S
[972/1250] Compiling x_val.cc
[973/1250] Compiling x_req.cc
[974/1250] Compiling x_sig.cc
[975/1250] Compiling x_x509.cc
[976/1250] Compiling x_spki.cc
[977/1250] Compiling x_x509a.cc
[978/1250] Compiling c-nioatomics.c
[979/1250] Compiling c-atomics.c
[980/1250] Compiling x_exten.cc
[981/1250] Compiling x_pubkey.cc
[982/1250] Compiling x_all.cc
[983/1250] Compiling x_algor.cc
[984/1250] Compiling x_crl.cc
[985/1250] Compiling x_attrib.cc
[986/1250] Compiling x_name.cc
[987/1256] Compiling x509spki.cc
[988/1256] Compiling x509rset.cc
[990/1256] Compiling NIOConcurrencyHelpers lock.swift
[990/1256] Compiling x509name.cc
[991/1256] Compiling x509_vpm.cc
[992/1256] Compiling x509_v3.cc
[993/1256] Compiling x509cset.cc
[994/1256] Compiling x509_vfy.cc
[996/1256] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[997/1256] Emitting module NIOConcurrencyHelpers
[998/1256] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[999/1256] Compiling NIOConcurrencyHelpers atomics.swift
[1000/1256] Compiling NIOConcurrencyHelpers NIOLock.swift
[1001/1257] Compiling x509_txt.cc
[1002/1257] Compiling x509_trs.cc
[1003/1257] Compiling x509_ext.cc
[1004/1257] Compiling x509_req.cc
[1005/1257] Compiling x509_set.cc
[1006/1257] Compiling x509_obj.cc
[1007/1257] Wrapping AST for NIOConcurrencyHelpers for debugging
[1008/1257] Compiling x509_lu.cc
[1010/1283] Compiling ConsoleKitTerminal Console+Wait.swift
[1011/1283] Compiling ConsoleKitTerminal ConsoleColor.swift
[1012/1283] Compiling ConsoleKitTerminal ConsoleStyle.swift
[1012/1286] Compiling x509_def.cc
[1014/1286] Compiling ConsoleKitTerminal Console+Ephemeral.swift
[1015/1286] Compiling ConsoleKitTerminal ConsoleClear.swift
[1016/1286] Compiling ConsoleKitTerminal Console+Ask.swift
[1017/1286] Compiling ConsoleKitTerminal Console+Choose.swift
[1018/1286] Compiling ConsoleKitTerminal Console+Confirm.swift
[1019/1286] Compiling ConsoleKitTerminal Console+Input.swift
[1020/1286] Compiling ConsoleKitTerminal Console+Center.swift
[1021/1286] Compiling ConsoleKitTerminal Console+Output.swift
[1022/1286] Compiling ConsoleKitTerminal CustomActivity.swift
[1023/1286] Compiling ConsoleKitTerminal LoadingBar.swift
[1024/1286] Compiling ConsoleKitTerminal ProgressBar.swift
[1025/1286] Compiling ConsoleKitTerminal Console+Clear.swift
[1026/1286] Compiling ConsoleKitTerminal ActivityBar.swift
[1027/1286] Compiling ConsoleKitTerminal ActivityIndicator.swift
[1028/1286] Compiling ConsoleKitTerminal ActivityIndicatorRenderer.swift
[1029/1286] Compiling ConsoleKitTerminal ActivityIndicatorState.swift
[1029/1286] Compiling x509.cc
[1030/1286] Compiling x509_cmp.cc
[1031/1286] Compiling x509_d2.cc
[1032/1286] Compiling x509_att.cc
[1034/1286] Emitting module ConsoleKitTerminal
[1034/1286] Compiling v3_skey.cc
[1036/1286] Compiling ConsoleKitTerminal Console.swift
[1037/1286] Compiling ConsoleKitTerminal Terminal.swift
[1038/1286] Compiling ConsoleKitTerminal readpassphrase_linux.swift
[1039/1286] Compiling ConsoleKitTerminal ConsoleText.swift
[1040/1286] Compiling ConsoleKitTerminal ConsoleTextFragment.swift
[1041/1286] Compiling ConsoleKitTerminal ANSI.swift
[1041/1286] Compiling v3_utl.cc
[1042/1286] Compiling v3_purp.cc
[1043/1286] Compiling v3_prn.cc
[1044/1286] Compiling v3_ocsp.cc
[1045/1286] Compiling v3_pcons.cc
[1046/1286] Compiling v3_pmaps.cc
[1047/1286] Compiling v3_ncons.cc
[1049/1286] Compiling ConsoleKitTerminal AnySendableHashable.swift
[1050/1286] Compiling ConsoleKitTerminal ConsoleLogger.swift
[1051/1286] Compiling ConsoleKitTerminal LoggerFragment.swift
[1051/1287] Compiling v3_lib.cc
[1053/1287] Compiling v3_int.cc
[1054/1287] Compiling v3_extku.cc
[1055/1287] Compiling v3_info.cc
[1056/1287] Compiling v3_ia5.cc
[1057/1287] Wrapping AST for ConsoleKitTerminal for debugging
[1058/1309] Compiling v3_genn.cc
[1059/1309] Compiling v3_enum.cc
[1060/1309] Compiling v3_cpols.cc
[1061/1309] Compiling v3_crld.cc
[1063/1309] Compiling ConsoleKitCommands CommandSignature.swift
[1064/1309] Compiling ConsoleKitCommands Flag.swift
[1065/1309] Compiling ConsoleKitCommands Option.swift
[1065/1311] Compiling v3_alt.cc
[1067/1311] Compiling ConsoleKitCommands AnyAsyncCommand.swift
[1068/1311] Compiling ConsoleKitCommands AsyncCommand.swift
[1069/1311] Compiling ConsoleKitCommands AsyncCommandGroup.swift
[1070/1311] Emitting module ConsoleKitCommands
[1071/1311] Compiling ConsoleKitCommands AsyncCommands.swift
[1072/1311] Compiling ConsoleKitCommands GenerateAsyncAutocompleteCommand.swift
[1073/1311] Compiling ConsoleKitCommands AnyCommand.swift
[1073/1311] Compiling v3_bcons.cc
[1075/1311] Compiling ConsoleKitCommands GenerateAutocompleteCommand.swift
[1076/1311] Compiling ConsoleKitCommands MergedAsyncCommandGroup.swift
[1077/1311] Compiling ConsoleKitCommands Argument.swift
[1077/1311] Compiling v3_conf.cc
[1078/1311] Compiling v3_bitst.cc
[1080/1311] Compiling ConsoleKitCommands CommandGroup.swift
[1081/1311] Compiling ConsoleKitCommands CommandInput.swift
[1082/1311] Compiling ConsoleKitCommands Commands.swift
[1083/1311] Compiling ConsoleKitCommands Command.swift
[1084/1311] Compiling ConsoleKitCommands CommandContext.swift
[1085/1311] Compiling ConsoleKitCommands CommandError.swift
[1085/1311] Compiling v3_akeya.cc
[1087/1311] Compiling ConsoleKitCommands String+LevenshteinDistance.swift
[1088/1311] Compiling ConsoleKitCommands Utilities.swift
[1088/1311] Compiling v3_akey.cc
[1089/1311] Compiling t_x509a.cc
[1090/1311] Compiling t_crl.cc
[1091/1311] Compiling t_x509.cc
[1092/1311] Compiling t_req.cc
[1093/1311] Compiling rsa_pss.cc
[1094/1311] Compiling i2d_pr.cc
[1095/1311] Compiling policy.cc
[1096/1311] Compiling name_print.cc
[1097/1311] Compiling by_file.cc
[1099/1311] Compiling ConsoleKitCommands Console+Run.swift
[1100/1311] Compiling ConsoleKitCommands ConsoleError.swift
[1101/1311] Compiling ConsoleKitCommands Completion.swift
[1102/1312] Compiling by_dir.cc
[1103/1312] Compiling asn1_gen.cc
[1104/1312] Compiling algorithm.cc
[1105/1312] Compiling a_verify.cc
[1106/1312] Wrapping AST for ConsoleKitCommands for debugging
[1107/1312] Compiling a_sign.cc
[1108/1312] Compiling a_digest.cc
[1109/1312] Compiling voprf.cc
[1110/1314] Compiling trust_token.cc
[1112/1314] Compiling ConsoleKit Exports.swift
[1112/1314] Compiling thread_win.cc
[1113/1314] Compiling thread.cc
[1114/1314] Compiling thread_pthread.cc
[1116/1314] Emitting module ConsoleKit
[1116/1314] Compiling thread_none.cc
[1118/1315] Compiling stack.cc
[1119/1315] Compiling pmbtoken.cc
[1120/1315] Compiling wots.cc
[1121/1315] Wrapping AST for ConsoleKit for debugging
[1122/1315] Compiling thash.cc
[1123/1315] Compiling fors.cc
[1124/1315] Compiling merkle.cc
[1125/1315] Compiling slhdsa.cc
[1126/1315] Compiling sha512.cc
[1127/1315] Compiling siphash.cc
[1128/1315] Compiling sha256.cc
[1129/1315] Compiling sha1.cc
[1130/1315] Compiling rsa_extra.cc
[1131/1315] Compiling refcount.cc
[1132/1315] Compiling rsa_print.cc
[1133/1315] Compiling rc4.cc
[1134/1315] Compiling rsa_crypt.cc
[1135/1315] Compiling trusty.cc
[1136/1315] Compiling windows.cc
[1137/1315] Compiling rsa_asn1.cc
[1138/1315] Compiling rand_extra.cc
[1139/1315] Compiling ios.cc
[1140/1315] Compiling passive.cc
[1141/1315] Compiling urandom.cc
[1142/1315] Compiling poly1305_arm_asm.S
[1143/1315] Compiling getentropy.cc
[1144/1315] Compiling deterministic.cc
[1145/1315] Compiling forkunsafe.cc
[1146/1315] Compiling fork_detect.cc
[1147/1315] Compiling poly1305_vec.cc
[1148/1315] Compiling pool.cc
[1149/1315] Compiling poly1305_arm.cc
[1150/1315] Compiling poly1305.cc
[1151/1315] Compiling pkcs8.cc
[1152/1315] Compiling pkcs7_x509.cc
[1153/1315] Compiling pkcs7.cc
[1154/1315] Compiling p5_pbev2.cc
[1155/1315] Compiling pkcs8_x509.cc
[1156/1315] Compiling pem_x509.cc
[1157/1315] Compiling pem_pkey.cc
[1158/1315] Compiling pem_xaux.cc
[1159/1315] Compiling pem_lib.cc
[1160/1315] Compiling pem_pk8.cc
[1161/1315] Compiling pem_oth.cc
[1162/1315] Compiling pem_info.cc
[1163/1315] Compiling mlkem.cc
[1164/1315] Compiling obj_xref.cc
[1165/1315] Compiling mldsa.cc
[1166/1315] Compiling mem.cc
[1167/1315] Compiling obj.cc
[1168/1315] Compiling md5.cc
[1169/1315] Compiling fips_shared_support.cc
[1170/1315] Compiling md4.cc
[1171/1315] Compiling poly_rq_mul.S
[1172/1315] Compiling pem_all.cc
[1173/1315] Compiling lhash.cc
[1174/1315] Compiling kyber.cc
[1175/1315] Compiling hrss.cc
[1176/1315] Compiling sign.cc
[1176/1315] Compiling ex_data.cc
[1178/1315] Compiling hpke.cc
[1179/1315] Compiling scrypt.cc
[1180/1315] Compiling pbkdf.cc
[1181/1315] Compiling print.cc
[1182/1315] Compiling p_x25519.cc
[1183/1315] Compiling p_rsa_asn1.cc
[1184/1315] Compiling p_hkdf.cc
[1185/1315] Compiling p_x25519_asn1.cc
[1186/1315] Compiling p_rsa.cc
[1187/1315] Compiling p_ed25519.cc
[1188/1315] Compiling p_ed25519_asn1.cc
[1189/1315] Compiling p_ec_asn1.cc
[1190/1315] Compiling p_ec.cc
[1191/1315] Compiling p_dsa_asn1.cc
[1192/1315] Compiling p_dh_asn1.cc
[1193/1315] Compiling p_dh.cc
[1194/1315] Compiling err.cc
[1195/1315] Compiling evp_ctx.cc
[1196/1315] Compiling engine.cc
[1197/1315] Compiling evp.cc
[1198/1315] Compiling evp_asn1.cc
[1199/1315] Compiling ecdh_extra.cc
[1200/1315] Compiling ecdsa_asn1.cc
[1201/1315] Compiling ec_derive.cc
[1202/1315] Compiling hash_to_curve.cc
[1203/1315] Compiling ec_asn1.cc
[1204/1315] Compiling params.cc
[1205/1315] Compiling dsa_asn1.cc
[1206/1315] Compiling dsa.cc
[1207/1315] Compiling des.cc
[1208/1315] Compiling x25519-asm-arm.S
[1209/1315] Compiling digest_extra.cc
[1210/1315] Compiling dh_asn1.cc
[1211/1315] Compiling spake25519.cc
[1212/1315] Compiling cpu_intel.cc
[1213/1315] Compiling cpu_arm_freebsd.cc
[1214/1315] Compiling crypto.cc
[1215/1315] Compiling cpu_arm_linux.cc
[1216/1315] Compiling cpu_aarch64_win.cc
[1217/1315] Compiling curve25519.cc
[1218/1315] Compiling cpu_aarch64_openbsd.cc
[1219/1315] Compiling cpu_aarch64_linux.cc
[1220/1315] Compiling cpu_aarch64_sysreg.cc
[1221/1315] Compiling cpu_aarch64_fuchsia.cc
[1222/1315] Compiling cpu_aarch64_apple.cc
[1223/1315] Compiling conf.cc
[1224/1315] Compiling curve25519_64_adx.cc
[1225/1315] Compiling e_tls.cc
[1226/1315] Compiling tls_cbc.cc
[1227/1315] Compiling e_rc4.cc
[1228/1315] Compiling e_rc2.cc
[1229/1315] Compiling bcm.cc
[1230/1315] Compiling e_null.cc
[1231/1315] Compiling e_des.cc
[1232/1315] Compiling derive_key.cc
[1233/1315] Compiling e_chacha20poly1305.cc
[1234/1315] Compiling e_aesctrhmac.cc
[1235/1315] Compiling e_aesgcmsiv.cc
[1236/1315] Compiling cipher_extra.cc
[1237/1315] Compiling unicode.cc
[1238/1315] Compiling chacha.cc
[1239/1315] Compiling cbs.cc
[1240/1315] Compiling buf.cc
[1241/1315] Compiling bn_asn1.cc
[1242/1315] Compiling convert.cc
[1243/1315] Compiling blake2.cc
[1244/1315] Compiling pair.cc
[1245/1315] Compiling file.cc
[1246/1315] Compiling printf.cc
[1247/1315] Compiling hexdump.cc
[1248/1315] Compiling fd.cc
[1249/1315] Compiling errno.cc
[1250/1315] Compiling bio_mem.cc
[1251/1315] Compiling tasn_fre.cc
[1252/1315] Compiling bio.cc
[1253/1315] Compiling base64.cc
[1254/1315] Compiling tasn_utl.cc
[1255/1315] Compiling tasn_new.cc
[1256/1315] Compiling tasn_typ.cc
[1257/1315] Compiling tasn_enc.cc
[1258/1315] Compiling posix_time.cc
[1259/1315] Compiling tasn_dec.cc
[1260/1315] Compiling asn_pack.cc
[1261/1315] Compiling f_string.cc
[1262/1315] Compiling f_int.cc
[1263/1315] Compiling asn1_par.cc
[1264/1315] Compiling a_type.cc
[1265/1315] Compiling asn1_lib.cc
[1266/1315] Compiling a_time.cc
[1267/1315] Compiling a_utctm.cc
[1268/1315] Compiling a_strnid.cc
[1269/1315] Compiling a_mbstr.cc
[1270/1315] Compiling a_octet.cc
[1271/1315] Write sources
[1273/1315] Compiling a_object.cc
[1274/1315] Compiling a_strex.cc
[1275/1315] Write sources
[1278/1315] Compiling a_i2d_fp.cc
[1279/1315] Compiling a_gentm.cc
[1280/1315] Compiling a_d2i_fp.cc
[1281/1315] Compiling a_dup.cc
[1282/1315] Compiling a_int.cc
[1284/1420] Compiling Atomics UnsafeAtomic.swift
[1285/1420] Compiling Atomics UnsafeAtomicLazyReference.swift
[1286/1422] Compiling Atomics ManagedAtomic.swift
[1287/1422] Compiling Atomics ManagedAtomicLazyReference.swift
[1288/1422] Compiling Atomics AtomicMemoryOrderings.swift
[1289/1422] Compiling Atomics DoubleWord.swift
[1290/1422] Compiling Atomics IntegerOperations.swift
[1291/1422] Compiling Atomics Unmanaged extensions.swift
[1292/1422] Compiling Atomics AtomicReference.swift
[1293/1422] Compiling Atomics AtomicStorage.swift
[1294/1422] Compiling Atomics AtomicValue.swift
[1299/1422] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[1300/1422] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[1301/1422] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[1302/1422] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[1303/1422] Compiling BitCollections BitSet+CustomReflectable.swift
[1304/1422] Compiling BitCollections BitSet+CustomStringConvertible.swift
[1305/1422] Compiling BitCollections BitSet+Equatable.swift
[1306/1422] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[1307/1422] Compiling BitCollections BitSet+Extras.swift
[1308/1422] Compiling BitCollections BitSet+Hashable.swift
[1309/1422] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[1310/1422] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[1311/1422] Compiling BitCollections BitArray+Extras.swift
[1312/1422] Compiling BitCollections BitArray+Fill.swift
[1313/1422] Compiling BitCollections BitArray+Hashable.swift
[1314/1422] Compiling BitCollections BitArray+Initializers.swift
[1315/1422] Compiling BitCollections BitArray+Invariants.swift
[1316/1422] Compiling BitCollections BitArray+LosslessStringConvertible.swift
[1317/1422] Emitting module BitCollections
[1321/1432] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[1322/1432] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[1323/1432] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[1324/1432] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[1325/1432] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[1326/1432] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[1327/1432] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[1328/1432] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[1329/1432] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[1330/1432] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[1331/1432] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[1332/1432] Compiling BitCollections BitSet+SetAlgebra union.swift
[1333/1432] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[1334/1432] Compiling BitCollections BitSet.Counted.swift
[1335/1432] Compiling CryptoBoringWrapper RandomBytes.swift
[1336/1432] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[1337/1432] Compiling Atomics PointerConformances.swift
[1338/1432] Compiling Atomics Primitives.native.swift
[1339/1432] Compiling Atomics OptionalRawRepresentable.swift
[1340/1432] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[1341/1432] Emitting module CryptoBoringWrapper
[1345/1432] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[1346/1432] Compiling CryptoBoringWrapper EllipticCurve.swift
[1347/1432] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[1348/1432] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[1349/1433] Compiling Atomics Primitives.shims.swift
[1350/1433] Compiling Atomics AtomicInteger.swift
[1351/1433] Compiling Atomics AtomicOptionalWrappable.swift
[1352/1433] Compiling Atomics IntegerConformances.swift
[1356/1433] Compiling Atomics RawRepresentable.swift
[1357/1433] Compiling Atomics AtomicBool.swift
[1377/1433] Compiling BitCollections BitSet.Index.swift
[1378/1433] Compiling BitCollections BitSet._UnsafeHandle.swift
[1379/1433] Compiling BitCollections BitSet.swift
[1380/1433] Compiling BitCollections Range+Utilities.swift
[1381/1433] Compiling BitCollections Slice+Utilities.swift
[1382/1433] Compiling BitCollections UInt+Tricks.swift
[1383/1433] Compiling BitCollections _Word.swift
[1383/1434] Wrapping AST for CryptoBoringWrapper for debugging
[1385/1434] Compiling Algorithms Trim.swift
[1386/1434] Compiling Algorithms Unique.swift
[1387/1434] Compiling Algorithms Windows.swift
[1388/1434] Wrapping AST for BitCollections for debugging
[1390/1507] Compiling Collections Collections.swift
[1391/1507] Emitting module Collections
[1393/1508] Compiling Crypto AES-GCM.swift
[1394/1508] Compiling Crypto AES-GCM_boring.swift
[1395/1508] Compiling Crypto ChaChaPoly_boring.swift
[1396/1508] Compiling Crypto ChaChaPoly.swift
[1396/1508] Wrapping AST for Collections for debugging
[1402/1508] Compiling Crypto Cipher.swift
[1403/1508] Compiling Crypto Nonces.swift
[1404/1508] Compiling Crypto ASN1.swift
[1405/1508] Compiling Crypto ASN1Any.swift
[1406/1508] Compiling Crypto ASN1BitString.swift
[1407/1508] Emitting module Atomics
[1409/1509] Emitting module Algorithms
[1410/1510] Wrapping AST for Atomics for debugging
[1411/1510] Wrapping AST for Algorithms for debugging
[1413/1510] Compiling Crypto SymmetricKeys.swift
[1414/1510] Compiling Crypto HMAC.swift
[1415/1510] Compiling Crypto MACFunctions.swift
[1416/1510] Compiling Crypto MessageAuthenticationCode.swift
[1417/1510] Compiling Crypto AES.swift
[1418/1510] Compiling Crypto ECDSASignature_boring.swift
[1419/1510] Compiling Crypto ECDSA_boring.swift
[1420/1510] Compiling Crypto EdDSA_boring.swift
[1421/1510] Compiling Crypto ECDSA.swift
[1422/1510] Compiling Crypto Ed25519.swift
[1423/1519] Compiling Crypto HKDF.swift
[1424/1519] Compiling Crypto AESWrap.swift
[1425/1519] Compiling Crypto AESWrap_boring.swift
[1426/1519] Compiling Crypto Ed25519_boring.swift
[1427/1519] Compiling Crypto NISTCurvesKeys_boring.swift
[1428/1519] Compiling Crypto X25519Keys_boring.swift
[1429/1519] Compiling Crypto Curve25519.swift
[1430/1519] Compiling Crypto Ed25519Keys.swift
[1431/1519] Compiling Crypto NISTCurvesKeys.swift
[1432/1519] Compiling Crypto X25519Keys.swift
[1433/1530] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1434/1530] Compiling NIOCore BSDSocketAPI.swift
[1435/1530] Compiling NIOCore ByteBuffer-aux.swift
[1436/1530] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1437/1530] Compiling NIOCore ByteBuffer-conversions.swift
[1438/1530] Compiling NIOCore ByteBuffer-core.swift
[1439/1530] Compiling NIOCore ByteBuffer-hex.swift
[1440/1531] Compiling NIOCore ByteBuffer-int.swift
[1441/1531] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1442/1531] Compiling NIOCore AddressedEnvelope.swift
[1443/1578] Compiling NIOCore AsyncAwaitSupport.swift
[1444/1578] Compiling NIOCore AsyncChannel.swift
[1445/1578] Compiling NIOCore AsyncChannelHandler.swift
[1446/1578] Compiling NIOCore AsyncChannelInboundStream.swift
[1447/1578] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1448/1578] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1449/1578] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1450/1578] Compiling NIOCore NIOAsyncWriter.swift
[1451/1578] Compiling NIOCore GlobalSingletons.swift
[1452/1578] Compiling NIOCore IO.swift
[1453/1578] Compiling NIOCore ChannelHandler.swift
[1454/1578] Compiling NIOCore ChannelHandlers.swift
[1455/1578] Compiling NIOCore ChannelInvoker.swift
[1456/1578] Compiling NIOCore ChannelOption.swift
[1457/1578] Compiling NIOCore ChannelPipeline.swift
[1458/1578] Compiling NIOCore CircularBuffer.swift
[1459/1578] Compiling NIOCore Codec.swift
[1460/1578] Compiling NIOCore ConvenienceOptionSupport.swift
[1461/1578] Compiling NIOCore DeadChannel.swift
[1462/1578] Compiling NIOCore DispatchQueue+WithFuture.swift
[1463/1578] Compiling NIOCore EventLoop.swift
[1464/1578] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1465/1578] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1466/1578] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1467/1578] Compiling NIOCore EventLoopFuture.swift
[1468/1578] Compiling NIOCore FileDescriptor.swift
[1469/1578] Compiling NIOCore FileHandle.swift
[1470/1578] Compiling NIOCore FileRegion.swift
[1471/1578] Compiling Crypto DH.swift
[1472/1578] Compiling Crypto ECDH.swift
[1473/1578] Emitting module Crypto
[1474/1578] Compiling NIOCore IOData.swift
[1475/1578] Compiling NIOCore IPProtocol.swift
[1476/1578] Compiling NIOCore IntegerBitPacking.swift
[1477/1578] Compiling NIOCore IntegerTypes.swift
[1478/1578] Compiling NIOCore Interfaces.swift
[1479/1578] Compiling NIOCore Linux.swift
[1480/1578] Compiling NIOCore ByteBuffer-multi-int.swift
[1481/1578] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1482/1578] Compiling NIOCore ByteBuffer-views.swift
[1483/1578] Compiling NIOCore Channel.swift
[1484/1578] Compiling Crypto Signature.swift
[1485/1578] Compiling Crypto CryptoKitErrors_boring.swift
[1486/1578] Compiling Crypto RNG_boring.swift
[1487/1578] Compiling Crypto SafeCompare_boring.swift
[1488/1578] Compiling Crypto Zeroization_boring.swift
[1489/1578] Compiling Crypto PrettyBytes.swift
[1490/1578] Compiling Crypto SafeCompare.swift
[1491/1578] Compiling Crypto SecureBytes.swift
[1492/1578] Compiling Crypto Zeroization.swift
[1493/1579] Wrapping AST for Crypto for debugging
[1503/1579] Compiling NIOCore MarkedCircularBuffer.swift
[1504/1579] Compiling NIOCore MulticastChannel.swift
[1505/1579] Compiling NIOCore NIOAny.swift
[1506/1579] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1507/1579] Compiling NIOCore NIOLoopBound.swift
[1508/1579] Compiling NIOCore NIOScheduledCallback.swift
[1509/1579] Compiling NIOCore NIOSendable.swift
[1510/1579] Compiling NIOCore RecvByteBufferAllocator.swift
[1525/1587] Compiling NIOCore EventLoop+Deprecated.swift
[1526/1587] Compiling NIOCore EventLoop+SerialExecutor.swift
[1527/1587] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1528/1587] Compiling NIOCore SocketAddresses.swift
[1529/1587] Compiling NIOCore SocketOptionProvider.swift
[1530/1587] Compiling NIOCore SystemCallHelpers.swift
[1531/1587] Compiling NIOCore TimeAmount+Duration.swift
[1532/1587] Compiling NIOCore TypeAssistedChannelHandler.swift
[1533/1587] Compiling NIOCore UniversalBootstrapSupport.swift
[1534/1587] Compiling NIOCore Utilities.swift
[1561/1587] Emitting module NIOCore
[1562/1588] Wrapping AST for NIOCore for debugging
[1564/1639] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1565/1639] Compiling NIOEmbedded AsyncTestingChannel.swift
[1566/1639] Emitting module NIOEmbedded
[1567/1639] Compiling NIOEmbedded Embedded.swift
[1568/1640] Wrapping AST for NIOEmbedded for debugging
[1570/1640] Compiling NIOPosix BSDSocketAPICommon.swift
[1571/1640] Compiling NIOPosix BSDSocketAPIPosix.swift
[1572/1640] Compiling NIOPosix BSDSocketAPIWindows.swift
[1573/1640] Compiling NIOPosix BaseSocket.swift
[1574/1640] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1575/1640] Compiling NIOPosix BaseSocketChannel.swift
[1576/1640] Compiling NIOPosix BaseStreamSocketChannel.swift
[1577/1646] Emitting module NIOPosix
[1578/1646] Compiling NIOPosix ThreadPosix.swift
[1579/1646] Compiling NIOPosix ThreadWindows.swift
[1580/1646] Compiling NIOPosix UnsafeTransfer.swift
[1581/1646] Compiling NIOPosix Utilities.swift
[1582/1646] Compiling NIOPosix VsockAddress.swift
[1583/1646] Compiling NIOPosix VsockChannelEvents.swift
[1584/1646] Compiling NIOPosix ServerSocket.swift
[1585/1646] Compiling NIOPosix Socket.swift
[1586/1646] Compiling NIOPosix SocketChannel.swift
[1587/1646] Compiling NIOPosix SocketProtocols.swift
[1588/1646] Compiling NIOPosix System.swift
[1589/1646] Compiling NIOPosix Thread.swift
[1590/1646] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1591/1646] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1592/1646] Compiling NIOPosix PosixSingletons.swift
[1593/1646] Compiling NIOPosix RawSocketBootstrap.swift
[1594/1646] Compiling NIOPosix Resolver.swift
[1595/1646] Compiling NIOPosix Selectable.swift
[1596/1646] Compiling NIOPosix Bootstrap.swift
[1597/1646] Compiling NIOPosix ControlMessage.swift
[1598/1646] Compiling NIOPosix DatagramVectorReadManager.swift
[1599/1646] Compiling NIOPosix Errors+Any.swift
[1600/1646] Compiling NIOPosix FileDescriptor.swift
[1601/1646] Compiling NIOPosix GetaddrinfoResolver.swift
[1602/1646] Compiling NIOPosix HappyEyeballs.swift
[1603/1646] Compiling NIOPosix SelectableChannel.swift
[1604/1646] Compiling NIOPosix SelectableEventLoop.swift
[1605/1646] Compiling NIOPosix SelectorEpoll.swift
[1606/1646] Compiling NIOPosix SelectorGeneric.swift
[1607/1646] Compiling NIOPosix SelectorKqueue.swift
[1608/1646] Compiling NIOPosix SelectorUring.swift
[1609/1646] Compiling NIOPosix IO.swift
[1610/1646] Compiling NIOPosix IntegerBitPacking.swift
[1611/1646] Compiling NIOPosix IntegerTypes.swift
[1612/1646] Compiling NIOPosix Linux.swift
[1613/1646] Compiling NIOPosix LinuxCPUSet.swift
[1614/1646] Compiling NIOPosix LinuxUring.swift
[1615/1646] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1616/1646] Compiling NIOPosix NIOThreadPool.swift
[1617/1646] Compiling NIOPosix NonBlockingFileIO.swift
[1618/1646] Compiling NIOPosix PendingDatagramWritesManager.swift
[1619/1646] Compiling NIOPosix PendingWritesManager.swift
[1620/1646] Compiling NIOPosix PipeChannel.swift
[1621/1646] Compiling NIOPosix PipePair.swift
[1622/1646] Compiling NIOPosix Pool.swift
[1623/1647] Wrapping AST for NIOPosix for debugging
[1625/1706] Emitting module NIO
[1626/1706] Compiling NIO Exports.swift
[1627/1707] Compiling _NIOFileSystem ByteCount.swift
[1628/1707] Compiling _NIOFileSystem Convenience.swift
[1629/1707] Compiling _NIOFileSystem DirectoryEntries.swift
[1630/1709] Wrapping AST for NIO for debugging
[1632/1709] Compiling _NIOFileSystem TokenBucket.swift
[1633/1709] Compiling _NIOFileSystem UnsafeTransfer.swift
[1634/1709] Compiling _NIOFileSystem FileSystemError+Syscall.swift
[1635/1709] Compiling _NIOFileSystem FileHandleProtocol.swift
[1636/1709] Compiling _NIOFileSystem FileInfo.swift
[1637/1709] Compiling _NIOFileSystem FileSystem.swift
[1638/1709] Compiling _NIOFileSystem BufferedOrAnyStream.swift
[1639/1709] Compiling _NIOFileSystem BufferedStream.swift
[1640/1709] Compiling _NIOFileSystem Cancellation.swift
[1641/1748] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1642/1748] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1643/1748] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1644/1748] Compiling NIOTLS TLSEvents.swift
[1645/1748] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1646/1748] Compiling NIOSOCKS SOCKSResponse.swift
[1647/1749] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1648/1749] Emitting module NIOTLS
[1649/1749] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1650/1749] Compiling NIOSOCKS ClientStateMachine.swift
[1651/1749] Compiling NIOHTTP1 HTTPEncoder.swift
[1652/1749] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1653/1749] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1654/1749] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1655/1749] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1656/1749] Compiling AsyncKit Optional+StrictMap.swift
[1657/1749] Compiling AsyncKit Exports.swift
[1658/1749] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1659/1749] Compiling NIOHTTP1 HTTPDecoder.swift
[1660/1749] Emitting module NIOSOCKS
[1661/1749] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1662/1749] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1665/1749] Compiling NIOSOCKS ServerStateMachine.swift
[1667/1750] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1668/1750] Compiling NIOTLS SNIHandler.swift
[1669/1751] Emitting module _NIOFileSystem
[1674/1755] Wrapping AST for NIOSOCKS for debugging
[1676/1755] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1677/1755] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1679/1757] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1680/1757] Emitting module NIOFoundationCompat
[1681/1758] Compiling _NIOFileSystem FileDescriptor+Syscalls.swift
[1682/1758] Compiling _NIOFileSystem Mocking.swift
[1683/1758] Compiling _NIOFileSystem Syscall.swift
[1684/1758] Compiling _NIOFileSystem Syscalls.swift
[1685/1758] Compiling _NIOFileSystem ParallelDirCopy.swift
[1686/1758] Compiling _NIOFileSystem ParallelRemoval.swift
[1687/1758] Compiling _NIOFileSystem String+UnsafeUnititializedCapacity.swift
[1688/1758] Compiling _NIOFileSystem CInterop.swift
[1689/1758] Compiling _NIOFileSystem Errno.swift
[1689/1758] Wrapping AST for NIOTLS for debugging
[1691/1758] Wrapping AST for NIOFoundationCompat for debugging
[1695/1809] Emitting module NIOHTTP1
[1696/1809] Emitting module NIOTransportServices
[1697/1811] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1698/1811] Compiling NIOTransportServices NIOTSErrors.swift
[1699/1811] Compiling NIOTransportServices NIOTSEventLoop.swift
[1700/1811] Compiling NIOTransportServices StateManagedChannel.swift
[1701/1811] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1702/1811] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1703/1811] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1704/1811] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1705/1811] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1706/1811] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1707/1811] Compiling NIOTransportServices NIOTSSingletons.swift
[1708/1811] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1709/1811] Compiling NIOTransportServices NIOTSBootstraps.swift
[1710/1811] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1711/1811] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1712/1811] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1713/1811] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1714/1811] Compiling NIOTransportServices AcceptHandler.swift
[1715/1811] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1716/1811] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1717/1811] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1718/1811] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1719/1811] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1732/1812] Compiling NIOSSL SubjectAlternativeName.swift
[1733/1812] Compiling NIOSSL NIOSSLSecureBytes.swift
[1738/1812] Wrapping AST for NIOTransportServices for debugging
[1751/1858] Compiling NIOSSL RNG.swift
[1752/1858] Compiling NIOSSL SafeCompare.swift
[1753/1858] Compiling NIOSSL Zeroization.swift
[1758/1861] Compiling _NIOFileSystem SystemFileHandle.swift
[1759/1861] Compiling _NIOFileSystem Utilities.swift
[1760/1861] Compiling _NIOFileSystem OpenOptions.swift
[1761/1861] Compiling _NIOFileSystem String+FileSystem.swift
[1762/1861] Compiling NIOExtras NIOExtrasError.swift
[1763/1861] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1764/1861] Compiling NIOExtras NIORequestIdentifiable.swift
[1765/1861] Compiling NIOExtras PCAPRingBuffer.swift
[1766/1880] Compiling MultipartKit FormDataDecoder.Decoder.swift
[1767/1880] Compiling MultipartKit FormDataDecoder.KeyedContainer.swift
[1768/1880] Compiling MultipartKit FormDataDecoder.SingleValueContainer.swift
[1769/1880] Compiling MultipartKit BasicCodingKey.swift
[1770/1880] Compiling MultipartKit MultipartError.swift
[1771/1880] Compiling MultipartKit Exports.swift
[1772/1880] Compiling MultipartKit FormDataDecoder.UnkeyedContainer.swift
[1773/1880] Compiling MultipartKit FormDataDecoder.swift
[1777/1880] Compiling MultipartKit FormDataEncoder.Encoder.swift
[1778/1880] Compiling MultipartKit FormDataEncoder.swift
[1779/1880] Compiling MultipartKit Storage.swift
[1780/1880] Compiling MultipartKit FormDataEncoder.KeyedContainer.swift
[1781/1880] Compiling MultipartKit FormDataEncoder.SingleValueContainer.swift
[1782/1880] Compiling MultipartKit FormDataEncoder.UnkeyedContainer.swift
[1783/1880] Compiling MultipartKit MultipartFormData.swift
[1785/1881] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1786/1881] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1787/1881] Emitting module NIOSSL
[1788/1881] Compiling NIOWebSocket WebSocketOpcode.swift
[1789/1882] Emitting module NIOHTTPCompression
[1790/1882] Compiling NIOHTTPCompression HTTPCompression.swift
[1791/1882] Compiling NIOHTTPCompression HTTPDecompression.swift
[1793/1884] Wrapping AST for NIOHTTP1 for debugging
[1795/1884] Compiling NIOHPACK IndexedHeaderTable.swift
[1796/1884] Compiling NIOHPACK IntegerCoding.swift
[1797/1885] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1798/1885] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1801/1885] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1807/1887] Compiling MultipartKit MultipartParser.swift
[1808/1887] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1809/1887] Compiling NIOExtras WritePCAPHandler.swift
[1810/1887] Compiling NIOHPACK HuffmanTables.swift
[1816/1887] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1817/1887] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1818/1888] Compiling NIOHPACK StaticHeaderTable.swift
[1819/1888] Compiling NIOHPACK HuffmanCoding.swift
[1820/1888] Compiling MultipartKit MultipartSerializer.swift
[1821/1888] Compiling MultipartKit Utilities.swift
[1824/1888] Emitting module NIOWebSocket
[1832/1891] Emitting module MultipartKit
[1836/1891] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1837/1891] Compiling NIOWebSocket WebSocketFrame.swift
[1848/1893] Emitting module NIOHPACK
[1849/1893] Emitting module NIOExtras
[1851/1893] Compiling _NIOFileSystemFoundationCompat Date+FileInfo.swift
[1853/1893] Emitting module _NIOFileSystemFoundationCompat
[1854/1893] Compiling _NIOFileSystemFoundationCompat Data+FileSystem.swift
[1860/1895] Wrapping AST for _NIOFileSystem for debugging
[1862/1897] Wrapping AST for NIOWebSocket for debugging
[1863/1897] Wrapping AST for NIOHTTPCompression for debugging
[1864/1897] Wrapping AST for MultipartKit for debugging
[1867/1897] Compiling NIOFileSystem Exports.swift
[1868/1897] Emitting module NIOFileSystem
[1868/1897] Wrapping AST for _NIOFileSystemFoundationCompat for debugging
[1869/1898] Wrapping AST for NIOHPACK for debugging
[1875/1898] Wrapping AST for NIOFileSystem for debugging
[1877/1898] Compiling NIOSSL TLSConfiguration.swift
[1878/1898] Compiling NIOSSL UniversalBootstrapSupport.swift
[1879/1898] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1880/1957] Wrapping AST for NIOSSL for debugging
[1882/1957] Compiling NIOHTTP2 StateMachineResult.swift
[1883/1957] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1884/1958] Wrapping AST for NIOExtras for debugging
[1886/1966] Compiling NIOHTTP2 MaySendFrames.swift
[1887/1966] Compiling NIOHTTP2 SendingDataState.swift
[1888/1966] Compiling NIOHTTP2 SendingGoawayState.swift
[1889/1966] Compiling NIOHTTP2 SendingHeadersState.swift
[1890/1966] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1891/1966] Compiling NIOHTTP2 SendingRstStreamState.swift
[1892/1966] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1893/1966] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1894/1974] Emitting module AsyncKit
[1895/1974] Compiling WebSocketKit Exports.swift
[1896/1974] Emitting module WebSocketKit
[1897/1974] Compiling WebSocketKit WebSocketHandler.swift
[1898/1974] Compiling WebSocketKit WebSocket+Concurrency.swift
[1899/1974] Compiling WebSocketKit WebSocket+Connect.swift
[1900/1974] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[1901/1974] Compiling WebSocketKit WebSocket.swift
[1902/1974] Compiling WebSocketKit WebSocketClient.swift
[1903/1975] Wrapping AST for WebSocketKit for debugging
[1905/1975] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1906/1975] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1907/1975] Compiling NIOHTTP2 HasLocalSettings.swift
[1908/1975] Compiling NIOHTTP2 HasRemoteSettings.swift
[1909/1975] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1910/1975] Compiling NIOHTTP2 QuiescingState.swift
[1911/1975] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1912/1975] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1913/1975] Emitting module NIOHTTP2
[1914/1975] Compiling NIOHTTP2 InboundWindowManager.swift
[1915/1975] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1916/1975] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1917/1975] Compiling NIOHTTP2 StreamChannelList.swift
[1918/1975] Compiling NIOHTTP2 StreamMap.swift
[1919/1975] Compiling NIOHTTP2 StreamStateMachine.swift
[1920/1975] Compiling NIOHTTP2 UnsafeTransfer.swift
[1921/1975] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1922/1975] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1923/1975] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1924/1975] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1925/1975] Compiling NIOHTTP2 HTTP2StreamID.swift
[1926/1975] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1927/1975] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1928/1975] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1929/1975] Compiling NIOHTTP2 InboundEventBuffer.swift
[1930/1975] Compiling NIOHTTP2 ConnectionStateMachine.swift
[1931/1975] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1932/1975] Compiling NIOHTTP2 MayReceiveFrames.swift
[1933/1975] Compiling NIOHTTP2 ReceivingDataState.swift
[1934/1975] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1935/1975] Compiling NIOHTTP2 ReceivingHeadersState.swift
[1936/1975] Compiling NIOHTTP2 ReceivingPushPromiseState.swift
[1937/1975] Compiling NIOHTTP2 ReceivingRstStreamState.swift
[1938/1975] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1939/1975] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1940/1975] Compiling NIOHTTP2 HTTP2Frame.swift
[1941/1975] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1942/1975] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1943/1975] Compiling NIOHTTP2 HTTP2PingData.swift
[1944/1975] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1945/1975] Compiling NIOHTTP2 HTTP2Settings.swift
[1946/1975] Compiling NIOHTTP2 HTTP2Stream.swift
[1947/1975] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1948/1975] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1949/1975] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1950/1975] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1951/1975] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1952/1975] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1953/1975] Compiling NIOHTTP2 HTTP2Error.swift
[1954/1975] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1957/1975] Compiling NIOHTTP2 DOSHeuristics.swift
[1958/1975] Compiling NIOHTTP2 Error+Any.swift
[1959/1975] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1960/1975] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1961/1975] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1962/1975] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1963/1976] Wrapping AST for NIOHTTP2 for debugging
[1965/2035] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1966/2035] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1967/2035] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1968/2035] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1969/2035] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1970/2035] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1971/2035] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1972/2035] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1973/2035] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1974/2043] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1975/2043] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1976/2043] Compiling AsyncHTTPClient Transaction.swift
[1977/2043] Compiling AsyncHTTPClient Base64.swift
[1978/2043] Compiling AsyncHTTPClient BasicAuth.swift
[1979/2043] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1980/2043] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1981/2043] Compiling AsyncHTTPClient ConnectionPool.swift
[1982/2043] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1983/2043] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1984/2043] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1985/2043] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1986/2043] Compiling AsyncHTTPClient HTTP1Connection.swift
[1987/2043] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1988/2043] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1989/2043] Compiling AsyncHTTPClient HTTP2Connection.swift
[1990/2043] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1991/2043] Emitting module AsyncHTTPClient
[1992/2043] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1993/2043] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1994/2043] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1995/2043] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1996/2043] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1997/2043] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1998/2043] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1999/2043] Compiling AsyncHTTPClient RequestBodyLength.swift
[2000/2043] Compiling AsyncHTTPClient RequestBag.swift
[2001/2043] Compiling AsyncHTTPClient RequestValidation.swift
[2002/2043] Compiling AsyncHTTPClient SSLContextCache.swift
[2003/2043] Compiling AsyncHTTPClient Scheme.swift
[2004/2043] Compiling AsyncHTTPClient Singleton.swift
[2005/2043] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[2006/2043] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[2007/2043] Compiling AsyncHTTPClient Utils.swift
[2008/2043] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[2009/2043] Compiling AsyncHTTPClient RequestOptions.swift
[2010/2043] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[2011/2043] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[2012/2043] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[2013/2043] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[2014/2043] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[2015/2043] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[2016/2043] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[2017/2043] Compiling AsyncHTTPClient ConnectionTarget.swift
[2018/2043] Compiling AsyncHTTPClient DeconstructedURL.swift
[2019/2043] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[2020/2043] Compiling AsyncHTTPClient FoundationExtensions.swift
[2021/2043] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[2022/2043] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[2023/2043] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[2024/2043] Compiling AsyncHTTPClient HTTPClient.swift
[2025/2043] Compiling AsyncHTTPClient HTTPHandler.swift
[2026/2043] Compiling AsyncHTTPClient LRUCache.swift
[2027/2043] Compiling AsyncHTTPClient NWErrorHandler.swift
[2028/2043] Compiling AsyncHTTPClient NWWaitingHandler.swift
[2029/2043] Compiling AsyncHTTPClient TLSConfiguration.swift
[2030/2043] Compiling AsyncHTTPClient RedirectState.swift
[2031/2043] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[2032/2044] Wrapping AST for AsyncHTTPClient for debugging
[2040/2045] Wrapping AST for AsyncKit for debugging
[2042/2214] Compiling Vapor HTTPServerResponseEncoder.swift
[2043/2214] Compiling Vapor HTTPServerUpgradeHandler.swift
[2044/2214] Compiling Vapor Logger+Report.swift
[2045/2214] Compiling Vapor LoggingSystem+Environment.swift
[2046/2214] Compiling Vapor Application+Middleware.swift
[2047/2214] Compiling Vapor CORSMiddleware.swift
[2048/2214] Compiling Vapor ErrorMiddleware.swift
[2049/2214] Compiling Vapor FileMiddleware.swift
[2050/2214] Compiling Vapor Middleware.swift
[2051/2214] Compiling Vapor MiddlewareConfiguration.swift
[2052/2214] Compiling Vapor ResponseCompressionMiddleware.swift
[2053/2214] Compiling Vapor RouteLoggingMiddleware.swift
[2054/2214] Compiling Vapor TracingMiddleware.swift
[2055/2214] Compiling Vapor File+Multipart.swift
[2056/2214] Compiling Vapor FormDataDecoder+Content.swift
[2057/2214] Compiling Vapor FormDataEncoder+Content.swift
[2058/2214] Compiling Vapor Application+Password.swift
[2059/2214] Compiling Vapor Application+Passwords.swift
[2060/2214] Compiling Vapor AsyncPasswordHasher.swift
[2061/2214] Compiling Vapor BcryptHasher.swift
[2062/2214] Compiling Vapor PasswordHasher.swift
[2063/2214] Compiling Vapor PlaintextHasher.swift
[2064/2214] Compiling Vapor Request+Password.swift
[2065/2214] Compiling Vapor Redirect.swift
[2066/2238] Compiling Vapor Core.swift
[2067/2238] Compiling Vapor Running.swift
[2068/2238] Compiling Vapor CORSMiddleware+AllowOriginSetting.swift
[2069/2238] Compiling Vapor CORSMiddleware+Configuration+exposedHeaders.swift
[2070/2238] Compiling Vapor DotEnvFile+load.swift
[2071/2238] Compiling Vapor Routes+caseInsenstive.swift
[2072/2238] Compiling Vapor Validatable+validate.swift
[2073/2238] Compiling Vapor Environment+Process.swift
[2074/2238] Compiling Vapor Environment+Secret.swift
[2075/2238] Compiling Vapor Environment.swift
[2076/2238] Compiling Vapor Abort.swift
[2077/2238] Compiling Vapor AbortError.swift
[2078/2238] Compiling Vapor DebuggableError.swift
[2079/2238] Compiling Vapor Demangler.swift
[2080/2238] Compiling Vapor ErrorSource.swift
[2081/2238] Compiling Vapor StackTrace.swift
[2082/2238] Compiling Vapor Exports.swift
[2083/2238] Compiling Vapor Application+HTTP.swift
[2084/2238] Compiling Vapor BasicResponder.swift
[2085/2238] Compiling Vapor BodyStream.swift
[2086/2238] Compiling Vapor Application+HTTP+Client.swift
[2087/2238] Compiling Vapor EventLoopHTTPClient.swift
[2088/2238] Compiling Vapor EndpointCache.swift
[2089/2238] Compiling Vapor HTTPMethod+String.swift
[2090/2238] Compiling Vapor Application.swift
[2091/2238] Compiling Vapor AuthenticationCache.swift
[2092/2238] Compiling Vapor Authenticator.swift
[2093/2238] Compiling Vapor BasicAuthorization.swift
[2094/2238] Compiling Vapor BearerAuthorization.swift
[2095/2238] Compiling Vapor GuardMiddleware.swift
[2096/2238] Compiling Vapor RedirectMiddleware.swift
[2097/2238] Compiling Vapor SessionAuthenticatable.swift
[2098/2238] Compiling Vapor Bcrypt.swift
[2099/2238] Compiling Vapor Application+Cache.swift
[2100/2238] Compiling Vapor Cache.swift
[2101/2238] Compiling Vapor CacheExpirationTime.swift
[2102/2238] Compiling Vapor MemoryCache.swift
[2103/2238] Compiling Vapor Request+Cache.swift
[2104/2238] Compiling Vapor Application+Clients.swift
[2105/2238] Compiling Vapor Client.swift
[2106/2238] Compiling Vapor ClientRequest.swift
[2107/2238] Compiling Vapor ClientResponse.swift
[2108/2238] Compiling Vapor Request+Client.swift
[2109/2238] Compiling Vapor BootCommand.swift
[2110/2238] Compiling Vapor CommandContext+Application.swift
[2111/2238] Compiling Vapor RoutesCommand.swift
[2112/2238] Compiling Vapor ServeCommand.swift
[2113/2238] Compiling Vapor AnyResponse+Concurrency.swift
[2114/2262] Compiling Vapor Validator.swift
[2115/2262] Compiling Vapor ValidatorResult.swift
[2116/2262] Compiling Vapor And.swift
[2117/2262] Compiling Vapor Case.swift
[2118/2262] Compiling Vapor CharacterSet.swift
[2119/2262] Compiling Vapor Count.swift
[2120/2262] Compiling Vapor Custom.swift
[2121/2262] Compiling Vapor Email.swift
[2122/2262] Compiling Vapor Empty.swift
[2123/2262] Compiling Vapor In.swift
[2124/2262] Compiling Vapor Nil.swift
[2125/2262] Compiling Vapor NilIgnoring.swift
[2126/2262] Compiling Vapor Not.swift
[2127/2262] Compiling Vapor Or.swift
[2128/2262] Compiling Vapor Pattern.swift
[2129/2262] Compiling Vapor Range.swift
[2130/2262] Compiling Vapor URL.swift
[2131/2262] Compiling Vapor Valid.swift
[2132/2262] Compiling Vapor Application+Views.swift
[2133/2262] Compiling Vapor PlaintextRenderer.swift
[2134/2262] Compiling Vapor Request+View.swift
[2135/2262] Compiling Vapor View.swift
[2136/2262] Compiling Vapor ViewRenderer.swift
[2137/2262] Compiling Vapor _Deprecations.swift
[2138/2262] Compiling Vapor Bytes+Hex.swift
[2139/2262] Compiling Vapor Bytes+SecureCompare.swift
[2140/2262] Compiling Vapor Collection+Safe.swift
[2141/2262] Compiling Vapor DataProtocol+Copy.swift
[2142/2262] Compiling Vapor DecoderUnwrapper.swift
[2143/2262] Compiling Vapor DirectoryConfiguration.swift
[2144/2262] Compiling Vapor DotEnv.swift
[2145/2262] Compiling Vapor Extendable.swift
[2146/2262] Compiling Vapor File.swift
[2147/2262] Compiling Vapor FileIO.swift
[2148/2262] Compiling Vapor LifecycleHandler.swift
[2149/2262] Compiling Vapor OptionalType.swift
[2150/2262] Compiling Vapor RFC1123.swift
[2151/2262] Compiling Vapor SocketAddress+Hostname.swift
[2152/2262] Compiling Vapor Storage.swift
[2153/2262] Compiling Vapor String+IsIPAddress.swift
[2154/2262] Compiling Vapor Thread.swift
[2155/2262] Compiling Vapor URI.swift
[2156/2262] Compiling Vapor RangeResult.swift
[2157/2262] Compiling Vapor Validatable.swift
[2158/2262] Compiling Vapor Validation.swift
[2159/2262] Compiling Vapor ValidationKey.swift
[2160/2262] Compiling Vapor Validations.swift
[2161/2262] Compiling Vapor ValidationsError.swift
[2162/2262] Compiling Vapor Service.swift
[2163/2262] Compiling Vapor Application+Sessions.swift
[2164/2262] Compiling Vapor MemorySessions.swift
[2165/2262] Compiling Vapor Request+Session.swift
[2166/2262] Compiling Vapor Session.swift
[2167/2262] Compiling Vapor SessionCache.swift
[2168/2262] Compiling Vapor SessionData.swift
[2169/2262] Compiling Vapor SessionDriver.swift
[2170/2262] Compiling Vapor SessionsConfiguration.swift
[2171/2262] Compiling Vapor SessionsMiddleware.swift
[2172/2262] Compiling Vapor URLEncodedFormData.swift
[2173/2262] Compiling Vapor URLEncodedFormDecoder.swift
[2174/2262] Compiling Vapor URLEncodedFormEncoder.swift
[2175/2262] Compiling Vapor URLEncodedFormError.swift
[2176/2262] Compiling Vapor URLEncodedFormParser.swift
[2177/2262] Compiling Vapor URLEncodedFormSerializer.swift
[2178/2262] Compiling Vapor URLQueryFragmentConvertible.swift
[2179/2262] Compiling Vapor AnyResponse.swift
[2180/2262] Compiling Vapor Array+Random.swift
[2181/2262] Compiling Vapor Base32.swift
[2182/2262] Compiling Vapor Base64.swift
[2183/2262] Compiling Vapor BaseN.swift
[2184/2262] Compiling Vapor BasicCodingKey.swift
[2185/2262] Compiling Vapor ByteCount.swift
[2186/2262] Compiling Vapor HTTPStatus.swift
[2187/2262] Compiling Vapor HTTPCookies.swift
[2188/2262] Compiling Vapor HTTPHeaderCacheControl.swift
[2189/2262] Compiling Vapor HTTPHeaderExpires.swift
[2190/2262] Compiling Vapor HTTPHeaderLastModified.swift
[2191/2262] Compiling Vapor HTTPHeaders+Cache.swift
[2192/2262] Compiling Vapor HTTPHeaders+Connection.swift
[2193/2262] Compiling Vapor HTTPHeaders+ContentDisposition.swift
[2194/2262] Compiling Vapor HTTPHeaders+ContentRange.swift
[2195/2262] Compiling Vapor HTTPHeaders+Directive.swift
[2196/2262] Compiling Vapor HTTPHeaders+Forwarded.swift
[2197/2262] Compiling Vapor HTTPHeaders+Link.swift
[2198/2262] Compiling Vapor HTTPHeaders+Name.swift
[2199/2262] Compiling Vapor HTTPHeaders+ResponseCompression.swift
[2200/2262] Compiling Vapor HTTPHeaders.swift
[2201/2262] Compiling Vapor HTTPMediaType.swift
[2202/2262] Compiling Vapor HTTPMediaTypePreference.swift
[2203/2262] Compiling Vapor Responder.swift
[2204/2262] Compiling Vapor Application+HTTP+Server.swift
[2205/2262] Compiling Vapor HTTPServer.swift
[2206/2262] Compiling Vapor HTTPServerConfiguration+RequestDecompressionConfiguration.swift
[2207/2262] Compiling Vapor HTTPServerConfiguration+ResponseCompressionConfiguration.swift
[2208/2262] Compiling Vapor HTTPServerHandler.swift
[2209/2262] Compiling Vapor HTTPServerRequestDecoder.swift
[2210/2262] Compiling Vapor AsyncBasicResponder.swift
[2211/2262] Compiling Vapor AsyncMiddleware.swift
[2212/2262] Compiling Vapor AsyncPasswordHasher+Concurrency.swift
[2213/2262] Compiling Vapor AsyncSessionDriver.swift
[2214/2262] Compiling Vapor Authentication+Concurrency.swift
[2215/2262] Compiling Vapor Cache+Concurrency.swift
[2216/2262] Compiling Vapor Client+Concurrency.swift
[2217/2262] Compiling Vapor RequestBody+Concurrency.swift
[2218/2262] Compiling Vapor Responder+Concurrency.swift
[2219/2262] Compiling Vapor ResponseCodable+Concurrency.swift
[2220/2262] Compiling Vapor RoutesBuilder+Concurrency.swift
[2221/2262] Compiling Vapor ViewRenderer+Concurrency.swift
[2222/2262] Compiling Vapor WebSocket+Concurrency.swift
[2223/2262] Compiling Vapor ContainerGetPathExecutor.swift
[2224/2262] Compiling Vapor Content.swift
[2225/2262] Compiling Vapor ContentCoders.swift
[2226/2262] Compiling Vapor ContentConfiguration.swift
[2227/2262] Compiling Vapor ContentContainer.swift
[2228/2262] Compiling Vapor JSONCoder+Custom.swift
[2229/2262] Compiling Vapor JSONCoders+Content.swift
[2230/2262] Compiling Vapor PlaintextDecoder.swift
[2231/2262] Compiling Vapor PlaintextEncoder.swift
[2232/2262] Compiling Vapor URLQueryCoders.swift
[2233/2262] Compiling Vapor URLQueryContainer.swift
[2234/2262] Compiling Vapor Request+Body.swift
[2235/2262] Compiling Vapor Request+BodyStream.swift
[2236/2262] Compiling Vapor Request.swift
[2237/2262] Compiling Vapor Application+Responder.swift
[2238/2262] Compiling Vapor DefaultResponder.swift
[2239/2262] Compiling Vapor Response+Body.swift
[2240/2262] Compiling Vapor Response.swift
[2241/2262] Compiling Vapor ResponseCodable.swift
[2242/2262] Compiling Vapor Application+Routes.swift
[2243/2262] Compiling Vapor Parameters+Require.swift
[2244/2262] Compiling Vapor Request+WebSocket.swift
[2245/2262] Compiling Vapor Route.swift
[2246/2262] Compiling Vapor RouteCollection.swift
[2247/2262] Compiling Vapor Routes.swift
[2248/2262] Compiling Vapor RoutesBuilder+Group.swift
[2249/2262] Compiling Vapor RoutesBuilder+Method.swift
[2250/2262] Compiling Vapor RoutesBuilder+Middleware.swift
[2251/2262] Compiling Vapor RoutesBuilder+WebSocket.swift
[2252/2262] Compiling Vapor RoutesBuilder.swift
[2253/2262] Compiling Vapor OTP.swift
[2254/2262] Compiling Vapor Application+Servers.swift
[2255/2262] Compiling Vapor Server.swift
[2256/2262] Compiling Vapor App+Service.swift
[2257/2262] Compiling Vapor Req+Service.swift
[2258/2262] Emitting module Vapor
[2259/2263] Wrapping AST for Vapor for debugging
[2261/2279] Emitting module RelyingPartyServer
[2262/2281] Compiling RelyingPartyServer Application+Extension.swift
[2263/2281] Compiling RelyingPartyServer Data+Extension.swift
[2264/2281] Compiling RelyingPartyServer DateFormatter+Extension.swift
[2265/2281] Compiling RelyingPartyServer WellKnownMiddleware.swift
[2266/2281] Compiling RelyingPartyServer Authenticator.swift
[2267/2281] 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
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
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
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
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
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
84 | }
85 | }
[2268/2281] 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
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
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
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
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
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
84 | }
85 | }
[2269/2281] Compiling RelyingPartyServer ISVUserService.swift
[2270/2281] Compiling RelyingPartyServer UserService.swift
[2271/2281] Compiling RelyingPartyServer TokenService.swift
[2272/2281] Compiling RelyingPartyServer ISVAUserService.swift
[2273/2281] Compiling RelyingPartyServer Token.swift
[2274/2281] Compiling RelyingPartyServer User.swift
[2275/2281] Compiling RelyingPartyServer ISVWebAuthnService.swift
[2276/2281] Compiling RelyingPartyServer WebAuthnService.swift
[2277/2281] 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 | }
[2278/2281] 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 | }
[2279/2282] Wrapping AST for RelyingPartyServer for debugging
[2280/2282] Write Objects.LinkFileList
[2281/2282] Linking RelyingPartyServer
Build complete! (395.68s)
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"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.