Build Information
Successful build of swift-websocket, reference main (7d20a9
), with Swift 6.1 for Linux on 15 May 2025 14:28:51 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images: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.4
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/swift-websocket.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/hummingbird-project/swift-websocket
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7d20a99 Actually set sniHostname (#21)
Cloned https://github.com/hummingbird-project/swift-websocket.git
Revision (git rev-parse @):
7d20a99a61f61212658bbcc636399b54534fe6cb
SUCCESS checkout https://github.com/hummingbird-project/swift-websocket.git at main
========================================
Build
========================================
Selected platform: 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-3":/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/swift-server/swift-service-lifecycle
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/adam-fowler/compress-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-extras.git
[1/2667] Fetching swift-nio-transport-services
[775/3310] Fetching swift-nio-transport-services, compress-nio
[1806/5736] Fetching swift-nio-transport-services, compress-nio, swift-service-lifecycle
[3362/11644] Fetching swift-nio-transport-services, compress-nio, swift-service-lifecycle, swift-nio-extras
[10759/87584] Fetching swift-nio-transport-services, compress-nio, swift-service-lifecycle, swift-nio-extras, swift-nio
[11646/102420] Fetching swift-nio-transport-services, compress-nio, swift-service-lifecycle, swift-nio-extras, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.43s)
[12501/96512] Fetching swift-nio-transport-services, compress-nio, swift-service-lifecycle, swift-nio, swift-nio-ssl
Fetching https://github.com/apple/swift-log.git
[24879/100348] Fetching swift-nio-transport-services, compress-nio, swift-service-lifecycle, swift-nio, swift-nio-ssl, swift-log
Fetched https://github.com/apple/swift-log.git from cache (0.85s)
Fetching https://github.com/apple/swift-http-types.git
[45425/96512] Fetching swift-nio-transport-services, compress-nio, swift-service-lifecycle, swift-nio, swift-nio-ssl
[60822/97416] Fetching swift-nio-transport-services, compress-nio, swift-service-lifecycle, swift-nio, swift-nio-ssl, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.47s)
[64618/96512] Fetching swift-nio-transport-services, compress-nio, swift-service-lifecycle, swift-nio, swift-nio-ssl
Fetched https://github.com/adam-fowler/compress-nio.git from cache (4.63s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (4.62s)
Fetched https://github.com/swift-server/swift-service-lifecycle from cache (4.65s)
[74070/90776] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.67s)
[59993/75940] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (9.41s)
Computing version for https://github.com/adam-fowler/compress-nio.git
Computed https://github.com/adam-fowler/compress-nio.git at 1.4.2 (10.43s)
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.14s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1141] Fetching swift-http-structured-headers
[1142/7100] Fetching swift-http-structured-headers, swift-algorithms
[1440/8810] Fetching swift-http-structured-headers, swift-algorithms, swift-atomics
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.46s)
[3255/7669] Fetching swift-algorithms, swift-atomics
Fetching https://github.com/apple/swift-nio-http2.git
Fetched https://github.com/apple/swift-atomics.git from cache (0.83s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.85s)
[1/11527] Fetching swift-nio-http2
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.84s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (3.74s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (3.88s)
Fetching https://github.com/apple/swift-numerics.git
[1/5675] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.64s)
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.65s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.83.0 (1.49s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4367] Fetching swift-system
[2098/20764] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.97s)
Fetched https://github.com/apple/swift-collections.git from cache (2.00s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (3.03s)
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.95s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (1.04s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (1.39s)
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.05s)
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.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 (4.22s)
Fetching https://github.com/apple/swift-async-algorithms.git
[1/4985] Fetching swift-async-algorithms
Fetched https://github.com/apple/swift-async-algorithms.git from cache (2.17s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.0.4 (3.33s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.91s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.31.0 (1.61s)
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-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.31.0
Creating working copy for https://github.com/apple/swift-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/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/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-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-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-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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Building for debugging...
[0/444] Write sources
[27/444] Compiling _AtomicsShims.c
[28/444] Compiling CNIOWindows WSAStartup.c
[29/444] Compiling CNIOWindows shim.c
[29/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 CNIOLLHTTP c_nio_api.c
[38/444] Compiling fiat_p256_adx_mul.S
[39/444] Compiling fiat_curve25519_adx_square.S
[40/444] Compiling fiat_curve25519_adx_mul.S
[41/444] Write swift-version-24593BA9C3E375BF.txt
[42/444] Compiling CNIOLLHTTP c_nio_llhttp.c
[43/448] Compiling CNIOBoringSSLShims shims.c
[45/450] Emitting module _NIOBase64
[45/450] Compiling tls13_both.cc
[46/450] Compiling tls_record.cc
[47/450] Compiling tls_method.cc
[48/480] Compiling tls13_client.cc
[49/480] Compiling tls13_server.cc
[50/480] Compiling tls13_enc.cc
[52/483] Emitting module HTTPTypes
[53/484] Emitting module InternalCollectionsUtilities
[54/486] Emitting module ConcurrencyHelpers
[54/486] Compiling ssl_x509.cc
[55/486] Compiling t1_enc.cc
[57/486] Compiling ConcurrencyHelpers LockedValueBox.swift
[58/486] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[59/486] Compiling InternalCollectionsUtilities Integer rank.swift
[60/486] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[61/486] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[62/486] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[63/486] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[64/486] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[65/486] Compiling InternalCollectionsUtilities Specialize.swift
[66/486] Compiling HTTPTypes HTTPParsedFields.swift
[67/486] Compiling HTTPTypes ISOLatin1String.swift
[68/486] Compiling _NIOBase64 Base64.swift
[69/486] Compiling InternalCollectionsUtilities _SortedCollection.swift
[70/486] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[71/486] Compiling InternalCollectionsUtilities Debugging.swift
[72/486] Compiling InternalCollectionsUtilities Descriptions.swift
[73/487] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[74/487] Compiling HTTPTypes HTTPResponse.swift
[75/487] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[76/487] Compiling HTTPTypes HTTPRequest.swift
[77/487] Compiling _NIODataStructures _TinyArray.swift
[78/487] Compiling _NIODataStructures PriorityQueue.swift
[80/487] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[81/487] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[82/487] Compiling InternalCollectionsUtilities UInt+reversed.swift
[83/487] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[85/543] Compiling Logging Locks.swift
[86/543] Emitting module Logging
[87/543] Compiling ConcurrencyHelpers Lock.swift
[88/544] Compiling Logging MetadataProvider.swift
[89/544] Emitting module _NIODataStructures
[90/544] Compiling _NIODataStructures Heap.swift
[91/545] Compiling HTTPTypes NIOLock.swift
[92/545] Compiling Logging LogHandler.swift
[93/545] Compiling Logging Logging.swift
[97/546] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[98/546] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[99/546] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[100/546] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[101/546] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[102/546] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[103/546] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[104/546] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[105/546] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[106/546] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[107/546] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[108/546] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[109/546] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[110/546] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[111/553] Compiling OrderedCollections OrderedDictionary+Codable.swift
[112/553] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[113/553] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[114/553] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[115/553] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[116/553] Compiling OrderedCollections OrderedDictionary+Elements.swift
[117/553] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[118/553] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[119/558] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[120/558] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[121/558] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[122/558] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[123/558] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[124/558] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[125/558] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[126/558] Compiling OrderedCollections OrderedDictionary+Values.swift
[126/558] Compiling ssl_transcript.cc
[127/568] Compiling ssl_versions.cc
[129/568] Compiling OrderedCollections OrderedSet+Initializers.swift
[130/568] Compiling OrderedCollections OrderedSet+Insertions.swift
[131/568] Compiling OrderedCollections OrderedSet+Invariants.swift
[132/568] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[133/568] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[134/568] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[135/568] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[136/568] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[137/568] Compiling OrderedCollections OrderedDictionary.swift
[138/568] Compiling OrderedCollections OrderedSet+Codable.swift
[139/568] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[140/568] Compiling OrderedCollections OrderedSet+Descriptions.swift
[141/568] Compiling OrderedCollections OrderedSet+Diffing.swift
[142/568] Compiling OrderedCollections OrderedSet+Equatable.swift
[143/568] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[144/568] Compiling OrderedCollections OrderedSet+Hashable.swift
[145/571] Compiling DequeModule Deque+CustomReflectable.swift
[146/571] Compiling DequeModule Deque+Descriptions.swift
[147/573] Compiling DequeModule _DequeBuffer.swift
[148/573] Compiling DequeModule _DequeBufferHeader.swift
[148/573] Compiling ssl_stat.cc
[150/573] Compiling DequeModule Deque+Equatable.swift
[151/573] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[152/573] Compiling DequeModule Deque+Extras.swift
[153/573] Compiling DequeModule Deque+Hashable.swift
[154/573] Emitting module UnixSignals
[155/573] Compiling DequeModule _DequeSlot.swift
[156/573] Compiling DequeModule _UnsafeWrappedBuffer.swift
[157/573] Compiling UnixSignals UnixSignalsSequence.swift
[158/573] Compiling UnixSignals UnixSignal.swift
[159/574] Compiling DequeModule Deque+Testing.swift
[160/574] Compiling DequeModule Deque._Storage.swift
[161/574] Compiling DequeModule Deque._UnsafeHandle.swift
[162/574] Compiling DequeModule Deque.swift
[172/574] Compiling DequeModule Deque+Codable.swift
[173/574] Compiling DequeModule Deque+Collection.swift
[174/574] Emitting module DequeModule
[176/575] Emitting module OrderedCollections
[177/575] Compiling OrderedCollections OrderedSet+Sendable.swift
[178/575] Compiling OrderedCollections OrderedSet+SubSequence.swift
[179/575] Compiling OrderedCollections OrderedSet+Testing.swift
[180/575] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[181/575] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[182/575] Compiling OrderedCollections OrderedSet.swift
[183/575] Compiling OrderedCollections _UnsafeBitset.swift
[184/576] Compiling ssl_privkey.cc
[185/576] Compiling ssl_session.cc
[187/576] Compiling HTTPTypes HTTPField.swift
[188/576] Compiling HTTPTypes HTTPFieldName.swift
[189/576] Compiling HTTPTypes HTTPFields.swift
[190/577] Compiling ssl_key_share.cc
[191/577] Compiling ssl_file.cc
[192/577] Compiling ssl_lib.cc
[193/577] Compiling ssl_credential.cc
[194/577] Compiling ssl_cipher.cc
[195/577] Compiling ssl_buffer.cc
[196/577] Compiling ssl_cert.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.cc
[204/577] Compiling handshake_client.cc
[205/577] Compiling handoff.cc
[206/577] Compiling encrypted_client_hello.cc
[207/577] Compiling dtls_record.cc
[208/577] Compiling md5-x86_64-linux.S
[209/577] Compiling extensions.cc
[210/577] Compiling md5-586-linux.S
[211/577] Compiling md5-x86_64-apple.S
[212/577] Compiling md5-586-apple.S
[213/577] Compiling chacha20_poly1305_x86_64-linux.S
[214/577] Compiling chacha20_poly1305_x86_64-apple.S
[215/577] Compiling chacha20_poly1305_armv8-win.S
[216/577] Compiling chacha20_poly1305_armv8-linux.S
[217/577] Compiling dtls_method.cc
[218/577] Compiling chacha20_poly1305_armv8-apple.S
[219/577] Compiling err_data.cc
[220/577] Compiling chacha-x86_64-linux.S
[221/577] Compiling chacha-x86_64-apple.S
[222/577] Compiling chacha-x86-linux.S
[223/577] Compiling chacha-x86-apple.S
[224/577] Compiling chacha-armv8-linux.S
[225/577] Compiling chacha-armv8-win.S
[226/577] Compiling chacha-armv8-apple.S
[227/577] Compiling chacha-armv4-linux.S
[228/577] Compiling aes128gcmsiv-x86_64-linux.S
[229/577] Compiling aes128gcmsiv-x86_64-apple.S
[230/577] Compiling x86_64-mont5-linux.S
[231/577] Compiling x86_64-mont5-apple.S
[232/577] Compiling x86_64-mont-linux.S
[233/577] Compiling x86_64-mont-apple.S
[234/577] Compiling x86-mont-linux.S
[235/577] Compiling vpaes-x86_64-linux.S
[236/577] Compiling x86-mont-apple.S
[237/577] Compiling vpaes-x86_64-apple.S
[238/577] Compiling vpaes-x86-linux.S
[239/577] Compiling vpaes-armv8-win.S
[240/577] Compiling vpaes-x86-apple.S
[241/577] Compiling vpaes-armv8-linux.S
[242/577] Compiling vpaes-armv8-apple.S
[243/577] Compiling bio_ssl.cc
[244/577] Compiling vpaes-armv7-linux.S
[245/577] Compiling sha512-x86_64-apple.S
[246/577] Compiling sha512-armv8-win.S
[247/577] Compiling sha512-x86_64-linux.S
[248/577] Compiling sha512-armv8-linux.S
[249/577] Compiling sha512-armv8-apple.S
[250/577] Compiling sha512-586-linux.S
[251/577] Compiling sha512-armv4-linux.S
[252/577] Compiling sha512-586-apple.S
[253/577] Compiling sha256-x86_64-apple.S
[254/577] Compiling sha256-x86_64-linux.S
[255/577] Compiling sha256-armv8-linux.S
[256/577] Compiling sha256-armv8-win.S
[257/577] Compiling sha256-armv8-apple.S
[258/577] Compiling d1_pkt.cc
[259/577] Compiling sha256-armv4-linux.S
[260/577] Compiling sha256-586-linux.S
[261/577] Compiling sha256-586-apple.S
[262/577] Compiling sha1-x86_64-apple.S
[263/577] Compiling sha1-x86_64-linux.S
[264/577] Compiling sha1-armv8-linux.S
[265/577] Compiling sha1-armv8-win.S
[266/577] Compiling sha1-armv8-apple.S
[267/577] Compiling sha1-586-linux.S
[268/577] Compiling sha1-armv4-large-linux.S
[269/577] Compiling sha1-586-apple.S
[270/577] Compiling d1_srtp.cc
[271/577] Compiling rsaz-avx2-linux.S
[272/577] Compiling rdrand-x86_64-linux.S
[273/577] Compiling rsaz-avx2-apple.S
[274/577] Compiling rdrand-x86_64-apple.S
[275/577] Compiling p256_beeu-x86_64-asm-linux.S
[276/577] Compiling p256_beeu-x86_64-asm-apple.S
[277/577] Compiling p256_beeu-armv8-asm-linux.S
[278/577] Compiling p256_beeu-armv8-asm-win.S
[279/577] Compiling p256-x86_64-asm-apple.S
[280/577] Compiling p256_beeu-armv8-asm-apple.S
[281/577] Compiling p256-armv8-asm-win.S
[282/577] Compiling p256-x86_64-asm-linux.S
[283/577] Compiling p256-armv8-asm-linux.S
[284/577] Compiling p256-armv8-asm-apple.S
[285/577] Compiling d1_lib.cc
[286/577] Compiling ghashv8-armv8-win.S
[287/577] Compiling ghashv8-armv8-apple.S
[288/577] Compiling ghashv8-armv7-linux.S
[288/577] Compiling ghash-x86_64-apple.S
[290/577] Compiling ghashv8-armv8-linux.S
[291/577] Compiling ghash-x86-linux.S
[292/577] Compiling ghash-x86_64-linux.S
[293/577] Compiling ghash-x86-apple.S
[294/577] Compiling ghash-ssse3-x86-linux.S
[295/577] Compiling ghash-ssse3-x86_64-linux.S
[296/577] Compiling ghash-ssse3-x86_64-apple.S
[297/577] Compiling ghash-neon-armv8-linux.S
[298/577] Compiling ghash-ssse3-x86-apple.S
[299/577] Compiling ghash-neon-armv8-win.S
[300/577] Compiling ghash-neon-armv8-apple.S
[301/577] Compiling co-586-linux.S
[302/577] Compiling co-586-apple.S
[303/577] Compiling ghash-armv4-linux.S
[304/577] Compiling bn-armv8-apple.S
[305/577] Compiling bsaes-armv7-linux.S
[306/577] Compiling bn-armv8-linux.S
[307/577] Compiling bn-armv8-win.S
[308/577] Compiling bn-586-linux.S
[309/577] Compiling bn-586-apple.S
[310/577] Compiling armv8-mont-linux.S
[311/577] Compiling armv8-mont-win.S
[312/577] Compiling armv8-mont-apple.S
[313/577] Compiling aesv8-gcm-armv8-win.S
[314/577] Compiling armv4-mont-linux.S
[315/577] Compiling aesv8-gcm-armv8-linux.S
[316/577] Compiling aesv8-armv8-linux.S
[317/577] Compiling aesv8-gcm-armv8-apple.S
[318/577] Compiling aesv8-armv8-win.S
[319/577] Compiling aesv8-armv8-apple.S
[320/577] Compiling aesni-x86_64-apple.S
[321/577] Compiling aesni-x86-linux.S
[322/577] Compiling aesv8-armv7-linux.S
[323/577] Compiling aesni-x86_64-linux.S
[324/577] Compiling aesni-gcm-x86_64-linux.S
[325/577] Compiling aesni-x86-apple.S
[326/577] Compiling aesni-gcm-x86_64-apple.S
[327/577] Compiling aes-gcm-avx2-x86_64-apple.S
[328/577] Compiling aes-gcm-avx10-x86_64-linux.S
[329/577] Compiling aes-gcm-avx2-x86_64-linux.S
[330/577] Compiling aes-gcm-avx10-x86_64-apple.S
[331/577] Compiling d1_both.cc
[332/577] Compiling x_val.cc
[333/577] Compiling x_req.cc
[334/577] Compiling x_x509.cc
[335/577] Compiling x_pubkey.cc
[336/577] Compiling x_spki.cc
[337/577] Compiling x_x509a.cc
[338/577] Compiling x_sig.cc
[339/577] Compiling x_name.cc
[340/577] Compiling x_algor.cc
[341/577] Compiling x_crl.cc
[342/577] Compiling x509rset.cc
[343/577] Compiling x_exten.cc
[344/577] Compiling x509spki.cc
[345/577] Compiling x509name.cc
[346/577] Compiling x_attrib.cc
[347/577] Compiling x_all.cc
[348/577] Compiling x509_v3.cc
[349/577] Compiling x509_trs.cc
[350/577] Compiling x509_txt.cc
[351/577] Compiling x509_set.cc
[352/577] Compiling x509_vpm.cc
[353/577] Compiling x509cset.cc
[354/577] Compiling x509_vfy.cc
[355/577] Compiling x509_req.cc
[356/577] Compiling x509_obj.cc
[357/577] Compiling x509_def.cc
[358/577] Compiling x509_d2.cc
[359/577] Compiling x509_ext.cc
[360/577] Compiling x509_lu.cc
[361/577] Compiling x509_cmp.cc
[362/577] Compiling x509.cc
[363/577] Compiling x509_att.cc
[364/577] Compiling v3_skey.cc
[365/577] Compiling v3_utl.cc
[366/577] Compiling v3_prn.cc
[367/577] Compiling v3_purp.cc
[368/577] Compiling v3_pcons.cc
[369/577] Compiling v3_ocsp.cc
[370/577] Compiling v3_pmaps.cc
[371/577] Compiling v3_ncons.cc
[372/577] Compiling v3_ia5.cc
[373/577] Compiling v3_int.cc
[374/577] Compiling v3_lib.cc
[375/577] Compiling v3_info.cc
[376/577] Compiling v3_genn.cc
[377/577] Compiling v3_extku.cc
[378/577] Compiling v3_enum.cc
[379/577] Compiling v3_crld.cc
[380/577] Compiling v3_bitst.cc
[381/577] Compiling v3_cpols.cc
[382/577] Compiling v3_bcons.cc
[383/577] Compiling v3_conf.cc
[384/577] Compiling v3_akey.cc
[385/577] Compiling v3_alt.cc
[386/577] Compiling v3_akeya.cc
[387/577] Compiling t_x509a.cc
[388/577] Compiling i2d_pr.cc
[389/577] Compiling t_x509.cc
[390/577] Compiling name_print.cc
[391/577] Compiling t_req.cc
[392/577] Compiling policy.cc
[393/577] Compiling rsa_pss.cc
[394/577] Compiling t_crl.cc
[395/577] Compiling by_file.cc
[396/577] Compiling by_dir.cc
[397/577] Compiling a_verify.cc
[398/577] Compiling voprf.cc
[399/577] Compiling asn1_gen.cc
[400/577] Compiling a_sign.cc
[401/577] Compiling a_digest.cc
[402/577] Compiling algorithm.cc
[403/577] Compiling trust_token.cc
[404/577] Compiling thread_win.cc
[405/577] Compiling thread.cc
[406/577] Compiling thread_none.cc
[407/577] Compiling thread_pthread.cc
[408/577] Compiling stack.cc
[409/577] Compiling pmbtoken.cc
[410/577] Compiling sha1.cc
[411/577] Compiling sha256.cc
[412/577] Compiling siphash.cc
[413/577] Compiling sha512.cc
[414/577] Compiling slhdsa.cc
[415/577] Compiling spake2plus.cc
[416/577] Compiling rsa_print.cc
[417/577] Compiling rsa_extra.cc
[418/577] Compiling rc4.cc
[419/577] Compiling refcount.cc
[420/577] Compiling windows.cc
[421/577] Compiling rsa_crypt.cc
[422/577] Compiling trusty.cc
[423/577] Compiling urandom.cc
[424/577] Compiling rand.cc
[425/577] Compiling rsa_asn1.cc
[426/577] Compiling ios.cc
[427/577] Compiling poly1305_arm_asm.S
[428/577] Compiling getentropy.cc
[429/577] Compiling passive.cc
[430/577] Compiling forkunsafe.cc
[431/577] Compiling deterministic.cc
[432/577] Compiling fork_detect.cc
[433/577] Compiling poly1305.cc
[434/577] Compiling poly1305_arm.cc
[435/577] Compiling poly1305_vec.cc
[436/577] Compiling pool.cc
[437/577] Compiling pkcs7.cc
[438/577] Compiling pkcs8.cc
[439/577] Compiling pkcs8_x509.cc
[440/577] Compiling p5_pbev2.cc
[441/577] Compiling pkcs7_x509.cc
[442/577] Compiling pem_x509.cc
[443/577] Compiling pem_xaux.cc
[444/577] Compiling pem_pkey.cc
[445/577] Compiling mlkem.cc
[446/577] Compiling pem_pk8.cc
[447/577] Compiling obj_xref.cc
[448/577] Compiling pem_oth.cc
[449/577] Compiling pem_lib.cc
[450/577] Compiling pem_info.cc
[451/577] Compiling mldsa.cc
[452/577] Compiling pem_all.cc
[453/577] Compiling obj.cc
[454/577] Compiling md5.cc
[455/577] Compiling poly_rq_mul.S
[456/577] Compiling fips_shared_support.cc
[457/577] Compiling mem.cc
[458/577] Compiling lhash.cc
[459/577] Compiling md4.cc
[460/577] Compiling ex_data.cc
[461/577] Compiling sign.cc
[462/577] Compiling hrss.cc
[463/577] Compiling kyber.cc
[464/577] Compiling scrypt.cc
[465/577] Compiling print.cc
[466/577] Compiling hpke.cc
[467/577] Compiling pbkdf.cc
[468/577] Compiling p_x25519.cc
[469/577] Compiling p_x25519_asn1.cc
[470/577] Compiling p_rsa_asn1.cc
[471/577] Compiling p_ed25519.cc
[472/577] Compiling p_rsa.cc
[473/577] Compiling p_hkdf.cc
[474/577] Compiling p_ed25519_asn1.cc
[475/577] Compiling p_ec.cc
[476/577] Compiling p_ec_asn1.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 evp_asn1.cc
[484/577] Compiling engine.cc
[485/577] Compiling ecdh.cc
[486/577] Compiling hash_to_curve.cc
[487/577] Compiling ec_derive.cc
[488/577] Compiling ecdsa_asn1.cc
[489/577] Compiling dsa.cc
[490/577] Compiling ec_asn1.cc
[491/577] Compiling params.cc
[492/577] Compiling des.cc
[493/577] Compiling dsa_asn1.cc
[494/577] Compiling x25519-asm-arm.S
[495/577] Compiling digest_extra.cc
[496/577] Compiling dh_asn1.cc
[497/577] Compiling spake25519.cc
[498/577] Compiling crypto.cc
[499/577] Compiling cpu_arm_linux.cc
[500/577] Compiling cpu_intel.cc
[501/577] Compiling curve25519.cc
[502/577] Compiling cpu_arm_freebsd.cc
[503/577] Compiling cpu_aarch64_openbsd.cc
[504/577] Compiling bcm.cc
[505/577] Compiling cpu_aarch64_linux.cc
[506/577] Compiling cpu_aarch64_win.cc
[507/577] Compiling cpu_aarch64_sysreg.cc
[508/577] Compiling cpu_aarch64_fuchsia.cc
[509/577] Compiling cpu_aarch64_apple.cc
[510/577] Compiling curve25519_64_adx.cc
[511/577] Compiling conf.cc
[512/577] Compiling get_cipher.cc
[513/577] Compiling tls_cbc.cc
[514/577] Compiling e_rc4.cc
[515/577] Compiling e_tls.cc
[516/577] Compiling e_rc2.cc
[517/577] Compiling e_null.cc
[518/577] Compiling e_des.cc
[519/577] Compiling derive_key.cc
[520/577] Compiling e_chacha20poly1305.cc
[521/577] Compiling e_aesgcmsiv.cc
[522/577] Compiling chacha.cc
[523/577] Compiling e_aesctrhmac.cc
[524/577] Compiling unicode.cc
[525/577] Compiling buf.cc
[526/577] Compiling ber.cc
[527/577] Compiling asn1_compat.cc
[528/577] Compiling cbs.cc
[529/577] Compiling bn_asn1.cc
[530/577] Compiling cbb.cc
[531/577] Compiling convert.cc
[532/577] Compiling blake2.cc
[533/577] Compiling socket_helper.cc
[534/577] Compiling printf.cc
[535/577] Compiling socket.cc
[536/577] Compiling pair.cc
[537/577] Compiling hexdump.cc
[538/577] Compiling file.cc
[539/577] Compiling fd.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 tasn_typ.cc
[546/577] Compiling tasn_fre.cc
[547/577] Compiling tasn_new.cc
[548/577] Compiling tasn_utl.cc
[549/577] Compiling f_string.cc
[550/577] Compiling posix_time.cc
[551/577] Compiling tasn_enc.cc
[552/577] Compiling f_int.cc
[553/577] Compiling asn_pack.cc
[554/577] Compiling asn1_par.cc
[555/577] Compiling tasn_dec.cc
[556/577] Compiling a_utctm.cc
[557/577] Compiling asn1_lib.cc
[558/577] Compiling a_octet.cc
[559/577] Compiling a_type.cc
[560/577] Compiling a_time.cc
[561/577] Compiling a_strnid.cc
[562/577] Compiling a_strex.cc
[563/577] Compiling a_object.cc
[564/577] Compiling a_i2d_fp.cc
[565/577] Compiling a_dup.cc
[566/577] Compiling a_mbstr.cc
[567/577] Compiling CCompressZlib empty.c
[568/577] Write sources
[569/577] Compiling a_d2i_fp.cc
[570/577] Write sources
[571/577] Compiling a_gentm.cc
[572/577] Compiling a_int.cc
[573/577] Compiling a_bitstr.cc
[574/641] Compiling a_bool.cc
[576/641] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[577/641] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[578/641] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[579/643] Compiling Atomics ManagedAtomic.swift
[580/643] Compiling Atomics ManagedAtomicLazyReference.swift
[581/643] Compiling Atomics UnsafeAtomic.swift
[582/643] Compiling Atomics UnsafeAtomicLazyReference.swift
[583/643] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[584/643] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[585/643] Compiling Atomics IntegerOperations.swift
[586/643] Compiling Atomics Unmanaged extensions.swift
[587/643] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[588/643] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[589/643] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.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 AsyncDebounceSequence.swift
[597/649] Compiling AsyncAlgorithms DebounceStateMachine.swift
[598/649] Compiling AsyncAlgorithms DebounceStorage.swift
[599/649] Compiling AsyncAlgorithms Dictionary.swift
[600/649] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[601/649] Compiling AsyncAlgorithms Locking.swift
[602/649] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[603/649] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[604/649] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[605/649] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[606/649] Compiling AsyncAlgorithms AsyncChannel.swift
[607/649] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[608/649] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[609/649] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[610/649] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[611/649] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[612/649] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[613/649] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[621/649] Emitting module AsyncAlgorithms
[622/649] Compiling AsyncAlgorithms ChannelStateMachine.swift
[623/649] Compiling AsyncAlgorithms ChannelStorage.swift
[624/649] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[625/649] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[626/649] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[627/649] Compiling AsyncAlgorithms CombineLatestStorage.swift
[635/649] Emitting module Atomics
[636/649] Compiling AsyncAlgorithms SetAlgebra.swift
[637/649] Compiling AsyncAlgorithms UnsafeTransfer.swift
[638/649] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[639/649] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[640/649] Compiling AsyncAlgorithms ZipStateMachine.swift
[641/649] Compiling AsyncAlgorithms ZipStorage.swift
[648/651] Compiling c-nioatomics.c
[651/659] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[652/660] Compiling ServiceLifecycle CancellationWaiter.swift
[653/660] Compiling ServiceLifecycle ServiceRunnerError.swift
[654/660] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[655/660] Emitting module ServiceLifecycle
[656/660] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[657/660] Compiling ServiceLifecycle GracefulShutdown.swift
[657/660] Compiling c-atomics.c
[659/666] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[660/666] Compiling NIOConcurrencyHelpers lock.swift
[661/666] Emitting module NIOConcurrencyHelpers
[662/666] Compiling ServiceLifecycle Service.swift
[663/666] Compiling ServiceLifecycle ServiceGroup.swift
[664/667] Compiling NIOConcurrencyHelpers NIOLock.swift
[665/667] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[666/667] Compiling NIOConcurrencyHelpers atomics.swift
[669/728] Compiling NIOCore MulticastChannel.swift
[670/728] Compiling NIOCore NIOAny.swift
[671/728] Compiling NIOCore NIOCloseOnErrorHandler.swift
[672/728] Compiling NIOCore NIOLoopBound.swift
[673/728] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[674/728] Compiling NIOCore NIOScheduledCallback.swift
[675/728] Compiling NIOCore NIOSendable.swift
[676/728] Compiling NIOCore RecvByteBufferAllocator.swift
[677/736] Compiling NIOCore IO.swift
[678/736] Compiling NIOCore IOData.swift
[679/736] Compiling NIOCore IPProtocol.swift
[680/736] Compiling NIOCore IntegerBitPacking.swift
[681/736] Compiling NIOCore IntegerTypes.swift
[682/736] Compiling NIOCore Interfaces.swift
[683/736] Compiling NIOCore Linux.swift
[684/736] Compiling NIOCore MarkedCircularBuffer.swift
[685/736] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[686/736] Compiling NIOCore SocketAddresses.swift
[687/736] Compiling NIOCore SocketOptionProvider.swift
[688/736] Compiling NIOCore SystemCallHelpers.swift
[689/736] Compiling NIOCore TimeAmount+Duration.swift
[690/736] Compiling NIOCore TypeAssistedChannelHandler.swift
[691/736] Compiling NIOCore UniversalBootstrapSupport.swift
[692/736] Compiling NIOCore Utilities.swift
[693/736] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[694/736] Compiling NIOCore BSDSocketAPI.swift
[695/736] Compiling NIOCore ByteBuffer-aux.swift
[696/736] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[697/736] Compiling NIOCore ByteBuffer-conversions.swift
[698/736] Compiling NIOCore ByteBuffer-core.swift
[699/736] Compiling NIOCore ByteBuffer-hex.swift
[700/736] Compiling NIOCore ByteBuffer-int.swift
[701/736] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[702/736] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[703/736] Compiling NIOCore EventLoopFuture+Deprecated.swift
[704/736] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[705/736] Compiling NIOCore EventLoopFuture.swift
[706/736] Compiling NIOCore FileDescriptor.swift
[707/736] Compiling NIOCore FileHandle.swift
[708/736] Compiling NIOCore FileRegion.swift
[709/736] Compiling NIOCore GlobalSingletons.swift
[710/736] Emitting module NIOCore
[711/736] Compiling NIOCore ByteBuffer-multi-int.swift
[712/736] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[713/736] Compiling NIOCore ByteBuffer-views.swift
[714/736] Compiling NIOCore Channel.swift
[715/736] Compiling NIOCore ChannelHandler.swift
[716/736] Compiling NIOCore ChannelHandlers.swift
[717/736] Compiling NIOCore ChannelInvoker.swift
[718/736] Compiling NIOCore ChannelOption.swift
[719/736] Compiling NIOCore ChannelPipeline.swift
[720/736] Compiling NIOCore CircularBuffer.swift
[721/736] Compiling NIOCore Codec.swift
[722/736] Compiling NIOCore ConvenienceOptionSupport.swift
[723/736] Compiling NIOCore DeadChannel.swift
[724/736] Compiling NIOCore DispatchQueue+WithFuture.swift
[725/736] Compiling NIOCore EventLoop+Deprecated.swift
[726/736] Compiling NIOCore EventLoop+SerialExecutor.swift
[727/736] Compiling NIOCore EventLoop.swift
[728/736] Compiling NIOCore AddressedEnvelope.swift
[729/736] Compiling NIOCore AsyncAwaitSupport.swift
[730/736] Compiling NIOCore AsyncChannel.swift
[731/736] Compiling NIOCore AsyncChannelHandler.swift
[732/736] Compiling NIOCore AsyncChannelInboundStream.swift
[733/736] Compiling NIOCore AsyncChannelOutboundWriter.swift
[734/736] Compiling NIOCore NIOAsyncSequenceProducer.swift
[735/736] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[736/736] Compiling NIOCore NIOAsyncWriter.swift
[738/798] Emitting module NIOHTTPTypes
[739/798] Compiling CompressNIO Compressor.swift
[740/799] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[741/799] Emitting module CompressNIO
[742/800] Compiling CompressNIO Error.swift
[743/800] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[745/800] Compiling CompressNIO ZlibWrapper.swift
[746/800] Emitting module NIOEmbedded
[747/800] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[748/800] Compiling NIOEmbedded AsyncTestingChannel.swift
[749/800] Compiling CompressNIO CompressionAlgorithm.swift
[750/800] Compiling NIOPosix BSDSocketAPICommon.swift
[751/800] Compiling NIOPosix BSDSocketAPIPosix.swift
[752/800] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[753/800] Compiling CompressNIO Zlib.swift
[755/801] Compiling NIOEmbedded Embedded.swift
[757/802] Compiling NIOPosix Pool.swift
[758/802] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[759/802] Compiling NIOPosix PosixSingletons.swift
[760/802] Compiling NIOPosix RawSocketBootstrap.swift
[761/802] Compiling NIOPosix Resolver.swift
[762/802] Compiling NIOPosix Selectable.swift
[763/808] Compiling NIOPosix SelectableChannel.swift
[764/808] Compiling NIOPosix SelectableEventLoop.swift
[765/808] Compiling NIOPosix SelectorEpoll.swift
[766/808] Compiling NIOPosix SelectorGeneric.swift
[767/808] Compiling NIOPosix SelectorKqueue.swift
[768/808] Compiling NIOPosix SelectorUring.swift
[769/808] Compiling NIOPosix ServerSocket.swift
[770/808] Compiling NIOPosix Socket.swift
[771/808] Compiling NIOPosix SocketChannel.swift
[772/808] Compiling NIOPosix SocketProtocols.swift
[773/808] Compiling NIOPosix System.swift
[774/808] Compiling NIOPosix Thread.swift
[775/808] Emitting module NIOPosix
[776/808] Compiling NIOPosix NIOThreadPool.swift
[777/808] Compiling NIOPosix NonBlockingFileIO.swift
[778/808] Compiling NIOPosix PendingDatagramWritesManager.swift
[779/808] Compiling NIOPosix PendingWritesManager.swift
[780/808] Compiling NIOPosix PipeChannel.swift
[781/808] Compiling NIOPosix PipePair.swift
[782/808] Compiling NIOPosix IO.swift
[783/808] Compiling NIOPosix IntegerBitPacking.swift
[784/808] Compiling NIOPosix IntegerTypes.swift
[785/808] Compiling NIOPosix Linux.swift
[786/808] Compiling NIOPosix LinuxCPUSet.swift
[787/808] Compiling NIOPosix LinuxUring.swift
[788/808] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[789/808] Compiling NIOPosix ThreadPosix.swift
[790/808] Compiling NIOPosix ThreadWindows.swift
[791/808] Compiling NIOPosix UnsafeTransfer.swift
[792/808] Compiling NIOPosix Utilities.swift
[793/808] Compiling NIOPosix VsockAddress.swift
[794/808] Compiling NIOPosix VsockChannelEvents.swift
[797/808] Compiling NIOPosix BSDSocketAPIWindows.swift
[798/808] Compiling NIOPosix BaseSocket.swift
[799/808] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[800/808] Compiling NIOPosix BaseSocketChannel.swift
[801/808] Compiling NIOPosix BaseStreamSocketChannel.swift
[802/808] Compiling NIOPosix Bootstrap.swift
[803/808] Compiling NIOPosix ControlMessage.swift
[804/808] Compiling NIOPosix DatagramVectorReadManager.swift
[805/808] Compiling NIOPosix Errors+Any.swift
[806/808] Compiling NIOPosix FileDescriptor.swift
[807/808] Compiling NIOPosix GetaddrinfoResolver.swift
[808/808] Compiling NIOPosix HappyEyeballs.swift
[810/811] Emitting module NIO
[811/811] Compiling NIO Exports.swift
[813/839] Compiling NIOTLS TLSEvents.swift
[814/839] Emitting module NIOTLS
[815/839] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[816/839] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[817/839] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[818/841] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[819/841] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[820/841] Compiling NIOTLS SNIHandler.swift
[822/842] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[823/842] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[824/842] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[825/842] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[826/871] Compiling NIOSSL SSLConnection.swift
[827/871] Compiling NIOSSL SSLContext.swift
[828/871] Compiling NIOSSL NIOSSLHandler.swift
[829/871] Compiling NIOSSL NIOSSLServerHandler.swift
[830/871] Compiling NIOSSL NIOSSLClientHandler.swift
[831/871] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[832/871] Compiling NIOSSL ObjectIdentifier.swift
[833/871] Compiling NIOSSL PosixPort.swift
[834/871] Emitting module NIOHTTP1
[835/871] Compiling NIOSSL AndroidCABundle.swift
[836/871] Compiling NIOSSL ByteBufferBIO.swift
[837/871] Compiling NIOSSL CustomPrivateKey.swift
[839/882] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[840/882] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[841/886] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[842/886] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[843/886] Emitting module NIOFoundationCompat
[845/887] Compiling NIOWebSocket WebSocketOpcode.swift
[846/888] Emitting module NIOSSL
[847/888] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[848/888] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[849/888] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[850/888] Compiling NIOWebSocket SHA1.swift
[851/892] Compiling NIOSSL LinuxCABundle.swift
[855/892] Compiling NIOWebSocket WebSocketErrorCodes.swift
[856/914] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[857/914] Emitting module NIOHTTPTypesHTTP1
[858/914] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[859/914] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[860/914] Compiling NIOTransportServices NIOTSErrors.swift
[861/914] Compiling NIOTransportServices NIOTSEventLoop.swift
[862/914] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[863/914] Compiling NIOSSL SSLPublicKey.swift
[864/914] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[865/914] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[866/914] Compiling NIOSSL SubjectAlternativeName.swift
[867/914] Compiling NIOSSL NIOSSLSecureBytes.swift
[868/914] Compiling NIOSSL RNG.swift
[869/914] Compiling NIOSSL SafeCompare.swift
[870/914] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[871/914] Emitting module NIOTransportServices
[875/916] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[876/916] Compiling NIOTransportServices NIOTSBootstraps.swift
[877/916] Compiling NIOTransportServices NIOTSChannelOptions.swift
[879/916] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[880/916] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[881/916] Compiling NIOTransportServices NIOTSListenerChannel.swift
[882/916] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[883/916] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[884/916] Compiling NIOTransportServices NIOTSSingletons.swift
[885/916] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[886/916] Compiling NIOTransportServices StateManagedChannel.swift
[887/916] Compiling NIOTransportServices StateManagedListenerChannel.swift
[889/916] Emitting module NIOWebSocket
[890/916] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[891/916] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[892/917] Compiling NIOTransportServices AcceptHandler.swift
[893/917] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[894/917] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[895/917] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[898/917] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[899/917] Compiling NIOTransportServices NIOTSDatagramListener.swift
[900/917] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[901/917] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[910/918] Compiling NIOWebSocket WebSocketFrame.swift
[916/934] Compiling NIOSSL Zeroization.swift
[917/934] Compiling NIOSSL TLSConfiguration.swift
[918/934] Compiling NIOSSL UniversalBootstrapSupport.swift
[919/934] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[921/935] Compiling WSCore UnsafeTransfer.swift
[922/935] Compiling WSCore WebSocketContext.swift
[923/936] Compiling WSCore WebSocketExtension.swift
[924/936] Compiling WSCore WebSocketExtensionBuilder.swift
[925/936] Emitting module WSCore
[926/936] Compiling WSCore WebSocketExtensionHTTPParameters.swift
[927/936] Compiling WSCore String+validatingString.swift
[928/936] Compiling WSCore WebSocketMessage.swift
[929/936] Compiling WSCore WebSocketOutboundWriter.swift
[930/936] Compiling WSCore WebSocketInboundMessageStream.swift
[931/936] Compiling WSCore WebSocketInboundStream.swift
[932/936] Compiling WSCore WebSocketStateMachine.swift
[933/936] Compiling WSCore WebSocketFrameSequence.swift
[934/936] Compiling WSCore WebSocketHandler.swift
[935/936] Compiling WSCore WebSocketDataFrame.swift
[936/936] Compiling WSCore WebSocketDataHandler.swift
[938/950] Compiling WSCompression PerMessageDeflateExtension.swift
[939/950] Emitting module WSCompression
[941/951] Compiling WSClient Exports.swift
[942/952] Compiling WSClient WebSocketClientConfiguration.swift
[943/952] Compiling WSClient WebSocketClientError.swift
[944/952] Compiling WSClient TSTLSOptions.swift
[945/952] Compiling WSClient URI.swift
[946/952] Compiling WSClient WebSocketClientChannel.swift
[947/952] Compiling WSClient WebSocketClient.swift
[948/952] Compiling WSClient ClientChannel.swift
[949/952] Compiling WSClient ClientConnection.swift
[950/952] Emitting module WSClient
[951/952] Compiling WSClient Parser.swift
[952/952] Compiling WSClient TLSClientChannel.swift
Build complete! (295.48s)
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.