Build Information
Failed to build HsCryptoKit.Swift, reference 1.3.1 (e0238a), with Swift 6.1 for Android on 14 Aug 2025 14:50:34 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.66.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/horizontalsystems/HsCryptoKit.Swift.git
Reference: 1.3.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/horizontalsystems/HsCryptoKit.Swift
* tag 1.3.1 -> FETCH_HEAD
HEAD is now at e0238a7 Fix ambiguous bytes usage
Cloned https://github.com/horizontalsystems/HsCryptoKit.Swift.git
Revision (git rev-parse @):
e0238a7609df9701aac63c6237a819a462c89ab8
SUCCESS checkout https://github.com/horizontalsystems/HsCryptoKit.Swift.git at 1.3.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/horizontalsystems/HsCryptoKit.Swift.git
https://github.com/horizontalsystems/HsCryptoKit.Swift.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" : "hsextensions.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/horizontalsystems/HsExtensions.Swift.git"
},
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto.git"
},
{
"identity" : "secp256k1.swift",
"requirement" : {
"exact" : [
"0.10.0"
]
},
"type" : "sourceControl",
"url" : "https://github.com/GigaBitcoin/secp256k1.swift.git"
}
],
"manifest_display_name" : "HsCryptoKit.Swift",
"name" : "HsCryptoKit.Swift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "HsCryptoKit",
"targets" : [
"HsCryptoKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "HsCryptoKitTests",
"module_type" : "SwiftTarget",
"name" : "HsCryptoKitTests",
"path" : "Tests/HsCryptoKitTests",
"sources" : [
"Base58Tests.swift",
"HsCryptoKitTests.swift"
],
"target_dependencies" : [
"HsCryptoKit"
],
"type" : "test"
},
{
"c99name" : "HsCryptoKitC",
"module_type" : "ClangTarget",
"name" : "HsCryptoKitC",
"path" : "Sources/HsCryptoKitC",
"product_memberships" : [
"HsCryptoKit"
],
"sources" : [
"src/helpers.c"
],
"type" : "library"
},
{
"c99name" : "HsCryptoKit",
"module_type" : "SwiftTarget",
"name" : "HsCryptoKit",
"path" : "Sources/HsCryptoKit",
"product_dependencies" : [
"BigInt",
"HsExtensions",
"Crypto",
"_CryptoExtras",
"secp256k1"
],
"product_memberships" : [
"HsCryptoKit"
],
"sources" : [
"Base58.swift",
"Crypto.swift",
"CryptoSwift/BatchedCollection.swift",
"CryptoSwift/Sha3.swift",
"EllipticCurveEncrypterSecp256k1.swift",
"Hash/Ripemd160.swift",
"SchnorrHelper.swift"
],
"target_dependencies" : [
"HsCryptoKitC"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
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/GigaBitcoin/secp256k1.swift.git
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/horizontalsystems/HsExtensions.Swift.git
[1/4826] Fetching bigint
[967/9942] Fetching bigint, secp256k1.swift
[3203/10047] Fetching bigint, secp256k1.swift, hsextensions.swift
[8274/26307] Fetching bigint, secp256k1.swift, hsextensions.swift, swift-crypto
Fetched https://github.com/attaswift/BigInt.git from cache (0.69s)
[6976/21481] Fetching secp256k1.swift, hsextensions.swift, swift-crypto
Fetched https://github.com/horizontalsystems/HsExtensions.Swift.git from cache (2.09s)
Fetched https://github.com/GigaBitcoin/secp256k1.swift.git from cache (2.10s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.14s)
Computing version for https://github.com/GigaBitcoin/secp256k1.swift.git
Computed https://github.com/GigaBitcoin/secp256k1.swift.git at 0.10.0 (2.85s)
Computing version for https://github.com/horizontalsystems/HsExtensions.Swift.git
Computed https://github.com/horizontalsystems/HsExtensions.Swift.git at 1.0.6 (0.74s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.7.0 (0.64s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (0.76s)
Creating working copy for https://github.com/GigaBitcoin/secp256k1.swift.git
Working copy of https://github.com/GigaBitcoin/secp256k1.swift.git resolved at 0.10.0
Creating working copy for https://github.com/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.7.0
Creating working copy for https://github.com/horizontalsystems/HsExtensions.Swift.git
Working copy of https://github.com/horizontalsystems/HsExtensions.Swift.git resolved at 1.0.6
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 2.6.0
Building for debugging...
[0/427] Write sources
[5/427] Compiling helpers.c
[6/427] Compiling scalar.c
[7/427] Compiling simple_mul.c
[7/427] Write sources
[9/427] Compiling simple.c
[10/427] Compiling p256.c
[11/427] Compiling fiat_curve25519_adx_square.S
[12/427] Compiling fiat_curve25519_adx_mul.S
[13/427] Compiling precomputed_ecmult_gen.c
[14/427] Compiling Utility.c
[15/427] Write swift-version-24593BA9C3E375BF.txt
[16/427] Compiling v3_prn.c
[17/427] Compiling v3_skey.c
[18/427] Compiling secp256k1.c
[19/427] Compiling CCryptoBoringSSLShims shims.c
[20/427] Compiling v3_purp.c
[21/427] Compiling v3_pmaps.c
[22/427] Compiling v3_utl.c
[23/441] Compiling v3_pcons.c
[24/441] Compiling v3_ocsp.c
[25/441] Compiling v3_int.c
[26/441] Compiling v3_info.c
[27/441] Compiling v3_ncons.c
[28/441] Compiling v3_lib.c
[29/441] Compiling v3_ia5.c
[30/441] Compiling v3_genn.c
[31/441] Compiling v3_extku.c
[32/441] Compiling v3_enum.c
[33/441] Compiling v3_crld.c
[34/441] Compiling v3_cpols.c
[35/441] Compiling v3_conf.c
[36/441] Compiling v3_bcons.c
[37/441] Compiling v3_bitst.c
[38/441] Compiling v3_akeya.c
[39/441] Compiling v3_alt.c
[40/441] Compiling v3_akey.c
[41/441] Compiling x_x509a.c
[42/441] Compiling x_val.c
[43/441] Compiling x_x509.c
[44/441] Compiling x_spki.c
[45/441] Compiling x_sig.c
[46/441] Compiling x_req.c
[47/441] Compiling x_pubkey.c
[48/441] Compiling x_info.c
[49/441] Compiling x_pkey.c
[50/441] Compiling x_name.c
[51/441] Compiling x_exten.c
[52/441] Compiling x_crl.c
[53/441] Compiling x_attrib.c
[54/441] Compiling x_algor.c
[55/441] Compiling x509spki.c
[56/441] Compiling x509rset.c
[57/441] Compiling x_all.c
[58/441] Compiling x509cset.c
[59/441] Compiling x509name.c
[60/441] Compiling x509_vpm.c
[61/441] Compiling x509_v3.c
[62/441] Compiling x509_txt.c
[63/441] Compiling x509_vfy.c
[64/441] Compiling x509_set.c
[65/441] Compiling x509_trs.c
[66/441] Compiling x509_obj.c
[67/441] Compiling x509_req.c
[68/441] Compiling x509_def.c
[69/441] Compiling x509_lu.c
[70/441] Compiling x509_ext.c
[71/441] Compiling x509_d2.c
[72/441] Compiling x509_att.c
[73/441] Compiling x509_cmp.c
[74/441] Compiling x509.c
[75/441] Compiling t_x509a.c
[76/441] Compiling t_req.c
[77/441] Compiling t_x509.c
[78/441] Compiling t_crl.c
[79/441] Compiling name_print.c
[80/441] Compiling rsa_pss.c
[81/441] Compiling i2d_pr.c
[82/441] Compiling policy.c
[83/441] Compiling precomputed_ecmult.c
[84/441] Compiling by_file.c
[85/441] Compiling by_dir.c
[86/441] Compiling a_verify.c
[87/441] Compiling algorithm.c
[88/441] Compiling asn1_gen.c
[89/441] Compiling a_digest.c
[90/454] Compiling thread_win.c
[91/461] Compiling a_sign.c
[92/461] Compiling thread.c
[93/461] Compiling trust_token.c
[94/461] Compiling thread_pthread.c
[95/461] Compiling thread_none.c
[96/461] Compiling voprf.c
[97/461] Compiling pmbtoken.c
[98/461] Compiling rsa_print.c
[99/461] Compiling siphash.c
[100/461] Compiling refcount.c
[101/461] Compiling stack.c
[102/461] Compiling rc4.c
[103/461] Compiling rsa_asn1.c
[104/461] Compiling rsa_crypt.c
[105/461] Compiling rand_extra.c
[106/461] Compiling windows.c
[107/461] Compiling trusty.c
[108/461] Compiling passive.c
[109/461] Compiling ios.c
[110/461] Compiling getentropy.c
[111/461] Compiling forkunsafe.c
[112/461] Compiling deterministic.c
[113/461] Compiling poly1305_arm_asm.S
[114/461] Compiling poly1305_vec.c
[115/461] Compiling poly1305_arm.c
[116/461] Compiling pool.c
[117/461] Compiling poly1305.c
[118/461] Compiling pkcs7.c
[119/461] Compiling pkcs8.c
[120/461] Compiling p5_pbev2.c
[121/461] Compiling pkcs7_x509.c
[122/461] Compiling pem_xaux.c
[123/461] Compiling pkcs8_x509.c
[124/461] Compiling pem_x509.c
[125/461] Compiling pem_pkey.c
[127/461] Emitting module secp256k1
[127/463] Compiling pem_pk8.c
[128/463] Compiling pem_oth.c
[129/463] Compiling obj_xref.c
[130/463] Compiling pem_info.c
[131/463] Compiling pem_lib.c
[132/463] Compiling pem_all.c
[133/463] Compiling lhash.c
[134/463] Compiling mem.c
[135/463] Compiling poly_rq_mul.S
[136/463] Compiling keccak.c
[137/463] Compiling kyber.c
[138/463] Compiling x86_64-mont5-mac.mac.x86_64.S
[139/463] Compiling x86_64-mont5-linux.linux.x86_64.S
[140/463] Compiling x86_64-mont-mac.mac.x86_64.S
[141/463] Compiling x86_64-mont-linux.linux.x86_64.S
[142/463] Compiling x86-mont-windows.windows.x86.S
[143/463] Compiling x86-mont-linux.linux.x86.S
[144/463] Compiling obj.c
[145/463] Compiling vpaes-x86_64-mac.mac.x86_64.S
[146/463] Compiling hpke.c
[147/463] Compiling vpaes-x86_64-linux.linux.x86_64.S
[148/463] Compiling vpaes-x86-linux.linux.x86.S
[149/463] Compiling vpaes-x86-windows.windows.x86.S
[150/463] Compiling vpaes-armv8-ios.ios.aarch64.S
[151/463] Compiling vpaes-armv7-linux.linux.arm.S
[152/463] Compiling vpaes-armv8-linux.linux.aarch64.S
[153/463] Compiling vpaes-armv7-ios.ios.arm.S
[154/463] Compiling sha512-x86_64-mac.mac.x86_64.S
[155/463] Compiling sha512-x86_64-linux.linux.x86_64.S
[156/463] Compiling sha512-armv8-ios.ios.aarch64.S
[157/463] Compiling sha512-armv4-linux.linux.arm.S
[158/463] Compiling kdf.c
[159/463] Compiling sha512-armv4-ios.ios.arm.S
[160/463] Compiling sha512-armv8-linux.linux.aarch64.S
[161/463] Compiling sha512-586-windows.windows.x86.S
[162/463] Compiling sha512-586-linux.linux.x86.S
[163/463] Compiling sha256-x86_64-mac.mac.x86_64.S
[164/463] Compiling sha256-x86_64-linux.linux.x86_64.S
[165/463] Compiling sha256-armv8-ios.ios.aarch64.S
[166/463] Compiling sha256-armv4-linux.linux.arm.S
[167/463] Compiling sha256-armv8-linux.linux.aarch64.S
[168/463] Compiling sha256-586-linux.linux.x86.S
[169/463] Compiling sha256-586-windows.windows.x86.S
[170/463] Compiling sha256-armv4-ios.ios.arm.S
[171/463] Compiling sha1-x86_64-mac.mac.x86_64.S
[172/463] Compiling sha1-x86_64-linux.linux.x86_64.S
[173/463] Compiling sha1-armv4-large-linux.linux.arm.S
[174/463] Compiling sha1-armv8-ios.ios.aarch64.S
[175/463] Compiling sha1-armv4-large-ios.ios.arm.S
[176/463] Compiling sha1-586-linux.linux.x86.S
[177/463] Compiling sha1-586-windows.windows.x86.S
[178/463] Compiling sha1-armv8-linux.linux.aarch64.S
[179/463] Compiling sha512.c
[180/463] Compiling sha256.c
[181/463] Compiling sha1.c
[182/463] Compiling hrss.c
[183/463] Compiling rsaz-avx2-mac.mac.x86_64.S
[184/463] Compiling service_indicator.c
[185/463] Compiling rsaz-avx2-linux.linux.x86_64.S
[186/463] Compiling fips.c
[187/463] Compiling self_check.c
[188/463] Compiling rdrand-x86_64-mac.mac.x86_64.S
[189/463] Compiling rdrand-x86_64-linux.linux.x86_64.S
[190/463] Compiling blinding.c
[191/463] Compiling padding.c
[192/463] Compiling rsa_impl.c
[193/463] Compiling ctrdrbg.c
[194/463] Compiling rsa.c
[194/463] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[196/463] Compiling urandom.c
[197/463] Compiling rand.c
[198/463] Compiling fork_detect.c
[199/463] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[200/463] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[201/463] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[202/463] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[203/463] Compiling p256-armv8-asm-ios.ios.aarch64.S
[204/463] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[205/463] Compiling p256-armv8-asm-linux.linux.aarch64.S
[206/463] Compiling ofb.c
[207/463] Compiling ctr.c
[208/463] Compiling gcm.c
[209/463] Compiling cfb.c
[210/463] Compiling gcm_nohw.c
[211/463] Compiling polyval.c
[212/463] Compiling md5-x86_64-mac.mac.x86_64.S
[213/463] Compiling md5-x86_64-linux.linux.x86_64.S
[214/463] Compiling md5-586-linux.linux.x86.S
[215/463] Compiling md5-586-windows.windows.x86.S
[216/463] Compiling cbc.c
[217/463] Compiling md5.c
[218/463] Compiling hmac.c
[219/463] Compiling ghashv8-armv8-linux.linux.aarch64.S
[220/463] Compiling hkdf.c
[221/463] Compiling md4.c
[222/463] Compiling ghashv8-armv8-ios.ios.aarch64.S
[223/463] Compiling ghashv8-armv7-linux.linux.arm.S
[224/463] Compiling ghashv8-armv7-ios.ios.arm.S
[225/463] Compiling ghash-x86_64-mac.mac.x86_64.S
[226/463] Compiling ghash-x86_64-linux.linux.x86_64.S
[227/463] Compiling ghash-x86-windows.windows.x86.S
[228/463] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[229/463] Compiling ghash-x86-linux.linux.x86.S
[230/463] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[231/463] Compiling ghash-ssse3-x86-windows.windows.x86.S
[232/463] Compiling ghash-ssse3-x86-linux.linux.x86.S
[233/463] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[234/463] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[235/463] Compiling ghash-armv4-linux.linux.arm.S
[236/463] Compiling fips_shared_support.c
[237/463] Compiling ghash-armv4-ios.ios.arm.S
[238/463] Compiling util.c
[239/463] Compiling wnaf.c
[240/463] Compiling ecdsa.c
[241/463] Compiling ecdh.c
[242/463] Compiling felem.c
[243/463] Compiling p224-64.c
[244/463] Compiling oct.c
[245/463] Compiling ec_montgomery.c
[246/463] Compiling ec_key.c
[247/463] Compiling digestsign.c
[248/463] Compiling ec.c
[249/463] Compiling digest.c
[250/463] Compiling digests.c
[251/463] Compiling dh.c
[252/463] Compiling co-586-windows.windows.x86.S
[253/463] Compiling co-586-linux.linux.x86.S
[254/463] Compiling check.c
[255/463] Compiling cmac.c
[256/463] Compiling bsaes-armv7-linux.linux.arm.S
[257/463] Compiling e_aesccm.c
[258/463] Compiling aead.c
[259/463] Compiling bsaes-armv7-ios.ios.arm.S
[260/463] Compiling cipher.c
[261/463] Compiling p256-nistz.c
[262/463] Compiling e_aes.c
[263/463] Compiling sqrt.c
[264/463] Compiling rsaz_exp.c
[265/463] Compiling shift.c
[266/463] Compiling random.c
[267/463] Compiling prime.c
[268/463] Compiling montgomery_inv.c
[269/463] Compiling jacobi.c
[270/463] Compiling mul.c
[271/463] Compiling montgomery.c
[272/463] Compiling gcd_extra.c
[273/463] Compiling gcd.c
[274/463] Compiling div_extra.c
[275/463] Compiling exponentiation.c
[276/463] Compiling generic.c
[277/463] Compiling div.c
[278/463] Compiling ctx.c
[279/463] Compiling cmp.c
[280/463] Compiling x86_64-gcc.c
[281/463] Compiling bytes.c
[282/463] Compiling bn.c
[283/463] Compiling bn-armv8-linux.linux.aarch64.S
[284/463] Compiling bn-armv8-ios.ios.aarch64.S
[285/463] Compiling bn-586-windows.windows.x86.S
[286/463] Compiling bn-586-linux.linux.x86.S
[287/463] Compiling armv8-mont-ios.ios.aarch64.S
[288/463] Compiling armv4-mont-ios.ios.arm.S
[289/463] Compiling add.c
[290/463] Compiling armv4-mont-linux.linux.arm.S
[291/463] Compiling armv8-mont-linux.linux.aarch64.S
[292/463] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[293/463] Compiling aesv8-armv8-linux.linux.aarch64.S
[294/463] Compiling aesv8-armv8-ios.ios.aarch64.S
[295/463] Compiling aesv8-armv7-linux.linux.arm.S
[296/463] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[297/463] Compiling aesv8-armv7-ios.ios.arm.S
[298/463] Compiling aesni-x86-windows.windows.x86.S
[299/463] Compiling aesni-x86_64-mac.mac.x86_64.S
[300/463] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[301/463] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[302/463] Compiling aesni-x86_64-linux.linux.x86_64.S
[303/463] Compiling aesni-x86-linux.linux.x86.S
[304/463] Compiling mode_wrappers.c
[305/463] Compiling aes.c
[306/463] Compiling key_wrap.c
[307/463] Compiling sign.c
[308/463] Compiling ex_data.c
[309/463] Compiling aes_nohw.c
[310/463] Compiling scrypt.c
[311/463] Compiling p_x25519.c
[312/463] Compiling pbkdf.c
[313/463] Compiling p_x25519_asn1.c
[314/463] Compiling print.c
[315/463] Compiling p_rsa_asn1.c
[316/463] Compiling p_ed25519.c
[317/463] Compiling p_ed25519_asn1.c
[318/463] Compiling p_rsa.c
[319/463] Compiling p_ec_asn1.c
[320/463] Compiling p_hkdf.c
[321/463] Compiling err_data.c
[322/463] Compiling p_ec.c
[323/463] Compiling p_dsa_asn1.c
[324/463] Compiling evp_ctx.c
[325/463] Compiling evp.c
[326/463] Compiling evp_asn1.c
[327/463] Compiling engine.c
[328/463] Compiling err.c
[329/463] Compiling ecdsa_asn1.c
[330/463] Compiling ecdh_extra.c
[331/463] Compiling ec_derive.c
[332/463] Compiling hash_to_curve.c
[333/463] Compiling dsa_asn1.c
[334/463] Compiling ec_asn1.c
[335/463] Compiling dh_asn1.c
[336/463] Compiling dsa.c
[337/463] Compiling digest_extra.c
[338/463] Compiling params.c
[339/463] Compiling x25519-asm-arm.S
[340/463] Compiling curve25519_64_adx.c
[341/463] Compiling spake25519.c
[342/463] Compiling crypto.c
[343/463] Compiling cpu_intel.c
[344/463] Compiling des.c
[345/463] Compiling cpu_arm_linux.c
[346/463] Compiling cpu_arm.c
[347/463] Compiling cpu_arm_freebsd.c
[348/463] Compiling cpu_aarch64_openbsd.c
[349/463] Compiling cpu_aarch64_win.c
[350/463] Compiling cpu_aarch64_sysreg.c
[351/463] Compiling cpu_aarch64_fuchsia.c
[352/463] Compiling cpu_aarch64_linux.c
[353/463] Compiling cpu_aarch64_apple.c
[354/463] Compiling conf.c
[355/463] Compiling tls_cbc.c
[356/463] Compiling e_tls.c
[357/463] Compiling e_rc4.c
[358/463] Compiling e_rc2.c
[359/463] Compiling curve25519.c
[360/463] Compiling e_des.c
[361/463] Compiling e_null.c
[362/463] Compiling derive_key.c
[363/463] Compiling e_aesgcmsiv.c
[364/463] Compiling e_aesctrhmac.c
[365/463] Compiling e_chacha20poly1305.c
[366/463] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[367/463] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[368/463] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[369/463] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[370/463] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[371/463] Compiling cipher_extra.c
[372/463] Compiling chacha-x86_64-mac.mac.x86_64.S
[373/463] Compiling chacha-x86_64-linux.linux.x86_64.S
[374/463] Compiling chacha-x86-windows.windows.x86.S
[375/463] Compiling chacha-x86-linux.linux.x86.S
[376/463] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[377/463] Compiling chacha.c
[378/463] Compiling chacha-armv8-ios.ios.aarch64.S
[379/463] Compiling chacha-armv4-linux.linux.arm.S
[380/463] Compiling chacha-armv4-ios.ios.arm.S
[381/463] Compiling chacha-armv8-linux.linux.aarch64.S
[382/463] Compiling unicode.c
[383/463] Compiling ber.c
[384/463] Compiling asn1_compat.c
[385/463] Compiling buf.c
[386/463] Compiling cbb.c
[387/463] Compiling cbs.c
[388/463] Compiling bn_asn1.c
[389/463] Compiling printf.c
[390/463] Compiling convert.c
[391/463] Compiling blake2.c
[392/463] Compiling hexdump.c
[393/463] Compiling errno.c
[393/463] Compiling file.c
[395/463] Compiling pair.c
[396/463] Compiling fd.c
[397/463] Compiling bio_mem.c
[398/463] Compiling base64.c
[398/463] Compiling tasn_typ.c
[400/463] Compiling tasn_fre.c
[401/463] Compiling tasn_new.c
[401/463] Compiling bio.c
[403/463] Compiling tasn_utl.c
[404/463] Compiling posix_time.c
[405/463] Compiling tasn_enc.c
[406/463] Compiling asn_pack.c
[407/463] Compiling f_int.c
[408/463] Compiling f_string.c
[409/463] Compiling tasn_dec.c
[410/463] Compiling asn1_par.c
[411/463] Compiling asn1_lib.c
[412/463] Compiling a_utctm.c
[413/463] Compiling a_octet.c
[414/463] Compiling a_time.c
[415/463] Compiling a_type.c
[416/463] Compiling a_mbstr.c
[417/463] Compiling a_strex.c
[418/463] Compiling a_strnid.c
[419/463] Compiling a_object.c
[420/463] Compiling a_int.c
[421/463] Compiling a_gentm.c
[422/463] Write sources
[423/463] Compiling a_d2i_fp.c
[424/463] Compiling a_dup.c
[425/463] Compiling a_bool.c
[426/463] Compiling a_i2d_fp.c
[427/463] Compiling a_bitstr.c
[429/487] Compiling BigInt String Conversion.swift
[430/487] Compiling secp256k1 secp256k1.swift
[431/487] Compiling BigInt Prime Test.swift
[432/487] Compiling BigInt Random.swift
[433/487] Compiling BigInt Shifts.swift
[434/487] Compiling BigInt Square Root.swift
[435/487] Compiling BigInt Strideable.swift
[436/487] Compiling BigInt Integer Conversion.swift
[437/487] Compiling BigInt Multiplication.swift
[438/487] Compiling HsExtensions Timer.swift
/host/spi-builder-workspace/.build/checkouts/HsExtensions.Swift/Sources/HsExtensions/Published.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @propertyWrapper
[439/487] Compiling BigInt Data Conversion.swift
/host/spi-builder-workspace/.build/checkouts/HsExtensions.Swift/Sources/HsExtensions/Published.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @propertyWrapper
[440/487] Compiling BigInt Division.swift
/host/spi-builder-workspace/.build/checkouts/HsExtensions.Swift/Sources/HsExtensions/Published.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @propertyWrapper
[441/488] Compiling BigInt BigInt.swift
/host/spi-builder-workspace/.build/checkouts/HsExtensions.Swift/Sources/HsExtensions/Published.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @propertyWrapper
[442/488] Compiling BigInt BigUInt.swift
/host/spi-builder-workspace/.build/checkouts/HsExtensions.Swift/Sources/HsExtensions/Published.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @propertyWrapper
[443/488] Compiling BigInt Bitwise Ops.swift
/host/spi-builder-workspace/.build/checkouts/HsExtensions.Swift/Sources/HsExtensions/Published.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @propertyWrapper
[444/488] Compiling BigInt Codable.swift
/host/spi-builder-workspace/.build/checkouts/HsExtensions.Swift/Sources/HsExtensions/Published.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @propertyWrapper
error: emit-module command failed with exit code 1 (use -v to see invocation)
[445/488] Emitting module HsExtensions
/host/spi-builder-workspace/.build/checkouts/HsExtensions.Swift/Sources/HsExtensions/Published.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @propertyWrapper
[446/488] Compiling BigInt Comparable.swift
/host/spi-builder-workspace/.build/checkouts/HsExtensions.Swift/Sources/HsExtensions/Published.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @propertyWrapper
[447/488] Compiling BigInt Addition.swift
/host/spi-builder-workspace/.build/checkouts/HsExtensions.Swift/Sources/HsExtensions/Published.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @propertyWrapper
[448/488] Compiling BigInt Exponentiation.swift
/host/spi-builder-workspace/.build/checkouts/HsExtensions.Swift/Sources/HsExtensions/Published.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @propertyWrapper
[449/488] Compiling BigInt Floating Point Conversion.swift
/host/spi-builder-workspace/.build/checkouts/HsExtensions.Swift/Sources/HsExtensions/Published.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @propertyWrapper
[450/488] Compiling BigInt GCD.swift
/host/spi-builder-workspace/.build/checkouts/HsExtensions.Swift/Sources/HsExtensions/Published.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @propertyWrapper
[451/488] Compiling BigInt Hashable.swift
/host/spi-builder-workspace/.build/checkouts/HsExtensions.Swift/Sources/HsExtensions/Published.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @propertyWrapper
[465/489] Emitting module BigInt
[466/491] Compiling HsExtensions VarInt.swift
/host/spi-builder-workspace/.build/checkouts/HsExtensions.Swift/Sources/HsExtensions/Published.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @propertyWrapper
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:873b43b7be6289c04a5a3fd4b2c372c2a5abf90643451079297d3dc6dc0b7d36
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/59] Compiling HsExtensions Timer.swift
/host/spi-builder-workspace/.build/checkouts/HsExtensions.Swift/Sources/HsExtensions/Published.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @propertyWrapper
[3/60] Compiling HsExtensions HsExtension.swift
/host/spi-builder-workspace/.build/checkouts/HsExtensions.Swift/Sources/HsExtensions/Published.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @propertyWrapper
[4/60] Compiling HsExtensions Published.swift
/host/spi-builder-workspace/.build/checkouts/HsExtensions.Swift/Sources/HsExtensions/Published.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @propertyWrapper
[5/60] Compiling HsExtensions String.swift
/host/spi-builder-workspace/.build/checkouts/HsExtensions.Swift/Sources/HsExtensions/Published.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @propertyWrapper
[6/60] Compiling HsExtensions Task+AnyTask.swift
/host/spi-builder-workspace/.build/checkouts/HsExtensions.Swift/Sources/HsExtensions/Published.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @propertyWrapper
[7/60] Compiling HsExtensions VarInt.swift
/host/spi-builder-workspace/.build/checkouts/HsExtensions.Swift/Sources/HsExtensions/Published.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @propertyWrapper
[8/60] Compiling HsExtensions Decimal.swift
/host/spi-builder-workspace/.build/checkouts/HsExtensions.Swift/Sources/HsExtensions/Published.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @propertyWrapper
[9/60] Compiling HsExtensions Directory.swift
/host/spi-builder-workspace/.build/checkouts/HsExtensions.Swift/Sources/HsExtensions/Published.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @propertyWrapper
[10/60] Compiling HsExtensions Date.swift
/host/spi-builder-workspace/.build/checkouts/HsExtensions.Swift/Sources/HsExtensions/Published.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @propertyWrapper
[11/60] Compiling HsExtensions DateFormatter.swift
/host/spi-builder-workspace/.build/checkouts/HsExtensions.Swift/Sources/HsExtensions/Published.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @propertyWrapper
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/60] Emitting module HsExtensions
/host/spi-builder-workspace/.build/checkouts/HsExtensions.Swift/Sources/HsExtensions/Published.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @propertyWrapper
[13/60] Compiling secp256k1 Asymmetric.swift
/host/spi-builder-workspace/.build/checkouts/HsExtensions.Swift/Sources/HsExtensions/Published.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @propertyWrapper
[14/60] Compiling secp256k1 DH.swift
/host/spi-builder-workspace/.build/checkouts/HsExtensions.Swift/Sources/HsExtensions/Published.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @propertyWrapper
[15/60] Compiling HsExtensions BinaryConvertible.swift
/host/spi-builder-workspace/.build/checkouts/HsExtensions.Swift/Sources/HsExtensions/Published.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @propertyWrapper
[16/60] Compiling HsExtensions Data.swift
/host/spi-builder-workspace/.build/checkouts/HsExtensions.Swift/Sources/HsExtensions/Published.swift:2:8: error: no such module 'Combine'
1 | import Foundation
2 | import Combine
| `- error: no such module 'Combine'
3 |
4 | @propertyWrapper
[17/60] Compiling secp256k1 Tweak.swift
[18/60] Compiling secp256k1 Utility.swift
BUILD FAILURE 6.1 android