Build Information
Successful build of hummingbird-websocket, reference main (41ae91
), with Swift 6.1 for Android on 12 Aug 2025 20:15:36 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.65.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 41ae91e Bump actions/checkout from 4 to 5 in the dependencies group (#112)
Cloned https://github.com/hummingbird-project/hummingbird-websocket.git
Revision (git rev-parse @):
41ae91e7f3212e554df5aeda41619e577131fc21
SUCCESS checkout https://github.com/hummingbird-project/hummingbird-websocket.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/hummingbird-project/hummingbird-websocket.git
https://github.com/hummingbird-project/hummingbird-websocket.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.14.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "swift-websocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/swift-websocket.git"
},
{
"identity" : "swift-nio-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.22.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-extras.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
}
],
"manifest_display_name" : "hummingbird-websocket",
"name" : "hummingbird-websocket",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "HummingbirdWebSocket",
"targets" : [
"HummingbirdWebSocket"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdWSClient",
"targets" : [
"HummingbirdWSClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdWSCompression",
"targets" : [
"HummingbirdWSCompression"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdWSTesting",
"targets" : [
"HummingbirdWSTesting"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "WebsocketTest",
"targets" : [
"WebsocketTest"
],
"type" : {
"snippet" : null
}
},
{
"name" : "AutobahnServerTest",
"targets" : [
"AutobahnServerTest"
],
"type" : {
"snippet" : null
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "HummingbirdWebSocketTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWebSocketTests",
"path" : "Tests/HummingbirdWebSocketTests",
"product_dependencies" : [
"Hummingbird",
"HummingbirdTesting",
"HummingbirdTLS"
],
"sources" : [
"Certificates.swift",
"WebSocketExtensionTests.swift",
"WebSocketTests.swift"
],
"target_dependencies" : [
"HummingbirdWebSocket",
"HummingbirdWSClient",
"HummingbirdWSCompression",
"HummingbirdWSTesting"
],
"type" : "test"
},
{
"c99name" : "HummingbirdWebSocket",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWebSocket",
"path" : "Sources/HummingbirdWebSocket",
"product_dependencies" : [
"WSCore",
"Hummingbird",
"NIOHTTPTypes",
"NIOHTTPTypesHTTP1"
],
"product_memberships" : [
"HummingbirdWebSocket",
"WebsocketTest",
"AutobahnServerTest"
],
"sources" : [
"Exports.swift",
"HTTPServerBuilder+WebSocket.swift",
"NIOWebSocketServerUpgrade+ext.swift",
"Utils/SendableMetatype.swift",
"WebSocketChannel.swift",
"WebSocketRouter.swift",
"WebSocketServerConfiguration.swift"
],
"type" : "library"
},
{
"c99name" : "HummingbirdWSTesting",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWSTesting",
"path" : "Sources/HummingbirdWSTesting",
"product_dependencies" : [
"HummingbirdTesting"
],
"product_memberships" : [
"HummingbirdWSTesting",
"WebsocketTest",
"AutobahnServerTest"
],
"sources" : [
"TestClient+ws.swift"
],
"target_dependencies" : [
"HummingbirdWSClient"
],
"type" : "library"
},
{
"c99name" : "HummingbirdWSCompression",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWSCompression",
"path" : "Sources/HummingbirdWSCompression",
"product_dependencies" : [
"WSCompression"
],
"product_memberships" : [
"HummingbirdWSCompression",
"WebsocketTest",
"AutobahnServerTest"
],
"sources" : [
"Exports.swift"
],
"type" : "library"
},
{
"c99name" : "HummingbirdWSClient",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWSClient",
"path" : "Sources/HummingbirdWSClient",
"product_dependencies" : [
"WSClient"
],
"product_memberships" : [
"HummingbirdWSClient",
"HummingbirdWSTesting",
"WebsocketTest",
"AutobahnServerTest"
],
"sources" : [
"Exports.swift"
],
"type" : "library"
},
{
"c99name" : "WebsocketTest",
"module_type" : "SwiftTarget",
"name" : "WebsocketTest",
"path" : "Snippets",
"product_memberships" : [
"WebsocketTest"
],
"sources" : [
"WebsocketTest.swift"
],
"target_dependencies" : [
"HummingbirdWebSocket",
"HummingbirdWSTesting",
"HummingbirdWSCompression",
"HummingbirdWSClient"
],
"type" : "snippet"
},
{
"c99name" : "AutobahnServerTest",
"module_type" : "SwiftTarget",
"name" : "AutobahnServerTest",
"path" : "Snippets",
"product_memberships" : [
"AutobahnServerTest"
],
"sources" : [
"AutobahnServerTest.swift"
],
"target_dependencies" : [
"HummingbirdWebSocket",
"HummingbirdWSTesting",
"HummingbirdWSCompression",
"HummingbirdWSClient"
],
"type" : "snippet"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/hummingbird-project/hummingbird.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/hummingbird-project/swift-websocket.git
[1/471] Fetching swift-websocket
[472/6598] Fetching swift-websocket, swift-nio-extras
[473/31418] Fetching swift-websocket, swift-nio-extras, hummingbird
[12060/46421] Fetching swift-websocket, swift-nio-extras, hummingbird, swift-nio-ssl
Fetched https://github.com/hummingbird-project/swift-websocket.git from cache (0.49s)
[13533/45950] Fetching swift-nio-extras, hummingbird, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.50s)
[7805/39823] Fetching hummingbird, swift-nio-ssl
Fetched https://github.com/hummingbird-project/hummingbird.git from cache (1.02s)
[10503/15003] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.80s)
Computing version for https://github.com/hummingbird-project/swift-websocket.git
Computed https://github.com/hummingbird-project/swift-websocket.git at 1.3.2 (2.32s)
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/adam-fowler/compress-nio.git
Fetching https://github.com/swift-server/swift-service-lifecycle
Fetching https://github.com/apple/swift-nio.git
[1/643] Fetching compress-nio
[644/1560] Fetching compress-nio, swift-http-types
[1561/5446] Fetching compress-nio, swift-http-types, swift-log
[2533/7879] Fetching compress-nio, swift-http-types, swift-log, swift-service-lifecycle
[3142/10580] Fetching compress-nio, swift-http-types, swift-log, swift-service-lifecycle, swift-nio-transport-services
Fetched https://github.com/adam-fowler/compress-nio.git from cache (0.37s)
[6155/9937] Fetching swift-http-types, swift-log, swift-service-lifecycle, swift-nio-transport-services
Fetched https://github.com/apple/swift-http-types.git from cache (0.38s)
[5869/9020] Fetching swift-log, swift-service-lifecycle, swift-nio-transport-services
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.53s)
Fetched https://github.com/apple/swift-log.git from cache (0.60s)
[1/77391] Fetching swift-nio
Fetched https://github.com/swift-server/swift-service-lifecycle from cache (5.17s)
Fetched https://github.com/apple/swift-nio.git from cache (5.29s)
Computing version for https://github.com/hummingbird-project/hummingbird.git
Computed https://github.com/hummingbird-project/hummingbird.git at 2.15.0 (6.10s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/swift-server/async-http-client.git
Fetching https://github.com/apple/swift-nio-http2.git
[1/1808] Fetching swift-atomics
[1285/13469] Fetching swift-atomics, swift-nio-http2
[2043/27556] Fetching swift-atomics, swift-nio-http2, async-http-client
Fetching https://github.com/apple/swift-metrics.git
Fetching https://github.com/apple/swift-collections.git
Fetched https://github.com/apple/swift-atomics.git from cache (1.25s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-distributed-tracing.git
Fetched https://github.com/swift-server/async-http-client.git from cache (1.27s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.40s)
[1/2219] Fetching swift-metrics
[2220/7229] Fetching swift-metrics, swift-async-algorithms
[4174/12345] Fetching swift-metrics, swift-async-algorithms, swift-distributed-tracing
[6897/29298] Fetching swift-metrics, swift-async-algorithms, swift-distributed-tracing, swift-collections
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.42s)
[10387/24288] Fetching swift-metrics, swift-distributed-tracing, swift-collections
Fetched https://github.com/apple/swift-distributed-tracing.git from cache (0.46s)
[6627/19172] Fetching swift-metrics, swift-collections
Fetched https://github.com/apple/swift-metrics.git from cache (1.18s)
Fetched https://github.com/apple/swift-collections.git from cache (1.20s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (3.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 (0.49s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.86.0 (0.73s)
Fetching https://github.com/apple/swift-system.git
[1/4874] Fetching swift-system
Fetched https://github.com/apple/swift-system.git from cache (0.34s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (0.79s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.38.0 (0.48s)
Computing version for https://github.com/apple/swift-metrics.git
Computed https://github.com/apple/swift-metrics.git at 2.7.0 (0.44s)
Computing version for https://github.com/apple/swift-distributed-tracing.git
Computed https://github.com/apple/swift-distributed-tracing.git at 1.2.1 (0.43s)
Fetching https://github.com/apple/swift-service-context.git
[1/1088] 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.1 (0.64s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.2 (0.49s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.25.1 (0.45s)
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.52s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.1 (0.65s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.29.0 (0.52s)
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-algorithms.git
[1/1176] Fetching swift-http-structured-headers
[731/2805] Fetching swift-http-structured-headers, swift-asn1
[1943/9265] Fetching swift-http-structured-headers, swift-asn1, swift-certificates
[3646/15233] Fetching swift-http-structured-headers, swift-asn1, swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.34s)
[13938/14057] Fetching swift-asn1, swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.42s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.44s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.44s)
Computing version for https://github.com/swift-server/swift-service-lifecycle
Computed https://github.com/swift-server/swift-service-lifecycle at 2.8.0 (0.89s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (0.44s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.97s)
Fetching https://github.com/apple/swift-numerics.git
[1/5946] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.39s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.4.0 (0.92s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.12.0 (0.57s)
Fetching https://github.com/apple/swift-crypto.git
[1/16238] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.59s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (2.07s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.33.0 (0.53s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.4.0 (0.44s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.14.0 (1.82s)
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 (0.60s)
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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.14.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.25.1
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.33.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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.29.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.12.0
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.2
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.4.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
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-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.38.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.2
Creating working copy for https://github.com/swift-server/async-http-client.git
Working copy of https://github.com/swift-server/async-http-client.git resolved at 1.26.1
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
Creating working copy for https://github.com/hummingbird-project/hummingbird.git
Working copy of https://github.com/hummingbird-project/hummingbird.git resolved at 2.15.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.4.0
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-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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.86.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.2.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/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-distributed-tracing.git
Working copy of https://github.com/apple/swift-distributed-tracing.git resolved at 1.2.1
Building for debugging...
[0/535] Compiling CCompressZlib empty.c
[1/535] Write swift-version-24593BA9C3E375BF.txt
[1/535] Write sources
[3/535] Compiling _NumericsShims _NumericsShims.c
[4/535] Write sources
[5/539] Compiling asn1_lib.cc
[5/539] Write sources
[7/539] Compiling a_utctm.cc
[7/539] Write sources
[55/539] Compiling _AtomicsShims.c
[56/539] Compiling a_type.cc
[57/539] Compiling CNIOWindows shim.c
[58/539] Compiling a_time.cc
[59/539] Compiling a_strnid.cc
[60/539] Compiling a_strex.cc
[62/581] Emitting module ServiceContextModule
[63/581] Emitting module _NIOBase64
[64/581] Emitting module RealModule
[65/582] Emitting module InternalCollectionsUtilities
[65/583] Compiling c-atomics.c
[67/586] Compiling InternalCollectionsUtilities Descriptions.swift
[68/586] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[69/586] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[70/586] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[71/586] Compiling InternalCollectionsUtilities Debugging.swift
[72/586] Compiling _NIODataStructures _TinyArray.swift
[73/586] Compiling RealModule RealFunctions.swift
[74/586] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[75/586] Compiling HTTPTypes ISOLatin1String.swift
[76/586] Emitting module _NIODataStructures
[77/586] Compiling _NIODataStructures PriorityQueue.swift
[78/586] Compiling _NIODataStructures Heap.swift
[79/588] Emitting module HTTPTypes
[80/588] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[81/588] Compiling InternalCollectionsUtilities _SortedCollection.swift
[82/588] Compiling HTTPTypes HTTPField.swift
[83/588] Compiling HTTPTypes HTTPResponse.swift
[84/588] Compiling _NIOBase64 Base64.swift
[85/588] Compiling RealModule ElementaryFunctions.swift
[86/588] Compiling RealModule Float+Real.swift
[87/588] Compiling HTTPTypes HTTPParsedFields.swift
[88/588] Compiling HTTPTypes HTTPRequest.swift
[89/589] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[90/589] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[91/589] Compiling ServiceContextModule ServiceContext.swift
[92/589] Compiling ServiceContextModule ServiceContextKey.swift
[93/589] Compiling RealModule Float80+Real.swift
[94/589] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[95/589] Compiling RealModule Float16+Real.swift
[96/589] Compiling InternalCollectionsUtilities UInt+reversed.swift
[97/589] Compiling RealModule Real.swift
[98/590] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[99/590] Compiling InternalCollectionsUtilities Integer rank.swift
[104/592] Compiling CoreMetrics Metrics.swift
[110/592] Compiling HTTPTypes NIOLock.swift
[110/592] Wrapping AST for _NIODataStructures for debugging
[111/592] Wrapping AST for _NIOBase64 for debugging
[112/595] Wrapping AST for RealModule for debugging
[114/602] Compiling ConcurrencyHelpers LockedValueBox.swift
[115/731] Compiling Instrumentation NoOpInstrument.swift
[116/731] Compiling Instrumentation InstrumentationSystem.swift
[117/731] Compiling Instrumentation MultiplexInstrument.swift
[118/731] Compiling HeapModule Heap+ExpressibleByArrayLiteral.swift
[119/731] Compiling HeapModule Heap+Descriptions.swift
[120/731] Compiling HeapModule Heap.swift
[121/731] Compiling HeapModule _HeapNode.swift
[122/731] Compiling HeapModule Heap+Invariants.swift
[123/731] Compiling HeapModule Heap+UnsafeHandle.swift
[124/731] Emitting module HeapModule
[126/732] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[127/732] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[128/732] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[129/732] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[130/732] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[131/732] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[132/732] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[133/732] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[134/732] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[135/732] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[136/732] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[137/732] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[138/732] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[139/732] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[140/732] Compiling ConcurrencyHelpers Lock.swift
[141/735] Emitting module CoreMetrics
[142/735] Compiling CoreMetrics Locks.swift
[143/739] Emitting module ConcurrencyHelpers
[144/740] Compiling OrderedCollections OrderedDictionary.swift
[145/740] Compiling OrderedCollections OrderedSet+Codable.swift
[146/740] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[147/740] Compiling OrderedCollections OrderedSet+Descriptions.swift
[148/740] Compiling OrderedCollections OrderedSet+Diffing.swift
[149/740] Compiling OrderedCollections OrderedSet+Equatable.swift
[150/740] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[151/740] Compiling OrderedCollections OrderedSet+Hashable.swift
[152/741] Compiling Logging MetadataProvider.swift
[153/741] Compiling Instrumentation Locks.swift
[154/741] Compiling Instrumentation Instrument.swift
[155/741] Emitting module Instrumentation
[156/742] Compiling Logging LogHandler.swift
[157/742] Emitting module Logging
[158/742] Compiling Logging Locks.swift
[159/742] Compiling Logging Logging.swift
[164/819] Compiling HashTreeCollections _HashNode+Structural intersection.swift
[165/819] Compiling HashTreeCollections _HashNode+Structural isDisjoint.swift
[166/819] Compiling HashTreeCollections _HashNode+Structural isEqualSet.swift
[167/819] Compiling HashTreeCollections _HashNode+Structural isSubset.swift
[168/819] Compiling HashTreeCollections _HashNode+Structural mapValues.swift
[169/819] Compiling HashTreeCollections _HashNode+Structural merge.swift
[170/819] Compiling HashTreeCollections _AncestorHashSlots.swift
[171/819] Compiling HashTreeCollections _Bitmap.swift
[172/819] Compiling HashTreeCollections TreeSet+Collection.swift
[173/819] Compiling HashTreeCollections TreeSet+CustomReflectable.swift
[174/819] Compiling HashTreeCollections TreeSet+Debugging.swift
[175/819] Compiling HashTreeCollections TreeSet+Descriptions.swift
[176/819] Compiling HashTreeCollections TreeSet+Equatable.swift
[177/819] Compiling HashTreeCollections TreeSet+ExpressibleByArrayLiteral.swift
[178/819] Compiling HashTreeCollections TreeSet+Extras.swift
[179/819] Compiling HashTreeCollections TreeSet+Filter.swift
[180/819] Compiling HashTreeCollections _Bucket.swift
[181/819] Compiling HashTreeCollections _Hash.swift
[182/819] Compiling HashTreeCollections _HashLevel.swift
[183/819] Compiling HashTreeCollections _HashNode+Builder.swift
[184/819] Compiling HashTreeCollections _HashNode+Debugging.swift
[185/819] Compiling HashTreeCollections _HashNode+Initializers.swift
[186/819] Compiling HashTreeCollections _HashNode+Invariants.swift
[187/819] Compiling HashTreeCollections _HashNode+Lookups.swift
[188/847] Compiling DequeModule _DequeBuffer.swift
[189/847] Compiling DequeModule _DequeBufferHeader.swift
[190/849] Compiling DequeModule Deque+Equatable.swift
[191/849] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[192/849] Compiling DequeModule Deque+CustomReflectable.swift
[193/849] Compiling DequeModule Deque+Descriptions.swift
[194/849] Compiling HashTreeCollections TreeSet+Hashable.swift
[195/849] Compiling HashTreeCollections TreeSet+Sendable.swift
[196/849] Compiling HashTreeCollections TreeSet+Sequence.swift
[197/849] Compiling HashTreeCollections TreeSet+SetAlgebra Initializers.swift
[198/849] Compiling HashTreeCollections TreeSet+SetAlgebra basics.swift
[199/849] Compiling HashTreeCollections TreeSet+SetAlgebra formIntersection.swift
[200/849] Compiling HashTreeCollections TreeSet+SetAlgebra formSymmetricDifference.swift
[201/849] Compiling HashTreeCollections TreeSet+SetAlgebra formUnion.swift
[202/849] Compiling HashTreeCollections TreeSet+SetAlgebra intersection.swift
[203/849] Compiling HashTreeCollections TreeSet+SetAlgebra isDisjoint.swift
[204/859] Compiling Tracing TracingTime.swift
[205/859] Emitting module UnixSignals
[206/859] Compiling Tracing InstrumentationSystem+Tracing.swift
[207/859] Compiling DequeModule Deque+Extras.swift
[208/859] Compiling DequeModule Deque+Hashable.swift
[209/859] Emitting module Tracing
[210/859] Compiling Tracing TracerProtocol.swift
[211/859] Compiling UnixSignals UnixSignal.swift
[212/859] Compiling UnixSignals UnixSignalsSequence.swift
[213/860] Compiling Tracing Tracer.swift
[214/860] Compiling Tracing TracerProtocol+Legacy.swift
[215/860] Compiling DequeModule Deque+Codable.swift
[216/860] Compiling DequeModule Deque+Collection.swift
[223/860] Compiling HashTreeCollections TreeDictionary.swift
[224/860] Compiling HashTreeCollections TreeSet+Codable.swift
[233/860] Compiling HashTreeCollections TreeDictionary+Equatable.swift
[234/860] Compiling HashTreeCollections TreeDictionary+ExpressibleByDictionaryLiteral.swift
[235/860] Compiling HashTreeCollections TreeDictionary+Filter.swift
[236/860] Compiling HashTreeCollections TreeDictionary+Hashable.swift
[237/860] Compiling HashTreeCollections TreeDictionary+Initializers.swift
[238/860] Compiling HashTreeCollections TreeDictionary+Keys.swift
[239/860] Compiling HashTreeCollections TreeDictionary+MapValues.swift
[240/860] Compiling HashTreeCollections TreeDictionary+Merge.swift
[241/860] Compiling HashTreeCollections TreeDictionary+Sendable.swift
[242/860] Compiling HashTreeCollections TreeDictionary+Sequence.swift
[243/860] Compiling HashTreeCollections TreeDictionary+Values.swift
[254/869] Compiling DequeModule _DequeSlot.swift
[255/869] Compiling DequeModule _UnsafeWrappedBuffer.swift
[257/869] Compiling DequeModule Deque._UnsafeHandle.swift
[258/869] Compiling DequeModule Deque.swift
[259/869] Compiling DequeModule Deque+Testing.swift
[260/869] Compiling DequeModule Deque._Storage.swift
[261/869] Compiling HashTreeCollections _UnsafePath.swift
[262/869] Compiling HashTreeCollections TreeDictionary+Codable.swift
[263/869] Compiling HashTreeCollections TreeDictionary+Collection.swift
[264/869] Compiling HashTreeCollections TreeDictionary+CustomReflectable.swift
[265/869] Compiling HashTreeCollections TreeDictionary+Debugging.swift
[266/869] Compiling HashTreeCollections TreeDictionary+Descriptions.swift
[278/869] Wrapping AST for ServiceContextModule for debugging
[280/869] Compiling _RopeModule _CharacterRecognizer.swift
[281/869] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSubset.swift
[282/869] Compiling HashTreeCollections TreeSet+SetAlgebra isStrictSuperset.swift
[283/869] Compiling HashTreeCollections TreeSet+SetAlgebra isSubset.swift
[284/869] Compiling HashTreeCollections TreeSet+SetAlgebra isSuperset.swift
[285/869] Compiling HashTreeCollections TreeSet+SetAlgebra subtract.swift
[286/869] Compiling HashTreeCollections TreeSet+SetAlgebra subtracting.swift
[287/869] Compiling HashTreeCollections TreeSet+SetAlgebra symmetricDifference.swift
[288/869] Compiling HashTreeCollections TreeSet+SetAlgebra union.swift
[289/869] Compiling HashTreeCollections TreeSet.swift
[299/869] Wrapping AST for UnixSignals for debugging
[301/869] Compiling Tracing NoOpTracer.swift
[302/869] Compiling Tracing SpanProtocol.swift
[311/870] Wrapping AST for Logging for debugging
[314/870] Emitting module DequeModule
[315/870] Emitting module OrderedCollections
[315/872] Wrapping AST for InternalCollectionsUtilities for debugging
[317/872] Wrapping AST for Instrumentation for debugging
[319/872] Wrapping AST for Tracing for debugging
[321/872] Compiling HashTreeCollections _HashTreeIterator.swift
[322/872] Compiling HashTreeCollections _HashTreeStatistics.swift
[323/872] Compiling HashTreeCollections _RawHashNode+UnsafeHandle.swift
[324/872] Compiling HashTreeCollections _RawHashNode.swift
[325/872] Compiling HashTreeCollections _UnmanagedHashNode.swift
[331/872] Wrapping AST for HeapModule for debugging
[332/872] Wrapping AST for CoreMetrics for debugging
[333/872] Wrapping AST for DequeModule for debugging
[334/872] Compiling CNIOWindows WSAStartup.c
[335/872] Compiling CNIOWASI CNIOWASI.c
[336/872] Wrapping AST for ConcurrencyHelpers for debugging
[337/872] Wrapping AST for OrderedCollections for debugging
[338/872] Compiling CNIOPosix event_loop_id.c
[339/872] Compiling CNIOLinux liburing_shims.c
[340/872] Compiling CNIOLinux shim.c
[341/872] Compiling CNIOLLHTTP c_nio_http.c
[342/872] Compiling CNIOSHA1 c_nio_sha1.c
[343/872] Compiling CNIOExtrasZlib empty.c
[344/872] Compiling CNIODarwin shim.c
[345/872] Compiling CNIOLLHTTP c_nio_api.c
[346/872] Compiling fiat_p256_adx_sqr.S
[347/872] Compiling fiat_p256_adx_mul.S
[349/872] Emitting module _RopeModule
[349/872] Compiling fiat_curve25519_adx_mul.S
[350/872] Compiling fiat_curve25519_adx_square.S
[352/872] Compiling HTTPTypes HTTPFieldName.swift
[353/872] Compiling HTTPTypes HTTPFields.swift
[353/873] Compiling CNIOLLHTTP c_nio_llhttp.c
[355/873] Compiling CNIOBoringSSLShims shims.c
[356/873] Wrapping AST for HTTPTypes for debugging
[358/873] Emitting module Metrics
[380/873] Compiling HashTreeCollections _HashNode+Primitive Insertions.swift
[392/873] Compiling _RopeModule Rope+Join.swift
[393/873] Compiling _RopeModule Rope+MutatingForEach.swift
[394/873] Compiling _RopeModule Rope+Remove.swift
[395/873] Compiling _RopeModule Rope+RemoveSubrange.swift
[396/873] Compiling _RopeModule Rope+Split.swift
[397/873] Compiling _RopeModule Optional Utilities.swift
[398/873] Compiling _RopeModule String Utilities.swift
[399/873] Compiling _RopeModule String.Index+ABI.swift
[400/873] Compiling tls13_enc.cc
[432/874] Compiling Metrics Metrics.swift
[432/874] Compiling tls_method.cc
[433/875] Compiling tls_record.cc
[435/875] Compiling tls13_server.cc
[436/875] Wrapping AST for _RopeModule for debugging
[437/875] Wrapping AST for Metrics for debugging
[439/875] Emitting module HashTreeCollections
[440/876] Compiling tls13_client.cc
[441/876] Wrapping AST for HashTreeCollections for debugging
[442/876] Compiling ssl_transcript.cc
[443/876] Compiling tls13_both.cc
[444/876] Compiling ssl_x509.cc
[445/876] Compiling t1_enc.cc
[446/876] Compiling ssl_versions.cc
[447/876] Compiling ssl_stat.cc
[448/876] Compiling ssl_session.cc
[449/876] Compiling ssl_file.cc
[450/876] Compiling ssl_privkey.cc
[451/876] Compiling ssl_key_share.cc
[452/876] Compiling ssl_credential.cc
[453/876] Compiling ssl_cipher.cc
[454/876] Compiling ssl_cert.cc
[455/876] Compiling ssl_lib.cc
[456/876] Compiling ssl_buffer.cc
[457/876] Compiling ssl_asn1.cc
[458/876] Compiling s3_pkt.cc
[459/876] Compiling ssl_aead_ctx.cc
[460/876] Compiling s3_both.cc
[461/876] Compiling s3_lib.cc
[462/876] Compiling handshake.cc
[463/876] Compiling handshake_server.cc
[464/876] Compiling handshake_client.cc
[465/876] Compiling d1_srtp.cc
[466/876] Compiling encrypted_client_hello.cc
[467/876] Compiling handoff.cc
[468/876] Compiling md5-x86_64-linux.S
[469/876] Compiling md5-x86_64-apple.S
[470/876] Compiling md5-586-linux.S
[471/876] Compiling md5-586-apple.S
[472/876] Compiling dtls_record.cc
[473/876] Compiling chacha20_poly1305_x86_64-linux.S
[474/876] Compiling extensions.cc
[475/876] Compiling chacha20_poly1305_x86_64-apple.S
[476/876] Compiling chacha20_poly1305_armv8-win.S
[477/876] Compiling chacha20_poly1305_armv8-apple.S
[478/876] Compiling dtls_method.cc
[479/876] Compiling chacha-x86_64-linux.S
[480/876] Compiling chacha20_poly1305_armv8-linux.S
[481/876] Compiling chacha-x86_64-apple.S
[482/876] Compiling chacha-x86-linux.S
[483/876] Compiling chacha-x86-apple.S
[484/876] Compiling d1_pkt.cc
[485/876] Compiling chacha-armv8-win.S
[486/876] Compiling aes128gcmsiv-x86_64-linux.S
[487/876] Compiling chacha-armv8-linux.S
[488/876] Compiling chacha-armv8-apple.S
[489/876] Compiling chacha-armv4-linux.S
[490/876] Compiling x86_64-mont5-linux.S
[491/876] Compiling aes128gcmsiv-x86_64-apple.S
[492/876] Compiling x86_64-mont-linux.S
[493/876] Compiling err_data.cc
[494/876] Compiling x86_64-mont5-apple.S
[495/876] Compiling d1_lib.cc
[496/876] Compiling x86_64-mont-apple.S
[497/876] Compiling x86-mont-linux.S
[498/876] Compiling vpaes-x86_64-linux.S
[499/876] Compiling vpaes-x86_64-apple.S
[500/876] Compiling x86-mont-apple.S
[501/876] Compiling bio_ssl.cc
[502/876] Compiling vpaes-x86-linux.S
[503/876] Compiling vpaes-armv8-win.S
[504/876] Compiling vpaes-x86-apple.S
[505/876] Compiling vpaes-armv8-linux.S
[506/876] Compiling vpaes-armv8-apple.S
[507/876] Compiling sha512-x86_64-linux.S
[508/876] Compiling vpaes-armv7-linux.S
[509/876] Compiling d1_both.cc
[510/876] Compiling sha512-armv8-linux.S
[511/876] Compiling sha512-x86_64-apple.S
[512/876] Compiling sha512-armv4-linux.S
[513/876] Compiling sha512-armv8-win.S
[514/876] Compiling sha256-x86_64-apple.S
[515/876] Compiling sha512-armv8-apple.S
[516/876] Compiling sha512-586-linux.S
[517/876] Compiling sha512-586-apple.S
[518/876] Compiling sha256-586-apple.S
[519/876] Compiling sha256-armv8-linux.S
[520/876] Compiling sha256-armv8-win.S
[521/876] Compiling sha256-x86_64-linux.S
[522/876] Compiling sha256-586-linux.S
[522/876] Compiling sha1-x86_64-linux.S
[524/876] Compiling sha256-armv8-apple.S
[524/876] Compiling sha256-armv4-linux.S
[526/876] Compiling sha1-x86_64-apple.S
[527/876] Compiling sha1-armv8-win.S
[528/876] Compiling sha1-586-apple.S
[529/876] Compiling sha1-armv8-linux.S
[530/876] Compiling sha1-armv8-apple.S
[531/876] Compiling sha1-586-linux.S
[532/876] Compiling rsaz-avx2-linux.S
[533/876] Compiling sha1-armv4-large-linux.S
[534/876] Compiling rdrand-x86_64-linux.S
[535/876] Compiling rdrand-x86_64-apple.S
[536/876] Compiling rsaz-avx2-apple.S
[537/876] Compiling p256_beeu-x86_64-asm-apple.S
[538/876] Compiling p256_beeu-x86_64-asm-linux.S
[538/876] Compiling p256-x86_64-asm-linux.S
[540/876] Compiling p256_beeu-armv8-asm-win.S
[541/876] Compiling p256_beeu-armv8-asm-linux.S
[542/876] Compiling p256_beeu-armv8-asm-apple.S
[543/876] Compiling p256-x86_64-asm-apple.S
[544/876] Compiling p256-armv8-asm-win.S
[545/876] Compiling ghashv8-armv8-win.S
[546/876] Compiling p256-armv8-asm-apple.S
[547/876] Compiling ghashv8-armv7-linux.S
[548/876] Compiling ghashv8-armv8-linux.S
[548/876] Compiling p256-armv8-asm-linux.S
[550/876] Compiling ghashv8-armv8-apple.S
[551/876] Compiling ghash-x86_64-linux.S
[552/876] Compiling ghash-x86_64-apple.S
[553/876] Compiling ghash-x86-linux.S
[554/876] Compiling ghash-ssse3-x86-linux.S
[555/876] Compiling ghash-x86-apple.S
[556/876] Compiling ghash-ssse3-x86-apple.S
[557/876] Compiling ghash-neon-armv8-win.S
[558/876] Compiling ghash-ssse3-x86_64-linux.S
[558/876] Compiling ghash-ssse3-x86_64-apple.S
[560/876] Compiling ghash-neon-armv8-linux.S
[561/876] Compiling ghash-neon-armv8-apple.S
[562/876] Compiling ghash-armv4-linux.S
[563/876] Compiling bsaes-armv7-linux.S
[564/876] Compiling co-586-linux.S
[565/876] Compiling co-586-apple.S
[566/876] Compiling bn-armv8-win.S
[567/876] Compiling bn-586-linux.S
[568/876] Compiling bn-armv8-apple.S
[569/876] Compiling bn-armv8-linux.S
[570/876] Compiling bn-586-apple.S
[571/876] Compiling armv8-mont-win.S
[572/876] Compiling armv8-mont-apple.S
[573/876] Compiling armv4-mont-linux.S
[574/876] Compiling aesv8-gcm-armv8-apple.S
[575/876] Compiling aesv8-gcm-armv8-win.S
[576/876] Compiling armv8-mont-linux.S
[577/876] Compiling aesv8-armv8-apple.S
[578/876] Compiling aesv8-gcm-armv8-linux.S
[579/876] Compiling aesv8-armv8-win.S
[580/876] Compiling aesv8-armv8-linux.S
[581/876] Compiling aesv8-armv7-linux.S
[582/876] Compiling aesni-x86_64-linux.S
[583/876] Compiling aesni-x86-linux.S
[584/876] Compiling aesni-x86_64-apple.S
[585/876] Compiling aesni-x86-apple.S
[586/876] Compiling aesni-gcm-x86_64-apple.S
[587/876] Compiling aesni-gcm-x86_64-linux.S
[588/876] Compiling aes-gcm-avx2-x86_64-linux.S
[589/876] Compiling aes-gcm-avx2-x86_64-apple.S
[590/876] Compiling aes-gcm-avx10-x86_64-linux.S
[591/876] Compiling aes-gcm-avx10-x86_64-apple.S
[592/876] Compiling x_val.cc
[593/876] Compiling x_sig.cc
[594/876] Compiling x_spki.cc
[595/876] Compiling x_x509.cc
[596/876] Compiling x_x509a.cc
[597/876] Compiling x_req.cc
[598/876] Compiling x_pubkey.cc
[599/876] Compiling x_name.cc
[600/876] Compiling x_exten.cc
[601/876] Compiling x_crl.cc
[602/876] Compiling x_algor.cc
[603/876] Compiling x_attrib.cc
[604/876] Compiling x509rset.cc
[605/876] Compiling x509spki.cc
[606/876] Compiling x509name.cc
[607/876] Compiling x_all.cc
[608/876] Compiling x509cset.cc
[609/876] Compiling x509_req.cc
[610/876] Compiling x509_set.cc
[611/876] Compiling x509_vpm.cc
[612/876] Compiling x509_txt.cc
[613/876] Compiling x509_v3.cc
[614/876] Compiling x509_vfy.cc
[615/876] Compiling x509_trs.cc
[616/876] Compiling x509_obj.cc
[617/876] Compiling x509_lu.cc
[618/876] Compiling x509_ext.cc
[619/876] Compiling x509_def.cc
[620/876] Compiling x509_d2.cc
[621/876] Compiling x509.cc
[622/876] Compiling x509_cmp.cc
[623/876] Compiling x509_att.cc
[624/876] Compiling v3_utl.cc
[625/876] Compiling v3_prn.cc
[626/876] Compiling v3_skey.cc
[627/876] Compiling v3_purp.cc
[628/876] Compiling v3_pmaps.cc
[629/876] Compiling v3_pcons.cc
[630/876] Compiling v3_ocsp.cc
[631/876] Compiling v3_ncons.cc
[632/876] Compiling v3_lib.cc
[633/876] Compiling v3_int.cc
[634/876] Compiling v3_info.cc
[635/876] Compiling v3_ia5.cc
[636/876] Compiling v3_extku.cc
[637/876] Compiling v3_genn.cc
[638/876] Compiling v3_enum.cc
[639/876] Compiling v3_crld.cc
[640/876] Compiling v3_cpols.cc
[641/876] Compiling v3_conf.cc
[642/876] Compiling v3_bitst.cc
[643/876] Compiling v3_bcons.cc
[644/876] Compiling v3_alt.cc
[645/876] Compiling v3_akeya.cc
[646/876] Compiling v3_akey.cc
[647/876] Compiling t_x509a.cc
[648/876] Compiling t_x509.cc
[649/876] Compiling t_crl.cc
[650/876] Compiling t_req.cc
[651/876] Compiling rsa_pss.cc
[652/876] Compiling i2d_pr.cc
[653/876] Compiling policy.cc
[654/876] Compiling name_print.cc
[655/876] Compiling by_file.cc
[656/876] Compiling by_dir.cc
[657/876] Compiling asn1_gen.cc
[658/876] Compiling algorithm.cc
[659/876] Compiling a_sign.cc
[660/876] Compiling a_verify.cc
[661/876] Compiling a_digest.cc
[662/876] Compiling voprf.cc
[663/876] Compiling thread_win.cc
[664/876] Compiling trust_token.cc
[665/876] Compiling thread_pthread.cc
[666/876] Compiling thread_none.cc
[667/876] Compiling stack.cc
[668/876] Compiling pmbtoken.cc
[669/876] Compiling thread.cc
[670/876] Compiling slhdsa.cc
[671/876] Compiling spake2plus.cc
[672/876] Compiling siphash.cc
[673/876] Compiling sha512.cc
[674/876] Compiling sha1.cc
[675/876] Compiling rsa_extra.cc
[676/876] Compiling sha256.cc
[677/876] Compiling rsa_print.cc
[678/876] Compiling windows.cc
[679/876] Compiling rsa_crypt.cc
[680/876] Compiling rc4.cc
[681/876] Compiling refcount.cc
[682/876] Compiling trusty.cc
[683/876] Compiling rsa_asn1.cc
[684/876] Compiling urandom.cc
[685/876] Compiling rand.cc
[686/876] Compiling passive.cc
[687/876] Compiling poly1305_vec.cc
[688/876] Compiling fork_detect.cc
[689/876] Compiling poly1305_arm_asm.S
[690/876] Compiling deterministic.cc
[691/876] Compiling getentropy.cc
[692/876] Compiling ios.cc
[693/876] Compiling forkunsafe.cc
[694/876] Compiling pool.cc
[695/876] Compiling poly1305_arm.cc
[696/876] Compiling poly1305.cc
[697/876] Compiling pkcs7.cc
[698/876] Compiling p5_pbev2.cc
[699/876] Compiling pkcs7_x509.cc
[700/876] Compiling pkcs8_x509.cc
[701/876] Compiling pkcs8.cc
[702/876] Compiling pem_xaux.cc
[703/876] Compiling pem_pkey.cc
[704/876] Compiling pem_x509.cc
[705/876] Compiling pem_pk8.cc
[706/876] Compiling obj_xref.cc
[707/876] Compiling pem_oth.cc
[708/876] Compiling mlkem.cc
[709/876] Compiling pem_lib.cc
[710/876] Compiling pem_all.cc
[711/876] Compiling obj.cc
[712/876] Compiling pem_info.cc
[713/876] Compiling poly_rq_mul.S
[714/876] Compiling mldsa.cc
[715/876] Compiling fips_shared_support.cc
[716/876] Compiling md4.cc
[717/876] Compiling mem.cc
[718/876] Compiling md5.cc
[719/876] Compiling lhash.cc
[720/876] Compiling kyber.cc
[721/876] Compiling ex_data.cc
[722/876] Compiling sign.cc
[723/876] Compiling scrypt.cc
[724/876] Compiling hrss.cc
[725/876] Compiling hpke.cc
[726/876] Compiling print.cc
[727/876] Compiling pbkdf.cc
[728/876] Compiling p_x25519.cc
[729/876] Compiling p_x25519_asn1.cc
[730/876] Compiling p_rsa_asn1.cc
[731/876] Compiling p_ed25519.cc
[732/876] Compiling p_ed25519_asn1.cc
[733/876] Compiling p_hkdf.cc
[734/876] Compiling p_rsa.cc
[735/876] Compiling p_ec.cc
[736/876] Compiling p_dh_asn1.cc
[737/876] Compiling p_ec_asn1.cc
[738/876] Compiling p_dh.cc
[739/876] Compiling p_dsa_asn1.cc
[740/876] Compiling evp_ctx.cc
[741/876] Compiling evp.cc
[742/876] Compiling engine.cc
[743/876] Compiling err.cc
[744/876] Compiling evp_asn1.cc
[745/876] Compiling ecdh.cc
[746/876] Compiling ec_asn1.cc
[747/876] Compiling bcm.cc
[748/876] Compiling ecdsa_asn1.cc
[749/876] Compiling hash_to_curve.cc
[750/876] Compiling ec_derive.cc
[751/876] Compiling params.cc
[752/876] Compiling dsa.cc
[753/876] Compiling dsa_asn1.cc
[754/876] Compiling x25519-asm-arm.S
[755/876] Compiling curve25519_64_adx.cc
[756/876] Compiling des.cc
[757/876] Compiling digest_extra.cc
[758/876] Compiling dh_asn1.cc
[759/876] Compiling spake25519.cc
[760/876] Compiling crypto.cc
[761/876] Compiling cpu_intel.cc
[762/876] Compiling curve25519.cc
[763/876] Compiling cpu_arm_linux.cc
[764/876] Compiling cpu_aarch64_win.cc
[765/876] Compiling cpu_aarch64_openbsd.cc
[766/876] Compiling cpu_arm_freebsd.cc
[767/876] Compiling cpu_aarch64_sysreg.cc
[768/876] Compiling cpu_aarch64_linux.cc
[769/876] Compiling cpu_aarch64_fuchsia.cc
[770/876] Compiling cpu_aarch64_apple.cc
[771/876] Compiling e_rc4.cc
[772/876] Compiling conf.cc
[773/876] Compiling e_tls.cc
[774/876] Compiling get_cipher.cc
[775/876] Compiling e_null.cc
[776/876] Compiling tls_cbc.cc
[777/876] Compiling e_rc2.cc
[778/876] Compiling e_des.cc
[779/876] Compiling derive_key.cc
[780/876] Compiling e_chacha20poly1305.cc
[781/876] Compiling e_aesgcmsiv.cc
[782/876] Compiling chacha.cc
[783/876] Compiling e_aesctrhmac.cc
[784/876] Compiling unicode.cc
[785/876] Compiling cbs.cc
[786/876] Compiling buf.cc
[787/876] Compiling cbb.cc
[788/876] Compiling bn_asn1.cc
[789/876] Compiling printf.cc
[790/876] Compiling ber.cc
[791/876] Compiling asn1_compat.cc
[792/876] Compiling socket_helper.cc
[793/876] Compiling blake2.cc
[794/876] Compiling pair.cc
[795/876] Compiling convert.cc
[796/876] Compiling hexdump.cc
[797/876] Compiling socket.cc
[798/876] Compiling fd.cc
[799/876] Compiling file.cc
[800/876] Compiling errno.cc
[801/876] Compiling bio_mem.cc
[802/876] Compiling connect.cc
[803/876] Compiling base64.cc
[804/876] Compiling bio.cc
[805/876] Compiling tasn_typ.cc
[806/876] Compiling tasn_fre.cc
[807/876] Compiling tasn_utl.cc
[808/876] Compiling tasn_enc.cc
[809/876] Compiling posix_time.cc
[810/876] Compiling tasn_new.cc
[811/876] Compiling f_string.cc
[812/876] Compiling tasn_dec.cc
[813/876] Compiling f_int.cc
[814/876] Compiling asn_pack.cc
[815/876] Compiling a_octet.cc
[816/876] Compiling asn1_par.cc
[817/876] Compiling a_mbstr.cc
[818/876] Compiling a_i2d_fp.cc
[819/876] Compiling a_int.cc
[820/876] Compiling CAsyncHTTPClient CAsyncHTTPClient.c
[821/876] Write sources
[822/876] Compiling a_object.cc
[823/876] Write sources
[828/894] Compiling a_d2i_fp.cc
[829/947] Compiling a_dup.cc
[830/947] Compiling a_gentm.cc
[831/947] Compiling a_bitstr.cc
[832/947] Compiling a_bool.cc
[834/1017] Compiling Algorithms Grouped.swift
[835/1017] Compiling Algorithms Indexed.swift
[836/1019] Compiling Algorithms Intersperse.swift
[837/1019] Compiling Algorithms Joined.swift
[838/1019] Compiling Algorithms Keyed.swift
[839/1019] Compiling Algorithms MinMax.swift
[840/1019] Compiling Algorithms Partition.swift
[841/1019] Compiling Algorithms Permutations.swift
[842/1019] Compiling Atomics IntegerOperations.swift
[843/1019] Compiling Atomics Unmanaged extensions.swift
[844/1019] Compiling Algorithms EitherSequence.swift
[845/1019] Compiling Algorithms FirstNonNil.swift
[846/1019] Compiling Algorithms FlattenCollection.swift
[850/1019] Compiling Algorithms Reductions.swift
[851/1019] Compiling Algorithms Rotate.swift
[852/1019] Compiling Algorithms Split.swift
[853/1019] Compiling Algorithms Stride.swift
[854/1026] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[855/1026] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[856/1026] Compiling AsyncAlgorithms MergeStateMachine.swift
[857/1026] Compiling AsyncAlgorithms MergeStorage.swift
[858/1026] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[859/1026] Compiling AsyncAlgorithms Rethrow.swift
[860/1026] Compiling BitCollections BitSet+SetAlgebra formSymmetricDifference.swift
[861/1026] Compiling AsyncAlgorithms Locking.swift
[862/1026] Compiling AsyncAlgorithms ChannelStateMachine.swift
[863/1026] Compiling AsyncAlgorithms ChannelStorage.swift
[864/1026] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[865/1026] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[866/1026] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[867/1026] Compiling AsyncAlgorithms CombineLatestStorage.swift
[868/1026] Compiling BitCollections BitSet+SetAlgebra isSuperset.swift
[869/1026] Compiling BitCollections BitSet+SetAlgebra subtract.swift
[870/1026] Compiling BitCollections BitSet+SetAlgebra subtracting.swift
[871/1026] Compiling BitCollections BitSet+SetAlgebra symmetricDifference.swift
[872/1026] Compiling BitCollections BitSet+SetAlgebra union.swift
[873/1026] Compiling BitCollections BitSet+Sorted Collection APIs.swift
[874/1026] Compiling BitCollections BitSet.Counted.swift
[885/1026] Compiling Algorithms Suffix.swift
[886/1029] Emitting module BitCollections
[887/1029] Compiling Algorithms AdjacentPairs.swift
[888/1029] Compiling Algorithms Chain.swift
[889/1029] Compiling Algorithms Chunked.swift
[890/1029] Compiling Algorithms Combinations.swift
[891/1029] Compiling Algorithms Compacted.swift
[892/1029] Compiling Algorithms Cycle.swift
[901/1035] Compiling Algorithms Trim.swift
[902/1035] Compiling Algorithms Unique.swift
[903/1035] Compiling Algorithms Windows.swift
[921/1035] Emitting module AsyncAlgorithms
[936/1035] Compiling AsyncAlgorithms DebounceStateMachine.swift
[937/1035] Compiling AsyncAlgorithms DebounceStorage.swift
[938/1035] Compiling AsyncAlgorithms Dictionary.swift
[939/1035] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[949/1035] Compiling BitCollections BitSet.Index.swift
[950/1035] Compiling BitCollections BitSet._UnsafeHandle.swift
[951/1035] Compiling BitCollections BitSet.swift
[952/1035] Compiling BitCollections Range+Utilities.swift
[953/1035] Compiling BitCollections Slice+Utilities.swift
[954/1035] Compiling BitCollections UInt+Tricks.swift
[955/1035] Compiling BitCollections _Word.swift
[976/1036] Emitting module Atomics
[977/1036] Compiling AsyncAlgorithms SetAlgebra.swift
[978/1036] Compiling AsyncAlgorithms UnsafeTransfer.swift
[979/1036] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[980/1036] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[981/1036] Compiling AsyncAlgorithms ZipStateMachine.swift
[982/1036] Compiling AsyncAlgorithms ZipStorage.swift
[988/1038] Wrapping AST for BitCollections for debugging
[996/1040] Compiling Collections Collections.swift
[997/1040] Emitting module Collections
[997/1041] Wrapping AST for Atomics for debugging
[999/1043] Wrapping AST for AsyncAlgorithms for debugging
[1000/1049] Wrapping AST for Collections for debugging
[1002/1049] Emitting module Algorithms
[1003/1050] Compiling c-nioatomics.c
[1005/1050] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[1006/1050] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[1007/1051] Emitting module ServiceLifecycle
[1008/1051] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[1008/1051] Wrapping AST for Algorithms for debugging
[1010/1053] Compiling ServiceLifecycle CancellationWaiter.swift
[1011/1057] Compiling ServiceLifecycle ServiceRunnerError.swift
[1012/1057] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[1013/1057] Compiling NIOConcurrencyHelpers NIOLock.swift
[1014/1057] Compiling NIOConcurrencyHelpers atomics.swift
[1015/1057] Compiling NIOConcurrencyHelpers lock.swift
[1016/1057] Compiling ServiceLifecycle GracefulShutdown.swift
[1017/1057] Compiling ServiceLifecycle ServiceGroup.swift
[1018/1057] Emitting module NIOConcurrencyHelpers
[1019/1057] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[1020/1057] Compiling ServiceLifecycle Service.swift
[1022/1059] Wrapping AST for ServiceLifecycle for debugging
[1023/1059] Wrapping AST for NIOConcurrencyHelpers for debugging
[1025/1120] Compiling NIOCore NIOAny.swift
[1026/1120] Compiling NIOCore NIOCloseOnErrorHandler.swift
[1027/1120] Compiling NIOCore NIOCoreSendableMetatype.swift
[1028/1120] Compiling NIOCore NIOLoopBound.swift
[1029/1120] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[1030/1120] Compiling NIOCore NIOScheduledCallback.swift
[1031/1120] Compiling NIOCore NIOSendable.swift
[1032/1120] Compiling NIOCore RecvByteBufferAllocator.swift
[1033/1128] Compiling NIOCore IOData.swift
[1034/1128] Compiling NIOCore IPProtocol.swift
[1035/1128] Compiling NIOCore IntegerBitPacking.swift
[1036/1128] Compiling NIOCore IntegerTypes.swift
[1037/1128] Compiling NIOCore Interfaces.swift
[1038/1128] Compiling NIOCore Linux.swift
[1039/1128] Compiling NIOCore MarkedCircularBuffer.swift
[1040/1128] Compiling NIOCore MulticastChannel.swift
[1041/1128] Compiling NIOCore EventLoopFuture+Deprecated.swift
[1042/1128] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[1043/1128] Compiling NIOCore EventLoopFuture.swift
[1044/1128] Compiling NIOCore FileDescriptor.swift
[1045/1128] Compiling NIOCore FileHandle.swift
[1046/1128] Compiling NIOCore FileRegion.swift
[1047/1128] Compiling NIOCore GlobalSingletons.swift
[1048/1128] Compiling NIOCore IO.swift
[1049/1128] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[1050/1128] Compiling NIOCore SocketAddresses.swift
[1051/1128] Compiling NIOCore SocketOptionProvider.swift
[1052/1128] Compiling NIOCore SystemCallHelpers.swift
[1053/1128] Compiling NIOCore TimeAmount+Duration.swift
[1054/1128] Compiling NIOCore TypeAssistedChannelHandler.swift
[1055/1128] Compiling NIOCore UniversalBootstrapSupport.swift
[1056/1128] Compiling NIOCore Utilities.swift
[1057/1128] Compiling NIOCore CircularBuffer.swift
[1058/1128] Compiling NIOCore Codec.swift
[1059/1128] Compiling NIOCore ConvenienceOptionSupport.swift
[1060/1128] Compiling NIOCore DeadChannel.swift
[1061/1128] Compiling NIOCore DispatchQueue+WithFuture.swift
[1062/1128] Compiling NIOCore EventLoop+Deprecated.swift
[1063/1128] Compiling NIOCore EventLoop+SerialExecutor.swift
[1064/1128] Compiling NIOCore EventLoop.swift
[1065/1128] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[1066/1128] Compiling NIOCore AddressedEnvelope.swift
[1067/1128] Compiling NIOCore AsyncAwaitSupport.swift
[1068/1128] Compiling NIOCore AsyncChannel.swift
[1069/1128] Compiling NIOCore AsyncChannelHandler.swift
[1070/1128] Compiling NIOCore AsyncChannelInboundStream.swift
[1071/1128] Compiling NIOCore AsyncChannelOutboundWriter.swift
[1072/1128] Compiling NIOCore NIOAsyncSequenceProducer.swift
[1073/1128] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[1074/1128] Compiling NIOCore NIOAsyncWriter.swift
[1075/1128] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[1076/1128] Compiling NIOCore BSDSocketAPI.swift
[1077/1128] Compiling NIOCore ByteBuffer-aux.swift
[1078/1128] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[1079/1128] Compiling NIOCore ByteBuffer-conversions.swift
[1080/1128] Compiling NIOCore ByteBuffer-core.swift
[1081/1128] Compiling NIOCore ByteBuffer-hex.swift
[1082/1128] Compiling NIOCore ByteBuffer-int.swift
[1083/1128] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[1084/1128] Emitting module NIOCore
[1085/1128] Compiling NIOCore ByteBuffer-multi-int.swift
[1086/1128] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[1087/1128] Compiling NIOCore ByteBuffer-views.swift
[1088/1128] Compiling NIOCore Channel.swift
[1089/1128] Compiling NIOCore ChannelHandler.swift
[1090/1128] Compiling NIOCore ChannelHandlers.swift
[1091/1128] Compiling NIOCore ChannelInvoker.swift
[1092/1128] Compiling NIOCore ChannelOption.swift
[1093/1128] Compiling NIOCore ChannelPipeline.swift
[1094/1133] Wrapping AST for NIOCore for debugging
[1096/1192] Emitting module NIOHTTPTypes
[1097/1192] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[1098/1193] Compiling CompressNIO Error.swift
[1099/1194] Wrapping AST for NIOHTTPTypes for debugging
[1101/1194] Emitting module CompressNIO
[1102/1194] Compiling NIOPosix NIOPosixSendableMetatype.swift
[1103/1194] Compiling NIOPosix NIOThreadPool.swift
[1104/1194] Compiling CompressNIO ZlibWrapper.swift
[1105/1194] Compiling CompressNIO Zlib.swift
[1106/1194] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[1107/1194] Compiling CompressNIO Compressor.swift
[1108/1194] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[1109/1194] Compiling CompressNIO CompressionAlgorithm.swift
[1110/1195] Wrapping AST for CompressNIO for debugging
[1112/1195] Emitting module NIOEmbedded
[1113/1195] Compiling NIOEmbedded Embedded.swift
[1114/1195] Compiling NIOEmbedded AsyncTestingChannel.swift
[1115/1195] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[1116/1196] Wrapping AST for NIOEmbedded for debugging
[1118/1196] Emitting module NIOPosix
[1119/1202] Compiling NIOPosix SelectableEventLoop.swift
[1120/1202] Compiling NIOPosix SelectorEpoll.swift
[1121/1202] Compiling NIOPosix SelectorGeneric.swift
[1122/1202] Compiling NIOPosix SelectorKqueue.swift
[1123/1202] Compiling NIOPosix SelectorUring.swift
[1124/1202] Compiling NIOPosix ServerSocket.swift
[1125/1202] Compiling NIOPosix Pool.swift
[1126/1202] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[1127/1202] Compiling NIOPosix PosixSingletons.swift
[1128/1202] Compiling NIOPosix RawSocketBootstrap.swift
[1129/1202] Compiling NIOPosix Resolver.swift
[1130/1202] Compiling NIOPosix Selectable.swift
[1131/1202] Compiling NIOPosix SelectableChannel.swift
[1132/1202] Compiling NIOPosix Socket.swift
[1133/1202] Compiling NIOPosix SocketChannel.swift
[1134/1202] Compiling NIOPosix SocketProtocols.swift
[1135/1202] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[1136/1202] Compiling NIOPosix System.swift
[1137/1202] Compiling NIOPosix Thread.swift
[1138/1202] Compiling NIOPosix ThreadPosix.swift
[1139/1202] Compiling NIOPosix ThreadWindows.swift
[1140/1202] Compiling NIOPosix UnsafeTransfer.swift
[1141/1202] Compiling NIOPosix Utilities.swift
[1142/1202] Compiling NIOPosix VsockAddress.swift
[1143/1202] Compiling NIOPosix VsockChannelEvents.swift
[1144/1202] Compiling NIOPosix IO.swift
[1145/1202] Compiling NIOPosix IntegerBitPacking.swift
[1146/1202] Compiling NIOPosix IntegerTypes.swift
[1147/1202] Compiling NIOPosix Linux.swift
[1148/1202] Compiling NIOPosix LinuxCPUSet.swift
[1149/1202] Compiling NIOPosix LinuxUring.swift
[1150/1202] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[1151/1202] Compiling NIOPosix Bootstrap.swift
[1152/1202] Compiling NIOPosix ControlMessage.swift
[1153/1202] Compiling NIOPosix DatagramVectorReadManager.swift
[1154/1202] Compiling NIOPosix Errors+Any.swift
[1155/1202] Compiling NIOPosix FileDescriptor.swift
[1156/1202] Compiling NIOPosix GetaddrinfoResolver.swift
[1157/1202] Compiling NIOPosix HappyEyeballs.swift
[1158/1202] Compiling NIOPosix BSDSocketAPICommon.swift
[1159/1202] Compiling NIOPosix BSDSocketAPIPosix.swift
[1160/1202] Compiling NIOPosix BSDSocketAPIWindows.swift
[1161/1202] Compiling NIOPosix BaseSocket.swift
[1162/1202] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[1163/1202] Compiling NIOPosix BaseSocketChannel.swift
[1164/1202] Compiling NIOPosix BaseStreamSocketChannel.swift
[1167/1202] Compiling NIOPosix NonBlockingFileIO.swift
[1168/1202] Compiling NIOPosix PendingDatagramWritesManager.swift
[1169/1202] Compiling NIOPosix PendingWritesManager.swift
[1170/1202] Compiling NIOPosix PipeChannel.swift
[1171/1202] Compiling NIOPosix PipePair.swift
[1172/1203] Wrapping AST for NIOPosix for debugging
[1174/1205] Compiling NIO Exports.swift
[1175/1205] Emitting module NIO
[1176/1206] Wrapping AST for NIO for debugging
[1178/1245] Compiling NIOTLS TLSEvents.swift
[1179/1245] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[1180/1245] Emitting module NIOTLS
[1181/1245] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[1182/1245] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[1183/1245] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[1184/1245] Emitting module NIOFoundationCompat
[1185/1245] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[1186/1245] Compiling NIOSOCKS SOCKSResponse.swift
[1187/1245] Compiling NIOSOCKS ClientStateMachine.swift
[1188/1246] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[1189/1246] Emitting module NIOSOCKS
[1190/1246] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[1191/1246] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[1192/1246] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[1193/1246] Compiling NIOTLS SNIHandler.swift
[1195/1247] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[1196/1247] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[1197/1247] Compiling NIOHTTP1 HTTPEncoder.swift
[1198/1247] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[1199/1247] Compiling NIOHTTP1 ByteCollectionUtils.swift
[1200/1247] Compiling NIOHTTP1 HTTPDecoder.swift
[1201/1247] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[1202/1247] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[1203/1249] Compiling NIOSOCKS ServerStateMachine.swift
[1203/1250] Wrapping AST for NIOTLS for debugging
[1205/1250] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[1207/1280] Wrapping AST for NIOSOCKS for debugging
[1209/1280] Compiling NIOSSL AndroidCABundle.swift
[1210/1280] Compiling NIOSSL ByteBufferBIO.swift
[1210/1280] Wrapping AST for NIOFoundationCompat for debugging
[1212/1280] Compiling NIOSSL SSLCertificateExtensions.swift
[1213/1280] Compiling NIOSSL SSLCertificateName.swift
[1214/1302] Compiling NIOTransportServices StateManagedChannel.swift
[1215/1302] Compiling NIOTransportServices StateManagedListenerChannel.swift
[1216/1302] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[1217/1302] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[1218/1302] Compiling NIOTransportServices NIOTSSingletons.swift
[1219/1302] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[1220/1304] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[1221/1304] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[1222/1304] Compiling NIOTransportServices NIOTSListenerChannel.swift
[1223/1304] Compiling NIOTransportServices NIOTSBootstraps.swift
[1224/1304] Compiling NIOTransportServices NIOTSChannelOptions.swift
[1225/1304] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[1226/1304] Emitting module NIOTransportServices
[1229/1304] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[1230/1304] Compiling NIOTransportServices NIOTSErrors.swift
[1231/1304] Compiling NIOTransportServices NIOTSEventLoop.swift
[1232/1304] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[1233/1304] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[1234/1304] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[1235/1304] Compiling NIOTransportServices AcceptHandler.swift
[1236/1304] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[1237/1304] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[1238/1304] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[1239/1304] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[1246/1305] Wrapping AST for NIOTransportServices for debugging
[1251/1305] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[1256/1309] Emitting module NIOSSL
[1260/1309] Emitting module NIOHTTP1
[1261/1310] Compiling NIOSSL SubjectAlternativeName.swift
[1262/1310] Compiling NIOSSL NIOSSLSecureBytes.swift
[1263/1310] Compiling NIOSSL RNG.swift
[1264/1310] Compiling NIOSSL SafeCompare.swift
[1265/1325] Wrapping AST for NIOHTTP1 for debugging
[1267/1360] Compiling NIOHPACK DynamicHeaderTable.swift
[1268/1360] Compiling NIOHPACK HPACKDecoder.swift
[1269/1360] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[1270/1360] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[1271/1360] Compiling NIOExtras NIOExtrasError.swift
[1272/1360] Compiling NIOExtras PCAPRingBuffer.swift
[1273/1360] Compiling NIOExtras QuiescingHelper.swift
[1274/1360] Compiling NIOExtras RequestResponseHandler.swift
[1275/1360] Compiling NIOExtras JSONRPCFraming.swift
[1276/1360] Compiling NIOExtras NIOLengthFieldBitLength.swift
[1277/1360] Compiling NIOExtras NIORequestIdentifiable.swift
[1278/1360] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[1279/1360] Compiling NIOExtras RequestResponseHandlers+State.swift
[1283/1360] Emitting module NIOHTTPTypesHTTP1
[1284/1360] Compiling NIOWebSocket WebSocketErrorCodes.swift
[1285/1361] Compiling NIOHTTPCompression HTTPResponseDecompressor.swift
[1286/1361] Compiling NIOWebSocket WebSocketOpcode.swift
[1287/1361] Compiling NIOHPACK HuffmanTables.swift
[1288/1362] Compiling NIOHTTPCompression HTTPRequestCompressor.swift
[1291/1364] Compiling NIOHTTPCompression HTTPCompression.swift
[1292/1364] Emitting module NIOHTTPCompression
[1293/1364] Compiling NIOHPACK IndexedHeaderTable.swift
[1294/1364] Compiling NIOHPACK IntegerCoding.swift
[1295/1364] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[1296/1364] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[1297/1364] Compiling NIOHTTPCompression HTTPDecompression.swift
[1298/1364] Compiling NIOWebSocket WebSocketFrame.swift
[1299/1364] Compiling NIOSSL Zeroization.swift
[1300/1364] Compiling NIOSSL TLSConfiguration.swift
[1301/1364] Compiling NIOSSL UniversalBootstrapSupport.swift
[1302/1364] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[1309/1365] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[1310/1365] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[1311/1365] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[1312/1365] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[1313/1365] Compiling NIOHPACK HPACKHeader.swift
[1314/1365] Compiling NIOHPACK HeaderTables.swift
[1315/1366] Compiling NIOHTTPCompression HTTPRequestDecompressor.swift
[1316/1366] Compiling NIOHTTPCompression HTTPResponseCompressor.swift
[1317/1367] Emitting module NIOWebSocket
[1318/1367] Compiling NIOHPACK HPACKEncoder.swift
[1319/1367] Compiling NIOHPACK HPACKErrors.swift
[1321/1368] Compiling NIOHPACK StaticHeaderTable.swift
[1322/1368] Compiling NIOHPACK HuffmanCoding.swift
[1325/1368] Emitting module NIOExtras
[1330/1368] Emitting module NIOHPACK
[1330/1368] Wrapping AST for NIOHTTPCompression for debugging
[1331/1368] Wrapping AST for NIOHTTPTypesHTTP1 for debugging
[1332/1368] Wrapping AST for NIOSSL for debugging
[1333/1368] Wrapping AST for NIOWebSocket for debugging
[1341/1383] Compiling WSCore WebSocketExtension.swift
[1342/1383] Compiling WSCore WebSocketExtensionBuilder.swift
[1343/1383] Compiling WSCore WebSocketDataFrame.swift
[1344/1383] Compiling WSCore WebSocketDataHandler.swift
[1345/1383] Compiling WSCore WebSocketExtensionHTTPParameters.swift
[1346/1383] Compiling WSCore String+validatingString.swift
[1348/1384] Compiling NIOExtras RequestResponseWithIDHandler.swift
[1349/1384] Compiling NIOExtras WritePCAPHandler.swift
[1350/1385] Wrapping AST for NIOHPACK for debugging
[1351/1445] Wrapping AST for NIOExtras for debugging
[1353/1470] Compiling HummingbirdCore AnyAsyncSequence.swift
[1354/1470] Compiling HummingbirdCore HTTPUserEventHandler.swift
[1355/1470] Compiling HummingbirdCore Server.swift
[1356/1470] Compiling HummingbirdCore ServerChildChannel.swift
[1357/1470] Compiling HummingbirdCore FlatDictionary.swift
[1358/1470] Compiling HummingbirdCore HBParser.swift
[1359/1470] Compiling HummingbirdCore OutputBuffer.swift
[1360/1470] Compiling NIOHTTP2 HTTP2SettingsState.swift
[1361/1470] Compiling NIOHTTP2 HasExtendedConnectSettings.swift
[1362/1478] Compiling HummingbirdCore ServerConfiguration.swift
[1363/1478] Compiling HummingbirdCore TSTLSOptions.swift
[1365/1481] Compiling HummingbirdCore ResponseBodyWriter.swift
[1366/1481] Compiling HummingbirdCore ResponseWriter.swift
[1367/1481] Compiling HummingbirdCore AvailableConnectionsHandler.swift
[1368/1481] Compiling HummingbirdCore BindAddress.swift
[1372/1481] Compiling HummingbirdCore HTTP1Channel.swift
[1373/1481] Compiling HummingbirdCore HTTPChannelHandler.swift
[1374/1481] Compiling HummingbirdCore HTTPServerBuilder.swift
[1375/1481] Compiling HummingbirdCore RequestBodyMergedWithUnderlyingRequestPartIterator.swift
[1376/1481] Compiling HummingbirdCore URI.swift
[1377/1481] Compiling HummingbirdCore Response.swift
[1378/1481] Compiling HummingbirdCore ResponseBody.swift
[1379/1481] Emitting module HummingbirdCore
[1380/1481] Compiling HummingbirdCore Deprecations.swift
[1381/1481] Compiling HummingbirdCore Request.swift
[1382/1481] Compiling HummingbirdCore RequestBody+inboundClose.swift
[1383/1481] Compiling HummingbirdCore RequestBody.swift
[1395/1481] Compiling HummingbirdCore SendableMetatype.swift
[1396/1481] Compiling HummingbirdCore String+percentEncode.swift
[1397/1481] Compiling HummingbirdCore UnsafeTransfer.swift
[1398/1482] Compiling NIOHTTP2 MultiplexerAbstractChannel.swift
[1399/1482] Compiling NIOHTTP2 NIOHTTP2FrameDelegate.swift
[1400/1482] Compiling NIOHTTP2 StreamChannelFlowController.swift
[1401/1482] Compiling NIOHTTP2 StreamChannelList.swift
[1402/1482] Compiling NIOHTTP2 StreamMap.swift
[1403/1482] Compiling NIOHTTP2 StreamStateMachine.swift
[1404/1482] Compiling NIOHTTP2 UnsafeTransfer.swift
[1405/1482] Compiling NIOHTTP2 WatermarkedFlowController.swift
[1413/1483] Emitting module WSCore
[1415/1483] Wrapping AST for HummingbirdCore for debugging
[1421/1547] Compiling Hummingbird Request+Cookies.swift
[1422/1547] Compiling Hummingbird Response+Cookies.swift
[1423/1547] Compiling Hummingbird RouterGroup.swift
[1424/1547] Compiling Hummingbird RouterMethods.swift
[1425/1547] Compiling Hummingbird RouterPath.swift
[1426/1547] Compiling Hummingbird RouterResponder.swift
[1427/1547] Compiling Hummingbird TransformingRouterGroup.swift
[1428/1547] Compiling Hummingbird RouterTrie.swift
[1429/1547] Compiling WSCore WebSocketStateMachine.swift
[1430/1547] Emitting module NIOHTTP2
[1431/1547] Compiling Hummingbird Application.swift
[1432/1547] Compiling Hummingbird CodableProtocols.swift
[1433/1547] Compiling Hummingbird JSONCoding.swift
[1434/1547] Compiling Hummingbird ResponseEncodable.swift
[1435/1547] Compiling Hummingbird URLEncodedForm+Request.swift
[1436/1547] Compiling Hummingbird URLEncodedForm.swift
[1437/1547] Compiling Hummingbird URLEncodedFormDecoder.swift
[1438/1547] Compiling Hummingbird URLEncodedFormEncoder.swift
[1439/1547] Compiling Hummingbird URLEncodedFormNode.swift
[1441/1547] Compiling Hummingbird CORSMiddleware.swift
[1442/1548] Compiling Hummingbird ChildRequestContext.swift
[1443/1548] Compiling Hummingbird Request.swift
[1444/1548] Compiling Hummingbird RequestContext.swift
[1445/1548] Compiling Hummingbird RequestContextSource.swift
[1446/1548] Compiling Hummingbird RequestID.swift
[1447/1548] Compiling Hummingbird RequestResponder.swift
[1448/1548] Compiling Hummingbird Response.swift
[1449/1548] Compiling Hummingbird URI+decodeQuery.swift
[1450/1548] Compiling Hummingbird MemoryPersistDriver.swift
[1451/1568] Wrapping AST for WSCore for debugging
[1454/1570] Compiling Hummingbird FileMiddleware.swift
[1455/1570] Compiling Hummingbird LogRequestMiddleware.swift
[1456/1570] Compiling Hummingbird MetricsMiddleware.swift
[1457/1570] Compiling Hummingbird Middleware.swift
[1458/1570] Compiling Hummingbird MiddlewareGroup.swift
[1459/1570] Compiling Hummingbird MiddlewareFixedTypeBuilder.swift
[1460/1570] Compiling Hummingbird _Middleware2.swift
[1461/1570] Compiling Hummingbird _OptionalMiddleware.swift
[1462/1570] Compiling Hummingbird CacheControl.swift
[1463/1570] Compiling Hummingbird FileIO.swift
[1464/1570] Compiling Hummingbird FileProvider.swift
[1465/1570] Compiling Hummingbird LocalFileSystem.swift
[1466/1570] Compiling Hummingbird Cookie.swift
[1467/1570] Compiling Hummingbird Cookies.swift
[1468/1570] Compiling Hummingbird MediaType+FileExtension.swift
[1469/1570] Compiling Hummingbird MediaType.swift
[1470/1570] Emitting module Hummingbird
[1477/1570] Compiling Hummingbird Trie+resolve.swift
[1478/1570] Compiling Hummingbird Trie+serialize.swift
[1479/1570] Compiling Hummingbird TrieRouter.swift
[1480/1570] Compiling Hummingbird _SpreadMiddleware.swift
[1481/1570] Compiling Hummingbird TracingMiddleware.swift
[1482/1570] Compiling Hummingbird EndpointResponder.swift
[1483/1570] Compiling Hummingbird Parameters+UUID.swift
[1484/1570] Compiling Hummingbird Parameters.swift
[1485/1570] Compiling Hummingbird ResponseGenerator.swift
[1486/1570] Compiling Hummingbird RouteCollection.swift
[1487/1570] Compiling Hummingbird Router+validation.swift
[1488/1570] Compiling Hummingbird Router.swift
[1507/1571] Emitting module WSCompression
[1508/1571] Compiling WSCompression PerMessageDeflateExtension.swift
[1509/1572] Compiling WSClient WebSocketClientConfiguration.swift
[1510/1572] Compiling Hummingbird PersistDriver.swift
[1511/1572] Compiling Hummingbird PersistError.swift
[1512/1572] Compiling Hummingbird ByteBuffer+foundation.swift
[1513/1572] Compiling Hummingbird DateCache.swift
[1514/1572] Compiling Hummingbird HTTPHeaderDateFormatStyle.swift
[1515/1572] Compiling Hummingbird HexDigest.swift
[1516/1572] Compiling Hummingbird InitializableFromSource.swift
[1517/1572] Compiling Hummingbird PreludeService.swift
[1518/1572] Compiling Hummingbird StringProtocol.swift
[1519/1572] Compiling WSClient Exports.swift
[1521/1573] Compiling WSClient TSTLSOptions.swift
[1522/1573] Compiling WSClient URI.swift
[1523/1573] Compiling WSClient WebSocketClientChannel.swift
[1524/1573] Compiling WSClient WebSocketClient.swift
[1534/1573] Compiling Hummingbird Configuration.swift
[1535/1573] Compiling Hummingbird Deprecations.swift
[1536/1573] Compiling Hummingbird Environment.swift
[1537/1573] Compiling Hummingbird EditedHTTPError.swift
[1538/1573] Compiling Hummingbird HTTPError.swift
[1539/1573] Compiling Hummingbird HTTPResponseError.swift
[1540/1573] Compiling Hummingbird NIOCore+HTTPResponseError.swift
[1541/1573] Compiling Hummingbird Exports.swift
[1542/1573] Wrapping AST for NIOHTTP2 for debugging
[1544/1633] Compiling WSClient WebSocketClientError.swift
[1545/1633] Emitting module WSClient
[1546/1633] Compiling AsyncHTTPClient AnyAsyncSequence.swift
[1547/1633] Compiling AsyncHTTPClient AnyAsyncSequenceProucerDelete.swift
[1548/1633] Compiling AsyncHTTPClient HTTPClient+shutdown.swift
[1549/1633] Compiling AsyncHTTPClient HTTPClientRequest+Prepared.swift
[1553/1634] Compiling AsyncHTTPClient AsyncLazySequence.swift
[1554/1634] Compiling AsyncHTTPClient HTTPClient+execute.swift
[1557/1634] Compiling AsyncHTTPClient HTTPClientRequest+auth.swift
[1558/1634] Compiling AsyncHTTPClient HTTPClientRequest.swift
[1559/1634] Compiling AsyncHTTPClient HTTPClientResponse.swift
[1559/1634] Wrapping AST for WSCompression for debugging
[1562/1637] Compiling HummingbirdWSCompression Exports.swift
[1563/1637] Emitting module HummingbirdWSCompression
[1563/1637] Wrapping AST for WSClient for debugging
[1564/1640] Wrapping AST for Hummingbird for debugging
[1567/1640] Compiling HummingbirdWSClient Exports.swift
[1568/1640] Emitting module HummingbirdWSClient
[1570/1649] Compiling HummingbirdWebSocket Exports.swift
[1571/1649] Compiling HummingbirdWebSocket NIOWebSocketServerUpgrade+ext.swift
[1572/1649] Emitting module HummingbirdWebSocket
[1573/1649] Compiling HummingbirdWebSocket WebSocketServerConfiguration.swift
[1574/1649] Compiling HummingbirdWebSocket WebSocketRouter.swift
[1575/1649] Emitting module AsyncHTTPClient
[1576/1649] Compiling HummingbirdWebSocket SendableMetatype.swift
[1577/1649] Compiling HummingbirdWebSocket WebSocketChannel.swift
[1578/1649] Compiling HummingbirdWebSocket HTTPServerBuilder+WebSocket.swift
[1587/1658] Wrapping AST for HummingbirdWSCompression for debugging
[1589/1658] Wrapping AST for HummingbirdWSClient for debugging
[1590/1658] Wrapping AST for HummingbirdWebSocket for debugging
[1592/1658] Compiling AsyncHTTPClient RequestBag.swift
[1593/1658] Compiling AsyncHTTPClient RequestValidation.swift
[1594/1658] Compiling AsyncHTTPClient SSLContextCache.swift
[1595/1658] Compiling AsyncHTTPClient Scheme.swift
[1596/1658] Compiling AsyncHTTPClient Singleton.swift
[1597/1658] Compiling AsyncHTTPClient StringConvertibleInstances.swift
[1598/1658] Compiling AsyncHTTPClient StructuredConcurrencyHelpers.swift
[1599/1658] Compiling AsyncHTTPClient Utils.swift
[1600/1658] Compiling AsyncHTTPClient HTTPConnectionPool+Factory.swift
[1601/1658] Compiling AsyncHTTPClient HTTPConnectionPool+Manager.swift
[1602/1658] Compiling AsyncHTTPClient HTTPConnectionPool.swift
[1603/1658] Compiling AsyncHTTPClient HTTPExecutableRequest.swift
[1604/1658] Compiling AsyncHTTPClient HTTPRequestStateMachine+Demand.swift
[1605/1658] Compiling AsyncHTTPClient HTTPRequestStateMachine.swift
[1606/1658] Compiling AsyncHTTPClient RequestBodyLength.swift
[1607/1658] Compiling AsyncHTTPClient RequestFramingMetadata.swift
[1608/1658] Compiling AsyncHTTPClient ConnectionTarget.swift
[1609/1658] Compiling AsyncHTTPClient DeconstructedURL.swift
[1610/1658] Compiling AsyncHTTPClient FileDownloadDelegate.swift
[1611/1658] Compiling AsyncHTTPClient FoundationExtensions.swift
[1612/1658] Compiling AsyncHTTPClient HTTPClient+HTTPCookie.swift
[1613/1658] Compiling AsyncHTTPClient HTTPClient+Proxy.swift
[1614/1658] Compiling AsyncHTTPClient HTTPClient+StructuredConcurrency.swift
[1615/1658] Compiling AsyncHTTPClient HTTPClient.swift
[1616/1658] Compiling AsyncHTTPClient SingleIteratorPrecondition.swift
[1617/1658] Compiling AsyncHTTPClient Transaction+StateMachine.swift
[1618/1658] Compiling AsyncHTTPClient Transaction.swift
[1619/1658] Compiling AsyncHTTPClient Base64.swift
[1620/1658] Compiling AsyncHTTPClient BasicAuth.swift
[1621/1658] Compiling AsyncHTTPClient BestEffortHashableTLSConfiguration.swift
[1622/1658] Compiling AsyncHTTPClient Configuration+BrowserLike.swift
[1623/1658] Compiling AsyncHTTPClient ConnectionPool.swift
[1624/1658] Compiling AsyncHTTPClient HTTP1ProxyConnectHandler.swift
[1625/1658] Compiling AsyncHTTPClient HTTPHandler.swift
[1626/1658] Compiling AsyncHTTPClient LRUCache.swift
[1627/1658] Compiling AsyncHTTPClient NIOLoopBound+Execute.swift
[1628/1658] Compiling AsyncHTTPClient NWErrorHandler.swift
[1629/1658] Compiling AsyncHTTPClient NWWaitingHandler.swift
[1630/1658] Compiling AsyncHTTPClient TLSConfiguration.swift
[1631/1658] Compiling AsyncHTTPClient RedirectState.swift
[1632/1658] Compiling AsyncHTTPClient RequestBag+StateMachine.swift
[1633/1658] Compiling AsyncHTTPClient RequestOptions.swift
[1634/1658] Compiling AsyncHTTPClient HTTPConnectionPool+Backoff.swift
[1635/1658] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1Connections.swift
[1636/1658] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP1StateMachine.swift
[1637/1658] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2Connections.swift
[1638/1658] Compiling AsyncHTTPClient HTTPConnectionPool+HTTP2StateMachine.swift
[1639/1658] Compiling AsyncHTTPClient HTTPConnectionPool+RequestQueue.swift
[1640/1658] Compiling AsyncHTTPClient HTTPConnectionPool+StateMachine.swift
[1641/1658] Compiling AsyncHTTPClient SOCKSEventsHandler.swift
[1642/1658] Compiling AsyncHTTPClient TLSEventsHandler.swift
[1643/1658] Compiling AsyncHTTPClient HTTP1ClientChannelHandler.swift
[1644/1658] Compiling AsyncHTTPClient HTTP1Connection.swift
[1645/1658] Compiling AsyncHTTPClient HTTP1ConnectionStateMachine.swift
[1646/1658] Compiling AsyncHTTPClient HTTP2ClientRequestHandler.swift
[1647/1658] Compiling AsyncHTTPClient HTTP2Connection.swift
[1648/1658] Compiling AsyncHTTPClient HTTP2IdleHandler.swift
[1649/1658] Compiling AsyncHTTPClient HTTPConnectionEvent.swift
[1650/1659] Wrapping AST for AsyncHTTPClient for debugging
[1652/1668] Compiling HummingbirdTesting TestClient+types.swift
[1653/1669] Compiling HummingbirdTesting TestApplication.swift
[1654/1669] Compiling HummingbirdTesting RouterTestFramework.swift
[1655/1669] Compiling HummingbirdTesting LiveTestFramework.swift
[1656/1669] Compiling HummingbirdTesting Deprecations.swift
[1657/1669] Emitting module HummingbirdTesting
[1658/1669] Compiling HummingbirdTesting Application+Test.swift
[1659/1669] Compiling HummingbirdTesting ApplicationTester.swift
[1660/1669] Compiling HummingbirdTesting AsyncHTTPClientTestFramework.swift
[1661/1669] Compiling HummingbirdTesting TestClient.swift
[1662/1670] Wrapping AST for HummingbirdTesting for debugging
[1664/1672] Emitting module HummingbirdWSTesting
[1665/1672] Compiling HummingbirdWSTesting TestClient+ws.swift
[1666/1673] Wrapping AST for HummingbirdWSTesting for debugging
[1668/1677] Emitting module AutobahnServerTest
[1669/1677] Compiling AutobahnServerTest AutobahnServerTest.swift
[1670/1677] Compiling WebsocketTest WebsocketTest.swift
[1671/1677] Emitting module WebsocketTest
[1673/1679] Wrapping AST for AutobahnServerTest for debugging
[1674/1679] Wrapping AST for WebsocketTest for debugging
[1675/1679] Write Objects.LinkFileList
[1677/1679] Linking WebsocketTest
[1678/1679] Linking AutobahnServerTest
Build complete! (302.54s)
Build complete.
{
"dependencies" : [
{
"identity" : "hummingbird",
"requirement" : {
"range" : [
{
"lower_bound" : "2.14.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/hummingbird.git"
},
{
"identity" : "swift-websocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/hummingbird-project/swift-websocket.git"
},
{
"identity" : "swift-nio-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.22.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-extras.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
}
],
"manifest_display_name" : "hummingbird-websocket",
"name" : "hummingbird-websocket",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "14.0"
},
{
"name" : "ios",
"version" : "17.0"
},
{
"name" : "tvos",
"version" : "17.0"
}
],
"products" : [
{
"name" : "HummingbirdWebSocket",
"targets" : [
"HummingbirdWebSocket"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdWSClient",
"targets" : [
"HummingbirdWSClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdWSCompression",
"targets" : [
"HummingbirdWSCompression"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "HummingbirdWSTesting",
"targets" : [
"HummingbirdWSTesting"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "WebsocketTest",
"targets" : [
"WebsocketTest"
],
"type" : {
"snippet" : null
}
},
{
"name" : "AutobahnServerTest",
"targets" : [
"AutobahnServerTest"
],
"type" : {
"snippet" : null
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "HummingbirdWebSocketTests",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWebSocketTests",
"path" : "Tests/HummingbirdWebSocketTests",
"product_dependencies" : [
"Hummingbird",
"HummingbirdTesting",
"HummingbirdTLS"
],
"sources" : [
"Certificates.swift",
"WebSocketExtensionTests.swift",
"WebSocketTests.swift"
],
"target_dependencies" : [
"HummingbirdWebSocket",
"HummingbirdWSClient",
"HummingbirdWSCompression",
"HummingbirdWSTesting"
],
"type" : "test"
},
{
"c99name" : "HummingbirdWebSocket",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWebSocket",
"path" : "Sources/HummingbirdWebSocket",
"product_dependencies" : [
"WSCore",
"Hummingbird",
"NIOHTTPTypes",
"NIOHTTPTypesHTTP1"
],
"product_memberships" : [
"HummingbirdWebSocket",
"WebsocketTest",
"AutobahnServerTest"
],
"sources" : [
"Exports.swift",
"HTTPServerBuilder+WebSocket.swift",
"NIOWebSocketServerUpgrade+ext.swift",
"Utils/SendableMetatype.swift",
"WebSocketChannel.swift",
"WebSocketRouter.swift",
"WebSocketServerConfiguration.swift"
],
"type" : "library"
},
{
"c99name" : "HummingbirdWSTesting",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWSTesting",
"path" : "Sources/HummingbirdWSTesting",
"product_dependencies" : [
"HummingbirdTesting"
],
"product_memberships" : [
"HummingbirdWSTesting",
"WebsocketTest",
"AutobahnServerTest"
],
"sources" : [
"TestClient+ws.swift"
],
"target_dependencies" : [
"HummingbirdWSClient"
],
"type" : "library"
},
{
"c99name" : "HummingbirdWSCompression",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWSCompression",
"path" : "Sources/HummingbirdWSCompression",
"product_dependencies" : [
"WSCompression"
],
"product_memberships" : [
"HummingbirdWSCompression",
"WebsocketTest",
"AutobahnServerTest"
],
"sources" : [
"Exports.swift"
],
"type" : "library"
},
{
"c99name" : "HummingbirdWSClient",
"module_type" : "SwiftTarget",
"name" : "HummingbirdWSClient",
"path" : "Sources/HummingbirdWSClient",
"product_dependencies" : [
"WSClient"
],
"product_memberships" : [
"HummingbirdWSClient",
"HummingbirdWSTesting",
"WebsocketTest",
"AutobahnServerTest"
],
"sources" : [
"Exports.swift"
],
"type" : "library"
},
{
"c99name" : "WebsocketTest",
"module_type" : "SwiftTarget",
"name" : "WebsocketTest",
"path" : "Snippets",
"product_memberships" : [
"WebsocketTest"
],
"sources" : [
"WebsocketTest.swift"
],
"target_dependencies" : [
"HummingbirdWebSocket",
"HummingbirdWSTesting",
"HummingbirdWSCompression",
"HummingbirdWSClient"
],
"type" : "snippet"
},
{
"c99name" : "AutobahnServerTest",
"module_type" : "SwiftTarget",
"name" : "AutobahnServerTest",
"path" : "Snippets",
"product_memberships" : [
"AutobahnServerTest"
],
"sources" : [
"AutobahnServerTest.swift"
],
"target_dependencies" : [
"HummingbirdWebSocket",
"HummingbirdWSTesting",
"HummingbirdWSCompression",
"HummingbirdWSClient"
],
"type" : "snippet"
}
],
"tools_version" : "5.10"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.