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

Failed to build CryptoOffice, reference main (4fc483), with Swift 6.1 for Android on 27 May 2025 19:49:24 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/CoreOffice/CryptoOffice.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/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
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/CoreOffice/CryptoOffice.git
https://github.com/CoreOffice/CryptoOffice.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    },
    {
      "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" : "/host/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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
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
[1/906] Fetching olekit
[735/10917] Fetching olekit, xmlcoder
[1008/16491] Fetching olekit, xmlcoder, zipfoundation
[4279/30427] Fetching olekit, xmlcoder, zipfoundation, swift-crypto
Fetched https://github.com/CoreOffice/OLEKit.git from cache (0.59s)
[4252/29521] Fetching xmlcoder, zipfoundation, swift-crypto
Fetched https://github.com/CoreOffice/XMLCoder.git from cache (1.40s)
Fetched https://github.com/weichsel/ZIPFoundation.git from cache (1.42s)
[3458/13936] Fetching swift-crypto
Fetching https://github.com/krzyzanowskim/CryptoSwift.git
Fetched https://github.com/apple/swift-crypto.git from cache (3.12s)
[1/12941] Fetching cryptoswift
Fetched https://github.com/krzyzanowskim/CryptoSwift.git from cache (2.42s)
Computing version for https://github.com/CoreOffice/OLEKit.git
Computed https://github.com/CoreOffice/OLEKit.git at 0.1.0 (9.77s)
Computing version for https://github.com/CoreOffice/XMLCoder.git
Computed https://github.com/CoreOffice/XMLCoder.git at 0.14.0 (2.87s)
Computing version for https://github.com/weichsel/ZIPFoundation.git
Computed https://github.com/weichsel/ZIPFoundation.git at 0.9.19 (0.98s)
Computing version for https://github.com/krzyzanowskim/CryptoSwift.git
Computed https://github.com/krzyzanowskim/CryptoSwift.git at 1.8.4 (1.02s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (1.00s)
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/weichsel/ZIPFoundation.git
Working copy of https://github.com/weichsel/ZIPFoundation.git resolved at 0.9.19
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/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/krzyzanowskim/CryptoSwift.git
Working copy of https://github.com/krzyzanowskim/CryptoSwift.git resolved at 1.8.4
warning: 'zipfoundation': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy
Building for debugging...
[0/412] Write sources
[5/412] Copying PrivacyInfo.xcprivacy
[6/412] Compiling a_bool.c
[7/412] Compiling a_d2i_fp.c
[8/412] Compiling a_enum.c
[9/412] Compiling a_dup.c
[10/412] Compiling a_bitstr.c
[11/412] Compiling a_gentm.c
[12/412] Write swift-version-24593BA9C3E375BF.txt
[13/412] Compiling v3_prn.c
[14/412] Compiling v3_pmaps.c
[15/412] Compiling v3_purp.c
[16/412] Compiling v3_skey.c
[17/412] Compiling CCryptoBoringSSLShims shims.c
[18/412] Compiling v3_pcons.c
[19/412] Compiling v3_utl.c
[20/412] Compiling v3_pcia.c
[21/420] Compiling v3_ncons.c
[22/421] Compiling v3_ocsp.c
[23/505] Compiling v3_pci.c
[24/566] Compiling v3_lib.c
[25/566] Compiling v3_int.c
[26/566] Compiling v3_info.c
[27/566] Compiling v3_ia5.c
[28/566] Compiling v3_genn.c
[29/566] Compiling v3_enum.c
[30/566] Compiling v3_extku.c
[31/566] Compiling v3_crld.c
[32/566] Compiling v3_cpols.c
[33/566] Compiling v3_conf.c
[34/566] Compiling v3_bitst.c
[35/566] Compiling v3_bcons.c
[36/566] Compiling v3_akey.c
[37/566] Compiling v3_alt.c
[38/566] Compiling pcy_tree.c
[39/566] Compiling v3_akeya.c
[40/566] Compiling pcy_node.c
[41/566] Compiling pcy_map.c
[42/566] Compiling pcy_data.c
[43/566] Compiling pcy_lib.c
[44/566] Compiling x_x509a.c
[45/566] Compiling pcy_cache.c
[46/566] Compiling x_x509.c
[47/566] Compiling x_sig.c
[48/566] Compiling x_val.c
[49/566] Compiling x_req.c
[50/566] Compiling x_spki.c
[51/566] Compiling x_pubkey.c
[52/566] Compiling x_exten.c
[53/566] Compiling x_name.c
[54/566] Compiling x_info.c
[55/566] Compiling x_pkey.c
[56/566] Compiling x_crl.c
[57/566] Compiling x_attrib.c
[58/566] Compiling x_algor.c
[59/566] Compiling x509spki.c
[60/566] Compiling x_all.c
[61/566] Compiling x509rset.c
[62/566] Compiling x509cset.c
[63/566] Compiling x509name.c
[64/566] Compiling x509_vpm.c
[65/566] Compiling x509_txt.c
[66/566] Compiling x509_trs.c
[67/566] Compiling x509_v3.c
[68/566] Compiling x509_req.c
[69/566] Compiling x509_set.c
[70/566] Compiling x509_vfy.c
[71/566] Compiling x509_obj.c
[72/566] Compiling x509_def.c
[73/566] Compiling x509_ext.c
[74/566] Compiling x509_lu.c
[75/566] Compiling x509.c
[76/566] Compiling x509_d2.c
[77/566] Compiling x509_att.c
[78/566] Compiling t_x509a.c
[79/566] Compiling x509_cmp.c
[80/566] Compiling t_req.c
[81/566] Compiling i2d_pr.c
[82/566] Compiling t_x509.c
[83/566] Compiling rsa_pss.c
[84/566] Compiling t_crl.c
[85/566] Compiling by_file.c
[86/566] Compiling algorithm.c
[87/566] Compiling a_verify.c
[88/566] Compiling asn1_gen.c
[89/566] Compiling by_dir.c
[90/566] Compiling a_strex.c
[91/566] Compiling a_digest.c
[92/566] Compiling a_sign.c
[93/566] Compiling voprf.c
[94/566] Compiling trust_token.c
[95/566] Compiling thread_win.c
[96/566] Compiling thread_none.c
[97/566] Compiling pmbtoken.c
[98/566] Compiling thread.c
[98/566] Compiling thread_pthread.c
[100/566] Compiling stack.c
[101/566] Compiling refcount_lock.c
[102/566] Compiling rsa_print.c
[103/566] Compiling siphash.c
[104/566] Compiling rc4.c
[105/566] Compiling refcount_c11.c
[106/566] Compiling windows.c
[107/566] Compiling rsa_asn1.c
[108/566] Compiling rand_extra.c
[109/566] Compiling fuchsia.c
[110/566] Compiling deterministic.c
[111/566] Compiling passive.c
[112/566] Compiling forkunsafe.c
[113/566] Compiling poly1305_arm_asm.S
[114/566] Compiling poly1305_arm.c
[115/566] Compiling poly1305_vec.c
[116/566] Compiling pool.c
[117/566] Compiling poly1305.c
[118/566] Compiling pkcs7.c
[119/566] Compiling pkcs7_x509.c
[120/566] Compiling pkcs8.c
[121/566] Compiling p5_pbev2.c
[122/566] Compiling pem_xaux.c
[123/566] Compiling pkcs8_x509.c
[124/566] Compiling pem_x509.c
[125/566] Compiling pem_pk8.c
[126/566] Compiling pem_pkey.c
[128/566] Emitting module XMLCoder
[128/572] Compiling pem_oth.c
[129/572] Compiling obj_xref.c
[130/572] Compiling pem_all.c
[131/572] Compiling pem_lib.c
[132/572] Compiling lhash.c
[133/572] Compiling poly_rq_mul.S
[134/572] Compiling pem_info.c
[135/572] Compiling mem.c
[136/572] Compiling x86_64-mont5.mac.x86_64.S
[137/572] Compiling obj.c
[138/572] Compiling x86_64-mont.mac.x86_64.S
[139/572] Compiling x86_64-mont5.linux.x86_64.S
[140/572] Compiling hkdf.c
[141/572] Compiling x86_64-mont.linux.x86_64.S
[142/572] Compiling x86-mont.windows.x86.S
[143/572] Compiling hpke.c
[144/572] Compiling x86-mont.linux.x86.S
[145/572] Compiling vpaes-x86_64.mac.x86_64.S
[146/572] Compiling vpaes-x86_64.linux.x86_64.S
[147/572] Compiling vpaes-x86.linux.x86.S
[148/572] Compiling vpaes-armv8.ios.aarch64.S
[149/572] Compiling vpaes-x86.windows.x86.S
[150/572] Compiling vpaes-armv7.ios.arm.S
[151/572] Compiling vpaes-armv8.linux.aarch64.S
[152/572] Compiling vpaes-armv7.linux.arm.S
[153/572] Compiling sha512-x86_64.mac.x86_64.S
[154/572] Compiling sha512-x86_64.linux.x86_64.S
[155/572] Compiling sha512-armv8.linux.aarch64.S
[156/572] Compiling sha512-armv4.linux.arm.S
[157/572] Compiling sha512-armv8.ios.aarch64.S
[158/572] Compiling kdf.c
[159/572] Compiling sha512-armv4.ios.arm.S
[160/572] Compiling sha512-586.windows.x86.S
[161/572] Compiling sha512-586.linux.x86.S
[162/572] Compiling sha256-x86_64.mac.x86_64.S
[163/572] Compiling sha256-x86_64.linux.x86_64.S
[164/572] Compiling sha256-armv8.ios.aarch64.S
[165/572] Compiling sha256-armv4.linux.arm.S
[166/572] Compiling sha256-armv8.linux.aarch64.S
[167/572] Compiling sha256-armv4.ios.arm.S
[168/572] Compiling sha256-586.windows.x86.S
[169/572] Compiling sha256-586.linux.x86.S
[170/572] Compiling sha1-x86_64.mac.x86_64.S
[171/572] Compiling sha1-x86_64.linux.x86_64.S
[172/572] Compiling sha1-armv8.linux.aarch64.S
[173/572] Compiling sha1-armv4-large.linux.arm.S
[174/572] Compiling sha1-armv8.ios.aarch64.S
[175/572] Compiling hrss.c
[176/572] Compiling sha1-armv4-large.ios.arm.S
[177/572] Compiling sha1-586.windows.x86.S
[178/572] Compiling sha1-586.linux.x86.S
[179/572] Compiling sha1.c
[180/572] Compiling sha1-altivec.c
[181/572] Compiling rsaz-avx2.mac.x86_64.S
[182/572] Compiling rsaz-avx2.linux.x86_64.S
[183/572] Compiling sha512.c
[184/572] Compiling sha256.c
[185/572] Compiling self_check.c
[186/572] Compiling blinding.c
[187/572] Compiling rsa.c
[188/572] Compiling rdrand-x86_64.mac.x86_64.S
[189/572] Compiling rdrand-x86_64.linux.x86_64.S
[190/572] Compiling rand.c
[191/572] Compiling fork_detect.c
[191/572] Compiling rsa_impl.c
[193/572] Compiling urandom.c
[194/572] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[195/572] Compiling padding.c
[196/572] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[197/572] Compiling p256-x86_64-asm.mac.x86_64.S
[198/572] Compiling ctrdrbg.c
[199/572] Compiling p256-x86_64-asm.linux.x86_64.S
[200/572] Compiling ofb.c
[201/572] Compiling polyval.c
[202/572] Compiling gcm_nohw.c
[203/572] Compiling ctr.c
[204/572] Compiling gcm.c
[205/572] Compiling md5-x86_64.mac.x86_64.S
[206/572] Compiling cbc.c
[207/572] Compiling md5-x86_64.linux.x86_64.S
[208/572] Compiling cfb.c
[209/572] Compiling md5.c
[210/572] Compiling md5-586.windows.x86.S
[211/572] Compiling md5-586.linux.x86.S
[212/572] Compiling hmac.c
[213/572] Compiling is_fips.c
[214/572] Compiling md4.c
[215/572] Compiling ghashv8-armx64.ios.aarch64.S
[216/572] Compiling ghashv8-armx64.linux.aarch64.S
[217/572] Compiling ghashv8-armx32.linux.arm.S
[218/572] Compiling ghashv8-armx32.ios.arm.S
[219/572] Compiling ghash-x86_64.mac.x86_64.S
[220/572] Compiling ghash-x86_64.linux.x86_64.S
[221/572] Compiling ghash-x86.windows.x86.S
[222/572] Compiling ghash-x86.linux.x86.S
[223/572] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[224/572] Compiling ghash-ssse3-x86.windows.x86.S
[225/572] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[226/572] Compiling ghash-ssse3-x86.linux.x86.S
[227/572] Compiling ghash-neon-armv8.ios.aarch64.S
[228/572] Compiling ghash-neon-armv8.linux.aarch64.S
[229/572] Compiling fips_shared_support.c
[230/572] Compiling ghash-armv4.ios.arm.S
[231/572] Compiling ghash-armv4.linux.arm.S
[232/572] Compiling ecdsa.c
[233/572] Compiling wnaf.c
[234/572] Compiling util.c
[235/572] Compiling ecdh.c
[236/572] Compiling simple_mul.c
[237/572] Compiling simple.c
[238/572] Compiling scalar.c
[239/572] Compiling p256-x86_64.c
[240/572] Compiling p224-64.c
[241/572] Compiling oct.c
[242/572] Compiling felem.c
[243/572] Compiling p256.c
[244/572] Compiling ec_key.c
[245/572] Compiling ec_montgomery.c
[246/572] Compiling digest.c
[247/572] Compiling check.c
[248/572] Compiling co-586.windows.x86.S
[249/572] Compiling digests.c
[250/572] Compiling co-586.linux.x86.S
[251/572] Compiling dh.c
[252/572] Compiling ec.c
[253/572] Compiling aead.c
[254/572] Compiling e_des.c
[255/572] Compiling bsaes-armv7.ios.arm.S
[256/572] Compiling des.c
[257/572] Compiling bsaes-armv7.linux.arm.S
[258/572] Compiling cipher.c
[259/572] Compiling shift.c
[260/572] Compiling sqrt.c
[261/572] Compiling rsaz_exp.c
[262/572] Compiling e_aes.c
[263/572] Compiling random.c
[264/572] Compiling montgomery.c
[265/572] Compiling montgomery_inv.c
[266/572] Compiling prime.c
[267/572] Compiling mul.c
[268/572] Compiling gcd_extra.c
[269/572] Compiling generic.c
[270/572] Compiling jacobi.c
[271/572] Compiling div_extra.c
[272/572] Compiling gcd.c
[273/572] Compiling ctx.c
[274/572] Compiling bytes.c
[275/572] Compiling div.c
[276/572] Compiling cmp.c
[277/572] Compiling exponentiation.c
[278/572] Compiling add.c
[279/572] Compiling bn-586.windows.x86.S
[280/572] Compiling x86_64-gcc.c
[281/572] Compiling bn-586.linux.x86.S
[282/572] Compiling armv4-mont.linux.arm.S
[283/572] Compiling armv8-mont.linux.aarch64.S
[284/572] Compiling armv4-mont.ios.arm.S
[285/572] Compiling armv8-mont.ios.aarch64.S
[286/572] Compiling aesv8-armx64.ios.aarch64.S
[287/572] Compiling aesv8-armx32.linux.arm.S
[288/572] Compiling bn.c
[289/572] Compiling aesv8-armx64.linux.aarch64.S
[290/572] Compiling aesv8-armx32.ios.arm.S
[291/572] Compiling aesni-x86_64.mac.x86_64.S
[292/572] Compiling aesni-x86.windows.x86.S
[293/572] Compiling aesni-x86_64.linux.x86_64.S
[294/572] Compiling aesni-x86.linux.x86.S
[295/572] Compiling aesni-gcm-x86_64.mac.x86_64.S
[296/572] Compiling aesni-gcm-x86_64.linux.x86_64.S
[297/572] Compiling mode_wrappers.c
[298/572] Compiling ex_data.c
[299/572] Compiling key_wrap.c
[300/572] Compiling aes.c
[301/572] Compiling aes_nohw.c
[302/572] Compiling sign.c
[303/572] Compiling pbkdf.c
[304/572] Compiling scrypt.c
[305/572] Compiling p_x25519.c
[306/572] Compiling print.c
[307/572] Compiling p_x25519_asn1.c
[308/572] Compiling p_ed25519_asn1.c
[309/572] Compiling p_rsa_asn1.c
[310/572] Compiling p_rsa.c
[311/572] Compiling p_ed25519.c
[312/572] Compiling p_ec_asn1.c
[313/572] Compiling p_dsa_asn1.c
[314/572] Compiling p_ec.c
[315/572] Compiling digestsign.c
[316/572] Compiling evp_ctx.c
[317/572] Compiling evp_asn1.c
[318/572] Compiling err_data.c
[318/572] Compiling evp.c
[320/572] Compiling engine.c
[321/572] Compiling ecdh_extra.c
[322/572] Compiling err.c
[323/572] Compiling ecdsa_asn1.c
[324/572] Compiling hash_to_curve.c
[325/572] Compiling dsa.c
[326/572] Compiling ec_asn1.c
[327/572] Compiling ec_derive.c
[328/572] Compiling dsa_asn1.c
[329/572] Compiling digest_extra.c
[330/572] Compiling params.c
[331/572] Compiling dh_asn1.c
[332/572] Compiling spake25519.c
[333/572] Compiling x25519-asm-arm.S
[334/572] Compiling cpu-ppc64le.c
[335/572] Compiling cpu-intel.c
[336/572] Compiling cpu-arm.c
[337/572] Compiling crypto.c
[338/572] Compiling cpu-arm-linux.c
[339/572] Compiling cpu-aarch64-win.c
[340/572] Compiling cpu-aarch64-fuchsia.c
[341/572] Compiling cpu-aarch64-linux.c
[342/572] Compiling curve25519.c
[343/572] Compiling cmac.c
[344/572] Compiling e_rc4.c
[345/572] Compiling conf.c
[346/572] Compiling e_rc2.c
[347/572] Compiling e_tls.c
[348/572] Compiling tls_cbc.c
[349/572] Compiling e_null.c
[350/572] Compiling e_chacha20poly1305.c
[351/572] Compiling derive_key.c
[352/572] Compiling e_aesgcmsiv.c
[353/572] Compiling e_aesctrhmac.c
[354/572] Compiling e_aesccm.c
[355/572] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[356/572] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[357/572] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[358/572] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[359/572] Compiling chacha-x86_64.linux.x86_64.S
[360/572] Compiling chacha-x86.windows.x86.S
[361/572] Compiling chacha-x86_64.mac.x86_64.S
[362/572] Compiling chacha-x86.linux.x86.S
[363/572] Compiling chacha-armv8.ios.aarch64.S
[364/572] Compiling chacha-armv4.linux.arm.S
[365/572] Compiling cipher_extra.c
[366/572] Compiling chacha.c
[367/572] Compiling chacha-armv8.linux.aarch64.S
[368/572] Compiling chacha-armv4.ios.arm.S
[369/572] Compiling unicode.c
[370/572] Compiling cbb.c
[371/572] Compiling cbs.c
[372/572] Compiling ber.c
[373/572] Compiling asn1_compat.c
[374/572] Compiling bn_asn1.c
[375/572] Compiling buf.c
[376/572] Compiling blake2.c
[377/572] Compiling socket_helper.c
[378/572] Compiling socket.c
[379/572] Compiling convert.c
[380/572] Compiling printf.c
[381/572] Compiling hexdump.c
[382/572] Compiling file.c
[383/572] Compiling pair.c
[384/572] Compiling fd.c
[385/572] Compiling connect.c
[386/572] Compiling bio_mem.c
[387/572] Compiling base64.c
[388/572] Compiling bio.c
[389/572] Compiling time_support.c
[390/572] Compiling tasn_utl.c
[391/572] Compiling tasn_typ.c
[392/572] Compiling tasn_fre.c
[393/572] Compiling tasn_new.c
[394/572] Compiling tasn_enc.c
[395/572] Compiling f_int.c
[396/572] Compiling f_string.c
[397/572] Compiling XMLCoder XMLEncoder.swift
[398/572] Compiling XMLCoder XMLEncoderImplementation.swift
[399/572] Compiling XMLCoder XMLEncodingStorage.swift
[400/572] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[401/572] Compiling XMLCoder XMLReferencingEncoder.swift
[402/572] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[403/572] Compiling tasn_dec.c
[404/572] Compiling asn1_par.c
[405/572] Compiling f_enum.c
[406/572] Compiling a_utctm.c
[407/572] Compiling a_time.c
[408/572] Compiling asn_pack.c
[410/572] Compiling OLEKit FAT.swift
[411/572] Compiling OLEKit Header.swift
[412/573] Compiling CryptoSwift Exponentiation.swift
[413/573] Compiling CryptoSwift FloatingPointConversion.swift
[414/573] Compiling CryptoSwift GCD.swift
[415/573] Compiling CryptoSwift Hashable.swift
[416/573] Compiling CryptoSwift BlockEncryptor.swift
[417/573] Compiling CryptoSwift BlockMode.swift
[417/573] Compiling a_print.c
[418/573] Compiling a_octet.c
[419/573] Compiling a_utf8.c
[420/573] Compiling a_type.c
[421/573] Compiling asn1_lib.c
[423/573] Emitting module OLEKit
[424/573] Compiling CryptoSwift AEAD.swift
[425/573] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[426/573] Compiling OLEKit OLEError.swift
[427/573] Compiling OLEKit StorageType.swift
[430/573] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[431/573] Compiling CryptoSwift AES.Cryptors.swift
[432/573] Compiling CryptoSwift AES.swift
[433/573] Compiling CryptoSwift ASN1.swift
[434/573] Compiling CryptoSwift ASN1Decoder.swift
[435/573] Compiling CryptoSwift PKCS5.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:43:9: error: cannot find 'mlock' in scope
41 |         // not supported on WASI
42 |       #else
43 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
44 |       #endif
45 |     }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:55:9: error: cannot find 'munlock' in scope
53 |         // not supported on WASI
54 |       #else
55 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
56 |       #endif
57 |     }
[436/573] Compiling CryptoSwift PKCS7.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:43:9: error: cannot find 'mlock' in scope
41 |         // not supported on WASI
42 |       #else
43 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
44 |       #endif
45 |     }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:55:9: error: cannot find 'munlock' in scope
53 |         // not supported on WASI
54 |       #else
55 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
56 |       #endif
57 |     }
[437/573] Compiling CryptoSwift PKCS7Padding.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:43:9: error: cannot find 'mlock' in scope
41 |         // not supported on WASI
42 |       #else
43 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
44 |       #endif
45 |     }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:55:9: error: cannot find 'munlock' in scope
53 |         // not supported on WASI
54 |       #else
55 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
56 |       #endif
57 |     }
[438/573] Compiling CryptoSwift Padding.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:43:9: error: cannot find 'mlock' in scope
41 |         // not supported on WASI
42 |       #else
43 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
44 |       #endif
45 |     }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:55:9: error: cannot find 'munlock' in scope
53 |         // not supported on WASI
54 |       #else
55 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
56 |       #endif
57 |     }
[439/573] Compiling CryptoSwift Poly1305.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:43:9: error: cannot find 'mlock' in scope
41 |         // not supported on WASI
42 |       #else
43 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
44 |       #endif
45 |     }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:55:9: error: cannot find 'munlock' in scope
53 |         // not supported on WASI
54 |       #else
55 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
56 |       #endif
57 |     }
[440/573] Compiling CryptoSwift RSA+Cipher.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:43:9: error: cannot find 'mlock' in scope
41 |         // not supported on WASI
42 |       #else
43 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
44 |       #endif
45 |     }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:55:9: error: cannot find 'munlock' in scope
53 |         // not supported on WASI
54 |       #else
55 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
56 |       #endif
57 |     }
[441/573] Compiling CryptoSwift RSA+Signature.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:43:9: error: cannot find 'mlock' in scope
41 |         // not supported on WASI
42 |       #else
43 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
44 |       #endif
45 |     }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:55:9: error: cannot find 'munlock' in scope
53 |         // not supported on WASI
54 |       #else
55 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
56 |       #endif
57 |     }
[442/573] Compiling CryptoSwift RSA.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:43:9: error: cannot find 'mlock' in scope
41 |         // not supported on WASI
42 |       #else
43 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
44 |       #endif
45 |     }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:55:9: error: cannot find 'munlock' in scope
53 |         // not supported on WASI
54 |       #else
55 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
56 |       #endif
57 |     }
[443/573] Compiling CryptoSwift Rabbit.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:43:9: error: cannot find 'mlock' in scope
41 |         // not supported on WASI
42 |       #else
43 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
44 |       #endif
45 |     }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:55:9: error: cannot find 'munlock' in scope
53 |         // not supported on WASI
54 |       #else
55 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
56 |       #endif
57 |     }
[444/573] Compiling CryptoSwift SHA1.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:43:9: error: cannot find 'mlock' in scope
41 |         // not supported on WASI
42 |       #else
43 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
44 |       #endif
45 |     }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:55:9: error: cannot find 'munlock' in scope
53 |         // not supported on WASI
54 |       #else
55 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
56 |       #endif
57 |     }
[445/573] Compiling CryptoSwift SHA2.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:43:9: error: cannot find 'mlock' in scope
41 |         // not supported on WASI
42 |       #else
43 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
44 |       #endif
45 |     }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:55:9: error: cannot find 'munlock' in scope
53 |         // not supported on WASI
54 |       #else
55 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
56 |       #endif
57 |     }
[446/573] Compiling CryptoSwift SHA3.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:43:9: error: cannot find 'mlock' in scope
41 |         // not supported on WASI
42 |       #else
43 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
44 |       #endif
45 |     }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:55:9: error: cannot find 'munlock' in scope
53 |         // not supported on WASI
54 |       #else
55 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
56 |       #endif
57 |     }
[447/573] Compiling CryptoSwift Scrypt.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:43:9: error: cannot find 'mlock' in scope
41 |         // not supported on WASI
42 |       #else
43 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
44 |       #endif
45 |     }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:55:9: error: cannot find 'munlock' in scope
53 |         // not supported on WASI
54 |       #else
55 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
56 |       #endif
57 |     }
[448/573] Compiling CryptoSwift SecureBytes.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:43:9: error: cannot find 'mlock' in scope
41 |         // not supported on WASI
42 |       #else
43 |         mlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'mlock' in scope
44 |       #endif
45 |     }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/SecureBytes.swift:55:9: error: cannot find 'munlock' in scope
53 |         // not supported on WASI
54 |       #else
55 |         munlock(pointer.baseAddress, pointer.count)
   |         `- error: cannot find 'munlock' in scope
56 |       #endif
57 |     }
[448/587] Compiling a_strnid.c
[450/587] Compiling CryptoSwift XChaCha20+Foundation.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[451/587] Compiling CryptoSwift Generics.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[452/587] Compiling CryptoSwift HKDF.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[453/587] Compiling CryptoSwift HMAC.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[454/587] Compiling CryptoSwift ISO10126Padding.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[455/587] Compiling CryptoSwift ISO78164Padding.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[456/587] Compiling CryptoSwift Int+Extension.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[457/587] Compiling CryptoSwift MD5.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[458/587] Compiling CryptoSwift NoPadding.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[459/587] Compiling CryptoSwift Operators.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[460/587] Compiling CryptoSwift DER.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[461/587] Compiling CryptoSwift PBKDF1.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[462/587] Compiling CryptoSwift PBKDF2.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[463/587] Compiling CryptoSwift PKCS1v15.swift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/HKDF.swift:59:25: error: cannot find 'ceil' in scope
57 |     let keyLengthFinal = Double(dkLen)
58 |     let hLen = Double(variant.digestLength)
59 |     let numBlocks = Int(ceil(keyLengthFinal / hLen)) // l = ceil(keyLength / hLen)
   |                         `- error: cannot find 'ceil' in scope
60 |     guard numBlocks <= 255 else {
61 |       throw Error.derivedKeyTooLong
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:66:28: error: cannot find 'pow' in scope
 64 |       let keyLengthFinal = Double(dkLen)
 65 |       let hLen = Double(prf.variant.digestLength)
 66 |       if keyLengthFinal > (pow(2, 32) - 1) * hLen {
    |                            `- error: cannot find 'pow' in scope
 67 |         throw Error.derivedKeyTooLong
 68 |       }
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/PKCS/PBKDF2.swift:74:28: error: cannot find 'ceil' in scope
 72 |       self.prf = prf
 73 |
 74 |       self.numBlocks = Int(ceil(Double(keyLengthFinal) / hLen)) // l = ceil(keyLength / hLen)
    |                            `- error: cannot find 'ceil' in scope
 75 |     }
 76 |
[464/587] Compiling OLEKit OLEStream.swift
[465/587] Compiling OLEKit Reader.swift
[466/587] Compiling CryptoSwift BlockCipher.swift
[467/587] Compiling CryptoSwift BlockDecryptor.swift
[468/587] Compiling CryptoSwift CMAC.swift
[469/587] Compiling CryptoSwift Addition.swift
[470/587] Compiling CryptoSwift BigInt.swift
[471/587] Compiling CryptoSwift BigUInt.swift
[472/587] Compiling CryptoSwift BitwiseOps.swift
[473/587] Compiling CryptoSwift CS.swift
[474/587] Compiling CryptoSwift Codable.swift
[475/587] Compiling CryptoSwift Comparable.swift
[476/587] Compiling CryptoSwift DataConversion.swift
[477/587] Compiling CryptoSwift Division.swift
[478/587] Compiling CryptoSwift ASN1Encoder.swift
[479/587] Compiling CryptoSwift ASN1Scanner.swift
[480/587] Compiling CryptoSwift Array+Extension.swift
[481/587] Compiling CryptoSwift Authenticator.swift
[482/587] Compiling CryptoSwift BatchedCollection.swift
[483/587] Compiling CryptoSwift Bit.swift
[484/587] Compiling OLEKit OLEFile.swift
[490/587] Compiling CryptoSwift SquareRoot.swift
[491/587] Compiling CryptoSwift Strideable.swift
[492/587] Compiling CryptoSwift StringConversion.swift
[493/587] Compiling CryptoSwift Subtraction.swift
[494/587] Compiling CryptoSwift WordsAndBits.swift
[495/587] Compiling CryptoSwift ChaCha20.swift
[496/587] Compiling CryptoSwift Checksum.swift
[497/587] Compiling CryptoSwift Cipher.swift
[498/587] Compiling CryptoSwift Collection+Extension.swift
[499/587] Compiling CryptoSwift CompactMap.swift
[500/587] Compiling CryptoSwift Cryptor.swift
[501/587] Compiling CryptoSwift Cryptors.swift
[502/587] Compiling CryptoSwift Digest.swift
[503/587] Compiling CryptoSwift DigestType.swift
[504/587] Compiling CryptoSwift AES+Foundation.swift
[505/587] Compiling CryptoSwift Array+Foundation.swift
[506/587] Compiling CryptoSwift Blowfish+Foundation.swift
[507/587] Compiling CryptoSwift ChaCha20+Foundation.swift
[508/587] Compiling CryptoSwift Data+Extension.swift
[509/587] Compiling CryptoSwift HMAC+Foundation.swift
[510/587] Compiling CryptoSwift Rabbit+Foundation.swift
[511/587] Compiling CryptoSwift String+FoundationExtension.swift
[512/587] Compiling CryptoSwift Utils+Foundation.swift
[512/587] Compiling a_object.c
[513/588] Compiling a_i2d_fp.c
[514/588] Compiling CryptoSwift ECB.swift
[515/588] Compiling CryptoSwift GCM.swift
[516/588] Compiling CryptoSwift OCB.swift
[517/588] Compiling CryptoSwift OFB.swift
[518/588] Compiling CryptoSwift PCBC.swift
[519/588] Compiling CryptoSwift Blowfish.swift
[520/588] Compiling CryptoSwift BlockModeOptions.swift
[521/588] Compiling CryptoSwift CBC.swift
[522/588] Compiling CryptoSwift CCM.swift
[523/588] Compiling CryptoSwift CFB.swift
[524/588] Compiling CryptoSwift CTR.swift
[525/588] Compiling CryptoSwift CipherModeWorker.swift
[526/588] Compiling a_mbstr.c
[527/589] Compiling a_int.c
[529/589] Emitting module CryptoSwift
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:343:26: error: cannot find 'pow' in scope
341 |       // [a]32
342 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
343 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
344 |       // [a]64
345 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:343:26: error: cannot find 'pow' in scope
341 |       // [a]32
342 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
343 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
344 |       // [a]64
345 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:343:26: error: cannot find 'pow' in scope
341 |       // [a]32
342 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
343 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
344 |       // [a]64
345 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:343:26: error: cannot find 'pow' in scope
341 |       // [a]32
342 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
343 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
344 |       // [a]64
345 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:343:26: error: cannot find 'pow' in scope
341 |       // [a]32
342 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
343 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
344 |       // [a]64
345 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:343:26: error: cannot find 'pow' in scope
341 |       // [a]32
342 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
343 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
344 |       // [a]64
345 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:343:26: error: cannot find 'pow' in scope
341 |       // [a]32
342 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
343 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
344 |       // [a]64
345 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:343:26: error: cannot find 'pow' in scope
341 |       // [a]32
342 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
343 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
344 |       // [a]64
345 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:343:26: error: cannot find 'pow' in scope
341 |       // [a]32
342 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
343 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
344 |       // [a]64
345 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:343:26: error: cannot find 'pow' in scope
341 |       // [a]32
342 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
343 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
344 |       // [a]64
345 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:343:26: error: cannot find 'pow' in scope
341 |       // [a]32
342 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
343 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
344 |       // [a]64
345 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:343:26: error: cannot find 'pow' in scope
341 |       // [a]32
342 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
343 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
344 |       // [a]64
345 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:343:26: error: cannot find 'pow' in scope
341 |       // [a]32
342 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
343 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
344 |       // [a]64
345 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:343:26: error: cannot find 'pow' in scope
341 |       // [a]32
342 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
343 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
344 |       // [a]64
345 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
/host/spi-builder-workspace/.build/checkouts/CryptoSwift/Sources/CryptoSwift/BlockMode/CCM.swift:343:26: error: cannot find 'pow' in scope
341 |       // [a]32
342 |       return addPadding([0xFF, 0xFE] + a.bytes(totalBytes: 4) + aad, blockSize: 16)
343 |     case 4_294_967_296..<pow(2, 64): // 2^64
    |                          `- error: cannot find 'pow' in scope
344 |       // [a]64
345 |       return addPadding([0xFF, 0xFF] + a.bytes(totalBytes: 8) + aad, blockSize: 16)
[576/643] Compiling Crypto SEC1PrivateKey.swift
[577/643] Compiling Crypto SubjectPublicKeyInfo.swift
[578/643] Compiling Crypto CryptoKitErrors.swift
[579/643] Compiling Crypto Digest_boring.swift
[580/643] Compiling Crypto Digest.swift
[581/643] Compiling Crypto Digests.swift
[582/643] Compiling Crypto HashFunctions.swift
[583/643] Compiling Crypto HashFunctions_SHA2.swift
[584/650] Compiling Crypto Insecure.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[585/650] Compiling Crypto Insecure_HashFunctions.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[586/650] Compiling Crypto ECDH_boring.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[587/650] Compiling Crypto DH.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[588/650] Compiling Crypto ECDH.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[589/650] Compiling Crypto HKDF.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[590/650] Compiling Crypto Ed25519_boring.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[591/650] Compiling Crypto EllipticCurvePoint_boring.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[592/650] Compiling Crypto EdDSA_boring.swift
[593/650] Compiling Crypto ECDSA.swift
[594/650] Compiling Crypto EdDSA.swift
[595/650] Compiling Crypto Signature.swift
[596/650] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[597/650] Compiling Crypto CryptoKitErrors_boring.swift
[598/650] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[599/650] Compiling Crypto SymmetricKeys.swift
[600/650] Compiling Crypto HMAC.swift
[601/650] Compiling Crypto MACFunctions.swift
[602/650] Compiling Crypto MessageAuthenticationCode.swift
[603/650] Compiling Crypto AES.swift
[604/650] Compiling Crypto ECDSASignature_boring.swift
[605/650] Compiling Crypto ECDSA_boring.swift
[606/650] Compiling Crypto EllipticCurve_boring.swift
[607/650] Compiling Crypto NISTCurvesKeys_boring.swift
[608/650] Compiling Crypto X25519Keys_boring.swift
[609/650] Compiling Crypto Curve25519.swift
[610/650] Compiling Crypto Ed25519.swift
[611/650] Compiling Crypto NISTCurvesKeys.swift
[612/650] Compiling Crypto X25519Keys.swift
[613/650] Compiling CryptoSwift Signature.swift
[614/650] Compiling CryptoSwift StreamDecryptor.swift
[615/650] Compiling CryptoSwift StreamEncryptor.swift
[616/650] Compiling CryptoSwift String+Extension.swift
[617/650] Compiling CryptoSwift UInt128.swift
[618/650] Compiling CryptoSwift UInt16+Extension.swift
[619/650] Compiling CryptoSwift UInt32+Extension.swift
[620/650] Compiling CryptoSwift UInt64+Extension.swift
[621/650] Compiling CryptoSwift UInt8+Extension.swift
[622/650] Compiling CryptoSwift Updatable.swift
[623/650] Compiling CryptoSwift Utils.swift
[624/650] Compiling CryptoSwift XChaCha20.swift
[625/650] Compiling CryptoSwift ZeroPadding.swift
[626/650] Compiling CryptoSwift resource_bundle_accessor.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/CryptoOfficeTests/TestWorkbook.xlsx
warning: 'zipfoundation': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/.build/checkouts/ZIPFoundation/Sources/ZIPFoundation/Resources/PrivacyInfo.xcprivacy
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/209] Compiling OLEKit OLEError.swift
[3/209] Compiling OLEKit Header.swift
[4/209] Compiling OLEKit OLEFile.swift
[5/210] Compiling OLEKit Reader.swift
[6/210] Compiling OLEKit OLEStream.swift
[7/210] Compiling OLEKit FAT.swift
[8/210] Compiling OLEKit StorageType.swift
[9/210] Compiling CryptoSwift OCB.swift
[10/210] Compiling CryptoSwift OFB.swift
[11/210] Compiling CryptoSwift PCBC.swift
[12/210] Compiling CryptoSwift Blowfish.swift
[13/210] Compiling CryptoSwift CBCMAC.swift
[14/210] Compiling CryptoSwift CompactMap.swift
[15/210] Compiling CryptoSwift Cryptor.swift
[16/210] Compiling CryptoSwift Cryptors.swift
[17/210] Compiling CryptoSwift Digest.swift
[18/210] Compiling CryptoSwift DigestType.swift
[19/210] Compiling CryptoSwift AES+Foundation.swift
[20/210] Compiling CryptoSwift Array+Foundation.swift
[21/210] Compiling CryptoSwift Blowfish+Foundation.swift
[22/210] Compiling CryptoSwift ChaCha20+Foundation.swift
[23/217] Compiling CryptoSwift ASN1Scanner.swift
[24/217] Compiling CryptoSwift Array+Extension.swift
[25/217] Compiling CryptoSwift Authenticator.swift
[26/217] Compiling CryptoSwift BatchedCollection.swift
[27/217] Compiling CryptoSwift Bit.swift
[28/217] Compiling CryptoSwift BlockCipher.swift
[29/217] Compiling CryptoSwift BlockDecryptor.swift
[30/217] Compiling CryptoSwift CMAC.swift
[31/217] Emitting module OLEKit
[32/217] Compiling CryptoSwift AEAD.swift
[33/217] Compiling CryptoSwift AEADChaCha20Poly1305.swift
[35/218] Emitting module Crypto
[36/218] Compiling CryptoSwift Division.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[37/218] Compiling CryptoSwift Exponentiation.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[38/218] Compiling CryptoSwift FloatingPointConversion.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[39/218] Compiling CryptoSwift GCD.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[40/218] Compiling CryptoSwift Hashable.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[41/218] Compiling CryptoSwift BlockEncryptor.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[42/218] Compiling CryptoSwift BlockMode.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[43/218] Compiling CryptoSwift BlockModeOptions.swift
/host/spi-builder-workspace/.build/checkouts/swift-crypto/Sources/Crypto/Key Derivation/HKDF.swift:110:68: error: cannot convert value of type 'Float' to expected argument type 'Double'
108 |     /// - Returns: The expanded key bytes.
109 |     public static func expand<PRK: ContiguousBytes, Info: DataProtocol>(pseudoRandomKey prk: PRK, info: Info?, outputByteCount: Int) -> SymmetricKey {
110 |         let iterations: UInt8 = UInt8(ceil((Float(outputByteCount) / Float(H.Digest.byteCount))))
    |                                                                    `- error: cannot convert value of type 'Float' to expected argument type 'Double'
111 |         var output = SecureBytes()
112 |         let key = SymmetricKey(data: prk)
[44/218] Compiling CryptoSwift CBC.swift
[45/218] Compiling CryptoSwift CCM.swift
[46/218] Compiling CryptoSwift CFB.swift
[47/218] Compiling CryptoSwift CTR.swift
[48/218] Compiling CryptoSwift CipherModeWorker.swift
[49/218] Compiling CryptoSwift ECB.swift
[50/218] Compiling CryptoSwift GCM.swift
[59/224] Compiling CryptoSwift AEADXChaCha20Poly1305.swift
[60/224] Compiling CryptoSwift AES.Cryptors.swift
[61/224] Compiling CryptoSwift AES.swift
[62/224] Compiling CryptoSwift ASN1.swift
[63/224] Compiling CryptoSwift ASN1Decoder.swift
[64/224] Compiling CryptoSwift ASN1Encoder.swift
[69/224] Compiling CryptoSwift BigUInt.swift
[70/224] Compiling CryptoSwift BitwiseOps.swift
[71/224] Compiling CryptoSwift CS.swift
[72/224] Compiling CryptoSwift Codable.swift
[73/224] Compiling CryptoSwift Comparable.swift
[74/224] Compiling CryptoSwift DataConversion.swift
[79/224] Compiling CryptoSwift Addition.swift
[80/224] Compiling CryptoSwift BigInt.swift
[88/224] Emitting module XMLCoder
[103/224] Compiling XMLCoder XMLEncoderImplementation.swift
[104/224] Compiling XMLCoder XMLEncodingStorage.swift
[105/224] Compiling XMLCoder XMLKeyedEncodingContainer.swift
[106/224] Compiling XMLCoder XMLReferencingEncoder.swift
[107/224] Compiling XMLCoder XMLUnkeyedEncodingContainer.swift
[112/224] Compiling Crypto RNG_boring.swift
[113/224] Compiling Crypto SafeCompare_boring.swift
[114/224] Compiling Crypto Zeroization_boring.swift
[115/224] Compiling Crypto PrettyBytes.swift
[116/224] Compiling Crypto SafeCompare.swift
[130/238] Compiling Crypto SecureBytes.swift
[131/238] Compiling Crypto Zeroization.swift
BUILD FAILURE 6.1 android