Build Information
Successful build of lcl-speedtest, reference main (1b5a79
), with Swift 6.0 for Linux on 23 Feb 2025 10:47:39 UTC.
Swift 6 data race errors: 4
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Local-Connectivity-Lab/lcl-speedtest.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/Local-Connectivity-Lab/lcl-speedtest
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 1b5a795 Update lcl-websocket to 1.1.1 (#11)
Cloned https://github.com/Local-Connectivity-Lab/lcl-speedtest.git
Revision (git rev-parse @):
1b5a79555025c0646cf88a8290c42d9c26e616b4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/Local-Connectivity-Lab/lcl-speedtest.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/Local-Connectivity-Lab/lcl-speedtest.git
https://github.com/Local-Connectivity-Lab/lcl-speedtest.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "lcl-websocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Local-Connectivity-Lab/lcl-websocket.git"
}
],
"manifest_display_name" : "lcl-speedtest",
"name" : "lcl-speedtest",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "LCLSpeedtest",
"targets" : [
"LCLSpeedtest"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Demo",
"targets" : [
"Demo"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "LCLSpeedtest",
"module_type" : "SwiftTarget",
"name" : "LCLSpeedtest",
"path" : "Sources/LCLSpeedtest",
"product_dependencies" : [
"NIO",
"NIOCore",
"NIOPosix",
"NIOConcurrencyHelpers",
"Logging",
"LCLWebSocket"
],
"product_memberships" : [
"LCLSpeedtest",
"Demo"
],
"sources" : [
"Constants.swift",
"DownloadClient.swift",
"Errors.swift",
"Models/Measurement.swift",
"Models/TestServer.swift",
"Models/TestType.swift",
"Networking.swift",
"SpeedTestClient.swift",
"SpeedTestable.swift",
"UploadClient.swift",
"Utils/WebSocketClosCode+Extension.swift"
],
"type" : "library"
},
{
"c99name" : "Demo",
"module_type" : "SwiftTarget",
"name" : "Demo",
"path" : "Sources/Demo",
"product_memberships" : [
"Demo"
],
"sources" : [
"Client.swift"
],
"target_dependencies" : [
"LCLSpeedtest"
],
"type" : "executable"
}
],
"tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-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.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/Local-Connectivity-Lab/lcl-websocket.git
Fetching https://github.com/apple/swift-log.git
[1/637] Fetching lcl-websocket
[556/4398] Fetching lcl-websocket, swift-log
[4317/78125] Fetching lcl-websocket, swift-log, swift-nio
Fetched https://github.com/Local-Connectivity-Lab/lcl-websocket.git from cache (4.52s)
Fetched https://github.com/apple/swift-log.git from cache (4.52s)
Fetched https://github.com/apple/swift-nio.git from cache (4.61s)
Computing version for https://github.com/Local-Connectivity-Lab/lcl-websocket.git
Computed https://github.com/Local-Connectivity-Lab/lcl-websocket.git at 1.1.1 (0.63s)
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/2318] Fetching swift-nio-transport-services
[2319/3887] Fetching swift-nio-transport-services, swift-atomics
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (0.29s)
[1554/1569] Fetching swift-atomics
Fetched https://github.com/apple/swift-atomics.git from cache (0.39s)
[1/14426] Fetching swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.85s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.2 (0.53s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.81.0 (2.59s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4148] Fetching swift-system
[3735/19816] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (0.37s)
[2821/15668] Fetching swift-collections
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 (0.65s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.23.1 (0.61s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (0.56s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.29.3 (0.65s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.80s)
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.29.3
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-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-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.23.1
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.81.0
Creating working copy for https://github.com/Local-Connectivity-Lab/lcl-websocket.git
Working copy of https://github.com/Local-Connectivity-Lab/lcl-websocket.git resolved at 1.1.1
Building for debugging...
[0/455] Compiling evp_ctx.cc
[1/455] Compiling a_bitstr.cc
[1/455] Write sources
[4/455] Compiling a_bool.cc
[4/455] Write sources
[21/455] Compiling CNIOWindows shim.c
[22/455] Compiling a_gentm.cc
[22/455] Compiling a_d2i_fp.cc
[24/455] Compiling CNIOWindows WSAStartup.c
[24/455] Compiling _AtomicsShims.c
[26/455] Compiling CNIOWASI CNIOWASI.c
[27/455] Compiling a_dup.cc
[28/455] Compiling CNIOLinux liburing_shims.c
[29/455] Compiling CNIOLLHTTP c_nio_http.c
[29/455] Compiling CNIOSHA1 c_nio_sha1.c
[31/455] Compiling CNIODarwin shim.c
[32/455] Compiling CNIOLinux shim.c
[33/455] Compiling CNIOLLHTTP c_nio_api.c
[34/455] Compiling fiat_p256_adx_sqr.S
[35/455] Compiling fiat_p256_adx_mul.S
[36/455] Compiling evp_asn1.cc
[37/455] Compiling fiat_curve25519_adx_square.S
[38/455] Compiling fiat_curve25519_adx_mul.S
[39/455] Write swift-version-24593BA9C3E375BF.txt
[40/455] Compiling CNIOLLHTTP c_nio_llhttp.c
[41/455] Compiling CNIOBoringSSLShims shims.c
[43/461] Emitting module _NIOBase64
[43/461] Compiling tls_record.cc
[44/461] Compiling tls_method.cc
[45/466] Compiling tls13_server.cc
[46/483] Compiling tls13_client.cc
[47/483] Compiling tls13_enc.cc
[48/483] Compiling c-nioatomics.c
[49/483] Compiling tls13_both.cc
[50/483] Compiling t1_enc.cc
[51/483] Compiling ssl_versions.cc
[52/483] Compiling ssl_x509.cc
[53/483] Compiling ssl_transcript.cc
[54/483] Compiling ssl_stat.cc
[55/483] Compiling ssl_session.cc
[56/483] Compiling ssl_privkey.cc
[57/483] Compiling ssl_lib.cc
[58/483] Compiling ssl_key_share.cc
[59/483] Compiling ssl_file.cc
[60/483] Compiling ssl_credential.cc
[62/483] Emitting module InternalCollectionsUtilities
[63/485] Compiling _NIODataStructures _TinyArray.swift
[64/485] Compiling InternalCollectionsUtilities _SortedCollection.swift
[65/485] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[66/485] Compiling InternalCollectionsUtilities Debugging.swift
[67/485] Compiling InternalCollectionsUtilities Descriptions.swift
[68/485] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[69/485] Compiling InternalCollectionsUtilities Specialize.swift
[70/485] Compiling _NIODataStructures PriorityQueue.swift
[71/485] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[72/485] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[73/485] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[74/485] Compiling InternalCollectionsUtilities Integer rank.swift
[75/485] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[76/485] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[77/485] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[78/485] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[79/485] Compiling InternalCollectionsUtilities UInt+reversed.swift
[80/485] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[81/485] Compiling _NIOBase64 Base64.swift
[82/486] Compiling ssl_cipher.cc
[84/486] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[85/486] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[85/487] Wrapping AST for _NIOBase64 for debugging
[87/487] Compiling ssl_cert.cc
[88/487] Compiling ssl_buffer.cc
[90/487] Compiling _NIODataStructures Heap.swift
[91/487] Emitting module _NIODataStructures
[92/488] Emitting module Logging
[93/488] Compiling Logging MetadataProvider.swift
[94/488] Compiling Logging Locks.swift
[95/488] Compiling Logging LogHandler.swift
[96/488] Compiling Logging Logging.swift
[96/489] Wrapping AST for InternalCollectionsUtilities for debugging
[99/504] Compiling ssl_asn1.cc
[100/504] Compiling ssl_aead_ctx.cc
[101/504] Wrapping AST for _NIODataStructures for debugging
[103/504] Compiling DequeModule Deque+CustomReflectable.swift
[104/504] Compiling DequeModule Deque+Descriptions.swift
[104/506] Wrapping AST for Logging for debugging
[106/506] Compiling DequeModule _DequeBuffer.swift
[107/506] Compiling DequeModule _DequeBufferHeader.swift
[107/506] Compiling s3_pkt.cc
[109/506] Compiling DequeModule _DequeSlot.swift
[110/506] Compiling DequeModule _UnsafeWrappedBuffer.swift
[110/506] Compiling s3_lib.cc
[112/506] Compiling DequeModule Deque+Testing.swift
[113/506] Compiling DequeModule Deque._Storage.swift
[114/506] Compiling DequeModule Deque+Equatable.swift
[115/506] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[116/506] Compiling DequeModule Deque._UnsafeHandle.swift
[117/506] Compiling DequeModule Deque.swift
[118/506] Compiling DequeModule Deque+Extras.swift
[119/506] Compiling DequeModule Deque+Hashable.swift
[119/506] Compiling s3_both.cc
[121/506] Compiling DequeModule Deque+Codable.swift
[122/506] Compiling DequeModule Deque+Collection.swift
[122/506] Compiling handshake_server.cc
[123/506] Compiling handshake_client.cc
[124/506] Compiling handshake.cc
[126/506] Emitting module DequeModule
[127/507] Compiling handoff.cc
[128/507] Compiling extensions.cc
[129/507] Wrapping AST for DequeModule for debugging
[130/507] Compiling encrypted_client_hello.cc
[131/507] Compiling md5-x86_64-linux.S
[132/507] Compiling md5-x86_64-apple.S
[133/507] Compiling md5-586-linux.S
[134/507] Compiling md5-586-apple.S
[135/507] Compiling dtls_record.cc
[136/507] Compiling dtls_method.cc
[137/507] Compiling chacha20_poly1305_x86_64-linux.S
[138/507] Compiling chacha20_poly1305_x86_64-apple.S
[139/507] Compiling bio_ssl.cc
[140/507] Compiling chacha20_poly1305_armv8-win.S
[141/507] Compiling err_data.cc
[142/507] Compiling chacha20_poly1305_armv8-linux.S
[143/507] Compiling chacha20_poly1305_armv8-apple.S
[144/507] Compiling chacha-x86-linux.S
[145/507] Compiling chacha-x86_64-apple.S
[146/507] Compiling chacha-x86_64-linux.S
[147/507] Compiling chacha-x86-apple.S
[148/507] Compiling chacha-armv8-win.S
[149/507] Compiling chacha-armv8-apple.S
[150/507] Compiling chacha-armv8-linux.S
[151/507] Compiling chacha-armv4-linux.S
[152/507] Compiling aes128gcmsiv-x86_64-apple.S
[153/507] Compiling aes128gcmsiv-x86_64-linux.S
[154/507] Compiling x86_64-mont5-apple.S
[155/507] Compiling x86_64-mont5-linux.S
[156/507] Compiling x86_64-mont-linux.S
[157/507] Compiling x86_64-mont-apple.S
[158/507] Compiling d1_srtp.cc
[159/507] Compiling x86-mont-linux.S
[160/507] Compiling x86-mont-apple.S
[161/507] Compiling vpaes-x86_64-apple.S
[162/507] Compiling vpaes-x86-linux.S
[163/507] Compiling vpaes-x86_64-linux.S
[164/507] Compiling vpaes-armv8-linux.S
[165/507] Compiling vpaes-x86-apple.S
[166/507] Compiling vpaes-armv8-apple.S
[167/507] Compiling vpaes-armv8-win.S
[168/507] Compiling vpaes-armv7-linux.S
[169/507] Compiling d1_pkt.cc
[170/507] Compiling sha512-armv8-win.S
[171/507] Compiling sha512-x86_64-apple.S
[172/507] Compiling sha512-armv8-linux.S
[173/507] Compiling sha512-x86_64-linux.S
[174/507] Compiling sha512-armv8-apple.S
[175/507] Compiling sha512-armv4-linux.S
[176/507] Compiling sha512-586-apple.S
[177/507] Compiling sha512-586-linux.S
[178/507] Compiling sha256-armv8-win.S
[179/507] Compiling sha256-x86_64-apple.S
[180/507] Compiling sha256-armv8-apple.S
[181/507] Compiling sha256-armv8-linux.S
[182/507] Compiling sha256-x86_64-linux.S
[183/507] Compiling sha256-armv4-linux.S
[184/507] Compiling sha256-586-apple.S
[185/507] Compiling sha256-586-linux.S
[186/507] Compiling sha1-armv8-win.S
[187/507] Compiling d1_lib.cc
[188/507] Compiling sha1-x86_64-apple.S
[189/507] Compiling sha1-armv8-linux.S
[190/507] Compiling sha1-x86_64-linux.S
[191/507] Compiling sha1-armv8-apple.S
[192/507] Compiling sha1-586-apple.S
[193/507] Compiling sha1-586-linux.S
[194/507] Compiling sha1-armv4-large-linux.S
[195/507] Compiling rsaz-avx2-linux.S
[196/507] Compiling rsaz-avx2-apple.S
[197/507] Compiling rdrand-x86_64-linux.S
[198/507] Compiling p256_beeu-x86_64-asm-linux.S
[199/507] Compiling p256_beeu-x86_64-asm-apple.S
[200/507] Compiling rdrand-x86_64-apple.S
[201/507] Compiling p256_beeu-armv8-asm-win.S
[202/507] Compiling p256_beeu-armv8-asm-linux.S
[203/507] Compiling p256_beeu-armv8-asm-apple.S
[204/507] Compiling p256-x86_64-asm-apple.S
[205/507] Compiling p256-x86_64-asm-linux.S
[206/507] Compiling p256-armv8-asm-win.S
[207/507] Compiling p256-armv8-asm-linux.S
[208/507] Compiling p256-armv8-asm-apple.S
[209/507] Compiling ghashv8-armv8-linux.S
[210/507] Compiling ghashv8-armv8-win.S
[211/507] Compiling ghashv8-armv7-linux.S
[212/507] Compiling ghash-x86_64-apple.S
[213/507] Compiling ghash-x86-linux.S
[214/507] Compiling ghashv8-armv8-apple.S
[215/507] Compiling ghash-x86-apple.S
[216/507] Compiling ghash-x86_64-linux.S
[217/507] Compiling ghash-ssse3-x86_64-apple.S
[218/507] Compiling ghash-ssse3-x86-apple.S
[219/507] Compiling ghash-ssse3-x86_64-linux.S
[220/507] Compiling ghash-ssse3-x86-linux.S
[221/507] Compiling ghash-neon-armv8-win.S
[221/507] Compiling ghash-neon-armv8-apple.S
[223/507] Compiling ghash-neon-armv8-linux.S
[224/507] Compiling bsaes-armv7-linux.S
[225/507] Compiling co-586-apple.S
[226/507] Compiling co-586-linux.S
[226/507] Compiling ghash-armv4-linux.S
[228/507] Compiling bn-armv8-win.S
[229/507] Compiling bn-armv8-linux.S
[230/507] Compiling bn-586-linux.S
[231/507] Compiling bn-armv8-apple.S
[232/507] Compiling armv8-mont-win.S
[232/507] Compiling bn-586-apple.S
[234/507] Compiling armv8-mont-apple.S
[235/507] Compiling armv8-mont-linux.S
[236/507] Compiling armv4-mont-linux.S
[237/507] Compiling d1_both.cc
[238/507] Compiling aesv8-gcm-armv8-win.S
[239/507] Compiling aesv8-gcm-armv8-linux.S
[240/507] Compiling aesv8-gcm-armv8-apple.S
[241/507] Compiling aesv8-armv8-win.S
[242/507] Compiling aesv8-armv7-linux.S
[243/507] Compiling aesv8-armv8-apple.S
[244/507] Compiling aesv8-armv8-linux.S
[245/507] Compiling aesni-x86_64-apple.S
[246/507] Compiling aesni-x86_64-linux.S
[247/507] Compiling aesni-x86-linux.S
[248/507] Compiling aesni-gcm-x86_64-apple.S
[249/507] Compiling aesni-x86-apple.S
[250/507] Compiling aesni-gcm-x86_64-linux.S
[251/507] Compiling x_val.cc
[252/507] Compiling x_sig.cc
[253/507] Compiling x_x509a.cc
[254/507] Compiling x_spki.cc
[255/507] Compiling x_req.cc
[256/507] Compiling x_x509.cc
[257/507] Compiling x_name.cc
[258/507] Compiling x_pubkey.cc
[259/507] Compiling x_exten.cc
[260/507] Compiling x_crl.cc
[261/507] Compiling x_all.cc
[262/507] Compiling x_attrib.cc
[263/507] Compiling x509spki.cc
[264/507] Compiling x509name.cc
[265/507] Compiling x509rset.cc
[266/507] Compiling x_algor.cc
[267/507] Compiling x509cset.cc
[268/507] Compiling x509_vfy.cc
[269/507] Compiling x509_vpm.cc
[270/507] Compiling x509_txt.cc
[271/507] Compiling x509_v3.cc
[272/507] Compiling x509_set.cc
[273/507] Compiling x509_trs.cc
[274/507] Compiling x509_req.cc
[275/507] Compiling x509_obj.cc
[276/507] Compiling x509_lu.cc
[277/507] Compiling x509_d2.cc
[278/507] Compiling x509_ext.cc
[279/507] Compiling x509_def.cc
[280/507] Compiling x509_cmp.cc
[281/507] Compiling x509.cc
[282/507] Compiling x509_att.cc
[283/507] Compiling v3_utl.cc
[284/507] Compiling v3_skey.cc
[285/507] Compiling v3_prn.cc
[286/507] Compiling v3_purp.cc
[287/507] Compiling v3_pmaps.cc
[288/507] Compiling v3_ocsp.cc
[289/507] Compiling v3_pcons.cc
[290/507] Compiling v3_ncons.cc
[291/507] Compiling v3_lib.cc
[292/507] Compiling v3_int.cc
[293/507] Compiling v3_info.cc
[294/507] Compiling v3_ia5.cc
[295/507] Compiling v3_genn.cc
[296/507] Compiling v3_extku.cc
[297/507] Compiling v3_enum.cc
[298/507] Compiling v3_crld.cc
[299/507] Compiling v3_cpols.cc
[300/507] Compiling v3_conf.cc
[301/507] Compiling v3_bitst.cc
[302/507] Compiling v3_akeya.cc
[303/507] Compiling v3_bcons.cc
[304/507] Compiling v3_alt.cc
[305/507] Compiling v3_akey.cc
[306/507] Compiling t_x509a.cc
[307/507] Compiling t_x509.cc
[308/507] Compiling t_crl.cc
[309/507] Compiling t_req.cc
[310/507] Compiling i2d_pr.cc
[311/507] Compiling policy.cc
[312/507] Compiling name_print.cc
[313/507] Compiling rsa_pss.cc
[314/507] Compiling by_file.cc
[315/507] Compiling voprf.cc
[316/507] Compiling by_dir.cc
[317/507] Compiling algorithm.cc
[318/507] Compiling a_verify.cc
[319/507] Compiling asn1_gen.cc
[320/507] Compiling trust_token.cc
[321/507] Compiling a_digest.cc
[322/507] Compiling a_sign.cc
[323/507] Compiling thread_win.cc
[324/507] Compiling thread.cc
[325/507] Compiling thread_none.cc
[326/507] Compiling stack.cc
[327/507] Compiling thread_pthread.cc
[328/507] Compiling pmbtoken.cc
[329/507] Compiling wots.cc
[330/507] Compiling thash.cc
[331/507] Compiling slhdsa.cc
[332/507] Compiling merkle.cc
[333/507] Compiling siphash.cc
[334/507] Compiling sha512.cc
[335/507] Compiling sha256.cc
[336/507] Compiling sha1.cc
[337/507] Compiling fors.cc
[338/507] Compiling rsa_print.cc
[339/507] Compiling rsa_extra.cc
[340/507] Compiling rc4.cc
[341/507] Compiling refcount.cc
[342/507] Compiling trusty.cc
[343/507] Compiling windows.cc
[344/507] Compiling rsa_crypt.cc
[345/507] Compiling urandom.cc
[346/507] Compiling rsa_asn1.cc
[347/507] Compiling rand_extra.cc
[348/507] Compiling getentropy.cc
[349/507] Compiling ios.cc
[350/507] Compiling passive.cc
[351/507] Compiling poly1305_arm_asm.S
[352/507] Compiling deterministic.cc
[353/507] Compiling fork_detect.cc
[354/507] Compiling forkunsafe.cc
[355/507] Compiling pool.cc
[356/507] Compiling poly1305.cc
[357/507] Compiling poly1305_arm.cc
[358/507] Compiling poly1305_vec.cc
[359/507] Compiling pkcs7.cc
[360/507] Compiling pkcs8.cc
[361/507] Compiling p5_pbev2.cc
[362/507] Compiling pkcs8_x509.cc
[363/507] Compiling pkcs7_x509.cc
[364/507] Compiling pem_xaux.cc
[365/507] Compiling pem_x509.cc
[366/507] Compiling pem_pkey.cc
[367/507] Compiling pem_pk8.cc
[368/507] Compiling obj_xref.cc
[369/507] Compiling pem_oth.cc
[370/507] Compiling obj.cc
[371/507] Compiling pem_info.cc
[372/507] Compiling pem_lib.cc
[373/507] Compiling mlkem.cc
[374/507] Compiling pem_all.cc
[375/507] Compiling md5.cc
[376/507] Compiling mem.cc
[377/507] Compiling poly_rq_mul.S
[378/507] Compiling fips_shared_support.cc
[379/507] Compiling md4.cc
[380/507] Compiling mldsa.cc
[381/507] Compiling lhash.cc
[382/507] Compiling keccak.cc
[383/507] Compiling kyber.cc
[384/507] Compiling ex_data.cc
[385/507] Compiling sign.cc
[386/507] Compiling hrss.cc
[387/507] Compiling hpke.cc
[388/507] Compiling scrypt.cc
[389/507] Compiling pbkdf.cc
[390/507] Compiling print.cc
[391/507] Compiling p_x25519.cc
[392/507] Compiling p_x25519_asn1.cc
[393/507] Compiling p_rsa_asn1.cc
[394/507] Compiling p_rsa.cc
[395/507] Compiling p_hkdf.cc
[396/507] Compiling p_ed25519_asn1.cc
[397/507] Compiling p_ed25519.cc
[398/507] Compiling p_ec_asn1.cc
[399/507] Compiling p_ec.cc
[400/507] Compiling p_dh.cc
[401/507] Compiling p_dsa_asn1.cc
[402/507] Compiling p_dh_asn1.cc
[403/507] Compiling evp.cc
[404/507] Compiling err.cc
[405/507] Compiling engine.cc
[406/507] Compiling ecdsa_asn1.cc
[407/507] Compiling ecdh_extra.cc
[408/507] Compiling ec_derive.cc
[409/507] Compiling hash_to_curve.cc
[410/507] Compiling ec_asn1.cc
[411/507] Compiling dsa_asn1.cc
[412/507] Compiling dsa.cc
[413/507] Compiling digest_extra.cc
[414/507] Compiling params.cc
[415/507] Compiling x25519-asm-arm.S
[416/507] Compiling dh_asn1.cc
[417/507] Compiling des.cc
[418/507] Compiling spake25519.cc
[419/507] Compiling crypto.cc
[420/507] Compiling cpu_intel.cc
[421/507] Compiling cpu_arm_freebsd.cc
[422/507] Compiling cpu_arm_linux.cc
[423/507] Compiling curve25519.cc
[424/507] Compiling cpu_aarch64_win.cc
[425/507] Compiling bcm.cc
[426/507] Compiling cpu_aarch64_openbsd.cc
[427/507] Compiling cpu_aarch64_sysreg.cc
[428/507] Compiling cpu_aarch64_linux.cc
[429/507] Compiling curve25519_64_adx.cc
[430/507] Compiling cpu_aarch64_fuchsia.cc
[431/507] Compiling cpu_aarch64_apple.cc
[432/507] Compiling conf.cc
[433/507] Compiling e_tls.cc
[434/507] Compiling tls_cbc.cc
[435/507] Compiling e_rc4.cc
[436/507] Compiling e_rc2.cc
[437/507] Compiling e_null.cc
[438/507] Compiling e_chacha20poly1305.cc
[439/507] Compiling e_des.cc
[440/507] Compiling derive_key.cc
[441/507] Compiling e_aesgcmsiv.cc
[442/507] Compiling cipher_extra.cc
[443/507] Compiling e_aesctrhmac.cc
[444/507] Compiling unicode.cc
[445/507] Compiling chacha.cc
[446/507] Compiling ber.cc
[447/507] Compiling buf.cc
[448/507] Compiling cbb.cc
[449/507] Compiling bn_asn1.cc
[450/507] Compiling asn1_compat.cc
[451/507] Compiling cbs.cc
[452/507] Compiling convert.cc
[453/507] Compiling blake2.cc
[454/507] Compiling socket.cc
[455/507] Compiling printf.cc
[456/507] Compiling socket_helper.cc
[457/507] Compiling file.cc
[458/507] Compiling hexdump.cc
[459/507] Compiling pair.cc
[460/507] Compiling fd.cc
[461/507] Compiling errno.cc
[462/507] Compiling bio_mem.cc
[463/507] Compiling connect.cc
[464/507] Compiling base64.cc
[465/507] Compiling tasn_utl.cc
[466/507] Compiling tasn_typ.cc
[466/507] Compiling bio.cc
[468/507] Compiling tasn_fre.cc
[469/507] Compiling tasn_new.cc
[470/507] Compiling tasn_enc.cc
[471/507] Compiling posix_time.cc
[472/507] Compiling f_int.cc
[473/507] Compiling f_string.cc
[474/507] Compiling asn_pack.cc
[475/507] Compiling tasn_dec.cc
[476/507] Compiling asn1_par.cc
[477/507] Compiling asn1_lib.cc
[478/507] Compiling a_utctm.cc
[479/507] Compiling a_type.cc
[480/507] Compiling a_octet.cc
[481/507] Compiling a_time.cc
[482/507] Compiling a_strnid.cc
[483/507] Write sources
[484/507] Compiling CLCLWebSocketZlib empty.c
[485/507] Compiling a_strex.cc
[486/507] Compiling a_object.cc
[487/507] Compiling a_mbstr.cc
[488/526] Compiling a_int.cc
[489/526] Compiling a_i2d_fp.cc
[491/526] Compiling Atomics Primitives.shims.swift
[492/526] Compiling Atomics AtomicInteger.swift
[493/526] Compiling Atomics AtomicOptionalWrappable.swift
[494/528] Compiling Atomics AtomicMemoryOrderings.swift
[495/528] Compiling Atomics DoubleWord.swift
[496/528] Compiling Atomics ManagedAtomic.swift
[497/528] Compiling Atomics ManagedAtomicLazyReference.swift
[498/528] Compiling Atomics UnsafeAtomic.swift
[499/528] Compiling Atomics UnsafeAtomicLazyReference.swift
[500/528] Compiling Atomics IntegerOperations.swift
[501/528] Compiling Atomics Unmanaged extensions.swift
[502/528] Compiling Atomics AtomicReference.swift
[503/528] Compiling Atomics AtomicStorage.swift
[504/528] Compiling Atomics AtomicValue.swift
[504/528] Compiling c-atomics.c
[506/534] Compiling NIOConcurrencyHelpers lock.swift
[507/534] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[508/534] Compiling NIOConcurrencyHelpers atomics.swift
[509/534] Compiling NIOConcurrencyHelpers NIOLock.swift
[510/534] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[511/534] Emitting module NIOConcurrencyHelpers
[512/535] Compiling Atomics IntegerConformances.swift
[513/535] Compiling Atomics PointerConformances.swift
[514/535] Compiling Atomics Primitives.native.swift
[515/535] Compiling Atomics OptionalRawRepresentable.swift
[516/535] Compiling Atomics RawRepresentable.swift
[517/535] Compiling Atomics AtomicBool.swift
[519/535] Emitting module Atomics
[520/536] Wrapping AST for NIOConcurrencyHelpers for debugging
[521/536] Wrapping AST for Atomics for debugging
[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] Compiling NIOCore GlobalSingletons.swift
[532/603] Compiling NIOCore IO.swift
[533/603] Compiling NIOCore IOData.swift
[534/603] Compiling NIOCore IPProtocol.swift
[535/603] Compiling NIOCore IntegerBitPacking.swift
[536/603] Compiling NIOCore IntegerTypes.swift
[537/603] Compiling NIOCore Interfaces.swift
[538/603] Compiling NIOCore Linux.swift
[539/603] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[540/603] Compiling NIOCore SocketAddresses.swift
[541/603] Compiling NIOCore SocketOptionProvider.swift
[542/603] Compiling NIOCore SystemCallHelpers.swift
[543/603] Compiling NIOCore TimeAmount+Duration.swift
[544/603] Compiling NIOCore TypeAssistedChannelHandler.swift
[545/603] Compiling NIOCore UniversalBootstrapSupport.swift
[546/603] Compiling NIOCore Utilities.swift
[547/603] Compiling NIOCore EventLoop.swift
[548/603] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[549/603] Compiling NIOCore EventLoopFuture+Deprecated.swift
[550/603] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[551/603] Compiling NIOCore EventLoopFuture.swift
[552/603] Compiling NIOCore FileDescriptor.swift
[553/603] Compiling NIOCore FileHandle.swift
[554/603] Compiling NIOCore FileRegion.swift
[555/603] Compiling NIOCore AddressedEnvelope.swift
[556/603] Compiling NIOCore AsyncAwaitSupport.swift
[557/603] Compiling NIOCore AsyncChannel.swift
[558/603] Compiling NIOCore AsyncChannelHandler.swift
[559/603] Compiling NIOCore AsyncChannelInboundStream.swift
[560/603] Compiling NIOCore AsyncChannelOutboundWriter.swift
[561/603] Compiling NIOCore NIOAsyncSequenceProducer.swift
[562/603] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[563/603] Compiling NIOCore NIOAsyncWriter.swift
[564/603] Compiling NIOCore ChannelPipeline.swift
[565/603] Compiling NIOCore CircularBuffer.swift
[566/603] Compiling NIOCore Codec.swift
[567/603] Compiling NIOCore ConvenienceOptionSupport.swift
[568/603] Compiling NIOCore DeadChannel.swift
[569/603] Compiling NIOCore DispatchQueue+WithFuture.swift
[570/603] Compiling NIOCore EventLoop+Deprecated.swift
[571/603] Compiling NIOCore EventLoop+SerialExecutor.swift
[572/603] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[573/603] Compiling NIOCore BSDSocketAPI.swift
[574/603] Compiling NIOCore ByteBuffer-aux.swift
[575/603] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[576/603] Compiling NIOCore ByteBuffer-conversions.swift
[577/603] Compiling NIOCore ByteBuffer-core.swift
[578/603] Compiling NIOCore ByteBuffer-hex.swift
[579/603] Compiling NIOCore ByteBuffer-int.swift
[580/603] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[581/603] Compiling NIOCore ByteBuffer-multi-int.swift
[582/603] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[583/603] Compiling NIOCore ByteBuffer-views.swift
[584/603] Compiling NIOCore Channel.swift
[585/603] Compiling NIOCore ChannelHandler.swift
[586/603] Compiling NIOCore ChannelHandlers.swift
[587/603] Compiling NIOCore ChannelInvoker.swift
[588/603] Compiling NIOCore ChannelOption.swift
[589/603] Emitting module NIOCore
[590/604] Wrapping AST for NIOCore for debugging
[592/655] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[593/655] Compiling NIOEmbedded Embedded.swift
[594/655] Emitting module NIOEmbedded
[595/655] Compiling NIOEmbedded AsyncTestingChannel.swift
[596/656] Wrapping AST for NIOEmbedded for debugging
[598/656] Compiling NIOPosix ServerSocket.swift
[599/656] Compiling NIOPosix Socket.swift
[600/656] Compiling NIOPosix SocketChannel.swift
[601/656] Compiling NIOPosix SocketProtocols.swift
[602/656] Compiling NIOPosix System.swift
[603/656] Compiling NIOPosix Thread.swift
[604/656] Compiling NIOPosix SelectableChannel.swift
[605/656] Compiling NIOPosix SelectableEventLoop.swift
[606/656] Compiling NIOPosix SelectorEpoll.swift
[607/656] Compiling NIOPosix SelectorGeneric.swift
[608/656] Compiling NIOPosix SelectorKqueue.swift
[609/656] Compiling NIOPosix SelectorUring.swift
[610/656] Compiling NIOPosix PooledRecvBufferAllocator.swift
[611/656] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[612/656] Compiling NIOPosix PosixSingletons.swift
[613/656] Compiling NIOPosix RawSocketBootstrap.swift
[614/656] Compiling NIOPosix Resolver.swift
[615/656] Compiling NIOPosix Selectable.swift
[616/662] Compiling NIOPosix BSDSocketAPICommon.swift
[617/662] Compiling NIOPosix BSDSocketAPIPosix.swift
[618/662] Compiling NIOPosix BSDSocketAPIWindows.swift
[619/662] Compiling NIOPosix BaseSocket.swift
[620/662] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[621/662] Compiling NIOPosix BaseSocketChannel.swift
[622/662] Compiling NIOPosix BaseStreamSocketChannel.swift
[623/662] Emitting module NIOPosix
[624/662] Compiling NIOPosix ThreadPosix.swift
[625/662] Compiling NIOPosix ThreadWindows.swift
[626/662] Compiling NIOPosix UnsafeTransfer.swift
[627/662] Compiling NIOPosix Utilities.swift
[628/662] Compiling NIOPosix VsockAddress.swift
[629/662] Compiling NIOPosix VsockChannelEvents.swift
[630/662] Compiling NIOPosix Bootstrap.swift
[631/662] Compiling NIOPosix ControlMessage.swift
[632/662] Compiling NIOPosix DatagramVectorReadManager.swift
[633/662] Compiling NIOPosix Errors+Any.swift
[634/662] Compiling NIOPosix FileDescriptor.swift
[635/662] Compiling NIOPosix GetaddrinfoResolver.swift
[636/662] Compiling NIOPosix HappyEyeballs.swift
[637/662] Compiling NIOPosix IO.swift
[638/662] Compiling NIOPosix IntegerBitPacking.swift
[639/662] Compiling NIOPosix IntegerTypes.swift
[640/662] Compiling NIOPosix Linux.swift
[641/662] Compiling NIOPosix LinuxCPUSet.swift
[642/662] Compiling NIOPosix LinuxUring.swift
[643/662] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[644/662] Compiling NIOPosix NIOThreadPool.swift
[645/662] Compiling NIOPosix NonBlockingFileIO.swift
[646/662] Compiling NIOPosix PendingDatagramWritesManager.swift
[647/662] Compiling NIOPosix PendingWritesManager.swift
[648/662] Compiling NIOPosix PipeChannel.swift
[649/662] Compiling NIOPosix PipePair.swift
[650/662] Compiling NIOPosix Pool.swift
[651/663] Wrapping AST for NIOPosix for debugging
[653/665] Compiling NIO Exports.swift
[654/665] Emitting module NIO
[655/666] Wrapping AST for NIO for debugging
[657/693] Compiling NIOTLS TLSEvents.swift
[658/693] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[659/693] Emitting module NIOTLS
[660/693] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[661/693] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[662/695] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[663/695] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[664/695] Compiling NIOTLS SNIHandler.swift
[665/696] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[666/696] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[667/696] Wrapping AST for NIOTLS for debugging
[669/696] Compiling NIOHTTP1 NIOTypedHTTPServerUpgradeHandler.swift
[670/696] Compiling NIOHTTP1 NIOTypedHTTPServerUpgraderStateMachine.swift
[671/696] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[672/696] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[673/696] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[674/696] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[675/725] Compiling NIOSSL SSLCallbacks.swift
[676/725] Compiling NIOSSL LinuxCABundle.swift
[677/725] Compiling NIOSSL NIOSSLHandler.swift
[678/725] Compiling NIOSSL SSLPublicKey.swift
[679/725] Emitting module NIOHTTP1
[680/725] Compiling NIOSSL CustomPrivateKey.swift
[681/725] Compiling NIOSSL IdentityVerification.swift
[682/725] Compiling NIOSSL NIOSSLServerHandler.swift
[683/726] Wrapping AST for NIOHTTP1 for debugging
[685/736] Compiling NIOSSL NIOSSLSecureBytes.swift
[686/736] Compiling NIOSSL RNG.swift
[687/736] Compiling NIOSSL SafeCompare.swift
[688/736] Compiling NIOSSL Zeroization.swift
[690/736] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[691/736] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[692/736] Compiling NIOSSL SubjectAlternativeName.swift
[693/739] Compiling NIOSSL SSLErrors.swift
[694/739] Compiling NIOSSL SSLInit.swift
[695/739] Compiling NIOSSL SSLPKCS12Bundle.swift
[696/739] Compiling NIOSSL SSLPrivateKey.swift
[697/739] Compiling NIOWebSocket WebSocketErrorCodes.swift
[698/740] Compiling NIOWebSocket WebSocketOpcode.swift
[699/740] Emitting module NIOSSL
[700/740] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[701/740] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[702/740] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[703/740] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[704/740] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[705/740] Emitting module NIOWebSocket
[706/740] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[707/740] Compiling NIOWebSocket SHA1.swift
[712/740] Compiling NIOWebSocket WebSocketFrame.swift
[713/741] Wrapping AST for NIOWebSocket for debugging
[715/741] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[716/741] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[717/741] Emitting module NIOFoundationCompat
[718/741] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[719/741] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[720/742] Wrapping AST for NIOFoundationCompat for debugging
[722/742] Compiling NIOSSL TLSConfiguration.swift
[723/742] Compiling NIOSSL UniversalBootstrapSupport.swift
[724/742] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[726/742] Compiling NIOSSL ObjectIdentifier.swift
[727/742] Compiling NIOSSL PosixPort.swift
[729/742] Compiling NIOSSL SSLCertificate.swift
[730/742] Compiling NIOSSL SSLCertificateExtensions.swift
[731/742] Compiling NIOSSL SSLConnection.swift
[732/742] Compiling NIOSSL SSLContext.swift
[734/742] Compiling NIOSSL NIOSSLClientHandler.swift
[735/742] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[737/743] Wrapping AST for NIOSSL for debugging
[739/761] Compiling LCLWebSocket LCLWebSocket+Logging.swift
[740/761] Compiling LCLWebSocket LCLWebSocket+SocketOption.swift
[741/763] Compiling LCLWebSocket LCLWebSocket+EventloopGroup.swift
[742/763] Compiling LCLWebSocket LCLWebSocket.swift
[743/763] Compiling LCLWebSocket LCLWebSocketListenable.swift
[744/763] Compiling LCLWebSocket WebSocketHandler.swift
[745/763] Compiling LCLWebSocket WebSocketScheme.swift
[746/763] Compiling LCLWebSocket WebSocketClient.swift
[747/763] Compiling LCLWebSocket LCLWebSocket+ChannelInitializer.swift
[748/763] Compiling LCLWebSocket LCLWebSocket+Error.swift
[749/763] Emitting module LCLWebSocket
[750/763] Compiling LCLWebSocket WebSocketConfiguration.swift
[751/763] Compiling LCLWebSocket PerMessageDeflateExtension.swift
[752/763] Compiling LCLWebSocket WebSocketExtension.swift
[753/763] Compiling LCLWebSocket WebSocketExtensionNegotiationHandler.swift
[754/763] Compiling LCLWebSocket TimeAmount+Extension.swift
[755/763] Compiling LCLWebSocket WebSocket.swift
[756/763] Compiling LCLWebSocket WebSocketServer.swift
[757/763] Compiling LCLWebSocket WebSocketServerUpgradeConfiguration.swift
[758/763] Compiling LCLWebSocket LCLWebSocket+ChannelOption.swift
[759/764] Wrapping AST for LCLWebSocket for debugging
[761/775] Compiling LCLSpeedtest Networking.swift
[762/776] Compiling LCLSpeedtest SpeedTestable.swift
[763/776] Compiling LCLSpeedtest UploadClient.swift
/host/spi-builder-workspace/Sources/LCLSpeedtest/UploadClient.swift:113:5: warning: instance method of non-Sendable type 'UploadClient' cannot be marked as '@Sendable'; this is an error in the Swift 6 language mode
17 | import NIOWebSocket
18 |
19 | internal final class UploadClient: SpeedTestable {
| `- note: class 'UploadClient' does not conform to the 'Sendable' protocol
20 | private let url: URL
21 | private let eventloopGroup: MultiThreadedEventLoopGroup
:
111 | }
112 |
113 | @Sendable
| `- warning: instance method of non-Sendable type 'UploadClient' cannot be marked as '@Sendable'; this is an error in the Swift 6 language mode
114 | func onText(ws: WebSocket, text: String) {
115 | let buffer = ByteBuffer(string: text)
/host/spi-builder-workspace/Sources/LCLSpeedtest/UploadClient.swift:131:5: warning: instance method of non-Sendable type 'UploadClient' cannot be marked as '@Sendable'; this is an error in the Swift 6 language mode
17 | import NIOWebSocket
18 |
19 | internal final class UploadClient: SpeedTestable {
| `- note: class 'UploadClient' does not conform to the 'Sendable' protocol
20 | private let url: URL
21 | private let eventloopGroup: MultiThreadedEventLoopGroup
:
129 | }
130 |
131 | @Sendable
| `- warning: instance method of non-Sendable type 'UploadClient' cannot be marked as '@Sendable'; this is an error in the Swift 6 language mode
132 | func onBinary(ws: WebSocket, bytes: ByteBuffer) {
133 | do {
/host/spi-builder-workspace/Sources/LCLSpeedtest/UploadClient.swift:64:13: warning: capture of 'self' with non-sendable type 'UploadClient' in a `@Sendable` closure; this is an error in the Swift 6 language mode
17 | import NIOWebSocket
18 |
19 | internal final class UploadClient: SpeedTestable {
| `- note: class 'UploadClient' does not conform to the 'Sendable' protocol
20 | private let url: URL
21 | private let eventloopGroup: MultiThreadedEventLoopGroup
:
62 | client.onOpen { ws in
63 | print("websocket connected")
64 | self.upload(using: ws).cascadeFailure(to: promise)
| `- warning: capture of 'self' with non-sendable type 'UploadClient' in a `@Sendable` closure; this is an error in the Swift 6 language mode
65 | }
66 | client.onText(self.onText(ws:text:))
/host/spi-builder-workspace/Sources/LCLSpeedtest/UploadClient.swift:69:26: warning: capture of 'self' with non-sendable type 'UploadClient' in a `@Sendable` closure; this is an error in the Swift 6 language mode
17 | import NIOWebSocket
18 |
19 | internal final class UploadClient: SpeedTestable {
| `- note: class 'UploadClient' does not conform to the 'Sendable' protocol
20 | private let url: URL
21 | private let eventloopGroup: MultiThreadedEventLoopGroup
:
67 | client.onBinary(self.onBinary(ws:bytes:))
68 | client.onClosing { closeCode, _ in
69 | let result = self.onClose(closeCode: closeCode)
| `- warning: capture of 'self' with non-sendable type 'UploadClient' in a `@Sendable` closure; this is an error in the Swift 6 language mode
70 | switch result {
71 | case .success:
/host/spi-builder-workspace/Sources/LCLSpeedtest/UploadClient.swift:74:25: warning: capture of 'onFinish' with non-sendable type '(MeasurementProgress, (any Error)?) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
72 | if let onFinish = self.onFinish {
73 | self.emitter.async {
74 | onFinish(
| |- warning: capture of 'onFinish' with non-sendable type '(MeasurementProgress, (any Error)?) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
75 | UploadClient.generateMeasurementProgress(
76 | startTime: self.startTime,
/host/spi-builder-workspace/Sources/LCLSpeedtest/UploadClient.swift:76:44: warning: capture of 'self' with non-sendable type 'UploadClient' in a `@Sendable` closure; this is an error in the Swift 6 language mode
17 | import NIOWebSocket
18 |
19 | internal final class UploadClient: SpeedTestable {
| `- note: class 'UploadClient' does not conform to the 'Sendable' protocol
20 | private let url: URL
21 | private let eventloopGroup: MultiThreadedEventLoopGroup
:
74 | onFinish(
75 | UploadClient.generateMeasurementProgress(
76 | startTime: self.startTime,
| `- warning: capture of 'self' with non-sendable type 'UploadClient' in a `@Sendable` closure; this is an error in the Swift 6 language mode
77 | numBytes: self.totalBytes,
78 | direction: .upload
/host/spi-builder-workspace/Sources/LCLSpeedtest/UploadClient.swift:87:25: warning: capture of 'onFinish' with non-sendable type '(MeasurementProgress, (any Error)?) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
85 | if let onFinish = self.onFinish {
86 | self.emitter.async {
87 | onFinish(
| |- warning: capture of 'onFinish' with non-sendable type '(MeasurementProgress, (any Error)?) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
88 | UploadClient.generateMeasurementProgress(
89 | startTime: self.startTime,
/host/spi-builder-workspace/Sources/LCLSpeedtest/UploadClient.swift:89:44: warning: capture of 'self' with non-sendable type 'UploadClient' in a `@Sendable` closure; this is an error in the Swift 6 language mode
17 | import NIOWebSocket
18 |
19 | internal final class UploadClient: SpeedTestable {
| `- note: class 'UploadClient' does not conform to the 'Sendable' protocol
20 | private let url: URL
21 | private let eventloopGroup: MultiThreadedEventLoopGroup
:
87 | onFinish(
88 | UploadClient.generateMeasurementProgress(
89 | startTime: self.startTime,
| `- warning: capture of 'self' with non-sendable type 'UploadClient' in a `@Sendable` closure; this is an error in the Swift 6 language mode
90 | numBytes: self.totalBytes,
91 | direction: .upload
/host/spi-builder-workspace/Sources/LCLSpeedtest/UploadClient.swift:123:21: warning: capture of 'onMeasurement' with non-sendable type '(SpeedTestMeasurement) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
121 | if let onMeasurement = self.onMeasurement {
122 | self.emitter.async {
123 | onMeasurement(measurement)
| |- warning: capture of 'onMeasurement' with non-sendable type '(SpeedTestMeasurement) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
124 | }
125 | }
/host/spi-builder-workspace/Sources/LCLSpeedtest/UploadClient.swift:123:35: warning: capture of 'measurement' with non-sendable type 'SpeedTestMeasurement' in a `@Sendable` closure; this is an error in the Swift 6 language mode
121 | if let onMeasurement = self.onMeasurement {
122 | self.emitter.async {
123 | onMeasurement(measurement)
| `- warning: capture of 'measurement' with non-sendable type 'SpeedTestMeasurement' in a `@Sendable` closure; this is an error in the Swift 6 language mode
124 | }
125 | }
/host/spi-builder-workspace/Sources/LCLSpeedtest/Models/Measurement.swift:91:15: note: consider making struct 'SpeedTestMeasurement' conform to the 'Sendable' protocol
89 | }
90 |
91 | public struct SpeedTestMeasurement: Codable {
| `- note: consider making struct 'SpeedTestMeasurement' conform to the 'Sendable' protocol
92 | public var appInfo: AppInfo?
93 | public let bbrInfo: BBRInfo?
/host/spi-builder-workspace/Sources/LCLSpeedtest/UploadClient.swift:161:22: warning: capture of 'self' with non-sendable type 'UploadClient' in a `@Sendable` closure
17 | import NIOWebSocket
18 |
19 | internal final class UploadClient: SpeedTestable {
| `- note: class 'UploadClient' does not conform to the 'Sendable' protocol
20 | private let url: URL
21 | private let eventloopGroup: MultiThreadedEventLoopGroup
:
159 | newLoadSize > maxMessageSize ? maxMessageSize : scalingFactor * newLoadSize
160 | let loadSize =
161 | (self.totalBytes - bufferedBytes > nextIncrementSize) ? newLoadSize * 2 : newLoadSize
| `- warning: capture of 'self' with non-sendable type 'UploadClient' in a `@Sendable` closure
162 | if bufferedBytes < 7 * loadSize {
163 |
/host/spi-builder-workspace/Sources/LCLSpeedtest/UploadClient.swift:175:17: warning: capture of 'send(newLoadSize:)' with non-sendable type '(Int) -> ()' in a `@Sendable` closure
173 | }.cascadeFailure(to: promise)
174 |
175 | send(newLoadSize: loadSize)
| |- warning: capture of 'send(newLoadSize:)' with non-sendable type '(Int) -> ()' in a `@Sendable` closure
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
176 | }.cascadeFailure(to: promise)
177 | }
/host/spi-builder-workspace/Sources/LCLSpeedtest/UploadClient.swift:172:21: warning: capture of 'self' with non-sendable type 'UploadClient' in a `@Sendable` closure
17 | import NIOWebSocket
18 |
19 | internal final class UploadClient: SpeedTestable {
| `- note: class 'UploadClient' does not conform to the 'Sendable' protocol
20 | private let url: URL
21 | private let eventloopGroup: MultiThreadedEventLoopGroup
:
170 |
171 | ws.bufferedAmount.hop(to: el).map { buffered in
172 | self.reportToClient(currentBufferSize: buffered)
| `- warning: capture of 'self' with non-sendable type 'UploadClient' in a `@Sendable` closure
173 | }.cascadeFailure(to: promise)
174 |
/host/spi-builder-workspace/Sources/LCLSpeedtest/UploadClient.swift:151:14: warning: concurrently-executed local function 'send(newLoadSize:)' must be marked as '@Sendable'
149 | let promise = el.makePromise(of: Void.self)
150 |
151 | func send(newLoadSize: Int) {
| `- warning: concurrently-executed local function 'send(newLoadSize:)' must be marked as '@Sendable'
152 | guard NIODeadline.now() - self.startTime < TimeAmount.seconds(measurementDuration) else {
153 | promise.succeed()
/host/spi-builder-workspace/Sources/LCLSpeedtest/UploadClient.swift:195:17: warning: capture of 'onProgress' with non-sendable type '(MeasurementProgress) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
193 | if (current - self.previousTimeMark) > TimeAmount.milliseconds(measurementReportInterval) {
194 | self.emitter.async {
195 | onProgress(
| |- warning: capture of 'onProgress' with non-sendable type '(MeasurementProgress) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
196 | UploadClient.generateMeasurementProgress(
197 | startTime: self.startTime,
/host/spi-builder-workspace/Sources/LCLSpeedtest/UploadClient.swift:197:36: warning: capture of 'self' with non-sendable type 'UploadClient' in a `@Sendable` closure; this is an error in the Swift 6 language mode
17 | import NIOWebSocket
18 |
19 | internal final class UploadClient: SpeedTestable {
| `- note: class 'UploadClient' does not conform to the 'Sendable' protocol
20 | private let url: URL
21 | private let eventloopGroup: MultiThreadedEventLoopGroup
:
195 | onProgress(
196 | UploadClient.generateMeasurementProgress(
197 | startTime: self.startTime,
| `- warning: capture of 'self' with non-sendable type 'UploadClient' in a `@Sendable` closure; this is an error in the Swift 6 language mode
198 | numBytes: self.totalBytes - currentBufferSize,
199 | direction: .upload
[764/776] Emitting module LCLSpeedtest
/host/spi-builder-workspace/Sources/LCLSpeedtest/DownloadClient.swift:113:5: warning: instance method of non-Sendable type 'DownloadClient' cannot be marked as '@Sendable'; this is an error in the Swift 6 language mode
17 | import NIOWebSocket
18 |
19 | internal final class DownloadClient: SpeedTestable {
| `- note: class 'DownloadClient' does not conform to the 'Sendable' protocol
20 | private let url: URL
21 | private let eventloopGroup: MultiThreadedEventLoopGroup
:
111 | }
112 |
113 | @Sendable
| `- warning: instance method of non-Sendable type 'DownloadClient' cannot be marked as '@Sendable'; this is an error in the Swift 6 language mode
114 | func onText(ws: WebSocket, text: String) {
115 | let buffer = ByteBuffer(string: text)
/host/spi-builder-workspace/Sources/LCLSpeedtest/DownloadClient.swift:132:5: warning: instance method of non-Sendable type 'DownloadClient' cannot be marked as '@Sendable'; this is an error in the Swift 6 language mode
17 | import NIOWebSocket
18 |
19 | internal final class DownloadClient: SpeedTestable {
| `- note: class 'DownloadClient' does not conform to the 'Sendable' protocol
20 | private let url: URL
21 | private let eventloopGroup: MultiThreadedEventLoopGroup
:
130 | }
131 |
132 | @Sendable
| `- warning: instance method of non-Sendable type 'DownloadClient' cannot be marked as '@Sendable'; this is an error in the Swift 6 language mode
133 | func onBinary(ws: WebSocket, bytes: ByteBuffer) {
134 | self.totalBytes += bytes.readableBytes
/host/spi-builder-workspace/Sources/LCLSpeedtest/UploadClient.swift:113:5: warning: instance method of non-Sendable type 'UploadClient' cannot be marked as '@Sendable'; this is an error in the Swift 6 language mode
17 | import NIOWebSocket
18 |
19 | internal final class UploadClient: SpeedTestable {
| `- note: class 'UploadClient' does not conform to the 'Sendable' protocol
20 | private let url: URL
21 | private let eventloopGroup: MultiThreadedEventLoopGroup
:
111 | }
112 |
113 | @Sendable
| `- warning: instance method of non-Sendable type 'UploadClient' cannot be marked as '@Sendable'; this is an error in the Swift 6 language mode
114 | func onText(ws: WebSocket, text: String) {
115 | let buffer = ByteBuffer(string: text)
/host/spi-builder-workspace/Sources/LCLSpeedtest/UploadClient.swift:131:5: warning: instance method of non-Sendable type 'UploadClient' cannot be marked as '@Sendable'; this is an error in the Swift 6 language mode
17 | import NIOWebSocket
18 |
19 | internal final class UploadClient: SpeedTestable {
| `- note: class 'UploadClient' does not conform to the 'Sendable' protocol
20 | private let url: URL
21 | private let eventloopGroup: MultiThreadedEventLoopGroup
:
129 | }
130 |
131 | @Sendable
| `- warning: instance method of non-Sendable type 'UploadClient' cannot be marked as '@Sendable'; this is an error in the Swift 6 language mode
132 | func onBinary(ws: WebSocket, bytes: ByteBuffer) {
133 | do {
[765/776] Compiling LCLSpeedtest Constants.swift
/host/spi-builder-workspace/Sources/LCLSpeedtest/DownloadClient.swift:113:5: warning: instance method of non-Sendable type 'DownloadClient' cannot be marked as '@Sendable'; this is an error in the Swift 6 language mode
17 | import NIOWebSocket
18 |
19 | internal final class DownloadClient: SpeedTestable {
| `- note: class 'DownloadClient' does not conform to the 'Sendable' protocol
20 | private let url: URL
21 | private let eventloopGroup: MultiThreadedEventLoopGroup
:
111 | }
112 |
113 | @Sendable
| `- warning: instance method of non-Sendable type 'DownloadClient' cannot be marked as '@Sendable'; this is an error in the Swift 6 language mode
114 | func onText(ws: WebSocket, text: String) {
115 | let buffer = ByteBuffer(string: text)
/host/spi-builder-workspace/Sources/LCLSpeedtest/DownloadClient.swift:132:5: warning: instance method of non-Sendable type 'DownloadClient' cannot be marked as '@Sendable'; this is an error in the Swift 6 language mode
17 | import NIOWebSocket
18 |
19 | internal final class DownloadClient: SpeedTestable {
| `- note: class 'DownloadClient' does not conform to the 'Sendable' protocol
20 | private let url: URL
21 | private let eventloopGroup: MultiThreadedEventLoopGroup
:
130 | }
131 |
132 | @Sendable
| `- warning: instance method of non-Sendable type 'DownloadClient' cannot be marked as '@Sendable'; this is an error in the Swift 6 language mode
133 | func onBinary(ws: WebSocket, bytes: ByteBuffer) {
134 | self.totalBytes += bytes.readableBytes
/host/spi-builder-workspace/Sources/LCLSpeedtest/DownloadClient.swift:68:26: warning: capture of 'self' with non-sendable type 'DownloadClient' in a `@Sendable` closure; this is an error in the Swift 6 language mode
17 | import NIOWebSocket
18 |
19 | internal final class DownloadClient: SpeedTestable {
| `- note: class 'DownloadClient' does not conform to the 'Sendable' protocol
20 | private let url: URL
21 | private let eventloopGroup: MultiThreadedEventLoopGroup
:
66 | client.onBinary(self.onBinary(ws:bytes:))
67 | client.onClosing { closeCode, _ in
68 | let result = self.onClose(closeCode: closeCode)
| `- warning: capture of 'self' with non-sendable type 'DownloadClient' in a `@Sendable` closure; this is an error in the Swift 6 language mode
69 | switch result {
70 | case .success:
/host/spi-builder-workspace/Sources/LCLSpeedtest/DownloadClient.swift:73:25: warning: capture of 'onFinish' with non-sendable type '(MeasurementProgress, (any Error)?) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
71 | if let onFinish = self.onFinish {
72 | self.emitter.async {
73 | onFinish(
| |- warning: capture of 'onFinish' with non-sendable type '(MeasurementProgress, (any Error)?) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
74 | DownloadClient.generateMeasurementProgress(
75 | startTime: self.startTime,
/host/spi-builder-workspace/Sources/LCLSpeedtest/DownloadClient.swift:75:44: warning: capture of 'self' with non-sendable type 'DownloadClient' in a `@Sendable` closure; this is an error in the Swift 6 language mode
17 | import NIOWebSocket
18 |
19 | internal final class DownloadClient: SpeedTestable {
| `- note: class 'DownloadClient' does not conform to the 'Sendable' protocol
20 | private let url: URL
21 | private let eventloopGroup: MultiThreadedEventLoopGroup
:
73 | onFinish(
74 | DownloadClient.generateMeasurementProgress(
75 | startTime: self.startTime,
| `- warning: capture of 'self' with non-sendable type 'DownloadClient' in a `@Sendable` closure; this is an error in the Swift 6 language mode
76 | numBytes: self.totalBytes,
77 | direction: .download
/host/spi-builder-workspace/Sources/LCLSpeedtest/DownloadClient.swift:86:25: warning: capture of 'onFinish' with non-sendable type '(MeasurementProgress, (any Error)?) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
84 | if let onFinish = self.onFinish {
85 | self.emitter.async {
86 | onFinish(
| |- warning: capture of 'onFinish' with non-sendable type '(MeasurementProgress, (any Error)?) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
87 | DownloadClient.generateMeasurementProgress(
88 | startTime: self.startTime,
/host/spi-builder-workspace/Sources/LCLSpeedtest/DownloadClient.swift:88:44: warning: capture of 'self' with non-sendable type 'DownloadClient' in a `@Sendable` closure; this is an error in the Swift 6 language mode
17 | import NIOWebSocket
18 |
19 | internal final class DownloadClient: SpeedTestable {
| `- note: class 'DownloadClient' does not conform to the 'Sendable' protocol
20 | private let url: URL
21 | private let eventloopGroup: MultiThreadedEventLoopGroup
:
86 | onFinish(
87 | DownloadClient.generateMeasurementProgress(
88 | startTime: self.startTime,
| `- warning: capture of 'self' with non-sendable type 'DownloadClient' in a `@Sendable` closure; this is an error in the Swift 6 language mode
89 | numBytes: self.totalBytes,
90 | direction: .download
/host/spi-builder-workspace/Sources/LCLSpeedtest/DownloadClient.swift:124:21: warning: capture of 'onMeasurement' with non-sendable type '(SpeedTestMeasurement) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
122 | if let onMeasurement = self.onMeasurement {
123 | self.emitter.async {
124 | onMeasurement(measurement)
| |- warning: capture of 'onMeasurement' with non-sendable type '(SpeedTestMeasurement) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
125 | }
126 | }
/host/spi-builder-workspace/Sources/LCLSpeedtest/DownloadClient.swift:124:35: warning: capture of 'measurement' with non-sendable type 'SpeedTestMeasurement' in a `@Sendable` closure; this is an error in the Swift 6 language mode
122 | if let onMeasurement = self.onMeasurement {
123 | self.emitter.async {
124 | onMeasurement(measurement)
| `- warning: capture of 'measurement' with non-sendable type 'SpeedTestMeasurement' in a `@Sendable` closure; this is an error in the Swift 6 language mode
125 | }
126 | }
/host/spi-builder-workspace/Sources/LCLSpeedtest/Models/Measurement.swift:91:15: note: consider making struct 'SpeedTestMeasurement' conform to the 'Sendable' protocol
89 | }
90 |
91 | public struct SpeedTestMeasurement: Codable {
| `- note: consider making struct 'SpeedTestMeasurement' conform to the 'Sendable' protocol
92 | public var appInfo: AppInfo?
93 | public let bbrInfo: BBRInfo?
/host/spi-builder-workspace/Sources/LCLSpeedtest/DownloadClient.swift:139:21: warning: capture of 'onProgress' with non-sendable type '(MeasurementProgress) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
137 | if (current - self.previousTimeMark) > TimeAmount.milliseconds(measurementReportInterval) {
138 | self.emitter.async {
139 | onProgress(
| |- warning: capture of 'onProgress' with non-sendable type '(MeasurementProgress) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
140 | DownloadClient.generateMeasurementProgress(
141 | startTime: self.startTime,
/host/spi-builder-workspace/Sources/LCLSpeedtest/DownloadClient.swift:141:40: warning: capture of 'self' with non-sendable type 'DownloadClient' in a `@Sendable` closure; this is an error in the Swift 6 language mode
17 | import NIOWebSocket
18 |
19 | internal final class DownloadClient: SpeedTestable {
| `- note: class 'DownloadClient' does not conform to the 'Sendable' protocol
20 | private let url: URL
21 | private let eventloopGroup: MultiThreadedEventLoopGroup
:
139 | onProgress(
140 | DownloadClient.generateMeasurementProgress(
141 | startTime: self.startTime,
| `- warning: capture of 'self' with non-sendable type 'DownloadClient' in a `@Sendable` closure; this is an error in the Swift 6 language mode
142 | numBytes: self.totalBytes,
143 | direction: .download
[766/776] Compiling LCLSpeedtest DownloadClient.swift
/host/spi-builder-workspace/Sources/LCLSpeedtest/DownloadClient.swift:113:5: warning: instance method of non-Sendable type 'DownloadClient' cannot be marked as '@Sendable'; this is an error in the Swift 6 language mode
17 | import NIOWebSocket
18 |
19 | internal final class DownloadClient: SpeedTestable {
| `- note: class 'DownloadClient' does not conform to the 'Sendable' protocol
20 | private let url: URL
21 | private let eventloopGroup: MultiThreadedEventLoopGroup
:
111 | }
112 |
113 | @Sendable
| `- warning: instance method of non-Sendable type 'DownloadClient' cannot be marked as '@Sendable'; this is an error in the Swift 6 language mode
114 | func onText(ws: WebSocket, text: String) {
115 | let buffer = ByteBuffer(string: text)
/host/spi-builder-workspace/Sources/LCLSpeedtest/DownloadClient.swift:132:5: warning: instance method of non-Sendable type 'DownloadClient' cannot be marked as '@Sendable'; this is an error in the Swift 6 language mode
17 | import NIOWebSocket
18 |
19 | internal final class DownloadClient: SpeedTestable {
| `- note: class 'DownloadClient' does not conform to the 'Sendable' protocol
20 | private let url: URL
21 | private let eventloopGroup: MultiThreadedEventLoopGroup
:
130 | }
131 |
132 | @Sendable
| `- warning: instance method of non-Sendable type 'DownloadClient' cannot be marked as '@Sendable'; this is an error in the Swift 6 language mode
133 | func onBinary(ws: WebSocket, bytes: ByteBuffer) {
134 | self.totalBytes += bytes.readableBytes
/host/spi-builder-workspace/Sources/LCLSpeedtest/DownloadClient.swift:68:26: warning: capture of 'self' with non-sendable type 'DownloadClient' in a `@Sendable` closure; this is an error in the Swift 6 language mode
17 | import NIOWebSocket
18 |
19 | internal final class DownloadClient: SpeedTestable {
| `- note: class 'DownloadClient' does not conform to the 'Sendable' protocol
20 | private let url: URL
21 | private let eventloopGroup: MultiThreadedEventLoopGroup
:
66 | client.onBinary(self.onBinary(ws:bytes:))
67 | client.onClosing { closeCode, _ in
68 | let result = self.onClose(closeCode: closeCode)
| `- warning: capture of 'self' with non-sendable type 'DownloadClient' in a `@Sendable` closure; this is an error in the Swift 6 language mode
69 | switch result {
70 | case .success:
/host/spi-builder-workspace/Sources/LCLSpeedtest/DownloadClient.swift:73:25: warning: capture of 'onFinish' with non-sendable type '(MeasurementProgress, (any Error)?) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
71 | if let onFinish = self.onFinish {
72 | self.emitter.async {
73 | onFinish(
| |- warning: capture of 'onFinish' with non-sendable type '(MeasurementProgress, (any Error)?) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
74 | DownloadClient.generateMeasurementProgress(
75 | startTime: self.startTime,
/host/spi-builder-workspace/Sources/LCLSpeedtest/DownloadClient.swift:75:44: warning: capture of 'self' with non-sendable type 'DownloadClient' in a `@Sendable` closure; this is an error in the Swift 6 language mode
17 | import NIOWebSocket
18 |
19 | internal final class DownloadClient: SpeedTestable {
| `- note: class 'DownloadClient' does not conform to the 'Sendable' protocol
20 | private let url: URL
21 | private let eventloopGroup: MultiThreadedEventLoopGroup
:
73 | onFinish(
74 | DownloadClient.generateMeasurementProgress(
75 | startTime: self.startTime,
| `- warning: capture of 'self' with non-sendable type 'DownloadClient' in a `@Sendable` closure; this is an error in the Swift 6 language mode
76 | numBytes: self.totalBytes,
77 | direction: .download
/host/spi-builder-workspace/Sources/LCLSpeedtest/DownloadClient.swift:86:25: warning: capture of 'onFinish' with non-sendable type '(MeasurementProgress, (any Error)?) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
84 | if let onFinish = self.onFinish {
85 | self.emitter.async {
86 | onFinish(
| |- warning: capture of 'onFinish' with non-sendable type '(MeasurementProgress, (any Error)?) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
87 | DownloadClient.generateMeasurementProgress(
88 | startTime: self.startTime,
/host/spi-builder-workspace/Sources/LCLSpeedtest/DownloadClient.swift:88:44: warning: capture of 'self' with non-sendable type 'DownloadClient' in a `@Sendable` closure; this is an error in the Swift 6 language mode
17 | import NIOWebSocket
18 |
19 | internal final class DownloadClient: SpeedTestable {
| `- note: class 'DownloadClient' does not conform to the 'Sendable' protocol
20 | private let url: URL
21 | private let eventloopGroup: MultiThreadedEventLoopGroup
:
86 | onFinish(
87 | DownloadClient.generateMeasurementProgress(
88 | startTime: self.startTime,
| `- warning: capture of 'self' with non-sendable type 'DownloadClient' in a `@Sendable` closure; this is an error in the Swift 6 language mode
89 | numBytes: self.totalBytes,
90 | direction: .download
/host/spi-builder-workspace/Sources/LCLSpeedtest/DownloadClient.swift:124:21: warning: capture of 'onMeasurement' with non-sendable type '(SpeedTestMeasurement) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
122 | if let onMeasurement = self.onMeasurement {
123 | self.emitter.async {
124 | onMeasurement(measurement)
| |- warning: capture of 'onMeasurement' with non-sendable type '(SpeedTestMeasurement) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
125 | }
126 | }
/host/spi-builder-workspace/Sources/LCLSpeedtest/DownloadClient.swift:124:35: warning: capture of 'measurement' with non-sendable type 'SpeedTestMeasurement' in a `@Sendable` closure; this is an error in the Swift 6 language mode
122 | if let onMeasurement = self.onMeasurement {
123 | self.emitter.async {
124 | onMeasurement(measurement)
| `- warning: capture of 'measurement' with non-sendable type 'SpeedTestMeasurement' in a `@Sendable` closure; this is an error in the Swift 6 language mode
125 | }
126 | }
/host/spi-builder-workspace/Sources/LCLSpeedtest/Models/Measurement.swift:91:15: note: consider making struct 'SpeedTestMeasurement' conform to the 'Sendable' protocol
89 | }
90 |
91 | public struct SpeedTestMeasurement: Codable {
| `- note: consider making struct 'SpeedTestMeasurement' conform to the 'Sendable' protocol
92 | public var appInfo: AppInfo?
93 | public let bbrInfo: BBRInfo?
/host/spi-builder-workspace/Sources/LCLSpeedtest/DownloadClient.swift:139:21: warning: capture of 'onProgress' with non-sendable type '(MeasurementProgress) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
137 | if (current - self.previousTimeMark) > TimeAmount.milliseconds(measurementReportInterval) {
138 | self.emitter.async {
139 | onProgress(
| |- warning: capture of 'onProgress' with non-sendable type '(MeasurementProgress) -> Void' in a `@Sendable` closure; this is an error in the Swift 6 language mode
| `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
140 | DownloadClient.generateMeasurementProgress(
141 | startTime: self.startTime,
/host/spi-builder-workspace/Sources/LCLSpeedtest/DownloadClient.swift:141:40: warning: capture of 'self' with non-sendable type 'DownloadClient' in a `@Sendable` closure; this is an error in the Swift 6 language mode
17 | import NIOWebSocket
18 |
19 | internal final class DownloadClient: SpeedTestable {
| `- note: class 'DownloadClient' does not conform to the 'Sendable' protocol
20 | private let url: URL
21 | private let eventloopGroup: MultiThreadedEventLoopGroup
:
139 | onProgress(
140 | DownloadClient.generateMeasurementProgress(
141 | startTime: self.startTime,
| `- warning: capture of 'self' with non-sendable type 'DownloadClient' in a `@Sendable` closure; this is an error in the Swift 6 language mode
142 | numBytes: self.totalBytes,
143 | direction: .download
[767/776] Compiling LCLSpeedtest TestServer.swift
[768/776] Compiling LCLSpeedtest TestType.swift
[769/776] Compiling LCLSpeedtest SpeedTestClient.swift
[770/776] Compiling LCLSpeedtest WebSocketClosCode+Extension.swift
[771/776] Compiling LCLSpeedtest Errors.swift
[772/776] Compiling LCLSpeedtest Measurement.swift
[773/777] Wrapping AST for LCLSpeedtest for debugging
[775/779] Emitting module Demo
[776/779] Compiling Demo Client.swift
/host/spi-builder-workspace/Sources/Demo/Client.swift:13:26: warning: sending 'client' risks causing data races; this is an error in the Swift 6 language mode
11 | }
12 |
13 | try await client.start(with: .download)
| |- warning: sending 'client' risks causing data races; this is an error in the Swift 6 language mode
| `- note: sending main actor-isolated 'client' to nonisolated callee risks causing data races between nonisolated and main actor-isolated uses
14 | }
15 | }
[777/780] Wrapping AST for Demo for debugging
[778/780] Write Objects.LinkFileList
[779/780] Linking Demo
Build complete! (218.92s)
Build complete.
{
"dependencies" : [
{
"identity" : "swift-nio",
"requirement" : {
"range" : [
{
"lower_bound" : "2.81.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-nio.git"
},
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.5.3",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
},
{
"identity" : "lcl-websocket",
"requirement" : {
"range" : [
{
"lower_bound" : "1.1.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Local-Connectivity-Lab/lcl-websocket.git"
}
],
"manifest_display_name" : "lcl-speedtest",
"name" : "lcl-speedtest",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
}
],
"products" : [
{
"name" : "LCLSpeedtest",
"targets" : [
"LCLSpeedtest"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "Demo",
"targets" : [
"Demo"
],
"type" : {
"executable" : null
}
}
],
"targets" : [
{
"c99name" : "LCLSpeedtest",
"module_type" : "SwiftTarget",
"name" : "LCLSpeedtest",
"path" : "Sources/LCLSpeedtest",
"product_dependencies" : [
"NIO",
"NIOCore",
"NIOPosix",
"NIOConcurrencyHelpers",
"Logging",
"LCLWebSocket"
],
"product_memberships" : [
"LCLSpeedtest",
"Demo"
],
"sources" : [
"Constants.swift",
"DownloadClient.swift",
"Errors.swift",
"Models/Measurement.swift",
"Models/TestServer.swift",
"Models/TestType.swift",
"Networking.swift",
"SpeedTestClient.swift",
"SpeedTestable.swift",
"UploadClient.swift",
"Utils/WebSocketClosCode+Extension.swift"
],
"type" : "library"
},
{
"c99name" : "Demo",
"module_type" : "SwiftTarget",
"name" : "Demo",
"path" : "Sources/Demo",
"product_memberships" : [
"Demo"
],
"sources" : [
"Client.swift"
],
"target_dependencies" : [
"LCLSpeedtest"
],
"type" : "executable"
}
],
"tools_version" : "5.9"
}
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:081dcf4fb829aea9d08447f4790431afbdfbcc335bfeed728ca69c6f181ae2aa
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Done.