Build Information
Successful build of swift-websocket, reference main (abe7d7), with Swift 6.1 for macOS (SPM) on 28 Nov 2025 13:53:07 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .statsBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/hummingbird-project/swift-websocket.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/hummingbird-project/swift-websocket
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at abe7d7a Bump actions/checkout from 5 to 6 in the dependencies group (#30)
Cloned https://github.com/hummingbird-project/swift-websocket.git
Revision (git rev-parse @):
abe7d7ac586df1abadd2be46779308c6a513e700
SUCCESS checkout https://github.com/hummingbird-project/swift-websocket.git at main
========================================
Build
========================================
Selected platform: macosSpm
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
{
"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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/447] Write sources
[11/447] Copying PrivacyInfo.xcprivacy
[11/447] Write sources
[17/447] Copying PrivacyInfo.xcprivacy
[17/447] Write sources
[29/447] Compiling CNIOWindows shim.c
[30/447] Compiling CNIOWASI CNIOWASI.c
[30/447] Compiling CNIOWindows WSAStartup.c
[32/447] Compiling CNIOLinux liburing_shims.c
[32/447] Compiling CNIOLinux shim.c
[34/447] Write swift-version-2F0A5646E1D333AE.txt
[35/447] Compiling fiat_p256_adx_sqr.S
[36/447] Compiling fiat_p256_adx_mul.S
[37/447] Compiling _AtomicsShims.c
[38/447] Compiling CNIOPosix event_loop_id.c
[39/451] Compiling CNIOSHA1 c_nio_sha1.c
[40/453] Compiling CNIOLLHTTP c_nio_http.c
[41/488] Compiling CNIOLLHTTP c_nio_api.c
[42/488] Compiling fiat_curve25519_adx_square.S
[43/488] Compiling fiat_curve25519_adx_mul.S
[44/488] Compiling CNIOLLHTTP c_nio_llhttp.c
[45/488] Compiling CNIODarwin shim.c
[46/488] Compiling CNIOBoringSSLShims shims.c
[48/488] Emitting module _NIOBase64
[49/488] Compiling _NIOBase64 Base64.swift
[50/488] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[51/489] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[52/489] Compiling InternalCollectionsUtilities Debugging.swift
[53/489] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[54/489] Compiling InternalCollectionsUtilities Descriptions.swift
[55/489] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[56/489] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[57/489] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[58/489] Emitting module InternalCollectionsUtilities
[59/489] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[60/489] Compiling InternalCollectionsUtilities Integer rank.swift
[61/489] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[62/489] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[63/489] Compiling InternalCollectionsUtilities _SortedCollection.swift
[64/489] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[65/489] Compiling InternalCollectionsUtilities UInt+reversed.swift
[66/489] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[67/489] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[68/489] Compiling ConcurrencyHelpers LockedValueBox.swift
[69/489] Compiling _NIODataStructures PriorityQueue.swift
[70/489] Emitting module ConcurrencyHelpers
[71/489] Compiling ConcurrencyHelpers Lock.swift
[72/489] Compiling Logging MetadataProvider.swift
[73/489] Emitting module _NIODataStructures
[74/489] Compiling _NIODataStructures _TinyArray.swift
[75/489] Compiling _NIODataStructures Heap.swift
[75/489] Compiling tls_method.cc
[75/489] Compiling tls_record.cc
[77/489] Compiling tls13_server.cc
[79/489] Compiling Logging LogHandler.swift
[80/489] Emitting module Logging
[81/489] Compiling Logging Locks.swift
[82/489] Compiling Logging Logging.swift
[82/515] Compiling tls13_enc.cc
[83/564] Compiling tls13_client.cc
[85/564] Compiling DequeModule _DequeBufferHeader.swift
[86/564] Compiling DequeModule _DequeBuffer.swift
[87/564] Compiling DequeModule _DequeSlot.swift
[87/565] Compiling tls13_both.cc
[89/565] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[90/565] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[91/565] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[92/565] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[93/565] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[94/565] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[95/565] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[96/565] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[97/565] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[98/565] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[99/565] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[100/565] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[101/571] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[102/571] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[103/571] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[104/571] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[105/571] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[106/571] Compiling OrderedCollections OrderedSet+Sendable.swift
[107/571] Compiling DequeModule _UnsafeWrappedBuffer.swift
[108/571] Compiling OrderedCollections OrderedSet+Codable.swift
[109/571] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[110/571] Compiling OrderedCollections OrderedSet+Descriptions.swift
[111/571] Compiling OrderedCollections OrderedSet+Diffing.swift
[112/571] Compiling OrderedCollections OrderedSet+Equatable.swift
[113/571] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[114/571] Compiling OrderedCollections _Hashtable+Header.swift
[115/571] Compiling OrderedCollections OrderedDictionary+Codable.swift
[116/571] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[117/571] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[118/571] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[119/571] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[120/571] Compiling UnixSignals UnixSignalsSequence.swift
[121/571] Compiling UnixSignals UnixSignal.swift
[122/571] Emitting module UnixSignals
[123/571] Compiling DequeModule Deque+Testing.swift
[124/571] Compiling DequeModule Deque._Storage.swift
[125/571] Compiling DequeModule Deque+CustomReflectable.swift
[126/571] Compiling DequeModule Deque+Descriptions.swift
[127/571] Compiling DequeModule Deque+Extras.swift
[128/571] Compiling DequeModule Deque+Hashable.swift
[129/571] Compiling DequeModule Deque+Equatable.swift
[130/571] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[131/571] Compiling DequeModule Deque._UnsafeHandle.swift
[132/571] Compiling DequeModule Deque.swift
[133/571] Compiling OrderedCollections OrderedDictionary+Elements.swift
[134/571] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[135/571] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[136/571] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[137/571] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[138/571] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[139/571] Compiling OrderedCollections OrderedSet+Hashable.swift
[140/571] Compiling OrderedCollections OrderedSet+Initializers.swift
[141/571] Compiling OrderedCollections OrderedSet+Insertions.swift
[142/571] Compiling OrderedCollections OrderedSet+Invariants.swift
[143/571] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[144/571] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[150/571] Compiling OrderedCollections OrderedDictionary.swift
[151/571] Compiling DequeModule Deque+Codable.swift
[152/571] Compiling DequeModule Deque+Collection.swift
[153/571] Emitting module DequeModule
[153/571] Compiling t1_enc.cc
[154/571] Compiling ssl_versions.cc
[155/571] Compiling ssl_transcript.cc
[156/571] Compiling ssl_x509.cc
[164/571] Compiling ssl_stat.cc
[166/571] Compiling OrderedCollections OrderedSet+SubSequence.swift
[167/571] Compiling OrderedCollections OrderedSet+Testing.swift
[168/571] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[169/571] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[170/571] Compiling OrderedCollections OrderedSet.swift
[171/571] Compiling OrderedCollections _UnsafeBitset.swift
[171/571] Compiling ssl_session.cc
[173/571] Compiling HTTPTypes NIOLock.swift
[174/571] Emitting module OrderedCollections
[175/571] Compiling HTTPTypes HTTPField.swift
[175/571] Compiling ssl_privkey.cc
[177/571] Compiling HTTPTypes HTTPFieldName.swift
[178/571] Compiling HTTPTypes HTTPRequest.swift
[178/571] Compiling ssl_key_share.cc
[179/571] Compiling ssl_file.cc
[181/571] Emitting module HTTPTypes
[182/571] Compiling HTTPTypes HTTPResponse.swift
[183/571] Compiling HTTPTypes ISOLatin1String.swift
[183/571] Compiling ssl_cipher.cc
[184/571] Compiling ssl_credential.cc
[185/571] Compiling ssl_cert.cc
[186/571] Compiling ssl_lib.cc
[187/571] Compiling ssl_buffer.cc
[188/571] Compiling ssl_asn1.cc
[189/571] Compiling ssl_aead_ctx.cc
[190/571] Compiling s3_pkt.cc
[191/571] Compiling s3_lib.cc
[192/571] Compiling s3_both.cc
[193/571] Compiling handshake_server.cc
[195/571] Compiling HTTPTypes HTTPFields.swift
[196/571] Compiling HTTPTypes HTTPParsedFields.swift
[197/571] Compiling HTTPTypes HTTPRequest+URL.swift
[197/571] Compiling handshake_client.cc
[198/571] Compiling handshake.cc
[199/571] Compiling handoff.cc
[200/571] Compiling md5-x86_64-linux.S
[201/571] Compiling md5-x86_64-apple.S
[202/571] Compiling md5-586-linux.S
[203/571] Compiling md5-586-apple.S
[204/571] Compiling encrypted_client_hello.cc
[205/571] Compiling chacha20_poly1305_x86_64-linux.S
[206/571] Compiling extensions.cc
[207/571] Compiling chacha20_poly1305_x86_64-apple.S
[208/571] Compiling chacha20_poly1305_armv8-win.S
[209/571] Compiling chacha20_poly1305_armv8-linux.S
[210/571] Compiling chacha-x86_64-linux.S
[211/571] Compiling chacha20_poly1305_armv8-apple.S
[212/571] Compiling chacha-x86_64-apple.S
[213/571] Compiling chacha-x86-linux.S
[214/571] Compiling dtls_record.cc
[215/571] Compiling dtls_method.cc
[216/571] Compiling chacha-x86-apple.S
[217/571] Compiling chacha-armv8-win.S
[218/571] Compiling chacha-armv8-linux.S
[219/571] Compiling bio_ssl.cc
[220/571] Compiling err_data.cc
[221/571] Compiling chacha-armv4-linux.S
[222/571] Compiling d1_srtp.cc
[223/571] Compiling aes128gcmsiv-x86_64-linux.S
[224/571] Compiling chacha-armv8-apple.S
[225/571] Compiling aes128gcmsiv-x86_64-apple.S
[226/571] Compiling x86_64-mont5-linux.S
[227/571] Compiling x86_64-mont5-apple.S
[228/571] Compiling x86_64-mont-linux.S
[229/571] Compiling x86_64-mont-apple.S
[230/571] Compiling x86-mont-apple.S
[231/571] Compiling x86-mont-linux.S
[232/571] Compiling vpaes-x86_64-linux.S
[233/571] Compiling vpaes-x86-linux.S
[234/571] Compiling vpaes-x86_64-apple.S
[235/571] Compiling d1_pkt.cc
[236/571] Compiling vpaes-armv8-win.S
[237/571] Compiling vpaes-armv8-linux.S
[238/571] Compiling vpaes-x86-apple.S
[239/571] Compiling vpaes-armv8-apple.S
[240/571] Compiling vpaes-armv7-linux.S
[241/571] Compiling d1_lib.cc
[242/571] Compiling sha512-x86_64-linux.S
[243/571] Compiling sha512-x86_64-apple.S
[244/571] Compiling sha512-armv8-win.S
[245/571] Compiling sha512-armv8-linux.S
[246/571] Compiling sha512-armv4-linux.S
[247/571] Compiling sha512-armv8-apple.S
[248/571] Compiling sha512-586-linux.S
[249/571] Compiling sha512-586-apple.S
[250/571] Compiling sha256-x86_64-linux.S
[251/571] Compiling sha256-x86_64-apple.S
[252/571] Compiling sha256-armv8-win.S
[253/571] Compiling d1_both.cc
[254/571] Compiling sha256-armv8-linux.S
[255/571] Compiling sha256-armv4-linux.S
[256/571] Compiling sha256-586-linux.S
[257/571] Compiling sha256-armv8-apple.S
[258/571] Compiling sha1-x86_64-linux.S
[258/571] Compiling sha256-586-apple.S
[260/571] Compiling sha1-x86_64-apple.S
[261/571] Compiling sha1-armv8-linux.S
[262/571] Compiling sha1-armv8-win.S
[262/571] Compiling sha1-armv4-large-linux.S
[264/571] Compiling sha1-armv8-apple.S
[265/571] Compiling sha1-586-linux.S
[266/571] Compiling sha1-586-apple.S
[267/571] Compiling rsaz-avx2-linux.S
[267/571] Compiling rdrand-x86_64-linux.S
[269/571] Compiling rsaz-avx2-apple.S
[270/571] Compiling rdrand-x86_64-apple.S
[271/571] Compiling p256_beeu-x86_64-asm-apple.S
[272/571] Compiling p256_beeu-x86_64-asm-linux.S
[273/571] Compiling p256_beeu-armv8-asm-win.S
[274/571] Compiling p256_beeu-armv8-asm-linux.S
[275/571] Compiling p256-x86_64-asm-linux.S
[276/571] Compiling p256_beeu-armv8-asm-apple.S
[277/571] Compiling p256-x86_64-asm-apple.S
[278/571] Compiling p256-armv8-asm-win.S
[279/571] Compiling p256-armv8-asm-linux.S
[280/571] Compiling ghashv8-armv8-win.S
[281/571] Compiling ghashv8-armv8-linux.S
[281/571] Compiling p256-armv8-asm-apple.S
[283/571] Compiling ghashv8-armv7-linux.S
[284/571] Compiling ghashv8-armv8-apple.S
[285/571] Compiling ghash-x86_64-apple.S
[286/571] Compiling ghash-x86_64-linux.S
[287/571] Compiling ghash-x86-linux.S
[288/571] Compiling ghash-x86-apple.S
[289/571] Compiling ghash-ssse3-x86_64-linux.S
[290/571] Compiling ghash-neon-armv8-win.S
[291/571] Compiling ghash-ssse3-x86-apple.S
[292/571] Compiling ghash-ssse3-x86-linux.S
[293/571] Compiling ghash-ssse3-x86_64-apple.S
[294/571] Compiling ghash-neon-armv8-linux.S
[295/571] Compiling ghash-armv4-linux.S
[296/571] Compiling ghash-neon-armv8-apple.S
[297/571] Compiling co-586-linux.S
[298/571] Compiling co-586-apple.S
[299/571] Compiling bsaes-armv7-linux.S
[300/571] Compiling bn-armv8-win.S
[301/571] Compiling bn-586-apple.S
[301/571] Compiling bn-armv8-linux.S
[303/571] Compiling bn-armv8-apple.S
[304/571] Compiling bn-586-linux.S
[305/571] Compiling armv8-mont-win.S
[306/571] Compiling armv8-mont-linux.S
[307/571] Compiling armv8-mont-apple.S
[308/571] Compiling armv4-mont-linux.S
[308/571] Compiling aesv8-gcm-armv8-win.S
[310/571] Compiling aesv8-gcm-armv8-linux.S
[311/571] Compiling aesv8-armv8-win.S
[312/571] Compiling aesv8-armv8-linux.S
[313/571] Compiling aesv8-armv8-apple.S
[314/571] Compiling aesv8-gcm-armv8-apple.S
[315/571] Compiling aesv8-armv7-linux.S
[316/571] Compiling aesni-x86_64-linux.S
[317/571] Compiling aesni-x86-apple.S
[318/571] Compiling aesni-x86_64-apple.S
[319/571] Compiling aesni-x86-linux.S
[320/571] Compiling aesni-gcm-x86_64-linux.S
[321/571] Compiling aesni-gcm-x86_64-apple.S
[322/571] Compiling aes-gcm-avx2-x86_64-linux.S
[322/571] Compiling aes-gcm-avx2-x86_64-apple.S
[324/571] Compiling aes-gcm-avx10-x86_64-linux.S
[325/571] Compiling aes-gcm-avx10-x86_64-apple.S
[326/571] Compiling x_x509a.cc
[327/571] Compiling x_spki.cc
[328/571] Compiling x_val.cc
[329/571] Compiling x_sig.cc
[330/571] Compiling x_x509.cc
[331/571] Compiling x_pubkey.cc
[332/571] Compiling x_name.cc
[333/571] Compiling x_req.cc
[334/571] Compiling x_crl.cc
[335/571] Compiling x_exten.cc
[336/571] Compiling x_attrib.cc
[337/571] Compiling x509spki.cc
[338/571] Compiling x_algor.cc
[339/571] Compiling x_all.cc
[340/571] Compiling x509rset.cc
[341/571] Compiling x509name.cc
[342/571] Compiling x509_vpm.cc
[343/571] Compiling x509cset.cc
[344/571] Compiling x509_v3.cc
[345/571] Compiling x509_vfy.cc
[346/571] Compiling x509_txt.cc
[347/571] Compiling x509_set.cc
[348/571] Compiling x509_trs.cc
[349/571] Compiling x509_req.cc
[350/571] Compiling x509_obj.cc
[351/571] Compiling x509_def.cc
[352/571] Compiling x509_d2.cc
[353/571] Compiling x509_ext.cc
[354/571] Compiling x509_cmp.cc
[355/571] Compiling x509_lu.cc
[356/571] Compiling x509_att.cc
[357/571] Compiling x509.cc
[358/571] Compiling v3_skey.cc
[359/571] Compiling v3_purp.cc
[360/571] Compiling v3_prn.cc
[361/571] Compiling v3_utl.cc
[362/571] Compiling v3_pmaps.cc
[363/571] Compiling v3_ocsp.cc
[364/571] Compiling v3_pcons.cc
[365/571] Compiling v3_ncons.cc
[366/571] Compiling v3_lib.cc
[367/571] Compiling v3_int.cc
[368/571] Compiling v3_info.cc
[369/571] Compiling v3_ia5.cc
[370/571] Compiling v3_genn.cc
[371/571] Compiling v3_extku.cc
[372/571] Compiling v3_enum.cc
[373/571] Compiling v3_cpols.cc
[374/571] Compiling v3_crld.cc
[375/571] Compiling v3_conf.cc
[376/571] Compiling v3_bitst.cc
[377/571] Compiling v3_bcons.cc
[378/571] Compiling v3_akeya.cc
[379/571] Compiling v3_alt.cc
[380/571] Compiling v3_akey.cc
[381/571] Compiling t_x509a.cc
[382/571] Compiling t_x509.cc
[383/571] Compiling t_crl.cc
[384/571] Compiling t_req.cc
[385/571] Compiling rsa_pss.cc
[386/571] Compiling i2d_pr.cc
[387/571] Compiling name_print.cc
[388/571] Compiling policy.cc
[389/571] Compiling by_dir.cc
[390/571] Compiling by_file.cc
[391/571] Compiling a_digest.cc
[392/571] Compiling algorithm.cc
[393/571] Compiling asn1_gen.cc
[394/571] Compiling a_sign.cc
[394/571] Compiling a_verify.cc
[396/571] Compiling voprf.cc
[397/571] Compiling thread_win.cc
[398/571] Compiling thread_none.cc
[399/571] Compiling thread.cc
[400/571] Compiling thread_pthread.cc
[401/571] Compiling trust_token.cc
[402/571] Compiling stack.cc
[403/571] Compiling pmbtoken.cc
[404/571] Compiling slhdsa.cc
[405/571] Compiling spake2plus.cc
[406/571] Compiling siphash.cc
[407/571] Compiling sha512.cc
[408/571] Compiling sha256.cc
[409/571] Compiling sha1.cc
[410/571] Compiling rsa_print.cc
[411/571] Compiling rsa_extra.cc
[412/571] Compiling rsa_crypt.cc
[413/571] Compiling refcount.cc
[414/571] Compiling rc4.cc
[415/571] Compiling rsa_asn1.cc
[416/571] Compiling windows.cc
[417/571] Compiling urandom.cc
[418/571] Compiling trusty.cc
[419/571] Compiling rand.cc
[420/571] Compiling ios.cc
[421/571] Compiling poly1305_arm_asm.S
[422/571] Compiling passive.cc
[423/571] Compiling getentropy.cc
[424/571] Compiling forkunsafe.cc
[425/571] Compiling deterministic.cc
[426/571] Compiling fork_detect.cc
[427/571] Compiling poly1305_vec.cc
[428/571] Compiling poly1305_arm.cc
[429/571] Compiling poly1305.cc
[430/571] Compiling pool.cc
[431/571] Compiling pkcs8.cc
[432/571] Compiling pkcs7.cc
[433/571] Compiling pkcs8_x509.cc
[434/571] Compiling p5_pbev2.cc
[435/571] Compiling pkcs7_x509.cc
[436/571] Compiling pem_xaux.cc
[437/571] Compiling pem_x509.cc
[438/571] Compiling pem_pkey.cc
[439/571] Compiling pem_pk8.cc
[440/571] Compiling pem_oth.cc
[441/571] Compiling mlkem.cc
[442/571] Compiling obj_xref.cc
[443/571] Compiling pem_info.cc
[444/571] Compiling pem_lib.cc
[445/571] Compiling mldsa.cc
[446/571] Compiling pem_all.cc
[447/571] Compiling poly_rq_mul.S
[448/571] Compiling obj.cc
[449/571] Compiling fips_shared_support.cc
[450/571] Compiling mem.cc
[451/571] Compiling md5.cc
[452/571] Compiling md4.cc
[453/571] Compiling lhash.cc
[454/571] Compiling kyber.cc
[455/571] Compiling ex_data.cc
[456/571] Compiling sign.cc
[457/571] Compiling scrypt.cc
[458/571] Compiling print.cc
[459/571] Compiling pbkdf.cc
[460/571] Compiling hpke.cc
[461/571] Compiling hrss.cc
[462/571] Compiling p_x25519_asn1.cc
[463/571] Compiling p_x25519.cc
[464/571] Compiling p_ed25519.cc
[465/571] Compiling p_rsa_asn1.cc
[466/571] Compiling p_rsa.cc
[467/571] Compiling p_hkdf.cc
[468/571] Compiling p_ec.cc
[469/571] Compiling p_ed25519_asn1.cc
[470/571] Compiling p_ec_asn1.cc
[471/571] Compiling p_dh_asn1.cc
[472/571] Compiling p_dsa_asn1.cc
[473/571] Compiling p_dh.cc
[474/571] Compiling evp_ctx.cc
[475/571] Compiling err.cc
[476/571] Compiling evp.cc
[477/571] Compiling engine.cc
[478/571] Compiling evp_asn1.cc
[479/571] Compiling ecdsa_asn1.cc
[480/571] Compiling ecdh.cc
[481/571] Compiling ec_derive.cc
[482/571] Compiling hash_to_curve.cc
[483/571] Compiling dsa.cc
[484/571] Compiling dsa_asn1.cc
[485/571] Compiling ec_asn1.cc
[486/571] Compiling params.cc
[487/571] Compiling bcm.cc
[488/571] Compiling x25519-asm-arm.S
[489/571] Compiling digest_extra.cc
[490/571] Compiling des.cc
[491/571] Compiling dh_asn1.cc
[491/571] Compiling curve25519_64_adx.cc
[493/571] Compiling spake25519.cc
[494/571] Compiling cpu_intel.cc
[495/571] Compiling crypto.cc
[496/571] Compiling cpu_arm_linux.cc
[497/571] Compiling cpu_arm_freebsd.cc
[498/571] Compiling cpu_aarch64_win.cc
[499/571] Compiling curve25519.cc
[500/571] Compiling cpu_aarch64_sysreg.cc
[501/571] Compiling cpu_aarch64_openbsd.cc
[502/571] Compiling cpu_aarch64_linux.cc
[503/571] Compiling cpu_aarch64_fuchsia.cc
[504/571] Compiling cpu_aarch64_apple.cc
[505/571] Compiling conf.cc
[506/571] Compiling get_cipher.cc
[507/571] Compiling tls_cbc.cc
[508/571] Compiling e_rc4.cc
[509/571] Compiling e_tls.cc
[510/571] Compiling e_rc2.cc
[511/571] Compiling e_null.cc
[512/571] Compiling e_des.cc
[513/571] Compiling e_chacha20poly1305.cc
[514/571] Compiling e_aesgcmsiv.cc
[515/571] Compiling derive_key.cc
[516/571] Compiling chacha.cc
[517/571] Compiling e_aesctrhmac.cc
[518/571] Compiling unicode.cc
[519/571] Compiling cbs.cc
[520/571] Compiling cbb.cc
[521/571] Compiling ber.cc
[522/571] Compiling asn1_compat.cc
[523/571] Compiling buf.cc
[524/571] Compiling blake2.cc
[525/571] Compiling socket_helper.cc
[526/571] Compiling bn_asn1.cc
[527/571] Compiling socket.cc
[528/571] Compiling convert.cc
[529/571] Compiling printf.cc
[530/571] Compiling hexdump.cc
[531/571] Compiling pair.cc
[532/571] Compiling file.cc
[533/571] Compiling fd.cc
[534/571] Compiling errno.cc
[535/571] Compiling connect.cc
[536/571] Compiling bio_mem.cc
[537/571] Compiling base64.cc
[538/571] Compiling bio.cc
[539/571] Compiling tasn_typ.cc
[540/571] Compiling tasn_fre.cc
[541/571] Compiling tasn_enc.cc
[542/571] Compiling tasn_utl.cc
[543/571] Compiling tasn_new.cc
[544/571] Compiling posix_time.cc
[545/571] Compiling f_string.cc
[546/571] Compiling f_int.cc
[547/571] Compiling tasn_dec.cc
[548/571] Compiling asn_pack.cc
[549/571] Compiling asn1_par.cc
[550/571] Compiling asn1_lib.cc
[551/571] Compiling a_type.cc
[552/571] Compiling a_utctm.cc
[553/571] Compiling a_time.cc
[554/571] Compiling a_octet.cc
[555/571] Compiling a_strnid.cc
[556/571] Compiling a_strex.cc
[557/571] Compiling a_mbstr.cc
[558/571] Compiling a_object.cc
[559/571] Compiling CCompressZlib empty.c
[560/571] Write sources
[562/571] Compiling a_int.cc
[563/571] Compiling a_i2d_fp.cc
[564/571] Compiling a_dup.cc
[565/571] Compiling a_d2i_fp.cc
[566/580] Compiling a_gentm.cc
[567/590] Compiling a_bitstr.cc
[568/590] Compiling a_bool.cc
[570/640] Compiling AsyncAlgorithms AsyncChunksOfCountOrSignalSequence.swift
[571/640] Compiling AsyncAlgorithms AsyncChunksOfCountSequence.swift
[572/640] Compiling AsyncAlgorithms AsyncChain2Sequence.swift
[573/640] Compiling AsyncAlgorithms AsyncChain3Sequence.swift
[574/640] Compiling AsyncAlgorithms AsyncCompactedSequence.swift
[575/640] Compiling AsyncAlgorithms AsyncExclusiveReductionsSequence.swift
[576/641] Compiling Atomics Unmanaged extensions.swift
[577/641] Compiling AsyncAlgorithms AsyncAdjacentPairsSequence.swift
[578/641] Compiling AsyncAlgorithms AsyncBufferedByteIterator.swift
[581/641] Compiling AsyncAlgorithms AsyncChunkedByGroupSequence.swift
[582/641] Compiling AsyncAlgorithms AsyncChunkedOnProjectionSequence.swift
[583/646] Compiling AsyncAlgorithms AsyncJoinedSequence.swift
[584/646] Compiling AsyncAlgorithms AsyncRemoveDuplicatesSequence.swift
[587/646] Compiling AsyncAlgorithms AsyncInclusiveReductionsSequence.swift
[588/646] Compiling AsyncAlgorithms AsyncJoinedBySeparatorSequence.swift
[589/646] Compiling AsyncAlgorithms AsyncShareSequence.swift
[590/646] Compiling AsyncAlgorithms AsyncSyncSequence.swift
[593/646] Compiling AsyncAlgorithms AsyncThrottleSequence.swift
[594/646] Compiling AsyncAlgorithms AsyncThrowingExclusiveReductionsSequence.swift
[607/646] Compiling AsyncAlgorithms AsyncThrowingInclusiveReductionsSequence.swift
[608/646] Compiling AsyncAlgorithms AsyncTimerSequence.swift
[609/646] Compiling AsyncAlgorithms AsyncBufferSequence.swift
[610/646] Compiling AsyncAlgorithms BoundedBufferStateMachine.swift
[611/646] Compiling AsyncAlgorithms BoundedBufferStorage.swift
[612/646] Compiling AsyncAlgorithms UnboundedBufferStateMachine.swift
[613/646] Compiling AsyncAlgorithms UnboundedBufferStorage.swift
[614/646] Compiling AsyncAlgorithms AsyncChannel.swift
[615/646] Compiling AsyncAlgorithms AsyncThrowingChannel.swift
[616/646] Compiling AsyncAlgorithms ChannelStateMachine.swift
[617/646] Compiling AsyncAlgorithms ChannelStorage.swift
[618/646] Emitting module Atomics
[619/646] Emitting module AsyncAlgorithms
[620/646] Compiling AsyncAlgorithms AsyncCombineLatest2Sequence.swift
[621/646] Compiling AsyncAlgorithms AsyncCombineLatest3Sequence.swift
[622/646] Compiling AsyncAlgorithms CombineLatestStateMachine.swift
[623/646] Compiling AsyncAlgorithms CombineLatestStorage.swift
[624/646] Compiling AsyncAlgorithms AsyncDebounceSequence.swift
[625/646] Compiling AsyncAlgorithms DebounceStateMachine.swift
[626/646] Compiling AsyncAlgorithms DebounceStorage.swift
[627/646] Compiling AsyncAlgorithms Dictionary.swift
[628/646] Compiling AsyncAlgorithms _TinyArray.swift
[629/646] Compiling AsyncAlgorithms AsyncInterspersedSequence.swift
[629/646] Compiling c-nioatomics.c
[631/646] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel+Internal.swift
[632/646] Compiling AsyncAlgorithms MultiProducerSingleConsumerAsyncChannel.swift
[633/646] Compiling AsyncAlgorithms RangeReplaceableCollection.swift
[634/646] Compiling AsyncAlgorithms Rethrow.swift
[635/646] Compiling AsyncAlgorithms SetAlgebra.swift
[636/646] Compiling AsyncAlgorithms Locking.swift
[637/646] Compiling AsyncAlgorithms AsyncMerge2Sequence.swift
[638/646] Compiling AsyncAlgorithms AsyncMerge3Sequence.swift
[639/646] Compiling AsyncAlgorithms MergeStateMachine.swift
[640/646] Compiling AsyncAlgorithms MergeStorage.swift
[641/646] Compiling AsyncAlgorithms UnsafeTransfer.swift
[642/646] Compiling AsyncAlgorithms AsyncZip2Sequence.swift
[643/646] Compiling AsyncAlgorithms AsyncZip3Sequence.swift
[644/646] Compiling AsyncAlgorithms ZipStateMachine.swift
[645/646] Compiling AsyncAlgorithms ZipStorage.swift
[645/655] Compiling c-atomics.c
[647/661] Compiling ServiceLifecycle AsyncGracefulShutdownSequence.swift
[648/661] Compiling ServiceLifecycle ServiceRunnerError.swift
[649/661] Compiling ServiceLifecycle Service.swift
[650/661] Compiling ServiceLifecycle ServiceGroupConfiguration.swift
[651/661] Compiling ServiceLifecycle GracefulShutdown.swift
[652/661] Compiling NIOConcurrencyHelpers lock.swift
[653/661] Compiling NIOConcurrencyHelpers NIOLock.swift
[654/661] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[655/661] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[656/661] Compiling NIOConcurrencyHelpers atomics.swift
[657/661] Emitting module NIOConcurrencyHelpers
[658/661] Compiling ServiceLifecycle AsyncCancelOnGracefulShutdownSequence.swift
[659/661] Compiling ServiceLifecycle CancellationWaiter.swift
[660/661] Emitting module ServiceLifecycle
[661/661] Compiling ServiceLifecycle ServiceGroup.swift
[662/725] Compiling NIOCore GlobalSingletons.swift
[663/725] Compiling NIOCore IO.swift
[664/725] Compiling NIOCore IOData.swift
[665/725] Compiling NIOCore IPProtocol.swift
[666/725] Compiling NIOCore IntegerBitPacking.swift
[667/725] Compiling NIOCore IntegerTypes.swift
[668/725] Compiling NIOCore Interfaces.swift
[669/732] Compiling NIOCore NIOLoopBound.swift
[670/732] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[671/732] Compiling NIOCore NIOScheduledCallback.swift
[672/732] Compiling NIOCore NIOSendable.swift
[673/732] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[674/732] Compiling NIOCore RecvByteBufferAllocator.swift
[675/732] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[676/732] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[677/732] Compiling NIOCore EventLoopFuture+Deprecated.swift
[678/732] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[679/732] Compiling NIOCore EventLoopFuture.swift
[680/732] Compiling NIOCore FileDescriptor.swift
[681/732] Compiling NIOCore FileHandle.swift
[682/732] Compiling NIOCore FileRegion.swift
[683/732] Compiling NIOCore Codec.swift
[684/732] Compiling NIOCore ConvenienceOptionSupport.swift
[685/732] Compiling NIOCore DeadChannel.swift
[686/732] Compiling NIOCore DispatchQueue+WithFuture.swift
[687/732] Compiling NIOCore EventLoop+Deprecated.swift
[688/732] Compiling NIOCore EventLoop+SerialExecutor.swift
[689/732] Compiling NIOCore EventLoop.swift
[690/732] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[691/732] Compiling NIOCore NIOAsyncWriter.swift
[692/732] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[693/732] Compiling NIOCore BSDSocketAPI.swift
[694/732] Compiling NIOCore ByteBuffer-aux.swift
[695/732] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[696/732] Compiling NIOCore ByteBuffer-conversions.swift
[697/732] Compiling NIOCore AddressedEnvelope.swift
[698/732] Compiling NIOCore AsyncAwaitSupport.swift
[699/732] Compiling NIOCore AsyncChannel.swift
[700/732] Compiling NIOCore AsyncChannelHandler.swift
[701/732] Compiling NIOCore AsyncChannelInboundStream.swift
[702/732] Compiling NIOCore AsyncChannelOutboundWriter.swift
[703/732] Compiling NIOCore NIOAsyncSequenceProducer.swift
[704/732] Compiling NIOCore Linux.swift
[705/732] Compiling NIOCore MarkedCircularBuffer.swift
[706/732] Compiling NIOCore MulticastChannel.swift
[707/732] Compiling NIOCore NIOAny.swift
[708/732] Compiling NIOCore NIOCloseOnErrorHandler.swift
[709/732] Compiling NIOCore NIOCoreSendableMetatype.swift
[710/732] Compiling NIOCore NIODecodedAsyncSequence.swift
[711/732] Compiling NIOCore Channel.swift
[712/732] Compiling NIOCore ChannelHandler.swift
[713/732] Compiling NIOCore ChannelHandlers.swift
[714/732] Compiling NIOCore ChannelInvoker.swift
[715/732] Compiling NIOCore ChannelOption.swift
[716/732] Compiling NIOCore ChannelPipeline.swift
[717/732] Compiling NIOCore CircularBuffer.swift
[718/732] Compiling NIOCore SocketAddresses.swift
[719/732] Compiling NIOCore SocketOptionProvider.swift
[720/732] Compiling NIOCore SystemCallHelpers.swift
[721/732] Compiling NIOCore TimeAmount+Duration.swift
[722/732] Compiling NIOCore TypeAssistedChannelHandler.swift
[723/732] Compiling NIOCore UniversalBootstrapSupport.swift
[724/732] Compiling NIOCore Utilities.swift
[725/732] Compiling NIOCore ByteBuffer-core.swift
[726/732] Compiling NIOCore ByteBuffer-hex.swift
[727/732] Compiling NIOCore ByteBuffer-int.swift
[728/732] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[729/732] Compiling NIOCore ByteBuffer-multi-int.swift
[730/732] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[731/732] Compiling NIOCore ByteBuffer-views.swift
[732/732] Emitting module NIOCore
[733/800] Compiling NIOEmbedded Embedded.swift
[734/800] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[735/800] Emitting module NIOEmbedded
[736/800] Compiling NIOEmbedded AsyncTestingChannel.swift
[737/800] Emitting module NIOHTTPTypes
[738/800] Compiling NIOHTTPTypes NIOHTTPTypes.swift
[739/800] Compiling CompressNIO ZlibWrapper.swift
[740/800] Compiling CompressNIO ByteBuffer+zlib+decompress.swift
[741/800] Compiling CompressNIO Compressor.swift
[742/800] Compiling CompressNIO ByteBuffer+zlib+compress.swift
[743/800] Compiling CompressNIO Error.swift
[744/800] Compiling CompressNIO Zlib.swift
[745/800] Compiling CompressNIO ByteBuffer+decompress.swift
[746/800] Compiling CompressNIO CompressionAlgorithm.swift
[747/800] Emitting module CompressNIO
[748/800] Compiling CompressNIO ByteBuffer+compress.swift
[749/800] Compiling NIOPosix System.swift
[750/800] Compiling NIOPosix Thread.swift
[751/800] Compiling NIOPosix ThreadPosix.swift
[752/800] Compiling NIOPosix ThreadWindows.swift
[753/800] Compiling NIOPosix UnsafeTransfer.swift
[754/805] Emitting module NIOPosix
[755/805] Compiling NIOPosix Utilities.swift
[756/805] Compiling NIOPosix VsockAddress.swift
[757/805] Compiling NIOPosix VsockChannelEvents.swift
[758/805] Compiling NIOPosix Windows.swift
[759/805] Compiling NIOPosix resource_bundle_accessor.swift
[760/805] Compiling NIOPosix PosixSingletons.swift
[761/805] Compiling NIOPosix RawSocketBootstrap.swift
[762/805] Compiling NIOPosix Resolver.swift
[763/805] Compiling NIOPosix Selectable.swift
[764/805] Compiling NIOPosix SelectableChannel.swift
[765/805] Compiling NIOPosix SelectableEventLoop.swift
[766/805] Compiling NIOPosix SelectorEpoll.swift
[767/805] Compiling NIOPosix SelectorGeneric.swift
[768/805] Compiling NIOPosix SelectorKqueue.swift
[769/805] Compiling NIOPosix SelectorUring.swift
[770/805] Compiling NIOPosix SelectorWSAPoll.swift
[771/805] Compiling NIOPosix ServerSocket.swift
[772/805] Compiling NIOPosix Socket.swift
[773/805] Compiling NIOPosix SocketChannel.swift
[774/805] Compiling NIOPosix SocketProtocols.swift
[775/805] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[776/805] Compiling NIOPosix BSDSocketAPICommon.swift
[777/805] Compiling NIOPosix BSDSocketAPIPosix.swift
[778/805] Compiling NIOPosix BSDSocketAPIWindows.swift
[779/805] Compiling NIOPosix BaseSocket.swift
[780/805] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[781/805] Compiling NIOPosix BaseSocketChannel.swift
[782/805] Compiling NIOPosix BaseStreamSocketChannel.swift
[783/805] Compiling NIOPosix Bootstrap.swift
[784/805] Compiling NIOPosix ControlMessage.swift
[785/805] Compiling NIOPosix DatagramVectorReadManager.swift
[786/805] Compiling NIOPosix Errors+Any.swift
[787/805] Compiling NIOPosix FileDescriptor.swift
[788/805] Compiling NIOPosix GetaddrinfoResolver.swift
[789/805] Compiling NIOPosix HappyEyeballs.swift
[790/805] Compiling NIOPosix IO.swift
[791/805] Compiling NIOPosix IntegerBitPacking.swift
[792/805] Compiling NIOPosix IntegerTypes.swift
[793/805] Compiling NIOPosix Linux.swift
[794/805] Compiling NIOPosix LinuxCPUSet.swift
[795/805] Compiling NIOPosix LinuxUring.swift
[796/805] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[797/805] Compiling NIOPosix NIOPosixSendableMetatype.swift
[798/805] Compiling NIOPosix NIOThreadPool.swift
[799/805] Compiling NIOPosix NonBlockingFileIO.swift
[800/805] Compiling NIOPosix PendingDatagramWritesManager.swift
[801/805] Compiling NIOPosix PendingWritesManager.swift
[802/805] Compiling NIOPosix PipeChannel.swift
[803/805] Compiling NIOPosix PipePair.swift
[804/805] Compiling NIOPosix Pool.swift
[805/805] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[806/807] Emitting module NIO
[807/807] Compiling NIO Exports.swift
[808/835] Emitting module NIOTLS
[809/835] Compiling NIOTLS TLSEvents.swift
[810/835] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[811/835] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[812/835] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[813/835] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[814/835] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[815/835] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[816/835] Compiling NIOTLS SNIHandler.swift
[817/835] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[818/836] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[819/836] Emitting module NIOFoundationCompat
[820/836] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[821/836] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[822/836] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[823/867] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[824/889] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[825/889] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[826/889] Compiling NIOTransportServices NIOTSListenerChannel.swift
[827/889] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[828/889] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[829/889] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[830/889] Compiling NIOTransportServices NIOTSErrors.swift
[831/889] Compiling NIOTransportServices NIOTSEventLoop.swift
[832/889] Compiling NIOTransportServices StateManagedChannel.swift
[833/889] Compiling NIOTransportServices StateManagedListenerChannel.swift
[834/889] Emitting module NIOHTTP1
[835/889] Compiling NIOTransportServices AcceptHandler.swift
[836/889] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[837/903] Emitting module NIOTransportServices
[838/905] Compiling NIOWebSocket WebSocketOpcode.swift
[839/906] Emitting module NIOSSL
[840/909] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[841/909] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[842/909] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[843/909] Emitting module NIOHTTPTypesHTTP1
[844/909] Compiling NIOHTTPTypesHTTP1 HTTPToHTTP1Codec.swift
[845/909] Compiling NIOHTTPTypesHTTP1 HTTPTypeConversion.swift
[846/909] Compiling NIOHTTPTypesHTTP1 HTTP1ToHTTPCodec.swift
[847/909] Compiling NIOWebSocket SHA1.swift
[848/909] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[849/909] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[850/909] Compiling NIOWebSocket WebSocketErrorCodes.swift
[851/909] Compiling NIOWebSocket WebSocketFrame.swift
[852/909] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[853/909] Emitting module NIOWebSocket
[854/924] Compiling NIOSSL SSLPublicKey.swift
[855/924] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[856/924] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[857/924] Compiling WSCore WebSocketExtension.swift
[858/924] Compiling WSCore WebSocketExtensionBuilder.swift
[859/924] Compiling WSCore WebSocketDataFrame.swift
[860/924] Compiling WSCore WebSocketDataHandler.swift
[861/924] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[862/924] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[863/924] Compiling NIOSSL UniversalBootstrapSupport.swift
[864/924] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[865/924] Compiling NIOSSL resource_bundle_accessor.swift
[866/924] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[867/924] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[868/924] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[872/924] Compiling WSCore String+validatingString.swift
[873/924] Compiling WSCore WebSocketFrameSequence.swift
[875/924] Compiling WSCore WebSocketExtensionHTTPParameters.swift
[876/924] Compiling WSCore WebSocketHandler.swift
[877/924] Compiling WSCore UnsafeTransfer.swift
[878/924] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[879/924] Compiling NIOTransportServices NIOTSSingletons.swift
[880/924] Compiling NIOTransportServices NIOTSBootstraps.swift
[881/924] Compiling NIOTransportServices NIOTSChannelOptions.swift
[882/924] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[884/924] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[885/924] Compiling WSCore WebSocketContext.swift
[887/924] Compiling NIOSSL SSLInit.swift
[888/924] Compiling NIOSSL SSLPKCS12Bundle.swift
[889/924] Compiling NIOSSL SSLPrivateKey.swift
[896/924] Compiling NIOSSL SSLCallbacks.swift
[910/924] Compiling WSCore WebSocketOutboundWriter.swift
[911/925] Compiling WSCore WebSocketStateMachine.swift
[912/925] Compiling WSCore WebSocketInboundStream.swift
[913/925] Compiling WSCore WebSocketMessage.swift
[916/925] Compiling WSCore WebSocketInboundMessageStream.swift
[925/925] Emitting module WSCore
[926/938] Emitting module WSCompression
[927/938] Compiling WSCompression PerMessageDeflateExtension.swift
[928/938] Compiling WSClient WebSocketClientChannel.swift
[929/938] Compiling WSClient WebSocketClientConfiguration.swift
[930/938] Compiling WSClient Exports.swift
[931/938] Compiling WSClient WebSocketClient.swift
[932/939] Compiling WSClient URI.swift
[933/939] Compiling WSClient WebSocketClientError.swift
[934/939] Compiling WSClient Parser.swift
[935/939] Compiling WSClient ClientChannel.swift
[936/939] Compiling WSClient ClientConnection.swift
[937/939] Emitting module WSClient
[938/939] Compiling WSClient TSTLSOptions.swift
[939/939] Compiling WSClient TLSClientChannel.swift
Build complete! (66.27s)
Fetching https://github.com/apple/swift-log.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetching https://github.com/adam-fowler/compress-nio.git
Fetching https://github.com/swift-server/swift-service-lifecycle
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
[1/643] Fetching compress-nio
[169/3211] Fetching compress-nio, swift-service-lifecycle
Fetched https://github.com/adam-fowler/compress-nio.git from cache (1.18s)
Fetching https://github.com/apple/swift-http-types.git from cache
[591/2568] Fetching swift-service-lifecycle
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.25s)
Fetched https://github.com/apple/swift-log.git from cache (1.25s)
Fetched https://github.com/apple/swift-http-types.git from cache (1.02s)
Fetched https://github.com/swift-server/swift-service-lifecycle from cache (2.92s)
Fetched https://github.com/apple/swift-nio-extras.git from cache (2.94s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.94s)
Fetched https://github.com/apple/swift-nio.git from cache (3.00s)
Computing version for https://github.com/adam-fowler/compress-nio.git
Computed https://github.com/adam-fowler/compress-nio.git at 1.4.2 (3.48s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.46s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.94s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.40s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.90.1 (0.60s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (1.34s)
Fetched https://github.com/apple/swift-collections.git from cache (1.58s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.3 (2.09s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.60s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.5.1 (0.42s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.31.0 (0.52s)
Fetching https://github.com/apple/swift-certificates.git
Fetching https://github.com/apple/swift-asn1.git from cache
Fetching https://github.com/apple/swift-async-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
[1/7025] Fetching swift-certificates
[212/12749] Fetching swift-certificates, swift-async-algorithms
Fetched https://github.com/apple/swift-nio-http2.git from cache (1.14s)
Fetched https://github.com/apple/swift-asn1.git from cache (1.16s)
Fetched https://github.com/apple/swift-async-algorithms.git from cache (1.51s)
Fetched https://github.com/apple/swift-certificates.git from cache (1.52s)
Fetched https://github.com/apple/swift-algorithms.git from cache (1.53s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (1.55s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.4 (2.02s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (2.91s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.99s)
Computing version for https://github.com/swift-server/swift-service-lifecycle
Computed https://github.com/swift-server/swift-service-lifecycle at 2.9.1 (1.49s)
Computing version for https://github.com/apple/swift-async-algorithms.git
Computed https://github.com/apple/swift-async-algorithms.git at 1.1.0 (0.52s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.46s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.5.0 (2.56s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.1.1 (0.46s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.6.0 (0.44s)
Computing version for https://github.com/apple/swift-certificates.git
Computed https://github.com/apple/swift-certificates.git at 1.16.0 (0.59s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (1.70s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 4.2.0 (2.77s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.39.0 (0.46s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 4.2.0
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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.3
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.6.0
Creating working copy for https://github.com/apple/swift-certificates.git
Working copy of https://github.com/apple/swift-certificates.git resolved at 1.16.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.1.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.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.39.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.90.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-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.36.0
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.5.1
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.31.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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.4
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.9.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
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" : "/Users/admin/builder/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"
}
Done.