Build Information
Successful build of swift-websocket, reference 1.5.0 (ca48d4), with Swift 6.1 for Android on 26 Feb 2026 18:42:12 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -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: android
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-0":/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: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:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/swift-server/swift-service-lifecycle
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/adam-fowler/compress-nio.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio.git
[1/643] Fetching compress-nio
[644/3292] Fetching compress-nio, swift-service-lifecycle
[1174/6107] Fetching compress-nio, swift-service-lifecycle, swift-nio-transport-services
[6108/12592] Fetching compress-nio, swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras
[12593/95048] Fetching compress-nio, swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.61s)
Fetching https://github.com/apple/swift-log.git
[11055/88563] Fetching compress-nio, swift-service-lifecycle, swift-nio-transport-services, swift-nio
[11056/103904] Fetching compress-nio, swift-service-lifecycle, swift-nio-transport-services, swift-nio, swift-nio-ssl
[38344/109994] Fetching compress-nio, swift-service-lifecycle, swift-nio-transport-services, swift-nio, swift-nio-ssl, swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.20s)
[48621/103904] Fetching compress-nio, swift-service-lifecycle, swift-nio-transport-services, swift-nio, swift-nio-ssl
Fetching https://github.com/apple/swift-http-types.git
[52611/104855] Fetching compress-nio, swift-service-lifecycle, swift-nio-transport-services, swift-nio, swift-nio-ssl, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.44s)
[53070/103904] Fetching compress-nio, swift-service-lifecycle, swift-nio-transport-services, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.29s)
[60247/88563] Fetching compress-nio, swift-service-lifecycle, swift-nio-transport-services, swift-nio
Fetched https://github.com/adam-fowler/compress-nio.git from cache (7.59s)
Fetched https://github.com/swift-server/swift-service-lifecycle from cache (7.59s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (7.59s)
Fetched https://github.com/apple/swift-nio.git from cache (7.71s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.32.1 (8.66s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-asn1.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1760] Fetching swift-asn1
[1761/2970] Fetching swift-asn1, swift-http-structured-headers
[2971/4790] Fetching swift-asn1, swift-http-structured-headers, swift-atomics
[3572/10848] Fetching swift-asn1, swift-http-structured-headers, swift-atomics, swift-algorithms
[8850/16990] Fetching swift-asn1, swift-http-structured-headers, swift-atomics, swift-algorithms, swift-async-algorithms
[12876/24099] Fetching swift-asn1, swift-http-structured-headers, swift-atomics, swift-algorithms, swift-async-algorithms, swift-certificates
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (2.19s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (2.25s)
Fetched https://github.com/apple/swift-asn1.git from cache (2.25s)
Fetched https://github.com/apple/swift-atomics.git from cache (2.25s)
Fetched https://github.com/apple/swift-algorithms.git from cache (2.25s)
Fetched https://github.com/apple/swift-certificates.git from cache (2.25s)
[1/11998] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.11s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (5.75s)
Fetching https://github.com/apple/swift-numerics.git
[1/6416] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.46s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.08s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.95.0 (1.07s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/20095] Fetching swift-collections
[1207/25678] Fetching swift-collections, swift-system
Fetched https://github.com/apple/swift-system.git from cache (1.20s)
Fetched https://github.com/apple/swift-collections.git from cache (1.23s)
Computing version for https://github.com/adam-fowler/compress-nio.git
Computed https://github.com/adam-fowler/compress-nio.git at 1.4.2 (1.75s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.62s)
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.57s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.2 (0.67s)
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.57s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.1 (2.75s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.51s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.18.0 (0.64s)
Fetching https://github.com/apple/swift-crypto.git
[1/17221] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.21s)
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 (2.88s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.10.1 (0.77s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (0.68s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.94s)
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.91s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (2.18s)
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.73s)
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-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.6.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/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-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-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-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.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.95.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.26.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-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-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-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
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-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-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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Building for debugging...
[0/447] Write sources
[22/447] Compiling CNIOWindows shim.c
[23/447] Write sources
[29/447] Compiling CNIOWindows WSAStartup.c
[30/447] Compiling CNIOWASI CNIOWASI.c
[31/447] Compiling CNIOOpenBSD shim.c
[32/447] Compiling CNIOPosix event_loop_id.c
[33/447] Compiling _AtomicsShims.c
[34/447] Compiling CNIOLinux liburing_shims.c
[35/447] Compiling CNIODarwin shim.c
[36/447] Compiling CNIOLLHTTP c_nio_http.c
[37/447] Compiling CNIOSHA1 c_nio_sha1.c
[38/447] Compiling CNIOLinux shim.c
[39/447] Compiling fiat_p256_adx_sqr.S
[40/447] Compiling CNIOLLHTTP c_nio_api.c
[41/447] Compiling fiat_p256_adx_mul.S
[42/447] Compiling fiat_curve25519_adx_square.S
[43/447] Compiling fiat_curve25519_adx_mul.S
[44/447] Write swift-version-24593BA9C3E375BF.txt
[45/447] Compiling CNIOLLHTTP c_nio_llhttp.c
[46/451] Compiling CNIOBoringSSLShims shims.c
[47/453] Compiling tls_method.cc
[48/453] Compiling tls_record.cc
[49/453] Compiling tls13_enc.cc
[50/453] Compiling tls13_server.cc
[51/453] Compiling tls13_client.cc
[52/462] Compiling tls13_both.cc
[53/486] Compiling ssl_x509.cc
[54/486] Compiling t1_enc.cc
[56/486] Compiling ConcurrencyHelpers LockedValueBox.swift
[57/486] Compiling _NIODataStructures _TinyArray.swift
[58/486] Emitting module InternalCollectionsUtilities
[59/486] Compiling HTTPTypes HTTPField.swift
[60/486] Compiling HTTPTypes HTTPFieldName.swift
[61/486] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[62/488] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[63/488] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[64/488] Compiling InternalCollectionsUtilities UInt+reversed.swift
[65/488] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[66/488] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[67/488] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[68/488] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[69/488] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[70/488] Compiling InternalCollectionsUtilities Debugging.swift
[71/488] Compiling InternalCollectionsUtilities Descriptions.swift
[72/488] Compiling InternalCollectionsUtilities _SortedCollection.swift
[73/488] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[74/488] Compiling _NIODataStructures PriorityQueue.swift
[75/488] Emitting module _NIOBase64
[76/488] Compiling _NIOBase64 Base64.swift
[77/489] Emitting module _NIODataStructures
[78/489] Compiling _NIODataStructures Heap.swift
[79/490] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[80/490] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[83/491] Compiling ssl_transcript.cc
[85/491] Compiling HTTPTypes ISOLatin1String.swift
[85/492] Compiling ssl_versions.cc
[87/562] Compiling HTTPTypes NIOLock.swift
[88/562] Compiling HTTPTypes HTTPRequest.swift
[89/562] Compiling HTTPTypes HTTPResponse.swift
[90/562] Compiling DequeModule Deque+CustomReflectable.swift
[91/562] Compiling DequeModule Deque+Descriptions.swift
[92/564] Compiling DequeModule _DequeBuffer.swift
[93/564] Compiling DequeModule _DequeBufferHeader.swift
[94/564] Emitting module HTTPTypes
[95/564] Compiling DequeModule Deque+Equatable.swift
[96/564] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[97/564] Emitting module Logging
[98/564] Compiling Logging Locks.swift
[99/564] Compiling Logging MetadataProvider.swift
[100/564] Emitting module ConcurrencyHelpers
[101/564] Compiling ConcurrencyHelpers Lock.swift
[102/565] Compiling DequeModule Deque+Testing.swift
[103/565] Compiling DequeModule Deque._Storage.swift
[104/565] Compiling DequeModule Deque+Extras.swift
[105/565] Compiling DequeModule Deque+Hashable.swift
[106/565] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[107/565] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[108/565] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[109/565] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[110/565] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[111/565] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[112/565] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[113/565] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[114/565] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[115/565] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[116/565] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[117/565] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[118/565] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[119/565] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[120/565] Compiling HTTPTypes HTTPParsedFields.swift
[121/565] Compiling HTTPTypes HTTPRequest+URL.swift
[122/572] Compiling Logging LogHandler.swift
[123/572] Compiling Logging Logging.swift
[123/573] Compiling ssl_stat.cc
[125/573] Compiling ssl_privkey.cc
[126/573] Compiling ssl_session.cc
[129/573] Compiling OrderedCollections OrderedSet+Initializers.swift
[130/573] Compiling OrderedCollections OrderedSet+Insertions.swift
[131/573] Compiling OrderedCollections OrderedSet+Invariants.swift
[132/573] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[133/573] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[134/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[135/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[136/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[137/573] Compiling OrderedCollections OrderedDictionary.swift
[138/573] Compiling OrderedCollections OrderedSet+Codable.swift
[139/573] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[140/573] Compiling OrderedCollections OrderedSet+Descriptions.swift
[141/573] Compiling OrderedCollections OrderedSet+Diffing.swift
[142/573] Compiling OrderedCollections OrderedSet+Equatable.swift
[143/573] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[144/573] Compiling OrderedCollections OrderedSet+Hashable.swift
[145/573] Compiling DequeModule _DequeSlot.swift
[146/573] Compiling DequeModule _UnsafeWrappedBuffer.swift
[147/573] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[148/573] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[149/573] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[150/573] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[151/573] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[152/573] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[153/573] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[154/573] Compiling OrderedCollections OrderedDictionary+Values.swift
[155/573] Compiling DequeModule Deque._UnsafeHandle.swift
[156/573] Compiling DequeModule Deque.swift
[165/576] Emitting module UnixSignals
[166/576] Emitting module DequeModule
[167/576] Compiling DequeModule Deque+Codable.swift
[168/576] Compiling DequeModule Deque+Collection.swift
[170/577] Compiling UnixSignals UnixSignalsSequence.swift
[171/577] Compiling UnixSignals UnixSignal.swift
[181/578] Compiling OrderedCollections OrderedSet+Sendable.swift
[182/578] Compiling OrderedCollections OrderedSet+SubSequence.swift
[183/578] Compiling OrderedCollections OrderedSet+Testing.swift
[184/578] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[185/578] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[186/578] Compiling OrderedCollections OrderedSet.swift
[187/578] Compiling OrderedCollections _UnsafeBitset.swift
[188/578] Emitting module OrderedCollections
[188/579] Compiling ssl_file.cc
[190/579] Compiling ssl_key_share.cc
[191/579] Compiling ssl_credential.cc
[192/579] Compiling ssl_cipher.cc
[193/579] Compiling ssl_lib.cc
[194/579] Compiling ssl_cert.cc
[198/579] Compiling HTTPTypes HTTPFields.swift
[199/580] Compiling ssl_buffer.cc
[200/580] Compiling ssl_aead_ctx.cc
[201/580] Compiling s3_pkt.cc
[202/580] Compiling ssl_asn1.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 handoff.cc
[208/580] Compiling encrypted_client_hello.cc
[209/580] Compiling handshake.cc
[210/580] Compiling dtls_record.cc
[211/580] Compiling md5-x86_64-linux.S
[212/580] Compiling extensions.cc
[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 dtls_method.cc
[217/580] Compiling chacha20_poly1305_x86_64-linux.S
[218/580] Compiling chacha20_poly1305_x86_64-apple.S
[219/580] Compiling chacha20_poly1305_armv8-win.S
[220/580] Compiling chacha20_poly1305_armv8-apple.S
[221/580] Compiling chacha20_poly1305_armv8-linux.S
[222/580] Compiling chacha-x86_64-linux.S
[223/580] Compiling chacha-x86_64-apple.S
[224/580] Compiling chacha-x86-linux.S
[225/580] Compiling chacha-x86-apple.S
[226/580] Compiling chacha-armv8-win.S
[227/580] Compiling chacha-armv8-apple.S
[228/580] Compiling chacha-armv8-linux.S
[229/580] Compiling chacha-armv4-linux.S
[230/580] Compiling aes128gcmsiv-x86_64-linux.S
[231/580] Compiling aes128gcmsiv-x86_64-apple.S
[232/580] Compiling x86_64-mont5-linux.S
[233/580] Compiling err_data.cc
[234/580] Compiling d1_srtp.cc
[235/580] Compiling x86_64-mont5-apple.S
[236/580] Compiling x86_64-mont-linux.S
[237/580] Compiling x86_64-mont-apple.S
[238/580] Compiling x86-mont-linux.S
[239/580] Compiling x86-mont-apple.S
[240/580] Compiling d1_pkt.cc
[241/580] Compiling vpaes-x86_64-linux.S
[242/580] Compiling vpaes-x86-linux.S
[243/580] Compiling vpaes-x86-apple.S
[244/580] Compiling vpaes-x86_64-apple.S
[245/580] Compiling bio_ssl.cc
[246/580] Compiling vpaes-armv8-win.S
[246/580] Compiling d1_lib.cc
[248/580] Compiling vpaes-armv8-apple.S
[249/580] Compiling vpaes-armv8-linux.S
[250/580] Compiling sha512-x86_64-linux.S
[251/580] Compiling vpaes-armv7-linux.S
[252/580] Compiling sha512-x86_64-apple.S
[253/580] Compiling sha512-armv8-win.S
[254/580] Compiling sha512-armv8-apple.S
[255/580] Compiling sha512-armv4-linux.S
[256/580] Compiling sha512-586-linux.S
[257/580] Compiling sha512-586-apple.S
[258/580] Compiling sha512-armv8-linux.S
[259/580] Compiling sha256-x86_64-linux.S
[260/580] Compiling sha256-x86_64-apple.S
[261/580] Compiling sha256-armv8-win.S
[262/580] Compiling sha256-armv8-apple.S
[263/580] Compiling sha256-armv4-linux.S
[264/580] Compiling sha256-586-linux.S
[265/580] Compiling sha256-armv8-linux.S
[266/580] Compiling sha256-586-apple.S
[267/580] Compiling sha1-x86_64-linux.S
[268/580] Compiling sha1-x86_64-apple.S
[269/580] Compiling sha1-armv8-win.S
[269/580] Compiling sha1-armv8-apple.S
[271/580] Compiling sha1-armv4-large-linux.S
[272/580] Compiling sha1-586-linux.S
[273/580] Compiling sha1-armv8-linux.S
[274/580] Compiling rsaz-avx2-linux.S
[275/580] Compiling sha1-586-apple.S
[276/580] Compiling rsaz-avx2-apple.S
[277/580] Compiling rdrand-x86_64-linux.S
[278/580] Compiling rdrand-x86_64-apple.S
[279/580] Compiling p256_beeu-x86_64-asm-linux.S
[280/580] Compiling p256_beeu-x86_64-asm-apple.S
[281/580] Compiling p256_beeu-armv8-asm-win.S
[282/580] Compiling p256_beeu-armv8-asm-linux.S
[283/580] Compiling p256-x86_64-asm-linux.S
[284/580] Compiling p256_beeu-armv8-asm-apple.S
[285/580] Compiling p256-x86_64-asm-apple.S
[286/580] Compiling p256-armv8-asm-win.S
[287/580] Compiling p256-armv8-asm-apple.S
[288/580] Compiling ghashv8-armv8-win.S
[289/580] Compiling ghashv8-armv8-apple.S
[290/580] Compiling ghashv8-armv8-linux.S
[291/580] Compiling ghashv8-armv7-linux.S
[292/580] Compiling p256-armv8-asm-linux.S
[293/580] Compiling ghash-x86_64-linux.S
[294/580] Compiling ghash-x86_64-apple.S
[295/580] Compiling ghash-x86-linux.S
[296/580] Compiling ghash-ssse3-x86_64-linux.S
[297/580] Compiling ghash-x86-apple.S
[298/580] Compiling ghash-ssse3-x86_64-apple.S
[299/580] Compiling ghash-ssse3-x86-linux.S
[300/580] Compiling ghash-ssse3-x86-apple.S
[301/580] Compiling ghash-neon-armv8-win.S
[302/580] Compiling ghash-neon-armv8-apple.S
[303/580] Compiling ghash-armv4-linux.S
[304/580] Compiling co-586-linux.S
[305/580] Compiling ghash-neon-armv8-linux.S
[306/580] Compiling co-586-apple.S
[307/580] Compiling bsaes-armv7-linux.S
[308/580] Compiling bn-armv8-win.S
[309/580] Compiling bn-armv8-apple.S
[310/580] Compiling bn-armv8-linux.S
[311/580] Compiling bn-586-apple.S
[312/580] Compiling bn-586-linux.S
[313/580] Compiling armv8-mont-win.S
[314/580] Compiling armv8-mont-apple.S
[315/580] Compiling armv8-mont-linux.S
[316/580] Compiling d1_both.cc
[317/580] Compiling armv4-mont-linux.S
[318/580] Compiling aesv8-gcm-armv8-win.S
[319/580] Compiling aesv8-gcm-armv8-apple.S
[320/580] Compiling aesv8-armv8-win.S
[321/580] Compiling aesv8-gcm-armv8-linux.S
[322/580] Compiling aesv8-armv8-apple.S
[323/580] Compiling aesv8-armv8-linux.S
[324/580] Compiling aesni-x86_64-linux.S
[325/580] Compiling aesv8-armv7-linux.S
[326/580] Compiling aesni-x86_64-apple.S
[327/580] Compiling aesni-x86-linux.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-linux.S
[332/580] Compiling aes-gcm-avx2-x86_64-apple.S
[333/580] Compiling aes-gcm-avx10-x86_64-apple.S
[334/580] Compiling aes-gcm-avx10-x86_64-linux.S
[335/580] Compiling x_pubkey.cc
[336/580] Compiling x_val.cc
[337/580] Compiling x_sig.cc
[338/580] Compiling x_x509.cc
[339/580] Compiling x_x509a.cc
[340/580] Compiling x_req.cc
[341/580] Compiling x_spki.cc
[342/580] Compiling x_name.cc
[343/580] Compiling x_exten.cc
[344/580] Compiling x509spki.cc
[345/580] Compiling x_crl.cc
[346/580] Compiling x_algor.cc
[346/580] Compiling x_all.cc
[348/580] Compiling x509name.cc
[349/580] Compiling x_attrib.cc
[350/580] Compiling x509rset.cc
[351/580] Compiling x509_v3.cc
[352/580] Compiling x509_vpm.cc
[353/580] Compiling x509cset.cc
[354/580] Compiling x509_txt.cc
[355/580] Compiling x509_vfy.cc
[356/580] Compiling x509_trs.cc
[357/580] Compiling x509_set.cc
[358/580] Compiling x509_req.cc
[359/580] Compiling x509_obj.cc
[360/580] Compiling x509_ext.cc
[361/580] Compiling x509_def.cc
[362/580] Compiling x509_lu.cc
[363/580] Compiling x509_d2.cc
[364/580] Compiling x509_cmp.cc
[365/580] Compiling x509_att.cc
[366/580] Compiling x509.cc
[367/580] Compiling v3_skey.cc
[368/580] Compiling v3_utl.cc
[369/580] Compiling v3_prn.cc
[370/580] Compiling v3_pmaps.cc
[371/580] Compiling v3_purp.cc
[372/580] Compiling v3_pcons.cc
[373/580] Compiling v3_ncons.cc
[374/580] Compiling v3_ocsp.cc
[375/580] Compiling v3_info.cc
[376/580] Compiling v3_extku.cc
[377/580] Compiling v3_genn.cc
[378/580] Compiling v3_int.cc
[379/580] Compiling v3_ia5.cc
[380/580] Compiling v3_lib.cc
[381/580] Compiling v3_enum.cc
[382/580] Compiling v3_crld.cc
[383/580] Compiling v3_bitst.cc
[384/580] Compiling v3_conf.cc
[385/580] Compiling v3_cpols.cc
[386/580] Compiling v3_alt.cc
[387/580] Compiling v3_akeya.cc
[388/580] Compiling v3_bcons.cc
[389/580] Compiling t_x509a.cc
[390/580] Compiling v3_akey.cc
[391/580] Compiling i2d_pr.cc
[392/580] Compiling policy.cc
[393/580] Compiling t_x509.cc
[394/580] Compiling rsa_pss.cc
[395/580] Compiling t_crl.cc
[396/580] Compiling t_req.cc
[397/580] Compiling name_print.cc
[398/580] Compiling by_file.cc
[399/580] Compiling a_sign.cc
[400/580] Compiling algorithm.cc
[401/580] Compiling trust_token.cc
[402/580] Compiling by_dir.cc
[403/580] Compiling asn1_gen.cc
[404/580] Compiling a_digest.cc
[405/580] Compiling a_verify.cc
[406/580] Compiling voprf.cc
[407/580] Compiling thread_win.cc
[408/580] Compiling thread_pthread.cc
[409/580] Compiling thread_none.cc
[410/580] Compiling pmbtoken.cc
[411/580] Compiling stack.cc
[412/580] Compiling siphash.cc
[413/580] Compiling slhdsa.cc
[414/580] Compiling thread.cc
[415/580] Compiling sha512.cc
[416/580] Compiling sha256.cc
[417/580] Compiling sha1.cc
[418/580] Compiling spake2plus.cc
[419/580] Compiling rsa_extra.cc
[420/580] Compiling rsa_print.cc
[421/580] Compiling rsa_crypt.cc
[422/580] Compiling refcount.cc
[423/580] Compiling urandom.cc
[424/580] Compiling windows.cc
[425/580] Compiling rand.cc
[426/580] Compiling rc4.cc
[427/580] Compiling trusty.cc
[428/580] Compiling rsa_asn1.cc
[429/580] Compiling passive.cc
[430/580] Compiling poly1305_arm_asm.S
[431/580] Compiling forkunsafe.cc
[432/580] Compiling fork_detect.cc
[433/580] Compiling ios.cc
[434/580] Compiling getentropy.cc
[435/580] Compiling poly1305_vec.cc
[436/580] Compiling deterministic.cc
[437/580] Compiling poly1305_arm.cc
[438/580] Compiling pool.cc
[439/580] Compiling poly1305.cc
[440/580] Compiling pkcs8_x509.cc
[441/580] Compiling pkcs8.cc
[442/580] Compiling p5_pbev2.cc
[443/580] Compiling pkcs7.cc
[444/580] Compiling pkcs7_x509.cc
[445/580] Compiling pem_x509.cc
[446/580] Compiling pem_pkey.cc
[447/580] Compiling pem_xaux.cc
[448/580] Compiling mlkem.cc
[449/580] Compiling pem_oth.cc
[450/580] Compiling pem_pk8.cc
[451/580] Compiling pem_lib.cc
[452/580] Compiling pem_info.cc
[453/580] Compiling obj_xref.cc
[454/580] Compiling pem_all.cc
[455/580] Compiling md4.cc
[456/580] Compiling md5.cc
[457/580] Compiling obj.cc
[458/580] Compiling mldsa.cc
[459/580] Compiling fips_shared_support.cc
[460/580] Compiling poly_rq_mul.S
[461/580] Compiling lhash.cc
[462/580] Compiling mem.cc
[463/580] Compiling ex_data.cc
[464/580] Compiling hrss.cc
[465/580] Compiling scrypt.cc
[466/580] Compiling kyber.cc
[467/580] Compiling hpke.cc
[468/580] Compiling print.cc
[469/580] Compiling sign.cc
[470/580] Compiling pbkdf.cc
[471/580] Compiling p_x25519.cc
[472/580] Compiling p_hkdf.cc
[473/580] Compiling p_rsa_asn1.cc
[474/580] Compiling p_rsa.cc
[475/580] Compiling p_ed25519.cc
[476/580] Compiling p_x25519_asn1.cc
[477/580] Compiling p_ed25519_asn1.cc
[478/580] Compiling p_ec.cc
[479/580] Compiling p_dh.cc
[480/580] Compiling p_ec_asn1.cc
[481/580] Compiling p_dh_asn1.cc
[482/580] Compiling evp_ctx.cc
[483/580] Compiling p_dsa_asn1.cc
[484/580] Compiling evp_asn1.cc
[485/580] Compiling engine.cc
[486/580] Compiling err.cc
[487/580] Compiling evp.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 bcm.cc
[494/580] Compiling ec_asn1.cc
[495/580] Compiling dsa_asn1.cc
[496/580] Compiling dh_asn1.cc
[497/580] Compiling params.cc
[498/580] Compiling digest_extra.cc
[499/580] Compiling des.cc
[500/580] Compiling spake25519.cc
[501/580] Compiling x25519-asm-arm.S
[502/580] Compiling crypto.cc
[503/580] Compiling curve25519_64_adx.cc
[504/580] Compiling cpu_intel.cc
[505/580] Compiling cpu_aarch64_win.cc
[506/580] Compiling cpu_arm_freebsd.cc
[507/580] Compiling cpu_arm_linux.cc
[508/580] Compiling curve25519.cc
[509/580] Compiling cpu_aarch64_sysreg.cc
[510/580] Compiling cpu_aarch64_openbsd.cc
[511/580] Compiling cpu_aarch64_linux.cc
[512/580] Compiling cpu_aarch64_fuchsia.cc
[513/580] Compiling conf.cc
[514/580] Compiling cpu_aarch64_apple.cc
[515/580] Compiling get_cipher.cc
[516/580] Compiling e_tls.cc
[517/580] Compiling tls_cbc.cc
[518/580] Compiling e_rc2.cc
[519/580] Compiling e_rc4.cc
[520/580] Compiling e_null.cc
[521/580] Compiling derive_key.cc
[522/580] Compiling e_des.cc
[523/580] Compiling e_chacha20poly1305.cc
[524/580] Compiling e_aesctrhmac.cc
[525/580] Compiling e_aesgcmsiv.cc
[526/580] Compiling chacha.cc
[527/580] Compiling unicode.cc
[528/580] Compiling buf.cc
[529/580] Compiling asn1_compat.cc
[530/580] Compiling cbb.cc
[531/580] Compiling cbs.cc
[532/580] Compiling convert.cc
[533/580] Compiling ber.cc
[534/580] Compiling bn_asn1.cc
[535/580] Compiling blake2.cc
[536/580] Compiling socket_helper.cc
[537/580] Compiling printf.cc
[538/580] Compiling socket.cc
[538/580] Compiling hexdump.cc
[540/580] Compiling pair.cc
[541/580] Compiling file.cc
[542/580] Compiling fd.cc
[543/580] Compiling errno.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_utl.cc
[550/580] Compiling tasn_fre.cc
[551/580] Compiling tasn_dec.cc
[552/580] Compiling tasn_enc.cc
[553/580] Compiling f_string.cc
[554/580] Compiling f_int.cc
[555/580] Compiling tasn_new.cc
[556/580] Compiling posix_time.cc
[557/580] Compiling asn_pack.cc
[558/580] Compiling asn1_par.cc
[559/580] Compiling asn1_lib.cc
[560/580] Compiling a_type.cc
[561/580] Compiling a_time.cc
[562/580] Compiling a_utctm.cc
[563/580] Compiling a_octet.cc
[564/580] Compiling a_object.cc
[565/580] Compiling a_strex.cc
[566/580] Compiling a_i2d_fp.cc
[567/580] Compiling a_strnid.cc
[568/580] Compiling a_mbstr.cc
[569/580] Compiling a_int.cc
[570/580] Compiling CCompressZlib empty.c
[570/580] Write sources
[573/580] Compiling a_gentm.cc
[574/580] Compiling a_dup.cc
[576/648] Compiling AsyncAlgorithms AsyncMapErrorSequence.swift
[577/648] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[577/650] Compiling a_d2i_fp.cc
[579/650] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[580/650] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[581/650] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[582/650] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[582/650] Compiling a_bitstr.cc
[584/650] Compiling Atomics UnsafeAtomic.swift
[585/650] Compiling Atomics UnsafeAtomicLazyReference.swift
[586/650] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[587/650] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[588/650] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[589/650] Compiling Atomics IntegerOperations.swift
[590/650] Compiling Atomics Unmanaged extensions.swift
[590/650] Compiling a_bool.cc
[597/650] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[598/650] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[599/657] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[600/657] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[601/657] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[602/657] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[603/657] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[604/657] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[619/657] Emitting module Atomics
[621/658] Emitting module AsyncAlgorithms
[621/658] Compiling c-nioatomics.c
[623/658] Compiling AsyncAlgorithms Rethrow.swift
[624/658] Compiling AsyncAlgorithms SetAlgebra.swift
[625/658] Compiling AsyncAlgorithms UnsafeTransfer.swift
[626/658] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[627/658] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[628/658] Compiling AsyncAlgorithms ZipStateMachine.swift
[629/658] Compiling AsyncAlgorithms ZipStorage.swift
[629/658] Compiling c-atomics.c
[631/665] Compiling AsyncAlgorithms DebounceStateMachine.swift
[632/665] Compiling AsyncAlgorithms DebounceStorage.swift
[633/665] Compiling AsyncAlgorithms Dictionary.swift
[634/665] Compiling AsyncAlgorithms Disconnected.swift
[635/665] Compiling AsyncAlgorithms _TinyArray.swift
[636/665] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[637/665] Compiling AsyncAlgorithms Locking.swift
[638/665] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[639/665] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[640/665] Compiling AsyncAlgorithms MergeStateMachine.swift
[641/665] Compiling AsyncAlgorithms MergeStorage.swift
[642/665] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[643/665] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[644/665] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[645/665] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[646/665] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[647/665] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[648/665] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[649/665] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[650/665] Compiling AsyncAlgorithms AsyncChannel.swift
[651/665] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[652/665] Compiling AsyncAlgorithms ChannelStateMachine.swift
[653/665] Compiling AsyncAlgorithms ChannelStorage.swift
[654/665] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[655/665] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[656/665] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[657/665] Compiling AsyncAlgorithms CombineLatestStorage.swift
[658/665] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[659/666] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[661/666] Compiling NIOConcurrencyHelpers lock.swift
[662/666] Compiling NIOConcurrencyHelpers NIOThreadPoolWorkAvailable.swift
[663/666] Compiling NIOConcurrencyHelpers NIOLock.swift
[664/666] Compiling NIOConcurrencyHelpers atomics.swift
[665/666] Emitting module NIOConcurrencyHelpers
[666/666] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[668/704] Emitting module ServiceLifecycle
[669/705] Compiling NIOCore AddressedEnvelope.swift
[670/705] Compiling NIOCore AsyncAwaitSupport.swift
[671/741] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[672/741] Compiling ServiceLifecycle CancellationWaiter.swift
[673/741] Compiling ServiceLifecycle ServiceRunnerError.swift
[674/741] Compiling ServiceLifecycle Service.swift
[675/741] Compiling ServiceLifecycle GracefulShutdown.swift
[676/741] Compiling ServiceLifecycle ClosureService.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 CircularBuffer.swift
[698/750] Compiling NIOCore Codec.swift
[699/750] Compiling NIOCore ConvenienceOptionSupport.swift
[700/750] Compiling NIOCore DeadChannel.swift
[701/750] Compiling NIOCore DispatchQueue+WithFuture.swift
[702/750] Compiling NIOCore EventLoop+Deprecated.swift
[703/750] Compiling NIOCore EventLoop+SerialExecutor.swift
[704/750] Compiling NIOCore EventLoop.swift
[705/750] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[708/750] Compiling NIOCore AsyncChannel.swift
[709/750] Compiling NIOCore AsyncChannelHandler.swift
[710/750] Compiling NIOCore AsyncChannelInboundStream.swift
[711/750] Compiling NIOCore AsyncChannelOutboundWriter.swift
[712/750] Compiling NIOCore NIOAsyncSequenceProducer.swift
[713/750] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[714/750] Compiling NIOCore NIOAsyncWriter.swift
[715/750] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[716/750] Compiling NIOCore SocketAddresses.swift
[717/750] Compiling NIOCore SocketOptionProvider.swift
[718/750] Compiling NIOCore SystemCallHelpers.swift
[719/750] Compiling NIOCore TimeAmount+Duration.swift
[720/750] Compiling NIOCore TypeAssistedChannelHandler.swift
[721/750] Compiling NIOCore UniversalBootstrapSupport.swift
[722/750] Compiling NIOCore Utilities.swift
[723/750] Compiling NIOCore ByteBuffer-multi-int.swift
[724/750] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[725/750] Compiling NIOCore ByteBuffer-views.swift
[726/750] Compiling NIOCore Channel.swift
[727/750] Compiling NIOCore ChannelHandler.swift
[728/750] Compiling NIOCore ChannelHandlers.swift
[729/750] Compiling NIOCore ChannelInvoker.swift
[730/750] Compiling NIOCore ChannelOption.swift
[731/750] Compiling NIOCore ChannelPipeline.swift
[732/750] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[733/750] Compiling NIOCore BSDSocketAPI.swift
[734/750] Compiling NIOCore ByteBuffer-aux.swift
[735/750] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[736/750] Compiling NIOCore ByteBuffer-conversions.swift
[737/750] Compiling NIOCore ByteBuffer-core.swift
[738/750] Compiling NIOCore ByteBuffer-hex.swift
[739/750] Compiling NIOCore ByteBuffer-int.swift
[740/750] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[741/750] Compiling NIOCore IPProtocol.swift
[742/750] Compiling NIOCore IntegerBitPacking.swift
[743/750] Compiling NIOCore IntegerTypes.swift
[744/750] Compiling NIOCore Interfaces.swift
[745/750] Compiling NIOCore Linux.swift
[746/750] Compiling NIOCore MarkedCircularBuffer.swift
[747/750] Compiling NIOCore MulticastChannel.swift
[748/750] Compiling NIOCore NIOAny.swift
[749/750] Compiling NIOCore NIOCloseOnErrorHandler.swift
[750/750] Emitting module NIOCore
[752/816] Compiling CompressNIO Error.swift
[753/816] Compiling CompressNIO CompressionAlgorithm.swift
[754/816] Compiling CompressNIO Compressor.swift
[755/817] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[756/817] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[757/817] Compiling NIOPosix BSDSocketAPICommon.swift
[758/817] Compiling NIOPosix BSDSocketAPIPosix.swift
[759/817] Emitting module CompressNIO
[760/817] Compiling CompressNIO Zlib.swift
[761/817] Compiling CompressNIO ZlibWrapper.swift
[763/818] Emitting module NIOEmbedded
[764/818] Compiling NIOEmbedded Embedded.swift
[765/818] Compiling NIOEmbedded AsyncTestingChannel.swift
[766/818] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[768/819] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[769/819] Emitting module NIOHTTPTypes
[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/826] Emitting module NIOPosix
[779/826] Compiling NIOPosix SelectableChannel.swift
[780/826] Compiling NIOPosix SelectableEventLoop.swift
[781/826] Compiling NIOPosix SelectorEpoll.swift
[782/826] Compiling NIOPosix SelectorGeneric.swift
[783/826] Compiling NIOPosix SelectorKqueue.swift
[784/826] Compiling NIOPosix SelectorUring.swift
[785/826] Compiling NIOPosix SelectorWSAPoll.swift
[786/826] Compiling NIOPosix ServerSocket.swift
[787/826] Compiling NIOPosix Socket.swift
[788/826] Compiling NIOPosix SocketChannel.swift
[789/826] Compiling NIOPosix SocketProtocols.swift
[790/826] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[791/826] Compiling NIOPosix System.swift
[792/826] Compiling NIOPosix Thread.swift
[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
[801/826] Compiling NIOPosix BSDSocketAPIWindows.swift
[802/826] Compiling NIOPosix BaseSocket.swift
[803/826] Compiling NIOPosix BaseSocketChannel+AccessibleTransport.swift
[804/826] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[805/826] Compiling NIOPosix BaseSocketChannel.swift
[806/826] Compiling NIOPosix BaseStreamSocketChannel.swift
[807/826] Compiling NIOPosix Bootstrap.swift
[808/826] Compiling NIOPosix ControlMessage.swift
[809/826] Compiling NIOPosix DatagramVectorReadManager.swift
[810/826] Compiling NIOPosix Errors+Any.swift
[811/826] Compiling NIOPosix FileDescriptor.swift
[812/826] Compiling NIOPosix GetaddrinfoResolver.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 NIOSOCKS Errors.swift
[833/869] Compiling NIOSOCKS Helpers.swift
[834/869] Emitting module NIOTLS
[835/869] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[836/870] Compiling NIOSOCKS AuthenticationMethod.swift
[837/870] Compiling NIOSOCKS ClientGreeting.swift
[838/870] Compiling NIOSOCKS SOCKSResponse.swift
[839/870] Compiling NIOSOCKS SelectedAuthenticationMethod.swift
[840/870] Compiling NIOSOCKS ClientStateMachine.swift
[841/870] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[842/870] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[845/872] Emitting module NIOSOCKS
[846/872] Compiling NIOSOCKS SOCKSClientHandler.swift
[847/872] Compiling NIOSOCKS SOCKSServerHandshakeHandler.swift
[848/872] Compiling NIOTLS SNIHandler.swift
[850/873] Compiling NIOSOCKS Messages.swift
[851/873] Compiling NIOSOCKS SOCKSRequest.swift
[852/873] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[853/873] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[854/873] Compiling NIOSOCKS ServerStateMachine.swift
[856/883] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[857/903] Compiling NIOSSL ObjectIdentifier.swift
[858/903] Compiling NIOSSL PosixPort.swift
[859/903] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[860/903] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[861/903] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[862/903] Emitting module NIOFoundationCompat
[863/904] Compiling NIOSSL SSLConnection.swift
[864/904] Compiling NIOSSL SSLContext.swift
[866/926] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[867/926] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[868/926] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[869/926] Compiling NIOTransportServices NIOTSListenerChannel.swift
[870/926] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[871/926] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[872/926] Emitting module NIOHTTP1
[873/926] Compiling NIOTransportServices NIOTSBootstraps.swift
[874/926] Compiling NIOTransportServices NIOTSChannelOptions.swift
[875/926] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[880/929] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[881/929] Compiling NIOTransportServices NIOTSSingletons.swift
[882/929] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[883/929] Compiling NIOTransportServices StateManagedChannel.swift
[884/929] Compiling NIOTransportServices StateManagedListenerChannel.swift
[885/929] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[887/929] Compiling NIOTransportServices NIOTSErrors.swift
[888/929] Compiling NIOTransportServices NIOTSEventLoop.swift
[892/929] Compiling NIOTransportServices AcceptHandler.swift
[893/929] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[895/929] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[896/929] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[897/929] Emitting module NIOTransportServices
[898/929] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[899/929] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[902/944] Emitting module NIOHTTPTypesHTTP1
[903/944] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[904/944] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[905/944] Compiling NIOWebSocket WebSocketOpcode.swift
[906/945] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[907/945] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[908/945] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[910/946] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[911/946] Emitting module NIOSSL
[912/946] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[913/946] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[914/946] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[915/946] Compiling NIOWebSocket SHA1.swift
[925/950] Compiling NIOSSL SafeCompare.swift
[926/950] Emitting module NIOWebSocket
[929/950] Compiling NIOWebSocket WebSocketErrorCodes.swift
[930/950] Compiling NIOWebSocket WebSocketFrame.swift
[931/951] Compiling NIOSSL SSLPrivateKey.swift
[932/951] Compiling NIOSSL SSLPublicKey.swift
[933/951] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[934/951] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[948/966] Compiling WSCore WebSocketMessage.swift
[949/966] Compiling WSCore WebSocketOutboundWriter.swift
[950/967] Compiling WSCore WebSocketInboundMessageStream.swift
[951/967] Compiling WSCore WebSocketInboundStream.swift
[952/967] Compiling WSCore WebSocketStateMachine.swift
[953/967] Compiling WSCore WebSocketDataFrame.swift
[954/967] Compiling WSCore WebSocketDataHandler.swift
[955/967] Compiling WSCore UnsafeTransfer.swift
[956/967] Compiling WSCore WebSocketContext.swift
[957/967] Compiling WSCore WebSocketExtensionHTTPParameters.swift
[958/967] Compiling WSCore String+validatingString.swift
[959/967] Compiling WSCore WebSocketExtension.swift
[960/967] Compiling WSCore WebSocketExtensionBuilder.swift
[961/967] Emitting module WSCore
[962/967] Compiling WSCore WebSocketFrameSequence.swift
[963/967] Compiling WSCore WebSocketHandler.swift
[964/968] Compiling NIOSSL Zeroization.swift
[965/968] Compiling NIOSSL TLSConfiguration.swift
[966/968] Compiling NIOSSL UniversalBootstrapSupport.swift
[967/968] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[970/983] Emitting module WSCompression
[971/983] Compiling WSCompression PerMessageDeflateExtension.swift
[972/983] Compiling WSClient WebSocketClientConfiguration.swift
[973/985] Compiling WSClient HTTP1ProxyConnectHandler.swift
[974/985] Compiling WSClient SOCKSEventHandler.swift
[975/985] Compiling WSClient WebSocketClient.swift
[976/985] Compiling WSClient URI.swift
[977/985] Compiling WSClient Exports.swift
[978/985] Compiling WSClient WebSocketClientChannel.swift
[980/985] Compiling WSClient ClientChannel.swift
[981/985] Compiling WSClient ClientConnection.swift
[982/985] Emitting module WSClient
[983/985] Compiling WSClient Parser.swift
[984/985] Compiling WSClient TSTLSOptions.swift
[985/985] Compiling WSClient WebSocketClientError.swift
Build complete! (189.64s)
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"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.