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 GoogleAuthentication, reference main (6b4813), with Swift 6.1 for Android on 13 Dec 2025 18:07:25 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Nef10/GoogleAuthentication.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/Nef10/GoogleAuthentication
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6b48138 Bump actions/upload-artifact to v6
Cloned https://github.com/Nef10/GoogleAuthentication.git
Revision (git rev-parse @):
6b48138ce0422ab3c3c7b961d3ecf0187b0d3ca8
SUCCESS checkout https://github.com/Nef10/GoogleAuthentication.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Nef10/GoogleAuthentication.git
https://github.com/Nef10/GoogleAuthentication.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "oauthswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.2.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/OAuthSwift/OAuthSwift.git"
    },
    {
      "identity" : "keychainaccess",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "4.2.1",
            "upper_bound" : "5.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/kishikawakatsumi/KeychainAccess.git"
    }
  ],
  "manifest_display_name" : "GoogleAuthentication",
  "name" : "GoogleAuthentication",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    }
  ],
  "products" : [
    {
      "name" : "GoogleAuthentication",
      "targets" : [
        "GoogleAuthentication"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GoogleAuthenticationTests",
      "module_type" : "SwiftTarget",
      "name" : "GoogleAuthenticationTests",
      "path" : "Tests/GoogleAuthenticationTests",
      "sources" : [
        "GoogleAuthenticationTests.swift"
      ],
      "target_dependencies" : [
        "GoogleAuthentication"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GoogleAuthentication",
      "module_type" : "SwiftTarget",
      "name" : "GoogleAuthentication",
      "path" : "Sources/GoogleAuthentication",
      "product_dependencies" : [
        "OAuthSwift",
        "KeychainAccess"
      ],
      "product_memberships" : [
        "GoogleAuthentication"
      ],
      "sources" : [
        "ASWebAuthenticationURLHandler.swift",
        "Authentication.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:df03784badd7f27c5aaf58aceda7a3eace61955b295b55f91184969c309ad8ef
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/kishikawakatsumi/KeychainAccess.git
Fetching https://github.com/OAuthSwift/OAuthSwift.git
[1/4386] Fetching keychainaccess
[2/9534] Fetching keychainaccess, oauthswift
Fetched https://github.com/OAuthSwift/OAuthSwift.git from cache (0.56s)
Fetched https://github.com/kishikawakatsumi/KeychainAccess.git from cache (0.56s)
Computing version for https://github.com/OAuthSwift/OAuthSwift.git
Computed https://github.com/OAuthSwift/OAuthSwift.git at 2.2.0 (1.14s)
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/tid-kijyun/Kanna.git
Fetching https://github.com/phimage/Erik.git
Fetching https://github.com/httpswift/swifter.git
[1/2390] Fetching kanna
[25/3032] Fetching kanna, erik
[2175/9082] Fetching kanna, erik, swifter
[4667/26547] Fetching kanna, erik, swifter, swift-crypto
Fetched https://github.com/phimage/Erik.git from cache (0.77s)
Fetched https://github.com/tid-kijyun/Kanna.git from cache (0.77s)
[8321/23515] Fetching swifter, swift-crypto
Fetched https://github.com/httpswift/swifter.git from cache (0.79s)
[2446/17465] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.84s)
Computing version for https://github.com/httpswift/swifter.git
Computed https://github.com/httpswift/swifter.git at 1.5.0 (2.38s)
Computing version for https://github.com/kishikawakatsumi/KeychainAccess.git
Computed https://github.com/kishikawakatsumi/KeychainAccess.git at 4.2.2 (0.55s)
Computing version for https://github.com/phimage/Erik.git
Computed https://github.com/phimage/Erik.git at 5.1.0 (0.55s)
Fetching https://github.com/Thomvis/BrightFutures.git
Fetching https://github.com/nvzqz/FileKit.git
[1/4067] Fetching brightfutures
[205/7190] Fetching brightfutures, filekit
Fetched https://github.com/nvzqz/FileKit.git from cache (0.72s)
Fetched https://github.com/Thomvis/BrightFutures.git from cache (0.75s)
Computing version for https://github.com/nvzqz/FileKit.git
Computed https://github.com/nvzqz/FileKit.git at 6.1.0 (1.29s)
Computing version for https://github.com/Thomvis/BrightFutures.git
Computed https://github.com/Thomvis/BrightFutures.git at 8.2.0 (0.54s)
Computing version for https://github.com/tid-kijyun/Kanna.git
Computed https://github.com/tid-kijyun/Kanna.git at 5.3.0 (0.56s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 1.1.7 (0.56s)
Creating working copy for https://github.com/Thomvis/BrightFutures.git
Working copy of https://github.com/Thomvis/BrightFutures.git resolved at 8.2.0
Creating working copy for https://github.com/tid-kijyun/Kanna.git
Working copy of https://github.com/tid-kijyun/Kanna.git resolved at 5.3.0
Creating working copy for https://github.com/phimage/Erik.git
Working copy of https://github.com/phimage/Erik.git resolved at 5.1.0
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 1.1.7
Creating working copy for https://github.com/kishikawakatsumi/KeychainAccess.git
Working copy of https://github.com/kishikawakatsumi/KeychainAccess.git resolved at 4.2.2
Creating working copy for https://github.com/nvzqz/FileKit.git
Working copy of https://github.com/nvzqz/FileKit.git resolved at 6.1.0
Creating working copy for https://github.com/OAuthSwift/OAuthSwift.git
Working copy of https://github.com/OAuthSwift/OAuthSwift.git resolved at 2.2.0
Creating working copy for https://github.com/httpswift/swifter.git
Working copy of https://github.com/httpswift/swifter.git resolved at 1.5.0
Building for debugging...
[0/410] Write sources
[4/410] Compiling chacha-x86.windows.x86.S
[5/410] Compiling chacha-x86_64.linux.x86_64.S
[6/410] Compiling i2d_pr.c
[7/410] Compiling v3_akey.c
[8/410] Compiling pcy_tree.c
[9/410] Compiling v3_skey.c
[10/410] Compiling v3_purp.c
[11/410] Compiling chacha-x86.linux.x86.S
[12/410] Write swift-version-24593BA9C3E375BF.txt
[13/410] Compiling CCryptoBoringSSLShims shims.c
[14/410] Compiling v3_utl.c
[15/410] Compiling v3_pcia.c
[16/410] Compiling v3_pmaps.c
[17/410] Compiling v3_pcons.c
[18/410] Compiling v3_prn.c
[19/410] Compiling v3_ocsp.c
[20/410] Compiling v3_pci.c
[21/412] Compiling v3_ncons.c
[22/412] Compiling v3_int.c
[23/412] Compiling v3_ia5.c
[24/412] Compiling v3_info.c
[25/412] Compiling v3_genn.c
[26/412] Compiling v3_lib.c
[27/412] Compiling v3_enum.c
[27/412] Compiling v3_extku.c
[29/412] Compiling v3_crld.c
[30/412] Compiling v3_bcons.c
[31/412] Compiling v3_conf.c
[32/412] Compiling v3_cpols.c
[33/412] Compiling v3_bitst.c
[34/412] Compiling v3_akeya.c
[35/412] Compiling v3_alt.c
[36/412] Compiling pcy_node.c
[37/412] Compiling pcy_map.c
[38/412] Compiling pcy_lib.c
[39/412] Compiling pcy_data.c
[40/412] Compiling x_x509a.c
[41/412] Compiling pcy_cache.c
[42/412] Compiling x_val.c
[43/412] Compiling x_spki.c
[44/412] Compiling x_sig.c
[45/412] Compiling x_x509.c
[46/412] Compiling x_pkey.c
[47/412] Compiling x_pubkey.c
[48/412] Compiling x_req.c
[49/412] Compiling x_info.c
[50/412] Compiling x_exten.c
[51/412] Compiling x_name.c
[52/412] Compiling x_attrib.c
[53/412] Compiling x_algor.c
[54/412] Compiling x_crl.c
[55/412] Compiling x_all.c
[56/412] Compiling x509rset.c
[57/412] Compiling x509spki.c
[58/412] Compiling x509name.c
[59/412] Compiling x509cset.c
[60/412] Compiling x509_txt.c
[61/412] Compiling x509_v3.c
[62/412] Compiling x509_vpm.c
[63/412] Compiling x509_set.c
[64/412] Compiling x509_trs.c
[65/412] Compiling x509_req.c
[66/412] Compiling x509_vfy.c
[67/412] Compiling x509_obj.c
[68/412] Compiling x509_def.c
[69/412] Compiling x509_ext.c
[70/412] Compiling x509_d2.c
[71/412] Compiling x509_lu.c
[72/412] Compiling x509_att.c
[73/412] Compiling x509_cmp.c
[74/412] Compiling x509.c
[75/412] Compiling t_x509a.c
[76/412] Compiling t_x509.c
[77/412] Compiling t_crl.c
[78/412] Compiling rsa_pss.c
[79/412] Compiling by_file.c
[80/412] Compiling t_req.c
[81/412] Compiling by_dir.c
[82/412] Compiling a_verify.c
[83/412] Compiling algorithm.c
[84/412] Compiling a_sign.c
[85/412] Compiling a_strex.c
[86/412] Compiling asn1_gen.c
[87/412] Compiling voprf.c
[88/412] Compiling a_digest.c
[89/412] Compiling thread_win.c
[90/412] Compiling thread.c
[91/412] Compiling thread_none.c
[92/412] Compiling thread_pthread.c
[93/412] Compiling trust_token.c
[94/412] Compiling siphash.c
[95/412] Compiling pmbtoken.c
[96/412] Compiling refcount_lock.c
[97/412] Compiling rsa_print.c
[98/412] Compiling refcount_c11.c
[98/412] Compiling stack.c
[100/412] Compiling rc4.c
[101/412] Compiling windows.c
[102/412] Compiling rsa_asn1.c
[103/412] Compiling fuchsia.c
[104/412] Compiling rand_extra.c
[105/412] Compiling deterministic.c
[106/412] Compiling passive.c
[107/412] Compiling poly1305_arm_asm.S
[108/412] Compiling poly1305_vec.c
[109/412] Compiling forkunsafe.c
[110/412] Compiling poly1305_arm.c
[111/412] Compiling pool.c
[112/412] Compiling poly1305.c
[113/412] Compiling pkcs7.c
[114/412] Compiling pkcs8.c
[115/412] Compiling p5_pbev2.c
[116/412] Compiling pem_xaux.c
[117/412] Compiling pem_x509.c
[118/412] Compiling pkcs7_x509.c
[119/412] Compiling pem_pkey.c
[120/412] Compiling pkcs8_x509.c
[121/412] Compiling obj_xref.c
[122/412] Compiling pem_pk8.c
[123/412] Compiling pem_oth.c
[124/412] Compiling pem_info.c
[125/412] Compiling pem_lib.c
[126/412] Compiling lhash.c
[126/412] Compiling mem.c
[128/412] Compiling poly_rq_mul.S
[129/412] Compiling x86_64-mont5.mac.x86_64.S
[130/412] Compiling pem_all.c
[131/412] Compiling obj.c
[132/412] Compiling x86_64-mont5.linux.x86_64.S
[133/412] Compiling hkdf.c
[134/412] Compiling x86_64-mont.mac.x86_64.S
[135/412] Compiling x86_64-mont.linux.x86_64.S
[136/412] Compiling x86-mont.windows.x86.S
[137/412] Compiling x86-mont.linux.x86.S
[138/412] Compiling vpaes-x86_64.mac.x86_64.S
[139/412] Compiling hpke.c
[140/412] Compiling vpaes-x86_64.linux.x86_64.S
[141/412] Compiling vpaes-x86.windows.x86.S
[142/412] Compiling vpaes-x86.linux.x86.S
[143/412] Compiling vpaes-armv8.ios.aarch64.S
[144/412] Compiling vpaes-armv7.linux.arm.S
[145/412] Compiling vpaes-armv7.ios.arm.S
[146/412] Compiling vpaes-armv8.linux.aarch64.S
[147/412] Compiling sha512-x86_64.mac.x86_64.S
[148/412] Compiling sha512-x86_64.linux.x86_64.S
[149/412] Compiling kdf.c
[150/412] Compiling sha512-armv8.ios.aarch64.S
[151/412] Compiling sha512-armv4.linux.arm.S
[152/412] Compiling sha512-armv8.linux.aarch64.S
[153/412] Compiling sha512-armv4.ios.arm.S
[154/412] Compiling sha512-586.windows.x86.S
[155/412] Compiling sha512-586.linux.x86.S
[156/412] Compiling sha256-x86_64.mac.x86_64.S
[157/412] Compiling sha256-x86_64.linux.x86_64.S
[158/412] Compiling sha256-armv4.linux.arm.S
[159/412] Compiling sha256-armv8.ios.aarch64.S
[160/412] Compiling sha256-armv4.ios.arm.S
[161/412] Compiling sha256-586.windows.x86.S
[162/412] Compiling sha256-armv8.linux.aarch64.S
[163/412] Compiling sha256-586.linux.x86.S
[164/412] Compiling sha1-armv8.ios.aarch64.S
[165/412] Compiling sha1-x86_64.linux.x86_64.S
[166/412] Compiling sha1-x86_64.mac.x86_64.S
[167/412] Compiling sha1-armv4-large.linux.arm.S
[168/412] Compiling sha1-armv4-large.ios.arm.S
[169/412] Compiling sha1-586.windows.x86.S
[170/412] Compiling sha1-armv8.linux.aarch64.S
[171/412] Compiling sha1-586.linux.x86.S
[172/412] Compiling sha1-altivec.c
[173/412] Compiling sha512.c
[174/412] Compiling sha256.c
[175/412] Compiling sha1.c
[176/412] Compiling hrss.c
[177/412] Compiling rsaz-avx2.mac.x86_64.S
[178/412] Compiling rsaz-avx2.linux.x86_64.S
[179/412] Compiling rdrand-x86_64.mac.x86_64.S
[179/412] Compiling self_check.c
[181/412] Compiling rdrand-x86_64.linux.x86_64.S
[182/412] Compiling padding.c
[183/412] Compiling blinding.c
[184/412] Compiling rsa_impl.c
[185/412] Compiling rand.c
[186/412] Compiling rsa.c
[187/412] Compiling p256_beeu-x86_64-asm.mac.x86_64.S
[188/412] Compiling urandom.c
[189/412] Compiling p256_beeu-x86_64-asm.linux.x86_64.S
[190/412] Compiling fork_detect.c
[190/412] Compiling ctrdrbg.c
[192/412] Compiling p256-x86_64-asm.mac.x86_64.S
[193/412] Compiling p256-x86_64-asm.linux.x86_64.S
[194/412] Compiling ofb.c
[195/412] Compiling polyval.c
[196/412] Compiling gcm_nohw.c
[197/412] Compiling ctr.c
[198/412] Compiling cfb.c
[199/412] Compiling md5-x86_64.mac.x86_64.S
[200/412] Compiling md5-x86_64.linux.x86_64.S
[201/412] Compiling cbc.c
[202/412] Compiling md5-586.windows.x86.S
[203/412] Compiling gcm.c
[204/412] Compiling md5-586.linux.x86.S
[205/412] Compiling is_fips.c
[205/412] Compiling md5.c
[207/412] Compiling ghashv8-armx32.linux.arm.S
[208/412] Compiling ghashv8-armx64.linux.aarch64.S
[209/412] Compiling ghashv8-armx64.ios.aarch64.S
[210/412] Compiling ghash-x86_64.mac.x86_64.S
[211/412] Compiling ghashv8-armx32.ios.arm.S
[212/412] Compiling ghash-x86_64.linux.x86_64.S
[213/412] Compiling hmac.c
[214/412] Compiling md4.c
[215/412] Compiling ghash-x86.windows.x86.S
[216/412] Compiling ghash-x86.linux.x86.S
[217/412] Compiling ghash-ssse3-x86_64.mac.x86_64.S
[218/412] Compiling ghash-ssse3-x86_64.linux.x86_64.S
[219/412] Compiling ghash-ssse3-x86.linux.x86.S
[220/412] Compiling ghash-ssse3-x86.windows.x86.S
[221/412] Compiling ghash-neon-armv8.ios.aarch64.S
[222/412] Compiling ghash-armv4.linux.arm.S
[223/412] Compiling ghash-neon-armv8.linux.aarch64.S
[224/412] Compiling ghash-armv4.ios.arm.S
[225/412] Compiling fips_shared_support.c
[226/412] Compiling ecdh.c
[227/412] Compiling util.c
[228/412] Compiling simple_mul.c
[228/412] Compiling wnaf.c
[229/412] Compiling ecdsa.c
[231/412] Compiling simple.c
[232/412] Compiling scalar.c
[233/412] Compiling p256-x86_64.c
[234/412] Compiling oct.c
[235/412] Compiling felem.c
[236/412] Compiling p224-64.c
[236/412] Compiling ec_key.c
[236/412] Compiling ec_montgomery.c
[239/412] Compiling p256.c
[240/412] Compiling digest.c
[241/412] Compiling check.c
[241/412] Compiling digests.c
[243/412] Compiling co-586.windows.x86.S
[244/412] Compiling co-586.linux.x86.S
[245/412] Compiling dh.c
[246/412] Compiling ec.c
[247/412] Compiling bsaes-armv7.linux.arm.S
[248/412] Compiling e_des.c
[249/412] Compiling des.c
[250/412] Compiling aead.c
[251/412] Compiling bsaes-armv7.ios.arm.S
[252/412] Compiling cipher.c
[253/412] Compiling rsaz_exp.c
[253/412] Compiling sqrt.c
[255/412] Compiling shift.c
[255/412] Compiling e_aes.c
[257/412] Compiling random.c
[258/412] Compiling jacobi.c
[259/412] Compiling montgomery_inv.c
[260/412] Compiling prime.c
[261/412] Compiling montgomery.c
[262/412] Compiling mul.c
[263/412] Compiling gcd_extra.c
[264/412] Compiling gcd.c
[265/412] Compiling div_extra.c
[265/412] Compiling generic.c
[267/412] Compiling exponentiation.c
[268/412] Compiling ctx.c
[269/412] Compiling div.c
[270/412] Compiling bytes.c
[271/412] Compiling x86_64-gcc.c
[272/412] Compiling cmp.c
[273/412] Compiling bn-586.windows.x86.S
[274/412] Compiling bn-586.linux.x86.S
[275/412] Compiling armv4-mont.linux.arm.S
[276/412] Compiling armv8-mont.ios.aarch64.S
[277/412] Compiling bn.c
[278/412] Compiling armv4-mont.ios.arm.S
[279/412] Compiling add.c
[280/412] Compiling armv8-mont.linux.aarch64.S
[281/412] Compiling aesv8-armx64.ios.aarch64.S
[282/412] Compiling aesv8-armx64.linux.aarch64.S
[283/412] Compiling aesv8-armx32.linux.arm.S
[284/412] Compiling aesv8-armx32.ios.arm.S
[285/412] Compiling aesni-x86_64.mac.x86_64.S
[286/412] Compiling aesni-x86.windows.x86.S
[287/412] Compiling aesni-x86_64.linux.x86_64.S
[288/412] Compiling aesni-x86.linux.x86.S
[289/412] Compiling aesni-gcm-x86_64.linux.x86_64.S
[289/412] Compiling aesni-gcm-x86_64.mac.x86_64.S
[291/412] Compiling aes.c
[291/412] Compiling mode_wrappers.c
[293/412] Compiling key_wrap.c
[294/412] Compiling ex_data.c
[295/412] Compiling sign.c
[296/412] Compiling scrypt.c
[297/412] Compiling aes_nohw.c
[298/412] Compiling pbkdf.c
[299/412] Compiling p_x25519.c
[300/412] Compiling p_rsa_asn1.c
[300/412] Compiling p_x25519_asn1.c
[302/412] Compiling print.c
[303/412] Compiling p_ed25519_asn1.c
[304/412] Compiling p_ed25519.c
[304/412] Compiling p_rsa.c
[306/412] Compiling p_ec_asn1.c
[307/412] Compiling p_dsa_asn1.c
[308/412] Compiling err_data.c
[308/412] Compiling evp_ctx.c
[310/412] Compiling p_ec.c
[311/412] Compiling digestsign.c
[312/412] Compiling evp_asn1.c
[313/412] Compiling evp.c
[314/412] Compiling err.c
[315/412] Compiling engine.c
[316/412] Compiling ecdsa_asn1.c
[316/412] Compiling ecdh_extra.c
[318/412] Compiling ec_derive.c
[319/412] Compiling hash_to_curve.c
[320/412] Compiling dsa_asn1.c
[321/412] Compiling params.c
[321/412] Compiling ec_asn1.c
[323/412] Compiling dh_asn1.c
[324/412] Compiling dsa.c
[325/412] Compiling x25519-asm-arm.S
[326/412] Compiling cpu-ppc64le.c
[327/412] Compiling digest_extra.c
[328/412] Compiling spake25519.c
[329/412] Compiling cpu-arm.c
[330/412] Compiling cpu-intel.c
[330/412] Compiling cpu-arm-linux.c
[330/412] Compiling crypto.c
[333/412] Compiling cpu-aarch64-win.c
[334/412] Compiling cpu-aarch64-fuchsia.c
[335/412] Compiling cpu-aarch64-linux.c
[336/412] Compiling cmac.c
[337/412] Compiling e_rc4.c
[338/412] Compiling tls_cbc.c
[339/412] Compiling conf.c
[340/412] Compiling e_null.c
[341/412] Compiling curve25519.c
[342/412] Compiling e_tls.c
[343/412] Compiling e_rc2.c
[344/412] Compiling e_aesgcmsiv.c
[345/412] Compiling e_chacha20poly1305.c
[346/412] Compiling e_aesctrhmac.c
[347/412] Compiling derive_key.c
[348/412] Compiling chacha20_poly1305_x86_64.mac.x86_64.S
[349/412] Compiling e_aesccm.c
[350/412] Compiling aes128gcmsiv-x86_64.mac.x86_64.S
[350/412] Compiling chacha20_poly1305_x86_64.linux.x86_64.S
[352/412] Compiling aes128gcmsiv-x86_64.linux.x86_64.S
[353/412] Compiling chacha-x86_64.mac.x86_64.S
[354/412] Compiling cipher_extra.c
[355/412] Compiling chacha-armv8.ios.aarch64.S
[356/412] Compiling chacha-armv4.linux.arm.S
[357/412] Compiling chacha.c
[358/412] Compiling chacha-armv4.ios.arm.S
[359/412] Compiling unicode.c
[360/412] Compiling chacha-armv8.linux.aarch64.S
[361/412] Compiling asn1_compat.c
[362/412] Compiling ber.c
[363/412] Compiling buf.c
[364/412] Compiling cbs.c
[365/412] Compiling cbb.c
[366/412] Compiling bn_asn1.c
[367/412] Compiling blake2.c
[368/412] Compiling socket_helper.c
[369/412] Compiling printf.c
[369/412] Compiling socket.c
[371/412] Compiling convert.c
[372/412] Compiling hexdump.c
[372/412] Compiling pair.c
[374/412] Compiling file.c
[375/412] Compiling fd.c
[376/412] Compiling bio_mem.c
[377/412] Compiling connect.c
[378/412] Compiling time_support.c
[378/412] Compiling base64.c
[380/412] Compiling bio.c
[381/412] Compiling tasn_utl.c
[382/412] Compiling tasn_typ.c
[383/412] Compiling tasn_new.c
[384/412] Compiling tasn_fre.c
[385/412] Compiling tasn_enc.c
[386/412] Compiling f_int.c
[386/412] Compiling f_string.c
[388/412] Compiling f_enum.c
[389/412] Compiling tasn_dec.c
[390/412] Compiling asn1_par.c
[391/412] Compiling asn_pack.c
[392/412] Compiling a_utf8.c
[393/412] Compiling asn1_lib.c
[394/412] Compiling a_utctm.c
[395/412] Compiling a_type.c
[396/412] Compiling a_print.c
[397/412] Compiling a_time.c
[398/412] Compiling a_strnid.c
[399/412] Compiling a_octet.c
[400/412] Compiling a_object.c
[400/412] Compiling a_i2d_fp.c
[402/412] Compiling a_int.c
[403/412] Compiling a_enum.c
[404/412] Compiling a_mbstr.c
[404/412] Compiling a_gentm.c
[406/412] Compiling a_dup.c
[407/412] Compiling a_d2i_fp.c
[408/412] Compiling a_bool.c
[409/412] Compiling a_bitstr.c
[411/466] Emitting module Crypto
[412/473] Compiling Crypto EllipticCurve_boring.swift
[413/473] Compiling Crypto NISTCurvesKeys_boring.swift
[414/473] Compiling Crypto X25519Keys_boring.swift
[415/473] Compiling Crypto Curve25519.swift
[416/473] Compiling Crypto Ed25519.swift
[417/473] Compiling Crypto NISTCurvesKeys.swift
[418/473] Compiling Crypto X25519Keys.swift
[419/473] Compiling Crypto EdDSA_boring.swift
[420/473] Compiling Crypto ECDSA.swift
[421/473] Compiling Crypto EdDSA.swift
[422/473] Compiling Crypto Signature.swift
[423/473] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[424/473] Compiling Crypto CryptoKitErrors_boring.swift
[425/473] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[426/473] Compiling Crypto AES-GCM.swift
[427/473] Compiling Crypto AES-GCM_boring.swift
[428/473] Compiling Crypto ChaChaPoly_boring.swift
[429/473] Compiling Crypto ChaChaPoly.swift
[430/473] Compiling Crypto Cipher.swift
[431/473] Compiling Crypto Nonces.swift
[432/473] Compiling Crypto ASN1.swift
[433/473] Compiling Crypto ASN1BitString.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[434/473] Emitting module KeychainAccess
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
  25 |
  26 | import Foundation
  27 | import Security
     |        `- error: no such module 'Security'
  28 | #if os(iOS) || os(OSX)
  29 | import LocalAuthentication
[435/473] Compiling KeychainAccess Keychain.swift
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
  25 |
  26 | import Foundation
  27 | import Security
     |        `- error: no such module 'Security'
  28 | #if os(iOS) || os(OSX)
  29 | import LocalAuthentication
[436/473] Compiling Crypto RNG_boring.swift
[437/473] Compiling Crypto SafeCompare_boring.swift
[438/473] Compiling Crypto Zeroization_boring.swift
[439/473] Compiling Crypto PrettyBytes.swift
[440/473] Compiling Crypto SafeCompare.swift
[441/473] Compiling Crypto SecureBytes.swift
[442/473] Compiling Crypto Zeroization.swift
[443/473] Compiling Crypto SymmetricKeys.swift
[444/473] Compiling Crypto HMAC.swift
[445/473] Compiling Crypto MACFunctions.swift
[446/473] Compiling Crypto MessageAuthenticationCode.swift
[447/473] Compiling Crypto AES.swift
[448/473] Compiling Crypto ECDSASignature_boring.swift
[449/473] Compiling Crypto ECDSA_boring.swift
[450/473] Compiling Crypto ASN1Identifier.swift
[451/473] Compiling Crypto ASN1Integer.swift
[452/473] Compiling Crypto ASN1OctetString.swift
[453/473] Compiling Crypto ArraySliceBigint.swift
[454/473] Compiling Crypto ObjectIdentifier.swift
[455/473] Compiling Crypto ECDSASignature.swift
[456/473] Compiling Crypto PEMDocument.swift
[457/473] Compiling Crypto PKCS8PrivateKey.swift
[458/473] 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)
[459/473] 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)
[460/473] 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)
[461/473] 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)
[462/473] 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)
[463/473] 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)
[464/473] 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)
[465/473] 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)
[466/473] Compiling Crypto SEC1PrivateKey.swift
[467/473] Compiling Crypto SubjectPublicKeyInfo.swift
[468/473] Compiling Crypto CryptoKitErrors.swift
[469/473] Compiling Crypto Digest_boring.swift
[470/473] Compiling Crypto Digest.swift
[471/473] Compiling Crypto Digests.swift
[472/473] Compiling Crypto HashFunctions.swift
[473/473] Compiling Crypto HashFunctions_SHA2.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" 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:df03784badd7f27c5aaf58aceda7a3eace61955b295b55f91184969c309ad8ef
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/57] Compiling Crypto SymmetricKeys.swift
[3/57] Compiling Crypto HMAC.swift
[4/57] Compiling Crypto MACFunctions.swift
[5/57] Compiling Crypto MessageAuthenticationCode.swift
[6/57] Compiling Crypto AES.swift
[7/57] Compiling Crypto ECDSASignature_boring.swift
[8/57] Compiling Crypto ECDSA_boring.swift
[9/64] 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)
[10/64] 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)
[11/64] 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)
[12/64] 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)
[13/64] 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)
[14/64] 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)
[15/64] 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)
[16/64] 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)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/64] Emitting module KeychainAccess
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
  25 |
  26 | import Foundation
  27 | import Security
     |        `- error: no such module 'Security'
  28 | #if os(iOS) || os(OSX)
  29 | import LocalAuthentication
[18/64] Compiling KeychainAccess Keychain.swift
/host/spi-builder-workspace/.build/checkouts/KeychainAccess/Lib/KeychainAccess/Keychain.swift:27:8: error: no such module 'Security'
  25 |
  26 | import Foundation
  27 | import Security
     |        `- error: no such module 'Security'
  28 | #if os(iOS) || os(OSX)
  29 | import LocalAuthentication
[19/64] Compiling Crypto SEC1PrivateKey.swift
[20/64] Compiling Crypto SubjectPublicKeyInfo.swift
[21/64] Compiling Crypto CryptoKitErrors.swift
[22/64] Compiling Crypto Digest_boring.swift
[23/64] Compiling Crypto Digest.swift
[24/64] Compiling Crypto Digests.swift
[25/64] Compiling Crypto HashFunctions.swift
[26/64] Compiling Crypto HashFunctions_SHA2.swift
[27/64] Compiling Crypto EdDSA_boring.swift
[28/64] Compiling Crypto ECDSA.swift
[29/64] Compiling Crypto EdDSA.swift
[30/64] Compiling Crypto Signature.swift
[31/64] Compiling Crypto ArbitraryPrecisionInteger_boring.swift
[32/64] Compiling Crypto CryptoKitErrors_boring.swift
[33/64] Compiling Crypto FiniteFieldArithmeticContext_boring.swift
[34/64] Compiling Crypto EllipticCurve_boring.swift
[35/64] Compiling Crypto NISTCurvesKeys_boring.swift
[36/64] Compiling Crypto X25519Keys_boring.swift
[37/64] Compiling Crypto Curve25519.swift
[38/64] Compiling Crypto Ed25519.swift
[39/64] Compiling Crypto NISTCurvesKeys.swift
[40/64] Compiling Crypto X25519Keys.swift
[41/64] Compiling Crypto ASN1Identifier.swift
[42/64] Compiling Crypto ASN1Integer.swift
[43/64] Compiling Crypto ASN1OctetString.swift
[44/64] Compiling Crypto ArraySliceBigint.swift
[45/64] Compiling Crypto ObjectIdentifier.swift
[46/64] Compiling Crypto ECDSASignature.swift
[47/64] Compiling Crypto PEMDocument.swift
[48/64] Compiling Crypto PKCS8PrivateKey.swift
[49/64] Emitting module Crypto
BUILD FAILURE 6.1 android