The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of TalkToCloud, reference main (0cb97d), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 02:32:15 UTC.

Swift 6 data race errors: 4

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -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

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 /Users/admin/builder/spi-builder-workspace/.git/
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
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (0.63s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.2 (1.25s)
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.2
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "talktocloud",
      "name": "TalkToCloud",
      "url": "https://github.com/coodly/talktocloud.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/talktocloud",
      "dependencies": [
        {
          "identity": "swift-crypto",
          "name": "swift-crypto",
          "url": "https://github.com/apple/swift-crypto.git",
          "version": "1.1.7",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-crypto",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/coodly/talktocloud.git
[1/1043] Fetching talktocloud
Fetched https://github.com/coodly/talktocloud.git from cache (0.84s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (0.56s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (1.11s)
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
Creating working copy for https://github.com/coodly/talktocloud.git
Working copy of https://github.com/coodly/talktocloud.git resolved at main (0cb97de)
warning: '.resolve-product-dependencies': dependency 'talktocloud' is not used by any target
Found 1 product dependencies
  - swift-crypto
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/coodly/talktocloud.git
https://github.com/coodly/talktocloud.git
{
  "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" : "/Users/admin/builder/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 ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -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
Building for debugging...
[0/393] Write sources
[2/393] Write swift-version-2F0A5646E1D333AE.txt
[3/393] Compiling refcount_lock.c
[4/393] Compiling a_i2d_fp.c
[4/393] Compiling a_gentm.c
[6/393] Compiling a_mbstr.c
[7/393] Compiling rsa_asn1.c
[8/393] Compiling v3_skey.c
[9/393] Compiling a_int.c
[10/393] Compiling a_enum.c
[11/393] Compiling v3_utl.c
[12/393] Compiling CCryptoBoringSSLShims shims.c
[13/393] Compiling v3_prn.c
[14/393] Compiling v3_purp.c
[15/393] Compiling v3_pmaps.c
[16/393] Compiling v3_pcia.c
[17/393] Compiling v3_pcons.c
[17/393] Compiling v3_ocsp.c
[19/393] Compiling v3_int.c
[20/393] Compiling v3_lib.c
[21/393] Compiling v3_pci.c
[22/393] Compiling v3_ncons.c
[23/393] Compiling v3_info.c
[24/393] Compiling v3_ia5.c
[25/393] Compiling v3_genn.c
[26/393] Compiling v3_extku.c
[27/393] Compiling v3_crld.c
[28/393] Compiling v3_enum.c
[29/393] Compiling v3_cpols.c
[30/393] Compiling v3_bitst.c
[31/393] Compiling v3_conf.c
[32/393] Compiling v3_bcons.c
[33/393] Compiling v3_akeya.c
[34/393] Compiling v3_alt.c
[35/393] Compiling v3_akey.c
[36/393] Compiling pcy_tree.c
[37/393] Compiling pcy_node.c
[38/393] Compiling pcy_map.c
[39/393] Compiling pcy_data.c
[40/393] Compiling pcy_lib.c
[41/393] Compiling pcy_cache.c
[42/393] Compiling x_x509a.c
[43/393] Compiling x_x509.c
[44/393] Compiling x_val.c
[45/393] Compiling x_spki.c
[46/393] Compiling x_req.c
[47/393] Compiling x_sig.c
[48/393] Compiling x_pubkey.c
[49/393] Compiling x_pkey.c
[50/393] Compiling x_info.c
[51/393] Compiling x_name.c
[52/393] Compiling x_exten.c
[53/393] Compiling x_algor.c
[54/393] Compiling x_attrib.c
[55/393] Compiling x509spki.c
[56/393] Compiling x_all.c
[57/393] Compiling x509rset.c
[58/393] Compiling x_crl.c
[59/393] Compiling x509name.c
[60/393] Compiling x509cset.c
[61/393] Compiling x509_vpm.c
[62/393] Compiling x509_txt.c
[63/393] Compiling x509_set.c
[64/393] Compiling x509_vfy.c
[65/393] Compiling x509_r2x.c
[66/393] Compiling x509_v3.c
[67/393] Compiling x509_req.c
[68/393] Compiling x509_trs.c
[69/393] Compiling x509_obj.c
[70/393] Compiling x509_lu.c
[71/393] Compiling x509_ext.c
[72/393] Compiling x509_def.c
[73/393] Compiling x509_d2.c
[74/393] Compiling x509.c
[75/393] Compiling x509_att.c
[76/393] Compiling t_x509a.c
[77/393] Compiling x509_cmp.c
[78/393] Compiling i2d_pr.c
[79/393] Compiling t_req.c
[80/393] Compiling t_x509.c
[81/393] Compiling rsa_pss.c
[82/393] Compiling t_crl.c
[83/393] Compiling by_file.c
[84/393] Compiling algorithm.c
[85/393] Compiling asn1_gen.c
[86/393] Compiling a_verify.c
[87/393] Compiling thread_win.c
[88/393] Compiling thread_none.c
[89/393] Compiling a_sign.c
[90/393] Compiling a_digest.c
[91/393] Compiling thread_pthread.c
[92/393] Compiling thread.c
[93/393] Compiling trust_token.c
[94/393] Compiling a_strex.c
[95/393] Compiling pmbtoken.c
[96/393] Compiling stack.c
[97/393] Compiling siphash.c
[98/393] Compiling refcount_c11.c
[99/393] Compiling rsa_print.c
[100/393] Compiling windows.c
[101/393] Compiling rc4.c
[102/393] Compiling fuchsia.c
[103/393] Compiling rand_extra.c
[104/393] Compiling deterministic.c
[105/393] Compiling forkunsafe.c
[106/393] Compiling poly1305_arm_asm.S
[107/393] Compiling poly1305_vec.c
[108/393] Compiling pool.c
[109/393] Compiling poly1305_arm.c
[110/393] Compiling poly1305.c
[111/393] Compiling pkcs8_x509.c
[112/393] Compiling pkcs8.c
[113/393] Compiling pkcs7.c
[114/393] Compiling p5_pbev2.c
[115/393] Compiling pkcs7_x509.c
[116/393] Compiling pem_xaux.c
[117/393] Compiling pem_x509.c
[118/393] Compiling pem_pkey.c
[119/393] Compiling pem_pk8.c
[120/393] Compiling pem_oth.c
[121/393] Compiling pem_lib.c
[122/393] Compiling pem_info.c
[123/393] Compiling obj_xref.c
[124/393] Compiling mem.c
[125/393] Compiling lhash.c
[126/393] Compiling poly_rq_mul.S
[127/393] Compiling pem_all.c
[128/393] Compiling obj.c
[129/393] Compiling x86_64-mont5.mac.x86_64.S
[130/393] Compiling hkdf.c
[131/393] Compiling x86_64-mont5.linux.x86_64.S
[132/393] Compiling hpke.c
[133/393] Compiling x86_64-mont.mac.x86_64.S
[134/393] Compiling x86_64-mont.linux.x86_64.S
[135/393] Compiling x86-mont.linux.x86.S
[136/393] Compiling vpaes-x86_64.mac.x86_64.S
[137/393] Compiling vpaes-x86_64.linux.x86_64.S
[138/393] Compiling vpaes-x86.linux.x86.S
[139/393] Compiling vpaes-armv8.linux.aarch64.S
[140/393] Compiling hrss.c
[141/393] Compiling vpaes-armv7.linux.arm.S
[142/393] Compiling vpaes-armv8.ios.aarch64.S
[143/393] Compiling vpaes-armv7.ios.arm.S
[144/393] Compiling sha512-x86_64.mac.x86_64.S
[145/393] Compiling sha512-x86_64.linux.x86_64.S
[146/393] Compiling sha512-armv8.linux.aarch64.S
[147/393] Compiling kdf.c
[148/393] Compiling sha512-armv4.linux.arm.S
[149/393] Compiling sha512-armv4.ios.arm.S
[150/393] Compiling sha512-586.linux.x86.S
[151/393] Compiling sha512-armv8.ios.aarch64.S
[152/393] Compiling sha256-x86_64.mac.x86_64.S
[153/393] Compiling sha256-x86_64.linux.x86_64.S
[154/393] Compiling sha256-armv8.linux.aarch64.S
[155/393] Compiling sha256-armv4.linux.arm.S
[156/393] Compiling sha256-armv8.ios.aarch64.S
[157/393] Compiling sha256-armv4.ios.arm.S
[158/393] Compiling sha256-586.linux.x86.S
[159/393] Compiling sha1-x86_64.mac.x86_64.S
[160/393] Compiling sha1-x86_64.linux.x86_64.S
[161/393] Compiling sha1-armv8.linux.aarch64.S
[162/393] Compiling by_dir.c
[163/393] Compiling sha1-armv4-large.linux.arm.S
[164/393] Compiling sha1-armv8.ios.aarch64.S
[165/393] Compiling sha1-armv4-large.ios.arm.S
[166/393] Compiling sha1-586.linux.x86.S
[167/393] Compiling sha512.c
[168/393] Compiling sha256.c
[169/393] Compiling sha1-altivec.c
[170/393] Compiling rsaz-avx2.mac.x86_64.S
[171/393] Compiling rsaz-avx2.linux.x86_64.S
[172/393] Compiling sha1.c
[173/393] Compiling self_check.c
[174/393] Compiling padding.c
[175/393] Compiling rsa_impl.c
[176/393] Compiling rdrand-x86_64.mac.x86_64.S
[177/393] Compiling rdrand-x86_64.linux.x86_64.S
[178/393] Compiling rsa.c
[179/393] Compiling blinding.c
[180/393] Compiling fork_detect.c
[181/393] Compiling rand.c
[182/393] Compiling urandom.c
[183/393] Compiling ctrdrbg.c
[184/393] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[185/393] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[186/393] Compiling p256-x86_64-asm.linux.x86_64.S
[187/393] Compiling p256-x86_64-asm.mac.x86_64.S
[188/393] Compiling polyval.c
[189/393] Compiling ofb.c
[190/393] Compiling gcm_nohw.c
[191/393] Compiling ctr.c
[192/393] Compiling md5-x86_64.mac.x86_64.S
[193/393] Compiling md5-x86_64.linux.x86_64.S
[194/393] Compiling md5-586.linux.x86.S
[195/393] Compiling gcm.c
[196/393] Compiling cfb.c
[197/393] Compiling cbc.c
[198/393] Compiling md5.c
[199/393] Compiling is_fips.c
[200/393] Compiling md4.c
[201/393] Compiling ghashv8-armx64.linux.aarch64.S
[202/393] Compiling ghashv8-armx64.ios.aarch64.S
[203/393] Compiling hmac.c
[204/393] Compiling ghashv8-armx32.linux.arm.S
[205/393] Compiling ghashv8-armx32.ios.arm.S
[206/393] Compiling ghash-x86_64.mac.x86_64.S
[207/393] Compiling ghash-x86_64.linux.x86_64.S
[208/393] Compiling ghash-x86.linux.x86.S
[209/393] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[210/393] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[211/393] Compiling ghash-ssse3-x86.linux.x86.S
[212/393] Compiling ghash-neon-armv8.ios.aarch64.S
[213/393] Compiling ghash-neon-armv8.linux.aarch64.S
[214/393] Compiling ghash-armv4.linux.arm.S
[215/393] Compiling ghash-armv4.ios.arm.S
[216/393] Compiling fips_shared_support.c
[217/393] Compiling ecdh.c
[218/393] Compiling ecdsa.c
[219/393] Compiling util.c
[220/393] Compiling wnaf.c
[221/393] Compiling simple_mul.c
[222/393] Compiling scalar.c
[223/393] Compiling simple.c
[224/393] Compiling p256-x86_64.c
[225/393] Compiling p224-64.c
[226/393] Compiling p256.c
[227/393] Compiling oct.c
[228/393] Compiling felem.c
[229/393] Compiling ec_key.c
[230/393] Compiling ec_montgomery.c
[231/393] Compiling co-586.linux.x86.S
[232/393] Compiling digests.c
[233/393] Compiling digest.c
[234/393] Compiling ec.c
[235/393] Compiling des.c
[236/393] Compiling e_des.c
[237/393] Compiling bsaes-armv7.linux.arm.S
[238/393] Compiling bsaes-armv7.ios.arm.S
[239/393] Compiling aead.c
[240/393] Compiling cipher.c
[241/393] Compiling e_aes.c
[242/393] Compiling rsaz_exp.c
[243/393] Compiling sqrt.c
[244/393] Compiling shift.c
[245/393] Compiling random.c
[246/393] Compiling prime.c
[247/393] Compiling montgomery_inv.c
[248/393] Compiling mul.c
[249/393] Compiling jacobi.c
[250/393] Compiling montgomery.c
[251/393] Compiling gcd_extra.c
[252/393] Compiling gcd.c
[253/393] Compiling div_extra.c
[254/393] Compiling exponentiation.c
[255/393] Compiling generic.c
[256/393] Compiling ctx.c
[257/393] Compiling cmp.c
[258/393] Compiling bytes.c
[259/393] Compiling x86_64-gcc.c
[260/393] Compiling div.c
[261/393] Compiling bn.c
[262/393] Compiling bn-586.linux.x86.S
[263/393] Compiling armv8-mont.linux.aarch64.S
[264/393] Compiling add.c
[265/393] Compiling armv8-mont.ios.aarch64.S
[266/393] Compiling armv4-mont.linux.arm.S
[267/393] Compiling armv4-mont.ios.arm.S
[268/393] Compiling aesv8-armx64.linux.aarch64.S
[269/393] Compiling aesv8-armx64.ios.aarch64.S
[270/393] Compiling aesv8-armx32.linux.arm.S
[271/393] Compiling aesv8-armx32.ios.arm.S
[272/393] Compiling aesni-x86_64.linux.x86_64.S
[273/393] Compiling aesni-x86_64.mac.x86_64.S
[274/393] Compiling aesni-x86.linux.x86.S
[275/393] Compiling aesni-gcm-x86_64.linux.x86_64.S
[275/393] Compiling aesni-gcm-x86_64.mac.x86_64.S
[277/393] Compiling mode_wrappers.c
[278/393] Compiling key_wrap.c
[279/393] Compiling aes.c
[280/393] Compiling aes_nohw.c
[281/393] Compiling ex_data.c
[282/393] Compiling sign.c
[283/393] Compiling scrypt.c
[284/393] Compiling pbkdf.c
[285/393] Compiling p_x25519_asn1.c
[286/393] Compiling print.c
[287/393] Compiling p_x25519.c
[288/393] Compiling p_rsa_asn1.c
[289/393] Compiling p_rsa.c
[290/393] Compiling p_ed25519.c
[291/393] Compiling p_ed25519_asn1.c
[292/393] Compiling p_ec_asn1.c
[293/393] Compiling p_dsa_asn1.c
[294/393] Compiling p_ec.c
[295/393] Compiling evp_ctx.c
[296/393] Compiling err_data.c
[297/393] Compiling digestsign.c
[298/393] Compiling evp_asn1.c
[299/393] Compiling evp.c
[300/393] Compiling engine.c
[301/393] Compiling err.c
[302/393] Compiling ecdsa_asn1.c
[303/393] Compiling ecdh_extra.c
[304/393] Compiling hash_to_curve.c
[305/393] Compiling ec_derive.c
[306/393] Compiling ec_asn1.c
[307/393] Compiling dsa_asn1.c
[308/393] Compiling digest_extra.c
[309/393] Compiling dsa.c
[310/393] Compiling params.c
[311/393] Compiling dh_asn1.c
[312/393] Compiling check.c
[313/393] Compiling x25519-asm-arm.S
[314/393] Compiling dh.c
[315/393] Compiling spake25519.c
[316/393] Compiling cpu-ppc64le.c
[317/393] Compiling cpu-intel.c
[318/393] Compiling cpu-arm.c
[319/393] Compiling crypto.c
[320/393] Compiling cpu-arm-linux.c
[321/393] Compiling cpu-aarch64-linux.c
[322/393] Compiling cpu-aarch64-fuchsia.c
[323/393] Compiling curve25519.c
[324/393] Compiling conf.c
[325/393] Compiling cmac.c
[326/393] Compiling e_rc4.c
[327/393] Compiling e_rc2.c
[328/393] Compiling tls_cbc.c
[329/393] Compiling e_tls.c
[330/393] Compiling e_null.c
[331/393] Compiling e_chacha20poly1305.c
[332/393] Compiling e_aesgcmsiv.c
[333/393] Compiling e_aesctrhmac.c
[334/393] Compiling derive_key.c
[335/393] Compiling e_aesccm.c
[336/393] Compiling cipher_extra.c
[337/393] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[338/393] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[339/393] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[340/393] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[341/393] Compiling chacha-x86_64.mac.x86_64.S
[341/393] Compiling chacha-x86_64.linux.x86_64.S
[343/393] Compiling chacha-x86.linux.x86.S
[344/393] Compiling chacha-armv8.linux.aarch64.S
[345/393] Compiling chacha-armv4.linux.arm.S
[346/393] Compiling chacha.c
[347/393] Compiling chacha-armv4.ios.arm.S
[348/393] Compiling chacha-armv8.ios.aarch64.S
[349/393] Compiling unicode.c
[350/393] Compiling cbs.c
[351/393] Compiling ber.c
[352/393] Compiling cbb.c
[353/393] Compiling buf.c
[354/393] Compiling asn1_compat.c
[355/393] Compiling bn_asn1.c
[356/393] Compiling printf.c
[357/393] Compiling socket.c
[358/393] Compiling socket_helper.c
[359/393] Compiling pair.c
[360/393] Compiling convert.c
[361/393] Compiling hexdump.c
[362/393] Compiling file.c
[363/393] Compiling fd.c
[364/393] Compiling connect.c
[365/393] Compiling bio_mem.c
[366/393] Compiling bio.c
[367/393] Compiling time_support.c
[368/393] Compiling base64.c
[369/393] Compiling f_string.c
[370/393] Compiling tasn_fre.c
[371/393] Compiling tasn_typ.c
[372/393] Compiling tasn_utl.c
[373/393] Compiling f_int.c
[374/393] Compiling tasn_new.c
[375/393] Compiling f_enum.c
[376/393] Compiling tasn_enc.c
[377/393] Compiling tasn_dec.c
[378/393] Compiling asn_pack.c
[379/393] Compiling asn1_par.c
[380/393] Compiling asn1_lib.c
[381/393] Compiling a_utctm.c
[382/393] Compiling a_type.c
[383/393] Compiling a_utf8.c
[384/393] Compiling a_time.c
[385/393] Compiling a_octet.c
[386/393] Compiling a_print.c
[387/393] Compiling a_strnid.c
[388/393] Compiling a_dup.c
[389/393] Compiling a_object.c
[390/393] Compiling a_d2i_fp.c
[391/393] Compiling a_bool.c
[392/393] Compiling a_bitstr.c
[394/448] Emitting module Crypto
[395/454] Compiling Crypto SafeCompare_boring.swift
[396/454] Compiling Crypto Zeroization_boring.swift
[397/454] Compiling Crypto PrettyBytes.swift
[398/454] Compiling Crypto SafeCompare.swift
[399/454] Compiling Crypto SecureBytes.swift
[400/454] Compiling Crypto Zeroization.swift
[401/454] Compiling Crypto ObjectIdentifier.swift
[402/454] Compiling Crypto ECDSASignature.swift
[403/454] Compiling Crypto PEMDocument.swift
[404/454] Compiling Crypto PKCS8PrivateKey.swift
[405/454] Compiling Crypto SEC1PrivateKey.swift
[406/454] Compiling Crypto SubjectPublicKeyInfo.swift
[407/454] Compiling Crypto Insecure.swift
[408/454] Compiling Crypto Insecure_HashFunctions.swift
[409/454] Compiling Crypto ECDH_boring.swift
[410/454] Compiling Crypto DH.swift
[411/454] Compiling Crypto ECDH.swift
[412/454] Compiling Crypto HKDF.swift
[413/454] Compiling Crypto ASN1.swift
[414/454] Compiling Crypto ASN1BitString.swift
[415/454] Compiling Crypto ASN1Identifier.swift
[416/454] Compiling Crypto ASN1Integer.swift
[417/454] Compiling Crypto ASN1OctetString.swift
[418/454] Compiling Crypto ArraySliceBigint.swift
[419/454] Compiling Crypto AES-GCM.swift
[420/454] Compiling Crypto AES-GCM_boring.swift
[421/454] Compiling Crypto ChaChaPoly_boring.swift
[422/454] Compiling Crypto ChaChaPoly.swift
[423/454] Compiling Crypto Cipher.swift
[424/454] Compiling Crypto Nonces.swift
[425/454] Compiling Crypto CryptoKitErrors.swift
[426/454] Compiling Crypto Digest_boring.swift
[427/454] Compiling Crypto Digest.swift
[428/454] Compiling Crypto Digests.swift
[429/454] Compiling Crypto HashFunctions.swift
[430/454] Compiling Crypto HashFunctions_SHA2.swift
[431/454] Compiling Crypto Ed25519_boring.swift
[432/454] Compiling Crypto EllipticCurvePoint_boring.swift
[433/454] Compiling Crypto EllipticCurve_boring.swift
[434/454] Compiling Crypto NISTCurvesKeys_boring.swift
[435/454] Compiling Crypto X25519Keys_boring.swift
[436/454] Compiling Crypto Curve25519.swift
[437/454] Compiling Crypto MessageAuthenticationCode.swift
[438/454] Compiling Crypto AES.swift
[439/454] Compiling Crypto ECDSASignature_boring.swift
[440/454] Compiling Crypto ECDSA_boring.swift
[441/454] Compiling Crypto EdDSA_boring.swift
[442/454] Compiling Crypto ECDSA.swift
[443/454] Compiling Crypto Ed25519.swift
[444/454] Compiling Crypto NISTCurvesKeys.swift
[445/454] Compiling Crypto X25519Keys.swift
[446/454] Compiling Crypto SymmetricKeys.swift
[447/454] Compiling Crypto HMAC.swift
[448/454] Compiling Crypto MACFunctions.swift
[449/454] Compiling Crypto EdDSA.swift
[450/454] Compiling Crypto Signature.swift
[451/454] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[452/454] Compiling Crypto CryptoKitErrors_boring.swift
[453/454] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[454/454] Compiling Crypto RNG_boring.swift
[455/522] Emitting module TalkToCloud
/Users/admin/builder/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 |
/Users/admin/builder/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
/Users/admin/builder/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)
/Users/admin/builder/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()
[456/529] Compiling TalkToCloud Raw.SavedRecord.swift
[457/529] Compiling TalkToCloud Raw.Timestamp.swift
[458/529] Compiling TalkToCloud Raw.Zone.swift
[459/529] Compiling TalkToCloud Raw.ZoneChanges.swift
[460/529] Compiling TalkToCloud Raw.ZoneChangesList.swift
[461/529] Compiling TalkToCloud Raw.ZoneID.swift
[462/529] Compiling TalkToCloud Raw.ZonesList.swift
[463/529] Compiling TalkToCloud APIKeyConsumer.swift
[464/529] Compiling TalkToCloud AssetAttached.swift
[465/529] Compiling TalkToCloud AssetUpload.swift
[466/529] Compiling TalkToCloud Assets.swift
[467/529] Compiling TalkToCloud Authenticator.swift
[468/529] Compiling TalkToCloud CURLRequest.swift
[469/529] Compiling TalkToCloud CloudContainer+Copy.swift
[470/529] Compiling TalkToCloud CloudContainer+Zones.swift
[471/529] Compiling TalkToCloud Raw.swift
[472/529] Compiling TalkToCloud RawFieldsCopy.swift
[473/529] Compiling TalkToCloud RecordDecoder.swift
[474/529] Compiling TalkToCloud RecordZoneChangesRequest.swift
[475/529] Compiling TalkToCloud RecordsCursor.swift
[476/529] Compiling TalkToCloud RemoteRecord.swift
[477/529] Compiling TalkToCloud RemoteReference.swift
[478/529] Compiling TalkToCloud Raw.Operation.swift
[479/529] Compiling TalkToCloud Raw.Record.swift
[480/529] Compiling TalkToCloud Raw.RecordError.swift
[481/529] Compiling TalkToCloud Raw.RecordID.swift
[482/529] Compiling TalkToCloud Raw.RecordOrError.swift
[483/529] Compiling TalkToCloud Raw.Request.swift
[484/529] Compiling TalkToCloud Raw.Response.swift
[485/529] Compiling TalkToCloud Configuration.swift
[486/529] Compiling TalkToCloud ContainerConsumer.swift
[487/529] Compiling TalkToCloud ContainerRecordsCopy.swift
[488/529] Compiling TalkToCloud CreateZoneRequest.swift
[489/529] Compiling TalkToCloud Cursor.swift
[490/529] Compiling TalkToCloud DatabaseChangesRequest.swift
[491/529] Compiling TalkToCloud DevelopmentConsumer.swift
[492/529] Compiling TalkToCloud FileManager+Cleanup.swift
[493/529] Compiling TalkToCloud Timestamped.swift
[494/529] Compiling TalkToCloud TokenAuthenticator.swift
[495/529] Compiling TalkToCloud URL+Extensions.swift
[496/529] Compiling TalkToCloud User.swift
[497/529] Compiling TalkToCloud UserRequest.swift
[498/529] Compiling TalkToCloud WebTokenStore.swift
[499/529] Compiling TalkToCloud ZoneTokenStore.swift
[500/529] Compiling TalkToCloud ListZonesRequest.swift
/Users/admin/builder/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
[501/529] Compiling TalkToCloud Logging.swift
/Users/admin/builder/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
[502/529] Compiling TalkToCloud LookupRequest.swift
/Users/admin/builder/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
[503/529] Compiling TalkToCloud ModifyRequest.swift
/Users/admin/builder/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
[504/529] Compiling TalkToCloud NetworkFetch.swift
/Users/admin/builder/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
[505/529] Compiling TalkToCloud NetworkRequest.swift
/Users/admin/builder/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
[506/529] Compiling TalkToCloud OpenSSLSign.swift
/Users/admin/builder/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
[507/529] Compiling TalkToCloud PrivateKeyAuthenticator.swift
/Users/admin/builder/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
[508/529] Compiling TalkToCloud ProductionConsumer.swift
[509/529] Compiling TalkToCloud QueryRequest.swift
[510/529] Compiling TalkToCloud Raw.Body.swift
[511/529] Compiling TalkToCloud Raw.Error.swift
[512/529] Compiling TalkToCloud Raw.Field.swift
[513/529] Compiling TalkToCloud Raw.LookupName.swift
[514/529] Compiling TalkToCloud Raw.LookupRequest.swift
[515/529] Compiling TalkToCloud CloudContainer.swift
/Users/admin/builder/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 |
[516/529] Compiling TalkToCloud CloudRecord.swift
/Users/admin/builder/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 |
[517/529] Compiling TalkToCloud CloudReference.swift
/Users/admin/builder/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 |
[518/529] Compiling TalkToCloud CloudRequest.swift
/Users/admin/builder/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 |
[519/529] Compiling TalkToCloud CloudZone.swift
/Users/admin/builder/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 |
[520/529] Compiling TalkToCloud Command.swift
/Users/admin/builder/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 |
[521/529] Compiling TalkToCloud CommandLineFetch.swift
/Users/admin/builder/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 |
[522/529] Compiling TalkToCloud Commander.swift
/Users/admin/builder/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 |
[523/529] Compiling TalkToCloud Request.swift
/Users/admin/builder/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)
/Users/admin/builder/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()
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:31:13: warning: mutation of captured var 'data' in concurrently-executing code
29 |
30 |         let task = dataTask(with: request) {
31 |             data = $0
   |             `- warning: mutation of captured var 'data' in concurrently-executing code
32 |             response = $1
33 |             error = $2
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:32:13: warning: mutation of captured var 'response' in concurrently-executing code
30 |         let task = dataTask(with: request) {
31 |             data = $0
32 |             response = $1
   |             `- warning: mutation of captured var 'response' in concurrently-executing code
33 |             error = $2
34 |             sem.signal()
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:33:13: warning: mutation of captured var 'error' in concurrently-executing code
31 |             data = $0
32 |             response = $1
33 |             error = $2
   |             `- warning: mutation of captured var 'error' in concurrently-executing code
34 |             sem.signal()
35 |         }
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:83:19: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
 81 |     private func createSignature(of inputData: Data) -> String {
 82 |         var digest = Data(count: Int(CC_SHA256_DIGEST_LENGTH))
 83 |         inputData.withUnsafeBytes {bytes in
    |                   `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
 84 |             digest.withUnsafeMutableBytes {mutableBytes in
 85 |                 _ = CC_SHA256(bytes, CC_LONG(inputData.count), mutableBytes)
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:84:20: warning: 'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes<R>(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
 82 |         var digest = Data(count: Int(CC_SHA256_DIGEST_LENGTH))
 83 |         inputData.withUnsafeBytes {bytes in
 84 |             digest.withUnsafeMutableBytes {mutableBytes in
    |                    `- warning: 'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes<R>(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
 85 |                 _ = CC_SHA256(bytes, CC_LONG(inputData.count), mutableBytes)
 86 |             }
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:95:31: warning: forced cast from 'CFData?' to 'Data' only unwraps and bridges; did you mean to use '!' with 'as'?
 93 |             digest as CFData,
 94 |             &umErrorCF)
 95 |         let data = resultData as! Data
    |                               `- warning: forced cast from 'CFData?' to 'Data' only unwraps and bridges; did you mean to use '!' with 'as'?
 96 |         return data.base64EncodedString()
 97 |     }
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:106:14: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
104 |     private func sha256(data : Data) -> Data {
105 |         var hash = [UInt8](repeating: 0,  count: Int(CC_SHA256_DIGEST_LENGTH))
106 |         data.withUnsafeBytes {
    |              `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
107 |             _ = CC_SHA256($0, CC_LONG(data.count), &hash)
108 |         }
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:109:16: warning: 'init(bytes:)' is deprecated: use `init(_:)` instead
107 |             _ = CC_SHA256($0, CC_LONG(data.count), &hash)
108 |         }
109 |         return Data(bytes: hash)
    |                `- warning: 'init(bytes:)' is deprecated: use `init(_:)` instead
110 |     }
111 | }
[524/529] Compiling TalkToCloud Response.swift
/Users/admin/builder/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)
/Users/admin/builder/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()
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:31:13: warning: mutation of captured var 'data' in concurrently-executing code
29 |
30 |         let task = dataTask(with: request) {
31 |             data = $0
   |             `- warning: mutation of captured var 'data' in concurrently-executing code
32 |             response = $1
33 |             error = $2
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:32:13: warning: mutation of captured var 'response' in concurrently-executing code
30 |         let task = dataTask(with: request) {
31 |             data = $0
32 |             response = $1
   |             `- warning: mutation of captured var 'response' in concurrently-executing code
33 |             error = $2
34 |             sem.signal()
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:33:13: warning: mutation of captured var 'error' in concurrently-executing code
31 |             data = $0
32 |             response = $1
33 |             error = $2
   |             `- warning: mutation of captured var 'error' in concurrently-executing code
34 |             sem.signal()
35 |         }
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:83:19: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
 81 |     private func createSignature(of inputData: Data) -> String {
 82 |         var digest = Data(count: Int(CC_SHA256_DIGEST_LENGTH))
 83 |         inputData.withUnsafeBytes {bytes in
    |                   `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
 84 |             digest.withUnsafeMutableBytes {mutableBytes in
 85 |                 _ = CC_SHA256(bytes, CC_LONG(inputData.count), mutableBytes)
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:84:20: warning: 'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes<R>(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
 82 |         var digest = Data(count: Int(CC_SHA256_DIGEST_LENGTH))
 83 |         inputData.withUnsafeBytes {bytes in
 84 |             digest.withUnsafeMutableBytes {mutableBytes in
    |                    `- warning: 'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes<R>(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
 85 |                 _ = CC_SHA256(bytes, CC_LONG(inputData.count), mutableBytes)
 86 |             }
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:95:31: warning: forced cast from 'CFData?' to 'Data' only unwraps and bridges; did you mean to use '!' with 'as'?
 93 |             digest as CFData,
 94 |             &umErrorCF)
 95 |         let data = resultData as! Data
    |                               `- warning: forced cast from 'CFData?' to 'Data' only unwraps and bridges; did you mean to use '!' with 'as'?
 96 |         return data.base64EncodedString()
 97 |     }
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:106:14: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
104 |     private func sha256(data : Data) -> Data {
105 |         var hash = [UInt8](repeating: 0,  count: Int(CC_SHA256_DIGEST_LENGTH))
106 |         data.withUnsafeBytes {
    |              `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
107 |             _ = CC_SHA256($0, CC_LONG(data.count), &hash)
108 |         }
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:109:16: warning: 'init(bytes:)' is deprecated: use `init(_:)` instead
107 |             _ = CC_SHA256($0, CC_LONG(data.count), &hash)
108 |         }
109 |         return Data(bytes: hash)
    |                `- warning: 'init(bytes:)' is deprecated: use `init(_:)` instead
110 |     }
111 | }
[525/529] Compiling TalkToCloud Shell.swift
/Users/admin/builder/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)
/Users/admin/builder/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()
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:31:13: warning: mutation of captured var 'data' in concurrently-executing code
29 |
30 |         let task = dataTask(with: request) {
31 |             data = $0
   |             `- warning: mutation of captured var 'data' in concurrently-executing code
32 |             response = $1
33 |             error = $2
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:32:13: warning: mutation of captured var 'response' in concurrently-executing code
30 |         let task = dataTask(with: request) {
31 |             data = $0
32 |             response = $1
   |             `- warning: mutation of captured var 'response' in concurrently-executing code
33 |             error = $2
34 |             sem.signal()
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:33:13: warning: mutation of captured var 'error' in concurrently-executing code
31 |             data = $0
32 |             response = $1
33 |             error = $2
   |             `- warning: mutation of captured var 'error' in concurrently-executing code
34 |             sem.signal()
35 |         }
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:83:19: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
 81 |     private func createSignature(of inputData: Data) -> String {
 82 |         var digest = Data(count: Int(CC_SHA256_DIGEST_LENGTH))
 83 |         inputData.withUnsafeBytes {bytes in
    |                   `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
 84 |             digest.withUnsafeMutableBytes {mutableBytes in
 85 |                 _ = CC_SHA256(bytes, CC_LONG(inputData.count), mutableBytes)
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:84:20: warning: 'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes<R>(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
 82 |         var digest = Data(count: Int(CC_SHA256_DIGEST_LENGTH))
 83 |         inputData.withUnsafeBytes {bytes in
 84 |             digest.withUnsafeMutableBytes {mutableBytes in
    |                    `- warning: 'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes<R>(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
 85 |                 _ = CC_SHA256(bytes, CC_LONG(inputData.count), mutableBytes)
 86 |             }
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:95:31: warning: forced cast from 'CFData?' to 'Data' only unwraps and bridges; did you mean to use '!' with 'as'?
 93 |             digest as CFData,
 94 |             &umErrorCF)
 95 |         let data = resultData as! Data
    |                               `- warning: forced cast from 'CFData?' to 'Data' only unwraps and bridges; did you mean to use '!' with 'as'?
 96 |         return data.base64EncodedString()
 97 |     }
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:106:14: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
104 |     private func sha256(data : Data) -> Data {
105 |         var hash = [UInt8](repeating: 0,  count: Int(CC_SHA256_DIGEST_LENGTH))
106 |         data.withUnsafeBytes {
    |              `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
107 |             _ = CC_SHA256($0, CC_LONG(data.count), &hash)
108 |         }
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:109:16: warning: 'init(bytes:)' is deprecated: use `init(_:)` instead
107 |             _ = CC_SHA256($0, CC_LONG(data.count), &hash)
108 |         }
109 |         return Data(bytes: hash)
    |                `- warning: 'init(bytes:)' is deprecated: use `init(_:)` instead
110 |     }
111 | }
[526/529] Compiling TalkToCloud SignData.swift
/Users/admin/builder/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)
/Users/admin/builder/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()
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:31:13: warning: mutation of captured var 'data' in concurrently-executing code
29 |
30 |         let task = dataTask(with: request) {
31 |             data = $0
   |             `- warning: mutation of captured var 'data' in concurrently-executing code
32 |             response = $1
33 |             error = $2
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:32:13: warning: mutation of captured var 'response' in concurrently-executing code
30 |         let task = dataTask(with: request) {
31 |             data = $0
32 |             response = $1
   |             `- warning: mutation of captured var 'response' in concurrently-executing code
33 |             error = $2
34 |             sem.signal()
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:33:13: warning: mutation of captured var 'error' in concurrently-executing code
31 |             data = $0
32 |             response = $1
33 |             error = $2
   |             `- warning: mutation of captured var 'error' in concurrently-executing code
34 |             sem.signal()
35 |         }
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:83:19: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
 81 |     private func createSignature(of inputData: Data) -> String {
 82 |         var digest = Data(count: Int(CC_SHA256_DIGEST_LENGTH))
 83 |         inputData.withUnsafeBytes {bytes in
    |                   `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
 84 |             digest.withUnsafeMutableBytes {mutableBytes in
 85 |                 _ = CC_SHA256(bytes, CC_LONG(inputData.count), mutableBytes)
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:84:20: warning: 'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes<R>(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
 82 |         var digest = Data(count: Int(CC_SHA256_DIGEST_LENGTH))
 83 |         inputData.withUnsafeBytes {bytes in
 84 |             digest.withUnsafeMutableBytes {mutableBytes in
    |                    `- warning: 'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes<R>(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
 85 |                 _ = CC_SHA256(bytes, CC_LONG(inputData.count), mutableBytes)
 86 |             }
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:95:31: warning: forced cast from 'CFData?' to 'Data' only unwraps and bridges; did you mean to use '!' with 'as'?
 93 |             digest as CFData,
 94 |             &umErrorCF)
 95 |         let data = resultData as! Data
    |                               `- warning: forced cast from 'CFData?' to 'Data' only unwraps and bridges; did you mean to use '!' with 'as'?
 96 |         return data.base64EncodedString()
 97 |     }
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:106:14: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
104 |     private func sha256(data : Data) -> Data {
105 |         var hash = [UInt8](repeating: 0,  count: Int(CC_SHA256_DIGEST_LENGTH))
106 |         data.withUnsafeBytes {
    |              `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
107 |             _ = CC_SHA256($0, CC_LONG(data.count), &hash)
108 |         }
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:109:16: warning: 'init(bytes:)' is deprecated: use `init(_:)` instead
107 |             _ = CC_SHA256($0, CC_LONG(data.count), &hash)
108 |         }
109 |         return Data(bytes: hash)
    |                `- warning: 'init(bytes:)' is deprecated: use `init(_:)` instead
110 |     }
111 | }
[527/529] Compiling TalkToCloud String+Extensions.swift
/Users/admin/builder/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)
/Users/admin/builder/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()
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:31:13: warning: mutation of captured var 'data' in concurrently-executing code
29 |
30 |         let task = dataTask(with: request) {
31 |             data = $0
   |             `- warning: mutation of captured var 'data' in concurrently-executing code
32 |             response = $1
33 |             error = $2
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:32:13: warning: mutation of captured var 'response' in concurrently-executing code
30 |         let task = dataTask(with: request) {
31 |             data = $0
32 |             response = $1
   |             `- warning: mutation of captured var 'response' in concurrently-executing code
33 |             error = $2
34 |             sem.signal()
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:33:13: warning: mutation of captured var 'error' in concurrently-executing code
31 |             data = $0
32 |             response = $1
33 |             error = $2
   |             `- warning: mutation of captured var 'error' in concurrently-executing code
34 |             sem.signal()
35 |         }
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:83:19: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
 81 |     private func createSignature(of inputData: Data) -> String {
 82 |         var digest = Data(count: Int(CC_SHA256_DIGEST_LENGTH))
 83 |         inputData.withUnsafeBytes {bytes in
    |                   `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
 84 |             digest.withUnsafeMutableBytes {mutableBytes in
 85 |                 _ = CC_SHA256(bytes, CC_LONG(inputData.count), mutableBytes)
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:84:20: warning: 'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes<R>(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
 82 |         var digest = Data(count: Int(CC_SHA256_DIGEST_LENGTH))
 83 |         inputData.withUnsafeBytes {bytes in
 84 |             digest.withUnsafeMutableBytes {mutableBytes in
    |                    `- warning: 'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes<R>(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
 85 |                 _ = CC_SHA256(bytes, CC_LONG(inputData.count), mutableBytes)
 86 |             }
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:95:31: warning: forced cast from 'CFData?' to 'Data' only unwraps and bridges; did you mean to use '!' with 'as'?
 93 |             digest as CFData,
 94 |             &umErrorCF)
 95 |         let data = resultData as! Data
    |                               `- warning: forced cast from 'CFData?' to 'Data' only unwraps and bridges; did you mean to use '!' with 'as'?
 96 |         return data.base64EncodedString()
 97 |     }
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:106:14: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
104 |     private func sha256(data : Data) -> Data {
105 |         var hash = [UInt8](repeating: 0,  count: Int(CC_SHA256_DIGEST_LENGTH))
106 |         data.withUnsafeBytes {
    |              `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
107 |             _ = CC_SHA256($0, CC_LONG(data.count), &hash)
108 |         }
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:109:16: warning: 'init(bytes:)' is deprecated: use `init(_:)` instead
107 |             _ = CC_SHA256($0, CC_LONG(data.count), &hash)
108 |         }
109 |         return Data(bytes: hash)
    |                `- warning: 'init(bytes:)' is deprecated: use `init(_:)` instead
110 |     }
111 | }
[528/529] Compiling TalkToCloud SynchronousSystemFetch.swift
/Users/admin/builder/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)
/Users/admin/builder/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()
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:31:13: warning: mutation of captured var 'data' in concurrently-executing code
29 |
30 |         let task = dataTask(with: request) {
31 |             data = $0
   |             `- warning: mutation of captured var 'data' in concurrently-executing code
32 |             response = $1
33 |             error = $2
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:32:13: warning: mutation of captured var 'response' in concurrently-executing code
30 |         let task = dataTask(with: request) {
31 |             data = $0
32 |             response = $1
   |             `- warning: mutation of captured var 'response' in concurrently-executing code
33 |             error = $2
34 |             sem.signal()
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:33:13: warning: mutation of captured var 'error' in concurrently-executing code
31 |             data = $0
32 |             response = $1
33 |             error = $2
   |             `- warning: mutation of captured var 'error' in concurrently-executing code
34 |             sem.signal()
35 |         }
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:83:19: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
 81 |     private func createSignature(of inputData: Data) -> String {
 82 |         var digest = Data(count: Int(CC_SHA256_DIGEST_LENGTH))
 83 |         inputData.withUnsafeBytes {bytes in
    |                   `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
 84 |             digest.withUnsafeMutableBytes {mutableBytes in
 85 |                 _ = CC_SHA256(bytes, CC_LONG(inputData.count), mutableBytes)
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:84:20: warning: 'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes<R>(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
 82 |         var digest = Data(count: Int(CC_SHA256_DIGEST_LENGTH))
 83 |         inputData.withUnsafeBytes {bytes in
 84 |             digest.withUnsafeMutableBytes {mutableBytes in
    |                    `- warning: 'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes<R>(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
 85 |                 _ = CC_SHA256(bytes, CC_LONG(inputData.count), mutableBytes)
 86 |             }
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:95:31: warning: forced cast from 'CFData?' to 'Data' only unwraps and bridges; did you mean to use '!' with 'as'?
 93 |             digest as CFData,
 94 |             &umErrorCF)
 95 |         let data = resultData as! Data
    |                               `- warning: forced cast from 'CFData?' to 'Data' only unwraps and bridges; did you mean to use '!' with 'as'?
 96 |         return data.base64EncodedString()
 97 |     }
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:106:14: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
104 |     private func sha256(data : Data) -> Data {
105 |         var hash = [UInt8](repeating: 0,  count: Int(CC_SHA256_DIGEST_LENGTH))
106 |         data.withUnsafeBytes {
    |              `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
107 |             _ = CC_SHA256($0, CC_LONG(data.count), &hash)
108 |         }
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:109:16: warning: 'init(bytes:)' is deprecated: use `init(_:)` instead
107 |             _ = CC_SHA256($0, CC_LONG(data.count), &hash)
108 |         }
109 |         return Data(bytes: hash)
    |                `- warning: 'init(bytes:)' is deprecated: use `init(_:)` instead
110 |     }
111 | }
[529/529] Compiling TalkToCloud SystemSign.swift
/Users/admin/builder/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)
/Users/admin/builder/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()
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:31:13: warning: mutation of captured var 'data' in concurrently-executing code
29 |
30 |         let task = dataTask(with: request) {
31 |             data = $0
   |             `- warning: mutation of captured var 'data' in concurrently-executing code
32 |             response = $1
33 |             error = $2
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:32:13: warning: mutation of captured var 'response' in concurrently-executing code
30 |         let task = dataTask(with: request) {
31 |             data = $0
32 |             response = $1
   |             `- warning: mutation of captured var 'response' in concurrently-executing code
33 |             error = $2
34 |             sem.signal()
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SynchronousSystemFetch.swift:33:13: warning: mutation of captured var 'error' in concurrently-executing code
31 |             data = $0
32 |             response = $1
33 |             error = $2
   |             `- warning: mutation of captured var 'error' in concurrently-executing code
34 |             sem.signal()
35 |         }
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:83:19: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
 81 |     private func createSignature(of inputData: Data) -> String {
 82 |         var digest = Data(count: Int(CC_SHA256_DIGEST_LENGTH))
 83 |         inputData.withUnsafeBytes {bytes in
    |                   `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
 84 |             digest.withUnsafeMutableBytes {mutableBytes in
 85 |                 _ = CC_SHA256(bytes, CC_LONG(inputData.count), mutableBytes)
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:84:20: warning: 'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes<R>(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
 82 |         var digest = Data(count: Int(CC_SHA256_DIGEST_LENGTH))
 83 |         inputData.withUnsafeBytes {bytes in
 84 |             digest.withUnsafeMutableBytes {mutableBytes in
    |                    `- warning: 'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes<R>(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
 85 |                 _ = CC_SHA256(bytes, CC_LONG(inputData.count), mutableBytes)
 86 |             }
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:95:31: warning: forced cast from 'CFData?' to 'Data' only unwraps and bridges; did you mean to use '!' with 'as'?
 93 |             digest as CFData,
 94 |             &umErrorCF)
 95 |         let data = resultData as! Data
    |                               `- warning: forced cast from 'CFData?' to 'Data' only unwraps and bridges; did you mean to use '!' with 'as'?
 96 |         return data.base64EncodedString()
 97 |     }
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:106:14: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
104 |     private func sha256(data : Data) -> Data {
105 |         var hash = [UInt8](repeating: 0,  count: Int(CC_SHA256_DIGEST_LENGTH))
106 |         data.withUnsafeBytes {
    |              `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
107 |             _ = CC_SHA256($0, CC_LONG(data.count), &hash)
108 |         }
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/SystemSign.swift:109:16: warning: 'init(bytes:)' is deprecated: use `init(_:)` instead
107 |             _ = CC_SHA256($0, CC_LONG(data.count), &hash)
108 |         }
109 |         return Data(bytes: hash)
    |                `- warning: 'init(bytes:)' is deprecated: use `init(_:)` instead
110 |     }
111 | }
Build complete! (16.80s)
Build complete.
{
  "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" : "/Users/admin/builder/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"
}
Done.