Build Information
Successful build of hummingbird-websocket, reference main (e78532), with Swift 6.1 for Linux on 30 Nov 2025 11:18:15 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-websocket.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/hummingbird-project/hummingbird-websocket
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at e785329 Bump actions/checkout from 5 to 6 in the dependencies group (#116)
Cloned https://github.com/hummingbird-project/hummingbird-websocket.git
Revision (git rev-parse @):
e785329ed5150229f0b6ff0e471feea3f01f18cf
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-websocket.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/hummingbird-project/hummingbird-websocket.git
https://github.com/hummingbird-project/hummingbird-websocket.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.14.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "swift-websocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/swift-websocket.git"
},
{
"identity" : "swift-nio-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.22.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-extras.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
}
],
"manifest_display_name" : "hummingbird-websocket",
"name" : "hummingbird-websocket",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "HummingbirdWebSocket",
"targets" : [
"HummingbirdWebSocket"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdWSClient",
"targets" : [
"HummingbirdWSClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdWSCompression",
"targets" : [
"HummingbirdWSCompression"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdWSTesting",
"targets" : [
"HummingbirdWSTesting"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "WebsocketTest",
"targets" : [
"WebsocketTest"
],
"type" : {
"snippet" : null
}
},
{
"name" : "AutobahnServerTest",
"targets" : [
"AutobahnServerTest"
],
"type" : {
"snippet" : null
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "HummingbirdWebSocketTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWebSocketTests",
"path" : "Tests/HummingbirdWebSocketTests",
"product_dependencies" : [
"Hummingbird",
"HummingbirdTesting",
"HummingbirdTLS"
],
"sources" : [
"Certificates.swift",
"WebSocketExtensionTests.swift",
"WebSocketTests.swift"
],
"target_dependencies" : [
"HummingbirdWebSocket",
"HummingbirdWSClient",
"HummingbirdWSCompression",
"HummingbirdWSTesting"
],
"type" : "test"
},
{
"c99name" : "HummingbirdWebSocket",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWebSocket",
"path" : "Sources/HummingbirdWebSocket",
"product_dependencies" : [
"WSCore",
"Hummingbird",
"NIOHTTPTypes",
"NIOHTTPTypesHTTP1"
],
"product_memberships" : [
"HummingbirdWebSocket",
"WebsocketTest",
"AutobahnServerTest"
],
"sources" : [
"Exports.swift",
"HTTPServerBuilder+WebSocket.swift",
"NIOWebSocketServerUpgrade+ext.swift",
"Utils/SendableMetatype.swift",
"WebSocketChannel.swift",
"WebSocketRouter.swift",
"WebSocketServerConfiguration.swift"
],
"type" : "library"
},
{
"c99name" : "HummingbirdWSTesting",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWSTesting",
"path" : "Sources/HummingbirdWSTesting",
"product_dependencies" : [
"HummingbirdTesting"
],
"product_memberships" : [
"HummingbirdWSTesting",
"WebsocketTest",
"AutobahnServerTest"
],
"sources" : [
"TestClient+ws.swift"
],
"target_dependencies" : [
"HummingbirdWSClient"
],
"type" : "library"
},
{
"c99name" : "HummingbirdWSCompression",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWSCompression",
"path" : "Sources/HummingbirdWSCompression",
"product_dependencies" : [
"WSCompression"
],
"product_memberships" : [
"HummingbirdWSCompression",
"WebsocketTest",
"AutobahnServerTest"
],
"sources" : [
"Exports.swift"
],
"type" : "library"
},
{
"c99name" : "HummingbirdWSClient",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWSClient",
"path" : "Sources/HummingbirdWSClient",
"product_dependencies" : [
"WSClient"
],
"product_memberships" : [
"HummingbirdWSClient",
"HummingbirdWSTesting",
"WebsocketTest",
"AutobahnServerTest"
],
"sources" : [
"Exports.swift"
],
"type" : "library"
},
{
"c99name" : "WebsocketTest",
"module_type" : "SwiftTarget",
"name" : "WebsocketTest",
"path" : "Snippets",
"product_memberships" : [
"WebsocketTest"
],
"sources" : [
"WebsocketTest.swift"
],
"target_dependencies" : [
"HummingbirdWebSocket",
"HummingbirdWSTesting",
"HummingbirdWSCompression",
"HummingbirdWSClient"
],
"type" : "snippet"
},
{
"c99name" : "AutobahnServerTest",
"module_type" : "SwiftTarget",
"name" : "AutobahnServerTest",
"path" : "Snippets",
"product_memberships" : [
"AutobahnServerTest"
],
"sources" : [
"AutobahnServerTest.swift"
],
"target_dependencies" : [
"HummingbirdWebSocket",
"HummingbirdWSTesting",
"HummingbirdWSCompression",
"HummingbirdWSClient"
],
"type" : "snippet"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/hummingbird-project/swift-websocket.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/502] Fetching swift-websocket
[503/6828] Fetching swift-websocket, swift-nio-extras
[2971/32094] Fetching swift-websocket, swift-nio-extras, hummingbird
[11377/47382] Fetching swift-websocket, swift-nio-extras, hummingbird, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.36s)
[37082/41056] Fetching swift-websocket, hummingbird, swift-nio-ssl
Fetched https://github.com/hummingbird-project/swift-websocket.git from cache (2.29s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.32s)
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (2.33s)
Computing version for https://github.com/hummingbird-project/swift-websocket.git
Computed https://github.com/hummingbird-project/swift-websocket.git at 1.3.2 (2.96s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/swift-server/swift-service-lifecycle
Fetching https://github.com/adam-fowler/compress-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
[1/943] Fetching swift-http-types
[134/3511] Fetching swift-http-types, swift-service-lifecycle
[1818/6320] Fetching swift-http-types, swift-service-lifecycle, swift-nio-transport-services
[3370/11733] Fetching swift-http-types, swift-service-lifecycle, swift-nio-transport-services, swift-log
[6185/12376] Fetching swift-http-types, swift-service-lifecycle, swift-nio-transport-services, swift-log, compress-nio
Fetched https://github.com/apple/swift-http-types.git from cache (0.35s)
[9972/11433] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-log, compress-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.42s)
[1/80555] Fetching swift-nio
Fetched https://github.com/adam-fowler/compress-nio.git from cache (6.42s)
Fetched https://github.com/swift-server/swift-service-lifecycle from cache (6.42s)
Fetched https://github.com/apple/swift-log.git from cache (6.43s)
Fetched https://github.com/apple/swift-nio.git from cache (6.55s)
Computing version for https://github.com/adam-fowler/compress-nio.git
Computed https://github.com/adam-fowler/compress-nio.git at 1.4.2 (7.15s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.17.0 (0.80s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-atomics.git
[1/2487] Fetching swift-metrics
[2488/8053] Fetching swift-metrics, swift-distributed-tracing
[3880/22540] Fetching swift-metrics, swift-distributed-tracing, async-http-client
[3881/34258] Fetching swift-metrics, swift-distributed-tracing, async-http-client, swift-nio-http2
[9224/52572] Fetching swift-metrics, swift-distributed-tracing, async-http-client, swift-nio-http2, swift-collections
[10867/54392] Fetching swift-metrics, swift-distributed-tracing, async-http-client, swift-nio-http2, swift-collections, swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (1.07s)
Fetched https://github.com/apple/swift-metrics.git from cache (1.07s)
[31364/50085] Fetching swift-distributed-tracing, async-http-client, swift-nio-http2, swift-collections
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.07s)
[26332/44519] Fetching async-http-client, swift-nio-http2, swift-collections
Fetching https://github.com/apple/swift-async-algorithms.git
[34997/50306] Fetching async-http-client, swift-nio-http2, swift-collections, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.71s)
[37926/44519] Fetching async-http-client, swift-nio-http2, swift-collections
Fetched https://github.com/swift-server/async-http-client.git from cache (3.04s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.05s)
Fetched https://github.com/apple/swift-collections.git from cache (3.06s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (3.71s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.0 (0.75s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.64s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.1 (0.81s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.3.1 (1.20s)
Fetching https://github.com/apple/swift-service-context.git
[1/1162] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.24s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (1.02s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.01s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (1.00s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.90.1 (1.46s)
Fetching https://github.com/apple/swift-system.git
[1/5182] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.56s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (1.24s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.63s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.0 (0.84s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-certificates.git
[1/1663] Fetching swift-asn1
[201/2867] Fetching swift-asn1, swift-http-structured-headers
[2752/9893] Fetching swift-asn1, swift-http-structured-headers, swift-certificates
[2993/15934] Fetching swift-asn1, swift-http-structured-headers, swift-certificates, swift-algorithms
[5892/14271] Fetching swift-http-structured-headers, swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.34s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.34s)
[5020/13067] Fetching swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.64s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.64s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (1.25s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.42s)
Fetching https://github.com/apple/swift-numerics.git
[1/6384] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.43s)
Computing version for https://github.com/swift-server/swift-service-lifecycle
Computed https://github.com/swift-server/swift-service-lifecycle at 2.9.1 (1.05s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.61s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (2.29s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.52s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (2.18s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.16.0 (0.76s)
Fetching https://github.com/apple/swift-crypto.git
[1/17463] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (4.20s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (7.55s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.30.0 (3.21s)
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.0
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.17.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle
Working copy of https://github.com/swift-server/swift-service-lifecycle resolved at 2.9.1
Creating working copy for https://github.com/adam-fowler/compress-nio.git
Working copy of https://github.com/adam-fowler/compress-nio.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.31.0
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.39.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.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.26.0
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.1
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.16.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.90.1
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.3.1
Creating working copy for https://github.com/hummingbird-project/swift-websocket.git
Working copy of https://github.com/hummingbird-project/swift-websocket.git resolved at 1.3.2
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.5.1
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.36.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.30.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.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.6.0
Building for debugging...
[0/535] Compiling CCompressZlib empty.c
[1/535] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[2/535] Write sources
[3/535] Compiling _NumericsShims _NumericsShims.c
[3/535] Write sources
[6/535] Compiling _AtomicsShims.c
[7/535] Write sources
[54/535] Compiling CNIOWindows shim.c
[55/535] Compiling CNIOWindows WSAStartup.c
[56/535] Compiling CNIOWASI CNIOWASI.c
[57/535] Compiling CNIOSHA1 c_nio_sha1.c
[58/535] Write swift-version-24593BA9C3E375BF.txt
[59/535] Compiling CNIOPosix event_loop_id.c
[60/535] Compiling CNIOLinux shim.c
[61/539] Compiling a_octet.cc
[62/544] Compiling a_time.cc
[63/544] Compiling a_type.cc
[64/544] Compiling a_strex.cc
[65/544] Compiling a_strnid.cc
[67/585] Emitting module Logging
[68/585] Emitting module InternalCollectionsUtilities
[69/587] Emitting module _NIOBase64
[70/587] Compiling _NIOBase64 Base64.swift
[71/588] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[72/588] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[73/588] Compiling _NIODataStructures _TinyArray.swift
[75/588] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[76/588] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[77/590] Compiling _NIODataStructures PriorityQueue.swift
[78/591] Compiling ServiceContextModule ServiceContextKey.swift
[79/591] Emitting module ServiceContextModule
[80/591] Compiling ServiceContextModule ServiceContext.swift
[81/591] Compiling InternalCollectionsUtilities Debugging.swift
[82/591] Compiling InternalCollectionsUtilities Descriptions.swift
[83/591] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[84/591] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[85/592] Compiling InternalCollectionsUtilities _SortedCollection.swift
[86/592] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[87/592] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[88/592] Compiling InternalCollectionsUtilities UInt+reversed.swift
[89/592] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[91/592] Compiling RealModule RealFunctions.swift
[94/593] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[95/593] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[96/593] Compiling RealModule Float80+Real.swift
[97/593] Compiling RealModule Real.swift
[98/593] Emitting module RealModule
[99/593] Compiling HTTPTypes HTTPField.swift
[100/593] Compiling HTTPTypes HTTPFieldName.swift
[102/593] Compiling RealModule Float16+Real.swift
[107/594] Compiling RealModule RelaxedArithmetic.swift
[109/724] Compiling HTTPTypes ISOLatin1String.swift
[110/725] Emitting module Instrumentation
[111/725] Compiling Instrumentation NoOpInstrument.swift
[112/725] Compiling Instrumentation MultiplexInstrument.swift
[113/725] Compiling Instrumentation Instrument.swift
[114/725] Compiling Logging MetadataProvider.swift
[115/725] Compiling Logging Locks.swift
[116/725] Compiling _RopeModule BigString+Initializers.swift
[117/725] Compiling _RopeModule BigString+Insert.swift
[118/725] Compiling _RopeModule BigString+Managing Breaks.swift
[119/725] Compiling _RopeModule BigString+RemoveSubrange.swift
[120/725] Compiling _RopeModule BigString+ReplaceSubrange.swift
[121/725] Compiling _RopeModule BigString+Split.swift
[122/725] Compiling _RopeModule Range+BigString.swift
[123/732] Compiling _RopeModule BigString+UTF16View.swift
[124/732] Compiling _RopeModule BigString+UTF8View.swift
[125/732] Compiling _RopeModule Rope+_Storage.swift
[126/732] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[127/732] Compiling _RopeModule Rope+_UnsafeHandle.swift
[128/732] Compiling _RopeModule Rope.swift
[129/732] Compiling _RopeModule RopeElement.swift
[130/732] Compiling _NIODataStructures Heap.swift
[131/732] Emitting module _NIODataStructures
[132/733] Compiling Logging Logging.swift
[133/733] Compiling Logging LogHandler.swift
[134/734] Compiling Instrumentation Locks.swift
[135/734] Compiling Instrumentation InstrumentationSystem.swift
[136/735] Compiling HTTPTypes NIOLock.swift
[137/735] Compiling HTTPTypes HTTPParsedFields.swift
[138/735] Compiling HTTPTypes HTTPRequest+URL.swift
[142/735] Compiling _RopeModule BigString+Iterators.swift
[143/735] Compiling _RopeModule BigString+Metrics.swift
[144/735] Compiling _RopeModule BigString+Summary.swift
[145/735] Compiling _RopeModule BigString.swift
[146/735] Compiling _RopeModule BigString+UnicodeScalarView.swift
[147/735] Compiling _RopeModule BigSubstring+UTF16View.swift
[148/735] Compiling _RopeModule BigSubstring+UTF8View.swift
[149/735] Compiling _RopeModule BigSubstring+UnicodeScalarView.swift
[150/735] Compiling _RopeModule BigString+Chunk.swift
[151/735] Compiling _RopeModule BigString+BidirectionalCollection.swift
[152/735] Compiling _RopeModule BigString+Builder.swift
[153/735] Compiling _RopeModule BigString+Contents.swift
[154/735] Compiling _RopeModule BigString+Debugging.swift
[155/735] Compiling _RopeModule BigString+Index.swift
[156/735] Compiling _RopeModule BigString+Ingester.swift
[157/735] Compiling _RopeModule BigString+Invariants.swift
[158/735] Compiling HTTPTypes HTTPRequest.swift
[159/735] Compiling HTTPTypes HTTPResponse.swift
[160/735] Compiling _RopeModule BigString+Equatable.swift
[161/735] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[162/735] Compiling _RopeModule BigString+Hashing.swift
[163/735] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[164/735] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[165/735] Compiling _RopeModule BigString+Sequence.swift
[166/735] Compiling _RopeModule BigString+TextOutputStream.swift
[167/735] Compiling _RopeModule BigString+Append.swift
[168/738] Compiling _RopeModule BigSubstring.swift
[169/738] Compiling _RopeModule Rope+Builder.swift
[170/738] Compiling _RopeModule Rope+Debugging.swift
[171/738] Compiling _RopeModule Rope+Invariants.swift
[172/738] Compiling _RopeModule Rope+_Node.swift
[173/738] Compiling _RopeModule BigString+Comparable.swift
[174/738] Compiling _RopeModule BigString+CustomDebugStringConvertible.swift
[175/738] Compiling _RopeModule BigString+CustomStringConvertible.swift
[176/833] Compiling CoreMetrics Metrics.swift
[177/833] Compiling CoreMetrics Locks.swift
[178/833] Emitting module CoreMetrics
[179/834] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[180/834] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[181/836] Compiling c-atomics.c
[183/836] Compiling HashTreeCollections _HashTreeStatistics.swift
[184/836] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[185/836] Compiling HeapModule _HeapNode.swift
[186/836] Compiling HeapModule Heap.swift
[187/836] Compiling HeapModule Heap+Invariants.swift
[188/839] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[189/839] Compiling HeapModule Heap+Descriptions.swift
[190/839] Compiling HeapModule Heap+UnsafeHandle.swift
[191/846] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[192/846] Compiling HashTreeCollections _HashNode.swift
[193/846] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[194/846] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[195/846] Emitting module HeapModule
[197/847] Compiling DequeModule _DequeSlot.swift
[198/847] Compiling DequeModule _UnsafeWrappedBuffer.swift
[199/847] Compiling HashTreeCollections TreeSet+Hashable.swift
[200/847] Compiling HashTreeCollections TreeSet+Sendable.swift
[201/847] Compiling HashTreeCollections TreeSet+Sequence.swift
[202/847] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[203/847] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[204/847] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[205/847] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[206/847] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[207/847] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[208/847] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[209/857] Compiling Tracing NoOpTracer.swift
[210/857] Compiling Tracing TracingTime.swift
[213/857] Compiling HashTreeCollections _HashNode+Structural union.swift
[214/857] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[219/857] Emitting module Tracing
[220/860] Compiling HashTreeCollections _HashNodeHeader.swift
[221/860] Compiling HashTreeCollections _HashSlot.swift
[222/860] Compiling HashTreeCollections _HashStack.swift
[223/860] Compiling HashTreeCollections _HashTreeIterator.swift
[224/860] Compiling Tracing TracerProtocol.swift
[225/860] Compiling Tracing Tracer.swift
[226/860] Compiling Tracing TracerProtocol+Legacy.swift
[227/860] Compiling ConcurrencyHelpers LockedValueBox.swift
[228/860] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[229/860] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[230/860] Compiling HashTreeCollections TreeDictionary+Filter.swift
[231/860] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[232/860] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[233/860] Compiling HashTreeCollections TreeDictionary+Keys.swift
[234/860] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[235/860] Compiling HashTreeCollections TreeDictionary+Merge.swift
[236/860] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[237/860] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[238/860] Compiling HashTreeCollections TreeDictionary+Values.swift
[239/860] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[240/860] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[241/860] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[242/860] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[243/860] Compiling HashTreeCollections _HashNode+Structural merge.swift
[266/869] Emitting module ConcurrencyHelpers
[267/869] Compiling ConcurrencyHelpers Lock.swift
[268/870] Compiling Tracing InstrumentationSystem+Tracing.swift
[269/870] Compiling Tracing SpanProtocol.swift
[271/871] Emitting module DequeModule
[273/872] Emitting module OrderedCollections
[274/873] Compiling _RopeModule _CharacterRecognizer.swift
[275/873] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[276/873] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[277/873] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[278/873] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[279/873] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[280/873] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[281/873] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[282/873] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[283/873] Compiling HashTreeCollections TreeSet.swift
[283/873] Wrapping AST for _NIODataStructures for debugging
[286/876] Wrapping AST for Tracing for debugging
[287/876] Wrapping AST for _NIOBase64 for debugging
[289/876] Emitting module UnixSignals
[289/876] Wrapping AST for ServiceContextModule for debugging
[290/876] Wrapping AST for RealModule for debugging
[291/876] Wrapping AST for OrderedCollections for debugging
[292/876] Wrapping AST for Instrumentation for debugging
[293/876] Wrapping AST for Logging for debugging
[300/876] Compiling HashTreeCollections _UnsafePath.swift
[301/876] Compiling HashTreeCollections TreeDictionary+Codable.swift
[302/876] Compiling HashTreeCollections TreeDictionary+Collection.swift
[303/876] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[304/876] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[305/876] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[306/876] Compiling HashTreeCollections TreeDictionary.swift
[307/876] Compiling HashTreeCollections TreeSet+Codable.swift
[308/876] Compiling HashTreeCollections TreeSet+Collection.swift
[309/876] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[310/876] Compiling HashTreeCollections TreeSet+Debugging.swift
[311/876] Compiling HashTreeCollections TreeSet+Descriptions.swift
[312/876] Compiling HashTreeCollections TreeSet+Equatable.swift
[313/876] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[314/876] Compiling HashTreeCollections TreeSet+Extras.swift
[315/876] Compiling HashTreeCollections TreeSet+Filter.swift
[315/876] Wrapping AST for InternalCollectionsUtilities for debugging
[317/876] Compiling UnixSignals UnixSignalsSequence.swift
[317/876] Wrapping AST for DequeModule for debugging
[318/876] Wrapping AST for HeapModule for debugging
[320/876] Compiling UnixSignals UnixSignal.swift
[320/877] Compiling CNIOLinux liburing_shims.c
[321/877] Wrapping AST for CoreMetrics for debugging
[322/877] Compiling CNIOLLHTTP c_nio_http.c
[324/877] Wrapping AST for ConcurrencyHelpers for debugging
[326/877] Emitting module _RopeModule
[327/877] Emitting module Metrics
[328/877] Compiling Metrics Metrics.swift
[328/877] Compiling CNIOExtrasZlib empty.c
[329/878] Compiling CNIODarwin shim.c
[330/878] Compiling CNIOLLHTTP c_nio_api.c
[332/878] Compiling fiat_p256_adx_sqr.S
[333/878] Wrapping AST for UnixSignals for debugging
[334/878] Compiling fiat_p256_adx_mul.S
[335/878] Compiling fiat_curve25519_adx_mul.S
[336/878] Compiling fiat_curve25519_adx_square.S
[337/878] Compiling CNIOLLHTTP c_nio_llhttp.c
[338/878] Wrapping AST for Metrics for debugging
[339/878] Compiling CNIOBoringSSLShims shims.c
[341/878] Compiling _RopeModule Rope+Join.swift
[342/878] Compiling _RopeModule Rope+MutatingForEach.swift
[343/878] Compiling _RopeModule Rope+Remove.swift
[344/878] Compiling _RopeModule Rope+RemoveSubrange.swift
[345/878] Compiling _RopeModule Rope+Split.swift
[346/878] Compiling _RopeModule Optional Utilities.swift
[347/878] Compiling _RopeModule String Utilities.swift
[348/878] Compiling _RopeModule String.Index+ABI.swift
[350/878] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[351/878] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[352/878] Compiling HashTreeCollections _HashNode+Storage.swift
[353/878] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[354/878] Compiling HashTreeCollections _HashNode+Structural filter.swift
[355/878] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[372/878] Compiling HashTreeCollections _AncestorHashSlots.swift
[373/878] Compiling HashTreeCollections _Bitmap.swift
[374/878] Compiling HashTreeCollections _Bucket.swift
[375/878] Compiling HashTreeCollections _Hash.swift
[376/878] Compiling HashTreeCollections _HashLevel.swift
[377/878] Compiling HashTreeCollections _HashNode+Builder.swift
[378/878] Compiling HashTreeCollections _HashNode+Debugging.swift
[379/878] Compiling HashTreeCollections _HashNode+Initializers.swift
[380/878] Compiling HashTreeCollections _HashNode+Invariants.swift
[381/878] Compiling HashTreeCollections _HashNode+Lookups.swift
[382/878] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[383/878] Emitting module HTTPTypes
[386/878] Compiling HTTPTypes HTTPFields.swift
[437/880] Emitting module HashTreeCollections
[439/881] Wrapping AST for HTTPTypes for debugging
[440/881] Wrapping AST for _RopeModule for debugging
[441/881] Wrapping AST for HashTreeCollections for debugging
[442/881] Compiling tls_method.cc
[443/881] Compiling tls_record.cc
[444/881] Compiling tls13_enc.cc
[445/881] Compiling tls13_server.cc
[446/881] Compiling tls13_client.cc
[447/881] Compiling tls13_both.cc
[448/881] Compiling t1_enc.cc
[449/881] Compiling ssl_versions.cc
[450/881] Compiling ssl_x509.cc
[451/881] Compiling ssl_transcript.cc
[452/881] Compiling ssl_stat.cc
[453/881] Compiling ssl_session.cc
[454/881] Compiling ssl_privkey.cc
[455/881] Compiling ssl_file.cc
[456/881] Compiling ssl_key_share.cc
[457/881] Compiling ssl_cipher.cc
[458/881] Compiling ssl_lib.cc
[459/881] Compiling ssl_credential.cc
[460/881] Compiling ssl_cert.cc
[461/881] Compiling ssl_buffer.cc
[462/881] Compiling ssl_asn1.cc
[463/881] Compiling ssl_aead_ctx.cc
[464/881] Compiling s3_pkt.cc
[465/881] Compiling s3_lib.cc
[466/881] Compiling s3_both.cc
[467/881] Compiling handshake_client.cc
[468/881] Compiling handshake_server.cc
[469/881] Compiling handshake.cc
[470/881] Compiling handoff.cc
[471/881] Compiling encrypted_client_hello.cc
[472/881] Compiling dtls_record.cc
[473/881] Compiling extensions.cc
[474/881] Compiling md5-x86_64-linux.S
[475/881] Compiling md5-x86_64-apple.S
[476/881] Compiling md5-586-linux.S
[477/881] Compiling md5-586-apple.S
[478/881] Compiling chacha20_poly1305_x86_64-linux.S
[479/881] Compiling dtls_method.cc
[480/881] Compiling chacha20_poly1305_x86_64-apple.S
[481/881] Compiling chacha20_poly1305_armv8-win.S
[482/881] Compiling chacha20_poly1305_armv8-linux.S
[483/881] Compiling chacha20_poly1305_armv8-apple.S
[484/881] Compiling chacha-x86_64-linux.S
[485/881] Compiling d1_srtp.cc
[486/881] Compiling chacha-x86_64-apple.S
[487/881] Compiling d1_pkt.cc
[488/881] Compiling chacha-x86-linux.S
[489/881] Compiling err_data.cc
[490/881] Compiling chacha-x86-apple.S
[491/881] Compiling chacha-armv8-win.S
[492/881] Compiling chacha-armv8-apple.S
[493/881] Compiling chacha-armv8-linux.S
[494/881] Compiling aes128gcmsiv-x86_64-apple.S
[495/881] Compiling chacha-armv4-linux.S
[496/881] Compiling aes128gcmsiv-x86_64-linux.S
[497/881] Compiling x86_64-mont5-linux.S
[498/881] Compiling x86_64-mont5-apple.S
[499/881] Compiling x86-mont-apple.S
[500/881] Compiling x86_64-mont-apple.S
[501/881] Compiling x86-mont-linux.S
[502/881] Compiling x86_64-mont-linux.S
[503/881] Compiling bio_ssl.cc
[504/881] Compiling vpaes-x86_64-linux.S
[505/881] Compiling vpaes-x86_64-apple.S
[506/881] Compiling vpaes-armv8-win.S
[507/881] Compiling vpaes-x86-linux.S
[508/881] Compiling vpaes-x86-apple.S
[509/881] Compiling vpaes-armv8-apple.S
[510/881] Compiling vpaes-armv8-linux.S
[511/881] Compiling sha512-armv8-win.S
[512/881] Compiling sha512-x86_64-apple.S
[513/881] Compiling vpaes-armv7-linux.S
[514/881] Compiling sha512-x86_64-linux.S
[515/881] Compiling sha512-armv8-linux.S
[516/881] Compiling sha512-armv4-linux.S
[516/881] Compiling sha512-armv8-apple.S
[518/881] Compiling sha512-586-linux.S
[519/881] Compiling sha512-586-apple.S
[520/881] Compiling sha256-armv8-win.S
[521/881] Compiling d1_lib.cc
[522/881] Compiling sha256-x86_64-linux.S
[523/881] Compiling sha256-x86_64-apple.S
[524/881] Compiling sha256-armv8-linux.S
[525/881] Compiling sha256-armv8-apple.S
[526/881] Compiling sha256-armv4-linux.S
[527/881] Compiling sha1-armv8-linux.S
[528/881] Compiling sha256-586-linux.S
[529/881] Compiling sha256-586-apple.S
[530/881] Compiling sha1-x86_64-apple.S
[531/881] Compiling sha1-armv8-win.S
[532/881] Compiling sha1-x86_64-linux.S
[533/881] Compiling sha1-586-linux.S
[534/881] Compiling sha1-armv8-apple.S
[535/881] Compiling sha1-armv4-large-linux.S
[536/881] Compiling sha1-586-apple.S
[537/881] Compiling rdrand-x86_64-apple.S
[538/881] Compiling p256_beeu-x86_64-asm-apple.S
[539/881] Compiling rdrand-x86_64-linux.S
[540/881] Compiling rsaz-avx2-linux.S
[541/881] Compiling rsaz-avx2-apple.S
[542/881] Compiling p256_beeu-x86_64-asm-linux.S
[543/881] Compiling p256_beeu-armv8-asm-win.S
[544/881] Compiling p256_beeu-armv8-asm-apple.S
[545/881] Compiling p256-x86_64-asm-apple.S
[546/881] Compiling p256_beeu-armv8-asm-linux.S
[547/881] Compiling p256-armv8-asm-linux.S
[548/881] Compiling p256-x86_64-asm-linux.S
[549/881] Compiling p256-armv8-asm-win.S
[550/881] Compiling ghashv8-armv8-apple.S
[551/881] Compiling ghashv8-armv8-linux.S
[552/881] Compiling p256-armv8-asm-apple.S
[553/881] Compiling ghashv8-armv8-win.S
[554/881] Compiling ghashv8-armv7-linux.S
[555/881] Compiling ghash-x86_64-linux.S
[556/881] Compiling ghash-x86_64-apple.S
[557/881] Compiling ghash-x86-linux.S
[558/881] Compiling ghash-ssse3-x86_64-apple.S
[559/881] Compiling ghash-x86-apple.S
[560/881] Compiling ghash-ssse3-x86_64-linux.S
[561/881] Compiling ghash-ssse3-x86-linux.S
[562/881] Compiling ghash-neon-armv8-linux.S
[563/881] Compiling ghash-neon-armv8-win.S
[564/881] Compiling ghash-ssse3-x86-apple.S
[565/881] Compiling ghash-neon-armv8-apple.S
[566/881] Compiling ghash-armv4-linux.S
[567/881] Compiling co-586-linux.S
[568/881] Compiling bn-armv8-win.S
[569/881] Compiling bsaes-armv7-linux.S
[570/881] Compiling bn-armv8-linux.S
[571/881] Compiling co-586-apple.S
[572/881] Compiling bn-armv8-apple.S
[573/881] Compiling bn-586-linux.S
[574/881] Compiling bn-586-apple.S
[575/881] Compiling armv8-mont-linux.S
[576/881] Compiling armv4-mont-linux.S
[577/881] Compiling armv8-mont-win.S
[578/881] Compiling armv8-mont-apple.S
[579/881] Compiling aesv8-gcm-armv8-win.S
[580/881] Compiling aesv8-gcm-armv8-linux.S
[581/881] Compiling aesv8-gcm-armv8-apple.S
[582/881] Compiling aesv8-armv8-win.S
[583/881] Compiling aesv8-armv8-linux.S
[584/881] Compiling aesv8-armv8-apple.S
[585/881] Compiling aesv8-armv7-linux.S
[586/881] Compiling aesni-x86_64-linux.S
[587/881] Compiling aesni-x86_64-apple.S
[588/881] Compiling aesni-x86-linux.S
[589/881] Compiling d1_both.cc
[590/881] Compiling aesni-gcm-x86_64-linux.S
[590/881] Compiling aes-gcm-avx2-x86_64-linux.S
[592/881] Compiling aesni-x86-apple.S
[593/881] Compiling aesni-gcm-x86_64-apple.S
[594/881] Compiling aes-gcm-avx2-x86_64-apple.S
[595/881] Compiling aes-gcm-avx10-x86_64-apple.S
[596/881] Compiling aes-gcm-avx10-x86_64-linux.S
[597/881] Compiling x_sig.cc
[598/881] Compiling x_req.cc
[599/881] Compiling x_x509a.cc
[600/881] Compiling x_spki.cc
[601/881] Compiling x_x509.cc
[602/881] Compiling x_pubkey.cc
[603/881] Compiling x_name.cc
[604/881] Compiling x_val.cc
[605/881] Compiling x_algor.cc
[606/881] Compiling x_exten.cc
[607/881] Compiling x509cset.cc
[608/881] Compiling x509_vfy.cc
[609/881] Compiling x_attrib.cc
[610/881] Compiling x_crl.cc
[611/881] Compiling x509spki.cc
[612/881] Compiling x509name.cc
[613/881] Compiling x_all.cc
[614/881] Compiling x509_v3.cc
[615/881] Compiling x509rset.cc
[616/881] Compiling x509_vpm.cc
[617/881] Compiling x509_txt.cc
[618/881] Compiling x509_trs.cc
[619/881] Compiling x509_set.cc
[620/881] Compiling x509_req.cc
[621/881] Compiling x509_ext.cc
[622/881] Compiling x509_lu.cc
[623/881] Compiling x509_obj.cc
[624/881] Compiling x509_def.cc
[625/881] Compiling v3_skey.cc
[626/881] Compiling x509_d2.cc
[627/881] Compiling v3_pmaps.cc
[628/881] Compiling x509.cc
[629/881] Compiling x509_cmp.cc
[630/881] Compiling x509_att.cc
[631/881] Compiling v3_purp.cc
[632/881] Compiling v3_utl.cc
[633/881] Compiling v3_prn.cc
[634/881] Compiling v3_pcons.cc
[635/881] Compiling v3_ocsp.cc
[636/881] Compiling v3_int.cc
[637/881] Compiling v3_lib.cc
[638/881] Compiling v3_ncons.cc
[639/881] Compiling v3_info.cc
[640/881] Compiling v3_ia5.cc
[641/881] Compiling v3_genn.cc
[642/881] Compiling v3_extku.cc
[643/881] Compiling v3_enum.cc
[644/881] Compiling v3_crld.cc
[645/881] Compiling v3_cpols.cc
[646/881] Compiling v3_conf.cc
[647/881] Compiling v3_bitst.cc
[648/881] Compiling v3_alt.cc
[649/881] Compiling v3_bcons.cc
[650/881] Compiling v3_akeya.cc
[651/881] Compiling v3_akey.cc
[652/881] Compiling t_req.cc
[653/881] Compiling t_x509a.cc
[654/881] Compiling t_x509.cc
[655/881] Compiling t_crl.cc
[656/881] Compiling i2d_pr.cc
[657/881] Compiling rsa_pss.cc
[658/881] Compiling policy.cc
[659/881] Compiling name_print.cc
[660/881] Compiling by_file.cc
[661/881] Compiling by_dir.cc
[662/881] Compiling asn1_gen.cc
[663/881] Compiling algorithm.cc
[664/881] Compiling a_digest.cc
[665/881] Compiling a_verify.cc
[666/881] Compiling a_sign.cc
[667/881] Compiling thread_pthread.cc
[668/881] Compiling voprf.cc
[669/881] Compiling thread_win.cc
[670/881] Compiling trust_token.cc
[671/881] Compiling thread.cc
[672/881] Compiling thread_none.cc
[673/881] Compiling stack.cc
[674/881] Compiling sha512.cc
[675/881] Compiling pmbtoken.cc
[676/881] Compiling siphash.cc
[677/881] Compiling sha256.cc
[678/881] Compiling slhdsa.cc
[679/881] Compiling sha1.cc
[680/881] Compiling spake2plus.cc
[681/881] Compiling rsa_extra.cc
[682/881] Compiling rsa_print.cc
[683/881] Compiling refcount.cc
[684/881] Compiling rsa_crypt.cc
[685/881] Compiling rc4.cc
[686/881] Compiling windows.cc
[687/881] Compiling urandom.cc
[688/881] Compiling rsa_asn1.cc
[689/881] Compiling trusty.cc
[690/881] Compiling rand.cc
[691/881] Compiling ios.cc
[692/881] Compiling poly1305_arm_asm.S
[693/881] Compiling getentropy.cc
[694/881] Compiling forkunsafe.cc
[695/881] Compiling deterministic.cc
[696/881] Compiling passive.cc
[697/881] Compiling fork_detect.cc
[698/881] Compiling poly1305_vec.cc
[699/881] Compiling poly1305.cc
[700/881] Compiling poly1305_arm.cc
[701/881] Compiling pool.cc
[702/881] Compiling pkcs7.cc
[703/881] Compiling pkcs8.cc
[704/881] Compiling p5_pbev2.cc
[705/881] Compiling pem_xaux.cc
[706/881] Compiling pkcs7_x509.cc
[707/881] Compiling pkcs8_x509.cc
[708/881] Compiling pem_info.cc
[709/881] Compiling pem_x509.cc
[710/881] Compiling pem_pkey.cc
[711/881] Compiling mlkem.cc
[712/881] Compiling pem_oth.cc
[713/881] Compiling pem_pk8.cc
[714/881] Compiling mldsa.cc
[715/881] Compiling obj_xref.cc
[716/881] Compiling pem_lib.cc
[717/881] Compiling pem_all.cc
[718/881] Compiling obj.cc
[719/881] Compiling poly_rq_mul.S
[720/881] Compiling fips_shared_support.cc
[721/881] Compiling md4.cc
[722/881] Compiling mem.cc
[723/881] Compiling md5.cc
[724/881] Compiling lhash.cc
[725/881] Compiling hrss.cc
[726/881] Compiling sign.cc
[727/881] Compiling ex_data.cc
[728/881] Compiling scrypt.cc
[729/881] Compiling kyber.cc
[730/881] Compiling print.cc
[731/881] Compiling hpke.cc
[732/881] Compiling pbkdf.cc
[733/881] Compiling p_x25519.cc
[734/881] Compiling p_x25519_asn1.cc
[735/881] Compiling p_rsa.cc
[736/881] Compiling p_rsa_asn1.cc
[737/881] Compiling p_ed25519.cc
[738/881] Compiling p_hkdf.cc
[739/881] Compiling p_ec_asn1.cc
[740/881] Compiling p_ed25519_asn1.cc
[741/881] Compiling p_dh.cc
[742/881] Compiling p_ec.cc
[743/881] Compiling p_dh_asn1.cc
[744/881] Compiling evp_ctx.cc
[745/881] Compiling evp.cc
[746/881] Compiling p_dsa_asn1.cc
[747/881] Compiling err.cc
[748/881] Compiling engine.cc
[749/881] Compiling ecdh.cc
[750/881] Compiling ec_derive.cc
[751/881] Compiling evp_asn1.cc
[752/881] Compiling ecdsa_asn1.cc
[753/881] Compiling hash_to_curve.cc
[754/881] Compiling dsa.cc
[755/881] Compiling ec_asn1.cc
[756/881] Compiling params.cc
[757/881] Compiling dsa_asn1.cc
[758/881] Compiling x25519-asm-arm.S
[759/881] Compiling des.cc
[760/881] Compiling dh_asn1.cc
[761/881] Compiling digest_extra.cc
[762/881] Compiling crypto.cc
[763/881] Compiling cpu_intel.cc
[764/881] Compiling spake25519.cc
[765/881] Compiling curve25519.cc
[766/881] Compiling cpu_arm_linux.cc
[767/881] Compiling cpu_arm_freebsd.cc
[768/881] Compiling cpu_aarch64_win.cc
[769/881] Compiling cpu_aarch64_sysreg.cc
[770/881] Compiling conf.cc
[771/881] Compiling cpu_aarch64_fuchsia.cc
[772/881] Compiling cpu_aarch64_linux.cc
[773/881] Compiling cpu_aarch64_openbsd.cc
[774/881] Compiling bcm.cc
[775/881] Compiling cpu_aarch64_apple.cc
[776/881] Compiling get_cipher.cc
[777/881] Compiling curve25519_64_adx.cc
[778/881] Compiling e_chacha20poly1305.cc
[779/881] Compiling tls_cbc.cc
[780/881] Compiling e_rc4.cc
[781/881] Compiling e_tls.cc
[782/881] Compiling e_rc2.cc
[783/881] Compiling e_null.cc
[784/881] Compiling e_des.cc
[785/881] Compiling e_aesgcmsiv.cc
[786/881] Compiling e_aesctrhmac.cc
[787/881] Compiling derive_key.cc
[788/881] Compiling chacha.cc
[789/881] Compiling buf.cc
[790/881] Compiling convert.cc
[791/881] Compiling ber.cc
[792/881] Compiling unicode.cc
[793/881] Compiling blake2.cc
[794/881] Compiling cbb.cc
[795/881] Compiling asn1_compat.cc
[796/881] Compiling cbs.cc
[797/881] Compiling socket.cc
[798/881] Compiling socket_helper.cc
[799/881] Compiling bn_asn1.cc
[800/881] Compiling printf.cc
[801/881] Compiling fd.cc
[802/881] Compiling pair.cc
[803/881] Compiling hexdump.cc
[804/881] Compiling file.cc
[805/881] Compiling errno.cc
[806/881] Compiling tasn_utl.cc
[807/881] Compiling base64.cc
[808/881] Compiling connect.cc
[809/881] Compiling bio_mem.cc
[810/881] Compiling bio.cc
[811/881] Compiling tasn_typ.cc
[812/881] Compiling tasn_new.cc
[813/881] Compiling asn1_par.cc
[814/881] Compiling tasn_fre.cc
[815/881] Compiling tasn_enc.cc
[816/881] Compiling posix_time.cc
[817/881] Compiling asn1_lib.cc
[818/881] Compiling f_int.cc
[819/881] Compiling f_string.cc
[820/881] Compiling asn_pack.cc
[821/881] Compiling a_int.cc
[822/881] Compiling tasn_dec.cc
[823/881] Compiling a_d2i_fp.cc
[824/881] Compiling a_i2d_fp.cc
[825/881] Compiling a_dup.cc
[826/881] Write sources
[827/881] Compiling a_utctm.cc
[827/881] Write sources
[833/934] Compiling a_object.cc
[834/934] Compiling a_gentm.cc
[835/935] Compiling a_mbstr.cc
[836/952] Compiling a_bitstr.cc
[838/1026] Compiling Algorithms Keyed.swift
[839/1026] Compiling Algorithms MinMax.swift
[840/1026] Compiling Algorithms FlattenCollection.swift
[841/1026] Compiling Algorithms Grouped.swift
[842/1028] Compiling Algorithms RandomSample.swift
[843/1028] Compiling Algorithms Reductions.swift
[844/1028] Compiling Algorithms Indexed.swift
[845/1028] Compiling Algorithms Intersperse.swift
[846/1028] Compiling Algorithms Joined.swift
[854/1035] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[855/1035] Compiling AsyncAlgorithms AsyncChannel.swift
[856/1035] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[857/1035] Compiling AsyncAlgorithms ChannelStateMachine.swift
[858/1035] Compiling AsyncAlgorithms ChannelStorage.swift
[859/1035] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[860/1035] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[860/1035] Compiling a_bool.cc
[862/1035] Compiling Atomics IntegerOperations.swift
[863/1035] Compiling Atomics Unmanaged extensions.swift
[864/1035] Emitting module BitCollections
[865/1035] Compiling Algorithms EitherSequence.swift
[866/1035] Compiling Algorithms FirstNonNil.swift
[868/1035] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[869/1035] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[870/1035] Compiling AsyncAlgorithms Rethrow.swift
[871/1035] Compiling AsyncAlgorithms DebounceStorage.swift
[872/1035] Compiling AsyncAlgorithms Dictionary.swift
[873/1035] Compiling AsyncAlgorithms _TinyArray.swift
[874/1035] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[875/1035] Compiling AsyncAlgorithms Locking.swift
[876/1035] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[877/1035] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[878/1035] Compiling BitCollections BitSet+SetAlgebra basics.swift
[879/1035] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[880/1035] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[881/1035] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[882/1035] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[883/1035] Compiling AsyncAlgorithms CombineLatestStorage.swift
[884/1035] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[885/1035] Compiling AsyncAlgorithms DebounceStateMachine.swift
[886/1035] Compiling AsyncAlgorithms MergeStateMachine.swift
[887/1035] Compiling AsyncAlgorithms MergeStorage.swift
[888/1035] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[889/1035] Compiling Algorithms AdjacentPairs.swift
[890/1035] Compiling Algorithms Chain.swift
[891/1035] Compiling Algorithms Chunked.swift
[892/1035] Compiling Algorithms Combinations.swift
[893/1035] Compiling Algorithms Compacted.swift
[894/1035] Compiling Algorithms Cycle.swift
[900/1035] Compiling Algorithms Split.swift
[901/1035] Compiling Algorithms Stride.swift
[902/1035] Compiling Algorithms Suffix.swift
[903/1038] Compiling BitCollections BitSet.Index.swift
[904/1038] Compiling BitCollections BitSet._UnsafeHandle.swift
[905/1038] Compiling BitCollections BitSet.swift
[906/1038] Compiling BitCollections Range+Utilities.swift
[907/1038] Compiling BitCollections Slice+Utilities.swift
[908/1038] Compiling BitCollections UInt+Tricks.swift
[909/1038] Compiling BitCollections _Word.swift
[920/1044] Compiling Algorithms Permutations.swift
[921/1044] Compiling Algorithms Product.swift
[935/1045] Compiling Algorithms Trim.swift
[936/1045] Compiling Algorithms Unique.swift
[937/1045] Compiling Algorithms Windows.swift
[942/1047] Wrapping AST for BitCollections for debugging
[944/1047] Compiling Collections Collections.swift
[945/1047] Emitting module Collections
[971/1048] Wrapping AST for Collections for debugging
[973/1048] Emitting module AsyncAlgorithms
[987/1048] Emitting module Atomics
[1001/1049] Wrapping AST for Atomics for debugging
[1002/1049] Compiling c-nioatomics.c
[1004/1049] Compiling AsyncAlgorithms SetAlgebra.swift
[1005/1049] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1006/1049] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1007/1049] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1008/1049] Compiling AsyncAlgorithms ZipStateMachine.swift
[1009/1049] Compiling AsyncAlgorithms ZipStorage.swift
[1010/1056] Wrapping AST for AsyncAlgorithms for debugging
[1012/1056] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1013/1064] Compiling NIOConcurrencyHelpers NIOLock.swift
[1014/1064] Compiling NIOConcurrencyHelpers lock.swift
[1015/1064] Emitting module ServiceLifecycle
[1016/1064] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1017/1065] Emitting module Algorithms
[1018/1066] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1019/1066] Compiling NIOConcurrencyHelpers atomics.swift
[1020/1066] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1021/1066] Emitting module NIOConcurrencyHelpers
[1022/1066] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1025/1067] Compiling ServiceLifecycle CancellationWaiter.swift
[1026/1067] Compiling ServiceLifecycle GracefulShutdown.swift
[1027/1067] Compiling ServiceLifecycle ServiceRunnerError.swift
[1027/1067] Wrapping AST for Algorithms for debugging
[1028/1067] Wrapping AST for NIOConcurrencyHelpers for debugging
[1030/1130] Compiling ServiceLifecycle Service.swift
[1031/1130] Compiling ServiceLifecycle ServiceGroup.swift
[1032/1131] Wrapping AST for ServiceLifecycle for debugging
[1034/1131] Compiling NIOCore NIOCoreSendableMetatype.swift
[1035/1131] Compiling NIOCore NIODecodedAsyncSequence.swift
[1036/1131] Compiling NIOCore NIOLoopBound.swift
[1037/1131] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1038/1131] Compiling NIOCore NIOScheduledCallback.swift
[1039/1131] Compiling NIOCore NIOSendable.swift
[1040/1131] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[1041/1131] Compiling NIOCore RecvByteBufferAllocator.swift
[1042/1139] Compiling NIOCore IPProtocol.swift
[1043/1139] Compiling NIOCore IntegerBitPacking.swift
[1044/1139] Compiling NIOCore IntegerTypes.swift
[1045/1139] Compiling NIOCore Interfaces.swift
[1046/1139] Compiling NIOCore Linux.swift
[1047/1139] Compiling NIOCore MarkedCircularBuffer.swift
[1048/1139] Compiling NIOCore MulticastChannel.swift
[1049/1139] Compiling NIOCore NIOAny.swift
[1050/1139] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1051/1139] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1052/1139] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1053/1139] Compiling NIOCore EventLoopFuture.swift
[1054/1139] Compiling NIOCore FileDescriptor.swift
[1055/1139] Compiling NIOCore FileHandle.swift
[1056/1139] Compiling NIOCore FileRegion.swift
[1057/1139] Compiling NIOCore GlobalSingletons.swift
[1058/1139] Compiling NIOCore IO.swift
[1059/1139] Compiling NIOCore IOData.swift
[1060/1139] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1061/1139] Compiling NIOCore SocketAddresses.swift
[1062/1139] Compiling NIOCore SocketOptionProvider.swift
[1063/1139] Compiling NIOCore SystemCallHelpers.swift
[1064/1139] Compiling NIOCore TimeAmount+Duration.swift
[1065/1139] Compiling NIOCore TypeAssistedChannelHandler.swift
[1066/1139] Compiling NIOCore UniversalBootstrapSupport.swift
[1067/1139] Compiling NIOCore Utilities.swift
[1068/1139] Compiling NIOCore CircularBuffer.swift
[1069/1139] Compiling NIOCore Codec.swift
[1070/1139] Compiling NIOCore ConvenienceOptionSupport.swift
[1071/1139] Compiling NIOCore DeadChannel.swift
[1072/1139] Compiling NIOCore DispatchQueue+WithFuture.swift
[1073/1139] Compiling NIOCore EventLoop+Deprecated.swift
[1074/1139] Compiling NIOCore EventLoop+SerialExecutor.swift
[1075/1139] Compiling NIOCore EventLoop.swift
[1076/1139] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1077/1139] Compiling NIOCore AddressedEnvelope.swift
[1078/1139] Compiling NIOCore AsyncAwaitSupport.swift
[1079/1139] Compiling NIOCore AsyncChannel.swift
[1080/1139] Compiling NIOCore AsyncChannelHandler.swift
[1081/1139] Compiling NIOCore AsyncChannelInboundStream.swift
[1082/1139] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1083/1139] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1084/1139] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1085/1139] Compiling NIOCore NIOAsyncWriter.swift
[1086/1139] Compiling NIOCore ByteBuffer-multi-int.swift
[1087/1139] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1088/1139] Compiling NIOCore ByteBuffer-views.swift
[1089/1139] Compiling NIOCore Channel.swift
[1090/1139] Compiling NIOCore ChannelHandler.swift
[1091/1139] Compiling NIOCore ChannelHandlers.swift
[1092/1139] Compiling NIOCore ChannelInvoker.swift
[1093/1139] Compiling NIOCore ChannelOption.swift
[1094/1139] Compiling NIOCore ChannelPipeline.swift
[1095/1139] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1096/1139] Compiling NIOCore BSDSocketAPI.swift
[1097/1139] Compiling NIOCore ByteBuffer-aux.swift
[1098/1139] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1099/1139] Compiling NIOCore ByteBuffer-conversions.swift
[1100/1139] Compiling NIOCore ByteBuffer-core.swift
[1101/1139] Compiling NIOCore ByteBuffer-hex.swift
[1102/1139] Compiling NIOCore ByteBuffer-int.swift
[1103/1139] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1104/1139] Emitting module NIOCore
[1105/1144] Wrapping AST for NIOCore for debugging
[1107/1205] Compiling CompressNIO CompressionAlgorithm.swift
[1108/1205] Compiling CompressNIO Compressor.swift
[1109/1206] Compiling CompressNIO Error.swift
[1110/1206] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[1111/1206] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1112/1206] Compiling CompressNIO ZlibWrapper.swift
[1113/1206] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[1114/1206] Compiling CompressNIO Zlib.swift
[1115/1206] Emitting module CompressNIO
[1116/1206] Compiling NIOPosix Bootstrap.swift
[1117/1206] Compiling NIOPosix ControlMessage.swift
[1118/1207] Wrapping AST for CompressNIO for debugging
[1120/1207] Emitting module NIOEmbedded
[1121/1207] Compiling NIOEmbedded AsyncTestingChannel.swift
[1122/1207] Compiling NIOEmbedded Embedded.swift
[1123/1208] Wrapping AST for NIOEmbedded for debugging
[1125/1208] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1126/1208] Emitting module NIOHTTPTypes
[1127/1209] Wrapping AST for NIOHTTPTypes for debugging
[1129/1209] Compiling NIOPosix Pool.swift
[1130/1209] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1131/1209] Compiling NIOPosix PosixSingletons.swift
[1132/1209] Compiling NIOPosix RawSocketBootstrap.swift
[1133/1209] Compiling NIOPosix Resolver.swift
[1134/1209] Compiling NIOPosix Selectable.swift
[1135/1209] Compiling NIOPosix SelectableChannel.swift
[1136/1215] Compiling NIOPosix SelectableEventLoop.swift
[1137/1215] Compiling NIOPosix SelectorEpoll.swift
[1138/1215] Compiling NIOPosix SelectorGeneric.swift
[1139/1215] Compiling NIOPosix SelectorKqueue.swift
[1140/1215] Compiling NIOPosix SelectorUring.swift
[1141/1215] Compiling NIOPosix SelectorWSAPoll.swift
[1142/1215] Compiling NIOPosix ServerSocket.swift
[1143/1215] Compiling NIOPosix Socket.swift
[1144/1215] Compiling NIOPosix SocketChannel.swift
[1145/1215] Compiling NIOPosix SocketProtocols.swift
[1146/1215] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1147/1215] Compiling NIOPosix System.swift
[1148/1215] Compiling NIOPosix Thread.swift
[1149/1215] Compiling NIOPosix ThreadPosix.swift
[1150/1215] Compiling NIOPosix ThreadWindows.swift
[1151/1215] Compiling NIOPosix UnsafeTransfer.swift
[1152/1215] Compiling NIOPosix Utilities.swift
[1153/1215] Compiling NIOPosix VsockAddress.swift
[1154/1215] Compiling NIOPosix VsockChannelEvents.swift
[1155/1215] Compiling NIOPosix Windows.swift
[1156/1215] Compiling NIOPosix BSDSocketAPICommon.swift
[1157/1215] Compiling NIOPosix BSDSocketAPIPosix.swift
[1158/1215] Compiling NIOPosix BSDSocketAPIWindows.swift
[1159/1215] Compiling NIOPosix BaseSocket.swift
[1160/1215] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1161/1215] Compiling NIOPosix BaseSocketChannel.swift
[1162/1215] Compiling NIOPosix BaseStreamSocketChannel.swift
[1163/1215] Emitting module NIOPosix
[1166/1215] Compiling NIOPosix DatagramVectorReadManager.swift
[1167/1215] Compiling NIOPosix Errors+Any.swift
[1168/1215] Compiling NIOPosix FileDescriptor.swift
[1169/1215] Compiling NIOPosix GetaddrinfoResolver.swift
[1170/1215] Compiling NIOPosix HappyEyeballs.swift
[1171/1215] Compiling NIOPosix IO.swift
[1172/1215] Compiling NIOPosix IntegerBitPacking.swift
[1173/1215] Compiling NIOPosix IntegerTypes.swift
[1174/1215] Compiling NIOPosix Linux.swift
[1175/1215] Compiling NIOPosix LinuxCPUSet.swift
[1176/1215] Compiling NIOPosix LinuxUring.swift
[1177/1215] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1178/1215] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1179/1215] Compiling NIOPosix NIOThreadPool.swift
[1180/1215] Compiling NIOPosix NonBlockingFileIO.swift
[1181/1215] Compiling NIOPosix PendingDatagramWritesManager.swift
[1182/1215] Compiling NIOPosix PendingWritesManager.swift
[1183/1215] Compiling NIOPosix PipeChannel.swift
[1184/1215] Compiling NIOPosix PipePair.swift
[1185/1216] Wrapping AST for NIOPosix for debugging
[1187/1218] Emitting module NIO
[1188/1218] Compiling NIO Exports.swift
[1189/1219] Wrapping AST for NIO for debugging
[1191/1258] Compiling NIOTLS TLSEvents.swift
[1192/1258] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1193/1258] Emitting module NIOTLS
[1194/1258] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1195/1258] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1196/1258] Compiling NIOSOCKS ClientStateMachine.swift
[1197/1258] Compiling NIOSOCKS SOCKSResponse.swift
[1198/1259] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1199/1259] Compiling NIOHTTP1 HTTPDecoder.swift
[1200/1259] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1201/1259] Emitting module NIOSOCKS
[1202/1259] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1203/1259] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1204/1259] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1205/1259] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1206/1259] Compiling NIOSOCKS ServerStateMachine.swift
[1207/1259] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1208/1259] Compiling NIOTLS SNIHandler.swift
[1209/1260] Compiling NIOHTTP1 HTTPEncoder.swift
[1210/1260] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1211/1260] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1212/1260] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1213/1260] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1214/1260] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1217/1263] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1218/1263] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1219/1263] Emitting module NIOHTTP1
[1219/1263] Wrapping AST for NIOSOCKS for debugging
[1220/1263] Wrapping AST for NIOTLS for debugging
[1222/1292] Emitting module NIOFoundationCompat
[1223/1292] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1224/1293] Compiling NIOSSL AndroidCABundle.swift
[1225/1293] Compiling NIOSSL ByteBufferBIO.swift
[1226/1293] Compiling NIOSSL ObjectIdentifier.swift
[1227/1293] Compiling NIOSSL PosixPort.swift
[1228/1293] Wrapping AST for NIOFoundationCompat for debugging
[1230/1315] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1231/1315] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1232/1315] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1233/1315] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1234/1315] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1235/1315] Compiling NIOTransportServices NIOTSErrors.swift
[1236/1315] Compiling NIOTransportServices AcceptHandler.swift
[1237/1315] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1238/1315] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1239/1317] Compiling NIOTransportServices NIOTSBootstraps.swift
[1242/1317] Emitting module NIOTransportServices
[1243/1317] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1244/1317] Compiling NIOTransportServices NIOTSSingletons.swift
[1245/1317] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1248/1317] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1251/1317] Compiling NIOTransportServices NIOTSEventLoop.swift
[1252/1317] Compiling NIOTransportServices StateManagedChannel.swift
[1253/1317] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1254/1317] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1255/1317] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1256/1317] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1257/1317] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1258/1317] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1259/1317] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1260/1318] Wrapping AST for NIOTransportServices for debugging
[1265/1333] Wrapping AST for NIOHTTP1 for debugging
[1267/1369] Emitting module NIOSSL
[1268/1373] Compiling NIOHPACK DynamicHeaderTable.swift
[1269/1373] Compiling NIOHPACK HPACKDecoder.swift
[1270/1373] Compiling NIOHPACK HPACKHeader.swift
[1271/1373] Compiling NIOHPACK HeaderTables.swift
[1272/1373] Emitting module NIOHTTPTypesHTTP1
[1273/1373] Compiling NIOWebSocket WebSocketOpcode.swift
[1277/1374] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1278/1374] Compiling NIOSSL SubjectAlternativeName.swift
[1279/1374] Compiling NIOSSL NIOSSLSecureBytes.swift
[1280/1374] Compiling NIOSSL RNG.swift
[1281/1374] Compiling NIOSSL SafeCompare.swift
[1282/1374] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1283/1374] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1284/1374] Compiling NIOHPACK HPACKEncoder.swift
[1285/1374] Compiling NIOHPACK HPACKErrors.swift
[1286/1374] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1287/1374] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1288/1374] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1289/1374] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1290/1374] Compiling NIOExtras NIOExtrasError.swift
[1291/1376] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1292/1376] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1293/1376] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1294/1376] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1297/1377] Compiling NIOHPACK IndexedHeaderTable.swift
[1298/1377] Compiling NIOHPACK IntegerCoding.swift
[1299/1377] Compiling NIOHPACK HuffmanTables.swift
[1300/1377] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1301/1377] Compiling NIOExtras NIORequestIdentifiable.swift
[1302/1377] Compiling NIOHPACK HuffmanCoding.swift
[1303/1377] Compiling NIOExtras RequestResponseHandler.swift
[1304/1377] Compiling NIOExtras RequestResponseHandlers+State.swift
[1305/1377] Compiling NIOExtras PCAPRingBuffer.swift
[1306/1377] Compiling NIOExtras QuiescingHelper.swift
[1311/1377] Compiling NIOHTTPCompression HTTPCompression.swift
[1312/1377] Emitting module NIOHTTPCompression
[1313/1377] Compiling NIOHTTPCompression HTTPDecompression.swift
[1314/1377] Compiling NIOHPACK StaticHeaderTable.swift
[1315/1377] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1316/1377] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1319/1378] Emitting module NIOWebSocket
[1320/1378] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1321/1378] Emitting module NIOHPACK
[1324/1380] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1325/1380] Compiling NIOWebSocket WebSocketFrame.swift
[1328/1381] Wrapping AST for NIOHTTPTypesHTTP1 for debugging
[1330/1381] Compiling NIOExtras JSONRPCFraming.swift
[1335/1381] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1336/1381] Compiling NIOExtras WritePCAPHandler.swift
[1343/1381] Compiling NIOSSL Zeroization.swift
[1344/1381] Compiling NIOSSL TLSConfiguration.swift
[1345/1381] Compiling NIOSSL UniversalBootstrapSupport.swift
[1346/1381] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1356/1382] Emitting module NIOExtras
[1356/1382] Wrapping AST for NIOHTTPCompression for debugging
[1358/1382] Wrapping AST for NIOHPACK for debugging
[1359/1382] Wrapping AST for NIOWebSocket for debugging
[1360/1441] Wrapping AST for NIOSSL for debugging
[1362/1457] Compiling NIOHTTP2 MaySendFrames.swift
[1363/1457] Compiling NIOHTTP2 SendingDataState.swift
[1364/1457] Emitting module WSCore
[1365/1458] Compiling WSCore WebSocketStateMachine.swift
[1366/1458] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1367/1458] Compiling NIOHTTP2 SendingRstStreamState.swift
[1368/1458] Compiling NIOHTTP2 SendingGoawayState.swift
[1369/1458] Compiling NIOHTTP2 SendingHeadersState.swift
[1370/1458] Compiling NIOHTTP2 ConnectionStreamsState.swift
[1371/1458] Compiling NIOHTTP2 MayReceiveFrames.swift
[1372/1458] Compiling NIOHTTP2 ReceivingDataState.swift
[1373/1458] Compiling NIOHTTP2 ReceivingGoAwayState.swift
[1374/1458] Emitting module NIOHTTP2
[1375/1466] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1376/1466] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1377/1467] Wrapping AST for NIOExtras for debugging
[1379/1492] Compiling HummingbirdCore ResponseBodyWriter.swift
[1380/1492] Compiling HummingbirdCore ResponseWriter.swift
[1381/1492] Compiling HummingbirdCore Response.swift
[1382/1492] Compiling HummingbirdCore ResponseBody.swift
[1384/1493] Compiling HummingbirdCore ServerConfiguration.swift
[1385/1493] Compiling HummingbirdCore TSTLSOptions.swift
[1386/1493] Compiling HummingbirdCore AnyAsyncSequence.swift
[1386/1496] Wrapping AST for WSCore for debugging
[1390/1505] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[1391/1505] Compiling HummingbirdCore BindAddress.swift
[1392/1509] Compiling WSClient WebSocketClientConfiguration.swift
[1393/1510] Compiling HummingbirdCore HTTP1Channel.swift
[1394/1510] Compiling HummingbirdCore HTTPChannelHandler.swift
[1395/1510] Compiling HummingbirdCore HTTPServerBuilder.swift
[1396/1510] Compiling HummingbirdCore HTTPUserEventHandler.swift
[1397/1510] Compiling HummingbirdCore Server.swift
[1398/1510] Compiling HummingbirdCore ServerChildChannel.swift
[1399/1510] Compiling WSClient TSTLSOptions.swift
[1400/1510] Compiling WSClient URI.swift
[1401/1510] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1402/1510] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1403/1510] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1404/1510] Compiling NIOHTTP2 StreamChannelList.swift
[1405/1510] Compiling NIOHTTP2 StreamMap.swift
[1406/1510] Compiling NIOHTTP2 StreamStateMachine.swift
[1407/1510] Compiling NIOHTTP2 UnsafeTransfer.swift
[1408/1510] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1409/1510] Emitting module WSClient
[1410/1510] Compiling WSClient ClientChannel.swift
[1411/1510] Compiling WSClient ClientConnection.swift
[1412/1510] Compiling WSClient WebSocketClientError.swift
[1417/1510] Compiling HummingbirdCore SendableMetatype.swift
[1418/1510] Compiling HummingbirdCore String+percentEncode.swift
[1419/1510] Compiling HummingbirdCore UnsafeTransfer.swift
[1420/1510] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1421/1510] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1422/1510] Compiling NIOHTTP2 HTTP2StreamID.swift
[1423/1510] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1424/1510] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1425/1510] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1426/1510] Compiling NIOHTTP2 InboundEventBuffer.swift
[1427/1510] Compiling NIOHTTP2 InboundWindowManager.swift
[1428/1510] Compiling WSClient WebSocketClient.swift
[1429/1510] Compiling WSClient Exports.swift
[1430/1510] Compiling WSClient WebSocketClientChannel.swift
[1433/1510] Compiling WSClient Parser.swift
[1434/1510] Compiling WSClient TLSClientChannel.swift
[1435/1510] Emitting module HummingbirdCore
[1436/1510] Compiling WSCompression PerMessageDeflateExtension.swift
[1437/1510] Emitting module WSCompression
[1438/1510] Compiling HummingbirdCore FlatDictionary.swift
[1439/1510] Compiling HummingbirdCore HBParser.swift
[1440/1510] Compiling HummingbirdCore OutputBuffer.swift
[1472/1513] Wrapping AST for WSClient for debugging
[1473/1513] Wrapping AST for WSCompression for debugging
[1474/1515] Wrapping AST for HummingbirdCore for debugging
[1476/1581] Compiling HummingbirdWSCompression Exports.swift
[1477/1581] Emitting module HummingbirdWSCompression
[1479/1582] Compiling HummingbirdWSClient Exports.swift
[1480/1582] Emitting module HummingbirdWSClient
[1480/1583] Wrapping AST for HummingbirdWSCompression for debugging
[1482/1583] Wrapping AST for HummingbirdWSClient for debugging
[1484/1583] Compiling Hummingbird CORSMiddleware.swift
[1485/1583] Compiling Hummingbird FileMiddleware.swift
[1486/1583] Compiling Hummingbird LogRequestMiddleware.swift
[1487/1583] Compiling Hummingbird MetricsMiddleware.swift
[1488/1583] Compiling Hummingbird Middleware.swift
[1489/1583] Compiling Hummingbird MiddlewareGroup.swift
[1490/1583] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[1491/1583] Compiling Hummingbird _Middleware2.swift
[1492/1583] Compiling Hummingbird ChildRequestContext.swift
[1493/1583] Compiling Hummingbird Request.swift
[1494/1583] Compiling Hummingbird RequestContext.swift
[1495/1583] Compiling Hummingbird RequestContextSource.swift
[1496/1583] Compiling Hummingbird RequestID.swift
[1497/1583] Compiling Hummingbird RequestResponder.swift
[1498/1583] Compiling Hummingbird Response.swift
[1499/1583] Compiling Hummingbird URI+decodeQuery.swift
[1500/1583] Compiling Hummingbird MemoryPersistDriver.swift
[1501/1592] Compiling Hummingbird Router+validation.swift
[1502/1592] Compiling Hummingbird Router.swift
[1503/1592] Compiling Hummingbird RouterGroup.swift
[1504/1592] Compiling Hummingbird RouterMethods.swift
[1505/1592] Compiling Hummingbird RouterPath.swift
[1506/1592] Compiling Hummingbird RouterResponder.swift
[1507/1592] Compiling Hummingbird TransformingRouterGroup.swift
[1508/1592] Compiling Hummingbird RouterTrie.swift
[1509/1592] Compiling Hummingbird Trie+resolve.swift
[1510/1592] Compiling Hummingbird Trie+serialize.swift
[1511/1592] Compiling Hummingbird TrieRouter.swift
[1518/1593] Emitting module Hummingbird
[1519/1593] Compiling Hummingbird _SpreadMiddleware.swift
[1520/1593] Compiling Hummingbird TracingMiddleware.swift
[1521/1593] Compiling Hummingbird EndpointResponder.swift
[1522/1593] Compiling Hummingbird Parameters+UUID.swift
[1523/1593] Compiling Hummingbird Parameters.swift
[1524/1593] Compiling Hummingbird ResponseGenerator.swift
[1525/1593] Compiling Hummingbird RouteCollection.swift
[1545/1593] Compiling Hummingbird _OptionalMiddleware.swift
[1546/1593] Compiling Hummingbird FileIO.swift
[1547/1593] Compiling Hummingbird FileProvider.swift
[1548/1593] Compiling Hummingbird LocalFileSystem.swift
[1549/1593] Compiling Hummingbird Cookie.swift
[1550/1593] Compiling Hummingbird Cookies.swift
[1551/1593] Compiling Hummingbird MediaType+FileExtension.swift
[1552/1593] Compiling Hummingbird MediaType.swift
[1553/1593] Compiling Hummingbird Request+Cookies.swift
[1554/1593] Compiling Hummingbird Response+Cookies.swift
[1555/1593] Compiling Hummingbird PersistDriver.swift
[1556/1593] Compiling Hummingbird PersistError.swift
[1557/1593] Compiling Hummingbird ByteBuffer+foundation.swift
[1558/1593] Compiling Hummingbird DateCache.swift
[1559/1593] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[1560/1593] Compiling Hummingbird HexDigest.swift
[1561/1593] Compiling Hummingbird InitializableFromSource.swift
[1562/1593] Compiling Hummingbird PreludeService.swift
[1563/1593] Compiling Hummingbird StringProtocol.swift
[1563/1593] Wrapping AST for NIOHTTP2 for debugging
[1565/1656] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1566/1656] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1567/1656] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1568/1656] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1569/1656] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1570/1656] Compiling AsyncHTTPClient HTTPClient+tracing.swift
[1571/1656] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1572/1656] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1573/1656] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1574/1656] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1575/1656] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1576/1656] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1577/1656] Compiling AsyncHTTPClient Transaction.swift
[1578/1656] Compiling AsyncHTTPClient Base64.swift
[1579/1656] Compiling AsyncHTTPClient BasicAuth.swift
[1580/1656] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1581/1656] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1582/1656] Compiling AsyncHTTPClient ConnectionPool.swift
[1583/1657] Wrapping AST for Hummingbird for debugging
[1585/1665] Compiling HummingbirdWebSocket WebSocketServerConfiguration.swift
[1586/1665] Compiling HummingbirdWebSocket NIOWebSocketServerUpgrade+ext.swift
[1587/1665] Compiling HummingbirdWebSocket Exports.swift
[1588/1665] Emitting module HummingbirdWebSocket
[1589/1665] Emitting module AsyncHTTPClient
[1590/1673] Compiling HummingbirdWebSocket SendableMetatype.swift
[1591/1673] Compiling HummingbirdWebSocket WebSocketChannel.swift
[1592/1673] Compiling HummingbirdWebSocket WebSocketRouter.swift
[1593/1673] Compiling HummingbirdWebSocket HTTPServerBuilder+WebSocket.swift
[1604/1674] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1605/1674] Compiling AsyncHTTPClient NWErrorHandler.swift
[1606/1674] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1607/1674] Compiling AsyncHTTPClient TLSConfiguration.swift
[1608/1674] Compiling AsyncHTTPClient RedirectState.swift
[1609/1674] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1610/1674] Compiling AsyncHTTPClient RequestBag+Tracing.swift
[1611/1674] Compiling AsyncHTTPClient RequestBag.swift
[1612/1674] Compiling AsyncHTTPClient RequestValidation.swift
[1613/1674] Compiling AsyncHTTPClient SSLContextCache.swift
[1614/1674] Compiling AsyncHTTPClient Scheme.swift
[1615/1674] Compiling AsyncHTTPClient Singleton.swift
[1616/1674] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1617/1674] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1618/1674] Compiling AsyncHTTPClient TracingSupport.swift
[1619/1674] Compiling AsyncHTTPClient Utils.swift
[1629/1674] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1630/1674] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1631/1674] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1632/1674] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1633/1674] Compiling AsyncHTTPClient HTTP1Connection.swift
[1634/1674] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1635/1674] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1636/1674] Compiling AsyncHTTPClient HTTP2Connection.swift
[1637/1674] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1637/1674] Wrapping AST for HummingbirdWebSocket for debugging
[1639/1674] Compiling AsyncHTTPClient DeconstructedURL.swift
[1640/1674] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1641/1674] Compiling AsyncHTTPClient FoundationExtensions.swift
[1642/1674] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1643/1674] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1644/1674] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1645/1674] Compiling AsyncHTTPClient HTTPClient.swift
[1646/1674] Compiling AsyncHTTPClient HTTPHandler.swift
[1647/1674] Compiling AsyncHTTPClient LRUCache.swift
[1648/1674] Compiling AsyncHTTPClient RequestOptions.swift
[1649/1674] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1650/1674] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1651/1674] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1652/1674] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1653/1674] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1654/1674] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1655/1674] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1656/1674] Compiling AsyncHTTPClient ConnectionTarget.swift
[1657/1674] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1658/1674] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1659/1674] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1660/1674] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1661/1674] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1662/1674] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1663/1674] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1664/1674] Compiling AsyncHTTPClient RequestBodyLength.swift
[1665/1674] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1666/1675] Wrapping AST for AsyncHTTPClient for debugging
[1668/1684] Compiling HummingbirdTesting Application+Test.swift
[1669/1684] Compiling HummingbirdTesting ApplicationTester.swift
[1670/1685] Compiling HummingbirdTesting TestClient+types.swift
[1671/1685] Compiling HummingbirdTesting TestApplication.swift
[1672/1685] Compiling HummingbirdTesting LiveTestFramework.swift
[1673/1685] Compiling HummingbirdTesting RouterTestFramework.swift
[1674/1685] Emitting module HummingbirdTesting
[1675/1685] Compiling HummingbirdTesting Deprecations.swift
[1676/1685] Compiling HummingbirdTesting AsyncHTTPClientTestFramework.swift
[1677/1685] Compiling HummingbirdTesting TestClient.swift
[1678/1686] Wrapping AST for HummingbirdTesting for debugging
[1680/1688] Emitting module HummingbirdWSTesting
[1681/1688] Compiling HummingbirdWSTesting TestClient+ws.swift
[1682/1689] Wrapping AST for HummingbirdWSTesting for debugging
[1684/1693] Emitting module AutobahnServerTest
[1685/1693] Compiling AutobahnServerTest AutobahnServerTest.swift
[1686/1693] Compiling WebsocketTest WebsocketTest.swift
[1687/1693] Emitting module WebsocketTest
[1689/1695] Wrapping AST for AutobahnServerTest for debugging
[1690/1695] Write Objects.LinkFileList
[1691/1695] Wrapping AST for WebsocketTest for debugging
[1692/1695] Write Objects.LinkFileList
[1693/1695] Linking WebsocketTest
[1694/1695] Linking AutobahnServerTest
Build complete! (452.88s)
Build complete.
{
"dependencies" : [
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.14.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "swift-websocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/swift-websocket.git"
},
{
"identity" : "swift-nio-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.22.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-extras.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
}
],
"manifest_display_name" : "hummingbird-websocket",
"name" : "hummingbird-websocket",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "HummingbirdWebSocket",
"targets" : [
"HummingbirdWebSocket"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdWSClient",
"targets" : [
"HummingbirdWSClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdWSCompression",
"targets" : [
"HummingbirdWSCompression"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdWSTesting",
"targets" : [
"HummingbirdWSTesting"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "WebsocketTest",
"targets" : [
"WebsocketTest"
],
"type" : {
"snippet" : null
}
},
{
"name" : "AutobahnServerTest",
"targets" : [
"AutobahnServerTest"
],
"type" : {
"snippet" : null
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "HummingbirdWebSocketTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWebSocketTests",
"path" : "Tests/HummingbirdWebSocketTests",
"product_dependencies" : [
"Hummingbird",
"HummingbirdTesting",
"HummingbirdTLS"
],
"sources" : [
"Certificates.swift",
"WebSocketExtensionTests.swift",
"WebSocketTests.swift"
],
"target_dependencies" : [
"HummingbirdWebSocket",
"HummingbirdWSClient",
"HummingbirdWSCompression",
"HummingbirdWSTesting"
],
"type" : "test"
},
{
"c99name" : "HummingbirdWebSocket",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWebSocket",
"path" : "Sources/HummingbirdWebSocket",
"product_dependencies" : [
"WSCore",
"Hummingbird",
"NIOHTTPTypes",
"NIOHTTPTypesHTTP1"
],
"product_memberships" : [
"HummingbirdWebSocket",
"WebsocketTest",
"AutobahnServerTest"
],
"sources" : [
"Exports.swift",
"HTTPServerBuilder+WebSocket.swift",
"NIOWebSocketServerUpgrade+ext.swift",
"Utils/SendableMetatype.swift",
"WebSocketChannel.swift",
"WebSocketRouter.swift",
"WebSocketServerConfiguration.swift"
],
"type" : "library"
},
{
"c99name" : "HummingbirdWSTesting",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWSTesting",
"path" : "Sources/HummingbirdWSTesting",
"product_dependencies" : [
"HummingbirdTesting"
],
"product_memberships" : [
"HummingbirdWSTesting",
"WebsocketTest",
"AutobahnServerTest"
],
"sources" : [
"TestClient+ws.swift"
],
"target_dependencies" : [
"HummingbirdWSClient"
],
"type" : "library"
},
{
"c99name" : "HummingbirdWSCompression",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWSCompression",
"path" : "Sources/HummingbirdWSCompression",
"product_dependencies" : [
"WSCompression"
],
"product_memberships" : [
"HummingbirdWSCompression",
"WebsocketTest",
"AutobahnServerTest"
],
"sources" : [
"Exports.swift"
],
"type" : "library"
},
{
"c99name" : "HummingbirdWSClient",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWSClient",
"path" : "Sources/HummingbirdWSClient",
"product_dependencies" : [
"WSClient"
],
"product_memberships" : [
"HummingbirdWSClient",
"HummingbirdWSTesting",
"WebsocketTest",
"AutobahnServerTest"
],
"sources" : [
"Exports.swift"
],
"type" : "library"
},
{
"c99name" : "WebsocketTest",
"module_type" : "SwiftTarget",
"name" : "WebsocketTest",
"path" : "Snippets",
"product_memberships" : [
"WebsocketTest"
],
"sources" : [
"WebsocketTest.swift"
],
"target_dependencies" : [
"HummingbirdWebSocket",
"HummingbirdWSTesting",
"HummingbirdWSCompression",
"HummingbirdWSClient"
],
"type" : "snippet"
},
{
"c99name" : "AutobahnServerTest",
"module_type" : "SwiftTarget",
"name" : "AutobahnServerTest",
"path" : "Snippets",
"product_memberships" : [
"AutobahnServerTest"
],
"sources" : [
"AutobahnServerTest.swift"
],
"target_dependencies" : [
"HummingbirdWebSocket",
"HummingbirdWSTesting",
"HummingbirdWSCompression",
"HummingbirdWSClient"
],
"type" : "snippet"
}
],
"tools_version" : "5.10"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:4d72617259f6eef9908440c49a67b79bc4f973ae19f78187418ddfb5b178d4ec
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.