The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of WebSocket, reference main (9f616c), with Swift 6.1 for Linux on 27 Apr 2025 13:56:28 UTC.

Swift 6 data race errors: 3

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tesseract-one/WebSocket.swift.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/tesseract-one/WebSocket.swift
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9f616c3 updated readme
Cloned https://github.com/tesseract-one/WebSocket.swift.git
Revision (git rev-parse @):
9f616c35127c83651d3112f8bdb41284d3c5c213
SUCCESS checkout https://github.com/tesseract-one/WebSocket.swift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tesseract-one/WebSocket.swift.git
https://github.com/tesseract-one/WebSocket.swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.40.0",
            "upper_bound" : "2.41.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.19.0",
            "upper_bound" : "2.20.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    }
  ],
  "manifest_display_name" : "WebSocket",
  "name" : "WebSocket",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "WebSocket",
      "targets" : [
        "WebSocket"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WebSocketTests",
      "module_type" : "SwiftTarget",
      "name" : "WebSocketTests",
      "path" : "Tests/WebSocketTests",
      "sources" : [
        "WebSocketTests.swift"
      ],
      "target_dependencies" : [
        "WebSocket"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WebSocket",
      "module_type" : "SwiftTarget",
      "name" : "WebSocket",
      "path" : "Sources/WebSocket",
      "product_dependencies" : [
        "NIO",
        "NIOHTTP1",
        "NIOWebSocket",
        "NIOConcurrencyHelpers",
        "NIOFoundationCompat",
        "NIOSSL"
      ],
      "product_memberships" : [
        "WebSocket"
      ],
      "sources" : [
        "Data.swift",
        "Error.swift",
        "EventLoopGroup.swift",
        "FrameBuffer.swift",
        "Handler.swift",
        "InitialRequestHandler.swift",
        "ReExport.swift",
        "State.swift",
        "WebSocket.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio.git
Fetching https://github.com/apple/swift-nio-ssl.git
[1/75431] Fetching swift-nio
[3019/90224] Fetching swift-nio, swift-nio-ssl
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.97s)
[56574/75431] Fetching swift-nio
Fetched https://github.com/apple/swift-nio.git from cache (8.53s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.19.0 (9.69s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.40.0 (1.17s)
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.19.0
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.40.0
Building for debugging...
[0/456] Write sources
[10/456] Compiling CNIOSHA1 c_nio_sha1.c
[11/456] Write sources
[13/456] Compiling gcd.c
[14/456] Compiling CNIOWindows shim.c
[15/456] Compiling sha1.c
[16/456] Compiling bn-586.linux.x86.S
[17/456] Compiling add.c
[18/456] Compiling CNIOWindows WSAStartup.c
[19/456] Compiling CNIODarwin shim.c
[20/456] Compiling CNIOLinux liburing_shims.c
[20/456] Compiling exponentiation.c
[22/456] Compiling CNIOHTTPParser c_nio_http_parser.c
[23/456] Compiling CNIOLinux shim.c
[24/456] Write swift-version-24593BA9C3E375BF.txt
[25/456] Compiling CNIOBoringSSLShims shims.c
[26/459] Compiling tls_record.cc
[27/459] Compiling tls_method.cc
[28/459] Compiling tls13_enc.cc
[29/459] Compiling tls13_client.cc
[30/459] Compiling tls13_both.cc
[31/459] Compiling tls13_server.cc
[32/459] Compiling t1_enc.cc
[33/459] Compiling ssl_stat.cc
[34/459] Compiling ssl_versions.cc
[35/459] Compiling ssl_transcript.cc
[36/459] Compiling ssl_privkey.cc
[37/459] Compiling ssl_session.cc
[38/459] Compiling ssl_x509.cc
[39/459] Compiling ssl_cipher.cc
[40/459] Compiling ssl_file.cc
[41/459] Compiling ssl_buffer.cc
[42/459] Compiling ssl_key_share.cc
[43/459] Compiling ssl_lib.cc
[45/459] Compiling _NIODataStructures PriorityQueue.swift
[45/459] Compiling ssl_cert.cc
[46/459] Compiling s3_pkt.cc
[47/459] Compiling ssl_asn1.cc
[48/459] Compiling ssl_aead_ctx.cc
[49/459] Compiling s3_lib.cc
[50/459] Compiling s3_both.cc
[52/459] Emitting module _NIODataStructures
[53/459] Compiling _NIODataStructures Heap.swift
[53/460] Compiling handshake_server.cc
[55/460] Compiling handshake_client.cc
[56/460] Compiling handshake.cc
[57/460] Compiling handoff.cc
[58/460] Compiling extensions.cc
[59/460] Compiling dtls_method.cc
[60/460] Compiling encrypted_client_hello.cc
[61/460] Compiling dtls_record.cc
[62/460] Compiling v3_utl.c
[63/460] Compiling v3_skey.c
[64/460] Compiling d1_pkt.cc
[65/460] Compiling v3_purp.c
[66/460] Compiling v3_pmaps.c
[67/460] Compiling v3_pcia.c
[68/460] Compiling v3_pcons.c
[69/460] Compiling v3_prn.c
[70/460] Compiling v3_ocsp.c
[71/460] Compiling d1_srtp.cc
[72/460] Compiling v3_pci.c
[73/460] Compiling v3_lib.c
[74/460] Compiling v3_int.c
[75/460] Compiling v3_ncons.c
[76/460] Compiling bio_ssl.cc
[77/460] Compiling v3_info.c
[78/460] Compiling v3_ia5.c
[79/460] Compiling v3_extku.c
[80/460] Compiling v3_genn.c
[80/460] Compiling v3_enum.c
[82/460] Compiling v3_crld.c
[83/460] Compiling d1_lib.cc
[84/460] Compiling v3_cpols.c
[85/460] Compiling v3_bcons.c
[86/460] Compiling v3_conf.c
[87/460] Compiling v3_bitst.c
[88/460] Compiling v3_alt.c
[89/460] Compiling v3_akeya.c
[90/460] Compiling d1_both.cc
[91/460] Compiling v3_akey.c
[92/460] Compiling pcy_tree.c
[93/460] Compiling pcy_node.c
[94/460] Compiling pcy_map.c
[94/460] Compiling pcy_lib.c
[96/460] Compiling x_x509a.c
[97/460] Compiling x_val.c
[97/460] Compiling pcy_data.c
[99/460] Compiling x_x509.c
[99/460] Compiling pcy_cache.c
[101/460] Compiling x_sig.c
[102/460] Compiling x_exten.c
[103/460] Compiling x_info.c
[104/460] Compiling x_pubkey.c
[104/460] Compiling x_pkey.c
[105/460] Compiling x_req.c
[105/460] Compiling x_spki.c
[108/460] Compiling x_name.c
[109/460] Compiling x_algor.c
[110/460] Compiling x_crl.c
[111/460] Compiling x_attrib.c
[112/460] Compiling x509spki.c
[113/460] Compiling x509rset.c
[114/460] Compiling x_all.c
[115/460] Compiling x509name.c
[116/460] Compiling x509cset.c
[117/460] Compiling x509_txt.c
[118/460] Compiling x509_v3.c
[119/460] Compiling x509_set.c
[120/460] Compiling x509_req.c
[121/460] Compiling x509_vpm.c
[122/460] Compiling x509_obj.c
[123/460] Compiling x509_trs.c
[124/460] Compiling x509_vfy.c
[125/460] Compiling x509_def.c
[126/460] Compiling x509_d2.c
[127/460] Compiling x509_ext.c
[128/460] Compiling x509.c
[129/460] Compiling t_x509a.c
[130/460] Compiling x509_att.c
[131/460] Compiling x509_lu.c
[132/460] Compiling x509_cmp.c
[133/460] Compiling i2d_pr.c
[134/460] Compiling t_x509.c
[135/460] Compiling t_req.c
[136/460] Compiling t_crl.c
[137/460] Compiling name_print.c
[138/460] Compiling rsa_pss.c
[139/460] Compiling by_file.c
[140/460] Compiling by_dir.c
[141/460] Compiling algorithm.c
[142/460] Compiling a_verify.c
[143/460] Compiling voprf.c
[144/460] Compiling a_digest.c
[145/460] Compiling a_sign.c
[146/460] Compiling thread_win.c
[147/460] Compiling thread_pthread.c
[147/460] Compiling asn1_gen.c
[149/460] Compiling trust_token.c
[150/460] Compiling pmbtoken.c
[151/460] Compiling thread.c
[152/460] Compiling thread_none.c
[153/460] Compiling rsa_print.c
[154/460] Compiling rc4.c
[155/460] Compiling siphash.c
[156/460] Compiling refcount_lock.c
[157/460] Compiling stack.c
[158/460] Compiling windows.c
[159/460] Compiling refcount_c11.c
[160/460] Compiling rsa_asn1.c
[161/460] Compiling fuchsia.c
[162/460] Compiling rand_extra.c
[163/460] Compiling deterministic.c
[164/460] Compiling passive.c
[165/460] Compiling forkunsafe.c
[166/460] Compiling poly1305_arm_asm.S
[167/460] Compiling pool.c
[168/460] Compiling poly1305.c
[169/460] Compiling poly1305_arm.c
[170/460] Compiling pkcs7.c
[171/460] Compiling poly1305_vec.c
[172/460] Compiling pem_xaux.c
[173/460] Compiling pem_x509.c
[173/460] Compiling pkcs7_x509.c
[174/460] Compiling pem_pkey.c
[174/460] Compiling pkcs8.c
[177/460] Compiling p5_pbev2.c
[178/460] Compiling pkcs8_x509.c
[179/460] Compiling obj_xref.c
[180/460] Compiling mem.c
[181/460] Compiling pem_pk8.c
[182/460] Compiling lhash.c
[183/460] Compiling pem_oth.c
[184/460] Compiling pem_info.c
[185/460] Compiling obj.c
[186/460] Compiling pem_lib.c
[186/460] Compiling pem_all.c
[188/460] Compiling x86_64-mont5.mac.x86_64.S
[189/460] Compiling poly_rq_mul.S
[190/460] Compiling x86_64-mont5.linux.x86_64.S
[190/460] Compiling hkdf.c
[192/460] Compiling x86_64-mont.mac.x86_64.S
[193/460] Compiling x86-mont.linux.x86.S
[194/460] Compiling hpke.c
[195/460] Compiling vpaes-x86_64.mac.x86_64.S
[196/460] Compiling x86_64-mont.linux.x86_64.S
[197/460] Compiling vpaes-x86.linux.x86.S
[198/460] Compiling vpaes-armv8.linux.aarch64.S
[199/460] Compiling vpaes-armv8.ios.aarch64.S
[200/460] Compiling vpaes-x86_64.linux.x86_64.S
[201/460] Compiling vpaes-armv7.linux.arm.S
[202/460] Compiling vpaes-armv7.ios.arm.S
[203/460] Compiling sha512-x86_64.mac.x86_64.S
[204/460] Compiling hrss.c
[205/460] Compiling sha512-armv8.ios.aarch64.S
[206/460] Compiling sha512-armv8.linux.aarch64.S
[207/460] Compiling sha512-x86_64.linux.x86_64.S
[208/460] Compiling sha512-armv4.ios.arm.S
[209/460] Compiling sha512-armv4.linux.arm.S
[210/460] Compiling kdf.c
[211/460] Compiling sha512-586.linux.x86.S
[212/460] Compiling sha256-x86_64.mac.x86_64.S
[213/460] Compiling sha256-armv8.linux.aarch64.S
[214/460] Compiling sha256-armv8.ios.aarch64.S
[215/460] Compiling sha256-armv4.linux.arm.S
[216/460] Compiling sha256-586.linux.x86.S
[217/460] Compiling sha256-armv4.ios.arm.S
[218/460] Compiling sha256-x86_64.linux.x86_64.S
[219/460] Compiling sha1-x86_64.mac.x86_64.S
[220/460] Compiling sha1-armv8.ios.aarch64.S
[221/460] Compiling sha1-armv8.linux.aarch64.S
[222/460] Compiling sha1-armv4-large.linux.arm.S
[223/460] Compiling sha1-586.linux.x86.S
[224/460] Compiling sha1-armv4-large.ios.arm.S
[225/460] Compiling sha1-x86_64.linux.x86_64.S
[226/460] Compiling sha1-altivec.c
[227/460] Compiling rsaz-avx2.mac.x86_64.S
[228/460] Compiling sha512.c
[229/460] Compiling sha256.c
[230/460] Compiling fips.c
[231/460] Compiling rsaz-avx2.linux.x86_64.S
[232/460] Compiling rdrand-x86_64.mac.x86_64.S
[233/460] Compiling rdrand-x86_64.linux.x86_64.S
[234/460] Compiling blinding.c
[235/460] Compiling padding.c
[236/460] Compiling rsa_impl.c
[237/460] Compiling self_check.c
[238/460] Compiling rand.c
[239/460] Compiling rsa.c
[240/460] Compiling urandom.c
[241/460] Compiling fork_detect.c
[242/460] Compiling p256_beeu-armv8-asm.linux.aarch64.S
[243/460] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[244/460] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[245/460] Compiling ctrdrbg.c
[246/460] Compiling p256_beeu-armv8-asm.ios.aarch64.S
[247/460] Compiling p256-x86_64-asm.mac.x86_64.S
[248/460] Compiling p256-armv8-asm.linux.aarch64.S
[249/460] Compiling p256-armv8-asm.ios.aarch64.S
[250/460] Compiling p256-x86_64-asm.linux.x86_64.S
[251/460] Compiling polyval.c
[252/460] Compiling ofb.c
[253/460] Compiling ctr.c
[254/460] Compiling gcm_nohw.c
[255/460] Compiling cbc.c
[256/460] Compiling cfb.c
[257/460] Compiling md5-x86_64.mac.x86_64.S
[258/460] Compiling gcm.c
[259/460] Compiling md5.c
[260/460] Compiling md5-x86_64.linux.x86_64.S
[261/460] Compiling md5-586.linux.x86.S
[262/460] Compiling ghashv8-armx64.linux.aarch64.S
[263/460] Compiling ghashv8-armx64.ios.aarch64.S
[264/460] Compiling ghashv8-armx32.linux.arm.S
[265/460] Compiling ghashv8-armx32.ios.arm.S
[266/460] Compiling ghash-x86_64.mac.x86_64.S
[267/460] Compiling hmac.c
[268/460] Compiling md4.c
[269/460] Compiling ghash-x86_64.linux.x86_64.S
[270/460] Compiling ghash-x86.linux.x86.S
[271/460] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[272/460] Compiling ghash-ssse3-x86.linux.x86.S
[273/460] Compiling ghash-neon-armv8.linux.aarch64.S
[274/460] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[275/460] Compiling ghash-neon-armv8.ios.aarch64.S
[276/460] Compiling fips_shared_support.c
[277/460] Compiling ghash-armv4.linux.arm.S
[278/460] Compiling ghash-armv4.ios.arm.S
[279/460] Compiling ecdsa.c
[279/460] Compiling util.c
[280/460] Compiling ecdh.c
[282/460] Compiling wnaf.c
[283/460] Compiling simple_mul.c
[283/460] Compiling simple.c
[285/460] Compiling scalar.c
[286/460] Compiling p256.c
[287/460] Compiling oct.c
[288/460] Compiling felem.c
[289/460] Compiling ec_montgomery.c
[290/460] Compiling ec_key.c
[291/460] Compiling p224-64.c
[292/460] Compiling co-586.linux.x86.S
[293/460] Compiling ec.c
[294/460] Compiling check.c
[295/460] Compiling digests.c
[295/460] Compiling digest.c
[297/460] Compiling dh.c
[298/460] Compiling bsaes-armv7.linux.arm.S
[299/460] Compiling bsaes-armv7.ios.arm.S
[300/460] Compiling aead.c
[301/460] Compiling sqrt.c
[302/460] Compiling shift.c
[303/460] Compiling cipher.c
[304/460] Compiling rsaz_exp.c
[305/460] Compiling e_aes.c
[306/460] Compiling random.c
[307/460] Compiling prime.c
[308/460] Compiling montgomery_inv.c
[309/460] Compiling jacobi.c
[310/460] Compiling montgomery.c
[311/460] Compiling generic.c
[312/460] Compiling mul.c
[313/460] Compiling p256-nistz.c
[314/460] Compiling gcd_extra.c
[315/460] Compiling armv8-mont.linux.aarch64.S
[316/460] Compiling div_extra.c
[317/460] Compiling ctx.c
[318/460] Compiling bytes.c
[319/460] Compiling cmp.c
[320/460] Compiling armv8-mont.ios.aarch64.S
[321/460] Compiling bn.c
[322/460] Compiling div.c
[323/460] Compiling armv4-mont.linux.arm.S
[324/460] Compiling armv4-mont.ios.arm.S
[325/460] Compiling aesv8-armx64.linux.aarch64.S
[326/460] Compiling aesv8-armx64.ios.aarch64.S
[327/460] Compiling aesv8-armx32.linux.arm.S
[328/460] Compiling aesv8-armx32.ios.arm.S
[329/460] Compiling aesni-x86_64.mac.x86_64.S
[330/460] Compiling aesni-x86.linux.x86.S
[331/460] Compiling aesni-gcm-x86_64.mac.x86_64.S
[332/460] Compiling aesni-x86_64.linux.x86_64.S
[333/460] Compiling aesni-gcm-x86_64.linux.x86_64.S
[334/460] Compiling x86_64-gcc.c
[335/460] Compiling mode_wrappers.c
[336/460] Compiling key_wrap.c
[337/460] Compiling aes.c
[338/460] Compiling ex_data.c
[339/460] Compiling sign.c
[340/460] Compiling scrypt.c
[341/460] Compiling pbkdf.c
[342/460] Compiling aes_nohw.c
[343/460] Compiling print.c
[344/460] Compiling p_x25519.c
[345/460] Compiling p_x25519_asn1.c
[346/460] Compiling p_rsa_asn1.c
[347/460] Compiling p_rsa.c
[348/460] Compiling p_ed25519_asn1.c
[348/460] Compiling p_ed25519.c
[350/460] Compiling p_ec_asn1.c
[351/460] Compiling p_dsa_asn1.c
[352/460] Compiling p_ec.c
[353/460] Compiling err_data.c
[354/460] Compiling evp_ctx.c
[355/460] Compiling evp_asn1.c
[356/460] Compiling digestsign.c
[357/460] Compiling engine.c
[357/460] Compiling evp.c
[359/460] Compiling err.c
[360/460] Compiling ecdh_extra.c
[360/460] Compiling ecdsa_asn1.c
[362/460] Compiling hash_to_curve.c
[363/460] Compiling ec_derive.c
[364/460] Compiling dsa_asn1.c
[365/460] Compiling ec_asn1.c
[366/460] Compiling dh_asn1.c
[367/460] Compiling dsa.c
[368/460] Compiling params.c
[369/460] Compiling digest_extra.c
[370/460] Compiling x25519-asm-arm.S
[371/460] Compiling spake25519.c
[372/460] Compiling cpu_ppc64le.c
[373/460] Compiling des.c
[374/460] Compiling crypto.c
[375/460] Compiling cpu_arm.c
[375/460] Compiling cpu_arm_linux.c
[377/460] Compiling cpu_intel.c
[378/460] Compiling cpu_aarch64_win.c
[379/460] Compiling cpu_aarch64_linux.c
[380/460] Compiling cpu_aarch64_fuchsia.c
[381/460] Compiling e_rc4.c
[382/460] Compiling cpu_aarch64_apple.c
[383/460] Compiling cmac.c
[384/460] Compiling curve25519.c
[385/460] Compiling tls_cbc.c
[386/460] Compiling e_tls.c
[387/460] Compiling conf.c
[388/460] Compiling e_null.c
[389/460] Compiling e_rc2.c
[390/460] Compiling e_des.c
[391/460] Compiling derive_key.c
[392/460] Compiling e_chacha20poly1305.c
[393/460] Compiling e_aesgcmsiv.c
[394/460] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[395/460] Compiling e_aesctrhmac.c
[396/460] Compiling e_aesccm.c
[397/460] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[398/460] Compiling cipher_extra.c
[399/460] Compiling chacha-x86.linux.x86.S
[400/460] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[400/460] Compiling chacha-x86_64.mac.x86_64.S
[402/460] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[403/460] Compiling chacha-armv8.linux.aarch64.S
[404/460] Compiling chacha-x86_64.linux.x86_64.S
[405/460] Compiling chacha-armv8.ios.aarch64.S
[406/460] Compiling chacha.c
[407/460] Compiling chacha-armv4.linux.arm.S
[408/460] Compiling chacha-armv4.ios.arm.S
[409/460] Compiling unicode.c
[410/460] Compiling ber.c
[411/460] Compiling bn_asn1.c
[412/460] Compiling buf.c
[412/460] Compiling asn1_compat.c
[414/460] Compiling cbb.c
[415/460] Compiling cbs.c
[416/460] Compiling blake2.c
[417/460] Compiling convert.c
[418/460] Compiling printf.c
[419/460] Compiling socket.c
[420/460] Compiling socket_helper.c
[421/460] Compiling pair.c
[422/460] Compiling hexdump.c
[423/460] Compiling file.c
[423/460] Compiling fd.c
[425/460] Compiling bio_mem.c
[426/460] Compiling connect.c
[427/460] Compiling time_support.c
[428/460] Compiling base64.c
[429/460] Compiling bio.c
[430/460] Compiling tasn_utl.c
[431/460] Compiling tasn_fre.c
[432/460] Compiling tasn_typ.c
[433/460] Compiling tasn_new.c
[434/460] Compiling f_string.c
[435/460] Compiling tasn_enc.c
[436/460] Compiling f_int.c
[437/460] Compiling tasn_dec.c
[438/460] Compiling asn_pack.c
[439/460] Compiling asn1_par.c
[440/460] Compiling a_utf8.c
[441/460] Compiling a_utctm.c
[442/460] Compiling asn1_lib.c
[443/460] Compiling a_type.c
[444/460] Compiling a_time.c
[444/460] Compiling a_print.c
[446/460] Compiling a_strex.c
[447/460] Compiling a_octet.c
[448/460] Compiling a_strnid.c
[449/460] Compiling a_object.c
[450/460] Compiling a_i2d_fp.c
[450/460] Compiling a_mbstr.c
[452/460] Compiling a_dup.c
[453/460] Compiling a_int.c
[453/460] Compiling a_gentm.c
[455/460] Compiling a_bool.c
[456/460] Compiling a_d2i_fp.c
[457/460] Compiling a_bitstr.c
[458/460] Compiling c-nioatomics.c
[459/460] Compiling c-atomics.c
[461/464] Compiling NIOConcurrencyHelpers lock.swift
[462/464] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[463/464] Compiling NIOConcurrencyHelpers atomics.swift
[464/464] Emitting module NIOConcurrencyHelpers
[466/509] Compiling NIOCore MulticastChannel.swift
[467/509] Compiling NIOCore NIOAny.swift
[468/509] Compiling NIOCore NIOCloseOnErrorHandler.swift
[469/509] Compiling NIOCore PointerHelpers.swift
[470/509] Compiling NIOCore RecvByteBufferAllocator.swift
[471/509] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[472/515] Compiling NIOCore ConvenienceOptionSupport.swift
[473/515] Compiling NIOCore DeadChannel.swift
[474/515] Compiling NIOCore DispatchQueue+WithFuture.swift
[475/515] Compiling NIOCore EventLoop+Deprecated.swift
[476/515] Compiling NIOCore EventLoop.swift
[477/515] Compiling NIOCore EventLoopFuture+Deprecated.swift
[478/515] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[479/515] Compiling NIOCore EventLoopFuture.swift
[480/515] Compiling NIOCore FileDescriptor.swift
[481/515] Compiling NIOCore FileHandle.swift
[482/515] Compiling NIOCore FileRegion.swift
[483/515] Compiling NIOCore IO.swift
[484/515] Compiling NIOCore SocketAddresses.swift
[485/515] Compiling NIOCore SocketOptionProvider.swift
[486/515] Compiling NIOCore SystemCallHelpers.swift
[487/515] Compiling NIOCore TypeAssistedChannelHandler.swift
[488/515] Compiling NIOCore UniversalBootstrapSupport.swift
[489/515] Compiling NIOCore Utilities.swift
[490/515] Compiling NIOCore ChannelHandlers.swift
[491/515] Compiling NIOCore ChannelInvoker.swift
[492/515] Compiling NIOCore ChannelOption.swift
[493/515] Compiling NIOCore ChannelPipeline.swift
[494/515] Compiling NIOCore CircularBuffer.swift
[495/515] Compiling NIOCore Codec.swift
[496/515] Compiling NIOCore IOData.swift
[497/515] Compiling NIOCore IntegerBitPacking.swift
[498/515] Compiling NIOCore IntegerTypes.swift
[499/515] Compiling NIOCore Interfaces.swift
[500/515] Compiling NIOCore Linux.swift
[501/515] Compiling NIOCore MarkedCircularBuffer.swift
[502/515] Compiling NIOCore ByteBuffer-int.swift
[503/515] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[504/515] Compiling NIOCore ByteBuffer-multi-int.swift
[505/515] Compiling NIOCore ByteBuffer-views.swift
[506/515] Compiling NIOCore Channel.swift
[507/515] Compiling NIOCore ChannelHandler.swift
[508/515] Emitting module NIOCore
[509/515] Compiling NIOCore AddressedEnvelope.swift
[510/515] Compiling NIOCore AsyncAwaitSupport+OldXcodes.swift
[511/515] Compiling NIOCore AsyncAwaitSupport.swift
[512/515] Compiling NIOCore BSDSocketAPI.swift
[513/515] Compiling NIOCore ByteBuffer-aux.swift
[514/515] Compiling NIOCore ByteBuffer-conversions.swift
[515/515] Compiling NIOCore ByteBuffer-core.swift
[517/558] Compiling NIOEmbedded Embedded.swift
[518/558] Emitting module NIOEmbedded
[520/559] Emitting module NIOPosix
[521/564] Compiling NIOPosix SelectorUring.swift
[522/564] Compiling NIOPosix ServerSocket.swift
[523/564] Compiling NIOPosix Socket.swift
[524/564] Compiling NIOPosix SocketChannel.swift
[525/564] Compiling NIOPosix SocketProtocols.swift
[526/564] Compiling NIOPosix SelectableChannel.swift
[527/564] Compiling NIOPosix SelectableEventLoop.swift
[528/564] Compiling NIOPosix SelectorEpoll.swift
[529/564] Compiling NIOPosix SelectorGeneric.swift
[530/564] Compiling NIOPosix SelectorKqueue.swift
[531/564] Compiling NIOPosix BSDSocketAPICommon.swift
[532/564] Compiling NIOPosix BSDSocketAPIPosix.swift
[533/564] Compiling NIOPosix BSDSocketAPIWindows.swift
[534/564] Compiling NIOPosix BaseSocket.swift
[535/564] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[536/564] Compiling NIOPosix BaseSocketChannel.swift
[537/564] Compiling NIOPosix HappyEyeballs.swift
[538/564] Compiling NIOPosix IO.swift
[539/564] Compiling NIOPosix IntegerBitPacking.swift
[540/564] Compiling NIOPosix IntegerTypes.swift
[541/564] Compiling NIOPosix Linux.swift
[542/564] Compiling NIOPosix LinuxCPUSet.swift
[543/564] Compiling NIOPosix PipeChannel.swift
[544/564] Compiling NIOPosix PipePair.swift
[545/564] Compiling NIOPosix PointerHelpers.swift
[546/564] Compiling NIOPosix Resolver.swift
[547/564] Compiling NIOPosix Selectable.swift
[548/564] Compiling NIOPosix BaseStreamSocketChannel.swift
[549/564] Compiling NIOPosix Bootstrap.swift
[550/564] Compiling NIOPosix ControlMessage.swift
[551/564] Compiling NIOPosix DatagramVectorReadManager.swift
[552/564] Compiling NIOPosix FileDescriptor.swift
[553/564] Compiling NIOPosix GetaddrinfoResolver.swift
[554/564] Compiling NIOPosix LinuxUring.swift
[555/564] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[556/564] Compiling NIOPosix NIOThreadPool.swift
[557/564] Compiling NIOPosix NonBlockingFileIO.swift
[558/564] Compiling NIOPosix PendingDatagramWritesManager.swift
[559/564] Compiling NIOPosix PendingWritesManager.swift
[560/564] Compiling NIOPosix System.swift
[561/564] Compiling NIOPosix Thread.swift
[562/564] Compiling NIOPosix ThreadPosix.swift
[563/564] Compiling NIOPosix ThreadWindows.swift
[564/564] Compiling NIOPosix Utilities.swift
[566/567] Emitting module NIO
[567/567] Compiling NIO Exports.swift
[569/586] Compiling NIOTLS TLSEvents.swift
[570/586] Emitting module NIOTLS
[571/586] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[572/586] Compiling NIOTLS SNIHandler.swift
[573/587] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[575/588] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[576/610] Compiling NIOSSL IdentityVerification.swift
[577/610] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[578/610] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[579/610] Emitting module NIOHTTP1
[580/610] Compiling NIOSSL ByteBufferBIO.swift
[581/610] Compiling NIOSSL CustomPrivateKey.swift
[582/610] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[583/610] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[584/610] Compiling NIOHTTP1 HTTPTypes.swift
[586/622] Compiling NIOWebSocket WebSocketOpcode.swift
[587/623] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[588/623] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[589/623] Emitting module NIOSSL
[590/623] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[591/623] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[592/625] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[593/625] Compiling NIOWebSocket Base64.swift
[594/625] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[595/625] Emitting module NIOWebSocket
[596/625] Compiling NIOWebSocket WebSocketFrame.swift
[597/625] Compiling NIOWebSocket SHA1.swift
[598/625] Compiling NIOWebSocket WebSocketErrorCodes.swift
[599/626] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[600/626] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[601/626] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[602/626] Emitting module NIOFoundationCompat
[608/627] Compiling NIOSSL NIOSSLServerHandler.swift
[609/627] Compiling NIOSSL ObjectIdentifier.swift
[610/627] Compiling NIOSSL PosixPort.swift
[614/627] Compiling NIOSSL SSLPKCS12Bundle.swift
[615/627] Compiling NIOSSL SSLPrivateKey.swift
[616/627] Compiling NIOSSL SSLPublicKey.swift
[617/627] Compiling NIOSSL LinuxCABundle.swift
[618/627] Compiling NIOSSL NIOSSLClientHandler.swift
[619/627] Compiling NIOSSL NIOSSLHandler.swift
[620/627] Compiling NIOSSL SSLCallbacks.swift
[621/627] Compiling NIOSSL SSLCertificate.swift
[622/627] Compiling NIOSSL SSLConnection.swift
[623/627] Compiling NIOSSL SSLContext.swift
[624/627] Compiling NIOSSL SSLErrors.swift
[625/627] Compiling NIOSSL SSLInit.swift
[626/627] Compiling NIOSSL TLSConfiguration.swift
[627/627] Compiling NIOSSL UniversalBootstrapSupport.swift
[629/637] Compiling WebSocket Handler.swift
[630/638] Compiling WebSocket EventLoopGroup.swift
[631/638] Compiling WebSocket Data.swift
/host/spi-builder-workspace/Sources/WebSocket/Error.swift:14:10: warning: associated value 'invalidResponseStatus(head:)' of 'Sendable'-conforming enum 'WebSocketError' has non-sendable type 'HTTPResponseHead'; this is an error in the Swift 6 language mode
12 | public enum WebSocketError: Error, LocalizedError {
13 |     case invalidURL
14 |     case invalidResponseStatus(head: HTTPResponseHead)
   |          `- warning: associated value 'invalidResponseStatus(head:)' of 'Sendable'-conforming enum 'WebSocketError' has non-sendable type 'HTTPResponseHead'; this is an error in the Swift 6 language mode
15 |     case connectTimeout
16 |     case alreadyConnected
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOHTTP1/HTTPTypes.swift:169:15: note: struct 'HTTPResponseHead' does not conform to the 'Sendable' protocol
 167 |
 168 | /// A representation of the status line and header fields of a HTTP response.
 169 | public struct HTTPResponseHead: Equatable {
     |               `- note: struct 'HTTPResponseHead' does not conform to the 'Sendable' protocol
 170 |     private final class _Storage {
 171 |         var status: HTTPResponseStatus
/host/spi-builder-workspace/Sources/WebSocket/Error.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOHTTP1'
 7 |
 8 | import Foundation
 9 | import NIOHTTP1
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOHTTP1'
10 | import NIOWebSocket
11 |
/host/spi-builder-workspace/Sources/WebSocket/Error.swift:18:10: warning: associated value 'opcodeMismatch(buffer:frame:)' of 'Sendable'-conforming enum 'WebSocketError' has non-sendable type 'WebSocketOpcode'; this is an error in the Swift 6 language mode
16 |     case alreadyConnected
17 |     case disconnected
18 |     case opcodeMismatch(buffer: WebSocketOpcode, frame: WebSocketOpcode)
   |          `- warning: associated value 'opcodeMismatch(buffer:frame:)' of 'Sendable'-conforming enum 'WebSocketError' has non-sendable type 'WebSocketOpcode'; this is an error in the Swift 6 language mode
19 |     case transport(error: Error)
20 |
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOWebSocket/WebSocketOpcode.swift:16:15: note: struct 'WebSocketOpcode' does not conform to the 'Sendable' protocol
 14 |
 15 | /// An operation code for a websocket frame.
 16 | public struct WebSocketOpcode {
    |               `- note: struct 'WebSocketOpcode' does not conform to the 'Sendable' protocol
 17 |     fileprivate let networkRepresentation: UInt8
 18 |
/host/spi-builder-workspace/Sources/WebSocket/Error.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOWebSocket'
 8 | import Foundation
 9 | import NIOHTTP1
10 | import NIOWebSocket
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOWebSocket'
11 |
12 | public enum WebSocketError: Error, LocalizedError {
/host/spi-builder-workspace/Sources/WebSocket/Error.swift:18:10: warning: associated value 'opcodeMismatch(buffer:frame:)' of 'Sendable'-conforming enum 'WebSocketError' has non-sendable type 'WebSocketOpcode'; this is an error in the Swift 6 language mode
16 |     case alreadyConnected
17 |     case disconnected
18 |     case opcodeMismatch(buffer: WebSocketOpcode, frame: WebSocketOpcode)
   |          `- warning: associated value 'opcodeMismatch(buffer:frame:)' of 'Sendable'-conforming enum 'WebSocketError' has non-sendable type 'WebSocketOpcode'; this is an error in the Swift 6 language mode
19 |     case transport(error: Error)
20 |
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOWebSocket/WebSocketOpcode.swift:16:15: note: struct 'WebSocketOpcode' does not conform to the 'Sendable' protocol
 14 |
 15 | /// An operation code for a websocket frame.
 16 | public struct WebSocketOpcode {
    |               `- note: struct 'WebSocketOpcode' does not conform to the 'Sendable' protocol
 17 |     fileprivate let networkRepresentation: UInt8
 18 |
[632/638] Compiling WebSocket Error.swift
/host/spi-builder-workspace/Sources/WebSocket/Error.swift:14:10: warning: associated value 'invalidResponseStatus(head:)' of 'Sendable'-conforming enum 'WebSocketError' has non-sendable type 'HTTPResponseHead'; this is an error in the Swift 6 language mode
12 | public enum WebSocketError: Error, LocalizedError {
13 |     case invalidURL
14 |     case invalidResponseStatus(head: HTTPResponseHead)
   |          `- warning: associated value 'invalidResponseStatus(head:)' of 'Sendable'-conforming enum 'WebSocketError' has non-sendable type 'HTTPResponseHead'; this is an error in the Swift 6 language mode
15 |     case connectTimeout
16 |     case alreadyConnected
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOHTTP1/HTTPTypes.swift:169:15: note: struct 'HTTPResponseHead' does not conform to the 'Sendable' protocol
 167 |
 168 | /// A representation of the status line and header fields of a HTTP response.
 169 | public struct HTTPResponseHead: Equatable {
     |               `- note: struct 'HTTPResponseHead' does not conform to the 'Sendable' protocol
 170 |     private final class _Storage {
 171 |         var status: HTTPResponseStatus
/host/spi-builder-workspace/Sources/WebSocket/Error.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOHTTP1'
 7 |
 8 | import Foundation
 9 | import NIOHTTP1
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOHTTP1'
10 | import NIOWebSocket
11 |
/host/spi-builder-workspace/Sources/WebSocket/Error.swift:18:10: warning: associated value 'opcodeMismatch(buffer:frame:)' of 'Sendable'-conforming enum 'WebSocketError' has non-sendable type 'WebSocketOpcode'; this is an error in the Swift 6 language mode
16 |     case alreadyConnected
17 |     case disconnected
18 |     case opcodeMismatch(buffer: WebSocketOpcode, frame: WebSocketOpcode)
   |          `- warning: associated value 'opcodeMismatch(buffer:frame:)' of 'Sendable'-conforming enum 'WebSocketError' has non-sendable type 'WebSocketOpcode'; this is an error in the Swift 6 language mode
19 |     case transport(error: Error)
20 |
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOWebSocket/WebSocketOpcode.swift:16:15: note: struct 'WebSocketOpcode' does not conform to the 'Sendable' protocol
 14 |
 15 | /// An operation code for a websocket frame.
 16 | public struct WebSocketOpcode {
    |               `- note: struct 'WebSocketOpcode' does not conform to the 'Sendable' protocol
 17 |     fileprivate let networkRepresentation: UInt8
 18 |
/host/spi-builder-workspace/Sources/WebSocket/Error.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOWebSocket'
 8 | import Foundation
 9 | import NIOHTTP1
10 | import NIOWebSocket
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOWebSocket'
11 |
12 | public enum WebSocketError: Error, LocalizedError {
/host/spi-builder-workspace/Sources/WebSocket/Error.swift:18:10: warning: associated value 'opcodeMismatch(buffer:frame:)' of 'Sendable'-conforming enum 'WebSocketError' has non-sendable type 'WebSocketOpcode'; this is an error in the Swift 6 language mode
16 |     case alreadyConnected
17 |     case disconnected
18 |     case opcodeMismatch(buffer: WebSocketOpcode, frame: WebSocketOpcode)
   |          `- warning: associated value 'opcodeMismatch(buffer:frame:)' of 'Sendable'-conforming enum 'WebSocketError' has non-sendable type 'WebSocketOpcode'; this is an error in the Swift 6 language mode
19 |     case transport(error: Error)
20 |
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOWebSocket/WebSocketOpcode.swift:16:15: note: struct 'WebSocketOpcode' does not conform to the 'Sendable' protocol
 14 |
 15 | /// An operation code for a websocket frame.
 16 | public struct WebSocketOpcode {
    |               `- note: struct 'WebSocketOpcode' does not conform to the 'Sendable' protocol
 17 |     fileprivate let networkRepresentation: UInt8
 18 |
[633/638] Compiling WebSocket FrameBuffer.swift
[634/638] Compiling WebSocket State.swift
[635/638] Compiling WebSocket ReExport.swift
[636/638] Compiling WebSocket InitialRequestHandler.swift
[637/638] Emitting module WebSocket
/host/spi-builder-workspace/Sources/WebSocket/Error.swift:14:10: warning: associated value 'invalidResponseStatus(head:)' of 'Sendable'-conforming enum 'WebSocketError' has non-sendable type 'HTTPResponseHead'; this is an error in the Swift 6 language mode
12 | public enum WebSocketError: Error, LocalizedError {
13 |     case invalidURL
14 |     case invalidResponseStatus(head: HTTPResponseHead)
   |          `- warning: associated value 'invalidResponseStatus(head:)' of 'Sendable'-conforming enum 'WebSocketError' has non-sendable type 'HTTPResponseHead'; this is an error in the Swift 6 language mode
15 |     case connectTimeout
16 |     case alreadyConnected
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOHTTP1/HTTPTypes.swift:169:15: note: struct 'HTTPResponseHead' does not conform to the 'Sendable' protocol
 167 |
 168 | /// A representation of the status line and header fields of a HTTP response.
 169 | public struct HTTPResponseHead: Equatable {
     |               `- note: struct 'HTTPResponseHead' does not conform to the 'Sendable' protocol
 170 |     private final class _Storage {
 171 |         var status: HTTPResponseStatus
/host/spi-builder-workspace/Sources/WebSocket/Error.swift:9:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOHTTP1'
 7 |
 8 | import Foundation
 9 | import NIOHTTP1
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOHTTP1'
10 | import NIOWebSocket
11 |
/host/spi-builder-workspace/Sources/WebSocket/Error.swift:18:10: warning: associated value 'opcodeMismatch(buffer:frame:)' of 'Sendable'-conforming enum 'WebSocketError' has non-sendable type 'WebSocketOpcode'; this is an error in the Swift 6 language mode
16 |     case alreadyConnected
17 |     case disconnected
18 |     case opcodeMismatch(buffer: WebSocketOpcode, frame: WebSocketOpcode)
   |          `- warning: associated value 'opcodeMismatch(buffer:frame:)' of 'Sendable'-conforming enum 'WebSocketError' has non-sendable type 'WebSocketOpcode'; this is an error in the Swift 6 language mode
19 |     case transport(error: Error)
20 |
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOWebSocket/WebSocketOpcode.swift:16:15: note: struct 'WebSocketOpcode' does not conform to the 'Sendable' protocol
 14 |
 15 | /// An operation code for a websocket frame.
 16 | public struct WebSocketOpcode {
    |               `- note: struct 'WebSocketOpcode' does not conform to the 'Sendable' protocol
 17 |     fileprivate let networkRepresentation: UInt8
 18 |
/host/spi-builder-workspace/Sources/WebSocket/Error.swift:10:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOWebSocket'
 8 | import Foundation
 9 | import NIOHTTP1
10 | import NIOWebSocket
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOWebSocket'
11 |
12 | public enum WebSocketError: Error, LocalizedError {
/host/spi-builder-workspace/Sources/WebSocket/Error.swift:18:10: warning: associated value 'opcodeMismatch(buffer:frame:)' of 'Sendable'-conforming enum 'WebSocketError' has non-sendable type 'WebSocketOpcode'; this is an error in the Swift 6 language mode
16 |     case alreadyConnected
17 |     case disconnected
18 |     case opcodeMismatch(buffer: WebSocketOpcode, frame: WebSocketOpcode)
   |          `- warning: associated value 'opcodeMismatch(buffer:frame:)' of 'Sendable'-conforming enum 'WebSocketError' has non-sendable type 'WebSocketOpcode'; this is an error in the Swift 6 language mode
19 |     case transport(error: Error)
20 |
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOWebSocket/WebSocketOpcode.swift:16:15: note: struct 'WebSocketOpcode' does not conform to the 'Sendable' protocol
 14 |
 15 | /// An operation code for a websocket frame.
 16 | public struct WebSocketOpcode {
    |               `- note: struct 'WebSocketOpcode' does not conform to the 'Sendable' protocol
 17 |     fileprivate let networkRepresentation: UInt8
 18 |
[638/638] Compiling WebSocket WebSocket.swift
/host/spi-builder-workspace/Sources/WebSocket/WebSocket.swift:151:45: warning: capture of 'sself' with non-sendable type 'WebSocket' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 13 | import NIOSSL
 14 |
 15 | public class WebSocket {
    |              `- note: class 'WebSocket' does not conform to the 'Sendable' protocol
 16 |     private let group: EventLoopGroup
 17 |     private let isGroupOwned: Bool
    :
149 |                 sself.state = .connected
150 |                 sself._disconnect(code: code)
151 |                 sself.callbackQueue.async { sself.onConnected?(sself) }
    |                                             `- warning: capture of 'sself' with non-sendable type 'WebSocket' in a '@Sendable' closure; this is an error in the Swift 6 language mode
152 |             } else {
153 |                 sself.state = .connected
/host/spi-builder-workspace/Sources/WebSocket/WebSocket.swift:157:45: warning: capture of 'sself' with non-sendable type 'WebSocket' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 13 | import NIOSSL
 14 |
 15 | public class WebSocket {
    |              `- note: class 'WebSocket' does not conform to the 'Sendable' protocol
 16 |     private let group: EventLoopGroup
 17 |     private let isGroupOwned: Bool
    :
155 |                     sself._pingAndScheduleNextTimeoutTask()
156 |                 }
157 |                 sself.callbackQueue.async { sself.onConnected?(sself) }
    |                                             `- warning: capture of 'sself' with non-sendable type 'WebSocket' in a '@Sendable' closure; this is an error in the Swift 6 language mode
158 |             }
159 |         }
/host/spi-builder-workspace/Sources/WebSocket/WebSocket.swift:170:31: warning: capture of 'self' with non-sendable type 'WebSocket' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 13 | import NIOSSL
 14 |
 15 | public class WebSocket {
    |              `- note: class 'WebSocket' does not conform to the 'Sendable' protocol
 16 |     private let group: EventLoopGroup
 17 |     private let isGroupOwned: Bool
    :
168 |         scheduledTimeoutTask = nil
169 |         waitingForPong = false
170 |         callbackQueue.async { self.onDisconnected?(code, self) }
    |                               `- warning: capture of 'self' with non-sendable type 'WebSocket' in a '@Sendable' closure; this is an error in the Swift 6 language mode
171 |     }
172 |
/host/spi-builder-workspace/Sources/WebSocket/WebSocket.swift:170:52: warning: capture of 'code' with non-sendable type 'WebSocketErrorCode' in a '@Sendable' closure; this is an error in the Swift 6 language mode
168 |         scheduledTimeoutTask = nil
169 |         waitingForPong = false
170 |         callbackQueue.async { self.onDisconnected?(code, self) }
    |                                                    `- warning: capture of 'code' with non-sendable type 'WebSocketErrorCode' in a '@Sendable' closure; this is an error in the Swift 6 language mode
171 |     }
172 |
/host/spi-builder-workspace/.build/checkouts/swift-nio/Sources/NIOWebSocket/WebSocketErrorCodes.swift:22:13: note: enum 'WebSocketErrorCode' does not conform to the 'Sendable' protocol
 20 | /// to avoid users needing to remember the specific numerical values
 21 | /// of those codes.
 22 | public enum WebSocketErrorCode {
    |             `- note: enum 'WebSocketErrorCode' does not conform to the 'Sendable' protocol
 23 |     /// Indicates a normal closure, meaning that the purpose for
 24 |     /// which the connection was established has been fulfilled.
/host/spi-builder-workspace/Sources/WebSocket/WebSocket.swift:12:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOWebSocket'
 10 | import NIOHTTP1
 11 | import NIOConcurrencyHelpers
 12 | import NIOWebSocket
    | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'NIOWebSocket'
 13 | import NIOSSL
 14 |
/host/spi-builder-workspace/Sources/WebSocket/WebSocket.swift:279:35: warning: capture of 'error' with non-sendable type 'Optional<(WebSocketError) -> Void>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
277 |         guard let channel = channel, isConnected else {
278 |             _error(WebSocketError.disconnected)
279 |             callbackQueue.async { error?(.disconnected) }
    |                                   |- warning: capture of 'error' with non-sendable type 'Optional<(WebSocketError) -> 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'
280 |             return
281 |         }
/host/spi-builder-workspace/Sources/WebSocket/WebSocket.swift:287:36: warning: capture of 'self' with non-sendable type 'WebSocket' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 13 | import NIOSSL
 14 |
 15 | public class WebSocket {
    |              `- note: class 'WebSocket' does not conform to the 'Sendable' protocol
 16 |     private let group: EventLoopGroup
 17 |     private let isGroupOwned: Bool
    :
285 |     private func _error(_ error: Error) {
286 |         let fixed = error as? WebSocketError ?? .fromNio(error: error)
287 |         self.callbackQueue.async { self.onError?(fixed, self) }
    |                                    `- warning: capture of 'self' with non-sendable type 'WebSocket' in a '@Sendable' closure; this is an error in the Swift 6 language mode
288 |     }
289 |
/host/spi-builder-workspace/Sources/WebSocket/WebSocket.swift:293:58: warning: capture of 'cb' with non-sendable type 'Optional<((any Error)?) -> Void>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
291 |         future.whenComplete { result in
292 |             switch result {
293 |             case .success(_): self.callbackQueue.async { cb?(nil) }
    |                                                          |- warning: capture of 'cb' with non-sendable type 'Optional<((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'
294 |             case .failure(let err):
295 |                 self.callbackQueue.async { cb?(err) }
/host/spi-builder-workspace/Sources/WebSocket/WebSocket.swift:295:44: warning: capture of 'cb' with non-sendable type 'Optional<((any Error)?) -> Void>' in a '@Sendable' closure; this is an error in the Swift 6 language mode
293 |             case .success(_): self.callbackQueue.async { cb?(nil) }
294 |             case .failure(let err):
295 |                 self.callbackQueue.async { cb?(err) }
    |                                            |- warning: capture of 'cb' with non-sendable type 'Optional<((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'
296 |                 self._error(err)
297 |             }
/host/spi-builder-workspace/Sources/WebSocket/WebSocket.swift:412:35: warning: capture of 'self' with non-sendable type 'WebSocket' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 13 | import NIOSSL
 14 |
 15 | public class WebSocket {
    |              `- note: class 'WebSocket' does not conform to the 'Sendable' protocol
 16 |     private let group: EventLoopGroup
 17 |     private let isGroupOwned: Bool
    :
410 |             }
411 |             send(raw: frameData, opcode: .pong, fin: true)
412 |             callbackQueue.async { self.onPing?(self) }
    |                                   `- warning: capture of 'self' with non-sendable type 'WebSocket' in a '@Sendable' closure; this is an error in the Swift 6 language mode
413 |         } else {
414 |             _error(ChannelError.inappropriateOperationForState)
/host/spi-builder-workspace/Sources/WebSocket/WebSocket.swift:426:39: warning: capture of 'self' with non-sendable type 'WebSocket' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 13 | import NIOSSL
 14 |
 15 | public class WebSocket {
    |              `- note: class 'WebSocket' does not conform to the 'Sendable' protocol
 16 |     private let group: EventLoopGroup
 17 |     private let isGroupOwned: Bool
    :
424 |             switch frameSequence.type {
425 |             case .binary:
426 |                 callbackQueue.async { self.onData?(.binary(frameSequence.data()!), self) }
    |                                       `- warning: capture of 'self' with non-sendable type 'WebSocket' in a '@Sendable' closure; this is an error in the Swift 6 language mode
427 |             case .text:
428 |                 callbackQueue.async { self.onData?(.text(frameSequence.string()!), self) }
/host/spi-builder-workspace/Sources/WebSocket/WebSocket.swift:426:60: warning: capture of 'frameSequence' with non-sendable type 'WebSocketFrameBuffer' in a '@Sendable' closure; this is an error in the Swift 6 language mode
424 |             switch frameSequence.type {
425 |             case .binary:
426 |                 callbackQueue.async { self.onData?(.binary(frameSequence.data()!), self) }
    |                                                            `- warning: capture of 'frameSequence' with non-sendable type 'WebSocketFrameBuffer' in a '@Sendable' closure; this is an error in the Swift 6 language mode
427 |             case .text:
428 |                 callbackQueue.async { self.onData?(.text(frameSequence.string()!), self) }
/host/spi-builder-workspace/Sources/WebSocket/FrameBuffer.swift:13:8: note: consider making struct 'WebSocketFrameBuffer' conform to the 'Sendable' protocol
11 | import NIOFoundationCompat
12 |
13 | struct WebSocketFrameBuffer {
   |        `- note: consider making struct 'WebSocketFrameBuffer' conform to the 'Sendable' protocol
14 |     var buffer: ByteBuffer
15 |     var type: WebSocketOpcode
/host/spi-builder-workspace/Sources/WebSocket/WebSocket.swift:426:60: warning: mutation of captured var 'frameSequence' in concurrently-executing code; this is an error in the Swift 6 language mode
424 |             switch frameSequence.type {
425 |             case .binary:
426 |                 callbackQueue.async { self.onData?(.binary(frameSequence.data()!), self) }
    |                                                            `- warning: mutation of captured var 'frameSequence' in concurrently-executing code; this is an error in the Swift 6 language mode
427 |             case .text:
428 |                 callbackQueue.async { self.onData?(.text(frameSequence.string()!), self) }
/host/spi-builder-workspace/Sources/WebSocket/WebSocket.swift:428:39: warning: capture of 'self' with non-sendable type 'WebSocket' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 13 | import NIOSSL
 14 |
 15 | public class WebSocket {
    |              `- note: class 'WebSocket' does not conform to the 'Sendable' protocol
 16 |     private let group: EventLoopGroup
 17 |     private let isGroupOwned: Bool
    :
426 |                 callbackQueue.async { self.onData?(.binary(frameSequence.data()!), self) }
427 |             case .text:
428 |                 callbackQueue.async { self.onData?(.text(frameSequence.string()!), self) }
    |                                       `- warning: capture of 'self' with non-sendable type 'WebSocket' in a '@Sendable' closure; this is an error in the Swift 6 language mode
429 |             case .pong:
430 |                 waitingForPong = false
/host/spi-builder-workspace/Sources/WebSocket/WebSocket.swift:428:58: warning: capture of 'frameSequence' with non-sendable type 'WebSocketFrameBuffer' in a '@Sendable' closure; this is an error in the Swift 6 language mode
426 |                 callbackQueue.async { self.onData?(.binary(frameSequence.data()!), self) }
427 |             case .text:
428 |                 callbackQueue.async { self.onData?(.text(frameSequence.string()!), self) }
    |                                                          `- warning: capture of 'frameSequence' with non-sendable type 'WebSocketFrameBuffer' in a '@Sendable' closure; this is an error in the Swift 6 language mode
429 |             case .pong:
430 |                 waitingForPong = false
/host/spi-builder-workspace/Sources/WebSocket/FrameBuffer.swift:13:8: note: consider making struct 'WebSocketFrameBuffer' conform to the 'Sendable' protocol
11 | import NIOFoundationCompat
12 |
13 | struct WebSocketFrameBuffer {
   |        `- note: consider making struct 'WebSocketFrameBuffer' conform to the 'Sendable' protocol
14 |     var buffer: ByteBuffer
15 |     var type: WebSocketOpcode
/host/spi-builder-workspace/Sources/WebSocket/WebSocket.swift:428:58: warning: mutation of captured var 'frameSequence' in concurrently-executing code; this is an error in the Swift 6 language mode
426 |                 callbackQueue.async { self.onData?(.binary(frameSequence.data()!), self) }
427 |             case .text:
428 |                 callbackQueue.async { self.onData?(.text(frameSequence.string()!), self) }
    |                                                          `- warning: mutation of captured var 'frameSequence' in concurrently-executing code; this is an error in the Swift 6 language mode
429 |             case .pong:
430 |                 waitingForPong = false
/host/spi-builder-workspace/Sources/WebSocket/WebSocket.swift:431:39: warning: capture of 'self' with non-sendable type 'WebSocket' in a '@Sendable' closure; this is an error in the Swift 6 language mode
 13 | import NIOSSL
 14 |
 15 | public class WebSocket {
    |              `- note: class 'WebSocket' does not conform to the 'Sendable' protocol
 16 |     private let group: EventLoopGroup
 17 |     private let isGroupOwned: Bool
    :
429 |             case .pong:
430 |                 waitingForPong = false
431 |                 callbackQueue.async { self.onPong?(self) }
    |                                       `- warning: capture of 'self' with non-sendable type 'WebSocket' in a '@Sendable' closure; this is an error in the Swift 6 language mode
432 |             default: break
433 |             }
Build complete! (59.09s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.40.0",
            "upper_bound" : "2.41.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.19.0",
            "upper_bound" : "2.20.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    }
  ],
  "manifest_display_name" : "WebSocket",
  "name" : "WebSocket",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "WebSocket",
      "targets" : [
        "WebSocket"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WebSocketTests",
      "module_type" : "SwiftTarget",
      "name" : "WebSocketTests",
      "path" : "Tests/WebSocketTests",
      "sources" : [
        "WebSocketTests.swift"
      ],
      "target_dependencies" : [
        "WebSocket"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WebSocket",
      "module_type" : "SwiftTarget",
      "name" : "WebSocket",
      "path" : "Sources/WebSocket",
      "product_dependencies" : [
        "NIO",
        "NIOHTTP1",
        "NIOWebSocket",
        "NIOConcurrencyHelpers",
        "NIOFoundationCompat",
        "NIOSSL"
      ],
      "product_memberships" : [
        "WebSocket"
      ],
      "sources" : [
        "Data.swift",
        "Error.swift",
        "EventLoopGroup.swift",
        "FrameBuffer.swift",
        "Handler.swift",
        "InitialRequestHandler.swift",
        "ReExport.swift",
        "State.swift",
        "WebSocket.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.4"
}
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.