Build Information
Successful build of websocket-kit, reference main (fc2f84
), with Swift 6.1 for macOS (SPM) on 29 Apr 2025 13:02:11 UTC.
Swift 6 data race errors: 2
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 .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
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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Local-Connectivity-Lab/websocket-kit
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: macosSpm
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
{
"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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/434] Write sources
[9/434] Copying PrivacyInfo.xcprivacy
[11/434] Write sources
[14/434] Copying PrivacyInfo.xcprivacy
[14/434] Write sources
[19/434] Compiling CNIOWASI CNIOWASI.c
[20/434] Compiling CNIOWindows shim.c
[20/434] Compiling CNIOWindows WSAStartup.c
[22/434] Compiling CNIOLinux shim.c
[23/434] Compiling CNIOLinux liburing_shims.c
[24/434] Write swift-version-2F0A5646E1D333AE.txt
[25/434] Compiling fiat_p256_adx_sqr.S
[26/434] Compiling fiat_p256_adx_mul.S
[27/434] Compiling fiat_curve25519_adx_square.S
[28/458] Compiling CNIOLLHTTP c_nio_http.c
[29/458] Compiling CNIOSHA1 c_nio_sha1.c
[30/458] Compiling _AtomicsShims.c
[31/458] Compiling fiat_curve25519_adx_mul.S
[32/458] Compiling CNIOLLHTTP c_nio_llhttp.c
[33/458] Compiling CNIOLLHTTP c_nio_api.c
[34/458] Compiling CNIODarwin shim.c
[36/458] Emitting module InternalCollectionsUtilities
[37/459] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[38/459] Compiling InternalCollectionsUtilities _SortedCollection.swift
[39/459] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[40/459] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[41/459] Compiling InternalCollectionsUtilities Specialize.swift
[42/459] Compiling InternalCollectionsUtilities Debugging.swift
[43/459] Compiling InternalCollectionsUtilities Descriptions.swift
[43/459] Compiling CNIOBoringSSLShims shims.c
[45/459] Emitting module _NIOBase64
[46/459] Compiling _NIOBase64 Base64.swift
[47/459] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[48/459] Compiling InternalCollectionsUtilities UInt+reversed.swift
[49/459] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[50/459] Compiling InternalCollectionsUtilities Integer rank.swift
[51/459] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[52/459] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[53/459] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[54/459] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[55/459] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[56/459] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[57/459] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[57/459] Compiling tls_record.cc
[58/459] Compiling tls13_enc.cc
[58/459] Compiling tls13_server.cc
[58/459] Compiling tls_method.cc
[58/459] Compiling tls13_client.cc
[62/459] Compiling tls13_both.cc
[64/459] Compiling _NIODataStructures _TinyArray.swift
[65/459] Compiling _NIODataStructures Heap.swift
[65/459] Compiling t1_enc.cc
[67/475] Compiling _NIODataStructures PriorityQueue.swift
[68/475] Emitting module _NIODataStructures
[68/475] Compiling ssl_x509.cc
[70/475] Compiling DequeModule _DequeSlot.swift
[70/476] Compiling ssl_versions.cc
[72/476] Compiling DequeModule Deque+Testing.swift
[73/476] Compiling DequeModule Deque._Storage.swift
[74/476] Compiling DequeModule _DequeBufferHeader.swift
[75/476] Compiling DequeModule _DequeBuffer.swift
[76/476] Compiling DequeModule Deque+Equatable.swift
[77/476] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[78/476] Compiling DequeModule Deque._UnsafeHandle.swift
[79/476] Compiling DequeModule Deque.swift
[80/476] Compiling DequeModule Deque+Extras.swift
[81/476] Compiling DequeModule Deque+Hashable.swift
[82/476] Compiling DequeModule _UnsafeWrappedBuffer.swift
[83/476] Compiling DequeModule Deque+CustomReflectable.swift
[84/476] Compiling DequeModule Deque+Descriptions.swift
[85/476] Compiling DequeModule Deque+Codable.swift
[86/476] Compiling DequeModule Deque+Collection.swift
[86/476] Compiling ssl_transcript.cc
[87/476] Compiling ssl_stat.cc
[89/476] Emitting module DequeModule
[89/476] Compiling ssl_privkey.cc
[90/476] Compiling ssl_session.cc
[91/476] Compiling ssl_key_share.cc
[92/476] Compiling ssl_file.cc
[93/476] Compiling ssl_lib.cc
[94/476] Compiling ssl_credential.cc
[95/476] Compiling ssl_cipher.cc
[96/476] Compiling ssl_buffer.cc
[97/476] Compiling ssl_cert.cc
[98/476] Compiling ssl_aead_ctx.cc
[99/476] Compiling ssl_asn1.cc
[100/476] Compiling s3_pkt.cc
[101/476] Compiling s3_lib.cc
[102/476] Compiling s3_both.cc
[103/476] Compiling handshake_server.cc
[104/476] Compiling handshake_client.cc
[105/476] Compiling handshake.cc
[106/476] Compiling handoff.cc
[107/476] Compiling dtls_method.cc
[108/476] Compiling md5-x86_64-linux.S
[109/476] Compiling dtls_record.cc
[110/476] Compiling encrypted_client_hello.cc
[111/476] Compiling md5-x86_64-apple.S
[112/476] Compiling md5-586-linux.S
[113/476] Compiling d1_srtp.cc
[114/476] Compiling md5-586-apple.S
[115/476] Compiling chacha20_poly1305_x86_64-linux.S
[116/476] Compiling chacha20_poly1305_x86_64-apple.S
[117/476] Compiling d1_pkt.cc
[118/476] Compiling chacha20_poly1305_armv8-win.S
[119/476] Compiling chacha20_poly1305_armv8-linux.S
[120/476] Compiling extensions.cc
[121/476] Compiling chacha-x86_64-linux.S
[122/476] Compiling chacha-x86_64-apple.S
[123/476] Compiling chacha-x86-linux.S
[124/476] Compiling chacha-x86-apple.S
[125/476] Compiling chacha20_poly1305_armv8-apple.S
[126/476] Compiling chacha-armv8-win.S
[127/476] Compiling chacha-armv8-linux.S
[128/476] Compiling bio_ssl.cc
[129/476] Compiling chacha-armv4-linux.S
[130/476] Compiling aes128gcmsiv-x86_64-linux.S
[131/476] Compiling aes128gcmsiv-x86_64-apple.S
[132/476] Compiling x86_64-mont5-linux.S
[133/476] Compiling chacha-armv8-apple.S
[134/476] Compiling x86_64-mont5-apple.S
[135/476] Compiling x86_64-mont-linux.S
[136/476] Compiling x86_64-mont-apple.S
[137/476] Compiling x86-mont-linux.S
[138/476] Compiling x86-mont-apple.S
[139/476] Compiling vpaes-x86_64-apple.S
[140/476] Compiling vpaes-x86_64-linux.S
[141/476] Compiling vpaes-x86-linux.S
[142/476] Compiling d1_lib.cc
[143/476] Compiling vpaes-x86-apple.S
[144/476] Compiling vpaes-armv8-win.S
[145/476] Compiling vpaes-armv8-linux.S
[146/476] Compiling vpaes-armv8-apple.S
[147/476] Compiling err_data.cc
[148/476] Compiling sha512-x86_64-linux.S
[149/476] Compiling vpaes-armv7-linux.S
[150/476] Compiling sha512-x86_64-apple.S
[151/476] Compiling d1_both.cc
[152/476] Compiling sha512-armv8-win.S
[153/476] Compiling sha512-armv8-linux.S
[154/476] Compiling sha512-armv8-apple.S
[155/476] Compiling sha512-armv4-linux.S
[156/476] Compiling sha512-586-apple.S
[157/476] Compiling sha256-x86_64-linux.S
[158/476] Compiling sha512-586-linux.S
[159/476] Compiling sha256-x86_64-apple.S
[160/476] Compiling sha256-armv8-linux.S
[161/476] Compiling sha256-armv8-win.S
[161/476] Compiling sha256-armv4-linux.S
[163/476] Compiling sha256-armv8-apple.S
[164/476] Compiling sha256-586-linux.S
[165/476] Compiling sha256-586-apple.S
[166/476] Compiling sha1-x86_64-linux.S
[167/476] Compiling sha1-x86_64-apple.S
[168/476] Compiling sha1-armv8-linux.S
[169/476] Compiling sha1-armv8-win.S
[170/476] Compiling sha1-armv4-large-linux.S
[171/476] Compiling sha1-586-linux.S
[172/476] Compiling sha1-armv8-apple.S
[173/476] Compiling sha1-586-apple.S
[174/476] Compiling rsaz-avx2-linux.S
[174/476] Compiling rsaz-avx2-apple.S
[176/476] Compiling rdrand-x86_64-apple.S
[176/476] Compiling rdrand-x86_64-linux.S
[178/476] Compiling p256_beeu-x86_64-asm-apple.S
[179/476] Compiling p256_beeu-x86_64-asm-linux.S
[180/476] Compiling p256_beeu-armv8-asm-linux.S
[181/476] Compiling p256_beeu-armv8-asm-apple.S
[182/476] Compiling p256_beeu-armv8-asm-win.S
[183/476] Compiling p256-x86_64-asm-linux.S
[184/476] Compiling p256-x86_64-asm-apple.S
[185/476] Compiling p256-armv8-asm-win.S
[186/476] Compiling p256-armv8-asm-linux.S
[187/476] Compiling p256-armv8-asm-apple.S
[188/476] Compiling ghashv8-armv8-linux.S
[189/476] Compiling ghashv8-armv8-win.S
[190/476] Compiling ghashv8-armv7-linux.S
[191/476] Compiling ghash-x86_64-linux.S
[192/476] Compiling ghashv8-armv8-apple.S
[193/476] Compiling ghash-x86_64-apple.S
[194/476] Compiling ghash-x86-linux.S
[195/476] Compiling ghash-x86-apple.S
[196/476] Compiling ghash-ssse3-x86_64-linux.S
[197/476] Compiling ghash-ssse3-x86-linux.S
[198/476] Compiling ghash-ssse3-x86-apple.S
[199/476] Compiling ghash-ssse3-x86_64-apple.S
[200/476] Compiling ghash-neon-armv8-linux.S
[201/476] Compiling ghash-neon-armv8-win.S
[202/476] Compiling ghash-neon-armv8-apple.S
[203/476] Compiling co-586-apple.S
[204/476] Compiling bsaes-armv7-linux.S
[205/476] Compiling ghash-armv4-linux.S
[205/476] Compiling co-586-linux.S
[207/476] Compiling bn-armv8-win.S
[208/476] Compiling bn-armv8-apple.S
[209/476] Compiling bn-586-linux.S
[210/476] Compiling bn-586-apple.S
[210/476] Compiling bn-armv8-linux.S
[212/476] Compiling armv8-mont-win.S
[213/476] Compiling armv8-mont-linux.S
[214/476] Compiling armv4-mont-linux.S
[215/476] Compiling armv8-mont-apple.S
[216/476] Compiling aesv8-gcm-armv8-win.S
[217/476] Compiling aesv8-gcm-armv8-linux.S
[218/476] Compiling aesv8-armv8-linux.S
[219/476] Compiling aesv8-armv8-win.S
[220/476] Compiling aesv8-armv8-apple.S
[221/476] Compiling aesv8-gcm-armv8-apple.S
[222/476] Compiling aesv8-armv7-linux.S
[223/476] Compiling aesni-x86_64-linux.S
[224/476] Compiling aesni-x86_64-apple.S
[225/476] Compiling aesni-x86-linux.S
[226/476] Compiling aesni-x86-apple.S
[227/476] Compiling aesni-gcm-x86_64-linux.S
[228/476] Compiling aes-gcm-avx2-x86_64-apple.S
[229/476] Compiling aes-gcm-avx2-x86_64-linux.S
[230/476] Compiling aesni-gcm-x86_64-apple.S
[231/476] Compiling aes-gcm-avx10-x86_64-linux.S
[232/476] Compiling aes-gcm-avx10-x86_64-apple.S
[233/476] Compiling x_x509a.cc
[234/476] Compiling x_val.cc
[235/476] Compiling x_x509.cc
[236/476] Compiling x_sig.cc
[237/476] Compiling x_spki.cc
[238/476] Compiling x_req.cc
[239/476] Compiling x_pubkey.cc
[240/476] Compiling x_exten.cc
[241/476] Compiling x_crl.cc
[242/476] Compiling x_name.cc
[243/476] Compiling x_algor.cc
[244/476] Compiling x_attrib.cc
[245/476] Compiling x509spki.cc
[246/476] Compiling x509name.cc
[247/476] Compiling x509rset.cc
[248/476] Compiling x_all.cc
[249/476] Compiling x509cset.cc
[250/476] Compiling x509_vpm.cc
[251/476] Compiling x509_v3.cc
[252/476] Compiling x509_vfy.cc
[253/476] Compiling x509_txt.cc
[254/476] Compiling x509_trs.cc
[255/476] Compiling x509_set.cc
[256/476] Compiling x509_obj.cc
[257/476] Compiling x509_lu.cc
[258/476] Compiling x509_d2.cc
[259/476] Compiling x509_ext.cc
[259/476] Compiling x509_req.cc
[261/476] Compiling x509_def.cc
[262/476] Compiling x509_cmp.cc
[263/476] Compiling x509.cc
[264/476] Compiling x509_att.cc
[265/476] Compiling v3_skey.cc
[266/476] Compiling v3_ocsp.cc
[267/476] Compiling v3_prn.cc
[268/476] Compiling v3_utl.cc
[269/476] Compiling v3_purp.cc
[270/476] Compiling v3_pcons.cc
[271/476] Compiling v3_pmaps.cc
[272/476] Compiling v3_ncons.cc
[273/476] Compiling v3_int.cc
[274/476] Compiling v3_lib.cc
[275/476] Compiling v3_info.cc
[276/476] Compiling v3_ia5.cc
[277/476] Compiling v3_extku.cc
[278/476] Compiling v3_genn.cc
[279/476] Compiling v3_enum.cc
[280/476] Compiling v3_cpols.cc
[281/476] Compiling v3_crld.cc
[282/476] Compiling v3_conf.cc
[283/476] Compiling v3_bitst.cc
[284/476] Compiling v3_bcons.cc
[285/476] Compiling v3_alt.cc
[286/476] Compiling v3_akeya.cc
[287/476] Compiling v3_akey.cc
[288/476] Compiling t_x509a.cc
[289/476] Compiling t_crl.cc
[290/476] Compiling t_x509.cc
[291/476] Compiling t_req.cc
[292/476] Compiling rsa_pss.cc
[293/476] Compiling i2d_pr.cc
[294/476] Compiling name_print.cc
[295/476] Compiling policy.cc
[296/476] Compiling by_file.cc
[297/476] Compiling asn1_gen.cc
[298/476] Compiling by_dir.cc
[299/476] Compiling a_digest.cc
[300/476] Compiling algorithm.cc
[300/476] Compiling a_verify.cc
[302/476] Compiling a_sign.cc
[303/476] Compiling voprf.cc
[304/476] Compiling thread_win.cc
[305/476] Compiling trust_token.cc
[306/476] Compiling thread_pthread.cc
[307/476] Compiling thread_none.cc
[308/476] Compiling thread.cc
[309/476] Compiling pmbtoken.cc
[310/476] Compiling stack.cc
[311/476] Compiling slhdsa.cc
[312/476] Compiling spake2plus.cc
[313/476] Compiling siphash.cc
[314/476] Compiling sha512.cc
[315/476] Compiling sha256.cc
[316/476] Compiling sha1.cc
[317/476] Compiling rsa_extra.cc
[318/476] Compiling rsa_print.cc
[319/476] Compiling rsa_crypt.cc
[320/476] Compiling refcount.cc
[321/476] Compiling rsa_asn1.cc
[322/476] Compiling rc4.cc
[323/476] Compiling windows.cc
[324/476] Compiling urandom.cc
[325/476] Compiling trusty.cc
[326/476] Compiling rand.cc
[327/476] Compiling ios.cc
[328/476] Compiling passive.cc
[329/476] Compiling poly1305_arm_asm.S
[330/476] Compiling getentropy.cc
[331/476] Compiling forkunsafe.cc
[332/476] Compiling deterministic.cc
[333/476] Compiling fork_detect.cc
[334/476] Compiling poly1305_vec.cc
[335/476] Compiling poly1305_arm.cc
[336/476] Compiling poly1305.cc
[337/476] Compiling pool.cc
[338/476] Compiling pkcs8.cc
[339/476] Compiling pkcs7.cc
[340/476] Compiling pkcs8_x509.cc
[341/476] Compiling p5_pbev2.cc
[342/476] Compiling pem_xaux.cc
[343/476] Compiling pkcs7_x509.cc
[344/476] Compiling pem_x509.cc
[345/476] Compiling pem_pkey.cc
[346/476] Compiling pem_pk8.cc
[347/476] Compiling pem_oth.cc
[348/476] Compiling mlkem.cc
[349/476] Compiling obj_xref.cc
[350/476] Compiling pem_info.cc
[351/476] Compiling pem_all.cc
[352/476] Compiling pem_lib.cc
[352/476] Compiling mldsa.cc
[354/476] Compiling fips_shared_support.cc
[355/476] Compiling obj.cc
[356/476] Compiling poly_rq_mul.S
[357/476] Compiling mem.cc
[358/476] Compiling md5.cc
[359/476] Compiling md4.cc
[360/476] Compiling lhash.cc
[361/476] Compiling kyber.cc
[362/476] Compiling ex_data.cc
[363/476] Compiling sign.cc
[364/476] Compiling scrypt.cc
[365/476] Compiling pbkdf.cc
[366/476] Compiling print.cc
[367/476] Compiling hpke.cc
[368/476] Compiling hrss.cc
[369/476] Compiling p_x25519_asn1.cc
[370/476] Compiling p_x25519.cc
[371/476] Compiling p_ed25519.cc
[372/476] Compiling p_rsa_asn1.cc
[373/476] Compiling p_hkdf.cc
[374/476] Compiling p_rsa.cc
[375/476] Compiling p_ec.cc
[376/476] Compiling p_ed25519_asn1.cc
[377/476] Compiling p_ec_asn1.cc
[378/476] Compiling p_dh_asn1.cc
[379/476] Compiling p_dh.cc
[380/476] Compiling p_dsa_asn1.cc
[381/476] Compiling evp_ctx.cc
[382/476] Compiling err.cc
[383/476] Compiling evp.cc
[384/476] Compiling engine.cc
[385/476] Compiling evp_asn1.cc
[386/476] Compiling ecdsa_asn1.cc
[387/476] Compiling ecdh.cc
[388/476] Compiling ec_derive.cc
[389/476] Compiling hash_to_curve.cc
[390/476] Compiling dsa.cc
[391/476] Compiling bcm.cc
[392/476] Compiling dsa_asn1.cc
[393/476] Compiling ec_asn1.cc
[394/476] Compiling x25519-asm-arm.S
[395/476] Compiling params.cc
[396/476] Compiling digest_extra.cc
[397/476] Compiling des.cc
[398/476] Compiling dh_asn1.cc
[399/476] Compiling curve25519_64_adx.cc
[400/476] Compiling spake25519.cc
[401/476] Compiling cpu_intel.cc
[402/476] Compiling crypto.cc
[403/476] Compiling cpu_arm_linux.cc
[404/476] Compiling cpu_arm_freebsd.cc
[405/476] Compiling cpu_aarch64_win.cc
[406/476] Compiling curve25519.cc
[407/476] Compiling cpu_aarch64_sysreg.cc
[408/476] Compiling cpu_aarch64_openbsd.cc
[409/476] Compiling cpu_aarch64_linux.cc
[410/476] Compiling cpu_aarch64_fuchsia.cc
[411/476] Compiling cpu_aarch64_apple.cc
[412/476] Compiling get_cipher.cc
[413/476] Compiling tls_cbc.cc
[414/476] Compiling conf.cc
[415/476] Compiling e_rc4.cc
[416/476] Compiling e_tls.cc
[417/476] Compiling e_rc2.cc
[418/476] Compiling e_null.cc
[419/476] Compiling e_des.cc
[420/476] Compiling e_chacha20poly1305.cc
[421/476] Compiling e_aesgcmsiv.cc
[422/476] Compiling derive_key.cc
[423/476] Compiling e_aesctrhmac.cc
[424/476] Compiling chacha.cc
[425/476] Compiling unicode.cc
[426/476] Compiling cbs.cc
[427/476] Compiling ber.cc
[428/476] Compiling cbb.cc
[429/476] Compiling asn1_compat.cc
[430/476] Compiling buf.cc
[431/476] Compiling blake2.cc
[432/476] Compiling socket_helper.cc
[433/476] Compiling bn_asn1.cc
[434/476] Compiling socket.cc
[435/476] Compiling convert.cc
[436/476] Compiling printf.cc
[437/476] Compiling pair.cc
[438/476] Compiling hexdump.cc
[439/476] Compiling fd.cc
[440/476] Compiling file.cc
[441/476] Compiling errno.cc
[442/476] Compiling connect.cc
[443/476] Compiling bio_mem.cc
[444/476] Compiling base64.cc
[445/476] Compiling bio.cc
[446/476] Compiling tasn_typ.cc
[447/476] Compiling tasn_fre.cc
[448/476] Compiling tasn_enc.cc
[449/476] Compiling tasn_utl.cc
[450/476] Compiling tasn_new.cc
[451/476] Compiling posix_time.cc
[452/476] Compiling f_string.cc
[453/476] Compiling f_int.cc
[454/476] Compiling asn_pack.cc
[455/476] Compiling tasn_dec.cc
[456/476] Compiling asn1_par.cc
[457/476] Compiling asn1_lib.cc
[458/476] Compiling a_utctm.cc
[459/476] Compiling a_type.cc
[460/476] Compiling a_time.cc
[461/476] Compiling a_octet.cc
[462/476] Compiling a_strnid.cc
[463/476] Compiling a_strex.cc
[464/476] Compiling a_mbstr.cc
[465/476] Compiling a_object.cc
[465/476] Write sources
[467/476] Compiling a_int.cc
[468/476] Compiling a_i2d_fp.cc
[469/476] Compiling a_dup.cc
[470/476] Compiling a_d2i_fp.cc
[471/495] Compiling a_gentm.cc
[472/495] Compiling a_bitstr.cc
[473/495] Compiling a_bool.cc
[475/495] Compiling Atomics AtomicMemoryOrderings.swift
[476/495] Compiling Atomics DoubleWord.swift
[477/495] Compiling Atomics ManagedAtomic.swift
[478/495] Compiling Atomics ManagedAtomicLazyReference.swift
[479/495] Compiling Atomics UnsafeAtomic.swift
[480/495] Compiling Atomics UnsafeAtomicLazyReference.swift
[481/495] Compiling Atomics AtomicOptionalWrappable.swift
[482/495] Compiling Atomics AtomicReference.swift
[483/497] Compiling Atomics AtomicStorage.swift
[484/497] Compiling Atomics AtomicValue.swift
[485/497] Compiling Atomics Primitives.shims.swift
[486/497] Compiling Atomics AtomicInteger.swift
[487/497] Compiling Atomics AtomicBool.swift
[488/497] Compiling Atomics IntegerConformances.swift
[489/497] Compiling Atomics IntegerOperations.swift
[490/497] Compiling Atomics Unmanaged extensions.swift
[491/497] Compiling Atomics PointerConformances.swift
[492/497] Compiling Atomics Primitives.native.swift
[493/497] Compiling Atomics OptionalRawRepresentable.swift
[494/497] Compiling Atomics RawRepresentable.swift
[495/497] Emitting module Atomics
[495/497] Compiling c-nioatomics.c
[496/497] Compiling c-atomics.c
[498/503] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[499/503] Compiling NIOConcurrencyHelpers lock.swift
[500/503] Compiling NIOConcurrencyHelpers NIOLock.swift
[501/503] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[502/503] Compiling NIOConcurrencyHelpers atomics.swift
[503/503] Emitting module NIOConcurrencyHelpers
[504/564] Compiling NIOCore GlobalSingletons.swift
[505/564] Compiling NIOCore IO.swift
[506/564] Compiling NIOCore IOData.swift
[507/564] Compiling NIOCore IPProtocol.swift
[508/564] Compiling NIOCore IntegerBitPacking.swift
[509/564] Compiling NIOCore IntegerTypes.swift
[510/570] Compiling NIOCore SocketOptionProvider.swift
[511/570] Compiling NIOCore SystemCallHelpers.swift
[512/570] Compiling NIOCore TimeAmount+Duration.swift
[513/570] Compiling NIOCore TypeAssistedChannelHandler.swift
[514/570] Compiling NIOCore UniversalBootstrapSupport.swift
[515/570] Compiling NIOCore Utilities.swift
[516/570] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[517/570] Compiling NIOCore EventLoopFuture+Deprecated.swift
[518/570] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[519/570] Compiling NIOCore EventLoopFuture.swift
[520/570] Compiling NIOCore FileDescriptor.swift
[521/570] Compiling NIOCore FileHandle.swift
[522/570] Compiling NIOCore FileRegion.swift
[523/570] Compiling NIOCore Codec.swift
[524/570] Compiling NIOCore ConvenienceOptionSupport.swift
[525/570] Compiling NIOCore DeadChannel.swift
[526/570] Compiling NIOCore DispatchQueue+WithFuture.swift
[527/570] Compiling NIOCore EventLoop+Deprecated.swift
[528/570] Compiling NIOCore EventLoop+SerialExecutor.swift
[529/570] Compiling NIOCore EventLoop.swift
[530/570] Compiling NIOCore Interfaces.swift
[531/570] Compiling NIOCore Linux.swift
[532/570] Compiling NIOCore MarkedCircularBuffer.swift
[533/570] Compiling NIOCore MulticastChannel.swift
[534/570] Compiling NIOCore NIOAny.swift
[535/570] Compiling NIOCore NIOCloseOnErrorHandler.swift
[536/570] Compiling NIOCore NIOLoopBound.swift
[537/570] Compiling NIOCore NIOScheduledCallback.swift
[538/570] Compiling NIOCore NIOSendable.swift
[539/570] Compiling NIOCore RecvByteBufferAllocator.swift
[540/570] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[541/570] Compiling NIOCore SocketAddresses.swift
[542/570] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[543/570] Compiling NIOCore NIOAsyncWriter.swift
[544/570] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[545/570] Compiling NIOCore BSDSocketAPI.swift
[546/570] Compiling NIOCore ByteBuffer-aux.swift
[547/570] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[548/570] Compiling NIOCore ByteBuffer-conversions.swift
[549/570] Compiling NIOCore Channel.swift
[550/570] Compiling NIOCore ChannelHandler.swift
[551/570] Compiling NIOCore ChannelHandlers.swift
[552/570] Compiling NIOCore ChannelInvoker.swift
[553/570] Compiling NIOCore ChannelOption.swift
[554/570] Compiling NIOCore ChannelPipeline.swift
[555/570] Compiling NIOCore CircularBuffer.swift
[556/570] Compiling NIOCore AddressedEnvelope.swift
[557/570] Compiling NIOCore AsyncAwaitSupport.swift
[558/570] Compiling NIOCore AsyncChannel.swift
[559/570] Compiling NIOCore AsyncChannelHandler.swift
[560/570] Compiling NIOCore AsyncChannelInboundStream.swift
[561/570] Compiling NIOCore AsyncChannelOutboundWriter.swift
[562/570] Compiling NIOCore NIOAsyncSequenceProducer.swift
[563/570] Compiling NIOCore ByteBuffer-core.swift
[564/570] Compiling NIOCore ByteBuffer-hex.swift
[565/570] Compiling NIOCore ByteBuffer-int.swift
[566/570] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[567/570] Compiling NIOCore ByteBuffer-multi-int.swift
[568/570] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[569/570] Compiling NIOCore ByteBuffer-views.swift
[570/570] Emitting module NIOCore
[571/623] Compiling NIOEmbedded AsyncTestingChannel.swift
[572/623] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[573/623] Compiling NIOEmbedded Embedded.swift
[574/623] Emitting module NIOEmbedded
[575/623] Compiling NIOPosix GetaddrinfoResolver.swift
[576/623] Compiling NIOPosix HappyEyeballs.swift
[577/623] Compiling NIOPosix IO.swift
[578/623] Compiling NIOPosix IntegerBitPacking.swift
[579/623] Compiling NIOPosix IntegerTypes.swift
[580/623] Compiling NIOPosix Linux.swift
[581/628] Compiling NIOPosix PooledRecvBufferAllocator.swift
[582/628] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[583/628] Compiling NIOPosix PosixSingletons.swift
[584/628] Compiling NIOPosix RawSocketBootstrap.swift
[585/628] Compiling NIOPosix Resolver.swift
[586/628] Emitting module NIOPosix
[587/628] Compiling NIOPosix SocketProtocols.swift
[588/628] Compiling NIOPosix System.swift
[589/628] Compiling NIOPosix Thread.swift
[590/628] Compiling NIOPosix ThreadPosix.swift
[591/628] Compiling NIOPosix ThreadWindows.swift
[592/628] Compiling NIOPosix SelectorKqueue.swift
[593/628] Compiling NIOPosix SelectorUring.swift
[594/628] Compiling NIOPosix ServerSocket.swift
[595/628] Compiling NIOPosix Socket.swift
[596/628] Compiling NIOPosix SocketChannel.swift
[597/628] Compiling NIOPosix LinuxCPUSet.swift
[598/628] Compiling NIOPosix LinuxUring.swift
[599/628] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[600/628] Compiling NIOPosix NIOThreadPool.swift
[601/628] Compiling NIOPosix NonBlockingFileIO.swift
[602/628] Compiling NIOPosix BSDSocketAPICommon.swift
[603/628] Compiling NIOPosix BSDSocketAPIPosix.swift
[604/628] Compiling NIOPosix BSDSocketAPIWindows.swift
[605/628] Compiling NIOPosix BaseSocket.swift
[606/628] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[607/628] Compiling NIOPosix BaseSocketChannel.swift
[608/628] Compiling NIOPosix Selectable.swift
[609/628] Compiling NIOPosix SelectableChannel.swift
[610/628] Compiling NIOPosix SelectableEventLoop.swift
[611/628] Compiling NIOPosix SelectorEpoll.swift
[612/628] Compiling NIOPosix SelectorGeneric.swift
[613/628] Compiling NIOPosix PendingDatagramWritesManager.swift
[614/628] Compiling NIOPosix PendingWritesManager.swift
[615/628] Compiling NIOPosix PipeChannel.swift
[616/628] Compiling NIOPosix PipePair.swift
[617/628] Compiling NIOPosix Pool.swift
[618/628] Compiling NIOPosix BaseStreamSocketChannel.swift
[619/628] Compiling NIOPosix Bootstrap.swift
[620/628] Compiling NIOPosix ControlMessage.swift
[621/628] Compiling NIOPosix DatagramVectorReadManager.swift
[622/628] Compiling NIOPosix Errors+Any.swift
[623/628] Compiling NIOPosix FileDescriptor.swift
[624/628] Compiling NIOPosix UnsafeTransfer.swift
[625/628] Compiling NIOPosix Utilities.swift
[626/628] Compiling NIOPosix VsockAddress.swift
[627/628] Compiling NIOPosix VsockChannelEvents.swift
[628/628] Compiling NIOPosix resource_bundle_accessor.swift
[629/630] Compiling NIO Exports.swift
[630/630] Emitting module NIO
[631/658] Compiling NIOTLS TLSEvents.swift
[632/658] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[633/658] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[634/658] Compiling NIOTLS SNIHandler.swift
[635/658] Emitting module NIOTLS
[636/658] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[637/658] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[638/659] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[639/659] Compiling NIOHTTP1 HTTPEncoder.swift
[640/659] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[641/689] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[642/689] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[643/689] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[644/689] Emitting module NIOFoundationCompat
[645/689] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[646/689] Compiling NIOSSL LinuxCABundle.swift
[647/689] Compiling NIOSSL NIOSSLClientHandler.swift
[648/689] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[649/689] Compiling NIOSSL NIOSSLHandler.swift
[650/689] Compiling NIOSSL ObjectIdentifier.swift
[651/689] Compiling NIOSSL PosixPort.swift
[652/689] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[653/711] Emitting module NIOHTTP1
[654/711] Compiling NIOTransportServices NIOTSDatagramListener.swift
[655/711] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[656/711] Compiling NIOTransportServices StateManagedListenerChannel.swift
[657/711] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[658/711] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[659/711] Compiling NIOTransportServices NIOTSListenerChannel.swift
[660/740] Compiling NIOWebSocket WebSocketOpcode.swift
[661/741] Compiling NIOExtras LineBasedFrameDecoder.swift
[662/741] Compiling NIOExtras MarkedCircularBuffer+PopFirstCheckMarked.swift
[663/741] Compiling NIOExtras NIORequestIdentifiable.swift
[664/741] Compiling NIOExtras PCAPRingBuffer.swift
[665/742] Compiling NIOExtras RequestResponseWithIDHandler.swift
[666/742] Compiling NIOExtras UnsafeTransfer.swift
[667/742] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[668/742] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[669/742] Emitting module NIOTransportServices
[670/744] Compiling NIOExtras NIOExtrasError.swift
[671/744] Compiling NIOExtras NIOLengthFieldBitLength.swift
[672/744] Compiling NIOExtras QuiescingHelper.swift
[673/744] Compiling NIOExtras RequestResponseHandler.swift
[674/744] Compiling NIOExtras JSONRPCFraming+ContentLengthHeader.swift
[675/744] Compiling NIOExtras JSONRPCFraming.swift
[676/744] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[677/744] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[678/744] Compiling NIOWebSocket WebSocketErrorCodes.swift
[679/744] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[680/744] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[681/744] Compiling NIOWebSocket SHA1.swift
[682/744] Compiling NIOWebSocket WebSocketFrame.swift
[683/744] Emitting module NIOWebSocket
[684/744] Compiling NIOExtras FixedLengthFrameDecoder.swift
[685/744] Compiling NIOExtras HTTP1ProxyConnectHandler.swift
[686/744] Compiling NIOExtras LengthFieldBasedFrameDecoder.swift
[687/744] Compiling NIOExtras LengthFieldPrepender.swift
[688/744] Emitting module NIOExtras
[689/744] Compiling NIOExtras DebugInboundEventsHandler.swift
[690/744] Compiling NIOExtras DebugOutboundEventsHandler.swift
[694/744] Emitting module NIOSSL
[699/747] Compiling NIOTransportServices NIOTSSingletons.swift
[700/747] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[701/747] Compiling NIOTransportServices StateManagedChannel.swift
[707/747] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[708/747] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[709/747] Compiling NIOSSL SSLInit.swift
[710/747] Compiling NIOSSL SSLPKCS12Bundle.swift
[711/747] Compiling NIOSSL SSLPrivateKey.swift
[725/747] Compiling NIOSSL SubjectAlternativeName.swift
[726/747] Compiling NIOSSL NIOSSLSecureBytes.swift
[727/747] Compiling NIOSSL RNG.swift
[728/747] Compiling NIOSSL UniversalBootstrapSupport.swift
[729/747] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[730/747] Compiling NIOSSL resource_bundle_accessor.swift
[745/747] Compiling NIOExtras WritePCAPHandler.swift
[748/757] Compiling WebSocketKit Exports.swift
[749/757] Compiling WebSocketKit WebSocket+ChannelOption.swift
[750/757] Compiling WebSocketKit WebSocket+Connect.swift
[751/757] Compiling WebSocketKit HTTPUpgradeRequestHandler.swift
[752/757] Compiling WebSocketKit WebSocketHandler.swift
/Users/admin/builder/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,
/Users/admin/builder/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 |
/Users/admin/builder/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
[753/757] Emitting module WebSocketKit
/Users/admin/builder/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 | )
/Users/admin/builder/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
/Users/admin/builder/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()
/Users/admin/builder/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 | }
/Users/admin/builder/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
/Users/admin/builder/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)
/Users/admin/builder/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
/Users/admin/builder/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 {
/Users/admin/builder/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.
/Users/admin/builder/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 {
/Users/admin/builder/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)
/Users/admin/builder/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 {
[754/757] Compiling WebSocketKit WebSocket+Concurrency.swift
[755/757] Compiling WebSocketKit WebSocket+SocketOptions.swift
[756/757] Compiling WebSocketKit WebSocketClient.swift
/Users/admin/builder/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 | )
/Users/admin/builder/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
/Users/admin/builder/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()
/Users/admin/builder/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 | }
/Users/admin/builder/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
/Users/admin/builder/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)
/Users/admin/builder/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
/Users/admin/builder/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 {
/Users/admin/builder/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.
/Users/admin/builder/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 {
/Users/admin/builder/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)
/Users/admin/builder/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 {
[757/757] Compiling WebSocketKit WebSocket.swift
Build complete! (47.49s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/apple/swift-atomics.git from cache
Fetching https://github.com/apple/swift-nio-extras.git from cache
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
Fetched https://github.com/apple/swift-nio-extras.git from cache (1.98s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.98s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.98s)
Fetched https://github.com/apple/swift-nio.git from cache (1.99s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.99s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.54s)
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.50s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (0.72s)
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 (0.75s)
Fetched https://github.com/apple/swift-collections.git from cache (0.76s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.28s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.74s)
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.60s)
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.51s)
Fetching https://github.com/apple/swift-algorithms.git from cache
Fetching https://github.com/apple/swift-http-structured-headers.git from cache
Fetching https://github.com/apple/swift-nio-http2.git from cache
Fetching https://github.com/apple/swift-http-types.git from cache
Fetched https://github.com/apple/swift-algorithms.git from cache (0.58s)
Fetched https://github.com/apple/swift-http-structured-headers.git from cache (0.93s)
Fetched https://github.com/apple/swift-http-types.git from cache (0.93s)
Fetched https://github.com/apple/swift-nio-http2.git from cache (0.94s)
Computing version for https://github.com/apple/swift-algorithms.git
Computed https://github.com/apple/swift-algorithms.git at 1.2.1 (1.54s)
Fetching https://github.com/apple/swift-numerics.git from cache
Fetched https://github.com/apple/swift-numerics.git from cache (0.40s)
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.90s)
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.47s)
Computing version for https://github.com/apple/swift-numerics.git
Computed https://github.com/apple/swift-numerics.git at 1.0.3 (0.60s)
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.49s)
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-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-algorithms.git
Working copy of https://github.com/apple/swift-algorithms.git resolved at 1.2.1
Creating working copy for https://github.com/apple/swift-http-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-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-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.1.4
Creating working copy for https://github.com/apple/swift-nio-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-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-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-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-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-numerics.git
Working copy of https://github.com/apple/swift-numerics.git resolved at 1.0.3
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" : "/Users/admin/builder/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"
}
Done.