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 0.10.1 (625651), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 02:29:44 UTC.

Swift 6 data race errors: 2

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: 0.10.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/coodly/talktocloud
 * tag               0.10.1     -> FETCH_HEAD
HEAD is now at 6256511 Change fetch interface
Cloned https://github.com/coodly/talktocloud.git
Revision (git rev-parse @):
6256511b8e724eda4136533bc43a3b773b42bb63
SUCCESS checkout https://github.com/coodly/talktocloud.git at 0.10.1
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (0.79s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (1.38s)
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
========================================
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.82s)
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (0.54s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (0.60s)
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 0.10.1 (6256511)
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.swift",
        "CloudRequest.swift",
        "Command.swift",
        "CommandLineFetch.swift",
        "Commander.swift",
        "Configuration.swift",
        "ContainerConsumer.swift",
        "Cursor.swift",
        "DevelopmentConsumer.swift",
        "FileManager+Cleanup.swift",
        "Logging.swift",
        "NetworkFetch.swift",
        "NetworkRequest.swift",
        "OpenSSLSign.swift",
        "PrivateKeyAuthenticator.swift",
        "ProductionConsumer.swift",
        "RawFieldsCopy.swift",
        "RemoteRecord.swift",
        "RemoteReference.swift",
        "Response.swift",
        "Shell.swift",
        "SignData.swift",
        "SynchronousSystemFetch.swift",
        "SystemSign.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/408] Write sources
[2/408] Write swift-version-2F0A5646E1D333AE.txt
[3/408] Compiling p_ec_asn1.c
[4/408] Compiling a_i2d_fp.c
[5/408] Compiling v3_skey.c
[6/408] Compiling a_mbstr.c
[7/408] Compiling a_gentm.c
[8/408] Compiling a_object.c
[9/408] Compiling a_int.c
[10/408] Compiling a_enum.c
[11/408] Compiling v3_purp.c
[12/408] Compiling CCryptoBoringSSLShims shims.c
[13/408] Compiling v3_prn.c
[14/408] Compiling v3_pmaps.c
[15/408] Compiling v3_pcons.c
[16/408] Compiling v3_pcia.c
[17/408] Compiling v3_utl.c
[18/408] Compiling v3_ocsp.c
[19/408] Compiling v3_pci.c
[20/408] Compiling v3_ncons.c
[21/408] Compiling v3_lib.c
[22/408] Compiling v3_int.c
[23/408] Compiling v3_info.c
[24/408] Compiling v3_ia5.c
[25/408] Compiling v3_genn.c
[26/408] Compiling v3_extku.c
[27/408] Compiling v3_enum.c
[28/408] Compiling v3_crld.c
[29/408] Compiling v3_cpols.c
[30/408] Compiling v3_conf.c
[31/408] Compiling v3_bitst.c
[32/408] Compiling v3_bcons.c
[33/408] Compiling v3_akeya.c
[34/408] Compiling v3_alt.c
[35/408] Compiling v3_akey.c
[36/408] Compiling pcy_node.c
[37/408] Compiling pcy_tree.c
[38/408] Compiling pcy_map.c
[39/408] Compiling pcy_lib.c
[40/408] Compiling pcy_data.c
[41/408] Compiling x_x509a.c
[42/408] Compiling pcy_cache.c
[43/408] Compiling x_val.c
[44/408] Compiling x_spki.c
[45/408] Compiling x_x509.c
[46/408] Compiling x_sig.c
[47/408] Compiling x_req.c
[48/408] Compiling x_pubkey.c
[49/408] Compiling x_pkey.c
[50/408] Compiling x_info.c
[51/408] Compiling x_exten.c
[52/408] Compiling x_name.c
[53/408] Compiling x_attrib.c
[54/408] Compiling x_crl.c
[55/408] Compiling x_algor.c
[56/408] Compiling x_all.c
[57/408] Compiling x509spki.c
[58/408] Compiling x509rset.c
[59/408] Compiling x509name.c
[60/408] Compiling x509cset.c
[61/408] Compiling x509_vpm.c
[62/408] Compiling x509_txt.c
[63/408] Compiling x509_v3.c
[64/408] Compiling x509_vfy.c
[65/408] Compiling x509_set.c
[66/408] Compiling x509_req.c
[67/408] Compiling x509_trs.c
[68/408] Compiling x509_obj.c
[69/408] Compiling x509_ext.c
[70/408] Compiling x509_def.c
[71/408] Compiling x509_lu.c
[72/408] Compiling x509_d2.c
[73/408] Compiling x509.c
[74/408] Compiling x509_att.c
[75/408] Compiling t_x509a.c
[76/408] Compiling x509_cmp.c
[77/408] Compiling t_req.c
[78/408] Compiling t_x509.c
[79/408] Compiling i2d_pr.c
[80/408] Compiling rsa_pss.c
[81/408] Compiling t_crl.c
[82/408] Compiling by_file.c
[83/408] Compiling a_verify.c
[84/408] Compiling algorithm.c
[85/408] Compiling asn1_gen.c
[86/408] Compiling a_sign.c
[87/408] Compiling a_digest.c
[88/408] Compiling voprf.c
[89/408] Compiling trust_token.c
[90/408] Compiling a_strex.c
[91/408] Compiling thread_win.c
[92/408] Compiling thread_pthread.c
[93/408] Compiling pmbtoken.c
[94/408] Compiling thread_none.c
[95/408] Compiling thread.c
[96/408] Compiling stack.c
[97/408] Compiling siphash.c
[98/408] Compiling rsa_print.c
[99/408] Compiling refcount_lock.c
[100/408] Compiling refcount_c11.c
[101/408] Compiling rsa_asn1.c
[102/408] Compiling rc4.c
[103/408] Compiling windows.c
[104/408] Compiling rand_extra.c
[105/408] Compiling fuchsia.c
[106/408] Compiling passive.c
[107/408] Compiling poly1305_arm_asm.S
[108/408] Compiling deterministic.c
[109/408] Compiling forkunsafe.c
[110/408] Compiling poly1305_vec.c
[111/408] Compiling poly1305_arm.c
[112/408] Compiling pool.c
[113/408] Compiling poly1305.c
[114/408] Compiling pkcs7.c
[115/408] Compiling p5_pbev2.c
[116/408] Compiling pkcs8.c
[117/408] Compiling pkcs7_x509.c
[118/408] Compiling pkcs8_x509.c
[119/408] Compiling pem_xaux.c
[120/408] Compiling pem_x509.c
[121/408] Compiling pem_pkey.c
[122/408] Compiling pem_pk8.c
[123/408] Compiling pem_oth.c
[124/408] Compiling obj_xref.c
[125/408] Compiling mem.c
[126/408] Compiling poly_rq_mul.S
[127/408] Compiling lhash.c
[128/408] Compiling pem_info.c
[129/408] Compiling x86_64-mont5.mac.x86_64.S
[130/408] Compiling obj.c
[131/408] Compiling pem_lib.c
[132/408] Compiling x86_64-mont5.linux.x86_64.S
[133/408] Compiling pem_all.c
[134/408] Compiling x86_64-mont.mac.x86_64.S
[135/408] Compiling hkdf.c
[136/408] Compiling hpke.c
[137/408] Compiling x86_64-mont.linux.x86_64.S
[138/408] Compiling x86-mont.linux.x86.S
[139/408] Compiling x86-mont.windows.x86.S
[140/408] Compiling vpaes-x86_64.mac.x86_64.S
[141/408] Compiling vpaes-x86_64.linux.x86_64.S
[142/408] Compiling vpaes-x86.windows.x86.S
[142/408] Compiling vpaes-x86.linux.x86.S
[144/408] Compiling vpaes-armv8.linux.aarch64.S
[145/408] Compiling vpaes-armv7.linux.arm.S
[146/408] Compiling vpaes-armv7.ios.arm.S
[147/408] Compiling sha512-x86_64.mac.x86_64.S
[148/408] Compiling vpaes-armv8.ios.aarch64.S
[149/408] Compiling sha512-armv8.linux.aarch64.S
[149/408] Compiling sha512-x86_64.linux.x86_64.S
[151/408] Compiling kdf.c
[152/408] Compiling sha512-armv8.ios.aarch64.S
[153/408] Compiling sha512-armv4.linux.arm.S
[153/408] Compiling sha512-armv4.ios.arm.S
[155/408] Compiling sha512-586.linux.x86.S
[156/408] Compiling sha512-586.windows.x86.S
[157/408] Compiling hrss.c
[158/408] Compiling sha256-x86_64.linux.x86_64.S
[159/408] Compiling sha256-x86_64.mac.x86_64.S
[160/408] Compiling sha256-armv8.linux.aarch64.S
[161/408] Compiling sha256-armv4.linux.arm.S
[162/408] Compiling sha256-armv4.ios.arm.S
[163/408] Compiling sha256-armv8.ios.aarch64.S
[164/408] Compiling sha256-586.linux.x86.S
[165/408] Compiling sha256-586.windows.x86.S
[166/408] Compiling sha1-x86_64.mac.x86_64.S
[167/408] Compiling sha1-x86_64.linux.x86_64.S
[168/408] Compiling sha1-armv8.linux.aarch64.S
[169/408] Compiling sha1-armv8.ios.aarch64.S
[170/408] Compiling sha1-armv4-large.linux.arm.S
[171/408] Compiling sha1-armv4-large.ios.arm.S
[172/408] Compiling sha1-586.windows.x86.S
[173/408] Compiling sha1-586.linux.x86.S
[174/408] Compiling rsaz-avx2.mac.x86_64.S
[175/408] Compiling rsaz-avx2.linux.x86_64.S
[176/408] Compiling sha512.c
[177/408] Compiling sha1-altivec.c
[178/408] Compiling sha1.c
[179/408] Compiling sha256.c
[180/408] Compiling rdrand-x86_64.mac.x86_64.S
[181/408] Compiling rdrand-x86_64.linux.x86_64.S
[182/408] Compiling self_check.c
[183/408] Compiling rsa.c
[184/408] Compiling blinding.c
[185/408] Compiling rsa_impl.c
[186/408] Compiling by_dir.c
[187/408] Compiling padding.c
[188/408] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[189/408] Compiling rand.c
[189/408] Compiling fork_detect.c
[191/408] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[192/408] Compiling p256-x86_64-asm.mac.x86_64.S
[192/408] Compiling p256-x86_64-asm.linux.x86_64.S
[194/408] Compiling urandom.c
[195/408] Compiling ctrdrbg.c
[196/408] Compiling polyval.c
[197/408] Compiling md5-x86_64.mac.x86_64.S
[198/408] Compiling ofb.c
[199/408] Compiling md5-x86_64.linux.x86_64.S
[200/408] Compiling md5-586.windows.x86.S
[201/408] Compiling gcm_nohw.c
[202/408] Compiling ctr.c
[203/408] Compiling gcm.c
[204/408] Compiling md5-586.linux.x86.S
[205/408] Compiling cbc.c
[206/408] Compiling cfb.c
[207/408] Compiling md5.c
[208/408] Compiling ghashv8-armx64.linux.aarch64.S
[209/408] Compiling is_fips.c
[210/408] Compiling md4.c
[211/408] Compiling ghashv8-armx64.ios.aarch64.S
[211/408] Compiling ghashv8-armx32.ios.arm.S
[213/408] Compiling ghashv8-armx32.linux.arm.S
[213/408] Compiling ghash-x86_64.mac.x86_64.S
[215/408] Compiling ghash-x86_64.linux.x86_64.S
[216/408] Compiling ghash-x86.windows.x86.S
[217/408] Compiling hmac.c
[218/408] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[219/408] Compiling ghash-x86.linux.x86.S
[220/408] Compiling ghash-armv4.linux.arm.S
[221/408] Compiling ghash-ssse3-x86.linux.x86.S
[221/408] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[221/408] Compiling ghash-ssse3-x86.windows.x86.S
[224/408] Compiling ghash-neon-armv8.linux.aarch64.S
[225/408] Compiling ghash-neon-armv8.ios.aarch64.S
[226/408] Compiling ghash-armv4.ios.arm.S
[227/408] Compiling fips_shared_support.c
[228/408] Compiling ecdsa.c
[229/408] Compiling ecdh.c
[230/408] Compiling util.c
[231/408] Compiling simple.c
[231/408] Compiling wnaf.c
[231/408] Compiling scalar.c
[234/408] Compiling simple_mul.c
[234/408] Compiling p256-x86_64.c
[236/408] Compiling p224-64.c
[237/408] Compiling p256.c
[238/408] Compiling oct.c
[239/408] Compiling felem.c
[240/408] Compiling co-586.windows.x86.S
[240/408] Compiling co-586.linux.x86.S
[242/408] Compiling ec_montgomery.c
[243/408] Compiling ec_key.c
[244/408] Compiling digests.c
[245/408] Compiling digest.c
[246/408] Compiling dh.c
[247/408] Compiling check.c
[248/408] Compiling ec.c
[249/408] Compiling bsaes-armv7.ios.arm.S
[250/408] Compiling bsaes-armv7.linux.arm.S
[251/408] Compiling e_des.c
[252/408] Compiling cipher.c
[253/408] Compiling des.c
[254/408] Compiling aead.c
[255/408] Compiling sqrt.c
[256/408] Compiling e_aes.c
[257/408] Compiling shift.c
[258/408] Compiling rsaz_exp.c
[259/408] Compiling random.c
[260/408] Compiling prime.c
[261/408] Compiling montgomery_inv.c
[261/408] Compiling mul.c
[263/408] Compiling jacobi.c
[264/408] Compiling montgomery.c
[265/408] Compiling gcd_extra.c
[266/408] Compiling gcd.c
[267/408] Compiling generic.c
[268/408] Compiling exponentiation.c
[269/408] Compiling div_extra.c
[270/408] Compiling x86_64-gcc.c
[271/408] Compiling ctx.c
[272/408] Compiling bytes.c
[273/408] Compiling cmp.c
[274/408] Compiling bn-586.windows.x86.S
[275/408] Compiling bn-586.linux.x86.S
[276/408] Compiling div.c
[277/408] Compiling armv8-mont.linux.aarch64.S
[278/408] Compiling bn.c
[279/408] Compiling add.c
[280/408] Compiling armv4-mont.linux.arm.S
[281/408] Compiling armv4-mont.ios.arm.S
[282/408] Compiling aesv8-armx64.linux.aarch64.S
[283/408] Compiling aesv8-armx32.linux.arm.S
[284/408] Compiling aesv8-armx64.ios.aarch64.S
[284/408] Compiling armv8-mont.ios.aarch64.S
[286/408] Compiling aesni-x86_64.linux.x86_64.S
[287/408] Compiling aesv8-armx32.ios.arm.S
[288/408] Compiling aesni-x86_64.mac.x86_64.S
[289/408] Compiling aesni-x86.windows.x86.S
[290/408] Compiling aesni-x86.linux.x86.S
[291/408] Compiling aesni-gcm-x86_64.linux.x86_64.S
[292/408] Compiling aesni-gcm-x86_64.mac.x86_64.S
[293/408] Compiling aes_nohw.c
[294/408] Compiling ex_data.c
[295/408] Compiling aes.c
[296/408] Compiling mode_wrappers.c
[297/408] Compiling key_wrap.c
[298/408] Compiling sign.c
[299/408] Compiling scrypt.c
[300/408] Compiling pbkdf.c
[301/408] Compiling p_x25519_asn1.c
[302/408] Compiling p_x25519.c
[303/408] Compiling print.c
[304/408] Compiling p_rsa_asn1.c
[305/408] Compiling p_ed25519.c
[306/408] Compiling p_ed25519_asn1.c
[307/408] Compiling p_rsa.c
[308/408] Compiling p_ec.c
[309/408] Compiling p_dsa_asn1.c
[310/408] Compiling evp_ctx.c
[311/408] Compiling digestsign.c
[312/408] Compiling err_data.c
[313/408] Compiling evp_asn1.c
[314/408] Compiling evp.c
[315/408] Compiling err.c
[316/408] Compiling engine.c
[317/408] Compiling ecdsa_asn1.c
[318/408] Compiling ecdh_extra.c
[319/408] Compiling hash_to_curve.c
[320/408] Compiling ec_derive.c
[321/408] Compiling dsa_asn1.c
[322/408] Compiling x25519-asm-arm.S
[323/408] Compiling digest_extra.c
[323/408] Compiling ec_asn1.c
[325/408] Compiling dh_asn1.c
[326/408] Compiling dsa.c
[327/408] Compiling params.c
[328/408] Compiling spake25519.c
[329/408] Compiling cpu-ppc64le.c
[330/408] Compiling crypto.c
[331/408] Compiling cpu-intel.c
[332/408] Compiling cpu-arm.c
[332/408] Compiling cpu-arm-linux.c
[334/408] Compiling cpu-aarch64-win.c
[335/408] Compiling cpu-aarch64-linux.c
[336/408] Compiling cpu-aarch64-fuchsia.c
[337/408] Compiling curve25519.c
[338/408] Compiling cmac.c
[339/408] Compiling conf.c
[340/408] Compiling tls_cbc.c
[341/408] Compiling e_tls.c
[342/408] Compiling e_rc4.c
[343/408] Compiling e_null.c
[344/408] Compiling e_rc2.c
[345/408] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[346/408] Compiling e_aesgcmsiv.c
[347/408] Compiling e_chacha20poly1305.c
[348/408] Compiling e_aesctrhmac.c
[349/408] Compiling derive_key.c
[350/408] Compiling e_aesccm.c
[351/408] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[352/408] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[353/408] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[354/408] Compiling cipher_extra.c
[355/408] Compiling chacha-x86_64.mac.x86_64.S
[356/408] Compiling chacha-x86_64.linux.x86_64.S
[357/408] Compiling chacha-x86.windows.x86.S
[358/408] Compiling chacha-x86.linux.x86.S
[359/408] Compiling chacha-armv8.linux.aarch64.S
[360/408] Compiling chacha-armv4.linux.arm.S
[361/408] Compiling chacha.c
[362/408] Compiling chacha-armv4.ios.arm.S
[363/408] Compiling chacha-armv8.ios.aarch64.S
[364/408] Compiling unicode.c
[365/408] Compiling ber.c
[366/408] Compiling asn1_compat.c
[367/408] Compiling cbb.c
[368/408] Compiling cbs.c
[369/408] Compiling bn_asn1.c
[370/408] Compiling buf.c
[371/408] Compiling blake2.c
[372/408] Compiling convert.c
[373/408] Compiling printf.c
[374/408] Compiling socket_helper.c
[374/408] Compiling socket.c
[376/408] Compiling hexdump.c
[377/408] Compiling pair.c
[378/408] Compiling file.c
[379/408] Compiling fd.c
[380/408] Compiling connect.c
[381/408] Compiling bio_mem.c
[382/408] Compiling base64.c
[383/408] Compiling time_support.c
[384/408] Compiling bio.c
[385/408] Compiling tasn_utl.c
[386/408] Compiling tasn_typ.c
[387/408] Compiling tasn_fre.c
[388/408] Compiling tasn_new.c
[389/408] Compiling f_string.c
[390/408] Compiling tasn_enc.c
[391/408] Compiling f_int.c
[392/408] Compiling f_enum.c
[393/408] Compiling asn_pack.c
[394/408] Compiling tasn_dec.c
[395/408] Compiling asn1_par.c
[396/408] Compiling asn1_lib.c
[397/408] Compiling a_utf8.c
[398/408] Compiling a_utctm.c
[399/408] Compiling a_type.c
[400/408] Compiling a_time.c
[401/408] Compiling a_print.c
[402/408] Compiling a_strnid.c
[403/408] Compiling a_octet.c
[404/408] Compiling a_dup.c
[405/408] Compiling a_d2i_fp.c
[406/408] Compiling a_bool.c
[407/408] Compiling a_bitstr.c
[409/463] Emitting module Crypto
[410/469] Compiling Crypto SafeCompare_boring.swift
[411/469] Compiling Crypto Zeroization_boring.swift
[412/469] Compiling Crypto PrettyBytes.swift
[413/469] Compiling Crypto SafeCompare.swift
[414/469] Compiling Crypto SecureBytes.swift
[415/469] Compiling Crypto Zeroization.swift
[416/469] Compiling Crypto AES-GCM.swift
[417/469] Compiling Crypto AES-GCM_boring.swift
[418/469] Compiling Crypto ChaChaPoly_boring.swift
[419/469] Compiling Crypto ChaChaPoly.swift
[420/469] Compiling Crypto Cipher.swift
[421/469] Compiling Crypto Nonces.swift
[422/469] Compiling Crypto ObjectIdentifier.swift
[423/469] Compiling Crypto ECDSASignature.swift
[424/469] Compiling Crypto PEMDocument.swift
[425/469] Compiling Crypto PKCS8PrivateKey.swift
[426/469] Compiling Crypto SEC1PrivateKey.swift
[427/469] Compiling Crypto SubjectPublicKeyInfo.swift
[428/469] Compiling Crypto CryptoKitErrors.swift
[429/469] Compiling Crypto Digest_boring.swift
[430/469] Compiling Crypto Digest.swift
[431/469] Compiling Crypto Digests.swift
[432/469] Compiling Crypto HashFunctions.swift
[433/469] Compiling Crypto HashFunctions_SHA2.swift
[434/469] Compiling Crypto ASN1.swift
[435/469] Compiling Crypto ASN1BitString.swift
[436/469] Compiling Crypto ASN1Identifier.swift
[437/469] Compiling Crypto ASN1Integer.swift
[438/469] Compiling Crypto ASN1OctetString.swift
[439/469] Compiling Crypto ArraySliceBigint.swift
[440/469] Compiling Crypto Insecure.swift
[441/469] Compiling Crypto Insecure_HashFunctions.swift
[442/469] Compiling Crypto ECDH_boring.swift
[443/469] Compiling Crypto DH.swift
[444/469] Compiling Crypto ECDH.swift
[445/469] Compiling Crypto HKDF.swift
[446/469] Compiling Crypto MessageAuthenticationCode.swift
[447/469] Compiling Crypto AES.swift
[448/469] Compiling Crypto ECDSASignature_boring.swift
[449/469] Compiling Crypto ECDSA_boring.swift
[450/469] Compiling Crypto EdDSA_boring.swift
[451/469] Compiling Crypto ECDSA.swift
[452/469] Compiling Crypto Ed25519_boring.swift
[453/469] Compiling Crypto EllipticCurvePoint_boring.swift
[454/469] Compiling Crypto EllipticCurve_boring.swift
[455/469] Compiling Crypto NISTCurvesKeys_boring.swift
[456/469] Compiling Crypto X25519Keys_boring.swift
[457/469] Compiling Crypto Curve25519.swift
[458/469] Compiling Crypto EdDSA.swift
[459/469] Compiling Crypto Signature.swift
[460/469] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[461/469] Compiling Crypto CryptoKitErrors_boring.swift
[462/469] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[463/469] Compiling Crypto RNG_boring.swift
[464/469] Compiling Crypto Ed25519.swift
[465/469] Compiling Crypto NISTCurvesKeys.swift
[466/469] Compiling Crypto X25519Keys.swift
[467/469] Compiling Crypto SymmetricKeys.swift
[468/469] Compiling Crypto HMAC.swift
[469/469] Compiling Crypto MACFunctions.swift
[470/497] Emitting module TalkToCloud
/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/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()
[471/500] Compiling TalkToCloud FileManager+Cleanup.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
[472/500] 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
[473/500] 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
[474/500] Compiling TalkToCloud ContainerConsumer.swift
[475/500] Compiling TalkToCloud Cursor.swift
[476/500] Compiling TalkToCloud DevelopmentConsumer.swift
[477/500] Compiling TalkToCloud APIKeyConsumer.swift
[478/500] Compiling TalkToCloud AssetAttached.swift
[479/500] Compiling TalkToCloud AssetUpload.swift
[480/500] Compiling TalkToCloud ProductionConsumer.swift
[481/500] Compiling TalkToCloud RawFieldsCopy.swift
[482/500] Compiling TalkToCloud RemoteRecord.swift
[483/500] Compiling TalkToCloud RemoteReference.swift
/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()
[484/500] Compiling TalkToCloud Response.swift
/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()
[485/500] Compiling TalkToCloud Shell.swift
/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()
[486/500] Compiling TalkToCloud CommandLineFetch.swift
[487/500] Compiling TalkToCloud Commander.swift
[488/500] Compiling TalkToCloud Configuration.swift
[489/500] Compiling TalkToCloud NetworkRequest.swift
[490/500] Compiling TalkToCloud OpenSSLSign.swift
[491/500] Compiling TalkToCloud PrivateKeyAuthenticator.swift
[492/500] Compiling TalkToCloud Assets.swift
[493/500] Compiling TalkToCloud Authenticator.swift
[494/500] Compiling TalkToCloud CURLRequest.swift
[495/500] Compiling TalkToCloud CloudContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/CloudContainer.swift:331:17: warning: variable 'continuation' was never mutated; consider changing to 'let' constant
329 |             var cloudError: CloudError? = nil
330 |             var result: R? = nil
331 |             var continuation: (() -> Void)? = nil
    |                 `- warning: variable 'continuation' was never mutated; consider changing to 'let' constant
332 |
333 |             defer {
[496/500] Compiling TalkToCloud CloudRequest.swift
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/CloudContainer.swift:331:17: warning: variable 'continuation' was never mutated; consider changing to 'let' constant
329 |             var cloudError: CloudError? = nil
330 |             var result: R? = nil
331 |             var continuation: (() -> Void)? = nil
    |                 `- warning: variable 'continuation' was never mutated; consider changing to 'let' constant
332 |
333 |             defer {
[497/500] Compiling TalkToCloud Command.swift
/Users/admin/builder/spi-builder-workspace/Sources/TalkToCloud/CloudContainer.swift:331:17: warning: variable 'continuation' was never mutated; consider changing to 'let' constant
329 |             var cloudError: CloudError? = nil
330 |             var result: R? = nil
331 |             var continuation: (() -> Void)? = nil
    |                 `- warning: variable 'continuation' was never mutated; consider changing to 'let' constant
332 |
333 |             defer {
[498/500] Compiling TalkToCloud SignData.swift
/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 | }
[499/500] Compiling TalkToCloud SynchronousSystemFetch.swift
/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 | }
[500/500] Compiling TalkToCloud SystemSign.swift
/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! (12.88s)
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.swift",
        "CloudRequest.swift",
        "Command.swift",
        "CommandLineFetch.swift",
        "Commander.swift",
        "Configuration.swift",
        "ContainerConsumer.swift",
        "Cursor.swift",
        "DevelopmentConsumer.swift",
        "FileManager+Cleanup.swift",
        "Logging.swift",
        "NetworkFetch.swift",
        "NetworkRequest.swift",
        "OpenSSLSign.swift",
        "PrivateKeyAuthenticator.swift",
        "ProductionConsumer.swift",
        "RawFieldsCopy.swift",
        "RemoteRecord.swift",
        "RemoteReference.swift",
        "Response.swift",
        "Shell.swift",
        "SignData.swift",
        "SynchronousSystemFetch.swift",
        "SystemSign.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.