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 SRP, reference 3.2.1 (c01934), with Swift 6.1 for Android on 28 May 2025 00:45:46 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/bouke/srp.git
Reference: 3.2.1
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/bouke/srp
 * tag               3.2.1      -> FETCH_HEAD
HEAD is now at c019344 Merge pull request #22 from Bouke/include-ios
Cloned https://github.com/bouke/srp.git
Revision (git rev-parse @):
c01934477cb0aa14b4da5c3cb61d447bd6393ce0
SUCCESS checkout https://github.com/bouke/srp.git at 3.2.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/bouke/srp.git
https://github.com/bouke/srp.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "bigint",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/attaswift/BigInt.git"
    },
    {
      "identity" : "swift-crypto",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.1.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-crypto.git"
    }
  ],
  "manifest_display_name" : "SRP",
  "name" : "SRP",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SRP",
      "targets" : [
        "SRP"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SRPTests",
      "module_type" : "SwiftTarget",
      "name" : "SRPTests",
      "path" : "Tests/SRPTests",
      "product_dependencies" : [
        "Crypto"
      ],
      "sources" : [
        "PySrptoolsTests.swift",
        "ReadmeTests.swift",
        "SRPTests.swift",
        "TestUtils.swift"
      ],
      "target_dependencies" : [
        "SRP"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SRP",
      "module_type" : "SwiftTarget",
      "name" : "SRP",
      "path" : "Sources",
      "product_dependencies" : [
        "BigInt",
        "Crypto"
      ],
      "product_memberships" : [
        "SRP"
      ],
      "sources" : [
        "AuthenticationFailure.swift",
        "Client.swift",
        "Data+Extensions.swift",
        "Group.swift",
        "SRP.swift",
        "Server.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/attaswift/BigInt.git
Fetching https://github.com/apple/swift-crypto.git
[1/4776] Fetching bigint
[1721/18712] Fetching bigint, swift-crypto
Fetched https://github.com/attaswift/BigInt.git from cache (0.62s)
[3484/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.86s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (3.71s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.5.2 (0.74s)
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.5.2
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 1.1.7
Building for debugging...
[0/409] Write sources
[3/409] Compiling buf.c
[4/409] Compiling tasn_fre.c
[4/409] Compiling rand.c
[6/409] Compiling cipher.c
[7/409] Compiling tasn_enc.c
[8/409] Compiling a_bool.c
[9/409] Write swift-version-24593BA9C3E375BF.txt
[10/409] Compiling v3_skey.c
[11/409] Compiling v3_purp.c
[12/409] Compiling v3_utl.c
[13/409] Compiling v3_pcia.c
[14/409] Compiling v3_pcons.c
[15/409] Compiling v3_pmaps.c
[16/409] Compiling v3_pci.c
[17/409] Compiling CCryptoBoringSSLShims shims.c
[18/409] Compiling v3_prn.c
[19/409] Compiling v3_ocsp.c
[20/427] Compiling v3_int.c
[21/430] Compiling v3_lib.c
[22/430] Compiling v3_ncons.c
[23/430] Compiling v3_info.c
[24/430] Compiling v3_genn.c
[25/430] Compiling v3_ia5.c
[26/430] Compiling v3_extku.c
[27/430] Compiling v3_cpols.c
[28/430] Compiling v3_bitst.c
[28/430] Compiling v3_enum.c
[30/430] Compiling v3_bcons.c
[31/430] Compiling v3_crld.c
[32/430] Compiling v3_conf.c
[33/430] Compiling v3_akeya.c
[34/430] Compiling v3_alt.c
[35/430] Compiling v3_akey.c
[36/430] Compiling pcy_tree.c
[37/430] Compiling pcy_node.c
[38/430] Compiling pcy_lib.c
[38/430] Compiling pcy_map.c
[40/430] Compiling pcy_data.c
[41/430] Compiling x_x509a.c
[42/430] Compiling x_x509.c
[43/430] Compiling x_val.c
[44/430] Compiling x_sig.c
[45/430] Compiling x_spki.c
[45/430] Compiling pcy_cache.c
[47/430] Compiling x_req.c
[48/430] Compiling x_pubkey.c
[49/430] Compiling x_pkey.c
[50/430] Compiling x_info.c
[51/430] Compiling x_exten.c
[52/430] Compiling x_attrib.c
[52/430] Compiling x_name.c
[54/430] Compiling x_crl.c
[55/430] Compiling x_all.c
[56/430] Compiling x_algor.c
[57/430] Compiling x509spki.c
[58/430] Compiling x509rset.c
[59/430] Compiling x509cset.c
[60/430] Compiling x509name.c
[61/430] Compiling x509_vpm.c
[62/430] Compiling x509_txt.c
[63/430] Compiling x509_set.c
[64/430] Compiling x509_v3.c
[65/430] Compiling x509_req.c
[66/430] Compiling x509_trs.c
[67/430] Compiling x509_vfy.c
[68/430] Compiling x509_obj.c
[69/430] Compiling x509_d2.c
[70/430] Compiling x509_ext.c
[71/430] Compiling x509_lu.c
[72/430] Compiling x509_cmp.c
[73/430] Compiling x509_def.c
[74/430] Compiling x509_att.c
[75/430] Compiling x509.c
[76/430] Compiling rsa_pss.c
[77/430] Compiling t_req.c
[77/430] Compiling t_crl.c
[77/430] Compiling t_x509a.c
[80/430] Compiling t_x509.c
[81/430] Compiling i2d_pr.c
[82/430] Compiling by_file.c
[83/430] Compiling a_strex.c
[84/430] Compiling algorithm.c
[84/430] Compiling a_verify.c
[86/430] Compiling by_dir.c
[87/430] Compiling asn1_gen.c
[88/430] Compiling thread_win.c
[89/430] Compiling thread_pthread.c
[90/430] Compiling voprf.c
[90/430] Compiling a_sign.c
[92/430] Compiling a_digest.c
[93/430] Compiling trust_token.c
[94/430] Compiling pmbtoken.c
[95/430] Compiling thread.c
[96/430] Compiling thread_none.c
[97/430] Compiling siphash.c
[98/430] Compiling rsa_print.c
[99/430] Compiling rc4.c
[100/430] Compiling stack.c
[101/430] Compiling refcount_lock.c
[102/430] Compiling windows.c
[103/430] Compiling refcount_c11.c
[104/430] Compiling rand_extra.c
[105/430] Compiling deterministic.c
[106/430] Compiling rsa_asn1.c
[107/430] Compiling fuchsia.c
[108/430] Compiling forkunsafe.c
[109/430] Compiling poly1305_vec.c
[110/430] Compiling passive.c
[111/430] Compiling poly1305_arm_asm.S
[112/430] Compiling poly1305_arm.c
[112/430] Compiling pool.c
[114/430] Compiling poly1305.c
[115/430] Compiling pkcs7.c
[116/430] Compiling pem_xaux.c
[117/430] Compiling pkcs8.c
[118/430] Compiling p5_pbev2.c
[118/430] Compiling pem_x509.c
[120/430] Compiling pkcs7_x509.c
[121/430] Compiling pkcs8_x509.c
[122/430] Compiling obj_xref.c
[123/430] Compiling pem_pk8.c
[124/430] Compiling pem_pkey.c
[125/430] Compiling pem_oth.c
[125/430] Compiling pem_info.c
[127/430] Compiling pem_lib.c
[128/430] Compiling pem_all.c
[129/430] Compiling lhash.c
[130/430] Compiling mem.c
[131/430] Compiling hkdf.c
[132/430] Compiling hpke.c
[133/430] Compiling obj.c
[134/430] Compiling poly_rq_mul.S
[135/430] Compiling x86_64-mont.mac.x86_64.S
[136/430] Compiling x86_64-mont5.mac.x86_64.S
[137/430] Compiling x86_64-mont.linux.x86_64.S
[137/430] Compiling x86_64-mont5.linux.x86_64.S
[139/430] Compiling x86-mont.windows.x86.S
[140/430] Compiling vpaes-x86_64.linux.x86_64.S
[141/430] Compiling vpaes-x86.linux.x86.S
[142/430] Compiling x86-mont.linux.x86.S
[143/430] Compiling vpaes-x86.windows.x86.S
[144/430] Compiling vpaes-x86_64.mac.x86_64.S
[145/430] Compiling vpaes-armv8.ios.aarch64.S
[146/430] Compiling vpaes-armv8.linux.aarch64.S
[147/430] Compiling vpaes-armv7.ios.arm.S
[148/430] Compiling vpaes-armv7.linux.arm.S
[149/430] Compiling sha512-x86_64.mac.x86_64.S
[150/430] Compiling kdf.c
[151/430] Compiling sha512-x86_64.linux.x86_64.S
[152/430] Compiling sha512-armv8.ios.aarch64.S
[153/430] Compiling sha512-armv4.linux.arm.S
[154/430] Compiling sha512-armv4.ios.arm.S
[155/430] Compiling sha512-armv8.linux.aarch64.S
[156/430] Compiling sha512-586.windows.x86.S
[157/430] Compiling sha256-x86_64.linux.x86_64.S
[158/430] Compiling sha512-586.linux.x86.S
[159/430] Compiling sha256-x86_64.mac.x86_64.S
[160/430] Compiling sha256-armv8.ios.aarch64.S
[161/430] Compiling sha256-armv4.linux.arm.S
[162/430] Compiling hrss.c
[163/430] Compiling sha256-armv8.linux.aarch64.S
[164/430] Compiling sha1-x86_64.mac.x86_64.S
[164/430] Compiling sha256-armv4.ios.arm.S
[164/430] Compiling sha256-586.windows.x86.S
[167/430] Compiling sha256-586.linux.x86.S
[167/430] Compiling sha1-x86_64.linux.x86_64.S
[169/430] Compiling sha1-armv8.ios.aarch64.S
[169/430] Compiling sha1-armv8.linux.aarch64.S
[171/430] Compiling sha1-armv4-large.linux.arm.S
[172/430] Compiling sha1-586.windows.x86.S
[173/430] Compiling sha1-586.linux.x86.S
[174/430] Compiling sha1-armv4-large.ios.arm.S
[175/430] Compiling sha256.c
[176/430] Compiling sha1.c
[177/430] Compiling sha512.c
[178/430] Compiling sha1-altivec.c
[179/430] Compiling rsaz-avx2.mac.x86_64.S
[180/430] Compiling rsaz-avx2.linux.x86_64.S
[181/430] Compiling blinding.c
[182/430] Compiling self_check.c
[183/430] Compiling rdrand-x86_64.linux.x86_64.S
[183/430] Compiling rdrand-x86_64.mac.x86_64.S
[185/430] Compiling padding.c
[186/430] Compiling rsa.c
[187/430] Compiling rsa_impl.c
[188/430] Compiling urandom.c
[189/430] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[190/430] Compiling fork_detect.c
[191/430] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[192/430] Compiling ctrdrbg.c
[193/430] Compiling p256-x86_64-asm.mac.x86_64.S
[194/430] Compiling p256-x86_64-asm.linux.x86_64.S
[195/430] Compiling polyval.c
[196/430] Compiling gcm_nohw.c
[197/430] Compiling ofb.c
[198/430] Compiling cfb.c
[199/430] Compiling cbc.c
[200/430] Compiling ctr.c
[201/430] Compiling gcm.c
[202/430] Compiling md5-x86_64.linux.x86_64.S
[203/430] Compiling md5-x86_64.mac.x86_64.S
[204/430] Compiling md5-586.windows.x86.S
[205/430] Compiling md5-586.linux.x86.S
[206/430] Compiling is_fips.c
[207/430] Compiling hmac.c
[208/430] Compiling md4.c
[209/430] Compiling ghashv8-armx64.ios.aarch64.S
[210/430] Compiling md5.c
[211/430] Compiling ghashv8-armx64.linux.aarch64.S
[212/430] Compiling ghashv8-armx32.linux.arm.S
[213/430] Compiling ghash-x86_64.linux.x86_64.S
[214/430] Compiling ghash-x86.linux.x86.S
[215/430] Compiling ghash-x86.windows.x86.S
[216/430] Compiling ghashv8-armx32.ios.arm.S
[217/430] Compiling ghash-x86_64.mac.x86_64.S
[218/430] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[219/430] Compiling ghash-ssse3-x86.windows.x86.S
[220/430] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[221/430] Compiling fips_shared_support.c
[222/430] Compiling ghash-neon-armv8.linux.aarch64.S
[223/430] Compiling ghash-neon-armv8.ios.aarch64.S
[224/430] Compiling ghash-ssse3-x86.linux.x86.S
[225/430] Compiling ghash-armv4.linux.arm.S
[226/430] Compiling ghash-armv4.ios.arm.S
[227/430] Compiling ecdsa.c
[228/430] Compiling simple_mul.c
[229/430] Compiling ecdh.c
[230/430] Compiling wnaf.c
[231/430] Compiling scalar.c
[232/430] Compiling simple.c
[233/430] Compiling util.c
[234/430] Compiling p256-x86_64.c
[235/430] Compiling oct.c
[236/430] Compiling felem.c
[236/430] Compiling ec_key.c
[238/430] Compiling p224-64.c
[239/430] Compiling ec_montgomery.c
[240/430] Compiling check.c
[241/430] Compiling p256.c
[242/430] Compiling co-586.windows.x86.S
[243/430] Compiling des.c
[244/430] Compiling co-586.linux.x86.S
[245/430] Compiling digests.c
[246/430] Compiling dh.c
[247/430] Compiling digest.c
[248/430] Compiling ec.c
[249/430] Compiling e_des.c
[250/430] Compiling bsaes-armv7.linux.arm.S
[251/430] Compiling bsaes-armv7.ios.arm.S
[252/430] Compiling aead.c
[253/430] Compiling rsaz_exp.c
[254/430] Compiling sqrt.c
[255/430] Compiling shift.c
[256/430] Compiling random.c
[257/430] Compiling montgomery.c
[258/430] Compiling prime.c
[259/430] Compiling mul.c
[260/430] Compiling e_aes.c
[261/430] Compiling montgomery_inv.c
[262/430] Compiling gcd_extra.c
[263/430] Compiling jacobi.c
[264/430] Compiling ctx.c
[265/430] Compiling div.c
[266/430] Compiling div_extra.c
[267/430] Compiling gcd.c
[268/430] Compiling bytes.c
[269/430] Compiling generic.c
[270/430] Compiling cmp.c
[270/430] Compiling exponentiation.c
[272/430] Compiling x86_64-gcc.c
[273/430] Compiling add.c
[274/430] Compiling bn-586.windows.x86.S
[275/430] Compiling bn.c
[276/430] Compiling bn-586.linux.x86.S
[277/430] Compiling armv8-mont.ios.aarch64.S
[278/430] Compiling armv4-mont.linux.arm.S
[279/430] Compiling armv8-mont.linux.aarch64.S
[280/430] Compiling armv4-mont.ios.arm.S
[281/430] Compiling aesv8-armx64.ios.aarch64.S
[282/430] Compiling aesv8-armx32.linux.arm.S
[283/430] Compiling aesv8-armx32.ios.arm.S
[284/430] Compiling aesv8-armx64.linux.aarch64.S
[285/430] Compiling aesni-x86.windows.x86.S
[286/430] Compiling aesni-x86_64.mac.x86_64.S
[287/430] Compiling aesni-x86_64.linux.x86_64.S
[288/430] Compiling aesni-gcm-x86_64.mac.x86_64.S
[289/430] Compiling aesni-x86.linux.x86.S
[289/430] Compiling mode_wrappers.c
[291/430] Compiling aesni-gcm-x86_64.linux.x86_64.S
[292/430] Compiling key_wrap.c
[293/430] Compiling aes.c
[294/430] Compiling sign.c
[295/430] Compiling scrypt.c
[296/430] Compiling ex_data.c
[297/430] Compiling aes_nohw.c
[298/430] Compiling pbkdf.c
[299/430] Compiling p_rsa_asn1.c
[300/430] Compiling print.c
[301/430] Compiling p_x25519_asn1.c
[302/430] Compiling p_x25519.c
[303/430] Compiling p_ed25519.c
[304/430] Compiling p_rsa.c
[305/430] Compiling p_ec_asn1.c
[306/430] Compiling p_ed25519_asn1.c
[307/430] Compiling p_dsa_asn1.c
[308/430] Compiling p_ec.c
[309/430] Compiling err_data.c
[310/430] Compiling evp_asn1.c
[311/430] Compiling evp_ctx.c
[312/430] Compiling evp.c
[313/430] Compiling digestsign.c
[314/430] Compiling err.c
[315/430] Compiling engine.c
[316/430] Compiling ecdsa_asn1.c
[317/430] Compiling ecdh_extra.c
[318/430] Compiling dsa_asn1.c
[319/430] Compiling ec_asn1.c
[320/430] Compiling digest_extra.c
[321/430] Compiling ec_derive.c
[322/430] Compiling params.c
[322/430] Compiling hash_to_curve.c
[324/430] Compiling dh_asn1.c
[325/430] Compiling dsa.c
[326/430] Compiling x25519-asm-arm.S
[327/430] Compiling spake25519.c
[328/430] Compiling crypto.c
[329/430] Compiling cpu-arm.c
[330/430] Compiling cpu-arm-linux.c
[330/430] Compiling cpu-intel.c
[332/430] Compiling cpu-ppc64le.c
[333/430] Compiling cpu-aarch64-win.c
[334/430] Compiling cpu-aarch64-linux.c
[335/430] Compiling cpu-aarch64-fuchsia.c
[336/430] Compiling curve25519.c
[337/430] Compiling e_rc4.c
[338/430] Compiling e_tls.c
[339/430] Compiling cmac.c
[340/430] Compiling e_rc2.c
[341/430] Compiling tls_cbc.c
[342/430] Compiling conf.c
[343/430] Compiling e_null.c
[344/430] Compiling e_aesgcmsiv.c
[345/430] Compiling e_aesctrhmac.c
[346/430] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[346/430] Compiling e_aesccm.c
[348/430] Compiling derive_key.c
[349/430] Compiling e_chacha20poly1305.c
[350/430] Compiling cipher_extra.c
[351/430] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[352/430] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[353/430] Compiling chacha-x86_64.mac.x86_64.S
[354/430] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[355/430] Compiling chacha-x86.linux.x86.S
[356/430] Compiling chacha-x86_64.linux.x86_64.S
[357/430] Compiling chacha-x86.windows.x86.S
[358/430] Compiling chacha.c
[359/430] Compiling chacha-armv8.ios.aarch64.S
[360/430] Compiling chacha-armv4.linux.arm.S
[361/430] Compiling chacha-armv4.ios.arm.S
[362/430] Compiling unicode.c
[363/430] Compiling chacha-armv8.linux.aarch64.S
[364/430] Compiling ber.c
[365/430] Compiling cbs.c
[366/430] Compiling asn1_compat.c
[367/430] Compiling bn_asn1.c
[368/430] Compiling cbb.c
[369/430] Compiling blake2.c
[370/430] Compiling convert.c
[371/430] Compiling printf.c
[372/430] Compiling socket.c
[373/430] Compiling pair.c
[374/430] Compiling socket_helper.c
[375/430] Compiling file.c
[376/430] Compiling hexdump.c
[377/430] Compiling bio_mem.c
[378/430] Compiling base64.c
[379/430] Compiling time_support.c
[381/430] Compiling BigInt Strideable.swift
[382/430] Compiling BigInt String Conversion.swift
[382/432] Compiling connect.c
[383/432] Compiling bio.c
[384/432] Compiling tasn_typ.c
[385/432] Compiling tasn_utl.c
[386/432] Compiling fd.c
[387/432] Compiling tasn_dec.c
[388/432] Compiling f_int.c
[389/432] Compiling f_enum.c
[390/432] Compiling asn1_par.c
[390/432] Compiling tasn_new.c
[392/432] Compiling f_string.c
[392/432] Compiling asn_pack.c
[395/432] Compiling BigInt Random.swift
[396/432] Compiling BigInt Shifts.swift
[397/432] Compiling BigInt Square Root.swift
[397/432] Compiling asn1_lib.c
[398/432] Compiling a_time.c
[398/432] Compiling a_strnid.c
[400/432] Compiling a_print.c
[400/432] Compiling a_utf8.c
[402/432] Compiling a_type.c
[403/432] Compiling a_utctm.c
[404/432] Compiling a_octet.c
[405/432] Compiling a_i2d_fp.c
[405/432] Compiling a_mbstr.c
[407/432] Compiling a_gentm.c
[408/432] Compiling a_int.c
[408/432] Compiling a_object.c
[410/432] Compiling a_enum.c
[411/432] Compiling a_dup.c
[412/432] Compiling a_bitstr.c
[413/432] Compiling a_d2i_fp.c
[415/432] Compiling BigInt Subtraction.swift
[416/432] Compiling BigInt Words and Bits.swift
[417/486] Emitting module BigInt
[418/486] Compiling Crypto ChaChaPoly.swift
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:170:13: error: '_mantissa' is inaccessible due to 'internal' protection level
168 |     var mantissaParts: [UInt16] {
169 |         [
170 |             _mantissa.0,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
171 |             _mantissa.1,
172 |             _mantissa.2,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:171:13: error: '_mantissa' is inaccessible due to 'internal' protection level
169 |         [
170 |             _mantissa.0,
171 |             _mantissa.1,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
172 |             _mantissa.2,
173 |             _mantissa.3,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:172:13: error: '_mantissa' is inaccessible due to 'internal' protection level
170 |             _mantissa.0,
171 |             _mantissa.1,
172 |             _mantissa.2,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
173 |             _mantissa.3,
174 |             _mantissa.4,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:173:13: error: '_mantissa' is inaccessible due to 'internal' protection level
171 |             _mantissa.1,
172 |             _mantissa.2,
173 |             _mantissa.3,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
174 |             _mantissa.4,
175 |             _mantissa.5,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:174:13: error: '_mantissa' is inaccessible due to 'internal' protection level
172 |             _mantissa.2,
173 |             _mantissa.3,
174 |             _mantissa.4,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
175 |             _mantissa.5,
176 |             _mantissa.6,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:175:13: error: '_mantissa' is inaccessible due to 'internal' protection level
173 |             _mantissa.3,
174 |             _mantissa.4,
175 |             _mantissa.5,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
176 |             _mantissa.6,
177 |             _mantissa.7,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:176:13: error: '_mantissa' is inaccessible due to 'internal' protection level
174 |             _mantissa.4,
175 |             _mantissa.5,
176 |             _mantissa.6,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
177 |             _mantissa.7,
178 |         ]
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:177:13: error: '_mantissa' is inaccessible due to 'internal' protection level
175 |             _mantissa.5,
176 |             _mantissa.6,
177 |             _mantissa.7,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
178 |         ]
179 |     }
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
[419/486] Compiling Crypto Cipher.swift
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:170:13: error: '_mantissa' is inaccessible due to 'internal' protection level
168 |     var mantissaParts: [UInt16] {
169 |         [
170 |             _mantissa.0,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
171 |             _mantissa.1,
172 |             _mantissa.2,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:171:13: error: '_mantissa' is inaccessible due to 'internal' protection level
169 |         [
170 |             _mantissa.0,
171 |             _mantissa.1,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
172 |             _mantissa.2,
173 |             _mantissa.3,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:172:13: error: '_mantissa' is inaccessible due to 'internal' protection level
170 |             _mantissa.0,
171 |             _mantissa.1,
172 |             _mantissa.2,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
173 |             _mantissa.3,
174 |             _mantissa.4,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:173:13: error: '_mantissa' is inaccessible due to 'internal' protection level
171 |             _mantissa.1,
172 |             _mantissa.2,
173 |             _mantissa.3,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
174 |             _mantissa.4,
175 |             _mantissa.5,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:174:13: error: '_mantissa' is inaccessible due to 'internal' protection level
172 |             _mantissa.2,
173 |             _mantissa.3,
174 |             _mantissa.4,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
175 |             _mantissa.5,
176 |             _mantissa.6,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:175:13: error: '_mantissa' is inaccessible due to 'internal' protection level
173 |             _mantissa.3,
174 |             _mantissa.4,
175 |             _mantissa.5,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
176 |             _mantissa.6,
177 |             _mantissa.7,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:176:13: error: '_mantissa' is inaccessible due to 'internal' protection level
174 |             _mantissa.4,
175 |             _mantissa.5,
176 |             _mantissa.6,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
177 |             _mantissa.7,
178 |         ]
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:177:13: error: '_mantissa' is inaccessible due to 'internal' protection level
175 |             _mantissa.5,
176 |             _mantissa.6,
177 |             _mantissa.7,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
178 |         ]
179 |     }
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
[420/486] Compiling Crypto Nonces.swift
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:170:13: error: '_mantissa' is inaccessible due to 'internal' protection level
168 |     var mantissaParts: [UInt16] {
169 |         [
170 |             _mantissa.0,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
171 |             _mantissa.1,
172 |             _mantissa.2,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:171:13: error: '_mantissa' is inaccessible due to 'internal' protection level
169 |         [
170 |             _mantissa.0,
171 |             _mantissa.1,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
172 |             _mantissa.2,
173 |             _mantissa.3,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:172:13: error: '_mantissa' is inaccessible due to 'internal' protection level
170 |             _mantissa.0,
171 |             _mantissa.1,
172 |             _mantissa.2,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
173 |             _mantissa.3,
174 |             _mantissa.4,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:173:13: error: '_mantissa' is inaccessible due to 'internal' protection level
171 |             _mantissa.1,
172 |             _mantissa.2,
173 |             _mantissa.3,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
174 |             _mantissa.4,
175 |             _mantissa.5,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:174:13: error: '_mantissa' is inaccessible due to 'internal' protection level
172 |             _mantissa.2,
173 |             _mantissa.3,
174 |             _mantissa.4,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
175 |             _mantissa.5,
176 |             _mantissa.6,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:175:13: error: '_mantissa' is inaccessible due to 'internal' protection level
173 |             _mantissa.3,
174 |             _mantissa.4,
175 |             _mantissa.5,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
176 |             _mantissa.6,
177 |             _mantissa.7,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:176:13: error: '_mantissa' is inaccessible due to 'internal' protection level
174 |             _mantissa.4,
175 |             _mantissa.5,
176 |             _mantissa.6,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
177 |             _mantissa.7,
178 |         ]
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:177:13: error: '_mantissa' is inaccessible due to 'internal' protection level
175 |             _mantissa.5,
176 |             _mantissa.6,
177 |             _mantissa.7,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
178 |         ]
179 |     }
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
[421/486] Compiling Crypto AES-GCM.swift
[422/486] Compiling Crypto AES-GCM_boring.swift
[423/486] Compiling Crypto ChaChaPoly_boring.swift
[424/486] Compiling Crypto EdDSA_boring.swift
[425/486] Compiling Crypto ECDSA.swift
[426/486] Compiling Crypto EdDSA.swift
[427/486] Compiling Crypto Signature.swift
[428/486] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[429/486] Compiling Crypto CryptoKitErrors_boring.swift
[430/486] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[431/486] 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)
[432/486] 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)
[433/486] 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)
[434/486] 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)
[435/486] 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)
[436/486] 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)
[437/486] 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)
[438/486] 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)
[442/493] Compiling Crypto ASN1.swift
[443/493] Compiling Crypto ASN1BitString.swift
[448/493] Emitting module Crypto
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/76] Compiling Crypto SymmetricKeys.swift
[3/76] Compiling Crypto HMAC.swift
[4/76] Compiling Crypto MACFunctions.swift
[5/76] Compiling Crypto MessageAuthenticationCode.swift
[6/76] Compiling Crypto AES.swift
[7/76] Compiling Crypto ECDSASignature_boring.swift
[8/76] Compiling Crypto ECDSA_boring.swift
[9/76] Compiling Crypto ASN1Integer.swift
[10/76] Compiling Crypto ASN1OctetString.swift
[11/76] Compiling Crypto ArraySliceBigint.swift
[12/76] Compiling Crypto CryptoKitErrors.swift
[13/76] Compiling Crypto Digest_boring.swift
[14/76] Compiling Crypto ObjectIdentifier.swift
[15/76] Compiling Crypto ECDSASignature.swift
[16/76] Compiling Crypto PEMDocument.swift
[17/76] Compiling Crypto PKCS8PrivateKey.swift
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:170:13: error: '_mantissa' is inaccessible due to 'internal' protection level
168 |     var mantissaParts: [UInt16] {
169 |         [
170 |             _mantissa.0,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
171 |             _mantissa.1,
172 |             _mantissa.2,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:171:13: error: '_mantissa' is inaccessible due to 'internal' protection level
169 |         [
170 |             _mantissa.0,
171 |             _mantissa.1,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
172 |             _mantissa.2,
173 |             _mantissa.3,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:172:13: error: '_mantissa' is inaccessible due to 'internal' protection level
170 |             _mantissa.0,
171 |             _mantissa.1,
172 |             _mantissa.2,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
173 |             _mantissa.3,
174 |             _mantissa.4,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:173:13: error: '_mantissa' is inaccessible due to 'internal' protection level
171 |             _mantissa.1,
172 |             _mantissa.2,
173 |             _mantissa.3,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
174 |             _mantissa.4,
175 |             _mantissa.5,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:174:13: error: '_mantissa' is inaccessible due to 'internal' protection level
172 |             _mantissa.2,
173 |             _mantissa.3,
174 |             _mantissa.4,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
175 |             _mantissa.5,
176 |             _mantissa.6,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:175:13: error: '_mantissa' is inaccessible due to 'internal' protection level
173 |             _mantissa.3,
174 |             _mantissa.4,
175 |             _mantissa.5,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
176 |             _mantissa.6,
177 |             _mantissa.7,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:176:13: error: '_mantissa' is inaccessible due to 'internal' protection level
174 |             _mantissa.4,
175 |             _mantissa.5,
176 |             _mantissa.6,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
177 |             _mantissa.7,
178 |         ]
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:177:13: error: '_mantissa' is inaccessible due to 'internal' protection level
175 |             _mantissa.5,
176 |             _mantissa.6,
177 |             _mantissa.7,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
178 |         ]
179 |     }
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
[18/76] Compiling Crypto SEC1PrivateKey.swift
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:170:13: error: '_mantissa' is inaccessible due to 'internal' protection level
168 |     var mantissaParts: [UInt16] {
169 |         [
170 |             _mantissa.0,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
171 |             _mantissa.1,
172 |             _mantissa.2,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:171:13: error: '_mantissa' is inaccessible due to 'internal' protection level
169 |         [
170 |             _mantissa.0,
171 |             _mantissa.1,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
172 |             _mantissa.2,
173 |             _mantissa.3,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:172:13: error: '_mantissa' is inaccessible due to 'internal' protection level
170 |             _mantissa.0,
171 |             _mantissa.1,
172 |             _mantissa.2,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
173 |             _mantissa.3,
174 |             _mantissa.4,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:173:13: error: '_mantissa' is inaccessible due to 'internal' protection level
171 |             _mantissa.1,
172 |             _mantissa.2,
173 |             _mantissa.3,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
174 |             _mantissa.4,
175 |             _mantissa.5,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:174:13: error: '_mantissa' is inaccessible due to 'internal' protection level
172 |             _mantissa.2,
173 |             _mantissa.3,
174 |             _mantissa.4,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
175 |             _mantissa.5,
176 |             _mantissa.6,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:175:13: error: '_mantissa' is inaccessible due to 'internal' protection level
173 |             _mantissa.3,
174 |             _mantissa.4,
175 |             _mantissa.5,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
176 |             _mantissa.6,
177 |             _mantissa.7,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:176:13: error: '_mantissa' is inaccessible due to 'internal' protection level
174 |             _mantissa.4,
175 |             _mantissa.5,
176 |             _mantissa.6,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
177 |             _mantissa.7,
178 |         ]
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:177:13: error: '_mantissa' is inaccessible due to 'internal' protection level
175 |             _mantissa.5,
176 |             _mantissa.6,
177 |             _mantissa.7,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
178 |         ]
179 |     }
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
[19/76] Compiling Crypto SubjectPublicKeyInfo.swift
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:170:13: error: '_mantissa' is inaccessible due to 'internal' protection level
168 |     var mantissaParts: [UInt16] {
169 |         [
170 |             _mantissa.0,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
171 |             _mantissa.1,
172 |             _mantissa.2,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:171:13: error: '_mantissa' is inaccessible due to 'internal' protection level
169 |         [
170 |             _mantissa.0,
171 |             _mantissa.1,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
172 |             _mantissa.2,
173 |             _mantissa.3,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:172:13: error: '_mantissa' is inaccessible due to 'internal' protection level
170 |             _mantissa.0,
171 |             _mantissa.1,
172 |             _mantissa.2,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
173 |             _mantissa.3,
174 |             _mantissa.4,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:173:13: error: '_mantissa' is inaccessible due to 'internal' protection level
171 |             _mantissa.1,
172 |             _mantissa.2,
173 |             _mantissa.3,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
174 |             _mantissa.4,
175 |             _mantissa.5,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:174:13: error: '_mantissa' is inaccessible due to 'internal' protection level
172 |             _mantissa.2,
173 |             _mantissa.3,
174 |             _mantissa.4,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
175 |             _mantissa.5,
176 |             _mantissa.6,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:175:13: error: '_mantissa' is inaccessible due to 'internal' protection level
173 |             _mantissa.3,
174 |             _mantissa.4,
175 |             _mantissa.5,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
176 |             _mantissa.6,
177 |             _mantissa.7,
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:176:13: error: '_mantissa' is inaccessible due to 'internal' protection level
174 |             _mantissa.4,
175 |             _mantissa.5,
176 |             _mantissa.6,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
177 |             _mantissa.7,
178 |         ]
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
/host/spi-builder-workspace/.build/checkouts/BigInt/Sources/Floating Point Conversion.swift:177:13: error: '_mantissa' is inaccessible due to 'internal' protection level
175 |             _mantissa.5,
176 |             _mantissa.6,
177 |             _mantissa.7,
    |             `- error: '_mantissa' is inaccessible due to 'internal' protection level
178 |         ]
179 |     }
FoundationEssentials.Decimal._mantissa:2:14: note: '_mantissa' declared here
1 | struct Decimal {
2 | internal var _mantissa: Decimal.Mantissa { get set }}
  |              `- note: '_mantissa' declared here
3 |
[20/85] Compiling Crypto ASN1.swift
[21/85] Compiling Crypto ASN1BitString.swift
[22/85] Compiling Crypto ASN1Identifier.swift
[23/85] Compiling Crypto EllipticCurve_boring.swift
[24/85] Compiling Crypto NISTCurvesKeys_boring.swift
[25/85] Compiling Crypto X25519Keys_boring.swift
[26/85] Compiling Crypto Curve25519.swift
[27/85] Compiling Crypto Ed25519.swift
[28/85] Compiling Crypto NISTCurvesKeys.swift
[29/85] Compiling Crypto X25519Keys.swift
[30/85] 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)
[31/85] 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)
[32/85] 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)
[33/85] 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)
[34/85] 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)
[35/85] 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)
[36/85] 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)
[37/85] 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)
[38/85] Compiling Crypto ChaChaPoly.swift
[39/85] Compiling Crypto Cipher.swift
[40/85] Compiling Crypto Nonces.swift
[41/85] Emitting module Crypto
[42/85] Emitting module BigInt
[43/85] Compiling Crypto AES-GCM.swift
[44/85] Compiling Crypto AES-GCM_boring.swift
[45/85] Compiling Crypto ChaChaPoly_boring.swift
[50/85] Compiling BigInt Subtraction.swift
[51/85] Compiling BigInt Words and Bits.swift
[52/85] Compiling Crypto HashFunctions.swift
[53/85] Compiling Crypto HashFunctions_SHA2.swift
[70/85] Compiling Crypto EdDSA_boring.swift
[71/85] Compiling Crypto ECDSA.swift
[72/85] Compiling Crypto EdDSA.swift
[73/85] Compiling Crypto Signature.swift
[74/85] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[75/85] Compiling Crypto CryptoKitErrors_boring.swift
[76/85] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[79/85] Compiling Crypto RNG_boring.swift
[80/85] Compiling Crypto SafeCompare_boring.swift
[81/85] Compiling Crypto Zeroization_boring.swift
[82/85] Compiling Crypto PrettyBytes.swift
[83/85] Compiling Crypto SafeCompare.swift
[84/85] Compiling Crypto SecureBytes.swift
[85/85] Compiling Crypto Zeroization.swift
BUILD FAILURE 6.1 android