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 master (70375c), with Swift 6.1 for Android on 28 May 2025 00:45:47 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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: master
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
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 70375cb Update swift tools version to 5.3 (#25)
Cloned https://github.com/bouke/srp.git
Revision (git rev-parse @):
70375cb927142a656e1a24776dc3b2c3ae8ae4b3
SUCCESS checkout https://github.com/bouke/srp.git at master
========================================
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.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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/attaswift/BigInt.git
[1/4776] Fetching bigint
[2915/18712] Fetching bigint, swift-crypto
Fetched https://github.com/attaswift/BigInt.git from cache (1.44s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.50s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (2.04s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.5.2 (1.25s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 1.1.7
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.5.2
Building for debugging...
[0/409] Write sources
[3/409] Compiling a_d2i_fp.c
[4/409] Compiling a_dup.c
[5/409] Compiling a_bitstr.c
[6/409] Compiling a_time.c
[7/409] Compiling a_enum.c
[8/409] Compiling a_type.c
[9/409] Write swift-version-24593BA9C3E375BF.txt
[10/409] Compiling a_bool.c
[11/409] Compiling v3_prn.c
[12/409] Compiling v3_skey.c
[13/409] Compiling v3_utl.c
[14/416] Compiling v3_purp.c
[15/430] Compiling v3_pcia.c
[16/430] Compiling CCryptoBoringSSLShims shims.c
[17/430] Compiling v3_pmaps.c
[18/430] Compiling v3_pcons.c
[19/430] Compiling v3_ocsp.c
[20/430] Compiling v3_pci.c
[21/430] Compiling v3_int.c
[22/430] Compiling v3_lib.c
[23/430] Compiling v3_ia5.c
[24/430] Compiling v3_info.c
[25/430] Compiling v3_ncons.c
[26/430] Compiling v3_genn.c
[27/430] Compiling v3_extku.c
[28/430] Compiling v3_enum.c
[29/430] Compiling v3_crld.c
[30/430] Compiling v3_cpols.c
[31/430] Compiling v3_bcons.c
[32/430] Compiling v3_conf.c
[33/430] Compiling v3_bitst.c
[34/430] Compiling v3_alt.c
[35/430] Compiling v3_akeya.c
[36/430] Compiling pcy_node.c
[37/430] Compiling pcy_tree.c
[37/430] Compiling v3_akey.c
[39/430] Compiling pcy_map.c
[40/430] Compiling pcy_data.c
[41/430] Compiling pcy_lib.c
[42/430] Compiling pcy_cache.c
[43/430] Compiling x_sig.c
[44/430] Compiling x_spki.c
[45/430] Compiling x_val.c
[46/430] Compiling x_req.c
[47/430] Compiling x_x509a.c
[48/430] Compiling x_pubkey.c
[49/430] Compiling x_x509.c
[50/430] Compiling x_pkey.c
[51/430] Compiling x_info.c
[52/430] Compiling x_exten.c
[53/430] Compiling x_name.c
[54/430] Compiling x_attrib.c
[55/430] Compiling x_crl.c
[56/430] Compiling x_all.c
[57/430] Compiling x_algor.c
[58/430] Compiling x509spki.c
[59/430] Compiling x509rset.c
[60/430] Compiling x509name.c
[61/430] Compiling x509cset.c
[62/430] Compiling x509_txt.c
[63/430] Compiling x509_req.c
[64/430] Compiling x509_set.c
[65/430] Compiling x509_trs.c
[65/430] Compiling x509_v3.c
[65/430] Compiling x509_vpm.c
[68/430] Compiling x509_vfy.c
[69/430] Compiling x509_def.c
[69/430] Compiling x509_obj.c
[69/430] Compiling x509_d2.c
[72/430] Compiling x509_att.c
[73/430] Compiling x509_ext.c
[74/430] Compiling x509_cmp.c
[75/430] Compiling x509_lu.c
[76/430] Compiling t_x509a.c
[77/430] Compiling x509.c
[78/430] Compiling i2d_pr.c
[79/430] Compiling t_req.c
[80/430] Compiling t_x509.c
[81/430] Compiling t_crl.c
[82/430] Compiling rsa_pss.c
[83/430] Compiling by_file.c
[84/430] Compiling by_dir.c
[85/430] Compiling algorithm.c
[86/430] Compiling a_verify.c
[87/430] Compiling asn1_gen.c
[88/430] Compiling a_strex.c
[89/430] Compiling a_sign.c
[90/430] Compiling thread_win.c
[91/430] Compiling thread_none.c
[91/430] Compiling voprf.c
[93/430] Compiling thread.c
[94/430] Compiling thread_pthread.c
[95/430] Compiling a_digest.c
[96/430] Compiling trust_token.c
[97/430] Compiling pmbtoken.c
[98/430] Compiling refcount_lock.c
[99/430] Compiling refcount_c11.c
[100/430] Compiling siphash.c
[101/430] Compiling rc4.c
[102/430] Compiling stack.c
[103/430] Compiling rsa_print.c
[104/430] Compiling windows.c
[105/430] Compiling fuchsia.c
[106/430] Compiling rand_extra.c
[107/430] Compiling passive.c
[108/430] Compiling rsa_asn1.c
[109/430] Compiling forkunsafe.c
[110/430] Compiling deterministic.c
[111/430] Compiling poly1305_vec.c
[112/430] Compiling poly1305_arm.c
[113/430] Compiling poly1305_arm_asm.S
[114/430] Compiling pool.c
[115/430] Compiling poly1305.c
[116/430] Compiling pkcs7.c
[117/430] Compiling p5_pbev2.c
[118/430] Compiling pem_xaux.c
[119/430] Compiling pkcs8_x509.c
[120/430] Compiling pkcs7_x509.c
[121/430] Compiling pem_x509.c
[122/430] Compiling pkcs8.c
[123/430] Compiling pem_pkey.c
[124/430] Compiling pem_oth.c
[125/430] Compiling pem_pk8.c
[126/430] Compiling pem_lib.c
[127/430] Compiling obj_xref.c
[128/430] Compiling lhash.c
[129/430] Compiling mem.c
[130/430] Compiling poly_rq_mul.S
[131/430] Compiling pem_info.c
[132/430] Compiling hpke.c
[133/430] Compiling hkdf.c
[134/430] Compiling obj.c
[135/430] Compiling hrss.c
[136/430] Compiling pem_all.c
[137/430] Compiling x86_64-mont5.mac.x86_64.S
[138/430] Compiling x86_64-mont5.linux.x86_64.S
[139/430] Compiling x86_64-mont.linux.x86_64.S
[140/430] Compiling x86_64-mont.mac.x86_64.S
[141/430] Compiling x86-mont.windows.x86.S
[142/430] Compiling x86-mont.linux.x86.S
[143/430] Compiling vpaes-x86_64.linux.x86_64.S
[144/430] Compiling vpaes-x86_64.mac.x86_64.S
[145/430] Compiling vpaes-x86.windows.x86.S
[146/430] Compiling vpaes-x86.linux.x86.S
[147/430] Compiling vpaes-armv8.ios.aarch64.S
[148/430] Compiling vpaes-armv7.linux.arm.S
[149/430] Compiling vpaes-armv8.linux.aarch64.S
[150/430] Compiling kdf.c
[151/430] Compiling vpaes-armv7.ios.arm.S
[151/430] Compiling sha512-armv8.ios.aarch64.S
[153/430] Compiling sha512-x86_64.linux.x86_64.S
[154/430] Compiling sha512-x86_64.mac.x86_64.S
[155/430] Compiling sha512-armv8.linux.aarch64.S
[156/430] Compiling sha512-armv4.linux.arm.S
[157/430] Compiling sha512-armv4.ios.arm.S
[158/430] Compiling sha512-586.linux.x86.S
[159/430] Compiling sha512-586.windows.x86.S
[160/430] Compiling sha256-armv8.ios.aarch64.S
[160/430] Compiling sha256-x86_64.linux.x86_64.S
[162/430] Compiling sha256-x86_64.mac.x86_64.S
[163/430] Compiling sha256-armv8.linux.aarch64.S
[164/430] Compiling sha256-586.linux.x86.S
[165/430] Compiling sha1-x86_64.mac.x86_64.S
[166/430] Compiling sha256-armv4.linux.arm.S
[167/430] Compiling sha256-armv4.ios.arm.S
[168/430] Compiling sha1-x86_64.linux.x86_64.S
[169/430] Compiling sha256-586.windows.x86.S
[170/430] Compiling sha1-armv8.ios.aarch64.S
[171/430] Compiling sha1-armv4-large.linux.arm.S
[172/430] Compiling sha1-586.windows.x86.S
[173/430] Compiling sha1-armv4-large.ios.arm.S
[174/430] Compiling sha1-586.linux.x86.S
[174/430] Compiling sha1-armv8.linux.aarch64.S
[176/430] Compiling sha1-altivec.c
[177/430] Compiling sha512.c
[178/430] Compiling sha1.c
[179/430] Compiling sha256.c
[180/430] Compiling self_check.c
[181/430] Compiling blinding.c
[182/430] Compiling rsa_impl.c
[183/430] Compiling padding.c
[184/430] Compiling rsa.c
[185/430] Compiling rsaz-avx2.mac.x86_64.S
[186/430] Compiling fork_detect.c
[187/430] Compiling urandom.c
[188/430] Compiling rand.c
[189/430] Compiling rsaz-avx2.linux.x86_64.S
[189/430] Compiling rdrand-x86_64.mac.x86_64.S
[189/430] Compiling rdrand-x86_64.linux.x86_64.S
[192/430] Compiling ctrdrbg.c
[193/430] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[194/430] Compiling p256-x86_64-asm.mac.x86_64.S
[195/430] Compiling p256-x86_64-asm.linux.x86_64.S
[196/430] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[197/430] Compiling polyval.c
[198/430] Compiling gcm_nohw.c
[199/430] Compiling ofb.c
[200/430] Compiling ctr.c
[201/430] Compiling cfb.c
[202/430] Compiling md5-x86_64.mac.x86_64.S
[203/430] Compiling md5-x86_64.linux.x86_64.S
[204/430] Compiling md5-586.windows.x86.S
[205/430] Compiling cbc.c
[206/430] Compiling is_fips.c
[206/430] Compiling gcm.c
[208/430] Compiling md5.c
[208/430] Compiling hmac.c
[210/430] Compiling md4.c
[211/430] Compiling md5-586.linux.x86.S
[212/430] Compiling ghashv8-armx64.ios.aarch64.S
[213/430] Compiling ghashv8-armx32.ios.arm.S
[213/430] Compiling ghash-x86.windows.x86.S
[213/430] Compiling ghashv8-armx32.linux.arm.S
[214/430] Compiling ghash-x86_64.mac.x86_64.S
[215/430] Compiling ghash-x86_64.linux.x86_64.S
[218/430] Compiling ghashv8-armx64.linux.aarch64.S
[219/430] Compiling ghash-x86.linux.x86.S
[220/430] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[221/430] Compiling ghash-ssse3-x86.windows.x86.S
[222/430] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[223/430] Compiling fips_shared_support.c
[224/430] Compiling ghash-armv4.ios.arm.S
[224/430] Compiling ghash-neon-armv8.linux.aarch64.S
[226/430] Compiling ghash-neon-armv8.ios.aarch64.S
[227/430] Compiling ghash-ssse3-x86.linux.x86.S
[228/430] Compiling ghash-armv4.linux.arm.S
[229/430] Compiling simple_mul.c
[230/430] Compiling wnaf.c
[231/430] Compiling scalar.c
[232/430] Compiling ecdh.c
[233/430] Compiling ecdsa.c
[234/430] Compiling util.c
[235/430] Compiling p256-x86_64.c
[236/430] Compiling simple.c
[237/430] Compiling ec_montgomery.c
[238/430] Compiling felem.c
[239/430] Compiling p256.c
[240/430] Compiling oct.c
[241/430] Compiling ec_key.c
[242/430] Compiling p224-64.c
[243/430] Compiling co-586.windows.x86.S
[244/430] Compiling digests.c
[245/430] Compiling ec.c
[246/430] Compiling check.c
[247/430] Compiling des.c
[248/430] Compiling dh.c
[249/430] Compiling co-586.linux.x86.S
[250/430] Compiling digest.c
[251/430] Compiling e_des.c
[252/430] Compiling aead.c
[253/430] Compiling sqrt.c
[254/430] Compiling bsaes-armv7.linux.arm.S
[255/430] Compiling bsaes-armv7.ios.arm.S
[256/430] Compiling cipher.c
[257/430] Compiling e_aes.c
[258/430] Compiling rsaz_exp.c
[259/430] Compiling random.c
[260/430] Compiling shift.c
[261/430] Compiling montgomery_inv.c
[262/430] Compiling prime.c
[263/430] Compiling mul.c
[264/430] Compiling jacobi.c
[265/430] Compiling montgomery.c
[266/430] Compiling gcd.c
[267/430] Compiling gcd_extra.c
[268/430] Compiling exponentiation.c
[269/430] Compiling cmp.c
[270/430] Compiling div_extra.c
[271/430] Compiling generic.c
[272/430] Compiling div.c
[273/430] Compiling ctx.c
[274/430] Compiling bytes.c
[275/430] Compiling x86_64-gcc.c
[276/430] Compiling bn-586.windows.x86.S
[277/430] Compiling bn-586.linux.x86.S
[278/430] Compiling add.c
[279/430] Compiling bn.c
[280/430] Compiling armv8-mont.ios.aarch64.S
[281/430] Compiling armv4-mont.linux.arm.S
[282/430] Compiling armv4-mont.ios.arm.S
[283/430] Compiling armv8-mont.linux.aarch64.S
[284/430] Compiling aesv8-armx64.ios.aarch64.S
[285/430] Compiling aesv8-armx32.linux.arm.S
[286/430] Compiling aesv8-armx64.linux.aarch64.S
[286/430] Compiling aesv8-armx32.ios.arm.S
[288/430] Compiling aesni-x86.windows.x86.S
[289/430] Compiling aesni-x86_64.linux.x86_64.S
[290/430] Compiling aesni-x86_64.mac.x86_64.S
[291/430] Compiling aesni-x86.linux.x86.S
[292/430] Compiling aesni-gcm-x86_64.mac.x86_64.S
[293/430] Compiling aesni-gcm-x86_64.linux.x86_64.S
[294/430] Compiling mode_wrappers.c
[295/430] Compiling aes.c
[296/430] Compiling key_wrap.c
[297/430] Compiling aes_nohw.c
[298/430] Compiling sign.c
[299/430] Compiling ex_data.c
[300/430] Compiling scrypt.c
[301/430] Compiling pbkdf.c
[302/430] Compiling print.c
[303/430] Compiling p_rsa_asn1.c
[304/430] Compiling p_x25519.c
[305/430] Compiling p_x25519_asn1.c
[306/430] Compiling p_ed25519.c
[307/430] Compiling p_rsa.c
[308/430] Compiling p_ed25519_asn1.c
[309/430] Compiling p_dsa_asn1.c
[310/430] Compiling p_ec_asn1.c
[311/430] Compiling p_ec.c
[312/430] Compiling evp_ctx.c
[313/430] Compiling evp_asn1.c
[314/430] Compiling evp.c
[315/430] Compiling err_data.c
[316/430] Compiling engine.c
[317/430] Compiling digestsign.c
[318/430] Compiling err.c
[319/430] Compiling ecdh_extra.c
[320/430] Compiling ecdsa_asn1.c
[321/430] Compiling hash_to_curve.c
[322/430] Compiling ec_derive.c
[323/430] Compiling digest_extra.c
[324/430] Compiling dsa_asn1.c
[324/430] Compiling ec_asn1.c
[326/430] Compiling params.c
[327/430] Compiling dh_asn1.c
[328/430] Compiling dsa.c
[329/430] Compiling spake25519.c
[330/430] Compiling cpu-intel.c
[331/430] Compiling cpu-ppc64le.c
[332/430] Compiling crypto.c
[333/430] Compiling cpu-arm.c
[333/430] Compiling cpu-arm-linux.c
[333/430] Compiling cpu-aarch64-win.c
[337/430] Compiling BigInt Random.swift
[338/430] Compiling BigInt Shifts.swift
[339/430] Compiling BigInt Square Root.swift
[340/430] Compiling BigInt Strideable.swift
[341/430] Compiling BigInt String Conversion.swift
[342/432] Emitting module BigInt
[342/432] Compiling x25519-asm-arm.S
[343/432] Compiling cpu-aarch64-linux.c
[344/432] Compiling cpu-aarch64-fuchsia.c
[346/432] Compiling BigInt Integer Conversion.swift
[347/432] Compiling BigInt Multiplication.swift
[348/432] Compiling BigInt Prime Test.swift
[348/432] Compiling cmac.c
[349/432] Compiling tls_cbc.c
[350/432] Compiling e_rc4.c
[351/432] Compiling conf.c
[352/432] Compiling e_null.c
[353/432] Compiling e_rc2.c
[354/432] Compiling curve25519.c
[355/432] Compiling e_tls.c
[356/432] Compiling e_aesgcmsiv.c
[357/432] Compiling e_chacha20poly1305.c
[358/432] Compiling e_aesccm.c
[359/432] Compiling e_aesctrhmac.c
[360/432] Compiling derive_key.c
[361/432] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[362/432] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[363/432] Compiling cipher_extra.c
[364/432] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[365/432] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[366/432] Compiling chacha-x86_64.mac.x86_64.S
[367/432] Compiling chacha.c
[368/432] Compiling chacha-x86.windows.x86.S
[368/432] Compiling chacha-x86.linux.x86.S
[370/432] Compiling chacha-x86_64.linux.x86_64.S
[371/432] Compiling chacha-armv8.ios.aarch64.S
[372/432] Compiling chacha-armv4.linux.arm.S
[372/432] Compiling chacha-armv8.linux.aarch64.S
[374/432] Compiling chacha-armv4.ios.arm.S
[374/432] Compiling unicode.c
[376/432] Compiling cbs.c
[377/432] Compiling asn1_compat.c
[378/432] Compiling cbb.c
[379/432] Compiling buf.c
[380/432] Compiling bn_asn1.c
[381/432] Compiling ber.c
[382/432] Compiling blake2.c
[383/432] Compiling convert.c
[384/432] Compiling socket.c
[385/432] Compiling socket_helper.c
[386/432] Compiling pair.c
[387/432] Compiling hexdump.c
[388/432] Compiling printf.c
[389/432] Compiling file.c
[390/432] Compiling fd.c
[391/432] Compiling connect.c
[392/432] Compiling bio_mem.c
[393/432] Compiling base64.c
[394/432] Compiling time_support.c
[395/432] Compiling tasn_utl.c
[396/432] Compiling bio.c
[397/432] Compiling tasn_typ.c
[398/432] Compiling tasn_new.c
[399/432] Compiling tasn_fre.c
[400/432] Compiling f_int.c
[401/432] Compiling f_string.c
[402/432] Compiling f_enum.c
[403/432] Compiling tasn_enc.c
[404/432] Compiling tasn_dec.c
[405/432] Compiling asn_pack.c
[406/432] Compiling a_utf8.c
[407/432] Compiling asn1_par.c
[408/432] Compiling a_strnid.c
[409/432] Compiling a_octet.c
[410/432] Compiling a_print.c
[411/432] Compiling asn1_lib.c
[411/432] Compiling a_utctm.c
[413/432] Compiling a_object.c
[415/432] Compiling BigInt Subtraction.swift
[416/432] Compiling BigInt Words and Bits.swift
[416/432] Compiling a_mbstr.c
[417/432] Compiling a_int.c
[418/432] Compiling a_i2d_fp.c
[419/432] Compiling a_gentm.c
[421/486] Emitting module Crypto
[422/493] Compiling Crypto ASN1Integer.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 |
[423/493] Compiling Crypto ASN1OctetString.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 |
[424/493] Compiling Crypto ArraySliceBigint.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 |
[425/493] Compiling Crypto ASN1.swift
[426/493] Compiling Crypto ASN1BitString.swift
[427/493] Compiling Crypto ASN1Identifier.swift
[428/493] Compiling Crypto SymmetricKeys.swift
[429/493] Compiling Crypto HMAC.swift
[430/493] Compiling Crypto MACFunctions.swift
[431/493] Compiling Crypto MessageAuthenticationCode.swift
[432/493] Compiling Crypto AES.swift
[433/493] Compiling Crypto ECDSASignature_boring.swift
[434/493] Compiling Crypto ECDSA_boring.swift
[435/493] Compiling Crypto AES-GCM.swift
[436/493] Compiling Crypto AES-GCM_boring.swift
[437/493] Compiling Crypto ChaChaPoly_boring.swift
[438/493] Compiling Crypto ChaChaPoly.swift
[439/493] Compiling Crypto Cipher.swift
[440/493] Compiling Crypto Nonces.swift
[441/493] Compiling Crypto SEC1PrivateKey.swift
[442/493] Compiling Crypto SubjectPublicKeyInfo.swift
[443/493] Compiling Crypto CryptoKitErrors.swift
[444/493] Compiling Crypto Digest_boring.swift
[445/493] Compiling Crypto Digest.swift
[446/493] Compiling Crypto Digests.swift
[447/493] Compiling Crypto HashFunctions.swift
[448/493] Compiling Crypto HashFunctions_SHA2.swift
[449/493] 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)
[450/493] 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)
[451/493] 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)
[452/493] 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)
[453/493] 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)
[454/493] 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)
[455/493] 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)
[456/493] 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)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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 BigInt Strideable.swift
[3/76] Compiling BigInt String Conversion.swift
[4/78] Compiling BigInt Shifts.swift
[5/78] Compiling BigInt Square Root.swift
[8/78] Compiling BigInt Subtraction.swift
[9/78] Compiling BigInt Words and Bits.swift
[10/78] Compiling Crypto X25519Keys.swift
[11/78] Compiling BigInt Floating Point Conversion.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 |
[12/78] Compiling BigInt GCD.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 |
[13/78] Compiling BigInt Hashable.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 |
[14/85] Emitting module Crypto
[15/85] Compiling BigInt Data Conversion.swift
[16/85] Compiling BigInt Division.swift
[17/85] Compiling BigInt Exponentiation.swift
[18/85] Compiling BigInt Bitwise Ops.swift
[19/85] Compiling BigInt Codable.swift
[20/85] Compiling BigInt Comparable.swift
[21/85] Emitting module BigInt
[22/85] Compiling BigInt Addition.swift
[23/85] Compiling BigInt BigInt.swift
[24/85] Compiling BigInt BigUInt.swift
[25/85] Compiling Crypto EdDSA_boring.swift
[26/85] Compiling Crypto ECDSA.swift
[27/85] Compiling Crypto EdDSA.swift
[28/85] Compiling Crypto Signature.swift
[29/85] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[30/85] Compiling Crypto CryptoKitErrors_boring.swift
[31/85] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[32/85] Compiling Crypto SymmetricKeys.swift
[33/85] Compiling Crypto HMAC.swift
[34/85] Compiling Crypto MACFunctions.swift
[35/85] Compiling Crypto MessageAuthenticationCode.swift
[36/85] Compiling Crypto AES.swift
[37/85] Compiling Crypto ECDSASignature_boring.swift
[38/85] Compiling Crypto ECDSA_boring.swift
[39/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)
[40/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)
[41/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)
[42/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)
[43/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)
[44/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)
[45/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)
[46/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)
[47/85] Compiling Crypto SEC1PrivateKey.swift
[48/85] Compiling Crypto SubjectPublicKeyInfo.swift
[49/85] Compiling Crypto CryptoKitErrors.swift
[50/85] Compiling Crypto Digest_boring.swift
[51/85] Compiling Crypto Digest.swift
[52/85] Compiling Crypto Digests.swift
[53/85] Compiling Crypto HashFunctions.swift
[54/85] Compiling Crypto HashFunctions_SHA2.swift
[63/85] Compiling BigInt Integer Conversion.swift
[64/85] Compiling BigInt Multiplication.swift
[65/85] Compiling BigInt Prime Test.swift
[66/85] Compiling BigInt Random.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