Build Information
Successful build of swift-websocket, reference main (7d20a9
), with Swift 6.1 for Android on 31 May 2025 03:39:55 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-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: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/hummingbird-project/swift-websocket
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
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-4606859-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/swift-server/swift-service-lifecycle
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/adam-fowler/compress-nio.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/643] Fetching compress-nio
[194/3069] Fetching compress-nio, swift-service-lifecycle
[1187/5736] Fetching compress-nio, swift-service-lifecycle, swift-nio-transport-services
[2326/11659] Fetching compress-nio, swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras
Fetched https://github.com/adam-fowler/compress-nio.git from cache (0.84s)
[6507/11016] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras
Fetching https://github.com/apple/swift-log.git
[8589/25859] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras, swift-nio-ssl
[10044/101982] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras, swift-nio-ssl, swift-nio
[16586/105818] Fetching swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras, swift-nio-ssl, swift-nio, swift-log
Fetched https://github.com/swift-server/swift-service-lifecycle from cache (1.46s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.46s)
[8730/97469] Fetching swift-nio-transport-services, swift-nio-ssl, swift-nio, swift-log
Fetching https://github.com/apple/swift-http-types.git
[20222/98373] Fetching swift-nio-transport-services, swift-nio-ssl, swift-nio, swift-log, swift-http-types
Fetched https://github.com/apple/swift-log.git from cache (1.12s)
[16801/94537] Fetching swift-nio-transport-services, swift-nio-ssl, swift-nio, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.63s)
[21082/93633] Fetching swift-nio-transport-services, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.47s)
[55954/78790] Fetching swift-nio-transport-services, swift-nio
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (10.09s)
Fetched https://github.com/apple/swift-nio.git from cache (10.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 (11.01s)
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.97s)
Fetching https://github.com/apple/swift-atomics.git
[1/1717] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.77s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (5.07s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4391] Fetching swift-system
[3383/20982] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.62s)
[4314/16591] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (1.71s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.53s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.76s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (2.38s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.27.1 (1.54s)
Fetching https://github.com/apple/swift-algorithms.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
[1/1590] Fetching swift-asn1
[1067/6575] Fetching swift-asn1, swift-async-algorithms
[1212/12730] Fetching swift-asn1, swift-async-algorithms, swift-certificates
[1616/18689] Fetching swift-asn1, swift-async-algorithms, swift-certificates, swift-algorithms
Fetched https://github.com/apple/swift-asn1.git from cache (0.82s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.91s)
Fetched https://github.com/apple/swift-certificates.git from cache (0.91s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.91s)
[1/1141] Fetching swift-http-structured-headers
[1142/12668] Fetching swift-http-structured-headers, swift-nio-http2
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.41s)
[2191/11527] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (3.03s)
Computing version for https://github.com/swift-server/swift-service-lifecycle
Computed https://github.com/swift-server/swift-service-lifecycle at 2.8.0 (4.66s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.89s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (0.85s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.78s)
Fetching https://github.com/apple/swift-crypto.git
[1/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.85s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.95s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.78s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.83s)
Fetching https://github.com/apple/swift-numerics.git
[1/5706] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.70s)
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.92s)
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.92s)
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 (1.04s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.10s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (1.12s)
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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.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-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-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-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-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
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-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-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-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-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-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-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-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-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.2.0
Building for debugging...
[0/444] Write sources
[27/444] Compiling CNIOWindows shim.c
[28/444] Compiling _AtomicsShims.c
[29/444] Compiling CNIOWASI CNIOWASI.c
[30/444] Compiling CNIOWindows WSAStartup.c
[31/444] Compiling CNIOLLHTTP c_nio_http.c
[32/444] Compiling CNIOLinux liburing_shims.c
[33/444] Compiling CNIODarwin shim.c
[33/444] Compiling CNIOSHA1 c_nio_sha1.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 CNIOLLHTTP c_nio_llhttp.c
[43/448] Compiling CNIOBoringSSLShims shims.c
[44/450] Compiling tls_record.cc
[45/450] Compiling tls13_both.cc
[46/450] Compiling tls13_server.cc
[47/450] Compiling tls_method.cc
[48/450] Compiling tls13_enc.cc
[49/480] Compiling tls13_client.cc
[51/480] Emitting module ConcurrencyHelpers
[51/480] Compiling t1_enc.cc
[52/480] Compiling ssl_x509.cc
[54/480] Compiling HTTPTypes HTTPResponse.swift
[55/481] Compiling HTTPTypes HTTPRequest.swift
[56/481] Compiling HTTPTypes ISOLatin1String.swift
[57/481] Compiling InternalCollectionsUtilities Descriptions.swift
[58/481] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[59/482] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[60/482] Compiling ConcurrencyHelpers LockedValueBox.swift
[61/482] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[62/482] Compiling InternalCollectionsUtilities _SortedCollection.swift
[63/482] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[64/482] Compiling InternalCollectionsUtilities Debugging.swift
[65/482] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[66/482] Compiling InternalCollectionsUtilities Integer rank.swift
[67/482] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[68/482] Compiling InternalCollectionsUtilities UInt+reversed.swift
[69/482] Compiling HTTPTypes HTTPParsedFields.swift
[70/482] Emitting module InternalCollectionsUtilities
[71/482] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[72/482] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[73/482] Emitting module _NIOBase64
[74/482] Compiling _NIOBase64 Base64.swift
[75/482] Compiling _NIODataStructures _TinyArray.swift
[76/483] Compiling _NIODataStructures PriorityQueue.swift
[77/483] Emitting module _NIODataStructures
[78/483] Compiling _NIODataStructures Heap.swift
[80/484] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[83/485] Compiling HTTPTypes NIOLock.swift
[83/485] Compiling ssl_versions.cc
[84/540] Compiling ssl_privkey.cc
[85/540] Compiling ssl_transcript.cc
[87/555] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[88/555] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[89/555] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[90/555] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[91/555] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[92/555] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[93/555] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[94/562] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[95/562] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[96/562] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[97/562] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[98/562] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[99/562] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[100/562] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[101/562] Compiling DequeModule Deque+CustomReflectable.swift
[102/562] Compiling DequeModule Deque+Descriptions.swift
[103/564] Compiling DequeModule _DequeBuffer.swift
[104/564] Compiling DequeModule _DequeBufferHeader.swift
[104/564] Compiling ssl_stat.cc
[106/564] Compiling DequeModule Deque+Equatable.swift
[107/564] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[107/564] Compiling ssl_session.cc
[109/564] Compiling DequeModule Deque+Codable.swift
[110/564] Compiling DequeModule Deque+Collection.swift
[115/564] Compiling DequeModule Deque+Extras.swift
[116/564] Compiling DequeModule Deque+Hashable.swift
[117/564] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[118/564] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[119/564] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[120/564] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[121/564] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[122/564] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[123/564] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[124/564] Compiling OrderedCollections OrderedDictionary+Values.swift
[125/564] Compiling DequeModule Deque+Testing.swift
[126/564] Compiling DequeModule Deque._Storage.swift
[127/564] Compiling DequeModule Deque._UnsafeHandle.swift
[128/564] Compiling DequeModule Deque.swift
[131/564] Compiling DequeModule _DequeSlot.swift
[132/564] Compiling DequeModule _UnsafeWrappedBuffer.swift
[133/564] Compiling OrderedCollections OrderedSet+Initializers.swift
[134/564] Compiling OrderedCollections OrderedSet+Insertions.swift
[135/564] Compiling OrderedCollections OrderedSet+Invariants.swift
[136/564] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[137/564] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[138/564] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[139/564] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[140/564] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[143/564] Compiling Logging LogHandler.swift
[144/564] Compiling Logging Logging.swift
[145/564] Compiling Logging MetadataProvider.swift
[146/564] Emitting module Logging
[147/564] Compiling Logging Locks.swift
[148/565] Compiling ConcurrencyHelpers Lock.swift
[157/566] Compiling OrderedCollections OrderedSet+Sendable.swift
[158/566] Compiling OrderedCollections OrderedSet+SubSequence.swift
[159/566] Compiling OrderedCollections OrderedSet+Testing.swift
[160/566] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[161/566] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[162/566] Compiling OrderedCollections OrderedSet.swift
[163/566] Compiling OrderedCollections _UnsafeBitset.swift
[166/569] Compiling OrderedCollections _HashTable+Bucket.swift
[167/569] Compiling OrderedCollections _HashTable+BucketIterator.swift
[168/569] Compiling OrderedCollections _HashTable+Constants.swift
[169/569] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[170/569] Compiling OrderedCollections _HashTable+Testing.swift
[171/569] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[172/569] Compiling OrderedCollections _HashTable.swift
[173/569] Compiling OrderedCollections _Hashtable+Header.swift
[174/569] Emitting module DequeModule
[176/570] Emitting module UnixSignals
[177/570] Emitting module OrderedCollections
[178/571] Compiling UnixSignals UnixSignalsSequence.swift
[179/571] Compiling UnixSignals UnixSignal.swift
[180/572] Compiling ssl_lib.cc
[182/572] Compiling ssl_key_share.cc
[183/572] Compiling ssl_file.cc
[184/572] Compiling ssl_credential.cc
[185/572] Compiling ssl_cipher.cc
[186/572] Compiling s3_pkt.cc
[186/572] Compiling ssl_buffer.cc
[186/572] Compiling ssl_aead_ctx.cc
[187/572] Compiling ssl_cert.cc
[190/572] Compiling ssl_asn1.cc
[192/572] Compiling HTTPTypes HTTPFieldName.swift
[193/572] Compiling HTTPTypes HTTPField.swift
[194/572] Emitting module HTTPTypes
[195/572] Compiling HTTPTypes HTTPFields.swift
[196/573] Compiling s3_lib.cc
[197/573] Compiling s3_both.cc
[198/573] Compiling handshake.cc
[199/573] Compiling handshake_client.cc
[200/573] Compiling handshake_server.cc
[201/573] Compiling handoff.cc
[202/573] Compiling extensions.cc
[203/573] Compiling dtls_record.cc
[204/573] Compiling encrypted_client_hello.cc
[205/573] Compiling md5-x86_64-linux.S
[206/573] Compiling md5-x86_64-apple.S
[207/573] Compiling dtls_method.cc
[208/573] Compiling md5-586-linux.S
[209/573] Compiling md5-586-apple.S
[210/573] Compiling err_data.cc
[211/573] Compiling d1_pkt.cc
[212/573] Compiling d1_srtp.cc
[213/573] Compiling bio_ssl.cc
[214/573] Compiling d1_both.cc
[215/573] Compiling d1_lib.cc
[216/573] Compiling chacha20_poly1305_x86_64-linux.S
[217/573] Compiling chacha20_poly1305_x86_64-apple.S
[218/573] Compiling chacha-x86-linux.S
[219/573] Compiling chacha20_poly1305_armv8-win.S
[219/573] Compiling chacha-x86_64-linux.S
[221/573] Compiling chacha20_poly1305_armv8-apple.S
[221/573] Compiling chacha-x86_64-apple.S
[223/573] Compiling chacha-x86-apple.S
[224/573] Compiling chacha20_poly1305_armv8-linux.S
[225/573] Compiling chacha-armv8-apple.S
[226/573] Compiling chacha-armv8-win.S
[227/573] Compiling aes128gcmsiv-x86_64-linux.S
[228/573] Compiling aes128gcmsiv-x86_64-apple.S
[229/573] Compiling chacha-armv4-linux.S
[230/573] Compiling x86_64-mont5-linux.S
[231/573] Compiling chacha-armv8-linux.S
[232/573] Compiling x86_64-mont5-apple.S
[233/573] Compiling x86-mont-linux.S
[234/573] Compiling vpaes-x86_64-linux.S
[235/573] Compiling x86_64-mont-linux.S
[236/573] Compiling x86_64-mont-apple.S
[237/573] Compiling x86-mont-apple.S
[238/573] Compiling vpaes-x86-apple.S
[239/573] Compiling vpaes-x86_64-apple.S
[240/573] Compiling vpaes-armv8-win.S
[241/573] Compiling vpaes-x86-linux.S
[242/573] Compiling vpaes-armv8-linux.S
[243/573] Compiling vpaes-armv8-apple.S
[244/573] Compiling vpaes-armv7-linux.S
[245/573] Compiling sha512-x86_64-linux.S
[246/573] Compiling sha512-armv8-win.S
[247/573] Compiling sha512-x86_64-apple.S
[248/573] Compiling sha512-armv8-apple.S
[249/573] Compiling sha512-586-apple.S
[249/573] Compiling sha512-armv8-linux.S
[251/573] Compiling sha512-armv4-linux.S
[252/573] Compiling sha256-x86_64-linux.S
[253/573] Compiling sha512-586-linux.S
[254/573] Compiling sha256-armv8-win.S
[255/573] Compiling sha256-x86_64-apple.S
[256/573] Compiling sha256-armv8-apple.S
[257/573] Compiling sha256-armv8-linux.S
[258/573] Compiling sha256-586-apple.S
[258/573] Compiling sha256-586-linux.S
[260/573] Compiling sha256-armv4-linux.S
[261/573] Compiling sha1-x86_64-linux.S
[262/573] Compiling sha1-x86_64-apple.S
[263/573] Compiling sha1-armv8-win.S
[264/573] Compiling sha1-586-linux.S
[265/573] Compiling sha1-armv4-large-linux.S
[266/573] Compiling rsaz-avx2-linux.S
[267/573] Compiling sha1-armv8-apple.S
[268/573] Compiling sha1-586-apple.S
[269/573] Compiling rsaz-avx2-apple.S
[270/573] Compiling rdrand-x86_64-linux.S
[271/573] Compiling sha1-armv8-linux.S
[272/573] Compiling rdrand-x86_64-apple.S
[273/573] Compiling p256_beeu-x86_64-asm-linux.S
[274/573] Compiling p256_beeu-x86_64-asm-apple.S
[275/573] Compiling p256_beeu-armv8-asm-win.S
[276/573] Compiling p256_beeu-armv8-asm-apple.S
[277/573] Compiling p256_beeu-armv8-asm-linux.S
[278/573] Compiling p256-x86_64-asm-linux.S
[279/573] Compiling p256-armv8-asm-win.S
[280/573] Compiling p256-x86_64-asm-apple.S
[281/573] Compiling p256-armv8-asm-linux.S
[282/573] Compiling p256-armv8-asm-apple.S
[283/573] Compiling ghash-x86_64-linux.S
[284/573] Compiling ghashv8-armv8-win.S
[285/573] Compiling ghashv8-armv8-linux.S
[286/573] Compiling ghashv8-armv7-linux.S
[286/573] Compiling ghash-x86_64-apple.S
[288/573] Compiling ghashv8-armv8-apple.S
[289/573] Compiling ghash-x86-apple.S
[290/573] Compiling ghash-x86-linux.S
[291/573] Compiling ghash-ssse3-x86_64-apple.S
[292/573] Compiling ghash-neon-armv8-win.S
[292/573] Compiling ghash-ssse3-x86_64-linux.S
[294/573] Compiling ghash-ssse3-x86-linux.S
[295/573] Compiling ghash-ssse3-x86-apple.S
[296/573] Compiling ghash-neon-armv8-linux.S
[297/573] Compiling ghash-neon-armv8-apple.S
[298/573] Compiling ghash-armv4-linux.S
[299/573] Compiling bn-armv8-win.S
[300/573] Compiling bsaes-armv7-linux.S
[301/573] Compiling bn-armv8-apple.S
[301/573] Compiling co-586-linux.S
[301/573] Compiling co-586-apple.S
[304/573] Compiling bn-586-linux.S
[305/573] Compiling bn-armv8-linux.S
[306/573] Compiling bn-586-apple.S
[307/573] Compiling armv4-mont-linux.S
[308/573] Compiling armv8-mont-linux.S
[309/573] Compiling armv8-mont-win.S
[310/573] Compiling armv8-mont-apple.S
[311/573] Compiling aesv8-gcm-armv8-apple.S
[312/573] Compiling aesv8-gcm-armv8-linux.S
[313/573] Compiling aesv8-gcm-armv8-win.S
[314/573] Compiling aesv8-armv8-win.S
[315/573] Compiling aesv8-armv8-apple.S
[316/573] Compiling aesv8-armv8-linux.S
[317/573] Compiling aesni-x86_64-apple.S
[317/573] Compiling aesv8-armv7-linux.S
[319/573] Compiling aesni-x86_64-linux.S
[320/573] Compiling aesni-x86-linux.S
[321/573] Compiling aesni-gcm-x86_64-linux.S
[322/573] Compiling aesni-x86-apple.S
[323/573] Compiling aesni-gcm-x86_64-apple.S
[324/573] Compiling aes-gcm-avx2-x86_64-apple.S
[325/573] Compiling aes-gcm-avx2-x86_64-linux.S
[326/573] Compiling aes-gcm-avx10-x86_64-apple.S
[327/573] Compiling aes-gcm-avx10-x86_64-linux.S
[328/573] Compiling x_req.cc
[329/573] Compiling x_spki.cc
[330/573] Compiling x_val.cc
[331/573] Compiling x_pubkey.cc
[332/573] Compiling x_x509a.cc
[333/573] Compiling x_name.cc
[334/573] Compiling x_sig.cc
[335/573] Compiling x_x509.cc
[336/573] Compiling x_exten.cc
[337/573] Compiling x_all.cc
[338/573] Compiling x_crl.cc
[339/573] Compiling x509rset.cc
[340/573] Compiling x_attrib.cc
[341/573] Compiling x509spki.cc
[342/573] Compiling x_algor.cc
[343/573] Compiling x509name.cc
[344/573] Compiling x509cset.cc
[345/573] Compiling x509_vpm.cc
[346/573] Compiling x509_v3.cc
[347/573] Compiling x509_vfy.cc
[348/573] Compiling x509_set.cc
[349/573] Compiling x509_trs.cc
[350/573] Compiling x509_txt.cc
[351/573] Compiling x509_req.cc
[352/573] Compiling x509_obj.cc
[353/573] Compiling x509_lu.cc
[354/573] Compiling x509_att.cc
[355/573] Compiling x509_ext.cc
[356/573] Compiling x509_cmp.cc
[357/573] Compiling x509_d2.cc
[358/573] Compiling x509_def.cc
[359/573] Compiling x509.cc
[360/573] Compiling v3_utl.cc
[361/573] Compiling v3_skey.cc
[362/573] Compiling v3_prn.cc
[363/573] Compiling v3_pcons.cc
[364/573] Compiling v3_purp.cc
[365/573] Compiling v3_pmaps.cc
[366/573] Compiling v3_ocsp.cc
[367/573] Compiling v3_ncons.cc
[368/573] Compiling v3_int.cc
[369/573] Compiling v3_lib.cc
[370/573] Compiling v3_info.cc
[371/573] Compiling v3_ia5.cc
[372/573] Compiling v3_extku.cc
[373/573] Compiling v3_genn.cc
[374/573] Compiling v3_enum.cc
[375/573] Compiling v3_crld.cc
[376/573] Compiling v3_conf.cc
[377/573] Compiling v3_cpols.cc
[378/573] Compiling v3_bitst.cc
[379/573] Compiling v3_alt.cc
[380/573] Compiling v3_bcons.cc
[381/573] Compiling v3_akey.cc
[382/573] Compiling t_x509a.cc
[383/573] Compiling v3_akeya.cc
[384/573] Compiling t_x509.cc
[385/573] Compiling policy.cc
[386/573] Compiling i2d_pr.cc
[387/573] Compiling t_crl.cc
[388/573] Compiling rsa_pss.cc
[389/573] Compiling t_req.cc
[390/573] Compiling name_print.cc
[391/573] Compiling by_dir.cc
[392/573] Compiling by_file.cc
[393/573] Compiling a_sign.cc
[394/573] Compiling algorithm.cc
[395/573] Compiling a_verify.cc
[396/573] Compiling a_digest.cc
[397/573] Compiling asn1_gen.cc
[398/573] Compiling thread_pthread.cc
[399/573] Compiling trust_token.cc
[400/573] Compiling thread_win.cc
[401/573] Compiling pmbtoken.cc
[402/573] Compiling thread.cc
[403/573] Compiling voprf.cc
[404/573] Compiling thread_none.cc
[405/573] Compiling stack.cc
[406/573] Compiling sha1.cc
[407/573] Compiling siphash.cc
[408/573] Compiling spake2plus.cc
[409/573] Compiling sha512.cc
[410/573] Compiling slhdsa.cc
[411/573] Compiling sha256.cc
[412/573] Compiling rsa_print.cc
[413/573] Compiling rsa_extra.cc
[414/573] Compiling refcount.cc
[415/573] Compiling rsa_crypt.cc
[416/573] Compiling rc4.cc
[417/573] Compiling windows.cc
[418/573] Compiling trusty.cc
[418/573] Compiling rsa_asn1.cc
[420/573] Compiling urandom.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 deterministic.cc
[427/573] Compiling forkunsafe.cc
[428/573] Compiling poly1305_vec.cc
[429/573] Compiling fork_detect.cc
[430/573] Compiling poly1305.cc
[431/573] Compiling poly1305_arm.cc
[432/573] Compiling pool.cc
[433/573] Compiling pkcs7.cc
[434/573] Compiling pkcs8.cc
[435/573] Compiling pem_xaux.cc
[436/573] Compiling pkcs8_x509.cc
[437/573] Compiling pkcs7_x509.cc
[438/573] Compiling p5_pbev2.cc
[439/573] Compiling pem_x509.cc
[440/573] Compiling pem_pkey.cc
[441/573] Compiling pem_oth.cc
[442/573] Compiling pem_lib.cc
[443/573] Compiling pem_pk8.cc
[444/573] Compiling pem_info.cc
[445/573] Compiling mem.cc
[446/573] Compiling mlkem.cc
[447/573] Compiling obj_xref.cc
[448/573] Compiling mldsa.cc
[449/573] Compiling pem_all.cc
[450/573] Compiling poly_rq_mul.S
[451/573] Compiling obj.cc
[452/573] Compiling fips_shared_support.cc
[453/573] Compiling md5.cc
[454/573] Compiling md4.cc
[455/573] Compiling lhash.cc
[456/573] Compiling ex_data.cc
[457/573] Compiling sign.cc
[458/573] Compiling kyber.cc
[459/573] Compiling pbkdf.cc
[460/573] Compiling hrss.cc
[461/573] Compiling scrypt.cc
[462/573] Compiling hpke.cc
[463/573] Compiling p_x25519.cc
[464/573] Compiling print.cc
[465/573] Compiling p_x25519_asn1.cc
[466/573] Compiling p_rsa_asn1.cc
[467/573] Compiling p_ed25519.cc
[468/573] Compiling p_hkdf.cc
[469/573] Compiling p_ec_asn1.cc
[470/573] Compiling p_ed25519_asn1.cc
[471/573] Compiling p_rsa.cc
[472/573] Compiling p_dh_asn1.cc
[473/573] Compiling p_ec.cc
[474/573] Compiling p_dh.cc
[475/573] Compiling evp.cc
[476/573] Compiling err.cc
[477/573] Compiling evp_ctx.cc
[478/573] Compiling evp_asn1.cc
[479/573] Compiling p_dsa_asn1.cc
[480/573] Compiling engine.cc
[481/573] Compiling ecdh.cc
[482/573] Compiling ec_derive.cc
[483/573] Compiling hash_to_curve.cc
[484/573] Compiling ecdsa_asn1.cc
[485/573] Compiling bcm.cc
[486/573] Compiling dsa_asn1.cc
[487/573] Compiling dsa.cc
[488/573] Compiling dh_asn1.cc
[489/573] Compiling params.cc
[489/573] Compiling x25519-asm-arm.S
[491/573] Compiling ec_asn1.cc
[492/573] Compiling digest_extra.cc
[493/573] Compiling des.cc
[493/573] Compiling curve25519_64_adx.cc
[495/573] Compiling curve25519.cc
[496/573] Compiling spake25519.cc
[497/573] Compiling cpu_intel.cc
[498/573] Compiling cpu_arm_linux.cc
[499/573] Compiling crypto.cc
[500/573] Compiling cpu_arm_freebsd.cc
[501/573] Compiling cpu_aarch64_sysreg.cc
[502/573] Compiling cpu_aarch64_openbsd.cc
[503/573] Compiling cpu_aarch64_win.cc
[504/573] Compiling cpu_aarch64_linux.cc
[505/573] Compiling cpu_aarch64_fuchsia.cc
[506/573] Compiling cpu_aarch64_apple.cc
[507/573] Compiling conf.cc
[508/573] Compiling tls_cbc.cc
[509/573] Compiling get_cipher.cc
[510/573] Compiling e_rc4.cc
[511/573] Compiling e_tls.cc
[512/573] Compiling e_null.cc
[513/573] Compiling e_rc2.cc
[514/573] Compiling e_des.cc
[515/573] Compiling e_chacha20poly1305.cc
[516/573] Compiling e_aesgcmsiv.cc
[517/573] Compiling derive_key.cc
[518/573] Compiling e_aesctrhmac.cc
[519/573] Compiling chacha.cc
[520/573] Compiling unicode.cc
[521/573] Compiling buf.cc
[522/573] Compiling cbs.cc
[523/573] Compiling ber.cc
[524/573] Compiling cbb.cc
[525/573] Compiling asn1_compat.cc
[526/573] Compiling blake2.cc
[527/573] Compiling printf.cc
[528/573] Compiling bn_asn1.cc
[529/573] Compiling convert.cc
[529/573] Compiling socket_helper.cc
[531/573] Compiling pair.cc
[532/573] Compiling socket.cc
[533/573] Compiling hexdump.cc
[534/573] Compiling fd.cc
[535/573] Compiling file.cc
[536/573] Compiling errno.cc
[537/573] Compiling connect.cc
[538/573] Compiling bio_mem.cc
[539/573] Compiling base64.cc
[540/573] Compiling bio.cc
[541/573] Compiling tasn_typ.cc
[542/573] Compiling tasn_fre.cc
[543/573] Compiling tasn_utl.cc
[544/573] Compiling tasn_new.cc
[545/573] Compiling f_string.cc
[546/573] Compiling tasn_enc.cc
[547/573] Compiling posix_time.cc
[548/573] Compiling tasn_dec.cc
[549/573] Compiling asn1_par.cc
[550/573] Compiling f_int.cc
[551/573] Compiling asn_pack.cc
[552/573] Compiling a_utctm.cc
[553/573] Compiling asn1_lib.cc
[554/573] Compiling a_type.cc
[555/573] Compiling a_time.cc
[556/573] Compiling a_strnid.cc
[557/573] Compiling a_octet.cc
[558/573] Compiling a_strex.cc
[559/573] Compiling a_object.cc
[560/573] Compiling a_mbstr.cc
[561/573] Compiling a_i2d_fp.cc
[562/573] Compiling a_int.cc
[563/573] Compiling CCompressZlib empty.c
[564/573] Write sources
[565/573] Compiling a_dup.cc
[565/573] Write sources
[567/592] Compiling a_d2i_fp.cc
[568/592] Compiling a_gentm.cc
[570/637] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[571/637] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[571/639] Compiling a_bitstr.cc
[573/639] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[574/639] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[575/639] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[576/639] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[576/639] Compiling a_bool.cc
[578/639] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[579/639] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[580/639] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[581/639] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[582/639] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[583/639] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[584/639] Compiling Atomics IntegerOperations.swift
[585/639] Compiling Atomics Unmanaged extensions.swift
[586/639] Emitting module AsyncAlgorithms
[593/645] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[594/645] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[595/645] Compiling AsyncAlgorithms MergeStateMachine.swift
[596/645] Compiling AsyncAlgorithms MergeStorage.swift
[597/645] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[598/645] Compiling AsyncAlgorithms Rethrow.swift
[606/645] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[607/645] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[608/645] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[609/645] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[610/645] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[611/645] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.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] Compiling AsyncAlgorithms SetAlgebra.swift
[621/645] Compiling AsyncAlgorithms UnsafeTransfer.swift
[622/645] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[623/645] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[624/645] Compiling AsyncAlgorithms ZipStateMachine.swift
[625/645] Compiling AsyncAlgorithms ZipStorage.swift
[626/645] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[627/645] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[628/645] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[629/645] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[630/645] Compiling AsyncAlgorithms AsyncChannel.swift
[631/645] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[632/645] Compiling AsyncAlgorithms ChannelStateMachine.swift
[633/645] Compiling AsyncAlgorithms ChannelStorage.swift
[634/645] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[635/645] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[636/645] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[637/645] Compiling AsyncAlgorithms CombineLatestStorage.swift
[644/646] Emitting module Atomics
[647/655] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[648/656] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[648/656] Compiling c-atomics.c
[650/656] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[651/656] Emitting module ServiceLifecycle
[652/656] Compiling ServiceLifecycle ServiceRunnerError.swift
[653/656] Compiling ServiceLifecycle GracefulShutdown.swift
[654/656] Compiling ServiceLifecycle CancellationWaiter.swift
[655/662] Compiling NIOConcurrencyHelpers lock.swift
[656/662] Compiling NIOConcurrencyHelpers NIOLock.swift
[657/662] Compiling NIOConcurrencyHelpers atomics.swift
[658/662] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[659/662] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[660/662] Compiling ServiceLifecycle ServiceGroup.swift
[661/662] Compiling ServiceLifecycle Service.swift
[662/663] Emitting module NIOConcurrencyHelpers
[665/724] Compiling NIOCore CircularBuffer.swift
[666/724] Compiling NIOCore Codec.swift
[667/724] Compiling NIOCore ConvenienceOptionSupport.swift
[668/724] Compiling NIOCore DeadChannel.swift
[669/724] Compiling NIOCore DispatchQueue+WithFuture.swift
[670/724] Compiling NIOCore EventLoop+Deprecated.swift
[671/724] Compiling NIOCore EventLoop+SerialExecutor.swift
[672/724] Compiling NIOCore EventLoop.swift
[673/732] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[674/732] Compiling NIOCore BSDSocketAPI.swift
[675/732] Compiling NIOCore ByteBuffer-aux.swift
[676/732] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[677/732] Compiling NIOCore ByteBuffer-conversions.swift
[678/732] Compiling NIOCore ByteBuffer-core.swift
[679/732] Compiling NIOCore ByteBuffer-hex.swift
[680/732] Compiling NIOCore ByteBuffer-int.swift
[681/732] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[682/732] Compiling NIOCore AddressedEnvelope.swift
[683/732] Compiling NIOCore AsyncAwaitSupport.swift
[684/732] Compiling NIOCore AsyncChannel.swift
[685/732] Compiling NIOCore AsyncChannelHandler.swift
[686/732] Compiling NIOCore AsyncChannelInboundStream.swift
[687/732] Compiling NIOCore AsyncChannelOutboundWriter.swift
[688/732] Compiling NIOCore NIOAsyncSequenceProducer.swift
[689/732] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[690/732] Compiling NIOCore NIOAsyncWriter.swift
[691/732] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[692/732] Compiling NIOCore SocketAddresses.swift
[693/732] Compiling NIOCore SocketOptionProvider.swift
[694/732] Compiling NIOCore SystemCallHelpers.swift
[695/732] Compiling NIOCore TimeAmount+Duration.swift
[696/732] Compiling NIOCore TypeAssistedChannelHandler.swift
[697/732] Compiling NIOCore UniversalBootstrapSupport.swift
[698/732] Compiling NIOCore Utilities.swift
[699/732] Compiling NIOCore IO.swift
[700/732] Compiling NIOCore IOData.swift
[701/732] Compiling NIOCore IPProtocol.swift
[702/732] Compiling NIOCore IntegerBitPacking.swift
[703/732] Compiling NIOCore IntegerTypes.swift
[704/732] Compiling NIOCore Interfaces.swift
[705/732] Compiling NIOCore Linux.swift
[706/732] Compiling NIOCore MarkedCircularBuffer.swift
[707/732] Compiling NIOCore MulticastChannel.swift
[708/732] Compiling NIOCore NIOAny.swift
[709/732] Compiling NIOCore NIOCloseOnErrorHandler.swift
[710/732] Compiling NIOCore NIOLoopBound.swift
[711/732] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[712/732] Compiling NIOCore NIOScheduledCallback.swift
[713/732] Compiling NIOCore NIOSendable.swift
[714/732] Compiling NIOCore RecvByteBufferAllocator.swift
[715/732] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[716/732] Compiling NIOCore EventLoopFuture+Deprecated.swift
[717/732] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[718/732] Compiling NIOCore EventLoopFuture.swift
[719/732] Compiling NIOCore FileDescriptor.swift
[720/732] Compiling NIOCore FileHandle.swift
[721/732] Compiling NIOCore FileRegion.swift
[722/732] Compiling NIOCore GlobalSingletons.swift
[723/732] Compiling NIOCore ByteBuffer-multi-int.swift
[724/732] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[725/732] Compiling NIOCore ByteBuffer-views.swift
[726/732] Compiling NIOCore Channel.swift
[727/732] Compiling NIOCore ChannelHandler.swift
[728/732] Compiling NIOCore ChannelHandlers.swift
[729/732] Compiling NIOCore ChannelInvoker.swift
[730/732] Compiling NIOCore ChannelOption.swift
[731/732] Compiling NIOCore ChannelPipeline.swift
[732/732] Emitting module NIOCore
[734/794] Compiling CompressNIO CompressionAlgorithm.swift
[735/794] Compiling CompressNIO Compressor.swift
[736/795] Compiling CompressNIO Error.swift
[737/795] Emitting module NIOHTTPTypes
[738/795] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[739/796] Compiling CompressNIO ZlibWrapper.swift
[741/796] Emitting module CompressNIO
[742/796] Compiling NIOPosix BSDSocketAPICommon.swift
[743/796] Compiling NIOPosix BSDSocketAPIPosix.swift
[744/796] Emitting module NIOEmbedded
[745/796] Compiling NIOEmbedded AsyncTestingChannel.swift
[746/796] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[747/796] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[748/796] Compiling CompressNIO Zlib.swift
[750/797] Compiling NIOEmbedded Embedded.swift
[751/797] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[753/798] Compiling NIOPosix IO.swift
[754/798] Compiling NIOPosix IntegerBitPacking.swift
[755/798] Compiling NIOPosix IntegerTypes.swift
[756/798] Compiling NIOPosix Linux.swift
[757/798] Compiling NIOPosix LinuxCPUSet.swift
[758/798] Compiling NIOPosix LinuxUring.swift
[759/798] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[760/804] Compiling NIOPosix ThreadPosix.swift
[761/804] Compiling NIOPosix ThreadWindows.swift
[762/804] Compiling NIOPosix UnsafeTransfer.swift
[763/804] Compiling NIOPosix Utilities.swift
[764/804] Compiling NIOPosix VsockAddress.swift
[765/804] Compiling NIOPosix VsockChannelEvents.swift
[766/804] Emitting module NIOPosix
[767/804] Compiling NIOPosix SelectableChannel.swift
[768/804] Compiling NIOPosix SelectableEventLoop.swift
[769/804] Compiling NIOPosix SelectorEpoll.swift
[770/804] Compiling NIOPosix SelectorGeneric.swift
[771/804] Compiling NIOPosix SelectorKqueue.swift
[772/804] Compiling NIOPosix SelectorUring.swift
[773/804] Compiling NIOPosix Pool.swift
[774/804] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[775/804] Compiling NIOPosix PosixSingletons.swift
[776/804] Compiling NIOPosix RawSocketBootstrap.swift
[777/804] Compiling NIOPosix Resolver.swift
[778/804] Compiling NIOPosix Selectable.swift
[779/804] Compiling NIOPosix NIOThreadPool.swift
[780/804] Compiling NIOPosix NonBlockingFileIO.swift
[781/804] Compiling NIOPosix PendingDatagramWritesManager.swift
[782/804] Compiling NIOPosix PendingWritesManager.swift
[783/804] Compiling NIOPosix PipeChannel.swift
[784/804] Compiling NIOPosix PipePair.swift
[785/804] Compiling NIOPosix ServerSocket.swift
[786/804] Compiling NIOPosix Socket.swift
[787/804] Compiling NIOPosix SocketChannel.swift
[788/804] Compiling NIOPosix SocketProtocols.swift
[789/804] Compiling NIOPosix System.swift
[790/804] Compiling NIOPosix Thread.swift
[793/804] Compiling NIOPosix BSDSocketAPIWindows.swift
[794/804] Compiling NIOPosix BaseSocket.swift
[795/804] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[796/804] Compiling NIOPosix BaseSocketChannel.swift
[797/804] Compiling NIOPosix BaseStreamSocketChannel.swift
[798/804] Compiling NIOPosix Bootstrap.swift
[799/804] Compiling NIOPosix ControlMessage.swift
[800/804] Compiling NIOPosix DatagramVectorReadManager.swift
[801/804] Compiling NIOPosix Errors+Any.swift
[802/804] Compiling NIOPosix FileDescriptor.swift
[803/804] Compiling NIOPosix GetaddrinfoResolver.swift
[804/804] Compiling NIOPosix HappyEyeballs.swift
[806/807] Compiling NIO Exports.swift
[807/807] Emitting module NIO
[809/835] Compiling NIOTLS TLSEvents.swift
[810/835] Emitting module NIOHTTP1
[811/837] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[812/837] Emitting module NIOTLS
[813/837] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[814/837] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[815/837] Compiling NIOTLS SNIHandler.swift
[817/838] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[818/838] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[819/838] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[820/838] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[821/838] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[822/838] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[823/838] Compiling NIOHTTP1 HTTPTypedPipelineSetup.swift
[824/838] Compiling NIOHTTP1 HTTPTypes.swift
[825/838] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[826/838] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[827/838] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[828/838] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[829/838] Compiling NIOHTTP1 ByteCollectionUtils.swift
[830/838] Compiling NIOHTTP1 HTTPDecoder.swift
[831/838] Compiling NIOHTTP1 HTTPEncoder.swift
[832/838] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[833/838] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[835/839] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[836/839] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[837/839] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[838/839] Emitting module NIOFoundationCompat
[839/839] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[841/905] Emitting module NIOTransportServices
[842/907] Compiling NIOTransportServices StateManagedChannel.swift
[843/907] Compiling NIOTransportServices StateManagedListenerChannel.swift
[844/907] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[845/907] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[846/907] Compiling NIOTransportServices NIOTSSingletons.swift
[847/907] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[848/907] Compiling NIOTransportServices NIOTSBootstraps.swift
[849/907] Compiling NIOTransportServices NIOTSChannelOptions.swift
[850/907] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[851/907] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[852/907] Compiling NIOTransportServices NIOTSErrors.swift
[853/907] Compiling NIOTransportServices NIOTSEventLoop.swift
[854/907] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[855/907] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[856/907] Compiling NIOTransportServices NIOTSListenerChannel.swift
[857/907] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[858/907] Compiling NIOWebSocket WebSocketOpcode.swift
[859/907] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[860/908] Compiling NIOWebSocket SHA1.swift
[861/908] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[862/908] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[863/908] Compiling NIOTransportServices AcceptHandler.swift
[864/908] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[865/908] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[867/909] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[868/909] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[869/909] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[872/909] Emitting module NIOHTTPTypesHTTP1
[873/909] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[874/909] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[875/909] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[876/909] Emitting module NIOWebSocket
[877/909] Compiling NIOWebSocket WebSocketErrorCodes.swift
[878/909] Compiling NIOWebSocket WebSocketFrame.swift
[886/926] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[887/930] Compiling WSCore WebSocketExtension.swift
[888/930] Compiling WSCore WebSocketExtensionBuilder.swift
[889/930] Compiling WSCore WebSocketDataFrame.swift
[890/930] Compiling WSCore WebSocketDataHandler.swift
[891/930] Emitting module NIOSSL
[892/930] Compiling WSCore WebSocketExtensionHTTPParameters.swift
[893/930] Compiling WSCore String+validatingString.swift
[900/930] Compiling WSCore UnsafeTransfer.swift
[901/930] Compiling WSCore WebSocketContext.swift
[902/930] Compiling WSCore WebSocketMessage.swift
[903/930] Compiling WSCore WebSocketOutboundWriter.swift
[904/930] Compiling NIOSSL SSLCertificate.swift
[905/930] Compiling NIOSSL SSLCertificateExtensions.swift
[906/930] Compiling NIOSSL SSLCertificateName.swift
[907/930] Compiling NIOSSL SSLConnection.swift
[908/930] Compiling WSCore WebSocketFrameSequence.swift
[909/930] Compiling WSCore WebSocketHandler.swift
[910/930] Compiling WSCore WebSocketInboundMessageStream.swift
[911/930] Compiling WSCore WebSocketInboundStream.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
[917/931] Emitting module WSCore
[924/932] Compiling WSCore WebSocketStateMachine.swift
[934/946] Emitting module WSCompression
[935/946] Compiling WSCompression PerMessageDeflateExtension.swift
[936/947] Compiling WSClient WebSocketClientConfiguration.swift
[938/948] Compiling WSClient WebSocketClient.swift
[939/948] Compiling WSClient Exports.swift
[940/948] Compiling WSClient WebSocketClientChannel.swift
[941/948] Compiling WSClient WebSocketClientError.swift
[942/948] Compiling WSClient TSTLSOptions.swift
[943/948] Compiling WSClient URI.swift
[944/948] Compiling WSClient ClientChannel.swift
[945/948] Compiling WSClient ClientConnection.swift
[946/948] Emitting module WSClient
[947/948] Compiling WSClient Parser.swift
[948/948] Compiling WSClient TLSClientChannel.swift
Build complete! (221.24s)
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.