Build Information
Successful build of Dribble, reference main (7e82e7
), with Swift 6.1 for Linux on 27 Apr 2025 23:29:04 UTC.
Swift 6 data race errors: 7
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/orlandos-nl/Dribble.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/orlandos-nl/Dribble
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 7e82e7f Merge pull request #2 from needle-tail/main
Cloned https://github.com/orlandos-nl/Dribble.git
Revision (git rev-parse @):
7e82e7fc28f21da4923ecf4b4d4edd7f3d08d87b
SUCCESS checkout https://github.com/orlandos-nl/Dribble.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/orlandos-nl/Dribble.git
https://github.com/orlandos-nl/Dribble.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.60.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
}
],
"manifest_display_name" : "Dribble",
"name" : "Dribble",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Dribble",
"targets" : [
"Dribble"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CLIExample",
"targets" : [
"CLIExample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "DribbleTests",
"module_type" : "SwiftTarget",
"name" : "DribbleTests",
"path" : "Tests/DribbleTests",
"sources" : [
"DribbleTests.swift"
],
"target_dependencies" : [
"Dribble"
],
"type" : "test"
},
{
"c99name" : "Dribble",
"module_type" : "SwiftTarget",
"name" : "Dribble",
"path" : "Sources/Dribble",
"product_dependencies" : [
"NIO",
"_NIOConcurrency",
"NIOFoundationCompat",
"Crypto"
],
"product_memberships" : [
"Dribble",
"CLIExample"
],
"sources" : [
"Errors.swift",
"Heplers.swift",
"STUN.swift",
"StunClient.swift",
"StunInboundHandler.swift",
"TurnAllocation.swift",
"TurnChannels.swift",
"TurnClient.swift"
],
"type" : "library"
},
{
"c99name" : "CLIExample",
"module_type" : "SwiftTarget",
"name" : "CLIExample",
"path" : "Sources/CLIExample",
"product_memberships" : [
"CLIExample"
],
"sources" : [
"CLI.swift"
],
"target_dependencies" : [
"Dribble"
],
"type" : "executable"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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-nio.git
Fetching https://github.com/apple/swift-crypto.git
[1/13784] Fetching swift-crypto
[829/89220] Fetching swift-crypto, swift-nio
Fetched https://github.com/apple/swift-crypto.git from cache (1.51s)
[51297/75436] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (4.63s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.0 (5.46s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-collections.git
Fetching https://github.com/apple/swift-system.git
[1/1705] Fetching swift-atomics
[632/6058] Fetching swift-atomics, swift-system
[6059/22300] Fetching swift-atomics, swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (1.18s)
Fetched https://github.com/apple/swift-atomics.git from cache (1.18s)
Fetched https://github.com/apple/swift-collections.git from cache (1.20s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (1.72s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.52s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.79s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (0.59s)
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-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-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-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 2.6.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.0
Building for debugging...
[0/458] Compiling a_mbstr.c
[1/458] Compiling a_dup.c
[1/458] Write sources
[5/458] Compiling a_gentm.c
[5/458] Compiling a_d2i_fp.c
[7/458] Write sources
[12/458] Compiling a_bool.c
[12/458] Write sources
[19/458] Compiling a_bitstr.c
[20/458] Compiling a_object.c
[21/458] Compiling CNIOWASI CNIOWASI.c
[22/458] Compiling CNIOWindows shim.c
[22/458] Compiling CNIOWindows WSAStartup.c
[22/458] Compiling _AtomicsShims.c
[23/458] Write sources
[26/458] Compiling CNIOLinux liburing_shims.c
[27/458] Compiling a_int.c
[28/458] Compiling CNIODarwin shim.c
[29/458] Compiling fiat_curve25519_adx_square.S
[30/458] Compiling fiat_curve25519_adx_mul.S
[31/458] Compiling CNIOLinux shim.c
[32/458] Write swift-version-24593BA9C3E375BF.txt
[33/458] Compiling v3_utl.c
[34/458] Compiling CCryptoBoringSSLShims shims.c
[35/458] Compiling v3_prn.c
[36/458] Compiling v3_skey.c
[37/458] Compiling v3_purp.c
[38/458] Compiling v3_pmaps.c
[39/465] Compiling v3_ocsp.c
[40/473] Compiling v3_pcons.c
[41/481] Compiling v3_ncons.c
[42/481] Compiling v3_int.c
[43/481] Compiling v3_info.c
[44/481] Compiling v3_lib.c
[45/481] Compiling v3_ia5.c
[46/481] Compiling v3_genn.c
[48/481] Emitting module InternalCollectionsUtilities
[48/483] Compiling v3_extku.c
[49/483] Compiling v3_enum.c
[50/483] Compiling v3_crld.c
[51/483] Compiling v3_conf.c
[52/483] Compiling v3_cpols.c
[53/483] Compiling v3_bcons.c
[54/483] Compiling v3_bitst.c
[55/483] Compiling v3_akey.c
[56/483] Compiling v3_akeya.c
[57/483] Compiling v3_alt.c
[58/483] Compiling x_x509a.c
[59/483] Compiling x_val.c
[60/483] Compiling x_x509.c
[61/483] Compiling c-nioatomics.c
[62/483] Compiling x_spki.c
[63/483] Compiling x_sig.c
[64/483] Compiling x_req.c
[65/483] Compiling x_pubkey.c
[66/483] Compiling x_pkey.c
[67/483] Compiling x_name.c
[68/483] Compiling x_info.c
[69/483] Compiling x_exten.c
[70/483] Compiling c-atomics.c
[71/483] Compiling x_attrib.c
[72/483] Compiling x_crl.c
[73/483] Compiling x_algor.c
[74/483] Compiling x_all.c
[75/483] Compiling x509spki.c
[76/489] Compiling x509rset.c
[77/489] Compiling x509name.c
[78/489] Compiling x509cset.c
[80/489] Compiling _NIODataStructures _TinyArray.swift
[80/489] Compiling x509_vpm.c
[82/489] Compiling _NIODataStructures PriorityQueue.swift
[82/489] Compiling x509_txt.c
[83/489] Compiling x509_vfy.c
[85/489] Compiling InternalCollectionsUtilities Debugging.swift
[86/489] Compiling InternalCollectionsUtilities Descriptions.swift
[87/489] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[88/489] Compiling InternalCollectionsUtilities Specialize.swift
[88/489] Compiling x509_v3.c
[90/489] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[91/489] Compiling InternalCollectionsUtilities Integer rank.swift
[92/489] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[93/489] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[94/489] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[95/489] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[96/489] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[97/489] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[98/489] Compiling InternalCollectionsUtilities _SortedCollection.swift
[99/489] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[100/489] Compiling InternalCollectionsUtilities UInt+reversed.swift
[101/489] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[102/489] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[103/489] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[104/490] Compiling _NIOBase64 Base64.swift
[105/490] Emitting module _NIOBase64
[107/491] Compiling x509_set.c
[108/491] Compiling x509_req.c
[109/491] Compiling x509_trs.c
[110/491] Compiling x509_obj.c
[111/491] Compiling x509_d2.c
[112/491] Compiling x509_def.c
[113/491] Compiling x509_ext.c
[115/491] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[115/491] Compiling x509_lu.c
[117/491] Compiling NIOConcurrencyHelpers atomics.swift
[117/491] Wrapping AST for _NIOBase64 for debugging
[119/491] Emitting module _NIODataStructures
[120/491] Compiling _NIODataStructures Heap.swift
[121/491] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[122/492] Compiling NIOConcurrencyHelpers NIOLock.swift
[123/492] Compiling NIOConcurrencyHelpers lock.swift
[124/492] Emitting module NIOConcurrencyHelpers
[124/493] Compiling x509_att.c
[125/493] Wrapping AST for InternalCollectionsUtilities for debugging
[126/493] Compiling x509_cmp.c
[129/508] Compiling x509.c
[130/508] Compiling t_x509a.c
[131/508] Wrapping AST for _NIODataStructures for debugging
[132/508] Compiling t_x509.c
[133/508] Wrapping AST for NIOConcurrencyHelpers for debugging
[134/508] Compiling t_req.c
[136/508] Compiling DequeModule _DequeBuffer.swift
[137/508] Compiling DequeModule _DequeBufferHeader.swift
[138/510] Compiling DequeModule Deque+CustomReflectable.swift
[139/510] Compiling DequeModule Deque+Descriptions.swift
[139/510] Compiling t_crl.c
[141/510] Compiling DequeModule Deque+Equatable.swift
[142/510] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[142/510] Compiling policy.c
[143/510] Compiling i2d_pr.c
[144/510] Compiling rsa_pss.c
[145/510] Compiling name_print.c
[146/510] Compiling by_dir.c
[148/510] Compiling DequeModule Deque+Extras.swift
[149/510] Compiling DequeModule Deque+Hashable.swift
[149/510] Compiling by_file.c
[150/510] Compiling a_sign.c
[151/510] Compiling voprf.c
[153/510] Compiling DequeModule _DequeSlot.swift
[154/510] Compiling DequeModule _UnsafeWrappedBuffer.swift
[154/510] Compiling trust_token.c
[155/510] Compiling algorithm.c
[156/510] Compiling asn1_gen.c
[157/510] Compiling a_verify.c
[158/510] Compiling thread_win.c
[159/510] Compiling thread.c
[160/510] Compiling a_digest.c
[161/510] Compiling thread_none.c
[162/510] Compiling stack.c
[163/510] Compiling thread_pthread.c
[164/510] Compiling rsa_print.c
[165/510] Compiling pmbtoken.c
[166/510] Compiling siphash.c
[167/510] Compiling rsa_crypt.c
[168/510] Compiling refcount.c
[169/510] Compiling rand_extra.c
[170/510] Compiling rc4.c
[171/510] Compiling windows.c
[172/510] Compiling trusty.c
[173/510] Compiling rsa_asn1.c
[174/510] Compiling ios.c
[175/510] Compiling passive.c
[177/510] Compiling DequeModule Deque+Codable.swift
[178/510] Compiling DequeModule Deque+Collection.swift
[178/510] Compiling forkunsafe.c
[179/510] Compiling getentropy.c
[180/510] Compiling poly1305_arm_asm.S
[181/510] Compiling pool.c
[182/510] Compiling deterministic.c
[184/510] Compiling DequeModule Deque._UnsafeHandle.swift
[185/510] Compiling DequeModule Deque.swift
[186/510] Compiling DequeModule Deque+Testing.swift
[187/510] Compiling DequeModule Deque._Storage.swift
[187/510] Compiling poly1305_arm.c
[189/510] Emitting module DequeModule
[189/510] Compiling poly1305.c
[190/511] Compiling pkcs7.c
[191/511] Compiling poly1305_vec.c
[193/511] Compiling pem_xaux.c
[194/511] Compiling pkcs8.c
[195/511] Compiling pkcs7_x509.c
[196/511] Compiling pkcs8_x509.c
[197/511] Compiling p5_pbev2.c
[198/511] Compiling pem_pkey.c
[199/511] Wrapping AST for DequeModule for debugging
[200/511] Compiling pem_x509.c
[201/511] Compiling obj_xref.c
[201/511] Compiling pem_pk8.c
[203/511] Compiling pem_info.c
[204/511] Compiling lhash.c
[205/511] Compiling pem_all.c
[206/511] Compiling obj.c
[206/511] Compiling mem.c
[208/511] Compiling keccak.c
[209/511] Compiling kyber.c
[210/511] Compiling pem_oth.c
[211/511] Compiling x86_64-mont5-mac.mac.x86_64.S
[212/511] Compiling pem_lib.c
[213/511] Compiling x86_64-mont-mac.mac.x86_64.S
[214/511] Compiling x86_64-mont-linux.linux.x86_64.S
[215/511] Compiling poly_rq_mul.S
[216/511] Compiling x86_64-mont5-linux.linux.x86_64.S
[217/511] Compiling x86-mont-windows.windows.x86.S
[218/511] Compiling x86-mont-linux.linux.x86.S
[219/511] Compiling vpaes-x86_64-mac.mac.x86_64.S
[220/511] Compiling vpaes-x86-windows.windows.x86.S
[221/511] Compiling hpke.c
[222/511] Compiling vpaes-x86_64-linux.linux.x86_64.S
[223/511] Compiling vpaes-armv8-linux.linux.aarch64.S
[224/511] Compiling vpaes-x86-linux.linux.x86.S
[225/511] Compiling vpaes-armv8-ios.ios.aarch64.S
[226/511] Compiling vpaes-armv7-ios.ios.arm.S
[227/511] Compiling vpaes-armv7-linux.linux.arm.S
[228/511] Compiling sha512-x86_64-mac.mac.x86_64.S
[229/511] Compiling sha512-armv8-linux.linux.aarch64.S
[229/511] Compiling hrss.c
[231/511] Compiling sha512-x86_64-linux.linux.x86_64.S
[232/511] Compiling sha512-armv8-ios.ios.aarch64.S
[233/511] Compiling sha512-armv4-linux.linux.arm.S
[234/511] Compiling sha512-armv4-ios.ios.arm.S
[235/511] Compiling sha512-586-windows.windows.x86.S
[236/511] Compiling kdf.c
[237/511] Compiling sha256-x86_64-mac.mac.x86_64.S
[238/511] Compiling sha512-586-linux.linux.x86.S
[239/511] Compiling sha256-armv8-linux.linux.aarch64.S
[240/511] Compiling sha256-armv4-ios.ios.arm.S
[241/511] Compiling sha256-armv8-ios.ios.aarch64.S
[242/511] Compiling sha256-x86_64-linux.linux.x86_64.S
[243/511] Compiling sha1-x86_64-mac.mac.x86_64.S
[244/511] Compiling sha256-armv4-linux.linux.arm.S
[244/511] Compiling sha256-586-linux.linux.x86.S
[246/511] Compiling sha256-586-windows.windows.x86.S
[247/511] Compiling sha1-armv8-linux.linux.aarch64.S
[248/511] Compiling sha1-armv8-ios.ios.aarch64.S
[249/511] Compiling sha1-armv4-large-linux.linux.arm.S
[250/511] Compiling sha1-586-windows.windows.x86.S
[251/511] Compiling sha1-armv4-large-ios.ios.arm.S
[252/511] Compiling sha1-586-linux.linux.x86.S
[253/511] Compiling sha1-x86_64-linux.linux.x86_64.S
[254/511] Compiling sha512.c
[255/511] Compiling rsaz-avx2-mac.mac.x86_64.S
[256/511] Compiling sha256.c
[257/511] Compiling sha1.c
[258/511] Compiling fips.c
[259/511] Compiling service_indicator.c
[260/511] Compiling rsaz-avx2-linux.linux.x86_64.S
[261/511] Compiling self_check.c
[262/511] Compiling rdrand-x86_64-mac.mac.x86_64.S
[263/511] Compiling padding.c
[264/511] Compiling blinding.c
[265/511] Compiling rsa_impl.c
[266/511] Compiling rdrand-x86_64-linux.linux.x86_64.S
[267/511] Compiling rand.c
[268/511] Compiling rsa.c
[269/511] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[270/511] Compiling fork_detect.c
[271/511] Compiling urandom.c
[272/511] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[273/511] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[274/511] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[275/511] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[276/511] Compiling ctrdrbg.c
[277/511] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[278/511] Compiling p256-armv8-asm-linux.linux.aarch64.S
[279/511] Compiling p256-armv8-asm-ios.ios.aarch64.S
[280/511] Compiling polyval.c
[281/511] Compiling gcm_nohw.c
[282/511] Compiling ctr.c
[283/511] Compiling ofb.c
[284/511] Compiling gcm.c
[285/511] Compiling md5-x86_64-mac.mac.x86_64.S
[286/511] Compiling cfb.c
[287/511] Compiling md5-586-windows.windows.x86.S
[288/511] Compiling md5-x86_64-linux.linux.x86_64.S
[289/511] Compiling md5-586-linux.linux.x86.S
[289/511] Compiling cbc.c
[291/511] Compiling md5.c
[292/511] Compiling ghashv8-armv8-linux.linux.aarch64.S
[293/511] Compiling ghashv8-armv8-ios.ios.aarch64.S
[294/511] Compiling ghash-x86_64-mac.mac.x86_64.S
[295/511] Compiling hmac.c
[295/511] Compiling hkdf.c
[297/511] Compiling md4.c
[298/511] Compiling ghashv8-armv7-linux.linux.arm.S
[299/511] Compiling ghashv8-armv7-ios.ios.arm.S
[300/511] Compiling ghash-x86_64-linux.linux.x86_64.S
[301/511] Compiling ghash-x86-windows.windows.x86.S
[302/511] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[303/511] Compiling ghash-x86-linux.linux.x86.S
[304/511] Compiling ghash-ssse3-x86-windows.windows.x86.S
[305/511] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[306/511] Compiling ghash-ssse3-x86-linux.linux.x86.S
[307/511] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[308/511] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[308/511] Compiling fips_shared_support.c
[310/511] Compiling ghash-armv4-linux.linux.arm.S
[311/511] Compiling ghash-armv4-ios.ios.arm.S
[312/511] Compiling util.c
[313/511] Compiling ecdsa.c
[314/511] Compiling ecdh.c
[314/511] Compiling wnaf.c
[316/511] Compiling simple.c
[317/511] Compiling simple_mul.c
[318/511] Compiling scalar.c
[319/511] Compiling p256.c
[320/511] Compiling p224-64.c
[321/511] Compiling ec_montgomery.c
[322/511] Compiling felem.c
[323/511] Compiling oct.c
[324/511] Compiling ec_key.c
[325/511] Compiling digestsign.c
[326/511] Compiling ec.c
[327/511] Compiling digest.c
[328/511] Compiling digests.c
[329/511] Compiling check.c
[330/511] Compiling dh.c
[331/511] Compiling cmac.c
[332/511] Compiling co-586-windows.windows.x86.S
[333/511] Compiling e_aesccm.c
[334/511] Compiling cipher.c
[335/511] Compiling aead.c
[336/511] Compiling co-586-linux.linux.x86.S
[337/511] Compiling p256-nistz.c
[338/511] Compiling e_aes.c
[339/511] Compiling sqrt.c
[340/511] Compiling rsaz_exp.c
[341/511] Compiling shift.c
[342/511] Compiling random.c
[343/511] Compiling montgomery_inv.c
[344/511] Compiling bsaes-armv7-linux.linux.arm.S
[345/511] Compiling mul.c
[345/511] Compiling montgomery.c
[346/511] Compiling prime.c
[348/511] Compiling bsaes-armv7-ios.ios.arm.S
[349/511] Compiling generic.c
[350/511] Compiling jacobi.c
[351/511] Compiling gcd_extra.c
[352/511] Compiling gcd.c
[353/511] Compiling div_extra.c
[354/511] Compiling ctx.c
[355/511] Compiling div.c
[356/511] Compiling exponentiation.c
[357/511] Compiling cmp.c
[358/511] Compiling bytes.c
[359/511] Compiling bn.c
[360/511] Compiling add.c
[360/511] Compiling bn-armv8-linux.linux.aarch64.S
[360/511] Compiling bn-armv8-ios.ios.aarch64.S
[363/511] Compiling bn-586-windows.windows.x86.S
[363/511] Compiling bn-586-linux.linux.x86.S
[363/511] Compiling armv8-mont-linux.linux.aarch64.S
[366/511] Compiling armv8-mont-ios.ios.aarch64.S
[367/511] Compiling x86_64-gcc.c
[368/511] Compiling aesv8-armv7-ios.ios.arm.S
[369/511] Compiling armv4-mont-linux.linux.arm.S
[369/511] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[369/511] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[372/511] Compiling aesv8-armv8-linux.linux.aarch64.S
[372/511] Compiling armv4-mont-ios.ios.arm.S
[374/511] Compiling aesv8-armv8-ios.ios.aarch64.S
[374/511] Compiling aesv8-armv7-linux.linux.arm.S
[376/511] Compiling aesni-x86-windows.windows.x86.S
[377/511] Compiling aesni-x86-linux.linux.x86.S
[378/511] Compiling aesni-x86_64-mac.mac.x86_64.S
[379/511] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[380/511] Compiling aesni-x86_64-linux.linux.x86_64.S
[381/511] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[382/511] Compiling mode_wrappers.c
[383/511] Compiling key_wrap.c
[384/511] Compiling ex_data.c
[385/511] Compiling sign.c
[386/511] Compiling aes.c
[387/511] Compiling scrypt.c
[388/511] Compiling pbkdf.c
[389/511] Compiling p_x25519_asn1.c
[390/511] Compiling p_x25519.c
[391/511] Compiling print.c
[392/511] Compiling aes_nohw.c
[393/511] Compiling p_rsa_asn1.c
[394/511] Compiling p_hkdf.c
[395/511] Compiling p_ed25519.c
[396/511] Compiling p_rsa.c
[397/511] Compiling p_ed25519_asn1.c
[398/511] Compiling p_ec_asn1.c
[399/511] Compiling err_data.c
[400/511] Compiling p_ec.c
[401/511] Compiling evp_ctx.c
[402/511] Compiling p_dsa_asn1.c
[403/511] Compiling err.c
[404/511] Compiling evp.c
[405/511] Compiling engine.c
[406/511] Compiling evp_asn1.c
[407/511] Compiling ecdsa_asn1.c
[408/511] Compiling ecdh_extra.c
[409/511] Compiling ec_derive.c
[410/511] Compiling ec_asn1.c
[411/511] Compiling dsa.c
[412/511] Compiling hash_to_curve.c
[412/511] Compiling dsa_asn1.c
[414/511] Compiling digest_extra.c
[415/511] Compiling dh_asn1.c
[416/511] Compiling params.c
[417/511] Compiling x25519-asm-arm.S
[418/511] Compiling spake25519.c
[419/511] Compiling des.c
[420/511] Compiling cpu_arm_linux.c
[421/511] Compiling crypto.c
[422/511] Compiling cpu_intel.c
[423/511] Compiling cpu_arm_freebsd.c
[424/511] Compiling cpu_aarch64_win.c
[425/511] Compiling cpu_aarch64_openbsd.c
[426/511] Compiling cpu_aarch64_linux.c
[427/511] Compiling cpu_arm.c
[428/511] Compiling cpu_aarch64_sysreg.c
[429/511] Compiling cpu_aarch64_fuchsia.c
[430/511] Compiling cpu_aarch64_apple.c
[431/511] Compiling curve25519.c
[432/511] Compiling tls_cbc.c
[433/511] Compiling conf.c
[434/511] Compiling e_rc4.c
[434/511] Compiling e_tls.c
[436/511] Compiling e_null.c
[437/511] Compiling e_rc2.c
[438/511] Compiling e_des.c
[439/511] Compiling derive_key.c
[440/511] Compiling e_chacha20poly1305.c
[441/511] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[442/511] Compiling e_aesgcmsiv.c
[443/511] Compiling cipher_extra.c
[444/511] Compiling e_aesctrhmac.c
[445/511] Compiling curve25519_64_adx.c
[446/511] Compiling chacha.c
[447/511] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[447/511] Compiling chacha-x86_64-mac.mac.x86_64.S
[449/511] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[449/511] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[449/511] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[452/511] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[453/511] Compiling chacha-x86_64-linux.linux.x86_64.S
[454/511] Compiling chacha-x86-windows.windows.x86.S
[455/511] Compiling chacha-armv4-ios.ios.arm.S
[456/511] Compiling chacha-armv8-linux.linux.aarch64.S
[457/511] Compiling chacha-armv8-ios.ios.aarch64.S
[457/511] Compiling chacha-armv4-linux.linux.arm.S
[459/511] Compiling chacha-x86-linux.linux.x86.S
[460/511] Compiling unicode.c
[461/511] Compiling asn1_compat.c
[462/511] Compiling ber.c
[462/511] Compiling cbb.c
[464/511] Compiling cbs.c
[465/511] Compiling bn_asn1.c
[466/511] Compiling printf.c
[467/511] Compiling buf.c
[468/511] Compiling blake2.c
[469/511] Compiling convert.c
[470/511] Compiling pair.c
[471/511] Compiling hexdump.c
[472/511] Compiling errno.c
[473/511] Compiling file.c
[474/511] Compiling fd.c
[475/511] Compiling base64.c
[476/511] Compiling bio_mem.c
[477/511] Compiling tasn_utl.c
[478/511] Compiling tasn_new.c
[479/511] Compiling bio.c
[480/511] Compiling tasn_typ.c
[481/511] Compiling tasn_fre.c
[482/511] Compiling tasn_enc.c
[483/511] Compiling posix_time.c
[484/511] Compiling f_int.c
[485/511] Compiling asn_pack.c
[486/511] Compiling tasn_dec.c
[487/511] Compiling f_string.c
[487/511] Compiling asn1_par.c
[489/511] Compiling asn1_lib.c
[490/511] Write sources
[491/511] Compiling a_type.c
[492/511] Compiling a_utctm.c
[493/511] Compiling a_time.c
[494/511] Compiling a_strex.c
[495/511] Compiling a_octet.c
[496/511] Compiling a_strnid.c
[497/511] Compiling a_i2d_fp.c
[499/533] Compiling Atomics OptionalRawRepresentable.swift
[500/533] Compiling Atomics RawRepresentable.swift
[501/533] Compiling Atomics AtomicBool.swift
[502/535] Compiling Atomics AtomicMemoryOrderings.swift
[503/535] Compiling Atomics DoubleWord.swift
[504/535] Compiling Atomics AtomicReference.swift
[505/535] Compiling Atomics AtomicStorage.swift
[506/535] Compiling Atomics AtomicValue.swift
[507/535] Compiling Atomics IntegerOperations.swift
[508/535] Compiling Atomics Unmanaged extensions.swift
[509/535] Emitting module Atomics
[510/535] Compiling Atomics UnsafeAtomic.swift
[511/535] Compiling Atomics UnsafeAtomicLazyReference.swift
[512/535] Compiling Atomics ManagedAtomic.swift
[513/535] Compiling Atomics ManagedAtomicLazyReference.swift
[514/535] Compiling Atomics Primitives.shims.swift
[515/535] Compiling Atomics AtomicInteger.swift
[516/535] Compiling Atomics AtomicOptionalWrappable.swift
[517/535] Compiling Atomics IntegerConformances.swift
[518/535] Compiling Atomics PointerConformances.swift
[519/535] Compiling Atomics Primitives.native.swift
[520/536] Wrapping AST for Atomics for debugging
[522/536] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[523/595] Compiling NIOCore MarkedCircularBuffer.swift
[524/595] Compiling NIOCore MulticastChannel.swift
[525/595] Compiling NIOCore NIOAny.swift
[526/595] Compiling NIOCore NIOCloseOnErrorHandler.swift
[527/595] Compiling NIOCore NIOLoopBound.swift
[528/595] Compiling NIOCore NIOScheduledCallback.swift
[529/595] Compiling NIOCore NIOSendable.swift
[530/595] Compiling NIOCore RecvByteBufferAllocator.swift
[531/603] Emitting module CryptoBoringWrapper
[532/603] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[533/604] Wrapping AST for CryptoBoringWrapper for debugging
[535/659] Compiling Crypto AES.swift
[536/659] Compiling Crypto ECDSASignature_boring.swift
[537/659] Compiling Crypto ECDSA_boring.swift
[538/659] Compiling Crypto EdDSA_boring.swift
[539/659] Compiling NIOCore IntegerBitPacking.swift
[540/659] Compiling NIOCore IntegerTypes.swift
[541/659] Compiling NIOCore Interfaces.swift
[542/659] Compiling NIOCore Linux.swift
[543/664] Compiling Crypto CryptoKitErrors_boring.swift
[544/664] Compiling NIOCore SocketAddresses.swift
[545/664] Compiling NIOCore SocketOptionProvider.swift
[546/664] Compiling NIOCore SystemCallHelpers.swift
[547/664] Compiling NIOCore TimeAmount+Duration.swift
[548/664] Compiling NIOCore TypeAssistedChannelHandler.swift
[549/664] Compiling NIOCore UniversalBootstrapSupport.swift
[550/664] Compiling NIOCore Utilities.swift
[551/664] Compiling Crypto AESWrap.swift
[552/664] Compiling Crypto AESWrap_boring.swift
[553/664] Compiling Crypto Ed25519_boring.swift
[554/664] Compiling Crypto EllipticCurvePoint_boring.swift
[555/664] Compiling Crypto EllipticCurve_boring.swift
[556/664] Compiling Crypto NISTCurvesKeys_boring.swift
[557/664] Compiling Crypto X25519Keys_boring.swift
[558/664] Compiling Crypto Curve25519.swift
[559/672] Emitting module Crypto
[560/672] Compiling Crypto ECDSASignature.swift
[561/672] Compiling Crypto PEMDocument.swift
[562/672] Compiling Crypto PKCS8PrivateKey.swift
[563/672] Compiling Crypto SEC1PrivateKey.swift
[564/672] Compiling Crypto SubjectPublicKeyInfo.swift
[565/672] Compiling Crypto CryptoKitErrors.swift
[566/672] Compiling Crypto Digest_boring.swift
[567/672] Compiling Crypto Digest.swift
[568/672] Compiling Crypto Digests.swift
[569/672] Compiling Crypto HashFunctions.swift
[570/672] Compiling Crypto HashFunctions_SHA2.swift
[571/672] Compiling Crypto Insecure.swift
[572/672] Compiling Crypto Insecure_HashFunctions.swift
[573/672] Compiling Crypto ECDH_boring.swift
[574/672] Compiling Crypto DH.swift
[575/672] Compiling Crypto ECDH.swift
[576/672] Compiling Crypto HKDF.swift
[577/672] Compiling Crypto Ed25519.swift
[578/672] Compiling Crypto NISTCurvesKeys.swift
[579/672] Compiling Crypto X25519Keys.swift
[580/672] Compiling Crypto SymmetricKeys.swift
[581/672] Compiling Crypto HMAC.swift
[582/672] Compiling Crypto MACFunctions.swift
[583/672] Compiling Crypto MessageAuthenticationCode.swift
[588/672] Compiling Crypto ECDSA.swift
[589/672] Compiling Crypto EdDSA.swift
[590/672] Compiling Crypto Signature.swift
[591/672] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[593/672] Compiling Crypto ASN1Boolean.swift
[594/672] Compiling Crypto ASN1Identifier.swift
[595/672] Compiling Crypto ASN1Integer.swift
[596/672] Compiling Crypto ASN1Null.swift
[597/672] Compiling Crypto ASN1OctetString.swift
[598/672] Compiling Crypto ASN1Strings.swift
[599/672] Compiling Crypto ArraySliceBigint.swift
[600/672] Compiling Crypto GeneralizedTime.swift
[601/672] Compiling Crypto AES-GCM.swift
[602/672] Compiling Crypto AES-GCM_boring.swift
[603/672] Compiling Crypto ChaChaPoly_boring.swift
[604/672] Compiling Crypto ChaChaPoly.swift
[605/672] Compiling Crypto Cipher.swift
[606/672] Compiling Crypto Nonces.swift
[607/672] Compiling Crypto ASN1.swift
[608/672] Compiling Crypto ASN1Any.swift
[609/672] Compiling Crypto ASN1BitString.swift
[627/672] Compiling Crypto ObjectIdentifier.swift
[628/672] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[629/672] Compiling Crypto RNG_boring.swift
[630/672] Compiling Crypto SafeCompare_boring.swift
[631/672] Compiling Crypto Zeroization_boring.swift
[632/672] Compiling Crypto PrettyBytes.swift
[633/672] Compiling Crypto SafeCompare.swift
[634/672] Compiling Crypto SecureBytes.swift
[635/672] Compiling Crypto Zeroization.swift
[636/673] Wrapping AST for Crypto for debugging
[663/673] Emitting module NIOCore
[664/674] Wrapping AST for NIOCore for debugging
[666/725] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[667/725] Compiling NIOEmbedded AsyncTestingChannel.swift
[668/725] Emitting module NIOEmbedded
[669/725] Compiling NIOEmbedded Embedded.swift
[671/726] Compiling NIOPosix ServerSocket.swift
[672/726] Compiling NIOPosix Socket.swift
[673/726] Compiling NIOPosix SocketChannel.swift
[674/726] Compiling NIOPosix SocketProtocols.swift
[675/726] Compiling NIOPosix System.swift
[676/726] Compiling NIOPosix Thread.swift
[677/732] Compiling NIOPosix PooledRecvBufferAllocator.swift
[678/732] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[679/732] Compiling NIOPosix PosixSingletons.swift
[680/732] Compiling NIOPosix RawSocketBootstrap.swift
[681/732] Compiling NIOPosix Resolver.swift
[682/732] Compiling NIOPosix Selectable.swift
[683/732] Compiling NIOPosix SelectableChannel.swift
[684/732] Compiling NIOPosix SelectableEventLoop.swift
[685/732] Compiling NIOPosix SelectorEpoll.swift
[686/732] Compiling NIOPosix SelectorGeneric.swift
[687/732] Compiling NIOPosix SelectorKqueue.swift
[688/732] Compiling NIOPosix SelectorUring.swift
[689/732] Emitting module NIOPosix
[690/732] Compiling NIOPosix ThreadPosix.swift
[691/732] Compiling NIOPosix ThreadWindows.swift
[692/732] Compiling NIOPosix UnsafeTransfer.swift
[693/732] Compiling NIOPosix Utilities.swift
[694/732] Compiling NIOPosix VsockAddress.swift
[695/732] Compiling NIOPosix VsockChannelEvents.swift
[696/732] Compiling NIOPosix IO.swift
[697/732] Compiling NIOPosix IntegerBitPacking.swift
[698/732] Compiling NIOPosix IntegerTypes.swift
[699/732] Compiling NIOPosix Linux.swift
[700/732] Compiling NIOPosix LinuxCPUSet.swift
[701/732] Compiling NIOPosix LinuxUring.swift
[702/732] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[703/732] Compiling NIOPosix NIOThreadPool.swift
[704/732] Compiling NIOPosix NonBlockingFileIO.swift
[705/732] Compiling NIOPosix PendingDatagramWritesManager.swift
[706/732] Compiling NIOPosix PendingWritesManager.swift
[707/732] Compiling NIOPosix PipeChannel.swift
[708/732] Compiling NIOPosix PipePair.swift
[709/732] Compiling NIOPosix Pool.swift
[710/732] Compiling NIOPosix Bootstrap.swift
[711/732] Compiling NIOPosix ControlMessage.swift
[712/732] Compiling NIOPosix DatagramVectorReadManager.swift
[713/732] Compiling NIOPosix Errors+Any.swift
[714/732] Compiling NIOPosix FileDescriptor.swift
[715/732] Compiling NIOPosix GetaddrinfoResolver.swift
[716/732] Compiling NIOPosix HappyEyeballs.swift
[717/732] Compiling NIOPosix BSDSocketAPICommon.swift
[718/732] Compiling NIOPosix BSDSocketAPIPosix.swift
[719/732] Compiling NIOPosix BSDSocketAPIWindows.swift
[720/732] Compiling NIOPosix BaseSocket.swift
[721/732] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[722/732] Compiling NIOPosix BaseSocketChannel.swift
[723/732] Compiling NIOPosix BaseStreamSocketChannel.swift
[724/733] Wrapping AST for NIOEmbedded for debugging
[725/733] Wrapping AST for NIOPosix for debugging
[727/735] Emitting module NIO
[728/735] Compiling NIO Exports.swift
[729/736] Wrapping AST for NIO for debugging
[731/743] Emitting module _NIOConcurrency
[732/743] Compiling _NIOConcurrency Empty.swift
[734/744] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[735/744] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[736/744] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[737/744] Emitting module NIOFoundationCompat
[738/744] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[738/745] Wrapping AST for _NIOConcurrency for debugging
[740/745] Wrapping AST for NIOFoundationCompat for debugging
[742/753] Compiling Dribble StunClient.swift
/host/spi-builder-workspace/Sources/Dribble/StunClient.swift:21:21: warning: type 'EnvelopToByteBufferConverter' does not conform to the 'Sendable' protocol
19 | .channelInitializer { channel in
20 | channel.pipeline.addHandlers(
21 | EnvelopToByteBufferConverter { _ in
| `- warning: type 'EnvelopToByteBufferConverter' does not conform to the 'Sendable' protocol
22 | _ = channel.close()
23 | },
/host/spi-builder-workspace/Sources/Dribble/Heplers.swift:3:13: note: class 'EnvelopToByteBufferConverter' does not conform to the 'Sendable' protocol
1 | import NIO
2 |
3 | final class EnvelopToByteBufferConverter: ChannelInboundHandler {
| `- note: class 'EnvelopToByteBufferConverter' does not conform to the 'Sendable' protocol
4 | public typealias InboundIn = AddressedEnvelope<ByteBuffer>
5 | public typealias InboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/Dribble/StunClient.swift:24:21: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
22 | _ = channel.close()
23 | },
24 | ByteToMessageHandler(StunParser()),
| `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
25 | sender
26 | )
/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/Dribble/StunClient.swift:25:21: warning: type 'StunInboundHandler' does not conform to the 'Sendable' protocol
23 | },
24 | ByteToMessageHandler(StunParser()),
25 | sender
| `- warning: type 'StunInboundHandler' does not conform to the 'Sendable' protocol
26 | )
27 | }.bind(
/host/spi-builder-workspace/Sources/Dribble/StunInboundHandler.swift:9:13: note: class 'StunInboundHandler' does not conform to the 'Sendable' protocol
7 | }
8 |
9 | final class StunInboundHandler: ChannelInboundHandler, StunMessageSender {
| `- note: class 'StunInboundHandler' does not conform to the 'Sendable' protocol
10 | public typealias InboundIn = StunMessage
11 | public typealias OutboundOut = AddressedEnvelope<ByteBuffer>
/host/spi-builder-workspace/Sources/Dribble/StunClient.swift:25:21: warning: capture of 'sender' with non-sendable type 'StunInboundHandler' in a '@Sendable' closure
23 | },
24 | ByteToMessageHandler(StunParser()),
25 | sender
| `- warning: capture of 'sender' with non-sendable type 'StunInboundHandler' in a '@Sendable' closure
26 | )
27 | }.bind(
/host/spi-builder-workspace/Sources/Dribble/StunInboundHandler.swift:9:13: note: class 'StunInboundHandler' does not conform to the 'Sendable' protocol
7 | }
8 |
9 | final class StunInboundHandler: ChannelInboundHandler, StunMessageSender {
| `- note: class 'StunInboundHandler' does not conform to the 'Sendable' protocol
10 | public typealias InboundIn = StunMessage
11 | public typealias OutboundOut = AddressedEnvelope<ByteBuffer>
[743/753] Emitting module Dribble
/host/spi-builder-workspace/Sources/Dribble/StunClient.swift:21:21: warning: type 'EnvelopToByteBufferConverter' does not conform to the 'Sendable' protocol
19 | .channelInitializer { channel in
20 | channel.pipeline.addHandlers(
21 | EnvelopToByteBufferConverter { _ in
| `- warning: type 'EnvelopToByteBufferConverter' does not conform to the 'Sendable' protocol
22 | _ = channel.close()
23 | },
/host/spi-builder-workspace/Sources/Dribble/Heplers.swift:3:13: note: class 'EnvelopToByteBufferConverter' does not conform to the 'Sendable' protocol
1 | import NIO
2 |
3 | final class EnvelopToByteBufferConverter: ChannelInboundHandler {
| `- note: class 'EnvelopToByteBufferConverter' does not conform to the 'Sendable' protocol
4 | public typealias InboundIn = AddressedEnvelope<ByteBuffer>
5 | public typealias InboundOut = ByteBuffer
/host/spi-builder-workspace/Sources/Dribble/StunClient.swift:24:21: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
22 | _ = channel.close()
23 | },
24 | ByteToMessageHandler(StunParser()),
| `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
25 | sender
26 | )
/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/Dribble/StunClient.swift:25:21: warning: type 'StunInboundHandler' does not conform to the 'Sendable' protocol
23 | },
24 | ByteToMessageHandler(StunParser()),
25 | sender
| `- warning: type 'StunInboundHandler' does not conform to the 'Sendable' protocol
26 | )
27 | }.bind(
/host/spi-builder-workspace/Sources/Dribble/StunInboundHandler.swift:9:13: note: class 'StunInboundHandler' does not conform to the 'Sendable' protocol
7 | }
8 |
9 | final class StunInboundHandler: ChannelInboundHandler, StunMessageSender {
| `- note: class 'StunInboundHandler' does not conform to the 'Sendable' protocol
10 | public typealias InboundIn = StunMessage
11 | public typealias OutboundOut = AddressedEnvelope<ByteBuffer>
/host/spi-builder-workspace/Sources/Dribble/StunClient.swift:25:21: warning: capture of 'sender' with non-sendable type 'StunInboundHandler' in a '@Sendable' closure
23 | },
24 | ByteToMessageHandler(StunParser()),
25 | sender
| `- warning: capture of 'sender' with non-sendable type 'StunInboundHandler' in a '@Sendable' closure
26 | )
27 | }.bind(
/host/spi-builder-workspace/Sources/Dribble/StunInboundHandler.swift:9:13: note: class 'StunInboundHandler' does not conform to the 'Sendable' protocol
7 | }
8 |
9 | final class StunInboundHandler: ChannelInboundHandler, StunMessageSender {
| `- note: class 'StunInboundHandler' does not conform to the 'Sendable' protocol
10 | public typealias InboundIn = StunMessage
11 | public typealias OutboundOut = AddressedEnvelope<ByteBuffer>
/host/spi-builder-workspace/Sources/Dribble/TurnAllocation.swift:40:18: warning: stored property 'client' of 'Sendable'-conforming class 'TurnAllocationChannel' has non-sendable type 'TurnClient'; this is an error in the Swift 6 language mode
38 |
39 | final class TurnAllocationChannel: Channel, ChannelCore {
40 | internal let client: TurnClient
| `- warning: stored property 'client' of 'Sendable'-conforming class 'TurnAllocationChannel' has non-sendable type 'TurnClient'; this is an error in the Swift 6 language mode
41 | internal let allocationAddress: SocketAddress
42 | public let allocator: ByteBufferAllocator
/host/spi-builder-workspace/Sources/Dribble/TurnClient.swift:5:20: note: class 'TurnClient' does not conform to the 'Sendable' protocol
3 | import NIO
4 |
5 | public final class TurnClient: StunClient {
| `- note: class 'TurnClient' does not conform to the 'Sendable' protocol
6 | public func requestAllocation() async throws -> TurnAllocation {
7 | let message = try await sendMessage(.allocationRequest())
/host/spi-builder-workspace/Sources/Dribble/TurnAllocation.swift:43:17: warning: stored property '_pipeline' of 'Sendable'-conforming class 'TurnAllocationChannel' is mutable; this is an error in the Swift 6 language mode
41 | internal let allocationAddress: SocketAddress
42 | public let allocator: ByteBufferAllocator
43 | private var _pipeline: ChannelPipeline!
| `- warning: stored property '_pipeline' of 'Sendable'-conforming class 'TurnAllocationChannel' is mutable; this is an error in the Swift 6 language mode
44 |
45 | init(client: TurnClient, allocationAddress: SocketAddress) {
[744/754] Compiling Dribble StunInboundHandler.swift
/host/spi-builder-workspace/Sources/Dribble/StunInboundHandler.swift:47:44: warning: 'fireChannelRead' is deprecated: NIOAny is not Sendable. Avoid wrapping the value in NIOAny to silence this warning.
45 | }
46 | })
47 | allocation?.1.pipeline.fireChannelRead(NIOAny(buffer))
| `- warning: 'fireChannelRead' is deprecated: NIOAny is not Sendable. Avoid wrapping the value in NIOAny to silence this warning.
48 | }
49 | } catch {
/host/spi-builder-workspace/Sources/Dribble/StunInboundHandler.swift:53:19: warning: type 'StunMessage' does not conform to the 'Sendable' protocol
51 | }
52 | } else if let query = queries.removeValue(forKey: message.header.transactionId) {
53 | query.succeed(message)
| `- warning: type 'StunMessage' does not conform to the 'Sendable' protocol
54 | }
55 | }
/host/spi-builder-workspace/Sources/Dribble/STUN.swift:442:15: note: consider making struct 'StunMessage' conform to the 'Sendable' protocol
440 | }
441 |
442 | public struct StunMessage {
| `- note: consider making struct 'StunMessage' conform to the 'Sendable' protocol
443 | public internal(set) var header: StunMessageHeader
444 | public internal(set) var attributes: [StunAttribute]
/host/spi-builder-workspace/Sources/Dribble/StunInboundHandler.swift:81:11: warning: type 'StunMessage' does not conform to the 'Sendable' protocol
79 | data: data
80 | )
81 | ).flatMap {
| `- warning: type 'StunMessage' does not conform to the 'Sendable' protocol
82 | promise.futureResult
83 | }.get()
/host/spi-builder-workspace/Sources/Dribble/STUN.swift:442:15: note: consider making struct 'StunMessage' conform to the 'Sendable' protocol
440 | }
441 |
442 | public struct StunMessage {
| `- note: consider making struct 'StunMessage' conform to the 'Sendable' protocol
443 | public internal(set) var header: StunMessageHeader
444 | public internal(set) var attributes: [StunAttribute]
/host/spi-builder-workspace/Sources/Dribble/StunInboundHandler.swift:83:11: warning: type 'StunMessage' does not conform to the 'Sendable' protocol
81 | ).flatMap {
82 | promise.futureResult
83 | }.get()
| `- warning: type 'StunMessage' does not conform to the 'Sendable' protocol
84 | }
85 | }
/host/spi-builder-workspace/Sources/Dribble/STUN.swift:442:15: note: consider making struct 'StunMessage' conform to the 'Sendable' protocol
440 | }
441 |
442 | public struct StunMessage {
| `- note: consider making struct 'StunMessage' conform to the 'Sendable' protocol
443 | public internal(set) var header: StunMessageHeader
444 | public internal(set) var attributes: [StunAttribute]
[745/754] Compiling Dribble TurnChannels.swift
[746/754] Compiling Dribble TurnAllocation.swift
/host/spi-builder-workspace/Sources/Dribble/TurnAllocation.swift:40:18: warning: stored property 'client' of 'Sendable'-conforming class 'TurnAllocationChannel' has non-sendable type 'TurnClient'; this is an error in the Swift 6 language mode
38 |
39 | final class TurnAllocationChannel: Channel, ChannelCore {
40 | internal let client: TurnClient
| `- warning: stored property 'client' of 'Sendable'-conforming class 'TurnAllocationChannel' has non-sendable type 'TurnClient'; this is an error in the Swift 6 language mode
41 | internal let allocationAddress: SocketAddress
42 | public let allocator: ByteBufferAllocator
/host/spi-builder-workspace/Sources/Dribble/TurnClient.swift:5:20: note: class 'TurnClient' does not conform to the 'Sendable' protocol
3 | import NIO
4 |
5 | public final class TurnClient: StunClient {
| `- note: class 'TurnClient' does not conform to the 'Sendable' protocol
6 | public func requestAllocation() async throws -> TurnAllocation {
7 | let message = try await sendMessage(.allocationRequest())
/host/spi-builder-workspace/Sources/Dribble/TurnAllocation.swift:43:17: warning: stored property '_pipeline' of 'Sendable'-conforming class 'TurnAllocationChannel' is mutable; this is an error in the Swift 6 language mode
41 | internal let allocationAddress: SocketAddress
42 | public let allocator: ByteBufferAllocator
43 | private var _pipeline: ChannelPipeline!
| `- warning: stored property '_pipeline' of 'Sendable'-conforming class 'TurnAllocationChannel' is mutable; this is an error in the Swift 6 language mode
44 |
45 | init(client: TurnClient, allocationAddress: SocketAddress) {
/host/spi-builder-workspace/Sources/Dribble/TurnAllocation.swift:115:47: warning: capture of 'data' with non-sendable type 'NIOAny' in a '@Sendable' local function; this is an error in the Swift 6 language mode
113 | StunAttribute(
114 | type: .data,
115 | value: unwrapData(data)
| `- warning: capture of 'data' with non-sendable type 'NIOAny' in a '@Sendable' local function; this is an error in the Swift 6 language mode
116 | )
117 | ]
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOCore/NIOAny.swift:45:15: note: struct 'NIOAny' does not conform to the 'Sendable' protocol
43 | /// }
44 | /// }
45 | public struct NIOAny {
| `- note: struct 'NIOAny' does not conform to the 'Sendable' protocol
46 | @usableFromInline
47 | let _storage: _NIOAny
/host/spi-builder-workspace/Sources/Dribble/TurnAllocation.swift:127:18: warning: sending value of non-Sendable type '() async throws -> ()' risks causing data races; this is an error in the Swift 6 language mode
125 | }
126 | } else {
127 | Task.detached {
| |- warning: sending value of non-Sendable type '() async throws -> ()' risks causing data races; this is an error in the Swift 6 language mode
| `- note: Passing task-isolated value of non-Sendable type '() async throws -> ()' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
128 | try await run()
129 | }
[747/754] Compiling Dribble TurnClient.swift
[748/754] Compiling Dribble Heplers.swift
[749/754] Compiling Dribble Errors.swift
[750/754] Compiling Dribble STUN.swift
[751/755] Wrapping AST for Dribble for debugging
[753/757] Emitting module CLIExample
/host/spi-builder-workspace/Sources/CLIExample/CLI.swift:68:57: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
66 | theirAddress.port = proxyTargettedChannel.localAddress?.port
67 | let allocationChannel = try await allocation.createChannel(for: theirAddress)
68 | try await allocationChannel.pipeline.addHandler(ByteToMessageHandler(PrintHandler()))
| `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
69 | try await proxyTargettedChannel.pipeline.addHandlers(
70 | EnvelopToByteBufferConverter { _ in },
/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/CLIExample/CLI.swift:70:13: warning: type 'EnvelopToByteBufferConverter' does not conform to the 'Sendable' protocol
2 | import NIO
3 |
4 | final class EnvelopToByteBufferConverter: ChannelInboundHandler {
| `- note: class 'EnvelopToByteBufferConverter' does not conform to the 'Sendable' protocol
5 | public typealias InboundIn = AddressedEnvelope<ByteBuffer>
6 | public typealias InboundOut = ByteBuffer
:
68 | try await allocationChannel.pipeline.addHandler(ByteToMessageHandler(PrintHandler()))
69 | try await proxyTargettedChannel.pipeline.addHandlers(
70 | EnvelopToByteBufferConverter { _ in },
| `- warning: type 'EnvelopToByteBufferConverter' does not conform to the 'Sendable' protocol
71 | ByteToMessageHandler(PrintHandler())
72 | )
/host/spi-builder-workspace/Sources/CLIExample/CLI.swift:71:13: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
69 | try await proxyTargettedChannel.pipeline.addHandlers(
70 | EnvelopToByteBufferConverter { _ in },
71 | ByteToMessageHandler(PrintHandler())
| `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
72 | )
73 |
/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/CLIExample/CLI.swift:45:43: warning: non-sendable result type 'StunClient' cannot be sent from nonisolated context in call to static method 'connect(to:)'; this is an error in the Swift 6 language mode
43 | struct CLI {
44 | static func main() async throws {
45 | let client = try await TurnClient.connect(
| `- warning: non-sendable result type 'StunClient' cannot be sent from nonisolated context in call to static method 'connect(to:)'; this is an error in the Swift 6 language mode
46 | to: SocketAddress.makeAddressResolvingHost("10.211.55.4", port: 3478)
47 | )
/host/spi-builder-workspace/Sources/Dribble/StunClient.swift:5:14: note: class 'StunClient' does not conform to the 'Sendable' protocol
3 | import NIO
4 |
5 | public class StunClient {
| `- note: class 'StunClient' does not conform to the 'Sendable' protocol
6 | let channel: Channel
7 | let sender: StunMessageSender
/host/spi-builder-workspace/Sources/CLIExample/CLI.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dribble'
1 | import Dribble
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dribble'
2 | import NIO
3 |
/host/spi-builder-workspace/Sources/CLIExample/CLI.swift:50:43: warning: non-sendable result type 'TurnAllocation' cannot be sent from nonisolated context in call to instance method 'requestAllocation()'; this is an error in the Swift 6 language mode
48 |
49 | let myAddress = try await client.requestBinding(addressFamily: .ipv4)
50 | let allocation = try await client.requestAllocation()
| `- warning: non-sendable result type 'TurnAllocation' cannot be sent from nonisolated context in call to instance method 'requestAllocation()'; this is an error in the Swift 6 language mode
51 |
52 | // Normally the other client should also find their address
/host/spi-builder-workspace/Sources/Dribble/TurnAllocation.swift:3:15: note: struct 'TurnAllocation' does not conform to the 'Sendable' protocol
1 | import NIO
2 |
3 | public struct TurnAllocation {
| `- note: struct 'TurnAllocation' does not conform to the 'Sendable' protocol
4 | public let ourAddress: SocketAddress
5 | internal let client: TurnClient
[754/757] Compiling CLIExample CLI.swift
/host/spi-builder-workspace/Sources/CLIExample/CLI.swift:68:57: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
66 | theirAddress.port = proxyTargettedChannel.localAddress?.port
67 | let allocationChannel = try await allocation.createChannel(for: theirAddress)
68 | try await allocationChannel.pipeline.addHandler(ByteToMessageHandler(PrintHandler()))
| `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
69 | try await proxyTargettedChannel.pipeline.addHandlers(
70 | EnvelopToByteBufferConverter { _ in },
/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/CLIExample/CLI.swift:70:13: warning: type 'EnvelopToByteBufferConverter' does not conform to the 'Sendable' protocol
2 | import NIO
3 |
4 | final class EnvelopToByteBufferConverter: ChannelInboundHandler {
| `- note: class 'EnvelopToByteBufferConverter' does not conform to the 'Sendable' protocol
5 | public typealias InboundIn = AddressedEnvelope<ByteBuffer>
6 | public typealias InboundOut = ByteBuffer
:
68 | try await allocationChannel.pipeline.addHandler(ByteToMessageHandler(PrintHandler()))
69 | try await proxyTargettedChannel.pipeline.addHandlers(
70 | EnvelopToByteBufferConverter { _ in },
| `- warning: type 'EnvelopToByteBufferConverter' does not conform to the 'Sendable' protocol
71 | ByteToMessageHandler(PrintHandler())
72 | )
/host/spi-builder-workspace/Sources/CLIExample/CLI.swift:71:13: warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
69 | try await proxyTargettedChannel.pipeline.addHandlers(
70 | EnvelopToByteBufferConverter { _ in },
71 | ByteToMessageHandler(PrintHandler())
| `- warning: conformance of 'ByteToMessageHandler<Decoder>' to 'Sendable' is unavailable; this is an error in the Swift 6 language mode
72 | )
73 |
/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/CLIExample/CLI.swift:45:43: warning: non-sendable result type 'StunClient' cannot be sent from nonisolated context in call to static method 'connect(to:)'; this is an error in the Swift 6 language mode
43 | struct CLI {
44 | static func main() async throws {
45 | let client = try await TurnClient.connect(
| `- warning: non-sendable result type 'StunClient' cannot be sent from nonisolated context in call to static method 'connect(to:)'; this is an error in the Swift 6 language mode
46 | to: SocketAddress.makeAddressResolvingHost("10.211.55.4", port: 3478)
47 | )
/host/spi-builder-workspace/Sources/Dribble/StunClient.swift:5:14: note: class 'StunClient' does not conform to the 'Sendable' protocol
3 | import NIO
4 |
5 | public class StunClient {
| `- note: class 'StunClient' does not conform to the 'Sendable' protocol
6 | let channel: Channel
7 | let sender: StunMessageSender
/host/spi-builder-workspace/Sources/CLIExample/CLI.swift:1:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dribble'
1 | import Dribble
| `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Dribble'
2 | import NIO
3 |
/host/spi-builder-workspace/Sources/CLIExample/CLI.swift:50:43: warning: non-sendable result type 'TurnAllocation' cannot be sent from nonisolated context in call to instance method 'requestAllocation()'; this is an error in the Swift 6 language mode
48 |
49 | let myAddress = try await client.requestBinding(addressFamily: .ipv4)
50 | let allocation = try await client.requestAllocation()
| `- warning: non-sendable result type 'TurnAllocation' cannot be sent from nonisolated context in call to instance method 'requestAllocation()'; this is an error in the Swift 6 language mode
51 |
52 | // Normally the other client should also find their address
/host/spi-builder-workspace/Sources/Dribble/TurnAllocation.swift:3:15: note: struct 'TurnAllocation' does not conform to the 'Sendable' protocol
1 | import NIO
2 |
3 | public struct TurnAllocation {
| `- note: struct 'TurnAllocation' does not conform to the 'Sendable' protocol
4 | public let ourAddress: SocketAddress
5 | internal let client: TurnClient
[755/758] Wrapping AST for CLIExample for debugging
[756/758] Write Objects.LinkFileList
[757/758] Linking CLIExample
Build complete! (72.09s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.60.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
}
],
"manifest_display_name" : "Dribble",
"name" : "Dribble",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "Dribble",
"targets" : [
"Dribble"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "CLIExample",
"targets" : [
"CLIExample"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "DribbleTests",
"module_type" : "SwiftTarget",
"name" : "DribbleTests",
"path" : "Tests/DribbleTests",
"sources" : [
"DribbleTests.swift"
],
"target_dependencies" : [
"Dribble"
],
"type" : "test"
},
{
"c99name" : "Dribble",
"module_type" : "SwiftTarget",
"name" : "Dribble",
"path" : "Sources/Dribble",
"product_dependencies" : [
"NIO",
"_NIOConcurrency",
"NIOFoundationCompat",
"Crypto"
],
"product_memberships" : [
"Dribble",
"CLIExample"
],
"sources" : [
"Errors.swift",
"Heplers.swift",
"STUN.swift",
"StunClient.swift",
"StunInboundHandler.swift",
"TurnAllocation.swift",
"TurnChannels.swift",
"TurnClient.swift"
],
"type" : "library"
},
{
"c99name" : "CLIExample",
"module_type" : "SwiftTarget",
"name" : "CLIExample",
"path" : "Sources/CLIExample",
"product_memberships" : [
"CLIExample"
],
"sources" : [
"CLI.swift"
],
"target_dependencies" : [
"Dribble"
],
"type" : "executable"
}
],
"tools_version" : "5.5"
}
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.