The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of lcl-speedtest, reference main (1b5a79), with Swift 6.1 for Linux on 30 Apr 2025 20:41:24 UTC.

Swift 6 data race errors: 4

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.2
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.1
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/Local-Connectivity-Lab/lcl-websocket.git
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/apple/swift-nio.git
[1/637] Fetching lcl-websocket
[486/4473] Fetching lcl-websocket, swift-log
[4474/80042] Fetching lcl-websocket, swift-log, swift-nio
Fetched https://github.com/apple/swift-log.git from cache (0.50s)
[1393/76206] Fetching lcl-websocket, swift-nio
Fetched https://github.com/Local-Connectivity-Lab/lcl-websocket.git from cache (4.65s)
Fetched https://github.com/apple/swift-nio.git from cache (4.76s)
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 (5.52s)
Fetching https://github.com/apple/swift-atomics.git
Fetching https://github.com/apple/swift-nio-transport-services.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/1705] Fetching swift-atomics
[377/4324] Fetching swift-atomics, swift-nio-transport-services
[4325/19133] Fetching swift-atomics, swift-nio-transport-services, swift-nio-ssl
Fetched https://github.com/apple/swift-atomics.git from cache (0.46s)
[4248/17428] Fetching swift-nio-transport-services, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (1.94s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (1.98s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.2.0 (2.74s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.68s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.82.1 (3.95s)
Fetching https://github.com/apple/swift-system.git
Fetching https://github.com/apple/swift-collections.git
[1/4367] Fetching swift-system
[4368/20636] Fetching swift-system, swift-collections
Fetched https://github.com/apple/swift-system.git from cache (2.21s)
Fetched https://github.com/apple/swift-collections.git from cache (2.27s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.24.0 (3.14s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.4.2 (1.00s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.1.4 (0.87s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.30.0 (0.69s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.82.1
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.24.0
Creating working copy for https://github.com/Local-Connectivity-Lab/lcl-websocket.git
Working copy of https://github.com/Local-Connectivity-Lab/lcl-websocket.git resolved at 1.1.1
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.4.2
Creating working copy for https://github.com/apple/swift-nio-ssl.git
Working copy of https://github.com/apple/swift-nio-ssl.git resolved at 2.30.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-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-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Building for debugging...
[0/455] Compiling CLCLWebSocketZlib empty.c
[1/455] Write swift-version-24593BA9C3E375BF.txt
[1/455] Write sources
[4/455] Compiling _AtomicsShims.c
[5/459] Compiling a_d2i_fp.cc
[6/459] Compiling a_bitstr.cc
[6/459] Write sources
[23/459] Compiling CNIOWindows shim.c
[24/459] Compiling a_strex.cc
[25/459] Compiling a_bool.cc
[26/461] Compiling CNIOWindows WSAStartup.c
[27/461] Compiling CNIOWASI CNIOWASI.c
[28/471] Compiling CNIOSHA1 c_nio_sha1.c
[29/474] Compiling a_strnid.cc
[30/483] Compiling CNIOLinux liburing_shims.c
[31/483] Compiling CNIOLinux shim.c
[32/483] Compiling CNIOLLHTTP c_nio_http.c
[33/483] Compiling CNIOLLHTTP c_nio_api.c
[34/483] Compiling CNIODarwin shim.c
[35/483] Compiling CNIOLLHTTP c_nio_llhttp.c
[36/483] Compiling fiat_p256_adx_sqr.S
[37/483] Compiling fiat_p256_adx_mul.S
[38/483] Compiling fiat_curve25519_adx_square.S
[39/483] Compiling fiat_curve25519_adx_mul.S
[41/483] Emitting module _NIODataStructures
[41/483] Compiling CNIOBoringSSLShims shims.c
[42/483] Compiling c-atomics.c
[43/483] Compiling tls_method.cc
[44/483] Compiling c-nioatomics.c
[45/483] Compiling tls_record.cc
[47/489] Compiling _NIODataStructures PriorityQueue.swift
[48/489] Compiling _NIODataStructures _TinyArray.swift
[49/489] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[50/489] Compiling InternalCollectionsUtilities Integer rank.swift
[51/489] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[52/491] Emitting module _NIOBase64
[53/491] Compiling _NIOBase64 Base64.swift
[54/491] Compiling InternalCollectionsUtilities UInt+reversed.swift
[55/491] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[56/491] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[57/491] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[58/491] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[59/491] Compiling InternalCollectionsUtilities Specialize.swift
[60/492] Emitting module InternalCollectionsUtilities
[61/492] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+SE-0370.swift
[62/492] Compiling InternalCollectionsUtilities UnsafeMutablePointer+SE-0370.swift
[63/492] Compiling InternalCollectionsUtilities UnsafeRawPointer extensions.swift
[64/492] Compiling InternalCollectionsUtilities Debugging.swift
[65/492] Compiling InternalCollectionsUtilities Descriptions.swift
[66/492] Compiling InternalCollectionsUtilities _SortedCollection.swift
[67/492] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[69/492] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[70/492] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[71/493] Wrapping AST for _NIOBase64 for debugging
[72/508] Compiling tls13_client.cc
[73/508] Wrapping AST for InternalCollectionsUtilities for debugging
[75/508] Compiling _NIODataStructures Heap.swift
[76/509] Emitting module Logging
[77/509] Compiling Logging Locks.swift
[78/509] Compiling NIOConcurrencyHelpers lock.swift
[79/509] Compiling DequeModule _DequeBuffer.swift
[80/509] Compiling DequeModule _DequeBufferHeader.swift
[81/511] Compiling Logging LogHandler.swift
[82/511] Compiling Logging Logging.swift
[83/511] Compiling Logging MetadataProvider.swift
[84/512] Compiling tls13_server.cc
[86/512] Compiling NIOConcurrencyHelpers atomics.swift
[87/512] Compiling NIOConcurrencyHelpers NIOLock.swift
[88/512] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[89/512] Emitting module NIOConcurrencyHelpers
[90/512] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[91/512] Compiling DequeModule Deque+CustomReflectable.swift
[92/512] Compiling DequeModule Deque+Descriptions.swift
[93/512] Compiling DequeModule Deque+Equatable.swift
[94/512] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[95/512] Compiling DequeModule Deque+Extras.swift
[96/512] Compiling DequeModule Deque+Hashable.swift
[96/513] Compiling tls13_enc.cc
[97/513] Wrapping AST for _NIODataStructures for debugging
[101/513] Compiling DequeModule Deque+Codable.swift
[102/513] Compiling DequeModule Deque+Collection.swift
[102/513] Wrapping AST for NIOConcurrencyHelpers for debugging
[103/513] Wrapping AST for Logging for debugging
[105/513] Compiling DequeModule _DequeSlot.swift
[106/513] Compiling DequeModule _UnsafeWrappedBuffer.swift
[107/513] Compiling DequeModule Deque+Testing.swift
[108/513] Compiling DequeModule Deque._Storage.swift
[109/513] Compiling DequeModule Deque._UnsafeHandle.swift
[110/513] Compiling DequeModule Deque.swift
[111/513] Emitting module DequeModule
[111/514] Compiling tls13_both.cc
[113/514] Compiling t1_enc.cc
[114/514] Wrapping AST for DequeModule for debugging
[115/514] Compiling ssl_transcript.cc
[116/514] Compiling ssl_versions.cc
[117/514] Compiling ssl_session.cc
[118/514] Compiling ssl_stat.cc
[119/514] Compiling ssl_x509.cc
[120/514] Compiling ssl_file.cc
[121/514] Compiling ssl_privkey.cc
[122/514] Compiling ssl_lib.cc
[123/514] Compiling ssl_key_share.cc
[124/514] Compiling ssl_asn1.cc
[125/514] Compiling ssl_credential.cc
[126/514] Compiling ssl_cipher.cc
[127/514] Compiling ssl_buffer.cc
[128/514] Compiling ssl_cert.cc
[129/514] Compiling ssl_aead_ctx.cc
[130/514] Compiling s3_pkt.cc
[131/514] Compiling s3_lib.cc
[132/514] Compiling handshake_server.cc
[133/514] Compiling s3_both.cc
[134/514] Compiling handshake.cc
[135/514] Compiling handshake_client.cc
[136/514] Compiling handoff.cc
[137/514] Compiling extensions.cc
[138/514] Compiling dtls_record.cc
[139/514] Compiling md5-x86_64-linux.S
[140/514] Compiling md5-x86_64-apple.S
[141/514] Compiling encrypted_client_hello.cc
[142/514] Compiling md5-586-linux.S
[143/514] Compiling md5-586-apple.S
[144/514] Compiling d1_lib.cc
[145/514] Compiling d1_srtp.cc
[146/514] Compiling dtls_method.cc
[147/514] Compiling chacha20_poly1305_x86_64-apple.S
[148/514] Compiling chacha20_poly1305_armv8-win.S
[149/514] Compiling chacha20_poly1305_x86_64-linux.S
[150/514] Compiling chacha20_poly1305_armv8-linux.S
[151/514] Compiling chacha20_poly1305_armv8-apple.S
[152/514] Compiling chacha-x86_64-linux.S
[153/514] Compiling chacha-x86_64-apple.S
[154/514] Compiling chacha-x86-linux.S
[155/514] Compiling chacha-x86-apple.S
[156/514] Compiling chacha-armv8-win.S
[157/514] Compiling chacha-armv8-linux.S
[158/514] Compiling chacha-armv8-apple.S
[159/514] Compiling chacha-armv4-linux.S
[160/514] Compiling err_data.cc
[161/514] Compiling aes128gcmsiv-x86_64-apple.S
[162/514] Compiling aes128gcmsiv-x86_64-linux.S
[163/514] Compiling d1_both.cc
[164/514] Compiling x86_64-mont-linux.S
[165/514] Compiling x86_64-mont5-apple.S
[166/514] Compiling d1_pkt.cc
[167/514] Compiling x86_64-mont5-linux.S
[168/514] Compiling x86_64-mont-apple.S
[169/514] Compiling x86-mont-linux.S
[170/514] Compiling vpaes-x86_64-apple.S
[171/514] Compiling x86-mont-apple.S
[172/514] Compiling vpaes-x86-linux.S
[173/514] Compiling vpaes-armv8-win.S
[174/514] Compiling vpaes-x86_64-linux.S
[175/514] Compiling vpaes-armv8-linux.S
[176/514] Compiling vpaes-x86-apple.S
[177/514] Compiling vpaes-armv7-linux.S
[178/514] Compiling vpaes-armv8-apple.S
[179/514] Compiling sha512-armv8-linux.S
[180/514] Compiling sha512-armv8-win.S
[181/514] Compiling sha512-armv4-linux.S
[182/514] Compiling sha512-armv8-apple.S
[183/514] Compiling bio_ssl.cc
[184/514] Compiling sha512-x86_64-linux.S
[185/514] Compiling sha512-x86_64-apple.S
[186/514] Compiling sha512-586-linux.S
[187/514] Compiling sha256-armv8-apple.S
[188/514] Compiling sha256-armv8-linux.S
[189/514] Compiling sha256-x86_64-apple.S
[190/514] Compiling sha256-x86_64-linux.S
[191/514] Compiling sha512-586-apple.S
[192/514] Compiling sha256-armv8-win.S
[193/514] Compiling sha256-armv4-linux.S
[194/514] Compiling sha256-586-linux.S
[195/514] Compiling sha256-586-apple.S
[196/514] Compiling sha1-armv4-large-linux.S
[197/514] Compiling sha1-armv8-win.S
[198/514] Compiling sha1-armv8-linux.S
[199/514] Compiling sha1-x86_64-apple.S
[200/514] Compiling sha1-armv8-apple.S
[201/514] Compiling sha1-x86_64-linux.S
[202/514] Compiling sha1-586-linux.S
[203/514] Compiling rsaz-avx2-apple.S
[204/514] Compiling p256_beeu-x86_64-asm-linux.S
[205/514] Compiling sha1-586-apple.S
[206/514] Compiling rdrand-x86_64-apple.S
[207/514] Compiling rdrand-x86_64-linux.S
[208/514] Compiling rsaz-avx2-linux.S
[209/514] Compiling p256_beeu-armv8-asm-linux.S
[210/514] Compiling p256-x86_64-asm-apple.S
[211/514] Compiling p256_beeu-armv8-asm-apple.S
[212/514] Compiling p256-x86_64-asm-linux.S
[213/514] Compiling p256-armv8-asm-win.S
[214/514] Compiling p256_beeu-x86_64-asm-apple.S
[214/514] Compiling p256_beeu-armv8-asm-win.S
[216/514] Compiling p256-armv8-asm-linux.S
[217/514] Compiling ghashv8-armv8-linux.S
[218/514] Compiling p256-armv8-asm-apple.S
[219/514] Compiling ghashv8-armv7-linux.S
[220/514] Compiling ghashv8-armv8-win.S
[221/514] Compiling ghashv8-armv8-apple.S
[222/514] Compiling ghash-x86_64-linux.S
[223/514] Compiling ghash-x86_64-apple.S
[224/514] Compiling ghash-ssse3-x86_64-apple.S
[225/514] Compiling ghash-x86-linux.S
[226/514] Compiling ghash-ssse3-x86_64-linux.S
[227/514] Compiling ghash-x86-apple.S
[228/514] Compiling ghash-neon-armv8-win.S
[229/514] Compiling ghash-ssse3-x86-linux.S
[230/514] Compiling ghash-neon-armv8-linux.S
[231/514] Compiling ghash-ssse3-x86-apple.S
[232/514] Compiling co-586-linux.S
[233/514] Compiling ghash-neon-armv8-apple.S
[234/514] Compiling bsaes-armv7-linux.S
[235/514] Compiling co-586-apple.S
[236/514] Compiling ghash-armv4-linux.S
[237/514] Compiling bn-armv8-apple.S
[238/514] Compiling bn-armv8-win.S
[239/514] Compiling bn-armv8-linux.S
[240/514] Compiling armv8-mont-win.S
[241/514] Compiling bn-586-linux.S
[242/514] Compiling bn-586-apple.S
[243/514] Compiling armv8-mont-linux.S
[244/514] Compiling armv4-mont-linux.S
[244/514] Compiling armv8-mont-apple.S
[246/514] Compiling aesv8-gcm-armv8-linux.S
[247/514] Compiling aesv8-gcm-armv8-win.S
[248/514] Compiling aesv8-armv8-win.S
[249/514] Compiling aesv8-gcm-armv8-apple.S
[250/514] Compiling aesni-x86-linux.S
[251/514] Compiling aesv8-armv8-linux.S
[252/514] Compiling aesv8-armv7-linux.S
[253/514] Compiling aesni-gcm-x86_64-linux.S
[254/514] Compiling aesni-x86_64-linux.S
[255/514] Compiling aesv8-armv8-apple.S
[256/514] Compiling aesni-x86-apple.S
[257/514] Compiling aesni-gcm-x86_64-apple.S
[258/514] Compiling aesni-x86_64-apple.S
[259/514] Compiling aes-gcm-avx2-x86_64-apple.S
[260/514] Compiling aes-gcm-avx2-x86_64-linux.S
[261/514] Compiling aes-gcm-avx10-x86_64-apple.S
[262/514] Compiling aes-gcm-avx10-x86_64-linux.S
[263/514] Compiling x_x509a.cc
[264/514] Compiling x_req.cc
[265/514] Compiling x_sig.cc
[266/514] Compiling x_spki.cc
[267/514] Compiling x_pubkey.cc
[268/514] Compiling x_x509.cc
[269/514] Compiling x_val.cc
[270/514] Compiling x_name.cc
[271/514] Compiling x_crl.cc
[272/514] Compiling x_exten.cc
[273/514] Compiling x_attrib.cc
[274/514] Compiling x509rset.cc
[275/514] Compiling x509spki.cc
[276/514] Compiling x_algor.cc
[277/514] Compiling x509name.cc
[278/514] Compiling x_all.cc
[279/514] Compiling x509cset.cc
[280/514] Compiling x509_vpm.cc
[281/514] Compiling x509_txt.cc
[282/514] Compiling x509_trs.cc
[283/514] Compiling x509_v3.cc
[284/514] Compiling x509_vfy.cc
[285/514] Compiling x509_set.cc
[286/514] Compiling x509_req.cc
[287/514] Compiling x509_obj.cc
[288/514] Compiling x509_lu.cc
[289/514] Compiling x509_cmp.cc
[290/514] Compiling x509_d2.cc
[291/514] Compiling x509_ext.cc
[292/514] Compiling x509_def.cc
[293/514] Compiling v3_utl.cc
[294/514] Compiling x509.cc
[295/514] Compiling x509_att.cc
[296/514] Compiling v3_pmaps.cc
[297/514] Compiling v3_purp.cc
[298/514] Compiling v3_ocsp.cc
[299/514] Compiling v3_pcons.cc
[300/514] Compiling v3_ncons.cc
[301/514] Compiling v3_skey.cc
[302/514] Compiling v3_prn.cc
[303/514] Compiling v3_lib.cc
[304/514] Compiling v3_crld.cc
[305/514] Compiling v3_int.cc
[306/514] Compiling v3_enum.cc
[307/514] Compiling v3_info.cc
[308/514] Compiling v3_ia5.cc
[309/514] Compiling v3_genn.cc
[310/514] Compiling v3_extku.cc
[311/514] Compiling v3_cpols.cc
[312/514] Compiling v3_conf.cc
[313/514] Compiling v3_bitst.cc
[314/514] Compiling v3_bcons.cc
[315/514] Compiling v3_alt.cc
[316/514] Compiling v3_akeya.cc
[317/514] Compiling t_x509a.cc
[318/514] Compiling v3_akey.cc
[319/514] Compiling t_req.cc
[320/514] Compiling t_x509.cc
[321/514] Compiling t_crl.cc
[322/514] Compiling i2d_pr.cc
[323/514] Compiling rsa_pss.cc
[324/514] Compiling name_print.cc
[325/514] Compiling policy.cc
[326/514] Compiling by_file.cc
[327/514] Compiling by_dir.cc
[328/514] Compiling algorithm.cc
[329/514] Compiling a_verify.cc
[330/514] Compiling asn1_gen.cc
[331/514] Compiling voprf.cc
[332/514] Compiling a_sign.cc
[333/514] Compiling a_digest.cc
[334/514] Compiling thread_win.cc
[335/514] Compiling trust_token.cc
[336/514] Compiling thread_pthread.cc
[337/514] Compiling thread_none.cc
[338/514] Compiling thread.cc
[339/514] Compiling stack.cc
[340/514] Compiling slhdsa.cc
[341/514] Compiling rsa_print.cc
[342/514] Compiling pmbtoken.cc
[343/514] Compiling sha512.cc
[344/514] Compiling siphash.cc
[345/514] Compiling sha1.cc
[346/514] Compiling sha256.cc
[347/514] Compiling rsa_extra.cc
[348/514] Compiling spake2plus.cc
[349/514] Compiling rc4.cc
[350/514] Compiling rsa_crypt.cc
[351/514] Compiling trusty.cc
[352/514] Compiling windows.cc
[353/514] Compiling urandom.cc
[354/514] Compiling refcount.cc
[355/514] Compiling rand.cc
[356/514] Compiling ios.cc
[357/514] Compiling rsa_asn1.cc
[358/514] Compiling deterministic.cc
[359/514] Compiling passive.cc
[360/514] Compiling poly1305_arm_asm.S
[360/514] Compiling forkunsafe.cc
[362/514] Compiling getentropy.cc
[363/514] Compiling fork_detect.cc
[364/514] Compiling poly1305_arm.cc
[365/514] Compiling poly1305_vec.cc
[366/514] Compiling poly1305.cc
[367/514] Compiling pool.cc
[368/514] Compiling p5_pbev2.cc
[369/514] Compiling pkcs7.cc
[370/514] Compiling pem_x509.cc
[371/514] Compiling pkcs8.cc
[372/514] Compiling pem_xaux.cc
[373/514] Compiling pkcs7_x509.cc
[374/514] Compiling pkcs8_x509.cc
[375/514] Compiling pem_pkey.cc
[376/514] Compiling pem_pk8.cc
[377/514] Compiling mlkem.cc
[378/514] Compiling mldsa.cc
[379/514] Compiling pem_oth.cc
[380/514] Compiling pem_lib.cc
[381/514] Compiling obj_xref.cc
[382/514] Compiling pem_info.cc
[383/514] Compiling mem.cc
[384/514] Compiling md4.cc
[385/514] Compiling pem_all.cc
[386/514] Compiling md5.cc
[387/514] Compiling lhash.cc
[387/514] Compiling fips_shared_support.cc
[389/514] Compiling kyber.cc
[390/514] Compiling poly_rq_mul.S
[391/514] Compiling obj.cc
[392/514] Compiling ex_data.cc
[393/514] Compiling sign.cc
[394/514] Compiling hrss.cc
[395/514] Compiling scrypt.cc
[396/514] Compiling pbkdf.cc
[397/514] Compiling hpke.cc
[398/514] Compiling print.cc
[399/514] Compiling p_x25519_asn1.cc
[400/514] Compiling p_x25519.cc
[401/514] Compiling p_ec.cc
[402/514] Compiling p_hkdf.cc
[403/514] Compiling p_ed25519.cc
[404/514] Compiling p_rsa.cc
[405/514] Compiling p_rsa_asn1.cc
[406/514] Compiling p_ed25519_asn1.cc
[407/514] Compiling evp_ctx.cc
[408/514] Compiling p_dsa_asn1.cc
[409/514] Compiling p_ec_asn1.cc
[410/514] Compiling p_dh.cc
[411/514] Compiling err.cc
[412/514] Compiling p_dh_asn1.cc
[413/514] Compiling evp.cc
[414/514] Compiling hash_to_curve.cc
[415/514] Compiling engine.cc
[416/514] Compiling evp_asn1.cc
[417/514] Compiling ecdh.cc
[418/514] Compiling ec_derive.cc
[419/514] Compiling ecdsa_asn1.cc
[420/514] Compiling dsa.cc
[421/514] Compiling params.cc
[422/514] Compiling des.cc
[423/514] Compiling dsa_asn1.cc
[424/514] Compiling ec_asn1.cc
[425/514] Compiling x25519-asm-arm.S
[426/514] Compiling digest_extra.cc
[427/514] Compiling cpu_intel.cc
[428/514] Compiling crypto.cc
[429/514] Compiling dh_asn1.cc
[430/514] Compiling spake25519.cc
[431/514] Compiling cpu_arm_linux.cc
[431/514] Compiling curve25519.cc
[433/514] Compiling cpu_arm_freebsd.cc
[434/514] Compiling cpu_aarch64_sysreg.cc
[435/514] Compiling cpu_aarch64_win.cc
[436/514] Compiling cpu_aarch64_openbsd.cc
[437/514] Compiling bcm.cc
[438/514] Compiling curve25519_64_adx.cc
[439/514] Compiling cpu_aarch64_fuchsia.cc
[440/514] Compiling cpu_aarch64_linux.cc
[441/514] Compiling cpu_aarch64_apple.cc
[442/514] Compiling e_rc4.cc
[443/514] Compiling e_tls.cc
[444/514] Compiling conf.cc
[445/514] Compiling tls_cbc.cc
[446/514] Compiling get_cipher.cc
[447/514] Compiling e_chacha20poly1305.cc
[448/514] Compiling e_rc2.cc
[449/514] Compiling e_null.cc
[450/514] Compiling e_des.cc
[451/514] Compiling e_aesgcmsiv.cc
[452/514] Compiling unicode.cc
[453/514] Compiling e_aesctrhmac.cc
[454/514] Compiling derive_key.cc
[455/514] Compiling chacha.cc
[456/514] Compiling buf.cc
[457/514] Compiling cbs.cc
[458/514] Compiling asn1_compat.cc
[459/514] Compiling ber.cc
[460/514] Compiling cbb.cc
[461/514] Compiling blake2.cc
[462/514] Compiling printf.cc
[463/514] Compiling socket_helper.cc
[464/514] Compiling socket.cc
[465/514] Compiling bn_asn1.cc
[466/514] Compiling pair.cc
[467/514] Compiling convert.cc
[468/514] Compiling hexdump.cc
[469/514] Compiling fd.cc
[470/514] Compiling file.cc
[471/514] Compiling errno.cc
[472/514] Compiling bio.cc
[473/514] Compiling connect.cc
[474/514] Compiling tasn_typ.cc
[475/514] Compiling bio_mem.cc
[476/514] Compiling base64.cc
[477/514] Compiling tasn_enc.cc
[478/514] Compiling tasn_fre.cc
[479/514] Compiling posix_time.cc
[480/514] Compiling tasn_utl.cc
[481/514] Compiling f_string.cc
[482/514] Compiling f_int.cc
[483/514] Compiling tasn_new.cc
[484/514] Compiling asn1_par.cc
[485/514] Compiling tasn_dec.cc
[486/514] Compiling asn_pack.cc
[487/514] Compiling a_time.cc
[488/514] Compiling a_octet.cc
[489/514] Compiling a_utctm.cc
[490/514] Compiling asn1_lib.cc
[490/514] Write sources
[492/514] Compiling a_i2d_fp.cc
[493/514] Compiling a_type.cc
[494/527] Compiling a_mbstr.cc
[495/533] Compiling a_object.cc
[497/533] Compiling Atomics Primitives.shims.swift
[498/533] Compiling Atomics AtomicInteger.swift
[499/533] Compiling Atomics AtomicOptionalWrappable.swift
[499/533] Compiling a_dup.cc
[501/535] Compiling Atomics UnsafeAtomic.swift
[502/535] Compiling Atomics UnsafeAtomicLazyReference.swift
[502/535] Compiling a_int.cc
[504/535] Compiling Atomics ManagedAtomic.swift
[505/535] Compiling Atomics ManagedAtomicLazyReference.swift
[505/535] Compiling a_gentm.cc
[507/535] Compiling Atomics IntegerOperations.swift
[508/535] Compiling Atomics Unmanaged extensions.swift
[509/535] Compiling Atomics AtomicMemoryOrderings.swift
[510/535] Compiling Atomics DoubleWord.swift
[511/535] Compiling Atomics AtomicReference.swift
[512/535] Compiling Atomics AtomicStorage.swift
[513/535] Compiling Atomics AtomicValue.swift
[514/535] Compiling Atomics OptionalRawRepresentable.swift
[515/535] Compiling Atomics RawRepresentable.swift
[516/535] Compiling Atomics AtomicBool.swift
[517/535] Emitting module Atomics
[518/535] Compiling Atomics IntegerConformances.swift
[519/535] Compiling Atomics PointerConformances.swift
[520/535] Compiling Atomics Primitives.native.swift
[521/536] Wrapping AST for Atomics for debugging
[523/595] Compiling NIOCore EventLoop.swift
[524/595] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[525/595] Compiling NIOCore EventLoopFuture+Deprecated.swift
[526/595] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[527/595] Compiling NIOCore EventLoopFuture.swift
[528/595] Compiling NIOCore FileDescriptor.swift
[529/595] Compiling NIOCore FileHandle.swift
[530/595] Compiling NIOCore FileRegion.swift
[531/603] Compiling NIOCore ChannelPipeline.swift
[532/603] Compiling NIOCore CircularBuffer.swift
[533/603] Compiling NIOCore Codec.swift
[534/603] Compiling NIOCore ConvenienceOptionSupport.swift
[535/603] Compiling NIOCore DeadChannel.swift
[536/603] Compiling NIOCore DispatchQueue+WithFuture.swift
[537/603] Compiling NIOCore EventLoop+Deprecated.swift
[538/603] Compiling NIOCore EventLoop+SerialExecutor.swift
[539/603] Compiling NIOCore MarkedCircularBuffer.swift
[540/603] Compiling NIOCore MulticastChannel.swift
[541/603] Compiling NIOCore NIOAny.swift
[542/603] Compiling NIOCore NIOCloseOnErrorHandler.swift
[543/603] Compiling NIOCore NIOLoopBound.swift
[544/603] Compiling NIOCore NIOScheduledCallback.swift
[545/603] Compiling NIOCore NIOSendable.swift
[546/603] Compiling NIOCore RecvByteBufferAllocator.swift
[547/603] Compiling NIOCore AddressedEnvelope.swift
[548/603] Compiling NIOCore AsyncAwaitSupport.swift
[549/603] Compiling NIOCore AsyncChannel.swift
[550/603] Compiling NIOCore AsyncChannelHandler.swift
[551/603] Compiling NIOCore AsyncChannelInboundStream.swift
[552/603] Compiling NIOCore AsyncChannelOutboundWriter.swift
[553/603] Compiling NIOCore NIOAsyncSequenceProducer.swift
[554/603] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[555/603] Compiling NIOCore NIOAsyncWriter.swift
[556/603] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[557/603] Compiling NIOCore SocketAddresses.swift
[558/603] Compiling NIOCore SocketOptionProvider.swift
[559/603] Compiling NIOCore SystemCallHelpers.swift
[560/603] Compiling NIOCore TimeAmount+Duration.swift
[561/603] Compiling NIOCore TypeAssistedChannelHandler.swift
[562/603] Compiling NIOCore UniversalBootstrapSupport.swift
[563/603] Compiling NIOCore Utilities.swift
[564/603] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[565/603] Compiling NIOCore BSDSocketAPI.swift
[566/603] Compiling NIOCore ByteBuffer-aux.swift
[567/603] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[568/603] Compiling NIOCore ByteBuffer-conversions.swift
[569/603] Compiling NIOCore ByteBuffer-core.swift
[570/603] Compiling NIOCore ByteBuffer-hex.swift
[571/603] Compiling NIOCore ByteBuffer-int.swift
[572/603] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[573/603] Compiling NIOCore GlobalSingletons.swift
[574/603] Compiling NIOCore IO.swift
[575/603] Compiling NIOCore IOData.swift
[576/603] Compiling NIOCore IPProtocol.swift
[577/603] Compiling NIOCore IntegerBitPacking.swift
[578/603] Compiling NIOCore IntegerTypes.swift
[579/603] Compiling NIOCore Interfaces.swift
[580/603] Compiling NIOCore Linux.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] Emitting module NIOEmbedded
[593/655] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[594/655] Compiling NIOEmbedded AsyncTestingChannel.swift
[595/655] Compiling NIOEmbedded Embedded.swift
[596/656] Wrapping AST for NIOEmbedded for debugging
[598/656] Compiling NIOPosix PooledRecvBufferAllocator.swift
[599/656] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[600/656] Compiling NIOPosix PosixSingletons.swift
[601/656] Compiling NIOPosix RawSocketBootstrap.swift
[602/656] Compiling NIOPosix Resolver.swift
[603/656] Compiling NIOPosix Selectable.swift
[604/656] Compiling NIOPosix ServerSocket.swift
[605/656] Compiling NIOPosix Socket.swift
[606/656] Compiling NIOPosix SocketChannel.swift
[607/656] Compiling NIOPosix SocketProtocols.swift
[608/656] Compiling NIOPosix System.swift
[609/656] Compiling NIOPosix Thread.swift
[610/662] Compiling NIOPosix SelectableChannel.swift
[611/662] Compiling NIOPosix SelectableEventLoop.swift
[612/662] Compiling NIOPosix SelectorEpoll.swift
[613/662] Compiling NIOPosix SelectorGeneric.swift
[614/662] Compiling NIOPosix SelectorKqueue.swift
[615/662] Compiling NIOPosix SelectorUring.swift
[616/662] Compiling NIOPosix ThreadPosix.swift
[617/662] Compiling NIOPosix ThreadWindows.swift
[618/662] Compiling NIOPosix UnsafeTransfer.swift
[619/662] Compiling NIOPosix Utilities.swift
[620/662] Compiling NIOPosix VsockAddress.swift
[621/662] Compiling NIOPosix VsockChannelEvents.swift
[622/662] Compiling NIOPosix IO.swift
[623/662] Compiling NIOPosix IntegerBitPacking.swift
[624/662] Compiling NIOPosix IntegerTypes.swift
[625/662] Compiling NIOPosix Linux.swift
[626/662] Compiling NIOPosix LinuxCPUSet.swift
[627/662] Compiling NIOPosix LinuxUring.swift
[628/662] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[629/662] Compiling NIOPosix NIOThreadPool.swift
[630/662] Compiling NIOPosix NonBlockingFileIO.swift
[631/662] Compiling NIOPosix PendingDatagramWritesManager.swift
[632/662] Compiling NIOPosix PendingWritesManager.swift
[633/662] Compiling NIOPosix PipeChannel.swift
[634/662] Compiling NIOPosix PipePair.swift
[635/662] Compiling NIOPosix Pool.swift
[636/662] Compiling NIOPosix Bootstrap.swift
[637/662] Compiling NIOPosix ControlMessage.swift
[638/662] Compiling NIOPosix DatagramVectorReadManager.swift
[639/662] Compiling NIOPosix Errors+Any.swift
[640/662] Compiling NIOPosix FileDescriptor.swift
[641/662] Compiling NIOPosix GetaddrinfoResolver.swift
[642/662] Compiling NIOPosix HappyEyeballs.swift
[643/662] Compiling NIOPosix BSDSocketAPICommon.swift
[644/662] Compiling NIOPosix BSDSocketAPIPosix.swift
[645/662] Compiling NIOPosix BSDSocketAPIWindows.swift
[646/662] Compiling NIOPosix BaseSocket.swift
[647/662] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[648/662] Compiling NIOPosix BaseSocketChannel.swift
[649/662] Compiling NIOPosix BaseStreamSocketChannel.swift
[650/662] Emitting module NIOPosix
[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 NIOTypedApplicationProtocolNegotiationHandler.swift
[658/693] Compiling NIOTLS TLSEvents.swift
[659/693] Emitting module NIOTLS
[660/693] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[661/693] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[662/693] Compiling NIOTLS SNIHandler.swift
[664/694] Compiling NIOHTTP1 NIOTypedHTTPClientUpgradeHandler.swift
[665/694] Compiling NIOHTTP1 NIOTypedHTTPClientUpgraderStateMachine.swift
[665/696] Wrapping AST for NIOTLS for debugging
[667/696] Compiling NIOHTTP1 HTTPHeaderValidator.swift
[668/696] Compiling NIOHTTP1 HTTPHeaders+Validation.swift
[669/725] Compiling NIOSSL AndroidCABundle.swift
[670/725] Compiling NIOSSL ByteBufferBIO.swift
[671/725] Compiling NIOSSL NIOSSLHandler+Configuration.swift
[672/725] Compiling NIOSSL NIOSSLHandler.swift
[673/725] Compiling NIOSSL CustomPrivateKey.swift
[674/725] Compiling NIOSSL IdentityVerification.swift
[675/725] Compiling NIOSSL SSLCertificateExtensions.swift
[676/725] Compiling NIOSSL SSLConnection.swift
[677/725] Compiling NIOSSL NIOSSLServerHandler.swift
[678/725] Compiling NIOSSL ObjectIdentifier.swift
[679/725] Compiling NIOSSL PosixPort.swift
[680/725] Emitting module NIOHTTP1
[681/725] Compiling NIOSSL SSLContext.swift
[682/725] Compiling NIOSSL NIOSSLSecureBytes.swift
[683/734] Wrapping AST for NIOHTTP1 for debugging
[685/736] Compiling NIOWebSocket WebSocketOpcode.swift
[686/737] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[687/737] Compiling NIOWebSocket WebSocketErrorCodes.swift
[688/737] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[689/737] Emitting module NIOSSL
[690/740] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[691/740] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[692/740] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[693/740] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[694/740] Compiling NIOWebSocket SHA1.swift
[695/740] Emitting module NIOFoundationCompat
[696/740] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[697/740] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[698/741] Compiling NIOWebSocket WebSocketFrame.swift
[699/741] Emitting module NIOWebSocket
[702/741] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[703/741] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[706/741] Compiling NIOSSL SSLPublicKey.swift
[707/741] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[708/741] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[709/741] Compiling NIOSSL SubjectAlternativeName.swift
[711/741] Compiling NIOSSL RNG.swift
[712/741] Compiling NIOSSL SafeCompare.swift
[713/741] Compiling NIOSSL Zeroization.swift
[718/742] Compiling NIOSSL SSLErrors.swift
[719/742] Compiling NIOSSL SSLInit.swift
[720/742] Compiling NIOSSL SSLPKCS12Bundle.swift
[721/742] Compiling NIOSSL SSLPrivateKey.swift
[723/742] Wrapping AST for NIOFoundationCompat for debugging
[724/742] Wrapping AST for NIOWebSocket for debugging
[726/742] Compiling NIOSSL TLSConfiguration.swift
[727/742] Compiling NIOSSL UniversalBootstrapSupport.swift
[728/742] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[732/742] Compiling NIOSSL SSLCallbacks.swift
[733/742] Compiling NIOSSL SSLCertificate.swift
[737/743] Wrapping AST for NIOSSL for debugging
[739/761] Compiling LCLWebSocket LCLWebSocket+EventloopGroup.swift
[740/761] Compiling LCLWebSocket LCLWebSocket.swift
[741/761] Compiling LCLWebSocket LCLWebSocketListenable.swift
[742/763] Compiling LCLWebSocket WebSocketExtension.swift
[743/763] Compiling LCLWebSocket WebSocketExtensionNegotiationHandler.swift
[744/763] Compiling LCLWebSocket TimeAmount+Extension.swift
[745/763] Compiling LCLWebSocket WebSocket.swift
[746/763] Compiling LCLWebSocket WebSocketHandler.swift
[747/763] Compiling LCLWebSocket WebSocketScheme.swift
[748/763] Compiling LCLWebSocket LCLWebSocket+Logging.swift
[749/763] Compiling LCLWebSocket LCLWebSocket+SocketOption.swift
[750/763] Compiling LCLWebSocket WebSocketServer.swift
[751/763] Compiling LCLWebSocket WebSocketServerUpgradeConfiguration.swift
[752/763] Compiling LCLWebSocket LCLWebSocket+ChannelOption.swift
[753/763] Compiling LCLWebSocket WebSocketClient.swift
[754/763] Compiling LCLWebSocket LCLWebSocket+ChannelInitializer.swift
[755/763] Compiling LCLWebSocket LCLWebSocket+Error.swift
[756/763] Emitting module LCLWebSocket
[757/763] Compiling LCLWebSocket WebSocketConfiguration.swift
[758/763] Compiling LCLWebSocket PerMessageDeflateExtension.swift
[759/764] Wrapping AST for LCLWebSocket for debugging
[761/775] Compiling LCLSpeedtest SpeedTestable.swift
[762/775] 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
[763/776] Compiling LCLSpeedtest SpeedTestClient.swift
[764/776] Compiling LCLSpeedtest Networking.swift
[765/776] Compiling LCLSpeedtest TestServer.swift
[766/776] Compiling LCLSpeedtest TestType.swift
[767/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
[768/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
[769/776] Compiling LCLSpeedtest WebSocketClosCode+Extension.swift
[770/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 {
[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! (207.95s)
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.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.