Build Information
Successful build of hummingbird-websocket, reference 2.5.0 (974ab0
), with Swift 6.1 for Linux on 12 May 2025 15:48:03 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-websocket.git
Reference: 2.5.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.5.0 -> FETCH_HEAD
HEAD is now at 974ab0d Require hummingbird 2.14.0 (#105)
Cloned https://github.com/hummingbird-project/hummingbird-websocket.git
Revision (git rev-parse @):
974ab0d7a7876bb6cbb1ceb5ce55e52c100ad8d7
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-websocket.git at 2.5.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.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.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-4609320-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/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/hummingbird-project/swift-websocket.git
Fetching https://github.com/hummingbird-project/hummingbird.git
[1/387] Fetching swift-websocket
[207/6271] Fetching swift-websocket, swift-nio-extras
[4213/30711] Fetching swift-websocket, swift-nio-extras, hummingbird
Fetched https://github.com/hummingbird-project/swift-websocket.git from cache (0.29s)
[7840/30324] Fetching swift-nio-extras, hummingbird
[11507/45160] Fetching swift-nio-extras, hummingbird, swift-nio-ssl
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (0.91s)
[16566/20720] Fetching swift-nio-extras, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.58s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.60s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.14.0 (2.07s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
Fetching https://github.com/swift-server/async-http-client.git
[1/2656] Fetching swift-nio-transport-services
[294/7630] Fetching swift-nio-transport-services, swift-distributed-tracing
[3482/10056] Fetching swift-nio-transport-services, swift-distributed-tracing, swift-service-lifecycle
[10057/21570] Fetching swift-nio-transport-services, swift-distributed-tracing, swift-service-lifecycle, swift-nio-http2
[10518/35563] Fetching swift-nio-transport-services, swift-distributed-tracing, swift-service-lifecycle, swift-nio-http2, async-http-client
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.41s)
Fetching https://github.com/apple/swift-metrics.git
[11802/32907] Fetching swift-distributed-tracing, swift-service-lifecycle, swift-nio-http2, async-http-client
[16232/108773] Fetching swift-distributed-tracing, swift-service-lifecycle, swift-nio-http2, async-http-client, swift-nio
[33939/110979] Fetching swift-distributed-tracing, swift-service-lifecycle, swift-nio-http2, async-http-client, swift-nio, swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.45s)
[44287/108773] Fetching swift-distributed-tracing, swift-service-lifecycle, swift-nio-http2, async-http-client, swift-nio
Fetching https://github.com/apple/swift-http-types.git
[83739/109677] Fetching swift-distributed-tracing, swift-service-lifecycle, swift-nio-http2, async-http-client, swift-nio, swift-http-types
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.99s)
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.00s)
Fetching https://github.com/apple/swift-collections.git
[77258/93189] Fetching swift-service-lifecycle, async-http-client, swift-nio, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (1.12s)
Fetching https://github.com/apple/swift-atomics.git
[77112/92285] Fetching swift-service-lifecycle, async-http-client, swift-nio
[89252/96121] Fetching swift-service-lifecycle, async-http-client, swift-nio, swift-log
[96122/112492] Fetching swift-service-lifecycle, async-http-client, swift-nio, swift-log, swift-collections
[96614/114202] Fetching swift-service-lifecycle, async-http-client, swift-nio, swift-log, swift-collections, swift-atomics
Fetched https://github.com/apple/swift-log.git from cache (0.47s)
[94098/110366] Fetching swift-service-lifecycle, async-http-client, swift-nio, swift-collections, swift-atomics
Fetching https://github.com/apple/swift-async-algorithms.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.65s)
[96706/108656] Fetching swift-service-lifecycle, async-http-client, swift-nio, swift-collections
[100799/113632] Fetching swift-service-lifecycle, async-http-client, swift-nio, swift-collections, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.59s)
Fetched https://github.com/apple/swift-collections.git from cache (1.36s)
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (4.14s)
Fetched https://github.com/swift-server/async-http-client.git from cache (4.15s)
Fetched https://github.com/apple/swift-nio.git from cache (4.23s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (6.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.32s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.77s)
Computing version for https://github.com/hummingbird-project/swift-websocket.git
Computed https://github.com/hummingbird-project/swift-websocket.git at 1.2.2 (0.44s)
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.61s)
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.18s)
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.97s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.48s)
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.52s)
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.61s)
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.22s)
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.70s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.54s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.77s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.05s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1135] Fetching swift-http-structured-headers
[1136/7094] Fetching swift-http-structured-headers, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.37s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.37s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.84s)
Fetching https://github.com/apple/swift-numerics.git
[1/5675] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.40s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.87s)
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 (0.48s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.48s)
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.47s)
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.44s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.70s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.0 (1.37s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (0.55s)
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-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/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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-nio-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.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.36.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/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/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/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.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.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/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.14.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Building for debugging...
[0/534] Write sources
[50/534] Compiling _NumericsShims _NumericsShims.c
[51/534] Compiling CNIOWindows WSAStartup.c
[52/534] Compiling _AtomicsShims.c
[53/534] Compiling CNIOWindows shim.c
[54/534] Compiling CNIOWASI CNIOWASI.c
[55/534] Compiling CNIOLinux liburing_shims.c
[56/534] Compiling CNIOSHA1 c_nio_sha1.c
[57/534] Compiling CNIOLLHTTP c_nio_http.c
[58/534] Compiling CNIOLinux shim.c
[59/534] Compiling CNIOExtrasZlib empty.c
[60/534] Compiling CNIODarwin shim.c
[61/534] Compiling CNIOLLHTTP c_nio_api.c
[62/534] Write swift-version-24593BA9C3E375BF.txt
[63/534] Compiling fiat_p256_adx_sqr.S
[64/534] Compiling fiat_curve25519_adx_square.S
[65/534] Compiling fiat_p256_adx_mul.S
[66/537] Compiling a_d2i_fp.cc
[67/538] Compiling a_dup.cc
[68/541] Compiling CNIOLLHTTP c_nio_llhttp.c
[69/543] Compiling CNIOBoringSSLShims shims.c
[70/558] Compiling a_bool.cc
[72/586] Emitting module InternalCollectionsUtilities
[73/588] Emitting module _NIOBase64
[74/588] Compiling _NIOBase64 Base64.swift
[75/589] Compiling HTTPTypes ISOLatin1String.swift
[76/590] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[77/590] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[78/590] Emitting module HTTPTypes
[79/590] Compiling ServiceContextModule ServiceContextKey.swift
[80/590] Compiling HTTPTypes HTTPRequest.swift
[81/590] Compiling HTTPTypes HTTPResponse.swift
[82/590] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[83/590] Compiling InternalCollectionsUtilities Specialize.swift
[84/590] Compiling _NIODataStructures _TinyArray.swift
[85/590] Compiling CoreMetrics Metrics.swift
[86/590] Compiling InternalCollectionsUtilities Debugging.swift
[87/590] Compiling InternalCollectionsUtilities Descriptions.swift
[88/590] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[89/590] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[90/590] Compiling InternalCollectionsUtilities _SortedCollection.swift
[91/590] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[92/590] Compiling RealModule Float16+Real.swift
[93/590] Compiling RealModule ElementaryFunctions.swift
[94/590] Compiling RealModule Float80+Real.swift
[95/590] Emitting module ServiceContextModule
[96/590] Compiling ServiceContextModule ServiceContext.swift
[97/590] Compiling InternalCollectionsUtilities UInt+reversed.swift
[98/590] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[99/591] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[100/591] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[101/592] Compiling _NIODataStructures PriorityQueue.swift
[102/592] Compiling RealModule Real.swift
[103/592] Compiling RealModule Float+Real.swift
[105/592] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[106/592] Compiling InternalCollectionsUtilities Integer rank.swift
[109/592] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[110/592] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[111/592] Emitting module RealModule
[114/593] Compiling HTTPTypes HTTPField.swift
[115/593] Compiling HTTPTypes HTTPParsedFields.swift
[118/593] Compiling RealModule RealFunctions.swift
[118/594] Wrapping AST for _NIOBase64 for debugging
[121/603] Compiling Instrumentation Instrument.swift
[122/603] Compiling Instrumentation NoOpInstrument.swift
[123/603] Emitting module Instrumentation
[124/603] Compiling ConcurrencyHelpers LockedValueBox.swift
[125/603] Compiling Instrumentation MultiplexInstrument.swift
[126/726] Compiling ConcurrencyHelpers Lock.swift
[127/726] Emitting module ConcurrencyHelpers
[128/727] Emitting module _NIODataStructures
[129/727] Compiling _NIODataStructures Heap.swift
[130/728] Compiling HTTPTypes NIOLock.swift
[131/728] Compiling Instrumentation InstrumentationSystem.swift
[132/728] Compiling Instrumentation Locks.swift
[133/729] Compiling Logging Locks.swift
[134/729] Compiling CoreMetrics Locks.swift
[135/729] Emitting module CoreMetrics
[136/730] Compiling Logging MetadataProvider.swift
[138/730] Compiling Logging Logging.swift
[139/730] Emitting module Logging
[140/730] Compiling Logging LogHandler.swift
[144/731] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[145/731] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[146/731] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[147/731] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[148/731] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[149/731] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[150/731] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[151/738] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[152/738] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[153/738] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[154/738] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[155/738] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[156/738] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[157/738] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[159/834] Compiling HeapModule Heap+Invariants.swift
[160/834] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[161/834] Compiling HeapModule Heap+Descriptions.swift
[162/834] Compiling Tracing InstrumentationSystem+Tracing.swift
[163/834] Compiling HashTreeCollections TreeDictionary+Filter.swift
[164/834] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[165/834] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[166/834] Compiling HashTreeCollections TreeDictionary+Keys.swift
[167/834] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[168/834] Compiling HashTreeCollections TreeDictionary+Merge.swift
[169/834] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[170/834] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[171/834] Compiling HashTreeCollections TreeDictionary+Values.swift
[172/834] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[173/834] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[174/834] Compiling HashTreeCollections _HashNode+Structural union.swift
[175/834] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[176/834] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[177/834] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[178/834] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[179/834] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[180/834] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[181/834] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[182/834] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[183/834] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[184/834] Compiling HashTreeCollections _HashNode+Structural merge.swift
[185/834] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[186/834] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[187/834] Compiling HashTreeCollections _HashNode+Invariants.swift
[188/834] Compiling HashTreeCollections _HashNode+Lookups.swift
[189/834] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[190/834] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[191/834] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[192/834] Compiling HashTreeCollections _HashNode+Storage.swift
[193/834] Compiling HashTreeCollections _HashNode+Structural compactMapValues.swift
[194/834] Compiling HashTreeCollections _HashNode+Structural filter.swift
[195/834] Compiling HeapModule Heap.swift
[196/834] Compiling HeapModule _HeapNode.swift
[197/834] Emitting module HeapModule
[198/834] Compiling UnixSignals UnixSignal.swift
[199/834] Compiling Tracing TracingTime.swift
[200/834] Compiling HeapModule Heap+UnsafeHandle.swift
[201/835] Emitting module Tracing
[202/835] Compiling Tracing TracerProtocol.swift
[203/835] Emitting module UnixSignals
[204/835] Compiling UnixSignals UnixSignalsSequence.swift
[216/845] Compiling HashTreeCollections TreeSet+Hashable.swift
[217/845] Compiling HashTreeCollections TreeSet+Sendable.swift
[218/845] Compiling _RopeModule Rope+Join.swift
[219/845] Compiling _RopeModule Rope+MutatingForEach.swift
[220/845] Compiling _RopeModule Rope+Remove.swift
[221/845] Compiling _RopeModule Rope+RemoveSubrange.swift
[222/845] Compiling _RopeModule Rope+Split.swift
[223/845] Compiling _RopeModule Optional Utilities.swift
[224/845] Compiling _RopeModule String Utilities.swift
[225/845] Compiling _RopeModule String.Index+ABI.swift
[227/855] Compiling Tracing Tracer.swift
[228/855] Compiling Tracing TracerProtocol+Legacy.swift
[228/855] Wrapping AST for _NIODataStructures for debugging
[230/870] Compiling HashTreeCollections TreeDictionary.swift
[231/870] Compiling HashTreeCollections TreeSet+Codable.swift
[232/870] Compiling HashTreeCollections TreeSet+Collection.swift
[233/870] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[234/870] Compiling HashTreeCollections TreeSet+Debugging.swift
[235/870] Compiling HashTreeCollections TreeSet+Descriptions.swift
[236/870] Compiling HashTreeCollections TreeSet+Equatable.swift
[237/870] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[238/870] Compiling HashTreeCollections TreeSet+Extras.swift
[239/870] Compiling HashTreeCollections TreeSet+Filter.swift
[239/870] Wrapping AST for UnixSignals for debugging
[241/870] Compiling Tracing NoOpTracer.swift
[242/870] Compiling Tracing SpanProtocol.swift
[254/871] Wrapping AST for ServiceContextModule for debugging
[256/871] Compiling DequeModule Deque+CustomReflectable.swift
[257/871] Compiling DequeModule Deque+Descriptions.swift
[258/871] Compiling DequeModule Deque+Equatable.swift
[259/871] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[260/871] Compiling DequeModule Deque+Codable.swift
[261/871] Compiling DequeModule Deque+Collection.swift
[266/871] Compiling DequeModule Deque+Extras.swift
[267/871] Compiling DequeModule Deque+Hashable.swift
[267/873] Wrapping AST for RealModule for debugging
[269/873] Compiling DequeModule _DequeBuffer.swift
[270/873] Compiling DequeModule _DequeBufferHeader.swift
[270/873] Wrapping AST for Tracing for debugging
[271/873] Wrapping AST for Logging for debugging
[273/873] Compiling DequeModule Deque._UnsafeHandle.swift
[274/873] Compiling DequeModule Deque.swift
[277/873] Compiling DequeModule _DequeSlot.swift
[278/873] Compiling DequeModule _UnsafeWrappedBuffer.swift
[282/873] Wrapping AST for InternalCollectionsUtilities for debugging
[283/873] Wrapping AST for Instrumentation for debugging
[285/873] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[286/873] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[287/873] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[288/873] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[289/873] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[290/873] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[291/873] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[292/873] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[293/873] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[294/873] Compiling HashTreeCollections TreeSet.swift
[303/873] Compiling DequeModule Deque+Testing.swift
[304/873] Compiling DequeModule Deque._Storage.swift
[305/873] Compiling HashTreeCollections _UnsafePath.swift
[306/873] Compiling HashTreeCollections TreeDictionary+Codable.swift
[307/873] Compiling HashTreeCollections TreeDictionary+Collection.swift
[308/873] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[309/873] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[310/873] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[333/873] Wrapping AST for HeapModule for debugging
[334/873] Wrapping AST for CoreMetrics for debugging
[336/873] Emitting module OrderedCollections
[338/874] Compiling fiat_curve25519_adx_mul.S
[339/874] Wrapping AST for ConcurrencyHelpers for debugging
[346/874] Emitting module DequeModule
[347/875] Wrapping AST for OrderedCollections for debugging
[349/875] Compiling HTTPTypes HTTPFieldName.swift
[350/875] Compiling HTTPTypes HTTPFields.swift
[351/876] Emitting module _RopeModule
[352/876] Wrapping AST for DequeModule for debugging
[353/876] Wrapping AST for HTTPTypes for debugging
[366/876] Compiling HashTreeCollections _HashTreeIterator.swift
[367/876] Compiling HashTreeCollections _HashTreeStatistics.swift
[368/876] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[369/876] Compiling HashTreeCollections _RawHashNode.swift
[370/876] Compiling HashTreeCollections _UnmanagedHashNode.swift
[404/876] Compiling HashTreeCollections _HashNode.swift
[405/876] Compiling HashTreeCollections _HashNodeHeader.swift
[406/876] Compiling HashTreeCollections _HashSlot.swift
[407/876] Compiling HashTreeCollections _HashStack.swift
[407/876] Compiling tls_method.cc
[408/876] Compiling tls_record.cc
[428/876] Compiling tls13_server.cc
[430/877] Emitting module Metrics
[431/877] Compiling Metrics Metrics.swift
[432/878] Emitting module HashTreeCollections
[435/879] Wrapping AST for Metrics for debugging
[436/879] Compiling tls13_enc.cc
[437/879] Wrapping AST for _RopeModule for debugging
[438/879] Wrapping AST for HashTreeCollections for debugging
[439/879] Compiling tls13_client.cc
[440/879] Compiling t1_enc.cc
[441/879] Compiling tls13_both.cc
[442/879] Compiling ssl_x509.cc
[443/879] Compiling ssl_stat.cc
[444/879] Compiling ssl_versions.cc
[445/879] Compiling ssl_transcript.cc
[446/879] Compiling ssl_session.cc
[447/879] Compiling ssl_privkey.cc
[448/879] Compiling ssl_key_share.cc
[449/879] Compiling ssl_file.cc
[450/879] Compiling ssl_cert.cc
[451/879] Compiling ssl_cipher.cc
[452/879] Compiling ssl_buffer.cc
[453/879] Compiling ssl_credential.cc
[454/879] Compiling ssl_lib.cc
[455/879] Compiling ssl_asn1.cc
[456/879] Compiling ssl_aead_ctx.cc
[457/879] Compiling s3_pkt.cc
[458/879] Compiling s3_both.cc
[459/879] Compiling handshake_client.cc
[460/879] Compiling handshake.cc
[461/879] Compiling s3_lib.cc
[462/879] Compiling handshake_server.cc
[463/879] Compiling handoff.cc
[464/879] Compiling extensions.cc
[465/879] Compiling d1_pkt.cc
[466/879] Compiling dtls_method.cc
[467/879] Compiling encrypted_client_hello.cc
[468/879] Compiling d1_srtp.cc
[469/879] Compiling md5-586-linux.S
[470/879] Compiling md5-x86_64-linux.S
[471/879] Compiling md5-x86_64-apple.S
[471/879] Compiling md5-586-apple.S
[473/879] Compiling dtls_record.cc
[474/879] Compiling d1_lib.cc
[475/879] Compiling chacha20_poly1305_armv8-win.S
[476/879] Compiling chacha20_poly1305_x86_64-apple.S
[477/879] Compiling chacha20_poly1305_x86_64-linux.S
[478/879] Compiling chacha20_poly1305_armv8-linux.S
[479/879] Compiling chacha20_poly1305_armv8-apple.S
[480/879] Compiling chacha-x86_64-linux.S
[481/879] Compiling chacha-x86-apple.S
[482/879] Compiling chacha-x86-linux.S
[483/879] Compiling chacha-x86_64-apple.S
[484/879] Compiling chacha-armv8-win.S
[485/879] Compiling chacha-armv8-linux.S
[486/879] Compiling chacha-armv8-apple.S
[487/879] Compiling aes128gcmsiv-x86_64-linux.S
[488/879] Compiling chacha-armv4-linux.S
[489/879] Compiling aes128gcmsiv-x86_64-apple.S
[490/879] Compiling x86_64-mont5-linux.S
[491/879] Compiling x86_64-mont5-apple.S
[492/879] Compiling x86_64-mont-linux.S
[493/879] Compiling x86_64-mont-apple.S
[494/879] Compiling x86-mont-linux.S
[495/879] Compiling x86-mont-apple.S
[496/879] Compiling vpaes-x86_64-linux.S
[497/879] Compiling err_data.cc
[498/879] Compiling vpaes-x86_64-apple.S
[499/879] Compiling vpaes-x86-linux.S
[500/879] Compiling vpaes-x86-apple.S
[501/879] Compiling vpaes-armv8-win.S
[502/879] Compiling vpaes-armv8-apple.S
[503/879] Compiling vpaes-armv7-linux.S
[504/879] Compiling vpaes-armv8-linux.S
[505/879] Compiling d1_both.cc
[506/879] Compiling sha512-x86_64-apple.S
[507/879] Compiling sha512-armv8-win.S
[508/879] Compiling sha512-x86_64-linux.S
[509/879] Compiling sha512-armv8-linux.S
[510/879] Compiling sha512-armv8-apple.S
[511/879] Compiling sha512-586-linux.S
[512/879] Compiling sha512-armv4-linux.S
[513/879] Compiling sha512-586-apple.S
[514/879] Compiling sha256-armv8-apple.S
[515/879] Compiling sha256-armv8-linux.S
[516/879] Compiling sha256-x86_64-linux.S
[517/879] Compiling sha256-x86_64-apple.S
[518/879] Compiling sha256-armv8-win.S
[519/879] Compiling sha256-armv4-linux.S
[520/879] Compiling sha256-586-linux.S
[521/879] Compiling sha1-armv8-linux.S
[522/879] Compiling sha1-x86_64-apple.S
[523/879] Compiling sha256-586-apple.S
[524/879] Compiling sha1-armv8-win.S
[525/879] Compiling sha1-armv8-apple.S
[526/879] Compiling sha1-x86_64-linux.S
[527/879] Compiling sha1-armv4-large-linux.S
[528/879] Compiling sha1-586-linux.S
[529/879] Compiling sha1-586-apple.S
[530/879] Compiling rsaz-avx2-apple.S
[531/879] Compiling rsaz-avx2-linux.S
[531/879] Compiling rdrand-x86_64-linux.S
[533/879] Compiling p256_beeu-x86_64-asm-linux.S
[534/879] Compiling rdrand-x86_64-apple.S
[535/879] Compiling p256_beeu-x86_64-asm-apple.S
[536/879] Compiling p256_beeu-armv8-asm-linux.S
[537/879] Compiling p256_beeu-armv8-asm-apple.S
[538/879] Compiling p256_beeu-armv8-asm-win.S
[539/879] Compiling p256-x86_64-asm-apple.S
[540/879] Compiling p256-armv8-asm-win.S
[541/879] Compiling p256-x86_64-asm-linux.S
[542/879] Compiling p256-armv8-asm-linux.S
[543/879] Compiling bio_ssl.cc
[544/879] Compiling ghashv8-armv8-win.S
[545/879] Compiling ghashv8-armv8-linux.S
[546/879] Compiling p256-armv8-asm-apple.S
[547/879] Compiling ghashv8-armv8-apple.S
[548/879] Compiling ghash-x86_64-linux.S
[549/879] Compiling ghash-x86-linux.S
[550/879] Compiling ghash-x86_64-apple.S
[551/879] Compiling ghashv8-armv7-linux.S
[552/879] Compiling ghash-x86-apple.S
[553/879] Compiling ghash-ssse3-x86-linux.S
[554/879] Compiling ghash-ssse3-x86_64-apple.S
[555/879] Compiling ghash-ssse3-x86-apple.S
[556/879] Compiling ghash-neon-armv8-linux.S
[557/879] Compiling ghash-neon-armv8-apple.S
[558/879] Compiling ghash-ssse3-x86_64-linux.S
[559/879] Compiling ghash-armv4-linux.S
[560/879] Compiling ghash-neon-armv8-win.S
[561/879] Compiling co-586-linux.S
[562/879] Compiling bsaes-armv7-linux.S
[563/879] Compiling bn-armv8-linux.S
[564/879] Compiling co-586-apple.S
[565/879] Compiling bn-586-linux.S
[566/879] Compiling bn-armv8-apple.S
[567/879] Compiling bn-armv8-win.S
[568/879] Compiling armv8-mont-win.S
[569/879] Compiling bn-586-apple.S
[570/879] Compiling armv8-mont-linux.S
[571/879] Compiling armv4-mont-linux.S
[572/879] Compiling aesv8-gcm-armv8-win.S
[573/879] Compiling armv8-mont-apple.S
[574/879] Compiling aesv8-gcm-armv8-linux.S
[575/879] Compiling aesv8-gcm-armv8-apple.S
[576/879] Compiling aesv8-armv8-linux.S
[577/879] Compiling aesv8-armv7-linux.S
[578/879] Compiling aesv8-armv8-win.S
[578/879] Compiling aesv8-armv8-apple.S
[580/879] Compiling aesni-x86_64-linux.S
[581/879] Compiling aesni-x86_64-apple.S
[582/879] Compiling aesni-x86-apple.S
[583/879] Compiling aes-gcm-avx2-x86_64-apple.S
[584/879] Compiling aesni-x86-linux.S
[585/879] Compiling aesni-gcm-x86_64-apple.S
[586/879] Compiling aes-gcm-avx10-x86_64-linux.S
[587/879] Compiling aes-gcm-avx10-x86_64-apple.S
[588/879] Compiling aesni-gcm-x86_64-linux.S
[589/879] Compiling aes-gcm-avx2-x86_64-linux.S
[590/879] Compiling x_sig.cc
[591/879] Compiling x_spki.cc
[592/879] Compiling x_x509a.cc
[593/879] Compiling x_pubkey.cc
[594/879] Compiling x_val.cc
[595/879] Compiling x_name.cc
[595/879] Compiling x_x509.cc
[597/879] Compiling x_req.cc
[598/879] Compiling x_algor.cc
[599/879] Compiling x509spki.cc
[600/879] Compiling x_attrib.cc
[601/879] Compiling x_exten.cc
[602/879] Compiling x_crl.cc
[603/879] Compiling x509rset.cc
[604/879] Compiling x_all.cc
[605/879] Compiling x509name.cc
[606/879] Compiling x509_txt.cc
[607/879] Compiling x509_v3.cc
[608/879] Compiling x509_vfy.cc
[609/879] Compiling x509_trs.cc
[610/879] Compiling x509_set.cc
[611/879] Compiling x509_vpm.cc
[612/879] Compiling x509cset.cc
[613/879] Compiling x509_req.cc
[614/879] Compiling x509_obj.cc
[615/879] Compiling x509_def.cc
[616/879] Compiling x509_ext.cc
[617/879] Compiling x509_d2.cc
[618/879] Compiling x509_lu.cc
[619/879] Compiling x509_cmp.cc
[620/879] Compiling x509.cc
[621/879] Compiling x509_att.cc
[622/879] Compiling v3_utl.cc
[623/879] Compiling v3_skey.cc
[624/879] Compiling v3_prn.cc
[625/879] Compiling v3_ocsp.cc
[626/879] Compiling v3_pcons.cc
[627/879] Compiling v3_pmaps.cc
[628/879] Compiling v3_purp.cc
[629/879] Compiling v3_ncons.cc
[630/879] Compiling v3_int.cc
[631/879] Compiling v3_lib.cc
[632/879] Compiling v3_ia5.cc
[633/879] Compiling v3_info.cc
[634/879] Compiling v3_extku.cc
[635/879] Compiling v3_enum.cc
[636/879] Compiling v3_genn.cc
[637/879] Compiling v3_crld.cc
[638/879] Compiling v3_cpols.cc
[639/879] Compiling v3_conf.cc
[640/879] Compiling v3_bitst.cc
[641/879] Compiling v3_alt.cc
[642/879] Compiling v3_bcons.cc
[643/879] Compiling v3_akeya.cc
[644/879] Compiling v3_akey.cc
[645/879] Compiling t_x509a.cc
[646/879] Compiling i2d_pr.cc
[647/879] Compiling t_crl.cc
[648/879] Compiling t_x509.cc
[649/879] Compiling t_req.cc
[650/879] Compiling rsa_pss.cc
[651/879] Compiling policy.cc
[652/879] Compiling name_print.cc
[653/879] Compiling by_file.cc
[654/879] Compiling by_dir.cc
[655/879] Compiling asn1_gen.cc
[656/879] Compiling voprf.cc
[657/879] Compiling algorithm.cc
[658/879] Compiling a_verify.cc
[659/879] Compiling a_digest.cc
[660/879] Compiling trust_token.cc
[661/879] Compiling a_sign.cc
[662/879] Compiling thread_win.cc
[663/879] Compiling thread_pthread.cc
[664/879] Compiling thread_none.cc
[665/879] Compiling thread.cc
[666/879] Compiling stack.cc
[667/879] Compiling pmbtoken.cc
[668/879] Compiling siphash.cc
[669/879] Compiling sha512.cc
[670/879] Compiling sha1.cc
[671/879] Compiling slhdsa.cc
[672/879] Compiling sha256.cc
[673/879] Compiling rsa_print.cc
[674/879] Compiling spake2plus.cc
[675/879] Compiling rsa_extra.cc
[676/879] Compiling rc4.cc
[677/879] Compiling refcount.cc
[678/879] Compiling windows.cc
[679/879] Compiling rsa_crypt.cc
[680/879] Compiling trusty.cc
[681/879] Compiling rand.cc
[682/879] Compiling urandom.cc
[683/879] Compiling rsa_asn1.cc
[684/879] Compiling ios.cc
[685/879] Compiling passive.cc
[686/879] Compiling getentropy.cc
[687/879] Compiling poly1305_arm_asm.S
[688/879] Compiling forkunsafe.cc
[689/879] Compiling deterministic.cc
[690/879] Compiling fork_detect.cc
[691/879] Compiling poly1305_arm.cc
[692/879] Compiling poly1305_vec.cc
[693/879] Compiling poly1305.cc
[694/879] Compiling pool.cc
[695/879] Compiling pkcs7.cc
[696/879] Compiling p5_pbev2.cc
[697/879] Compiling pkcs8.cc
[698/879] Compiling pkcs8_x509.cc
[699/879] Compiling pkcs7_x509.cc
[700/879] Compiling pem_xaux.cc
[701/879] Compiling pem_x509.cc
[702/879] Compiling pem_pkey.cc
[703/879] Compiling mlkem.cc
[704/879] Compiling obj_xref.cc
[705/879] Compiling pem_pk8.cc
[706/879] Compiling pem_oth.cc
[707/879] Compiling pem_info.cc
[708/879] Compiling mldsa.cc
[709/879] Compiling pem_lib.cc
[710/879] Compiling obj.cc
[711/879] Compiling pem_all.cc
[712/879] Compiling poly_rq_mul.S
[713/879] Compiling fips_shared_support.cc
[714/879] Compiling mem.cc
[715/879] Compiling md5.cc
[716/879] Compiling md4.cc
[717/879] Compiling lhash.cc
[718/879] Compiling kyber.cc
[719/879] Compiling hrss.cc
[720/879] Compiling ex_data.cc
[721/879] Compiling sign.cc
[722/879] Compiling scrypt.cc
[723/879] Compiling hpke.cc
[724/879] Compiling print.cc
[725/879] Compiling p_x25519.cc
[726/879] Compiling pbkdf.cc
[727/879] Compiling p_x25519_asn1.cc
[728/879] Compiling p_rsa_asn1.cc
[729/879] Compiling p_hkdf.cc
[730/879] Compiling p_ed25519.cc
[731/879] Compiling p_rsa.cc
[732/879] Compiling p_ed25519_asn1.cc
[733/879] Compiling p_ec_asn1.cc
[734/879] Compiling p_ec.cc
[735/879] Compiling p_dh_asn1.cc
[736/879] Compiling p_dh.cc
[737/879] Compiling evp_ctx.cc
[738/879] Compiling evp.cc
[739/879] Compiling p_dsa_asn1.cc
[740/879] Compiling err.cc
[741/879] Compiling engine.cc
[742/879] Compiling evp_asn1.cc
[743/879] Compiling ecdh.cc
[744/879] Compiling ecdsa_asn1.cc
[745/879] Compiling ec_derive.cc
[746/879] Compiling hash_to_curve.cc
[747/879] Compiling dsa.cc
[748/879] Compiling dsa_asn1.cc
[749/879] Compiling ec_asn1.cc
[750/879] Compiling digest_extra.cc
[751/879] Compiling des.cc
[752/879] Compiling params.cc
[753/879] Compiling x25519-asm-arm.S
[754/879] Compiling dh_asn1.cc
[755/879] Compiling cpu_arm_linux.cc
[756/879] Compiling spake25519.cc
[757/879] Compiling crypto.cc
[758/879] Compiling cpu_intel.cc
[759/879] Compiling curve25519.cc
[760/879] Compiling cpu_arm_freebsd.cc
[761/879] Compiling cpu_aarch64_openbsd.cc
[762/879] Compiling cpu_aarch64_win.cc
[763/879] Compiling cpu_aarch64_sysreg.cc
[764/879] Compiling bcm.cc
[765/879] Compiling cpu_aarch64_fuchsia.cc
[766/879] Compiling cpu_aarch64_linux.cc
[767/879] Compiling curve25519_64_adx.cc
[768/879] Compiling cpu_aarch64_apple.cc
[769/879] Compiling e_rc4.cc
[770/879] Compiling tls_cbc.cc
[771/879] Compiling conf.cc
[772/879] Compiling get_cipher.cc
[773/879] Compiling e_rc2.cc
[774/879] Compiling e_tls.cc
[775/879] Compiling e_des.cc
[776/879] Compiling e_null.cc
[777/879] Compiling derive_key.cc
[778/879] Compiling e_chacha20poly1305.cc
[779/879] Compiling e_aesctrhmac.cc
[780/879] Compiling chacha.cc
[781/879] Compiling e_aesgcmsiv.cc
[782/879] Compiling unicode.cc
[783/879] Compiling buf.cc
[784/879] Compiling cbb.cc
[785/879] Compiling ber.cc
[786/879] Compiling cbs.cc
[787/879] Compiling asn1_compat.cc
[788/879] Compiling bn_asn1.cc
[789/879] Compiling blake2.cc
[790/879] Compiling socket_helper.cc
[791/879] Compiling printf.cc
[792/879] Compiling socket.cc
[793/879] Compiling convert.cc
[794/879] Compiling pair.cc
[795/879] Compiling hexdump.cc
[796/879] Compiling fd.cc
[797/879] Compiling file.cc
[798/879] Compiling errno.cc
[799/879] Compiling bio_mem.cc
[800/879] Compiling connect.cc
[801/879] Compiling base64.cc
[802/879] Compiling bio.cc
[803/879] Compiling tasn_typ.cc
[804/879] Compiling tasn_fre.cc
[805/879] Compiling tasn_enc.cc
[806/879] Compiling posix_time.cc
[807/879] Compiling tasn_utl.cc
[808/879] Compiling f_string.cc
[809/879] Compiling f_int.cc
[810/879] Compiling tasn_new.cc
[811/879] Compiling asn_pack.cc
[812/879] Compiling tasn_dec.cc
[813/879] Compiling asn1_par.cc
[814/879] Compiling asn1_lib.cc
[815/879] Compiling a_time.cc
[816/879] Compiling a_octet.cc
[817/879] Compiling a_utctm.cc
[818/879] Compiling a_type.cc
[819/879] Compiling a_strnid.cc
[820/879] Compiling a_strex.cc
[821/879] Compiling a_object.cc
[822/879] Compiling CCompressZlib empty.c
[823/879] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[824/879] Write sources
[825/879] Compiling a_i2d_fp.cc
[826/879] Write sources
[828/879] Compiling a_bitstr.cc
[829/879] Write sources
[832/879] Compiling a_mbstr.cc
[833/996] Compiling a_gentm.cc
[834/996] Compiling a_int.cc
[836/1021] Compiling Algorithms Permutations.swift
[837/1021] Compiling Algorithms Product.swift
[838/1021] Compiling Algorithms Joined.swift
[839/1021] Compiling Algorithms Keyed.swift
[840/1023] Compiling Algorithms MinMax.swift
[841/1023] Compiling Algorithms Partition.swift
[842/1023] Compiling BitCollections BitSet+CustomDebugStringConvertible.swift
[843/1023] Compiling BitCollections BitSet+CustomReflectable.swift
[844/1023] Compiling BitCollections BitSet+CustomStringConvertible.swift
[845/1023] Compiling BitCollections BitSet+Equatable.swift
[846/1023] Compiling BitCollections BitSet+ExpressibleByArrayLiteral.swift
[847/1023] Compiling BitCollections BitSet+Extras.swift
[848/1023] Compiling BitCollections BitSet+Hashable.swift
[849/1030] Compiling Algorithms Grouped.swift
[850/1030] Compiling Algorithms Indexed.swift
[851/1030] Compiling Algorithms Intersperse.swift
[852/1030] Compiling Algorithms Chunked.swift
[853/1030] Compiling Algorithms Combinations.swift
[854/1030] Compiling Algorithms FlattenCollection.swift
[855/1030] Compiling Atomics IntegerOperations.swift
[856/1030] Compiling Atomics Unmanaged extensions.swift
[857/1030] Compiling BitCollections BitSet+Initializers.swift
[858/1030] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[859/1030] Compiling AsyncAlgorithms DebounceStateMachine.swift
[860/1030] Compiling AsyncAlgorithms DebounceStorage.swift
[861/1030] Compiling AsyncAlgorithms Dictionary.swift
[862/1030] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[863/1030] Compiling AsyncAlgorithms Locking.swift
[864/1030] Emitting module AsyncAlgorithms
[865/1036] Compiling AsyncAlgorithms UnsafeTransfer.swift
[866/1036] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[867/1036] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[868/1036] Compiling AsyncAlgorithms ZipStateMachine.swift
[869/1036] Compiling AsyncAlgorithms ZipStorage.swift
[870/1036] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[871/1036] Compiling BitCollections BitSet.Counted.swift
[872/1036] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[873/1036] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[874/1036] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[875/1036] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[876/1036] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[877/1036] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[878/1036] Compiling AsyncAlgorithms SetAlgebra.swift
[885/1036] Compiling Algorithms Compacted.swift
[886/1036] Compiling Algorithms Cycle.swift
[887/1036] Compiling Algorithms EitherSequence.swift
[888/1036] Compiling Algorithms FirstNonNil.swift
[889/1036] Compiling Algorithms AdjacentPairs.swift
[890/1036] Compiling Algorithms Chain.swift
[893/1036] Emitting module BitCollections
[900/1036] Compiling Algorithms Rotate.swift
[901/1036] Compiling Algorithms Split.swift
[902/1036] Compiling Algorithms Stride.swift
[903/1036] Compiling Algorithms Suffix.swift
[916/1039] Compiling BitCollections BitSet.Index.swift
[917/1039] Compiling BitCollections BitSet._UnsafeHandle.swift
[918/1039] Compiling BitCollections BitSet.swift
[919/1039] Compiling BitCollections Range+Utilities.swift
[920/1039] Compiling BitCollections Slice+Utilities.swift
[921/1039] Compiling BitCollections UInt+Tricks.swift
[922/1039] Compiling BitCollections _Word.swift
[953/1040] Wrapping AST for BitCollections for debugging
[961/1040] Emitting module Atomics
[966/1042] Compiling Collections Collections.swift
[967/1042] Emitting module Collections
[968/1043] Compiling Algorithms Trim.swift
[969/1043] Compiling Algorithms Unique.swift
[970/1043] Compiling Algorithms Windows.swift
[989/1044] Compiling c-nioatomics.c
[991/1044] Wrapping AST for Collections for debugging
[996/1044] Wrapping AST for AsyncAlgorithms for debugging
[1005/1053] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1006/1054] Emitting module Algorithms
[1007/1054] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1008/1055] Compiling ServiceLifecycle ServiceRunnerError.swift
[1009/1055] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1010/1055] Emitting module ServiceLifecycle
[1011/1055] Compiling ServiceLifecycle CancellationWaiter.swift
[1012/1055] Compiling ServiceLifecycle GracefulShutdown.swift
[1013/1055] Compiling c-atomics.c
[1014/1055] Wrapping AST for Atomics for debugging
[1016/1061] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1016/1061] Wrapping AST for Algorithms for debugging
[1018/1061] Compiling NIOConcurrencyHelpers NIOLock.swift
[1019/1061] Compiling ServiceLifecycle Service.swift
[1020/1061] Compiling ServiceLifecycle ServiceGroup.swift
[1021/1062] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1022/1062] Emitting module NIOConcurrencyHelpers
[1023/1062] Compiling NIOConcurrencyHelpers lock.swift
[1025/1062] Compiling NIOConcurrencyHelpers atomics.swift
[1025/1063] Wrapping AST for ServiceLifecycle for debugging
[1027/1063] Wrapping AST for NIOConcurrencyHelpers for debugging
[1029/1123] Compiling NIOCore IO.swift
[1030/1123] Compiling NIOCore IOData.swift
[1031/1123] Compiling NIOCore IPProtocol.swift
[1032/1123] Compiling NIOCore IntegerBitPacking.swift
[1033/1123] Compiling NIOCore IntegerTypes.swift
[1034/1123] Compiling NIOCore Interfaces.swift
[1035/1123] Compiling NIOCore Linux.swift
[1036/1123] Compiling NIOCore MarkedCircularBuffer.swift
[1037/1123] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1038/1123] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1039/1123] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1040/1123] Compiling NIOCore EventLoopFuture.swift
[1041/1123] Compiling NIOCore FileDescriptor.swift
[1042/1123] Compiling NIOCore FileHandle.swift
[1043/1123] Compiling NIOCore FileRegion.swift
[1044/1123] Compiling NIOCore GlobalSingletons.swift
[1045/1123] Compiling NIOCore MulticastChannel.swift
[1046/1123] Compiling NIOCore NIOAny.swift
[1047/1123] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1048/1123] Compiling NIOCore NIOLoopBound.swift
[1049/1123] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1050/1123] Compiling NIOCore NIOScheduledCallback.swift
[1051/1123] Compiling NIOCore NIOSendable.swift
[1052/1123] Compiling NIOCore RecvByteBufferAllocator.swift
[1053/1131] Compiling NIOCore CircularBuffer.swift
[1054/1131] Compiling NIOCore Codec.swift
[1055/1131] Compiling NIOCore ConvenienceOptionSupport.swift
[1056/1131] Compiling NIOCore DeadChannel.swift
[1057/1131] Compiling NIOCore DispatchQueue+WithFuture.swift
[1058/1131] Compiling NIOCore EventLoop+Deprecated.swift
[1059/1131] Compiling NIOCore EventLoop+SerialExecutor.swift
[1060/1131] Compiling NIOCore EventLoop.swift
[1061/1131] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1062/1131] Compiling NIOCore SocketAddresses.swift
[1063/1131] Compiling NIOCore SocketOptionProvider.swift
[1064/1131] Compiling NIOCore SystemCallHelpers.swift
[1065/1131] Compiling NIOCore TimeAmount+Duration.swift
[1066/1131] Compiling NIOCore TypeAssistedChannelHandler.swift
[1067/1131] Compiling NIOCore UniversalBootstrapSupport.swift
[1068/1131] Compiling NIOCore Utilities.swift
[1069/1131] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1070/1131] Compiling NIOCore BSDSocketAPI.swift
[1071/1131] Compiling NIOCore ByteBuffer-aux.swift
[1072/1131] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1073/1131] Compiling NIOCore ByteBuffer-conversions.swift
[1074/1131] Compiling NIOCore ByteBuffer-core.swift
[1075/1131] Compiling NIOCore ByteBuffer-hex.swift
[1076/1131] Compiling NIOCore ByteBuffer-int.swift
[1077/1131] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1078/1131] Compiling NIOCore AddressedEnvelope.swift
[1079/1131] Compiling NIOCore AsyncAwaitSupport.swift
[1080/1131] Compiling NIOCore AsyncChannel.swift
[1081/1131] Compiling NIOCore AsyncChannelHandler.swift
[1082/1131] Compiling NIOCore AsyncChannelInboundStream.swift
[1083/1131] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1084/1131] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1085/1131] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1086/1131] Compiling NIOCore NIOAsyncWriter.swift
[1087/1131] Compiling NIOCore ByteBuffer-multi-int.swift
[1088/1131] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1089/1131] Compiling NIOCore ByteBuffer-views.swift
[1090/1131] Compiling NIOCore Channel.swift
[1091/1131] Compiling NIOCore ChannelHandler.swift
[1092/1131] Compiling NIOCore ChannelHandlers.swift
[1093/1131] Compiling NIOCore ChannelInvoker.swift
[1094/1131] Compiling NIOCore ChannelOption.swift
[1095/1131] Compiling NIOCore ChannelPipeline.swift
[1096/1131] Emitting module NIOCore
[1097/1132] Wrapping AST for NIOCore for debugging
[1099/1193] Compiling CompressNIO Error.swift
[1100/1194] Compiling CompressNIO CompressionAlgorithm.swift
[1101/1194] Compiling CompressNIO Compressor.swift
[1102/1194] Emitting module CompressNIO
[1103/1194] Emitting module NIOHTTPTypes
[1104/1194] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1105/1195] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[1107/1195] Compiling CompressNIO ZlibWrapper.swift
[1108/1195] Emitting module NIOEmbedded
[1108/1195] Wrapping AST for NIOHTTPTypes for debugging
[1110/1195] Compiling NIOPosix Bootstrap.swift
[1111/1195] Compiling NIOPosix ControlMessage.swift
[1112/1195] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[1113/1195] Compiling CompressNIO Zlib.swift
[1115/1196] Compiling NIOEmbedded AsyncTestingChannel.swift
[1115/1196] Wrapping AST for CompressNIO for debugging
[1117/1196] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1118/1196] Compiling NIOEmbedded Embedded.swift
[1119/1197] Wrapping AST for NIOEmbedded for debugging
[1121/1197] Emitting module NIOPosix
[1122/1203] Compiling NIOPosix Pool.swift
[1123/1203] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1124/1203] Compiling NIOPosix PosixSingletons.swift
[1125/1203] Compiling NIOPosix RawSocketBootstrap.swift
[1126/1203] Compiling NIOPosix Resolver.swift
[1127/1203] Compiling NIOPosix Selectable.swift
[1128/1203] Compiling NIOPosix SelectableChannel.swift
[1129/1203] Compiling NIOPosix SelectableEventLoop.swift
[1130/1203] Compiling NIOPosix SelectorEpoll.swift
[1131/1203] Compiling NIOPosix SelectorGeneric.swift
[1132/1203] Compiling NIOPosix SelectorKqueue.swift
[1133/1203] Compiling NIOPosix SelectorUring.swift
[1134/1203] Compiling NIOPosix ServerSocket.swift
[1135/1203] Compiling NIOPosix Socket.swift
[1136/1203] Compiling NIOPosix SocketChannel.swift
[1137/1203] Compiling NIOPosix SocketProtocols.swift
[1138/1203] Compiling NIOPosix System.swift
[1139/1203] Compiling NIOPosix Thread.swift
[1140/1203] Compiling NIOPosix ThreadPosix.swift
[1141/1203] Compiling NIOPosix ThreadWindows.swift
[1142/1203] Compiling NIOPosix UnsafeTransfer.swift
[1143/1203] Compiling NIOPosix Utilities.swift
[1144/1203] Compiling NIOPosix VsockAddress.swift
[1145/1203] Compiling NIOPosix VsockChannelEvents.swift
[1146/1203] Compiling NIOPosix IO.swift
[1147/1203] Compiling NIOPosix IntegerBitPacking.swift
[1148/1203] Compiling NIOPosix IntegerTypes.swift
[1149/1203] Compiling NIOPosix Linux.swift
[1150/1203] Compiling NIOPosix LinuxCPUSet.swift
[1151/1203] Compiling NIOPosix LinuxUring.swift
[1152/1203] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1153/1203] Compiling NIOPosix NIOThreadPool.swift
[1154/1203] Compiling NIOPosix NonBlockingFileIO.swift
[1155/1203] Compiling NIOPosix PendingDatagramWritesManager.swift
[1156/1203] Compiling NIOPosix PendingWritesManager.swift
[1157/1203] Compiling NIOPosix PipeChannel.swift
[1158/1203] Compiling NIOPosix PipePair.swift
[1159/1203] Compiling NIOPosix BSDSocketAPICommon.swift
[1160/1203] Compiling NIOPosix BSDSocketAPIPosix.swift
[1161/1203] Compiling NIOPosix BSDSocketAPIWindows.swift
[1162/1203] Compiling NIOPosix BaseSocket.swift
[1163/1203] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1164/1203] Compiling NIOPosix BaseSocketChannel.swift
[1165/1203] Compiling NIOPosix BaseStreamSocketChannel.swift
[1168/1203] Compiling NIOPosix DatagramVectorReadManager.swift
[1169/1203] Compiling NIOPosix Errors+Any.swift
[1170/1203] Compiling NIOPosix FileDescriptor.swift
[1171/1203] Compiling NIOPosix GetaddrinfoResolver.swift
[1172/1203] Compiling NIOPosix HappyEyeballs.swift
[1173/1204] Wrapping AST for NIOPosix for debugging
[1175/1206] Compiling NIO Exports.swift
[1176/1206] Emitting module NIO
[1177/1207] Wrapping AST for NIO for debugging
[1179/1246] Compiling NIOTLS TLSEvents.swift
[1180/1246] Emitting module NIOSOCKS
[1181/1247] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1182/1247] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1183/1247] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1184/1247] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1185/1247] Compiling NIOSOCKS SOCKSResponse.swift
[1186/1247] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1187/1247] Compiling NIOSOCKS ClientStateMachine.swift
[1188/1247] Compiling NIOSOCKS AuthenticationMethod.swift
[1189/1247] Compiling NIOSOCKS ClientGreeting.swift
[1190/1247] Compiling NIOSOCKS SOCKSClientHandler.swift
[1191/1247] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1192/1247] Compiling NIOSOCKS ServerStateMachine.swift
[1193/1247] Emitting module NIOTLS
[1194/1247] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1195/1247] Compiling NIOTLS SNIHandler.swift
[1196/1247] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1197/1248] Compiling NIOSOCKS Errors.swift
[1198/1248] Compiling NIOSOCKS Helpers.swift
[1199/1248] Compiling NIOSOCKS Messages.swift
[1200/1248] Compiling NIOSOCKS SOCKSRequest.swift
[1203/1249] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1204/1249] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1204/1251] Wrapping AST for NIOTLS for debugging
[1206/1251] Emitting module NIOFoundationCompat
[1207/1251] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1207/1269] Wrapping AST for NIOSOCKS for debugging
[1210/1281] Compiling NIOSSL SSLCallbacks.swift
[1211/1281] Compiling NIOSSL SSLCertificate.swift
[1211/1281] Wrapping AST for NIOFoundationCompat for debugging
[1213/1303] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1214/1303] Compiling NIOTransportServices NIOTSErrors.swift
[1215/1303] Compiling NIOTransportServices NIOTSEventLoop.swift
[1216/1303] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1217/1303] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1218/1303] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1219/1303] Compiling NIOTransportServices StateManagedChannel.swift
[1220/1303] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1221/1303] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1222/1303] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1223/1303] Compiling NIOTransportServices NIOTSSingletons.swift
[1224/1303] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1225/1305] Compiling NIOTransportServices NIOTSBootstraps.swift
[1226/1305] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1227/1305] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1228/1305] Emitting module NIOTransportServices
[1229/1305] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1230/1305] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1231/1305] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1232/1305] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1233/1305] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1234/1305] Compiling NIOTransportServices AcceptHandler.swift
[1235/1305] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1236/1305] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1247/1306] Wrapping AST for NIOTransportServices for debugging
[1249/1306] Emitting module NIOHTTP1
[1253/1307] Wrapping AST for NIOHTTP1 for debugging
[1255/1357] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1256/1357] Emitting module NIOHTTPTypesHTTP1
[1257/1357] Compiling NIOWebSocket WebSocketOpcode.swift
[1258/1358] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1259/1358] Compiling NIOHPACK DynamicHeaderTable.swift
[1260/1358] Compiling NIOHPACK HPACKDecoder.swift
[1261/1358] Compiling NIOHPACK HPACKEncoder.swift
[1262/1358] Compiling NIOHPACK HPACKErrors.swift
[1263/1362] Emitting module NIOSSL
[1264/1362] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1265/1362] Compiling NIOExtras NIOExtrasError.swift
[1266/1364] Compiling NIOHPACK IndexedHeaderTable.swift
[1267/1364] Compiling NIOHPACK IntegerCoding.swift
[1268/1365] Compiling NIOHPACK HPACKHeader.swift
[1269/1365] Compiling NIOHPACK HeaderTables.swift
[1270/1365] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1271/1365] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1272/1365] Compiling NIOExtras JSONRPCFraming.swift
[1275/1365] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1276/1365] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1277/1365] Compiling NIOExtras RequestResponseHandler.swift
[1278/1365] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1279/1365] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1280/1365] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1281/1366] Emitting module NIOHTTPCompression
[1282/1366] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1283/1366] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1285/1366] Compiling NIOExtras NIORequestIdentifiable.swift
[1286/1366] Compiling NIOExtras PCAPRingBuffer.swift
[1287/1366] Compiling NIOExtras QuiescingHelper.swift
[1289/1366] Compiling NIOExtras UnsafeTransfer.swift
[1290/1366] Compiling NIOExtras WritePCAPHandler.swift
[1292/1366] Compiling NIOSSL SubjectAlternativeName.swift
[1293/1366] Compiling NIOSSL NIOSSLSecureBytes.swift
[1294/1366] Compiling NIOSSL RNG.swift
[1295/1366] Compiling NIOSSL SafeCompare.swift
[1296/1366] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1297/1366] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1300/1366] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1301/1366] Compiling NIOWebSocket WebSocketFrame.swift
[1302/1366] Compiling NIOHTTPCompression HTTPCompression.swift
[1303/1366] Compiling NIOHTTPCompression HTTPDecompression.swift
[1304/1367] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1305/1367] Compiling NIOHPACK HuffmanTables.swift
[1307/1367] Compiling NIOHPACK StaticHeaderTable.swift
[1308/1367] Compiling NIOHPACK HuffmanCoding.swift
[1309/1367] Emitting module NIOWebSocket
[1311/1368] Wrapping AST for NIOHTTPTypesHTTP1 for debugging
[1313/1368] Emitting module NIOHPACK
[1316/1368] Emitting module NIOExtras
[1325/1368] Wrapping AST for NIOHTTPCompression for debugging
[1326/1368] Wrapping AST for NIOWebSocket for debugging
[1335/1368] Compiling NIOSSL SSLPKCS12Bundle.swift
[1342/1384] Wrapping AST for NIOHPACK for debugging
[1344/1442] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1345/1442] Compiling NIOHTTP2 HTTP2Frame.swift
[1346/1443] Wrapping AST for NIOExtras for debugging
[1348/1467] Compiling NIOHTTP2 SendingHeadersState.swift
[1349/1467] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1350/1467] Compiling NIOHTTP2 SendingRstStreamState.swift
[1351/1467] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1352/1468] Wrapping AST for NIOSSL for debugging
[1354/1468] Compiling HummingbirdCore BindAddress.swift
[1355/1468] Compiling HummingbirdCore HTTP1Channel.swift
[1356/1468] Compiling HummingbirdCore HTTPChannelHandler.swift
[1357/1471] Compiling HummingbirdCore ResponseBodyWriter.swift
[1358/1471] Compiling HummingbirdCore ResponseWriter.swift
[1359/1471] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[1360/1471] Compiling HummingbirdCore HTTPServerBuilder.swift
[1361/1471] Compiling HummingbirdCore HTTPUserEventHandler.swift
[1362/1471] Compiling HummingbirdCore Server.swift
[1363/1471] Compiling HummingbirdCore Deprecations.swift
[1364/1471] Compiling HummingbirdCore Request.swift
[1365/1471] Compiling HummingbirdCore RequestBody+inboundClose.swift
[1366/1471] Compiling HummingbirdCore RequestBody.swift
[1367/1471] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[1368/1471] Compiling HummingbirdCore URI.swift
[1369/1471] Compiling HummingbirdCore Response.swift
[1370/1471] Compiling HummingbirdCore ResponseBody.swift
[1371/1471] Emitting module HummingbirdCore
[1372/1471] Compiling HummingbirdCore OutputBuffer.swift
[1373/1471] Compiling HummingbirdCore String+percentEncode.swift
[1374/1471] Compiling HummingbirdCore UnsafeTransfer.swift
[1375/1471] Compiling HummingbirdCore AnyAsyncSequence.swift
[1376/1471] Compiling HummingbirdCore FlatDictionary.swift
[1377/1471] Compiling HummingbirdCore HBParser.swift
[1378/1471] Compiling HummingbirdCore ServerChildChannel.swift
[1379/1471] Compiling HummingbirdCore ServerConfiguration.swift
[1380/1471] Compiling HummingbirdCore TSTLSOptions.swift
[1388/1473] Emitting module WSCore
[1391/1473] Compiling WSCore WebSocketStateMachine.swift
[1392/1473] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1393/1473] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1394/1473] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1395/1473] Compiling NIOHTTP2 HTTP2StreamID.swift
[1396/1473] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1397/1473] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1398/1473] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1399/1473] Compiling NIOHTTP2 InboundEventBuffer.swift
[1405/1482] Wrapping AST for HummingbirdCore for debugging
[1407/1548] Wrapping AST for WSCore for debugging
[1409/1559] Compiling WSClient ClientChannel.swift
[1410/1559] Compiling WSClient ClientConnection.swift
[1411/1559] Compiling WSClient TSTLSOptions.swift
[1412/1559] Compiling WSClient URI.swift
[1413/1559] Compiling WSClient Parser.swift
[1414/1559] Compiling WSClient TLSClientChannel.swift
[1415/1559] Compiling Hummingbird URLEncodedFormDecoder.swift
[1416/1559] Compiling Hummingbird URLEncodedFormEncoder.swift
[1417/1559] Compiling Hummingbird URLEncodedFormNode.swift
[1418/1559] Compiling WSCompression PerMessageDeflateExtension.swift
[1419/1559] Emitting module WSCompression
[1421/1560] Compiling WSClient WebSocketClientConfiguration.swift
[1424/1561] Compiling Hummingbird ChildRequestContext.swift
[1425/1561] Compiling Hummingbird Request.swift
[1426/1561] Compiling Hummingbird RequestContext.swift
[1427/1561] Compiling Hummingbird RequestContextSource.swift
[1428/1561] Compiling Hummingbird RequestID.swift
[1429/1561] Compiling Hummingbird RequestResponder.swift
[1430/1561] Compiling Hummingbird Response.swift
[1431/1561] Compiling Hummingbird URI+decodeQuery.swift
[1432/1561] Compiling Hummingbird MemoryPersistDriver.swift
[1439/1570] Compiling Hummingbird PersistDriver.swift
[1440/1570] Compiling Hummingbird PersistError.swift
[1441/1570] Compiling Hummingbird Configuration.swift
[1442/1570] Compiling Hummingbird Deprecations.swift
[1443/1570] Compiling Hummingbird Environment.swift
[1444/1570] Compiling Hummingbird EditedHTTPError.swift
[1445/1570] Compiling Hummingbird HTTPError.swift
[1446/1570] Compiling Hummingbird HTTPResponseError.swift
[1447/1570] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[1448/1570] Compiling Hummingbird Exports.swift
[1449/1570] Compiling Hummingbird CacheControl.swift
[1449/1572] Wrapping AST for WSCompression for debugging
[1451/1572] Compiling Hummingbird FileIO.swift
[1452/1572] Compiling Hummingbird FileProvider.swift
[1453/1572] Compiling Hummingbird LocalFileSystem.swift
[1454/1572] Compiling Hummingbird Cookie.swift
[1455/1572] Compiling Hummingbird Cookies.swift
[1456/1572] Compiling Hummingbird MediaType+FileExtension.swift
[1457/1572] Compiling Hummingbird MediaType.swift
[1458/1572] Compiling Hummingbird Request+Cookies.swift
[1459/1572] Compiling Hummingbird Response+Cookies.swift
[1460/1572] Compiling WSClient WebSocketClientError.swift
[1461/1572] Compiling WSClient WebSocketClientChannel.swift
[1462/1572] Compiling WSClient WebSocketClient.swift
[1463/1572] Compiling WSClient Exports.swift
[1464/1572] Emitting module Hummingbird
[1465/1572] Compiling Hummingbird RouterGroup.swift
[1466/1572] Compiling Hummingbird RouterMethods.swift
[1467/1572] Compiling Hummingbird RouterPath.swift
[1468/1572] Compiling Hummingbird RouterResponder.swift
[1469/1572] Compiling Hummingbird TransformingRouterGroup.swift
[1470/1572] Compiling Hummingbird RouterTrie.swift
[1471/1572] Compiling Hummingbird Trie+resolve.swift
[1472/1572] Compiling Hummingbird Trie+serialize.swift
[1473/1572] Compiling Hummingbird TrieRouter.swift
[1474/1572] Compiling HummingbirdWSCompression Exports.swift
[1475/1572] Emitting module HummingbirdWSCompression
[1485/1573] Emitting module NIOHTTP2
[1488/1573] Compiling Hummingbird _SpreadMiddleware.swift
[1489/1573] Compiling Hummingbird TracingMiddleware.swift
[1490/1573] Compiling Hummingbird EndpointResponder.swift
[1491/1573] Compiling Hummingbird Parameters+UUID.swift
[1492/1573] Compiling Hummingbird Parameters.swift
[1493/1573] Compiling Hummingbird ResponseGenerator.swift
[1510/1573] Compiling Hummingbird MiddlewareGroup.swift
[1511/1573] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[1512/1573] Compiling Hummingbird _Middleware2.swift
[1513/1573] Compiling Hummingbird _OptionalMiddleware.swift
[1520/1573] Emitting module WSClient
[1529/1574] Compiling Hummingbird RouteCollection.swift
[1530/1574] Compiling Hummingbird Router+validation.swift
[1531/1574] Compiling Hummingbird Router.swift
[1532/1574] Compiling Hummingbird CORSMiddleware.swift
[1533/1574] Compiling Hummingbird FileMiddleware.swift
[1534/1574] Compiling Hummingbird LogRequestMiddleware.swift
[1535/1574] Compiling Hummingbird MetricsMiddleware.swift
[1536/1574] Compiling Hummingbird Middleware.swift
[1541/1575] Wrapping AST for HummingbirdWSCompression for debugging
[1543/1575] Wrapping AST for WSClient for debugging
[1544/1577] Wrapping AST for NIOHTTP2 for debugging
[1555/1608] Emitting module HummingbirdWSClient
[1556/1608] Compiling HummingbirdWSClient Exports.swift
[1559/1637] Compiling Hummingbird ByteBuffer+foundation.swift
[1560/1637] Compiling Hummingbird DateCache.swift
[1561/1637] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[1562/1637] Compiling Hummingbird HexDigest.swift
[1563/1637] Compiling Hummingbird InitializableFromSource.swift
[1564/1637] Compiling Hummingbird PreludeService.swift
[1565/1637] Compiling Hummingbird StringProtocol.swift
[1567/1639] Wrapping AST for Hummingbird for debugging
[1568/1640] Wrapping AST for HummingbirdWSClient for debugging
[1570/1646] Compiling HummingbirdWebSocket Exports.swift
[1571/1646] Emitting module HummingbirdWebSocket
[1572/1646] Compiling HummingbirdWebSocket WebSocketServerConfiguration.swift
[1573/1646] Compiling HummingbirdWebSocket HTTPServerBuilder+WebSocket.swift
[1574/1646] Compiling HummingbirdWebSocket WebSocketRouter.swift
[1575/1646] Compiling HummingbirdWebSocket NIOWebSocketServerUpgrade+ext.swift
[1576/1646] Compiling HummingbirdWebSocket WebSocketChannel.swift
[1577/1647] Wrapping AST for HummingbirdWebSocket for debugging
[1579/1647] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1580/1647] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1581/1647] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1582/1647] Compiling AsyncHTTPClient HTTP1Connection.swift
[1583/1647] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1584/1647] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1585/1647] Compiling AsyncHTTPClient HTTP2Connection.swift
[1586/1647] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1587/1647] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1588/1655] Compiling AsyncHTTPClient ConnectionTarget.swift
[1589/1655] Compiling AsyncHTTPClient DeconstructedURL.swift
[1590/1655] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1591/1655] Compiling AsyncHTTPClient FoundationExtensions.swift
[1592/1655] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1593/1655] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1594/1655] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1595/1655] Compiling AsyncHTTPClient HTTPClient.swift
[1596/1655] Compiling AsyncHTTPClient HTTPHandler.swift
[1597/1655] Compiling AsyncHTTPClient LRUCache.swift
[1598/1655] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1599/1655] Compiling AsyncHTTPClient NWErrorHandler.swift
[1600/1655] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1601/1655] Compiling AsyncHTTPClient TLSConfiguration.swift
[1602/1655] Compiling AsyncHTTPClient RedirectState.swift
[1603/1655] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1604/1655] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1605/1655] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1606/1655] Compiling AsyncHTTPClient Transaction.swift
[1607/1655] Compiling AsyncHTTPClient Base64.swift
[1608/1655] Compiling AsyncHTTPClient BasicAuth.swift
[1609/1655] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1610/1655] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1611/1655] Compiling AsyncHTTPClient ConnectionPool.swift
[1612/1655] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1613/1655] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1614/1655] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1615/1655] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1616/1655] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1617/1655] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1618/1655] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1619/1655] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1620/1655] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1621/1655] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1622/1655] Compiling AsyncHTTPClient RequestOptions.swift
[1623/1655] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1624/1655] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1625/1655] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1626/1655] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1627/1655] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1628/1655] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1629/1655] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1630/1655] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1631/1655] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1632/1655] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1633/1655] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1634/1655] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1635/1655] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1636/1655] Compiling AsyncHTTPClient RequestBodyLength.swift
[1637/1655] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1638/1655] Emitting module AsyncHTTPClient
[1639/1655] Compiling AsyncHTTPClient RequestBag.swift
[1640/1655] Compiling AsyncHTTPClient RequestValidation.swift
[1641/1655] Compiling AsyncHTTPClient SSLContextCache.swift
[1642/1655] Compiling AsyncHTTPClient Scheme.swift
[1643/1655] Compiling AsyncHTTPClient Singleton.swift
[1644/1655] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1645/1655] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1646/1655] Compiling AsyncHTTPClient Utils.swift
[1647/1656] Wrapping AST for AsyncHTTPClient for debugging
[1649/1665] Compiling HummingbirdTesting Deprecations.swift
[1650/1666] Compiling HummingbirdTesting TestClient+types.swift
[1651/1666] Compiling HummingbirdTesting TestApplication.swift
[1652/1666] Emitting module HummingbirdTesting
[1653/1666] Compiling HummingbirdTesting Application+Test.swift
[1654/1666] Compiling HummingbirdTesting ApplicationTester.swift
[1655/1666] Compiling HummingbirdTesting RouterTestFramework.swift
[1656/1666] Compiling HummingbirdTesting LiveTestFramework.swift
[1657/1666] Compiling HummingbirdTesting AsyncHTTPClientTestFramework.swift
[1658/1666] Compiling HummingbirdTesting TestClient.swift
[1659/1667] Wrapping AST for HummingbirdTesting for debugging
[1661/1669] Emitting module HummingbirdWSTesting
[1662/1669] Compiling HummingbirdWSTesting TestClient+ws.swift
[1663/1670] Wrapping AST for HummingbirdWSTesting for debugging
[1665/1674] Compiling WebsocketTest WebsocketTest.swift
[1666/1674] Emitting module WebsocketTest
[1667/1674] Compiling AutobahnServerTest AutobahnServerTest.swift
[1668/1674] Emitting module AutobahnServerTest
[1670/1676] Wrapping AST for WebsocketTest for debugging
[1671/1676] Write Objects.LinkFileList
[1672/1676] Wrapping AST for AutobahnServerTest for debugging
[1673/1676] Write Objects.LinkFileList
[1674/1676] Linking WebsocketTest
[1675/1676] Linking AutobahnServerTest
Build complete! (301.79s)
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.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.