Build Information
Failed to build TalkToCloud, reference main (0cb97d
), with Swift 6.1 for Linux on 25 Apr 2025 14:14:41 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/coodly/talktocloud.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/coodly/talktocloud
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 0cb97de Copy assets
Cloned https://github.com/coodly/talktocloud.git
Revision (git rev-parse @):
0cb97def1ced985caad3f612a34df0f810044981
SUCCESS checkout https://github.com/coodly/talktocloud.git at main
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/coodly/talktocloud.git
https://github.com/coodly/talktocloud.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.1",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
}
],
"manifest_display_name" : "TalkToCloud",
"name" : "TalkToCloud",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
}
],
"products" : [
{
"name" : "TalkToCloud",
"targets" : [
"TalkToCloud"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TalkToCloudTests",
"module_type" : "SwiftTarget",
"name" : "TalkToCloudTests",
"path" : "Tests/TalkToCloudTests",
"sources" : [
"FilterSerializationTests.swift",
"TalkToCloudTests.swift"
],
"target_dependencies" : [
"TalkToCloud"
],
"type" : "test"
},
{
"c99name" : "TalkToCloud",
"module_type" : "SwiftTarget",
"name" : "TalkToCloud",
"path" : "Sources/TalkToCloud",
"product_dependencies" : [
"Crypto"
],
"product_memberships" : [
"TalkToCloud"
],
"sources" : [
"APIKeyConsumer.swift",
"AssetAttached.swift",
"AssetUpload.swift",
"Assets.swift",
"Authenticator.swift",
"CURLRequest.swift",
"CloudContainer+Copy.swift",
"CloudContainer+Zones.swift",
"CloudContainer.swift",
"CloudRecord.swift",
"CloudReference.swift",
"CloudRequest.swift",
"CloudZone.swift",
"Command.swift",
"CommandLineFetch.swift",
"Commander.swift",
"Configuration.swift",
"ContainerConsumer.swift",
"ContainerRecordsCopy.swift",
"CreateZoneRequest.swift",
"Cursor.swift",
"DatabaseChangesRequest.swift",
"DevelopmentConsumer.swift",
"FileManager+Cleanup.swift",
"ListZonesRequest.swift",
"Logging.swift",
"LookupRequest.swift",
"ModifyRequest.swift",
"NetworkFetch.swift",
"NetworkRequest.swift",
"OpenSSLSign.swift",
"PrivateKeyAuthenticator.swift",
"ProductionConsumer.swift",
"QueryRequest.swift",
"Raw.Body.swift",
"Raw.Error.swift",
"Raw.Field.swift",
"Raw.LookupName.swift",
"Raw.LookupRequest.swift",
"Raw.Operation.swift",
"Raw.Record.swift",
"Raw.RecordError.swift",
"Raw.RecordID.swift",
"Raw.RecordOrError.swift",
"Raw.Request.swift",
"Raw.Response.swift",
"Raw.SavedRecord.swift",
"Raw.Timestamp.swift",
"Raw.Zone.swift",
"Raw.ZoneChanges.swift",
"Raw.ZoneChangesList.swift",
"Raw.ZoneID.swift",
"Raw.ZonesList.swift",
"Raw.swift",
"RawFieldsCopy.swift",
"RecordDecoder.swift",
"RecordZoneChangesRequest.swift",
"RecordsCursor.swift",
"RemoteRecord.swift",
"RemoteReference.swift",
"Request.swift",
"Response.swift",
"Shell.swift",
"SignData.swift",
"String+Extensions.swift",
"SynchronousSystemFetch.swift",
"SystemSign.swift",
"Timestamped.swift",
"TokenAuthenticator.swift",
"URL+Extensions.swift",
"User.swift",
"UserRequest.swift",
"WebTokenStore.swift",
"ZoneTokenStore.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-crypto.git
[1/13784] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.31s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (1.84s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 1.1.7
Building for debugging...
[0/408] Write sources
[2/408] Compiling bsaes-armv7.ios.arm.S
[3/408] Compiling a_bitstr.c
[4/408] Compiling a_int.c
[5/408] Compiling a_mbstr.c
[6/408] Compiling p224-64.c
[7/408] Compiling a_bool.c
[8/408] Write swift-version-24593BA9C3E375BF.txt
[9/408] Compiling v3_skey.c
[10/408] Compiling v3_purp.c
[11/408] Compiling v3_utl.c
[12/408] Compiling v3_prn.c
[13/408] Compiling v3_pmaps.c
[14/408] Compiling p256-x86_64.c
[15/408] Compiling v3_pcons.c
[16/408] Compiling v3_pci.c
[17/408] Compiling CCryptoBoringSSLShims shims.c
[18/408] Compiling v3_pcia.c
[19/408] Compiling v3_ocsp.c
[20/408] Compiling v3_info.c
[21/408] Compiling v3_ncons.c
[22/408] Compiling v3_lib.c
[23/408] Compiling v3_int.c
[24/408] Compiling v3_ia5.c
[25/408] Compiling v3_genn.c
[26/408] Compiling v3_extku.c
[27/408] Compiling v3_enum.c
[28/408] Compiling v3_cpols.c
[29/408] Compiling v3_crld.c
[29/408] Compiling v3_conf.c
[31/408] Compiling v3_bcons.c
[32/408] Compiling v3_bitst.c
[33/408] Compiling v3_akey.c
[34/408] Compiling pcy_tree.c
[35/408] Compiling pcy_node.c
[36/408] Compiling v3_akeya.c
[37/408] Compiling v3_alt.c
[38/408] Compiling pcy_map.c
[39/408] Compiling pcy_lib.c
[40/408] Compiling pcy_data.c
[41/408] Compiling pcy_cache.c
[42/408] Compiling x_sig.c
[43/408] Compiling x_x509a.c
[44/408] Compiling x_pubkey.c
[45/408] Compiling x_spki.c
[46/408] Compiling x_val.c
[47/408] Compiling x_x509.c
[48/408] Compiling x_pkey.c
[49/408] Compiling x_req.c
[50/408] Compiling x_info.c
[51/408] Compiling x_attrib.c
[52/408] Compiling x_exten.c
[53/408] Compiling x_algor.c
[54/408] Compiling x_all.c
[55/408] Compiling x_name.c
[56/408] Compiling x_crl.c
[57/408] Compiling x509spki.c
[58/408] Compiling x509name.c
[59/408] Compiling x509rset.c
[60/408] Compiling x509_vpm.c
[61/408] Compiling x509_v3.c
[62/408] Compiling x509cset.c
[63/408] Compiling x509_set.c
[64/408] Compiling x509_txt.c
[65/408] Compiling x509_vfy.c
[66/408] Compiling x509_trs.c
[67/408] Compiling x509_ext.c
[68/408] Compiling x509_lu.c
[69/408] Compiling x509_obj.c
[70/408] Compiling x509_req.c
[71/408] Compiling x509_d2.c
[72/408] Compiling x509_att.c
[73/408] Compiling x509_def.c
[74/408] Compiling x509.c
[75/408] Compiling t_x509.c
[76/408] Compiling t_req.c
[77/408] Compiling t_x509a.c
[77/408] Compiling x509_cmp.c
[79/408] Compiling i2d_pr.c
[80/408] Compiling rsa_pss.c
[81/408] Compiling t_crl.c
[82/408] Compiling by_dir.c
[83/408] Compiling algorithm.c
[84/408] Compiling a_verify.c
[85/408] Compiling by_file.c
[86/408] Compiling a_sign.c
[86/408] Compiling voprf.c
[88/408] Compiling a_digest.c
[89/408] Compiling thread_win.c
[90/408] Compiling thread_none.c
[91/408] Compiling asn1_gen.c
[92/408] Compiling thread.c
[93/408] Compiling pmbtoken.c
[93/408] Compiling stack.c
[95/408] Compiling a_strex.c
[96/408] Compiling siphash.c
[97/408] Compiling thread_pthread.c
[98/408] Compiling trust_token.c
[99/408] Compiling rsa_print.c
[100/408] Compiling rc4.c
[100/408] Compiling refcount_c11.c
[102/408] Compiling windows.c
[102/408] Compiling refcount_lock.c
[104/408] Compiling rand_extra.c
[105/408] Compiling rsa_asn1.c
[106/408] Compiling fuchsia.c
[107/408] Compiling passive.c
[108/408] Compiling deterministic.c
[109/408] Compiling forkunsafe.c
[110/408] Compiling poly1305_arm_asm.S
[110/408] Compiling pool.c
[110/408] Compiling poly1305_arm.c
[113/408] Compiling poly1305.c
[114/408] Compiling poly1305_vec.c
[115/408] Compiling pkcs7.c
[116/408] Compiling pkcs8.c
[117/408] Compiling pkcs8_x509.c
[118/408] Compiling p5_pbev2.c
[119/408] Compiling pem_xaux.c
[119/408] Compiling pkcs7_x509.c
[121/408] Compiling pem_pkey.c
[122/408] Compiling obj_xref.c
[123/408] Compiling pem_pk8.c
[124/408] Compiling pem_x509.c
[125/408] Compiling pem_oth.c
[126/408] Compiling mem.c
[127/408] Compiling lhash.c
[128/408] Compiling pem_all.c
[129/408] Compiling poly_rq_mul.S
[130/408] Compiling pem_info.c
[131/408] Compiling hpke.c
[132/408] Compiling x86_64-mont5.mac.x86_64.S
[133/408] Compiling obj.c
[134/408] Compiling x86_64-mont.mac.x86_64.S
[134/408] Compiling hkdf.c
[134/408] Compiling pem_lib.c
[137/408] Compiling x86_64-mont5.linux.x86_64.S
[138/408] Compiling x86-mont.windows.x86.S
[139/408] Compiling vpaes-x86.windows.x86.S
[139/408] Compiling x86_64-mont.linux.x86_64.S
[141/408] Compiling x86-mont.linux.x86.S
[142/408] Compiling vpaes-x86_64.linux.x86_64.S
[143/408] Compiling vpaes-x86_64.mac.x86_64.S
[144/408] Compiling vpaes-x86.linux.x86.S
[145/408] Compiling hrss.c
[146/408] Compiling vpaes-armv8.linux.aarch64.S
[147/408] Compiling vpaes-armv7.linux.arm.S
[148/408] Compiling vpaes-armv8.ios.aarch64.S
[149/408] Compiling vpaes-armv7.ios.arm.S
[150/408] Compiling sha512-x86_64.mac.x86_64.S
[151/408] Compiling sha512-armv8.linux.aarch64.S
[152/408] Compiling kdf.c
[153/408] Compiling sha512-armv8.ios.aarch64.S
[154/408] Compiling sha512-x86_64.linux.x86_64.S
[155/408] Compiling sha512-armv4.linux.arm.S
[156/408] Compiling sha512-armv4.ios.arm.S
[157/408] Compiling sha512-586.windows.x86.S
[158/408] Compiling sha512-586.linux.x86.S
[159/408] Compiling sha256-x86_64.mac.x86_64.S
[160/408] Compiling sha256-armv8.linux.aarch64.S
[161/408] Compiling sha256-armv8.ios.aarch64.S
[162/408] Compiling sha256-armv4.ios.arm.S
[163/408] Compiling sha256-armv4.linux.arm.S
[164/408] Compiling sha256-586.windows.x86.S
[165/408] Compiling sha256-586.linux.x86.S
[166/408] Compiling sha256-x86_64.linux.x86_64.S
[167/408] Compiling sha1-x86_64.mac.x86_64.S
[168/408] Compiling sha1-armv8.ios.aarch64.S
[169/408] Compiling sha1-armv8.linux.aarch64.S
[170/408] Compiling sha1-armv4-large.linux.arm.S
[171/408] Compiling sha1-armv4-large.ios.arm.S
[172/408] Compiling sha1-586.windows.x86.S
[173/408] Compiling sha1-586.linux.x86.S
[174/408] Compiling sha1-x86_64.linux.x86_64.S
[175/408] Compiling sha1-altivec.c
[176/408] Compiling sha1.c
[177/408] Compiling sha512.c
[178/408] Compiling rsaz-avx2.linux.x86_64.S
[179/408] Compiling sha256.c
[180/408] Compiling rsaz-avx2.mac.x86_64.S
[181/408] Compiling blinding.c
[182/408] Compiling self_check.c
[183/408] Compiling rsa_impl.c
[184/408] Compiling urandom.c
[185/408] Compiling padding.c
[186/408] Compiling rsa.c
[187/408] Compiling rand.c
[188/408] Compiling fork_detect.c
[189/408] Compiling ctrdrbg.c
[190/408] Compiling rdrand-x86_64.mac.x86_64.S
[191/408] Compiling rdrand-x86_64.linux.x86_64.S
[192/408] Compiling ofb.c
[193/408] Compiling polyval.c
[194/408] Compiling p256-x86_64-asm.mac.x86_64.S
[195/408] Compiling gcm_nohw.c
[196/408] Compiling ctr.c
[197/408] Compiling cbc.c
[198/408] Compiling cfb.c
[199/408] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[200/408] Compiling gcm.c
[201/408] Compiling md5.c
[202/408] Compiling is_fips.c
[203/408] Compiling md4.c
[204/408] Compiling hmac.c
[205/408] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[206/408] Compiling p256-x86_64-asm.linux.x86_64.S
[207/408] Compiling md5-586.linux.x86.S
[208/408] Compiling ghashv8-armx64.linux.aarch64.S
[208/408] Compiling md5-x86_64.mac.x86_64.S
[208/408] Compiling ghashv8-armx64.ios.aarch64.S
[211/408] Compiling md5-586.windows.x86.S
[212/408] Compiling md5-x86_64.linux.x86_64.S
[213/408] Compiling ghashv8-armx32.ios.arm.S
[214/408] Compiling ghash-x86_64.mac.x86_64.S
[214/408] Compiling ghashv8-armx32.linux.arm.S
[214/408] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[214/408] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[214/408] Compiling ghash-x86_64.linux.x86_64.S
[214/408] Compiling ghash-x86.windows.x86.S
[220/408] Compiling ghash-x86.linux.x86.S
[221/408] Compiling fips_shared_support.c
[222/408] Compiling ghash-neon-armv8.linux.aarch64.S
[223/408] Compiling ghash-armv4.linux.arm.S
[224/408] Compiling ghash-neon-armv8.ios.aarch64.S
[225/408] Compiling ghash-ssse3-x86.linux.x86.S
[226/408] Compiling ghash-ssse3-x86.windows.x86.S
[227/408] Compiling ghash-armv4.ios.arm.S
[228/408] Compiling ecdsa.c
[229/408] Compiling ecdh.c
[230/408] Compiling util.c
[231/408] Compiling wnaf.c
[232/408] Compiling simple_mul.c
[233/408] Compiling simple.c
[234/408] Compiling oct.c
[235/408] Compiling scalar.c
[236/408] Compiling p256.c
[237/408] Compiling ec_montgomery.c
[238/408] Compiling felem.c
[239/408] Compiling ec_key.c
[240/408] Compiling digests.c
[241/408] Compiling digest.c
[242/408] Compiling co-586.linux.x86.S
[243/408] Compiling co-586.windows.x86.S
[244/408] Compiling check.c
[245/408] Compiling dh.c
[246/408] Compiling e_des.c
[247/408] Compiling ec.c
[248/408] Compiling bsaes-armv7.linux.arm.S
[249/408] Compiling des.c
[250/408] Compiling aead.c
[251/408] Compiling sqrt.c
[252/408] Compiling cipher.c
[253/408] Compiling prime.c
[253/408] Compiling shift.c
[255/408] Compiling montgomery_inv.c
[256/408] Compiling rsaz_exp.c
[256/408] Compiling random.c
[258/408] Compiling e_aes.c
[259/408] Compiling jacobi.c
[260/408] Compiling generic.c
[261/408] Compiling gcd.c
[262/408] Compiling mul.c
[263/408] Compiling div_extra.c
[264/408] Compiling montgomery.c
[265/408] Compiling ctx.c
[266/408] Compiling gcd_extra.c
[267/408] Compiling exponentiation.c
[268/408] Compiling cmp.c
[269/408] Compiling bytes.c
[270/408] Compiling div.c
[271/408] Compiling bn-586.linux.x86.S
[272/408] Compiling armv8-mont.ios.aarch64.S
[273/408] Compiling armv4-mont.linux.arm.S
[274/408] Compiling bn-586.windows.x86.S
[275/408] Compiling add.c
[276/408] Compiling bn.c
[277/408] Compiling armv8-mont.linux.aarch64.S
[278/408] Compiling armv4-mont.ios.arm.S
[279/408] Compiling aesv8-armx32.linux.arm.S
[280/408] Compiling aesv8-armx64.linux.aarch64.S
[281/408] Compiling aesv8-armx32.ios.arm.S
[282/408] Compiling aesv8-armx64.ios.aarch64.S
[283/408] Compiling aesni-x86_64.mac.x86_64.S
[284/408] Compiling aesni-x86_64.linux.x86_64.S
[285/408] Compiling x86_64-gcc.c
[286/408] Compiling aesni-x86.windows.x86.S
[287/408] Compiling aesni-gcm-x86_64.mac.x86_64.S
[288/408] Compiling aesni-x86.linux.x86.S
[289/408] Compiling aesni-gcm-x86_64.linux.x86_64.S
[290/408] Compiling key_wrap.c
[291/408] Compiling ex_data.c
[292/408] Compiling mode_wrappers.c
[293/408] Compiling aes.c
[294/408] Compiling sign.c
[295/408] Compiling scrypt.c
[296/408] Compiling print.c
[297/408] Compiling p_x25519_asn1.c
[298/408] Compiling pbkdf.c
[299/408] Compiling p_x25519.c
[300/408] Compiling p_ed25519_asn1.c
[301/408] Compiling aes_nohw.c
[302/408] Compiling p_rsa.c
[303/408] Compiling p_rsa_asn1.c
[304/408] Compiling p_ec_asn1.c
[304/408] Compiling p_ed25519.c
[306/408] Compiling p_ec.c
[307/408] Compiling err_data.c
[308/408] Compiling p_dsa_asn1.c
[309/408] Compiling err.c
[310/408] Compiling digestsign.c
[311/408] Compiling evp.c
[312/408] Compiling evp_asn1.c
[313/408] Compiling evp_ctx.c
[314/408] Compiling engine.c
[315/408] Compiling ecdh_extra.c
[316/408] Compiling dsa_asn1.c
[317/408] Compiling dsa.c
[317/408] Compiling hash_to_curve.c
[319/408] Compiling ecdsa_asn1.c
[320/408] Compiling ec_asn1.c
[321/408] Compiling ec_derive.c
[322/408] Compiling params.c
[323/408] Compiling dh_asn1.c
[324/408] Compiling x25519-asm-arm.S
[325/408] Compiling digest_extra.c
[326/408] Compiling cpu-ppc64le.c
[327/408] Compiling crypto.c
[328/408] Compiling cpu-arm.c
[329/408] Compiling cpu-intel.c
[330/408] Compiling spake25519.c
[331/408] Compiling cpu-aarch64-fuchsia.c
[332/408] Compiling cpu-arm-linux.c
[333/408] Compiling cpu-aarch64-win.c
[334/408] Compiling cpu-aarch64-linux.c
[335/408] Compiling curve25519.c
[336/408] Compiling e_rc4.c
[337/408] Compiling conf.c
[338/408] Compiling e_tls.c
[339/408] Compiling e_null.c
[340/408] Compiling cmac.c
[341/408] Compiling e_chacha20poly1305.c
[342/408] Compiling e_rc2.c
[343/408] Compiling derive_key.c
[343/408] Compiling tls_cbc.c
[345/408] Compiling e_aesccm.c
[345/408] Compiling e_aesctrhmac.c
[347/408] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[348/408] Compiling cipher_extra.c
[349/408] Compiling e_aesgcmsiv.c
[350/408] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[350/408] Compiling chacha-x86_64.mac.x86_64.S
[352/408] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[353/408] Compiling chacha-x86.linux.x86.S
[354/408] Compiling chacha-armv8.ios.aarch64.S
[355/408] Compiling chacha.c
[356/408] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[356/408] Compiling chacha-x86.windows.x86.S
[358/408] Compiling chacha-armv8.linux.aarch64.S
[359/408] Compiling chacha-x86_64.linux.x86_64.S
[360/408] Compiling chacha-armv4.linux.arm.S
[361/408] Compiling unicode.c
[362/408] Compiling chacha-armv4.ios.arm.S
[363/408] Compiling cbs.c
[363/408] Compiling cbb.c
[365/408] Compiling asn1_compat.c
[366/408] Compiling ber.c
[367/408] Compiling buf.c
[368/408] Compiling bn_asn1.c
[369/408] Compiling blake2.c
[370/408] Compiling socket_helper.c
[371/408] Compiling convert.c
[372/408] Compiling pair.c
[373/408] Compiling socket.c
[374/408] Compiling printf.c
[374/408] Compiling hexdump.c
[376/408] Compiling fd.c
[377/408] Compiling file.c
[378/408] Compiling connect.c
[379/408] Compiling bio_mem.c
[380/408] Compiling time_support.c
[381/408] Compiling bio.c
[382/408] Compiling tasn_utl.c
[383/408] Compiling base64.c
[384/408] Compiling tasn_new.c
[385/408] Compiling tasn_fre.c
[386/408] Compiling tasn_dec.c
[387/408] Compiling tasn_typ.c
[388/408] Compiling f_string.c
[389/408] Compiling f_int.c
[390/408] Compiling f_enum.c
[391/408] Compiling tasn_enc.c
[392/408] Compiling asn_pack.c
[393/408] Compiling a_utf8.c
[394/408] Compiling asn1_par.c
[395/408] Compiling a_type.c
[396/408] Compiling a_utctm.c
[397/408] Compiling asn1_lib.c
[398/408] Compiling a_octet.c
[399/408] Compiling a_strnid.c
[400/408] Compiling a_object.c
[401/408] Compiling a_print.c
[402/408] Compiling a_time.c
[403/408] Compiling a_enum.c
[404/408] Compiling a_dup.c
[404/408] Compiling a_i2d_fp.c
[406/408] Compiling a_gentm.c
[407/408] Compiling a_d2i_fp.c
[409/462] Emitting module Crypto
[410/469] Compiling Crypto RNG_boring.swift
[411/469] Compiling Crypto SafeCompare_boring.swift
[412/469] Compiling Crypto Zeroization_boring.swift
[413/469] Compiling Crypto PrettyBytes.swift
[414/469] Compiling Crypto SafeCompare.swift
[415/469] Compiling Crypto SecureBytes.swift
[416/469] Compiling Crypto Zeroization.swift
[417/469] Compiling Crypto Insecure.swift
[418/469] Compiling Crypto Insecure_HashFunctions.swift
[419/469] Compiling Crypto ECDH_boring.swift
[420/469] Compiling Crypto DH.swift
[421/469] Compiling Crypto ECDH.swift
[422/469] Compiling Crypto HKDF.swift
[423/469] Compiling Crypto Ed25519_boring.swift
[424/469] Compiling Crypto EllipticCurvePoint_boring.swift
[425/469] Compiling Crypto EllipticCurve_boring.swift
[426/469] Compiling Crypto NISTCurvesKeys_boring.swift
[427/469] Compiling Crypto X25519Keys_boring.swift
[428/469] Compiling Crypto Curve25519.swift
[429/469] Compiling Crypto Ed25519.swift
[430/469] Compiling Crypto NISTCurvesKeys.swift
[431/469] Compiling Crypto X25519Keys.swift
[432/469] Compiling Crypto EdDSA_boring.swift
[433/469] Compiling Crypto ECDSA.swift
[434/469] Compiling Crypto EdDSA.swift
[435/469] Compiling Crypto Signature.swift
[436/469] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[437/469] Compiling Crypto CryptoKitErrors_boring.swift
[438/469] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[439/469] Compiling Crypto ASN1Identifier.swift
[440/469] Compiling Crypto ASN1Integer.swift
[441/469] Compiling Crypto ASN1OctetString.swift
[442/469] Compiling Crypto ArraySliceBigint.swift
[443/469] Compiling Crypto ObjectIdentifier.swift
[444/469] Compiling Crypto ECDSASignature.swift
[445/469] Compiling Crypto PEMDocument.swift
[446/469] Compiling Crypto PKCS8PrivateKey.swift
[447/469] Compiling Crypto AES-GCM.swift
[448/469] Compiling Crypto AES-GCM_boring.swift
[449/469] Compiling Crypto ChaChaPoly_boring.swift
[450/469] Compiling Crypto ChaChaPoly.swift
[451/469] Compiling Crypto Cipher.swift
[452/469] Compiling Crypto Nonces.swift
[453/469] Compiling Crypto ASN1.swift
[454/469] Compiling Crypto ASN1BitString.swift
[455/469] Compiling Crypto SymmetricKeys.swift
[456/469] Compiling Crypto HMAC.swift
[457/469] Compiling Crypto MACFunctions.swift
[458/469] Compiling Crypto MessageAuthenticationCode.swift
[459/469] Compiling Crypto AES.swift
[460/469] Compiling Crypto ECDSASignature_boring.swift
[461/469] Compiling Crypto ECDSA_boring.swift
[462/469] Compiling Crypto SEC1PrivateKey.swift
[463/469] Compiling Crypto SubjectPublicKeyInfo.swift
[464/469] Compiling Crypto CryptoKitErrors.swift
[465/469] Compiling Crypto Digest_boring.swift
[466/469] Compiling Crypto Digest.swift
[467/469] Compiling Crypto Digests.swift
[468/469] Compiling Crypto HashFunctions.swift
[469/469] Compiling Crypto HashFunctions_SHA2.swift
[471/536] Compiling TalkToCloud CloudReference.swift
/host/spi-builder-workspace/Sources/TalkToCloud/CloudZone.swift:27:23: warning: static property 'defaultZone' is not concurrency-safe because non-'Sendable' type 'CloudZone' may have shared mutable state; this is an error in the Swift 6 language mode
17 | import Foundation
18 |
19 | public struct CloudZone: Codable {
| `- note: consider making struct 'CloudZone' conform to the 'Sendable' protocol
20 | let zoneID: Raw.ZoneID
21 | let syncToken: String?
:
25 | }
26 |
27 | public static let defaultZone = CloudZone(name: "_defaultZone")
| |- warning: static property 'defaultZone' is not concurrency-safe because non-'Sendable' type 'CloudZone' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'defaultZone' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 | }
29 |
/host/spi-builder-workspace/Sources/TalkToCloud/ContainerRecordsCopy.swift:292:32: error: cannot find 'URLRequest' in scope
290 | let downloadPath = field.assetDownload!.downloadURL!.replacingOccurrences(of: "${f}", with: "image.jpg")
291 | var data: Data?
292 | target.fetch.fetch(URLRequest(url: URL(string: downloadPath)!)) {
| `- error: cannot find 'URLRequest' in scope
293 | loaded, _, _ in
294 |
[472/536] Compiling TalkToCloud CloudRequest.swift
/host/spi-builder-workspace/Sources/TalkToCloud/CloudZone.swift:27:23: warning: static property 'defaultZone' is not concurrency-safe because non-'Sendable' type 'CloudZone' may have shared mutable state; this is an error in the Swift 6 language mode
17 | import Foundation
18 |
19 | public struct CloudZone: Codable {
| `- note: consider making struct 'CloudZone' conform to the 'Sendable' protocol
20 | let zoneID: Raw.ZoneID
21 | let syncToken: String?
:
25 | }
26 |
27 | public static let defaultZone = CloudZone(name: "_defaultZone")
| |- warning: static property 'defaultZone' is not concurrency-safe because non-'Sendable' type 'CloudZone' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'defaultZone' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 | }
29 |
/host/spi-builder-workspace/Sources/TalkToCloud/ContainerRecordsCopy.swift:292:32: error: cannot find 'URLRequest' in scope
290 | let downloadPath = field.assetDownload!.downloadURL!.replacingOccurrences(of: "${f}", with: "image.jpg")
291 | var data: Data?
292 | target.fetch.fetch(URLRequest(url: URL(string: downloadPath)!)) {
| `- error: cannot find 'URLRequest' in scope
293 | loaded, _, _ in
294 |
[473/536] Compiling TalkToCloud CloudZone.swift
/host/spi-builder-workspace/Sources/TalkToCloud/CloudZone.swift:27:23: warning: static property 'defaultZone' is not concurrency-safe because non-'Sendable' type 'CloudZone' may have shared mutable state; this is an error in the Swift 6 language mode
17 | import Foundation
18 |
19 | public struct CloudZone: Codable {
| `- note: consider making struct 'CloudZone' conform to the 'Sendable' protocol
20 | let zoneID: Raw.ZoneID
21 | let syncToken: String?
:
25 | }
26 |
27 | public static let defaultZone = CloudZone(name: "_defaultZone")
| |- warning: static property 'defaultZone' is not concurrency-safe because non-'Sendable' type 'CloudZone' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'defaultZone' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 | }
29 |
/host/spi-builder-workspace/Sources/TalkToCloud/ContainerRecordsCopy.swift:292:32: error: cannot find 'URLRequest' in scope
290 | let downloadPath = field.assetDownload!.downloadURL!.replacingOccurrences(of: "${f}", with: "image.jpg")
291 | var data: Data?
292 | target.fetch.fetch(URLRequest(url: URL(string: downloadPath)!)) {
| `- error: cannot find 'URLRequest' in scope
293 | loaded, _, _ in
294 |
[474/536] Compiling TalkToCloud Command.swift
/host/spi-builder-workspace/Sources/TalkToCloud/CloudZone.swift:27:23: warning: static property 'defaultZone' is not concurrency-safe because non-'Sendable' type 'CloudZone' may have shared mutable state; this is an error in the Swift 6 language mode
17 | import Foundation
18 |
19 | public struct CloudZone: Codable {
| `- note: consider making struct 'CloudZone' conform to the 'Sendable' protocol
20 | let zoneID: Raw.ZoneID
21 | let syncToken: String?
:
25 | }
26 |
27 | public static let defaultZone = CloudZone(name: "_defaultZone")
| |- warning: static property 'defaultZone' is not concurrency-safe because non-'Sendable' type 'CloudZone' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'defaultZone' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 | }
29 |
/host/spi-builder-workspace/Sources/TalkToCloud/ContainerRecordsCopy.swift:292:32: error: cannot find 'URLRequest' in scope
290 | let downloadPath = field.assetDownload!.downloadURL!.replacingOccurrences(of: "${f}", with: "image.jpg")
291 | var data: Data?
292 | target.fetch.fetch(URLRequest(url: URL(string: downloadPath)!)) {
| `- error: cannot find 'URLRequest' in scope
293 | loaded, _, _ in
294 |
[475/536] Compiling TalkToCloud CommandLineFetch.swift
/host/spi-builder-workspace/Sources/TalkToCloud/CloudZone.swift:27:23: warning: static property 'defaultZone' is not concurrency-safe because non-'Sendable' type 'CloudZone' may have shared mutable state; this is an error in the Swift 6 language mode
17 | import Foundation
18 |
19 | public struct CloudZone: Codable {
| `- note: consider making struct 'CloudZone' conform to the 'Sendable' protocol
20 | let zoneID: Raw.ZoneID
21 | let syncToken: String?
:
25 | }
26 |
27 | public static let defaultZone = CloudZone(name: "_defaultZone")
| |- warning: static property 'defaultZone' is not concurrency-safe because non-'Sendable' type 'CloudZone' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'defaultZone' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 | }
29 |
/host/spi-builder-workspace/Sources/TalkToCloud/ContainerRecordsCopy.swift:292:32: error: cannot find 'URLRequest' in scope
290 | let downloadPath = field.assetDownload!.downloadURL!.replacingOccurrences(of: "${f}", with: "image.jpg")
291 | var data: Data?
292 | target.fetch.fetch(URLRequest(url: URL(string: downloadPath)!)) {
| `- error: cannot find 'URLRequest' in scope
293 | loaded, _, _ in
294 |
[476/536] Compiling TalkToCloud Commander.swift
/host/spi-builder-workspace/Sources/TalkToCloud/CloudZone.swift:27:23: warning: static property 'defaultZone' is not concurrency-safe because non-'Sendable' type 'CloudZone' may have shared mutable state; this is an error in the Swift 6 language mode
17 | import Foundation
18 |
19 | public struct CloudZone: Codable {
| `- note: consider making struct 'CloudZone' conform to the 'Sendable' protocol
20 | let zoneID: Raw.ZoneID
21 | let syncToken: String?
:
25 | }
26 |
27 | public static let defaultZone = CloudZone(name: "_defaultZone")
| |- warning: static property 'defaultZone' is not concurrency-safe because non-'Sendable' type 'CloudZone' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'defaultZone' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 | }
29 |
/host/spi-builder-workspace/Sources/TalkToCloud/ContainerRecordsCopy.swift:292:32: error: cannot find 'URLRequest' in scope
290 | let downloadPath = field.assetDownload!.downloadURL!.replacingOccurrences(of: "${f}", with: "image.jpg")
291 | var data: Data?
292 | target.fetch.fetch(URLRequest(url: URL(string: downloadPath)!)) {
| `- error: cannot find 'URLRequest' in scope
293 | loaded, _, _ in
294 |
[477/536] Compiling TalkToCloud Configuration.swift
/host/spi-builder-workspace/Sources/TalkToCloud/CloudZone.swift:27:23: warning: static property 'defaultZone' is not concurrency-safe because non-'Sendable' type 'CloudZone' may have shared mutable state; this is an error in the Swift 6 language mode
17 | import Foundation
18 |
19 | public struct CloudZone: Codable {
| `- note: consider making struct 'CloudZone' conform to the 'Sendable' protocol
20 | let zoneID: Raw.ZoneID
21 | let syncToken: String?
:
25 | }
26 |
27 | public static let defaultZone = CloudZone(name: "_defaultZone")
| |- warning: static property 'defaultZone' is not concurrency-safe because non-'Sendable' type 'CloudZone' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'defaultZone' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 | }
29 |
/host/spi-builder-workspace/Sources/TalkToCloud/ContainerRecordsCopy.swift:292:32: error: cannot find 'URLRequest' in scope
290 | let downloadPath = field.assetDownload!.downloadURL!.replacingOccurrences(of: "${f}", with: "image.jpg")
291 | var data: Data?
292 | target.fetch.fetch(URLRequest(url: URL(string: downloadPath)!)) {
| `- error: cannot find 'URLRequest' in scope
293 | loaded, _, _ in
294 |
[478/536] Compiling TalkToCloud ContainerConsumer.swift
/host/spi-builder-workspace/Sources/TalkToCloud/CloudZone.swift:27:23: warning: static property 'defaultZone' is not concurrency-safe because non-'Sendable' type 'CloudZone' may have shared mutable state; this is an error in the Swift 6 language mode
17 | import Foundation
18 |
19 | public struct CloudZone: Codable {
| `- note: consider making struct 'CloudZone' conform to the 'Sendable' protocol
20 | let zoneID: Raw.ZoneID
21 | let syncToken: String?
:
25 | }
26 |
27 | public static let defaultZone = CloudZone(name: "_defaultZone")
| |- warning: static property 'defaultZone' is not concurrency-safe because non-'Sendable' type 'CloudZone' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'defaultZone' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 | }
29 |
/host/spi-builder-workspace/Sources/TalkToCloud/ContainerRecordsCopy.swift:292:32: error: cannot find 'URLRequest' in scope
290 | let downloadPath = field.assetDownload!.downloadURL!.replacingOccurrences(of: "${f}", with: "image.jpg")
291 | var data: Data?
292 | target.fetch.fetch(URLRequest(url: URL(string: downloadPath)!)) {
| `- error: cannot find 'URLRequest' in scope
293 | loaded, _, _ in
294 |
[479/536] Compiling TalkToCloud ContainerRecordsCopy.swift
/host/spi-builder-workspace/Sources/TalkToCloud/CloudZone.swift:27:23: warning: static property 'defaultZone' is not concurrency-safe because non-'Sendable' type 'CloudZone' may have shared mutable state; this is an error in the Swift 6 language mode
17 | import Foundation
18 |
19 | public struct CloudZone: Codable {
| `- note: consider making struct 'CloudZone' conform to the 'Sendable' protocol
20 | let zoneID: Raw.ZoneID
21 | let syncToken: String?
:
25 | }
26 |
27 | public static let defaultZone = CloudZone(name: "_defaultZone")
| |- warning: static property 'defaultZone' is not concurrency-safe because non-'Sendable' type 'CloudZone' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'defaultZone' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 | }
29 |
/host/spi-builder-workspace/Sources/TalkToCloud/ContainerRecordsCopy.swift:292:32: error: cannot find 'URLRequest' in scope
290 | let downloadPath = field.assetDownload!.downloadURL!.replacingOccurrences(of: "${f}", with: "image.jpg")
291 | var data: Data?
292 | target.fetch.fetch(URLRequest(url: URL(string: downloadPath)!)) {
| `- error: cannot find 'URLRequest' in scope
293 | loaded, _, _ in
294 |
[480/536] Compiling TalkToCloud CreateZoneRequest.swift
/host/spi-builder-workspace/Sources/TalkToCloud/CloudZone.swift:27:23: warning: static property 'defaultZone' is not concurrency-safe because non-'Sendable' type 'CloudZone' may have shared mutable state; this is an error in the Swift 6 language mode
17 | import Foundation
18 |
19 | public struct CloudZone: Codable {
| `- note: consider making struct 'CloudZone' conform to the 'Sendable' protocol
20 | let zoneID: Raw.ZoneID
21 | let syncToken: String?
:
25 | }
26 |
27 | public static let defaultZone = CloudZone(name: "_defaultZone")
| |- warning: static property 'defaultZone' is not concurrency-safe because non-'Sendable' type 'CloudZone' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'defaultZone' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 | }
29 |
/host/spi-builder-workspace/Sources/TalkToCloud/ContainerRecordsCopy.swift:292:32: error: cannot find 'URLRequest' in scope
290 | let downloadPath = field.assetDownload!.downloadURL!.replacingOccurrences(of: "${f}", with: "image.jpg")
291 | var data: Data?
292 | target.fetch.fetch(URLRequest(url: URL(string: downloadPath)!)) {
| `- error: cannot find 'URLRequest' in scope
293 | loaded, _, _ in
294 |
[481/545] Emitting module TalkToCloud
/host/spi-builder-workspace/Sources/TalkToCloud/CloudZone.swift:27:23: warning: static property 'defaultZone' is not concurrency-safe because non-'Sendable' type 'CloudZone' may have shared mutable state; this is an error in the Swift 6 language mode
17 | import Foundation
18 |
19 | public struct CloudZone: Codable {
| `- note: consider making struct 'CloudZone' conform to the 'Sendable' protocol
20 | let zoneID: Raw.ZoneID
21 | let syncToken: String?
:
25 | }
26 |
27 | public static let defaultZone = CloudZone(name: "_defaultZone")
| |- warning: static property 'defaultZone' is not concurrency-safe because non-'Sendable' type 'CloudZone' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'defaultZone' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
28 | }
29 |
/host/spi-builder-workspace/Sources/TalkToCloud/Logging.swift:28:24: warning: static property 'sharedInstance' is not concurrency-safe because non-'Sendable' type 'Logging' may have shared mutable state; this is an error in the Swift 6 language mode
23 | }
24 |
25 | public class Logging {
| `- note: class 'Logging' does not conform to the 'Sendable' protocol
26 | private var logger: Logger?
27 |
28 | private static let sharedInstance = Logging()
| |- warning: static property 'sharedInstance' is not concurrency-safe because non-'Sendable' type 'Logging' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sharedInstance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | public static func set(logger: Logger) {
30 | sharedInstance.logger = logger
/host/spi-builder-workspace/Sources/TalkToCloud/Request.swift:128:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
27 | }
28 |
29 | internal class Request<T: Decodable> {
| `- note: 'T' previously declared here
30 | private enum Method: String {
31 | case post = "POST"
:
126 | }
127 |
128 | private func decodeValue<T: Decodable>(from data: Data) -> Result<T, Error> {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
129 | do {
130 | let value = try decoder.decode(T.self, from: data)
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:20:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
17 | import Foundation
18 |
19 | internal class Shell {
| `- note: class 'Shell' does not conform to the 'Sendable' protocol
20 | internal static let shared = Shell(command: "")
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |
22 | private(set) public lazy var curl = Shell(command: "curl").resolve()
[482/545] Compiling TalkToCloud SynchronousSystemFetch.swift
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:31:13: warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
29 |
30 | let task = dataTask(with: request) {
31 | data = $0
| `- warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
32 | response = $1
33 | error = $2
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:32:13: warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
30 | let task = dataTask(with: request) {
31 | data = $0
32 | response = $1
| `- warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
33 | error = $2
34 | sem.signal()
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:33:13: warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
31 | data = $0
32 | response = $1
33 | error = $2
| `- warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
34 | sem.signal()
35 | }
[483/545] Compiling TalkToCloud SystemSign.swift
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:31:13: warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
29 |
30 | let task = dataTask(with: request) {
31 | data = $0
| `- warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
32 | response = $1
33 | error = $2
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:32:13: warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
30 | let task = dataTask(with: request) {
31 | data = $0
32 | response = $1
| `- warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
33 | error = $2
34 | sem.signal()
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:33:13: warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
31 | data = $0
32 | response = $1
33 | error = $2
| `- warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
34 | sem.signal()
35 | }
[484/545] Compiling TalkToCloud Timestamped.swift
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:31:13: warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
29 |
30 | let task = dataTask(with: request) {
31 | data = $0
| `- warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
32 | response = $1
33 | error = $2
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:32:13: warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
30 | let task = dataTask(with: request) {
31 | data = $0
32 | response = $1
| `- warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
33 | error = $2
34 | sem.signal()
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:33:13: warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
31 | data = $0
32 | response = $1
33 | error = $2
| `- warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
34 | sem.signal()
35 | }
[485/545] Compiling TalkToCloud TokenAuthenticator.swift
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:31:13: warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
29 |
30 | let task = dataTask(with: request) {
31 | data = $0
| `- warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
32 | response = $1
33 | error = $2
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:32:13: warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
30 | let task = dataTask(with: request) {
31 | data = $0
32 | response = $1
| `- warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
33 | error = $2
34 | sem.signal()
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:33:13: warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
31 | data = $0
32 | response = $1
33 | error = $2
| `- warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
34 | sem.signal()
35 | }
[486/545] Compiling TalkToCloud URL+Extensions.swift
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:31:13: warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
29 |
30 | let task = dataTask(with: request) {
31 | data = $0
| `- warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
32 | response = $1
33 | error = $2
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:32:13: warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
30 | let task = dataTask(with: request) {
31 | data = $0
32 | response = $1
| `- warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
33 | error = $2
34 | sem.signal()
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:33:13: warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
31 | data = $0
32 | response = $1
33 | error = $2
| `- warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
34 | sem.signal()
35 | }
[487/545] Compiling TalkToCloud User.swift
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:31:13: warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
29 |
30 | let task = dataTask(with: request) {
31 | data = $0
| `- warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
32 | response = $1
33 | error = $2
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:32:13: warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
30 | let task = dataTask(with: request) {
31 | data = $0
32 | response = $1
| `- warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
33 | error = $2
34 | sem.signal()
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:33:13: warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
31 | data = $0
32 | response = $1
33 | error = $2
| `- warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
34 | sem.signal()
35 | }
[488/545] Compiling TalkToCloud UserRequest.swift
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:31:13: warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
29 |
30 | let task = dataTask(with: request) {
31 | data = $0
| `- warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
32 | response = $1
33 | error = $2
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:32:13: warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
30 | let task = dataTask(with: request) {
31 | data = $0
32 | response = $1
| `- warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
33 | error = $2
34 | sem.signal()
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:33:13: warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
31 | data = $0
32 | response = $1
33 | error = $2
| `- warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
34 | sem.signal()
35 | }
[489/545] Compiling TalkToCloud WebTokenStore.swift
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:31:13: warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
29 |
30 | let task = dataTask(with: request) {
31 | data = $0
| `- warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
32 | response = $1
33 | error = $2
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:32:13: warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
30 | let task = dataTask(with: request) {
31 | data = $0
32 | response = $1
| `- warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
33 | error = $2
34 | sem.signal()
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:33:13: warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
31 | data = $0
32 | response = $1
33 | error = $2
| `- warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
34 | sem.signal()
35 | }
[490/545] Compiling TalkToCloud ZoneTokenStore.swift
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:31:13: warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
29 |
30 | let task = dataTask(with: request) {
31 | data = $0
| `- warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
32 | response = $1
33 | error = $2
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:32:13: warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
30 | let task = dataTask(with: request) {
31 | data = $0
32 | response = $1
| `- warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
33 | error = $2
34 | sem.signal()
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:33:13: warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
31 | data = $0
32 | response = $1
33 | error = $2
| `- warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
34 | sem.signal()
35 | }
[491/545] Compiling TalkToCloud Raw.LookupRequest.swift
[492/545] Compiling TalkToCloud Raw.Operation.swift
[493/545] Compiling TalkToCloud Raw.Record.swift
[494/545] Compiling TalkToCloud Raw.RecordError.swift
[495/545] Compiling TalkToCloud Raw.RecordID.swift
[496/545] Compiling TalkToCloud Raw.RecordOrError.swift
[497/545] Compiling TalkToCloud Raw.Request.swift
[498/545] Compiling TalkToCloud Raw.Response.swift
[499/545] Compiling TalkToCloud Raw.SavedRecord.swift
[500/545] Compiling TalkToCloud NetworkRequest.swift
[501/545] Compiling TalkToCloud OpenSSLSign.swift
[502/545] Compiling TalkToCloud PrivateKeyAuthenticator.swift
[503/545] Compiling TalkToCloud ProductionConsumer.swift
[504/545] Compiling TalkToCloud QueryRequest.swift
[505/545] Compiling TalkToCloud Raw.Body.swift
[506/545] Compiling TalkToCloud Raw.Error.swift
[507/545] Compiling TalkToCloud Raw.Field.swift
[508/545] Compiling TalkToCloud Raw.LookupName.swift
[509/545] Compiling TalkToCloud Raw.Timestamp.swift
[510/545] Compiling TalkToCloud Raw.Zone.swift
[511/545] Compiling TalkToCloud Raw.ZoneChanges.swift
[512/545] Compiling TalkToCloud Raw.ZoneChangesList.swift
[513/545] Compiling TalkToCloud Raw.ZoneID.swift
[514/545] Compiling TalkToCloud Raw.ZonesList.swift
[515/545] Compiling TalkToCloud Raw.swift
[516/545] Compiling TalkToCloud RawFieldsCopy.swift
[517/545] Compiling TalkToCloud RecordDecoder.swift
[518/545] Compiling TalkToCloud RecordZoneChangesRequest.swift
/host/spi-builder-workspace/Sources/TalkToCloud/Request.swift:128:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
27 | }
28 |
29 | internal class Request<T: Decodable> {
| `- note: 'T' previously declared here
30 | private enum Method: String {
31 | case post = "POST"
:
126 | }
127 |
128 | private func decodeValue<T: Decodable>(from data: Data) -> Result<T, Error> {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
129 | do {
130 | let value = try decoder.decode(T.self, from: data)
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:20:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
17 | import Foundation
18 |
19 | internal class Shell {
| `- note: class 'Shell' does not conform to the 'Sendable' protocol
20 | internal static let shared = Shell(command: "")
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |
22 | private(set) public lazy var curl = Shell(command: "curl").resolve()
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:49:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
47 | fileprivate func launch(path launchPath: String, arguments: [String] = [], grep: String? = nil) -> Result {
48 | let task = Process()
49 | task.launchPath = launchPath
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
50 | task.arguments = arguments
51 |
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:55:14: warning: 'launch()' is deprecated: renamed to 'run'
53 | task.standardOutput = pipe
54 | task.standardError = pipe
55 | task.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
56 | let data = pipe.fileHandleForReading.readDataToEndOfFile()
57 | let output = String(data: data, encoding: .utf8)
[519/545] Compiling TalkToCloud RecordsCursor.swift
/host/spi-builder-workspace/Sources/TalkToCloud/Request.swift:128:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
27 | }
28 |
29 | internal class Request<T: Decodable> {
| `- note: 'T' previously declared here
30 | private enum Method: String {
31 | case post = "POST"
:
126 | }
127 |
128 | private func decodeValue<T: Decodable>(from data: Data) -> Result<T, Error> {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
129 | do {
130 | let value = try decoder.decode(T.self, from: data)
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:20:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
17 | import Foundation
18 |
19 | internal class Shell {
| `- note: class 'Shell' does not conform to the 'Sendable' protocol
20 | internal static let shared = Shell(command: "")
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |
22 | private(set) public lazy var curl = Shell(command: "curl").resolve()
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:49:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
47 | fileprivate func launch(path launchPath: String, arguments: [String] = [], grep: String? = nil) -> Result {
48 | let task = Process()
49 | task.launchPath = launchPath
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
50 | task.arguments = arguments
51 |
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:55:14: warning: 'launch()' is deprecated: renamed to 'run'
53 | task.standardOutput = pipe
54 | task.standardError = pipe
55 | task.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
56 | let data = pipe.fileHandleForReading.readDataToEndOfFile()
57 | let output = String(data: data, encoding: .utf8)
[520/545] Compiling TalkToCloud RemoteRecord.swift
/host/spi-builder-workspace/Sources/TalkToCloud/Request.swift:128:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
27 | }
28 |
29 | internal class Request<T: Decodable> {
| `- note: 'T' previously declared here
30 | private enum Method: String {
31 | case post = "POST"
:
126 | }
127 |
128 | private func decodeValue<T: Decodable>(from data: Data) -> Result<T, Error> {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
129 | do {
130 | let value = try decoder.decode(T.self, from: data)
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:20:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
17 | import Foundation
18 |
19 | internal class Shell {
| `- note: class 'Shell' does not conform to the 'Sendable' protocol
20 | internal static let shared = Shell(command: "")
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |
22 | private(set) public lazy var curl = Shell(command: "curl").resolve()
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:49:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
47 | fileprivate func launch(path launchPath: String, arguments: [String] = [], grep: String? = nil) -> Result {
48 | let task = Process()
49 | task.launchPath = launchPath
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
50 | task.arguments = arguments
51 |
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:55:14: warning: 'launch()' is deprecated: renamed to 'run'
53 | task.standardOutput = pipe
54 | task.standardError = pipe
55 | task.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
56 | let data = pipe.fileHandleForReading.readDataToEndOfFile()
57 | let output = String(data: data, encoding: .utf8)
[521/545] Compiling TalkToCloud RemoteReference.swift
/host/spi-builder-workspace/Sources/TalkToCloud/Request.swift:128:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
27 | }
28 |
29 | internal class Request<T: Decodable> {
| `- note: 'T' previously declared here
30 | private enum Method: String {
31 | case post = "POST"
:
126 | }
127 |
128 | private func decodeValue<T: Decodable>(from data: Data) -> Result<T, Error> {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
129 | do {
130 | let value = try decoder.decode(T.self, from: data)
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:20:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
17 | import Foundation
18 |
19 | internal class Shell {
| `- note: class 'Shell' does not conform to the 'Sendable' protocol
20 | internal static let shared = Shell(command: "")
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |
22 | private(set) public lazy var curl = Shell(command: "curl").resolve()
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:49:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
47 | fileprivate func launch(path launchPath: String, arguments: [String] = [], grep: String? = nil) -> Result {
48 | let task = Process()
49 | task.launchPath = launchPath
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
50 | task.arguments = arguments
51 |
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:55:14: warning: 'launch()' is deprecated: renamed to 'run'
53 | task.standardOutput = pipe
54 | task.standardError = pipe
55 | task.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
56 | let data = pipe.fileHandleForReading.readDataToEndOfFile()
57 | let output = String(data: data, encoding: .utf8)
[522/545] Compiling TalkToCloud Request.swift
/host/spi-builder-workspace/Sources/TalkToCloud/Request.swift:128:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
27 | }
28 |
29 | internal class Request<T: Decodable> {
| `- note: 'T' previously declared here
30 | private enum Method: String {
31 | case post = "POST"
:
126 | }
127 |
128 | private func decodeValue<T: Decodable>(from data: Data) -> Result<T, Error> {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
129 | do {
130 | let value = try decoder.decode(T.self, from: data)
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:20:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
17 | import Foundation
18 |
19 | internal class Shell {
| `- note: class 'Shell' does not conform to the 'Sendable' protocol
20 | internal static let shared = Shell(command: "")
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |
22 | private(set) public lazy var curl = Shell(command: "curl").resolve()
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:49:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
47 | fileprivate func launch(path launchPath: String, arguments: [String] = [], grep: String? = nil) -> Result {
48 | let task = Process()
49 | task.launchPath = launchPath
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
50 | task.arguments = arguments
51 |
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:55:14: warning: 'launch()' is deprecated: renamed to 'run'
53 | task.standardOutput = pipe
54 | task.standardError = pipe
55 | task.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
56 | let data = pipe.fileHandleForReading.readDataToEndOfFile()
57 | let output = String(data: data, encoding: .utf8)
[523/545] Compiling TalkToCloud Response.swift
/host/spi-builder-workspace/Sources/TalkToCloud/Request.swift:128:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
27 | }
28 |
29 | internal class Request<T: Decodable> {
| `- note: 'T' previously declared here
30 | private enum Method: String {
31 | case post = "POST"
:
126 | }
127 |
128 | private func decodeValue<T: Decodable>(from data: Data) -> Result<T, Error> {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
129 | do {
130 | let value = try decoder.decode(T.self, from: data)
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:20:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
17 | import Foundation
18 |
19 | internal class Shell {
| `- note: class 'Shell' does not conform to the 'Sendable' protocol
20 | internal static let shared = Shell(command: "")
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |
22 | private(set) public lazy var curl = Shell(command: "curl").resolve()
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:49:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
47 | fileprivate func launch(path launchPath: String, arguments: [String] = [], grep: String? = nil) -> Result {
48 | let task = Process()
49 | task.launchPath = launchPath
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
50 | task.arguments = arguments
51 |
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:55:14: warning: 'launch()' is deprecated: renamed to 'run'
53 | task.standardOutput = pipe
54 | task.standardError = pipe
55 | task.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
56 | let data = pipe.fileHandleForReading.readDataToEndOfFile()
57 | let output = String(data: data, encoding: .utf8)
[524/545] Compiling TalkToCloud Shell.swift
/host/spi-builder-workspace/Sources/TalkToCloud/Request.swift:128:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
27 | }
28 |
29 | internal class Request<T: Decodable> {
| `- note: 'T' previously declared here
30 | private enum Method: String {
31 | case post = "POST"
:
126 | }
127 |
128 | private func decodeValue<T: Decodable>(from data: Data) -> Result<T, Error> {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
129 | do {
130 | let value = try decoder.decode(T.self, from: data)
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:20:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
17 | import Foundation
18 |
19 | internal class Shell {
| `- note: class 'Shell' does not conform to the 'Sendable' protocol
20 | internal static let shared = Shell(command: "")
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |
22 | private(set) public lazy var curl = Shell(command: "curl").resolve()
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:49:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
47 | fileprivate func launch(path launchPath: String, arguments: [String] = [], grep: String? = nil) -> Result {
48 | let task = Process()
49 | task.launchPath = launchPath
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
50 | task.arguments = arguments
51 |
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:55:14: warning: 'launch()' is deprecated: renamed to 'run'
53 | task.standardOutput = pipe
54 | task.standardError = pipe
55 | task.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
56 | let data = pipe.fileHandleForReading.readDataToEndOfFile()
57 | let output = String(data: data, encoding: .utf8)
[525/545] Compiling TalkToCloud SignData.swift
/host/spi-builder-workspace/Sources/TalkToCloud/Request.swift:128:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
27 | }
28 |
29 | internal class Request<T: Decodable> {
| `- note: 'T' previously declared here
30 | private enum Method: String {
31 | case post = "POST"
:
126 | }
127 |
128 | private func decodeValue<T: Decodable>(from data: Data) -> Result<T, Error> {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
129 | do {
130 | let value = try decoder.decode(T.self, from: data)
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:20:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
17 | import Foundation
18 |
19 | internal class Shell {
| `- note: class 'Shell' does not conform to the 'Sendable' protocol
20 | internal static let shared = Shell(command: "")
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |
22 | private(set) public lazy var curl = Shell(command: "curl").resolve()
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:49:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
47 | fileprivate func launch(path launchPath: String, arguments: [String] = [], grep: String? = nil) -> Result {
48 | let task = Process()
49 | task.launchPath = launchPath
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
50 | task.arguments = arguments
51 |
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:55:14: warning: 'launch()' is deprecated: renamed to 'run'
53 | task.standardOutput = pipe
54 | task.standardError = pipe
55 | task.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
56 | let data = pipe.fileHandleForReading.readDataToEndOfFile()
57 | let output = String(data: data, encoding: .utf8)
[526/545] Compiling TalkToCloud String+Extensions.swift
/host/spi-builder-workspace/Sources/TalkToCloud/Request.swift:128:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
27 | }
28 |
29 | internal class Request<T: Decodable> {
| `- note: 'T' previously declared here
30 | private enum Method: String {
31 | case post = "POST"
:
126 | }
127 |
128 | private func decodeValue<T: Decodable>(from data: Data) -> Result<T, Error> {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
129 | do {
130 | let value = try decoder.decode(T.self, from: data)
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:20:25: warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
17 | import Foundation
18 |
19 | internal class Shell {
| `- note: class 'Shell' does not conform to the 'Sendable' protocol
20 | internal static let shared = Shell(command: "")
| |- warning: static property 'shared' is not concurrency-safe because non-'Sendable' type 'Shell' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'shared' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
21 |
22 | private(set) public lazy var curl = Shell(command: "curl").resolve()
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:49:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
47 | fileprivate func launch(path launchPath: String, arguments: [String] = [], grep: String? = nil) -> Result {
48 | let task = Process()
49 | task.launchPath = launchPath
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
50 | task.arguments = arguments
51 |
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:55:14: warning: 'launch()' is deprecated: renamed to 'run'
53 | task.standardOutput = pipe
54 | task.standardError = pipe
55 | task.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
56 | let data = pipe.fileHandleForReading.readDataToEndOfFile()
57 | let output = String(data: data, encoding: .utf8)
[527/545] Compiling TalkToCloud Cursor.swift
/host/spi-builder-workspace/Sources/TalkToCloud/Logging.swift:28:24: warning: static property 'sharedInstance' is not concurrency-safe because non-'Sendable' type 'Logging' may have shared mutable state; this is an error in the Swift 6 language mode
23 | }
24 |
25 | public class Logging {
| `- note: class 'Logging' does not conform to the 'Sendable' protocol
26 | private var logger: Logger?
27 |
28 | private static let sharedInstance = Logging()
| |- warning: static property 'sharedInstance' is not concurrency-safe because non-'Sendable' type 'Logging' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sharedInstance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | public static func set(logger: Logger) {
30 | sharedInstance.logger = logger
[528/545] Compiling TalkToCloud DatabaseChangesRequest.swift
/host/spi-builder-workspace/Sources/TalkToCloud/Logging.swift:28:24: warning: static property 'sharedInstance' is not concurrency-safe because non-'Sendable' type 'Logging' may have shared mutable state; this is an error in the Swift 6 language mode
23 | }
24 |
25 | public class Logging {
| `- note: class 'Logging' does not conform to the 'Sendable' protocol
26 | private var logger: Logger?
27 |
28 | private static let sharedInstance = Logging()
| |- warning: static property 'sharedInstance' is not concurrency-safe because non-'Sendable' type 'Logging' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sharedInstance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | public static func set(logger: Logger) {
30 | sharedInstance.logger = logger
[529/545] Compiling TalkToCloud DevelopmentConsumer.swift
/host/spi-builder-workspace/Sources/TalkToCloud/Logging.swift:28:24: warning: static property 'sharedInstance' is not concurrency-safe because non-'Sendable' type 'Logging' may have shared mutable state; this is an error in the Swift 6 language mode
23 | }
24 |
25 | public class Logging {
| `- note: class 'Logging' does not conform to the 'Sendable' protocol
26 | private var logger: Logger?
27 |
28 | private static let sharedInstance = Logging()
| |- warning: static property 'sharedInstance' is not concurrency-safe because non-'Sendable' type 'Logging' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sharedInstance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | public static func set(logger: Logger) {
30 | sharedInstance.logger = logger
[530/545] Compiling TalkToCloud FileManager+Cleanup.swift
/host/spi-builder-workspace/Sources/TalkToCloud/Logging.swift:28:24: warning: static property 'sharedInstance' is not concurrency-safe because non-'Sendable' type 'Logging' may have shared mutable state; this is an error in the Swift 6 language mode
23 | }
24 |
25 | public class Logging {
| `- note: class 'Logging' does not conform to the 'Sendable' protocol
26 | private var logger: Logger?
27 |
28 | private static let sharedInstance = Logging()
| |- warning: static property 'sharedInstance' is not concurrency-safe because non-'Sendable' type 'Logging' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sharedInstance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | public static func set(logger: Logger) {
30 | sharedInstance.logger = logger
[531/545] Compiling TalkToCloud ListZonesRequest.swift
/host/spi-builder-workspace/Sources/TalkToCloud/Logging.swift:28:24: warning: static property 'sharedInstance' is not concurrency-safe because non-'Sendable' type 'Logging' may have shared mutable state; this is an error in the Swift 6 language mode
23 | }
24 |
25 | public class Logging {
| `- note: class 'Logging' does not conform to the 'Sendable' protocol
26 | private var logger: Logger?
27 |
28 | private static let sharedInstance = Logging()
| |- warning: static property 'sharedInstance' is not concurrency-safe because non-'Sendable' type 'Logging' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sharedInstance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | public static func set(logger: Logger) {
30 | sharedInstance.logger = logger
[532/545] Compiling TalkToCloud Logging.swift
/host/spi-builder-workspace/Sources/TalkToCloud/Logging.swift:28:24: warning: static property 'sharedInstance' is not concurrency-safe because non-'Sendable' type 'Logging' may have shared mutable state; this is an error in the Swift 6 language mode
23 | }
24 |
25 | public class Logging {
| `- note: class 'Logging' does not conform to the 'Sendable' protocol
26 | private var logger: Logger?
27 |
28 | private static let sharedInstance = Logging()
| |- warning: static property 'sharedInstance' is not concurrency-safe because non-'Sendable' type 'Logging' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sharedInstance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | public static func set(logger: Logger) {
30 | sharedInstance.logger = logger
[533/545] Compiling TalkToCloud LookupRequest.swift
/host/spi-builder-workspace/Sources/TalkToCloud/Logging.swift:28:24: warning: static property 'sharedInstance' is not concurrency-safe because non-'Sendable' type 'Logging' may have shared mutable state; this is an error in the Swift 6 language mode
23 | }
24 |
25 | public class Logging {
| `- note: class 'Logging' does not conform to the 'Sendable' protocol
26 | private var logger: Logger?
27 |
28 | private static let sharedInstance = Logging()
| |- warning: static property 'sharedInstance' is not concurrency-safe because non-'Sendable' type 'Logging' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sharedInstance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | public static func set(logger: Logger) {
30 | sharedInstance.logger = logger
[534/545] Compiling TalkToCloud ModifyRequest.swift
/host/spi-builder-workspace/Sources/TalkToCloud/Logging.swift:28:24: warning: static property 'sharedInstance' is not concurrency-safe because non-'Sendable' type 'Logging' may have shared mutable state; this is an error in the Swift 6 language mode
23 | }
24 |
25 | public class Logging {
| `- note: class 'Logging' does not conform to the 'Sendable' protocol
26 | private var logger: Logger?
27 |
28 | private static let sharedInstance = Logging()
| |- warning: static property 'sharedInstance' is not concurrency-safe because non-'Sendable' type 'Logging' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sharedInstance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | public static func set(logger: Logger) {
30 | sharedInstance.logger = logger
[535/545] Compiling TalkToCloud NetworkFetch.swift
/host/spi-builder-workspace/Sources/TalkToCloud/Logging.swift:28:24: warning: static property 'sharedInstance' is not concurrency-safe because non-'Sendable' type 'Logging' may have shared mutable state; this is an error in the Swift 6 language mode
23 | }
24 |
25 | public class Logging {
| `- note: class 'Logging' does not conform to the 'Sendable' protocol
26 | private var logger: Logger?
27 |
28 | private static let sharedInstance = Logging()
| |- warning: static property 'sharedInstance' is not concurrency-safe because non-'Sendable' type 'Logging' may have shared mutable state; this is an error in the Swift 6 language mode
| |- note: add '@MainActor' to make static property 'sharedInstance' part of global actor 'MainActor'
| `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
29 | public static func set(logger: Logger) {
30 | sharedInstance.logger = logger
[536/545] Compiling TalkToCloud APIKeyConsumer.swift
[537/545] Compiling TalkToCloud AssetAttached.swift
[538/545] Compiling TalkToCloud AssetUpload.swift
[539/545] Compiling TalkToCloud Assets.swift
[540/545] Compiling TalkToCloud Authenticator.swift
[541/545] Compiling TalkToCloud CURLRequest.swift
[542/545] Compiling TalkToCloud CloudContainer+Copy.swift
[543/545] Compiling TalkToCloud CloudContainer+Zones.swift
[544/545] Compiling TalkToCloud CloudContainer.swift
[545/545] Compiling TalkToCloud CloudRecord.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/55] Compiling Crypto EdDSA_boring.swift
[3/55] Compiling Crypto ECDSA.swift
[4/55] Compiling Crypto EdDSA.swift
[5/55] Compiling Crypto Signature.swift
[6/55] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[7/55] Compiling Crypto CryptoKitErrors_boring.swift
[8/55] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[9/62] Emitting module Crypto
[10/62] Compiling Crypto SEC1PrivateKey.swift
[11/62] Compiling Crypto SubjectPublicKeyInfo.swift
[12/62] Compiling Crypto CryptoKitErrors.swift
[13/62] Compiling Crypto Digest_boring.swift
[14/62] Compiling Crypto Digest.swift
[15/62] Compiling Crypto Digests.swift
[16/62] Compiling Crypto HashFunctions.swift
[17/62] Compiling Crypto HashFunctions_SHA2.swift
[18/62] Compiling Crypto SymmetricKeys.swift
[19/62] Compiling Crypto HMAC.swift
[20/62] Compiling Crypto MACFunctions.swift
[21/62] Compiling Crypto MessageAuthenticationCode.swift
[22/62] Compiling Crypto AES.swift
[23/62] Compiling Crypto ECDSASignature_boring.swift
[24/62] Compiling Crypto ECDSA_boring.swift
[25/62] Compiling Crypto Insecure.swift
[26/62] Compiling Crypto Insecure_HashFunctions.swift
[27/62] Compiling Crypto ECDH_boring.swift
[28/62] Compiling Crypto DH.swift
[29/62] Compiling Crypto ECDH.swift
[30/62] Compiling Crypto HKDF.swift
[31/62] Compiling Crypto Ed25519_boring.swift
[32/62] Compiling Crypto EllipticCurvePoint_boring.swift
[33/62] Compiling Crypto EllipticCurve_boring.swift
[34/62] Compiling Crypto NISTCurvesKeys_boring.swift
[35/62] Compiling Crypto X25519Keys_boring.swift
[36/62] Compiling Crypto Curve25519.swift
[37/62] Compiling Crypto Ed25519.swift
[38/62] Compiling Crypto NISTCurvesKeys.swift
[39/62] Compiling Crypto X25519Keys.swift
[40/62] Compiling Crypto ASN1Identifier.swift
[41/62] Compiling Crypto ASN1Integer.swift
[42/62] Compiling Crypto ASN1OctetString.swift
[43/62] Compiling Crypto ArraySliceBigint.swift
[44/62] Compiling Crypto ObjectIdentifier.swift
[45/62] Compiling Crypto ECDSASignature.swift
[46/62] Compiling Crypto PEMDocument.swift
[47/62] Compiling Crypto PKCS8PrivateKey.swift
[48/62] Compiling Crypto AES-GCM.swift
[49/62] Compiling Crypto AES-GCM_boring.swift
[50/62] Compiling Crypto ChaChaPoly_boring.swift
[51/62] Compiling Crypto ChaChaPoly.swift
[52/62] Compiling Crypto Cipher.swift
[53/62] Compiling Crypto Nonces.swift
[54/62] Compiling Crypto ASN1.swift
[55/62] Compiling Crypto ASN1BitString.swift
[56/62] Compiling Crypto RNG_boring.swift
[57/62] Compiling Crypto SafeCompare_boring.swift
[58/62] Compiling Crypto Zeroization_boring.swift
[59/62] Compiling Crypto PrettyBytes.swift
[60/62] Compiling Crypto SafeCompare.swift
[61/62] Compiling Crypto SecureBytes.swift
[62/62] Compiling Crypto Zeroization.swift
[64/129] Compiling TalkToCloud CloudReference.swift
/host/spi-builder-workspace/Sources/TalkToCloud/ContainerRecordsCopy.swift:292:32: error: cannot find 'URLRequest' in scope
290 | let downloadPath = field.assetDownload!.downloadURL!.replacingOccurrences(of: "${f}", with: "image.jpg")
291 | var data: Data?
292 | target.fetch.fetch(URLRequest(url: URL(string: downloadPath)!)) {
| `- error: cannot find 'URLRequest' in scope
293 | loaded, _, _ in
294 |
[65/129] Compiling TalkToCloud CloudRequest.swift
/host/spi-builder-workspace/Sources/TalkToCloud/ContainerRecordsCopy.swift:292:32: error: cannot find 'URLRequest' in scope
290 | let downloadPath = field.assetDownload!.downloadURL!.replacingOccurrences(of: "${f}", with: "image.jpg")
291 | var data: Data?
292 | target.fetch.fetch(URLRequest(url: URL(string: downloadPath)!)) {
| `- error: cannot find 'URLRequest' in scope
293 | loaded, _, _ in
294 |
[66/129] Compiling TalkToCloud CloudZone.swift
/host/spi-builder-workspace/Sources/TalkToCloud/ContainerRecordsCopy.swift:292:32: error: cannot find 'URLRequest' in scope
290 | let downloadPath = field.assetDownload!.downloadURL!.replacingOccurrences(of: "${f}", with: "image.jpg")
291 | var data: Data?
292 | target.fetch.fetch(URLRequest(url: URL(string: downloadPath)!)) {
| `- error: cannot find 'URLRequest' in scope
293 | loaded, _, _ in
294 |
[67/129] Compiling TalkToCloud Command.swift
/host/spi-builder-workspace/Sources/TalkToCloud/ContainerRecordsCopy.swift:292:32: error: cannot find 'URLRequest' in scope
290 | let downloadPath = field.assetDownload!.downloadURL!.replacingOccurrences(of: "${f}", with: "image.jpg")
291 | var data: Data?
292 | target.fetch.fetch(URLRequest(url: URL(string: downloadPath)!)) {
| `- error: cannot find 'URLRequest' in scope
293 | loaded, _, _ in
294 |
[68/129] Compiling TalkToCloud CommandLineFetch.swift
/host/spi-builder-workspace/Sources/TalkToCloud/ContainerRecordsCopy.swift:292:32: error: cannot find 'URLRequest' in scope
290 | let downloadPath = field.assetDownload!.downloadURL!.replacingOccurrences(of: "${f}", with: "image.jpg")
291 | var data: Data?
292 | target.fetch.fetch(URLRequest(url: URL(string: downloadPath)!)) {
| `- error: cannot find 'URLRequest' in scope
293 | loaded, _, _ in
294 |
[69/129] Compiling TalkToCloud Commander.swift
/host/spi-builder-workspace/Sources/TalkToCloud/ContainerRecordsCopy.swift:292:32: error: cannot find 'URLRequest' in scope
290 | let downloadPath = field.assetDownload!.downloadURL!.replacingOccurrences(of: "${f}", with: "image.jpg")
291 | var data: Data?
292 | target.fetch.fetch(URLRequest(url: URL(string: downloadPath)!)) {
| `- error: cannot find 'URLRequest' in scope
293 | loaded, _, _ in
294 |
[70/129] Compiling TalkToCloud Configuration.swift
/host/spi-builder-workspace/Sources/TalkToCloud/ContainerRecordsCopy.swift:292:32: error: cannot find 'URLRequest' in scope
290 | let downloadPath = field.assetDownload!.downloadURL!.replacingOccurrences(of: "${f}", with: "image.jpg")
291 | var data: Data?
292 | target.fetch.fetch(URLRequest(url: URL(string: downloadPath)!)) {
| `- error: cannot find 'URLRequest' in scope
293 | loaded, _, _ in
294 |
[71/129] Compiling TalkToCloud ContainerConsumer.swift
/host/spi-builder-workspace/Sources/TalkToCloud/ContainerRecordsCopy.swift:292:32: error: cannot find 'URLRequest' in scope
290 | let downloadPath = field.assetDownload!.downloadURL!.replacingOccurrences(of: "${f}", with: "image.jpg")
291 | var data: Data?
292 | target.fetch.fetch(URLRequest(url: URL(string: downloadPath)!)) {
| `- error: cannot find 'URLRequest' in scope
293 | loaded, _, _ in
294 |
[72/129] Compiling TalkToCloud ContainerRecordsCopy.swift
/host/spi-builder-workspace/Sources/TalkToCloud/ContainerRecordsCopy.swift:292:32: error: cannot find 'URLRequest' in scope
290 | let downloadPath = field.assetDownload!.downloadURL!.replacingOccurrences(of: "${f}", with: "image.jpg")
291 | var data: Data?
292 | target.fetch.fetch(URLRequest(url: URL(string: downloadPath)!)) {
| `- error: cannot find 'URLRequest' in scope
293 | loaded, _, _ in
294 |
[73/129] Compiling TalkToCloud CreateZoneRequest.swift
/host/spi-builder-workspace/Sources/TalkToCloud/ContainerRecordsCopy.swift:292:32: error: cannot find 'URLRequest' in scope
290 | let downloadPath = field.assetDownload!.downloadURL!.replacingOccurrences(of: "${f}", with: "image.jpg")
291 | var data: Data?
292 | target.fetch.fetch(URLRequest(url: URL(string: downloadPath)!)) {
| `- error: cannot find 'URLRequest' in scope
293 | loaded, _, _ in
294 |
[74/138] Compiling TalkToCloud SynchronousSystemFetch.swift
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:31:13: warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
29 |
30 | let task = dataTask(with: request) {
31 | data = $0
| `- warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
32 | response = $1
33 | error = $2
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:32:13: warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
30 | let task = dataTask(with: request) {
31 | data = $0
32 | response = $1
| `- warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
33 | error = $2
34 | sem.signal()
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:33:13: warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
31 | data = $0
32 | response = $1
33 | error = $2
| `- warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
34 | sem.signal()
35 | }
[75/138] Compiling TalkToCloud SystemSign.swift
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:31:13: warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
29 |
30 | let task = dataTask(with: request) {
31 | data = $0
| `- warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
32 | response = $1
33 | error = $2
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:32:13: warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
30 | let task = dataTask(with: request) {
31 | data = $0
32 | response = $1
| `- warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
33 | error = $2
34 | sem.signal()
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:33:13: warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
31 | data = $0
32 | response = $1
33 | error = $2
| `- warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
34 | sem.signal()
35 | }
[76/138] Compiling TalkToCloud Timestamped.swift
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:31:13: warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
29 |
30 | let task = dataTask(with: request) {
31 | data = $0
| `- warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
32 | response = $1
33 | error = $2
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:32:13: warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
30 | let task = dataTask(with: request) {
31 | data = $0
32 | response = $1
| `- warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
33 | error = $2
34 | sem.signal()
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:33:13: warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
31 | data = $0
32 | response = $1
33 | error = $2
| `- warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
34 | sem.signal()
35 | }
[77/138] Compiling TalkToCloud TokenAuthenticator.swift
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:31:13: warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
29 |
30 | let task = dataTask(with: request) {
31 | data = $0
| `- warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
32 | response = $1
33 | error = $2
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:32:13: warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
30 | let task = dataTask(with: request) {
31 | data = $0
32 | response = $1
| `- warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
33 | error = $2
34 | sem.signal()
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:33:13: warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
31 | data = $0
32 | response = $1
33 | error = $2
| `- warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
34 | sem.signal()
35 | }
[78/138] Compiling TalkToCloud URL+Extensions.swift
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:31:13: warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
29 |
30 | let task = dataTask(with: request) {
31 | data = $0
| `- warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
32 | response = $1
33 | error = $2
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:32:13: warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
30 | let task = dataTask(with: request) {
31 | data = $0
32 | response = $1
| `- warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
33 | error = $2
34 | sem.signal()
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:33:13: warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
31 | data = $0
32 | response = $1
33 | error = $2
| `- warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
34 | sem.signal()
35 | }
[79/138] Compiling TalkToCloud User.swift
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:31:13: warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
29 |
30 | let task = dataTask(with: request) {
31 | data = $0
| `- warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
32 | response = $1
33 | error = $2
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:32:13: warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
30 | let task = dataTask(with: request) {
31 | data = $0
32 | response = $1
| `- warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
33 | error = $2
34 | sem.signal()
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:33:13: warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
31 | data = $0
32 | response = $1
33 | error = $2
| `- warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
34 | sem.signal()
35 | }
[80/138] Compiling TalkToCloud UserRequest.swift
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:31:13: warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
29 |
30 | let task = dataTask(with: request) {
31 | data = $0
| `- warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
32 | response = $1
33 | error = $2
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:32:13: warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
30 | let task = dataTask(with: request) {
31 | data = $0
32 | response = $1
| `- warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
33 | error = $2
34 | sem.signal()
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:33:13: warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
31 | data = $0
32 | response = $1
33 | error = $2
| `- warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
34 | sem.signal()
35 | }
[81/138] Compiling TalkToCloud WebTokenStore.swift
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:31:13: warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
29 |
30 | let task = dataTask(with: request) {
31 | data = $0
| `- warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
32 | response = $1
33 | error = $2
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:32:13: warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
30 | let task = dataTask(with: request) {
31 | data = $0
32 | response = $1
| `- warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
33 | error = $2
34 | sem.signal()
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:33:13: warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
31 | data = $0
32 | response = $1
33 | error = $2
| `- warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
34 | sem.signal()
35 | }
[82/138] Compiling TalkToCloud ZoneTokenStore.swift
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:31:13: warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
29 |
30 | let task = dataTask(with: request) {
31 | data = $0
| `- warning: mutation of captured var 'data' in concurrently-executing code; this is an error in the Swift 6 language mode
32 | response = $1
33 | error = $2
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:32:13: warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
30 | let task = dataTask(with: request) {
31 | data = $0
32 | response = $1
| `- warning: mutation of captured var 'response' in concurrently-executing code; this is an error in the Swift 6 language mode
33 | error = $2
34 | sem.signal()
/host/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:33:13: warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
31 | data = $0
32 | response = $1
33 | error = $2
| `- warning: mutation of captured var 'error' in concurrently-executing code; this is an error in the Swift 6 language mode
34 | sem.signal()
35 | }
[83/138] Compiling TalkToCloud NetworkRequest.swift
[84/138] Compiling TalkToCloud OpenSSLSign.swift
[85/138] Compiling TalkToCloud PrivateKeyAuthenticator.swift
[86/138] Compiling TalkToCloud ProductionConsumer.swift
[87/138] Compiling TalkToCloud QueryRequest.swift
[88/138] Compiling TalkToCloud Raw.Body.swift
[89/138] Compiling TalkToCloud Raw.Error.swift
[90/138] Compiling TalkToCloud Raw.Field.swift
[91/138] Compiling TalkToCloud Raw.LookupName.swift
[92/138] Compiling TalkToCloud RecordZoneChangesRequest.swift
/host/spi-builder-workspace/Sources/TalkToCloud/Request.swift:128:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
27 | }
28 |
29 | internal class Request<T: Decodable> {
| `- note: 'T' previously declared here
30 | private enum Method: String {
31 | case post = "POST"
:
126 | }
127 |
128 | private func decodeValue<T: Decodable>(from data: Data) -> Result<T, Error> {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
129 | do {
130 | let value = try decoder.decode(T.self, from: data)
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:49:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
47 | fileprivate func launch(path launchPath: String, arguments: [String] = [], grep: String? = nil) -> Result {
48 | let task = Process()
49 | task.launchPath = launchPath
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
50 | task.arguments = arguments
51 |
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:55:14: warning: 'launch()' is deprecated: renamed to 'run'
53 | task.standardOutput = pipe
54 | task.standardError = pipe
55 | task.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
56 | let data = pipe.fileHandleForReading.readDataToEndOfFile()
57 | let output = String(data: data, encoding: .utf8)
[93/138] Compiling TalkToCloud RecordsCursor.swift
/host/spi-builder-workspace/Sources/TalkToCloud/Request.swift:128:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
27 | }
28 |
29 | internal class Request<T: Decodable> {
| `- note: 'T' previously declared here
30 | private enum Method: String {
31 | case post = "POST"
:
126 | }
127 |
128 | private func decodeValue<T: Decodable>(from data: Data) -> Result<T, Error> {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
129 | do {
130 | let value = try decoder.decode(T.self, from: data)
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:49:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
47 | fileprivate func launch(path launchPath: String, arguments: [String] = [], grep: String? = nil) -> Result {
48 | let task = Process()
49 | task.launchPath = launchPath
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
50 | task.arguments = arguments
51 |
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:55:14: warning: 'launch()' is deprecated: renamed to 'run'
53 | task.standardOutput = pipe
54 | task.standardError = pipe
55 | task.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
56 | let data = pipe.fileHandleForReading.readDataToEndOfFile()
57 | let output = String(data: data, encoding: .utf8)
[94/138] Compiling TalkToCloud RemoteRecord.swift
/host/spi-builder-workspace/Sources/TalkToCloud/Request.swift:128:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
27 | }
28 |
29 | internal class Request<T: Decodable> {
| `- note: 'T' previously declared here
30 | private enum Method: String {
31 | case post = "POST"
:
126 | }
127 |
128 | private func decodeValue<T: Decodable>(from data: Data) -> Result<T, Error> {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
129 | do {
130 | let value = try decoder.decode(T.self, from: data)
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:49:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
47 | fileprivate func launch(path launchPath: String, arguments: [String] = [], grep: String? = nil) -> Result {
48 | let task = Process()
49 | task.launchPath = launchPath
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
50 | task.arguments = arguments
51 |
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:55:14: warning: 'launch()' is deprecated: renamed to 'run'
53 | task.standardOutput = pipe
54 | task.standardError = pipe
55 | task.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
56 | let data = pipe.fileHandleForReading.readDataToEndOfFile()
57 | let output = String(data: data, encoding: .utf8)
[95/138] Compiling TalkToCloud RemoteReference.swift
/host/spi-builder-workspace/Sources/TalkToCloud/Request.swift:128:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
27 | }
28 |
29 | internal class Request<T: Decodable> {
| `- note: 'T' previously declared here
30 | private enum Method: String {
31 | case post = "POST"
:
126 | }
127 |
128 | private func decodeValue<T: Decodable>(from data: Data) -> Result<T, Error> {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
129 | do {
130 | let value = try decoder.decode(T.self, from: data)
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:49:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
47 | fileprivate func launch(path launchPath: String, arguments: [String] = [], grep: String? = nil) -> Result {
48 | let task = Process()
49 | task.launchPath = launchPath
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
50 | task.arguments = arguments
51 |
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:55:14: warning: 'launch()' is deprecated: renamed to 'run'
53 | task.standardOutput = pipe
54 | task.standardError = pipe
55 | task.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
56 | let data = pipe.fileHandleForReading.readDataToEndOfFile()
57 | let output = String(data: data, encoding: .utf8)
[96/138] Compiling TalkToCloud Request.swift
/host/spi-builder-workspace/Sources/TalkToCloud/Request.swift:128:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
27 | }
28 |
29 | internal class Request<T: Decodable> {
| `- note: 'T' previously declared here
30 | private enum Method: String {
31 | case post = "POST"
:
126 | }
127 |
128 | private func decodeValue<T: Decodable>(from data: Data) -> Result<T, Error> {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
129 | do {
130 | let value = try decoder.decode(T.self, from: data)
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:49:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
47 | fileprivate func launch(path launchPath: String, arguments: [String] = [], grep: String? = nil) -> Result {
48 | let task = Process()
49 | task.launchPath = launchPath
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
50 | task.arguments = arguments
51 |
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:55:14: warning: 'launch()' is deprecated: renamed to 'run'
53 | task.standardOutput = pipe
54 | task.standardError = pipe
55 | task.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
56 | let data = pipe.fileHandleForReading.readDataToEndOfFile()
57 | let output = String(data: data, encoding: .utf8)
[97/138] Compiling TalkToCloud Response.swift
/host/spi-builder-workspace/Sources/TalkToCloud/Request.swift:128:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
27 | }
28 |
29 | internal class Request<T: Decodable> {
| `- note: 'T' previously declared here
30 | private enum Method: String {
31 | case post = "POST"
:
126 | }
127 |
128 | private func decodeValue<T: Decodable>(from data: Data) -> Result<T, Error> {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
129 | do {
130 | let value = try decoder.decode(T.self, from: data)
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:49:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
47 | fileprivate func launch(path launchPath: String, arguments: [String] = [], grep: String? = nil) -> Result {
48 | let task = Process()
49 | task.launchPath = launchPath
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
50 | task.arguments = arguments
51 |
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:55:14: warning: 'launch()' is deprecated: renamed to 'run'
53 | task.standardOutput = pipe
54 | task.standardError = pipe
55 | task.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
56 | let data = pipe.fileHandleForReading.readDataToEndOfFile()
57 | let output = String(data: data, encoding: .utf8)
[98/138] Compiling TalkToCloud Shell.swift
/host/spi-builder-workspace/Sources/TalkToCloud/Request.swift:128:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
27 | }
28 |
29 | internal class Request<T: Decodable> {
| `- note: 'T' previously declared here
30 | private enum Method: String {
31 | case post = "POST"
:
126 | }
127 |
128 | private func decodeValue<T: Decodable>(from data: Data) -> Result<T, Error> {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
129 | do {
130 | let value = try decoder.decode(T.self, from: data)
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:49:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
47 | fileprivate func launch(path launchPath: String, arguments: [String] = [], grep: String? = nil) -> Result {
48 | let task = Process()
49 | task.launchPath = launchPath
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
50 | task.arguments = arguments
51 |
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:55:14: warning: 'launch()' is deprecated: renamed to 'run'
53 | task.standardOutput = pipe
54 | task.standardError = pipe
55 | task.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
56 | let data = pipe.fileHandleForReading.readDataToEndOfFile()
57 | let output = String(data: data, encoding: .utf8)
[99/138] Compiling TalkToCloud SignData.swift
/host/spi-builder-workspace/Sources/TalkToCloud/Request.swift:128:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
27 | }
28 |
29 | internal class Request<T: Decodable> {
| `- note: 'T' previously declared here
30 | private enum Method: String {
31 | case post = "POST"
:
126 | }
127 |
128 | private func decodeValue<T: Decodable>(from data: Data) -> Result<T, Error> {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
129 | do {
130 | let value = try decoder.decode(T.self, from: data)
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:49:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
47 | fileprivate func launch(path launchPath: String, arguments: [String] = [], grep: String? = nil) -> Result {
48 | let task = Process()
49 | task.launchPath = launchPath
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
50 | task.arguments = arguments
51 |
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:55:14: warning: 'launch()' is deprecated: renamed to 'run'
53 | task.standardOutput = pipe
54 | task.standardError = pipe
55 | task.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
56 | let data = pipe.fileHandleForReading.readDataToEndOfFile()
57 | let output = String(data: data, encoding: .utf8)
[100/138] Compiling TalkToCloud String+Extensions.swift
/host/spi-builder-workspace/Sources/TalkToCloud/Request.swift:128:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
27 | }
28 |
29 | internal class Request<T: Decodable> {
| `- note: 'T' previously declared here
30 | private enum Method: String {
31 | case post = "POST"
:
126 | }
127 |
128 | private func decodeValue<T: Decodable>(from data: Data) -> Result<T, Error> {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
129 | do {
130 | let value = try decoder.decode(T.self, from: data)
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:49:14: warning: 'launchPath' is deprecated: renamed to 'executableURL'
47 | fileprivate func launch(path launchPath: String, arguments: [String] = [], grep: String? = nil) -> Result {
48 | let task = Process()
49 | task.launchPath = launchPath
| |- warning: 'launchPath' is deprecated: renamed to 'executableURL'
| `- note: use 'executableURL' instead
50 | task.arguments = arguments
51 |
/host/spi-builder-workspace/Sources/TalkToCloud/Shell.swift:55:14: warning: 'launch()' is deprecated: renamed to 'run'
53 | task.standardOutput = pipe
54 | task.standardError = pipe
55 | task.launch()
| |- warning: 'launch()' is deprecated: renamed to 'run'
| `- note: use 'run' instead
56 | let data = pipe.fileHandleForReading.readDataToEndOfFile()
57 | let output = String(data: data, encoding: .utf8)
[101/138] Compiling TalkToCloud Raw.LookupRequest.swift
[102/138] Compiling TalkToCloud Raw.Operation.swift
[103/138] Compiling TalkToCloud Raw.Record.swift
[104/138] Compiling TalkToCloud Raw.RecordError.swift
[105/138] Compiling TalkToCloud Raw.RecordID.swift
[106/138] Compiling TalkToCloud Raw.RecordOrError.swift
[107/138] Compiling TalkToCloud Raw.Request.swift
[108/138] Compiling TalkToCloud Raw.Response.swift
[109/138] Compiling TalkToCloud Raw.SavedRecord.swift
[110/138] Compiling TalkToCloud Cursor.swift
[111/138] Compiling TalkToCloud DatabaseChangesRequest.swift
[112/138] Compiling TalkToCloud DevelopmentConsumer.swift
[113/138] Compiling TalkToCloud FileManager+Cleanup.swift
[114/138] Compiling TalkToCloud ListZonesRequest.swift
[115/138] Compiling TalkToCloud Logging.swift
[116/138] Compiling TalkToCloud LookupRequest.swift
[117/138] Compiling TalkToCloud ModifyRequest.swift
[118/138] Compiling TalkToCloud NetworkFetch.swift
[119/138] Compiling TalkToCloud Raw.Timestamp.swift
[120/138] Compiling TalkToCloud Raw.Zone.swift
[121/138] Compiling TalkToCloud Raw.ZoneChanges.swift
[122/138] Compiling TalkToCloud Raw.ZoneChangesList.swift
[123/138] Compiling TalkToCloud Raw.ZoneID.swift
[124/138] Compiling TalkToCloud Raw.ZonesList.swift
[125/138] Compiling TalkToCloud Raw.swift
[126/138] Compiling TalkToCloud RawFieldsCopy.swift
[127/138] Compiling TalkToCloud RecordDecoder.swift
[128/138] Emitting module TalkToCloud
/host/spi-builder-workspace/Sources/TalkToCloud/Request.swift:128:30: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
27 | }
28 |
29 | internal class Request<T: Decodable> {
| `- note: 'T' previously declared here
30 | private enum Method: String {
31 | case post = "POST"
:
126 | }
127 |
128 | private func decodeValue<T: Decodable>(from data: Data) -> Result<T, Error> {
| `- warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
129 | do {
130 | let value = try decoder.decode(T.self, from: data)
[129/138] Compiling TalkToCloud APIKeyConsumer.swift
[130/138] Compiling TalkToCloud AssetAttached.swift
[131/138] Compiling TalkToCloud AssetUpload.swift
[132/138] Compiling TalkToCloud Assets.swift
[133/138] Compiling TalkToCloud Authenticator.swift
[134/138] Compiling TalkToCloud CURLRequest.swift
[135/138] Compiling TalkToCloud CloudContainer+Copy.swift
[136/138] Compiling TalkToCloud CloudContainer+Zones.swift
[137/138] Compiling TalkToCloud CloudContainer.swift
[138/138] Compiling TalkToCloud CloudRecord.swift
BUILD FAILURE 6.1 linux