Build Information
Successful build of swift-websocket, reference 1.2.2 (d0826d
), with Swift 6.1 for Linux on 30 Apr 2025 21:22:52 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/swift-websocket.git
Reference: 1.2.2
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.2.2 -> FETCH_HEAD
HEAD is now at d0826d9 Update from hummingbird-project-template 39b2227dee2e6590b8dc0b72820f09433a569c17 (#14)
Cloned https://github.com/hummingbird-project/swift-websocket.git
Revision (git rev-parse @):
d0826d9db8b1eea2c39b1c5350af694835913600
SUCCESS checkout https://github.com/hummingbird-project/swift-websocket.git at 1.2.2
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/hummingbird-project/swift-websocket.git
https://github.com/hummingbird-project/swift-websocket.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-http-types",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-http-types.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.4.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.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-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/adam-fowler/compress-nio.git
[1/643] Fetching compress-nio
[291/3262] Fetching compress-nio, swift-nio-transport-services
[751/8986] Fetching compress-nio, swift-nio-transport-services, swift-nio-extras
Fetched https://github.com/adam-fowler/compress-nio.git from cache (0.62s)
[4623/8343] Fetching swift-nio-transport-services, swift-nio-extras
[4624/23152] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-ssl
Fetching https://github.com/apple/swift-log.git
[10122/98721] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.19s)
Fetching https://github.com/apple/swift-http-types.git
[6649/92997] Fetching swift-nio-transport-services, swift-nio-ssl, swift-nio
[6650/96833] Fetching swift-nio-transport-services, swift-nio-ssl, swift-nio, swift-log
[14678/97737] Fetching swift-nio-transport-services, swift-nio-ssl, swift-nio, swift-log, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.65s)
[15121/96833] Fetching swift-nio-transport-services, swift-nio-ssl, swift-nio, swift-log
Fetched https://github.com/apple/swift-log.git from cache (1.23s)
[12338/92997] Fetching swift-nio-transport-services, swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.38s)
[53251/78188] Fetching swift-nio-transport-services, swift-nio
Fetching https://github.com/swift-server/swift-service-lifecycle
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (11.27s)
Fetched https://github.com/apple/swift-nio.git from cache (11.54s)
[1/2394] Fetching swift-service-lifecycle
Fetched https://github.com/swift-server/swift-service-lifecycle from cache (0.61s)
Computing version for https://github.com/adam-fowler/compress-nio.git
Computed https://github.com/adam-fowler/compress-nio.git at 1.4.2 (12.97s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (1.33s)
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1705] Fetching swift-atomics
[854/2832] Fetching swift-atomics, swift-http-structured-headers
[1726/8735] Fetching swift-atomics, swift-http-structured-headers, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.75s)
[5011/7608] Fetching swift-atomics, swift-algorithms
Fetched https://github.com/apple/swift-atomics.git from cache (1.14s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.15s)
[1/11504] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (2.93s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (4.00s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.95s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.73s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (2.40s)
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/4367] Fetching swift-system
[1661/20636] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.67s)
[3742/16269] Fetching swift-collections
Fetched https://github.com/apple/swift-collections.git from cache (2.03s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (3.22s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (1.08s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.08s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.24s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.56s)
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 (1.11s)
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.09s)
Computing version for https://github.com/swift-server/swift-service-lifecycle
Computed https://github.com/swift-server/swift-service-lifecycle at 2.8.0 (1.08s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4965] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (0.65s)
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.98s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (1.08s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (1.27s)
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-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-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.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-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-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
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-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.1.4
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
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/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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.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.4.2
Creating working copy for https://github.com/adam-fowler/compress-nio.git
Working copy of https://github.com/adam-fowler/compress-nio.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Building for debugging...
[0/444] Write sources
[27/444] Compiling CNIOWindows shim.c
[28/444] Compiling CNIOWindows WSAStartup.c
[29/444] Compiling CNIOWASI CNIOWASI.c
[30/444] Compiling CNIOLinux liburing_shims.c
[30/444] Compiling _AtomicsShims.c
[32/444] Compiling CNIOLinux shim.c
[33/444] Compiling CNIOLLHTTP c_nio_http.c
[34/444] Compiling CNIOSHA1 c_nio_sha1.c
[35/444] Compiling CNIODarwin shim.c
[36/444] Compiling fiat_p256_adx_sqr.S
[37/444] Write swift-version-24593BA9C3E375BF.txt
[38/444] Compiling fiat_curve25519_adx_square.S
[39/444] Compiling fiat_p256_adx_mul.S
[40/444] Compiling CNIOLLHTTP c_nio_api.c
[41/444] Compiling fiat_curve25519_adx_mul.S
[42/470] Compiling CNIOBoringSSLShims shims.c
[43/472] Compiling CNIOLLHTTP c_nio_llhttp.c
[44/483] Compiling tls_record.cc
[46/483] Emitting module ConcurrencyHelpers
[47/483] Emitting module HTTPTypes
[47/484] Compiling tls_method.cc
[49/484] Compiling _NIOBase64 Base64.swift
[50/484] Emitting module _NIOBase64
[51/485] Compiling HTTPTypes ISOLatin1String.swift
[52/485] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[53/485] Compiling InternalCollectionsUtilities Specialize.swift
[54/487] Compiling HTTPTypes HTTPResponse.swift
[55/487] Compiling HTTPTypes HTTPRequest.swift
[56/487] Compiling ConcurrencyHelpers LockedValueBox.swift
[57/487] Emitting module InternalCollectionsUtilities
[58/487] Compiling HTTPTypes HTTPParsedFields.swift
[59/487] Compiling _NIODataStructures PriorityQueue.swift
[60/487] Compiling _NIODataStructures _TinyArray.swift
[61/487] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[62/487] Compiling InternalCollectionsUtilities Integer rank.swift
[63/487] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[64/487] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[65/487] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[66/487] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[67/487] Compiling InternalCollectionsUtilities UInt+reversed.swift
[68/487] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[69/487] Compiling InternalCollectionsUtilities Debugging.swift
[70/487] Compiling InternalCollectionsUtilities Descriptions.swift
[71/487] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[72/487] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[73/487] Compiling InternalCollectionsUtilities _SortedCollection.swift
[74/487] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[75/487] Compiling tls13_server.cc
[77/487] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[78/487] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[80/488] Compiling ConcurrencyHelpers Lock.swift
[81/488] Compiling HTTPTypes NIOLock.swift
[82/489] Compiling Logging MetadataProvider.swift
[83/489] Emitting module Logging
[84/489] Compiling Logging Locks.swift
[85/489] Compiling Logging Logging.swift
[86/489] Emitting module _NIODataStructures
[87/489] Compiling _NIODataStructures Heap.swift
[88/489] Compiling Logging LogHandler.swift
[91/491] Compiling tls13_enc.cc
[93/564] Compiling OrderedCollections _HashTable+Bucket.swift
[94/564] Compiling OrderedCollections _HashTable+BucketIterator.swift
[94/566] Compiling tls13_client.cc
[96/566] Emitting module UnixSignals
[97/566] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[98/566] Compiling OrderedCollections OrderedDictionary+Elements.swift
[98/566] Compiling tls13_both.cc
[99/566] Compiling t1_enc.cc
[101/566] Compiling OrderedCollections _HashTable+Testing.swift
[102/566] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[103/566] Compiling OrderedCollections _HashTable.swift
[104/566] Compiling OrderedCollections _Hashtable+Header.swift
[105/566] Compiling UnixSignals UnixSignal.swift
[106/566] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[107/566] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[108/566] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[109/566] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[110/566] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[111/566] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[112/566] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[113/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[114/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[115/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[116/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[117/573] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[118/573] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[119/573] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[120/573] Compiling UnixSignals UnixSignalsSequence.swift
[121/574] Compiling DequeModule _DequeSlot.swift
[122/574] Compiling DequeModule _UnsafeWrappedBuffer.swift
[124/574] Compiling OrderedCollections OrderedDictionary+Codable.swift
[125/574] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[126/574] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[127/574] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[128/574] Compiling OrderedCollections OrderedSet+Initializers.swift
[129/574] Compiling OrderedCollections OrderedSet+Insertions.swift
[130/574] Compiling OrderedCollections OrderedSet+Invariants.swift
[131/574] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[132/574] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[133/574] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[134/574] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[135/574] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[136/574] Compiling OrderedCollections OrderedDictionary.swift
[137/574] Compiling OrderedCollections OrderedSet+Codable.swift
[138/574] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[139/574] Compiling OrderedCollections OrderedSet+Descriptions.swift
[140/574] Compiling OrderedCollections OrderedSet+Diffing.swift
[141/574] Compiling OrderedCollections OrderedSet+Equatable.swift
[142/574] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[143/574] Compiling OrderedCollections OrderedSet+Hashable.swift
[144/574] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[145/574] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[146/574] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[147/574] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[148/574] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[149/574] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[150/574] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[151/574] Compiling OrderedCollections OrderedDictionary+Values.swift
[160/574] Compiling OrderedCollections _HashTable+Constants.swift
[161/574] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[162/574] Emitting module DequeModule
[172/575] Compiling HTTPTypes HTTPFieldName.swift
[173/575] Compiling HTTPTypes HTTPFields.swift
[174/575] Compiling HTTPTypes HTTPField.swift
[176/576] Compiling OrderedCollections OrderedSet+Sendable.swift
[177/576] Compiling OrderedCollections OrderedSet+SubSequence.swift
[178/576] Compiling OrderedCollections OrderedSet+Testing.swift
[179/576] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[180/576] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[181/576] Compiling OrderedCollections OrderedSet.swift
[182/576] Compiling OrderedCollections _UnsafeBitset.swift
[182/576] Compiling ssl_session.cc
[183/576] Compiling ssl_versions.cc
[184/576] Compiling ssl_x509.cc
[186/576] Emitting module OrderedCollections
[186/577] Compiling ssl_stat.cc
[187/577] Compiling ssl_transcript.cc
[189/577] Compiling ssl_privkey.cc
[190/577] Compiling ssl_file.cc
[191/577] Compiling ssl_key_share.cc
[192/577] Compiling ssl_cipher.cc
[193/577] Compiling ssl_credential.cc
[194/577] Compiling ssl_buffer.cc
[195/577] Compiling ssl_cert.cc
[196/577] Compiling ssl_lib.cc
[197/577] Compiling ssl_asn1.cc
[198/577] Compiling ssl_aead_ctx.cc
[199/577] Compiling s3_pkt.cc
[200/577] Compiling s3_lib.cc
[201/577] Compiling s3_both.cc
[202/577] Compiling handshake_server.cc
[203/577] Compiling handshake_client.cc
[204/577] Compiling handshake.cc
[205/577] Compiling handoff.cc
[206/577] Compiling d1_lib.cc
[207/577] Compiling dtls_method.cc
[208/577] Compiling md5-x86_64-linux.S
[209/577] Compiling md5-x86_64-apple.S
[210/577] Compiling md5-586-linux.S
[211/577] Compiling md5-586-apple.S
[212/577] Compiling encrypted_client_hello.cc
[213/577] Compiling dtls_record.cc
[214/577] Compiling chacha20_poly1305_x86_64-linux.S
[215/577] Compiling err_data.cc
[216/577] Compiling chacha20_poly1305_armv8-linux.S
[217/577] Compiling chacha20_poly1305_x86_64-apple.S
[218/577] Compiling chacha20_poly1305_armv8-win.S
[219/577] Compiling chacha20_poly1305_armv8-apple.S
[220/577] Compiling chacha-x86_64-linux.S
[221/577] Compiling chacha-x86_64-apple.S
[222/577] Compiling extensions.cc
[223/577] Compiling chacha-x86-apple.S
[223/577] Compiling chacha-x86-linux.S
[225/577] Compiling chacha-armv8-win.S
[226/577] Compiling chacha-armv8-apple.S
[227/577] Compiling chacha-armv8-linux.S
[228/577] Compiling chacha-armv4-linux.S
[229/577] Compiling aes128gcmsiv-x86_64-linux.S
[230/577] Compiling d1_srtp.cc
[231/577] Compiling aes128gcmsiv-x86_64-apple.S
[232/577] Compiling x86_64-mont5-apple.S
[233/577] Compiling x86_64-mont5-linux.S
[234/577] Compiling x86-mont-linux.S
[235/577] Compiling x86_64-mont-linux.S
[236/577] Compiling x86_64-mont-apple.S
[237/577] Compiling x86-mont-apple.S
[238/577] Compiling vpaes-x86_64-linux.S
[239/577] Compiling vpaes-x86-linux.S
[240/577] Compiling vpaes-x86_64-apple.S
[241/577] Compiling vpaes-x86-apple.S
[242/577] Compiling vpaes-armv8-win.S
[243/577] Compiling vpaes-armv8-apple.S
[244/577] Compiling vpaes-armv7-linux.S
[244/577] Compiling vpaes-armv8-linux.S
[246/577] Compiling sha512-x86_64-apple.S
[247/577] Compiling sha512-armv8-win.S
[248/577] Compiling d1_pkt.cc
[249/577] Compiling sha512-x86_64-linux.S
[250/577] Compiling sha512-armv8-linux.S
[251/577] Compiling sha512-armv8-apple.S
[251/577] Compiling bio_ssl.cc
[253/577] Compiling sha512-586-linux.S
[254/577] Compiling sha512-586-apple.S
[255/577] Compiling sha512-armv4-linux.S
[256/577] Compiling sha256-x86_64-apple.S
[257/577] Compiling sha256-x86_64-linux.S
[258/577] Compiling sha256-armv8-win.S
[259/577] Compiling sha256-armv8-linux.S
[260/577] Compiling sha256-armv8-apple.S
[261/577] Compiling sha256-armv4-linux.S
[262/577] Compiling sha256-586-linux.S
[263/577] Compiling sha256-586-apple.S
[264/577] Compiling d1_both.cc
[265/577] Compiling sha1-x86_64-linux.S
[266/577] Compiling sha1-x86_64-apple.S
[267/577] Compiling sha1-armv8-linux.S
[268/577] Compiling sha1-armv8-win.S
[269/577] Compiling sha1-armv8-apple.S
[270/577] Compiling sha1-armv4-large-linux.S
[271/577] Compiling sha1-586-linux.S
[272/577] Compiling sha1-586-apple.S
[273/577] Compiling rsaz-avx2-apple.S
[274/577] Compiling rdrand-x86_64-linux.S
[275/577] Compiling rsaz-avx2-linux.S
[276/577] Compiling p256_beeu-x86_64-asm-linux.S
[277/577] Compiling rdrand-x86_64-apple.S
[278/577] Compiling p256_beeu-x86_64-asm-apple.S
[279/577] Compiling p256_beeu-armv8-asm-win.S
[280/577] Compiling p256_beeu-armv8-asm-linux.S
[281/577] Compiling p256-x86_64-asm-apple.S
[282/577] Compiling p256_beeu-armv8-asm-apple.S
[283/577] Compiling p256-armv8-asm-win.S
[283/577] Compiling p256-x86_64-asm-linux.S
[285/577] Compiling p256-armv8-asm-apple.S
[286/577] Compiling p256-armv8-asm-linux.S
[287/577] Compiling ghashv8-armv8-win.S
[288/577] Compiling ghashv8-armv8-linux.S
[289/577] Compiling ghash-x86_64-apple.S
[290/577] Compiling ghashv8-armv7-linux.S
[290/577] Compiling ghash-x86-apple.S
[292/577] Compiling ghash-x86-linux.S
[293/577] Compiling ghash-x86_64-linux.S
[294/577] Compiling ghashv8-armv8-apple.S
[295/577] Compiling ghash-ssse3-x86_64-linux.S
[296/577] Compiling ghash-neon-armv8-linux.S
[297/577] Compiling ghash-armv4-linux.S
[298/577] Compiling ghash-ssse3-x86-apple.S
[299/577] Compiling ghash-neon-armv8-apple.S
[300/577] Compiling ghash-neon-armv8-win.S
[301/577] Compiling ghash-ssse3-x86-linux.S
[302/577] Compiling ghash-ssse3-x86_64-apple.S
[303/577] Compiling co-586-linux.S
[304/577] Compiling bsaes-armv7-linux.S
[305/577] Compiling bn-armv8-win.S
[306/577] Compiling bn-armv8-apple.S
[306/577] Compiling bn-armv8-linux.S
[308/577] Compiling bn-586-linux.S
[308/577] Compiling co-586-apple.S
[310/577] Compiling bn-586-apple.S
[311/577] Compiling armv8-mont-win.S
[312/577] Compiling armv8-mont-linux.S
[313/577] Compiling aesv8-gcm-armv8-win.S
[314/577] Compiling aesv8-gcm-armv8-linux.S
[315/577] Compiling armv4-mont-linux.S
[316/577] Compiling armv8-mont-apple.S
[317/577] Compiling aesv8-gcm-armv8-apple.S
[318/577] Compiling aesv8-armv8-apple.S
[319/577] Compiling aesv8-armv8-win.S
[320/577] Compiling aesv8-armv7-linux.S
[321/577] Compiling aesv8-armv8-linux.S
[322/577] Compiling aesni-x86_64-apple.S
[323/577] Compiling aesni-x86-linux.S
[324/577] Compiling aesni-x86-apple.S
[325/577] Compiling aesni-gcm-x86_64-apple.S
[326/577] Compiling aesni-x86_64-linux.S
[327/577] Compiling aes-gcm-avx2-x86_64-apple.S
[328/577] Compiling aesni-gcm-x86_64-linux.S
[329/577] Compiling aes-gcm-avx2-x86_64-linux.S
[330/577] Compiling aes-gcm-avx10-x86_64-linux.S
[331/577] Compiling aes-gcm-avx10-x86_64-apple.S
[332/577] Compiling x_x509.cc
[333/577] Compiling x_x509a.cc
[334/577] Compiling x_sig.cc
[335/577] Compiling x_name.cc
[336/577] Compiling x_val.cc
[337/577] Compiling x_req.cc
[338/577] Compiling x_spki.cc
[339/577] Compiling x_pubkey.cc
[340/577] Compiling x_attrib.cc
[341/577] Compiling x_exten.cc
[342/577] Compiling x509rset.cc
[343/577] Compiling x_crl.cc
[344/577] Compiling x_algor.cc
[345/577] Compiling x_all.cc
[346/577] Compiling x509spki.cc
[347/577] Compiling x509_vfy.cc
[348/577] Compiling x509name.cc
[349/577] Compiling x509_vpm.cc
[350/577] Compiling x509cset.cc
[351/577] Compiling x509_set.cc
[352/577] Compiling x509_v3.cc
[353/577] Compiling x509_txt.cc
[354/577] Compiling x509_lu.cc
[355/577] Compiling x509_trs.cc
[356/577] Compiling x509_obj.cc
[357/577] Compiling x509_req.cc
[358/577] Compiling x509_att.cc
[359/577] Compiling x509_def.cc
[360/577] Compiling v3_purp.cc
[361/577] Compiling x509_ext.cc
[362/577] Compiling x509_d2.cc
[363/577] Compiling x509.cc
[364/577] Compiling x509_cmp.cc
[365/577] Compiling v3_ocsp.cc
[366/577] Compiling v3_skey.cc
[367/577] Compiling v3_utl.cc
[368/577] Compiling v3_pmaps.cc
[369/577] Compiling v3_prn.cc
[370/577] Compiling v3_pcons.cc
[371/577] Compiling v3_ncons.cc
[372/577] Compiling v3_genn.cc
[373/577] Compiling v3_lib.cc
[374/577] Compiling v3_int.cc
[375/577] Compiling v3_ia5.cc
[376/577] Compiling v3_info.cc
[377/577] Compiling v3_enum.cc
[378/577] Compiling v3_conf.cc
[379/577] Compiling v3_cpols.cc
[380/577] Compiling v3_extku.cc
[381/577] Compiling v3_crld.cc
[382/577] Compiling v3_bitst.cc
[383/577] Compiling v3_akey.cc
[384/577] Compiling v3_bcons.cc
[385/577] Compiling v3_alt.cc
[386/577] Compiling t_x509.cc
[387/577] Compiling v3_akeya.cc
[388/577] Compiling t_crl.cc
[389/577] Compiling t_x509a.cc
[390/577] Compiling name_print.cc
[391/577] Compiling i2d_pr.cc
[392/577] Compiling t_req.cc
[393/577] Compiling rsa_pss.cc
[394/577] Compiling algorithm.cc
[395/577] Compiling by_file.cc
[396/577] Compiling policy.cc
[397/577] Compiling asn1_gen.cc
[398/577] Compiling a_sign.cc
[399/577] Compiling by_dir.cc
[400/577] Compiling thread_win.cc
[401/577] Compiling pmbtoken.cc
[402/577] Compiling a_verify.cc
[403/577] Compiling trust_token.cc
[404/577] Compiling a_digest.cc
[405/577] Compiling thread_pthread.cc
[406/577] Compiling voprf.cc
[407/577] Compiling thread.cc
[408/577] Compiling thread_none.cc
[409/577] Compiling stack.cc
[410/577] Compiling siphash.cc
[411/577] Compiling sha512.cc
[412/577] Compiling rsa_extra.cc
[413/577] Compiling sha1.cc
[414/577] Compiling sha256.cc
[415/577] Compiling rsa_print.cc
[416/577] Compiling slhdsa.cc
[417/577] Compiling rc4.cc
[418/577] Compiling windows.cc
[419/577] Compiling refcount.cc
[420/577] Compiling trusty.cc
[421/577] Compiling spake2plus.cc
[422/577] Compiling rsa_asn1.cc
[423/577] Compiling urandom.cc
[424/577] Compiling rand.cc
[425/577] Compiling rsa_crypt.cc
[426/577] Compiling ios.cc
[427/577] Compiling passive.cc
[428/577] Compiling forkunsafe.cc
[429/577] Compiling poly1305_arm_asm.S
[430/577] Compiling getentropy.cc
[431/577] Compiling deterministic.cc
[432/577] Compiling fork_detect.cc
[433/577] Compiling poly1305_vec.cc
[434/577] Compiling poly1305_arm.cc
[435/577] Compiling pool.cc
[436/577] Compiling poly1305.cc
[437/577] Compiling pkcs8_x509.cc
[438/577] Compiling pkcs7_x509.cc
[439/577] Compiling pkcs7.cc
[440/577] Compiling pkcs8.cc
[441/577] Compiling pem_pkey.cc
[442/577] Compiling p5_pbev2.cc
[443/577] Compiling pem_pk8.cc
[444/577] Compiling pem_x509.cc
[445/577] Compiling pem_xaux.cc
[446/577] Compiling mldsa.cc
[447/577] Compiling obj_xref.cc
[448/577] Compiling mlkem.cc
[449/577] Compiling pem_oth.cc
[450/577] Compiling pem_lib.cc
[451/577] Compiling mem.cc
[452/577] Compiling md5.cc
[453/577] Compiling pem_all.cc
[454/577] Compiling obj.cc
[455/577] Compiling fips_shared_support.cc
[456/577] Compiling poly_rq_mul.S
[457/577] Compiling lhash.cc
[458/577] Compiling md4.cc
[459/577] Compiling pem_info.cc
[460/577] Compiling scrypt.cc
[461/577] Compiling hrss.cc
[462/577] Compiling sign.cc
[463/577] Compiling ex_data.cc
[464/577] Compiling kyber.cc
[465/577] Compiling hpke.cc
[466/577] Compiling pbkdf.cc
[467/577] Compiling p_x25519.cc
[468/577] Compiling print.cc
[469/577] Compiling p_x25519_asn1.cc
[470/577] Compiling p_ed25519.cc
[471/577] Compiling p_rsa.cc
[472/577] Compiling p_rsa_asn1.cc
[473/577] Compiling p_hkdf.cc
[474/577] Compiling p_ed25519_asn1.cc
[475/577] Compiling p_ec_asn1.cc
[476/577] Compiling p_ec.cc
[477/577] Compiling p_dh.cc
[478/577] Compiling p_dh_asn1.cc
[479/577] Compiling evp_ctx.cc
[480/577] Compiling p_dsa_asn1.cc
[481/577] Compiling evp.cc
[482/577] Compiling err.cc
[483/577] Compiling engine.cc
[484/577] Compiling ec_derive.cc
[485/577] Compiling evp_asn1.cc
[486/577] Compiling ecdh.cc
[487/577] Compiling hash_to_curve.cc
[488/577] Compiling ecdsa_asn1.cc
[489/577] Compiling ec_asn1.cc
[490/577] Compiling dsa_asn1.cc
[491/577] Compiling digest_extra.cc
[492/577] Compiling params.cc
[493/577] Compiling dh_asn1.cc
[494/577] Compiling dsa.cc
[494/577] Compiling des.cc
[496/577] Compiling x25519-asm-arm.S
[497/577] Compiling cpu_intel.cc
[498/577] Compiling spake25519.cc
[499/577] Compiling cpu_arm_linux.cc
[500/577] Compiling cpu_arm_freebsd.cc
[501/577] Compiling curve25519.cc
[502/577] Compiling crypto.cc
[503/577] Compiling cpu_aarch64_openbsd.cc
[504/577] Compiling cpu_aarch64_linux.cc
[505/577] Compiling cpu_aarch64_win.cc
[506/577] Compiling bcm.cc
[507/577] Compiling cpu_aarch64_sysreg.cc
[508/577] Compiling cpu_aarch64_apple.cc
[509/577] Compiling cpu_aarch64_fuchsia.cc
[510/577] Compiling get_cipher.cc
[511/577] Compiling conf.cc
[512/577] Compiling e_null.cc
[513/577] Compiling tls_cbc.cc
[514/577] Compiling curve25519_64_adx.cc
[515/577] Compiling e_rc4.cc
[516/577] Compiling e_des.cc
[517/577] Compiling e_tls.cc
[518/577] Compiling e_rc2.cc
[519/577] Compiling derive_key.cc
[520/577] Compiling chacha.cc
[521/577] Compiling e_chacha20poly1305.cc
[522/577] Compiling e_aesctrhmac.cc
[523/577] Compiling e_aesgcmsiv.cc
[524/577] Compiling buf.cc
[525/577] Compiling cbs.cc
[526/577] Compiling unicode.cc
[527/577] Compiling cbb.cc
[528/577] Compiling ber.cc
[529/577] Compiling bn_asn1.cc
[530/577] Compiling convert.cc
[531/577] Compiling asn1_compat.cc
[532/577] Compiling blake2.cc
[533/577] Compiling printf.cc
[534/577] Compiling socket.cc
[535/577] Compiling socket_helper.cc
[536/577] Compiling hexdump.cc
[537/577] Compiling pair.cc
[538/577] Compiling fd.cc
[539/577] Compiling file.cc
[540/577] Compiling errno.cc
[541/577] Compiling connect.cc
[542/577] Compiling bio_mem.cc
[543/577] Compiling base64.cc
[544/577] Compiling bio.cc
[545/577] Compiling posix_time.cc
[546/577] Compiling tasn_fre.cc
[546/577] Compiling tasn_utl.cc
[547/577] Compiling tasn_typ.cc
[549/577] Compiling tasn_enc.cc
[550/577] Compiling tasn_new.cc
[551/577] Compiling tasn_dec.cc
[552/577] Compiling f_string.cc
[553/577] Compiling asn_pack.cc
[554/577] Compiling f_int.cc
[555/577] Compiling asn1_par.cc
[556/577] Compiling a_utctm.cc
[557/577] Compiling a_octet.cc
[558/577] Compiling asn1_lib.cc
[559/577] Compiling a_type.cc
[560/577] Compiling a_time.cc
[561/577] Compiling a_i2d_fp.cc
[562/577] Compiling a_object.cc
[563/577] Compiling a_strnid.cc
[564/577] Compiling a_strex.cc
[565/577] Compiling a_dup.cc
[566/577] Compiling a_int.cc
[567/577] Compiling a_mbstr.cc
[568/577] Write sources
[569/577] Compiling CCompressZlib empty.c
[569/577] Write sources
[571/577] Compiling a_gentm.cc
[572/578] Compiling a_d2i_fp.cc
[573/641] Compiling a_bitstr.cc
[574/641] Compiling a_bool.cc
[576/641] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[577/641] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[578/641] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[579/641] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[580/641] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[581/641] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[582/643] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[583/643] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[584/643] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[585/643] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[586/643] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[587/643] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[588/643] Compiling Atomics IntegerOperations.swift
[589/643] Compiling Atomics Unmanaged extensions.swift
[590/643] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[591/643] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[592/643] Compiling AsyncAlgorithms MergeStateMachine.swift
[593/643] Compiling AsyncAlgorithms MergeStorage.swift
[594/643] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[595/643] Compiling AsyncAlgorithms Rethrow.swift
[596/649] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[597/649] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[598/649] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[599/649] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[600/649] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[601/649] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[616/649] Emitting module AsyncAlgorithms
[617/649] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[618/649] Compiling AsyncAlgorithms DebounceStateMachine.swift
[619/649] Compiling AsyncAlgorithms DebounceStorage.swift
[620/649] Compiling AsyncAlgorithms Dictionary.swift
[621/649] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[622/649] Compiling AsyncAlgorithms Locking.swift
[629/649] Emitting module Atomics
[630/650] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[631/650] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[632/650] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[633/650] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[634/650] Compiling AsyncAlgorithms AsyncChannel.swift
[635/650] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[636/650] Compiling AsyncAlgorithms ChannelStateMachine.swift
[637/650] Compiling AsyncAlgorithms ChannelStorage.swift
[638/650] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[639/650] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[640/650] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[641/650] Compiling AsyncAlgorithms CombineLatestStorage.swift
[642/650] Compiling AsyncAlgorithms SetAlgebra.swift
[643/650] Compiling AsyncAlgorithms UnsafeTransfer.swift
[644/650] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[645/650] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[646/650] Compiling AsyncAlgorithms ZipStateMachine.swift
[647/650] Compiling AsyncAlgorithms ZipStorage.swift
[649/651] Compiling c-nioatomics.c
[651/659] Emitting module ServiceLifecycle
[652/659] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[652/660] Compiling c-atomics.c
[654/660] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[655/660] Compiling ServiceLifecycle ServiceRunnerError.swift
[656/666] Compiling ServiceLifecycle CancellationWaiter.swift
[657/666] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[658/666] Compiling NIOConcurrencyHelpers lock.swift
[659/666] Compiling ServiceLifecycle Service.swift
[660/666] Compiling ServiceLifecycle GracefulShutdown.swift
[661/666] Compiling ServiceLifecycle ServiceGroup.swift
[662/666] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[663/666] Compiling NIOConcurrencyHelpers atomics.swift
[664/667] Compiling NIOConcurrencyHelpers NIOLock.swift
[665/667] Emitting module NIOConcurrencyHelpers
[666/667] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[669/727] Compiling NIOCore MarkedCircularBuffer.swift
[670/727] Compiling NIOCore MulticastChannel.swift
[671/727] Compiling NIOCore NIOAny.swift
[672/727] Compiling NIOCore NIOCloseOnErrorHandler.swift
[673/727] Compiling NIOCore NIOLoopBound.swift
[674/727] Compiling NIOCore NIOScheduledCallback.swift
[675/727] Compiling NIOCore NIOSendable.swift
[676/727] Compiling NIOCore RecvByteBufferAllocator.swift
[677/735] Compiling NIOCore GlobalSingletons.swift
[678/735] Compiling NIOCore IO.swift
[679/735] Compiling NIOCore IOData.swift
[680/735] Compiling NIOCore IPProtocol.swift
[681/735] Compiling NIOCore IntegerBitPacking.swift
[682/735] Compiling NIOCore IntegerTypes.swift
[683/735] Compiling NIOCore Interfaces.swift
[684/735] Compiling NIOCore Linux.swift
[685/735] Compiling NIOCore EventLoop.swift
[686/735] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[687/735] Compiling NIOCore EventLoopFuture+Deprecated.swift
[688/735] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[689/735] Compiling NIOCore EventLoopFuture.swift
[690/735] Compiling NIOCore FileDescriptor.swift
[691/735] Compiling NIOCore FileHandle.swift
[692/735] Compiling NIOCore FileRegion.swift
[693/735] Compiling NIOCore ChannelPipeline.swift
[694/735] Compiling NIOCore CircularBuffer.swift
[695/735] Compiling NIOCore Codec.swift
[696/735] Compiling NIOCore ConvenienceOptionSupport.swift
[697/735] Compiling NIOCore DeadChannel.swift
[698/735] Compiling NIOCore DispatchQueue+WithFuture.swift
[699/735] Compiling NIOCore EventLoop+Deprecated.swift
[700/735] Compiling NIOCore EventLoop+SerialExecutor.swift
[701/735] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[702/735] Compiling NIOCore SocketAddresses.swift
[703/735] Compiling NIOCore SocketOptionProvider.swift
[704/735] Compiling NIOCore SystemCallHelpers.swift
[705/735] Compiling NIOCore TimeAmount+Duration.swift
[706/735] Compiling NIOCore TypeAssistedChannelHandler.swift
[707/735] Compiling NIOCore UniversalBootstrapSupport.swift
[708/735] Compiling NIOCore Utilities.swift
[709/735] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[710/735] Compiling NIOCore BSDSocketAPI.swift
[711/735] Compiling NIOCore ByteBuffer-aux.swift
[712/735] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[713/735] Compiling NIOCore ByteBuffer-conversions.swift
[714/735] Compiling NIOCore ByteBuffer-core.swift
[715/735] Compiling NIOCore ByteBuffer-hex.swift
[716/735] Compiling NIOCore ByteBuffer-int.swift
[717/735] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[718/735] Compiling NIOCore ByteBuffer-multi-int.swift
[719/735] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[720/735] Compiling NIOCore ByteBuffer-views.swift
[721/735] Compiling NIOCore Channel.swift
[722/735] Compiling NIOCore ChannelHandler.swift
[723/735] Compiling NIOCore ChannelHandlers.swift
[724/735] Compiling NIOCore ChannelInvoker.swift
[725/735] Compiling NIOCore ChannelOption.swift
[726/735] Compiling NIOCore AddressedEnvelope.swift
[727/735] Compiling NIOCore AsyncAwaitSupport.swift
[728/735] Compiling NIOCore AsyncChannel.swift
[729/735] Compiling NIOCore AsyncChannelHandler.swift
[730/735] Compiling NIOCore AsyncChannelInboundStream.swift
[731/735] Compiling NIOCore AsyncChannelOutboundWriter.swift
[732/735] Compiling NIOCore NIOAsyncSequenceProducer.swift
[733/735] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[734/735] Compiling NIOCore NIOAsyncWriter.swift
[735/735] Emitting module NIOCore
[737/798] Compiling CompressNIO Compressor.swift
[738/799] Compiling CompressNIO CompressionAlgorithm.swift
[739/799] Emitting module NIOHTTPTypes
[740/799] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[741/800] Compiling CompressNIO Error.swift
[742/800] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[744/800] Compiling CompressNIO ZlibWrapper.swift
[745/800] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[746/800] Compiling CompressNIO Zlib.swift
[747/800] Emitting module CompressNIO
[748/800] Compiling NIOPosix IO.swift
[749/800] Compiling NIOPosix IntegerBitPacking.swift
[751/801] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[752/801] Emitting module NIOEmbedded
[753/801] Compiling NIOEmbedded AsyncTestingChannel.swift
[754/801] Compiling NIOEmbedded Embedded.swift
[757/802] Compiling NIOPosix IntegerTypes.swift
[758/802] Compiling NIOPosix Linux.swift
[759/802] Compiling NIOPosix LinuxCPUSet.swift
[760/802] Compiling NIOPosix LinuxUring.swift
[761/802] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[763/808] Compiling NIOPosix PooledRecvBufferAllocator.swift
[764/808] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[765/808] Compiling NIOPosix PosixSingletons.swift
[766/808] Compiling NIOPosix RawSocketBootstrap.swift
[767/808] Compiling NIOPosix Resolver.swift
[768/808] Compiling NIOPosix Selectable.swift
[769/808] Compiling NIOPosix SelectableChannel.swift
[770/808] Compiling NIOPosix SelectableEventLoop.swift
[771/808] Compiling NIOPosix SelectorEpoll.swift
[772/808] Compiling NIOPosix SelectorGeneric.swift
[773/808] Compiling NIOPosix SelectorKqueue.swift
[774/808] Compiling NIOPosix SelectorUring.swift
[775/808] Compiling NIOPosix ThreadPosix.swift
[776/808] Compiling NIOPosix ThreadWindows.swift
[777/808] Compiling NIOPosix UnsafeTransfer.swift
[778/808] Compiling NIOPosix Utilities.swift
[779/808] Compiling NIOPosix VsockAddress.swift
[780/808] Compiling NIOPosix VsockChannelEvents.swift
[781/808] Emitting module NIOPosix
[782/808] Compiling NIOPosix ServerSocket.swift
[783/808] Compiling NIOPosix Socket.swift
[784/808] Compiling NIOPosix SocketChannel.swift
[785/808] Compiling NIOPosix SocketProtocols.swift
[786/808] Compiling NIOPosix System.swift
[787/808] Compiling NIOPosix Thread.swift
[788/808] Compiling NIOPosix BSDSocketAPICommon.swift
[789/808] Compiling NIOPosix BSDSocketAPIPosix.swift
[790/808] Compiling NIOPosix BSDSocketAPIWindows.swift
[791/808] Compiling NIOPosix BaseSocket.swift
[792/808] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[793/808] Compiling NIOPosix BaseSocketChannel.swift
[794/808] Compiling NIOPosix BaseStreamSocketChannel.swift
[795/808] Compiling NIOPosix Bootstrap.swift
[796/808] Compiling NIOPosix ControlMessage.swift
[797/808] Compiling NIOPosix DatagramVectorReadManager.swift
[798/808] Compiling NIOPosix Errors+Any.swift
[799/808] Compiling NIOPosix FileDescriptor.swift
[800/808] Compiling NIOPosix GetaddrinfoResolver.swift
[801/808] Compiling NIOPosix HappyEyeballs.swift
[802/808] Compiling NIOPosix NIOThreadPool.swift
[803/808] Compiling NIOPosix NonBlockingFileIO.swift
[804/808] Compiling NIOPosix PendingDatagramWritesManager.swift
[805/808] Compiling NIOPosix PendingWritesManager.swift
[806/808] Compiling NIOPosix PipeChannel.swift
[807/808] Compiling NIOPosix PipePair.swift
[808/808] Compiling NIOPosix Pool.swift
[810/811] Emitting module NIO
[811/811] Compiling NIO Exports.swift
[813/839] Compiling NIOTLS TLSEvents.swift
[814/839] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[815/839] Emitting module NIOTLS
[816/839] Emitting module NIOHTTP1
[817/841] Compiling NIOTLS SNIHandler.swift
[818/841] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[819/841] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[821/842] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[822/842] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[823/842] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[824/842] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[825/871] Compiling NIOSSL IdentityVerification.swift
[826/871] Compiling NIOSSL SSLCertificate.swift
[827/871] Compiling NIOSSL SSLCertificateExtensions.swift
[828/871] Compiling NIOSSL SSLConnection.swift
[829/871] Compiling NIOSSL ByteBufferBIO.swift
[830/871] Compiling NIOSSL CustomPrivateKey.swift
[831/871] Compiling NIOSSL SSLCallbacks.swift
[832/871] Compiling NIOSSL SSLErrors.swift
[833/871] Compiling NIOSSL LinuxCABundle.swift
[834/871] Compiling NIOSSL NIOSSLClientHandler.swift
[835/871] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[836/871] Compiling NIOSSL NIOSSLHandler.swift
[837/871] Compiling NIOSSL AndroidCABundle.swift
[839/886] Emitting module NIOSSL
[840/886] Emitting module NIOHTTPTypesHTTP1
[841/886] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[842/889] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[843/889] Compiling NIOSSL SSLPublicKey.swift
[844/889] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[845/889] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[846/889] Compiling NIOSSL SubjectAlternativeName.swift
[847/889] Compiling NIOSSL NIOSSLSecureBytes.swift
[848/889] Compiling NIOSSL RNG.swift
[849/889] Compiling NIOSSL SafeCompare.swift
[850/889] Compiling NIOSSL Zeroization.swift
[851/889] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[852/889] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[853/889] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[854/889] Emitting module NIOFoundationCompat
[855/889] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[856/889] Compiling NIOWebSocket WebSocketOpcode.swift
[858/891] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[859/891] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[861/892] Compiling NIOSSL SSLInit.swift
[862/892] Compiling NIOSSL SSLPKCS12Bundle.swift
[863/892] Compiling NIOSSL SSLPrivateKey.swift
[864/892] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[865/892] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[866/892] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[867/892] Compiling NIOWebSocket SHA1.swift
[872/892] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[873/892] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[877/892] Emitting module NIOWebSocket
[880/914] Compiling NIOWebSocket WebSocketErrorCodes.swift
[881/914] Compiling NIOWebSocket WebSocketFrame.swift
[882/914] Compiling NIOTransportServices AcceptHandler.swift
[883/914] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[884/914] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[885/914] Compiling NIOTransportServices NIOTSBootstraps.swift
[886/914] Compiling NIOTransportServices NIOTSChannelOptions.swift
[887/914] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[888/917] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[889/917] Compiling NIOTransportServices NIOTSSingletons.swift
[890/917] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[891/917] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[892/917] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[893/917] Compiling NIOTransportServices NIOTSListenerChannel.swift
[895/917] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[896/917] Compiling NIOTransportServices NIOTSErrors.swift
[897/917] Compiling NIOTransportServices NIOTSEventLoop.swift
[898/917] Emitting module NIOTransportServices
[899/917] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[900/917] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[901/917] Compiling NIOTransportServices StateManagedChannel.swift
[902/917] Compiling NIOTransportServices StateManagedListenerChannel.swift
[903/917] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[904/917] Compiling NIOTransportServices NIOTSDatagramListener.swift
[905/917] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[906/917] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[908/933] Compiling NIOSSL TLSConfiguration.swift
[909/933] Compiling NIOSSL UniversalBootstrapSupport.swift
[910/933] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[911/933] Compiling WSCore WebSocketExtensionHTTPParameters.swift
[912/933] Compiling WSCore String+validatingString.swift
[913/933] Compiling WSCore WebSocketInboundMessageStream.swift
[914/933] Compiling WSCore WebSocketInboundStream.swift
[915/933] Compiling WSCore WebSocketFrameSequence.swift
[916/933] Compiling WSCore WebSocketHandler.swift
[920/934] Compiling WSCore WebSocketMessage.swift
[921/934] Compiling WSCore WebSocketOutboundWriter.swift
[924/935] Compiling WSCore WebSocketStateMachine.swift
[925/935] Compiling WSCore WebSocketDataFrame.swift
[926/935] Compiling WSCore WebSocketDataHandler.swift
[929/935] Compiling WSCore WebSocketExtension.swift
[930/935] Compiling WSCore WebSocketExtensionBuilder.swift
[931/935] Compiling WSCore UnsafeTransfer.swift
[932/935] Compiling WSCore WebSocketContext.swift
[933/935] Emitting module WSCore
[937/949] Emitting module WSCompression
[938/949] Compiling WSCompression PerMessageDeflateExtension.swift
[939/950] Compiling WSClient Exports.swift
[941/951] Compiling WSClient WebSocketClientError.swift
[942/951] Compiling WSClient WebSocketClientConfiguration.swift
[943/951] Compiling WSClient TSTLSOptions.swift
[944/951] Compiling WSClient URI.swift
[945/951] Compiling WSClient WebSocketClient.swift
[946/951] Compiling WSClient WebSocketClientChannel.swift
[947/951] Emitting module WSClient
[948/951] Compiling WSClient ClientChannel.swift
[949/951] Compiling WSClient ClientConnection.swift
[950/951] Compiling WSClient Parser.swift
[951/951] Compiling WSClient TLSClientChannel.swift
Build complete! (247.44s)
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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.