The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Bolt, reference master (54a89d), with Swift 6.1 for macOS (SPM) on 7 Feb 2026 05:29:50 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Neo4j-Swift/bolt-swift.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Neo4j-Swift/bolt-swift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 54a89d6 Use GitHub URL for PackStream-Swift dependency (6.0.1)
Cloned https://github.com/Neo4j-Swift/bolt-swift.git
Revision (git rev-parse @):
54a89d609b0e1bd9c7a11c6cd140a3e8c44845ed
SUCCESS checkout https://github.com/Neo4j-Swift/bolt-swift.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Neo4j-Swift/bolt-swift.git
https://github.com/Neo4j-Swift/bolt-swift.git
{
  "dependencies" : [
    {
      "identity" : "packstream-swift",
      "requirement" : {
        "exact" : [
          "6.0.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Neo4j-Swift/PackStream-Swift.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.65.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.27.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.20.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    }
  ],
  "manifest_display_name" : "Bolt",
  "name" : "Bolt",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "Bolt",
      "targets" : [
        "Bolt"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BoltTests",
      "module_type" : "SwiftTarget",
      "name" : "BoltTests",
      "path" : "Tests/BoltTests",
      "sources" : [
        "BoltTests.swift",
        "CertificateValidatorTests.swift",
        "ConnectionTests.swift",
        "EncryptedSocketTests.swift",
        "ErrorTests.swift",
        "MockSocket.swift",
        "RequestTests.swift",
        "ResponseTests.swift",
        "SocketTests.swift",
        "TestConfig.swift",
        "UnencryptedSocketTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Bolt"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Bolt",
      "module_type" : "SwiftTarget",
      "name" : "Bolt",
      "path" : "Sources",
      "product_dependencies" : [
        "PackStream",
        "NIO",
        "NIOCore",
        "NIOPosix",
        "NIOSSL",
        "NIOTransportServices"
      ],
      "product_memberships" : [
        "Bolt"
      ],
      "sources" : [
        "BoltProtocol.swift",
        "CertificateValidatorProtocol.swift",
        "CertificateValidators.swift",
        "Connection.swift",
        "ConnectionSettings.swift",
        "EncryptedSocket.swift",
        "ReadDataHandler.swift",
        "Request.swift",
        "Response.swift",
        "SHA1.swift",
        "SSLConfiguration.swift",
        "SSLKeyGeneratorConfig.swift",
        "SocketProtocol.swift",
        "UnencryptedSocket.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/430] Write sources
[12/430] Copying PrivacyInfo.xcprivacy
[12/430] Write sources
[15/430] Copying PrivacyInfo.xcprivacy
[16/430] Compiling CNIOWindows shim.c
[16/430] Compiling CNIOWindows WSAStartup.c
[18/430] Compiling fiat_p256_adx_sqr.S
[19/430] Write swift-version-2F0A5646E1D333AE.txt
[20/430] Compiling fiat_p256_adx_mul.S
[21/430] Compiling fiat_curve25519_adx_square.S
[22/436] Compiling CNIOWASI CNIOWASI.c
[23/436] Compiling CNIOOpenBSD shim.c
[24/436] Compiling CNIOLinux shim.c
[24/436] Compiling CNIOLinux liburing_shims.c
[26/436] Compiling fiat_curve25519_adx_mul.S
[27/453] Compiling _AtomicsShims.c
[28/453] Compiling CNIOPosix event_loop_id.c
[30/453] Emitting module _NIOBase64
[31/453] Compiling _NIOBase64 Base64.swift
[31/453] Compiling CNIODarwin shim.c
[33/453] Compiling InternalCollectionsUtilities UInt+first and last set bit.swift
[34/453] Compiling InternalCollectionsUtilities UInt+reversed.swift
[35/453] Compiling InternalCollectionsUtilities RandomAccessCollection+Offsets.swift
[36/453] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[37/453] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[38/453] Compiling InternalCollectionsUtilities _UnsafeBitSet.swift
[39/453] Compiling InternalCollectionsUtilities _SortedCollection.swift
[40/453] Compiling InternalCollectionsUtilities _UniqueCollection.swift
[41/453] Compiling InternalCollectionsUtilities Debugging.swift
[42/453] Emitting module InternalCollectionsUtilities
[43/453] Compiling InternalCollectionsUtilities Descriptions.swift
[44/453] Compiling InternalCollectionsUtilities LifetimeOverride.swift
[45/453] Compiling InternalCollectionsUtilities UnsafeMutableRawBufferPointer+Extras.swift
[46/453] Compiling InternalCollectionsUtilities FixedWidthInteger+roundUpToPowerOfTwo.swift
[47/453] Compiling InternalCollectionsUtilities Integer rank.swift
[48/453] Compiling InternalCollectionsUtilities _UnsafeBitSet+Index.swift
[49/453] Compiling InternalCollectionsUtilities _UnsafeBitSet+_Word.swift
[49/454] Compiling CNIOBoringSSLShims shims.c
[51/454] Compiling InternalCollectionsUtilities UnsafeRawBufferPointer+Extras.swift
[51/454] Compiling tls_record.cc
[52/454] Compiling tls_method.cc
[53/454] Compiling tls13_enc.cc
[54/454] Compiling tls13_client.cc
[55/454] Compiling tls13_server.cc
[56/470] Compiling t1_enc.cc
[58/470] Compiling DequeModule _DequeBuffer.swift
[59/470] Compiling DequeModule _DequeBufferHeader.swift
[60/470] Compiling DequeModule _DequeSlot.swift
[61/470] Compiling DequeModule Deque+Testing.swift
[62/470] Compiling DequeModule Deque._Storage.swift
[62/471] Compiling tls13_both.cc
[64/471] Compiling _NIODataStructures Heap.swift
[65/471] Compiling _NIODataStructures PriorityQueue.swift
[66/471] Emitting module _NIODataStructures
[67/471] Compiling _NIODataStructures _TinyArray.swift
[68/471] Compiling DequeModule _UnsafeWrappedBuffer.swift
[69/471] Compiling DequeModule Deque+Equatable.swift
[70/471] Compiling DequeModule Deque+ExpressibleByArrayLiteral.swift
[71/471] Compiling DequeModule Deque._UnsafeHandle.swift
[72/471] Compiling DequeModule Deque.swift
[73/471] Compiling DequeModule Deque+Codable.swift
[74/471] Compiling DequeModule Deque+Collection.swift
[74/471] Compiling ssl_versions.cc
[75/471] Compiling ssl_x509.cc
[77/471] Compiling DequeModule Deque+CustomReflectable.swift
[78/471] Compiling DequeModule Deque+Descriptions.swift
[79/471] Emitting module DequeModule
[80/471] Compiling DequeModule Deque+Extras.swift
[81/471] Compiling DequeModule Deque+Hashable.swift
[81/471] Compiling ssl_stat.cc
[82/471] Compiling ssl_transcript.cc
[83/471] Compiling ssl_privkey.cc
[84/471] Compiling ssl_session.cc
[85/471] Compiling ssl_key_share.cc
[86/471] Compiling ssl_lib.cc
[87/471] Compiling ssl_file.cc
[88/471] Compiling ssl_cipher.cc
[89/471] Compiling ssl_credential.cc
[90/471] Compiling ssl_buffer.cc
[91/471] Compiling ssl_cert.cc
[92/471] Compiling ssl_asn1.cc
[93/471] Compiling ssl_aead_ctx.cc
[94/471] Compiling s3_pkt.cc
[95/471] Compiling s3_lib.cc
[96/471] Compiling s3_both.cc
[97/471] Compiling handshake_server.cc
[98/471] Compiling handshake.cc
[99/471] Compiling handshake_client.cc
[100/471] Compiling handoff.cc
[101/471] Compiling dtls_record.cc
[102/471] Compiling md5-x86_64-linux.S
[103/471] Compiling dtls_method.cc
[104/471] Compiling encrypted_client_hello.cc
[105/471] Compiling md5-x86_64-apple.S
[106/471] Compiling md5-586-linux.S
[107/471] Compiling md5-586-apple.S
[108/471] Compiling chacha20_poly1305_x86_64-linux.S
[109/471] Compiling extensions.cc
[110/471] Compiling chacha20_poly1305_x86_64-apple.S
[111/471] Compiling chacha20_poly1305_armv8-win.S
[112/471] Compiling chacha20_poly1305_armv8-linux.S
[113/471] Compiling chacha-x86_64-linux.S
[114/471] Compiling chacha-x86_64-apple.S
[115/471] Compiling d1_srtp.cc
[116/471] Compiling chacha20_poly1305_armv8-apple.S
[117/471] Compiling chacha-x86-linux.S
[118/471] Compiling chacha-x86-apple.S
[119/471] Compiling chacha-armv8-win.S
[120/471] Compiling chacha-armv8-linux.S
[121/471] Compiling chacha-armv4-linux.S
[122/471] Compiling aes128gcmsiv-x86_64-linux.S
[123/471] Compiling chacha-armv8-apple.S
[124/471] Compiling aes128gcmsiv-x86_64-apple.S
[125/471] Compiling x86_64-mont5-linux.S
[126/471] Compiling x86_64-mont5-apple.S
[127/471] Compiling x86_64-mont-linux.S
[128/471] Compiling x86_64-mont-apple.S
[129/471] Compiling x86-mont-linux.S
[130/471] Compiling x86-mont-apple.S
[131/471] Compiling err_data.cc
[132/471] Compiling vpaes-x86_64-linux.S
[133/471] Compiling vpaes-x86_64-apple.S
[134/471] Compiling vpaes-x86-linux.S
[135/471] Compiling vpaes-x86-apple.S
[136/471] Compiling vpaes-armv8-win.S
[137/471] Compiling vpaes-armv8-linux.S
[138/471] Compiling d1_pkt.cc
[139/471] Compiling vpaes-armv8-apple.S
[140/471] Compiling vpaes-armv7-linux.S
[141/471] Compiling sha512-x86_64-linux.S
[142/471] Compiling sha512-x86_64-apple.S
[143/471] Compiling sha512-armv8-win.S
[144/471] Compiling sha512-armv8-linux.S
[145/471] Compiling bio_ssl.cc
[146/471] Compiling sha512-armv4-linux.S
[147/471] Compiling sha512-armv8-apple.S
[148/471] Compiling sha512-586-apple.S
[149/471] Compiling sha512-586-linux.S
[150/471] Compiling sha256-x86_64-linux.S
[151/471] Compiling sha256-x86_64-apple.S
[152/471] Compiling sha256-armv8-win.S
[153/471] Compiling sha256-armv8-linux.S
[154/471] Compiling sha256-armv4-linux.S
[155/471] Compiling sha256-armv8-apple.S
[156/471] Compiling sha256-586-linux.S
[156/471] Compiling sha256-586-apple.S
[156/471] Compiling sha1-x86_64-linux.S
[159/471] Compiling d1_lib.cc
[160/471] Compiling sha1-armv8-win.S
[161/471] Compiling sha1-x86_64-apple.S
[162/471] Compiling sha1-armv8-linux.S
[163/471] Compiling sha1-armv4-large-linux.S
[164/471] Compiling sha1-armv8-apple.S
[165/471] Compiling sha1-586-apple.S
[166/471] Compiling rsaz-avx2-linux.S
[166/471] Compiling sha1-586-linux.S
[168/471] Compiling rsaz-avx2-apple.S
[169/471] Compiling rdrand-x86_64-apple.S
[170/471] Compiling rdrand-x86_64-linux.S
[171/471] Compiling p256_beeu-x86_64-asm-linux.S
[172/471] Compiling p256_beeu-x86_64-asm-apple.S
[173/471] Compiling p256_beeu-armv8-asm-win.S
[174/471] Compiling p256-x86_64-asm-linux.S
[175/471] Compiling p256_beeu-armv8-asm-linux.S
[176/471] Compiling p256-x86_64-asm-apple.S
[177/471] Compiling p256_beeu-armv8-asm-apple.S
[178/471] Compiling p256-armv8-asm-linux.S
[179/471] Compiling p256-armv8-asm-win.S
[180/471] Compiling d1_both.cc
[181/471] Compiling p256-armv8-asm-apple.S
[182/471] Compiling ghashv8-armv8-win.S
[182/471] Compiling ghashv8-armv8-linux.S
[184/471] Compiling ghash-x86_64-apple.S
[185/471] Compiling ghash-x86_64-linux.S
[185/471] Compiling ghashv8-armv7-linux.S
[187/471] Compiling ghashv8-armv8-apple.S
[188/471] Compiling ghash-x86-linux.S
[189/471] Compiling ghash-x86-apple.S
[190/471] Compiling ghash-ssse3-x86_64-linux.S
[191/471] Compiling ghash-ssse3-x86-linux.S
[192/471] Compiling ghash-neon-armv8-win.S
[193/471] Compiling ghash-ssse3-x86_64-apple.S
[193/471] Compiling ghash-neon-armv8-linux.S
[193/471] Compiling ghash-armv4-linux.S
[194/471] Compiling ghash-ssse3-x86-apple.S
[197/471] Compiling ghash-neon-armv8-apple.S
[198/471] Compiling co-586-linux.S
[199/471] Compiling co-586-apple.S
[200/471] Compiling bsaes-armv7-linux.S
[201/471] Compiling armv8-mont-win.S
[202/471] Compiling armv8-mont-linux.S
[202/471] Compiling bn-586-linux.S
[202/471] Compiling bn-armv8-apple.S
[202/471] Compiling bn-586-apple.S
[203/471] Compiling bn-armv8-linux.S
[207/471] Compiling bn-armv8-win.S
[208/471] Compiling armv8-mont-apple.S
[209/471] Compiling armv4-mont-linux.S
[210/471] Compiling aesv8-gcm-armv8-win.S
[211/471] Compiling aesv8-armv8-win.S
[212/471] Compiling aesv8-gcm-armv8-linux.S
[213/471] Compiling aesv8-armv7-linux.S
[214/471] Compiling aesni-x86_64-linux.S
[214/471] Compiling aesv8-armv8-linux.S
[216/471] Compiling aesv8-armv8-apple.S
[217/471] Compiling aesv8-gcm-armv8-apple.S
[218/471] Compiling aesni-x86_64-apple.S
[219/471] Compiling aesni-x86-apple.S
[219/471] Compiling aesni-x86-linux.S
[221/471] Compiling aes-gcm-avx10-x86_64-linux.S
[221/471] Compiling aes-gcm-avx2-x86_64-apple.S
[223/471] Compiling aes-gcm-avx2-x86_64-linux.S
[224/471] Compiling aesni-gcm-x86_64-linux.S
[224/471] Compiling aes-gcm-avx10-x86_64-apple.S
[224/471] Compiling aesni-gcm-x86_64-apple.S
[227/471] Compiling x_x509a.cc
[228/471] Compiling x_spki.cc
[229/471] Compiling x_val.cc
[230/471] Compiling x_x509.cc
[231/471] Compiling x_sig.cc
[232/471] Compiling x_exten.cc
[233/471] Compiling x_req.cc
[234/471] Compiling x_pubkey.cc
[235/471] Compiling x_name.cc
[236/471] Compiling x_crl.cc
[237/471] Compiling x_attrib.cc
[238/471] Compiling x_algor.cc
[239/471] Compiling x509spki.cc
[240/471] Compiling x509rset.cc
[241/471] Compiling x_all.cc
[242/471] Compiling x509cset.cc
[243/471] Compiling x509name.cc
[244/471] Compiling x509_vpm.cc
[245/471] Compiling x509_v3.cc
[246/471] Compiling x509_vfy.cc
[247/471] Compiling x509_txt.cc
[248/471] Compiling x509_trs.cc
[249/471] Compiling x509_set.cc
[250/471] Compiling x509_req.cc
[250/471] Compiling x509_obj.cc
[252/471] Compiling x509_def.cc
[253/471] Compiling x509_d2.cc
[254/471] Compiling x509_ext.cc
[255/471] Compiling x509_lu.cc
[256/471] Compiling x509_cmp.cc
[257/471] Compiling x509.cc
[258/471] Compiling x509_att.cc
[259/471] Compiling v3_prn.cc
[259/471] Compiling v3_skey.cc
[261/471] Compiling v3_purp.cc
[262/471] Compiling v3_pcons.cc
[263/471] Compiling v3_utl.cc
[264/471] Compiling v3_ocsp.cc
[265/471] Compiling v3_pmaps.cc
[266/471] Compiling v3_ncons.cc
[267/471] Compiling v3_int.cc
[268/471] Compiling v3_lib.cc
[269/471] Compiling v3_ia5.cc
[270/471] Compiling v3_info.cc
[271/471] Compiling v3_enum.cc
[272/471] Compiling v3_genn.cc
[273/471] Compiling v3_extku.cc
[274/471] Compiling v3_crld.cc
[275/471] Compiling v3_cpols.cc
[276/471] Compiling v3_conf.cc
[277/471] Compiling v3_bitst.cc
[278/471] Compiling v3_bcons.cc
[279/471] Compiling v3_alt.cc
[280/471] Compiling v3_akeya.cc
[281/471] Compiling v3_akey.cc
[282/471] Compiling t_x509a.cc
[283/471] Compiling t_crl.cc
[284/471] Compiling t_req.cc
[285/471] Compiling t_x509.cc
[286/471] Compiling rsa_pss.cc
[287/471] Compiling i2d_pr.cc
[288/471] Compiling policy.cc
[289/471] Compiling name_print.cc
[290/471] Compiling by_file.cc
[291/471] Compiling algorithm.cc
[292/471] Compiling a_sign.cc
[293/471] Compiling a_verify.cc
[294/471] Compiling asn1_gen.cc
[294/471] Compiling by_dir.cc
[296/471] Compiling a_digest.cc
[297/471] Compiling voprf.cc
[298/471] Compiling thread_win.cc
[299/471] Compiling thread_none.cc
[299/471] Compiling thread.cc
[301/471] Compiling trust_token.cc
[301/471] Compiling thread_pthread.cc
[303/471] Compiling stack.cc
[304/471] Compiling pmbtoken.cc
[305/471] Compiling slhdsa.cc
[306/471] Compiling spake2plus.cc
[307/471] Compiling siphash.cc
[308/471] Compiling sha512.cc
[309/471] Compiling sha1.cc
[309/471] Compiling sha256.cc
[311/471] Compiling rsa_extra.cc
[312/471] Compiling rsa_print.cc
[313/471] Compiling rsa_crypt.cc
[314/471] Compiling refcount.cc
[315/471] Compiling rsa_asn1.cc
[316/471] Compiling rc4.cc
[317/471] Compiling urandom.cc
[318/471] Compiling windows.cc
[319/471] Compiling trusty.cc
[320/471] Compiling ios.cc
[321/471] Compiling rand.cc
[322/471] Compiling passive.cc
[323/471] Compiling poly1305_arm_asm.S
[324/471] Compiling getentropy.cc
[325/471] Compiling forkunsafe.cc
[326/471] Compiling deterministic.cc
[327/471] Compiling fork_detect.cc
[328/471] Compiling poly1305_vec.cc
[329/471] Compiling poly1305.cc
[330/471] Compiling poly1305_arm.cc
[331/471] Compiling pool.cc
[332/471] Compiling pkcs7.cc
[333/471] Compiling pkcs8.cc
[334/471] Compiling pkcs8_x509.cc
[335/471] Compiling p5_pbev2.cc
[336/471] Compiling pkcs7_x509.cc
[337/471] Compiling pem_xaux.cc
[338/471] Compiling pem_x509.cc
[339/471] Compiling pem_pkey.cc
[340/471] Compiling pem_pk8.cc
[341/471] Compiling pem_oth.cc
[342/471] Compiling mlkem.cc
[343/471] Compiling obj_xref.cc
[344/471] Compiling mldsa.cc
[345/471] Compiling pem_info.cc
[346/471] Compiling pem_all.cc
[347/471] Compiling pem_lib.cc
[348/471] Compiling obj.cc
[349/471] Compiling poly_rq_mul.S
[350/471] Compiling fips_shared_support.cc
[351/471] Compiling mem.cc
[352/471] Compiling md5.cc
[353/471] Compiling md4.cc
[354/471] Compiling lhash.cc
[355/471] Compiling kyber.cc
[356/471] Compiling ex_data.cc
[357/471] Compiling sign.cc
[358/471] Compiling scrypt.cc
[359/471] Compiling pbkdf.cc
[360/471] Compiling print.cc
[361/471] Compiling hpke.cc
[362/471] Compiling hrss.cc
[363/471] Compiling p_x25519_asn1.cc
[364/471] Compiling p_x25519.cc
[365/471] Compiling p_ed25519.cc
[366/471] Compiling p_rsa_asn1.cc
[367/471] Compiling p_rsa.cc
[368/471] Compiling p_ec.cc
[369/471] Compiling p_ed25519_asn1.cc
[370/471] Compiling p_hkdf.cc
[371/471] Compiling p_ec_asn1.cc
[372/471] Compiling p_dh_asn1.cc
[373/471] Compiling p_dsa_asn1.cc
[374/471] Compiling p_dh.cc
[375/471] Compiling evp_ctx.cc
[376/471] Compiling evp.cc
[376/471] Compiling engine.cc
[378/471] Compiling err.cc
[379/471] Compiling evp_asn1.cc
[380/471] Compiling ecdsa_asn1.cc
[381/471] Compiling ecdh.cc
[382/471] Compiling hash_to_curve.cc
[383/471] Compiling ec_derive.cc
[384/471] Compiling dsa.cc
[385/471] Compiling ec_asn1.cc
[386/471] Compiling bcm.cc
[387/471] Compiling params.cc
[388/471] Compiling dsa_asn1.cc
[389/471] Compiling x25519-asm-arm.S
[390/471] Compiling digest_extra.cc
[391/471] Compiling des.cc
[392/471] Compiling dh_asn1.cc
[393/471] Compiling curve25519_64_adx.cc
[394/471] Compiling spake25519.cc
[395/471] Compiling cpu_intel.cc
[396/471] Compiling crypto.cc
[397/471] Compiling cpu_arm_linux.cc
[398/471] Compiling cpu_arm_freebsd.cc
[399/471] Compiling cpu_aarch64_win.cc
[400/471] Compiling curve25519.cc
[401/471] Compiling cpu_aarch64_sysreg.cc
[402/471] Compiling cpu_aarch64_openbsd.cc
[403/471] Compiling cpu_aarch64_linux.cc
[404/471] Compiling cpu_aarch64_fuchsia.cc
[405/471] Compiling cpu_aarch64_apple.cc
[406/471] Compiling get_cipher.cc
[407/471] Compiling conf.cc
[408/471] Compiling tls_cbc.cc
[409/471] Compiling e_rc4.cc
[410/471] Compiling e_tls.cc
[411/471] Compiling e_rc2.cc
[412/471] Compiling e_null.cc
[413/471] Compiling e_des.cc
[414/471] Compiling e_chacha20poly1305.cc
[415/471] Compiling e_aesgcmsiv.cc
[416/471] Compiling derive_key.cc
[417/471] Compiling chacha.cc
[418/471] Compiling e_aesctrhmac.cc
[419/471] Compiling unicode.cc
[420/471] Compiling ber.cc
[421/471] Compiling cbb.cc
[422/471] Compiling cbs.cc
[423/471] Compiling buf.cc
[424/471] Compiling asn1_compat.cc
[425/471] Compiling blake2.cc
[426/471] Compiling socket_helper.cc
[427/471] Compiling bn_asn1.cc
[428/471] Compiling convert.cc
[429/471] Compiling socket.cc
[430/471] Compiling printf.cc
[431/471] Compiling hexdump.cc
[432/471] Compiling file.cc
[433/471] Compiling pair.cc
[434/471] Compiling fd.cc
[435/471] Compiling errno.cc
[436/471] Compiling connect.cc
[437/471] Compiling bio_mem.cc
[438/471] Compiling bio.cc
[439/471] Compiling base64.cc
[440/471] Compiling tasn_fre.cc
[441/471] Compiling tasn_typ.cc
[442/471] Compiling tasn_enc.cc
[443/471] Compiling tasn_utl.cc
[444/471] Compiling tasn_new.cc
[445/471] Compiling posix_time.cc
[446/471] Compiling f_string.cc
[447/471] Compiling f_int.cc
[448/471] Compiling asn_pack.cc
[449/471] Compiling tasn_dec.cc
[450/471] Compiling asn1_par.cc
[451/471] Compiling asn1_lib.cc
[452/471] Compiling a_utctm.cc
[453/471] Compiling a_type.cc
[454/471] Compiling a_time.cc
[455/471] Compiling a_octet.cc
[456/471] Compiling a_strnid.cc
[457/471] Compiling a_strex.cc
[458/471] Compiling a_mbstr.cc
[459/471] Compiling a_object.cc
[459/471] Write sources
[462/471] Compiling a_int.cc
[463/471] Compiling a_i2d_fp.cc
[464/471] Compiling a_dup.cc
[465/488] Compiling a_d2i_fp.cc
[466/490] Compiling a_gentm.cc
[467/490] Compiling a_bool.cc
[467/490] Compiling a_bitstr.cc
[470/490] Compiling Atomics ManagedAtomicLazyReference.swift
[471/490] Compiling Atomics UnsafeAtomic.swift
[472/490] Compiling Atomics AtomicValue.swift
[473/490] Compiling Atomics AtomicMemoryOrderings.swift
[474/490] Compiling Atomics UnsafeAtomicLazyReference.swift
[475/490] Compiling Atomics IntegerOperations.swift
[476/490] Compiling Atomics DoubleWord.swift
[477/490] Compiling Atomics ManagedAtomic.swift
[478/491] Compiling Atomics AtomicInteger.swift
[479/491] Compiling Atomics AtomicOptionalWrappable.swift
[480/491] Compiling Atomics Unmanaged extensions.swift
[481/491] Compiling Atomics AtomicReference.swift
[482/491] Compiling Atomics AtomicStorage.swift
[483/491] Compiling Atomics AtomicBool.swift
[484/491] Compiling Atomics IntegerConformances.swift
[485/491] Compiling Atomics PointerConformances.swift
[486/491] Compiling Atomics Primitives.native.swift
[487/491] Compiling Atomics OptionalRawRepresentable.swift
[488/491] Compiling Atomics RawRepresentable.swift
[489/491] Emitting module Atomics
[489/491] Compiling c-nioatomics.c
[490/491] Compiling c-atomics.c
[492/497] Compiling NIOConcurrencyHelpers lock.swift
[493/497] Compiling NIOConcurrencyHelpers NIOLockedValueBox.swift
[494/497] Compiling NIOConcurrencyHelpers NIOAtomic.swift
[495/497] Compiling NIOConcurrencyHelpers NIOLock.swift
[496/497] Emitting module NIOConcurrencyHelpers
[497/497] Compiling NIOConcurrencyHelpers atomics.swift
[498/561] Compiling NIOCore AddressedEnvelope.swift
[499/561] Compiling NIOCore AsyncAwaitSupport.swift
[500/561] Compiling NIOCore AsyncChannel.swift
[501/561] Compiling NIOCore AsyncChannelHandler.swift
[502/561] Compiling NIOCore AsyncChannelInboundStream.swift
[503/561] Compiling NIOCore AsyncChannelOutboundWriter.swift
[504/561] Compiling NIOCore NIOAsyncSequenceProducer.swift
[505/568] Compiling NIOCore NIOAsyncSequenceProducerStrategies.swift
[506/568] Compiling NIOCore NIOAsyncWriter.swift
[507/568] Compiling NIOCore NIOThrowingAsyncSequenceProducer.swift
[508/568] Compiling NIOCore BSDSocketAPI.swift
[509/568] Compiling NIOCore ByteBuffer-aux.swift
[510/568] Compiling NIOCore ByteBuffer-binaryEncodedLengthPrefix.swift
[511/568] Compiling NIOCore ByteBuffer-conversions.swift
[512/568] Compiling NIOCore Codec.swift
[513/568] Compiling NIOCore ConvenienceOptionSupport.swift
[514/568] Compiling NIOCore DeadChannel.swift
[515/568] Compiling NIOCore DispatchQueue+WithFuture.swift
[516/568] Compiling NIOCore EventLoop+Deprecated.swift
[517/568] Compiling NIOCore EventLoop+SerialExecutor.swift
[518/568] Compiling NIOCore EventLoop.swift
[519/568] Compiling NIOCore Channel.swift
[520/568] Compiling NIOCore ChannelHandler.swift
[521/568] Compiling NIOCore ChannelHandlers.swift
[522/568] Compiling NIOCore ChannelInvoker.swift
[523/568] Compiling NIOCore ChannelOption.swift
[524/568] Compiling NIOCore ChannelPipeline.swift
[525/568] Compiling NIOCore CircularBuffer.swift
[526/568] Compiling NIOCore Linux.swift
[527/568] Compiling NIOCore MarkedCircularBuffer.swift
[528/568] Compiling NIOCore MulticastChannel.swift
[529/568] Compiling NIOCore NIOAny.swift
[530/568] Compiling NIOCore NIOCloseOnErrorHandler.swift
[531/568] Compiling NIOCore NIOCoreSendableMetatype.swift
[532/568] Compiling NIOCore NIODecodedAsyncSequence.swift
[533/568] Compiling NIOCore SocketAddresses.swift
[534/568] Compiling NIOCore SocketOptionProvider.swift
[535/568] Compiling NIOCore SystemCallHelpers.swift
[536/568] Compiling NIOCore TimeAmount+Duration.swift
[537/568] Compiling NIOCore TypeAssistedChannelHandler.swift
[538/568] Compiling NIOCore UniversalBootstrapSupport.swift
[539/568] Compiling NIOCore Utilities.swift
[540/568] Compiling NIOCore GlobalSingletons.swift
[541/568] Compiling NIOCore IO.swift
[542/568] Compiling NIOCore IOData.swift
[543/568] Compiling NIOCore IPProtocol.swift
[544/568] Compiling NIOCore IntegerBitPacking.swift
[545/568] Compiling NIOCore IntegerTypes.swift
[546/568] Compiling NIOCore Interfaces.swift
[547/568] Compiling NIOCore NIOLoopBound.swift
[548/568] Compiling NIOCore NIOPooledRecvBufferAllocator.swift
[549/568] Compiling NIOCore NIOScheduledCallback.swift
[550/568] Compiling NIOCore NIOSendable.swift
[551/568] Compiling NIOCore NIOSplitLinesMessageDecoder.swift
[552/568] Compiling NIOCore RecvByteBufferAllocator.swift
[553/568] Compiling NIOCore SingleStepByteToMessageDecoder.swift
[554/568] Compiling NIOCore EventLoopFuture+AssumeIsolated.swift
[555/568] Compiling NIOCore EventLoopFuture+Deprecated.swift
[556/568] Compiling NIOCore EventLoopFuture+WithEventLoop.swift
[557/568] Compiling NIOCore EventLoopFuture.swift
[558/568] Compiling NIOCore FileDescriptor.swift
[559/568] Compiling NIOCore FileHandle.swift
[560/568] Compiling NIOCore FileRegion.swift
[561/568] Compiling NIOCore ByteBuffer-core.swift
[562/568] Compiling NIOCore ByteBuffer-hex.swift
[563/568] Compiling NIOCore ByteBuffer-int.swift
[564/568] Compiling NIOCore ByteBuffer-lengthPrefix.swift
[565/568] Compiling NIOCore ByteBuffer-multi-int.swift
[566/568] Compiling NIOCore ByteBuffer-quicBinaryEncodingStrategy.swift
[567/568] Compiling NIOCore ByteBuffer-views.swift
[568/568] Emitting module NIOCore
[569/634] Compiling NIOEmbedded AsyncTestingEventLoop.swift
[570/634] Emitting module NIOEmbedded
[571/634] Compiling NIOEmbedded AsyncTestingChannel.swift
[572/634] Compiling NIOEmbedded Embedded.swift
[573/634] Compiling NIOPosix PosixSingletons.swift
[574/634] Compiling NIOPosix RawSocketBootstrap.swift
[575/634] Compiling NIOPosix Resolver.swift
[576/634] Compiling NIOPosix Selectable.swift
[577/634] Compiling NIOPosix SelectableChannel.swift
[578/634] Compiling NIOPosix SelectableEventLoop.swift
[579/639] Compiling NIOPosix System.swift
[580/639] Compiling NIOPosix Thread.swift
[581/639] Compiling NIOPosix ThreadPosix.swift
[582/639] Compiling NIOPosix ThreadWindows.swift
[583/639] Compiling NIOPosix UnsafeTransfer.swift
[584/639] Compiling NIOPosix ServerSocket.swift
[585/639] Compiling NIOPosix Socket.swift
[586/639] Compiling NIOPosix SocketChannel.swift
[587/639] Compiling NIOPosix SocketProtocols.swift
[588/639] Compiling NIOPosix StructuredConcurrencyHelpers.swift
[589/639] Compiling NIOPosix SelectorEpoll.swift
[590/639] Compiling NIOPosix SelectorGeneric.swift
[591/639] Compiling NIOPosix SelectorKqueue.swift
[592/639] Compiling NIOPosix SelectorUring.swift
[593/639] Compiling NIOPosix SelectorWSAPoll.swift
[594/639] Compiling NIOPosix PendingDatagramWritesManager.swift
[595/639] Compiling NIOPosix PendingWritesManager.swift
[596/639] Compiling NIOPosix PipeChannel.swift
[597/639] Compiling NIOPosix PipePair.swift
[598/639] Compiling NIOPosix Pool.swift
[599/639] Compiling NIOPosix PosixSingletons+ConcurrencyTakeOver.swift
[600/639] Compiling NIOPosix GetaddrinfoResolver.swift
[601/639] Compiling NIOPosix HappyEyeballs.swift
[602/639] Compiling NIOPosix IO.swift
[603/639] Compiling NIOPosix IntegerBitPacking.swift
[604/639] Compiling NIOPosix IntegerTypes.swift
[605/639] Compiling NIOPosix Linux.swift
[606/639] Compiling NIOPosix LinuxCPUSet.swift
[607/639] Compiling NIOPosix LinuxUring.swift
[608/639] Compiling NIOPosix MultiThreadedEventLoopGroup.swift
[609/639] Compiling NIOPosix NIOPosixSendableMetatype.swift
[610/639] Compiling NIOPosix NIOThreadPool.swift
[611/639] Compiling NIOPosix NonBlockingFileIO.swift
[612/639] Compiling NIOPosix BSDSocketAPICommon.swift
[613/639] Compiling NIOPosix BSDSocketAPIPosix.swift
[614/639] Compiling NIOPosix BSDSocketAPIWindows.swift
[615/639] Compiling NIOPosix BaseSocket.swift
[616/639] Compiling NIOPosix BaseSocketChannel+SocketOptionProvider.swift
[617/639] Compiling NIOPosix BaseSocketChannel.swift
[618/639] Compiling NIOPosix BaseStreamSocketChannel.swift
[619/639] Compiling NIOPosix Bootstrap.swift
[620/639] Compiling NIOPosix ControlMessage.swift
[621/639] Compiling NIOPosix DatagramVectorReadManager.swift
[622/639] Compiling NIOPosix Errors+Any.swift
[623/639] Compiling NIOPosix FileDescriptor.swift
[624/639] Emitting module NIOPosix
[625/639] Compiling PackStream String.swift
[626/639] Compiling PackStream PackProtocol.swift
[627/639] Compiling PackStream Packer.swift
[628/639] Compiling PackStream Null.swift
[629/639] Compiling PackStream Map.swift
[630/639] Compiling NIOPosix Utilities.swift
[631/639] Compiling NIOPosix VsockAddress.swift
[632/639] Compiling NIOPosix VsockChannelEvents.swift
[633/639] Compiling PackStream Bool.swift
[634/639] Compiling NIOPosix Windows.swift
[635/639] Compiling NIOPosix resource_bundle_accessor.swift
[636/639] Compiling PackStream Float.swift
[637/639] Compiling PackStream Int.swift
[638/639] Compiling PackStream List.swift
[639/639] Emitting module PackStream
[640/642] Compiling PackStream Structure.swift
[641/642] Compiling NIO Exports.swift
[642/642] Emitting module NIO
[643/653] Compiling NIOTLS ProtocolNegotiationHandlerStateMachine.swift
[644/653] Compiling NIOFoundationCompat JSONSerialization+ByteBuffer.swift
[645/653] Compiling NIOFoundationCompat WaitSpinningRunLoop.swift
[646/653] Compiling NIOFoundationCompat Codable+ByteBuffer.swift
[647/653] Compiling NIOTLS TLSEvents.swift
[648/653] Compiling NIOTLS NIOTypedApplicationProtocolNegotiationHandler.swift
[649/653] Compiling NIOTLS ApplicationProtocolNegotiationHandler.swift
[650/653] Compiling NIOTLS SNIHandler.swift
[651/653] Emitting module NIOTLS
[652/653] Compiling NIOFoundationCompat ByteBuffer-foundation.swift
[653/653] Emitting module NIOFoundationCompat
[654/706] Emitting module NIOSSL
[655/709] Compiling NIOTransportServices NIOTSListenerBootstrap.swift
[656/709] Compiling NIOTransportServices NIOTSListenerChannel.swift
[657/709] Compiling NIOTransportServices NIOTSEventLoop.swift
[658/709] Compiling NIOTransportServices NIOTSEventLoopGroup.swift
[659/711] Compiling NIOTransportServices NIOTSDatagramListenerBootstrap.swift
[660/711] Compiling NIOTransportServices NIOTSDatagramListenerChannel.swift
[661/711] Compiling NIOTransportServices NIOFilterEmptyWritesHandler.swift
[662/711] Emitting module NIOTransportServices
[663/711] Compiling NIOTransportServices AcceptHandler.swift
[664/711] Compiling NIOTransportServices NIOTSDatagramConnectionBootstrap.swift
[665/711] Compiling NIOTransportServices NIOTSDatagramConnectionChannel.swift
[666/711] Compiling NIOTransportServices NIOTSConnectionChannel.swift
[667/711] Compiling NIOTransportServices NIOTSErrors.swift
[668/711] Compiling NIOTransportServices NIOTSBootstraps.swift
[669/711] Compiling NIOTransportServices NIOTSChannelOptions.swift
[670/711] Compiling NIOTransportServices NIOTSConnectionBootstrap.swift
[671/711] Compiling NIOTransportServices NIOTSNetworkEvents.swift
[672/711] Compiling NIOTransportServices NIOTSSingletons.swift
[676/711] Compiling NIOTransportServices TCPOptions+SocketChannelOption.swift
[677/711] Compiling NIOTransportServices UDPOptions+SocketChannelOption.swift
[678/711] Compiling NIOSSL SSLCertificate.swift
[679/711] Compiling NIOSSL SSLCertificateExtensions.swift
[680/711] Compiling NIOSSL SSLCertificateName.swift
[681/711] Compiling NIOTransportServices StateManagedListenerChannel.swift
[682/711] Compiling NIOTransportServices StateManagedNWConnectionChannel.swift
[683/711] Compiling NIOTransportServices SocketAddress+NWEndpoint.swift
[684/711] Compiling NIOTransportServices StateManagedChannel.swift
[689/711] Compiling NIOSSL UniversalBootstrapSupport.swift
[690/711] Compiling NIOSSL UnsafeKeyAndChainTarget.swift
[691/711] Compiling NIOSSL resource_bundle_accessor.swift
[702/711] Compiling NIOSSL NIOSSLHandler.swift
[703/711] Compiling NIOSSL SubjectAlternativeName.swift
[704/711] Compiling NIOSSL NIOSSLSecureBytes.swift
[705/711] Compiling NIOSSL RNG.swift
[712/725] Compiling Bolt Response.swift
[713/726] Compiling Bolt ReadDataHandler.swift
[714/726] Compiling Bolt Request.swift
[715/726] Compiling Bolt SSLKeyGeneratorConfig.swift
[716/726] Compiling Bolt SHA1.swift
[717/726] Compiling Bolt SSLConfiguration.swift
[718/726] Compiling Bolt SocketProtocol.swift
[719/726] Compiling Bolt ConnectionSettings.swift
/Users/admin/builder/spi-builder-workspace/Sources/EncryptedSocket.swift:36:14: warning: class 'EncryptedSocket' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 | /// TLS-encrypted Bolt socket implementation
 36 | public class EncryptedSocket: UnencryptedSocket {
    |              `- warning: class 'EncryptedSocket' must restate inherited '@unchecked Sendable' conformance
 37 |     public lazy var certificateValidator: CertificateValidatorProtocol = UnsecureCertificateValidator(
 38 |         hostname: self.hostname,
[720/726] Compiling Bolt EncryptedSocket.swift
/Users/admin/builder/spi-builder-workspace/Sources/EncryptedSocket.swift:36:14: warning: class 'EncryptedSocket' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 | /// TLS-encrypted Bolt socket implementation
 36 | public class EncryptedSocket: UnencryptedSocket {
    |              `- warning: class 'EncryptedSocket' must restate inherited '@unchecked Sendable' conformance
 37 |     public lazy var certificateValidator: CertificateValidatorProtocol = UnsecureCertificateValidator(
 38 |         hostname: self.hostname,
[721/726] Compiling Bolt BoltProtocol.swift
[722/726] Compiling Bolt CertificateValidatorProtocol.swift
[723/726] Emitting module Bolt
/Users/admin/builder/spi-builder-workspace/Sources/Connection.swift:204:25: warning: capture of 'loop()' with non-sendable type '() -> ()' in a '@Sendable' closure
202 |
203 |                     if responseData.count < 2 {
204 |                         loop()
    |                         |- warning: capture of 'loop()' with non-sendable type '() -> ()' in a '@Sendable' closure
    |                         `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
205 |                         return
206 |                     }
/Users/admin/builder/spi-builder-workspace/Sources/Connection.swift:201:21: warning: mutation of captured var 'accumulatedData' in concurrently-executing code
199 |                 let receiveFuture = try socket.receive(expectedNumberOfBytes: maxChunkSize)
200 |                 _ = receiveFuture?.map { responseData in
201 |                     accumulatedData.append(contentsOf: responseData)
    |                     `- warning: mutation of captured var 'accumulatedData' in concurrently-executing code
202 |
203 |                     if responseData.count < 2 {
/Users/admin/builder/spi-builder-workspace/Sources/Connection.swift:197:14: warning: concurrently-executed local function 'loop()' must be marked as '@Sendable'
195 |         var accumulatedData: [Byte] = []
196 |
197 |         func loop() {
    |              `- warning: concurrently-executed local function 'loop()' must be marked as '@Sendable'
198 |             do {
199 |                 let receiveFuture = try socket.receive(expectedNumberOfBytes: maxChunkSize)
/Users/admin/builder/spi-builder-workspace/Sources/Connection.swift:218:74: warning: reference to captured var 'accumulatedData' in concurrently-executing code
216 |
217 |                     // Parse responses
218 |                     guard let unchunkedResponses = try? Response.unchunk(accumulatedData) else {
    |                                                                          `- warning: reference to captured var 'accumulatedData' in concurrently-executing code
219 |                         promise.fail(BoltError.protocol(message: "Failed to unchunk response"))
220 |                         return
/Users/admin/builder/spi-builder-workspace/Sources/Connection.swift:270:17: warning: capture of 'loop()' with non-sendable type '() -> ()' in a '@Sendable' closure
268 |                 promise.fail(error)
269 |             case .success:
270 |                 loop()
    |                 |- warning: capture of 'loop()' with non-sendable type '() -> ()' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
271 |             }
272 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Connection.swift:300:29: warning: capture of 'loop()' with non-sendable type '() -> ()' in a '@Sendable' closure
298 |
299 |                         if !isTerminated {
300 |                             loop()
    |                             |- warning: capture of 'loop()' with non-sendable type '() -> ()' in a '@Sendable' closure
    |                             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
301 |                             return
302 |                         }
/Users/admin/builder/spi-builder-workspace/Sources/Connection.swift:293:25: warning: mutation of captured var 'accumulatedData' in concurrently-executing code
291 |                 do {
292 |                     try socket.receive(expectedNumberOfBytes: maxChunkSize)?.map { responseData in
293 |                         accumulatedData.append(contentsOf: responseData)
    |                         `- warning: mutation of captured var 'accumulatedData' in concurrently-executing code
294 |
295 |                         let isTerminated = responseData.count >= 2 &&
/Users/admin/builder/spi-builder-workspace/Sources/Connection.swift:290:18: warning: concurrently-executed local function 'loop()' must be marked as '@Sendable'
288 |             var accumulatedData: [Byte] = []
289 |
290 |             func loop() {
    |                  `- warning: concurrently-executed local function 'loop()' must be marked as '@Sendable'
291 |                 do {
292 |                     try socket.receive(expectedNumberOfBytes: maxChunkSize)?.map { responseData in
/Users/admin/builder/spi-builder-workspace/Sources/Connection.swift:304:69: warning: reference to captured var 'accumulatedData' in concurrently-executing code
302 |                         }
303 |
304 |                         guard let unchunked = try? Response.unchunk(accumulatedData),
    |                                                                     `- warning: reference to captured var 'accumulatedData' in concurrently-executing code
305 |                               let responseBytes = unchunked.first,
306 |                               let response = try? Response.unpack(responseBytes) else {
/Users/admin/builder/spi-builder-workspace/Sources/Connection.swift:328:17: warning: capture of 'loop()' with non-sendable type '() -> ()' in a '@Sendable' closure
326 |
327 |             sendFuture.whenSuccess {
328 |                 loop()
    |                 |- warning: capture of 'loop()' with non-sendable type '() -> ()' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
329 |             }
330 |             sendFuture.whenFailure { error in
/Users/admin/builder/spi-builder-workspace/Sources/EncryptedSocket.swift:36:14: warning: class 'EncryptedSocket' must restate inherited '@unchecked Sendable' conformance
 34 |
 35 | /// TLS-encrypted Bolt socket implementation
 36 | public class EncryptedSocket: UnencryptedSocket {
    |              `- warning: class 'EncryptedSocket' must restate inherited '@unchecked Sendable' conformance
 37 |     public lazy var certificateValidator: CertificateValidatorProtocol = UnsecureCertificateValidator(
 38 |         hostname: self.hostname,
[724/726] Compiling Bolt CertificateValidators.swift
/Users/admin/builder/spi-builder-workspace/Sources/Connection.swift:204:25: warning: capture of 'loop()' with non-sendable type '() -> ()' in a '@Sendable' closure
202 |
203 |                     if responseData.count < 2 {
204 |                         loop()
    |                         |- warning: capture of 'loop()' with non-sendable type '() -> ()' in a '@Sendable' closure
    |                         `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
205 |                         return
206 |                     }
/Users/admin/builder/spi-builder-workspace/Sources/Connection.swift:201:21: warning: mutation of captured var 'accumulatedData' in concurrently-executing code
199 |                 let receiveFuture = try socket.receive(expectedNumberOfBytes: maxChunkSize)
200 |                 _ = receiveFuture?.map { responseData in
201 |                     accumulatedData.append(contentsOf: responseData)
    |                     `- warning: mutation of captured var 'accumulatedData' in concurrently-executing code
202 |
203 |                     if responseData.count < 2 {
/Users/admin/builder/spi-builder-workspace/Sources/Connection.swift:197:14: warning: concurrently-executed local function 'loop()' must be marked as '@Sendable'
195 |         var accumulatedData: [Byte] = []
196 |
197 |         func loop() {
    |              `- warning: concurrently-executed local function 'loop()' must be marked as '@Sendable'
198 |             do {
199 |                 let receiveFuture = try socket.receive(expectedNumberOfBytes: maxChunkSize)
/Users/admin/builder/spi-builder-workspace/Sources/Connection.swift:218:74: warning: reference to captured var 'accumulatedData' in concurrently-executing code
216 |
217 |                     // Parse responses
218 |                     guard let unchunkedResponses = try? Response.unchunk(accumulatedData) else {
    |                                                                          `- warning: reference to captured var 'accumulatedData' in concurrently-executing code
219 |                         promise.fail(BoltError.protocol(message: "Failed to unchunk response"))
220 |                         return
/Users/admin/builder/spi-builder-workspace/Sources/Connection.swift:270:17: warning: capture of 'loop()' with non-sendable type '() -> ()' in a '@Sendable' closure
268 |                 promise.fail(error)
269 |             case .success:
270 |                 loop()
    |                 |- warning: capture of 'loop()' with non-sendable type '() -> ()' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
271 |             }
272 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Connection.swift:300:29: warning: capture of 'loop()' with non-sendable type '() -> ()' in a '@Sendable' closure
298 |
299 |                         if !isTerminated {
300 |                             loop()
    |                             |- warning: capture of 'loop()' with non-sendable type '() -> ()' in a '@Sendable' closure
    |                             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
301 |                             return
302 |                         }
/Users/admin/builder/spi-builder-workspace/Sources/Connection.swift:293:25: warning: mutation of captured var 'accumulatedData' in concurrently-executing code
291 |                 do {
292 |                     try socket.receive(expectedNumberOfBytes: maxChunkSize)?.map { responseData in
293 |                         accumulatedData.append(contentsOf: responseData)
    |                         `- warning: mutation of captured var 'accumulatedData' in concurrently-executing code
294 |
295 |                         let isTerminated = responseData.count >= 2 &&
/Users/admin/builder/spi-builder-workspace/Sources/Connection.swift:290:18: warning: concurrently-executed local function 'loop()' must be marked as '@Sendable'
288 |             var accumulatedData: [Byte] = []
289 |
290 |             func loop() {
    |                  `- warning: concurrently-executed local function 'loop()' must be marked as '@Sendable'
291 |                 do {
292 |                     try socket.receive(expectedNumberOfBytes: maxChunkSize)?.map { responseData in
/Users/admin/builder/spi-builder-workspace/Sources/Connection.swift:304:69: warning: reference to captured var 'accumulatedData' in concurrently-executing code
302 |                         }
303 |
304 |                         guard let unchunked = try? Response.unchunk(accumulatedData),
    |                                                                     `- warning: reference to captured var 'accumulatedData' in concurrently-executing code
305 |                               let responseBytes = unchunked.first,
306 |                               let response = try? Response.unpack(responseBytes) else {
/Users/admin/builder/spi-builder-workspace/Sources/Connection.swift:328:17: warning: capture of 'loop()' with non-sendable type '() -> ()' in a '@Sendable' closure
326 |
327 |             sendFuture.whenSuccess {
328 |                 loop()
    |                 |- warning: capture of 'loop()' with non-sendable type '() -> ()' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
329 |             }
330 |             sendFuture.whenFailure { error in
/Users/admin/builder/spi-builder-workspace/Sources/Connection.swift:468:17: warning: capture of 'blockToBePerformed' with non-sendable type '() -> Void' in a '@Sendable' closure
466 |             let future = EventLoopFuture<Void>.andAllSucceed(futures, on: currentEventLoop)
467 |             future.whenSuccess {
468 |                 blockToBePerformed()
    |                 |- warning: capture of 'blockToBePerformed' with non-sendable type '() -> Void' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
469 |             }
470 |         }
[725/726] Compiling Bolt Connection.swift
/Users/admin/builder/spi-builder-workspace/Sources/Connection.swift:204:25: warning: capture of 'loop()' with non-sendable type '() -> ()' in a '@Sendable' closure
202 |
203 |                     if responseData.count < 2 {
204 |                         loop()
    |                         |- warning: capture of 'loop()' with non-sendable type '() -> ()' in a '@Sendable' closure
    |                         `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
205 |                         return
206 |                     }
/Users/admin/builder/spi-builder-workspace/Sources/Connection.swift:201:21: warning: mutation of captured var 'accumulatedData' in concurrently-executing code
199 |                 let receiveFuture = try socket.receive(expectedNumberOfBytes: maxChunkSize)
200 |                 _ = receiveFuture?.map { responseData in
201 |                     accumulatedData.append(contentsOf: responseData)
    |                     `- warning: mutation of captured var 'accumulatedData' in concurrently-executing code
202 |
203 |                     if responseData.count < 2 {
/Users/admin/builder/spi-builder-workspace/Sources/Connection.swift:197:14: warning: concurrently-executed local function 'loop()' must be marked as '@Sendable'
195 |         var accumulatedData: [Byte] = []
196 |
197 |         func loop() {
    |              `- warning: concurrently-executed local function 'loop()' must be marked as '@Sendable'
198 |             do {
199 |                 let receiveFuture = try socket.receive(expectedNumberOfBytes: maxChunkSize)
/Users/admin/builder/spi-builder-workspace/Sources/Connection.swift:218:74: warning: reference to captured var 'accumulatedData' in concurrently-executing code
216 |
217 |                     // Parse responses
218 |                     guard let unchunkedResponses = try? Response.unchunk(accumulatedData) else {
    |                                                                          `- warning: reference to captured var 'accumulatedData' in concurrently-executing code
219 |                         promise.fail(BoltError.protocol(message: "Failed to unchunk response"))
220 |                         return
/Users/admin/builder/spi-builder-workspace/Sources/Connection.swift:270:17: warning: capture of 'loop()' with non-sendable type '() -> ()' in a '@Sendable' closure
268 |                 promise.fail(error)
269 |             case .success:
270 |                 loop()
    |                 |- warning: capture of 'loop()' with non-sendable type '() -> ()' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
271 |             }
272 |         }
/Users/admin/builder/spi-builder-workspace/Sources/Connection.swift:300:29: warning: capture of 'loop()' with non-sendable type '() -> ()' in a '@Sendable' closure
298 |
299 |                         if !isTerminated {
300 |                             loop()
    |                             |- warning: capture of 'loop()' with non-sendable type '() -> ()' in a '@Sendable' closure
    |                             `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
301 |                             return
302 |                         }
/Users/admin/builder/spi-builder-workspace/Sources/Connection.swift:293:25: warning: mutation of captured var 'accumulatedData' in concurrently-executing code
291 |                 do {
292 |                     try socket.receive(expectedNumberOfBytes: maxChunkSize)?.map { responseData in
293 |                         accumulatedData.append(contentsOf: responseData)
    |                         `- warning: mutation of captured var 'accumulatedData' in concurrently-executing code
294 |
295 |                         let isTerminated = responseData.count >= 2 &&
/Users/admin/builder/spi-builder-workspace/Sources/Connection.swift:290:18: warning: concurrently-executed local function 'loop()' must be marked as '@Sendable'
288 |             var accumulatedData: [Byte] = []
289 |
290 |             func loop() {
    |                  `- warning: concurrently-executed local function 'loop()' must be marked as '@Sendable'
291 |                 do {
292 |                     try socket.receive(expectedNumberOfBytes: maxChunkSize)?.map { responseData in
/Users/admin/builder/spi-builder-workspace/Sources/Connection.swift:304:69: warning: reference to captured var 'accumulatedData' in concurrently-executing code
302 |                         }
303 |
304 |                         guard let unchunked = try? Response.unchunk(accumulatedData),
    |                                                                     `- warning: reference to captured var 'accumulatedData' in concurrently-executing code
305 |                               let responseBytes = unchunked.first,
306 |                               let response = try? Response.unpack(responseBytes) else {
/Users/admin/builder/spi-builder-workspace/Sources/Connection.swift:328:17: warning: capture of 'loop()' with non-sendable type '() -> ()' in a '@Sendable' closure
326 |
327 |             sendFuture.whenSuccess {
328 |                 loop()
    |                 |- warning: capture of 'loop()' with non-sendable type '() -> ()' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
329 |             }
330 |             sendFuture.whenFailure { error in
/Users/admin/builder/spi-builder-workspace/Sources/Connection.swift:468:17: warning: capture of 'blockToBePerformed' with non-sendable type '() -> Void' in a '@Sendable' closure
466 |             let future = EventLoopFuture<Void>.andAllSucceed(futures, on: currentEventLoop)
467 |             future.whenSuccess {
468 |                 blockToBePerformed()
    |                 |- warning: capture of 'blockToBePerformed' with non-sendable type '() -> Void' in a '@Sendable' closure
    |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
469 |             }
470 |         }
[726/726] Compiling Bolt UnencryptedSocket.swift
Build complete! (43.66s)
Fetching https://github.com/apple/swift-nio.git from cache
Fetching https://github.com/Neo4j-Swift/PackStream-Swift.git
Fetching https://github.com/apple/swift-nio-ssl.git from cache
Fetching https://github.com/apple/swift-nio-transport-services.git from cache
[1/2735] Fetching packstream-swift
Fetched https://github.com/Neo4j-Swift/PackStream-Swift.git from cache (1.08s)
Fetched https://github.com/apple/swift-nio-transport-services.git from cache (2.38s)
Fetched https://github.com/apple/swift-nio-ssl.git from cache (2.39s)
Fetched https://github.com/apple/swift-nio.git from cache (2.47s)
Computing version for https://github.com/Neo4j-Swift/PackStream-Swift.git
Computed https://github.com/Neo4j-Swift/PackStream-Swift.git at 6.0.1 (3.03s)
Computing version for https://github.com/apple/swift-nio-transport-services.git
Computed https://github.com/apple/swift-nio-transport-services.git at 1.26.0 (0.52s)
Fetching https://github.com/apple/swift-atomics.git from cache
Fetched https://github.com/apple/swift-atomics.git from cache (0.70s)
Computing version for https://github.com/apple/swift-atomics.git
Computed https://github.com/apple/swift-atomics.git at 1.3.0 (1.25s)
Computing version for https://github.com/apple/swift-nio-ssl.git
Computed https://github.com/apple/swift-nio-ssl.git at 2.36.0 (0.54s)
Computing version for https://github.com/apple/swift-nio.git
Computed https://github.com/apple/swift-nio.git at 2.94.0 (0.67s)
Fetching https://github.com/apple/swift-collections.git from cache
Fetching https://github.com/apple/swift-system.git from cache
Fetched https://github.com/apple/swift-system.git from cache (1.47s)
Fetched https://github.com/apple/swift-collections.git from cache (1.48s)
Computing version for https://github.com/apple/swift-system.git
Computed https://github.com/apple/swift-system.git at 1.6.4 (2.08s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.3.0 (0.65s)
Creating working copy for https://github.com/apple/swift-nio.git
Working copy of https://github.com/apple/swift-nio.git resolved at 2.94.0
Creating working copy for https://github.com/Neo4j-Swift/PackStream-Swift.git
Working copy of https://github.com/Neo4j-Swift/PackStream-Swift.git resolved at 6.0.1
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.3.0
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.36.0
Creating working copy for https://github.com/apple/swift-system.git
Working copy of https://github.com/apple/swift-system.git resolved at 1.6.4
Creating working copy for https://github.com/apple/swift-atomics.git
Working copy of https://github.com/apple/swift-atomics.git resolved at 1.3.0
Creating working copy for https://github.com/apple/swift-nio-transport-services.git
Working copy of https://github.com/apple/swift-nio-transport-services.git resolved at 1.26.0
Build complete.
{
  "dependencies" : [
    {
      "identity" : "packstream-swift",
      "requirement" : {
        "exact" : [
          "6.0.1"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Neo4j-Swift/PackStream-Swift.git"
    },
    {
      "identity" : "swift-nio",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.65.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio.git"
    },
    {
      "identity" : "swift-nio-ssl",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.27.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-ssl.git"
    },
    {
      "identity" : "swift-nio-transport-services",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.20.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-nio-transport-services.git"
    }
  ],
  "manifest_display_name" : "Bolt",
  "name" : "Bolt",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "14.0"
    },
    {
      "name" : "ios",
      "version" : "17.0"
    },
    {
      "name" : "tvos",
      "version" : "17.0"
    },
    {
      "name" : "watchos",
      "version" : "10.0"
    }
  ],
  "products" : [
    {
      "name" : "Bolt",
      "targets" : [
        "Bolt"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "BoltTests",
      "module_type" : "SwiftTarget",
      "name" : "BoltTests",
      "path" : "Tests/BoltTests",
      "sources" : [
        "BoltTests.swift",
        "CertificateValidatorTests.swift",
        "ConnectionTests.swift",
        "EncryptedSocketTests.swift",
        "ErrorTests.swift",
        "MockSocket.swift",
        "RequestTests.swift",
        "ResponseTests.swift",
        "SocketTests.swift",
        "TestConfig.swift",
        "UnencryptedSocketTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "Bolt"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Bolt",
      "module_type" : "SwiftTarget",
      "name" : "Bolt",
      "path" : "Sources",
      "product_dependencies" : [
        "PackStream",
        "NIO",
        "NIOCore",
        "NIOPosix",
        "NIOSSL",
        "NIOTransportServices"
      ],
      "product_memberships" : [
        "Bolt"
      ],
      "sources" : [
        "BoltProtocol.swift",
        "CertificateValidatorProtocol.swift",
        "CertificateValidators.swift",
        "Connection.swift",
        "ConnectionSettings.swift",
        "EncryptedSocket.swift",
        "ReadDataHandler.swift",
        "Request.swift",
        "Response.swift",
        "SHA1.swift",
        "SSLConfiguration.swift",
        "SSLKeyGeneratorConfig.swift",
        "SocketProtocol.swift",
        "UnencryptedSocket.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.