Build Information
Failed to build HsCryptoKit.Swift, reference 1.3.1 (e0238a), with Swift 6.1 for Linux on 14 Aug 2025 14:50:27 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 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: linux
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-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/horizontalsystems/HsExtensions.Swift.git
Fetching https://github.com/attaswift/BigInt.git
Fetching https://github.com/GigaBitcoin/secp256k1.swift.git
Fetching https://github.com/apple/swift-crypto.git
[1/105] Fetching hsextensions.swift
[94/4931] Fetching hsextensions.swift, bigint
[867/10047] Fetching hsextensions.swift, bigint, secp256k1.swift
[6245/26307] Fetching hsextensions.swift, bigint, secp256k1.swift, swift-crypto
Fetched https://github.com/attaswift/BigInt.git from cache (0.82s)
[7161/21481] Fetching hsextensions.swift, secp256k1.swift, swift-crypto
Fetched https://github.com/horizontalsystems/HsExtensions.Swift.git from cache (2.13s)
Fetched https://github.com/GigaBitcoin/secp256k1.swift.git from cache (2.13s)
Fetched https://github.com/apple/swift-crypto.git from cache (2.18s)
Computing version for https://github.com/GigaBitcoin/secp256k1.swift.git
Computed https://github.com/GigaBitcoin/secp256k1.swift.git at 0.10.0 (2.91s)
Computing version for https://github.com/horizontalsystems/HsExtensions.Swift.git
Computed https://github.com/horizontalsystems/HsExtensions.Swift.git at 1.0.6 (0.71s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.7.0 (0.51s)
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/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 2.6.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/attaswift/BigInt.git
Working copy of https://github.com/attaswift/BigInt.git resolved at 5.7.0
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
Building for debugging...
[0/427] Write sources
[6/427] Compiling a_bool.c
[7/427] Compiling a_dup.c
[8/427] Compiling a_d2i_fp.c
[8/427] Write sources
[10/427] Compiling a_bitstr.c
[11/427] Write swift-version-24593BA9C3E375BF.txt
[12/427] Compiling helpers.c
[13/427] Compiling Utility.c
[14/427] Compiling fiat_curve25519_adx_square.S
[15/427] Compiling fiat_curve25519_adx_mul.S
[16/427] Compiling precomputed_ecmult_gen.c
[17/427] Compiling v3_utl.c
[18/462] Compiling secp256k1.c
[19/462] Compiling v3_skey.c
[20/462] Compiling v3_prn.c
[21/462] Compiling CCryptoBoringSSLShims shims.c
[22/462] Compiling v3_purp.c
[23/462] Compiling v3_ocsp.c
[24/462] Compiling v3_pmaps.c
[25/462] Compiling v3_pcons.c
[26/462] Compiling v3_ncons.c
[27/462] Compiling v3_lib.c
[28/462] Compiling v3_int.c
[29/462] Compiling v3_ia5.c
[30/462] Compiling v3_info.c
[31/462] Compiling v3_genn.c
[32/462] Compiling v3_extku.c
[33/462] Compiling v3_crld.c
[34/462] Compiling v3_enum.c
[35/462] Compiling v3_conf.c
[36/462] Compiling v3_cpols.c
[37/462] Compiling v3_bitst.c
[38/462] Compiling v3_bcons.c
[39/462] Compiling v3_alt.c
[40/462] Compiling v3_akeya.c
[41/462] Compiling v3_akey.c
[42/462] Compiling x_x509a.c
[43/462] Compiling x_val.c
[44/462] Compiling x_spki.c
[45/462] Compiling x_x509.c
[46/462] Compiling x_sig.c
[47/462] Compiling x_req.c
[48/462] Compiling x_pkey.c
[49/462] Compiling x_pubkey.c
[50/462] Compiling x_info.c
[51/462] Compiling x_name.c
[52/462] Compiling x_exten.c
[53/462] Compiling x_all.c
[53/462] Compiling x_algor.c
[55/462] Compiling x_attrib.c
[56/462] Compiling x_crl.c
[57/462] Compiling x509spki.c
[58/462] Compiling x509rset.c
[59/462] Compiling x509cset.c
[60/462] Compiling x509name.c
[61/462] Compiling x509_vpm.c
[62/462] Compiling x509_vfy.c
[63/462] Compiling x509_txt.c
[64/462] Compiling x509_v3.c
[65/462] Compiling x509_set.c
[66/462] Compiling x509_trs.c
[67/462] Compiling x509_req.c
[68/462] Compiling x509_obj.c
[69/462] Compiling x509_def.c
[70/462] Compiling x509_lu.c
[71/462] Compiling x509_ext.c
[72/462] Compiling x509_d2.c
[73/462] Compiling x509_cmp.c
[74/462] Compiling x509_att.c
[75/462] Compiling x509.c
[76/462] Compiling t_x509a.c
[77/462] Compiling precomputed_ecmult.c
[78/462] Compiling t_x509.c
[79/462] Compiling t_crl.c
[80/462] Compiling t_req.c
[81/462] Compiling name_print.c
[82/462] Compiling rsa_pss.c
[83/462] Compiling i2d_pr.c
[84/462] Compiling policy.c
[85/482] Compiling by_file.c
[86/482] Compiling by_dir.c
[87/482] Compiling algorithm.c
[88/482] Compiling asn1_gen.c
[89/482] Compiling a_verify.c
[90/482] Compiling a_digest.c
[91/482] Compiling a_sign.c
[92/482] Compiling thread_win.c
[93/482] Compiling trust_token.c
[94/482] Compiling voprf.c
[95/482] Compiling thread.c
[96/482] Compiling pmbtoken.c
[97/482] Compiling thread_pthread.c
[98/482] Compiling thread_none.c
[99/482] Compiling stack.c
[100/482] Compiling siphash.c
[101/482] Compiling rsa_print.c
[102/482] Compiling rc4.c
[103/482] Compiling rsa_asn1.c
[104/482] Compiling refcount.c
[105/482] Compiling windows.c
[106/482] Compiling rsa_crypt.c
[108/482] Emitting module secp256k1
[108/484] Compiling rand_extra.c
[109/484] Compiling trusty.c
[110/484] Compiling passive.c
[111/484] Compiling ios.c
[112/484] Compiling getentropy.c
[113/484] Compiling forkunsafe.c
[114/484] Compiling deterministic.c
[115/484] Compiling poly1305_arm_asm.S
[116/484] Compiling pool.c
[117/484] Compiling poly1305_arm.c
[118/484] Compiling poly1305.c
[119/484] Compiling poly1305_vec.c
[120/484] Compiling pkcs7.c
[121/484] Compiling p5_pbev2.c
[122/484] Compiling pkcs8_x509.c
[123/484] Compiling pkcs7_x509.c
[124/484] Compiling pkcs8.c
[125/484] Compiling pem_xaux.c
[126/484] Compiling pem_x509.c
[127/484] Compiling pem_oth.c
[128/484] Compiling pem_pkey.c
[129/484] Compiling pem_pk8.c
[130/484] Compiling obj_xref.c
[131/484] Compiling pem_lib.c
[132/484] Compiling mem.c
[133/484] Compiling lhash.c
[134/484] Compiling pem_info.c
[135/484] Compiling obj.c
[136/484] Compiling pem_all.c
[137/484] Compiling keccak.c
[138/484] Compiling kyber.c
[139/484] Compiling x86_64-mont5-mac.mac.x86_64.S
[140/484] Compiling poly_rq_mul.S
[141/484] Compiling x86_64-mont-mac.mac.x86_64.S
[142/484] Compiling hpke.c
[143/484] Compiling x86_64-mont5-linux.linux.x86_64.S
[144/484] Compiling x86_64-mont-linux.linux.x86_64.S
[145/484] Compiling x86-mont-windows.windows.x86.S
[146/484] Compiling vpaes-x86_64-mac.mac.x86_64.S
[147/484] Compiling hrss.c
[148/484] Compiling x86-mont-linux.linux.x86.S
[149/484] Compiling vpaes-armv8-linux.linux.aarch64.S
[150/484] Compiling vpaes-x86-windows.windows.x86.S
[151/484] Compiling vpaes-x86_64-linux.linux.x86_64.S
[152/484] Compiling vpaes-x86-linux.linux.x86.S
[153/484] Compiling vpaes-armv8-ios.ios.aarch64.S
[154/484] Compiling vpaes-armv7-linux.linux.arm.S
[155/484] Compiling vpaes-armv7-ios.ios.arm.S
[156/484] Compiling sha512-x86_64-mac.mac.x86_64.S
[157/484] Compiling sha512-armv4-linux.linux.arm.S
[158/484] Compiling sha512-armv8-linux.linux.aarch64.S
[159/484] Compiling kdf.c
[160/484] Compiling sha512-x86_64-linux.linux.x86_64.S
[161/484] Compiling sha512-armv8-ios.ios.aarch64.S
[162/484] Compiling sha512-armv4-ios.ios.arm.S
[163/484] Compiling sha512-586-windows.windows.x86.S
[164/484] Compiling sha512-586-linux.linux.x86.S
[165/484] Compiling sha256-x86_64-linux.linux.x86_64.S
[166/484] Compiling sha256-x86_64-mac.mac.x86_64.S
[167/484] Compiling sha256-armv8-linux.linux.aarch64.S
[168/484] Compiling sha256-armv8-ios.ios.aarch64.S
[169/484] Compiling sha256-armv4-linux.linux.arm.S
[170/484] Compiling sha256-armv4-ios.ios.arm.S
[171/484] Compiling sha256-586-windows.windows.x86.S
[172/484] Compiling sha1-x86_64-mac.mac.x86_64.S
[173/484] Compiling sha256-586-linux.linux.x86.S
[174/484] Compiling sha1-armv8-linux.linux.aarch64.S
[175/484] Compiling sha1-armv4-large-linux.linux.arm.S
[176/484] Compiling sha1-armv8-ios.ios.aarch64.S
[177/484] Compiling sha1-x86_64-linux.linux.x86_64.S
[178/484] Compiling sha1-armv4-large-ios.ios.arm.S
[179/484] Compiling sha1-586-windows.windows.x86.S
[180/484] Compiling sha1-586-linux.linux.x86.S
[182/484] Compiling secp256k1 Tweak.swift
[183/484] Compiling secp256k1 Utility.swift
[184/484] Compiling secp256k1 Zeroization.swift
[185/484] Compiling secp256k1 SecureBytes.swift
[186/484] Compiling secp256k1 Signature.swift
[187/484] Compiling secp256k1 PrettyBytes.swift
[188/484] Compiling secp256k1 RNG_boring.swift
[189/484] Compiling secp256k1 Recovery.swift
[189/486] Compiling sha1.c
[190/486] Compiling sha512.c
[191/486] Compiling sha256.c
[192/486] Compiling service_indicator.c
[193/486] Compiling rsaz-avx2-mac.mac.x86_64.S
[194/486] Compiling rsaz-avx2-linux.linux.x86_64.S
[195/486] Compiling self_check.c
[196/486] Compiling fips.c
[197/486] Compiling rdrand-x86_64-mac.mac.x86_64.S
[198/486] Compiling rdrand-x86_64-linux.linux.x86_64.S
[199/486] Compiling padding.c
[200/486] Compiling blinding.c
[201/486] Compiling rsa.c
[202/486] Compiling rsa_impl.c
[203/486] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[204/486] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[205/486] Compiling rand.c
[206/486] Compiling fork_detect.c
[207/486] Compiling urandom.c
[208/486] Compiling ctrdrbg.c
[209/486] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[210/486] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[211/486] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[212/486] Compiling p256-armv8-asm-linux.linux.aarch64.S
[213/486] Compiling p256-armv8-asm-ios.ios.aarch64.S
[214/486] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[215/486] Compiling polyval.c
[216/486] Compiling ofb.c
[217/486] Compiling gcm_nohw.c
[218/486] Compiling ctr.c
[219/486] Compiling gcm.c
[220/486] Compiling cbc.c
[221/486] Compiling cfb.c
[222/486] Compiling md5-x86_64-mac.mac.x86_64.S
[223/486] Compiling md5.c
[224/486] Compiling md5-x86_64-linux.linux.x86_64.S
[225/486] Compiling md5-586-linux.linux.x86.S
[226/486] Compiling md5-586-windows.windows.x86.S
[227/486] Compiling ghashv8-armv8-linux.linux.aarch64.S
[228/486] Compiling ghashv8-armv8-ios.ios.aarch64.S
[229/486] Compiling hmac.c
[230/486] Compiling hkdf.c
[231/486] Compiling md4.c
[232/486] Compiling ghashv8-armv7-linux.linux.arm.S
[233/486] Compiling ghashv8-armv7-ios.ios.arm.S
[234/486] Compiling ghash-x86_64-mac.mac.x86_64.S
[235/486] Compiling ghash-x86-windows.windows.x86.S
[236/486] Compiling ghash-x86_64-linux.linux.x86_64.S
[237/486] Compiling ghash-x86-linux.linux.x86.S
[238/486] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[239/486] Compiling ghash-ssse3-x86-windows.windows.x86.S
[240/486] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[241/486] Compiling ghash-ssse3-x86-linux.linux.x86.S
[242/486] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[243/486] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[244/486] Compiling fips_shared_support.c
[245/486] Compiling ghash-armv4-linux.linux.arm.S
[246/486] Compiling ghash-armv4-ios.ios.arm.S
[247/486] Compiling wnaf.c
[248/486] Compiling ecdh.c
[249/486] Compiling util.c
[250/486] Compiling ecdsa.c
[251/486] Compiling simple_mul.c
[252/486] Compiling simple.c
[253/486] Compiling scalar.c
[254/486] Compiling p224-64.c
[255/486] Compiling p256.c
[256/486] Compiling oct.c
[257/486] Compiling felem.c
[258/486] Compiling ec_montgomery.c
[258/486] Compiling ec_key.c
[260/486] Compiling digestsign.c
[261/486] Compiling BigInt Subtraction.swift
[262/486] Compiling BigInt Words and Bits.swift
[263/486] Compiling ec.c
[264/486] Compiling digest.c
[265/486] Compiling dh.c
[266/486] Compiling digests.c
[267/486] Compiling check.c
[268/486] Compiling co-586-windows.windows.x86.S
[269/486] Compiling co-586-linux.linux.x86.S
[270/486] Compiling cmac.c
[271/486] Compiling p256-nistz.c
[272/486] Compiling e_aesccm.c
[273/486] Compiling bsaes-armv7-linux.linux.arm.S
[274/486] Compiling cipher.c
[275/486] Compiling bsaes-armv7-ios.ios.arm.S
[276/486] Compiling aead.c
[277/486] Compiling e_aes.c
[278/486] Compiling shift.c
[279/486] Compiling sqrt.c
[280/486] Compiling random.c
[281/486] Compiling rsaz_exp.c
[282/486] Compiling montgomery.c
[283/486] Compiling montgomery_inv.c
[284/486] Compiling prime.c
[285/486] Compiling generic.c
[286/486] Compiling mul.c
[287/486] Compiling jacobi.c
[288/486] Compiling gcd_extra.c
[290/486] Compiling secp256k1 SHA256.swift
[291/486] Compiling secp256k1 SafeCompare.swift
[292/486] Compiling secp256k1 Schnorr.swift
[292/486] Compiling exponentiation.c
[293/486] Compiling gcd.c
[295/486] Compiling secp256k1 Errors.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
[296/486] Compiling secp256k1 Exports.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
[296/486] Compiling div_extra.c
[297/486] Compiling div.c
[299/487] Compiling secp256k1 Asymmetric.swift
[300/487] Compiling secp256k1 DH.swift
[301/487] Compiling secp256k1 Digest.swift
[301/487] Compiling ctx.c
[303/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
/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
/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
[306/487] Compiling secp256k1 HashDigest.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
/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)
[308/487] 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
/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
/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
/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
[312/487] Compiling secp256k1 ECDH.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
[313/487] Compiling secp256k1 ECDSA.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
[314/487] Compiling secp256k1 EdDSA.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
[319/487] Compiling bn.c
[332/487] Emitting module BigInt
[340/487] Compiling cmp.c
[344/487] Compiling add.c
[345/489] Compiling bn-586-windows.windows.x86.S
[346/489] Compiling bytes.c
[347/489] Compiling bn-armv8-linux.linux.aarch64.S
[348/489] Compiling bn-armv8-ios.ios.aarch64.S
[349/489] Compiling armv8-mont-linux.linux.aarch64.S
[350/489] Compiling bn-586-linux.linux.x86.S
[351/489] Compiling armv8-mont-ios.ios.aarch64.S
[352/489] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[353/489] Compiling armv4-mont-ios.ios.arm.S
[354/489] Compiling armv4-mont-linux.linux.arm.S
[355/489] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[356/489] Compiling aesv8-armv8-linux.linux.aarch64.S
[358/489] 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
[358/489] Compiling aesv8-armv7-linux.linux.arm.S
[360/489] Compiling aesv8-armv8-ios.ios.aarch64.S
[362/489] Compiling aesv8-armv7-ios.ios.arm.S
[363/489] Compiling aesni-x86_64-mac.mac.x86_64.S
[364/489] Compiling aesni-x86-windows.windows.x86.S
[364/489] Compiling aesni-x86_64-linux.linux.x86_64.S
[366/489] Compiling aesni-x86-linux.linux.x86.S
[367/489] Compiling x86_64-gcc.c
[368/489] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[369/489] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[370/489] Compiling key_wrap.c
[371/489] Compiling mode_wrappers.c
[372/489] Compiling aes.c
[373/489] Compiling ex_data.c
[374/489] Compiling scrypt.c
[374/489] Compiling print.c
[374/489] Compiling pbkdf.c
[374/489] Compiling sign.c
[374/489] Compiling aes_nohw.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:2e2b3aca8600f890617c2faa770b70e33c1dfd303d6f92b308423b89ef6bde64
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/116] Compiling sign.c
[1/116] Compiling pbkdf.c
[2/116] Compiling p_x25519.c
[3/116] Compiling scrypt.c
[4/116] Compiling p_x25519_asn1.c
[5/116] Compiling print.c
[6/116] Compiling aes_nohw.c
[7/116] Compiling p_ed25519_asn1.c
[8/116] Compiling p_rsa_asn1.c
[9/116] Compiling p_ed25519.c
[10/116] Compiling p_rsa.c
[11/116] Compiling p_hkdf.c
[12/116] Compiling p_ec_asn1.c
[13/116] Compiling err_data.c
[14/116] Compiling evp_ctx.c
[15/116] Compiling p_ec.c
[16/116] Compiling evp_asn1.c
[17/116] Compiling evp.c
[18/116] Compiling p_dsa_asn1.c
[19/116] Compiling err.c
[20/116] Compiling engine.c
[21/116] Compiling ecdsa_asn1.c
[22/116] Write swift-version-24593BA9C3E375BF.txt
[23/116] Compiling hash_to_curve.c
[24/116] Compiling ec_derive.c
[25/116] Compiling ecdh_extra.c
[26/116] Compiling dsa_asn1.c
[27/116] Compiling digest_extra.c
[28/116] Compiling dsa.c
[28/116] Compiling params.c
[30/116] Compiling ec_asn1.c
[31/116] Compiling spake25519.c
[32/116] Compiling dh_asn1.c
[33/132] Compiling x25519-asm-arm.S
[34/134] Compiling des.c
[35/160] Compiling crypto.c
[36/171] Compiling curve25519.c
[38/171] 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
[38/172] Compiling cpu_arm_linux.c
[39/172] Compiling cpu_intel.c
[40/172] Compiling cpu_aarch64_win.c
[41/172] Compiling cpu_arm.c
[42/172] Compiling cpu_arm_freebsd.c
[43/172] Compiling cpu_aarch64_openbsd.c
[45/172] 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
[46/172] 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
[46/172] Compiling cpu_aarch64_linux.c
[47/172] Compiling cpu_aarch64_sysreg.c
[48/172] Compiling cpu_aarch64_fuchsia.c
[50/172] 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
[50/172] Compiling cpu_aarch64_apple.c
[52/172] 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
[53/172] 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
[54/172] 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
[55/172] 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
[56/172] 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
[57/172] 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
[60/174] Compiling tls_cbc.c
[61/174] Compiling conf.c
[62/174] Compiling e_rc4.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[64/174] Compiling HsExtensions 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
[65/174] Compiling HsExtensions Array.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
[66/174] 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
[67/174] 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
[68/174] 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
[68/174] Compiling e_tls.c
[69/174] Compiling e_null.c
[70/174] Compiling e_rc2.c
[72/174] Compiling BigInt Strideable.swift
[73/174] Compiling secp256k1 Zeroization.swift
[73/176] Compiling e_chacha20poly1305.c
[74/176] Compiling e_des.c
[76/176] Emitting module secp256k1
[80/176] Compiling BigInt Square Root.swift
[81/176] Compiling e_aesgcmsiv.c
[82/176] Compiling derive_key.c
[83/176] Compiling cipher_extra.c
[84/176] Compiling e_aesctrhmac.c
[85/176] Compiling curve25519_64_adx.c
[86/176] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
[88/176] Emitting module BigInt
[88/176] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[89/176] Compiling chacha20_poly1305_armv8-ios.ios.aarch64.S
[90/176] Compiling aes128gcmsiv-x86_64-mac.mac.x86_64.S
[93/176] Compiling BigInt Subtraction.swift
[93/176] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[94/176] Compiling aes128gcmsiv-x86_64-linux.linux.x86_64.S
[95/176] Compiling chacha.c
[96/176] Compiling chacha-x86_64-mac.mac.x86_64.S
[104/176] Compiling BigInt Integer Conversion.swift
[105/176] Compiling BigInt Multiplication.swift
[106/176] Compiling BigInt Prime Test.swift
[106/176] Compiling chacha-x86-windows.windows.x86.S
[107/176] Compiling chacha-x86_64-linux.linux.x86_64.S
[108/176] Compiling chacha-x86-linux.linux.x86.S
[109/176] Compiling chacha-armv8-ios.ios.aarch64.S
[110/176] Compiling chacha-armv8-linux.linux.aarch64.S
[111/176] Compiling chacha-armv4-linux.linux.arm.S
[112/176] Compiling unicode.c
[114/176] Compiling BigInt Random.swift
[115/176] Compiling BigInt Shifts.swift
[115/177] Compiling chacha-armv4-ios.ios.arm.S
[125/177] Compiling ber.c
[126/177] Compiling asn1_compat.c
[128/177] Compiling buf.c
[128/177] Compiling cbs.c
[130/177] Compiling cbb.c
[131/177] Compiling bn_asn1.c
[132/177] Compiling printf.c
[133/177] Compiling convert.c
[134/177] Compiling blake2.c
[146/177] Compiling BigInt Words and Bits.swift
[146/177] Compiling pair.c
[147/177] Compiling hexdump.c
[148/178] Compiling file.c
[149/178] Compiling errno.c
[150/178] Compiling fd.c
[152/178] Compiling bio_mem.c
[153/178] Compiling tasn_utl.c
[154/178] Compiling base64.c
[155/178] Compiling bio.c
[156/178] Compiling tasn_typ.c
[157/178] Compiling tasn_new.c
[158/178] Compiling tasn_fre.c
[159/178] Compiling tasn_enc.c
[160/178] Compiling f_string.c
[161/178] Compiling tasn_dec.c
[162/178] Compiling asn_pack.c
[163/178] Compiling posix_time.c
[164/178] Compiling asn1_par.c
[165/178] Compiling f_int.c
[166/178] Compiling a_utctm.c
[167/178] Compiling asn1_lib.c
[168/178] Compiling a_type.c
[169/178] Compiling a_time.c
[170/178] Compiling a_octet.c
[171/178] Compiling a_strnid.c
[172/178] Compiling a_strex.c
[173/178] Compiling a_i2d_fp.c
[174/178] Compiling a_object.c
[175/178] Compiling a_mbstr.c
[176/178] Compiling a_int.c
[177/178] Compiling a_gentm.c
[179/181] Emitting module CryptoBoringWrapper
[180/181] Compiling CryptoBoringWrapper BoringSSLAEAD.swift
[181/181] Compiling CryptoBoringWrapper CryptoKitErrors_boring.swift
BUILD FAILURE 6.1 linux