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 MongoDB, reference 1.0.0 (0d5b90), with Swift 6.1 for Linux on 27 Apr 2025 09:52:01 UTC.

Swift 6 data race errors: 1

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/swift-cloud/MongoDB.git
Reference: 1.0.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/swift-cloud/MongoDB
 * tag               1.0.0      -> FETCH_HEAD
HEAD is now at 0d5b903 Readme updates
Cloned https://github.com/swift-cloud/MongoDB.git
Revision (git rev-parse @):
0d5b903bcc7ee46252bb106f26915063029a75c5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/swift-cloud/MongoDB.git at 1.0.0
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/swift-cloud/MongoDB.git
https://github.com/swift-cloud/MongoDB.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "compute",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-cloud/Compute"
    }
  ],
  "manifest_display_name" : "MongoDB",
  "name" : "MongoDB",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "driverkit",
      "version" : "22.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "MongoDB",
      "targets" : [
        "MongoDB"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MongoDBTests",
      "module_type" : "SwiftTarget",
      "name" : "MongoDBTests",
      "path" : "Tests/MongoDBTests",
      "sources" : [
        "MongoDBTests.swift"
      ],
      "target_dependencies" : [
        "MongoDB"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MongoDB",
      "module_type" : "SwiftTarget",
      "name" : "MongoDB",
      "path" : "Sources/MongoDB",
      "product_dependencies" : [
        "Compute"
      ],
      "product_memberships" : [
        "MongoDB"
      ],
      "sources" : [
        "Actions.swift",
        "Actions/AggregateAction.swift",
        "Actions/DeleteManyAction.swift",
        "Actions/DeleteOneAction.swift",
        "Actions/FindAction.swift",
        "Actions/FindOneAction.swift",
        "Actions/InsertManyAction.swift",
        "Actions/InsertOneAction.swift",
        "Actions/ReplaceOneAction.swift",
        "Actions/UpdateManyAction.swift",
        "Actions/UpdateOneAction.swift",
        "AnyCodable/AnyCodable.swift",
        "AnyCodable/AnyDecodable.swift",
        "AnyCodable/AnyEncodable.swift",
        "Collection.swift",
        "MongoClient.swift",
        "Responses/DeleteResponse.swift",
        "Responses/DocumentResponse.swift",
        "Responses/DocumentsResponse.swift",
        "Responses/InsertManyResponse.swift",
        "Responses/InsertOneResponse.swift",
        "Responses/JSONResponse.swift",
        "Responses/UpdateResponse.swift",
        "Types.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
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/swift-cloud/Compute
[1/17048] Fetching compute
Fetched https://github.com/swift-cloud/Compute from cache (0.75s)
Computing version for https://github.com/swift-cloud/Compute
Computed https://github.com/swift-cloud/Compute at 2.19.0 (2.88s)
Fetching https://github.com/apple/swift-crypto
[1/13784] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto from cache (1.51s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.12.3 (3.97s)
Fetching https://github.com/apple/swift-asn1.git
[1/1573] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.33s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (0.90s)
Creating working copy for https://github.com/swift-cloud/Compute
Working copy of https://github.com/swift-cloud/Compute resolved at 2.19.0
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.12.3
Building for debugging...
[0/366] Write sources
[3/366] Compiling ComputeRuntime ComputeRuntime.c
[3/366] Write sources
[5/366] Compiling e_rc4.cc
[6/366] Write swift-version-24593BA9C3E375BF.txt
[6/366] Compiling cpu_aarch64_apple.cc
[8/366] Compiling tls_cbc.cc
[9/366] Compiling conf.cc
[10/366] Compiling fiat_p256_adx_mul.S
[11/366] Compiling fiat_curve25519_adx_square.S
[12/366] Compiling a_bitstr.cc
[13/366] Compiling fiat_p256_adx_sqr.S
[14/366] Compiling fiat_curve25519_adx_mul.S
[15/366] Compiling e_tls.cc
[16/366] Compiling md5-586-apple.S
[17/366] Compiling md5-x86_64-linux.S
[18/366] Compiling md5-x86_64-apple.S
[19/366] Compiling md5-586-linux.S
[20/366] Compiling chacha20_poly1305_armv8-linux.S
[21/366] Compiling chacha-x86_64-linux.S
[22/366] Compiling chacha20_poly1305_armv8-win.S
[22/366] Compiling chacha20_poly1305_x86_64-apple.S
[24/366] Compiling chacha20_poly1305_x86_64-linux.S
[25/366] Compiling chacha20_poly1305_armv8-apple.S
[26/366] Compiling chacha-x86_64-apple.S
[27/366] Compiling chacha-x86-linux.S
[28/366] Compiling chacha-x86-apple.S
[29/366] Compiling chacha-armv8-win.S
[30/366] Compiling chacha-armv8-apple.S
[31/366] Compiling chacha-armv8-linux.S
[32/366] Compiling chacha-armv4-linux.S
[33/366] Compiling aes128gcmsiv-x86_64-linux.S
[33/366] Compiling CCryptoBoringSSLShims shims.c
[35/366] Compiling aes128gcmsiv-x86_64-apple.S
[36/366] Compiling x86_64-mont5-apple.S
[37/366] Compiling x86_64-mont5-linux.S
[38/366] Compiling err_data.cc
[39/366] Compiling x86_64-mont-apple.S
[40/366] Compiling x86_64-mont-linux.S
[41/366] Compiling x86-mont-apple.S
[42/366] Compiling x86-mont-linux.S
[43/366] Compiling vpaes-x86_64-linux.S
[44/366] Compiling vpaes-x86_64-apple.S
[45/366] Compiling vpaes-x86-linux.S
[46/366] Compiling vpaes-x86-apple.S
[47/366] Compiling vpaes-armv8-win.S
[48/366] Compiling vpaes-armv8-linux.S
[49/366] Compiling vpaes-armv8-apple.S
[50/366] Compiling vpaes-armv7-linux.S
[51/366] Compiling sha512-x86_64-apple.S
[52/366] Compiling sha512-x86_64-linux.S
[53/366] Compiling sha512-armv8-linux.S
[54/366] Compiling sha512-armv8-win.S
[55/366] Compiling sha512-armv8-apple.S
[56/366] Compiling sha512-armv4-linux.S
[57/366] Compiling sha512-586-linux.S
[58/366] Compiling sha512-586-apple.S
[59/366] Compiling sha256-armv8-win.S
[60/366] Compiling sha256-x86_64-apple.S
[61/366] Compiling sha256-armv8-linux.S
[62/366] Compiling sha256-armv8-apple.S
[63/366] Compiling sha256-x86_64-linux.S
[64/366] Compiling sha256-586-linux.S
[65/366] Compiling sha256-armv4-linux.S
[66/366] Compiling sha256-586-apple.S
[67/366] Compiling sha1-armv8-win.S
[68/366] Compiling sha1-armv8-apple.S
[69/366] Compiling sha1-x86_64-apple.S
[69/366] Compiling sha1-armv8-linux.S
[71/366] Compiling sha1-armv4-large-linux.S
[72/366] Compiling sha1-586-linux.S
[73/366] Compiling sha1-x86_64-linux.S
[74/366] Compiling sha1-586-apple.S
[75/366] Compiling rsaz-avx2-linux.S
[76/366] Compiling rsaz-avx2-apple.S
[77/366] Compiling rdrand-x86_64-apple.S
[78/366] Compiling rdrand-x86_64-linux.S
[79/366] Compiling p256_beeu-x86_64-asm-linux.S
[80/366] Compiling p256_beeu-x86_64-asm-apple.S
[81/366] Compiling p256_beeu-armv8-asm-win.S
[82/366] Compiling p256_beeu-armv8-asm-linux.S
[83/366] Compiling p256-x86_64-asm-apple.S
[84/366] Compiling p256_beeu-armv8-asm-apple.S
[85/366] Compiling p256-armv8-asm-win.S
[86/366] Compiling p256-x86_64-asm-linux.S
[87/366] Compiling p256-armv8-asm-apple.S
[88/366] Compiling p256-armv8-asm-linux.S
[89/366] Compiling ghashv8-armv8-linux.S
[90/366] Compiling ghashv8-armv8-win.S
[91/366] Compiling ghashv8-armv7-linux.S
[91/366] Compiling ghashv8-armv8-apple.S
[93/366] Compiling ghash-x86_64-apple.S
[94/366] Compiling ghash-x86_64-linux.S
[95/366] Compiling ghash-x86-linux.S
[96/366] Compiling ghash-x86-apple.S
[97/366] Compiling ghash-ssse3-x86_64-linux.S
[98/366] Compiling ghash-ssse3-x86-linux.S
[99/366] Compiling ghash-ssse3-x86_64-apple.S
[100/366] Compiling ghash-neon-armv8-linux.S
[101/366] Compiling ghash-ssse3-x86-apple.S
[102/366] Compiling ghash-neon-armv8-win.S
[103/366] Compiling ghash-neon-armv8-apple.S
[104/366] Compiling ghash-armv4-linux.S
[105/366] Compiling co-586-linux.S
[106/366] Compiling bsaes-armv7-linux.S
[107/366] Compiling co-586-apple.S
[108/366] Compiling bn-armv8-linux.S
[109/366] Compiling bn-armv8-win.S
[110/366] Compiling bn-586-linux.S
[111/366] Compiling bn-586-apple.S
[112/366] Compiling armv8-mont-win.S
[113/366] Compiling bn-armv8-apple.S
[114/366] Compiling armv8-mont-linux.S
[115/366] Compiling armv8-mont-apple.S
[116/366] Compiling armv4-mont-linux.S
[117/366] Compiling aesv8-gcm-armv8-win.S
[118/366] Compiling aesv8-gcm-armv8-apple.S
[119/366] Compiling aesv8-gcm-armv8-linux.S
[120/366] Compiling aesv8-armv8-win.S
[121/366] Compiling aesv8-armv8-linux.S
[122/366] Compiling aesv8-armv8-apple.S
[123/366] Compiling aesv8-armv7-linux.S
[124/366] Compiling aesni-x86_64-linux.S
[125/366] Compiling aesni-x86_64-apple.S
[126/366] Compiling aesni-x86-linux.S
[127/366] Compiling aesni-x86-apple.S
[128/366] Compiling aesni-gcm-x86_64-linux.S
[129/366] Compiling aesni-gcm-x86_64-apple.S
[130/366] Compiling aes-gcm-avx10-x86_64-linux.S
[130/366] Compiling aes-gcm-avx10-x86_64-apple.S
[132/366] Compiling x_spki.cc
[133/366] Compiling x_val.cc
[134/366] Compiling x_sig.cc
[135/366] Compiling x_x509a.cc
[136/366] Compiling x_x509.cc
[137/366] Compiling x_req.cc
[138/366] Compiling x_pubkey.cc
[139/366] Compiling x_name.cc
[140/366] Compiling x_exten.cc
[141/366] Compiling x_crl.cc
[142/366] Compiling x509spki.cc
[143/366] Compiling x509name.cc
[144/366] Compiling x_all.cc
[145/366] Compiling x509rset.cc
[146/366] Compiling x_algor.cc
[147/366] Compiling x_attrib.cc
[148/366] Compiling x509cset.cc
[149/366] Compiling x509_vfy.cc
[150/366] Compiling x509_txt.cc
[151/366] Compiling x509_v3.cc
[152/366] Compiling x509_trs.cc
[153/366] Compiling x509_vpm.cc
[154/366] Compiling x509_set.cc
[155/366] Compiling x509_req.cc
[156/366] Compiling x509_ext.cc
[157/366] Compiling x509_obj.cc
[158/366] Compiling x509_d2.cc
[159/366] Compiling x509_def.cc
[160/366] Compiling x509_att.cc
[161/366] Compiling x509_lu.cc
[162/366] Compiling x509_cmp.cc
[163/366] Compiling x509.cc
[164/366] Compiling v3_prn.cc
[165/366] Compiling v3_utl.cc
[166/366] Compiling v3_skey.cc
[167/366] Compiling v3_pcons.cc
[168/366] Compiling v3_ocsp.cc
[169/366] Compiling v3_purp.cc
[170/366] Compiling v3_pmaps.cc
[171/366] Compiling v3_int.cc
[172/366] Compiling v3_lib.cc
[173/366] Compiling v3_ncons.cc
[174/366] Compiling v3_info.cc
[175/366] Compiling v3_extku.cc
[176/366] Compiling v3_ia5.cc
[177/366] Compiling v3_genn.cc
[178/366] Compiling v3_enum.cc
[179/366] Compiling v3_bitst.cc
[180/366] Compiling v3_cpols.cc
[181/366] Compiling v3_conf.cc
[182/366] Compiling v3_crld.cc
[183/366] Compiling v3_bcons.cc
[184/366] Compiling v3_akey.cc
[185/366] Compiling v3_alt.cc
[186/366] Compiling v3_akeya.cc
[187/366] Compiling t_x509a.cc
[188/366] Compiling t_req.cc
[189/366] Compiling t_crl.cc
[190/366] Compiling i2d_pr.cc
[191/366] Compiling name_print.cc
[192/366] Compiling t_x509.cc
[193/366] Compiling rsa_pss.cc
[194/366] Compiling policy.cc
[195/366] Compiling by_dir.cc
[196/366] Compiling a_verify.cc
[197/366] Compiling by_file.cc
[198/366] Compiling asn1_gen.cc
[199/366] Compiling algorithm.cc
[200/366] Compiling a_sign.cc
[201/366] Compiling thread_win.cc
[202/366] Compiling a_digest.cc
[203/366] Compiling voprf.cc
[204/366] Compiling trust_token.cc
[205/366] Compiling thread_pthread.cc
[206/366] Compiling thread.cc
[207/366] Compiling pmbtoken.cc
[208/366] Compiling thread_none.cc
[209/366] Compiling stack.cc
[210/366] Compiling thash.cc
[211/366] Compiling wots.cc
[212/366] Compiling slhdsa.cc
[213/366] Compiling merkle.cc
[214/366] Compiling fors.cc
[215/366] Compiling sha512.cc
[216/366] Compiling siphash.cc
[217/366] Compiling sha256.cc
[218/366] Compiling sha1.cc
[219/366] Compiling rsa_extra.cc
[220/366] Compiling rsa_print.cc
[221/366] Compiling refcount.cc
[222/366] Compiling rsa_crypt.cc
[223/366] Compiling rsa_asn1.cc
[224/366] Compiling rc4.cc
[225/366] Compiling rand_extra.cc
[226/366] Compiling trusty.cc
[227/366] Compiling windows.cc
[228/366] Compiling getentropy.cc
[229/366] Compiling ios.cc
[230/366] Compiling urandom.cc
[231/366] Compiling passive.cc
[232/366] Compiling poly1305_arm_asm.S
[233/366] Compiling fork_detect.cc
[234/366] Compiling forkunsafe.cc
[235/366] Compiling deterministic.cc
[236/366] Compiling poly1305_vec.cc
[237/366] Compiling pool.cc
[238/366] Compiling poly1305_arm.cc
[239/366] Compiling poly1305.cc
[240/366] Compiling pkcs7.cc
[241/366] Compiling pkcs8.cc
[242/366] Compiling pkcs8_x509.cc
[243/366] Compiling p5_pbev2.cc
[244/366] Compiling pkcs7_x509.cc
[245/366] Compiling pem_xaux.cc
[246/366] Compiling pem_x509.cc
[247/366] Compiling pem_pkey.cc
[248/366] Compiling pem_pk8.cc
[249/366] Compiling obj_xref.cc
[250/366] Compiling pem_oth.cc
[251/366] Compiling mldsa.cc
[252/366] Compiling pem_info.cc
[253/366] Compiling mlkem.cc
[254/366] Compiling pem_lib.cc
[255/366] Compiling obj.cc
[256/366] Compiling pem_all.cc
[257/366] Compiling poly_rq_mul.S
[258/366] Compiling mem.cc
[259/366] Compiling fips_shared_support.cc
[260/366] Compiling md4.cc
[261/366] Compiling lhash.cc
[262/366] Compiling md5.cc
[263/366] Compiling kyber.cc
[264/366] Compiling ex_data.cc
[265/366] Compiling hrss.cc
[266/366] Compiling hpke.cc
[267/366] Compiling scrypt.cc
[268/366] Compiling sign.cc
[269/366] Compiling print.cc
[270/366] Compiling pbkdf.cc
[271/366] Compiling p_rsa.cc
[271/366] Compiling p_x25519.cc
[273/366] Compiling p_x25519_asn1.cc
[274/366] Compiling p_rsa_asn1.cc
[275/366] Compiling p_hkdf.cc
[276/366] Compiling p_ed25519.cc
[277/366] Compiling p_ed25519_asn1.cc
[278/366] Compiling evp_ctx.cc
[279/366] Compiling p_ec_asn1.cc
[280/366] Compiling p_ec.cc
[281/366] Compiling p_dsa_asn1.cc
[282/366] Compiling p_dh_asn1.cc
[283/366] Compiling p_dh.cc
[284/366] Compiling evp.cc
[285/366] Compiling engine.cc
[286/366] Compiling err.cc
[287/366] Compiling evp_asn1.cc
[288/366] Compiling ecdh_extra.cc
[289/366] Compiling ecdsa_asn1.cc
[290/366] Compiling hash_to_curve.cc
[291/366] Compiling ec_derive.cc
[292/366] Compiling ec_asn1.cc
[293/366] Compiling dsa_asn1.cc
[294/366] Compiling dh_asn1.cc
[295/366] Compiling dsa.cc
[296/366] Compiling x25519-asm-arm.S
[297/366] Compiling params.cc
[298/366] Compiling digest_extra.cc
[299/366] Compiling des.cc
[300/366] Compiling spake25519.cc
[301/366] Compiling cpu_intel.cc
[302/366] Compiling crypto.cc
[303/366] Compiling bcm.cc
[304/366] Compiling cpu_aarch64_sysreg.cc
[305/366] Compiling curve25519.cc
[306/366] Compiling cpu_arm_linux.cc
[307/366] Compiling cpu_aarch64_win.cc
[308/366] Compiling cpu_arm_freebsd.cc
[309/366] Compiling cpu_aarch64_openbsd.cc
[310/366] Compiling cpu_aarch64_linux.cc
[311/366] Compiling cpu_aarch64_fuchsia.cc
[312/366] Compiling e_aesgcmsiv.cc
[313/366] Compiling curve25519_64_adx.cc
[314/366] Compiling e_rc2.cc
[315/366] Compiling e_null.cc
[316/366] Compiling e_des.cc
[317/366] Compiling unicode.cc
[318/366] Compiling e_chacha20poly1305.cc
[319/366] Compiling e_aesctrhmac.cc
[320/366] Compiling derive_key.cc
[321/366] Compiling cipher_extra.cc
[322/366] Compiling chacha.cc
[323/366] Compiling asn1_compat.cc
[324/366] Compiling ber.cc
[325/366] Compiling cbs.cc
[326/366] Compiling pair.cc
[327/366] Compiling bn_asn1.cc
[328/366] Compiling printf.cc
[329/366] Compiling cbb.cc
[330/366] Compiling hexdump.cc
[331/366] Compiling buf.cc
[332/366] Compiling blake2.cc
[333/366] Compiling fd.cc
[334/366] Compiling convert.cc
[335/366] Compiling errno.cc
[336/366] Compiling bio_mem.cc
[337/366] Compiling file.cc
[338/366] Compiling tasn_new.cc
[339/366] Compiling base64.cc
[340/366] Compiling bio.cc
[341/366] Compiling tasn_fre.cc
[342/366] Compiling tasn_typ.cc
[343/366] Compiling tasn_enc.cc
[344/366] Compiling f_string.cc
[345/366] Compiling tasn_utl.cc
[346/366] Compiling asn_pack.cc
[347/366] Compiling posix_time.cc
[348/366] Compiling f_int.cc
[349/366] Compiling asn1_par.cc
[350/366] Compiling tasn_dec.cc
[351/366] Compiling a_time.cc
[352/366] Compiling a_utctm.cc
[353/366] Compiling a_strnid.cc
[354/366] Compiling a_type.cc
[355/366] Compiling asn1_lib.cc
[356/366] Compiling a_octet.cc
[357/366] Compiling a_int.cc
[358/366] Compiling a_i2d_fp.cc
[359/366] Compiling a_gentm.cc
[360/366] Compiling a_mbstr.cc
[361/366] Compiling a_strex.cc
[362/366] Compiling a_dup.cc
[363/366] Compiling a_bool.cc
[364/366] Compiling a_object.cc
[365/366] Compiling a_d2i_fp.cc
[367/374] Compiling CryptoBoringWrapper RandomBytes.swift
[368/374] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
[369/374] Compiling CryptoBoringWrapper FiniteFieldArithmeticContext.swift
[370/374] Compiling CryptoBoringWrapper EllipticCurve.swift
[371/374] Compiling CryptoBoringWrapper EllipticCurvePoint.swift
[372/374] Emitting module CryptoBoringWrapper
[373/374] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[374/374] Compiling CryptoBoringWrapper ArbitraryPrecisionInteger.swift
[376/446] Compiling Crypto HPKE-Ciphersuite.swift
[377/446] Compiling Crypto HPKE-KDF.swift
[378/446] Compiling Crypto HPKE-KexKeyDerivation.swift
[379/446] Compiling Crypto HPKE-LabeledExtract.swift
[380/446] Compiling Crypto HPKE-Utils.swift
[381/446] Compiling Crypto DHKEM.swift
[382/446] Compiling Crypto HPKE-KEM-Curve25519.swift
[383/446] Compiling Crypto HPKE-NIST-EC-KEMs.swift
[384/446] Compiling Crypto HPKE-KEM.swift
[385/446] Compiling Crypto HPKE-Errors.swift
[386/455] Compiling Crypto HKDF.swift
[387/455] Compiling Crypto AESWrap.swift
[388/455] Compiling Crypto AESWrap_boring.swift
[389/455] Compiling Crypto Ed25519_boring.swift
[390/455] Compiling Crypto NISTCurvesKeys_boring.swift
[391/455] Compiling Crypto X25519Keys_boring.swift
[392/455] Compiling Crypto Curve25519.swift
[393/455] Compiling Crypto Ed25519Keys.swift
[394/455] Compiling Crypto NISTCurvesKeys.swift
[395/455] Compiling Crypto X25519Keys.swift
[396/455] Compiling Crypto AES-GCM.swift
[397/455] Compiling Crypto AES-GCM_boring.swift
[398/455] Compiling Crypto ChaChaPoly_boring.swift
[399/455] Compiling Crypto ChaChaPoly.swift
[400/455] Compiling Crypto Cipher.swift
[401/455] Compiling Crypto Nonces.swift
[402/455] Compiling Crypto ASN1.swift
[403/455] Compiling Crypto ASN1Any.swift
[404/455] Compiling Crypto ASN1BitString.swift
[405/455] Compiling Crypto ASN1Boolean.swift
[406/455] Compiling Crypto SymmetricKeys.swift
[407/455] Compiling Crypto HMAC.swift
[408/455] Compiling Crypto MACFunctions.swift
[409/455] Compiling Crypto MessageAuthenticationCode.swift
[410/455] Compiling Crypto AES.swift
[411/455] Compiling Crypto ECDSASignature_boring.swift
[412/455] Compiling Crypto ECDSA_boring.swift
[413/455] Compiling Crypto EdDSA_boring.swift
[414/455] Compiling Crypto ECDSA.swift
[415/455] Compiling Crypto Ed25519.swift
[416/455] Emitting module Crypto
[417/455] Compiling Crypto ASN1Identifier.swift
[418/455] Compiling Crypto ASN1Integer.swift
[419/455] Compiling Crypto ASN1Null.swift
[420/455] Compiling Crypto ASN1OctetString.swift
[421/455] Compiling Crypto ASN1Strings.swift
[422/455] Compiling Crypto ArraySliceBigint.swift
[423/455] Compiling Crypto GeneralizedTime.swift
[424/455] Compiling Crypto ObjectIdentifier.swift
[425/455] Compiling Crypto ECDSASignature.swift
[426/455] Compiling Crypto PEMDocument.swift
[427/455] Compiling Crypto HPKE.swift
[428/455] Compiling Crypto HPKE-Context.swift
[429/455] Compiling Crypto HPKE-KeySchedule.swift
[430/455] Compiling Crypto HPKE-Modes.swift
[431/455] Compiling Crypto Insecure.swift
[432/455] Compiling Crypto Insecure_HashFunctions.swift
[433/455] Compiling Crypto KEM.swift
[434/455] Compiling Crypto ECDH_boring.swift
[435/455] Compiling Crypto DH.swift
[436/455] Compiling Crypto ECDH.swift
[437/455] Compiling Crypto PKCS8PrivateKey.swift
[438/455] Compiling Crypto SEC1PrivateKey.swift
[439/455] Compiling Crypto SubjectPublicKeyInfo.swift
[440/455] Compiling Crypto CryptoKitErrors.swift
[441/455] Compiling Crypto Digest_boring.swift
[442/455] Compiling Crypto Digest.swift
[443/455] Compiling Crypto Digests.swift
[444/455] Compiling Crypto HashFunctions.swift
[445/455] Compiling Crypto HashFunctions_SHA2.swift
[446/455] Compiling Crypto HPKE-AEAD.swift
[447/455] Compiling Crypto Signature.swift
[448/455] Compiling Crypto CryptoKitErrors_boring.swift
[449/455] Compiling Crypto RNG_boring.swift
[450/455] Compiling Crypto SafeCompare_boring.swift
[451/455] Compiling Crypto Zeroization_boring.swift
[452/455] Compiling Crypto PrettyBytes.swift
[453/455] Compiling Crypto SafeCompare.swift
[454/455] Compiling Crypto SecureBytes.swift
[455/455] Compiling Crypto Zeroization.swift
[457/501] Compiling Compute Headers.swift
[458/501] Compiling Compute IncomingRequest.swift
[459/501] Compiling Compute JWT.swift
[460/501] Compiling Compute JWTClaim.swift
[461/501] Compiling Compute JWTError.swift
[462/501] Compiling Compute KVStore.swift
[463/501] Compiling Compute OutgoingResponse.swift
[464/501] Compiling Compute Range.swift
[465/501] Compiling Compute ReadableBody+Data.swift
[466/501] Compiling Compute ReadableBody+Wasi.swift
[467/501] Compiling Compute ReadableBody.swift
[468/501] Compiling Compute Parameters.swift
[469/501] Compiling Compute FanoutMessage.swift
[470/501] Compiling Compute IncomingRequest+Fanout.swift
[471/501] Compiling Compute OutgoingResponse+Fanout.swift
[472/501] Compiling Compute Fastly.swift
[473/501] Compiling Compute FastlyABI.swift
[474/501] Compiling Compute FastlyBody.swift
[475/501] Compiling Compute FastlyCache.swift
[476/507] Compiling Compute FastlyConfigStore.swift
[477/507] Compiling Compute FastlyEnvironment.swift
[478/507] Compiling Compute FastlyError.swift
[479/507] Compiling Compute FastlyGeoLocation.swift
[480/507] Compiling Compute FastlyKVStore.swift
[481/507] Compiling Compute FastlyLogger.swift
[482/507] Emitting module Compute
[483/507] Compiling Compute FastlyUtils.swift
[484/507] Compiling Compute Fetch+URLSession.swift
[485/507] Compiling Compute Fetch+Wasi.swift
[486/507] Compiling Compute Fetch.swift
[487/507] Compiling Compute FetchRequest.swift
[488/507] Compiling Compute FetchResponse.swift
[489/507] Compiling Compute PathComponent.swift
[490/507] Compiling Compute Routable.swift
[491/507] Compiling Compute Router.swift
[492/507] Compiling Compute TrieRouter.swift
[493/507] Compiling Compute SecretStore.swift
[494/507] Compiling Compute WritableBody.swift
[495/507] Compiling Compute Cache.swift
[496/507] Compiling Compute Compute.swift
[497/507] Compiling Compute Concurrency.swift
[498/507] Compiling Compute ConfigStore.swift
[499/507] Compiling Compute Console.swift
[500/507] Compiling Compute Crypto.swift
[501/507] Compiling Compute FanoutClient.swift
[502/507] Compiling Compute FastlyPendingRequest.swift
[503/507] Compiling Compute FastlyRequest.swift
[504/507] Compiling Compute FastlyResponse.swift
[505/507] Compiling Compute FastlySecretStore.swift
[506/507] Compiling Compute FastlyStubs.swift
[507/507] Compiling Compute FastlyTypes.swift
[509/530] Compiling MongoDB DocumentsResponse.swift
/host/spi-builder-workspace/Sources/MongoDB/Responses/DocumentsResponse.swift:18:35: warning: type 'DocumentsResponse.Result<T>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |
10 | public struct DocumentsResponse: ActionResponse {
11 |     public struct Result<T: Decodable>: Decodable {
   |                   `- note: consider making generic struct 'Result' conform to the 'Sendable' protocol
12 |         public let documents: [T]
13 |     }
   :
16 |
17 |     public func result<T: Decodable>(_ type: T.Type) async throws -> Result<T> {
18 |         return try await response.decode(Result.self)
   |                                   `- warning: type 'DocumentsResponse.Result<T>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 |     }
20 |
/host/spi-builder-workspace/Sources/MongoDB/Responses/InsertManyResponse.swift:18:35: warning: type 'InsertManyResponse.Result' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |
10 | public struct InsertManyResponse: ActionResponse {
11 |     public struct Result: Decodable {
   |                   `- note: consider making struct 'Result' conform to the 'Sendable' protocol
12 |         public let insertedIds: [String]
13 |     }
   :
16 |
17 |     public func result() async throws -> Result {
18 |         return try await response.decode(Result.self)
   |                                   `- warning: type 'InsertManyResponse.Result' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 |     }
20 |
/host/spi-builder-workspace/Sources/MongoDB/Responses/InsertOneResponse.swift:18:35: warning: type 'InsertOneResponse.Result' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |
10 | public struct InsertOneResponse: ActionResponse {
11 |     public struct Result: Decodable {
   |                   `- note: consider making struct 'Result' conform to the 'Sendable' protocol
12 |         public let insertedId: String
13 |     }
   :
16 |
17 |     public func result() async throws -> Result {
18 |         return try await response.decode(Result.self)
   |                                   `- warning: type 'InsertOneResponse.Result' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 |     }
20 |
[510/530] Compiling MongoDB InsertManyResponse.swift
/host/spi-builder-workspace/Sources/MongoDB/Responses/DocumentsResponse.swift:18:35: warning: type 'DocumentsResponse.Result<T>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |
10 | public struct DocumentsResponse: ActionResponse {
11 |     public struct Result<T: Decodable>: Decodable {
   |                   `- note: consider making generic struct 'Result' conform to the 'Sendable' protocol
12 |         public let documents: [T]
13 |     }
   :
16 |
17 |     public func result<T: Decodable>(_ type: T.Type) async throws -> Result<T> {
18 |         return try await response.decode(Result.self)
   |                                   `- warning: type 'DocumentsResponse.Result<T>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 |     }
20 |
/host/spi-builder-workspace/Sources/MongoDB/Responses/InsertManyResponse.swift:18:35: warning: type 'InsertManyResponse.Result' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |
10 | public struct InsertManyResponse: ActionResponse {
11 |     public struct Result: Decodable {
   |                   `- note: consider making struct 'Result' conform to the 'Sendable' protocol
12 |         public let insertedIds: [String]
13 |     }
   :
16 |
17 |     public func result() async throws -> Result {
18 |         return try await response.decode(Result.self)
   |                                   `- warning: type 'InsertManyResponse.Result' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 |     }
20 |
/host/spi-builder-workspace/Sources/MongoDB/Responses/InsertOneResponse.swift:18:35: warning: type 'InsertOneResponse.Result' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |
10 | public struct InsertOneResponse: ActionResponse {
11 |     public struct Result: Decodable {
   |                   `- note: consider making struct 'Result' conform to the 'Sendable' protocol
12 |         public let insertedId: String
13 |     }
   :
16 |
17 |     public func result() async throws -> Result {
18 |         return try await response.decode(Result.self)
   |                                   `- warning: type 'InsertOneResponse.Result' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 |     }
20 |
[511/530] Compiling MongoDB InsertOneResponse.swift
/host/spi-builder-workspace/Sources/MongoDB/Responses/DocumentsResponse.swift:18:35: warning: type 'DocumentsResponse.Result<T>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |
10 | public struct DocumentsResponse: ActionResponse {
11 |     public struct Result<T: Decodable>: Decodable {
   |                   `- note: consider making generic struct 'Result' conform to the 'Sendable' protocol
12 |         public let documents: [T]
13 |     }
   :
16 |
17 |     public func result<T: Decodable>(_ type: T.Type) async throws -> Result<T> {
18 |         return try await response.decode(Result.self)
   |                                   `- warning: type 'DocumentsResponse.Result<T>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 |     }
20 |
/host/spi-builder-workspace/Sources/MongoDB/Responses/InsertManyResponse.swift:18:35: warning: type 'InsertManyResponse.Result' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |
10 | public struct InsertManyResponse: ActionResponse {
11 |     public struct Result: Decodable {
   |                   `- note: consider making struct 'Result' conform to the 'Sendable' protocol
12 |         public let insertedIds: [String]
13 |     }
   :
16 |
17 |     public func result() async throws -> Result {
18 |         return try await response.decode(Result.self)
   |                                   `- warning: type 'InsertManyResponse.Result' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 |     }
20 |
/host/spi-builder-workspace/Sources/MongoDB/Responses/InsertOneResponse.swift:18:35: warning: type 'InsertOneResponse.Result' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |
10 | public struct InsertOneResponse: ActionResponse {
11 |     public struct Result: Decodable {
   |                   `- note: consider making struct 'Result' conform to the 'Sendable' protocol
12 |         public let insertedId: String
13 |     }
   :
16 |
17 |     public func result() async throws -> Result {
18 |         return try await response.decode(Result.self)
   |                                   `- warning: type 'InsertOneResponse.Result' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 |     }
20 |
[512/533] Compiling MongoDB Actions.swift
[513/533] Compiling MongoDB AggregateAction.swift
[514/533] Compiling MongoDB DeleteManyAction.swift
[515/533] Emitting module MongoDB
/host/spi-builder-workspace/Sources/MongoDB/Types.swift:33:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'AllFilter' may have shared mutable state; this is an error in the Swift 6 language mode
30 | public typealias AggregatePipeline = [AggregatePipelineStep]
31 |
32 | public struct AllFilter: Encodable {
   |               `- note: consider making struct 'AllFilter' conform to the 'Sendable' protocol
33 |     public static let all = AllFilter()
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'AllFilter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 | }
35 |
[516/533] Compiling MongoDB MongoClient.swift
/host/spi-builder-workspace/Sources/MongoDB/Responses/DeleteResponse.swift:18:35: warning: type 'DeleteResponse.Result' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |
10 | public struct DeleteResponse: ActionResponse {
11 |     public struct Result: Decodable {
   |                   `- note: consider making struct 'Result' conform to the 'Sendable' protocol
12 |         public let deletedCount: Int
13 |     }
   :
16 |
17 |     public func result() async throws -> Result {
18 |         return try await response.decode(Result.self)
   |                                   `- warning: type 'DeleteResponse.Result' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 |     }
20 |
/host/spi-builder-workspace/Sources/MongoDB/Responses/DocumentResponse.swift:18:35: warning: type 'DocumentResponse.Result<T>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |
10 | public struct DocumentResponse: ActionResponse {
11 |     public struct Result<T: Decodable>: Decodable {
   |                   `- note: consider making generic struct 'Result' conform to the 'Sendable' protocol
12 |         public let document: T?
13 |     }
   :
16 |
17 |     public func result<T: Decodable>(_ type: T.Type) async throws -> Result<T> {
18 |         return try await response.decode(Result.self)
   |                                   `- warning: type 'DocumentResponse.Result<T>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 |     }
20 |
[517/533] Compiling MongoDB DeleteResponse.swift
/host/spi-builder-workspace/Sources/MongoDB/Responses/DeleteResponse.swift:18:35: warning: type 'DeleteResponse.Result' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |
10 | public struct DeleteResponse: ActionResponse {
11 |     public struct Result: Decodable {
   |                   `- note: consider making struct 'Result' conform to the 'Sendable' protocol
12 |         public let deletedCount: Int
13 |     }
   :
16 |
17 |     public func result() async throws -> Result {
18 |         return try await response.decode(Result.self)
   |                                   `- warning: type 'DeleteResponse.Result' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 |     }
20 |
/host/spi-builder-workspace/Sources/MongoDB/Responses/DocumentResponse.swift:18:35: warning: type 'DocumentResponse.Result<T>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |
10 | public struct DocumentResponse: ActionResponse {
11 |     public struct Result<T: Decodable>: Decodable {
   |                   `- note: consider making generic struct 'Result' conform to the 'Sendable' protocol
12 |         public let document: T?
13 |     }
   :
16 |
17 |     public func result<T: Decodable>(_ type: T.Type) async throws -> Result<T> {
18 |         return try await response.decode(Result.self)
   |                                   `- warning: type 'DocumentResponse.Result<T>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 |     }
20 |
[518/533] Compiling MongoDB DocumentResponse.swift
/host/spi-builder-workspace/Sources/MongoDB/Responses/DeleteResponse.swift:18:35: warning: type 'DeleteResponse.Result' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |
10 | public struct DeleteResponse: ActionResponse {
11 |     public struct Result: Decodable {
   |                   `- note: consider making struct 'Result' conform to the 'Sendable' protocol
12 |         public let deletedCount: Int
13 |     }
   :
16 |
17 |     public func result() async throws -> Result {
18 |         return try await response.decode(Result.self)
   |                                   `- warning: type 'DeleteResponse.Result' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 |     }
20 |
/host/spi-builder-workspace/Sources/MongoDB/Responses/DocumentResponse.swift:18:35: warning: type 'DocumentResponse.Result<T>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |
10 | public struct DocumentResponse: ActionResponse {
11 |     public struct Result<T: Decodable>: Decodable {
   |                   `- note: consider making generic struct 'Result' conform to the 'Sendable' protocol
12 |         public let document: T?
13 |     }
   :
16 |
17 |     public func result<T: Decodable>(_ type: T.Type) async throws -> Result<T> {
18 |         return try await response.decode(Result.self)
   |                                   `- warning: type 'DocumentResponse.Result<T>' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
19 |     }
20 |
[519/533] Compiling MongoDB AnyDecodable.swift
[520/533] Compiling MongoDB AnyEncodable.swift
[521/533] Compiling MongoDB Collection.swift
[522/533] Compiling MongoDB InsertManyAction.swift
[523/533] Compiling MongoDB InsertOneAction.swift
[524/533] Compiling MongoDB ReplaceOneAction.swift
[525/533] Compiling MongoDB JSONResponse.swift
/host/spi-builder-workspace/Sources/MongoDB/Responses/UpdateResponse.swift:20:35: warning: type 'UpdateResponse.Result' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |
10 | public struct UpdateResponse: ActionResponse {
11 |     public struct Result: Decodable {
   |                   `- note: consider making struct 'Result' conform to the 'Sendable' protocol
12 |         public let matchedCount: Int
13 |         public let modifiedCount: Int
   :
18 |
19 |     public func result() async throws -> Result {
20 |         return try await response.decode(Result.self)
   |                                   `- warning: type 'UpdateResponse.Result' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
21 |     }
22 | }
/host/spi-builder-workspace/Sources/MongoDB/Types.swift:33:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'AllFilter' may have shared mutable state; this is an error in the Swift 6 language mode
30 | public typealias AggregatePipeline = [AggregatePipelineStep]
31 |
32 | public struct AllFilter: Encodable {
   |               `- note: consider making struct 'AllFilter' conform to the 'Sendable' protocol
33 |     public static let all = AllFilter()
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'AllFilter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 | }
35 |
[526/533] Compiling MongoDB UpdateResponse.swift
/host/spi-builder-workspace/Sources/MongoDB/Responses/UpdateResponse.swift:20:35: warning: type 'UpdateResponse.Result' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |
10 | public struct UpdateResponse: ActionResponse {
11 |     public struct Result: Decodable {
   |                   `- note: consider making struct 'Result' conform to the 'Sendable' protocol
12 |         public let matchedCount: Int
13 |         public let modifiedCount: Int
   :
18 |
19 |     public func result() async throws -> Result {
20 |         return try await response.decode(Result.self)
   |                                   `- warning: type 'UpdateResponse.Result' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
21 |     }
22 | }
/host/spi-builder-workspace/Sources/MongoDB/Types.swift:33:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'AllFilter' may have shared mutable state; this is an error in the Swift 6 language mode
30 | public typealias AggregatePipeline = [AggregatePipelineStep]
31 |
32 | public struct AllFilter: Encodable {
   |               `- note: consider making struct 'AllFilter' conform to the 'Sendable' protocol
33 |     public static let all = AllFilter()
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'AllFilter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 | }
35 |
[527/533] Compiling MongoDB Types.swift
/host/spi-builder-workspace/Sources/MongoDB/Responses/UpdateResponse.swift:20:35: warning: type 'UpdateResponse.Result' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
 9 |
10 | public struct UpdateResponse: ActionResponse {
11 |     public struct Result: Decodable {
   |                   `- note: consider making struct 'Result' conform to the 'Sendable' protocol
12 |         public let matchedCount: Int
13 |         public let modifiedCount: Int
   :
18 |
19 |     public func result() async throws -> Result {
20 |         return try await response.decode(Result.self)
   |                                   `- warning: type 'UpdateResponse.Result' does not conform to the 'Sendable' protocol; this is an error in the Swift 6 language mode
21 |     }
22 | }
/host/spi-builder-workspace/Sources/MongoDB/Types.swift:33:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'AllFilter' may have shared mutable state; this is an error in the Swift 6 language mode
30 | public typealias AggregatePipeline = [AggregatePipelineStep]
31 |
32 | public struct AllFilter: Encodable {
   |               `- note: consider making struct 'AllFilter' conform to the 'Sendable' protocol
33 |     public static let all = AllFilter()
   |                       |- warning: static property 'all' is not concurrency-safe because non-'Sendable' type 'AllFilter' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
34 | }
35 |
[528/533] Compiling MongoDB DeleteOneAction.swift
[529/533] Compiling MongoDB FindAction.swift
[530/533] Compiling MongoDB FindOneAction.swift
[531/533] Compiling MongoDB UpdateManyAction.swift
[532/533] Compiling MongoDB UpdateOneAction.swift
[533/533] Compiling MongoDB AnyCodable.swift
Build complete! (94.69s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "compute",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/swift-cloud/Compute"
    }
  ],
  "manifest_display_name" : "MongoDB",
  "name" : "MongoDB",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "driverkit",
      "version" : "22.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "MongoDB",
      "targets" : [
        "MongoDB"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MongoDBTests",
      "module_type" : "SwiftTarget",
      "name" : "MongoDBTests",
      "path" : "Tests/MongoDBTests",
      "sources" : [
        "MongoDBTests.swift"
      ],
      "target_dependencies" : [
        "MongoDB"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MongoDB",
      "module_type" : "SwiftTarget",
      "name" : "MongoDB",
      "path" : "Sources/MongoDB",
      "product_dependencies" : [
        "Compute"
      ],
      "product_memberships" : [
        "MongoDB"
      ],
      "sources" : [
        "Actions.swift",
        "Actions/AggregateAction.swift",
        "Actions/DeleteManyAction.swift",
        "Actions/DeleteOneAction.swift",
        "Actions/FindAction.swift",
        "Actions/FindOneAction.swift",
        "Actions/InsertManyAction.swift",
        "Actions/InsertOneAction.swift",
        "Actions/ReplaceOneAction.swift",
        "Actions/UpdateManyAction.swift",
        "Actions/UpdateOneAction.swift",
        "AnyCodable/AnyCodable.swift",
        "AnyCodable/AnyDecodable.swift",
        "AnyCodable/AnyEncodable.swift",
        "Collection.swift",
        "MongoClient.swift",
        "Responses/DeleteResponse.swift",
        "Responses/DocumentResponse.swift",
        "Responses/DocumentsResponse.swift",
        "Responses/InsertManyResponse.swift",
        "Responses/InsertOneResponse.swift",
        "Responses/JSONResponse.swift",
        "Responses/UpdateResponse.swift",
        "Types.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
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.