Build Information
Successful build of hummingbird-websocket, reference 2.4.0 (7b91c2
), with Swift 6.1 for Linux on 1 May 2025 12:29:08 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" 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
Build Log
========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-websocket.git
Reference: 2.4.0
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
* tag 2.4.0 -> FETCH_HEAD
HEAD is now at 7b91c26 Require hummingbird 2.12.0 (#103)
Cloned https://github.com/hummingbird-project/hummingbird-websocket.git
Revision (git rev-parse @):
7b91c2690426740aec31f1af7e00bc7b7b54c683
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-websocket.git at 2.4.0
========================================
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.12.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "swift-websocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"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",
"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-4606859-2":/host -w "$PWD" 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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/hummingbird-project/swift-websocket.git
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/387] Fetching swift-websocket
[315/6116] Fetching swift-websocket, swift-nio-extras
[5946/30553] Fetching swift-websocket, swift-nio-extras, hummingbird
[9783/45362] Fetching swift-websocket, swift-nio-extras, hummingbird, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.39s)
[5875/39633] Fetching swift-websocket, hummingbird, swift-nio-ssl
Fetched https://github.com/hummingbird-project/swift-websocket.git from cache (1.81s)
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.84s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.85s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.13.0 (2.45s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/2619] Fetching swift-nio-transport-services
[1259/5013] Fetching swift-nio-transport-services, swift-service-lifecycle
[3722/9987] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-distributed-tracing
[4037/21491] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-distributed-tracing, swift-nio-http2
[7198/35461] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-distributed-tracing, swift-nio-http2, async-http-client
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.43s)
[12974/108437] Fetching swift-service-lifecycle, swift-distributed-tracing, swift-nio-http2, async-http-client, swift-nio
Fetching https://github.com/apple/swift-metrics.git
[31792/110643] Fetching swift-service-lifecycle, swift-distributed-tracing, swift-nio-http2, async-http-client, swift-nio, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.46s)
[44938/108437] Fetching swift-service-lifecycle, swift-distributed-tracing, swift-nio-http2, async-http-client, swift-nio
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.15s)
Fetched https://github.com/swift-server/async-http-client.git from cache (1.16s)
[42625/89493] Fetching swift-service-lifecycle, swift-nio-http2, swift-nio
Fetching https://github.com/apple/swift-log.git
[42626/90397] Fetching swift-service-lifecycle, swift-nio-http2, swift-nio, swift-http-types
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-http-types.git from cache (0.38s)
[46404/89493] Fetching swift-service-lifecycle, swift-nio-http2, swift-nio
Fetching https://github.com/apple/swift-atomics.git
[56233/93329] Fetching swift-service-lifecycle, swift-nio-http2, swift-nio, swift-log
[64604/95034] Fetching swift-service-lifecycle, swift-nio-http2, swift-nio, swift-log, swift-atomics
[65991/111340] Fetching swift-service-lifecycle, swift-nio-http2, swift-nio, swift-log, swift-atomics, swift-collections
Fetched https://github.com/apple/swift-atomics.git from cache (0.52s)
[70948/109635] Fetching swift-service-lifecycle, swift-nio-http2, swift-nio, swift-log, swift-collections
Fetching https://github.com/apple/swift-async-algorithms.git
[73765/114600] Fetching swift-service-lifecycle, swift-nio-http2, swift-nio, swift-log, swift-collections, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.39s)
[79783/109635] Fetching swift-service-lifecycle, swift-nio-http2, swift-nio, swift-log, swift-collections
Fetched https://github.com/apple/swift-log.git from cache (1.56s)
[92192/105799] Fetching swift-service-lifecycle, swift-nio-http2, swift-nio, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.59s)
[78154/89493] Fetching swift-service-lifecycle, swift-nio-http2, swift-nio
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (5.18s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (5.19s)
Fetched https://github.com/apple/swift-nio.git from cache (5.28s)
Computing version for https://github.com/hummingbird-project/swift-websocket.git
Computed https://github.com/hummingbird-project/swift-websocket.git at 1.2.2 (6.79s)
Fetching https://github.com/adam-fowler/compress-nio.git
[1/643] Fetching compress-nio
Fetched https://github.com/adam-fowler/compress-nio.git from cache (0.27s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.68s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (2.79s)
Fetching https://github.com/apple/swift-system.git
[1/4367] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.41s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.60s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.71s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.78s)
Computing version for https://github.com/adam-fowler/compress-nio.git
Computed https://github.com/adam-fowler/compress-nio.git at 1.4.2 (0.54s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.0 (0.60s)
Fetching https://github.com/apple/swift-service-context.git
[1/1063] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.25s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.0 (0.91s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.65s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.99s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.73s)
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1127] Fetching swift-http-structured-headers
[1128/7045] Fetching swift-http-structured-headers, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.41s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.41s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.15s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (2.59s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (3.27s)
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.2 (1.67s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.28s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.66s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.8.0 (0.64s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.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.25.2 (0.61s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.65s)
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.13.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/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-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/swift-server/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/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
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/hummingbird-project/swift-websocket.git
Working copy of https://github.com/hummingbird-project/swift-websocket.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.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
Building for debugging...
[0/534] Compiling CCompressZlib empty.c
[1/534] Write swift-version-24593BA9C3E375BF.txt
[1/534] Write sources
[3/534] Compiling a_d2i_fp.cc
[4/534] Write sources
[5/534] Compiling _NumericsShims _NumericsShims.c
[6/534] Write sources
[7/534] Compiling a_dup.cc
[8/534] Compiling _AtomicsShims.c
[9/534] Write sources
[17/542] Compiling a_bitstr.cc
[18/542] Write sources
[20/543] Compiling a_bool.cc
[20/543] Write sources
[43/543] Emitting module ServiceContextModule
[43/551] Compiling v3_enum.cc
[44/558] Compiling asn1_compat.cc
[45/558] Write sources
[57/572] Emitting module _NIOBase64
[58/583] Emitting module HTTPTypes
[59/584] Emitting module InternalCollectionsUtilities
[59/586] Compiling c-nioatomics.c
[60/586] Write sources
[64/589] Compiling RealModule ElementaryFunctions.swift
[65/589] Compiling RealModule Float+Real.swift
[66/590] Compiling ServiceContextModule ServiceContextKey.swift
[67/590] Compiling RealModule Float16+Real.swift
[68/590] Emitting module RealModule
[69/590] Compiling RealModule Real.swift
[70/590] Compiling _NIOBase64 Base64.swift
[71/591] Compiling RealModule RealFunctions.swift
[72/591] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[73/591] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[74/591] Compiling Logging LogHandler.swift
[75/591] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[76/591] Compiling InternalCollectionsUtilities Specialize.swift
[77/591] Compiling HTTPTypes HTTPRequest.swift
[78/591] Compiling HTTPTypes HTTPResponse.swift
[79/591] Compiling ServiceContextModule ServiceContext.swift
[80/591] Compiling HTTPTypes ISOLatin1String.swift
[82/591] Compiling HTTPTypes HTTPField.swift
[83/592] Compiling InternalCollectionsUtilities UInt+reversed.swift
[84/592] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[85/592] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[86/592] Compiling InternalCollectionsUtilities Integer rank.swift
[87/592] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[88/592] Compiling InternalCollectionsUtilities _SortedCollection.swift
[89/592] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[90/592] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[91/592] Compiling RealModule Float80+Real.swift
[92/592] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[93/592] Compiling InternalCollectionsUtilities Debugging.swift
[94/592] Compiling InternalCollectionsUtilities Descriptions.swift
[95/592] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[96/592] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[97/592] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[100/592] Compiling HTTPTypes HTTPParsedFields.swift
[103/593] Compiling _NIODataStructures _TinyArray.swift
[104/593] Compiling _NIODataStructures PriorityQueue.swift
[107/597] Wrapping AST for _NIOBase64 for debugging
[108/597] Wrapping AST for ServiceContextModule for debugging
[110/603] Compiling CoreMetrics Metrics.swift
[111/603] Compiling ConcurrencyHelpers LockedValueBox.swift
[112/726] Compiling Instrumentation NoOpInstrument.swift
[113/726] Emitting module Instrumentation
[114/726] Compiling Instrumentation MultiplexInstrument.swift
[115/726] Compiling Instrumentation Instrument.swift
[116/726] Compiling HTTPTypes NIOLock.swift
[117/726] Emitting module _NIODataStructures
[118/726] Compiling _NIODataStructures Heap.swift
[119/726] Compiling ConcurrencyHelpers Lock.swift
[120/727] Emitting module ConcurrencyHelpers
[121/728] Emitting module Logging
[122/728] Compiling Logging Locks.swift
[123/728] Compiling Logging MetadataProvider.swift
[124/728] Compiling Instrumentation InstrumentationSystem.swift
[125/728] Compiling Instrumentation Locks.swift
[126/729] Compiling CoreMetrics Locks.swift
[127/729] Emitting module CoreMetrics
[129/730] Compiling Logging Logging.swift
[134/751] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[135/751] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[136/751] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[137/751] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[138/751] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[139/751] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[140/751] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[141/751] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[142/751] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[143/751] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[144/751] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[145/751] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[146/751] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[147/751] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[148/758] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[149/758] Compiling HeapModule _HeapNode.swift
[150/758] Compiling HeapModule Heap+Descriptions.swift
[151/770] Compiling OrderedCollections OrderedDictionary.swift
[152/770] Compiling OrderedCollections OrderedSet+Codable.swift
[153/770] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[154/770] Compiling OrderedCollections OrderedSet+Descriptions.swift
[155/770] Compiling OrderedCollections OrderedSet+Diffing.swift
[156/770] Compiling OrderedCollections OrderedSet+Equatable.swift
[157/770] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[158/770] Compiling OrderedCollections OrderedSet+Hashable.swift
[159/778] Compiling OrderedCollections OrderedSet+Initializers.swift
[160/778] Compiling OrderedCollections OrderedSet+Insertions.swift
[161/778] Compiling OrderedCollections OrderedSet+Invariants.swift
[162/778] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[163/778] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[164/778] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[165/778] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[166/778] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[167/834] Compiling HashTreeCollections _HashNode+Builder.swift
[168/834] Compiling HashTreeCollections _HashNode+Debugging.swift
[169/834] Compiling HashTreeCollections _HashNode+Initializers.swift
[170/834] Compiling HashTreeCollections _HashNode+Invariants.swift
[171/834] Compiling HashTreeCollections _HashNode+Lookups.swift
[172/834] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[173/834] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[174/834] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[175/834] Compiling HeapModule Heap.swift
[176/834] Compiling Tracing TracingTime.swift
[177/834] Compiling HeapModule Heap+UnsafeHandle.swift
[178/834] Compiling HeapModule Heap+Invariants.swift
[179/834] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[180/834] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[181/834] Compiling HashTreeCollections _HashNode+Structural merge.swift
[182/834] Compiling HashTreeCollections _AncestorHashSlots.swift
[183/834] Compiling HashTreeCollections _Bitmap.swift
[184/834] Compiling HashTreeCollections _Bucket.swift
[185/834] Compiling HashTreeCollections _Hash.swift
[186/834] Compiling HashTreeCollections _HashLevel.swift
[187/834] Compiling Tracing TracerProtocol.swift
[188/834] Emitting module UnixSignals
[189/834] Emitting module HeapModule
[190/835] Compiling Tracing InstrumentationSystem+Tracing.swift
[191/835] Emitting module Tracing
[192/835] Compiling UnixSignals UnixSignal.swift
[193/835] Compiling UnixSignals UnixSignalsSequence.swift
[195/836] Compiling Tracing Tracer.swift
[196/836] Compiling Tracing TracerProtocol+Legacy.swift
[197/849] Wrapping AST for _NIODataStructures for debugging
[199/851] Compiling HashTreeCollections TreeSet+Hashable.swift
[200/851] Compiling HashTreeCollections TreeSet+Sendable.swift
[201/851] Compiling HashTreeCollections TreeSet+Sequence.swift
[202/851] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[203/851] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[204/851] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[205/851] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[206/851] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[207/851] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[208/851] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[209/861] Compiling HashTreeCollections TreeDictionary.swift
[210/861] Compiling HashTreeCollections TreeSet+Codable.swift
[211/861] Compiling HashTreeCollections TreeSet+Collection.swift
[212/861] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[213/861] Compiling HashTreeCollections TreeSet+Debugging.swift
[214/861] Compiling HashTreeCollections TreeSet+Descriptions.swift
[215/861] Compiling HashTreeCollections TreeSet+Equatable.swift
[216/861] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[216/861] Wrapping AST for UnixSignals for debugging
[217/861] Compiling HashTreeCollections TreeSet+Extras.swift
[218/861] Compiling HashTreeCollections TreeSet+Filter.swift
[220/861] Compiling Tracing NoOpTracer.swift
[221/861] Compiling Tracing SpanProtocol.swift
[222/862] Compiling DequeModule Deque+CustomReflectable.swift
[223/862] Compiling DequeModule Deque+Descriptions.swift
[224/862] Compiling HashTreeCollections TreeDictionary+Keys.swift
[225/862] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[226/862] Compiling HashTreeCollections TreeDictionary+Merge.swift
[227/862] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[228/862] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[229/862] Compiling HashTreeCollections TreeDictionary+Values.swift
[244/873] Compiling DequeModule Deque+Codable.swift
[245/873] Compiling DequeModule Deque+Collection.swift
[246/873] Compiling DequeModule Deque+Equatable.swift
[247/873] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[248/873] Compiling DequeModule Deque+Extras.swift
[249/873] Compiling DequeModule Deque+Hashable.swift
[251/873] Compiling DequeModule _DequeBuffer.swift
[252/873] Compiling DequeModule _DequeBufferHeader.swift
[257/873] Compiling HashTreeCollections _HashNode+Structural union.swift
[258/873] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[259/873] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[260/873] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[261/873] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[262/873] Compiling HashTreeCollections _HashNode.swift
[262/873] Wrapping AST for RealModule for debugging
[264/873] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[265/873] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[266/873] Compiling HashTreeCollections TreeDictionary+Filter.swift
[267/873] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[268/873] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[285/873] Wrapping AST for Logging for debugging
[286/873] Wrapping AST for Tracing for debugging
[288/873] Compiling DequeModule Deque+Testing.swift
[289/873] Compiling DequeModule Deque._Storage.swift
[299/873] Wrapping AST for InternalCollectionsUtilities for debugging
[300/873] Wrapping AST for Instrumentation for debugging
[302/873] Compiling DequeModule _DequeSlot.swift
[303/873] Compiling DequeModule _UnsafeWrappedBuffer.swift
[303/873] Wrapping AST for CoreMetrics for debugging
[304/873] Wrapping AST for HeapModule for debugging
[304/873] Write sources
[307/873] Compiling CNIOWindows shim.c
[308/873] Compiling CNIOWindows WSAStartup.c
[310/873] Compiling _RopeModule _CharacterRecognizer.swift
[311/873] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[312/873] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[313/873] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[314/873] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[315/873] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[316/873] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[317/873] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[318/873] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[319/873] Compiling HashTreeCollections TreeSet.swift
[319/873] Compiling CNIOWASI CNIOWASI.c
[320/873] Wrapping AST for ConcurrencyHelpers for debugging
[322/873] Emitting module OrderedCollections
[322/873] Compiling CNIOSHA1 c_nio_sha1.c
[324/874] Emitting module _RopeModule
[325/874] Compiling DequeModule Deque._UnsafeHandle.swift
[326/874] Compiling DequeModule Deque.swift
[334/874] Compiling CNIOLinux liburing_shims.c
[335/874] Compiling CNIOLinux shim.c
[336/874] Compiling CNIOLLHTTP c_nio_http.c
[342/874] Compiling CNIOLLHTTP c_nio_api.c
[343/874] Compiling CNIOExtrasZlib empty.c
[345/874] Emitting module DequeModule
[345/874] Compiling CNIODarwin shim.c
[347/875] Compiling HashTreeCollections _HashTreeIterator.swift
[348/875] Compiling HashTreeCollections _HashTreeStatistics.swift
[349/875] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[350/875] Compiling HashTreeCollections _RawHashNode.swift
[351/875] Compiling HashTreeCollections _UnmanagedHashNode.swift
[352/875] Compiling HashTreeCollections _UnsafePath.swift
[353/875] Compiling HashTreeCollections TreeDictionary+Codable.swift
[354/875] Compiling HashTreeCollections TreeDictionary+Collection.swift
[355/875] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[356/875] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[357/875] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[358/875] Compiling CNIOLLHTTP c_nio_llhttp.c
[358/875] Wrapping AST for OrderedCollections for debugging
[361/875] Compiling HTTPTypes HTTPFieldName.swift
[362/875] Compiling HTTPTypes HTTPFields.swift
[362/875] Compiling fiat_curve25519_adx_square.S
[363/876] Compiling fiat_p256_adx_sqr.S
[364/876] Compiling fiat_p256_adx_mul.S
[365/876] Compiling fiat_curve25519_adx_mul.S
[367/876] Wrapping AST for DequeModule for debugging
[368/876] Compiling CNIOBoringSSLShims shims.c
[369/876] Wrapping AST for HTTPTypes for debugging
[401/876] Compiling HashTreeCollections _HashNodeHeader.swift
[402/876] Compiling HashTreeCollections _HashSlot.swift
[403/876] Compiling HashTreeCollections _HashStack.swift
[404/876] Emitting module Metrics
[405/876] Compiling Metrics Metrics.swift
[406/877] Emitting module HashTreeCollections
[427/878] Compiling _RopeModule Rope+Join.swift
[428/878] Compiling _RopeModule Rope+MutatingForEach.swift
[429/878] Compiling _RopeModule Rope+Remove.swift
[430/878] Compiling _RopeModule Rope+RemoveSubrange.swift
[431/878] Compiling _RopeModule Rope+Split.swift
[432/878] Compiling _RopeModule Optional Utilities.swift
[433/878] Compiling _RopeModule String Utilities.swift
[434/878] Compiling _RopeModule String.Index+ABI.swift
[437/879] Wrapping AST for Metrics for debugging
[438/879] Wrapping AST for HashTreeCollections for debugging
[439/879] Wrapping AST for _RopeModule for debugging
[440/879] Compiling tls_method.cc
[441/879] Compiling tls_record.cc
[442/879] Compiling tls13_server.cc
[443/879] Compiling tls13_client.cc
[444/879] Compiling tls13_enc.cc
[445/879] Compiling tls13_both.cc
[446/879] Compiling t1_enc.cc
[447/879] Compiling ssl_transcript.cc
[448/879] Compiling ssl_x509.cc
[449/879] Compiling ssl_versions.cc
[450/879] Compiling ssl_stat.cc
[451/879] Compiling ssl_privkey.cc
[452/879] Compiling ssl_session.cc
[453/879] Compiling ssl_key_share.cc
[454/879] Compiling ssl_file.cc
[455/879] Compiling ssl_cipher.cc
[456/879] Compiling ssl_lib.cc
[457/879] Compiling ssl_credential.cc
[458/879] Compiling ssl_cert.cc
[459/879] Compiling ssl_buffer.cc
[460/879] Compiling ssl_asn1.cc
[461/879] Compiling ssl_aead_ctx.cc
[462/879] Compiling s3_lib.cc
[463/879] Compiling s3_pkt.cc
[464/879] Compiling s3_both.cc
[465/879] Compiling handshake_server.cc
[466/879] Compiling handshake_client.cc
[467/879] Compiling handshake.cc
[468/879] Compiling handoff.cc
[469/879] Compiling extensions.cc
[470/879] Compiling dtls_record.cc
[471/879] Compiling encrypted_client_hello.cc
[472/879] Compiling md5-x86_64-apple.S
[473/879] Compiling md5-x86_64-linux.S
[474/879] Compiling md5-586-linux.S
[475/879] Compiling md5-586-apple.S
[476/879] Compiling dtls_method.cc
[477/879] Compiling d1_srtp.cc
[478/879] Compiling chacha20_poly1305_x86_64-apple.S
[479/879] Compiling chacha20_poly1305_armv8-win.S
[480/879] Compiling chacha20_poly1305_x86_64-linux.S
[481/879] Compiling chacha20_poly1305_armv8-linux.S
[482/879] Compiling chacha-x86_64-linux.S
[483/879] Compiling chacha20_poly1305_armv8-apple.S
[484/879] Compiling chacha-x86_64-apple.S
[485/879] Compiling err_data.cc
[486/879] Compiling chacha-x86-apple.S
[487/879] Compiling chacha-armv8-linux.S
[488/879] Compiling chacha-x86-linux.S
[489/879] Compiling chacha-armv8-win.S
[490/879] Compiling d1_pkt.cc
[491/879] Compiling chacha-armv4-linux.S
[492/879] Compiling aes128gcmsiv-x86_64-linux.S
[493/879] Compiling chacha-armv8-apple.S
[494/879] Compiling x86_64-mont5-apple.S
[495/879] Compiling aes128gcmsiv-x86_64-apple.S
[496/879] Compiling x86_64-mont-apple.S
[497/879] Compiling x86_64-mont5-linux.S
[498/879] Compiling x86_64-mont-linux.S
[499/879] Compiling x86-mont-linux.S
[500/879] Compiling x86-mont-apple.S
[501/879] Compiling vpaes-x86_64-linux.S
[502/879] Compiling vpaes-x86_64-apple.S
[503/879] Compiling vpaes-x86-apple.S
[504/879] Compiling vpaes-x86-linux.S
[505/879] Compiling vpaes-armv8-win.S
[506/879] Compiling vpaes-armv8-linux.S
[507/879] Compiling vpaes-armv7-linux.S
[508/879] Compiling vpaes-armv8-apple.S
[509/879] Compiling sha512-x86_64-linux.S
[510/879] Compiling sha512-x86_64-apple.S
[511/879] Compiling sha512-armv8-win.S
[512/879] Compiling sha512-armv8-linux.S
[513/879] Compiling sha512-armv8-apple.S
[514/879] Compiling d1_both.cc
[515/879] Compiling sha512-armv4-linux.S
[516/879] Compiling sha512-586-apple.S
[516/879] Compiling sha512-586-linux.S
[518/879] Compiling sha256-x86_64-linux.S
[519/879] Compiling sha256-armv8-linux.S
[520/879] Compiling sha256-armv8-apple.S
[521/879] Compiling sha256-x86_64-apple.S
[522/879] Compiling sha256-armv8-win.S
[523/879] Compiling sha256-armv4-linux.S
[524/879] Compiling sha256-586-linux.S
[525/879] Compiling sha256-586-apple.S
[526/879] Compiling d1_lib.cc
[527/879] Compiling sha1-x86_64-apple.S
[528/879] Compiling sha1-armv8-linux.S
[529/879] Compiling sha1-x86_64-linux.S
[530/879] Compiling sha1-armv8-win.S
[531/879] Compiling bio_ssl.cc
[532/879] Compiling sha1-586-linux.S
[533/879] Compiling sha1-armv8-apple.S
[534/879] Compiling sha1-armv4-large-linux.S
[534/879] Compiling sha1-586-apple.S
[536/879] Compiling rsaz-avx2-linux.S
[537/879] Compiling rdrand-x86_64-apple.S
[538/879] Compiling p256_beeu-x86_64-asm-linux.S
[539/879] Compiling p256_beeu-x86_64-asm-apple.S
[540/879] Compiling rsaz-avx2-apple.S
[541/879] Compiling rdrand-x86_64-linux.S
[542/879] Compiling p256_beeu-armv8-asm-win.S
[543/879] Compiling p256_beeu-armv8-asm-linux.S
[544/879] Compiling p256-armv8-asm-win.S
[545/879] Compiling p256-x86_64-asm-apple.S
[546/879] Compiling p256-x86_64-asm-linux.S
[547/879] Compiling p256-armv8-asm-linux.S
[548/879] Compiling p256_beeu-armv8-asm-apple.S
[549/879] Compiling ghashv8-armv8-win.S
[550/879] Compiling p256-armv8-asm-apple.S
[551/879] Compiling ghashv8-armv7-linux.S
[552/879] Compiling ghashv8-armv8-linux.S
[553/879] Compiling ghash-x86_64-linux.S
[554/879] Compiling ghashv8-armv8-apple.S
[555/879] Compiling ghash-x86-linux.S
[556/879] Compiling ghash-x86-apple.S
[557/879] Compiling ghash-x86_64-apple.S
[558/879] Compiling ghash-ssse3-x86_64-linux.S
[559/879] Compiling ghash-ssse3-x86-linux.S
[560/879] Compiling ghash-ssse3-x86_64-apple.S
[561/879] Compiling ghash-neon-armv8-linux.S
[562/879] Compiling ghash-neon-armv8-win.S
[563/879] Compiling ghash-ssse3-x86-apple.S
[564/879] Compiling ghash-neon-armv8-apple.S
[565/879] Compiling co-586-apple.S
[566/879] Compiling ghash-armv4-linux.S
[567/879] Compiling bsaes-armv7-linux.S
[568/879] Compiling co-586-linux.S
[569/879] Compiling bn-armv8-linux.S
[570/879] Compiling bn-armv8-win.S
[571/879] Compiling bn-armv8-apple.S
[572/879] Compiling bn-586-linux.S
[573/879] Compiling armv8-mont-win.S
[574/879] Compiling bn-586-apple.S
[575/879] Compiling armv8-mont-linux.S
[576/879] Compiling armv4-mont-linux.S
[577/879] Compiling aesv8-gcm-armv8-apple.S
[577/879] Compiling armv8-mont-apple.S
[579/879] Compiling aesv8-armv8-win.S
[580/879] Compiling aesv8-gcm-armv8-linux.S
[581/879] Compiling aesv8-gcm-armv8-win.S
[582/879] Compiling aesv8-armv7-linux.S
[583/879] Compiling aesv8-armv8-linux.S
[584/879] Compiling aesv8-armv8-apple.S
[585/879] Compiling aesni-x86_64-apple.S
[586/879] Compiling aesni-x86_64-linux.S
[587/879] Compiling aesni-x86-apple.S
[588/879] Compiling aesni-gcm-x86_64-apple.S
[589/879] Compiling aesni-gcm-x86_64-linux.S
[590/879] Compiling aesni-x86-linux.S
[591/879] Compiling aes-gcm-avx2-x86_64-linux.S
[592/879] Compiling aes-gcm-avx2-x86_64-apple.S
[593/879] Compiling aes-gcm-avx10-x86_64-linux.S
[594/879] Compiling aes-gcm-avx10-x86_64-apple.S
[595/879] Compiling x_sig.cc
[596/879] Compiling x_req.cc
[597/879] Compiling x_val.cc
[598/879] Compiling x_pubkey.cc
[599/879] Compiling x_x509a.cc
[600/879] Compiling x_name.cc
[601/879] Compiling x_x509.cc
[602/879] Compiling x_spki.cc
[603/879] Compiling x_all.cc
[604/879] Compiling x_crl.cc
[605/879] Compiling x_algor.cc
[606/879] Compiling x_exten.cc
[607/879] Compiling x509cset.cc
[608/879] Compiling x509spki.cc
[609/879] Compiling x_attrib.cc
[610/879] Compiling x509rset.cc
[611/879] Compiling x509name.cc
[612/879] Compiling x509_set.cc
[613/879] Compiling x509_vpm.cc
[614/879] Compiling x509_vfy.cc
[615/879] Compiling x509_txt.cc
[616/879] Compiling x509_trs.cc
[617/879] Compiling x509_v3.cc
[618/879] Compiling x509_lu.cc
[619/879] Compiling x509_req.cc
[620/879] Compiling x509_obj.cc
[621/879] Compiling x509.cc
[622/879] Compiling x509_cmp.cc
[623/879] Compiling x509_def.cc
[624/879] Compiling x509_ext.cc
[625/879] Compiling x509_d2.cc
[626/879] Compiling x509_att.cc
[627/879] Compiling v3_skey.cc
[628/879] Compiling v3_utl.cc
[629/879] Compiling v3_prn.cc
[630/879] Compiling v3_ncons.cc
[631/879] Compiling v3_purp.cc
[632/879] Compiling v3_pcons.cc
[633/879] Compiling v3_pmaps.cc
[634/879] Compiling v3_ocsp.cc
[635/879] Compiling v3_ia5.cc
[636/879] Compiling v3_int.cc
[637/879] Compiling v3_lib.cc
[638/879] Compiling v3_conf.cc
[639/879] Compiling v3_info.cc
[640/879] Compiling v3_genn.cc
[641/879] Compiling v3_extku.cc
[642/879] Compiling v3_cpols.cc
[643/879] Compiling v3_crld.cc
[644/879] Compiling v3_akeya.cc
[645/879] Compiling v3_bitst.cc
[646/879] Compiling v3_bcons.cc
[647/879] Compiling v3_alt.cc
[648/879] Compiling v3_akey.cc
[649/879] Compiling t_x509.cc
[650/879] Compiling t_req.cc
[651/879] Compiling t_x509a.cc
[652/879] Compiling i2d_pr.cc
[653/879] Compiling t_crl.cc
[654/879] Compiling by_file.cc
[655/879] Compiling rsa_pss.cc
[656/879] Compiling name_print.cc
[657/879] Compiling asn1_gen.cc
[658/879] Compiling policy.cc
[659/879] Compiling by_dir.cc
[660/879] Compiling algorithm.cc
[661/879] Compiling a_verify.cc
[662/879] Compiling voprf.cc
[663/879] Compiling thread_win.cc
[664/879] Compiling a_sign.cc
[665/879] Compiling a_digest.cc
[666/879] Compiling thread_pthread.cc
[667/879] Compiling pmbtoken.cc
[668/879] Compiling trust_token.cc
[669/879] Compiling thread.cc
[670/879] Compiling thread_none.cc
[671/879] Compiling stack.cc
[672/879] Compiling sha512.cc
[673/879] Compiling slhdsa.cc
[674/879] Compiling siphash.cc
[675/879] Compiling sha1.cc
[676/879] Compiling sha256.cc
[677/879] Compiling rsa_extra.cc
[678/879] Compiling spake2plus.cc
[679/879] Compiling refcount.cc
[680/879] Compiling rsa_print.cc
[681/879] Compiling rsa_asn1.cc
[682/879] Compiling rc4.cc
[683/879] Compiling windows.cc
[684/879] Compiling rsa_crypt.cc
[685/879] Compiling ios.cc
[686/879] Compiling trusty.cc
[687/879] Compiling urandom.cc
[688/879] Compiling passive.cc
[689/879] Compiling rand.cc
[690/879] Compiling poly1305_arm_asm.S
[691/879] Compiling forkunsafe.cc
[692/879] Compiling getentropy.cc
[693/879] Compiling deterministic.cc
[694/879] Compiling poly1305_arm.cc
[695/879] Compiling fork_detect.cc
[696/879] Compiling poly1305.cc
[697/879] Compiling poly1305_vec.cc
[698/879] Compiling pool.cc
[699/879] Compiling pkcs8.cc
[700/879] Compiling pkcs7.cc
[701/879] Compiling p5_pbev2.cc
[702/879] Compiling pkcs8_x509.cc
[703/879] Compiling pem_x509.cc
[704/879] Compiling pem_xaux.cc
[705/879] Compiling pkcs7_x509.cc
[706/879] Compiling pem_pkey.cc
[707/879] Compiling pem_oth.cc
[708/879] Compiling obj_xref.cc
[709/879] Compiling mlkem.cc
[710/879] Compiling mldsa.cc
[711/879] Compiling pem_pk8.cc
[712/879] Compiling pem_info.cc
[713/879] Compiling pem_all.cc
[714/879] Compiling mem.cc
[715/879] Compiling pem_lib.cc
[716/879] Compiling md5.cc
[717/879] Compiling fips_shared_support.cc
[718/879] Compiling poly_rq_mul.S
[719/879] Compiling md4.cc
[720/879] Compiling obj.cc
[721/879] Compiling lhash.cc
[722/879] Compiling ex_data.cc
[723/879] Compiling sign.cc
[724/879] Compiling scrypt.cc
[725/879] Compiling kyber.cc
[726/879] Compiling hrss.cc
[727/879] Compiling hpke.cc
[728/879] Compiling print.cc
[729/879] Compiling pbkdf.cc
[730/879] Compiling p_x25519.cc
[731/879] Compiling p_x25519_asn1.cc
[732/879] Compiling p_ed25519.cc
[733/879] Compiling p_rsa.cc
[734/879] Compiling p_hkdf.cc
[735/879] Compiling p_ed25519_asn1.cc
[736/879] Compiling p_rsa_asn1.cc
[737/879] Compiling p_ec_asn1.cc
[738/879] Compiling p_dh.cc
[739/879] Compiling p_dh_asn1.cc
[740/879] Compiling p_ec.cc
[741/879] Compiling evp_ctx.cc
[742/879] Compiling evp.cc
[743/879] Compiling err.cc
[744/879] Compiling evp_asn1.cc
[745/879] Compiling engine.cc
[746/879] Compiling ecdh.cc
[747/879] Compiling p_dsa_asn1.cc
[748/879] Compiling hash_to_curve.cc
[749/879] Compiling ecdsa_asn1.cc
[750/879] Compiling ec_derive.cc
[751/879] Compiling dsa.cc
[752/879] Compiling ec_asn1.cc
[753/879] Compiling spake25519.cc
[754/879] Compiling dsa_asn1.cc
[755/879] Compiling params.cc
[756/879] Compiling des.cc
[757/879] Compiling digest_extra.cc
[758/879] Compiling dh_asn1.cc
[759/879] Compiling x25519-asm-arm.S
[760/879] Compiling crypto.cc
[761/879] Compiling cpu_arm_linux.cc
[762/879] Compiling curve25519.cc
[763/879] Compiling cpu_arm_freebsd.cc
[764/879] Compiling cpu_intel.cc
[765/879] Compiling cpu_aarch64_openbsd.cc
[766/879] Compiling cpu_aarch64_win.cc
[767/879] Compiling curve25519_64_adx.cc
[768/879] Compiling cpu_aarch64_sysreg.cc
[769/879] Compiling cpu_aarch64_fuchsia.cc
[770/879] Compiling cpu_aarch64_linux.cc
[771/879] Compiling bcm.cc
[772/879] Compiling cpu_aarch64_apple.cc
[773/879] Compiling tls_cbc.cc
[774/879] Compiling conf.cc
[775/879] Compiling get_cipher.cc
[776/879] Compiling e_rc4.cc
[777/879] Compiling e_rc2.cc
[778/879] Compiling e_null.cc
[779/879] Compiling e_des.cc
[780/879] Compiling e_chacha20poly1305.cc
[781/879] Compiling e_tls.cc
[782/879] Compiling e_aesgcmsiv.cc
[783/879] Compiling derive_key.cc
[784/879] Compiling e_aesctrhmac.cc
[785/879] Compiling chacha.cc
[786/879] Compiling unicode.cc
[787/879] Compiling buf.cc
[788/879] Compiling ber.cc
[789/879] Compiling cbb.cc
[790/879] Compiling socket_helper.cc
[791/879] Compiling blake2.cc
[792/879] Compiling cbs.cc
[793/879] Compiling bn_asn1.cc
[794/879] Compiling socket.cc
[795/879] Compiling pair.cc
[796/879] Compiling convert.cc
[797/879] Compiling printf.cc
[798/879] Compiling hexdump.cc
[799/879] Compiling errno.cc
[800/879] Compiling file.cc
[801/879] Compiling connect.cc
[802/879] Compiling fd.cc
[803/879] Compiling bio_mem.cc
[804/879] Compiling base64.cc
[805/879] Compiling bio.cc
[806/879] Compiling f_string.cc
[807/879] Compiling tasn_fre.cc
[808/879] Compiling tasn_typ.cc
[809/879] Compiling tasn_dec.cc
[810/879] Compiling tasn_enc.cc
[811/879] Compiling tasn_utl.cc
[812/879] Compiling posix_time.cc
[813/879] Compiling tasn_new.cc
[814/879] Compiling f_int.cc
[815/879] Compiling asn1_par.cc
[816/879] Compiling asn_pack.cc
[817/879] Compiling a_octet.cc
[818/879] Compiling a_utctm.cc
[819/879] Compiling a_type.cc
[820/879] Compiling a_time.cc
[821/879] Compiling asn1_lib.cc
[822/879] Compiling a_strex.cc
[823/879] Compiling a_strnid.cc
[823/879] Write sources
[830/879] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[831/879] Compiling a_object.cc
[832/879] Compiling a_i2d_fp.cc
[833/896] Compiling a_mbstr.cc
[835/951] Compiling BitCollections BitSet+BidirectionalCollection.swift
[836/951] Compiling BitCollections BitSet+Codable.swift
[837/951] Compiling BitCollections BitArray+ExpressibleByArrayLiteral.swift
[838/951] Compiling BitCollections BitArray+ExpressibleByStringLiteral.swift
[838/998] Compiling a_gentm.cc
[840/1023] Compiling Algorithms Joined.swift
[841/1023] Compiling Algorithms Keyed.swift
[841/1023] Compiling a_int.cc
[843/1023] Compiling Algorithms RandomSample.swift
[844/1023] Compiling Algorithms Reductions.swift
[845/1023] Compiling Algorithms EitherSequence.swift
[846/1023] Compiling Algorithms FirstNonNil.swift
[847/1023] Compiling Algorithms FlattenCollection.swift
[848/1023] Compiling Algorithms Grouped.swift
[849/1023] Compiling Algorithms Indexed.swift
[850/1023] Compiling Algorithms Intersperse.swift
[851/1023] Emitting module BitCollections
[852/1030] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[853/1030] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[854/1030] Compiling AsyncAlgorithms DebounceStateMachine.swift
[855/1030] Compiling AsyncAlgorithms DebounceStorage.swift
[856/1030] Compiling AsyncAlgorithms Dictionary.swift
[857/1030] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[858/1030] Compiling AsyncAlgorithms Locking.swift
[859/1030] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[860/1030] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[861/1030] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[862/1030] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[863/1030] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[864/1030] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[865/1030] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[866/1030] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[867/1030] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[868/1030] Compiling AsyncAlgorithms MergeStateMachine.swift
[869/1030] Compiling AsyncAlgorithms MergeStorage.swift
[870/1030] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[871/1030] Compiling AsyncAlgorithms Rethrow.swift
[872/1030] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[873/1030] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[874/1030] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[875/1030] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[876/1030] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[877/1030] Compiling BitCollections BitSet+SetAlgebra union.swift
[878/1030] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[879/1030] Compiling BitCollections BitSet.Counted.swift
[880/1030] Compiling Algorithms Split.swift
[881/1030] Compiling Algorithms Stride.swift
[882/1030] Compiling Algorithms Suffix.swift
[883/1033] Emitting module AsyncAlgorithms
[886/1039] Compiling Algorithms MinMax.swift
[895/1039] Compiling Algorithms Rotate.swift
[909/1039] Compiling Algorithms Partition.swift
[910/1039] Compiling Algorithms Permutations.swift
[911/1039] Compiling Algorithms Product.swift
[918/1039] Compiling Algorithms AdjacentPairs.swift
[919/1039] Compiling Algorithms Chain.swift
[920/1039] Compiling Algorithms Chunked.swift
[921/1039] Compiling Algorithms Combinations.swift
[922/1039] Compiling Algorithms Compacted.swift
[923/1039] Compiling Algorithms Cycle.swift
[936/1039] Compiling Algorithms Trim.swift
[937/1039] Compiling Algorithms Unique.swift
[938/1039] Compiling Algorithms Windows.swift
[939/1039] Compiling BitCollections BitSet.Index.swift
[940/1039] Compiling BitCollections BitSet._UnsafeHandle.swift
[941/1039] Compiling BitCollections BitSet.swift
[942/1039] Compiling BitCollections Range+Utilities.swift
[943/1039] Compiling BitCollections Slice+Utilities.swift
[944/1039] Compiling BitCollections UInt+Tricks.swift
[945/1039] Compiling BitCollections _Word.swift
[954/1042] Wrapping AST for BitCollections for debugging
[962/1042] Compiling Collections Collections.swift
[963/1042] Emitting module Collections
[994/1043] Emitting module Atomics
[995/1044] Wrapping AST for Collections for debugging
[996/1044] Wrapping AST for Atomics for debugging
[998/1044] Compiling AsyncAlgorithms SetAlgebra.swift
[999/1044] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1000/1044] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1001/1044] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1002/1044] Compiling AsyncAlgorithms ZipStateMachine.swift
[1003/1044] Compiling AsyncAlgorithms ZipStorage.swift
[1004/1045] Wrapping AST for AsyncAlgorithms for debugging
[1005/1053] Compiling c-atomics.c
[1007/1053] Emitting module Algorithms
[1009/1060] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1010/1060] Emitting module ServiceLifecycle
[1010/1061] Wrapping AST for Algorithms for debugging
[1012/1061] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1013/1061] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1014/1061] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1015/1061] Compiling NIOConcurrencyHelpers NIOLock.swift
[1016/1061] Compiling ServiceLifecycle ServiceRunnerError.swift
[1017/1061] Compiling NIOConcurrencyHelpers lock.swift
[1018/1061] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1019/1061] Emitting module NIOConcurrencyHelpers
[1020/1061] Compiling NIOConcurrencyHelpers atomics.swift
[1021/1062] Wrapping AST for NIOConcurrencyHelpers for debugging
[1023/1111] Compiling ServiceLifecycle GracefulShutdown.swift
[1024/1111] Compiling ServiceLifecycle ServiceGroup.swift
[1025/1112] Compiling ServiceLifecycle Service.swift
[1026/1112] Compiling ServiceLifecycle CancellationWaiter.swift
[1027/1122] Wrapping AST for ServiceLifecycle for debugging
[1029/1122] Compiling NIOCore MarkedCircularBuffer.swift
[1030/1122] Compiling NIOCore MulticastChannel.swift
[1031/1122] Compiling NIOCore NIOAny.swift
[1032/1122] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1033/1122] Compiling NIOCore NIOLoopBound.swift
[1034/1122] Compiling NIOCore NIOScheduledCallback.swift
[1035/1122] Compiling NIOCore NIOSendable.swift
[1036/1122] Compiling NIOCore RecvByteBufferAllocator.swift
[1037/1130] Compiling NIOCore GlobalSingletons.swift
[1038/1130] Compiling NIOCore IO.swift
[1039/1130] Compiling NIOCore IOData.swift
[1040/1130] Compiling NIOCore IPProtocol.swift
[1041/1130] Compiling NIOCore IntegerBitPacking.swift
[1042/1130] Compiling NIOCore IntegerTypes.swift
[1043/1130] Compiling NIOCore Interfaces.swift
[1044/1130] Compiling NIOCore Linux.swift
[1045/1130] Compiling NIOCore EventLoop.swift
[1046/1130] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1047/1130] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1048/1130] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1049/1130] Compiling NIOCore EventLoopFuture.swift
[1050/1130] Compiling NIOCore FileDescriptor.swift
[1051/1130] Compiling NIOCore FileHandle.swift
[1052/1130] Compiling NIOCore FileRegion.swift
[1053/1130] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1054/1130] Compiling NIOCore SocketAddresses.swift
[1055/1130] Compiling NIOCore SocketOptionProvider.swift
[1056/1130] Compiling NIOCore SystemCallHelpers.swift
[1057/1130] Compiling NIOCore TimeAmount+Duration.swift
[1058/1130] Compiling NIOCore TypeAssistedChannelHandler.swift
[1059/1130] Compiling NIOCore UniversalBootstrapSupport.swift
[1060/1130] Compiling NIOCore Utilities.swift
[1061/1130] Compiling NIOCore ChannelPipeline.swift
[1062/1130] Compiling NIOCore CircularBuffer.swift
[1063/1130] Compiling NIOCore Codec.swift
[1064/1130] Compiling NIOCore ConvenienceOptionSupport.swift
[1065/1130] Compiling NIOCore DeadChannel.swift
[1066/1130] Compiling NIOCore DispatchQueue+WithFuture.swift
[1067/1130] Compiling NIOCore EventLoop+Deprecated.swift
[1068/1130] Compiling NIOCore EventLoop+SerialExecutor.swift
[1069/1130] Compiling NIOCore AddressedEnvelope.swift
[1070/1130] Compiling NIOCore AsyncAwaitSupport.swift
[1071/1130] Compiling NIOCore AsyncChannel.swift
[1072/1130] Compiling NIOCore AsyncChannelHandler.swift
[1073/1130] Compiling NIOCore AsyncChannelInboundStream.swift
[1074/1130] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1075/1130] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1076/1130] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1077/1130] Compiling NIOCore NIOAsyncWriter.swift
[1078/1130] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1079/1130] Compiling NIOCore BSDSocketAPI.swift
[1080/1130] Compiling NIOCore ByteBuffer-aux.swift
[1081/1130] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1082/1130] Compiling NIOCore ByteBuffer-conversions.swift
[1083/1130] Compiling NIOCore ByteBuffer-core.swift
[1084/1130] Compiling NIOCore ByteBuffer-hex.swift
[1085/1130] Compiling NIOCore ByteBuffer-int.swift
[1086/1130] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1087/1130] Compiling NIOCore ByteBuffer-multi-int.swift
[1088/1130] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1089/1130] Compiling NIOCore ByteBuffer-views.swift
[1090/1130] Compiling NIOCore Channel.swift
[1091/1130] Compiling NIOCore ChannelHandler.swift
[1092/1130] Compiling NIOCore ChannelHandlers.swift
[1093/1130] Compiling NIOCore ChannelInvoker.swift
[1094/1130] Compiling NIOCore ChannelOption.swift
[1095/1130] Emitting module NIOCore
[1096/1131] Wrapping AST for NIOCore for debugging
[1098/1193] Emitting module NIOHTTPTypes
[1099/1193] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1100/1194] Compiling CompressNIO Error.swift
[1101/1194] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[1102/1194] Compiling CompressNIO CompressionAlgorithm.swift
[1103/1195] Wrapping AST for NIOHTTPTypes for debugging
[1105/1195] Compiling NIOPosix Bootstrap.swift
[1106/1195] Compiling NIOPosix ControlMessage.swift
[1107/1195] Emitting module CompressNIO
[1108/1195] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1109/1195] Compiling CompressNIO ZlibWrapper.swift
[1110/1195] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[1111/1195] Compiling CompressNIO Compressor.swift
[1112/1195] Compiling CompressNIO Zlib.swift
[1113/1196] Emitting module NIOEmbedded
[1114/1196] Compiling NIOEmbedded AsyncTestingChannel.swift
[1115/1196] Wrapping AST for CompressNIO for debugging
[1117/1196] Compiling NIOEmbedded Embedded.swift
[1118/1196] Compiling NIOPosix IO.swift
[1119/1196] Compiling NIOPosix IntegerBitPacking.swift
[1120/1196] Compiling NIOPosix IntegerTypes.swift
[1121/1196] Compiling NIOPosix Linux.swift
[1122/1196] Compiling NIOPosix LinuxCPUSet.swift
[1123/1196] Compiling NIOPosix LinuxUring.swift
[1124/1196] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1125/1203] Wrapping AST for NIOEmbedded for debugging
[1127/1203] Compiling NIOPosix ThreadPosix.swift
[1128/1203] Compiling NIOPosix ThreadWindows.swift
[1129/1203] Compiling NIOPosix UnsafeTransfer.swift
[1130/1203] Compiling NIOPosix Utilities.swift
[1131/1203] Compiling NIOPosix VsockAddress.swift
[1132/1203] Compiling NIOPosix VsockChannelEvents.swift
[1133/1203] Compiling NIOPosix ServerSocket.swift
[1134/1203] Compiling NIOPosix Socket.swift
[1135/1203] Compiling NIOPosix SocketChannel.swift
[1136/1203] Compiling NIOPosix SocketProtocols.swift
[1137/1203] Compiling NIOPosix System.swift
[1138/1203] Compiling NIOPosix Thread.swift
[1139/1203] Compiling NIOPosix SelectableChannel.swift
[1140/1203] Compiling NIOPosix SelectableEventLoop.swift
[1141/1203] Compiling NIOPosix SelectorEpoll.swift
[1142/1203] Compiling NIOPosix SelectorGeneric.swift
[1143/1203] Compiling NIOPosix SelectorKqueue.swift
[1144/1203] Compiling NIOPosix SelectorUring.swift
[1145/1203] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1146/1203] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1147/1203] Compiling NIOPosix PosixSingletons.swift
[1148/1203] Compiling NIOPosix RawSocketBootstrap.swift
[1149/1203] Compiling NIOPosix Resolver.swift
[1150/1203] Compiling NIOPosix Selectable.swift
[1151/1203] Compiling NIOPosix NIOThreadPool.swift
[1152/1203] Compiling NIOPosix NonBlockingFileIO.swift
[1153/1203] Compiling NIOPosix PendingDatagramWritesManager.swift
[1154/1203] Compiling NIOPosix PendingWritesManager.swift
[1155/1203] Compiling NIOPosix PipeChannel.swift
[1156/1203] Compiling NIOPosix PipePair.swift
[1157/1203] Compiling NIOPosix Pool.swift
[1160/1203] Compiling NIOPosix DatagramVectorReadManager.swift
[1161/1203] Compiling NIOPosix Errors+Any.swift
[1162/1203] Compiling NIOPosix FileDescriptor.swift
[1163/1203] Compiling NIOPosix GetaddrinfoResolver.swift
[1164/1203] Compiling NIOPosix HappyEyeballs.swift
[1165/1203] Compiling NIOPosix BSDSocketAPICommon.swift
[1166/1203] Compiling NIOPosix BSDSocketAPIPosix.swift
[1167/1203] Compiling NIOPosix BSDSocketAPIWindows.swift
[1168/1203] Compiling NIOPosix BaseSocket.swift
[1169/1203] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1170/1203] Compiling NIOPosix BaseSocketChannel.swift
[1171/1203] Compiling NIOPosix BaseStreamSocketChannel.swift
[1172/1203] Emitting module NIOPosix
[1173/1204] Wrapping AST for NIOPosix for debugging
[1175/1206] Emitting module NIO
[1176/1206] Compiling NIO Exports.swift
[1177/1220] Wrapping AST for NIO for debugging
[1179/1246] Compiling NIOTLS TLSEvents.swift
[1180/1246] Emitting module NIOSOCKS
[1181/1246] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1182/1247] Compiling NIOSOCKS ClientStateMachine.swift
[1183/1247] Compiling NIOSOCKS SOCKSResponse.swift
[1184/1247] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1185/1247] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1186/1247] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1187/1247] Compiling NIOSOCKS Errors.swift
[1188/1247] Compiling NIOSOCKS Helpers.swift
[1189/1247] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1190/1247] Emitting module NIOTLS
[1191/1247] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1192/1247] Compiling NIOSOCKS SOCKSClientHandler.swift
[1193/1247] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1194/1247] Compiling NIOSOCKS ServerStateMachine.swift
[1195/1247] Compiling NIOTLS SNIHandler.swift
[1196/1247] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1197/1248] Compiling NIOSOCKS AuthenticationMethod.swift
[1198/1248] Compiling NIOSOCKS ClientGreeting.swift
[1199/1248] Compiling NIOSOCKS Messages.swift
[1200/1248] Compiling NIOSOCKS SOCKSRequest.swift
[1201/1249] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1202/1249] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1205/1251] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1206/1251] Emitting module NIOFoundationCompat
[1207/1252] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1208/1252] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1209/1252] Wrapping AST for NIOTLS for debugging
[1210/1252] Wrapping AST for NIOSOCKS for debugging
[1213/1281] Wrapping AST for NIOFoundationCompat for debugging
[1215/1303] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1216/1303] Compiling NIOTransportServices NIOTSErrors.swift
[1217/1303] Compiling NIOTransportServices NIOTSEventLoop.swift
[1218/1305] Compiling NIOTransportServices NIOTSBootstraps.swift
[1219/1305] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1220/1305] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1221/1305] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1222/1305] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1223/1305] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1224/1305] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1225/1305] Compiling NIOTransportServices NIOTSSingletons.swift
[1226/1305] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1227/1305] Compiling NIOTransportServices StateManagedChannel.swift
[1228/1305] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1229/1305] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1230/1305] Emitting module NIOTransportServices
[1231/1305] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1232/1305] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1233/1305] Compiling NIOTransportServices AcceptHandler.swift
[1234/1305] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1235/1305] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1236/1305] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1237/1305] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1238/1305] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1247/1306] Wrapping AST for NIOTransportServices for debugging
[1252/1306] Emitting module NIOHTTP1
[1253/1307] Wrapping AST for NIOHTTP1 for debugging
[1255/1357] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1256/1357] Compiling NIOWebSocket WebSocketOpcode.swift
[1257/1358] Emitting module NIOHTTPTypesHTTP1
[1258/1358] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1259/1358] Compiling NIOHPACK IndexedHeaderTable.swift
[1260/1359] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1261/1359] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1262/1359] Compiling NIOExtras NIOExtrasError.swift
[1263/1361] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1264/1361] Compiling NIOExtras JSONRPCFraming.swift
[1267/1361] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1268/1361] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1269/1361] Compiling NIOExtras LengthFieldPrepender.swift
[1270/1364] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1271/1364] Compiling NIOHTTPCompression HTTPDecompression.swift
[1272/1364] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1273/1364] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1274/1364] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1275/1364] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1276/1364] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1277/1364] Emitting module NIOSSL
[1280/1364] Compiling NIOExtras LineBasedFrameDecoder.swift
[1281/1364] Compiling NIOExtras DebugInboundEventsHandler.swift
[1282/1364] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1283/1364] Compiling NIOExtras UnsafeTransfer.swift
[1284/1364] Compiling NIOExtras WritePCAPHandler.swift
[1289/1364] Compiling NIOSSL SubjectAlternativeName.swift
[1290/1364] Compiling NIOSSL NIOSSLSecureBytes.swift
[1291/1364] Compiling NIOSSL RNG.swift
[1292/1364] Compiling NIOSSL SafeCompare.swift
[1293/1364] Compiling NIOSSL Zeroization.swift
[1294/1364] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1295/1364] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1296/1364] Compiling NIOHPACK IntegerCoding.swift
[1297/1364] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1298/1364] Compiling NIOHPACK StaticHeaderTable.swift
[1299/1364] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1300/1365] Compiling NIOHPACK HuffmanTables.swift
[1301/1365] Emitting module NIOHTTPCompression
[1302/1365] Compiling NIOHTTPCompression HTTPCompression.swift
[1303/1366] Compiling NIOExtras PCAPRingBuffer.swift
[1304/1366] Compiling NIOExtras QuiescingHelper.swift
[1306/1366] Compiling NIOExtras NIORequestIdentifiable.swift
[1307/1366] Compiling NIOExtras RequestResponseHandler.swift
[1310/1366] Compiling NIOHPACK HuffmanCoding.swift
[1311/1366] Emitting module NIOWebSocket
[1312/1366] Wrapping AST for NIOHTTPTypesHTTP1 for debugging
[1314/1366] Emitting module NIOHPACK
[1314/1366] Wrapping AST for NIOHTTPCompression for debugging
[1316/1366] Emitting module NIOExtras
[1317/1366] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1322/1366] Compiling NIOWebSocket WebSocketFrame.swift
[1337/1368] Wrapping AST for NIOWebSocket for debugging
[1339/1368] Compiling NIOSSL TLSConfiguration.swift
[1340/1368] Compiling NIOSSL UniversalBootstrapSupport.swift
[1341/1368] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1341/1368] Wrapping AST for NIOHPACK for debugging
[1343/1441] Compiling NIOHTTP2 StateMachineResult.swift
[1344/1441] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1345/1442] Compiling NIOHTTP2 SendingHeadersState.swift
[1346/1442] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1347/1442] Compiling NIOHTTP2 SendingRstStreamState.swift
[1348/1442] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1350/1443] Wrapping AST for NIOExtras for debugging
[1351/1467] Wrapping AST for NIOSSL for debugging
[1353/1467] Compiling HummingbirdCore ResponseBodyWriter.swift
[1354/1467] Compiling HummingbirdCore ResponseWriter.swift
[1355/1467] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[1356/1470] Compiling HummingbirdCore BindAddress.swift
[1357/1470] Compiling HummingbirdCore HTTP1Channel.swift
[1358/1470] Compiling HummingbirdCore HTTPChannelHandler.swift
[1359/1470] Compiling HummingbirdCore HTTPServerBuilder.swift
[1360/1470] Compiling HummingbirdCore HTTPUserEventHandler.swift
[1361/1470] Compiling HummingbirdCore Server.swift
[1362/1470] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[1363/1470] Compiling HummingbirdCore URI.swift
[1364/1470] Compiling HummingbirdCore Response.swift
[1365/1470] Compiling HummingbirdCore ResponseBody.swift
[1376/1479] Emitting module HummingbirdCore
[1377/1479] Compiling HummingbirdCore Deprecations.swift
[1378/1479] Compiling HummingbirdCore Request.swift
[1379/1479] Compiling HummingbirdCore RequestBody+inboundClose.swift
[1380/1479] Compiling HummingbirdCore RequestBody.swift
[1381/1479] Emitting module WSCore
[1386/1479] Emitting module NIOHTTP2
[1396/1479] Compiling HummingbirdCore ServerChildChannel.swift
[1397/1479] Compiling HummingbirdCore ServerConfiguration.swift
[1398/1479] Compiling HummingbirdCore TSTLSOptions.swift
[1399/1479] Compiling HummingbirdCore AnyAsyncSequence.swift
[1400/1479] Compiling HummingbirdCore FlatDictionary.swift
[1401/1479] Compiling HummingbirdCore HBParser.swift
[1410/1479] Compiling WSCore WebSocketStateMachine.swift
[1411/1480] Compiling HummingbirdCore OutputBuffer.swift
[1412/1480] Compiling HummingbirdCore String+percentEncode.swift
[1413/1480] Compiling HummingbirdCore UnsafeTransfer.swift
[1414/1481] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1415/1481] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1416/1481] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1417/1481] Compiling NIOHTTP2 HTTP2StreamID.swift
[1418/1481] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1419/1481] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1420/1481] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1421/1481] Compiling NIOHTTP2 InboundEventBuffer.swift
[1423/1481] Wrapping AST for HummingbirdCore for debugging
[1424/1519] Wrapping AST for WSCore for debugging
[1426/1558] Compiling Hummingbird RequestContextSource.swift
[1427/1558] Compiling Hummingbird RequestID.swift
[1428/1558] Compiling Hummingbird RequestResponder.swift
[1429/1558] Compiling Hummingbird Response.swift
[1430/1558] Compiling Hummingbird URI+decodeQuery.swift
[1431/1558] Compiling Hummingbird MemoryPersistDriver.swift
[1432/1558] Compiling NIOHTTP2 UnsafeTransfer.swift
[1433/1558] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1434/1558] Compiling WSClient WebSocketClientConfiguration.swift
[1435/1559] Compiling WSClient ClientChannel.swift
[1436/1559] Compiling WSClient ClientConnection.swift
[1437/1559] Compiling WSClient TSTLSOptions.swift
[1438/1559] Compiling WSClient URI.swift
[1439/1559] Compiling WSClient WebSocketClientChannel.swift
[1440/1559] Compiling WSClient WebSocketClient.swift
[1441/1559] Compiling WSClient Exports.swift
[1442/1559] Emitting module WSClient
[1443/1559] Compiling WSClient WebSocketClientError.swift
[1444/1559] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[1445/1559] Compiling Hummingbird _Middleware2.swift
[1446/1559] Compiling Hummingbird _OptionalMiddleware.swift
[1447/1559] Compiling Hummingbird RouterGroup.swift
[1448/1559] Compiling Hummingbird RouterMethods.swift
[1449/1559] Compiling Hummingbird RouterPath.swift
[1450/1559] Compiling Hummingbird RouterResponder.swift
[1451/1559] Compiling Hummingbird TransformingRouterGroup.swift
[1452/1559] Emitting module WSCompression
[1453/1559] Compiling WSCompression PerMessageDeflateExtension.swift
[1455/1560] Compiling WSClient Parser.swift
[1456/1560] Compiling WSClient TLSClientChannel.swift
[1457/1561] Compiling Hummingbird ChildRequestContext.swift
[1458/1561] Compiling Hummingbird Request.swift
[1459/1561] Compiling Hummingbird RequestContext.swift
[1467/1570] Compiling Hummingbird Parameters.swift
[1468/1570] Compiling Hummingbird ResponseGenerator.swift
[1469/1570] Compiling Hummingbird RouteCollection.swift
[1470/1570] Compiling Hummingbird Router+validation.swift
[1471/1570] Compiling Hummingbird Router.swift
[1475/1570] Compiling Hummingbird CacheControl.swift
[1476/1570] Compiling Hummingbird FileIO.swift
[1477/1570] Compiling Hummingbird FileProvider.swift
[1478/1570] Compiling Hummingbird LocalFileSystem.swift
[1479/1570] Compiling Hummingbird Cookie.swift
[1480/1570] Compiling Hummingbird Cookies.swift
[1481/1570] Compiling Hummingbird MediaType+FileExtension.swift
[1482/1570] Compiling Hummingbird MediaType.swift
[1483/1570] Compiling Hummingbird Request+Cookies.swift
[1484/1570] Compiling Hummingbird Response+Cookies.swift
[1485/1570] Compiling Hummingbird CORSMiddleware.swift
[1486/1570] Compiling Hummingbird FileMiddleware.swift
[1487/1570] Compiling Hummingbird LogRequestMiddleware.swift
[1488/1570] Compiling Hummingbird MetricsMiddleware.swift
[1489/1570] Compiling Hummingbird Middleware.swift
[1490/1570] Compiling Hummingbird MiddlewareGroup.swift
[1492/1571] Compiling Hummingbird Configuration.swift
[1493/1571] Compiling Hummingbird Deprecations.swift
[1494/1571] Compiling Hummingbird Environment.swift
[1495/1571] Compiling Hummingbird EditedHTTPError.swift
[1496/1571] Compiling Hummingbird HTTPError.swift
[1497/1571] Compiling Hummingbird HTTPResponseError.swift
[1498/1571] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[1499/1571] Compiling Hummingbird Exports.swift
[1515/1571] Compiling Hummingbird RouterTrie.swift
[1516/1571] Compiling Hummingbird Trie+resolve.swift
[1517/1571] Compiling Hummingbird Trie+serialize.swift
[1518/1571] Compiling Hummingbird TrieRouter.swift
[1519/1571] Compiling Hummingbird _SpreadMiddleware.swift
[1520/1571] Compiling Hummingbird TracingMiddleware.swift
[1521/1571] Compiling Hummingbird EndpointResponder.swift
[1522/1571] Compiling Hummingbird Parameters+UUID.swift
[1536/1571] Wrapping AST for WSCompression for debugging
[1537/1571] Wrapping AST for WSClient for debugging
[1539/1575] Compiling Hummingbird PersistDriver.swift
[1540/1575] Compiling Hummingbird PersistError.swift
[1541/1575] Compiling Hummingbird ByteBuffer+foundation.swift
[1542/1575] Compiling Hummingbird DateCache.swift
[1543/1575] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[1544/1575] Compiling Hummingbird HexDigest.swift
[1545/1575] Compiling Hummingbird InitializableFromSource.swift
[1546/1575] Compiling Hummingbird PreludeService.swift
[1547/1575] Compiling Hummingbird StringProtocol.swift
[1548/1575] Emitting module HummingbirdWSClient
[1549/1575] Compiling HummingbirdWSClient Exports.swift
[1550/1576] Compiling HummingbirdWSCompression Exports.swift
[1551/1576] Emitting module HummingbirdWSCompression
[1553/1577] Emitting module Hummingbird
[1560/1577] Compiling Hummingbird URLEncodedFormDecoder.swift
[1561/1577] Compiling Hummingbird URLEncodedFormEncoder.swift
[1562/1577] Compiling Hummingbird URLEncodedFormNode.swift
[1563/1578] Wrapping AST for NIOHTTP2 for debugging
[1565/1639] Wrapping AST for HummingbirdWSClient for debugging
[1566/1639] Wrapping AST for Hummingbird for debugging
[1567/1644] Wrapping AST for HummingbirdWSCompression for debugging
[1569/1644] Compiling HummingbirdWebSocket WebSocketServerConfiguration.swift
[1570/1644] Compiling HummingbirdWebSocket NIOWebSocketServerUpgrade+ext.swift
[1571/1644] Compiling HummingbirdWebSocket HTTPServerBuilder+WebSocket.swift
[1572/1644] Emitting module HummingbirdWebSocket
[1573/1644] Emitting module AsyncHTTPClient
[1574/1652] Compiling HummingbirdWebSocket WebSocketRouter.swift
[1575/1652] Compiling HummingbirdWebSocket WebSocketChannel.swift
[1576/1652] Compiling HummingbirdWebSocket Exports.swift
[1577/1653] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1578/1653] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1579/1653] Compiling AsyncHTTPClient Transaction.swift
[1580/1653] Compiling AsyncHTTPClient Base64.swift
[1581/1653] Compiling AsyncHTTPClient BasicAuth.swift
[1582/1653] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1583/1653] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1584/1653] Compiling AsyncHTTPClient ConnectionPool.swift
[1585/1653] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1587/1653] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1588/1653] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1589/1653] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1590/1653] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1591/1653] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1592/1653] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1593/1653] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1594/1653] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1595/1653] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1596/1653] Compiling AsyncHTTPClient RequestBag.swift
[1597/1653] Compiling AsyncHTTPClient RequestValidation.swift
[1598/1653] Compiling AsyncHTTPClient SSLContextCache.swift
[1599/1653] Compiling AsyncHTTPClient Scheme.swift
[1600/1653] Compiling AsyncHTTPClient Singleton.swift
[1601/1653] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1602/1653] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1603/1653] Compiling AsyncHTTPClient Utils.swift
[1604/1653] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1605/1653] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1606/1653] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1607/1653] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1608/1653] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1609/1653] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1610/1653] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1611/1653] Compiling AsyncHTTPClient RequestBodyLength.swift
[1612/1653] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1613/1653] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1614/1653] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1615/1653] Compiling AsyncHTTPClient HTTP1Connection.swift
[1616/1653] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1617/1653] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1618/1653] Compiling AsyncHTTPClient HTTP2Connection.swift
[1619/1653] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1619/1653] Wrapping AST for HummingbirdWebSocket for debugging
[1621/1653] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1622/1653] Compiling AsyncHTTPClient RequestOptions.swift
[1623/1653] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1624/1653] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1625/1653] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1626/1653] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1627/1653] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1628/1653] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1629/1653] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1630/1653] Compiling AsyncHTTPClient ConnectionTarget.swift
[1631/1653] Compiling AsyncHTTPClient DeconstructedURL.swift
[1632/1653] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1633/1653] Compiling AsyncHTTPClient FoundationExtensions.swift
[1634/1653] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1635/1653] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1636/1653] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1637/1653] Compiling AsyncHTTPClient HTTPClient.swift
[1638/1653] Compiling AsyncHTTPClient HTTPHandler.swift
[1639/1653] Compiling AsyncHTTPClient LRUCache.swift
[1640/1653] Compiling AsyncHTTPClient NWErrorHandler.swift
[1641/1653] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1642/1653] Compiling AsyncHTTPClient TLSConfiguration.swift
[1643/1653] Compiling AsyncHTTPClient RedirectState.swift
[1644/1653] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1645/1654] Wrapping AST for AsyncHTTPClient for debugging
[1647/1663] Compiling HummingbirdTesting TestClient+types.swift
[1648/1664] Compiling HummingbirdTesting TestApplication.swift
[1649/1664] Emitting module HummingbirdTesting
[1650/1664] Compiling HummingbirdTesting Application+Test.swift
[1651/1664] Compiling HummingbirdTesting ApplicationTester.swift
[1652/1664] Compiling HummingbirdTesting LiveTestFramework.swift
[1653/1664] Compiling HummingbirdTesting Deprecations.swift
[1654/1664] Compiling HummingbirdTesting AsyncHTTPClientTestFramework.swift
[1655/1664] Compiling HummingbirdTesting RouterTestFramework.swift
[1656/1664] Compiling HummingbirdTesting TestClient.swift
[1657/1666] Wrapping AST for HummingbirdTesting for debugging
[1659/1667] Compiling HummingbirdWSTesting TestClient+ws.swift
[1660/1667] Emitting module HummingbirdWSTesting
[1661/1672] Wrapping AST for HummingbirdWSTesting for debugging
[1663/1672] Emitting module WebsocketTest
[1664/1672] Emitting module AutobahnServerTest
[1665/1672] Compiling AutobahnServerTest AutobahnServerTest.swift
[1666/1672] Compiling WebsocketTest WebsocketTest.swift
[1668/1674] Wrapping AST for AutobahnServerTest for debugging
[1669/1674] Write Objects.LinkFileList
[1670/1674] Wrapping AST for WebsocketTest for debugging
[1671/1674] Write Objects.LinkFileList
[1672/1674] Linking AutobahnServerTest
[1673/1674] Linking WebsocketTest
Build complete! (303.27s)
Build complete.
{
"dependencies" : [
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.12.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "swift-websocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"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",
"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:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.