Build Information
Successful build of hummingbird-websocket, reference main (716c54
), with Swift 6.1 for Linux on 22 Jun 2025 07:45:47 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-websocket.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/hummingbird-project/hummingbird-websocket
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 716c542 If we receive an upgrade request after not upgrading, return redirect and close connection (#108)
Cloned https://github.com/hummingbird-project/hummingbird-websocket.git
Revision (git rev-parse @):
716c54294152c6d3301a6239a1d74db57cbcd6dc
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-websocket.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/hummingbird-project/hummingbird-websocket.git
https://github.com/hummingbird-project/hummingbird-websocket.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.14.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "swift-websocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/swift-websocket.git"
},
{
"identity" : "swift-nio-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.22.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-extras.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
}
],
"manifest_display_name" : "hummingbird-websocket",
"name" : "hummingbird-websocket",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "HummingbirdWebSocket",
"targets" : [
"HummingbirdWebSocket"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdWSClient",
"targets" : [
"HummingbirdWSClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdWSCompression",
"targets" : [
"HummingbirdWSCompression"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdWSTesting",
"targets" : [
"HummingbirdWSTesting"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "WebsocketTest",
"targets" : [
"WebsocketTest"
],
"type" : {
"snippet" : null
}
},
{
"name" : "AutobahnServerTest",
"targets" : [
"AutobahnServerTest"
],
"type" : {
"snippet" : null
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "HummingbirdWebSocketTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWebSocketTests",
"path" : "Tests/HummingbirdWebSocketTests",
"product_dependencies" : [
"Hummingbird",
"HummingbirdTesting",
"HummingbirdTLS"
],
"sources" : [
"Certificates.swift",
"WebSocketExtensionTests.swift",
"WebSocketTests.swift"
],
"target_dependencies" : [
"HummingbirdWebSocket",
"HummingbirdWSClient",
"HummingbirdWSCompression",
"HummingbirdWSTesting"
],
"type" : "test"
},
{
"c99name" : "HummingbirdWebSocket",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWebSocket",
"path" : "Sources/HummingbirdWebSocket",
"product_dependencies" : [
"WSCore",
"Hummingbird",
"NIOHTTPTypes",
"NIOHTTPTypesHTTP1"
],
"product_memberships" : [
"HummingbirdWebSocket",
"WebsocketTest",
"AutobahnServerTest"
],
"sources" : [
"Exports.swift",
"HTTPServerBuilder+WebSocket.swift",
"NIOWebSocketServerUpgrade+ext.swift",
"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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/hummingbird-project/swift-websocket.git
[1/5942] Fetching swift-nio-extras
[120/6372] Fetching swift-nio-extras, swift-websocket
[3640/31138] Fetching swift-nio-extras, swift-websocket, hummingbird
[6899/46028] Fetching swift-nio-extras, swift-websocket, hummingbird, swift-nio-ssl
Fetched https://github.com/hummingbird-project/swift-websocket.git from cache (1.33s)
[17245/45598] Fetching swift-nio-extras, hummingbird, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.66s)
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (2.70s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.83s)
Computing version for https://github.com/hummingbird-project/swift-websocket.git
Computed https://github.com/hummingbird-project/swift-websocket.git at 1.3.1 (4.93s)
Fetching https://github.com/adam-fowler/compress-nio.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swift-server/swift-service-lifecycle
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/643] Fetching compress-nio
[644/1547] Fetching compress-nio, swift-http-types
[1548/5383] Fetching compress-nio, swift-http-types, swift-log
[5384/81722] Fetching compress-nio, swift-http-types, swift-log, swift-nio
Fetched https://github.com/adam-fowler/compress-nio.git from cache (1.17s)
[6267/81079] Fetching swift-http-types, swift-log, swift-nio
[6268/83746] Fetching swift-http-types, swift-log, swift-nio, swift-nio-transport-services
[6402/86172] Fetching swift-http-types, swift-log, swift-nio, swift-nio-transport-services, swift-service-lifecycle
Fetched https://github.com/apple/swift-log.git from cache (1.25s)
[3133/82336] Fetching swift-http-types, swift-nio, swift-nio-transport-services, swift-service-lifecycle
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.64s)
[8674/79669] Fetching swift-http-types, swift-nio, swift-service-lifecycle
Fetched https://github.com/apple/swift-http-types.git from cache (9.53s)
Fetched https://github.com/swift-server/swift-service-lifecycle from cache (9.53s)
Fetched https://github.com/apple/swift-nio.git from cache (9.70s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.14.1 (10.78s)
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-distributed-tracing.git
[1/16640] Fetching swift-collections
[2/21633] Fetching swift-collections, swift-distributed-tracing
[6559/35647] Fetching swift-collections, swift-distributed-tracing, async-http-client
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (1.05s)
Fetching https://github.com/apple/swift-async-algorithms.git
[14811/30654] Fetching swift-collections, async-http-client
[22502/32451] Fetching swift-collections, async-http-client, swift-atomics
[22520/37436] Fetching swift-collections, async-http-client, swift-atomics, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.29s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.42s)
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/swift-server/async-http-client.git from cache (2.75s)
Fetched https://github.com/apple/swift-collections.git from cache (2.80s)
[1/2206] Fetching swift-metrics
Fetched https://github.com/apple/swift-metrics.git from cache (0.58s)
[1/11532] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.08s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (9.41s)
Fetching https://github.com/apple/swift-system.git
[1/4436] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.68s)
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.75s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.05s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.20s)
Computing version for https://github.com/adam-fowler/compress-nio.git
Computed https://github.com/adam-fowler/compress-nio.git at 1.4.2 (3.94s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (1.02s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (1.11s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (17.04s)
Fetching https://github.com/apple/swift-service-context.git
[1/1081] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.47s)
Computing version for https://github.com/apple/swift-service-context.git
Computed https://github.com/apple/swift-service-context.git at 1.2.1 (2.45s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (1.37s)
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 (1.03s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (2.10s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/6184] Fetching swift-certificates
[187/7800] Fetching swift-certificates, swift-asn1
[236/8969] Fetching swift-certificates, swift-asn1, swift-http-structured-headers
[382/14928] Fetching swift-certificates, swift-asn1, swift-http-structured-headers, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.76s)
[9311/13759] Fetching swift-certificates, swift-asn1, swift-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (1.11s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.18s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.19s)
Computing version for https://github.com/swift-server/swift-service-lifecycle
Computed https://github.com/swift-server/swift-service-lifecycle at 2.8.0 (2.30s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.09s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.93s)
Fetching https://github.com/apple/swift-crypto.git
[1/15419] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.53s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (6.86s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.45s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (17.21s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.83s)
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.40s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (1.37s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (1.04s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.44s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.26.1 (1.12s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.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.26.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.3.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-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-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.5.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.1
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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-nio-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/hummingbird-project/swift-websocket.git
Working copy of https://github.com/hummingbird-project/swift-websocket.git resolved at 1.3.1
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.1
Creating working copy for https://github.com/adam-fowler/compress-nio.git
Working copy of https://github.com/adam-fowler/compress-nio.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.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.32.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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.28.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/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.14.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle
Working copy of https://github.com/swift-server/swift-service-lifecycle resolved at 2.8.0
Building for debugging...
[0/534] Write sources
[50/534] Compiling CNIOWindows shim.c
[51/534] Compiling _AtomicsShims.c
[52/534] Compiling CCompressZlib empty.c
[53/534] Compiling CNIOWindows WSAStartup.c
[54/534] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[55/534] Compiling CNIOWASI CNIOWASI.c
[56/534] Compiling CNIOLinux liburing_shims.c
[57/534] Compiling CNIOLinux shim.c
[58/534] Compiling CNIOLLHTTP c_nio_http.c
[59/534] Compiling CNIOSHA1 c_nio_sha1.c
[60/534] Compiling CNIOExtrasZlib empty.c
[61/534] Compiling CNIODarwin shim.c
[62/534] Compiling CNIOLLHTTP c_nio_api.c
[63/534] Compiling fiat_p256_adx_mul.S
[64/534] Compiling fiat_p256_adx_sqr.S
[65/534] Compiling fiat_curve25519_adx_square.S
[66/534] Compiling fiat_curve25519_adx_mul.S
[67/534] Compiling _NumericsShims _NumericsShims.c
[68/534] Write swift-version-24593BA9C3E375BF.txt
[69/534] Compiling CNIOLLHTTP c_nio_llhttp.c
[70/538] Compiling CNIOBoringSSLShims shims.c
[71/540] Compiling tls_record.cc
[72/540] Compiling tls13_server.cc
[73/540] Compiling tls_method.cc
[75/558] Emitting module ServiceContextModule
[75/558] Compiling tls13_enc.cc
[76/558] Compiling tls13_client.cc
[78/580] Emitting module Logging
[79/580] Emitting module InternalCollectionsUtilities
[79/581] Compiling c-atomics.c
[81/584] Emitting module _NIOBase64
[82/584] Compiling _NIOBase64 Base64.swift
[83/584] Compiling HTTPTypes HTTPParsedFields.swift
[84/586] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[85/586] Compiling _NIODataStructures _TinyArray.swift
[86/586] Compiling HTTPTypes ISOLatin1String.swift
[88/586] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[89/586] Compiling InternalCollectionsUtilities Integer rank.swift
[90/586] Emitting module RealModule
[91/587] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[92/587] Compiling RealModule Real.swift
[93/587] Compiling RealModule ElementaryFunctions.swift
[94/587] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[95/587] Compiling InternalCollectionsUtilities _SortedCollection.swift
[96/587] Compiling RealModule RealFunctions.swift
[97/587] Compiling ServiceContextModule ServiceContext.swift
[98/587] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[99/587] Compiling InternalCollectionsUtilities Debugging.swift
[100/587] Compiling InternalCollectionsUtilities Descriptions.swift
[101/587] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[102/587] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[103/587] Compiling InternalCollectionsUtilities UInt+reversed.swift
[104/587] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[105/587] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[106/587] Compiling ServiceContextModule ServiceContextKey.swift
[111/589] Compiling HTTPTypes HTTPField.swift
[112/589] Emitting module HTTPTypes
[113/592] Compiling RealModule Float16+Real.swift
[114/592] Compiling RealModule Float+Real.swift
[115/592] Compiling RealModule Float80+Real.swift
[116/592] Compiling HTTPTypes HTTPRequest.swift
[117/592] Compiling HTTPTypes HTTPResponse.swift
[118/592] Compiling _NIODataStructures PriorityQueue.swift
[122/593] Compiling ConcurrencyHelpers LockedValueBox.swift
[122/593] Wrapping AST for _NIOBase64 for debugging
[124/722] Compiling Instrumentation MultiplexInstrument.swift
[125/722] Compiling Instrumentation NoOpInstrument.swift
[126/722] Emitting module Instrumentation
[127/722] Emitting module CoreMetrics
[128/722] Compiling HTTPTypes NIOLock.swift
[129/722] Compiling Logging MetadataProvider.swift
[130/722] Compiling Logging Locks.swift
[131/722] Compiling ConcurrencyHelpers Lock.swift
[132/722] Emitting module ConcurrencyHelpers
[133/723] Emitting module _NIODataStructures
[134/723] Compiling _NIODataStructures Heap.swift
[135/724] Compiling Instrumentation InstrumentationSystem.swift
[136/724] Compiling Instrumentation Locks.swift
[137/724] Compiling Instrumentation Instrument.swift
[138/725] Compiling Logging LogHandler.swift
[139/725] Compiling Logging Logging.swift
[144/736] Compiling _RopeModule BigString+ExpressibleByStringLiteral.swift
[145/736] Compiling _RopeModule BigString+Hashing.swift
[146/736] Compiling _RopeModule BigString+LosslessStringConvertible.swift
[147/736] Compiling _RopeModule BigString+RangeReplaceableCollection.swift
[148/736] Compiling _RopeModule BigString+Sequence.swift
[149/736] Compiling _RopeModule BigString+TextOutputStream.swift
[150/736] Compiling _RopeModule BigString+UnicodeScalarView.swift
[151/736] Compiling _RopeModule BigString+UTF16View.swift
[152/736] Compiling _RopeModule BigString+UTF8View.swift
[153/736] Compiling _RopeModule Rope+_Storage.swift
[154/736] Compiling _RopeModule Rope+_UnmanagedLeaf.swift
[155/736] Compiling _RopeModule Rope+_UnsafeHandle.swift
[156/736] Compiling _RopeModule Rope.swift
[157/736] Compiling _RopeModule RopeElement.swift
[158/743] Compiling _RopeModule BigString+Append.swift
[159/743] Compiling _RopeModule BigString+Initializers.swift
[160/743] Compiling _RopeModule BigString+Insert.swift
[161/743] Compiling _RopeModule BigString+Managing Breaks.swift
[162/743] Compiling _RopeModule BigString+RemoveSubrange.swift
[163/743] Compiling _RopeModule BigString+ReplaceSubrange.swift
[164/743] Compiling _RopeModule BigString+Split.swift
[165/743] Compiling _RopeModule Range+BigString.swift
[166/834] Compiling HeapModule _HeapNode.swift
[167/834] Compiling DequeModule Deque+Codable.swift
[168/834] Compiling DequeModule Deque+Collection.swift
[169/834] Compiling DequeModule Deque+Equatable.swift
[170/834] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[171/834] Compiling DequeModule Deque+CustomReflectable.swift
[172/834] Compiling DequeModule Deque+Descriptions.swift
[173/834] Compiling DequeModule Deque+Extras.swift
[174/834] Compiling DequeModule Deque+Hashable.swift
[175/834] Compiling HashTreeCollections _HashSlot.swift
[176/834] Compiling HashTreeCollections _HashStack.swift
[177/834] Compiling HashTreeCollections _HashTreeIterator.swift
[178/834] Compiling HashTreeCollections _HashTreeStatistics.swift
[179/834] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[180/834] Compiling HashTreeCollections _RawHashNode.swift
[181/834] Compiling HashTreeCollections _UnmanagedHashNode.swift
[182/834] Compiling HashTreeCollections _UnsafePath.swift
[183/834] Compiling DequeModule Deque+Testing.swift
[184/834] Compiling DequeModule Deque._Storage.swift
[185/834] Compiling DequeModule Deque._UnsafeHandle.swift
[186/834] Compiling DequeModule Deque.swift
[187/834] Compiling DequeModule _DequeBuffer.swift
[188/834] Compiling DequeModule _DequeBufferHeader.swift
[189/834] Compiling HashTreeCollections _Hash.swift
[190/834] Compiling HashTreeCollections _HashLevel.swift
[191/834] Compiling HashTreeCollections _HashNode+Builder.swift
[192/834] Compiling HashTreeCollections _HashNode+Debugging.swift
[193/834] Compiling HashTreeCollections _HashNode+Initializers.swift
[194/834] Compiling HashTreeCollections _HashNode+Invariants.swift
[195/834] Compiling HashTreeCollections _HashNode+Lookups.swift
[196/834] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[197/834] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[198/834] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[199/834] Compiling HeapModule Heap.swift
[200/834] Compiling HeapModule Heap+Invariants.swift
[201/834] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[202/834] Compiling HeapModule Heap+Descriptions.swift
[203/834] Compiling HeapModule Heap+UnsafeHandle.swift
[208/836] Compiling CoreMetrics Locks.swift
[209/836] Compiling CoreMetrics Metrics.swift
[210/837] Emitting module HeapModule
[214/838] Compiling HashTreeCollections TreeSet+Hashable.swift
[215/838] Compiling HashTreeCollections TreeSet+Sendable.swift
[216/838] Compiling HashTreeCollections TreeSet+Sequence.swift
[217/838] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[218/838] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[219/838] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[220/838] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[221/838] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[222/838] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[223/838] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[225/848] Compiling UnixSignals UnixSignal.swift
[226/848] Compiling UnixSignals UnixSignalsSequence.swift
[227/848] Emitting module UnixSignals
[231/849] Compiling HashTreeCollections TreeSet+Descriptions.swift
[232/849] Compiling HashTreeCollections TreeSet+Equatable.swift
[233/849] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[234/849] Compiling HashTreeCollections TreeSet+Extras.swift
[235/849] Compiling HashTreeCollections TreeSet+Filter.swift
[236/849] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[237/849] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[238/849] Compiling HashTreeCollections TreeDictionary+Filter.swift
[239/849] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[240/864] Compiling DequeModule _DequeSlot.swift
[241/864] Compiling DequeModule _UnsafeWrappedBuffer.swift
[241/868] Wrapping AST for _NIODataStructures for debugging
[243/868] Compiling Tracing InstrumentationSystem+Tracing.swift
[243/868] Wrapping AST for UnixSignals for debugging
[245/868] Compiling HTTPTypes HTTPFields.swift
[246/868] Compiling HTTPTypes HTTPFieldName.swift
[246/869] Wrapping AST for ServiceContextModule for debugging
[248/869] Compiling Tracing TracingTime.swift
[249/869] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[250/869] Compiling HashTreeCollections TreeDictionary+Keys.swift
[251/869] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[252/869] Compiling HashTreeCollections TreeDictionary+Merge.swift
[253/869] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[254/869] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[255/869] Compiling HashTreeCollections TreeDictionary+Values.swift
[264/869] Emitting module Tracing
[266/869] Compiling HashTreeCollections TreeDictionary.swift
[267/869] Compiling HashTreeCollections TreeSet+Codable.swift
[268/869] Compiling HashTreeCollections TreeSet+Collection.swift
[269/869] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[270/869] Compiling HashTreeCollections TreeSet+Debugging.swift
[275/869] Wrapping AST for RealModule for debugging
[277/869] Compiling _RopeModule _CharacterRecognizer.swift
[278/869] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[279/869] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[280/869] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[281/869] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[282/869] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[283/869] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[284/869] Compiling Tracing TracerProtocol.swift
[285/869] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[286/869] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[287/869] Compiling HashTreeCollections TreeSet.swift
[298/869] Wrapping AST for InternalCollectionsUtilities for debugging
[299/869] Wrapping AST for Instrumentation for debugging
[301/869] Compiling Tracing Tracer.swift
[302/869] Compiling Tracing TracerProtocol+Legacy.swift
[303/869] Compiling Tracing NoOpTracer.swift
[304/869] Compiling Tracing SpanProtocol.swift
[311/870] Wrapping AST for Logging for debugging
[323/870] Wrapping AST for HeapModule for debugging
[324/870] Wrapping AST for HTTPTypes for debugging
[325/870] Wrapping AST for ConcurrencyHelpers for debugging
[326/870] Wrapping AST for CoreMetrics for debugging
[338/870] Emitting module DequeModule
[338/871] Wrapping AST for Tracing for debugging
[341/871] Compiling HashTreeCollections _HashNodeHeader.swift
[350/871] Compiling HashTreeCollections TreeDictionary+Codable.swift
[351/871] Compiling HashTreeCollections TreeDictionary+Collection.swift
[352/871] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[353/871] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[354/871] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[364/871] Compiling HashTreeCollections _HashNode+Structural union.swift
[365/871] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[366/871] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[367/871] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[368/871] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[369/871] Compiling HashTreeCollections _HashNode.swift
[381/871] Emitting module OrderedCollections
[381/872] Wrapping AST for DequeModule for debugging
[384/872] Emitting module _RopeModule
[385/872] Compiling _RopeModule Rope+Join.swift
[386/872] Compiling _RopeModule Rope+MutatingForEach.swift
[387/872] Compiling _RopeModule Rope+Remove.swift
[388/872] Compiling _RopeModule Rope+RemoveSubrange.swift
[389/872] Compiling _RopeModule Rope+Split.swift
[390/872] Compiling _RopeModule Optional Utilities.swift
[391/872] Compiling _RopeModule String Utilities.swift
[392/872] Compiling _RopeModule String.Index+ABI.swift
[427/873] Compiling tls13_both.cc
[428/873] Wrapping AST for OrderedCollections for debugging
[429/873] Compiling t1_enc.cc
[431/873] Emitting module Metrics
[432/873] Compiling Metrics Metrics.swift
[432/874] Wrapping AST for _RopeModule for debugging
[433/874] Compiling ssl_versions.cc
[435/874] Compiling ssl_x509.cc
[437/874] Emitting module HashTreeCollections
[437/875] Wrapping AST for Metrics for debugging
[439/875] Compiling ssl_transcript.cc
[440/875] Wrapping AST for HashTreeCollections for debugging
[441/875] Compiling ssl_stat.cc
[442/875] Compiling ssl_session.cc
[443/875] Compiling ssl_privkey.cc
[444/875] Compiling ssl_key_share.cc
[445/875] Compiling ssl_file.cc
[446/875] Compiling ssl_credential.cc
[447/875] Compiling ssl_asn1.cc
[448/875] Compiling ssl_buffer.cc
[449/875] Compiling ssl_cipher.cc
[450/875] Compiling ssl_cert.cc
[451/875] Compiling ssl_lib.cc
[452/875] Compiling s3_both.cc
[453/875] Compiling ssl_aead_ctx.cc
[454/875] Compiling handshake_server.cc
[455/875] Compiling s3_pkt.cc
[456/875] Compiling s3_lib.cc
[457/875] Compiling handshake_client.cc
[458/875] Compiling handshake.cc
[459/875] Compiling handoff.cc
[460/875] Compiling extensions.cc
[461/875] Compiling dtls_method.cc
[462/875] Compiling md5-x86_64-linux.S
[463/875] Compiling md5-x86_64-apple.S
[464/875] Compiling dtls_record.cc
[465/875] Compiling md5-586-linux.S
[466/875] Compiling md5-586-apple.S
[467/875] Compiling d1_srtp.cc
[468/875] Compiling chacha20_poly1305_x86_64-apple.S
[469/875] Compiling chacha20_poly1305_armv8-win.S
[470/875] Compiling chacha20_poly1305_x86_64-linux.S
[471/875] Compiling chacha20_poly1305_armv8-linux.S
[472/875] Compiling chacha20_poly1305_armv8-apple.S
[473/875] Compiling chacha-x86_64-apple.S
[474/875] Compiling chacha-x86_64-linux.S
[475/875] Compiling encrypted_client_hello.cc
[476/875] Compiling chacha-x86-linux.S
[477/875] Compiling chacha-armv8-linux.S
[478/875] Compiling chacha-x86-apple.S
[479/875] Compiling chacha-armv8-win.S
[480/875] Compiling chacha-armv8-apple.S
[481/875] Compiling chacha-armv4-linux.S
[482/875] Compiling d1_pkt.cc
[483/875] Compiling aes128gcmsiv-x86_64-apple.S
[484/875] Compiling aes128gcmsiv-x86_64-linux.S
[485/875] Compiling err_data.cc
[486/875] Compiling x86_64-mont5-apple.S
[487/875] Compiling x86_64-mont5-linux.S
[488/875] Compiling x86_64-mont-linux.S
[489/875] Compiling x86_64-mont-apple.S
[490/875] Compiling x86-mont-apple.S
[491/875] Compiling x86-mont-linux.S
[492/875] Compiling vpaes-x86_64-linux.S
[493/875] Compiling vpaes-x86-linux.S
[494/875] Compiling vpaes-x86_64-apple.S
[495/875] Compiling d1_lib.cc
[496/875] Compiling vpaes-x86-apple.S
[497/875] Compiling vpaes-armv8-apple.S
[498/875] Compiling vpaes-armv7-linux.S
[499/875] Compiling vpaes-armv8-win.S
[500/875] Compiling sha512-x86_64-linux.S
[501/875] Compiling vpaes-armv8-linux.S
[502/875] Compiling sha512-x86_64-apple.S
[503/875] Compiling sha512-armv8-win.S
[503/875] Compiling sha512-586-linux.S
[503/875] Compiling sha512-armv8-linux.S
[506/875] Compiling sha512-armv4-linux.S
[507/875] Compiling sha512-armv8-apple.S
[508/875] Compiling bio_ssl.cc
[509/875] Compiling sha256-armv8-win.S
[510/875] Compiling sha256-x86_64-apple.S
[510/875] Compiling sha512-586-apple.S
[512/875] Compiling sha256-armv8-linux.S
[513/875] Compiling sha256-armv8-apple.S
[514/875] Compiling sha256-armv4-linux.S
[515/875] Compiling sha256-x86_64-linux.S
[516/875] Compiling sha256-586-linux.S
[517/875] Compiling d1_both.cc
[518/875] Compiling sha256-586-apple.S
[519/875] Compiling sha1-armv8-win.S
[520/875] Compiling sha1-armv8-linux.S
[521/875] Compiling sha1-armv8-apple.S
[522/875] Compiling sha1-armv4-large-linux.S
[523/875] Compiling sha1-x86_64-apple.S
[524/875] Compiling sha1-586-linux.S
[525/875] Compiling sha1-x86_64-linux.S
[526/875] Compiling rsaz-avx2-apple.S
[527/875] Compiling sha1-586-apple.S
[528/875] Compiling rdrand-x86_64-linux.S
[529/875] Compiling rsaz-avx2-linux.S
[530/875] Compiling rdrand-x86_64-apple.S
[531/875] Compiling p256_beeu-x86_64-asm-apple.S
[532/875] Compiling p256_beeu-x86_64-asm-linux.S
[533/875] Compiling p256_beeu-armv8-asm-linux.S
[534/875] Compiling p256_beeu-armv8-asm-win.S
[535/875] Compiling p256-x86_64-asm-apple.S
[536/875] Compiling p256_beeu-armv8-asm-apple.S
[537/875] Compiling p256-armv8-asm-win.S
[538/875] Compiling p256-armv8-asm-linux.S
[539/875] Compiling p256-armv8-asm-apple.S
[540/875] Compiling ghashv8-armv8-linux.S
[541/875] Compiling ghash-x86-linux.S
[542/875] Compiling p256-x86_64-asm-linux.S
[543/875] Compiling ghashv8-armv8-apple.S
[544/875] Compiling ghashv8-armv7-linux.S
[545/875] Compiling ghash-x86_64-linux.S
[546/875] Compiling ghashv8-armv8-win.S
[547/875] Compiling ghash-x86_64-apple.S
[548/875] Compiling ghash-x86-apple.S
[549/875] Compiling ghash-ssse3-x86_64-apple.S
[550/875] Compiling ghash-neon-armv8-win.S
[551/875] Compiling ghash-ssse3-x86_64-linux.S
[552/875] Compiling ghash-ssse3-x86-apple.S
[553/875] Compiling ghash-ssse3-x86-linux.S
[554/875] Compiling ghash-neon-armv8-apple.S
[555/875] Compiling ghash-armv4-linux.S
[556/875] Compiling co-586-linux.S
[557/875] Compiling ghash-neon-armv8-linux.S
[558/875] Compiling co-586-apple.S
[559/875] Compiling bn-armv8-linux.S
[560/875] Compiling bn-586-linux.S
[561/875] Compiling bsaes-armv7-linux.S
[562/875] Compiling bn-armv8-apple.S
[563/875] Compiling bn-586-apple.S
[564/875] Compiling bn-armv8-win.S
[565/875] Compiling armv8-mont-linux.S
[566/875] Compiling armv8-mont-win.S
[567/875] Compiling armv8-mont-apple.S
[568/875] Compiling aesv8-gcm-armv8-win.S
[569/875] Compiling armv4-mont-linux.S
[570/875] Compiling aesv8-armv8-win.S
[571/875] Compiling aesv8-gcm-armv8-linux.S
[572/875] Compiling aesv8-armv8-linux.S
[573/875] Compiling aesni-x86_64-apple.S
[574/875] Compiling aesv8-armv7-linux.S
[575/875] Compiling aesv8-armv8-apple.S
[576/875] Compiling aesni-x86_64-linux.S
[577/875] Compiling aesv8-gcm-armv8-apple.S
[578/875] Compiling aesni-x86-linux.S
[579/875] Compiling aesni-x86-apple.S
[580/875] Compiling aesni-gcm-x86_64-linux.S
[581/875] Compiling aes-gcm-avx10-x86_64-apple.S
[582/875] Compiling aes-gcm-avx2-x86_64-apple.S
[583/875] Compiling aesni-gcm-x86_64-apple.S
[584/875] Compiling aes-gcm-avx10-x86_64-linux.S
[585/875] Compiling aes-gcm-avx2-x86_64-linux.S
[586/875] Compiling x_sig.cc
[587/875] Compiling x_x509a.cc
[588/875] Compiling x_name.cc
[589/875] Compiling x_spki.cc
[590/875] Compiling x_x509.cc
[591/875] Compiling x_val.cc
[592/875] Compiling x_req.cc
[593/875] Compiling x_pubkey.cc
[594/875] Compiling x_attrib.cc
[595/875] Compiling x_exten.cc
[596/875] Compiling x_crl.cc
[597/875] Compiling x_algor.cc
[598/875] Compiling x509name.cc
[599/875] Compiling x509spki.cc
[600/875] Compiling x509rset.cc
[601/875] Compiling x_all.cc
[602/875] Compiling x509cset.cc
[603/875] Compiling x509_vpm.cc
[604/875] Compiling x509_v3.cc
[605/875] Compiling x509_set.cc
[606/875] Compiling x509_txt.cc
[607/875] Compiling x509_vfy.cc
[608/875] Compiling x509_trs.cc
[609/875] Compiling x509_req.cc
[610/875] Compiling x509_ext.cc
[611/875] Compiling x509_def.cc
[612/875] Compiling x509_obj.cc
[613/875] Compiling x509_att.cc
[614/875] Compiling x509_d2.cc
[615/875] Compiling v3_utl.cc
[616/875] Compiling x509_lu.cc
[617/875] Compiling x509_cmp.cc
[618/875] Compiling x509.cc
[619/875] Compiling v3_skey.cc
[620/875] Compiling v3_purp.cc
[621/875] Compiling v3_prn.cc
[622/875] Compiling v3_lib.cc
[623/875] Compiling v3_pmaps.cc
[624/875] Compiling v3_ocsp.cc
[625/875] Compiling v3_pcons.cc
[626/875] Compiling v3_ncons.cc
[627/875] Compiling v3_genn.cc
[628/875] Compiling v3_int.cc
[629/875] Compiling v3_info.cc
[630/875] Compiling v3_ia5.cc
[631/875] Compiling v3_enum.cc
[632/875] Compiling v3_bcons.cc
[633/875] Compiling v3_crld.cc
[634/875] Compiling v3_extku.cc
[635/875] Compiling v3_bitst.cc
[636/875] Compiling v3_cpols.cc
[637/875] Compiling v3_conf.cc
[638/875] Compiling v3_akeya.cc
[639/875] Compiling t_x509a.cc
[640/875] Compiling v3_alt.cc
[641/875] Compiling v3_akey.cc
[642/875] Compiling t_crl.cc
[643/875] Compiling t_req.cc
[644/875] Compiling t_x509.cc
[645/875] Compiling i2d_pr.cc
[646/875] Compiling by_file.cc
[647/875] Compiling rsa_pss.cc
[648/875] Compiling name_print.cc
[649/875] Compiling by_dir.cc
[650/875] Compiling policy.cc
[651/875] Compiling a_sign.cc
[652/875] Compiling trust_token.cc
[653/875] Compiling thread_win.cc
[654/875] Compiling thread_none.cc
[655/875] Compiling asn1_gen.cc
[656/875] Compiling algorithm.cc
[657/875] Compiling a_verify.cc
[658/875] Compiling thread.cc
[659/875] Compiling thread_pthread.cc
[660/875] Compiling voprf.cc
[661/875] Compiling siphash.cc
[662/875] Compiling pmbtoken.cc
[663/875] Compiling a_digest.cc
[664/875] Compiling stack.cc
[665/875] Compiling sha512.cc
[666/875] Compiling sha256.cc
[667/875] Compiling slhdsa.cc
[667/875] Compiling sha1.cc
[667/875] Compiling rsa_extra.cc
[670/875] Compiling rsa_print.cc
[671/875] Compiling rc4.cc
[672/875] Compiling rsa_crypt.cc
[673/875] Compiling refcount.cc
[674/875] Compiling spake2plus.cc
[675/875] Compiling windows.cc
[676/875] Compiling rsa_asn1.cc
[677/875] Compiling urandom.cc
[678/875] Compiling forkunsafe.cc
[679/875] Compiling trusty.cc
[680/875] Compiling rand.cc
[681/875] Compiling poly1305_arm_asm.S
[682/875] Compiling ios.cc
[683/875] Compiling getentropy.cc
[684/875] Compiling deterministic.cc
[685/875] Compiling passive.cc
[686/875] Compiling fork_detect.cc
[687/875] Compiling poly1305_vec.cc
[688/875] Compiling poly1305_arm.cc
[689/875] Compiling poly1305.cc
[690/875] Compiling pool.cc
[691/875] Compiling pkcs8_x509.cc
[692/875] Compiling pkcs7.cc
[693/875] Compiling pkcs8.cc
[694/875] Compiling p5_pbev2.cc
[695/875] Compiling pem_xaux.cc
[696/875] Compiling pem_x509.cc
[697/875] Compiling pkcs7_x509.cc
[698/875] Compiling pem_pk8.cc
[699/875] Compiling pem_pkey.cc
[700/875] Compiling obj.cc
[701/875] Compiling mem.cc
[702/875] Compiling mlkem.cc
[703/875] Compiling obj_xref.cc
[704/875] Compiling mldsa.cc
[705/875] Compiling lhash.cc
[706/875] Compiling pem_oth.cc
[707/875] Compiling poly_rq_mul.S
[708/875] Compiling pem_lib.cc
[709/875] Compiling fips_shared_support.cc
[710/875] Compiling pem_info.cc
[711/875] Compiling md5.cc
[712/875] Compiling md4.cc
[713/875] Compiling pem_all.cc
[714/875] Compiling hpke.cc
[715/875] Compiling kyber.cc
[716/875] Compiling hrss.cc
[717/875] Compiling pbkdf.cc
[718/875] Compiling sign.cc
[719/875] Compiling ex_data.cc
[720/875] Compiling scrypt.cc
[721/875] Compiling print.cc
[722/875] Compiling p_rsa_asn1.cc
[723/875] Compiling p_x25519.cc
[724/875] Compiling p_ed25519.cc
[725/875] Compiling p_rsa.cc
[726/875] Compiling p_x25519_asn1.cc
[727/875] Compiling p_hkdf.cc
[728/875] Compiling p_ec.cc
[729/875] Compiling p_ec_asn1.cc
[730/875] Compiling p_ed25519_asn1.cc
[731/875] Compiling err.cc
[732/875] Compiling p_dh.cc
[733/875] Compiling evp_ctx.cc
[734/875] Compiling p_dh_asn1.cc
[735/875] Compiling evp.cc
[736/875] Compiling engine.cc
[737/875] Compiling evp_asn1.cc
[738/875] Compiling ecdh.cc
[739/875] Compiling p_dsa_asn1.cc
[740/875] Compiling hash_to_curve.cc
[741/875] Compiling ec_derive.cc
[742/875] Compiling ecdsa_asn1.cc
[743/875] Compiling ec_asn1.cc
[744/875] Compiling dsa.cc
[745/875] Compiling params.cc
[746/875] Compiling dsa_asn1.cc
[747/875] Compiling digest_extra.cc
[748/875] Compiling dh_asn1.cc
[749/875] Compiling x25519-asm-arm.S
[750/875] Compiling des.cc
[751/875] Compiling spake25519.cc
[752/875] Compiling bcm.cc
[753/875] Compiling curve25519.cc
[754/875] Compiling cpu_arm_linux.cc
[755/875] Compiling crypto.cc
[756/875] Compiling cpu_intel.cc
[757/875] Compiling cpu_arm_freebsd.cc
[758/875] Compiling cpu_aarch64_sysreg.cc
[759/875] Compiling cpu_aarch64_win.cc
[760/875] Compiling cpu_aarch64_openbsd.cc
[761/875] Compiling curve25519_64_adx.cc
[762/875] Compiling get_cipher.cc
[763/875] Compiling cpu_aarch64_fuchsia.cc
[764/875] Compiling cpu_aarch64_linux.cc
[765/875] Compiling cpu_aarch64_apple.cc
[766/875] Compiling tls_cbc.cc
[767/875] Compiling e_tls.cc
[768/875] Compiling conf.cc
[769/875] Compiling e_rc4.cc
[770/875] Compiling e_des.cc
[771/875] Compiling e_chacha20poly1305.cc
[772/875] Compiling e_null.cc
[773/875] Compiling e_rc2.cc
[774/875] Compiling derive_key.cc
[775/875] Compiling e_aesctrhmac.cc
[776/875] Compiling e_aesgcmsiv.cc
[777/875] Compiling chacha.cc
[778/875] Compiling convert.cc
[779/875] Compiling cbb.cc
[780/875] Compiling buf.cc
[781/875] Compiling unicode.cc
[782/875] Compiling ber.cc
[783/875] Compiling asn1_compat.cc
[784/875] Compiling pair.cc
[785/875] Compiling blake2.cc
[786/875] Compiling printf.cc
[787/875] Compiling socket_helper.cc
[788/875] Compiling cbs.cc
[789/875] Compiling socket.cc
[790/875] Compiling bn_asn1.cc
[791/875] Compiling file.cc
[792/875] Compiling hexdump.cc
[793/875] Compiling tasn_utl.cc
[794/875] Compiling connect.cc
[795/875] Compiling errno.cc
[796/875] Compiling bio_mem.cc
[797/875] Compiling fd.cc
[798/875] Compiling base64.cc
[799/875] Compiling bio.cc
[800/875] Compiling tasn_dec.cc
[801/875] Compiling tasn_typ.cc
[802/875] Compiling tasn_enc.cc
[803/875] Compiling tasn_fre.cc
[804/875] Compiling asn_pack.cc
[805/875] Compiling posix_time.cc
[806/875] Compiling asn1_par.cc
[807/875] Compiling f_int.cc
[808/875] Compiling f_string.cc
[809/875] Compiling tasn_new.cc
[810/875] Compiling a_octet.cc
[811/875] Compiling a_time.cc
[812/875] Compiling a_type.cc
[813/875] Compiling asn1_lib.cc
[814/875] Compiling a_strnid.cc
[815/875] Compiling a_strex.cc
[816/875] Compiling a_utctm.cc
[817/875] Compiling a_dup.cc
[818/875] Compiling a_object.cc
[819/875] Compiling a_i2d_fp.cc
[820/875] Write sources
[821/875] Compiling a_int.cc
[821/875] Write sources
[827/875] Compiling a_d2i_fp.cc
[828/875] Compiling a_mbstr.cc
[829/875] Compiling a_gentm.cc
[830/1016] Compiling a_bool.cc
[831/1016] Compiling a_bitstr.cc
[833/1016] Compiling Algorithms Intersperse.swift
[834/1016] Compiling Algorithms Joined.swift
[835/1016] Compiling Algorithms Keyed.swift
[836/1016] Compiling Algorithms MinMax.swift
[837/1018] Compiling Atomics AtomicStorage.swift
[838/1018] Compiling Atomics AtomicValue.swift
[839/1018] Compiling Atomics AtomicMemoryOrderings.swift
[840/1018] Compiling Atomics DoubleWord.swift
[841/1018] Emitting module BitCollections
[842/1025] Compiling BitCollections BitSet+Initializers.swift
[843/1025] Compiling BitCollections BitSet+Invariants.swift
[844/1025] Compiling BitCollections BitSet+Random.swift
[845/1025] Compiling BitCollections BitSet+SetAlgebra basics.swift
[846/1025] Compiling BitCollections BitSet+SetAlgebra conformance.swift
[847/1025] Compiling BitCollections BitSet+SetAlgebra formIntersection.swift
[848/1025] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[849/1025] Compiling Algorithms FlattenCollection.swift
[850/1025] Compiling Algorithms Grouped.swift
[851/1025] Compiling Algorithms Indexed.swift
[852/1025] Compiling Atomics IntegerOperations.swift
[853/1025] Compiling Atomics Unmanaged extensions.swift
[854/1025] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[855/1025] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[856/1025] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[857/1025] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[858/1025] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[859/1025] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[860/1025] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[861/1025] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[862/1025] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[863/1025] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[864/1025] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[865/1025] Compiling BitCollections BitSet+SetAlgebra union.swift
[866/1025] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[867/1025] Compiling BitCollections BitSet.Counted.swift
[873/1025] Compiling Algorithms Stride.swift
[876/1031] Compiling Algorithms Suffix.swift
[877/1034] Compiling Algorithms RandomSample.swift
[878/1034] Compiling Algorithms Reductions.swift
[879/1034] Compiling Algorithms Rotate.swift
[886/1034] Compiling Algorithms Compacted.swift
[887/1034] Compiling Algorithms Cycle.swift
[888/1034] Compiling Algorithms EitherSequence.swift
[889/1034] Compiling Algorithms FirstNonNil.swift
[894/1034] Compiling Algorithms AdjacentPairs.swift
[895/1034] Compiling Algorithms Chain.swift
[905/1034] Emitting module AsyncAlgorithms
[929/1034] Compiling Algorithms Trim.swift
[930/1034] Compiling Algorithms Unique.swift
[931/1034] Compiling Algorithms Windows.swift
[932/1034] Compiling BitCollections BitArray._UnsafeHandle.swift
[933/1034] Compiling BitCollections BitArray.swift
[934/1034] Compiling BitCollections BitSet+BidirectionalCollection.swift
[935/1034] Compiling BitCollections BitSet+Codable.swift
[951/1034] Compiling BitCollections BitSet.Index.swift
[952/1034] Compiling BitCollections BitSet._UnsafeHandle.swift
[953/1034] Compiling BitCollections BitSet.swift
[954/1034] Compiling BitCollections Range+Utilities.swift
[955/1034] Compiling BitCollections Slice+Utilities.swift
[956/1034] Compiling BitCollections UInt+Tricks.swift
[957/1034] Compiling BitCollections _Word.swift
[962/1037] Wrapping AST for BitCollections for debugging
[964/1037] Emitting module Atomics
[965/1037] Emitting module Collections
[966/1038] Compiling Collections Collections.swift
[986/1039] Wrapping AST for Atomics for debugging
[987/1039] Wrapping AST for Collections for debugging
[993/1039] Compiling AsyncAlgorithms SetAlgebra.swift
[994/1039] Compiling AsyncAlgorithms UnsafeTransfer.swift
[995/1039] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[996/1039] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[997/1039] Compiling AsyncAlgorithms ZipStateMachine.swift
[998/1039] Compiling AsyncAlgorithms ZipStorage.swift
[999/1040] Compiling c-nioatomics.c
[1000/1041] Wrapping AST for AsyncAlgorithms for debugging
[1002/1054] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1003/1055] Emitting module ServiceLifecycle
[1004/1055] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1005/1055] Compiling ServiceLifecycle ServiceRunnerError.swift
[1006/1055] Emitting module Algorithms
[1007/1056] Compiling NIOConcurrencyHelpers lock.swift
[1009/1056] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1010/1056] Compiling NIOConcurrencyHelpers NIOLock.swift
[1011/1056] Compiling NIOConcurrencyHelpers atomics.swift
[1012/1056] Emitting module NIOConcurrencyHelpers
[1012/1056] Wrapping AST for Algorithms for debugging
[1013/1056] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1015/1057] Wrapping AST for NIOConcurrencyHelpers for debugging
[1017/1117] Compiling ServiceLifecycle Service.swift
[1018/1117] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1019/1117] Compiling ServiceLifecycle GracefulShutdown.swift
[1020/1117] Compiling ServiceLifecycle CancellationWaiter.swift
[1021/1117] Compiling ServiceLifecycle ServiceGroup.swift
[1022/1118] Wrapping AST for ServiceLifecycle for debugging
[1024/1118] Compiling NIOCore MulticastChannel.swift
[1025/1118] Compiling NIOCore NIOAny.swift
[1026/1118] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1027/1118] Compiling NIOCore NIOLoopBound.swift
[1028/1118] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1029/1118] Compiling NIOCore NIOScheduledCallback.swift
[1030/1118] Compiling NIOCore NIOSendable.swift
[1031/1118] Compiling NIOCore RecvByteBufferAllocator.swift
[1032/1126] Compiling NIOCore IO.swift
[1033/1126] Compiling NIOCore IOData.swift
[1034/1126] Compiling NIOCore IPProtocol.swift
[1035/1126] Compiling NIOCore IntegerBitPacking.swift
[1036/1126] Compiling NIOCore IntegerTypes.swift
[1037/1126] Compiling NIOCore Interfaces.swift
[1038/1126] Compiling NIOCore Linux.swift
[1039/1126] Compiling NIOCore MarkedCircularBuffer.swift
[1040/1126] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1041/1126] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1042/1126] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1043/1126] Compiling NIOCore EventLoopFuture.swift
[1044/1126] Compiling NIOCore FileDescriptor.swift
[1045/1126] Compiling NIOCore FileHandle.swift
[1046/1126] Compiling NIOCore FileRegion.swift
[1047/1126] Compiling NIOCore GlobalSingletons.swift
[1048/1126] Compiling NIOCore CircularBuffer.swift
[1049/1126] Compiling NIOCore Codec.swift
[1050/1126] Compiling NIOCore ConvenienceOptionSupport.swift
[1051/1126] Compiling NIOCore DeadChannel.swift
[1052/1126] Compiling NIOCore DispatchQueue+WithFuture.swift
[1053/1126] Compiling NIOCore EventLoop+Deprecated.swift
[1054/1126] Compiling NIOCore EventLoop+SerialExecutor.swift
[1055/1126] Compiling NIOCore EventLoop.swift
[1056/1126] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1057/1126] Compiling NIOCore SocketAddresses.swift
[1058/1126] Compiling NIOCore SocketOptionProvider.swift
[1059/1126] Compiling NIOCore SystemCallHelpers.swift
[1060/1126] Compiling NIOCore TimeAmount+Duration.swift
[1061/1126] Compiling NIOCore TypeAssistedChannelHandler.swift
[1062/1126] Compiling NIOCore UniversalBootstrapSupport.swift
[1063/1126] Compiling NIOCore Utilities.swift
[1064/1126] Emitting module NIOCore
[1065/1126] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1066/1126] Compiling NIOCore BSDSocketAPI.swift
[1067/1126] Compiling NIOCore ByteBuffer-aux.swift
[1068/1126] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1069/1126] Compiling NIOCore ByteBuffer-conversions.swift
[1070/1126] Compiling NIOCore ByteBuffer-core.swift
[1071/1126] Compiling NIOCore ByteBuffer-hex.swift
[1072/1126] Compiling NIOCore ByteBuffer-int.swift
[1073/1126] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1074/1126] Compiling NIOCore ByteBuffer-multi-int.swift
[1075/1126] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1076/1126] Compiling NIOCore ByteBuffer-views.swift
[1077/1126] Compiling NIOCore Channel.swift
[1078/1126] Compiling NIOCore ChannelHandler.swift
[1079/1126] Compiling NIOCore ChannelHandlers.swift
[1080/1126] Compiling NIOCore ChannelInvoker.swift
[1081/1126] Compiling NIOCore ChannelOption.swift
[1082/1126] Compiling NIOCore ChannelPipeline.swift
[1083/1126] Compiling NIOCore AddressedEnvelope.swift
[1084/1126] Compiling NIOCore AsyncAwaitSupport.swift
[1085/1126] Compiling NIOCore AsyncChannel.swift
[1086/1126] Compiling NIOCore AsyncChannelHandler.swift
[1087/1126] Compiling NIOCore AsyncChannelInboundStream.swift
[1088/1126] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1089/1126] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1090/1126] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1091/1126] Compiling NIOCore NIOAsyncWriter.swift
[1092/1130] Wrapping AST for NIOCore for debugging
[1094/1186] Emitting module NIOHTTPTypes
[1095/1188] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1096/1189] Compiling CompressNIO CompressionAlgorithm.swift
[1097/1189] Compiling CompressNIO Compressor.swift
[1099/1190] Compiling NIOPosix BSDSocketAPICommon.swift
[1100/1190] Compiling NIOPosix BSDSocketAPIPosix.swift
[1101/1190] Emitting module CompressNIO
[1101/1190] Wrapping AST for NIOHTTPTypes for debugging
[1103/1190] Compiling CompressNIO Error.swift
[1104/1190] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[1105/1190] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[1106/1190] Compiling CompressNIO Zlib.swift
[1107/1190] Compiling CompressNIO ZlibWrapper.swift
[1108/1191] Emitting module NIOEmbedded
[1109/1191] Compiling NIOEmbedded AsyncTestingChannel.swift
[1111/1191] Compiling NIOEmbedded Embedded.swift
[1112/1191] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1113/1192] Wrapping AST for CompressNIO for debugging
[1114/1192] Wrapping AST for NIOEmbedded for debugging
[1116/1192] Compiling NIOPosix IO.swift
[1117/1192] Compiling NIOPosix IntegerBitPacking.swift
[1118/1192] Compiling NIOPosix IntegerTypes.swift
[1119/1192] Compiling NIOPosix Linux.swift
[1120/1192] Compiling NIOPosix LinuxCPUSet.swift
[1121/1192] Compiling NIOPosix LinuxUring.swift
[1122/1192] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1123/1198] Emitting module NIOPosix
[1124/1198] Compiling NIOPosix ThreadPosix.swift
[1125/1198] Compiling NIOPosix ThreadWindows.swift
[1126/1198] Compiling NIOPosix UnsafeTransfer.swift
[1127/1198] Compiling NIOPosix Utilities.swift
[1128/1198] Compiling NIOPosix VsockAddress.swift
[1129/1198] Compiling NIOPosix VsockChannelEvents.swift
[1130/1198] Compiling NIOPosix ServerSocket.swift
[1131/1198] Compiling NIOPosix Socket.swift
[1132/1198] Compiling NIOPosix SocketChannel.swift
[1133/1198] Compiling NIOPosix SocketProtocols.swift
[1134/1198] Compiling NIOPosix System.swift
[1135/1198] Compiling NIOPosix Thread.swift
[1136/1198] Compiling NIOPosix SelectableChannel.swift
[1137/1198] Compiling NIOPosix SelectableEventLoop.swift
[1138/1198] Compiling NIOPosix SelectorEpoll.swift
[1139/1198] Compiling NIOPosix SelectorGeneric.swift
[1140/1198] Compiling NIOPosix SelectorKqueue.swift
[1141/1198] Compiling NIOPosix SelectorUring.swift
[1142/1198] Compiling NIOPosix Pool.swift
[1143/1198] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1144/1198] Compiling NIOPosix PosixSingletons.swift
[1145/1198] Compiling NIOPosix RawSocketBootstrap.swift
[1146/1198] Compiling NIOPosix Resolver.swift
[1147/1198] Compiling NIOPosix Selectable.swift
[1148/1198] Compiling NIOPosix Bootstrap.swift
[1149/1198] Compiling NIOPosix ControlMessage.swift
[1150/1198] Compiling NIOPosix DatagramVectorReadManager.swift
[1151/1198] Compiling NIOPosix Errors+Any.swift
[1152/1198] Compiling NIOPosix FileDescriptor.swift
[1153/1198] Compiling NIOPosix GetaddrinfoResolver.swift
[1154/1198] Compiling NIOPosix HappyEyeballs.swift
[1157/1198] Compiling NIOPosix BSDSocketAPIWindows.swift
[1158/1198] Compiling NIOPosix BaseSocket.swift
[1159/1198] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1160/1198] Compiling NIOPosix BaseSocketChannel.swift
[1161/1198] Compiling NIOPosix BaseStreamSocketChannel.swift
[1162/1198] Compiling NIOPosix NIOThreadPool.swift
[1163/1198] Compiling NIOPosix NonBlockingFileIO.swift
[1164/1198] Compiling NIOPosix PendingDatagramWritesManager.swift
[1165/1198] Compiling NIOPosix PendingWritesManager.swift
[1166/1198] Compiling NIOPosix PipeChannel.swift
[1167/1198] Compiling NIOPosix PipePair.swift
[1168/1199] Wrapping AST for NIOPosix for debugging
[1170/1201] Emitting module NIO
[1171/1201] Compiling NIO Exports.swift
[1172/1202] Wrapping AST for NIO for debugging
[1174/1241] Compiling NIOTLS TLSEvents.swift
[1175/1241] Emitting module NIOTLS
[1176/1241] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1177/1241] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1178/1241] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1179/1241] Compiling NIOSOCKS ClientStateMachine.swift
[1180/1242] Compiling NIOSOCKS SOCKSResponse.swift
[1181/1242] Compiling NIOSOCKS AuthenticationMethod.swift
[1182/1242] Compiling NIOSOCKS ClientGreeting.swift
[1183/1242] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1184/1242] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1185/1242] Compiling NIOSOCKS SOCKSClientHandler.swift
[1186/1242] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1187/1242] Emitting module NIOSOCKS
[1188/1242] Compiling NIOSOCKS ServerStateMachine.swift
[1189/1242] Compiling NIOTLS SNIHandler.swift
[1190/1242] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1191/1243] Compiling NIOSOCKS Errors.swift
[1192/1243] Compiling NIOSOCKS Helpers.swift
[1193/1243] Compiling NIOSOCKS Messages.swift
[1194/1243] Compiling NIOSOCKS SOCKSRequest.swift
[1197/1244] Emitting module NIOFoundationCompat
[1202/1246] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1203/1246] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1204/1247] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1205/1247] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1206/1247] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[1207/1247] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[1208/1247] Wrapping AST for NIOTLS for debugging
[1209/1247] Wrapping AST for NIOSOCKS for debugging
[1210/1276] Wrapping AST for NIOFoundationCompat for debugging
[1212/1298] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1213/1298] Compiling NIOTransportServices NIOTSErrors.swift
[1214/1298] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1215/1298] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1216/1298] Emitting module NIOTransportServices
[1217/1300] Compiling NIOTransportServices StateManagedChannel.swift
[1218/1300] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1219/1300] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1220/1300] Emitting module NIOHTTP1
[1221/1300] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1222/1300] Compiling NIOTransportServices NIOTSSingletons.swift
[1223/1300] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1224/1300] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1225/1300] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1226/1300] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1227/1300] Compiling NIOTransportServices NIOTSBootstraps.swift
[1228/1300] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1229/1300] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1235/1300] Compiling NIOTransportServices NIOTSEventLoop.swift
[1236/1300] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1237/1300] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1240/1301] Compiling NIOTransportServices AcceptHandler.swift
[1243/1301] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1244/1301] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1245/1301] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1247/1302] Wrapping AST for NIOTransportServices for debugging
[1248/1306] Wrapping AST for NIOHTTP1 for debugging
[1250/1352] Emitting module NIOHTTPCompression
[1251/1352] Compiling NIOWebSocket WebSocketOpcode.swift
[1252/1353] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1253/1353] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1254/1353] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1255/1353] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1256/1353] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1257/1353] Compiling NIOHPACK HuffmanTables.swift
[1258/1354] Emitting module NIOHTTPTypesHTTP1
[1259/1354] Emitting module NIOHPACK
[1260/1354] Compiling NIOHPACK StaticHeaderTable.swift
[1261/1354] Compiling NIOHPACK IndexedHeaderTable.swift
[1262/1354] Compiling NIOHPACK IntegerCoding.swift
[1263/1354] Compiling NIOHTTPCompression HTTPCompression.swift
[1264/1354] Compiling NIOHTTPCompression HTTPDecompression.swift
[1265/1354] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1266/1354] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1267/1355] Compiling NIOExtras LineBasedFrameDecoder.swift
[1268/1355] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1269/1355] Emitting module NIOSSL
[1270/1359] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1271/1359] Compiling NIOExtras NIORequestIdentifiable.swift
[1272/1359] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1273/1359] Compiling NIOExtras NIOExtrasError.swift
[1274/1359] Compiling NIOExtras RequestResponseHandler.swift
[1275/1359] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1276/1359] Compiling NIOExtras PCAPRingBuffer.swift
[1277/1359] Compiling NIOExtras QuiescingHelper.swift
[1279/1359] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1280/1361] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1281/1361] Compiling NIOExtras LengthFieldPrepender.swift
[1282/1361] Compiling NIOHPACK HuffmanCoding.swift
[1283/1361] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1284/1361] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1285/1361] Emitting module NIOWebSocket
[1287/1362] Wrapping AST for NIOHTTPTypesHTTP1 for debugging
[1289/1362] Compiling NIOWebSocket WebSocketFrame.swift
[1290/1362] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1295/1362] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1296/1362] Compiling NIOSSL SubjectAlternativeName.swift
[1297/1362] Compiling NIOSSL NIOSSLSecureBytes.swift
[1298/1362] Compiling NIOSSL RNG.swift
[1299/1362] Compiling NIOSSL SafeCompare.swift
[1302/1363] Compiling NIOHPACK HPACKHeader.swift
[1303/1363] Compiling NIOHPACK HeaderTables.swift
[1309/1364] Compiling NIOExtras DebugInboundEventsHandler.swift
[1310/1364] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1311/1364] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1312/1364] Emitting module NIOExtras
[1315/1364] Wrapping AST for NIOHTTPCompression for debugging
[1316/1364] Wrapping AST for NIOHPACK for debugging
[1317/1364] Wrapping AST for NIOWebSocket for debugging
[1327/1437] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1328/1437] Compiling NIOHTTP2 StateMachineResult.swift
[1329/1437] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1330/1437] Compiling NIOHTTP2 DOSHeuristics.swift
[1331/1437] Compiling NIOHTTP2 SendingHeadersState.swift
[1332/1437] Compiling NIOHTTP2 SendingPushPromiseState.swift
[1333/1437] Compiling NIOHTTP2 SendingRstStreamState.swift
[1334/1437] Compiling NIOHTTP2 SendingWindowUpdateState.swift
[1335/1437] Compiling NIOHTTP2 ReceivingWindowUpdateState.swift
[1336/1437] Compiling NIOHTTP2 MaySendFrames.swift
[1337/1437] Compiling NIOHTTP2 SendingDataState.swift
[1338/1437] Compiling NIOHTTP2 SendingGoawayState.swift
[1349/1446] Wrapping AST for NIOExtras for debugging
[1351/1470] Compiling NIOHTTP2 HasRemoteSettings.swift
[1352/1470] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1353/1470] Compiling NIOHTTP2 QuiescingState.swift
[1354/1470] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1355/1471] Wrapping AST for NIOSSL for debugging
[1357/1471] Emitting module NIOHTTP2
[1358/1471] Compiling HummingbirdCore ResponseBodyWriter.swift
[1359/1471] Compiling HummingbirdCore ResponseWriter.swift
[1360/1471] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[1361/1474] Compiling HummingbirdCore BindAddress.swift
[1362/1474] Compiling HummingbirdCore HTTP1Channel.swift
[1363/1474] Compiling HummingbirdCore HTTPChannelHandler.swift
[1364/1474] Compiling HummingbirdCore UnsafeTransfer.swift
[1365/1474] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1366/1474] Compiling NIOHTTP2 HasLocalSettings.swift
[1371/1474] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1372/1474] Compiling HummingbirdCore ServerChildChannel.swift
[1373/1474] Compiling HummingbirdCore ServerConfiguration.swift
[1374/1474] Compiling HummingbirdCore TSTLSOptions.swift
[1375/1474] Compiling HummingbirdCore AnyAsyncSequence.swift
[1376/1474] Compiling HummingbirdCore FlatDictionary.swift
[1377/1474] Compiling HummingbirdCore HBParser.swift
[1378/1474] Compiling HummingbirdCore OutputBuffer.swift
[1379/1474] Compiling HummingbirdCore String+percentEncode.swift
[1380/1474] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[1381/1474] Compiling HummingbirdCore URI.swift
[1382/1474] Compiling HummingbirdCore Response.swift
[1383/1474] Compiling HummingbirdCore ResponseBody.swift
[1384/1474] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1385/1474] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1386/1474] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1387/1474] Compiling NIOHTTP2 HTTP2StreamID.swift
[1388/1474] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1389/1474] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1390/1474] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1391/1474] Compiling NIOHTTP2 InboundEventBuffer.swift
[1392/1474] Compiling HummingbirdCore HTTPServerBuilder.swift
[1393/1474] Compiling HummingbirdCore HTTPUserEventHandler.swift
[1394/1474] Compiling HummingbirdCore Server.swift
[1401/1474] Emitting module HummingbirdCore
[1402/1474] Compiling HummingbirdCore Deprecations.swift
[1403/1474] Compiling HummingbirdCore Request.swift
[1404/1474] Compiling HummingbirdCore RequestBody+inboundClose.swift
[1405/1474] Compiling HummingbirdCore RequestBody.swift
[1410/1475] Compiling NIOHTTP2 InboundWindowManager.swift
[1411/1475] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1412/1475] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1413/1475] Compiling NIOHTTP2 StreamChannelList.swift
[1414/1475] Compiling NIOHTTP2 StreamMap.swift
[1415/1475] Compiling NIOHTTP2 StreamStateMachine.swift
[1416/1475] Compiling NIOHTTP2 UnsafeTransfer.swift
[1417/1475] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1418/1475] Emitting module WSCore
[1419/1476] Compiling WSCore WebSocketStateMachine.swift
[1444/1477] Compiling NIOHTTP2 HTTP2FlowControlWindow.swift
[1445/1477] Compiling NIOHTTP2 HTTP2Frame.swift
[1446/1477] Compiling NIOHTTP2 HTTP2FrameEncoder.swift
[1447/1477] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1448/1477] Compiling NIOHTTP2 HTTP2PingData.swift
[1449/1477] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1450/1477] Compiling NIOHTTP2 HTTP2Settings.swift
[1451/1477] Compiling NIOHTTP2 HTTP2Stream.swift
[1452/1477] Compiling NIOHTTP2 HPACKHeaders+Validation.swift
[1453/1477] Compiling NIOHTTP2 HTTP2ChannelHandler+InboundStreamMultiplexer.swift
[1454/1477] Compiling NIOHTTP2 HTTP2ChannelHandler+InlineStreamMultiplexer.swift
[1455/1477] Compiling NIOHTTP2 HTTP2ChannelHandler.swift
[1456/1477] Compiling NIOHTTP2 HTTP2CommonInboundStreamMultiplexer.swift
[1457/1477] Compiling NIOHTTP2 HTTP2ConnectionStateChange.swift
[1458/1477] Compiling NIOHTTP2 HTTP2Error.swift
[1459/1477] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1460/1478] Wrapping AST for HummingbirdCore for debugging
[1461/1478] Wrapping AST for NIOHTTP2 for debugging
[1462/1478] Wrapping AST for WSCore for debugging
[1464/1615] Compiling WSClient Exports.swift
[1465/1615] Compiling Hummingbird URLEncodedForm+Request.swift
[1466/1615] Compiling Hummingbird URLEncodedForm.swift
[1467/1616] Compiling WSClient WebSocketClientConfiguration.swift
[1468/1616] Emitting module WSCompression
[1469/1616] Compiling WSCompression PerMessageDeflateExtension.swift
[1471/1617] Compiling WSClient WebSocketClientError.swift
[1472/1617] Compiling WSClient WebSocketClientChannel.swift
[1473/1617] Compiling WSClient WebSocketClient.swift
[1473/1617] Wrapping AST for WSCompression for debugging
[1475/1617] Emitting module Hummingbird
[1476/1626] Compiling Hummingbird ChildRequestContext.swift
[1477/1626] Compiling Hummingbird Request.swift
[1478/1626] Compiling Hummingbird RequestContext.swift
[1479/1626] Compiling Hummingbird RequestContextSource.swift
[1480/1626] Compiling Hummingbird RequestID.swift
[1481/1626] Compiling Hummingbird RequestResponder.swift
[1482/1626] Compiling Hummingbird Response.swift
[1483/1626] Compiling Hummingbird URI+decodeQuery.swift
[1484/1626] Compiling Hummingbird MemoryPersistDriver.swift
[1485/1628] Emitting module HummingbirdWSCompression
[1486/1628] Compiling HummingbirdWSCompression Exports.swift
[1488/1629] Compiling Hummingbird JSONCoding.swift
[1489/1629] Compiling Hummingbird ResponseEncodable.swift
[1490/1629] Emitting module WSClient
[1491/1629] Compiling Hummingbird Application.swift
[1492/1629] Compiling Hummingbird CodableProtocols.swift
[1492/1630] Wrapping AST for HummingbirdWSCompression for debugging
[1501/1630] Compiling Hummingbird URLEncodedFormDecoder.swift
[1502/1630] Compiling Hummingbird URLEncodedFormEncoder.swift
[1503/1630] Compiling Hummingbird URLEncodedFormNode.swift
[1504/1630] Emitting module AsyncHTTPClient
[1505/1630] Compiling Hummingbird RouterGroup.swift
[1506/1630] Compiling Hummingbird RouterMethods.swift
[1507/1630] Compiling Hummingbird RouterPath.swift
[1508/1630] Compiling Hummingbird RouterResponder.swift
[1509/1630] Compiling Hummingbird TransformingRouterGroup.swift
[1510/1630] Compiling Hummingbird RouterTrie.swift
[1511/1630] Compiling Hummingbird Trie+resolve.swift
[1512/1630] Compiling Hummingbird Trie+serialize.swift
[1513/1630] Compiling Hummingbird TrieRouter.swift
[1514/1630] Compiling Hummingbird Configuration.swift
[1515/1630] Compiling Hummingbird Deprecations.swift
[1516/1630] Compiling Hummingbird Environment.swift
[1517/1630] Compiling Hummingbird EditedHTTPError.swift
[1518/1630] Compiling Hummingbird HTTPError.swift
[1519/1630] Compiling Hummingbird HTTPResponseError.swift
[1520/1630] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[1521/1630] Compiling Hummingbird Exports.swift
[1522/1630] Compiling Hummingbird CacheControl.swift
[1523/1630] Compiling Hummingbird _SpreadMiddleware.swift
[1524/1630] Compiling Hummingbird TracingMiddleware.swift
[1525/1630] Compiling Hummingbird EndpointResponder.swift
[1526/1630] Compiling Hummingbird Parameters+UUID.swift
[1527/1630] Compiling Hummingbird Parameters.swift
[1528/1630] Compiling Hummingbird ResponseGenerator.swift
[1529/1630] Compiling Hummingbird RouteCollection.swift
[1530/1630] Compiling Hummingbird Router+validation.swift
[1531/1630] Compiling Hummingbird Router.swift
[1532/1630] Compiling Hummingbird FileIO.swift
[1533/1630] Compiling Hummingbird FileProvider.swift
[1534/1630] Compiling Hummingbird LocalFileSystem.swift
[1535/1630] Compiling Hummingbird Cookie.swift
[1536/1630] Compiling Hummingbird Cookies.swift
[1537/1630] Compiling Hummingbird MediaType+FileExtension.swift
[1538/1630] Compiling Hummingbird MediaType.swift
[1539/1630] Compiling Hummingbird Request+Cookies.swift
[1540/1630] Compiling Hummingbird Response+Cookies.swift
[1541/1632] Compiling Hummingbird CORSMiddleware.swift
[1542/1632] Compiling Hummingbird FileMiddleware.swift
[1543/1632] Compiling Hummingbird LogRequestMiddleware.swift
[1544/1632] Compiling Hummingbird MetricsMiddleware.swift
[1545/1632] Compiling Hummingbird Middleware.swift
[1546/1632] Compiling AsyncHTTPClient RequestBag.swift
[1547/1632] Compiling AsyncHTTPClient RequestValidation.swift
[1548/1632] Compiling Hummingbird _Middleware2.swift
[1549/1632] Compiling Hummingbird _OptionalMiddleware.swift
[1549/1638] Wrapping AST for WSClient for debugging
[1568/1640] Emitting module HummingbirdWSClient
[1569/1640] Compiling HummingbirdWSClient Exports.swift
[1570/1641] Compiling AsyncHTTPClient Singleton.swift
[1571/1641] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1572/1641] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1573/1641] Compiling AsyncHTTPClient Utils.swift
[1574/1641] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[1575/1641] Compiling Hummingbird HexDigest.swift
[1576/1641] Compiling Hummingbird InitializableFromSource.swift
[1577/1641] Compiling Hummingbird PreludeService.swift
[1578/1641] Compiling Hummingbird StringProtocol.swift
[1587/1641] Wrapping AST for HummingbirdWSClient for debugging
[1623/1642] Wrapping AST for Hummingbird for debugging
[1627/1649] Compiling AsyncHTTPClient SSLContextCache.swift
[1628/1649] Compiling AsyncHTTPClient Scheme.swift
[1634/1650] Compiling HummingbirdWebSocket WebSocketServerConfiguration.swift
[1635/1650] Compiling HummingbirdWebSocket Exports.swift
[1636/1650] Emitting module HummingbirdWebSocket
[1636/1650] Wrapping AST for AsyncHTTPClient for debugging
[1638/1659] Compiling HummingbirdWebSocket WebSocketRouter.swift
[1639/1659] Compiling HummingbirdTesting TestClient+types.swift
[1640/1660] Compiling HummingbirdWebSocket NIOWebSocketServerUpgrade+ext.swift
[1641/1660] Compiling HummingbirdWebSocket HTTPServerBuilder+WebSocket.swift
[1642/1660] Compiling HummingbirdWebSocket WebSocketChannel.swift
[1643/1661] Compiling HummingbirdTesting TestApplication.swift
[1645/1661] Compiling HummingbirdTesting LiveTestFramework.swift
[1645/1661] Wrapping AST for HummingbirdWebSocket for debugging
[1647/1661] Compiling HummingbirdTesting Deprecations.swift
[1648/1661] Compiling HummingbirdTesting RouterTestFramework.swift
[1649/1661] Compiling HummingbirdTesting Application+Test.swift
[1650/1661] Compiling HummingbirdTesting ApplicationTester.swift
[1651/1661] Emitting module HummingbirdTesting
[1652/1661] Compiling HummingbirdTesting AsyncHTTPClientTestFramework.swift
[1653/1661] Compiling HummingbirdTesting TestClient.swift
[1654/1662] Wrapping AST for HummingbirdTesting for debugging
[1656/1664] Emitting module HummingbirdWSTesting
[1657/1664] Compiling HummingbirdWSTesting TestClient+ws.swift
[1658/1665] Wrapping AST for HummingbirdWSTesting for debugging
[1660/1669] Emitting module AutobahnServerTest
[1661/1669] Compiling AutobahnServerTest AutobahnServerTest.swift
[1662/1669] Compiling WebsocketTest WebsocketTest.swift
[1663/1669] Emitting module WebsocketTest
[1665/1671] Wrapping AST for AutobahnServerTest for debugging
[1666/1671] Write Objects.LinkFileList
[1667/1671] Wrapping AST for WebsocketTest for debugging
[1668/1671] Write Objects.LinkFileList
[1669/1671] Linking AutobahnServerTest
[1670/1671] Linking WebsocketTest
Build complete! (392.14s)
Build complete.
{
"dependencies" : [
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.14.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "swift-websocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/swift-websocket.git"
},
{
"identity" : "swift-nio-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.22.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-extras.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
}
],
"manifest_display_name" : "hummingbird-websocket",
"name" : "hummingbird-websocket",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "HummingbirdWebSocket",
"targets" : [
"HummingbirdWebSocket"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdWSClient",
"targets" : [
"HummingbirdWSClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdWSCompression",
"targets" : [
"HummingbirdWSCompression"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdWSTesting",
"targets" : [
"HummingbirdWSTesting"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "WebsocketTest",
"targets" : [
"WebsocketTest"
],
"type" : {
"snippet" : null
}
},
{
"name" : "AutobahnServerTest",
"targets" : [
"AutobahnServerTest"
],
"type" : {
"snippet" : null
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "HummingbirdWebSocketTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWebSocketTests",
"path" : "Tests/HummingbirdWebSocketTests",
"product_dependencies" : [
"Hummingbird",
"HummingbirdTesting",
"HummingbirdTLS"
],
"sources" : [
"Certificates.swift",
"WebSocketExtensionTests.swift",
"WebSocketTests.swift"
],
"target_dependencies" : [
"HummingbirdWebSocket",
"HummingbirdWSClient",
"HummingbirdWSCompression",
"HummingbirdWSTesting"
],
"type" : "test"
},
{
"c99name" : "HummingbirdWebSocket",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWebSocket",
"path" : "Sources/HummingbirdWebSocket",
"product_dependencies" : [
"WSCore",
"Hummingbird",
"NIOHTTPTypes",
"NIOHTTPTypesHTTP1"
],
"product_memberships" : [
"HummingbirdWebSocket",
"WebsocketTest",
"AutobahnServerTest"
],
"sources" : [
"Exports.swift",
"HTTPServerBuilder+WebSocket.swift",
"NIOWebSocketServerUpgrade+ext.swift",
"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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.