Build Information
Successful build of websocket-kit, reference 1.0.1 (fc2f84
), with Swift 6.1 for Linux on 29 Apr 2025 12:56:45 UTC.
Swift 6 data race errors: 2
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Local-Connectivity-Lab/websocket-kit.git
Reference: 1.0.1
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/Local-Connectivity-Lab/websocket-kit
* tag 1.0.1 -> FETCH_HEAD
HEAD is now at fc2f843 add support for musl platform
Cloned https://github.com/Local-Connectivity-Lab/websocket-kit.git
Revision (git rev-parse @):
fc2f843173e946c3f1b333c6c732dcdec5a47090
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Local-Connectivity-Lab/websocket-kit.git at 1.0.1
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/Local-Connectivity-Lab/websocket-kit.git
https://github.com/Local-Connectivity-Lab/websocket-kit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.73.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.16.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.24.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.16.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
}
],
"manifest_display_name" : "websocket-kit",
"name" : "websocket-kit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "WebSocketKit",
"targets" : [
"WebSocketKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WebSocketKitTests",
"module_type" : "SwiftTarget",
"name" : "WebSocketKitTests",
"path" : "Tests/WebSocketKitTests",
"sources" : [
"AsyncWebSocketKitTests.swift",
"SSLTestHelpers.swift",
"Utilities.swift",
"WebSocketKitTests.swift"
],
"target_dependencies" : [
"WebSocketKit"
],
"type" : "test"
},
{
"c99name" : "WebSocketKit",
"module_type" : "SwiftTarget",
"name" : "WebSocketKit",
"path" : "Sources/WebSocketKit",
"product_dependencies" : [
"NIOCore",
"NIOConcurrencyHelpers",
"NIOExtras",
"NIOFoundationCompat",
"NIOHTTP1",
"NIOSSL",
"NIOWebSocket",
"NIOTransportServices",
"Atomics"
],
"product_memberships" : [
"WebSocketKit"
],
"sources" : [
"Concurrency/WebSocket+Concurrency.swift",
"Exports.swift",
"HTTPUpgradeRequestHandler.swift",
"WebSocket+ChannelOption.swift",
"WebSocket+Connect.swift",
"WebSocket+SocketOptions.swift",
"WebSocket.swift",
"WebSocketClient.swift",
"WebSocketHandler.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-atomics.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
Fetching https://github.com/apple/swift-nio.git
[1/2619] Fetching swift-nio-transport-services
[1311/4324] Fetching swift-nio-transport-services, swift-atomics
[3081/9986] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras
[9987/85513] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-nio
[13009/100306] Fetching swift-nio-transport-services, swift-atomics, swift-nio-extras, swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (1.50s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.52s)
[67948/83808] Fetching swift-nio-transport-services, swift-nio-extras, swift-nio
Fetched https://github.com/apple/swift-nio-extras.git from cache (3.52s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (3.52s)
Fetched https://github.com/apple/swift-nio.git from cache (3.60s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (4.04s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (0.44s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.70s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4364] Fetching swift-system
[4365/20633] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.95s)
Fetched https://github.com/apple/swift-collections.git from cache (0.97s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.38s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.63s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.51s)
Computing version for https://github.com/apple/swift-nio-extras.git
Computed https://github.com/apple/swift-nio-extras.git at 1.26.0 (0.49s)
Fetching https://github.com/apple/swift-nio-http2.git
Fetching https://github.com/apple/swift-http-types.git
Fetching https://github.com/apple/swift-algorithms.git
Fetching https://github.com/apple/swift-http-structured-headers.git
[1/1127] Fetching swift-http-structured-headers
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.23s)
[1/11504] Fetching swift-nio-http2
[1842/17407] Fetching swift-nio-http2, swift-algorithms
[17408/18311] Fetching swift-nio-http2, swift-algorithms, swift-http-types
Fetched https://github.com/apple/swift-http-types.git from cache (0.93s)
Fetched https://github.com/apple/swift-algorithms.git from cache (0.94s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.95s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.40s)
Fetching https://github.com/apple/swift-numerics.git
[1/5674] Fetching swift-numerics
Fetched https://github.com/apple/swift-numerics.git from cache (0.35s)
Computing version for https://github.com/apple/swift-http-structured-headers.git
Computed https://github.com/apple/swift-http-structured-headers.git at 1.2.2 (0.77s)
Computing version for https://github.com/apple/swift-http-types.git
Computed https://github.com/apple/swift-http-types.git at 1.4.0 (0.67s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.47s)
Computing version for https://github.com/apple/swift-nio-http2.git
Computed https://github.com/apple/swift-nio-http2.git at 1.36.0 (0.47s)
Creating working copy for https://github.com/apple/swift-http-structured-headers.git
Working copy of https://github.com/apple/swift-http-structured-headers.git resolved at 1.2.2
Creating working copy for https://github.com/apple/swift-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-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-nio-http2.git
Working copy of https://github.com/apple/swift-nio-http2.git resolved at 1.36.0
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-http-types.git
Working copy of https://github.com/apple/swift-http-types.git resolved at 1.4.0
Creating working copy for https://github.com/apple/swift-nio-extras.git
Working copy of https://github.com/apple/swift-nio-extras.git resolved at 1.26.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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
Building for debugging...
[0/432] Write sources
[14/432] Compiling CNIOWindows WSAStartup.c
[15/432] Compiling CNIOWASI CNIOWASI.c
[16/432] Write sources
[20/432] Compiling CNIOWindows shim.c
[21/432] Compiling CNIOLinux liburing_shims.c
[22/432] Compiling _AtomicsShims.c
[23/432] Compiling CNIODarwin shim.c
[24/432] Compiling CNIOLLHTTP c_nio_http.c
[25/432] Compiling CNIOSHA1 c_nio_sha1.c
[26/432] Compiling CNIOLinux shim.c
[27/432] Compiling CNIOLLHTTP c_nio_api.c
[28/432] Compiling fiat_p256_adx_mul.S
[29/432] Compiling fiat_p256_adx_sqr.S
[30/432] Compiling fiat_curve25519_adx_square.S
[31/432] Compiling fiat_curve25519_adx_mul.S
[32/432] Write swift-version-24593BA9C3E375BF.txt
[33/432] Compiling CNIOLLHTTP c_nio_llhttp.c
[34/432] Compiling CNIOBoringSSLShims shims.c
[35/438] Compiling tls13_enc.cc
[36/438] Compiling tls_record.cc
[37/438] Compiling tls_method.cc
[38/438] Compiling tls13_client.cc
[39/438] Compiling tls13_server.cc
[40/439] Compiling tls13_both.cc
[41/474] Compiling ssl_transcript.cc
[42/474] Compiling ssl_x509.cc
[44/474] Emitting module _NIOBase64
[45/474] Compiling _NIOBase64 Base64.swift
[45/475] Compiling ssl_versions.cc
[47/475] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[48/475] Compiling InternalCollectionsUtilities Specialize.swift
[49/477] Compiling t1_enc.cc
[51/477] Compiling InternalCollectionsUtilities Debugging.swift
[52/477] Compiling InternalCollectionsUtilities Descriptions.swift
[55/477] Compiling InternalCollectionsUtilities _SortedCollection.swift
[56/477] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[57/477] Compiling InternalCollectionsUtilities UInt+reversed.swift
[58/477] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[59/479] Emitting module InternalCollectionsUtilities
[60/479] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[61/479] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[64/479] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[65/479] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[72/479] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[73/479] Compiling InternalCollectionsUtilities Integer rank.swift
[74/479] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[75/479] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[76/479] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[77/479] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[78/479] Compiling Atomics IntegerOperations.swift
[79/479] Compiling Atomics Unmanaged extensions.swift
[80/479] Compiling _NIODataStructures _TinyArray.swift
[81/479] Compiling _NIODataStructures PriorityQueue.swift
[85/480] Emitting module Atomics
[86/480] Emitting module _NIODataStructures
[87/480] Compiling _NIODataStructures Heap.swift
[95/482] Compiling ssl_privkey.cc
[96/482] Compiling ssl_stat.cc
[97/497] Compiling ssl_session.cc
[98/497] Compiling ssl_key_share.cc
[100/497] Compiling DequeModule Deque+CustomReflectable.swift
[101/497] Compiling DequeModule Deque+Descriptions.swift
[101/497] Compiling ssl_lib.cc
[103/499] Compiling DequeModule _DequeBuffer.swift
[104/499] Compiling DequeModule _DequeBufferHeader.swift
[104/499] Compiling ssl_file.cc
[106/499] Compiling DequeModule _DequeSlot.swift
[107/499] Compiling DequeModule _UnsafeWrappedBuffer.swift
[108/499] Compiling DequeModule Deque+Codable.swift
[109/499] Compiling DequeModule Deque+Collection.swift
[110/499] Emitting module DequeModule
[111/499] Compiling DequeModule Deque+Equatable.swift
[112/499] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[113/499] Compiling DequeModule Deque+Testing.swift
[114/499] Compiling DequeModule Deque._Storage.swift
[115/499] Compiling DequeModule Deque+Extras.swift
[116/499] Compiling DequeModule Deque+Hashable.swift
[117/499] Compiling DequeModule Deque._UnsafeHandle.swift
[118/499] Compiling DequeModule Deque.swift
[119/500] Compiling ssl_buffer.cc
[120/500] Compiling ssl_cert.cc
[121/500] Compiling ssl_cipher.cc
[122/500] Compiling ssl_aead_ctx.cc
[123/500] Compiling ssl_asn1.cc
[124/500] Compiling s3_pkt.cc
[125/500] Compiling ssl_credential.cc
[126/500] Compiling s3_both.cc
[127/500] Compiling s3_lib.cc
[128/500] Compiling handshake_client.cc
[129/500] Compiling handshake_server.cc
[130/500] Compiling handoff.cc
[131/500] Compiling handshake.cc
[132/500] Compiling encrypted_client_hello.cc
[133/500] Compiling extensions.cc
[134/500] Compiling dtls_record.cc
[135/500] Compiling md5-x86_64-linux.S
[136/500] Compiling md5-x86_64-apple.S
[137/500] Compiling dtls_method.cc
[138/500] Compiling md5-586-linux.S
[139/500] Compiling md5-586-apple.S
[140/500] Compiling d1_srtp.cc
[141/500] Compiling chacha20_poly1305_x86_64-apple.S
[141/500] Compiling chacha20_poly1305_x86_64-linux.S
[143/500] Compiling chacha20_poly1305_armv8-win.S
[144/500] Compiling d1_pkt.cc
[145/500] Compiling chacha20_poly1305_armv8-linux.S
[145/500] Compiling chacha20_poly1305_armv8-apple.S
[147/500] Compiling chacha-x86_64-linux.S
[148/500] Compiling bio_ssl.cc
[149/500] Compiling err_data.cc
[150/500] Compiling chacha-x86_64-apple.S
[151/500] Compiling chacha-armv8-win.S
[152/500] Compiling chacha-x86-apple.S
[152/500] Compiling chacha-x86-linux.S
[154/500] Compiling chacha-armv8-linux.S
[155/500] Compiling chacha-armv8-apple.S
[156/500] Compiling chacha-armv4-linux.S
[157/500] Compiling aes128gcmsiv-x86_64-apple.S
[158/500] Compiling aes128gcmsiv-x86_64-linux.S
[159/500] Compiling x86_64-mont5-apple.S
[160/500] Compiling x86_64-mont5-linux.S
[161/500] Compiling x86_64-mont-linux.S
[162/500] Compiling x86_64-mont-apple.S
[163/500] Compiling x86-mont-apple.S
[164/500] Compiling vpaes-x86-linux.S
[165/500] Compiling x86-mont-linux.S
[166/500] Compiling vpaes-x86_64-apple.S
[167/500] Compiling vpaes-x86_64-linux.S
[168/500] Compiling vpaes-x86-apple.S
[169/500] Compiling vpaes-armv8-linux.S
[170/500] Compiling vpaes-armv8-win.S
[171/500] Compiling vpaes-armv7-linux.S
[172/500] Compiling vpaes-armv8-apple.S
[173/500] Compiling sha512-x86_64-apple.S
[174/500] Compiling sha512-x86_64-linux.S
[175/500] Compiling sha512-armv8-win.S
[176/500] Compiling sha512-armv8-linux.S
[177/500] Compiling sha512-armv8-apple.S
[178/500] Compiling sha512-armv4-linux.S
[179/500] Compiling sha512-586-linux.S
[180/500] Compiling sha512-586-apple.S
[181/500] Compiling sha256-armv8-linux.S
[182/500] Compiling sha256-armv8-win.S
[183/500] Compiling sha256-x86_64-linux.S
[184/500] Compiling sha256-x86_64-apple.S
[185/500] Compiling sha256-armv8-apple.S
[186/500] Compiling sha256-armv4-linux.S
[187/500] Compiling sha256-586-linux.S
[188/500] Compiling sha256-586-apple.S
[189/500] Compiling sha1-armv8-win.S
[190/500] Compiling sha1-x86_64-apple.S
[191/500] Compiling sha1-armv8-linux.S
[192/500] Compiling d1_lib.cc
[193/500] Compiling sha1-x86_64-linux.S
[194/500] Compiling sha1-armv8-apple.S
[195/500] Compiling sha1-586-linux.S
[196/500] Compiling sha1-armv4-large-linux.S
[197/500] Compiling sha1-586-apple.S
[198/500] Compiling rsaz-avx2-apple.S
[199/500] Compiling rsaz-avx2-linux.S
[200/500] Compiling rdrand-x86_64-linux.S
[201/500] Compiling rdrand-x86_64-apple.S
[202/500] Compiling p256_beeu-armv8-asm-win.S
[203/500] Compiling p256_beeu-x86_64-asm-apple.S
[204/500] Compiling p256_beeu-armv8-asm-apple.S
[205/500] Compiling p256_beeu-armv8-asm-linux.S
[206/500] Compiling p256_beeu-x86_64-asm-linux.S
[207/500] Compiling p256-x86_64-asm-apple.S
[208/500] Compiling p256-x86_64-asm-linux.S
[209/500] Compiling p256-armv8-asm-win.S
[210/500] Compiling p256-armv8-asm-apple.S
[211/500] Compiling d1_both.cc
[212/500] Compiling p256-armv8-asm-linux.S
[213/500] Compiling ghashv8-armv8-win.S
[214/500] Compiling ghashv8-armv8-linux.S
[215/500] Compiling ghashv8-armv7-linux.S
[216/500] Compiling ghashv8-armv8-apple.S
[217/500] Compiling ghash-x86-linux.S
[218/500] Compiling ghash-x86-apple.S
[218/500] Compiling ghash-x86_64-linux.S
[220/500] Compiling ghash-x86_64-apple.S
[221/500] Compiling ghash-ssse3-x86_64-linux.S
[222/500] Compiling ghash-ssse3-x86-linux.S
[223/500] Compiling ghash-ssse3-x86_64-apple.S
[224/500] Compiling ghash-ssse3-x86-apple.S
[225/500] Compiling ghash-neon-armv8-linux.S
[226/500] Compiling ghash-neon-armv8-win.S
[227/500] Compiling co-586-linux.S
[228/500] Compiling ghash-neon-armv8-apple.S
[228/500] Compiling ghash-armv4-linux.S
[230/500] Compiling co-586-apple.S
[231/500] Compiling bn-armv8-win.S
[232/500] Compiling bsaes-armv7-linux.S
[233/500] Compiling bn-armv8-linux.S
[234/500] Compiling bn-586-linux.S
[235/500] Compiling bn-armv8-apple.S
[236/500] Compiling armv8-mont-win.S
[237/500] Compiling bn-586-apple.S
[238/500] Compiling armv8-mont-linux.S
[239/500] Compiling armv8-mont-apple.S
[240/500] Compiling armv4-mont-linux.S
[241/500] Compiling aesv8-gcm-armv8-linux.S
[242/500] Compiling aesv8-gcm-armv8-win.S
[243/500] Compiling aesv8-gcm-armv8-apple.S
[244/500] Compiling aesv8-armv8-linux.S
[244/500] Compiling aesv8-armv8-win.S
[246/500] Compiling aesv8-armv8-apple.S
[247/500] Compiling aesv8-armv7-linux.S
[248/500] Compiling aesni-x86_64-apple.S
[249/500] Compiling aesni-x86_64-linux.S
[250/500] Compiling aesni-x86-linux.S
[251/500] Compiling aesni-x86-apple.S
[252/500] Compiling aesni-gcm-x86_64-linux.S
[253/500] Compiling aesni-gcm-x86_64-apple.S
[254/500] Compiling aes-gcm-avx2-x86_64-apple.S
[255/500] Compiling aes-gcm-avx2-x86_64-linux.S
[256/500] Compiling aes-gcm-avx10-x86_64-apple.S
[257/500] Compiling aes-gcm-avx10-x86_64-linux.S
[258/500] Compiling x_val.cc
[259/500] Compiling x_name.cc
[260/500] Compiling x_spki.cc
[261/500] Compiling x_sig.cc
[262/500] Compiling x_x509.cc
[263/500] Compiling x_x509a.cc
[264/500] Compiling x_req.cc
[265/500] Compiling x_pubkey.cc
[266/500] Compiling x509spki.cc
[267/500] Compiling x509rset.cc
[268/500] Compiling x_exten.cc
[269/500] Compiling x_algor.cc
[270/500] Compiling x_attrib.cc
[271/500] Compiling x_all.cc
[272/500] Compiling x_crl.cc
[273/500] Compiling x509name.cc
[274/500] Compiling x509_vpm.cc
[275/500] Compiling x509_v3.cc
[276/500] Compiling x509_set.cc
[277/500] Compiling x509cset.cc
[278/500] Compiling x509_vfy.cc
[278/500] Compiling x509_txt.cc
[280/500] Compiling x509_trs.cc
[281/500] Compiling x509_req.cc
[282/500] Compiling x509_d2.cc
[283/500] Compiling x509_cmp.cc
[284/500] Compiling x509_def.cc
[285/500] Compiling x509_ext.cc
[286/500] Compiling x509_obj.cc
[287/500] Compiling x509_lu.cc
[288/500] Compiling x509.cc
[289/500] Compiling x509_att.cc
[290/500] Compiling v3_skey.cc
[291/500] Compiling v3_purp.cc
[292/500] Compiling v3_pcons.cc
[293/500] Compiling v3_pmaps.cc
[294/500] Compiling v3_prn.cc
[295/500] Compiling v3_utl.cc
[296/500] Compiling v3_ncons.cc
[297/500] Compiling v3_ocsp.cc
[298/500] Compiling v3_info.cc
[299/500] Compiling v3_lib.cc
[300/500] Compiling v3_int.cc
[301/500] Compiling v3_extku.cc
[302/500] Compiling v3_ia5.cc
[303/500] Compiling v3_genn.cc
[304/500] Compiling v3_enum.cc
[305/500] Compiling v3_crld.cc
[306/500] Compiling v3_bitst.cc
[307/500] Compiling v3_conf.cc
[308/500] Compiling v3_cpols.cc
[309/500] Compiling v3_akey.cc
[310/500] Compiling t_x509a.cc
[311/500] Compiling v3_bcons.cc
[312/500] Compiling v3_alt.cc
[313/500] Compiling v3_akeya.cc
[314/500] Compiling t_x509.cc
[315/500] Compiling i2d_pr.cc
[316/500] Compiling t_req.cc
[317/500] Compiling t_crl.cc
[318/500] Compiling policy.cc
[319/500] Compiling name_print.cc
[320/500] Compiling rsa_pss.cc
[321/500] Compiling by_dir.cc
[322/500] Compiling by_file.cc
[323/500] Compiling asn1_gen.cc
[324/500] Compiling voprf.cc
[325/500] Compiling a_verify.cc
[326/500] Compiling algorithm.cc
[327/500] Compiling a_sign.cc
[328/500] Compiling thread_pthread.cc
[329/500] Compiling a_digest.cc
[330/500] Compiling thread_none.cc
[331/500] Compiling thread.cc
[332/500] Compiling thread_win.cc
[333/500] Compiling pmbtoken.cc
[334/500] Compiling stack.cc
[335/500] Compiling trust_token.cc
[336/500] Compiling sha512.cc
[337/500] Compiling siphash.cc
[338/500] Compiling slhdsa.cc
[339/500] Compiling rsa_print.cc
[340/500] Compiling sha256.cc
[341/500] Compiling sha1.cc
[342/500] Compiling rsa_extra.cc
[343/500] Compiling rsa_crypt.cc
[344/500] Compiling rc4.cc
[345/500] Compiling refcount.cc
[346/500] Compiling spake2plus.cc
[347/500] Compiling windows.cc
[348/500] Compiling urandom.cc
[349/500] Compiling rand.cc
[350/500] Compiling ios.cc
[350/500] Compiling rsa_asn1.cc
[352/500] Compiling passive.cc
[353/500] Compiling trusty.cc
[354/500] Compiling getentropy.cc
[355/500] Compiling poly1305_arm_asm.S
[356/500] Compiling fork_detect.cc
[357/500] Compiling forkunsafe.cc
[358/500] Compiling poly1305.cc
[359/500] Compiling deterministic.cc
[360/500] Compiling poly1305_arm.cc
[361/500] Compiling poly1305_vec.cc
[362/500] Compiling pool.cc
[363/500] Compiling pkcs7.cc
[364/500] Compiling pkcs8.cc
[365/500] Compiling p5_pbev2.cc
[366/500] Compiling pkcs8_x509.cc
[367/500] Compiling pem_xaux.cc
[368/500] Compiling pem_x509.cc
[369/500] Compiling pkcs7_x509.cc
[370/500] Compiling pem_pkey.cc
[371/500] Compiling pem_pk8.cc
[372/500] Compiling pem_oth.cc
[373/500] Compiling pem_info.cc
[374/500] Compiling mlkem.cc
[375/500] Compiling mldsa.cc
[376/500] Compiling obj_xref.cc
[377/500] Compiling pem_lib.cc
[378/500] Compiling obj.cc
[379/500] Compiling mem.cc
[380/500] Compiling md5.cc
[381/500] Compiling fips_shared_support.cc
[382/500] Compiling pem_all.cc
[383/500] Compiling lhash.cc
[384/500] Compiling poly_rq_mul.S
[385/500] Compiling md4.cc
[386/500] Compiling hrss.cc
[387/500] Compiling ex_data.cc
[388/500] Compiling sign.cc
[389/500] Compiling kyber.cc
[390/500] Compiling print.cc
[391/500] Compiling hpke.cc
[392/500] Compiling scrypt.cc
[393/500] Compiling p_x25519.cc
[394/500] Compiling pbkdf.cc
[395/500] Compiling p_rsa_asn1.cc
[396/500] Compiling p_ed25519_asn1.cc
[397/500] Compiling p_x25519_asn1.cc
[398/500] Compiling p_hkdf.cc
[399/500] Compiling p_ed25519.cc
[400/500] Compiling p_ec.cc
[401/500] Compiling p_rsa.cc
[402/500] Compiling p_ec_asn1.cc
[403/500] Compiling evp_ctx.cc
[404/500] Compiling p_dh_asn1.cc
[405/500] Compiling p_dh.cc
[406/500] Compiling evp.cc
[407/500] Compiling err.cc
[408/500] Compiling p_dsa_asn1.cc
[409/500] Compiling evp_asn1.cc
[410/500] Compiling hash_to_curve.cc
[411/500] Compiling engine.cc
[412/500] Compiling ecdh.cc
[413/500] Compiling ecdsa_asn1.cc
[414/500] Compiling ec_derive.cc
[415/500] Compiling dsa.cc
[416/500] Compiling ec_asn1.cc
[417/500] Compiling dsa_asn1.cc
[418/500] Compiling des.cc
[419/500] Compiling x25519-asm-arm.S
[420/500] Compiling params.cc
[421/500] Compiling dh_asn1.cc
[422/500] Compiling digest_extra.cc
[423/500] Compiling crypto.cc
[424/500] Compiling spake25519.cc
[425/500] Compiling bcm.cc
[426/500] Compiling cpu_arm_linux.cc
[427/500] Compiling curve25519.cc
[428/500] Compiling cpu_intel.cc
[429/500] Compiling cpu_aarch64_win.cc
[430/500] Compiling cpu_aarch64_sysreg.cc
[431/500] Compiling cpu_arm_freebsd.cc
[432/500] Compiling cpu_aarch64_fuchsia.cc
[433/500] Compiling cpu_aarch64_openbsd.cc
[434/500] Compiling curve25519_64_adx.cc
[435/500] Compiling cpu_aarch64_linux.cc
[436/500] Compiling cpu_aarch64_apple.cc
[437/500] Compiling get_cipher.cc
[438/500] Compiling conf.cc
[439/500] Compiling e_null.cc
[440/500] Compiling e_rc2.cc
[441/500] Compiling e_tls.cc
[442/500] Compiling tls_cbc.cc
[443/500] Compiling e_des.cc
[444/500] Compiling e_rc4.cc
[445/500] Compiling e_chacha20poly1305.cc
[446/500] Compiling e_aesctrhmac.cc
[447/500] Compiling derive_key.cc
[448/500] Compiling e_aesgcmsiv.cc
[449/500] Compiling chacha.cc
[450/500] Compiling unicode.cc
[451/500] Compiling ber.cc
[452/500] Compiling buf.cc
[453/500] Compiling cbs.cc
[454/500] Compiling asn1_compat.cc
[455/500] Compiling cbb.cc
[456/500] Compiling blake2.cc
[457/500] Compiling bn_asn1.cc
[458/500] Compiling socket.cc
[459/500] Compiling convert.cc
[460/500] Compiling socket_helper.cc
[461/500] Compiling printf.cc
[462/500] Compiling pair.cc
[463/500] Compiling file.cc
[464/500] Compiling errno.cc
[465/500] Compiling hexdump.cc
[466/500] Compiling fd.cc
[466/500] Compiling bio_mem.cc
[466/500] Compiling connect.cc
[466/500] Compiling bio.cc
[466/500] Compiling base64.cc
[466/500] Compiling tasn_typ.cc
[466/500] Compiling tasn_enc.cc
[466/500] Compiling tasn_fre.cc
[466/500] Compiling tasn_new.cc
[466/500] Compiling f_string.cc
[466/500] Compiling posix_time.cc
[466/500] Compiling tasn_utl.cc
[466/500] Compiling f_int.cc
[466/500] Compiling asn_pack.cc
[466/500] Compiling tasn_dec.cc
[466/500] Compiling asn1_par.cc
[466/500] Compiling asn1_lib.cc
[466/500] Compiling a_type.cc
[466/500] Compiling a_utctm.cc
[466/500] Compiling a_time.cc
[466/500] Compiling a_octet.cc
[466/500] Compiling a_strnid.cc
[466/500] Compiling a_strex.cc
[466/500] Compiling a_i2d_fp.cc
[466/500] Compiling a_object.cc
[466/500] Compiling a_dup.cc
[466/500] Compiling a_d2i_fp.cc
[466/500] Compiling a_mbstr.cc
[466/500] Compiling a_int.cc
[466/500] Compiling a_gentm.cc
[496/500] Compiling a_bool.cc
[497/500] Compiling a_bitstr.cc
[498/500] Compiling c-nioatomics.c
[499/500] Compiling c-atomics.c
[501/506] Compiling NIOConcurrencyHelpers NIOLock.swift
[502/506] Emitting module NIOConcurrencyHelpers
[503/506] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[504/506] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[505/506] Compiling NIOConcurrencyHelpers lock.swift
[506/506] Compiling NIOConcurrencyHelpers atomics.swift
[508/566] Compiling NIOCore AddressedEnvelope.swift
[509/566] Compiling NIOCore AsyncAwaitSupport.swift
[510/566] Compiling NIOCore AsyncChannel.swift
[511/566] Compiling NIOCore AsyncChannelHandler.swift
[512/566] Compiling NIOCore AsyncChannelInboundStream.swift
[513/566] Compiling NIOCore AsyncChannelOutboundWriter.swift
[514/566] Compiling NIOCore NIOAsyncSequenceProducer.swift
[515/566] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[516/566] Compiling NIOCore NIOAsyncWriter.swift
[517/574] Compiling NIOCore MarkedCircularBuffer.swift
[518/574] Compiling NIOCore MulticastChannel.swift
[519/574] Compiling NIOCore NIOAny.swift
[520/574] Compiling NIOCore NIOCloseOnErrorHandler.swift
[521/574] Compiling NIOCore NIOLoopBound.swift
[522/574] Compiling NIOCore NIOScheduledCallback.swift
[523/574] Compiling NIOCore NIOSendable.swift
[524/574] Compiling NIOCore RecvByteBufferAllocator.swift
[525/574] Compiling NIOCore GlobalSingletons.swift
[526/574] Compiling NIOCore IO.swift
[527/574] Compiling NIOCore IOData.swift
[528/574] Compiling NIOCore IPProtocol.swift
[529/574] Compiling NIOCore IntegerBitPacking.swift
[530/574] Compiling NIOCore IntegerTypes.swift
[531/574] Compiling NIOCore Interfaces.swift
[532/574] Compiling NIOCore Linux.swift
[533/574] Compiling NIOCore EventLoop.swift
[534/574] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[535/574] Compiling NIOCore EventLoopFuture+Deprecated.swift
[536/574] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[537/574] Compiling NIOCore EventLoopFuture.swift
[538/574] Compiling NIOCore FileDescriptor.swift
[539/574] Compiling NIOCore FileHandle.swift
[540/574] Compiling NIOCore FileRegion.swift
[541/574] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[542/574] Compiling NIOCore SocketAddresses.swift
[543/574] Compiling NIOCore SocketOptionProvider.swift
[544/574] Compiling NIOCore SystemCallHelpers.swift
[545/574] Compiling NIOCore TimeAmount+Duration.swift
[546/574] Compiling NIOCore TypeAssistedChannelHandler.swift
[547/574] Compiling NIOCore UniversalBootstrapSupport.swift
[548/574] Compiling NIOCore Utilities.swift
[549/574] Compiling NIOCore ChannelPipeline.swift
[550/574] Compiling NIOCore CircularBuffer.swift
[551/574] Compiling NIOCore Codec.swift
[552/574] Compiling NIOCore ConvenienceOptionSupport.swift
[553/574] Compiling NIOCore DeadChannel.swift
[554/574] Compiling NIOCore DispatchQueue+WithFuture.swift
[555/574] Compiling NIOCore EventLoop+Deprecated.swift
[556/574] Compiling NIOCore EventLoop+SerialExecutor.swift
[557/574] Compiling NIOCore ByteBuffer-multi-int.swift
[558/574] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[559/574] Compiling NIOCore ByteBuffer-views.swift
[560/574] Compiling NIOCore Channel.swift
[561/574] Compiling NIOCore ChannelHandler.swift
[562/574] Compiling NIOCore ChannelHandlers.swift
[563/574] Compiling NIOCore ChannelInvoker.swift
[564/574] Compiling NIOCore ChannelOption.swift
[565/574] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[566/574] Compiling NIOCore BSDSocketAPI.swift
[567/574] Compiling NIOCore ByteBuffer-aux.swift
[568/574] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[569/574] Compiling NIOCore ByteBuffer-conversions.swift
[570/574] Compiling NIOCore ByteBuffer-core.swift
[571/574] Compiling NIOCore ByteBuffer-hex.swift
[572/574] Compiling NIOCore ByteBuffer-int.swift
[573/574] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[574/574] Emitting module NIOCore
[576/626] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[577/626] Compiling NIOEmbedded AsyncTestingChannel.swift
[578/626] Emitting module NIOEmbedded
[579/626] Compiling NIOEmbedded Embedded.swift
[581/627] Compiling NIOPosix BSDSocketAPICommon.swift
[582/627] Compiling NIOPosix BSDSocketAPIPosix.swift
[583/627] Compiling NIOPosix BSDSocketAPIWindows.swift
[584/627] Compiling NIOPosix BaseSocket.swift
[585/627] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[586/627] Compiling NIOPosix BaseSocketChannel.swift
[587/627] Compiling NIOPosix BaseStreamSocketChannel.swift
[588/633] Compiling NIOPosix IO.swift
[589/633] Compiling NIOPosix IntegerBitPacking.swift
[590/633] Compiling NIOPosix IntegerTypes.swift
[591/633] Compiling NIOPosix Linux.swift
[592/633] Compiling NIOPosix LinuxCPUSet.swift
[593/633] Compiling NIOPosix LinuxUring.swift
[594/633] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[595/633] Compiling NIOPosix PooledRecvBufferAllocator.swift
[596/633] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[597/633] Compiling NIOPosix PosixSingletons.swift
[598/633] Compiling NIOPosix RawSocketBootstrap.swift
[599/633] Compiling NIOPosix Resolver.swift
[600/633] Compiling NIOPosix Selectable.swift
[601/633] Compiling NIOPosix ServerSocket.swift
[602/633] Compiling NIOPosix Socket.swift
[603/633] Compiling NIOPosix SocketChannel.swift
[604/633] Compiling NIOPosix SocketProtocols.swift
[605/633] Compiling NIOPosix System.swift
[606/633] Compiling NIOPosix Thread.swift
[607/633] Compiling NIOPosix NIOThreadPool.swift
[608/633] Compiling NIOPosix NonBlockingFileIO.swift
[609/633] Compiling NIOPosix PendingDatagramWritesManager.swift
[610/633] Compiling NIOPosix PendingWritesManager.swift
[611/633] Compiling NIOPosix PipeChannel.swift
[612/633] Compiling NIOPosix PipePair.swift
[613/633] Compiling NIOPosix Pool.swift
[614/633] Compiling NIOPosix SelectableChannel.swift
[615/633] Compiling NIOPosix SelectableEventLoop.swift
[616/633] Compiling NIOPosix SelectorEpoll.swift
[617/633] Compiling NIOPosix SelectorGeneric.swift
[618/633] Compiling NIOPosix SelectorKqueue.swift
[619/633] Compiling NIOPosix SelectorUring.swift
[620/633] Emitting module NIOPosix
[621/633] Compiling NIOPosix Bootstrap.swift
[622/633] Compiling NIOPosix ControlMessage.swift
[623/633] Compiling NIOPosix DatagramVectorReadManager.swift
[624/633] Compiling NIOPosix Errors+Any.swift
[625/633] Compiling NIOPosix FileDescriptor.swift
[626/633] Compiling NIOPosix GetaddrinfoResolver.swift
[627/633] Compiling NIOPosix HappyEyeballs.swift
[628/633] Compiling NIOPosix ThreadPosix.swift
[629/633] Compiling NIOPosix ThreadWindows.swift
[630/633] Compiling NIOPosix UnsafeTransfer.swift
[631/633] Compiling NIOPosix Utilities.swift
[632/633] Compiling NIOPosix VsockAddress.swift
[633/633] Compiling NIOPosix VsockChannelEvents.swift
[635/636] Compiling NIO Exports.swift
[636/636] Emitting module NIO
[638/664] Compiling NIOTLS TLSEvents.swift
[639/664] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[640/664] Emitting module NIOTLS
[641/664] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[642/664] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[643/664] Compiling NIOTLS SNIHandler.swift
[645/665] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[646/665] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[647/667] Emitting module NIOHTTP1
[648/696] Compiling NIOSSL SSLCallbacks.swift
[649/696] Compiling NIOSSL SSLCertificate.swift
[650/696] Compiling NIOSSL IdentityVerification.swift
[651/696] Compiling NIOSSL LinuxCABundle.swift
[652/696] Compiling NIOSSL NIOSSLHandler.swift
[653/696] Compiling NIOSSL NIOSSLServerHandler.swift
[654/696] Compiling NIOSSL NIOSSLClientHandler.swift
[655/696] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[656/696] Compiling NIOSSL ObjectIdentifier.swift
[657/696] Compiling NIOSSL PosixPort.swift
[658/696] Compiling NIOSSL SSLContext.swift
[659/696] Compiling NIOSSL SSLErrors.swift
[660/696] Compiling NIOSSL AndroidCABundle.swift
[661/696] Compiling NIOSSL ByteBufferBIO.swift
[662/696] Compiling NIOSSL CustomPrivateKey.swift
[664/725] Emitting module NIOSSL
[665/728] Compiling NIOWebSocket WebSocketOpcode.swift
[666/729] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[667/729] Compiling NIOExtras NIOExtrasError.swift
[668/731] Compiling NIOSSL NIOSSLSecureBytes.swift
[669/731] Compiling NIOSSL RNG.swift
[670/731] Compiling NIOSSL SafeCompare.swift
[671/731] Compiling NIOSSL Zeroization.swift
[672/731] Compiling NIOSSL SSLPublicKey.swift
[673/731] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[674/731] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[675/731] Compiling NIOSSL SubjectAlternativeName.swift
[676/731] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[677/731] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[678/731] Compiling NIOExtras NIOLengthFieldBitLength.swift
[679/731] Compiling NIOExtras NIORequestIdentifiable.swift
[680/731] Compiling NIOExtras PCAPRingBuffer.swift
[681/731] Compiling NIOExtras QuiescingHelper.swift
[682/731] Compiling NIOExtras RequestResponseHandler.swift
[683/731] Compiling NIOExtras RequestResponseWithIDHandler.swift
[684/731] Compiling NIOExtras DebugInboundEventsHandler.swift
[685/731] Compiling NIOExtras DebugOutboundEventsHandler.swift
[686/731] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[687/731] Compiling NIOExtras JSONRPCFraming.swift
[690/731] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[691/731] Compiling NIOExtras LengthFieldPrepender.swift
[692/731] Compiling NIOExtras LineBasedFrameDecoder.swift
[696/731] Compiling NIOExtras FixedLengthFrameDecoder.swift
[697/731] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[698/731] Emitting module NIOWebSocket
[699/731] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[700/731] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[701/731] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[702/731] Emitting module NIOFoundationCompat
[703/731] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[704/731] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[707/731] Compiling NIOWebSocket WebSocketErrorCodes.swift
[708/731] Compiling NIOWebSocket WebSocketFrame.swift
[709/733] Emitting module NIOExtras
[711/733] Compiling NIOExtras UnsafeTransfer.swift
[712/733] Compiling NIOExtras WritePCAPHandler.swift
[713/733] Compiling NIOSSL SSLPrivateKey.swift
[725/755] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[726/755] Compiling NIOTransportServices NIOTSSingletons.swift
[727/755] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[728/757] Emitting module NIOTransportServices
[729/757] Compiling NIOTransportServices StateManagedChannel.swift
[730/757] Compiling NIOTransportServices StateManagedListenerChannel.swift
[731/757] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[732/757] Compiling NIOTransportServices NIOTSBootstraps.swift
[733/757] Compiling NIOTransportServices NIOTSChannelOptions.swift
[734/757] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[735/757] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[736/757] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[737/757] Compiling NIOTransportServices NIOTSListenerChannel.swift
[738/757] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[739/757] Compiling NIOTransportServices NIOTSErrors.swift
[740/757] Compiling NIOTransportServices NIOTSEventLoop.swift
[741/757] Compiling NIOTransportServices AcceptHandler.swift
[742/757] Compiling NIOTransportServices NIOTSDatagramBootstrap.swift
[743/757] Compiling NIOTransportServices NIOTSDatagramChannel.swift
[744/757] Compiling NIOTransportServices NIOTSDatagramListener.swift
[745/757] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[746/757] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[747/757] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[748/757] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[756/759] Compiling NIOSSL TLSConfiguration.swift
[757/759] Compiling NIOSSL UniversalBootstrapSupport.swift
[758/759] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[761/769] Compiling WebSocketKit WebSocket+ChannelOption.swift
[762/769] Compiling WebSocketKit WebSocket+Connect.swift
[763/770] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[764/770] Emitting module WebSocketKit
/host/spi-builder-workspace/Sources/WebSocketKit/WebSocketClient.swift:213:85: warning: type 'HTTPUpgradeRequestHandler' does not conform to the 'Sendable' protocol
211 | completionHandler: { _ in
212 | upgradePromise.succeed(())
213 | channel.pipeline.removeHandler(httpUpgradeRequestHandlerBox.value, promise: nil)
| `- warning: type 'HTTPUpgradeRequestHandler' does not conform to the 'Sendable' protocol
214 | }
215 | )
/host/spi-builder-workspace/Sources/WebSocketKit/HTTPUpgradeRequestHandler.swift:4:13: note: class 'HTTPUpgradeRequestHandler' does not conform to the 'Sendable' protocol
2 | import NIOHTTP1
3 |
4 | final class HTTPUpgradeRequestHandler: ChannelInboundHandler, RemovableChannelHandler {
| `- note: class 'HTTPUpgradeRequestHandler' does not conform to the 'Sendable' protocol
5 | typealias InboundIn = HTTPClientResponsePart
6 | typealias OutboundOut = HTTPClientRequestPart
/host/spi-builder-workspace/Sources/WebSocketKit/WebSocketClient.swift:231:44: warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
229 | return channel.pipeline.addHTTPClientHandlers(
230 | leftOverBytesStrategy: .forwardBytes,
231 | withClientUpgrade: config
| `- warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
232 | ).flatMap {
233 | return bindToDevice()
/host/spi-builder-workspace/Sources/WebSocketKit/WebSocketClient.swift:240:82: warning: type 'HTTPUpgradeRequestHandler' does not conform to the 'Sendable' protocol
238 | return channel.eventLoop.makeSucceededVoidFuture()
239 | }.flatMap {
240 | channel.pipeline.addHandler(httpUpgradeRequestHandlerBox.value)
| `- warning: type 'HTTPUpgradeRequestHandler' does not conform to the 'Sendable' protocol
241 | }
242 | }
/host/spi-builder-workspace/Sources/WebSocketKit/HTTPUpgradeRequestHandler.swift:4:13: note: class 'HTTPUpgradeRequestHandler' does not conform to the 'Sendable' protocol
2 | import NIOHTTP1
3 |
4 | final class HTTPUpgradeRequestHandler: ChannelInboundHandler, RemovableChannelHandler {
| `- note: class 'HTTPUpgradeRequestHandler' does not conform to the 'Sendable' protocol
5 | typealias InboundIn = HTTPClientResponsePart
6 | typealias OutboundOut = HTTPClientRequestPart
/host/spi-builder-workspace/Sources/WebSocketKit/WebSocketClient.swift:273:60: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
271 |
272 | proxyEstablishedPromise.futureResult.flatMap {
273 | channel.pipeline.removeHandler(decoder.value)
| `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
274 | }.flatMap {
275 | channel.pipeline.removeHandler(encoder.value)
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:507:1: note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
505 |
506 | @available(*, unavailable)
507 | extension ByteToMessageHandler: Sendable {}
| `- note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
508 |
509 | // MARK: ByteToMessageHandler: Test Helpers
/host/spi-builder-workspace/Sources/WebSocketKit/WebSocketClient.swift:275:60: warning: conformance of 'HTTPRequestEncoder' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
273 | channel.pipeline.removeHandler(decoder.value)
274 | }.flatMap {
275 | channel.pipeline.removeHandler(encoder.value)
| `- warning: conformance of 'HTTPRequestEncoder' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
276 | }.flatMap {
277 | if let maxQueueSize = maxQueueSize {
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOHTTP1/HTTPEncoder.swift:253:1: note: conformance of 'HTTPRequestEncoder' to 'Sendable' has been explicitly marked unavailable here
251 |
252 | @available(*, unavailable)
253 | extension HTTPRequestEncoder: Sendable {}
| `- note: conformance of 'HTTPRequestEncoder' to 'Sendable' has been explicitly marked unavailable here
254 |
255 | /// A `ChannelOutboundHandler` that can serialize HTTP responses.
/host/spi-builder-workspace/Sources/WebSocketKit/WebSocketClient.swift:233:32: warning: capture of 'bindToDevice()' with non-sendable type '() -> EventLoopFuture<Void>' in a '@Sendable' closure
231 | withClientUpgrade: config
232 | ).flatMap {
233 | return bindToDevice()
| |- warning: capture of 'bindToDevice()' with non-sendable type '() -> EventLoopFuture<Void>' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
234 | }.flatMap {
235 | if let maxQueueSize = maxQueueSize {
/host/spi-builder-workspace/Sources/WebSocketKit/WebSocketClient.swift:173:22: warning: concurrently-executed local function 'bindToDevice()' must be marked as '@Sendable'
171 | }
172 |
173 | func bindToDevice() -> EventLoopFuture<Void> {
| `- warning: concurrently-executed local function 'bindToDevice()' must be marked as '@Sendable'
174 | if let device = bindDevice {
175 | #if canImport(Darwin)
/host/spi-builder-workspace/Sources/WebSocketKit/WebSocketClient.swift:282:28: warning: capture of 'bindToDevice()' with non-sendable type '() -> EventLoopFuture<Void>' in a '@Sendable' closure
280 | return channel.eventLoop.makeSucceededVoidFuture()
281 | }.flatMap {
282 | return bindToDevice()
| |- warning: capture of 'bindToDevice()' with non-sendable type '() -> EventLoopFuture<Void>' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
283 | }.whenComplete { result in
284 | switch result {
[765/770] Compiling WebSocketKit WebSocket+Concurrency.swift
[766/770] Compiling WebSocketKit Exports.swift
[767/770] Compiling WebSocketKit WebSocket.swift
[768/770] Compiling WebSocketKit WebSocketHandler.swift
/host/spi-builder-workspace/Sources/WebSocketKit/WebSocketHandler.swift:98:13: warning: conformance of 'NIOWebSocketFrameAggregator' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
96 |
97 | return channel.pipeline.addHandlers([
98 | NIOWebSocketFrameAggregator(
| `- warning: conformance of 'NIOWebSocketFrameAggregator' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
99 | minNonFinalFragmentSize: config.minNonFinalFragmentSize,
100 | maxAccumulatedFrameCount: config.maxAccumulatedFrameCount,
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOWebSocket/NIOWebSocketFrameAggregator.swift:138:1: note: conformance of 'NIOWebSocketFrameAggregator' to 'Sendable' has been explicitly marked unavailable here
136 |
137 | @available(*, unavailable)
138 | extension NIOWebSocketFrameAggregator: Sendable {}
| `- note: conformance of 'NIOWebSocketFrameAggregator' to 'Sendable' has been explicitly marked unavailable here
139 |
/host/spi-builder-workspace/Sources/WebSocketKit/WebSocketHandler.swift:103:13: warning: type 'WebSocketHandler' does not conform to the 'Sendable' protocol
101 | maxAccumulatedFrameSize: config.maxAccumulatedFrameSize
102 | ),
103 | WebSocketHandler(webSocket: webSocket)
| `- warning: type 'WebSocketHandler' does not conform to the 'Sendable' protocol
104 | ]).map { _ in
105 | #if DEBUG
:
125 | }
126 |
127 | private final class WebSocketHandler: ChannelInboundHandler {
| `- note: class 'WebSocketHandler' does not conform to the 'Sendable' protocol
128 | typealias InboundIn = WebSocketFrame
129 | typealias OutboundOut = WebSocketFrame
[769/770] Compiling WebSocketKit WebSocketClient.swift
/host/spi-builder-workspace/Sources/WebSocketKit/WebSocketClient.swift:213:85: warning: type 'HTTPUpgradeRequestHandler' does not conform to the 'Sendable' protocol
211 | completionHandler: { _ in
212 | upgradePromise.succeed(())
213 | channel.pipeline.removeHandler(httpUpgradeRequestHandlerBox.value, promise: nil)
| `- warning: type 'HTTPUpgradeRequestHandler' does not conform to the 'Sendable' protocol
214 | }
215 | )
/host/spi-builder-workspace/Sources/WebSocketKit/HTTPUpgradeRequestHandler.swift:4:13: note: class 'HTTPUpgradeRequestHandler' does not conform to the 'Sendable' protocol
2 | import NIOHTTP1
3 |
4 | final class HTTPUpgradeRequestHandler: ChannelInboundHandler, RemovableChannelHandler {
| `- note: class 'HTTPUpgradeRequestHandler' does not conform to the 'Sendable' protocol
5 | typealias InboundIn = HTTPClientResponsePart
6 | typealias OutboundOut = HTTPClientRequestPart
/host/spi-builder-workspace/Sources/WebSocketKit/WebSocketClient.swift:231:44: warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
229 | return channel.pipeline.addHTTPClientHandlers(
230 | leftOverBytesStrategy: .forwardBytes,
231 | withClientUpgrade: config
| `- warning: type 'any NIOHTTPClientProtocolUpgrader' does not conform to the 'Sendable' protocol
232 | ).flatMap {
233 | return bindToDevice()
/host/spi-builder-workspace/Sources/WebSocketKit/WebSocketClient.swift:240:82: warning: type 'HTTPUpgradeRequestHandler' does not conform to the 'Sendable' protocol
238 | return channel.eventLoop.makeSucceededVoidFuture()
239 | }.flatMap {
240 | channel.pipeline.addHandler(httpUpgradeRequestHandlerBox.value)
| `- warning: type 'HTTPUpgradeRequestHandler' does not conform to the 'Sendable' protocol
241 | }
242 | }
/host/spi-builder-workspace/Sources/WebSocketKit/HTTPUpgradeRequestHandler.swift:4:13: note: class 'HTTPUpgradeRequestHandler' does not conform to the 'Sendable' protocol
2 | import NIOHTTP1
3 |
4 | final class HTTPUpgradeRequestHandler: ChannelInboundHandler, RemovableChannelHandler {
| `- note: class 'HTTPUpgradeRequestHandler' does not conform to the 'Sendable' protocol
5 | typealias InboundIn = HTTPClientResponsePart
6 | typealias OutboundOut = HTTPClientRequestPart
/host/spi-builder-workspace/Sources/WebSocketKit/WebSocketClient.swift:273:60: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
271 |
272 | proxyEstablishedPromise.futureResult.flatMap {
273 | channel.pipeline.removeHandler(decoder.value)
| `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
274 | }.flatMap {
275 | channel.pipeline.removeHandler(encoder.value)
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/Codec.swift:507:1: note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
505 |
506 | @available(*, unavailable)
507 | extension ByteToMessageHandler: Sendable {}
| `- note: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' has been explicitly marked unavailable here
508 |
509 | // MARK: ByteToMessageHandler: Test Helpers
/host/spi-builder-workspace/Sources/WebSocketKit/WebSocketClient.swift:275:60: warning: conformance of 'HTTPRequestEncoder' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
273 | channel.pipeline.removeHandler(decoder.value)
274 | }.flatMap {
275 | channel.pipeline.removeHandler(encoder.value)
| `- warning: conformance of 'HTTPRequestEncoder' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
276 | }.flatMap {
277 | if let maxQueueSize = maxQueueSize {
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOHTTP1/HTTPEncoder.swift:253:1: note: conformance of 'HTTPRequestEncoder' to 'Sendable' has been explicitly marked unavailable here
251 |
252 | @available(*, unavailable)
253 | extension HTTPRequestEncoder: Sendable {}
| `- note: conformance of 'HTTPRequestEncoder' to 'Sendable' has been explicitly marked unavailable here
254 |
255 | /// A `ChannelOutboundHandler` that can serialize HTTP responses.
/host/spi-builder-workspace/Sources/WebSocketKit/WebSocketClient.swift:233:32: warning: capture of 'bindToDevice()' with non-sendable type '() -> EventLoopFuture<Void>' in a '@Sendable' closure
231 | withClientUpgrade: config
232 | ).flatMap {
233 | return bindToDevice()
| |- warning: capture of 'bindToDevice()' with non-sendable type '() -> EventLoopFuture<Void>' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
234 | }.flatMap {
235 | if let maxQueueSize = maxQueueSize {
/host/spi-builder-workspace/Sources/WebSocketKit/WebSocketClient.swift:173:22: warning: concurrently-executed local function 'bindToDevice()' must be marked as '@Sendable'
171 | }
172 |
173 | func bindToDevice() -> EventLoopFuture<Void> {
| `- warning: concurrently-executed local function 'bindToDevice()' must be marked as '@Sendable'
174 | if let device = bindDevice {
175 | #if canImport(Darwin)
/host/spi-builder-workspace/Sources/WebSocketKit/WebSocketClient.swift:282:28: warning: capture of 'bindToDevice()' with non-sendable type '() -> EventLoopFuture<Void>' in a '@Sendable' closure
280 | return channel.eventLoop.makeSucceededVoidFuture()
281 | }.flatMap {
282 | return bindToDevice()
| |- warning: capture of 'bindToDevice()' with non-sendable type '() -> EventLoopFuture<Void>' in a '@Sendable' closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
283 | }.whenComplete { result in
284 | switch result {
[770/770] Compiling WebSocketKit WebSocket+SocketOptions.swift
Build complete! (96.85s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.73.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.16.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.24.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.16.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio-transport-services.git"
},
{
"identity" : "swift-atomics",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-atomics.git"
}
],
"manifest_display_name" : "websocket-kit",
"name" : "websocket-kit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "WebSocketKit",
"targets" : [
"WebSocketKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "WebSocketKitTests",
"module_type" : "SwiftTarget",
"name" : "WebSocketKitTests",
"path" : "Tests/WebSocketKitTests",
"sources" : [
"AsyncWebSocketKitTests.swift",
"SSLTestHelpers.swift",
"Utilities.swift",
"WebSocketKitTests.swift"
],
"target_dependencies" : [
"WebSocketKit"
],
"type" : "test"
},
{
"c99name" : "WebSocketKit",
"module_type" : "SwiftTarget",
"name" : "WebSocketKit",
"path" : "Sources/WebSocketKit",
"product_dependencies" : [
"NIOCore",
"NIOConcurrencyHelpers",
"NIOExtras",
"NIOFoundationCompat",
"NIOHTTP1",
"NIOSSL",
"NIOWebSocket",
"NIOTransportServices",
"Atomics"
],
"product_memberships" : [
"WebSocketKit"
],
"sources" : [
"Concurrency/WebSocket+Concurrency.swift",
"Exports.swift",
"HTTPUpgradeRequestHandler.swift",
"WebSocket+ChannelOption.swift",
"WebSocket+Connect.swift",
"WebSocket+SocketOptions.swift",
"WebSocket.swift",
"WebSocketClient.swift",
"WebSocketHandler.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
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.