The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of CryptoOffice, reference main (4fc483), with Swift 6.0 for macOS (SPM) on 1 Nov 2024 06:49:36 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CoreOffice/CryptoOffice.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/CoreOffice/CryptoOffice
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 4fc4834 Update README.md (#2)
Cloned https://github.com/CoreOffice/CryptoOffice.git
Revision (git rev-parse @):
4fc4834bf8df8e39cd5e4dfdf04b94cfe06b5257
SUCCESS checkout https://github.com/CoreOffice/CryptoOffice.git at main
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/CoreOffice/XMLCoder.git
Fetching https://github.com/weichsel/ZIPFoundation.git
Fetching https://github.com/CoreOffice/OLEKit.git
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
[1/10011] Fetching xmlcoder
[2/10917] Fetching xmlcoder, olekit
[157/16383] Fetching xmlcoder, olekit, zipfoundation
[158/26799] Fetching xmlcoder, olekit, zipfoundation, swift-crypto
[313/39502] Fetching xmlcoder, olekit, zipfoundation, swift-crypto, cryptoswift
Fetched https://github.com/apple/swift-crypto.git from cache (1.73s)
Fetched https://github.com/CoreOffice/XMLCoder.git from cache (1.73s)
Fetched https://github.com/CoreOffice/OLEKit.git from cache (1.82s)
Fetched https://github.com/weichsel/ZIPFoundation.git from cache (1.82s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (1.82s)
Computing version for https://github.com/weichsel/ZIPFoundation.git
Computed https://github.com/weichsel/ZIPFoundation.git at 0.9.11 (0.69s)
Computing version for https://github.com/CoreOffice/OLEKit.git
Computed https://github.com/CoreOffice/OLEKit.git at 0.1.0 (0.60s)
Computing version for https://github.com/CoreOffice/XMLCoder.git
Computed https://github.com/CoreOffice/XMLCoder.git at 0.14.0 (0.67s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.5.1 (0.67s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.0.1 (0.64s)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.5.1
Creating working copy for https://github.com/CoreOffice/OLEKit.git
Working copy of https://github.com/CoreOffice/OLEKit.git resolved at 0.1.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 1.0.1
Creating working copy for https://github.com/CoreOffice/XMLCoder.git
Working copy of https://github.com/CoreOffice/XMLCoder.git resolved at 0.14.0
Creating working copy for https://github.com/weichsel/ZIPFoundation.git
Working copy of https://github.com/weichsel/ZIPFoundation.git resolved at 0.9.11
========================================
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": "cryptooffice",
      "name": "CryptoOffice",
      "url": "https://github.com/CoreOffice/CryptoOffice.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CryptoOffice",
      "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": [
          ]
        },
        {
          "identity": "cryptoswift",
          "name": "CryptoSwift",
          "url": "https://github.com/krzyzanowskim/CryptoSwift.git",
          "version": "1.8.3",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/CryptoSwift",
          "dependencies": [
          ]
        },
        {
          "identity": "xmlcoder",
          "name": "XMLCoder",
          "url": "https://github.com/CoreOffice/XMLCoder.git",
          "version": "0.14.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/XMLCoder",
          "dependencies": [
          ]
        },
        {
          "identity": "olekit",
          "name": "OLEKit",
          "url": "https://github.com/CoreOffice/OLEKit.git",
          "version": "0.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OLEKit",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/CoreOffice/CryptoOffice.git
[1/164] Fetching cryptooffice
Fetched https://github.com/CoreOffice/CryptoOffice.git from cache (0.77s)
Fetching https://github.com/CoreOffice/XMLCoder.git from cache
Fetching https://github.com/CoreOffice/OLEKit.git from cache
Fetching https://github.com/krzyzanowskim/CryptoSwift.git from cache
Fetching https://github.com/apple/swift-crypto.git from cache
Fetched https://github.com/apple/swift-crypto.git from cache (0.60s)
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (0.60s)
Fetched https://github.com/CoreOffice/XMLCoder.git from cache (0.60s)
Fetched https://github.com/CoreOffice/OLEKit.git from cache (0.60s)
Computing version for https://github.com/CoreOffice/OLEKit.git
Computed https://github.com/CoreOffice/OLEKit.git at 0.1.0 (0.02s)
Computing version for https://github.com/CoreOffice/XMLCoder.git
Computed https://github.com/CoreOffice/XMLCoder.git at 0.14.0 (0.02s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.3 (0.63s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (0.62s)
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/CoreOffice/OLEKit.git
Working copy of https://github.com/CoreOffice/OLEKit.git resolved at 0.1.0
Creating working copy for https://github.com/CoreOffice/XMLCoder.git
Working copy of https://github.com/CoreOffice/XMLCoder.git resolved at 0.14.0
Creating working copy for https://github.com/CoreOffice/CryptoOffice.git
Working copy of https://github.com/CoreOffice/CryptoOffice.git resolved at main (4fc4834)
Creating working copy for https://github.com/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.3
warning: '.resolve-product-dependencies': dependency 'cryptooffice' is not used by any target
Found 4 product dependencies
  - swift-crypto
  - CryptoSwift
  - XMLCoder
  - OLEKit
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/CoreOffice/CryptoOffice.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/394] Write sources
[5/394] Write swift-version--7754E27361AE5C74.txt
[6/394] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[7/440] Compiling err_data.c
[8/440] Compiling derive_key.c
[9/450] Compiling cipher_extra.c
[10/450] Compiling p256.c
[11/450] Compiling v3_utl.c
[12/450] Compiling curve25519.c
[13/451] Compiling CCryptoBoringSSLShims shims.c
[14/542] Compiling v3_skey.c
[15/542] Compiling v3_sxnet.c
[16/542] Compiling v3_prn.c
[17/542] Compiling v3_purp.c
[18/542] Compiling v3_pku.c
[19/542] Compiling v3_pcons.c
[20/542] Compiling v3_pmaps.c
[21/542] Compiling v3_pcia.c
[22/542] Compiling v3_pci.c
[23/542] Compiling v3_ocsp.c
[24/542] Compiling v3_int.c
[25/542] Compiling v3_ncons.c
[26/542] Compiling v3_lib.c
[27/542] Compiling v3_info.c
[28/542] Compiling v3_ia5.c
[29/542] Compiling v3_genn.c
[30/542] Compiling v3_enum.c
[31/542] Compiling v3_extku.c
[32/542] Compiling v3_crld.c
[33/542] Compiling v3_conf.c
[34/542] Compiling v3_cpols.c
[35/542] Compiling v3_bitst.c
[36/542] Compiling v3_bcons.c
[37/542] Compiling v3_akeya.c
[38/542] Compiling v3_alt.c
[39/542] Compiling v3_akey.c
[40/542] Compiling pcy_node.c
[41/542] Compiling pcy_tree.c
[42/542] Compiling pcy_map.c
[43/542] Compiling pcy_lib.c
[44/542] Compiling pcy_data.c
[45/542] Compiling pcy_cache.c
[46/542] Compiling x_x509a.c
[47/542] Compiling x_val.c
[48/542] Compiling x_spki.c
[49/542] Compiling x_sig.c
[50/542] Compiling x_x509.c
[51/542] Compiling x_req.c
[52/542] Compiling x_pubkey.c
[53/542] Compiling x_pkey.c
[54/542] Compiling x_info.c
[55/542] Compiling x_name.c
[56/542] Compiling x_exten.c
[57/542] Compiling x_attrib.c
[58/542] Compiling x_all.c
[59/542] Compiling x_algor.c
[60/542] Compiling x_crl.c
[61/542] Compiling x509spki.c
[62/542] Compiling x509rset.c
[63/542] Compiling x509name.c
[64/542] Compiling x509cset.c
[65/542] Compiling x509_v3.c
[66/542] Compiling x509_vpm.c
[67/542] Compiling x509_txt.c
[68/542] Compiling x509_vfy.c
[69/542] Compiling x509_set.c
[70/542] Compiling x509_req.c
[71/542] Compiling x509_trs.c
[72/542] Compiling x509_r2x.c
[73/542] Compiling x509_obj.c
[74/542] Compiling x509_def.c
[75/542] Compiling x509_ext.c
[76/542] Compiling x509_lu.c
[77/542] Compiling x509_d2.c
[78/542] Compiling x509_cmp.c
[79/542] Compiling x509_att.c
[80/542] Compiling x509.c
[81/542] Compiling t_x509a.c
[82/542] Compiling t_req.c
[83/542] Compiling i2d_pr.c
[84/542] Compiling t_crl.c
[85/542] Compiling t_x509.c
[86/542] Compiling rsa_pss.c
[87/542] Compiling by_file.c
[88/542] Compiling algorithm.c
[89/542] Compiling a_verify.c
[90/542] Compiling a_sign.c
[91/542] Compiling asn1_gen.c
[92/542] Compiling a_digest.c
[93/542] Compiling a_strex.c
[94/542] Compiling thread_win.c
[95/542] Compiling thread_pthread.c
[96/542] Compiling privacy_pass.c
[97/542] Compiling thread_none.c
[98/542] Compiling thread.c
[99/542] Compiling siphash.c
[100/542] Compiling stack.c
[101/542] Compiling rsa_print.c
[102/542] Compiling refcount_c11.c
[103/542] Compiling refcount_lock.c
[104/542] Compiling rsa_asn1.c
[105/542] Compiling windows.c
[106/542] Compiling rc4.c
[107/542] Compiling fuchsia.c
[108/542] Compiling rand_extra.c
[109/542] Compiling deterministic.c
[110/542] Compiling forkunsafe.c
[111/542] Compiling poly1305_vec.c
[112/542] Compiling pool.c
[113/542] Compiling poly1305_arm_asm.S
[114/542] Compiling poly1305_arm.c
[115/542] Compiling poly1305.c
[116/542] Compiling pkcs7.c
[117/542] Compiling pkcs8.c
[117/542] Compiling pkcs8_x509.c
[119/542] Compiling p5_pbev2.c
[120/542] Compiling pem_xaux.c
[121/542] Compiling pkcs7_x509.c
[122/542] Compiling pem_x509.c
[123/542] Compiling pem_pkey.c
[124/542] Compiling by_dir.c
[125/542] Compiling obj_xref.c
[126/542] Compiling pem_oth.c
[127/542] Compiling pem_pk8.c
[128/542] Compiling mem.c
[129/542] Compiling pem_all.c
[130/542] Compiling lhash.c
[131/542] Compiling poly_rq_mul.S
[132/542] Compiling pem_info.c
[133/542] Compiling hkdf.c
[134/542] Compiling x86_64-mont5.mac.x86_64.S
[135/542] Compiling x86_64-mont5.linux.x86_64.S
[136/542] Compiling pem_lib.c
[137/542] Compiling x86_64-mont.mac.x86_64.S
[138/542] Compiling x86_64-mont.linux.x86_64.S
[139/542] Compiling x86-mont.linux.x86.S
[140/542] Compiling vpaes-x86_64.mac.x86_64.S
[141/542] Compiling vpaes-x86_64.linux.x86_64.S
[142/542] Compiling vpaes-x86.linux.x86.S
[143/542] Compiling vpaes-armv8.linux.aarch64.S
[144/542] Compiling vpaes-armv7.linux.arm.S
[145/542] Compiling vpaes-armv7.ios.arm.S
[146/542] Compiling vpaes-armv8.ios.aarch64.S
[147/542] Compiling sha512-x86_64.mac.x86_64.S
[148/542] Compiling sha512-x86_64.linux.x86_64.S
[149/542] Compiling sha512-armv8.linux.aarch64.S
[150/542] Compiling sha512-armv8.ios.aarch64.S
[151/542] Compiling sha512-armv4.linux.arm.S
[152/542] Compiling sha512-armv4.ios.arm.S
[153/542] Compiling kdf.c
[154/542] Compiling sha512-586.linux.x86.S
[155/542] Compiling sha256-x86_64.mac.x86_64.S
[156/542] Compiling sha256-x86_64.linux.x86_64.S
[157/542] Compiling sha256-armv8.linux.aarch64.S
[158/542] Compiling obj.c
[159/542] Compiling sha256-armv8.ios.aarch64.S
[160/542] Compiling sha256-armv4.linux.arm.S
[161/542] Compiling sha256-armv4.ios.arm.S
[162/542] Compiling sha256-586.linux.x86.S
[163/542] Compiling sha1-x86_64.mac.x86_64.S
[164/542] Compiling sha1-x86_64.linux.x86_64.S
[165/542] Compiling sha1-armv8.linux.aarch64.S
[166/542] Compiling sha1-armv4-large.linux.arm.S
[167/542] Compiling sha1-armv4-large.ios.arm.S
[168/542] Compiling sha1-armv8.ios.aarch64.S
[169/542] Compiling sha1-586.linux.x86.S
[170/542] Compiling rsaz-avx2.mac.x86_64.S
[171/542] Compiling sha1-altivec.c
[172/542] Compiling sha512.c
[173/542] Compiling sha1.c
[174/542] Compiling rsaz-avx2.linux.x86_64.S
[175/542] Compiling sha256.c
[176/542] Compiling blinding.c
[177/542] Compiling rdrand-x86_64.mac.x86_64.S
[178/542] Compiling self_check.c
[179/542] Compiling rdrand-x86_64.linux.x86_64.S
[180/542] Compiling rand.c
[181/542] Compiling padding.c
[182/542] Compiling urandom.c
[183/542] Compiling ctrdrbg.c
[184/542] Compiling rsa_impl.c
[185/542] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[186/542] Compiling rsa.c
[187/542] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[188/542] Compiling p256-x86_64-asm.linux.x86_64.S
[188/542] Compiling p256-x86_64-asm.mac.x86_64.S
[190/542] Compiling hrss.c
[191/542] Compiling ofb.c
[192/542] Compiling polyval.c
[193/542] Compiling gcm_nohw.c
[194/542] Compiling cfb.c
[195/542] Compiling md5-x86_64.mac.x86_64.S
[196/542] Compiling ctr.c
[197/542] Compiling md5-x86_64.linux.x86_64.S
[198/542] Compiling cbc.c
[199/542] Compiling md5-586.linux.x86.S
[200/542] Compiling gcm.c
[201/542] Compiling is_fips.c
[202/542] Compiling ghashv8-armx64.linux.aarch64.S
[203/542] Compiling md5.c
[204/542] Compiling ghashv8-armx64.ios.aarch64.S
[205/542] Compiling ghashv8-armx32.linux.arm.S
[206/542] Compiling hmac.c
[207/542] Compiling ghashv8-armx32.ios.arm.S
[208/542] Compiling ghash-x86_64.mac.x86_64.S
[209/542] Compiling ghash-x86_64.linux.x86_64.S
[210/542] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[211/542] Compiling ghash-x86.linux.x86.S
[212/542] Compiling md4.c
[213/542] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[214/542] Compiling ghash-ssse3-x86.linux.x86.S
[215/542] Compiling ghash-neon-armv8.linux.aarch64.S
[216/542] Compiling fips_shared_support.c
[217/542] Compiling ghash-armv4.ios.arm.S
[218/542] Compiling ghash-armv4.linux.arm.S
[219/542] Compiling ghash-neon-armv8.ios.aarch64.S
[220/542] Compiling simple_mul.c
[221/542] Compiling ecdh.c
[222/542] Compiling util.c
[222/542] Compiling scalar.c
[224/542] Compiling wnaf.c
[225/542] Compiling simple.c
[226/542] Compiling p256-x86_64.c
[227/542] Compiling ecdsa.c
[228/542] Compiling felem.c
[228/542] Compiling oct.c
[230/542] Compiling digests.c
[231/542] Compiling ec_key.c
[232/542] Compiling co-586.linux.x86.S
[233/542] Compiling ec_montgomery.c
[234/542] Compiling digest.c
[235/542] Compiling p224-64.c
[236/542] Compiling ec.c
[237/542] Compiling bsaes-armv7.linux.arm.S
[238/542] Compiling bsaes-armv7.ios.arm.S
[239/542] Compiling e_des.c
[240/542] Compiling sqrt.c
[241/542] Compiling aead.c
[242/542] Compiling cipher.c
[243/542] Compiling rsaz_exp.c
[244/542] Compiling shift.c
[245/542] Compiling des.c
[246/542] Compiling e_aes.c
[247/542] Compiling montgomery_inv.c
[248/542] Compiling random.c
[249/542] Compiling jacobi.c
[250/542] Compiling prime.c
[251/542] Compiling montgomery.c
[252/542] Compiling gcd.c
[253/542] Compiling mul.c
[254/542] Compiling div_extra.c
[255/542] Compiling gcd_extra.c
[256/542] Compiling cmp.c
[257/542] Compiling bytes.c
[258/542] Compiling ctx.c
[259/542] Compiling exponentiation.c
[260/542] Compiling div.c
[261/542] Compiling x86_64-gcc.c
[262/542] Compiling bn-586.linux.x86.S
[263/542] Compiling armv8-mont.linux.aarch64.S
[264/542] Compiling bn.c
[265/542] Compiling armv8-mont.ios.aarch64.S
[266/542] Compiling add.c
[267/542] Compiling generic.c
[268/542] Compiling armv4-mont.linux.arm.S
[269/542] Compiling armv4-mont.ios.arm.S
[270/542] Compiling aesv8-armx64.linux.aarch64.S
[271/542] Compiling aesv8-armx32.linux.arm.S
[272/542] Compiling aesv8-armx64.ios.aarch64.S
[273/542] Compiling aesv8-armx32.ios.arm.S
[274/542] Compiling aesni-x86_64.mac.x86_64.S
[275/542] Compiling aesni-x86_64.linux.x86_64.S
[276/542] Compiling aesni-gcm-x86_64.mac.x86_64.S
[277/542] Compiling aesni-x86.linux.x86.S
[278/542] Compiling aesni-gcm-x86_64.linux.x86_64.S
[279/542] Compiling aes.c
[280/542] Compiling ex_data.c
[281/542] Compiling sign.c
[282/542] Compiling key_wrap.c
[283/542] Compiling mode_wrappers.c
[284/542] Compiling pbkdf.c
[285/542] Compiling scrypt.c
[286/542] Compiling aes_nohw.c
[287/542] Compiling p_x25519.c
[288/542] Compiling p_x25519_asn1.c
[289/542] Compiling p_rsa_asn1.c
[290/542] Compiling print.c
[291/542] Compiling p_ed25519.c
[292/542] Compiling p_ed25519_asn1.c
[293/542] Compiling p_rsa.c
[294/542] Compiling p_ec_asn1.c
[295/542] Compiling p_ec.c
[296/542] Compiling evp_asn1.c
[297/542] Compiling p_dsa_asn1.c
[298/542] Compiling evp_ctx.c
[299/542] Compiling digestsign.c
[300/542] Compiling engine.c
[301/542] Compiling evp.c
[302/542] Compiling ecdh_extra.c
[303/542] Compiling ecdsa_asn1.c
[304/542] Compiling err.c
[305/542] Compiling ec_derive.c
[306/542] Compiling dsa_asn1.c
[307/542] Compiling params.c
[308/542] Compiling digest_extra.c
[309/542] Compiling dh_asn1.c
[310/542] Compiling dsa.c
[311/542] Compiling check.c
[312/542] Compiling ec_asn1.c
[313/542] Compiling spake25519.c
[314/542] Compiling x25519-asm-arm.S
[315/542] Compiling dh.c
[316/542] Compiling cpu-arm.c
[317/542] Compiling cpu-intel.c
[318/542] Compiling crypto.c
[319/542] Compiling cpu-ppc64le.c
[320/542] Compiling cpu-arm-linux.c
[321/542] Compiling cpu-aarch64-fuchsia.c
[322/542] Compiling cpu-aarch64-linux.c
[323/542] Compiling e_rc4.c
[324/542] Compiling cmac.c
[325/542] Compiling e_null.c
[326/542] Compiling conf.c
[327/542] Compiling e_rc2.c
[328/542] Compiling tls_cbc.c
[329/542] Compiling e_tls.c
[330/542] Compiling e_aesgcmsiv.c
[331/542] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[332/542] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[333/542] Compiling e_chacha20poly1305.c
[334/542] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[335/542] Compiling e_aesctrhmac.c
[336/542] Compiling chacha-x86_64.linux.x86_64.S
[336/542] Compiling chacha-x86_64.mac.x86_64.S
[338/542] Compiling chacha-x86.linux.x86.S
[339/542] Compiling chacha.c
[340/542] Compiling chacha-armv8.linux.aarch64.S
[341/542] Compiling chacha-armv4.linux.arm.S
[342/542] Compiling chacha-armv4.ios.arm.S
[343/542] Compiling chacha-armv8.ios.aarch64.S
[344/542] Compiling e_aesccm.c
[345/542] Compiling unicode.c
[346/542] Compiling ber.c
[347/542] Compiling asn1_compat.c
[348/542] Compiling buf.c
[349/542] Compiling bn_asn1.c
[350/542] Compiling cbs.c
[351/542] Compiling cbb.c
[352/542] Compiling convert.c
[353/542] Compiling printf.c
[354/542] Compiling socket.c
[355/542] Compiling hexdump.c
[356/542] Compiling socket_helper.c
[357/542] Compiling file.c
[358/542] Compiling pair.c
[359/542] Compiling fd.c
[360/542] Compiling time_support.c
[361/542] Compiling bio_mem.c
[362/542] Compiling base64.c
[363/542] Compiling connect.c
[364/542] Compiling tasn_utl.c
[365/542] Compiling tasn_typ.c
[366/542] Compiling bio.c
[367/542] Compiling tasn_fre.c
[368/542] Compiling f_string.c
[369/542] Compiling tasn_new.c
[370/542] Compiling f_int.c
[371/542] Compiling f_enum.c
[372/542] Compiling tasn_enc.c
[373/542] Compiling asn_pack.c
[374/542] Compiling asn1_par.c
[375/542] Compiling tasn_dec.c
[376/542] Compiling asn1_lib.c
[378/542] Emitting module XMLCoder
[378/546] Compiling a_utf8.c
[379/546] Compiling a_octet.c
[380/546] Compiling a_print.c
[381/546] Compiling a_utctm.c
[382/546] Compiling a_time.c
[383/546] Compiling a_type.c
[384/546] Compiling a_strnid.c
[385/546] Compiling a_i2d_fp.c
[386/546] Compiling a_gentm.c
[387/546] Compiling a_mbstr.c
[388/546] Compiling a_int.c
[389/546] Compiling a_dup.c
[390/546] Compiling a_enum.c
[391/546] Compiling a_object.c
[392/546] Compiling a_d2i_fp.c
[393/546] Compiling a_bool.c
[394/546] Compiling a_bitstr.c
[396/591] Emitting module CryptoSwift
[397/601] Compiling CryptoSwift Prime Test.swift
[398/601] Compiling CryptoSwift Random.swift
[399/601] Compiling CryptoSwift Shifts.swift
[400/601] Compiling CryptoSwift Square Root.swift
[401/601] Compiling CryptoSwift Strideable.swift
[402/601] Compiling CryptoSwift String Conversion.swift
[403/601] Compiling CryptoSwift Subtraction.swift
[404/601] Compiling CryptoSwift Words and Bits.swift
[405/601] Compiling CryptoSwift ChaCha20.swift
[406/601] Compiling CryptoSwift Checksum.swift
[407/601] Compiling Crypto DH.swift
[408/601] Compiling Crypto ECDH.swift
[409/601] Compiling Crypto HKDF.swift
[410/601] Compiling Crypto Ed25519_boring.swift
[411/601] Compiling Crypto EllipticCurvePoint_boring.swift
[412/601] Compiling Crypto NISTCurvesKeys.swift
[413/601] Compiling Crypto X25519Keys.swift
[414/601] Compiling Crypto SymmetricKeys.swift
[415/601] Compiling Crypto HMAC.swift
[416/601] Compiling Crypto MACFunctions.swift
[417/601] Compiling Crypto Nonces.swift
[418/601] Compiling Crypto CryptoKitErrors.swift
[419/601] Compiling Crypto Digest_boring.swift
[420/601] Compiling Crypto Digest.swift
[421/601] Compiling Crypto Digests.swift
[422/601] Compiling Crypto ECDSA.swift
[423/601] Compiling Crypto EdDSA.swift
[424/601] Compiling Crypto Signature.swift
[425/601] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[426/601] Compiling Crypto CryptoKitErrors_boring.swift
[427/601] Compiling OLEKit Reader.swift
[428/601] Compiling OLEKit StorageType.swift
[429/601] Compiling OLEKit Header.swift
[430/601] Compiling OLEKit OLEFile.swift
[431/601] Compiling OLEKit OLEStream.swift
[432/601] Compiling Crypto HashFunctions.swift
[433/601] Compiling Crypto HashFunctions_SHA2.swift
[434/601] Compiling Crypto Insecure.swift
[435/601] Compiling Crypto Insecure_HashFunctions.swift
[436/601] Compiling Crypto ECDH_boring.swift
[437/601] Compiling OLEKit OLEError.swift
[438/601] Compiling OLEKit DataStream.swift
[439/601] Compiling OLEKit FAT.swift
[440/601] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[441/601] Compiling Crypto RNG_boring.swift
[442/601] Compiling Crypto SafeCompare_boring.swift
[443/601] Compiling Crypto Zeroization_boring.swift
[444/601] Compiling CryptoSwift Cryptor.swift
[454/601] Compiling Crypto EllipticCurve_boring.swift
[455/601] Compiling Crypto MessageAuthenticationCode.swift
[456/601] Compiling Crypto AES.swift
[457/601] Compiling Crypto ECDSASignature_boring.swift
[458/601] Compiling Crypto ECDSA_boring.swift
[459/601] Compiling Crypto EdDSA_boring.swift
[471/601] Emitting module OLEKit
[472/601] Compiling OLEKit DirectoryEntry.swift
[474/601] Compiling Crypto NISTCurvesKeys_boring.swift
[475/601] Compiling Crypto X25519Keys_boring.swift
[476/601] Compiling Crypto Curve25519.swift
[477/601] Compiling Crypto Ed25519.swift
[478/601] Compiling Crypto AES-GCM.swift
[479/601] Compiling Crypto AES-GCM_boring.swift
[480/601] Compiling Crypto ChaChaPoly_boring.swift
[481/601] Compiling Crypto ChaChaPoly.swift
[482/601] Compiling Crypto Cipher.swift
[503/601] Compiling CryptoSwift Padding.swift
[504/601] Compiling CryptoSwift Poly1305.swift
[505/601] Compiling CryptoSwift RSA.swift
[506/601] Compiling CryptoSwift Rabbit.swift
[507/601] Compiling CryptoSwift SHA1.swift
[508/601] Compiling CryptoSwift SHA2.swift
[509/601] Compiling CryptoSwift SHA3.swift
[510/601] Compiling CryptoSwift Scrypt.swift
[511/601] Compiling CryptoSwift SecureBytes.swift
[512/601] Compiling CryptoSwift StreamDecryptor.swift
[513/601] Compiling CryptoSwift BlockMode.swift
[514/601] Compiling CryptoSwift BlockModeOptions.swift
[515/601] Compiling CryptoSwift CBC.swift
[516/601] Compiling CryptoSwift CCM.swift
[517/601] Compiling CryptoSwift CFB.swift
[518/601] Compiling CryptoSwift CTR.swift
[519/601] Compiling CryptoSwift CipherModeWorker.swift
[520/601] Compiling CryptoSwift ECB.swift
[521/601] Compiling CryptoSwift GCM.swift
[522/601] Compiling CryptoSwift OCB.swift
[523/601] Compiling CryptoSwift Codable.swift
[524/601] Compiling CryptoSwift Comparable.swift
[525/601] Compiling CryptoSwift Data Conversion.swift
[526/601] Compiling CryptoSwift Division.swift
[527/601] Compiling CryptoSwift Exponentiation.swift
[528/601] Compiling CryptoSwift Floating Point Conversion.swift
[529/601] Compiling CryptoSwift GCD.swift
[530/601] Compiling CryptoSwift Hashable.swift
[531/601] Compiling CryptoSwift Integer Conversion.swift
[532/601] Compiling CryptoSwift Multiplication.swift
[537/601] Compiling XMLCoder XMLEncodingStorage.swift
[538/601] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[539/601] Compiling XMLCoder XMLReferencingEncoder.swift
[540/601] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[541/601] Compiling CryptoSwift Array+Foundation.swift
[542/601] Compiling CryptoSwift Blowfish+Foundation.swift
[547/601] Compiling CryptoSwift StreamEncryptor.swift
[548/601] Compiling CryptoSwift String+Extension.swift
[549/601] Compiling CryptoSwift UInt128.swift
[550/601] Compiling CryptoSwift UInt16+Extension.swift
[551/601] Compiling CryptoSwift UInt32+Extension.swift
[552/601] Compiling CryptoSwift UInt64+Extension.swift
[553/601] Compiling CryptoSwift UInt8+Extension.swift
[554/601] Compiling CryptoSwift Updatable.swift
[555/601] Compiling CryptoSwift Utils.swift
[556/601] Compiling CryptoSwift ZeroPadding.swift
[571/605] Emitting module Crypto
[602/605] Compiling Crypto PrettyBytes.swift
[603/605] Compiling Crypto SafeCompare.swift
[604/605] Compiling Crypto SecureBytes.swift
[605/605] Compiling Crypto Zeroization.swift
[606/609] Compiling CryptoOffice CryptoOfficeFile.swift
[607/609] Emitting module CryptoOffice
/Users/admin/builder/spi-builder-workspace/Sources/CryptoOffice/CryptoOfficeError.swift:18:44: warning: cannot use struct 'Encoding' here; 'Foundation' was not imported by this file
16 |   case standardEncryptionNotSupported
17 |   case fileIsNotEncrypted(path: String)
18 |   case cantEncodePassword(encoding: String.Encoding)
   |                                            `- warning: cannot use struct 'Encoding' here; 'Foundation' was not imported by this file
19 |   case extensibleEncryptionNotSupported
20 |   case encryptedKeyNotSpecifiedForAgileEncryption
Foundation.String:3:19: note: type declared here
 1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
 2 | extension String {
 3 |     public struct Encoding : RawRepresentable, Sendable, Equatable {
   |                   `- note: type declared here
 4 |         public var rawValue: UInt
 5 |         public init(rawValue: UInt)
[608/609] Compiling CryptoOffice CryptoOfficeError.swift
/Users/admin/builder/spi-builder-workspace/Sources/CryptoOffice/CryptoOfficeError.swift:18:44: warning: cannot use struct 'Encoding' here; 'Foundation' was not imported by this file
16 |   case standardEncryptionNotSupported
17 |   case fileIsNotEncrypted(path: String)
18 |   case cantEncodePassword(encoding: String.Encoding)
   |                                            `- warning: cannot use struct 'Encoding' here; 'Foundation' was not imported by this file
19 |   case extensibleEncryptionNotSupported
20 |   case encryptedKeyNotSpecifiedForAgileEncryption
Foundation.String:3:19: note: type declared here
 1 | @available(macOS 10.10, iOS 8.0, watchOS 2.0, tvOS 9.0, *)
 2 | extension String {
 3 |     public struct Encoding : RawRepresentable, Sendable, Equatable {
   |                   `- note: type declared here
 4 |         public var rawValue: UInt
 5 |         public init(rawValue: UInt)
[609/609] Compiling CryptoOffice ECMA376Agile.swift
Build complete! (49.64s)
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"
    },
    {
      "identity" : "cryptoswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/krzyzanowskim/CryptoSwift.git"
    },
    {
      "identity" : "xmlcoder",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.14.0",
            "upper_bound" : "0.15.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CoreOffice/XMLCoder.git"
    },
    {
      "identity" : "olekit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.1.0",
            "upper_bound" : "0.2.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CoreOffice/OLEKit.git"
    },
    {
      "identity" : "zipfoundation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.9.11",
            "upper_bound" : "0.10.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/weichsel/ZIPFoundation.git"
    }
  ],
  "manifest_display_name" : "CryptoOffice",
  "name" : "CryptoOffice",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "CryptoOffice",
      "targets" : [
        "CryptoOffice"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "CryptoOfficeTests",
      "module_type" : "SwiftTarget",
      "name" : "CryptoOfficeTests",
      "path" : "Tests/CryptoOfficeTests",
      "product_dependencies" : [
        "ZIPFoundation"
      ],
      "sources" : [
        "CryptoOfficeTests.swift"
      ],
      "target_dependencies" : [
        "CryptoOffice"
      ],
      "type" : "test"
    },
    {
      "c99name" : "CryptoOffice",
      "module_type" : "SwiftTarget",
      "name" : "CryptoOffice",
      "path" : "Sources/CryptoOffice",
      "product_dependencies" : [
        "Crypto",
        "CryptoSwift",
        "OLEKit",
        "XMLCoder"
      ],
      "product_memberships" : [
        "CryptoOffice"
      ],
      "sources" : [
        "CryptoOfficeError.swift",
        "CryptoOfficeFile.swift",
        "ECMA376Agile.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.