Build Information
Successful build of swift-websocket, reference 1.5.0 (ca48d4), with Swift 6.1 for Linux on 26 Feb 2026 18:39:01 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/swift-websocket.git
Reference: 1.5.0
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/hummingbird-project/swift-websocket
* tag 1.5.0 -> FETCH_HEAD
HEAD is now at ca48d46 Merge pull request #43 from hummingbird-project/ignore-close-errors
Cloned https://github.com/hummingbird-project/swift-websocket.git
Revision (git rev-parse @):
ca48d46c25f8fa948d37eaa480c73172182cf90f
SUCCESS checkout https://github.com/hummingbird-project/swift-websocket.git at 1.5.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/hummingbird-project/swift-websocket.git
https://github.com/hummingbird-project/swift-websocket.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-http-types",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-types.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.93.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.31.3",
"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"
},
{
"identity" : "swift-nio-transport-services",
"requirement" : {
"range" : [
{
"lower_bound" : "1.20.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
},
{
"identity" : "compress-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/adam-fowler/compress-nio.git"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle"
}
],
"manifest_display_name" : "swift-websocket",
"name" : "swift-websocket",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
}
],
"products" : [
{
"name" : "WSClient",
"targets" : [
"WSClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "WSCompression",
"targets" : [
"WSCompression"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "WSCore",
"targets" : [
"WSCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WebSocketTests",
"module_type" : "SwiftTarget",
"name" : "WebSocketTests",
"path" : "Tests/WebSocketTests",
"product_dependencies" : [
"NIOEmbedded"
],
"sources" : [
"AutobahnTests.swift",
"ClientTests.swift",
"ProxySettingsTests.swift",
"WebSocketExtensionNegotiationTests.swift",
"WebSocketStateMachineTests.swift"
],
"target_dependencies" : [
"WSClient",
"WSCompression"
],
"type" : "test"
},
{
"c99name" : "WSCore",
"module_type" : "SwiftTarget",
"name" : "WSCore",
"path" : "Sources/WSCore",
"product_dependencies" : [
"HTTPTypes",
"NIOCore",
"NIOWebSocket",
"ServiceLifecycle"
],
"product_memberships" : [
"WSClient",
"WSCompression",
"WSCore"
],
"sources" : [
"Extensions/WebSocketExtension.swift",
"Extensions/WebSocketExtensionBuilder.swift",
"Extensions/WebSocketExtensionHTTPParameters.swift",
"String+validatingString.swift",
"UnsafeTransfer.swift",
"WebSocketContext.swift",
"WebSocketDataFrame.swift",
"WebSocketDataHandler.swift",
"WebSocketFrameSequence.swift",
"WebSocketHandler.swift",
"WebSocketInboundMessageStream.swift",
"WebSocketInboundStream.swift",
"WebSocketMessage.swift",
"WebSocketOutboundWriter.swift",
"WebSocketStateMachine.swift"
],
"type" : "library"
},
{
"c99name" : "WSCompression",
"module_type" : "SwiftTarget",
"name" : "WSCompression",
"path" : "Sources/WSCompression",
"product_dependencies" : [
"CompressNIO"
],
"product_memberships" : [
"WSCompression"
],
"sources" : [
"PerMessageDeflateExtension.swift"
],
"target_dependencies" : [
"WSCore"
],
"type" : "library"
},
{
"c99name" : "WSClient",
"module_type" : "SwiftTarget",
"name" : "WSClient",
"path" : "Sources/WSClient",
"product_dependencies" : [
"HTTPTypes",
"Logging",
"NIOCore",
"NIOHTTPTypesHTTP1",
"NIOPosix",
"NIOSOCKS",
"NIOSSL",
"NIOTransportServices",
"NIOWebSocket"
],
"product_memberships" : [
"WSClient"
],
"sources" : [
"Client/ClientChannel.swift",
"Client/ClientConnection.swift",
"Client/Parser.swift",
"Client/TSTLSOptions.swift",
"Client/URI.swift",
"Exports.swift",
"HTTP1ProxyConnectHandler.swift",
"SOCKSEventHandler.swift",
"WebSocketClient.swift",
"WebSocketClientChannel.swift",
"WebSocketClientConfiguration.swift",
"WebSocketClientError.swift"
],
"target_dependencies" : [
"WSCore"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/swift-server/swift-service-lifecycle
[1/2815] Fetching swift-nio-transport-services
[480/5464] Fetching swift-nio-transport-services, swift-service-lifecycle
[5465/20805] Fetching swift-nio-transport-services, swift-service-lifecycle, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.72s)
[4490/17990] Fetching swift-service-lifecycle, swift-nio-ssl
Fetching https://github.com/apple/swift-log.git
Fetched https://github.com/swift-server/swift-service-lifecycle from cache (0.74s)
Fetching https://github.com/apple/swift-http-types.git
[1995/15341] Fetching swift-nio-ssl
[3377/16292] Fetching swift-nio-ssl, swift-http-types
[4941/22382] Fetching swift-nio-ssl, swift-http-types, swift-log
Fetched https://github.com/apple/swift-http-types.git from cache (0.43s)
[5758/21431] Fetching swift-nio-ssl, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.91s)
[10739/15341] Fetching swift-nio-ssl
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/adam-fowler/compress-nio.git
Fetched https://github.com/apple/swift-nio-ssl.git from cache (3.44s)
[1/643] Fetching compress-nio
[471/7128] Fetching compress-nio, swift-nio-extras
[7129/89584] Fetching compress-nio, swift-nio-extras, swift-nio
Fetched https://github.com/adam-fowler/compress-nio.git from cache (10.84s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (10.85s)
Fetched https://github.com/apple/swift-nio.git from cache (11.05s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.32.1 (17.15s)
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
[1/1210] Fetching swift-http-structured-headers
[667/7268] Fetching swift-http-structured-headers, swift-algorithms
[1297/9028] Fetching swift-http-structured-headers, swift-algorithms, swift-asn1
[3380/15170] Fetching swift-http-structured-headers, swift-algorithms, swift-asn1, swift-async-algorithms
[3442/16990] Fetching swift-http-structured-headers, swift-algorithms, swift-asn1, swift-async-algorithms, swift-atomics
Fetched https://github.com/apple/swift-asn1.git from cache (0.99s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-atomics.git from cache (1.05s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.06s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.06s)
Fetching https://github.com/apple/swift-certificates.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.23s)
[1/7109] Fetching swift-certificates
[73/19107] Fetching swift-certificates, swift-nio-http2
Fetched https://github.com/apple/swift-certificates.git from cache (1.60s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.60s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (7.43s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.79s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.72s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.95.0 (1.77s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/20095] Fetching swift-collections
[1609/25678] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (2.19s)
Fetched https://github.com/apple/swift-collections.git from cache (2.24s)
Computing version for https://github.com/adam-fowler/compress-nio.git
Computed https://github.com/adam-fowler/compress-nio.git at 1.4.2 (3.42s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (3.23s)
Computing version for https://github.com/swift-server/swift-service-lifecycle
Computed https://github.com/swift-server/swift-service-lifecycle at 2.10.1 (0.98s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.2 (1.50s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.88s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (4.27s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (1.05s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (1.48s)
Fetching https://github.com/apple/swift-crypto.git
[1/17221] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (3.14s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (4.07s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.93s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (1.11s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (1.39s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.96s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (3.33s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.40.0 (0.97s)
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.32.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.26.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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.95.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.10.1
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.1.2
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.18.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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.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.36.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.3.0
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.10.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.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.1.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.6.4
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.40.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.5.1
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.0
Building for debugging...
[0/447] Write sources
[21/447] Compiling CNIODarwin shim.c
[21/447] Compiling CNIOWindows WSAStartup.c
[21/447] Compiling CNIOWindows shim.c
[24/447] Write sources
[24/447] Compiling CNIOOpenBSD shim.c
[26/447] Write sources
[32/447] Compiling CNIOWASI CNIOWASI.c
[32/447] Compiling CNIOPosix event_loop_id.c
[34/447] Compiling CNIOLinux liburing_shims.c
[34/447] Compiling _AtomicsShims.c
[36/447] Compiling CNIOLLHTTP c_nio_http.c
[36/447] Compiling CNIOSHA1 c_nio_sha1.c
[38/447] Compiling CNIOLinux shim.c
[39/447] Compiling CNIOLLHTTP c_nio_api.c
[40/447] Compiling fiat_p256_adx_sqr.S
[41/447] Compiling fiat_p256_adx_mul.S
[42/447] Write swift-version-24593BA9C3E375BF.txt
[43/447] Compiling fiat_curve25519_adx_square.S
[44/447] Compiling fiat_curve25519_adx_mul.S
[45/447] Compiling CNIOLLHTTP c_nio_llhttp.c
[46/451] Compiling CNIOBoringSSLShims shims.c
[47/474] Compiling tls_method.cc
[48/483] Compiling tls13_enc.cc
[49/483] Compiling tls13_server.cc
[50/483] Compiling tls_record.cc
[51/486] Compiling tls13_both.cc
[52/486] Compiling tls13_client.cc
[54/486] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[55/486] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[56/488] Compiling ConcurrencyHelpers LockedValueBox.swift
[57/488] Compiling InternalCollectionsUtilities _SortedCollection.swift
[58/488] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[59/488] Compiling HTTPTypes HTTPField.swift
[60/488] Compiling HTTPTypes HTTPFieldName.swift
[61/488] Compiling InternalCollectionsUtilities UInt+reversed.swift
[62/488] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[63/488] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[64/488] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[65/488] Compiling InternalCollectionsUtilities Debugging.swift
[66/488] Compiling InternalCollectionsUtilities Descriptions.swift
[67/488] Emitting module InternalCollectionsUtilities
[68/488] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[69/488] Compiling InternalCollectionsUtilities Integer rank.swift
[70/488] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[71/488] Emitting module _NIOBase64
[72/488] Compiling _NIOBase64 Base64.swift
[73/489] Compiling _NIODataStructures _TinyArray.swift
[74/489] Compiling _NIODataStructures PriorityQueue.swift
[75/489] Compiling HTTPTypes ISOLatin1String.swift
[77/490] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[78/490] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[80/491] Compiling HTTPTypes HTTPRequest.swift
[81/491] Emitting module HTTPTypes
[84/546] Compiling HTTPTypes HTTPResponse.swift
[85/546] Compiling HTTPTypes NIOLock.swift
[86/546] Emitting module ConcurrencyHelpers
[87/546] Compiling ConcurrencyHelpers Lock.swift
[88/547] Emitting module Logging
[89/547] Compiling Logging Locks.swift
[90/547] Compiling HTTPTypes HTTPParsedFields.swift
[91/547] Compiling HTTPTypes HTTPRequest+URL.swift
[92/547] Compiling Logging MetadataProvider.swift
[93/547] Emitting module _NIODataStructures
[94/547] Compiling _NIODataStructures Heap.swift
[95/548] Compiling Logging LogHandler.swift
[96/548] Compiling Logging Logging.swift
[100/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[101/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[102/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[103/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[104/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[105/567] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[106/567] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[107/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[108/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[109/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[110/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[111/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[112/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[113/567] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[114/574] Compiling DequeModule Deque+Testing.swift
[115/574] Compiling DequeModule Deque._Storage.swift
[116/574] Compiling DequeModule Deque._UnsafeHandle.swift
[117/574] Compiling DequeModule Deque.swift
[118/574] Compiling DequeModule _DequeBuffer.swift
[119/574] Compiling DequeModule _DequeBufferHeader.swift
[120/574] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[121/574] Compiling OrderedCollections OrderedSet+Hashable.swift
[124/576] Compiling DequeModule Deque+CustomReflectable.swift
[125/576] Compiling DequeModule Deque+Descriptions.swift
[126/576] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[127/576] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[128/576] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[129/576] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[130/576] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[131/576] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[132/576] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[133/576] Compiling OrderedCollections OrderedDictionary+Values.swift
[134/576] Compiling OrderedCollections OrderedSet+Initializers.swift
[135/576] Compiling OrderedCollections OrderedSet+Insertions.swift
[136/576] Compiling OrderedCollections OrderedSet+Invariants.swift
[137/576] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[138/576] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[139/576] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[140/576] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[141/576] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[144/576] Compiling DequeModule Deque+Codable.swift
[145/576] Compiling DequeModule Deque+Collection.swift
[146/576] Compiling DequeModule Deque+Equatable.swift
[147/576] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[148/576] Compiling DequeModule Deque+Extras.swift
[149/576] Compiling DequeModule Deque+Hashable.swift
[150/576] Emitting module UnixSignals
[155/576] Compiling UnixSignals UnixSignalsSequence.swift
[156/576] Compiling UnixSignals UnixSignal.swift
[156/576] Compiling ssl_versions.cc
[158/577] Compiling DequeModule _DequeSlot.swift
[159/577] Compiling DequeModule _UnsafeWrappedBuffer.swift
[159/577] Compiling t1_enc.cc
[165/577] Compiling ssl_x509.cc
[169/577] Emitting module DequeModule
[170/578] Compiling ssl_transcript.cc
[172/578] Compiling OrderedCollections _HashTable+Bucket.swift
[173/578] Compiling OrderedCollections _HashTable+BucketIterator.swift
[174/578] Compiling OrderedCollections _HashTable+Constants.swift
[175/578] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[176/578] Compiling OrderedCollections _HashTable+Testing.swift
[177/578] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[178/578] Compiling OrderedCollections _HashTable.swift
[179/578] Compiling OrderedCollections _Hashtable+Header.swift
[180/578] Compiling OrderedCollections OrderedSet+Sendable.swift
[181/578] Compiling OrderedCollections OrderedSet+SubSequence.swift
[182/578] Compiling OrderedCollections OrderedSet+Testing.swift
[183/578] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[184/578] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[185/578] Compiling OrderedCollections OrderedSet.swift
[186/578] Compiling OrderedCollections _UnsafeBitset.swift
[187/578] Emitting module OrderedCollections
[188/579] Compiling ssl_stat.cc
[190/579] Compiling HTTPTypes HTTPFields.swift
[191/580] Compiling ssl_privkey.cc
[192/580] Compiling ssl_session.cc
[193/580] Compiling ssl_file.cc
[194/580] Compiling ssl_key_share.cc
[195/580] Compiling ssl_lib.cc
[196/580] Compiling ssl_credential.cc
[197/580] Compiling ssl_asn1.cc
[198/580] Compiling ssl_buffer.cc
[199/580] Compiling ssl_cipher.cc
[200/580] Compiling ssl_cert.cc
[201/580] Compiling ssl_aead_ctx.cc
[202/580] Compiling s3_pkt.cc
[203/580] Compiling s3_lib.cc
[204/580] Compiling s3_both.cc
[205/580] Compiling handshake_server.cc
[206/580] Compiling handshake_client.cc
[207/580] Compiling handshake.cc
[208/580] Compiling encrypted_client_hello.cc
[209/580] Compiling handoff.cc
[210/580] Compiling extensions.cc
[211/580] Compiling dtls_method.cc
[212/580] Compiling md5-x86_64-linux.S
[213/580] Compiling md5-x86_64-apple.S
[214/580] Compiling md5-586-linux.S
[215/580] Compiling md5-586-apple.S
[216/580] Compiling d1_srtp.cc
[217/580] Compiling chacha20_poly1305_x86_64-linux.S
[218/580] Compiling dtls_record.cc
[219/580] Compiling chacha20_poly1305_x86_64-apple.S
[220/580] Compiling chacha20_poly1305_armv8-win.S
[221/580] Compiling chacha20_poly1305_armv8-linux.S
[222/580] Compiling chacha-x86_64-linux.S
[223/580] Compiling err_data.cc
[224/580] Compiling chacha20_poly1305_armv8-apple.S
[225/580] Compiling chacha-x86_64-apple.S
[226/580] Compiling chacha-x86-linux.S
[227/580] Compiling d1_pkt.cc
[228/580] Compiling chacha-x86-apple.S
[229/580] Compiling chacha-armv8-apple.S
[230/580] Compiling chacha-armv8-linux.S
[231/580] Compiling chacha-armv8-win.S
[232/580] Compiling aes128gcmsiv-x86_64-linux.S
[233/580] Compiling chacha-armv4-linux.S
[234/580] Compiling aes128gcmsiv-x86_64-apple.S
[235/580] Compiling x86_64-mont-apple.S
[236/580] Compiling x86_64-mont5-apple.S
[237/580] Compiling x86_64-mont5-linux.S
[238/580] Compiling x86_64-mont-linux.S
[239/580] Compiling x86-mont-linux.S
[240/580] Compiling vpaes-x86-linux.S
[241/580] Compiling vpaes-x86_64-apple.S
[242/580] Compiling vpaes-x86_64-linux.S
[243/580] Compiling x86-mont-apple.S
[244/580] Compiling vpaes-x86-apple.S
[245/580] Compiling vpaes-armv8-linux.S
[246/580] Compiling vpaes-armv8-apple.S
[247/580] Compiling vpaes-armv8-win.S
[248/580] Compiling bio_ssl.cc
[248/580] Compiling d1_lib.cc
[250/580] Compiling vpaes-armv7-linux.S
[251/580] Compiling sha512-armv8-win.S
[252/580] Compiling sha512-x86_64-linux.S
[253/580] Compiling sha512-armv8-linux.S
[254/580] Compiling sha512-x86_64-apple.S
[255/580] Compiling sha512-armv8-apple.S
[256/580] Compiling sha512-armv4-linux.S
[257/580] Compiling sha512-586-linux.S
[258/580] Compiling sha512-586-apple.S
[259/580] Compiling sha256-x86_64-linux.S
[260/580] Compiling sha256-armv8-win.S
[261/580] Compiling sha256-armv8-linux.S
[262/580] Compiling sha256-x86_64-apple.S
[263/580] Compiling sha256-armv8-apple.S
[264/580] Compiling sha256-armv4-linux.S
[265/580] Compiling sha256-586-linux.S
[266/580] Compiling sha256-586-apple.S
[267/580] Compiling sha1-x86_64-linux.S
[268/580] Compiling sha1-armv8-win.S
[269/580] Compiling sha1-x86_64-apple.S
[270/580] Compiling sha1-armv8-linux.S
[271/580] Compiling sha1-armv8-apple.S
[272/580] Compiling sha1-armv4-large-linux.S
[273/580] Compiling sha1-586-apple.S
[274/580] Compiling rsaz-avx2-linux.S
[275/580] Compiling rdrand-x86_64-apple.S
[276/580] Compiling rsaz-avx2-apple.S
[277/580] Compiling sha1-586-linux.S
[278/580] Compiling rdrand-x86_64-linux.S
[279/580] Compiling p256_beeu-x86_64-asm-linux.S
[280/580] Compiling p256_beeu-armv8-asm-win.S
[281/580] Compiling p256_beeu-x86_64-asm-apple.S
[282/580] Compiling p256_beeu-armv8-asm-apple.S
[283/580] Compiling p256_beeu-armv8-asm-linux.S
[284/580] Compiling p256-x86_64-asm-apple.S
[285/580] Compiling p256-armv8-asm-win.S
[286/580] Compiling p256-armv8-asm-linux.S
[287/580] Compiling p256-x86_64-asm-linux.S
[288/580] Compiling p256-armv8-asm-apple.S
[289/580] Compiling d1_both.cc
[290/580] Compiling ghashv8-armv8-apple.S
[290/580] Compiling ghashv8-armv8-win.S
[292/580] Compiling ghashv8-armv8-linux.S
[293/580] Compiling ghashv8-armv7-linux.S
[294/580] Compiling ghash-x86_64-apple.S
[295/580] Compiling ghash-ssse3-x86_64-apple.S
[296/580] Compiling ghash-ssse3-x86-linux.S
[296/580] Compiling ghash-x86-apple.S
[297/580] Compiling ghash-ssse3-x86-apple.S
[299/580] Compiling ghash-x86-linux.S
[299/580] Compiling ghash-x86_64-linux.S
[301/580] Compiling ghash-ssse3-x86_64-linux.S
[302/580] Compiling ghash-neon-armv8-win.S
[303/580] Compiling ghash-neon-armv8-linux.S
[304/580] Compiling ghash-neon-armv8-apple.S
[305/580] Compiling co-586-linux.S
[306/580] Compiling ghash-armv4-linux.S
[307/580] Compiling bsaes-armv7-linux.S
[308/580] Compiling co-586-apple.S
[308/580] Compiling bn-armv8-win.S
[310/580] Compiling bn-586-apple.S
[311/580] Compiling bn-586-linux.S
[312/580] Compiling bn-armv8-linux.S
[313/580] Compiling armv8-mont-linux.S
[314/580] Compiling armv8-mont-win.S
[315/580] Compiling bn-armv8-apple.S
[315/580] Compiling armv8-mont-apple.S
[317/580] Compiling armv4-mont-linux.S
[318/580] Compiling aesv8-gcm-armv8-linux.S
[319/580] Compiling aesv8-gcm-armv8-win.S
[320/580] Compiling aesv8-gcm-armv8-apple.S
[321/580] Compiling aesv8-armv7-linux.S
[321/580] Compiling aesv8-armv8-apple.S
[323/580] Compiling aesv8-armv8-linux.S
[323/580] Compiling aesv8-armv8-win.S
[325/580] Compiling aesni-x86_64-linux.S
[326/580] Compiling aesni-x86-linux.S
[327/580] Compiling aesni-x86_64-apple.S
[328/580] Compiling aesni-x86-apple.S
[329/580] Compiling aesni-gcm-x86_64-apple.S
[330/580] Compiling aesni-gcm-x86_64-linux.S
[331/580] Compiling aes-gcm-avx2-x86_64-apple.S
[332/580] Compiling aes-gcm-avx2-x86_64-linux.S
[333/580] Compiling aes-gcm-avx10-x86_64-linux.S
[334/580] Compiling aes-gcm-avx10-x86_64-apple.S
[335/580] Compiling x_sig.cc
[336/580] Compiling x_val.cc
[337/580] Compiling x_x509a.cc
[338/580] Compiling x_x509.cc
[339/580] Compiling x_req.cc
[340/580] Compiling x_pubkey.cc
[341/580] Compiling x_spki.cc
[342/580] Compiling x_name.cc
[343/580] Compiling x509rset.cc
[344/580] Compiling x_all.cc
[345/580] Compiling x_attrib.cc
[346/580] Compiling x_exten.cc
[347/580] Compiling x_crl.cc
[348/580] Compiling x_algor.cc
[349/580] Compiling x509spki.cc
[350/580] Compiling x509name.cc
[351/580] Compiling x509cset.cc
[352/580] Compiling x509_txt.cc
[353/580] Compiling x509_vpm.cc
[354/580] Compiling x509_req.cc
[355/580] Compiling x509_trs.cc
[356/580] Compiling x509_v3.cc
[357/580] Compiling x509_vfy.cc
[358/580] Compiling x509_set.cc
[359/580] Compiling x509_def.cc
[360/580] Compiling x509_obj.cc
[361/580] Compiling x509_lu.cc
[362/580] Compiling x509_ext.cc
[363/580] Compiling x509_cmp.cc
[364/580] Compiling x509.cc
[365/580] Compiling x509_att.cc
[366/580] Compiling x509_d2.cc
[367/580] Compiling v3_purp.cc
[368/580] Compiling v3_skey.cc
[369/580] Compiling v3_pcons.cc
[370/580] Compiling v3_utl.cc
[371/580] Compiling v3_prn.cc
[372/580] Compiling v3_ocsp.cc
[373/580] Compiling v3_pmaps.cc
[374/580] Compiling v3_ncons.cc
[375/580] Compiling v3_lib.cc
[376/580] Compiling v3_info.cc
[377/580] Compiling v3_int.cc
[378/580] Compiling v3_ia5.cc
[379/580] Compiling v3_extku.cc
[380/580] Compiling v3_genn.cc
[381/580] Compiling v3_enum.cc
[382/580] Compiling v3_crld.cc
[383/580] Compiling v3_cpols.cc
[384/580] Compiling v3_conf.cc
[385/580] Compiling v3_bcons.cc
[386/580] Compiling v3_akeya.cc
[387/580] Compiling v3_bitst.cc
[387/580] Compiling v3_alt.cc
[389/580] Compiling v3_akey.cc
[390/580] Compiling i2d_pr.cc
[391/580] Compiling t_x509a.cc
[392/580] Compiling t_req.cc
[393/580] Compiling t_crl.cc
[394/580] Compiling t_x509.cc
[395/580] Compiling rsa_pss.cc
[396/580] Compiling name_print.cc
[397/580] Compiling policy.cc
[398/580] Compiling by_file.cc
[399/580] Compiling asn1_gen.cc
[400/580] Compiling algorithm.cc
[401/580] Compiling a_digest.cc
[402/580] Compiling by_dir.cc
[403/580] Compiling a_verify.cc
[404/580] Compiling voprf.cc
[405/580] Compiling a_sign.cc
[406/580] Compiling trust_token.cc
[407/580] Compiling thread_win.cc
[408/580] Compiling thread_pthread.cc
[408/580] Compiling stack.cc
[410/580] Compiling thread.cc
[411/580] Compiling thread_none.cc
[412/580] Compiling pmbtoken.cc
[413/580] Compiling sha256.cc
[413/580] Compiling sha512.cc
[415/580] Compiling slhdsa.cc
[416/580] Compiling siphash.cc
[417/580] Compiling rsa_extra.cc
[418/580] Compiling sha1.cc
[419/580] Compiling rsa_print.cc
[420/580] Compiling spake2plus.cc
[421/580] Compiling rc4.cc
[422/580] Compiling windows.cc
[423/580] Compiling refcount.cc
[424/580] Compiling rsa_asn1.cc
[425/580] Compiling rsa_crypt.cc
[426/580] Compiling rand.cc
[427/580] Compiling urandom.cc
[428/580] Compiling trusty.cc
[429/580] Compiling passive.cc
[430/580] Compiling getentropy.cc
[431/580] Compiling poly1305_arm_asm.S
[432/580] Compiling ios.cc
[433/580] Compiling deterministic.cc
[434/580] Compiling fork_detect.cc
[435/580] Compiling forkunsafe.cc
[436/580] Compiling poly1305_arm.cc
[437/580] Compiling poly1305_vec.cc
[438/580] Compiling poly1305.cc
[439/580] Compiling pool.cc
[440/580] Compiling pkcs8.cc
[441/580] Compiling pkcs8_x509.cc
[442/580] Compiling pkcs7.cc
[443/580] Compiling p5_pbev2.cc
[444/580] Compiling pem_xaux.cc
[445/580] Compiling pem_x509.cc
[446/580] Compiling pkcs7_x509.cc
[447/580] Compiling pem_pkey.cc
[448/580] Compiling obj_xref.cc
[449/580] Compiling pem_pk8.cc
[450/580] Compiling pem_oth.cc
[451/580] Compiling mlkem.cc
[452/580] Compiling obj.cc
[453/580] Compiling pem_info.cc
[454/580] Compiling pem_all.cc
[455/580] Compiling mldsa.cc
[456/580] Compiling pem_lib.cc
[457/580] Compiling mem.cc
[458/580] Compiling md5.cc
[459/580] Compiling poly_rq_mul.S
[460/580] Compiling fips_shared_support.cc
[461/580] Compiling md4.cc
[462/580] Compiling lhash.cc
[463/580] Compiling sign.cc
[464/580] Compiling hrss.cc
[465/580] Compiling kyber.cc
[466/580] Compiling ex_data.cc
[467/580] Compiling scrypt.cc
[468/580] Compiling hpke.cc
[469/580] Compiling print.cc
[470/580] Compiling p_x25519.cc
[471/580] Compiling pbkdf.cc
[472/580] Compiling p_rsa_asn1.cc
[473/580] Compiling p_x25519_asn1.cc
[474/580] Compiling p_ed25519.cc
[474/580] Compiling p_rsa.cc
[476/580] Compiling p_hkdf.cc
[477/580] Compiling p_ed25519_asn1.cc
[478/580] Compiling p_ec_asn1.cc
[479/580] Compiling p_ec.cc
[480/580] Compiling p_dh.cc
[481/580] Compiling p_dh_asn1.cc
[482/580] Compiling evp_ctx.cc
[483/580] Compiling p_dsa_asn1.cc
[484/580] Compiling err.cc
[485/580] Compiling evp.cc
[486/580] Compiling engine.cc
[487/580] Compiling evp_asn1.cc
[488/580] Compiling ecdh.cc
[489/580] Compiling ecdsa_asn1.cc
[490/580] Compiling hash_to_curve.cc
[491/580] Compiling ec_derive.cc
[492/580] Compiling dsa.cc
[493/580] Compiling ec_asn1.cc
[494/580] Compiling dsa_asn1.cc
[495/580] Compiling params.cc
[496/580] Compiling x25519-asm-arm.S
[497/580] Compiling des.cc
[498/580] Compiling digest_extra.cc
[499/580] Compiling dh_asn1.cc
[500/580] Compiling crypto.cc
[501/580] Compiling cpu_intel.cc
[502/580] Compiling cpu_arm_linux.cc
[503/580] Compiling curve25519.cc
[504/580] Compiling spake25519.cc
[505/580] Compiling cpu_arm_freebsd.cc
[506/580] Compiling cpu_aarch64_win.cc
[507/580] Compiling bcm.cc
[508/580] Compiling cpu_aarch64_openbsd.cc
[509/580] Compiling cpu_aarch64_sysreg.cc
[510/580] Compiling cpu_aarch64_fuchsia.cc
[510/580] Compiling cpu_aarch64_linux.cc
[512/580] Compiling curve25519_64_adx.cc
[513/580] Compiling cpu_aarch64_apple.cc
[514/580] Compiling tls_cbc.cc
[515/580] Compiling conf.cc
[516/580] Compiling get_cipher.cc
[517/580] Compiling e_tls.cc
[517/580] Compiling e_rc4.cc
[519/580] Compiling e_rc2.cc
[520/580] Compiling e_null.cc
[521/580] Compiling e_des.cc
[522/580] Compiling e_chacha20poly1305.cc
[523/580] Compiling e_aesgcmsiv.cc
[524/580] Compiling derive_key.cc
[525/580] Compiling e_aesctrhmac.cc
[526/580] Compiling chacha.cc
[527/580] Compiling unicode.cc
[528/580] Compiling buf.cc
[529/580] Compiling cbs.cc
[530/580] Compiling cbb.cc
[531/580] Compiling ber.cc
[532/580] Compiling asn1_compat.cc
[533/580] Compiling bn_asn1.cc
[534/580] Compiling blake2.cc
[535/580] Compiling convert.cc
[536/580] Compiling printf.cc
[536/580] Compiling socket.cc
[538/580] Compiling socket_helper.cc
[539/580] Compiling pair.cc
[540/580] Compiling hexdump.cc
[541/580] Compiling file.cc
[541/580] Compiling errno.cc
[543/580] Compiling fd.cc
[544/580] Compiling bio_mem.cc
[545/580] Compiling connect.cc
[546/580] Compiling bio.cc
[547/580] Compiling base64.cc
[548/580] Compiling tasn_typ.cc
[549/580] Compiling tasn_fre.cc
[550/580] Compiling tasn_utl.cc
[551/580] Compiling tasn_enc.cc
[552/580] Compiling f_string.cc
[553/580] Compiling posix_time.cc
[554/580] Compiling tasn_new.cc
[555/580] Compiling asn_pack.cc
[556/580] Compiling f_int.cc
[557/580] Compiling tasn_dec.cc
[558/580] Compiling asn1_par.cc
[559/580] Compiling a_utctm.cc
[560/580] Compiling a_type.cc
[561/580] Compiling a_octet.cc
[561/580] Compiling a_time.cc
[563/580] Compiling asn1_lib.cc
[564/580] Compiling a_strex.cc
[565/580] Compiling a_strnid.cc
[566/580] Compiling a_object.cc
[567/580] Compiling a_i2d_fp.cc
[568/580] Compiling a_dup.cc
[569/580] Compiling a_d2i_fp.cc
[570/580] Compiling a_mbstr.cc
[571/580] Write sources
[572/580] Compiling CCompressZlib empty.c
[573/580] Write sources
[574/580] Compiling a_gentm.cc
[575/580] Compiling a_int.cc
[576/606] Compiling a_bool.cc
[577/631] Compiling a_bitstr.cc
[579/648] Compiling Atomics AtomicStorage.swift
[580/648] Compiling Atomics AtomicValue.swift
[581/650] Compiling Atomics AtomicMemoryOrderings.swift
[582/650] Compiling Atomics DoubleWord.swift
[583/650] Compiling Atomics ManagedAtomic.swift
[584/650] Compiling Atomics ManagedAtomicLazyReference.swift
[585/650] Compiling Atomics UnsafeAtomic.swift
[586/650] Compiling Atomics UnsafeAtomicLazyReference.swift
[587/650] Compiling Atomics AtomicInteger.swift
[588/650] Compiling Atomics AtomicOptionalWrappable.swift
[589/650] Compiling Atomics AtomicReference.swift
[590/650] Compiling Atomics IntegerOperations.swift
[591/650] Compiling Atomics Unmanaged extensions.swift
[604/650] Compiling AsyncAlgorithms AsyncChannel.swift
[605/650] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[606/657] Emitting module Atomics
[607/657] Emitting module AsyncAlgorithms
[608/657] Compiling Atomics IntegerConformances.swift
[609/657] Compiling Atomics PointerConformances.swift
[610/657] Compiling Atomics Primitives.native.swift
[611/657] Compiling Atomics OptionalRawRepresentable.swift
[612/657] Compiling Atomics RawRepresentable.swift
[613/657] Compiling Atomics AtomicBool.swift
[613/657] Compiling c-nioatomics.c
[622/658] Compiling c-atomics.c
[624/658] Compiling AsyncAlgorithms Rethrow.swift
[625/658] Compiling AsyncAlgorithms SetAlgebra.swift
[626/658] Compiling AsyncAlgorithms UnsafeTransfer.swift
[627/658] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[628/658] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[629/658] Compiling AsyncAlgorithms ZipStateMachine.swift
[630/658] Compiling AsyncAlgorithms ZipStorage.swift
[631/665] Compiling AsyncAlgorithms ChannelStateMachine.swift
[632/665] Compiling AsyncAlgorithms ChannelStorage.swift
[633/665] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[634/665] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[635/665] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[636/665] Compiling AsyncAlgorithms CombineLatestStorage.swift
[637/665] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[638/665] Compiling AsyncAlgorithms DebounceStateMachine.swift
[639/665] Compiling AsyncAlgorithms DebounceStorage.swift
[640/665] Compiling AsyncAlgorithms Dictionary.swift
[641/665] Compiling AsyncAlgorithms Disconnected.swift
[642/665] Compiling AsyncAlgorithms _TinyArray.swift
[643/665] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[644/665] Compiling AsyncAlgorithms Locking.swift
[645/665] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[646/665] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[647/665] Compiling AsyncAlgorithms MergeStateMachine.swift
[648/665] Compiling AsyncAlgorithms MergeStorage.swift
[649/665] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[650/665] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[651/665] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[652/665] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[653/665] Compiling AsyncAlgorithms AsyncShareSequence.swift
[654/665] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[655/665] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[656/665] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[657/665] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[658/665] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[659/666] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[660/666] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[662/666] Compiling NIOConcurrencyHelpers NIOLock.swift
[663/666] Compiling NIOConcurrencyHelpers lock.swift
[664/675] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[665/675] Emitting module NIOConcurrencyHelpers
[666/675] Compiling NIOConcurrencyHelpers atomics.swift
[667/676] Compiling ServiceLifecycle ClosureService.swift
[669/677] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[670/677] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[671/677] Emitting module ServiceLifecycle
[672/677] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[673/677] Compiling ServiceLifecycle ServiceRunnerError.swift
[674/712] Compiling ServiceLifecycle Service.swift
[675/713] Compiling ServiceLifecycle GracefulShutdown.swift
[676/714] Compiling ServiceLifecycle CancellationWaiter.swift
[677/741] Compiling ServiceLifecycle ServiceGroup.swift
[679/742] Compiling NIOCore NIOCoreSendableMetatype.swift
[680/742] Compiling NIOCore NIODecodedAsyncSequence.swift
[681/742] Compiling NIOCore NIOLoopBound.swift
[682/742] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[683/742] Compiling NIOCore NIOScheduledCallback.swift
[684/742] Compiling NIOCore NIOSendable.swift
[685/742] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[686/742] Compiling NIOCore NIOTransportAccessibleChannelCore.swift
[687/742] Compiling NIOCore RecvByteBufferAllocator.swift
[688/750] Compiling NIOCore EventLoopFuture+Deprecated.swift
[689/750] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[690/750] Compiling NIOCore EventLoopFuture.swift
[691/750] Compiling NIOCore FileDescriptor.swift
[692/750] Compiling NIOCore FileHandle.swift
[693/750] Compiling NIOCore FileRegion.swift
[694/750] Compiling NIOCore GlobalSingletons.swift
[695/750] Compiling NIOCore IO.swift
[696/750] Compiling NIOCore IOData.swift
[697/750] Compiling NIOCore IPProtocol.swift
[698/750] Compiling NIOCore IntegerBitPacking.swift
[699/750] Compiling NIOCore IntegerTypes.swift
[700/750] Compiling NIOCore Interfaces.swift
[701/750] Compiling NIOCore Linux.swift
[702/750] Compiling NIOCore MarkedCircularBuffer.swift
[703/750] Compiling NIOCore MulticastChannel.swift
[704/750] Compiling NIOCore NIOAny.swift
[705/750] Compiling NIOCore NIOCloseOnErrorHandler.swift
[706/750] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[707/750] Compiling NIOCore SocketAddresses.swift
[708/750] Compiling NIOCore SocketOptionProvider.swift
[709/750] Compiling NIOCore SystemCallHelpers.swift
[710/750] Compiling NIOCore TimeAmount+Duration.swift
[711/750] Compiling NIOCore TypeAssistedChannelHandler.swift
[712/750] Compiling NIOCore UniversalBootstrapSupport.swift
[713/750] Compiling NIOCore Utilities.swift
[714/750] Compiling NIOCore AddressedEnvelope.swift
[715/750] Compiling NIOCore AsyncAwaitSupport.swift
[716/750] Compiling NIOCore AsyncChannel.swift
[717/750] Compiling NIOCore AsyncChannelHandler.swift
[718/750] Compiling NIOCore AsyncChannelInboundStream.swift
[719/750] Compiling NIOCore AsyncChannelOutboundWriter.swift
[720/750] Compiling NIOCore NIOAsyncSequenceProducer.swift
[721/750] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[722/750] Compiling NIOCore NIOAsyncWriter.swift
[723/750] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[724/750] Compiling NIOCore BSDSocketAPI.swift
[725/750] Compiling NIOCore ByteBuffer-aux.swift
[726/750] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[727/750] Compiling NIOCore ByteBuffer-conversions.swift
[728/750] Compiling NIOCore ByteBuffer-core.swift
[729/750] Compiling NIOCore ByteBuffer-hex.swift
[730/750] Compiling NIOCore ByteBuffer-int.swift
[731/750] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[732/750] Compiling NIOCore ByteBuffer-multi-int.swift
[733/750] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[734/750] Compiling NIOCore ByteBuffer-views.swift
[735/750] Compiling NIOCore Channel.swift
[736/750] Compiling NIOCore ChannelHandler.swift
[737/750] Compiling NIOCore ChannelHandlers.swift
[738/750] Compiling NIOCore ChannelInvoker.swift
[739/750] Compiling NIOCore ChannelOption.swift
[740/750] Compiling NIOCore ChannelPipeline.swift
[741/750] Compiling NIOCore CircularBuffer.swift
[742/750] Compiling NIOCore Codec.swift
[743/750] Compiling NIOCore ConvenienceOptionSupport.swift
[744/750] Compiling NIOCore DeadChannel.swift
[745/750] Compiling NIOCore DispatchQueue+WithFuture.swift
[746/750] Compiling NIOCore EventLoop+Deprecated.swift
[747/750] Compiling NIOCore EventLoop+SerialExecutor.swift
[748/750] Compiling NIOCore EventLoop.swift
[749/750] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[750/750] Emitting module NIOCore
[752/816] Compiling CompressNIO Error.swift
[753/817] Compiling CompressNIO CompressionAlgorithm.swift
[754/817] Compiling CompressNIO Compressor.swift
[755/817] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[756/817] Compiling CompressNIO Zlib.swift
[757/817] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[758/817] Compiling CompressNIO ZlibWrapper.swift
[759/817] Compiling NIOPosix BSDSocketAPICommon.swift
[760/817] Compiling NIOPosix BSDSocketAPIPosix.swift
[761/817] Emitting module CompressNIO
[763/818] Emitting module NIOHTTPTypes
[764/818] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[765/819] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[766/819] Compiling NIOEmbedded AsyncTestingChannel.swift
[767/819] Compiling NIOEmbedded Embedded.swift
[768/819] Emitting module NIOEmbedded
[771/820] Compiling NIOPosix PipePair.swift
[772/820] Compiling NIOPosix Pool.swift
[773/820] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[774/820] Compiling NIOPosix PosixSingletons.swift
[775/820] Compiling NIOPosix RawSocketBootstrap.swift
[776/820] Compiling NIOPosix Resolver.swift
[777/820] Compiling NIOPosix Selectable.swift
[778/820] Compiling NIOPosix SelectableChannel.swift
[779/820] Compiling NIOPosix SelectableEventLoop.swift
[780/820] Compiling NIOPosix SelectorEpoll.swift
[781/820] Compiling NIOPosix SelectorGeneric.swift
[782/820] Compiling NIOPosix SelectorKqueue.swift
[783/820] Compiling NIOPosix SelectorUring.swift
[784/820] Compiling NIOPosix SelectorWSAPoll.swift
[785/820] Compiling NIOPosix ServerSocket.swift
[786/820] Compiling NIOPosix Socket.swift
[787/820] Compiling NIOPosix SocketChannel.swift
[788/820] Compiling NIOPosix SocketProtocols.swift
[789/820] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[790/820] Compiling NIOPosix System.swift
[791/820] Compiling NIOPosix Thread.swift
[792/826] Emitting module NIOPosix
[793/826] Compiling NIOPosix ThreadPosix.swift
[794/826] Compiling NIOPosix ThreadWindows.swift
[795/826] Compiling NIOPosix Utilities.swift
[796/826] Compiling NIOPosix VsockAddress.swift
[797/826] Compiling NIOPosix VsockChannelEvents.swift
[798/826] Compiling NIOPosix Windows.swift
[799/826] Compiling NIOPosix BaseStreamSocketChannel.swift
[800/826] Compiling NIOPosix Bootstrap.swift
[801/826] Compiling NIOPosix ControlMessage.swift
[802/826] Compiling NIOPosix DatagramVectorReadManager.swift
[803/826] Compiling NIOPosix Errors+Any.swift
[804/826] Compiling NIOPosix FileDescriptor.swift
[805/826] Compiling NIOPosix GetaddrinfoResolver.swift
[808/826] Compiling NIOPosix BSDSocketAPIWindows.swift
[809/826] Compiling NIOPosix BaseSocket.swift
[810/826] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[811/826] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[812/826] Compiling NIOPosix BaseSocketChannel.swift
[813/826] Compiling NIOPosix HappyEyeballs.swift
[814/826] Compiling NIOPosix IO.swift
[815/826] Compiling NIOPosix IntegerBitPacking.swift
[816/826] Compiling NIOPosix IntegerTypes.swift
[817/826] Compiling NIOPosix Linux.swift
[818/826] Compiling NIOPosix LinuxCPUSet.swift
[819/826] Compiling NIOPosix LinuxUring.swift
[820/826] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[821/826] Compiling NIOPosix NIOPosixSendableMetatype.swift
[822/826] Compiling NIOPosix NIOThreadPool.swift
[823/826] Compiling NIOPosix NonBlockingFileIO.swift
[824/826] Compiling NIOPosix PendingDatagramWritesManager.swift
[825/826] Compiling NIOPosix PendingWritesManager.swift
[826/826] Compiling NIOPosix PipeChannel.swift
[828/829] Compiling NIO Exports.swift
[829/829] Emitting module NIO
[831/869] Compiling NIOTLS TLSEvents.swift
[832/869] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[833/869] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[834/869] Compiling NIOSOCKS ClientStateMachine.swift
[835/870] Compiling NIOSOCKS AuthenticationMethod.swift
[836/870] Compiling NIOSOCKS ClientGreeting.swift
[837/870] Compiling NIOSOCKS Errors.swift
[838/870] Compiling NIOSOCKS Helpers.swift
[839/870] Compiling NIOSOCKS ServerStateMachine.swift
[840/870] Compiling NIOSOCKS SOCKSResponse.swift
[841/870] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[842/870] Emitting module NIOTLS
[843/870] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[844/870] Compiling NIOTLS SNIHandler.swift
[846/871] Emitting module NIOSOCKS
[847/871] Compiling NIOSOCKS SOCKSClientHandler.swift
[848/871] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[849/871] Compiling NIOSOCKS Messages.swift
[850/871] Compiling NIOSOCKS SOCKSRequest.swift
[851/872] Emitting module NIOHTTP1
[852/874] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[853/874] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[855/903] Compiling NIOSSL IdentityVerification.swift
[856/903] Compiling NIOSSL NIOSSLServerHandler.swift
[857/903] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[858/903] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[859/903] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[860/903] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[861/903] Emitting module NIOFoundationCompat
[863/904] Compiling NIOSSL SSLCallbacks.swift
[864/904] Compiling NIOSSL SubjectAlternativeName.swift
[865/909] Compiling NIOSSL NIOSSLHandler.swift
[866/909] Compiling NIOSSL AndroidCABundle.swift
[867/909] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[868/910] Compiling NIOTransportServices NIOTSErrors.swift
[869/911] Compiling NIOTransportServices NIOTSEventLoop.swift
[870/911] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[871/911] Compiling NIOSSL ByteBufferBIO.swift
[872/911] Compiling NIOSSL CustomPrivateKey.swift
[873/924] Compiling NIOTransportServices AcceptHandler.swift
[874/924] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[875/924] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[877/927] Emitting module NIOTransportServices
[884/929] Compiling NIOTransportServices StateManagedChannel.swift
[885/929] Compiling NIOTransportServices StateManagedListenerChannel.swift
[886/929] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[887/929] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[888/929] Compiling NIOTransportServices NIOTSSingletons.swift
[889/929] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[890/929] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[891/929] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[892/929] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[893/929] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[894/929] Compiling NIOTransportServices NIOTSListenerChannel.swift
[895/929] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[896/929] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[897/929] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[898/929] Compiling NIOTransportServices NIOTSBootstraps.swift
[899/929] Compiling NIOTransportServices NIOTSChannelOptions.swift
[900/929] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[902/944] Compiling NIOSSL SSLPrivateKey.swift
[903/944] Compiling NIOSSL SSLPublicKey.swift
[904/944] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[905/944] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[906/948] Emitting module NIOHTTPTypesHTTP1
[907/948] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[908/948] Compiling NIOWebSocket WebSocketOpcode.swift
[909/949] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[910/949] Compiling NIOWebSocket SHA1.swift
[911/949] Compiling NIOWebSocket WebSocketErrorCodes.swift
[912/949] Compiling NIOWebSocket WebSocketFrame.swift
[913/949] Emitting module NIOSSL
[914/949] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[915/949] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[916/949] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[917/949] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[918/950] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[919/950] Emitting module NIOWebSocket
[920/950] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[921/950] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[947/951] Compiling NIOSSL SSLPKCS12Bundle.swift
[948/966] Compiling NIOSSL Zeroization.swift
[949/966] Compiling NIOSSL TLSConfiguration.swift
[950/966] Compiling NIOSSL UniversalBootstrapSupport.swift
[951/966] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[952/967] Compiling WSCore UnsafeTransfer.swift
[953/967] Compiling WSCore WebSocketContext.swift
[954/967] Compiling WSCore WebSocketExtension.swift
[955/967] Compiling WSCore WebSocketExtensionBuilder.swift
[956/967] Compiling WSCore WebSocketExtensionHTTPParameters.swift
[957/967] Compiling WSCore String+validatingString.swift
[958/967] Emitting module WSCore
[959/968] Compiling WSCore WebSocketMessage.swift
[960/968] Compiling WSCore WebSocketOutboundWriter.swift
[962/968] Compiling WSCore WebSocketInboundMessageStream.swift
[963/968] Compiling WSCore WebSocketInboundStream.swift
[964/968] Compiling WSCore WebSocketStateMachine.swift
[965/968] Compiling WSCore WebSocketDataFrame.swift
[966/968] Compiling WSCore WebSocketDataHandler.swift
[967/968] Compiling WSCore WebSocketFrameSequence.swift
[968/968] Compiling WSCore WebSocketHandler.swift
[970/983] Compiling WSClient WebSocketClientConfiguration.swift
[971/984] Compiling WSClient URI.swift
[972/984] Compiling WSClient Exports.swift
[973/984] Compiling WSClient WebSocketClient.swift
[974/984] Compiling WSClient HTTP1ProxyConnectHandler.swift
[975/984] Compiling WSClient SOCKSEventHandler.swift
[976/984] Compiling WSClient WebSocketClientChannel.swift
[977/984] Compiling WSClient WebSocketClientError.swift
[978/984] Compiling WSCompression PerMessageDeflateExtension.swift
[979/984] Emitting module WSCompression
[980/984] Compiling WSClient ClientChannel.swift
[981/984] Compiling WSClient ClientConnection.swift
[982/984] Emitting module WSClient
[983/984] Compiling WSClient Parser.swift
[984/984] Compiling WSClient TSTLSOptions.swift
Build complete! (209.41s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-http-types",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-types.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.93.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-nio-extras",
"requirement" : {
"range" : [
{
"lower_bound" : "1.31.3",
"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"
},
{
"identity" : "swift-nio-transport-services",
"requirement" : {
"range" : [
{
"lower_bound" : "1.20.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
},
{
"identity" : "compress-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "1.3.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/adam-fowler/compress-nio.git"
},
{
"identity" : "swift-service-lifecycle",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/swift-server/swift-service-lifecycle"
}
],
"manifest_display_name" : "swift-websocket",
"name" : "swift-websocket",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "tvos",
"version" : "16.0"
}
],
"products" : [
{
"name" : "WSClient",
"targets" : [
"WSClient"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "WSCompression",
"targets" : [
"WSCompression"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "WSCore",
"targets" : [
"WSCore"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WebSocketTests",
"module_type" : "SwiftTarget",
"name" : "WebSocketTests",
"path" : "Tests/WebSocketTests",
"product_dependencies" : [
"NIOEmbedded"
],
"sources" : [
"AutobahnTests.swift",
"ClientTests.swift",
"ProxySettingsTests.swift",
"WebSocketExtensionNegotiationTests.swift",
"WebSocketStateMachineTests.swift"
],
"target_dependencies" : [
"WSClient",
"WSCompression"
],
"type" : "test"
},
{
"c99name" : "WSCore",
"module_type" : "SwiftTarget",
"name" : "WSCore",
"path" : "Sources/WSCore",
"product_dependencies" : [
"HTTPTypes",
"NIOCore",
"NIOWebSocket",
"ServiceLifecycle"
],
"product_memberships" : [
"WSClient",
"WSCompression",
"WSCore"
],
"sources" : [
"Extensions/WebSocketExtension.swift",
"Extensions/WebSocketExtensionBuilder.swift",
"Extensions/WebSocketExtensionHTTPParameters.swift",
"String+validatingString.swift",
"UnsafeTransfer.swift",
"WebSocketContext.swift",
"WebSocketDataFrame.swift",
"WebSocketDataHandler.swift",
"WebSocketFrameSequence.swift",
"WebSocketHandler.swift",
"WebSocketInboundMessageStream.swift",
"WebSocketInboundStream.swift",
"WebSocketMessage.swift",
"WebSocketOutboundWriter.swift",
"WebSocketStateMachine.swift"
],
"type" : "library"
},
{
"c99name" : "WSCompression",
"module_type" : "SwiftTarget",
"name" : "WSCompression",
"path" : "Sources/WSCompression",
"product_dependencies" : [
"CompressNIO"
],
"product_memberships" : [
"WSCompression"
],
"sources" : [
"PerMessageDeflateExtension.swift"
],
"target_dependencies" : [
"WSCore"
],
"type" : "library"
},
{
"c99name" : "WSClient",
"module_type" : "SwiftTarget",
"name" : "WSClient",
"path" : "Sources/WSClient",
"product_dependencies" : [
"HTTPTypes",
"Logging",
"NIOCore",
"NIOHTTPTypesHTTP1",
"NIOPosix",
"NIOSOCKS",
"NIOSSL",
"NIOTransportServices",
"NIOWebSocket"
],
"product_memberships" : [
"WSClient"
],
"sources" : [
"Client/ClientChannel.swift",
"Client/ClientConnection.swift",
"Client/Parser.swift",
"Client/TSTLSOptions.swift",
"Client/URI.swift",
"Exports.swift",
"HTTP1ProxyConnectHandler.swift",
"SOCKSEventHandler.swift",
"WebSocketClient.swift",
"WebSocketClientChannel.swift",
"WebSocketClientConfiguration.swift",
"WebSocketClientError.swift"
],
"target_dependencies" : [
"WSCore"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8e1c3aab9de7fa4f6e33977b6a4cee007e876da3e605dda0be6b9b9bf86aa951
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.