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 0.2.0 (9f616c), with Swift 6.1 for Linux on 27 Apr 2025 13:56:46 UTC.

Swift 6 data race errors: 3

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tesseract-one/WebSocket.swift.git
Reference: 0.2.0
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
 * tag               0.2.0      -> FETCH_HEAD
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 0.2.0
========================================
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-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-nio-ssl.git
Fetching https://github.com/apple/swift-nio.git
[1/14793] Fetching swift-nio-ssl
[1481/90224] Fetching swift-nio-ssl, swift-nio
Fetched https://github.com/apple/swift-nio-ssl.git from cache (4.13s)
Fetched https://github.com/apple/swift-nio.git from cache (4.21s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.19.0 (4.81s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.40.0 (0.62s)
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
[12/456] Compiling CNIOWindows shim.c
[13/456] Compiling CNIOWindows WSAStartup.c
[14/456] Compiling CNIOSHA1 c_nio_sha1.c
[15/456] Compiling CNIOLinux liburing_shims.c
[16/456] Compiling CNIODarwin shim.c
[17/456] Compiling CNIOLinux shim.c
[18/456] Compiling CNIOHTTPParser c_nio_http_parser.c
[19/456] Write swift-version-24593BA9C3E375BF.txt
[20/456] Compiling CNIOBoringSSLShims shims.c
[21/459] Compiling dtls_record.cc
[22/459] Compiling d1_pkt.cc
[23/459] Compiling dtls_method.cc
[24/459] Compiling d1_srtp.cc
[25/459] Compiling tls_method.cc
[26/459] Compiling tls_record.cc
[27/459] Compiling tls13_server.cc
[28/459] Compiling tls13_enc.cc
[29/459] Compiling tls13_client.cc
[30/459] Compiling t1_enc.cc
[31/459] Compiling tls13_both.cc
[32/459] Compiling ssl_versions.cc
[33/459] Compiling ssl_transcript.cc
[34/459] Compiling ssl_x509.cc
[35/459] Compiling ssl_stat.cc
[36/459] Compiling ssl_privkey.cc
[37/459] Compiling ssl_session.cc
[38/459] Compiling ssl_file.cc
[39/459] Compiling ssl_key_share.cc
[41/459] Compiling _NIODataStructures PriorityQueue.swift
[41/459] Compiling ssl_cipher.cc
[42/459] Compiling ssl_lib.cc
[43/459] Compiling ssl_buffer.cc
[44/459] Compiling ssl_cert.cc
[45/459] Compiling ssl_aead_ctx.cc
[46/459] Compiling ssl_asn1.cc
[47/459] Compiling s3_pkt.cc
[49/459] Emitting module _NIODataStructures
[50/459] Compiling _NIODataStructures Heap.swift
[51/460] Compiling s3_both.cc
[52/460] Compiling s3_lib.cc
[53/460] Compiling handshake_server.cc
[54/460] Compiling handshake_client.cc
[55/460] Compiling handshake.cc
[56/460] Compiling handoff.cc
[57/460] Compiling v3_skey.c
[58/460] Compiling v3_utl.c
[59/460] Compiling encrypted_client_hello.cc
[60/460] Compiling v3_purp.c
[61/460] Compiling d1_lib.cc
[62/460] Compiling extensions.cc
[63/460] Compiling d1_both.cc
[64/460] Compiling v3_pmaps.c
[65/460] Compiling v3_prn.c
[66/460] Compiling v3_pcons.c
[67/460] Compiling v3_pcia.c
[68/460] Compiling v3_pci.c
[69/460] Compiling v3_ocsp.c
[70/460] Compiling v3_int.c
[71/460] Compiling v3_lib.c
[72/460] Compiling v3_ncons.c
[73/460] Compiling bio_ssl.cc
[74/460] Compiling v3_info.c
[75/460] Compiling v3_ia5.c
[76/460] Compiling v3_genn.c
[77/460] Compiling v3_extku.c
[78/460] Compiling v3_enum.c
[79/460] Compiling v3_crld.c
[80/460] Compiling v3_cpols.c
[81/460] Compiling v3_bitst.c
[82/460] Compiling v3_conf.c
[83/460] Compiling v3_bcons.c
[84/460] Compiling v3_akeya.c
[85/460] Compiling v3_alt.c
[86/460] Compiling v3_akey.c
[87/460] Compiling pcy_map.c
[88/460] Compiling pcy_node.c
[89/460] Compiling pcy_lib.c
[90/460] Compiling pcy_tree.c
[91/460] Compiling pcy_data.c
[92/460] Compiling x_x509a.c
[93/460] Compiling pcy_cache.c
[94/460] Compiling x_spki.c
[95/460] Compiling x_val.c
[96/460] Compiling x_sig.c
[97/460] Compiling x_x509.c
[98/460] Compiling x_req.c
[99/460] Compiling x_pubkey.c
[100/460] Compiling x_pkey.c
[101/460] Compiling x_exten.c
[102/460] Compiling x_info.c
[103/460] Compiling x_name.c
[104/460] Compiling x_attrib.c
[105/460] Compiling x_algor.c
[106/460] Compiling x_crl.c
[107/460] Compiling x_all.c
[108/460] Compiling x509spki.c
[109/460] Compiling x509rset.c
[110/460] Compiling x509name.c
[110/460] Compiling x509cset.c
[112/460] Compiling x509_txt.c
[113/460] Compiling x509_vpm.c
[114/460] Compiling x509_v3.c
[115/460] Compiling x509_trs.c
[116/460] Compiling x509_set.c
[117/460] Compiling x509_req.c
[118/460] Compiling x509_obj.c
[119/460] Compiling x509_vfy.c
[120/460] Compiling x509_def.c
[121/460] Compiling x509_d2.c
[122/460] Compiling x509_ext.c
[123/460] Compiling x509_lu.c
[124/460] Compiling x509.c
[125/460] Compiling t_x509a.c
[125/460] Compiling x509_att.c
[127/460] Compiling x509_cmp.c
[128/460] Compiling i2d_pr.c
[129/460] Compiling t_x509.c
[130/460] Compiling rsa_pss.c
[131/460] Compiling t_req.c
[132/460] Compiling name_print.c
[133/460] Compiling t_crl.c
[134/460] Compiling by_file.c
[135/460] Compiling by_dir.c
[136/460] Compiling algorithm.c
[137/460] Compiling voprf.c
[138/460] Compiling a_verify.c
[139/460] Compiling a_digest.c
[140/460] Compiling a_sign.c
[141/460] Compiling trust_token.c
[142/460] Compiling thread_win.c
[142/460] Compiling asn1_gen.c
[144/460] Compiling thread.c
[145/460] Compiling thread_none.c
[146/460] Compiling thread_pthread.c
[147/460] Compiling pmbtoken.c
[148/460] Compiling stack.c
[149/460] Compiling siphash.c
[150/460] Compiling rsa_print.c
[151/460] Compiling rc4.c
[152/460] Compiling windows.c
[153/460] Compiling refcount_lock.c
[154/460] Compiling refcount_c11.c
[155/460] Compiling rsa_asn1.c
[156/460] Compiling fuchsia.c
[157/460] Compiling rand_extra.c
[158/460] Compiling deterministic.c
[159/460] Compiling poly1305_arm_asm.S
[160/460] Compiling passive.c
[161/460] Compiling forkunsafe.c
[162/460] Compiling poly1305.c
[163/460] Compiling poly1305_arm.c
[164/460] Compiling pool.c
[165/460] Compiling pkcs7.c
[166/460] Compiling poly1305_vec.c
[167/460] Compiling p5_pbev2.c
[168/460] Compiling pkcs8.c
[169/460] Compiling pem_xaux.c
[170/460] Compiling pem_x509.c
[171/460] Compiling pkcs7_x509.c
[172/460] Compiling pkcs8_x509.c
[173/460] Compiling pem_pkey.c
[174/460] Compiling obj_xref.c
[175/460] Compiling pem_pk8.c
[176/460] Compiling pem_oth.c
[177/460] Compiling mem.c
[178/460] Compiling lhash.c
[179/460] Compiling pem_info.c
[180/460] Compiling pem_lib.c
[181/460] Compiling pem_all.c
[182/460] Compiling obj.c
[183/460] Compiling x86_64-mont5.mac.x86_64.S
[184/460] Compiling poly_rq_mul.S
[185/460] Compiling x86_64-mont.mac.x86_64.S
[186/460] Compiling hkdf.c
[187/460] Compiling x86_64-mont5.linux.x86_64.S
[188/460] Compiling hpke.c
[189/460] Compiling x86-mont.linux.x86.S
[190/460] Compiling x86_64-mont.linux.x86_64.S
[191/460] Compiling vpaes-x86_64.mac.x86_64.S
[192/460] Compiling vpaes-x86.linux.x86.S
[193/460] Compiling vpaes-armv8.linux.aarch64.S
[194/460] Compiling vpaes-x86_64.linux.x86_64.S
[195/460] Compiling vpaes-armv8.ios.aarch64.S
[196/460] Compiling vpaes-armv7.linux.arm.S
[197/460] Compiling vpaes-armv7.ios.arm.S
[198/460] Compiling sha512-x86_64.mac.x86_64.S
[199/460] Compiling hrss.c
[200/460] Compiling sha512-armv8.linux.aarch64.S
[201/460] Compiling sha512-armv8.ios.aarch64.S
[202/460] Compiling sha512-armv4.linux.arm.S
[203/460] Compiling sha512-x86_64.linux.x86_64.S
[204/460] Compiling kdf.c
[205/460] Compiling sha512-armv4.ios.arm.S
[206/460] Compiling sha512-586.linux.x86.S
[207/460] Compiling sha256-x86_64.mac.x86_64.S
[208/460] Compiling sha256-armv8.linux.aarch64.S
[209/460] Compiling sha256-armv8.ios.aarch64.S
[210/460] Compiling sha256-armv4.linux.arm.S
[211/460] Compiling sha256-586.linux.x86.S
[212/460] Compiling sha256-armv4.ios.arm.S
[213/460] Compiling sha256-x86_64.linux.x86_64.S
[214/460] Compiling sha1-x86_64.mac.x86_64.S
[215/460] Compiling sha1-armv8.linux.aarch64.S
[216/460] Compiling sha1-armv8.ios.aarch64.S
[217/460] Compiling sha1-armv4-large.linux.arm.S
[218/460] Compiling sha1-armv4-large.ios.arm.S
[219/460] Compiling sha1-586.linux.x86.S
[220/460] Compiling sha1-x86_64.linux.x86_64.S
[221/460] Compiling sha1-altivec.c
[222/460] Compiling rsaz-avx2.mac.x86_64.S
[223/460] Compiling sha512.c
[224/460] Compiling sha256.c
[225/460] Compiling sha1.c
[226/460] Compiling rsaz-avx2.linux.x86_64.S
[227/460] Compiling fips.c
[228/460] Compiling rdrand-x86_64.mac.x86_64.S
[229/460] Compiling rdrand-x86_64.linux.x86_64.S
[230/460] Compiling self_check.c
[231/460] Compiling blinding.c
[232/460] Compiling padding.c
[233/460] Compiling rsa_impl.c
[234/460] Compiling rsa.c
[235/460] Compiling rand.c
[236/460] Compiling urandom.c
[237/460] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[238/460] Compiling fork_detect.c
[239/460] Compiling p256_beeu-armv8-asm.linux.aarch64.S
[240/460] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[241/460] Compiling p256_beeu-armv8-asm.ios.aarch64.S
[242/460] Compiling p256-x86_64-asm.mac.x86_64.S
[243/460] Compiling ctrdrbg.c
[244/460] Compiling p256-armv8-asm.linux.aarch64.S
[245/460] Compiling p256-armv8-asm.ios.aarch64.S
[246/460] Compiling p256-x86_64-asm.linux.x86_64.S
[247/460] Compiling ofb.c
[248/460] Compiling polyval.c
[249/460] Compiling ctr.c
[250/460] Compiling cfb.c
[251/460] Compiling gcm_nohw.c
[252/460] Compiling cbc.c
[253/460] Compiling gcm.c
[254/460] Compiling md5-x86_64.mac.x86_64.S
[255/460] Compiling md5.c
[256/460] Compiling md5-x86_64.linux.x86_64.S
[257/460] Compiling md5-586.linux.x86.S
[258/460] Compiling ghashv8-armx64.linux.aarch64.S
[259/460] Compiling ghashv8-armx64.ios.aarch64.S
[260/460] Compiling ghashv8-armx32.linux.arm.S
[261/460] Compiling ghashv8-armx32.ios.arm.S
[262/460] Compiling ghash-x86_64.mac.x86_64.S
[263/460] Compiling hmac.c
[264/460] Compiling md4.c
[265/460] Compiling ghash-x86_64.linux.x86_64.S
[266/460] Compiling ghash-x86.linux.x86.S
[267/460] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[268/460] Compiling ghash-ssse3-x86.linux.x86.S
[269/460] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[270/460] Compiling ghash-neon-armv8.linux.aarch64.S
[271/460] Compiling ghash-armv4.linux.arm.S
[271/460] Compiling fips_shared_support.c
[273/460] Compiling ghash-neon-armv8.ios.aarch64.S
[274/460] Compiling ghash-armv4.ios.arm.S
[275/460] Compiling ecdh.c
[276/460] Compiling util.c
[277/460] Compiling wnaf.c
[278/460] Compiling ecdsa.c
[279/460] Compiling simple.c
[279/460] Compiling scalar.c
[279/460] Compiling simple_mul.c
[282/460] Compiling p256.c
[283/460] Compiling felem.c
[284/460] Compiling oct.c
[285/460] Compiling ec_key.c
[286/460] Compiling ec_montgomery.c
[287/460] Compiling p224-64.c
[288/460] Compiling co-586.linux.x86.S
[289/460] Compiling ec.c
[290/460] Compiling check.c
[291/460] Compiling digests.c
[292/460] Compiling digest.c
[293/460] Compiling dh.c
[294/460] Compiling bsaes-armv7.ios.arm.S
[295/460] Compiling bsaes-armv7.linux.arm.S
[296/460] Compiling aead.c
[297/460] Compiling sqrt.c
[298/460] Compiling cipher.c
[299/460] Compiling shift.c
[300/460] Compiling rsaz_exp.c
[301/460] Compiling e_aes.c
[302/460] Compiling random.c
[303/460] Compiling montgomery_inv.c
[304/460] Compiling jacobi.c
[305/460] Compiling prime.c
[306/460] Compiling mul.c
[307/460] Compiling generic.c
[308/460] Compiling montgomery.c
[309/460] Compiling p256-nistz.c
[310/460] Compiling gcd_extra.c
[311/460] Compiling gcd.c
[312/460] Compiling div_extra.c
[313/460] Compiling ctx.c
[314/460] Compiling cmp.c
[315/460] Compiling div.c
[316/460] Compiling exponentiation.c
[317/460] Compiling bytes.c
[318/460] Compiling bn.c
[319/460] Compiling bn-586.linux.x86.S
[320/460] Compiling armv8-mont.linux.aarch64.S
[321/460] Compiling armv8-mont.ios.aarch64.S
[322/460] Compiling armv4-mont.linux.arm.S
[323/460] Compiling armv4-mont.ios.arm.S
[324/460] Compiling aesv8-armx64.linux.aarch64.S
[325/460] Compiling aesv8-armx64.ios.aarch64.S
[326/460] Compiling add.c
[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_64.linux.x86_64.S
[331/460] Compiling aesni-x86.linux.x86.S
[332/460] Compiling aesni-gcm-x86_64.mac.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 p_x25519.c
[344/460] Compiling print.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
[349/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
[353/460] Compiling evp_ctx.c
[355/460] Compiling evp_asn1.c
[356/460] Compiling digestsign.c
[357/460] Compiling evp.c
[358/460] Compiling engine.c
[359/460] Compiling err.c
[360/460] Compiling ecdh_extra.c
[361/460] Compiling ecdsa_asn1.c
[362/460] Compiling ec_derive.c
[363/460] Compiling hash_to_curve.c
[364/460] Compiling dsa_asn1.c
[365/460] Compiling ec_asn1.c
[366/460] Compiling dh_asn1.c
[367/460] Compiling params.c
[368/460] Compiling x25519-asm-arm.S
[369/460] Compiling dsa.c
[370/460] Compiling digest_extra.c
[371/460] Compiling spake25519.c
[372/460] Compiling cpu_ppc64le.c
[373/460] Compiling crypto.c
[374/460] Compiling des.c
[375/460] Compiling cpu_arm_linux.c
[376/460] Compiling cpu_intel.c
[377/460] Compiling cpu_aarch64_win.c
[378/460] Compiling cpu_arm.c
[379/460] Compiling cpu_aarch64_linux.c
[380/460] Compiling cpu_aarch64_fuchsia.c
[381/460] Compiling cpu_aarch64_apple.c
[382/460] Compiling e_rc4.c
[383/460] Compiling curve25519.c
[384/460] Compiling cmac.c
[385/460] Compiling tls_cbc.c
[386/460] Compiling conf.c
[387/460] Compiling e_tls.c
[388/460] Compiling e_null.c
[389/460] Compiling e_rc2.c
[390/460] Compiling e_des.c
[391/460] Compiling e_chacha20poly1305.c
[392/460] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[393/460] Compiling derive_key.c
[394/460] Compiling e_aesctrhmac.c
[395/460] Compiling e_aesgcmsiv.c
[396/460] Compiling e_aesccm.c
[397/460] Compiling cipher_extra.c
[398/460] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[399/460] Compiling chacha-x86_64.mac.x86_64.S
[400/460] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[401/460] Compiling chacha-x86.linux.x86.S
[402/460] Compiling chacha-x86_64.linux.x86_64.S
[403/460] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[404/460] Compiling chacha-armv8.linux.aarch64.S
[405/460] Compiling chacha-armv8.ios.aarch64.S
[406/460] Compiling chacha-armv4.linux.arm.S
[407/460] Compiling chacha.c
[408/460] Compiling chacha-armv4.ios.arm.S
[409/460] Compiling unicode.c
[410/460] Compiling asn1_compat.c
[411/460] Compiling bn_asn1.c
[411/460] Compiling ber.c
[413/460] Compiling buf.c
[414/460] Compiling cbs.c
[414/460] Compiling cbb.c
[416/460] Compiling convert.c
[417/460] Compiling blake2.c
[418/460] Compiling printf.c
[419/460] Compiling socket.c
[420/460] Compiling socket_helper.c
[421/460] Compiling hexdump.c
[422/460] Compiling pair.c
[423/460] Compiling file.c
[424/460] Compiling fd.c
[425/460] Compiling connect.c
[426/460] Compiling bio_mem.c
[427/460] Compiling base64.c
[428/460] Compiling time_support.c
[429/460] Compiling bio.c
[430/460] Compiling tasn_typ.c
[430/460] Compiling tasn_utl.c
[432/460] Compiling tasn_fre.c
[433/460] Compiling tasn_new.c
[434/460] Compiling f_string.c
[435/460] Compiling f_int.c
[436/460] Compiling tasn_enc.c
[437/460] Compiling tasn_dec.c
[438/460] Compiling asn1_par.c
[439/460] Compiling asn_pack.c
[440/460] Compiling a_utf8.c
[441/460] Compiling asn1_lib.c
[442/460] Compiling a_utctm.c
[443/460] Compiling a_type.c
[444/460] Compiling a_time.c
[445/460] Compiling a_print.c
[446/460] Compiling a_strnid.c
[447/460] Compiling a_strex.c
[448/460] Compiling a_octet.c
[449/460] Compiling a_mbstr.c
[449/460] Compiling a_i2d_fp.c
[451/460] Compiling a_object.c
[452/460] Compiling a_gentm.c
[453/460] Compiling a_dup.c
[454/460] Compiling a_int.c
[455/460] Compiling a_d2i_fp.c
[456/460] Compiling a_bool.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 ConvenienceOptionSupport.swift
[467/509] Compiling NIOCore DeadChannel.swift
[468/509] Compiling NIOCore DispatchQueue+WithFuture.swift
[469/509] Compiling NIOCore EventLoop+Deprecated.swift
[470/509] Compiling NIOCore EventLoop.swift
[471/509] Compiling NIOCore EventLoopFuture+Deprecated.swift
[472/515] Compiling NIOCore MulticastChannel.swift
[473/515] Compiling NIOCore NIOAny.swift
[474/515] Compiling NIOCore NIOCloseOnErrorHandler.swift
[475/515] Compiling NIOCore PointerHelpers.swift
[476/515] Compiling NIOCore RecvByteBufferAllocator.swift
[477/515] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[478/515] Compiling NIOCore IOData.swift
[479/515] Compiling NIOCore IntegerBitPacking.swift
[480/515] Compiling NIOCore IntegerTypes.swift
[481/515] Compiling NIOCore Interfaces.swift
[482/515] Compiling NIOCore Linux.swift
[483/515] Compiling NIOCore MarkedCircularBuffer.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 AddressedEnvelope.swift
[491/515] Compiling NIOCore AsyncAwaitSupport+OldXcodes.swift
[492/515] Compiling NIOCore AsyncAwaitSupport.swift
[493/515] Compiling NIOCore BSDSocketAPI.swift
[494/515] Compiling NIOCore ByteBuffer-aux.swift
[495/515] Compiling NIOCore ByteBuffer-conversions.swift
[496/515] Compiling NIOCore ByteBuffer-core.swift
[497/515] Compiling NIOCore ChannelHandlers.swift
[498/515] Compiling NIOCore ChannelInvoker.swift
[499/515] Compiling NIOCore ChannelOption.swift
[500/515] Compiling NIOCore ChannelPipeline.swift
[501/515] Compiling NIOCore CircularBuffer.swift
[502/515] Compiling NIOCore Codec.swift
[503/515] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[504/515] Compiling NIOCore EventLoopFuture.swift
[505/515] Compiling NIOCore FileDescriptor.swift
[506/515] Compiling NIOCore FileHandle.swift
[507/515] Compiling NIOCore FileRegion.swift
[508/515] Compiling NIOCore IO.swift
[509/515] Compiling NIOCore ByteBuffer-int.swift
[510/515] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[511/515] Compiling NIOCore ByteBuffer-multi-int.swift
[512/515] Compiling NIOCore ByteBuffer-views.swift
[513/515] Compiling NIOCore Channel.swift
[514/515] Compiling NIOCore ChannelHandler.swift
[515/515] Emitting module NIOCore
[517/558] Compiling NIOPosix PipeChannel.swift
[518/558] Compiling NIOPosix PipePair.swift
[519/558] Compiling NIOPosix PointerHelpers.swift
[520/558] Compiling NIOPosix Resolver.swift
[521/558] Compiling NIOPosix Selectable.swift
[522/563] Emitting module NIOEmbedded
[523/563] Compiling NIOEmbedded Embedded.swift
[525/564] Emitting module NIOPosix
[526/564] Compiling NIOPosix System.swift
[527/564] Compiling NIOPosix Thread.swift
[528/564] Compiling NIOPosix ThreadPosix.swift
[529/564] Compiling NIOPosix ThreadWindows.swift
[530/564] Compiling NIOPosix Utilities.swift
[531/564] Compiling NIOPosix HappyEyeballs.swift
[532/564] Compiling NIOPosix IO.swift
[533/564] Compiling NIOPosix IntegerBitPacking.swift
[534/564] Compiling NIOPosix IntegerTypes.swift
[535/564] Compiling NIOPosix Linux.swift
[536/564] Compiling NIOPosix LinuxCPUSet.swift
[537/564] Compiling NIOPosix BSDSocketAPICommon.swift
[538/564] Compiling NIOPosix BSDSocketAPIPosix.swift
[539/564] Compiling NIOPosix BSDSocketAPIWindows.swift
[540/564] Compiling NIOPosix BaseSocket.swift
[541/564] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[542/564] Compiling NIOPosix BaseSocketChannel.swift
[543/564] Compiling NIOPosix SelectableChannel.swift
[544/564] Compiling NIOPosix SelectableEventLoop.swift
[545/564] Compiling NIOPosix SelectorEpoll.swift
[546/564] Compiling NIOPosix SelectorGeneric.swift
[547/564] Compiling NIOPosix SelectorKqueue.swift
[548/564] Compiling NIOPosix SelectorUring.swift
[549/564] Compiling NIOPosix ServerSocket.swift
[550/564] Compiling NIOPosix Socket.swift
[551/564] Compiling NIOPosix SocketChannel.swift
[552/564] Compiling NIOPosix SocketProtocols.swift
[553/564] Compiling NIOPosix BaseStreamSocketChannel.swift
[554/564] Compiling NIOPosix Bootstrap.swift
[555/564] Compiling NIOPosix ControlMessage.swift
[556/564] Compiling NIOPosix DatagramVectorReadManager.swift
[557/564] Compiling NIOPosix FileDescriptor.swift
[558/564] Compiling NIOPosix GetaddrinfoResolver.swift
[559/564] Compiling NIOPosix LinuxUring.swift
[560/564] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[561/564] Compiling NIOPosix NIOThreadPool.swift
[562/564] Compiling NIOPosix NonBlockingFileIO.swift
[563/564] Compiling NIOPosix PendingDatagramWritesManager.swift
[564/564] Compiling NIOPosix PendingWritesManager.swift
[566/567] Compiling NIO Exports.swift
[567/567] Emitting module NIO
[569/586] Emitting module NIOTLS
[570/586] Compiling NIOTLS TLSEvents.swift
[571/586] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[572/586] Compiling NIOTLS SNIHandler.swift
[573/586] Compiling NIOHTTP1 NIOHTTPClientUpgradeHandler.swift
[574/588] Compiling NIOHTTP1 HTTPServerProtocolErrorHandler.swift
[575/588] Compiling NIOHTTP1 HTTPServerPipelineHandler.swift
[576/588] Compiling NIOHTTP1 HTTPServerUpgradeHandler.swift
[578/588] Compiling NIOHTTP1 HTTPEncoder.swift
[579/588] Compiling NIOHTTP1 HTTPPipelineSetup.swift
[580/610] Compiling NIOHTTP1 NIOHTTPObjectAggregator.swift
[581/610] Emitting module NIOHTTP1
[582/610] Compiling NIOSSL IdentityVerification.swift
[583/610] Compiling NIOSSL LinuxCABundle.swift
[584/610] Compiling NIOHTTP1 HTTPTypes.swift
[586/622] Emitting module NIOWebSocket
[587/622] Compiling NIOWebSocket Base64.swift
[588/622] Compiling NIOWebSocket NIOWebSocketClientUpgrader.swift
[589/623] Compiling NIOWebSocket WebSocketOpcode.swift
[590/623] Compiling NIOWebSocket WebSocketProtocolErrorHandler.swift
[591/623] Compiling NIOWebSocket NIOWebSocketFrameAggregator.swift
[592/623] Compiling NIOWebSocket NIOWebSocketServerUpgrader.swift
[593/623] Compiling NIOWebSocket WebSocketFrame.swift
[594/623] Compiling NIOWebSocket SHA1.swift
[595/623] Compiling NIOWebSocket WebSocketErrorCodes.swift
[596/623] Compiling NIOWebSocket WebSocketFrameEncoder.swift
[597/623] Compiling NIOWebSocket WebSocketFrameDecoder.swift
[599/624] Compiling NIOSSL SecurityFrameworkCertificateVerification.swift
[600/624] Compiling NIOSSL String+unsafeUninitializedCapacity.swift
[601/624] Compiling NIOSSL SubjectAlternativeName.swift
[602/624] Emitting module NIOSSL
[603/626] Compiling NIOSSL NIOSSLServerHandler.swift
[604/626] Compiling NIOSSL ObjectIdentifier.swift
[605/626] Compiling NIOSSL PosixPort.swift
[609/626] Compiling NIOSSL SSLPKCS12Bundle.swift
[610/626] Compiling NIOSSL SSLPrivateKey.swift
[611/626] Compiling NIOSSL SSLPublicKey.swift
[612/626] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[613/626] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[614/626] Emitting module NIOFoundationCompat
[615/626] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[617/627] Compiling NIOSSL SSLCallbacks.swift
[618/627] Compiling NIOSSL SSLCertificate.swift
[619/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 State.swift
[630/638] Compiling WebSocket Handler.swift
[631/638] Compiling WebSocket ReExport.swift
[632/638] Compiling WebSocket FrameBuffer.swift
[633/638] Compiling WebSocket InitialRequestHandler.swift
[634/638] Compiling WebSocket EventLoopGroup.swift
[635/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 |
[636/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 |
[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! (50.69s)
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.