Build Information
Successful build of swift-websocket, reference 1.3.2 (7c0ea7
), with Swift 6.1 for Linux on 28 Jun 2025 13:22:50 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/swift-websocket.git
Reference: 1.3.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.3.2 -> FETCH_HEAD
HEAD is now at 7c0ea7b Fixes including - Don't include Content-Length in request (#25)
Cloned https://github.com/hummingbird-project/swift-websocket.git
Revision (git rev-parse @):
7c0ea7b877386d117441877a7cb24005326750a7
SUCCESS checkout https://github.com/hummingbird-project/swift-websocket.git at 1.3.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",
"ClientChannelTests.swift",
"ClientTests.swift",
"WebSocketExtensionNegotiationTests.swift",
"WebSocketStateMachineTests.swift"
],
"target_dependencies" : [
"WSClient",
"WSCompression"
],
"type" : "test"
},
{
"c99name" : "WSCore",
"module_type" : "SwiftTarget",
"name" : "WSCore",
"path" : "Sources/WSCore",
"product_dependencies" : [
"HTTPTypes",
"NIOCore",
"NIOWebSocket",
"ServiceLifecycle"
],
"product_memberships" : [
"WSClient",
"WSCompression",
"WSCore"
],
"sources" : [
"Extensions/WebSocketExtension.swift",
"Extensions/WebSocketExtensionBuilder.swift",
"Extensions/WebSocketExtensionHTTPParameters.swift",
"String+validatingString.swift",
"UnsafeTransfer.swift",
"WebSocketContext.swift",
"WebSocketDataFrame.swift",
"WebSocketDataHandler.swift",
"WebSocketFrameSequence.swift",
"WebSocketHandler.swift",
"WebSocketInboundMessageStream.swift",
"WebSocketInboundStream.swift",
"WebSocketMessage.swift",
"WebSocketOutboundWriter.swift",
"WebSocketStateMachine.swift"
],
"type" : "library"
},
{
"c99name" : "WSCompression",
"module_type" : "SwiftTarget",
"name" : "WSCompression",
"path" : "Sources/WSCompression",
"product_dependencies" : [
"CompressNIO"
],
"product_memberships" : [
"WSCompression"
],
"sources" : [
"PerMessageDeflateExtension.swift"
],
"target_dependencies" : [
"WSCore"
],
"type" : "library"
},
{
"c99name" : "WSClient",
"module_type" : "SwiftTarget",
"name" : "WSClient",
"path" : "Sources/WSClient",
"product_dependencies" : [
"HTTPTypes",
"Logging",
"NIOCore",
"NIOHTTPTypesHTTP1",
"NIOPosix",
"NIOSSL",
"NIOTransportServices",
"NIOWebSocket"
],
"product_memberships" : [
"WSClient"
],
"sources" : [
"Client/ClientChannel.swift",
"Client/ClientConnection.swift",
"Client/Parser.swift",
"Client/TLSClientChannel.swift",
"Client/TSTLSOptions.swift",
"Client/URI.swift",
"Exports.swift",
"WebSocketClient.swift",
"WebSocketClientChannel.swift",
"WebSocketClientConfiguration.swift",
"WebSocketClientError.swift"
],
"target_dependencies" : [
"WSCore"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/adam-fowler/compress-nio.git
Fetching https://github.com/apple/swift-nio-extras.git
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/swift-server/swift-service-lifecycle
[1/643] Fetching compress-nio
[233/3069] Fetching compress-nio, swift-service-lifecycle
[1251/5742] Fetching compress-nio, swift-service-lifecycle, swift-nio-transport-services
[1512/11756] Fetching compress-nio, swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras
[11757/88098] Fetching compress-nio, swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras, swift-nio
[11758/102994] Fetching compress-nio, swift-service-lifecycle, swift-nio-transport-services, swift-nio-extras, swift-nio, swift-nio-ssl
Fetched https://github.com/swift-server/swift-service-lifecycle from cache (0.59s)
[11435/100568] Fetching compress-nio, swift-nio-transport-services, swift-nio-extras, swift-nio, swift-nio-ssl
Fetching https://github.com/apple/swift-log.git
[19182/104404] Fetching compress-nio, swift-nio-transport-services, swift-nio-extras, swift-nio, swift-nio-ssl, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.73s)
[32699/100568] Fetching compress-nio, swift-nio-transport-services, swift-nio-extras, swift-nio, swift-nio-ssl
Fetching https://github.com/apple/swift-http-types.git
[53499/101472] Fetching compress-nio, swift-nio-transport-services, swift-nio-extras, swift-nio, swift-nio-ssl, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.46s)
[62343/100568] Fetching compress-nio, swift-nio-transport-services, swift-nio-extras, swift-nio, swift-nio-ssl
Fetched https://github.com/adam-fowler/compress-nio.git from cache (5.83s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (5.83s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (5.83s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (5.86s)
Fetched https://github.com/apple/swift-nio.git from cache (5.92s)
Computing version for https://github.com/adam-fowler/compress-nio.git
Computed https://github.com/adam-fowler/compress-nio.git at 1.4.2 (6.51s)
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.65s)
Fetching https://github.com/apple/swift-atomics.git
[1/1803] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.46s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (2.97s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4443] Fetching swift-system
[4311/21158] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.02s)
Fetched https://github.com/apple/swift-collections.git from cache (1.05s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.70s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.5.0 (0.56s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.59s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.28.0 (0.63s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-http-structured-headers.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-asn1.git
[1/1169] Fetching swift-http-structured-headers
[1124/2785] Fetching swift-http-structured-headers, swift-asn1
[2011/8989] Fetching swift-http-structured-headers, swift-asn1, swift-certificates
[2955/13974] Fetching swift-http-structured-headers, swift-asn1, swift-certificates, swift-async-algorithms
[4402/25507] Fetching swift-http-structured-headers, swift-asn1, swift-certificates, swift-async-algorithms, swift-nio-http2
[8887/31466] Fetching swift-http-structured-headers, swift-asn1, swift-certificates, swift-async-algorithms, swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.39s)
Fetched https://github.com/apple/swift-asn1.git from cache (0.39s)
[17601/28681] Fetching swift-certificates, swift-async-algorithms, swift-nio-http2, swift-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.12s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.13s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.12s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.14s)
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.94s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.85s)
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.00s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.10.0 (0.70s)
Fetching https://github.com/apple/swift-crypto.git
[1/15489] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.55s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (3.59s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.56s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (0.56s)
Fetching https://github.com/apple/swift-numerics.git
[1/5757] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.67s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (1.21s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.32.0 (0.72s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.3.0 (0.64s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.59s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.57s)
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
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-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-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-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/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-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-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.10.0
Creating working copy for https://github.com/swift-server/swift-service-lifecycle
Working copy of https://github.com/swift-server/swift-service-lifecycle resolved at 2.8.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.28.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-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-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.83.0
Creating working copy for https://github.com/apple/swift-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-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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.32.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/444] Write sources
[27/444] Compiling CNIOWindows shim.c
[28/444] Compiling CNIOWindows WSAStartup.c
[29/444] Compiling _AtomicsShims.c
[30/444] Compiling CNIOWASI CNIOWASI.c
[31/444] Compiling CNIOLinux liburing_shims.c
[32/444] Compiling CNIOSHA1 c_nio_sha1.c
[33/444] Compiling CNIODarwin shim.c
[34/444] Compiling CNIOLLHTTP c_nio_http.c
[35/444] Compiling CNIOLinux shim.c
[36/444] Compiling fiat_p256_adx_sqr.S
[37/444] Compiling fiat_p256_adx_mul.S
[38/444] Compiling fiat_curve25519_adx_square.S
[39/444] Compiling CNIOLLHTTP c_nio_api.c
[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 tls_method.cc
[46/450] Compiling tls13_enc.cc
[47/450] Compiling tls13_client.cc
[48/455] Compiling tls13_both.cc
[49/477] Compiling tls13_server.cc
[51/480] Emitting module ConcurrencyHelpers
[52/480] Emitting module HTTPTypes
[53/481] Emitting module _NIOBase64
[54/481] Compiling _NIOBase64 Base64.swift
[55/482] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[56/482] Compiling InternalCollectionsUtilities _SortedCollection.swift
[56/483] Compiling t1_enc.cc
[58/483] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[59/483] Compiling InternalCollectionsUtilities UInt+reversed.swift
[60/483] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[61/483] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[62/483] Compiling ConcurrencyHelpers LockedValueBox.swift
[63/483] Compiling HTTPTypes HTTPField.swift
[64/483] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[65/483] Compiling InternalCollectionsUtilities Integer rank.swift
[66/483] Compiling _NIODataStructures PriorityQueue.swift
[67/483] Emitting module InternalCollectionsUtilities
[68/483] Compiling HTTPTypes ISOLatin1String.swift
[69/483] Compiling HTTPTypes HTTPParsedFields.swift
[70/483] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[71/483] Compiling HTTPTypes HTTPRequest.swift
[72/483] Compiling HTTPTypes HTTPResponse.swift
[73/483] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[74/483] Compiling InternalCollectionsUtilities Debugging.swift
[75/483] Compiling InternalCollectionsUtilities Descriptions.swift
[76/483] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[77/483] Compiling _NIODataStructures _TinyArray.swift
[79/483] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[80/484] Compiling ssl_x509.cc
[82/539] Emitting module Logging
[83/539] Compiling ConcurrencyHelpers Lock.swift
[84/539] Compiling Logging Locks.swift
[85/539] Compiling Logging MetadataProvider.swift
[86/539] Compiling HTTPTypes NIOLock.swift
[87/540] Compiling Logging LogHandler.swift
[88/540] Emitting module _NIODataStructures
[89/540] Compiling _NIODataStructures Heap.swift
[90/541] Compiling Logging Logging.swift
[94/560] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[95/560] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[96/560] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[97/560] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[98/560] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[99/560] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[100/560] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[101/560] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[102/560] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[103/560] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[104/560] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[105/560] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[106/560] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[107/560] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[108/567] Compiling DequeModule _DequeBuffer.swift
[109/567] Compiling DequeModule _DequeBufferHeader.swift
[110/569] Compiling OrderedCollections OrderedDictionary.swift
[111/569] Compiling OrderedCollections OrderedSet+Codable.swift
[112/569] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[113/569] Compiling OrderedCollections OrderedSet+Descriptions.swift
[114/569] Compiling OrderedCollections OrderedSet+Diffing.swift
[115/569] Compiling OrderedCollections OrderedSet+Equatable.swift
[116/569] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[117/569] Compiling OrderedCollections OrderedSet+Hashable.swift
[118/569] Compiling OrderedCollections OrderedSet+Initializers.swift
[119/569] Compiling OrderedCollections OrderedSet+Insertions.swift
[120/569] Compiling OrderedCollections OrderedSet+Invariants.swift
[121/569] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[122/569] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[123/569] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[124/569] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[125/569] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[126/569] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[127/569] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[128/569] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[129/569] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[130/569] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[131/569] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[132/569] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[133/569] Compiling OrderedCollections OrderedDictionary+Values.swift
[134/569] Compiling DequeModule Deque+Extras.swift
[135/569] Compiling DequeModule Deque+Hashable.swift
[138/569] Compiling DequeModule Deque._UnsafeHandle.swift
[139/569] Compiling DequeModule Deque.swift
[140/569] Compiling DequeModule _DequeSlot.swift
[141/569] Compiling DequeModule _UnsafeWrappedBuffer.swift
[142/569] Compiling DequeModule Deque+Equatable.swift
[143/569] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[144/569] Compiling DequeModule Deque+CustomReflectable.swift
[145/569] Compiling DequeModule Deque+Descriptions.swift
[148/569] Compiling DequeModule Deque+Testing.swift
[149/569] Compiling DequeModule Deque._Storage.swift
[149/569] Compiling ssl_versions.cc
[150/569] Compiling ssl_transcript.cc
[152/569] Emitting module UnixSignals
[153/569] Compiling UnixSignals UnixSignalsSequence.swift
[154/569] Compiling UnixSignals UnixSignal.swift
[159/570] Compiling ssl_stat.cc
[161/570] Compiling DequeModule Deque+Codable.swift
[162/570] Compiling DequeModule Deque+Collection.swift
[163/570] Emitting module DequeModule
[173/571] Compiling OrderedCollections OrderedSet+Sendable.swift
[174/571] Compiling OrderedCollections OrderedSet+SubSequence.swift
[175/571] Compiling OrderedCollections OrderedSet+Testing.swift
[176/571] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[177/571] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[178/571] Compiling OrderedCollections OrderedSet.swift
[179/571] Compiling OrderedCollections _UnsafeBitset.swift
[180/571] Emitting module OrderedCollections
[181/572] Compiling ssl_session.cc
[183/572] Compiling HTTPTypes HTTPFields.swift
[184/572] Compiling HTTPTypes HTTPFieldName.swift
[185/573] Compiling ssl_file.cc
[186/573] Compiling ssl_privkey.cc
[187/573] Compiling ssl_key_share.cc
[188/573] Compiling ssl_lib.cc
[189/573] Compiling ssl_credential.cc
[190/573] Compiling ssl_cipher.cc
[191/573] Compiling ssl_cert.cc
[192/573] Compiling ssl_buffer.cc
[193/573] Compiling ssl_aead_ctx.cc
[194/573] Compiling ssl_asn1.cc
[195/573] Compiling s3_pkt.cc
[196/573] Compiling s3_lib.cc
[197/573] Compiling s3_both.cc
[198/573] Compiling handshake_server.cc
[199/573] Compiling handshake_client.cc
[200/573] Compiling handshake.cc
[201/573] Compiling handoff.cc
[202/573] Compiling dtls_record.cc
[203/573] Compiling encrypted_client_hello.cc
[204/573] Compiling md5-x86_64-linux.S
[205/573] Compiling md5-x86_64-apple.S
[206/573] Compiling dtls_method.cc
[207/573] Compiling extensions.cc
[208/573] Compiling md5-586-linux.S
[209/573] Compiling md5-586-apple.S
[210/573] Compiling chacha20_poly1305_x86_64-apple.S
[211/573] Compiling chacha20_poly1305_x86_64-linux.S
[212/573] Compiling chacha20_poly1305_armv8-linux.S
[213/573] Compiling chacha20_poly1305_armv8-win.S
[214/573] Compiling chacha20_poly1305_armv8-apple.S
[215/573] Compiling chacha-x86_64-linux.S
[216/573] Compiling chacha-x86_64-apple.S
[217/573] Compiling chacha-x86-linux.S
[218/573] Compiling err_data.cc
[219/573] Compiling chacha-armv8-win.S
[220/573] Compiling chacha-x86-apple.S
[221/573] Compiling chacha-armv8-linux.S
[222/573] Compiling chacha-armv8-apple.S
[223/573] Compiling chacha-armv4-linux.S
[224/573] Compiling aes128gcmsiv-x86_64-linux.S
[225/573] Compiling aes128gcmsiv-x86_64-apple.S
[226/573] Compiling x86_64-mont5-linux.S
[227/573] Compiling x86_64-mont5-apple.S
[228/573] Compiling x86_64-mont-linux.S
[229/573] Compiling x86_64-mont-apple.S
[230/573] Compiling x86-mont-linux.S
[231/573] Compiling x86-mont-apple.S
[232/573] Compiling vpaes-x86_64-linux.S
[233/573] Compiling vpaes-x86_64-apple.S
[234/573] Compiling vpaes-x86-linux.S
[235/573] Compiling vpaes-x86-apple.S
[236/573] Compiling vpaes-armv8-win.S
[237/573] Compiling vpaes-armv8-linux.S
[238/573] Compiling vpaes-armv8-apple.S
[239/573] Compiling vpaes-armv7-linux.S
[240/573] Compiling sha512-x86_64-linux.S
[241/573] Compiling sha512-x86_64-apple.S
[242/573] Compiling bio_ssl.cc
[243/573] Compiling sha512-armv8-win.S
[244/573] Compiling sha512-armv8-linux.S
[245/573] Compiling sha512-armv4-linux.S
[246/573] Compiling sha512-armv8-apple.S
[247/573] Compiling d1_srtp.cc
[248/573] Compiling sha512-586-linux.S
[249/573] Compiling sha512-586-apple.S
[250/573] Compiling sha256-x86_64-apple.S
[251/573] Compiling sha256-armv8-win.S
[252/573] Compiling sha256-x86_64-linux.S
[253/573] Compiling sha256-armv8-linux.S
[254/573] Compiling d1_pkt.cc
[255/573] Compiling sha256-armv4-linux.S
[256/573] Compiling sha256-armv8-apple.S
[257/573] Compiling sha256-586-linux.S
[258/573] Compiling d1_lib.cc
[259/573] Compiling sha256-586-apple.S
[260/573] Compiling sha1-armv8-win.S
[261/573] Compiling sha1-armv8-linux.S
[262/573] Compiling sha1-x86_64-apple.S
[263/573] Compiling sha1-armv4-large-linux.S
[264/573] Compiling sha1-armv8-apple.S
[265/573] Compiling sha1-x86_64-linux.S
[266/573] Compiling sha1-586-linux.S
[267/573] Compiling sha1-586-apple.S
[268/573] Compiling rsaz-avx2-linux.S
[269/573] Compiling rsaz-avx2-apple.S
[269/573] Compiling rdrand-x86_64-linux.S
[271/573] Compiling p256_beeu-x86_64-asm-linux.S
[272/573] Compiling p256_beeu-x86_64-asm-apple.S
[273/573] Compiling p256_beeu-armv8-asm-win.S
[274/573] Compiling rdrand-x86_64-apple.S
[275/573] Compiling p256_beeu-armv8-asm-apple.S
[276/573] Compiling p256_beeu-armv8-asm-linux.S
[277/573] Compiling p256-x86_64-asm-apple.S
[278/573] Compiling p256-x86_64-asm-linux.S
[279/573] Compiling p256-armv8-asm-win.S
[280/573] Compiling p256-armv8-asm-linux.S
[281/573] Compiling ghashv8-armv8-win.S
[281/573] Compiling p256-armv8-asm-apple.S
[283/573] Compiling ghashv8-armv8-linux.S
[284/573] Compiling ghashv8-armv8-apple.S
[285/573] Compiling ghash-x86_64-linux.S
[286/573] Compiling ghashv8-armv7-linux.S
[287/573] Compiling ghash-x86_64-apple.S
[288/573] Compiling ghash-x86-linux.S
[289/573] Compiling ghash-ssse3-x86_64-apple.S
[290/573] Compiling ghash-x86-apple.S
[291/573] Compiling ghash-ssse3-x86_64-linux.S
[292/573] Compiling ghash-ssse3-x86-apple.S
[293/573] Compiling ghash-ssse3-x86-linux.S
[294/573] Compiling ghash-armv4-linux.S
[295/573] Compiling ghash-neon-armv8-win.S
[296/573] Compiling ghash-neon-armv8-linux.S
[297/573] Compiling co-586-linux.S
[298/573] Compiling ghash-neon-armv8-apple.S
[299/573] Compiling co-586-apple.S
[300/573] Compiling bn-armv8-win.S
[301/573] Compiling bsaes-armv7-linux.S
[302/573] Compiling bn-armv8-linux.S
[303/573] Compiling bn-armv8-apple.S
[304/573] Compiling bn-586-linux.S
[305/573] Compiling bn-586-apple.S
[306/573] Compiling armv8-mont-win.S
[307/573] Compiling armv8-mont-linux.S
[308/573] Compiling aesv8-gcm-armv8-linux.S
[309/573] Compiling armv8-mont-apple.S
[310/573] Compiling aesv8-gcm-armv8-win.S
[311/573] Compiling aesv8-armv8-win.S
[312/573] Compiling armv4-mont-linux.S
[313/573] Compiling aesv8-gcm-armv8-apple.S
[314/573] Compiling aesv8-armv8-linux.S
[315/573] Compiling aesv8-armv7-linux.S
[316/573] Compiling aesv8-armv8-apple.S
[317/573] Compiling aesni-x86_64-apple.S
[318/573] Compiling aesni-x86-apple.S
[319/573] Compiling aesni-x86_64-linux.S
[320/573] Compiling aesni-gcm-x86_64-linux.S
[321/573] Compiling aesni-x86-linux.S
[322/573] Compiling aesni-gcm-x86_64-apple.S
[323/573] Compiling aes-gcm-avx2-x86_64-apple.S
[324/573] Compiling aes-gcm-avx10-x86_64-linux.S
[325/573] Compiling aes-gcm-avx2-x86_64-linux.S
[326/573] Compiling aes-gcm-avx10-x86_64-apple.S
[327/573] Compiling d1_both.cc
[328/573] Compiling x_sig.cc
[329/573] Compiling x_req.cc
[330/573] Compiling x_spki.cc
[331/573] Compiling x_x509.cc
[332/573] Compiling x_val.cc
[333/573] Compiling x_pubkey.cc
[334/573] Compiling x_x509a.cc
[335/573] Compiling x_name.cc
[336/573] Compiling x_exten.cc
[337/573] Compiling x_attrib.cc
[338/573] Compiling x509spki.cc
[339/573] Compiling x_algor.cc
[340/573] Compiling x_all.cc
[341/573] Compiling x_crl.cc
[342/573] Compiling x509rset.cc
[343/573] Compiling x509name.cc
[344/573] Compiling x509_txt.cc
[345/573] Compiling x509_trs.cc
[346/573] Compiling x509cset.cc
[347/573] Compiling x509_v3.cc
[348/573] Compiling x509_vpm.cc
[349/573] Compiling x509_vfy.cc
[350/573] Compiling x509_set.cc
[351/573] Compiling x509_req.cc
[352/573] Compiling x509_obj.cc
[353/573] Compiling x509_def.cc
[354/573] Compiling x509_d2.cc
[355/573] Compiling x509_lu.cc
[356/573] Compiling x509_ext.cc
[357/573] Compiling x509_att.cc
[358/573] Compiling x509_cmp.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_purp.cc
[364/573] Compiling v3_pmaps.cc
[365/573] Compiling v3_ocsp.cc
[366/573] Compiling v3_pcons.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_cpols.cc
[377/573] Compiling v3_bitst.cc
[378/573] Compiling v3_conf.cc
[379/573] Compiling v3_bcons.cc
[380/573] Compiling v3_akeya.cc
[381/573] Compiling v3_alt.cc
[382/573] Compiling v3_akey.cc
[383/573] Compiling t_x509a.cc
[384/573] Compiling i2d_pr.cc
[385/573] Compiling t_x509.cc
[386/573] Compiling t_crl.cc
[387/573] Compiling t_req.cc
[388/573] Compiling name_print.cc
[389/573] Compiling rsa_pss.cc
[390/573] Compiling policy.cc
[391/573] Compiling by_file.cc
[392/573] Compiling by_dir.cc
[393/573] Compiling algorithm.cc
[394/573] Compiling voprf.cc
[395/573] Compiling asn1_gen.cc
[396/573] Compiling a_verify.cc
[397/573] Compiling a_digest.cc
[398/573] Compiling trust_token.cc
[399/573] Compiling a_sign.cc
[400/573] Compiling thread_win.cc
[401/573] Compiling thread.cc
[402/573] Compiling thread_pthread.cc
[403/573] Compiling thread_none.cc
[404/573] Compiling stack.cc
[405/573] Compiling pmbtoken.cc
[406/573] Compiling sha256.cc
[407/573] Compiling siphash.cc
[408/573] Compiling sha512.cc
[409/573] Compiling slhdsa.cc
[410/573] Compiling sha1.cc
[411/573] Compiling spake2plus.cc
[412/573] Compiling rsa_print.cc
[413/573] Compiling rsa_extra.cc
[414/573] Compiling rc4.cc
[415/573] Compiling windows.cc
[416/573] Compiling refcount.cc
[417/573] Compiling rsa_crypt.cc
[418/573] Compiling trusty.cc
[419/573] Compiling rand.cc
[420/573] Compiling urandom.cc
[421/573] Compiling rsa_asn1.cc
[422/573] Compiling passive.cc
[423/573] Compiling poly1305_arm_asm.S
[424/573] Compiling getentropy.cc
[425/573] Compiling ios.cc
[426/573] Compiling deterministic.cc
[427/573] Compiling fork_detect.cc
[428/573] Compiling forkunsafe.cc
[429/573] Compiling poly1305_arm.cc
[430/573] Compiling poly1305.cc
[431/573] Compiling pool.cc
[432/573] Compiling poly1305_vec.cc
[433/573] Compiling pkcs7.cc
[434/573] Compiling pkcs8.cc
[435/573] Compiling pkcs7_x509.cc
[436/573] Compiling pkcs8_x509.cc
[437/573] Compiling p5_pbev2.cc
[438/573] Compiling pem_xaux.cc
[439/573] Compiling pem_pkey.cc
[440/573] Compiling pem_x509.cc
[441/573] Compiling mlkem.cc
[442/573] Compiling pem_oth.cc
[443/573] Compiling pem_pk8.cc
[444/573] Compiling obj_xref.cc
[445/573] Compiling pem_all.cc
[446/573] Compiling pem_info.cc
[447/573] Compiling pem_lib.cc
[448/573] Compiling mldsa.cc
[449/573] Compiling poly_rq_mul.S
[450/573] Compiling obj.cc
[451/573] Compiling fips_shared_support.cc
[452/573] Compiling mem.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 hrss.cc
[459/573] Compiling kyber.cc
[460/573] Compiling scrypt.cc
[461/573] Compiling print.cc
[462/573] Compiling hpke.cc
[463/573] Compiling pbkdf.cc
[464/573] Compiling p_x25519.cc
[465/573] Compiling p_rsa_asn1.cc
[466/573] Compiling p_x25519_asn1.cc
[467/573] Compiling p_ed25519.cc
[468/573] Compiling p_rsa.cc
[469/573] Compiling p_hkdf.cc
[470/573] Compiling p_ed25519_asn1.cc
[471/573] Compiling p_ec_asn1.cc
[472/573] Compiling p_ec.cc
[473/573] Compiling p_dh_asn1.cc
[474/573] Compiling p_dh.cc
[475/573] Compiling evp_ctx.cc
[476/573] Compiling p_dsa_asn1.cc
[477/573] Compiling err.cc
[478/573] Compiling evp.cc
[479/573] Compiling engine.cc
[480/573] Compiling evp_asn1.cc
[481/573] Compiling ecdh.cc
[482/573] Compiling ecdsa_asn1.cc
[483/573] Compiling hash_to_curve.cc
[484/573] Compiling ec_derive.cc
[485/573] Compiling dsa.cc
[486/573] Compiling params.cc
[487/573] Compiling ec_asn1.cc
[488/573] Compiling dsa_asn1.cc
[489/573] Compiling x25519-asm-arm.S
[490/573] Compiling digest_extra.cc
[491/573] Compiling des.cc
[492/573] Compiling dh_asn1.cc
[493/573] Compiling cpu_intel.cc
[494/573] Compiling crypto.cc
[495/573] Compiling curve25519.cc
[496/573] Compiling spake25519.cc
[497/573] Compiling cpu_arm_linux.cc
[498/573] Compiling cpu_arm_freebsd.cc
[499/573] Compiling cpu_aarch64_win.cc
[500/573] Compiling cpu_aarch64_openbsd.cc
[501/573] Compiling cpu_aarch64_sysreg.cc
[502/573] Compiling cpu_aarch64_linux.cc
[503/573] Compiling bcm.cc
[504/573] Compiling cpu_aarch64_fuchsia.cc
[505/573] Compiling cpu_aarch64_apple.cc
[506/573] Compiling curve25519_64_adx.cc
[507/573] Compiling get_cipher.cc
[508/573] Compiling conf.cc
[509/573] Compiling tls_cbc.cc
[510/573] Compiling e_tls.cc
[511/573] Compiling e_rc4.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_aesctrhmac.cc
[517/573] Compiling e_aesgcmsiv.cc
[518/573] Compiling derive_key.cc
[519/573] Compiling chacha.cc
[520/573] Compiling unicode.cc
[521/573] Compiling buf.cc
[522/573] Compiling cbb.cc
[523/573] Compiling cbs.cc
[524/573] Compiling ber.cc
[525/573] Compiling asn1_compat.cc
[526/573] Compiling bn_asn1.cc
[527/573] Compiling blake2.cc
[528/573] Compiling convert.cc
[529/573] Compiling socket_helper.cc
[530/573] Compiling socket.cc
[531/573] Compiling printf.cc
[532/573] Compiling pair.cc
[533/573] Compiling errno.cc
[534/573] Compiling hexdump.cc
[535/573] Compiling fd.cc
[536/573] Compiling file.cc
[537/573] Compiling connect.cc
[538/573] Compiling bio_mem.cc
[539/573] Compiling bio.cc
[540/573] Compiling base64.cc
[541/573] Compiling tasn_fre.cc
[542/573] Compiling tasn_typ.cc
[543/573] Compiling tasn_new.cc
[544/573] Compiling f_string.cc
[545/573] Compiling posix_time.cc
[546/573] Compiling tasn_enc.cc
[547/573] Compiling tasn_utl.cc
[548/573] Compiling f_int.cc
[549/573] Compiling asn_pack.cc
[550/573] Compiling tasn_dec.cc
[551/573] Compiling asn1_par.cc
[552/573] Compiling a_octet.cc
[553/573] Compiling a_utctm.cc
[554/573] Compiling a_type.cc
[555/573] Compiling a_time.cc
[556/573] Compiling asn1_lib.cc
[557/573] Compiling a_strnid.cc
[558/573] Compiling a_strex.cc
[559/573] Compiling a_i2d_fp.cc
[560/573] Compiling a_object.cc
[561/573] Compiling a_dup.cc
[562/573] Compiling a_mbstr.cc
[563/573] Compiling a_d2i_fp.cc
[564/573] Write sources
[565/573] Compiling CCompressZlib empty.c
[566/573] Write sources
[567/573] Compiling a_int.cc
[568/573] Compiling a_gentm.cc
[569/636] Compiling a_bitstr.cc
[570/636] Compiling a_bool.cc
[572/636] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[573/636] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[574/638] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[575/638] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[576/638] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[577/638] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[578/638] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[579/638] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[580/638] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[581/638] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[582/638] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[583/638] Compiling Atomics IntegerOperations.swift
[584/638] Compiling Atomics Unmanaged extensions.swift
[585/638] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[586/638] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[587/638] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[588/638] Emitting module AsyncAlgorithms
[589/644] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[590/644] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[591/644] Compiling AsyncAlgorithms MergeStateMachine.swift
[592/644] Compiling AsyncAlgorithms MergeStorage.swift
[593/644] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[594/644] Compiling AsyncAlgorithms Rethrow.swift
[595/644] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[596/644] Compiling AsyncAlgorithms DebounceStateMachine.swift
[597/644] Compiling AsyncAlgorithms DebounceStorage.swift
[598/644] Compiling AsyncAlgorithms Dictionary.swift
[599/644] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[600/644] Compiling AsyncAlgorithms Locking.swift
[607/644] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[613/644] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[614/644] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[615/644] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[616/644] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[617/644] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[618/644] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[619/644] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[620/644] Compiling AsyncAlgorithms ChannelStateMachine.swift
[621/644] Compiling AsyncAlgorithms ChannelStorage.swift
[622/644] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[623/644] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[624/644] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[625/644] Compiling AsyncAlgorithms CombineLatestStorage.swift
[631/644] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[632/644] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[633/644] Compiling AsyncAlgorithms SetAlgebra.swift
[634/644] Compiling AsyncAlgorithms UnsafeTransfer.swift
[635/644] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[636/644] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[637/644] Compiling AsyncAlgorithms ZipStateMachine.swift
[638/644] Compiling AsyncAlgorithms ZipStorage.swift
[640/645] Emitting module Atomics
[645/654] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[646/654] Compiling ServiceLifecycle CancellationWaiter.swift
[647/655] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[648/655] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[649/655] Emitting module ServiceLifecycle
[650/655] Compiling ServiceLifecycle ServiceRunnerError.swift
[651/655] Compiling ServiceLifecycle GracefulShutdown.swift
[651/655] Compiling c-nioatomics.c
[653/655] Compiling ServiceLifecycle Service.swift
[654/655] Compiling ServiceLifecycle ServiceGroup.swift
[655/656] Compiling c-atomics.c
[657/662] Compiling NIOConcurrencyHelpers lock.swift
[658/662] Emitting module NIOConcurrencyHelpers
[659/662] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[660/662] Compiling NIOConcurrencyHelpers NIOLock.swift
[661/662] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[662/662] Compiling NIOConcurrencyHelpers atomics.swift
[664/723] Compiling NIOCore MulticastChannel.swift
[665/723] Compiling NIOCore NIOAny.swift
[666/723] Compiling NIOCore NIOCloseOnErrorHandler.swift
[667/723] Compiling NIOCore NIOLoopBound.swift
[668/723] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[669/723] Compiling NIOCore NIOScheduledCallback.swift
[670/723] Compiling NIOCore NIOSendable.swift
[671/723] Compiling NIOCore RecvByteBufferAllocator.swift
[672/731] Compiling NIOCore IO.swift
[673/731] Compiling NIOCore IOData.swift
[674/731] Compiling NIOCore IPProtocol.swift
[675/731] Compiling NIOCore IntegerBitPacking.swift
[676/731] Compiling NIOCore IntegerTypes.swift
[677/731] Compiling NIOCore Interfaces.swift
[678/731] Compiling NIOCore Linux.swift
[679/731] Compiling NIOCore MarkedCircularBuffer.swift
[680/731] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[681/731] Compiling NIOCore EventLoopFuture+Deprecated.swift
[682/731] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[683/731] Compiling NIOCore EventLoopFuture.swift
[684/731] Compiling NIOCore FileDescriptor.swift
[685/731] Compiling NIOCore FileHandle.swift
[686/731] Compiling NIOCore FileRegion.swift
[687/731] Compiling NIOCore GlobalSingletons.swift
[688/731] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[689/731] Compiling NIOCore SocketAddresses.swift
[690/731] Compiling NIOCore SocketOptionProvider.swift
[691/731] Compiling NIOCore SystemCallHelpers.swift
[692/731] Compiling NIOCore TimeAmount+Duration.swift
[693/731] Compiling NIOCore TypeAssistedChannelHandler.swift
[694/731] Compiling NIOCore UniversalBootstrapSupport.swift
[695/731] Compiling NIOCore Utilities.swift
[696/731] Compiling NIOCore AddressedEnvelope.swift
[697/731] Compiling NIOCore AsyncAwaitSupport.swift
[698/731] Compiling NIOCore AsyncChannel.swift
[699/731] Compiling NIOCore AsyncChannelHandler.swift
[700/731] Compiling NIOCore AsyncChannelInboundStream.swift
[701/731] Compiling NIOCore AsyncChannelOutboundWriter.swift
[702/731] Compiling NIOCore NIOAsyncSequenceProducer.swift
[703/731] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[704/731] Compiling NIOCore NIOAsyncWriter.swift
[705/731] Compiling NIOCore CircularBuffer.swift
[706/731] Compiling NIOCore Codec.swift
[707/731] Compiling NIOCore ConvenienceOptionSupport.swift
[708/731] Compiling NIOCore DeadChannel.swift
[709/731] Compiling NIOCore DispatchQueue+WithFuture.swift
[710/731] Compiling NIOCore EventLoop+Deprecated.swift
[711/731] Compiling NIOCore EventLoop+SerialExecutor.swift
[712/731] Compiling NIOCore EventLoop.swift
[713/731] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[714/731] Compiling NIOCore BSDSocketAPI.swift
[715/731] Compiling NIOCore ByteBuffer-aux.swift
[716/731] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[717/731] Compiling NIOCore ByteBuffer-conversions.swift
[718/731] Compiling NIOCore ByteBuffer-core.swift
[719/731] Compiling NIOCore ByteBuffer-hex.swift
[720/731] Compiling NIOCore ByteBuffer-int.swift
[721/731] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[722/731] Emitting module NIOCore
[723/731] Compiling NIOCore ByteBuffer-multi-int.swift
[724/731] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[725/731] Compiling NIOCore ByteBuffer-views.swift
[726/731] Compiling NIOCore Channel.swift
[727/731] Compiling NIOCore ChannelHandler.swift
[728/731] Compiling NIOCore ChannelHandlers.swift
[729/731] Compiling NIOCore ChannelInvoker.swift
[730/731] Compiling NIOCore ChannelOption.swift
[731/731] Compiling NIOCore ChannelPipeline.swift
[733/793] Emitting module NIOHTTPTypes
[734/793] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[735/793] Compiling CompressNIO Compressor.swift
[736/793] Compiling CompressNIO CompressionAlgorithm.swift
[738/795] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[739/795] Compiling CompressNIO ZlibWrapper.swift
[740/795] Compiling NIOPosix Bootstrap.swift
[741/795] Compiling NIOPosix ControlMessage.swift
[742/795] Emitting module CompressNIO
[743/795] Compiling CompressNIO Error.swift
[744/795] Compiling CompressNIO Zlib.swift
[745/795] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[747/796] Emitting module NIOEmbedded
[748/796] Compiling NIOPosix Pool.swift
[749/796] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[750/796] Compiling NIOPosix PosixSingletons.swift
[751/796] Compiling NIOPosix RawSocketBootstrap.swift
[752/796] Compiling NIOPosix Resolver.swift
[753/796] Compiling NIOPosix Selectable.swift
[754/802] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[755/802] Compiling NIOEmbedded AsyncTestingChannel.swift
[756/802] Compiling NIOEmbedded Embedded.swift
[758/803] Compiling NIOPosix ThreadPosix.swift
[759/803] Compiling NIOPosix ThreadWindows.swift
[760/803] Compiling NIOPosix UnsafeTransfer.swift
[761/803] Compiling NIOPosix Utilities.swift
[762/803] Compiling NIOPosix VsockAddress.swift
[763/803] Compiling NIOPosix VsockChannelEvents.swift
[764/803] Emitting module NIOPosix
[765/803] Compiling NIOPosix ServerSocket.swift
[766/803] Compiling NIOPosix Socket.swift
[767/803] Compiling NIOPosix SocketChannel.swift
[768/803] Compiling NIOPosix SocketProtocols.swift
[769/803] Compiling NIOPosix System.swift
[770/803] Compiling NIOPosix Thread.swift
[771/803] Compiling NIOPosix SelectableChannel.swift
[772/803] Compiling NIOPosix SelectableEventLoop.swift
[773/803] Compiling NIOPosix SelectorEpoll.swift
[774/803] Compiling NIOPosix SelectorGeneric.swift
[775/803] Compiling NIOPosix SelectorKqueue.swift
[776/803] Compiling NIOPosix SelectorUring.swift
[777/803] Compiling NIOPosix IO.swift
[778/803] Compiling NIOPosix IntegerBitPacking.swift
[779/803] Compiling NIOPosix IntegerTypes.swift
[780/803] Compiling NIOPosix Linux.swift
[781/803] Compiling NIOPosix LinuxCPUSet.swift
[782/803] Compiling NIOPosix LinuxUring.swift
[783/803] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[784/803] Compiling NIOPosix BSDSocketAPICommon.swift
[785/803] Compiling NIOPosix BSDSocketAPIPosix.swift
[786/803] Compiling NIOPosix BSDSocketAPIWindows.swift
[787/803] Compiling NIOPosix BaseSocket.swift
[788/803] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[789/803] Compiling NIOPosix BaseSocketChannel.swift
[790/803] Compiling NIOPosix BaseStreamSocketChannel.swift
[791/803] Compiling NIOPosix NIOThreadPool.swift
[792/803] Compiling NIOPosix NonBlockingFileIO.swift
[793/803] Compiling NIOPosix PendingDatagramWritesManager.swift
[794/803] Compiling NIOPosix PendingWritesManager.swift
[795/803] Compiling NIOPosix PipeChannel.swift
[796/803] Compiling NIOPosix PipePair.swift
[799/803] Compiling NIOPosix DatagramVectorReadManager.swift
[800/803] Compiling NIOPosix Errors+Any.swift
[801/803] Compiling NIOPosix FileDescriptor.swift
[802/803] Compiling NIOPosix GetaddrinfoResolver.swift
[803/803] Compiling NIOPosix HappyEyeballs.swift
[805/806] Compiling NIO Exports.swift
[806/806] Emitting module NIO
[808/834] Compiling NIOTLS TLSEvents.swift
[809/834] Emitting module NIOTLS
[810/834] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[811/834] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[812/834] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[813/836] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[814/836] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[815/836] Compiling NIOTLS SNIHandler.swift
[817/837] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[818/837] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[819/866] Compiling NIOSSL SSLCertificateExtensions.swift
[820/866] Compiling NIOSSL SSLCertificateName.swift
[821/866] Compiling NIOSSL SSLConnection.swift
[822/866] Compiling NIOSSL SSLContext.swift
[823/866] Compiling NIOSSL SSLCallbacks.swift
[824/866] Compiling NIOSSL SSLCertificate.swift
[825/866] Compiling NIOSSL NIOSSLClientHandler.swift
[826/866] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[827/866] Compiling NIOSSL ObjectIdentifier.swift
[828/866] Compiling NIOSSL PosixPort.swift
[829/866] Emitting module NIOHTTP1
[830/866] Compiling NIOSSL AndroidCABundle.swift
[831/866] Compiling NIOSSL ByteBufferBIO.swift
[832/866] Compiling NIOSSL CustomPrivateKey.swift
[834/881] Compiling NIOWebSocket WebSocketOpcode.swift
[835/882] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[836/882] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[837/882] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[838/882] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[839/882] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[840/882] Emitting module NIOHTTPTypesHTTP1
[841/882] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[842/882] Emitting module NIOSSL
[843/887] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[844/887] Compiling NIOWebSocket SHA1.swift
[845/887] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[846/887] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[848/887] Compiling NIOWebSocket WebSocketErrorCodes.swift
[849/887] Emitting module NIOWebSocket
[850/887] Compiling NIOWebSocket WebSocketFrame.swift
[851/887] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[852/887] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[853/888] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[854/888] Emitting module NIOFoundationCompat
[855/888] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[862/889] Compiling NIOSSL SubjectAlternativeName.swift
[863/889] Compiling NIOSSL NIOSSLSecureBytes.swift
[864/889] Compiling NIOSSL RNG.swift
[865/889] Compiling NIOSSL SafeCompare.swift
[866/889] Compiling NIOSSL SSLPrivateKey.swift
[867/889] Compiling NIOSSL SSLPublicKey.swift
[868/889] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[869/889] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[870/926] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[871/926] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[872/926] Compiling NIOTransportServices NIOTSBootstraps.swift
[873/926] Compiling NIOTransportServices NIOTSChannelOptions.swift
[874/926] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[875/926] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[876/926] Compiling NIOTransportServices NIOTSErrors.swift
[877/926] Compiling NIOTransportServices NIOTSEventLoop.swift
[878/926] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[879/926] Compiling NIOTransportServices NIOTSSingletons.swift
[880/926] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[881/926] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[892/928] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[893/928] Compiling NIOTransportServices NIOTSListenerChannel.swift
[894/928] Compiling NIOTransportServices StateManagedChannel.swift
[895/928] Compiling NIOTransportServices StateManagedListenerChannel.swift
[896/928] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[897/928] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[898/928] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[899/928] Emitting module NIOTransportServices
[900/928] Compiling NIOTransportServices NIOTSDatagramListener.swift
[901/928] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[902/928] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[903/928] Compiling NIOTransportServices AcceptHandler.swift
[911/929] Compiling NIOSSL Zeroization.swift
[912/929] Compiling NIOSSL TLSConfiguration.swift
[913/929] Compiling NIOSSL UniversalBootstrapSupport.swift
[914/929] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[916/930] Emitting module WSCore
[929/931] Compiling WSCore WebSocketStateMachine.swift
[933/945] Compiling WSClient WebSocketClientConfiguration.swift
[934/946] Compiling WSCompression PerMessageDeflateExtension.swift
[935/946] Emitting module WSCompression
[936/947] Compiling WSClient WebSocketClientChannel.swift
[938/947] Compiling WSClient WebSocketClientError.swift
[939/947] Compiling WSClient WebSocketClient.swift
[940/947] Compiling WSClient Exports.swift
[941/947] Compiling WSClient TSTLSOptions.swift
[942/947] Compiling WSClient URI.swift
[943/947] Emitting module WSClient
[944/947] Compiling WSClient ClientChannel.swift
[945/947] Compiling WSClient ClientConnection.swift
[946/947] Compiling WSClient Parser.swift
[947/947] Compiling WSClient TLSClientChannel.swift
Build complete! (328.38s)
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",
"ClientChannelTests.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:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.