Build Information
Successful build of swift-websocket, reference 1.3.1 (7d20a9
), with Swift 6.1 for Android on 31 May 2025 03:39:27 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/swift-websocket.git
Reference: 1.3.1
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.3.1 -> FETCH_HEAD
HEAD is now at 7d20a99 Actually set sniHostname (#21)
Cloned https://github.com/hummingbird-project/swift-websocket.git
Revision (git rev-parse @):
7d20a99a61f61212658bbcc636399b54534fe6cb
SUCCESS checkout https://github.com/hummingbird-project/swift-websocket.git at 1.3.1
========================================
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.77.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.22.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-extras.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"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"
]
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "WebSocketTests",
"module_type" : "SwiftTarget",
"name" : "WebSocketTests",
"path" : "Tests/WebSocketTests",
"sources" : [
"AutobahnTests.swift",
"ClientTests.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",
"NIOSSL",
"NIOTransportServices",
"NIOWebSocket"
],
"product_memberships" : [
"WSClient"
],
"sources" : [
"Client/ClientChannel.swift",
"Client/ClientConnection.swift",
"Client/Parser.swift",
"Client/TLSClientChannel.swift",
"Client/TSTLSOptions.swift",
"Client/URI.swift",
"Exports.swift",
"WebSocketClient.swift",
"WebSocketClientChannel.swift",
"WebSocketClientConfiguration.swift",
"WebSocketClientError.swift"
],
"target_dependencies" : [
"WSCore"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/adam-fowler/compress-nio.git
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-extras.git
Fetching https://github.com/apple/swift-nio-transport-services.git
[1/643] Fetching compress-nio
[8/3069] Fetching compress-nio, swift-service-lifecycle
[2755/5736] Fetching compress-nio, swift-service-lifecycle, swift-nio-transport-services
[5737/11659] Fetching compress-nio, swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras
[6981/87782] Fetching compress-nio, swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras, swift-nio
[13944/102625] Fetching compress-nio, swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras, swift-nio, swift-nio-ssl
Fetched https://github.com/swift-server/swift-service-lifecycle from cache (0.72s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.72s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (0.73s)
[7754/91609] Fetching compress-nio, swift-nio, swift-nio-ssl
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-http-types.git
[22755/92513] Fetching compress-nio, swift-nio, swift-nio-ssl, swift-http-types
[28040/96349] Fetching compress-nio, swift-nio, swift-nio-ssl, swift-http-types, swift-log
Fetched https://github.com/apple/swift-http-types.git from cache (0.51s)
[36239/95445] Fetching compress-nio, swift-nio, swift-nio-ssl, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.82s)
[53514/91609] Fetching compress-nio, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.82s)
Fetched https://github.com/adam-fowler/compress-nio.git from cache (6.80s)
Fetched https://github.com/apple/swift-nio.git from cache (6.92s)
Computing version for https://github.com/adam-fowler/compress-nio.git
Computed https://github.com/adam-fowler/compress-nio.git at 1.4.2 (7.57s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.51s)
Fetching https://github.com/apple/swift-atomics.git
[1/1717] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.48s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.95s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4391] Fetching swift-system
[4392/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.11s)
Fetched https://github.com/apple/swift-collections.git from cache (1.13s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.62s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.61s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.85s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (0.82s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-asn1.git
[1/1141] Fetching swift-http-structured-headers
[834/2731] Fetching swift-http-structured-headers, swift-asn1
[2033/7716] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms
[3480/19243] Fetching swift-http-structured-headers, swift-asn1, swift-async-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.49s)
[4196/18102] Fetching swift-asn1, swift-async-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-asn1.git from cache (0.53s)
[5721/16512] Fetching swift-async-algorithms, swift-nio-http2
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.71s)
[2767/11527] Fetching swift-nio-http2
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-algorithms.git
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.78s)
[1/5959] Fetching swift-algorithms
[299/12114] Fetching swift-algorithms, swift-certificates
Fetched https://github.com/apple/swift-algorithms.git from cache (0.69s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.73s)
Computing version for https://github.com/swift-server/swift-service-lifecycle
Computed https://github.com/swift-server/swift-service-lifecycle at 2.8.0 (3.23s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.86s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (1.04s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (1.04s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (2.03s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.39s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.99s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.74s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.51s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.29s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.75s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.84s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.95s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.90s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/apple/swift-async-algorithms.git
Working copy of https://github.com/apple/swift-async-algorithms.git resolved at 1.0.4
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.3.0
Creating working copy for https://github.com/adam-fowler/compress-nio.git
Working copy of https://github.com/adam-fowler/compress-nio.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.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.2.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.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.24.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle
Working copy of https://github.com/swift-server/swift-service-lifecycle resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.27.1
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Building for debugging...
[0/444] Write sources
[27/444] Compiling CNIOWindows shim.c
[28/444] Compiling _AtomicsShims.c
[29/444] Compiling CNIOWindows WSAStartup.c
[29/444] Compiling CNIOWASI CNIOWASI.c
[31/444] Compiling CNIOLinux liburing_shims.c
[32/444] Compiling CNIODarwin shim.c
[33/444] Compiling CNIOSHA1 c_nio_sha1.c
[34/444] Compiling CNIOLLHTTP c_nio_http.c
[35/444] Compiling CNIOLinux shim.c
[36/444] Compiling CNIOLLHTTP c_nio_api.c
[37/444] Compiling fiat_p256_adx_sqr.S
[38/444] Compiling fiat_curve25519_adx_square.S
[39/444] Compiling fiat_p256_adx_mul.S
[40/444] Compiling fiat_curve25519_adx_mul.S
[41/444] Write swift-version-24593BA9C3E375BF.txt
[42/444] Compiling CNIOBoringSSLShims shims.c
[43/444] Compiling CNIOLLHTTP c_nio_llhttp.c
[44/450] Compiling tls_method.cc
[45/450] Compiling tls_record.cc
[46/450] Compiling tls13_server.cc
[47/455] Compiling tls13_client.cc
[48/480] Compiling tls13_both.cc
[49/480] Compiling tls13_enc.cc
[51/480] Emitting module ConcurrencyHelpers
[52/480] Emitting module _NIOBase64
[53/480] Compiling _NIOBase64 Base64.swift
[54/481] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[55/481] Compiling InternalCollectionsUtilities _SortedCollection.swift
[56/482] Emitting module InternalCollectionsUtilities
[57/482] Compiling HTTPTypes HTTPRequest.swift
[58/482] Compiling HTTPTypes HTTPResponse.swift
[59/482] Compiling HTTPTypes ISOLatin1String.swift
[60/483] Compiling HTTPTypes HTTPParsedFields.swift
[61/483] Emitting module _NIODataStructures
[62/483] Compiling _NIODataStructures Heap.swift
[63/483] Compiling _NIODataStructures PriorityQueue.swift
[64/483] Compiling _NIODataStructures _TinyArray.swift
[65/483] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[66/484] Emitting module HTTPTypes
[67/484] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[68/484] Compiling InternalCollectionsUtilities Debugging.swift
[69/484] Compiling InternalCollectionsUtilities Descriptions.swift
[70/484] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[71/484] Compiling ConcurrencyHelpers LockedValueBox.swift
[72/484] Compiling Logging LogHandler.swift
[73/484] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[74/484] Compiling InternalCollectionsUtilities Integer rank.swift
[75/484] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[76/484] Compiling InternalCollectionsUtilities UInt+reversed.swift
[77/484] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[78/484] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[81/484] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[82/485] Compiling t1_enc.cc
[84/485] Compiling HTTPTypes NIOLock.swift
[84/485] Compiling ssl_x509.cc
[86/555] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[87/555] Compiling OrderedCollections OrderedDictionary+Elements.swift
[88/557] Compiling DequeModule _DequeSlot.swift
[89/557] Compiling DequeModule _UnsafeWrappedBuffer.swift
[89/557] Compiling ssl_versions.cc
[91/557] Compiling OrderedCollections _HashTable+Testing.swift
[92/557] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[93/557] Compiling OrderedCollections _HashTable+Constants.swift
[94/557] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[95/557] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[96/557] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[97/557] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[98/557] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[99/557] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[100/557] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[101/557] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[102/564] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[103/564] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[104/564] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[105/564] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[106/564] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[107/564] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[108/564] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[108/564] Compiling ssl_stat.cc
[110/564] Compiling OrderedCollections OrderedDictionary+Codable.swift
[111/564] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[112/564] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[113/564] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[118/564] Compiling OrderedCollections OrderedDictionary.swift
[119/564] Compiling OrderedCollections OrderedSet+Codable.swift
[120/564] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[121/564] Compiling OrderedCollections OrderedSet+Descriptions.swift
[122/564] Compiling OrderedCollections OrderedSet+Diffing.swift
[123/564] Compiling OrderedCollections OrderedSet+Equatable.swift
[124/564] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[125/564] Compiling OrderedCollections OrderedSet+Hashable.swift
[126/564] Compiling OrderedCollections OrderedSet+Initializers.swift
[127/564] Compiling OrderedCollections OrderedSet+Insertions.swift
[128/564] Compiling OrderedCollections OrderedSet+Invariants.swift
[129/564] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[130/564] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[131/564] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[132/564] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[133/564] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[134/564] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[135/564] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[136/564] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[137/564] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[138/564] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[139/564] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[140/564] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[141/564] Compiling OrderedCollections OrderedDictionary+Values.swift
[144/564] Compiling OrderedCollections _HashTable.swift
[145/564] Compiling OrderedCollections _Hashtable+Header.swift
[148/564] Emitting module DequeModule
[149/564] Compiling OrderedCollections _HashTable+Bucket.swift
[150/564] Compiling OrderedCollections _HashTable+BucketIterator.swift
[151/565] Compiling ssl_transcript.cc
[153/565] Compiling ConcurrencyHelpers Lock.swift
[154/566] Compiling Logging MetadataProvider.swift
[155/566] Compiling Logging Logging.swift
[165/566] Emitting module Logging
[166/566] Compiling Logging Locks.swift
[166/567] Compiling ssl_session.cc
[169/567] Emitting module OrderedCollections
[170/567] Compiling OrderedCollections OrderedSet+Sendable.swift
[171/567] Compiling OrderedCollections OrderedSet+SubSequence.swift
[172/567] Compiling OrderedCollections OrderedSet+Testing.swift
[173/567] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[174/567] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[175/567] Compiling OrderedCollections OrderedSet.swift
[176/567] Compiling OrderedCollections _UnsafeBitset.swift
[176/568] Compiling ssl_privkey.cc
[179/571] Emitting module UnixSignals
[180/571] Compiling UnixSignals UnixSignalsSequence.swift
[181/571] Compiling UnixSignals UnixSignal.swift
[182/572] Compiling ssl_key_share.cc
[184/572] Compiling HTTPTypes HTTPField.swift
[185/572] Compiling HTTPTypes HTTPFieldName.swift
[186/572] Compiling HTTPTypes HTTPFields.swift
[187/573] Compiling ssl_lib.cc
[188/573] Compiling ssl_file.cc
[189/573] Compiling ssl_credential.cc
[190/573] Compiling ssl_cipher.cc
[191/573] Compiling ssl_buffer.cc
[192/573] Compiling ssl_asn1.cc
[193/573] Compiling ssl_cert.cc
[194/573] Compiling s3_pkt.cc
[195/573] Compiling ssl_aead_ctx.cc
[196/573] Compiling s3_both.cc
[197/573] Compiling s3_lib.cc
[198/573] Compiling handshake_client.cc
[199/573] Compiling handshake_server.cc
[200/573] Compiling encrypted_client_hello.cc
[201/573] Compiling dtls_record.cc
[202/573] Compiling handoff.cc
[203/573] Compiling handshake.cc
[204/573] Compiling md5-x86_64-linux.S
[205/573] Compiling md5-x86_64-apple.S
[206/573] Compiling dtls_method.cc
[207/573] Compiling md5-586-apple.S
[208/573] Compiling md5-586-linux.S
[209/573] Compiling extensions.cc
[210/573] Compiling chacha20_poly1305_x86_64-linux.S
[211/573] Compiling d1_srtp.cc
[212/573] Compiling chacha20_poly1305_x86_64-apple.S
[213/573] Compiling chacha20_poly1305_armv8-win.S
[214/573] Compiling chacha20_poly1305_armv8-apple.S
[215/573] Compiling chacha-x86_64-linux.S
[216/573] Compiling chacha20_poly1305_armv8-linux.S
[217/573] Compiling chacha-x86_64-apple.S
[218/573] Compiling chacha-x86-linux.S
[219/573] Compiling chacha-x86-apple.S
[220/573] Compiling chacha-armv8-win.S
[221/573] Compiling chacha-armv4-linux.S
[222/573] Compiling chacha-armv8-apple.S
[223/573] Compiling chacha-armv8-linux.S
[224/573] Compiling aes128gcmsiv-x86_64-linux.S
[225/573] Compiling aes128gcmsiv-x86_64-apple.S
[226/573] Compiling x86_64-mont5-linux.S
[227/573] Compiling x86_64-mont5-apple.S
[228/573] Compiling x86_64-mont-linux.S
[229/573] Compiling x86_64-mont-apple.S
[230/573] Compiling x86-mont-linux.S
[231/573] Compiling x86-mont-apple.S
[232/573] Compiling vpaes-x86_64-linux.S
[233/573] Compiling vpaes-x86_64-apple.S
[234/573] Compiling err_data.cc
[235/573] Compiling vpaes-x86-linux.S
[236/573] Compiling vpaes-x86-apple.S
[237/573] Compiling d1_pkt.cc
[238/573] Compiling vpaes-armv8-apple.S
[239/573] Compiling vpaes-armv8-linux.S
[240/573] Compiling vpaes-armv8-win.S
[241/573] Compiling vpaes-armv7-linux.S
[242/573] Compiling sha512-x86_64-linux.S
[243/573] Compiling sha512-armv8-win.S
[244/573] Compiling sha512-x86_64-apple.S
[245/573] Compiling sha512-armv8-linux.S
[246/573] Compiling sha512-armv4-linux.S
[247/573] Compiling sha512-armv8-apple.S
[248/573] Compiling sha512-586-linux.S
[249/573] Compiling sha256-x86_64-linux.S
[250/573] Compiling sha512-586-apple.S
[250/573] Compiling bio_ssl.cc
[252/573] Compiling d1_lib.cc
[253/573] Compiling sha256-armv8-win.S
[254/573] Compiling sha256-x86_64-apple.S
[255/573] Compiling sha256-armv8-apple.S
[256/573] Compiling sha256-586-linux.S
[257/573] Compiling sha256-armv8-linux.S
[258/573] Compiling sha1-x86_64-linux.S
[259/573] Compiling sha256-armv4-linux.S
[260/573] Compiling sha1-x86_64-apple.S
[261/573] Compiling sha256-586-apple.S
[262/573] Compiling sha1-armv8-apple.S
[263/573] Compiling sha1-armv8-win.S
[264/573] Compiling sha1-armv4-large-linux.S
[265/573] Compiling rsaz-avx2-linux.S
[266/573] Compiling sha1-586-linux.S
[267/573] Compiling sha1-586-apple.S
[267/573] Compiling sha1-armv8-linux.S
[269/573] Compiling rsaz-avx2-apple.S
[270/573] Compiling p256_beeu-armv8-asm-linux.S
[271/573] Compiling p256_beeu-x86_64-asm-linux.S
[272/573] Compiling rdrand-x86_64-linux.S
[273/573] Compiling p256_beeu-x86_64-asm-apple.S
[274/573] Compiling p256_beeu-armv8-asm-win.S
[275/573] Compiling rdrand-x86_64-apple.S
[276/573] Compiling p256_beeu-armv8-asm-apple.S
[277/573] Compiling p256-x86_64-asm-linux.S
[278/573] Compiling p256-armv8-asm-win.S
[278/573] Compiling p256-x86_64-asm-apple.S
[280/573] Compiling p256-armv8-asm-linux.S
[281/573] Compiling p256-armv8-asm-apple.S
[282/573] Compiling ghashv8-armv8-win.S
[283/573] Compiling ghashv8-armv8-apple.S
[284/573] Compiling ghash-x86_64-linux.S
[285/573] Compiling ghashv8-armv7-linux.S
[286/573] Compiling ghash-x86_64-apple.S
[287/573] Compiling ghash-x86-linux.S
[288/573] Compiling ghashv8-armv8-linux.S
[289/573] Compiling ghash-x86-apple.S
[290/573] Compiling ghash-ssse3-x86_64-linux.S
[291/573] Compiling ghash-ssse3-x86-apple.S
[292/573] Compiling ghash-ssse3-x86_64-apple.S
[293/573] Compiling ghash-neon-armv8-win.S
[294/573] Compiling ghash-ssse3-x86-linux.S
[295/573] Compiling ghash-neon-armv8-apple.S
[296/573] Compiling ghash-neon-armv8-linux.S
[297/573] Compiling ghash-armv4-linux.S
[298/573] Compiling co-586-linux.S
[299/573] Compiling bn-armv8-win.S
[300/573] Compiling bsaes-armv7-linux.S
[301/573] Compiling co-586-apple.S
[302/573] Compiling bn-armv8-apple.S
[303/573] Compiling bn-armv8-linux.S
[304/573] Compiling bn-586-linux.S
[305/573] Compiling armv8-mont-apple.S
[306/573] Compiling armv8-mont-linux.S
[307/573] Compiling bn-586-apple.S
[308/573] Compiling armv4-mont-linux.S
[308/573] Compiling armv8-mont-win.S
[310/573] Compiling aesv8-gcm-armv8-win.S
[311/573] Compiling aesv8-armv7-linux.S
[312/573] Compiling aesv8-gcm-armv8-apple.S
[313/573] Compiling aesv8-armv8-win.S
[314/573] Compiling aesv8-gcm-armv8-linux.S
[315/573] Compiling aesv8-armv8-apple.S
[316/573] Compiling aesni-x86_64-linux.S
[317/573] Compiling aesv8-armv8-linux.S
[318/573] Compiling aesni-x86-apple.S
[319/573] Compiling aesni-x86_64-apple.S
[320/573] Compiling aesni-gcm-x86_64-apple.S
[321/573] Compiling aesni-gcm-x86_64-linux.S
[322/573] Compiling aes-gcm-avx10-x86_64-linux.S
[323/573] Compiling aes-gcm-avx2-x86_64-linux.S
[324/573] Compiling aesni-x86-linux.S
[325/573] Compiling aes-gcm-avx2-x86_64-apple.S
[326/573] Compiling aes-gcm-avx10-x86_64-apple.S
[327/573] Compiling d1_both.cc
[328/573] Compiling x_x509.cc
[329/573] Compiling x_sig.cc
[330/573] Compiling x_val.cc
[331/573] Compiling x_spki.cc
[332/573] Compiling x_x509a.cc
[333/573] Compiling x_req.cc
[334/573] Compiling x_pubkey.cc
[335/573] Compiling x_exten.cc
[336/573] Compiling x_name.cc
[337/573] Compiling x_crl.cc
[338/573] Compiling x_algor.cc
[339/573] Compiling x_all.cc
[340/573] Compiling x509spki.cc
[341/573] Compiling x_attrib.cc
[342/573] Compiling x509name.cc
[343/573] Compiling x509rset.cc
[344/573] Compiling x509_vpm.cc
[345/573] Compiling x509cset.cc
[346/573] Compiling x509_v3.cc
[347/573] Compiling x509_req.cc
[348/573] Compiling x509_txt.cc
[349/573] Compiling x509_trs.cc
[350/573] Compiling x509_vfy.cc
[351/573] Compiling x509_lu.cc
[352/573] Compiling x509_cmp.cc
[353/573] Compiling x509_set.cc
[354/573] Compiling x509_obj.cc
[355/573] Compiling x509_ext.cc
[356/573] Compiling x509_d2.cc
[357/573] Compiling x509_def.cc
[358/573] Compiling x509.cc
[359/573] Compiling x509_att.cc
[360/573] Compiling v3_utl.cc
[361/573] Compiling v3_skey.cc
[362/573] Compiling v3_prn.cc
[363/573] Compiling v3_purp.cc
[364/573] Compiling v3_ncons.cc
[365/573] Compiling v3_int.cc
[366/573] Compiling v3_pmaps.cc
[367/573] Compiling v3_ocsp.cc
[368/573] Compiling v3_pcons.cc
[369/573] Compiling v3_lib.cc
[370/573] Compiling v3_info.cc
[371/573] Compiling v3_genn.cc
[372/573] Compiling v3_ia5.cc
[373/573] Compiling v3_extku.cc
[374/573] Compiling v3_crld.cc
[375/573] Compiling v3_enum.cc
[376/573] Compiling v3_cpols.cc
[377/573] Compiling v3_conf.cc
[378/573] Compiling v3_bitst.cc
[379/573] Compiling v3_bcons.cc
[380/573] Compiling v3_akeya.cc
[381/573] Compiling t_x509a.cc
[382/573] Compiling v3_akey.cc
[383/573] Compiling v3_alt.cc
[384/573] Compiling t_crl.cc
[385/573] Compiling t_x509.cc
[386/573] Compiling t_req.cc
[387/573] Compiling i2d_pr.cc
[388/573] Compiling policy.cc
[389/573] Compiling rsa_pss.cc
[390/573] Compiling by_dir.cc
[391/573] Compiling name_print.cc
[392/573] Compiling asn1_gen.cc
[393/573] Compiling algorithm.cc
[394/573] Compiling by_file.cc
[395/573] Compiling a_sign.cc
[396/573] Compiling a_verify.cc
[397/573] Compiling a_digest.cc
[398/573] Compiling thread_pthread.cc
[399/573] Compiling thread_win.cc
[400/573] Compiling thread.cc
[401/573] Compiling thread_none.cc
[402/573] Compiling voprf.cc
[403/573] Compiling stack.cc
[404/573] Compiling pmbtoken.cc
[405/573] Compiling trust_token.cc
[406/573] Compiling slhdsa.cc
[407/573] Compiling siphash.cc
[408/573] Compiling spake2plus.cc
[409/573] Compiling sha512.cc
[410/573] Compiling sha1.cc
[411/573] Compiling sha256.cc
[412/573] Compiling rsa_extra.cc
[413/573] Compiling rsa_print.cc
[414/573] Compiling rsa_crypt.cc
[415/573] Compiling urandom.cc
[416/573] Compiling rsa_asn1.cc
[417/573] Compiling refcount.cc
[418/573] Compiling rc4.cc
[419/573] Compiling windows.cc
[420/573] Compiling trusty.cc
[421/573] Compiling rand.cc
[422/573] Compiling ios.cc
[423/573] Compiling passive.cc
[424/573] Compiling poly1305_arm_asm.S
[425/573] Compiling getentropy.cc
[426/573] Compiling fork_detect.cc
[427/573] Compiling poly1305_vec.cc
[428/573] Compiling forkunsafe.cc
[429/573] Compiling deterministic.cc
[430/573] Compiling poly1305.cc
[431/573] Compiling pool.cc
[432/573] Compiling poly1305_arm.cc
[433/573] Compiling pkcs7.cc
[434/573] Compiling pem_xaux.cc
[435/573] Compiling pkcs8.cc
[436/573] Compiling p5_pbev2.cc
[437/573] Compiling pkcs8_x509.cc
[438/573] Compiling pkcs7_x509.cc
[439/573] Compiling pem_x509.cc
[440/573] Compiling pem_pkey.cc
[441/573] Compiling pem_info.cc
[442/573] Compiling pem_pk8.cc
[443/573] Compiling pem_all.cc
[444/573] Compiling pem_oth.cc
[445/573] Compiling mlkem.cc
[446/573] Compiling pem_lib.cc
[447/573] Compiling obj_xref.cc
[448/573] Compiling obj.cc
[449/573] Compiling poly_rq_mul.S
[450/573] Compiling mem.cc
[451/573] Compiling fips_shared_support.cc
[452/573] Compiling mldsa.cc
[453/573] Compiling md5.cc
[454/573] Compiling md4.cc
[455/573] Compiling lhash.cc
[456/573] Compiling hpke.cc
[457/573] Compiling sign.cc
[458/573] Compiling ex_data.cc
[459/573] Compiling kyber.cc
[460/573] Compiling scrypt.cc
[461/573] Compiling hrss.cc
[462/573] Compiling print.cc
[463/573] Compiling p_x25519_asn1.cc
[464/573] Compiling pbkdf.cc
[465/573] Compiling p_x25519.cc
[466/573] Compiling p_rsa.cc
[467/573] Compiling p_hkdf.cc
[468/573] Compiling p_rsa_asn1.cc
[469/573] Compiling p_ec.cc
[470/573] Compiling p_ed25519_asn1.cc
[471/573] Compiling p_ed25519.cc
[472/573] Compiling p_ec_asn1.cc
[473/573] Compiling p_dh_asn1.cc
[474/573] Compiling evp.cc
[474/573] Compiling p_dh.cc
[474/573] Compiling p_dsa_asn1.cc
[474/573] Compiling evp_ctx.cc
[474/573] Compiling err.cc
[479/573] Compiling evp_asn1.cc
[480/573] Compiling ecdh.cc
[481/573] Compiling engine.cc
[482/573] Compiling ec_derive.cc
[483/573] Compiling hash_to_curve.cc
[484/573] Compiling bcm.cc
[485/573] Compiling ecdsa_asn1.cc
[486/573] Compiling ec_asn1.cc
[487/573] Compiling params.cc
[488/573] Compiling dsa.cc
[489/573] Compiling dsa_asn1.cc
[490/573] Compiling curve25519_64_adx.cc
[491/573] Compiling x25519-asm-arm.S
[492/573] Compiling des.cc
[493/573] Compiling dh_asn1.cc
[494/573] Compiling digest_extra.cc
[495/573] Compiling spake25519.cc
[496/573] Compiling cpu_intel.cc
[497/573] Compiling cpu_aarch64_win.cc
[498/573] Compiling curve25519.cc
[499/573] Compiling cpu_arm_linux.cc
[500/573] Compiling crypto.cc
[501/573] Compiling cpu_arm_freebsd.cc
[502/573] Compiling cpu_aarch64_sysreg.cc
[503/573] Compiling cpu_aarch64_openbsd.cc
[504/573] Compiling cpu_aarch64_linux.cc
[505/573] Compiling e_tls.cc
[506/573] Compiling conf.cc
[507/573] Compiling cpu_aarch64_apple.cc
[508/573] Compiling cpu_aarch64_fuchsia.cc
[509/573] Compiling get_cipher.cc
[510/573] Compiling tls_cbc.cc
[511/573] Compiling e_rc2.cc
[512/573] Compiling e_rc4.cc
[513/573] Compiling e_chacha20poly1305.cc
[514/573] Compiling e_aesgcmsiv.cc
[515/573] Compiling e_des.cc
[516/573] Compiling e_null.cc
[517/573] Compiling derive_key.cc
[518/573] Compiling chacha.cc
[519/573] Compiling e_aesctrhmac.cc
[520/573] Compiling unicode.cc
[521/573] Compiling ber.cc
[522/573] Compiling cbs.cc
[523/573] Compiling buf.cc
[524/573] Compiling cbb.cc
[525/573] Compiling asn1_compat.cc
[526/573] Compiling convert.cc
[527/573] Compiling bn_asn1.cc
[528/573] Compiling socket_helper.cc
[529/573] Compiling blake2.cc
[530/573] Compiling socket.cc
[531/573] Compiling hexdump.cc
[532/573] Compiling file.cc
[533/573] Compiling printf.cc
[534/573] Compiling pair.cc
[535/573] Compiling bio_mem.cc
[536/573] Compiling bio.cc
[537/573] Compiling errno.cc
[538/573] Compiling base64.cc
[539/573] Compiling connect.cc
[540/573] Compiling fd.cc
[541/573] Compiling tasn_utl.cc
[542/573] Compiling tasn_typ.cc
[543/573] Compiling posix_time.cc
[544/573] Compiling tasn_fre.cc
[545/573] Compiling tasn_enc.cc
[546/573] Compiling tasn_dec.cc
[547/573] Compiling f_string.cc
[548/573] Compiling f_int.cc
[549/573] Compiling tasn_new.cc
[550/573] Compiling asn_pack.cc
[551/573] Compiling asn1_par.cc
[552/573] Compiling a_octet.cc
[553/573] Compiling a_utctm.cc
[554/573] Compiling asn1_lib.cc
[555/573] Compiling a_type.cc
[556/573] Compiling a_strex.cc
[557/573] Compiling a_time.cc
[558/573] Compiling a_strnid.cc
[559/573] Compiling a_i2d_fp.cc
[560/573] Compiling a_dup.cc
[561/573] Compiling a_d2i_fp.cc
[562/573] Compiling a_mbstr.cc
[563/573] Compiling CCompressZlib empty.c
[564/573] Write sources
[565/573] Compiling a_object.cc
[565/573] Write sources
[567/573] Compiling a_int.cc
[568/573] Compiling a_gentm.cc
[569/637] Compiling a_bool.cc
[570/637] Compiling a_bitstr.cc
[572/637] Compiling Atomics UnsafeAtomic.swift
[573/637] Compiling Atomics UnsafeAtomicLazyReference.swift
[574/637] Compiling Atomics ManagedAtomic.swift
[575/637] Compiling Atomics ManagedAtomicLazyReference.swift
[576/639] Compiling Atomics AtomicMemoryOrderings.swift
[577/639] Compiling Atomics DoubleWord.swift
[578/639] Compiling Atomics Primitives.shims.swift
[579/639] Compiling Atomics AtomicInteger.swift
[580/639] Compiling Atomics AtomicOptionalWrappable.swift
[581/639] Compiling Atomics AtomicReference.swift
[582/639] Compiling Atomics AtomicStorage.swift
[583/639] Compiling Atomics AtomicValue.swift
[584/639] Compiling Atomics IntegerOperations.swift
[585/639] Compiling Atomics Unmanaged extensions.swift
[586/639] Emitting module AsyncAlgorithms
[587/639] Compiling Atomics OptionalRawRepresentable.swift
[588/639] Compiling Atomics RawRepresentable.swift
[589/639] Compiling Atomics AtomicBool.swift
[590/639] Compiling Atomics IntegerConformances.swift
[591/639] Compiling Atomics PointerConformances.swift
[592/639] Compiling Atomics Primitives.native.swift
[607/645] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[608/645] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[609/645] Compiling AsyncAlgorithms MergeStateMachine.swift
[610/645] Compiling AsyncAlgorithms MergeStorage.swift
[611/645] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[612/645] Compiling AsyncAlgorithms Rethrow.swift
[613/645] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[614/645] Compiling AsyncAlgorithms DebounceStateMachine.swift
[615/645] Compiling AsyncAlgorithms DebounceStorage.swift
[616/645] Compiling AsyncAlgorithms Dictionary.swift
[617/645] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[618/645] Compiling AsyncAlgorithms Locking.swift
[618/645] Compiling c-nioatomics.c
[620/645] Emitting module Atomics
[621/645] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[622/645] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[623/645] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[624/645] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[625/645] Compiling AsyncAlgorithms AsyncChannel.swift
[626/645] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[627/645] Compiling AsyncAlgorithms ChannelStateMachine.swift
[628/645] Compiling AsyncAlgorithms ChannelStorage.swift
[629/645] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[630/645] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[631/645] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[632/645] Compiling AsyncAlgorithms CombineLatestStorage.swift
[633/645] Compiling AsyncAlgorithms SetAlgebra.swift
[634/645] Compiling AsyncAlgorithms UnsafeTransfer.swift
[635/645] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[636/645] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[637/645] Compiling AsyncAlgorithms ZipStateMachine.swift
[638/645] Compiling AsyncAlgorithms ZipStorage.swift
[646/647] Compiling c-atomics.c
[648/653] Compiling NIOConcurrencyHelpers lock.swift
[649/653] Compiling NIOConcurrencyHelpers NIOLock.swift
[650/653] Emitting module NIOConcurrencyHelpers
[651/653] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[652/653] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[653/653] Compiling NIOConcurrencyHelpers atomics.swift
[655/721] Compiling ServiceLifecycle Service.swift
[656/723] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[657/723] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[658/723] Emitting module ServiceLifecycle
[659/723] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[660/723] Compiling ServiceLifecycle ServiceRunnerError.swift
[661/723] Compiling ServiceLifecycle CancellationWaiter.swift
[662/723] Compiling ServiceLifecycle GracefulShutdown.swift
[663/723] Compiling ServiceLifecycle ServiceGroup.swift
[665/724] Compiling NIOCore MulticastChannel.swift
[666/724] Compiling NIOCore NIOAny.swift
[667/724] Compiling NIOCore NIOCloseOnErrorHandler.swift
[668/724] Compiling NIOCore NIOLoopBound.swift
[669/724] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[670/724] Compiling NIOCore NIOScheduledCallback.swift
[671/724] Compiling NIOCore NIOSendable.swift
[672/724] Compiling NIOCore RecvByteBufferAllocator.swift
[673/732] Compiling NIOCore IO.swift
[674/732] Compiling NIOCore IOData.swift
[675/732] Compiling NIOCore IPProtocol.swift
[676/732] Compiling NIOCore IntegerBitPacking.swift
[677/732] Compiling NIOCore IntegerTypes.swift
[678/732] Compiling NIOCore Interfaces.swift
[679/732] Compiling NIOCore Linux.swift
[680/732] Compiling NIOCore MarkedCircularBuffer.swift
[681/732] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[682/732] Compiling NIOCore EventLoopFuture+Deprecated.swift
[683/732] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[684/732] Compiling NIOCore EventLoopFuture.swift
[685/732] Compiling NIOCore FileDescriptor.swift
[686/732] Compiling NIOCore FileHandle.swift
[687/732] Compiling NIOCore FileRegion.swift
[688/732] Compiling NIOCore GlobalSingletons.swift
[689/732] Compiling NIOCore CircularBuffer.swift
[690/732] Compiling NIOCore Codec.swift
[691/732] Compiling NIOCore ConvenienceOptionSupport.swift
[692/732] Compiling NIOCore DeadChannel.swift
[693/732] Compiling NIOCore DispatchQueue+WithFuture.swift
[694/732] Compiling NIOCore EventLoop+Deprecated.swift
[695/732] Compiling NIOCore EventLoop+SerialExecutor.swift
[696/732] Compiling NIOCore EventLoop.swift
[697/732] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[698/732] Compiling NIOCore SocketAddresses.swift
[699/732] Compiling NIOCore SocketOptionProvider.swift
[700/732] Compiling NIOCore SystemCallHelpers.swift
[701/732] Compiling NIOCore TimeAmount+Duration.swift
[702/732] Compiling NIOCore TypeAssistedChannelHandler.swift
[703/732] Compiling NIOCore UniversalBootstrapSupport.swift
[704/732] Compiling NIOCore Utilities.swift
[705/732] Compiling NIOCore AddressedEnvelope.swift
[706/732] Compiling NIOCore AsyncAwaitSupport.swift
[707/732] Compiling NIOCore AsyncChannel.swift
[708/732] Compiling NIOCore AsyncChannelHandler.swift
[709/732] Compiling NIOCore AsyncChannelInboundStream.swift
[710/732] Compiling NIOCore AsyncChannelOutboundWriter.swift
[711/732] Compiling NIOCore NIOAsyncSequenceProducer.swift
[712/732] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[713/732] Compiling NIOCore NIOAsyncWriter.swift
[714/732] Emitting module NIOCore
[715/732] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[716/732] Compiling NIOCore BSDSocketAPI.swift
[717/732] Compiling NIOCore ByteBuffer-aux.swift
[718/732] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[719/732] Compiling NIOCore ByteBuffer-conversions.swift
[720/732] Compiling NIOCore ByteBuffer-core.swift
[721/732] Compiling NIOCore ByteBuffer-hex.swift
[722/732] Compiling NIOCore ByteBuffer-int.swift
[723/732] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[724/732] Compiling NIOCore ByteBuffer-multi-int.swift
[725/732] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[726/732] Compiling NIOCore ByteBuffer-views.swift
[727/732] Compiling NIOCore Channel.swift
[728/732] Compiling NIOCore ChannelHandler.swift
[729/732] Compiling NIOCore ChannelHandlers.swift
[730/732] Compiling NIOCore ChannelInvoker.swift
[731/732] Compiling NIOCore ChannelOption.swift
[732/732] Compiling NIOCore ChannelPipeline.swift
[734/794] Emitting module NIOHTTPTypes
[735/794] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[736/794] Compiling CompressNIO CompressionAlgorithm.swift
[737/796] Emitting module NIOEmbedded
[738/796] Compiling NIOPosix BSDSocketAPICommon.swift
[739/796] Compiling NIOPosix BSDSocketAPIPosix.swift
[741/796] Compiling CompressNIO Compressor.swift
[742/796] Compiling CompressNIO ZlibWrapper.swift
[743/796] Emitting module CompressNIO
[744/796] Compiling CompressNIO Error.swift
[745/796] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[746/796] Compiling NIOEmbedded AsyncTestingChannel.swift
[747/796] Compiling NIOEmbedded Embedded.swift
[748/796] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[750/797] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[751/797] Compiling CompressNIO Zlib.swift
[753/798] Compiling NIOPosix ServerSocket.swift
[754/798] Compiling NIOPosix Socket.swift
[755/798] Compiling NIOPosix SocketChannel.swift
[756/798] Compiling NIOPosix SocketProtocols.swift
[757/798] Compiling NIOPosix System.swift
[758/798] Compiling NIOPosix Thread.swift
[759/804] Compiling NIOPosix SelectableChannel.swift
[760/804] Compiling NIOPosix SelectableEventLoop.swift
[761/804] Compiling NIOPosix SelectorEpoll.swift
[762/804] Compiling NIOPosix SelectorGeneric.swift
[763/804] Compiling NIOPosix SelectorKqueue.swift
[764/804] Compiling NIOPosix SelectorUring.swift
[765/804] Compiling NIOPosix Pool.swift
[766/804] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[767/804] Compiling NIOPosix PosixSingletons.swift
[768/804] Compiling NIOPosix RawSocketBootstrap.swift
[769/804] Compiling NIOPosix Resolver.swift
[770/804] Compiling NIOPosix Selectable.swift
[771/804] Emitting module NIOPosix
[774/804] Compiling NIOPosix BSDSocketAPIWindows.swift
[775/804] Compiling NIOPosix BaseSocket.swift
[776/804] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[777/804] Compiling NIOPosix BaseSocketChannel.swift
[778/804] Compiling NIOPosix BaseStreamSocketChannel.swift
[779/804] Compiling NIOPosix ThreadPosix.swift
[780/804] Compiling NIOPosix ThreadWindows.swift
[781/804] Compiling NIOPosix UnsafeTransfer.swift
[782/804] Compiling NIOPosix Utilities.swift
[783/804] Compiling NIOPosix VsockAddress.swift
[784/804] Compiling NIOPosix VsockChannelEvents.swift
[785/804] Compiling NIOPosix IO.swift
[786/804] Compiling NIOPosix IntegerBitPacking.swift
[787/804] Compiling NIOPosix IntegerTypes.swift
[788/804] Compiling NIOPosix Linux.swift
[789/804] Compiling NIOPosix LinuxCPUSet.swift
[790/804] Compiling NIOPosix LinuxUring.swift
[791/804] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[792/804] Compiling NIOPosix Bootstrap.swift
[793/804] Compiling NIOPosix ControlMessage.swift
[794/804] Compiling NIOPosix DatagramVectorReadManager.swift
[795/804] Compiling NIOPosix Errors+Any.swift
[796/804] Compiling NIOPosix FileDescriptor.swift
[797/804] Compiling NIOPosix GetaddrinfoResolver.swift
[798/804] Compiling NIOPosix HappyEyeballs.swift
[799/804] Compiling NIOPosix NIOThreadPool.swift
[800/804] Compiling NIOPosix NonBlockingFileIO.swift
[801/804] Compiling NIOPosix PendingDatagramWritesManager.swift
[802/804] Compiling NIOPosix PendingWritesManager.swift
[803/804] Compiling NIOPosix PipeChannel.swift
[804/804] Compiling NIOPosix PipePair.swift
[806/807] Compiling NIO Exports.swift
[807/807] Emitting module NIO
[809/835] Compiling NIOTLS TLSEvents.swift
[810/835] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[811/835] Emitting module NIOTLS
[812/835] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[813/835] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[814/835] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[815/837] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[816/837] Compiling NIOTLS SNIHandler.swift
[818/838] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[819/838] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[820/838] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[821/838] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[822/838] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[823/838] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[824/838] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[825/838] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[826/838] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[827/838] Compiling NIOHTTP1 HTTPTypes.swift
[828/838] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[829/838] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[830/838] Emitting module NIOHTTP1
[831/838] Compiling NIOHTTP1 ByteCollectionUtils.swift
[832/838] Compiling NIOHTTP1 HTTPDecoder.swift
[833/838] Compiling NIOHTTP1 HTTPEncoder.swift
[835/839] Emitting module NIOFoundationCompat
[836/882] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[837/882] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[838/882] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[839/882] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[841/883] Compiling NIOWebSocket WebSocketOpcode.swift
[842/884] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[843/884] Emitting module NIOHTTPTypesHTTP1
[844/884] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[845/884] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[846/884] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[847/885] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[848/885] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[849/885] Compiling NIOWebSocket WebSocketErrorCodes.swift
[850/885] Compiling NIOWebSocket WebSocketFrame.swift
[852/906] Compiling NIOTransportServices NIOTSDatagramListener.swift
[853/906] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[854/906] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[855/906] Compiling NIOTransportServices NIOTSBootstraps.swift
[856/906] Emitting module NIOWebSocket
[858/908] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[859/908] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[860/908] Compiling NIOTransportServices NIOTSListenerChannel.swift
[861/910] Compiling NIOTransportServices StateManagedChannel.swift
[862/910] Compiling NIOTransportServices StateManagedListenerChannel.swift
[863/910] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[864/910] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[865/910] Compiling NIOTransportServices NIOTSSingletons.swift
[866/910] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[867/910] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[868/910] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[869/910] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[870/910] Compiling NIOTransportServices NIOTSErrors.swift
[871/910] Compiling NIOTransportServices NIOTSEventLoop.swift
[873/910] Compiling NIOTransportServices NIOTSChannelOptions.swift
[874/910] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[875/910] Emitting module NIOTransportServices
[879/910] Compiling NIOTransportServices AcceptHandler.swift
[880/910] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[881/910] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[883/926] Emitting module NIOSSL
[884/930] Compiling WSCore WebSocketFrameSequence.swift
[885/930] Compiling WSCore WebSocketHandler.swift
[886/930] Compiling WSCore WebSocketInboundMessageStream.swift
[887/930] Compiling WSCore WebSocketInboundStream.swift
[888/930] Compiling WSCore UnsafeTransfer.swift
[889/930] Compiling WSCore WebSocketContext.swift
[890/930] Compiling WSCore WebSocketDataFrame.swift
[891/930] Compiling WSCore WebSocketDataHandler.swift
[892/930] Compiling WSCore WebSocketMessage.swift
[893/930] Compiling WSCore WebSocketOutboundWriter.swift
[896/930] Compiling NIOSSL SubjectAlternativeName.swift
[897/930] Compiling NIOSSL NIOSSLSecureBytes.swift
[898/930] Compiling NIOSSL RNG.swift
[899/930] Compiling NIOSSL SafeCompare.swift
[907/930] Compiling NIOSSL SSLPKCS12Bundle.swift
[908/930] Compiling WSCore WebSocketExtension.swift
[909/930] Compiling WSCore WebSocketExtensionBuilder.swift
[910/930] Compiling WSCore WebSocketExtensionHTTPParameters.swift
[911/930] Compiling WSCore String+validatingString.swift
[912/930] Compiling NIOSSL Zeroization.swift
[913/930] Compiling NIOSSL TLSConfiguration.swift
[914/930] Compiling NIOSSL UniversalBootstrapSupport.swift
[915/930] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[923/932] Emitting module WSCore
[930/932] Compiling WSCore WebSocketStateMachine.swift
[934/946] Compiling WSClient Exports.swift
[935/947] Compiling WSClient WebSocketClientConfiguration.swift
[936/947] Compiling WSCompression PerMessageDeflateExtension.swift
[937/947] Emitting module WSCompression
[938/947] Emitting module WSClient
[939/948] Compiling WSClient TSTLSOptions.swift
[940/948] Compiling WSClient URI.swift
[941/948] Compiling WSClient WebSocketClientChannel.swift
[942/948] Compiling WSClient WebSocketClient.swift
[943/948] Compiling WSClient WebSocketClientError.swift
[945/948] Compiling WSClient ClientChannel.swift
[946/948] Compiling WSClient ClientConnection.swift
[947/948] Compiling WSClient Parser.swift
[948/948] Compiling WSClient TLSClientChannel.swift
Build complete! (202.49s)
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.77.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.22.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-extras.git"
},
{
"identity" : "swift-nio-ssl",
"requirement" : {
"range" : [
{
"lower_bound" : "2.5.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-ssl.git"
},
{
"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"
]
}
}
],
"swift_languages_versions" : [
"5",
"6"
],
"targets" : [
{
"c99name" : "WebSocketTests",
"module_type" : "SwiftTarget",
"name" : "WebSocketTests",
"path" : "Tests/WebSocketTests",
"sources" : [
"AutobahnTests.swift",
"ClientTests.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",
"NIOSSL",
"NIOTransportServices",
"NIOWebSocket"
],
"product_memberships" : [
"WSClient"
],
"sources" : [
"Client/ClientChannel.swift",
"Client/ClientConnection.swift",
"Client/Parser.swift",
"Client/TLSClientChannel.swift",
"Client/TSTLSOptions.swift",
"Client/URI.swift",
"Exports.swift",
"WebSocketClient.swift",
"WebSocketClientChannel.swift",
"WebSocketClientConfiguration.swift",
"WebSocketClientError.swift"
],
"target_dependencies" : [
"WSCore"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Done.