Build Information
Successful build of hummingbird-websocket, reference 2.4.0 (7b91c2
), with Swift 6.0 for Linux on 22 Apr 2025 02:50:55 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/hummingbird-websocket.git
Reference: 2.4.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/hummingbird-project/hummingbird-websocket
* tag 2.4.0 -> FETCH_HEAD
HEAD is now at 7b91c26 Require hummingbird 2.12.0 (#103)
Cloned https://github.com/hummingbird-project/hummingbird-websocket.git
Revision (git rev-parse @):
7b91c2690426740aec31f1af7e00bc7b7b54c683
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-websocket.git at 2.4.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/hummingbird-project/hummingbird-websocket.git
https://github.com/hummingbird-project/hummingbird-websocket.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.12.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "swift-websocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/swift-websocket.git"
},
{
"identity" : "swift-nio-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.22.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-extras.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
}
],
"manifest_display_name" : "hummingbird-websocket",
"name" : "hummingbird-websocket",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "HummingbirdWebSocket",
"targets" : [
"HummingbirdWebSocket"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdWSClient",
"targets" : [
"HummingbirdWSClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdWSCompression",
"targets" : [
"HummingbirdWSCompression"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdWSTesting",
"targets" : [
"HummingbirdWSTesting"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "WebsocketTest",
"targets" : [
"WebsocketTest"
],
"type" : {
"snippet" : null
}
},
{
"name" : "AutobahnServerTest",
"targets" : [
"AutobahnServerTest"
],
"type" : {
"snippet" : null
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "HummingbirdWebSocketTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWebSocketTests",
"path" : "Tests/HummingbirdWebSocketTests",
"product_dependencies" : [
"Hummingbird",
"HummingbirdTesting",
"HummingbirdTLS"
],
"sources" : [
"Certificates.swift",
"WebSocketExtensionTests.swift",
"WebSocketTests.swift"
],
"target_dependencies" : [
"HummingbirdWebSocket",
"HummingbirdWSClient",
"HummingbirdWSCompression",
"HummingbirdWSTesting"
],
"type" : "test"
},
{
"c99name" : "HummingbirdWebSocket",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWebSocket",
"path" : "Sources/HummingbirdWebSocket",
"product_dependencies" : [
"WSCore",
"Hummingbird",
"NIOHTTPTypes",
"NIOHTTPTypesHTTP1"
],
"product_memberships" : [
"HummingbirdWebSocket",
"WebsocketTest",
"AutobahnServerTest"
],
"sources" : [
"Exports.swift",
"HTTPServerBuilder+WebSocket.swift",
"NIOWebSocketServerUpgrade+ext.swift",
"WebSocketChannel.swift",
"WebSocketRouter.swift",
"WebSocketServerConfiguration.swift"
],
"type" : "library"
},
{
"c99name" : "HummingbirdWSTesting",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWSTesting",
"path" : "Sources/HummingbirdWSTesting",
"product_dependencies" : [
"HummingbirdTesting"
],
"product_memberships" : [
"HummingbirdWSTesting",
"WebsocketTest",
"AutobahnServerTest"
],
"sources" : [
"TestClient+ws.swift"
],
"target_dependencies" : [
"HummingbirdWSClient"
],
"type" : "library"
},
{
"c99name" : "HummingbirdWSCompression",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWSCompression",
"path" : "Sources/HummingbirdWSCompression",
"product_dependencies" : [
"WSCompression"
],
"product_memberships" : [
"HummingbirdWSCompression",
"WebsocketTest",
"AutobahnServerTest"
],
"sources" : [
"Exports.swift"
],
"type" : "library"
},
{
"c99name" : "HummingbirdWSClient",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWSClient",
"path" : "Sources/HummingbirdWSClient",
"product_dependencies" : [
"WSClient"
],
"product_memberships" : [
"HummingbirdWSClient",
"HummingbirdWSTesting",
"WebsocketTest",
"AutobahnServerTest"
],
"sources" : [
"Exports.swift"
],
"type" : "library"
},
{
"c99name" : "WebsocketTest",
"module_type" : "SwiftTarget",
"name" : "WebsocketTest",
"path" : "Snippets",
"product_memberships" : [
"WebsocketTest"
],
"sources" : [
"WebsocketTest.swift"
],
"target_dependencies" : [
"HummingbirdWebSocket",
"HummingbirdWSTesting",
"HummingbirdWSCompression",
"HummingbirdWSClient"
],
"type" : "snippet"
},
{
"c99name" : "AutobahnServerTest",
"module_type" : "SwiftTarget",
"name" : "AutobahnServerTest",
"path" : "Snippets",
"product_memberships" : [
"AutobahnServerTest"
],
"sources" : [
"AutobahnServerTest.swift"
],
"target_dependencies" : [
"HummingbirdWebSocket",
"HummingbirdWSTesting",
"HummingbirdWSCompression",
"HummingbirdWSClient"
],
"type" : "snippet"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/hummingbird-project/swift-websocket.git
[1/387] Fetching swift-websocket
[303/6049] Fetching swift-websocket, swift-nio-extras
[558/30429] Fetching swift-websocket, swift-nio-extras, hummingbird
[10683/45221] Fetching swift-websocket, swift-nio-extras, hummingbird, swift-nio-ssl
Fetched https://github.com/hummingbird-project/swift-websocket.git from cache (0.36s)
[12262/44834] Fetching swift-nio-extras, hummingbird, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.47s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.48s)
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.49s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.12.0 (0.58s)
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/swift-server/swift-service-lifecycle.git
[1/2370] Fetching swift-service-lifecycle
[736/7340] Fetching swift-service-lifecycle, swift-distributed-tracing
[1964/9944] Fetching swift-service-lifecycle, swift-distributed-tracing, swift-nio-transport-services
[7127/23702] Fetching swift-service-lifecycle, swift-distributed-tracing, swift-nio-transport-services, async-http-client
[7930/35188] Fetching swift-service-lifecycle, swift-distributed-tracing, swift-nio-transport-services, async-http-client, swift-nio-http2
[15637/110575] Fetching swift-service-lifecycle, swift-distributed-tracing, swift-nio-transport-services, async-http-client, swift-nio-http2, swift-nio
Fetched https://github.com/swift-server/swift-service-lifecycle.git from cache (0.37s)
[14505/108205] Fetching swift-distributed-tracing, swift-nio-transport-services, async-http-client, swift-nio-http2, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.37s)
Fetching https://github.com/apple/swift-metrics.git
[12039/105601] Fetching swift-distributed-tracing, async-http-client, swift-nio-http2, swift-nio
Fetching https://github.com/apple/swift-http-types.git
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.45s)
[16235/100631] Fetching async-http-client, swift-nio-http2, swift-nio
Fetching https://github.com/apple/swift-log.git
[23847/102809] Fetching async-http-client, swift-nio-http2, swift-nio, swift-metrics
[26180/103713] Fetching async-http-client, swift-nio-http2, swift-nio, swift-metrics, swift-http-types
[33899/107549] Fetching async-http-client, swift-nio-http2, swift-nio, swift-metrics, swift-http-types, swift-log
Fetched https://github.com/apple/swift-http-types.git from cache (0.33s)
[34324/106645] Fetching async-http-client, swift-nio-http2, swift-nio, swift-metrics, swift-log
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-metrics.git from cache (0.37s)
[35110/104467] Fetching async-http-client, swift-nio-http2, swift-nio, swift-log
Fetching https://github.com/apple/swift-atomics.git
Fetched https://github.com/apple/swift-log.git from cache (0.51s)
Fetching https://github.com/apple/swift-async-algorithms.git
[45599/100631] Fetching async-http-client, swift-nio-http2, swift-nio
[55400/102336] Fetching async-http-client, swift-nio-http2, swift-nio, swift-atomics
[56683/118511] Fetching async-http-client, swift-nio-http2, swift-nio, swift-atomics, swift-collections
[69656/123470] Fetching async-http-client, swift-nio-http2, swift-nio, swift-atomics, swift-collections, swift-async-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (0.52s)
[71206/121765] Fetching async-http-client, swift-nio-http2, swift-nio, swift-collections, swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.45s)
[75599/116806] Fetching async-http-client, swift-nio-http2, swift-nio, swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.26s)
[81031/100631] Fetching async-http-client, swift-nio-http2, swift-nio
Fetched https://github.com/swift-server/async-http-client.git from cache (4.40s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (4.40s)
Fetched https://github.com/apple/swift-nio.git from cache (4.47s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.35.0 (0.52s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (2.25s)
Fetching https://github.com/apple/swift-system.git
[1/4331] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.33s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (0.51s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.3 (0.52s)
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.49s)
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.21s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.50s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.6.1 (0.53s)
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.50s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.25.0 (0.63s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
[1128/7030] Fetching swift-http-structured-headers, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.25s)
[4428/5903] Fetching swift-algorithms
Fetched https://github.com/apple/swift-algorithms.git from cache (0.34s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.54s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.38s)
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.51s)
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.1 (0.52s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.56s)
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.52s)
Fetching https://github.com/apple/swift-service-context.git
[1/1059] Fetching swift-service-context
Fetched https://github.com/apple/swift-service-context.git from cache (0.21s)
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.50s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.74s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.1 (0.54s)
Computing version for https://github.com/swift-server/swift-service-lifecycle.git
Computed https://github.com/swift-server/swift-service-lifecycle.git at 2.7.0 (0.54s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.54s)
Computing version for https://github.com/swift-server/async-http-client.git
Computed https://github.com/swift-server/async-http-client.git at 1.25.2 (0.56s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.3 (0.63s)
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-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-metrics.git
Working copy of https://github.com/apple/swift-metrics.git resolved at 2.6.1
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.35.0
Creating working copy for https://github.com/apple/swift-http-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/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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.29.3
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.25.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle.git
Working copy of https://github.com/swift-server/swift-service-lifecycle.git resolved at 2.7.0
Creating working copy for https://github.com/apple/swift-service-context.git
Working copy of https://github.com/apple/swift-service-context.git resolved at 1.2.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.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.12.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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/hummingbird-project/swift-websocket.git
Working copy of https://github.com/hummingbird-project/swift-websocket.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.3
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.25.2
Creating working copy for https://github.com/apple/swift-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.81.0
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.23.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Building for debugging...
[0/534] Compiling asn1_par.cc
[1/534] Compiling asn_pack.cc
[1/534] Write sources
[3/534] Compiling f_int.cc
[3/534] Write sources
[6/534] Compiling cipher_extra.cc
[7/534] Write sources
[21/534] Compiling _NumericsShims _NumericsShims.c
[21/534] Write sources
[21/534] Compiling a_utctm.cc
[21/534] Write sources
[56/534] Compiling socket_helper.cc
[57/534] Compiling _AtomicsShims.c
[58/534] Compiling CNIOWASI CNIOWASI.c
[59/534] Compiling CNIOWindows shim.c
[59/534] Compiling CNIOWindows WSAStartup.c
[61/534] Compiling CNIOLinux liburing_shims.c
[61/534] Compiling tasn_fre.cc
[63/534] Compiling asn1_lib.cc
[64/534] Compiling CNIOExtrasZlib empty.c
[65/534] Compiling CNIOSHA1 c_nio_sha1.c
[66/534] Compiling CNIOLLHTTP c_nio_http.c
[67/534] Compiling CNIODarwin shim.c
[68/534] Compiling CNIOLinux shim.c
[69/534] Compiling fiat_p256_adx_sqr.S
[70/534] Compiling fiat_curve25519_adx_square.S
[71/534] Compiling fiat_p256_adx_mul.S
[72/534] Compiling CNIOLLHTTP c_nio_api.c
[73/534] Compiling fiat_curve25519_adx_mul.S
[74/534] Compiling CNIOLLHTTP c_nio_llhttp.c
[75/534] Write swift-version-24593BA9C3E375BF.txt
[76/534] Compiling CNIOBoringSSLShims shims.c
[77/538] Compiling tls_method.cc
[78/538] Compiling tls_record.cc
[79/538] Compiling tls13_enc.cc
[80/538] Compiling tls13_client.cc
[81/538] Compiling tls13_both.cc
[81/538] Compiling tls13_server.cc
[83/538] Compiling t1_enc.cc
[85/573] Emitting module ServiceContextModule
[86/586] Emitting module Logging
[87/586] Emitting module RealModule
[88/587] Emitting module CoreMetrics
[89/587] Compiling _NIODataStructures PriorityQueue.swift
[90/587] Compiling _NIODataStructures _TinyArray.swift
[91/587] Compiling InternalCollectionsUtilities Debugging.swift
[92/587] Compiling InternalCollectionsUtilities Descriptions.swift
[93/587] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[94/587] Compiling InternalCollectionsUtilities Specialize.swift
[95/589] Compiling HTTPTypes ISOLatin1String.swift
[96/590] Compiling ServiceContextModule ServiceContextKey.swift
[97/590] Compiling CoreMetrics Metrics.swift
[98/590] Compiling RealModule Real.swift
[99/590] Compiling HTTPTypes HTTPResponse.swift
[100/590] Compiling RealModule ElementaryFunctions.swift
[101/590] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[102/590] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[103/590] Compiling RealModule RealFunctions.swift
[104/590] Compiling ServiceContextModule ServiceContext.swift
[105/591] Compiling _NIOBase64 Base64.swift
[106/591] Emitting module _NIOBase64
[107/591] Compiling HTTPTypes HTTPParsedFields.swift
[108/591] Compiling HTTPTypes HTTPRequest.swift
[109/591] Compiling RealModule Float+Real.swift
[110/591] Emitting module InternalCollectionsUtilities
[111/592] Compiling RealModule Double+Real.swift
[112/592] Compiling InternalCollectionsUtilities Integer rank.swift
[113/592] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[114/592] Compiling InternalCollectionsUtilities UInt+reversed.swift
[115/592] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[118/592] Compiling RealModule AugmentedArithmetic.swift
[119/592] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[120/592] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[121/592] Compiling InternalCollectionsUtilities _SortedCollection.swift
[122/592] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[123/592] Emitting module HTTPTypes
[124/592] Compiling HTTPTypes HTTPField.swift
[125/592] Compiling RealModule Float16+Real.swift
[126/592] Compiling RealModule Float80+Real.swift
[132/593] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[133/593] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[133/594] Wrapping AST for _NIOBase64 for debugging
[135/594] Wrapping AST for ServiceContextModule for debugging
[136/594] Wrapping AST for RealModule for debugging
[138/594] Compiling HTTPTypes NIOLock.swift
[139/594] Compiling CoreMetrics Locks.swift
[140/598] Emitting module _NIODataStructures
[141/598] Compiling _NIODataStructures Heap.swift
[143/605] Compiling ConcurrencyHelpers LockedValueBox.swift
[145/605] Compiling Logging MetadataProvider.swift
[146/605] Compiling Instrumentation MultiplexInstrument.swift
[147/605] Compiling Instrumentation NoOpInstrument.swift
[148/605] Compiling Logging Locks.swift
[149/605] Compiling Logging Logging.swift
[150/605] Compiling Logging LogHandler.swift
[151/606] Compiling Instrumentation InstrumentationSystem.swift
[152/606] Emitting module Instrumentation
[153/606] Compiling Instrumentation Instrument.swift
[154/606] Compiling Instrumentation Locks.swift
[155/607] Emitting module ConcurrencyHelpers
[156/607] Compiling ConcurrencyHelpers Lock.swift
[160/740] Compiling HeapModule Heap+Descriptions.swift
[161/763] Compiling HeapModule _HeapNode.swift
[162/839] Compiling HeapModule Heap.swift
[163/839] Compiling HashTreeCollections _Bucket.swift
[164/839] Compiling HashTreeCollections _Hash.swift
[165/841] Compiling HeapModule Heap+UnsafeHandle.swift
[166/841] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[167/841] Compiling HeapModule Heap+Invariants.swift
[168/841] Compiling HashTreeCollections _HashLevel.swift
[169/841] Compiling HashTreeCollections _HashNode+Builder.swift
[170/841] Emitting module HeapModule
[171/841] Compiling HashTreeCollections _HashNode+Primitive Replacement.swift
[172/841] Compiling HashTreeCollections _HashNode+Storage.swift
[173/842] Compiling HashTreeCollections TreeDictionary+Collection.swift
[174/842] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[175/842] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[176/842] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[177/842] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[178/842] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[179/842] Compiling HashTreeCollections TreeDictionary+Filter.swift
[180/849] Compiling Tracing TracingTime.swift
[182/849] Compiling HashTreeCollections _HashNode+Debugging.swift
[183/849] Compiling HashTreeCollections _HashNode+Initializers.swift
[184/849] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[185/849] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[186/849] Compiling HashTreeCollections TreeDictionary+Keys.swift
[187/849] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[188/849] Compiling HashTreeCollections TreeDictionary+Merge.swift
[189/849] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[190/849] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[191/849] Compiling Tracing InstrumentationSystem+Tracing.swift
[192/849] Compiling Tracing TracerProtocol.swift
[193/849] Emitting module Tracing
[194/849] Compiling Tracing Tracer.swift
[195/849] Compiling Tracing TracerProtocol+Legacy.swift
[196/852] Compiling DequeModule _DequeSlot.swift
[197/852] Compiling DequeModule _UnsafeWrappedBuffer.swift
[198/852] Compiling HashTreeCollections TreeSet+Hashable.swift
[199/852] Compiling HashTreeCollections TreeSet+Sendable.swift
[200/852] Compiling HashTreeCollections TreeSet+Sequence.swift
[201/852] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[202/852] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[203/852] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[204/852] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[205/852] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[206/852] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[207/852] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[208/862] Compiling HashTreeCollections _HashNode+Structural union.swift
[209/862] Compiling HashTreeCollections _HashNode+Subtree Insertions.swift
[210/862] Compiling HashTreeCollections _HashNode+Subtree Modify.swift
[211/862] Compiling HashTreeCollections _HashNode+Subtree Removals.swift
[212/862] Compiling HashTreeCollections _HashNode+UnsafeHandle.swift
[213/862] Compiling HashTreeCollections _HashNode.swift
[214/862] Compiling HashTreeCollections _HashNodeHeader.swift
[215/862] Compiling HashTreeCollections _HashSlot.swift
[216/862] Compiling HashTreeCollections _HashStack.swift
[217/862] Compiling HashTreeCollections _HashTreeIterator.swift
[218/862] Compiling HashTreeCollections _HashTreeStatistics.swift
[219/862] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[220/862] Compiling HashTreeCollections _RawHashNode.swift
[221/862] Compiling HashTreeCollections _UnmanagedHashNode.swift
[222/862] Compiling HashTreeCollections _UnsafePath.swift
[223/862] Compiling HashTreeCollections TreeDictionary+Codable.swift
[224/862] Compiling HashTreeCollections _HashNode+Invariants.swift
[225/862] Compiling HashTreeCollections _HashNode+Lookups.swift
[226/862] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[227/862] Compiling HashTreeCollections _HashNode+Primitive Removals.swift
[232/862] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[233/862] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[234/862] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[235/862] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[236/862] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[237/862] Compiling HashTreeCollections _HashNode+Structural merge.swift
[238/862] Compiling HashTreeCollections _HashNode+Structural subtracting.swift
[239/862] Compiling HashTreeCollections _HashNode+Structural symmetricDifference.swift
[240/862] Emitting module UnixSignals
[241/862] Compiling Tracing NoOpTracer.swift
[242/862] Compiling Tracing SpanProtocol.swift
[247/863] Wrapping AST for _NIODataStructures for debugging
[249/863] Compiling OrderedCollections OrderedSet+SubSequence.swift
[250/863] Compiling OrderedCollections OrderedSet+Testing.swift
[251/863] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[252/863] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[253/863] Compiling OrderedCollections OrderedSet.swift
[254/863] Compiling OrderedCollections _UnsafeBitset.swift
[255/863] Compiling HashTreeCollections TreeSet+Equatable.swift
[256/863] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[257/863] Compiling HashTreeCollections TreeSet+Extras.swift
[258/863] Compiling HashTreeCollections TreeSet+Filter.swift
[269/863] Compiling OrderedCollections OrderedSet+Sendable.swift
[270/863] Compiling HashTreeCollections _AncestorHashSlots.swift
[271/863] Compiling HashTreeCollections _Bitmap.swift
[272/863] Compiling UnixSignals UnixSignal.swift
[273/863] Compiling UnixSignals UnixSignalsSequence.swift
[273/864] Wrapping AST for Tracing for debugging
[275/864] Wrapping AST for Logging for debugging
[276/864] Wrapping AST for InternalCollectionsUtilities for debugging
[277/864] Wrapping AST for UnixSignals for debugging
[279/864] Compiling HashTreeCollections TreeSet+SetAlgebra isEqualSet.swift
[280/864] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[281/864] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[282/864] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[283/864] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[284/864] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[285/864] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[286/864] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[287/864] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[288/864] Compiling HashTreeCollections TreeSet.swift
[289/864] Emitting module DequeModule
[297/865] Wrapping AST for Instrumentation for debugging
[299/865] Compiling HTTPTypes HTTPFieldName.swift
[300/865] Compiling HTTPTypes HTTPFields.swift
[300/866] Wrapping AST for HeapModule for debugging
[303/866] Wrapping AST for ConcurrencyHelpers for debugging
[304/866] Wrapping AST for CoreMetrics for debugging
[305/866] Wrapping AST for DequeModule for debugging
[324/875] Wrapping AST for HTTPTypes for debugging
[354/875] Emitting module OrderedCollections
[355/876] Compiling ssl_versions.cc
[357/876] Emitting module _RopeModule
[357/876] Compiling ssl_transcript.cc
[358/876] Wrapping AST for OrderedCollections for debugging
[392/876] Compiling ssl_stat.cc
[393/876] Compiling ssl_x509.cc
[434/876] Compiling _RopeModule Rope+Join.swift
[435/876] Compiling _RopeModule Rope+MutatingForEach.swift
[436/876] Compiling _RopeModule Rope+Remove.swift
[437/876] Compiling _RopeModule Rope+RemoveSubrange.swift
[438/876] Compiling _RopeModule Rope+Split.swift
[439/876] Compiling _RopeModule Optional Utilities.swift
[440/876] Compiling _RopeModule String Utilities.swift
[441/876] Compiling _RopeModule String.Index+ABI.swift
[442/876] Compiling _RopeModule _CharacterRecognizer.swift
[442/877] Compiling ssl_session.cc
[445/877] Emitting module Metrics
[446/877] Compiling Metrics Metrics.swift
[447/878] Compiling ssl_privkey.cc
[448/878] Wrapping AST for _RopeModule for debugging
[449/878] Wrapping AST for Metrics for debugging
[450/878] Compiling ssl_key_share.cc
[451/878] Compiling ssl_file.cc
[453/878] Emitting module HashTreeCollections
[454/879] Compiling ssl_lib.cc
[455/879] Wrapping AST for HashTreeCollections for debugging
[456/879] Compiling ssl_credential.cc
[457/879] Compiling ssl_cipher.cc
[458/879] Compiling ssl_buffer.cc
[459/879] Compiling ssl_cert.cc
[460/879] Compiling ssl_aead_ctx.cc
[461/879] Compiling ssl_asn1.cc
[462/879] Compiling s3_pkt.cc
[463/879] Compiling s3_lib.cc
[464/879] Compiling s3_both.cc
[465/879] Compiling handshake_server.cc
[466/879] Compiling handshake_client.cc
[467/879] Compiling handshake.cc
[468/879] Compiling handoff.cc
[469/879] Compiling encrypted_client_hello.cc
[470/879] Compiling dtls_record.cc
[471/879] Compiling md5-x86_64-linux.S
[472/879] Compiling extensions.cc
[473/879] Compiling md5-x86_64-apple.S
[474/879] Compiling md5-586-linux.S
[475/879] Compiling md5-586-apple.S
[476/879] Compiling chacha20_poly1305_x86_64-linux.S
[477/879] Compiling chacha20_poly1305_x86_64-apple.S
[478/879] Compiling chacha20_poly1305_armv8-win.S
[479/879] Compiling chacha20_poly1305_armv8-linux.S
[480/879] Compiling chacha20_poly1305_armv8-apple.S
[481/879] Compiling err_data.cc
[482/879] Compiling dtls_method.cc
[483/879] Compiling chacha-x86_64-linux.S
[484/879] Compiling chacha-x86_64-apple.S
[485/879] Compiling chacha-x86-linux.S
[486/879] Compiling chacha-x86-apple.S
[487/879] Compiling chacha-armv8-win.S
[488/879] Compiling chacha-armv8-linux.S
[489/879] Compiling chacha-armv8-apple.S
[490/879] Compiling chacha-armv4-linux.S
[491/879] Compiling aes128gcmsiv-x86_64-apple.S
[492/879] Compiling aes128gcmsiv-x86_64-linux.S
[493/879] Compiling x86_64-mont5-linux.S
[494/879] Compiling x86_64-mont5-apple.S
[495/879] Compiling x86_64-mont-linux.S
[496/879] Compiling x86_64-mont-apple.S
[497/879] Compiling d1_srtp.cc
[498/879] Compiling x86-mont-linux.S
[499/879] Compiling bio_ssl.cc
[500/879] Compiling x86-mont-apple.S
[501/879] Compiling vpaes-x86_64-linux.S
[502/879] Compiling vpaes-x86_64-apple.S
[503/879] Compiling d1_pkt.cc
[504/879] Compiling vpaes-x86-linux.S
[505/879] Compiling vpaes-x86-apple.S
[506/879] Compiling vpaes-armv8-linux.S
[507/879] Compiling vpaes-armv8-win.S
[508/879] Compiling vpaes-armv8-apple.S
[509/879] Compiling vpaes-armv7-linux.S
[510/879] Compiling sha512-x86_64-linux.S
[511/879] Compiling sha512-x86_64-apple.S
[512/879] Compiling sha512-armv8-win.S
[513/879] Compiling sha512-armv8-linux.S
[514/879] Compiling sha512-armv8-apple.S
[515/879] Compiling sha512-armv4-linux.S
[516/879] Compiling sha512-586-linux.S
[517/879] Compiling sha512-586-apple.S
[518/879] Compiling sha256-x86_64-apple.S
[519/879] Compiling sha256-armv8-win.S
[520/879] Compiling sha256-armv8-linux.S
[521/879] Compiling sha256-x86_64-linux.S
[522/879] Compiling sha256-armv4-linux.S
[522/879] Compiling sha256-armv8-apple.S
[524/879] Compiling sha256-586-apple.S
[525/879] Compiling sha256-586-linux.S
[526/879] Compiling sha1-x86_64-apple.S
[527/879] Compiling sha1-armv8-win.S
[528/879] Compiling sha1-armv8-linux.S
[529/879] Compiling sha1-x86_64-linux.S
[530/879] Compiling sha1-armv8-apple.S
[531/879] Compiling sha1-armv4-large-linux.S
[532/879] Compiling d1_lib.cc
[533/879] Compiling sha1-586-linux.S
[534/879] Compiling sha1-586-apple.S
[535/879] Compiling rsaz-avx2-apple.S
[536/879] Compiling rdrand-x86_64-linux.S
[537/879] Compiling rsaz-avx2-linux.S
[538/879] Compiling rdrand-x86_64-apple.S
[539/879] Compiling p256_beeu-x86_64-asm-apple.S
[540/879] Compiling p256_beeu-x86_64-asm-linux.S
[541/879] Compiling p256_beeu-armv8-asm-win.S
[542/879] Compiling p256_beeu-armv8-asm-linux.S
[543/879] Compiling p256_beeu-armv8-asm-apple.S
[544/879] Compiling p256-x86_64-asm-apple.S
[545/879] Compiling p256-armv8-asm-linux.S
[546/879] Compiling p256-armv8-asm-win.S
[547/879] Compiling p256-x86_64-asm-linux.S
[548/879] Compiling p256-armv8-asm-apple.S
[549/879] Compiling ghashv8-armv8-win.S
[550/879] Compiling ghashv8-armv8-linux.S
[551/879] Compiling ghashv8-armv8-apple.S
[552/879] Compiling ghashv8-armv7-linux.S
[553/879] Compiling ghash-x86_64-linux.S
[554/879] Compiling ghash-x86_64-apple.S
[555/879] Compiling ghash-x86-linux.S
[556/879] Compiling ghash-x86-apple.S
[557/879] Compiling ghash-ssse3-x86_64-apple.S
[558/879] Compiling ghash-ssse3-x86_64-linux.S
[559/879] Compiling ghash-ssse3-x86-linux.S
[560/879] Compiling ghash-ssse3-x86-apple.S
[561/879] Compiling ghash-neon-armv8-win.S
[562/879] Compiling ghash-neon-armv8-linux.S
[563/879] Compiling ghash-neon-armv8-apple.S
[564/879] Compiling ghash-armv4-linux.S
[565/879] Compiling co-586-linux.S
[566/879] Compiling co-586-apple.S
[567/879] Compiling bsaes-armv7-linux.S
[568/879] Compiling bn-armv8-linux.S
[569/879] Compiling bn-armv8-win.S
[570/879] Compiling bn-586-linux.S
[570/879] Compiling bn-armv8-apple.S
[572/879] Compiling bn-586-apple.S
[573/879] Compiling armv8-mont-linux.S
[574/879] Compiling armv8-mont-win.S
[575/879] Compiling armv8-mont-apple.S
[576/879] Compiling armv4-mont-linux.S
[577/879] Compiling d1_both.cc
[578/879] Compiling aesv8-gcm-armv8-linux.S
[579/879] Compiling aesv8-gcm-armv8-win.S
[580/879] Compiling aesv8-gcm-armv8-apple.S
[581/879] Compiling aesv8-armv8-win.S
[582/879] Compiling aesv8-armv8-linux.S
[583/879] Compiling aesv8-armv8-apple.S
[584/879] Compiling aesv8-armv7-linux.S
[585/879] Compiling aesni-x86-linux.S
[586/879] Compiling aesni-x86_64-apple.S
[587/879] Compiling aesni-x86_64-linux.S
[588/879] Compiling aesni-x86-apple.S
[589/879] Compiling aesni-gcm-x86_64-apple.S
[590/879] Compiling aesni-gcm-x86_64-linux.S
[591/879] Compiling x_sig.cc
[592/879] Compiling x_x509a.cc
[593/879] Compiling x_spki.cc
[593/879] Compiling x_val.cc
[595/879] Compiling x_x509.cc
[596/879] Compiling x_req.cc
[597/879] Compiling x_pubkey.cc
[598/879] Compiling x_name.cc
[599/879] Compiling x_exten.cc
[600/879] Compiling x_algor.cc
[600/879] Compiling x509spki.cc
[602/879] Compiling x_attrib.cc
[603/879] Compiling x_crl.cc
[604/879] Compiling x509rset.cc
[605/879] Compiling x_all.cc
[606/879] Compiling x509name.cc
[607/879] Compiling x509_txt.cc
[608/879] Compiling x509cset.cc
[609/879] Compiling x509_vpm.cc
[610/879] Compiling x509_v3.cc
[611/879] Compiling x509_trs.cc
[612/879] Compiling x509_vfy.cc
[613/879] Compiling x509_set.cc
[614/879] Compiling x509_req.cc
[615/879] Compiling x509_def.cc
[616/879] Compiling x509_obj.cc
[617/879] Compiling x509_d2.cc
[618/879] Compiling x509_ext.cc
[619/879] Compiling x509_lu.cc
[620/879] Compiling x509.cc
[621/879] Compiling x509_cmp.cc
[622/879] Compiling x509_att.cc
[623/879] Compiling v3_prn.cc
[624/879] Compiling v3_skey.cc
[625/879] Compiling v3_ocsp.cc
[625/879] Compiling v3_purp.cc
[627/879] Compiling v3_utl.cc
[628/879] Compiling v3_pmaps.cc
[629/879] Compiling v3_pcons.cc
[630/879] Compiling v3_ncons.cc
[631/879] Compiling v3_int.cc
[632/879] Compiling v3_lib.cc
[633/879] Compiling v3_ia5.cc
[634/879] Compiling v3_info.cc
[635/879] Compiling v3_enum.cc
[636/879] Compiling v3_extku.cc
[637/879] Compiling v3_genn.cc
[638/879] Compiling v3_crld.cc
[639/879] Compiling v3_cpols.cc
[640/879] Compiling v3_bitst.cc
[641/879] Compiling v3_conf.cc
[642/879] Compiling v3_akeya.cc
[643/879] Compiling v3_bcons.cc
[644/879] Compiling v3_akey.cc
[645/879] Compiling v3_alt.cc
[646/879] Compiling t_x509a.cc
[647/879] Compiling i2d_pr.cc
[648/879] Compiling t_crl.cc
[649/879] Compiling t_x509.cc
[650/879] Compiling name_print.cc
[651/879] Compiling t_req.cc
[652/879] Compiling rsa_pss.cc
[653/879] Compiling policy.cc
[654/879] Compiling by_file.cc
[655/879] Compiling by_dir.cc
[656/879] Compiling voprf.cc
[657/879] Compiling trust_token.cc
[658/879] Compiling algorithm.cc
[659/879] Compiling asn1_gen.cc
[660/879] Compiling a_digest.cc
[661/879] Compiling a_verify.cc
[662/879] Compiling a_sign.cc
[663/879] Compiling thread_win.cc
[664/879] Compiling thread.cc
[665/879] Compiling thread_none.cc
[666/879] Compiling thread_pthread.cc
[667/879] Compiling wots.cc
[668/879] Compiling thash.cc
[669/879] Compiling stack.cc
[670/879] Compiling pmbtoken.cc
[671/879] Compiling merkle.cc
[672/879] Compiling slhdsa.cc
[672/879] Compiling sha512.cc
[674/879] Compiling sha256.cc
[675/879] Compiling sha1.cc
[676/879] Compiling siphash.cc
[677/879] Compiling fors.cc
[678/879] Compiling rsa_print.cc
[679/879] Compiling rsa_extra.cc
[680/879] Compiling rc4.cc
[681/879] Compiling refcount.cc
[682/879] Compiling trusty.cc
[683/879] Compiling windows.cc
[684/879] Compiling urandom.cc
[685/879] Compiling rsa_asn1.cc
[686/879] Compiling rsa_crypt.cc
[687/879] Compiling rand_extra.cc
[688/879] Compiling ios.cc
[689/879] Compiling passive.cc
[689/879] Compiling getentropy.cc
[691/879] Compiling poly1305_arm_asm.S
[692/879] Compiling deterministic.cc
[693/879] Compiling forkunsafe.cc
[694/879] Compiling fork_detect.cc
[695/879] Compiling pool.cc
[696/879] Compiling poly1305_arm.cc
[697/879] Compiling poly1305.cc
[698/879] Compiling poly1305_vec.cc
[699/879] Compiling pkcs7.cc
[700/879] Compiling p5_pbev2.cc
[701/879] Compiling pkcs8.cc
[702/879] Compiling pkcs8_x509.cc
[703/879] Compiling pkcs7_x509.cc
[704/879] Compiling pem_x509.cc
[704/879] Compiling pem_xaux.cc
[706/879] Compiling pem_pkey.cc
[707/879] Compiling pem_pk8.cc
[708/879] Compiling obj_xref.cc
[709/879] Compiling pem_oth.cc
[710/879] Compiling pem_info.cc
[711/879] Compiling pem_lib.cc
[712/879] Compiling obj.cc
[713/879] Compiling mlkem.cc
[714/879] Compiling pem_all.cc
[715/879] Compiling mem.cc
[716/879] Compiling md5.cc
[717/879] Compiling md4.cc
[718/879] Compiling poly_rq_mul.S
[719/879] Compiling fips_shared_support.cc
[720/879] Compiling lhash.cc
[721/879] Compiling mldsa.cc
[722/879] Compiling keccak.cc
[723/879] Compiling kyber.cc
[724/879] Compiling hrss.cc
[725/879] Compiling ex_data.cc
[726/879] Compiling sign.cc
[727/879] Compiling hpke.cc
[728/879] Compiling scrypt.cc
[729/879] Compiling pbkdf.cc
[730/879] Compiling print.cc
[731/879] Compiling p_x25519.cc
[732/879] Compiling p_x25519_asn1.cc
[733/879] Compiling p_rsa_asn1.cc
[734/879] Compiling p_hkdf.cc
[735/879] Compiling p_ed25519.cc
[736/879] Compiling p_rsa.cc
[737/879] Compiling p_ed25519_asn1.cc
[738/879] Compiling p_ec_asn1.cc
[739/879] Compiling p_ec.cc
[740/879] Compiling p_dh.cc
[741/879] Compiling p_dh_asn1.cc
[742/879] Compiling evp_ctx.cc
[743/879] Compiling p_dsa_asn1.cc
[744/879] Compiling evp_asn1.cc
[745/879] Compiling evp.cc
[746/879] Compiling err.cc
[747/879] Compiling engine.cc
[748/879] Compiling ecdh_extra.cc
[749/879] Compiling hash_to_curve.cc
[750/879] Compiling ecdsa_asn1.cc
[751/879] Compiling ec_derive.cc
[752/879] Compiling dsa_asn1.cc
[753/879] Compiling ec_asn1.cc
[754/879] Compiling dsa.cc
[755/879] Compiling params.cc
[756/879] Compiling dh_asn1.cc
[757/879] Compiling x25519-asm-arm.S
[758/879] Compiling digest_extra.cc
[759/879] Compiling des.cc
[760/879] Compiling spake25519.cc
[761/879] Compiling crypto.cc
[762/879] Compiling cpu_intel.cc
[763/879] Compiling cpu_arm_linux.cc
[764/879] Compiling cpu_arm_freebsd.cc
[765/879] Compiling curve25519.cc
[766/879] Compiling bcm.cc
[767/879] Compiling cpu_aarch64_win.cc
[768/879] Compiling cpu_aarch64_openbsd.cc
[769/879] Compiling cpu_aarch64_sysreg.cc
[770/879] Compiling cpu_aarch64_linux.cc
[771/879] Compiling cpu_aarch64_fuchsia.cc
[772/879] Compiling curve25519_64_adx.cc
[773/879] Compiling cpu_aarch64_apple.cc
[774/879] Compiling tls_cbc.cc
[775/879] Compiling e_rc4.cc
[776/879] Compiling conf.cc
[777/879] Compiling e_tls.cc
[778/879] Compiling e_rc2.cc
[779/879] Compiling e_null.cc
[780/879] Compiling e_des.cc
[781/879] Compiling e_chacha20poly1305.cc
[782/879] Compiling derive_key.cc
[783/879] Compiling e_aesctrhmac.cc
[784/879] Compiling chacha.cc
[785/879] Compiling e_aesgcmsiv.cc
[786/879] Compiling unicode.cc
[787/879] Compiling ber.cc
[787/879] Compiling cbs.cc
[789/879] Compiling cbb.cc
[790/879] Compiling asn1_compat.cc
[791/879] Compiling buf.cc
[792/879] Compiling bn_asn1.cc
[793/879] Compiling blake2.cc
[794/879] Compiling convert.cc
[795/879] Compiling printf.cc
[796/879] Compiling socket.cc
[797/879] Compiling pair.cc
[798/879] Compiling hexdump.cc
[799/879] Compiling errno.cc
[800/879] Compiling file.cc
[801/879] Compiling fd.cc
[802/879] Compiling connect.cc
[803/879] Compiling bio_mem.cc
[804/879] Compiling base64.cc
[805/879] Compiling bio.cc
[806/879] Compiling tasn_typ.cc
[807/879] Compiling tasn_enc.cc
[808/879] Compiling tasn_utl.cc
[809/879] Compiling tasn_new.cc
[810/879] Compiling posix_time.cc
[811/879] Compiling tasn_dec.cc
[812/879] Compiling f_string.cc
[813/879] Compiling a_type.cc
[814/879] Compiling a_time.cc
[815/879] Compiling a_octet.cc
[816/879] Compiling a_strnid.cc
[817/879] Compiling a_strex.cc
[818/879] Compiling a_mbstr.cc
[819/879] Compiling a_object.cc
[820/879] Compiling a_i2d_fp.cc
[821/879] Compiling a_int.cc
[822/879] Compiling a_dup.cc
[823/879] Compiling CCompressZlib empty.c
[824/879] Write sources
[825/879] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[826/879] Write sources
[828/879] Compiling a_gentm.cc
[829/879] Write sources
[831/879] Compiling a_d2i_fp.cc
[832/879] Write sources
[833/879] Compiling a_bool.cc
[834/879] Compiling a_bitstr.cc
[836/1021] Compiling Algorithms Partition.swift
[837/1021] Compiling Algorithms Permutations.swift
[838/1021] Compiling Algorithms Product.swift
[839/1023] Compiling Algorithms AdjacentPairs.swift
[840/1023] Compiling Algorithms Chain.swift
[841/1023] Compiling Algorithms Indexed.swift
[842/1023] Compiling Algorithms Intersperse.swift
[843/1023] Compiling Atomics IntegerOperations.swift
[844/1023] Compiling Atomics Unmanaged extensions.swift
[845/1023] Compiling Algorithms Chunked.swift
[846/1023] Compiling Algorithms Combinations.swift
[847/1023] Compiling Algorithms Compacted.swift
[848/1023] Compiling Algorithms Cycle.swift
[849/1023] Compiling Algorithms EitherSequence.swift
[850/1023] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[851/1023] Compiling AsyncAlgorithms CombineLatestStorage.swift
[852/1023] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[853/1023] Compiling AsyncAlgorithms DebounceStateMachine.swift
[854/1023] Compiling AsyncAlgorithms DebounceStorage.swift
[855/1023] Compiling AsyncAlgorithms Dictionary.swift
[856/1023] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[857/1023] Compiling AsyncAlgorithms Locking.swift
[858/1023] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[859/1023] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[860/1023] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[861/1023] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[862/1023] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[863/1023] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[864/1030] Compiling Algorithms Joined.swift
[865/1030] Compiling Algorithms Keyed.swift
[866/1030] Compiling Algorithms MinMax.swift
[867/1030] Compiling BitCollections BitSet+SetAlgebra formUnion.swift
[868/1030] Compiling BitCollections BitSet+SetAlgebra intersection.swift
[869/1030] Compiling BitCollections BitSet+SetAlgebra isDisjoint.swift
[870/1030] Compiling BitCollections BitSet+SetAlgebra isEqualSet.swift
[871/1030] Compiling BitCollections BitSet+SetAlgebra isStrictSubset.swift
[872/1030] Compiling BitCollections BitSet+SetAlgebra isStrictSuperset.swift
[873/1030] Compiling BitCollections BitSet+SetAlgebra isSubset.swift
[874/1030] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[875/1030] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[876/1030] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[877/1030] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[878/1030] Compiling BitCollections BitSet+SetAlgebra union.swift
[879/1030] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[880/1030] Compiling BitCollections BitSet.Counted.swift
[881/1030] Compiling Algorithms Split.swift
[882/1030] Compiling Algorithms Stride.swift
[883/1030] Compiling Algorithms Suffix.swift
[886/1033] Compiling Algorithms Rotate.swift
[899/1039] Compiling BitCollections BitSet.Index.swift
[900/1039] Compiling BitCollections BitSet._UnsafeHandle.swift
[901/1039] Compiling BitCollections BitSet.swift
[902/1039] Compiling BitCollections Range+Utilities.swift
[903/1039] Compiling BitCollections Slice+Utilities.swift
[904/1039] Compiling BitCollections UInt+Tricks.swift
[905/1039] Compiling BitCollections _Word.swift
[906/1039] Compiling Algorithms FlattenCollection.swift
[907/1039] Compiling Algorithms Grouped.swift
[921/1039] Compiling Algorithms FirstNonNil.swift
[930/1039] Emitting module BitCollections
[938/1039] Compiling c-nioatomics.c
[940/1040] Compiling Algorithms Trim.swift
[941/1040] Compiling Algorithms Unique.swift
[942/1040] Compiling Algorithms Windows.swift
[950/1040] Emitting module AsyncAlgorithms
[958/1040] Wrapping AST for BitCollections for debugging
[966/1042] Emitting module Collections
[967/1042] Compiling Collections Collections.swift
[967/1043] Compiling c-atomics.c
[973/1043] Wrapping AST for Collections for debugging
[975/1049] Emitting module Atomics
[980/1050] Compiling NIOConcurrencyHelpers lock.swift
[998/1050] Wrapping AST for Atomics for debugging
[1000/1050] Emitting module NIOConcurrencyHelpers
[1001/1050] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1002/1050] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1003/1050] Compiling NIOConcurrencyHelpers NIOLock.swift
[1004/1050] Compiling NIOConcurrencyHelpers atomics.swift
[1005/1051] Compiling AsyncAlgorithms SetAlgebra.swift
[1006/1051] Compiling AsyncAlgorithms UnsafeTransfer.swift
[1007/1051] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[1008/1051] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[1009/1051] Compiling AsyncAlgorithms ZipStateMachine.swift
[1010/1051] Compiling AsyncAlgorithms ZipStorage.swift
[1012/1052] Wrapping AST for NIOConcurrencyHelpers for debugging
[1013/1052] Wrapping AST for AsyncAlgorithms for debugging
[1015/1119] Emitting module Algorithms
[1017/1120] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1018/1120] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1018/1121] Wrapping AST for Algorithms for debugging
[1020/1121] Emitting module ServiceLifecycle
[1021/1121] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1022/1121] Compiling ServiceLifecycle CancellationWaiter.swift
[1023/1121] Compiling ServiceLifecycle ServiceRunnerError.swift
[1024/1121] Compiling ServiceLifecycle Service.swift
[1025/1121] Compiling ServiceLifecycle ServiceGroup.swift
[1026/1121] Compiling ServiceLifecycle GracefulShutdown.swift
[1027/1122] Wrapping AST for ServiceLifecycle for debugging
[1029/1122] Compiling NIOCore MarkedCircularBuffer.swift
[1030/1122] Compiling NIOCore MulticastChannel.swift
[1031/1122] Compiling NIOCore NIOAny.swift
[1032/1122] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1033/1122] Compiling NIOCore NIOLoopBound.swift
[1034/1122] Compiling NIOCore NIOScheduledCallback.swift
[1035/1122] Compiling NIOCore NIOSendable.swift
[1036/1122] Compiling NIOCore RecvByteBufferAllocator.swift
[1037/1122] Compiling NIOCore GlobalSingletons.swift
[1038/1122] Compiling NIOCore IO.swift
[1039/1122] Compiling NIOCore IOData.swift
[1040/1122] Compiling NIOCore IPProtocol.swift
[1041/1122] Compiling NIOCore IntegerBitPacking.swift
[1042/1122] Compiling NIOCore IntegerTypes.swift
[1043/1122] Compiling NIOCore Interfaces.swift
[1044/1122] Compiling NIOCore Linux.swift
[1045/1122] Compiling NIOCore EventLoop.swift
[1046/1122] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1047/1122] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1048/1122] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1049/1122] Compiling NIOCore EventLoopFuture.swift
[1050/1122] Compiling NIOCore FileDescriptor.swift
[1051/1122] Compiling NIOCore FileHandle.swift
[1052/1122] Compiling NIOCore FileRegion.swift
[1053/1130] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1054/1130] Compiling NIOCore BSDSocketAPI.swift
[1055/1130] Compiling NIOCore ByteBuffer-aux.swift
[1056/1130] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1057/1130] Compiling NIOCore ByteBuffer-conversions.swift
[1058/1130] Compiling NIOCore ByteBuffer-core.swift
[1059/1130] Compiling NIOCore ByteBuffer-hex.swift
[1060/1130] Compiling NIOCore ByteBuffer-int.swift
[1061/1130] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1062/1130] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1063/1130] Compiling NIOCore SocketAddresses.swift
[1064/1130] Compiling NIOCore SocketOptionProvider.swift
[1065/1130] Compiling NIOCore SystemCallHelpers.swift
[1066/1130] Compiling NIOCore TimeAmount+Duration.swift
[1067/1130] Compiling NIOCore TypeAssistedChannelHandler.swift
[1068/1130] Compiling NIOCore UniversalBootstrapSupport.swift
[1069/1130] Compiling NIOCore Utilities.swift
[1070/1130] Compiling NIOCore ChannelPipeline.swift
[1071/1130] Compiling NIOCore CircularBuffer.swift
[1072/1130] Compiling NIOCore Codec.swift
[1073/1130] Compiling NIOCore ConvenienceOptionSupport.swift
[1074/1130] Compiling NIOCore DeadChannel.swift
[1075/1130] Compiling NIOCore DispatchQueue+WithFuture.swift
[1076/1130] Compiling NIOCore EventLoop+Deprecated.swift
[1077/1130] Compiling NIOCore EventLoop+SerialExecutor.swift
[1078/1130] Compiling NIOCore ByteBuffer-multi-int.swift
[1079/1130] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1080/1130] Compiling NIOCore ByteBuffer-views.swift
[1081/1130] Compiling NIOCore Channel.swift
[1082/1130] Compiling NIOCore ChannelHandler.swift
[1083/1130] Compiling NIOCore ChannelHandlers.swift
[1084/1130] Compiling NIOCore ChannelInvoker.swift
[1085/1130] Compiling NIOCore ChannelOption.swift
[1086/1130] Compiling NIOCore AddressedEnvelope.swift
[1087/1130] Compiling NIOCore AsyncAwaitSupport.swift
[1088/1130] Compiling NIOCore AsyncChannel.swift
[1089/1130] Compiling NIOCore AsyncChannelHandler.swift
[1090/1130] Compiling NIOCore AsyncChannelInboundStream.swift
[1091/1130] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1092/1130] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1093/1130] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1094/1130] Compiling NIOCore NIOAsyncWriter.swift
[1095/1130] Emitting module NIOCore
[1096/1131] Wrapping AST for NIOCore for debugging
[1098/1146] Compiling CompressNIO Compressor.swift
[1099/1146] Compiling CompressNIO Error.swift
[1100/1181] Emitting module NIOHTTPTypes
[1101/1181] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1102/1194] Compiling CompressNIO CompressionAlgorithm.swift
[1104/1195] Emitting module CompressNIO
[1104/1195] Wrapping AST for NIOHTTPTypes for debugging
[1106/1195] Compiling NIOPosix BSDSocketAPICommon.swift
[1107/1195] Compiling NIOPosix BSDSocketAPIPosix.swift
[1108/1195] Compiling CompressNIO ZlibWrapper.swift
[1109/1195] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[1110/1195] Compiling CompressNIO Zlib.swift
[1111/1195] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[1112/1196] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1113/1196] Emitting module NIOEmbedded
[1114/1196] Wrapping AST for CompressNIO for debugging
[1116/1196] Compiling NIOEmbedded AsyncTestingChannel.swift
[1117/1196] Compiling NIOEmbedded Embedded.swift
[1118/1197] Wrapping AST for NIOEmbedded for debugging
[1120/1197] Compiling NIOPosix ServerSocket.swift
[1121/1197] Compiling NIOPosix Socket.swift
[1122/1197] Compiling NIOPosix SocketChannel.swift
[1123/1197] Compiling NIOPosix SocketProtocols.swift
[1124/1197] Compiling NIOPosix System.swift
[1125/1197] Compiling NIOPosix Thread.swift
[1126/1203] Compiling NIOPosix PooledRecvBufferAllocator.swift
[1127/1203] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1128/1203] Compiling NIOPosix PosixSingletons.swift
[1129/1203] Compiling NIOPosix RawSocketBootstrap.swift
[1130/1203] Compiling NIOPosix Resolver.swift
[1131/1203] Compiling NIOPosix Selectable.swift
[1132/1203] Compiling NIOPosix SelectableChannel.swift
[1133/1203] Compiling NIOPosix SelectableEventLoop.swift
[1134/1203] Compiling NIOPosix SelectorEpoll.swift
[1135/1203] Compiling NIOPosix SelectorGeneric.swift
[1136/1203] Compiling NIOPosix SelectorKqueue.swift
[1137/1203] Compiling NIOPosix SelectorUring.swift
[1138/1203] Compiling NIOPosix ThreadPosix.swift
[1139/1203] Compiling NIOPosix ThreadWindows.swift
[1140/1203] Compiling NIOPosix UnsafeTransfer.swift
[1141/1203] Compiling NIOPosix Utilities.swift
[1142/1203] Compiling NIOPosix VsockAddress.swift
[1143/1203] Compiling NIOPosix VsockChannelEvents.swift
[1144/1203] Emitting module NIOPosix
[1145/1203] Compiling NIOPosix Bootstrap.swift
[1146/1203] Compiling NIOPosix ControlMessage.swift
[1147/1203] Compiling NIOPosix DatagramVectorReadManager.swift
[1148/1203] Compiling NIOPosix Errors+Any.swift
[1149/1203] Compiling NIOPosix FileDescriptor.swift
[1150/1203] Compiling NIOPosix GetaddrinfoResolver.swift
[1151/1203] Compiling NIOPosix HappyEyeballs.swift
[1154/1203] Compiling NIOPosix BSDSocketAPIWindows.swift
[1155/1203] Compiling NIOPosix BaseSocket.swift
[1156/1203] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1157/1203] Compiling NIOPosix BaseSocketChannel.swift
[1158/1203] Compiling NIOPosix BaseStreamSocketChannel.swift
[1159/1203] Compiling NIOPosix NIOThreadPool.swift
[1160/1203] Compiling NIOPosix NonBlockingFileIO.swift
[1161/1203] Compiling NIOPosix PendingDatagramWritesManager.swift
[1162/1203] Compiling NIOPosix PendingWritesManager.swift
[1163/1203] Compiling NIOPosix PipeChannel.swift
[1164/1203] Compiling NIOPosix PipePair.swift
[1165/1203] Compiling NIOPosix Pool.swift
[1166/1203] Compiling NIOPosix IO.swift
[1167/1203] Compiling NIOPosix IntegerBitPacking.swift
[1168/1203] Compiling NIOPosix IntegerTypes.swift
[1169/1203] Compiling NIOPosix Linux.swift
[1170/1203] Compiling NIOPosix LinuxCPUSet.swift
[1171/1203] Compiling NIOPosix LinuxUring.swift
[1172/1203] Compiling NIOPosix MultiThreadedEventLoopGroup.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] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1181/1246] Emitting module NIOSOCKS
[1182/1247] Compiling NIOSOCKS SOCKSResponse.swift
[1183/1247] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1184/1247] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1185/1247] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1186/1247] Compiling NIOSOCKS ClientStateMachine.swift
[1187/1247] Compiling NIOSOCKS AuthenticationMethod.swift
[1188/1247] Compiling NIOSOCKS ClientGreeting.swift
[1189/1247] Compiling NIOSOCKS SOCKSClientHandler.swift
[1190/1247] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[1191/1247] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1192/1247] Emitting module NIOTLS
[1193/1247] Compiling NIOTLS SNIHandler.swift
[1194/1247] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1195/1247] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1196/1248] Compiling NIOSOCKS ServerStateMachine.swift
[1198/1248] Compiling NIOSOCKS Errors.swift
[1199/1248] Compiling NIOSOCKS Helpers.swift
[1200/1248] Compiling NIOSOCKS Messages.swift
[1201/1248] Compiling NIOSOCKS SOCKSRequest.swift
[1202/1249] Wrapping AST for NIOTLS for debugging
[1204/1249] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1205/1249] Emitting module NIOFoundationCompat
[1206/1250] Emitting module NIOHTTP1
[1207/1252] Wrapping AST for NIOSOCKS for debugging
[1208/1281] Wrapping AST for NIOFoundationCompat for debugging
[1210/1281] Compiling NIOSSL SSLCertificateExtensions.swift
[1211/1281] Compiling NIOSSL SSLConnection.swift
[1212/1303] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1213/1303] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1214/1303] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1215/1303] Emitting module NIOTransportServices
[1216/1305] Compiling NIOTransportServices StateManagedChannel.swift
[1217/1305] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1218/1305] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1219/1305] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1220/1305] Compiling NIOTransportServices NIOTSErrors.swift
[1221/1305] Compiling NIOTransportServices NIOTSEventLoop.swift
[1222/1305] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1223/1305] Compiling NIOTransportServices NIOTSSingletons.swift
[1224/1305] 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] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1229/1305] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1234/1305] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[1238/1305] Compiling NIOTransportServices NIOTSDatagramListener.swift
[1239/1305] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1240/1305] Compiling NIOTransportServices AcceptHandler.swift
[1241/1305] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[1245/1305] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1246/1306] Wrapping AST for NIOTransportServices for debugging
[1253/1307] Wrapping AST for NIOHTTP1 for debugging
[1255/1356] Compiling NIOSSL NIOSSLSecureBytes.swift
[1256/1356] Compiling NIOSSL RNG.swift
[1257/1356] Compiling NIOSSL SafeCompare.swift
[1258/1356] Compiling NIOSSL Zeroization.swift
[1259/1359] Compiling NIOExtras LineBasedFrameDecoder.swift
[1260/1359] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1261/1359] Compiling NIOExtras NIOExtrasError.swift
[1262/1359] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1266/1359] Compiling NIOSSL SubjectAlternativeName.swift
[1267/1359] Compiling NIOWebSocket WebSocketOpcode.swift
[1268/1359] Emitting module NIOHTTPTypesHTTP1
[1269/1360] Compiling NIOExtras NIORequestIdentifiable.swift
[1270/1360] Compiling NIOExtras PCAPRingBuffer.swift
[1271/1362] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1274/1362] Emitting module NIOHTTPCompression
[1275/1362] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1276/1362] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1277/1362] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1280/1362] Compiling NIOHTTPCompression HTTPDecompression.swift
[1281/1362] Emitting module NIOSSL
[1282/1362] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1283/1362] Compiling NIOHTTPCompression HTTPCompression.swift
[1284/1362] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1285/1362] Compiling NIOExtras QuiescingHelper.swift
[1286/1362] Compiling NIOExtras RequestResponseHandler.swift
[1287/1362] Compiling NIOHPACK IntegerCoding.swift
[1288/1362] Compiling NIOHPACK IndexedHeaderTable.swift
[1289/1362] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1290/1362] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1291/1363] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1292/1363] Compiling NIOExtras JSONRPCFraming.swift
[1293/1363] Compiling NIOExtras DebugInboundEventsHandler.swift
[1294/1363] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1295/1363] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1300/1364] Emitting module NIOWebSocket
[1301/1364] Compiling NIOHPACK HuffmanTables.swift
[1302/1364] Compiling NIOHPACK HuffmanCoding.swift
[1303/1364] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1304/1365] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[1305/1365] Compiling NIOExtras LengthFieldPrepender.swift
[1308/1365] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1309/1365] Compiling NIOWebSocket WebSocketFrame.swift
[1311/1366] Compiling NIOExtras DebugOutboundEventsHandler.swift
[1312/1366] Compiling NIOExtras FixedLengthFrameDecoder.swift
[1316/1366] Compiling NIOHPACK StaticHeaderTable.swift
[1317/1366] Emitting module NIOHPACK
[1318/1366] Wrapping AST for NIOHTTPTypesHTTP1 for debugging
[1320/1366] Emitting module NIOExtras
[1320/1366] Wrapping AST for NIOHTTPCompression for debugging
[1321/1366] Wrapping AST for NIOWebSocket for debugging
[1325/1382] Wrapping AST for NIOHPACK for debugging
[1327/1382] Compiling WSCore WebSocketExtensionHTTPParameters.swift
[1328/1382] Compiling WSCore String+validatingString.swift
[1329/1382] Compiling WSCore UnsafeTransfer.swift
[1330/1382] Compiling WSCore WebSocketContext.swift
[1331/1382] Compiling WSCore WebSocketExtension.swift
[1332/1382] Compiling WSCore WebSocketExtensionBuilder.swift
[1333/1382] Compiling WSCore WebSocketDataFrame.swift
[1334/1382] Compiling WSCore WebSocketDataHandler.swift
[1335/1382] Compiling WSCore WebSocketMessage.swift
[1336/1382] Compiling WSCore WebSocketOutboundWriter.swift
[1339/1382] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1340/1382] Compiling NIOExtras WritePCAPHandler.swift
[1343/1425] Compiling NIOHTTP2 HTTP2FrameParser.swift
[1344/1425] Compiling NIOHTTP2 HTTP2PingData.swift
[1345/1425] Compiling NIOHTTP2 HTTP2PipelineHelpers.swift
[1347/1441] Compiling NIOHTTP2 HTTP2ErrorCode.swift
[1348/1441] Compiling NIOHTTP2 MaySendFrames.swift
[1349/1442] Wrapping AST for NIOSSL for debugging
[1350/1442] Wrapping AST for NIOExtras for debugging
[1352/1442] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1353/1442] Compiling NIOHTTP2 HasFlowControlWindows.swift
[1354/1442] Compiling NIOHTTP2 HasLocalSettings.swift
[1355/1442] Compiling NIOHTTP2 HasRemoteSettings.swift
[1356/1442] Compiling NIOHTTP2 LocallyQuiescingState.swift
[1357/1442] Compiling NIOHTTP2 QuiescingState.swift
[1358/1442] Compiling NIOHTTP2 RemotelyQuiescingState.swift
[1359/1442] Compiling NIOHTTP2 SendAndReceiveGoawayState.swift
[1360/1474] Compiling HummingbirdCore ResponseBodyWriter.swift
[1361/1474] Compiling HummingbirdCore ResponseWriter.swift
[1362/1474] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[1363/1477] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[1364/1477] Compiling HummingbirdCore URI.swift
[1365/1477] Compiling HummingbirdCore Response.swift
[1366/1477] Compiling HummingbirdCore ResponseBody.swift
[1367/1477] Compiling HummingbirdCore BindAddress.swift
[1368/1477] Compiling HummingbirdCore HTTP1Channel.swift
[1369/1477] Compiling HummingbirdCore HTTPChannelHandler.swift
[1370/1477] Compiling HummingbirdCore HTTPServerBuilder.swift
[1371/1477] Compiling HummingbirdCore HTTPUserEventHandler.swift
[1372/1477] Compiling HummingbirdCore Server.swift
[1373/1477] Compiling HummingbirdCore RequestBody+inboundClose.swift
[1374/1477] Compiling HummingbirdCore RequestBody.swift
[1379/1478] Emitting module WSCore
[1380/1478] Compiling HummingbirdCore Deprecations.swift
[1381/1478] Compiling HummingbirdCore Request.swift
[1382/1478] Emitting module NIOHTTP2
[1383/1478] Compiling NIOHTTP2 StateMachineResult.swift
[1384/1478] Compiling NIOHTTP2 ContentLengthVerifier.swift
[1385/1478] Compiling NIOHTTP2 DOSHeuristics.swift
[1386/1478] Compiling NIOHTTP2 Error+Any.swift
[1387/1478] Compiling NIOHTTP2 ConcurrentStreamBuffer.swift
[1388/1478] Compiling NIOHTTP2 ControlFrameBuffer.swift
[1389/1478] Compiling NIOHTTP2 OutboundFlowControlBuffer.swift
[1390/1478] Compiling NIOHTTP2 OutboundFrameBuffer.swift
[1391/1478] Compiling NIOHTTP2 InboundWindowManager.swift
[1392/1478] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1393/1478] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1394/1478] Compiling NIOHTTP2 StreamChannelList.swift
[1395/1478] Compiling NIOHTTP2 StreamMap.swift
[1396/1478] Compiling NIOHTTP2 StreamStateMachine.swift
[1397/1478] Compiling NIOHTTP2 UnsafeTransfer.swift
[1398/1478] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1399/1478] Compiling NIOHTTP2 HTTP2StreamChannel+OutboundStreamMultiplexer.swift
[1400/1478] Compiling NIOHTTP2 HTTP2StreamChannel.swift
[1401/1478] Compiling NIOHTTP2 HTTP2StreamDelegate.swift
[1402/1478] Compiling NIOHTTP2 HTTP2StreamID.swift
[1403/1478] Compiling NIOHTTP2 HTTP2StreamMultiplexer.swift
[1404/1478] Compiling NIOHTTP2 HTTP2ToHTTP1Codec.swift
[1405/1478] Compiling NIOHTTP2 HTTP2UserEvents.swift
[1406/1478] Compiling NIOHTTP2 InboundEventBuffer.swift
[1409/1478] Compiling WSCore WebSocketStateMachine.swift
[1410/1478] Emitting module HummingbirdCore
[1415/1478] Compiling HummingbirdCore ServerChildChannel.swift
[1416/1478] Compiling HummingbirdCore ServerConfiguration.swift
[1417/1478] Compiling HummingbirdCore TSTLSOptions.swift
[1418/1478] Compiling HummingbirdCore AnyAsyncSequence.swift
[1419/1478] Compiling HummingbirdCore FlatDictionary.swift
[1420/1478] Compiling HummingbirdCore HBParser.swift
[1421/1478] Compiling HummingbirdCore OutputBuffer.swift
[1422/1478] Compiling HummingbirdCore String+percentEncode.swift
[1423/1478] Compiling HummingbirdCore UnsafeTransfer.swift
[1429/1480] Wrapping AST for HummingbirdCore for debugging
[1430/1480] Wrapping AST for WSCore for debugging
[1432/1557] Emitting module WSCompression
[1433/1557] Compiling WSClient WebSocketClientConfiguration.swift
[1434/1558] Compiling Hummingbird Exports.swift
[1435/1558] Compiling Hummingbird CacheControl.swift
[1436/1558] Compiling Hummingbird FileIO.swift
[1437/1558] Compiling Hummingbird FileProvider.swift
[1438/1558] Compiling Hummingbird LocalFileSystem.swift
[1439/1558] Compiling Hummingbird Cookie.swift
[1440/1558] Compiling Hummingbird Cookies.swift
[1441/1558] Compiling Hummingbird MediaType+FileExtension.swift
[1442/1558] Compiling WSClient Parser.swift
[1443/1558] Compiling WSClient TLSClientChannel.swift
[1444/1558] Compiling WSClient ClientChannel.swift
[1445/1558] Compiling WSClient ClientConnection.swift
[1446/1558] Compiling WSClient TSTLSOptions.swift
[1447/1558] Compiling WSClient URI.swift
[1448/1558] Compiling Hummingbird URLEncodedFormDecoder.swift
[1449/1558] Compiling Hummingbird URLEncodedFormEncoder.swift
[1450/1558] Compiling Hummingbird URLEncodedFormNode.swift
[1451/1558] Compiling WSClient Exports.swift
[1454/1558] Compiling WSClient WebSocketClientError.swift
[1455/1558] Compiling WSClient WebSocketClient.swift
[1456/1558] Compiling WSClient WebSocketClientChannel.swift
[1457/1558] Emitting module WSClient
[1458/1558] Compiling WSCompression PerMessageDeflateExtension.swift
[1460/1559] Compiling Hummingbird Configuration.swift
[1461/1559] Compiling Hummingbird Deprecations.swift
[1462/1559] Compiling Hummingbird Environment.swift
[1463/1559] Compiling Hummingbird EditedHTTPError.swift
[1464/1559] Compiling Hummingbird HTTPError.swift
[1465/1559] Compiling Hummingbird HTTPResponseError.swift
[1466/1559] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[1474/1569] Compiling Hummingbird ChildRequestContext.swift
[1475/1569] Compiling Hummingbird Request.swift
[1476/1569] Compiling Hummingbird RequestContext.swift
[1477/1569] Compiling Hummingbird RequestContextSource.swift
[1478/1569] Compiling Hummingbird RequestID.swift
[1479/1569] Compiling Hummingbird RequestResponder.swift
[1480/1569] Compiling Hummingbird Response.swift
[1481/1569] Compiling Hummingbird URI+decodeQuery.swift
[1482/1569] Compiling Hummingbird MemoryPersistDriver.swift
[1482/1569] Wrapping AST for WSCompression for debugging
[1483/1569] Wrapping AST for WSClient for debugging
[1484/1569] Compiling Hummingbird Router.swift
[1492/1569] Compiling Hummingbird _SpreadMiddleware.swift
[1493/1569] Compiling Hummingbird TracingMiddleware.swift
[1494/1569] Compiling Hummingbird EndpointResponder.swift
[1495/1569] Compiling Hummingbird Parameters+UUID.swift
[1496/1569] Compiling Hummingbird Parameters.swift
[1497/1569] Compiling Hummingbird ResponseGenerator.swift
[1498/1569] Compiling Hummingbird RouteCollection.swift
[1499/1569] Compiling Hummingbird Router+validation.swift
[1502/1574] Compiling HummingbirdWSCompression Exports.swift
[1503/1574] Emitting module HummingbirdWSCompression
[1504/1575] Compiling Hummingbird RouterGroup.swift
[1505/1575] Compiling Hummingbird RouterMethods.swift
[1506/1575] Compiling Hummingbird RouterPath.swift
[1507/1575] Compiling Hummingbird RouterResponder.swift
[1508/1575] Compiling Hummingbird TransformingRouterGroup.swift
[1509/1575] Compiling Hummingbird RouterTrie.swift
[1510/1575] Compiling Hummingbird Trie+resolve.swift
[1511/1575] Compiling Hummingbird Trie+serialize.swift
[1512/1575] Compiling Hummingbird TrieRouter.swift
[1513/1575] Emitting module HummingbirdWSClient
[1513/1575] Wrapping AST for NIOHTTP2 for debugging
[1516/1575] Compiling HummingbirdWSClient Exports.swift
[1526/1575] Emitting module Hummingbird
[1526/1576] Wrapping AST for HummingbirdWSCompression for debugging
[1535/1576] Compiling Hummingbird MediaType.swift
[1536/1576] Compiling Hummingbird Request+Cookies.swift
[1537/1576] Compiling Hummingbird Response+Cookies.swift
[1538/1576] Compiling Hummingbird CORSMiddleware.swift
[1539/1576] Compiling Hummingbird FileMiddleware.swift
[1540/1576] Compiling Hummingbird LogRequestMiddleware.swift
[1541/1576] Compiling Hummingbird MetricsMiddleware.swift
[1542/1576] Compiling Hummingbird Middleware.swift
[1543/1576] Compiling Hummingbird MiddlewareGroup.swift
[1544/1576] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[1545/1576] Compiling Hummingbird _Middleware2.swift
[1546/1576] Compiling Hummingbird _OptionalMiddleware.swift
[1546/1635] Wrapping AST for HummingbirdWSClient for debugging
[1548/1635] Compiling Hummingbird PersistDriver.swift
[1549/1635] Compiling Hummingbird PersistError.swift
[1550/1635] Compiling Hummingbird ByteBuffer+foundation.swift
[1551/1635] Compiling Hummingbird DateCache.swift
[1552/1635] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[1553/1635] Compiling Hummingbird HexDigest.swift
[1554/1635] Compiling Hummingbird InitializableFromSource.swift
[1555/1635] Compiling Hummingbird PreludeService.swift
[1556/1635] Compiling Hummingbird StringProtocol.swift
[1557/1635] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1558/1635] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1559/1635] Compiling AsyncHTTPClient Transaction.swift
[1560/1635] Compiling AsyncHTTPClient Base64.swift
[1561/1635] Compiling AsyncHTTPClient BasicAuth.swift
[1562/1635] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1563/1635] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1564/1635] Compiling AsyncHTTPClient ConnectionPool.swift
[1565/1635] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1566/1636] Wrapping AST for Hummingbird for debugging
[1568/1636] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1569/1636] Compiling AsyncHTTPClient ConnectionTarget.swift
[1570/1636] Compiling AsyncHTTPClient DeconstructedURL.swift
[1571/1636] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1572/1636] Compiling AsyncHTTPClient FoundationExtensions.swift
[1573/1636] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1574/1636] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1575/1636] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1585/1651] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1586/1651] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1587/1651] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1588/1651] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1589/1651] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1590/1651] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1591/1651] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1592/1651] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1593/1651] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1594/1651] Emitting module AsyncHTTPClient
[1595/1651] Emitting module HummingbirdWebSocket
[1596/1651] Compiling HummingbirdWebSocket WebSocketServerConfiguration.swift
[1597/1651] Compiling HummingbirdWebSocket HTTPServerBuilder+WebSocket.swift
[1598/1651] Compiling HummingbirdWebSocket Exports.swift
[1599/1651] Compiling HummingbirdWebSocket WebSocketRouter.swift
[1600/1651] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1601/1651] Compiling AsyncHTTPClient RequestOptions.swift
[1602/1651] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1603/1651] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1604/1651] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1605/1651] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1606/1651] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1607/1651] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1608/1651] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1609/1651] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1610/1651] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1611/1651] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1612/1651] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1613/1651] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1614/1651] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1615/1651] Compiling AsyncHTTPClient RequestBodyLength.swift
[1616/1651] Compiling HummingbirdWebSocket NIOWebSocketServerUpgrade+ext.swift
[1617/1651] Compiling HummingbirdWebSocket WebSocketChannel.swift
[1619/1652] Compiling AsyncHTTPClient RequestBag.swift
[1620/1652] Compiling AsyncHTTPClient RequestValidation.swift
[1621/1652] Compiling AsyncHTTPClient SSLContextCache.swift
[1622/1652] Compiling AsyncHTTPClient Scheme.swift
[1623/1652] Compiling AsyncHTTPClient Singleton.swift
[1624/1652] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1625/1652] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1626/1652] Compiling AsyncHTTPClient Utils.swift
[1626/1652] Wrapping AST for HummingbirdWebSocket for debugging
[1628/1652] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1629/1652] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1630/1652] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1631/1652] Compiling AsyncHTTPClient HTTP1Connection.swift
[1632/1652] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1633/1652] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1634/1652] Compiling AsyncHTTPClient HTTP2Connection.swift
[1635/1652] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1636/1652] Compiling AsyncHTTPClient HTTPClient.swift
[1637/1652] Compiling AsyncHTTPClient HTTPHandler.swift
[1638/1652] Compiling AsyncHTTPClient LRUCache.swift
[1639/1652] Compiling AsyncHTTPClient NWErrorHandler.swift
[1640/1652] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1641/1652] Compiling AsyncHTTPClient TLSConfiguration.swift
[1642/1652] Compiling AsyncHTTPClient RedirectState.swift
[1643/1652] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1644/1653] Wrapping AST for AsyncHTTPClient for debugging
[1646/1662] Compiling HummingbirdTesting TestClient+types.swift
[1647/1663] Compiling HummingbirdTesting TestApplication.swift
[1648/1663] Compiling HummingbirdTesting Deprecations.swift
[1649/1663] Compiling HummingbirdTesting RouterTestFramework.swift
[1650/1663] Compiling HummingbirdTesting LiveTestFramework.swift
[1651/1663] Compiling HummingbirdTesting Application+Test.swift
[1652/1663] Compiling HummingbirdTesting ApplicationTester.swift
[1653/1663] Compiling HummingbirdTesting AsyncHTTPClientTestFramework.swift
[1654/1663] Emitting module HummingbirdTesting
[1655/1663] Compiling HummingbirdTesting TestClient.swift
[1656/1664] Wrapping AST for HummingbirdTesting for debugging
[1658/1666] Emitting module HummingbirdWSTesting
[1659/1666] Compiling HummingbirdWSTesting TestClient+ws.swift
[1660/1667] Wrapping AST for HummingbirdWSTesting for debugging
[1662/1671] Compiling AutobahnServerTest AutobahnServerTest.swift
[1663/1671] Emitting module AutobahnServerTest
[1664/1671] Emitting module WebsocketTest
[1665/1671] Compiling WebsocketTest WebsocketTest.swift
[1667/1673] Wrapping AST for AutobahnServerTest for debugging
[1668/1673] Write Objects.LinkFileList
[1669/1673] Wrapping AST for WebsocketTest for debugging
[1670/1673] Write Objects.LinkFileList
[1671/1673] Linking AutobahnServerTest
[1672/1673] Linking WebsocketTest
Build complete! (158.03s)
Build complete.
{
"dependencies" : [
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.12.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "swift-websocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.2.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/swift-websocket.git"
},
{
"identity" : "swift-nio-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.22.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-extras.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
}
],
"manifest_display_name" : "hummingbird-websocket",
"name" : "hummingbird-websocket",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "HummingbirdWebSocket",
"targets" : [
"HummingbirdWebSocket"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdWSClient",
"targets" : [
"HummingbirdWSClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdWSCompression",
"targets" : [
"HummingbirdWSCompression"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdWSTesting",
"targets" : [
"HummingbirdWSTesting"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "WebsocketTest",
"targets" : [
"WebsocketTest"
],
"type" : {
"snippet" : null
}
},
{
"name" : "AutobahnServerTest",
"targets" : [
"AutobahnServerTest"
],
"type" : {
"snippet" : null
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "HummingbirdWebSocketTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWebSocketTests",
"path" : "Tests/HummingbirdWebSocketTests",
"product_dependencies" : [
"Hummingbird",
"HummingbirdTesting",
"HummingbirdTLS"
],
"sources" : [
"Certificates.swift",
"WebSocketExtensionTests.swift",
"WebSocketTests.swift"
],
"target_dependencies" : [
"HummingbirdWebSocket",
"HummingbirdWSClient",
"HummingbirdWSCompression",
"HummingbirdWSTesting"
],
"type" : "test"
},
{
"c99name" : "HummingbirdWebSocket",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWebSocket",
"path" : "Sources/HummingbirdWebSocket",
"product_dependencies" : [
"WSCore",
"Hummingbird",
"NIOHTTPTypes",
"NIOHTTPTypesHTTP1"
],
"product_memberships" : [
"HummingbirdWebSocket",
"WebsocketTest",
"AutobahnServerTest"
],
"sources" : [
"Exports.swift",
"HTTPServerBuilder+WebSocket.swift",
"NIOWebSocketServerUpgrade+ext.swift",
"WebSocketChannel.swift",
"WebSocketRouter.swift",
"WebSocketServerConfiguration.swift"
],
"type" : "library"
},
{
"c99name" : "HummingbirdWSTesting",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWSTesting",
"path" : "Sources/HummingbirdWSTesting",
"product_dependencies" : [
"HummingbirdTesting"
],
"product_memberships" : [
"HummingbirdWSTesting",
"WebsocketTest",
"AutobahnServerTest"
],
"sources" : [
"TestClient+ws.swift"
],
"target_dependencies" : [
"HummingbirdWSClient"
],
"type" : "library"
},
{
"c99name" : "HummingbirdWSCompression",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWSCompression",
"path" : "Sources/HummingbirdWSCompression",
"product_dependencies" : [
"WSCompression"
],
"product_memberships" : [
"HummingbirdWSCompression",
"WebsocketTest",
"AutobahnServerTest"
],
"sources" : [
"Exports.swift"
],
"type" : "library"
},
{
"c99name" : "HummingbirdWSClient",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWSClient",
"path" : "Sources/HummingbirdWSClient",
"product_dependencies" : [
"WSClient"
],
"product_memberships" : [
"HummingbirdWSClient",
"HummingbirdWSTesting",
"WebsocketTest",
"AutobahnServerTest"
],
"sources" : [
"Exports.swift"
],
"type" : "library"
},
{
"c99name" : "WebsocketTest",
"module_type" : "SwiftTarget",
"name" : "WebsocketTest",
"path" : "Snippets",
"product_memberships" : [
"WebsocketTest"
],
"sources" : [
"WebsocketTest.swift"
],
"target_dependencies" : [
"HummingbirdWebSocket",
"HummingbirdWSTesting",
"HummingbirdWSCompression",
"HummingbirdWSClient"
],
"type" : "snippet"
},
{
"c99name" : "AutobahnServerTest",
"module_type" : "SwiftTarget",
"name" : "AutobahnServerTest",
"path" : "Snippets",
"product_memberships" : [
"AutobahnServerTest"
],
"sources" : [
"AutobahnServerTest.swift"
],
"target_dependencies" : [
"HummingbirdWebSocket",
"HummingbirdWSTesting",
"HummingbirdWSCompression",
"HummingbirdWSClient"
],
"type" : "snippet"
}
],
"tools_version" : "5.10"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:9029076bb687edc160a3d5201c89e92dd9fa7309f33f090c4234365c83366c31
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.