Build Information
Failed to build HsCryptoKit.Swift, reference main (e0238a), with Swift 6.1 for Wasm on 14 Aug 2025 14:49:46 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.66.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/horizontalsystems/HsCryptoKit.Swift.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/horizontalsystems/HsCryptoKit.Swift
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
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 main
========================================
Build
========================================
Selected platform: wasm
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-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -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
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/horizontalsystems/HsExtensions.Swift.git
Fetching https://github.com/apple/swift-crypto.git
Fetching https://github.com/GigaBitcoin/secp256k1.swift.git
Fetching https://github.com/attaswift/BigInt.git
[1/4826] Fetching bigint
[2/4931] Fetching bigint, hsextensions.swift
Fetched https://github.com/horizontalsystems/HsExtensions.Swift.git from cache (0.25s)
[2220/4826] Fetching bigint
[3862/9942] Fetching bigint, secp256k1.swift
[8716/26202] Fetching bigint, secp256k1.swift, swift-crypto
Fetched https://github.com/GigaBitcoin/secp256k1.swift.git from cache (0.49s)
[6127/21086] Fetching bigint, swift-crypto
Fetched https://github.com/attaswift/BigInt.git from cache (1.66s)
Fetched https://github.com/apple/swift-crypto.git from cache (1.68s)
Computing version for https://github.com/GigaBitcoin/secp256k1.swift.git
Computed https://github.com/GigaBitcoin/secp256k1.swift.git at 0.10.0 (2.35s)
Computing version for https://github.com/horizontalsystems/HsExtensions.Swift.git
Computed https://github.com/horizontalsystems/HsExtensions.Swift.git at 1.0.6 (0.68s)
Computing version for https://github.com/attaswift/BigInt.git
Computed https://github.com/attaswift/BigInt.git at 5.7.0 (0.53s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 2.6.0 (0.52s)
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/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/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
Building for debugging...
[0/427] Write sources
[5/427] Compiling helpers.c
[6/427] Compiling ghash-ssse3-x86_64-mac.mac.x86_64.S
[7/427] Compiling gcd_extra.c
[8/427] Write swift-version-24593BA9C3E375BF.txt
[9/427] Compiling gcd.c
[10/427] Compiling jacobi.c
[11/427] Write sources
[12/427] Compiling exponentiation.c
[13/427] Compiling generic.c
[14/427] Compiling fiat_curve25519_adx_square.S
[15/427] Compiling Utility.c
[16/427] Compiling fiat_curve25519_adx_mul.S
[17/441] Compiling precomputed_ecmult_gen.c
[18/441] Compiling CCryptoBoringSSLShims shims.c
[19/441] Compiling v3_purp.c
[20/441] Compiling v3_skey.c
[21/441] Compiling secp256k1.c
[22/441] Compiling v3_utl.c
[23/441] Compiling v3_prn.c
[24/441] Compiling v3_pmaps.c
[25/441] Compiling v3_pcons.c
[26/441] Compiling v3_ocsp.c
[27/441] Compiling v3_int.c
[28/441] Compiling v3_ncons.c
[29/441] Compiling v3_lib.c
[30/441] Compiling v3_genn.c
[31/441] Compiling v3_ia5.c
[32/441] Compiling v3_extku.c
[33/441] Compiling v3_info.c
[34/441] Compiling v3_crld.c
[35/441] Compiling v3_enum.c
[36/441] Compiling v3_bitst.c
[37/441] Compiling v3_conf.c
[38/441] Compiling v3_cpols.c
[39/441] Compiling v3_bcons.c
[40/441] Compiling v3_akeya.c
[41/441] Compiling v3_akey.c
[42/441] Compiling x_x509a.c
[43/441] Compiling x_val.c
[44/441] Compiling x_x509.c
[45/441] Compiling v3_alt.c
[46/441] Compiling x_spki.c
[47/441] Compiling x_sig.c
[48/441] Compiling x_req.c
[49/441] Compiling x_pkey.c
[50/441] Compiling x_pubkey.c
[51/441] Compiling x_name.c
[52/441] Compiling x_info.c
[53/441] Compiling x_exten.c
[54/441] Compiling x_all.c
[55/441] Compiling x_attrib.c
[56/441] Compiling x_algor.c
[57/441] Compiling x_crl.c
[58/441] Compiling x509spki.c
[59/441] Compiling x509rset.c
[60/441] Compiling x509name.c
[61/441] Compiling x509cset.c
[62/441] Compiling x509_vpm.c
[63/441] Compiling x509_txt.c
[64/441] Compiling x509_v3.c
[65/441] Compiling x509_vfy.c
[66/441] Compiling x509_trs.c
[67/441] Compiling x509_set.c
[68/441] Compiling x509_req.c
[69/441] Compiling x509_obj.c
[70/441] Compiling x509_def.c
[71/441] Compiling x509_lu.c
[72/441] Compiling x509_d2.c
[73/441] Compiling x509_ext.c
[74/441] Compiling x509_cmp.c
[75/441] Compiling x509_att.c
[76/441] Compiling x509.c
[77/441] Compiling t_x509a.c
[78/441] Compiling t_x509.c
[79/441] Compiling t_req.c
[80/441] Compiling rsa_pss.c
[81/441] Compiling t_crl.c
[82/441] Compiling name_print.c
[83/441] Compiling i2d_pr.c
[84/441] Compiling policy.c
[85/441] Compiling by_file.c
[86/441] Compiling by_dir.c
[87/441] Compiling a_verify.c
[88/441] Compiling algorithm.c
[89/441] Compiling asn1_gen.c
[90/441] Compiling a_sign.c
[91/441] Compiling precomputed_ecmult.c
[92/441] Compiling thread_win.c
[93/441] Compiling a_digest.c
[94/441] Compiling thread_pthread.c
[94/441] Compiling trust_token.c
[96/441] Compiling voprf.c
[97/441] Compiling thread.c
[98/441] Compiling thread_none.c
[99/441] Compiling siphash.c
[100/441] Compiling rsa_print.c
[101/441] Compiling pmbtoken.c
[102/441] Compiling stack.c
[103/441] Compiling refcount.c
[104/441] Compiling rc4.c
[105/441] Compiling windows.c
[106/441] Compiling trusty.c
[107/441] Compiling rsa_asn1.c
[108/441] Compiling rand_extra.c
[109/441] Compiling rsa_crypt.c
[110/441] Compiling passive.c
[111/461] Compiling poly1305_vec.c
[112/461] Compiling ios.c
[113/461] Compiling forkunsafe.c
[114/461] Compiling getentropy.c
[115/461] Compiling poly1305_arm_asm.S
[116/461] Compiling deterministic.c
[117/461] Compiling poly1305_arm.c
[118/461] Compiling pool.c
[119/461] Compiling poly1305.c
[120/461] Compiling pkcs7.c
[121/461] Compiling p5_pbev2.c
[122/461] Compiling pkcs8.c
[123/461] Compiling pem_xaux.c
[124/461] Compiling pkcs8_x509.c
[125/461] Compiling pkcs7_x509.c
[126/461] Compiling pem_x509.c
[127/461] Compiling pem_pkey.c
[128/461] Compiling pem_oth.c
[129/461] Compiling pem_pk8.c
[130/461] Compiling obj_xref.c
[131/461] Compiling pem_info.c
[132/461] Compiling pem_lib.c
[133/461] Compiling lhash.c
[134/461] Compiling mem.c
[135/461] Compiling pem_all.c
[136/461] Compiling keccak.c
[137/461] Compiling poly_rq_mul.S
[138/461] Compiling kyber.c
[139/461] Compiling obj.c
[140/461] Compiling x86_64-mont5-mac.mac.x86_64.S
[141/461] Compiling x86_64-mont5-linux.linux.x86_64.S
[142/461] Compiling x86_64-mont-mac.mac.x86_64.S
[143/461] Compiling x86-mont-windows.windows.x86.S
[144/461] Compiling x86_64-mont-linux.linux.x86_64.S
[145/461] Compiling x86-mont-linux.linux.x86.S
[146/461] Compiling vpaes-x86_64-mac.mac.x86_64.S
[147/461] Compiling vpaes-x86_64-linux.linux.x86_64.S
[148/461] Compiling hrss.c
[149/461] Compiling vpaes-x86-windows.windows.x86.S
[150/461] Compiling vpaes-x86-linux.linux.x86.S
[151/461] Compiling hpke.c
[152/461] Compiling vpaes-armv8-linux.linux.aarch64.S
[153/461] Compiling vpaes-armv7-linux.linux.arm.S
[154/461] Compiling vpaes-armv8-ios.ios.aarch64.S
[155/461] Compiling vpaes-armv7-ios.ios.arm.S
[156/461] Compiling sha512-x86_64-mac.mac.x86_64.S
[157/461] Compiling sha512-x86_64-linux.linux.x86_64.S
[158/461] Compiling kdf.c
[159/461] Compiling sha512-armv8-linux.linux.aarch64.S
[160/461] Compiling sha512-armv8-ios.ios.aarch64.S
[161/461] Compiling sha512-armv4-ios.ios.arm.S
[162/461] Compiling sha512-586-windows.windows.x86.S
[163/461] Compiling sha512-armv4-linux.linux.arm.S
[164/461] Compiling sha512-586-linux.linux.x86.S
[165/461] Compiling sha256-x86_64-mac.mac.x86_64.S
[166/461] Compiling sha256-armv8-linux.linux.aarch64.S
[167/461] Compiling sha256-armv8-ios.ios.aarch64.S
[168/461] Compiling sha256-x86_64-linux.linux.x86_64.S
[169/461] Compiling sha256-armv4-ios.ios.arm.S
[170/461] Compiling sha256-armv4-linux.linux.arm.S
[171/461] Compiling sha256-586-windows.windows.x86.S
[172/461] Compiling sha256-586-linux.linux.x86.S
[173/461] Compiling sha1-x86_64-mac.mac.x86_64.S
[174/461] Compiling sha1-armv8-linux.linux.aarch64.S
[175/461] Compiling sha1-armv8-ios.ios.aarch64.S
[176/461] Compiling sha1-x86_64-linux.linux.x86_64.S
[177/461] Compiling sha1-armv4-large-ios.ios.arm.S
[178/461] Compiling sha1-armv4-large-linux.linux.arm.S
[179/461] Compiling sha1-586-windows.windows.x86.S
[180/461] Compiling sha1-586-linux.linux.x86.S
[181/461] Compiling sha256.c
[182/461] Compiling sha512.c
[183/461] Compiling service_indicator.c
[184/461] Compiling rsaz-avx2-mac.mac.x86_64.S
[185/461] Compiling sha1.c
[186/461] Compiling rsaz-avx2-linux.linux.x86_64.S
[187/461] Compiling fips.c
[188/461] Compiling self_check.c
[189/461] Compiling rdrand-x86_64-mac.mac.x86_64.S
[190/461] Compiling rdrand-x86_64-linux.linux.x86_64.S
[191/461] Compiling blinding.c
[192/461] Compiling rsa_impl.c
[193/461] Compiling padding.c
[194/461] Compiling urandom.c
[195/461] Compiling rand.c
[196/461] Compiling fork_detect.c
[197/461] Compiling p256_beeu-x86_64-asm-mac.mac.x86_64.S
[198/461] Compiling p256_beeu-x86_64-asm-linux.linux.x86_64.S
[199/461] Compiling rsa.c
[200/461] Compiling p256_beeu-armv8-asm-linux.linux.aarch64.S
[201/461] Compiling p256_beeu-armv8-asm-ios.ios.aarch64.S
[202/461] Compiling ctrdrbg.c
[203/461] Compiling p256-x86_64-asm-mac.mac.x86_64.S
[204/461] Compiling p256-x86_64-asm-linux.linux.x86_64.S
[205/461] Compiling p256-armv8-asm-linux.linux.aarch64.S
[206/461] Compiling p256-armv8-asm-ios.ios.aarch64.S
[207/461] Compiling gcm_nohw.c
[208/461] Compiling ofb.c
[209/461] Compiling polyval.c
[210/461] Compiling cfb.c
[211/461] Compiling gcm.c
[212/461] Compiling ctr.c
[213/461] Compiling md5-x86_64-mac.mac.x86_64.S
[214/461] Compiling md5-586-linux.linux.x86.S
[215/461] Compiling md5-x86_64-linux.linux.x86_64.S
[216/461] Compiling md5-586-windows.windows.x86.S
[217/461] Compiling cbc.c
[218/461] Compiling ghashv8-armv8-linux.linux.aarch64.S
[219/461] Compiling md5.c
[220/461] Compiling ghashv8-armv8-ios.ios.aarch64.S
[221/461] Compiling ghashv8-armv7-ios.ios.arm.S
[222/461] Compiling ghashv8-armv7-linux.linux.arm.S
[223/461] Compiling hkdf.c
[224/461] Compiling md4.c
[225/461] Compiling ghash-x86_64-mac.mac.x86_64.S
[226/461] Compiling hmac.c
[227/461] Compiling ghash-x86-linux.linux.x86.S
[228/461] Compiling ghash-x86-windows.windows.x86.S
[229/461] Compiling ghash-x86_64-linux.linux.x86_64.S
[230/461] Compiling ghash-ssse3-x86-windows.windows.x86.S
[231/461] Compiling ghash-ssse3-x86_64-linux.linux.x86_64.S
[232/461] Compiling ghash-ssse3-x86-linux.linux.x86.S
[233/461] Compiling ghash-neon-armv8-linux.linux.aarch64.S
[234/461] Compiling ghash-armv4-linux.linux.arm.S
[235/461] Compiling ghash-armv4-ios.ios.arm.S
[236/461] Compiling fips_shared_support.c
[237/461] Compiling ghash-neon-armv8-ios.ios.aarch64.S
[238/461] Compiling util.c
[239/461] Compiling wnaf.c
[240/461] Compiling simple.c
[241/461] Compiling ecdh.c
[242/461] Compiling simple_mul.c
[243/461] Compiling ecdsa.c
[244/461] Compiling p256-nistz.c
[245/461] Compiling scalar.c
[246/461] Compiling p224-64.c
[247/461] Compiling oct.c
[248/461] Compiling felem.c
[249/461] Compiling ec_montgomery.c
[250/461] Compiling digestsign.c
[251/461] Compiling digests.c
[252/461] Compiling ec_key.c
[253/461] Compiling co-586-windows.windows.x86.S
[254/461] Compiling ec.c
[255/461] Compiling check.c
[256/461] Compiling digest.c
[257/461] Compiling dh.c
[258/461] Compiling co-586-linux.linux.x86.S
[259/461] Compiling cmac.c
[260/461] Compiling aead.c
[261/461] Compiling bsaes-armv7-linux.linux.arm.S
[262/461] Compiling e_aesccm.c
[263/461] Compiling cipher.c
[264/461] Compiling bsaes-armv7-ios.ios.arm.S
[265/461] Compiling e_aes.c
[266/461] Compiling shift.c
[267/461] Compiling sqrt.c
[268/461] Compiling rsaz_exp.c
[269/461] Compiling random.c
[270/461] Compiling p256.c
[271/461] Compiling prime.c
[272/461] Compiling montgomery_inv.c
[273/461] Compiling montgomery.c
[274/461] Compiling mul.c
[275/461] Compiling div_extra.c
[276/461] Compiling cmp.c
[277/461] Compiling x86_64-gcc.c
[278/461] Compiling ctx.c
[279/461] Compiling bytes.c
[280/461] Compiling div.c
[281/461] Compiling bn.c
[282/461] Compiling bn-armv8-linux.linux.aarch64.S
[284/461] Compiling secp256k1 RNG_boring.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
[285/461] Compiling secp256k1 Recovery.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
[286/461] 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
[287/461] Compiling secp256k1 Digest.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
[288/461] 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
[289/461] Compiling secp256k1 PrettyBytes.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
[290/461] 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
[291/461] 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
[292/461] 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
[293/461] 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
[294/461] 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
[295/461] 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
[296/461] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[297/461] 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
[297/462] Compiling bn-armv8-ios.ios.aarch64.S
[308/464] Emitting module secp256k1
[312/464] Compiling secp256k1 SHA256.swift
[313/464] Compiling secp256k1 SafeCompare.swift
[314/464] Compiling secp256k1 Schnorr.swift
[314/464] Compiling bn-586-linux.linux.x86.S
[315/464] Compiling add.c
[316/464] Compiling bn-586-windows.windows.x86.S
[317/464] Compiling armv8-mont-linux.linux.aarch64.S
[319/464] Compiling secp256k1 Tweak.swift
[320/464] Compiling secp256k1 Utility.swift
[321/464] Compiling secp256k1 SecureBytes.swift
[322/464] Compiling secp256k1 Signature.swift
[322/464] Compiling armv8-mont-ios.ios.aarch64.S
[323/464] Compiling aesv8-gcm-armv8-ios.ios.aarch64.S
[324/464] Compiling armv4-mont-linux.linux.arm.S
[325/464] Compiling armv4-mont-ios.ios.arm.S
[326/464] Compiling aesv8-gcm-armv8-linux.linux.aarch64.S
[327/464] Compiling aesv8-armv8-linux.linux.aarch64.S
[328/464] Compiling aesv8-armv7-linux.linux.arm.S
[329/464] Compiling aesni-x86_64-mac.mac.x86_64.S
[330/464] Compiling aesv8-armv7-ios.ios.arm.S
[331/464] Compiling aesv8-armv8-ios.ios.aarch64.S
[332/464] Compiling aesni-x86-windows.windows.x86.S
[333/464] Compiling aesni-x86_64-linux.linux.x86_64.S
[334/464] Compiling aesni-x86-linux.linux.x86.S
[335/464] Compiling aesni-gcm-x86_64-mac.mac.x86_64.S
[336/464] Compiling aesni-gcm-x86_64-linux.linux.x86_64.S
[337/464] Compiling mode_wrappers.c
[338/464] Compiling key_wrap.c
[339/464] Compiling aes.c
[340/464] Compiling ex_data.c
[341/464] Compiling sign.c
[342/464] Compiling aes_nohw.c
[344/464] 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
[344/464] Compiling pbkdf.c
[345/464] Compiling scrypt.c
[346/464] Compiling print.c
[347/464] Compiling p_x25519_asn1.c
[347/464] Compiling p_rsa_asn1.c
[347/464] Compiling p_rsa.c
[347/464] Compiling p_x25519.c
[347/464] Compiling p_hkdf.c
[347/464] Compiling p_ed25519_asn1.c
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/116] Compiling p_x25519.c
[1/116] Compiling p_rsa_asn1.c
[2/116] Compiling p_x25519_asn1.c
[3/116] Compiling p_ed25519_asn1.c
[4/116] Compiling p_ec_asn1.c
[5/116] Compiling p_ed25519.c
[6/116] Compiling p_hkdf.c
[7/116] Compiling p_rsa.c
[8/116] Compiling err_data.c
[9/116] Compiling p_dsa_asn1.c
[10/116] Compiling p_ec.c
[11/116] Compiling evp_ctx.c
[12/116] Compiling evp.c
[13/116] Write swift-version-24593BA9C3E375BF.txt
[14/116] Compiling evp_asn1.c
[15/116] Compiling err.c
[15/116] Compiling engine.c
[17/116] Compiling ecdh_extra.c
[18/116] Compiling ecdsa_asn1.c
[19/116] Compiling hash_to_curve.c
[20/116] Compiling ec_derive.c
[21/116] Compiling ec_asn1.c
[22/130] Compiling digest_extra.c
[22/130] Compiling dsa.c
[23/130] Compiling params.c
[24/130] Compiling dsa_asn1.c
[26/150] Compiling dh_asn1.c
[27/150] Compiling curve25519_64_adx.c
[28/150] Compiling x25519-asm-arm.S
[29/150] Compiling cpu_intel.c
[30/150] Compiling cpu_arm_freebsd.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[32/150] 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
[33/150] Compiling secp256k1 Digest.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
[34/150] 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
[35/150] 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
[36/150] 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
[36/151] Compiling crypto.c
[37/151] Compiling cpu_arm.c
[38/151] Compiling cpu_arm_linux.c
[39/151] Compiling spake25519.c
[40/151] Compiling cpu_aarch64_win.c
[42/151] 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
[42/151] Compiling cpu_aarch64_sysreg.c
[43/151] Compiling cpu_aarch64_linux.c
[44/151] Compiling cpu_aarch64_openbsd.c
[46/151] 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
[47/151] 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
[48/151] Compiling secp256k1 RNG_boring.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
[49/151] Compiling secp256k1 Recovery.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/151] 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
[51/151] 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
[52/151] 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
[53/151] Compiling secp256k1 PrettyBytes.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/151] Compiling des.c
[54/151] Compiling cpu_aarch64_apple.c
[56/151] Emitting module secp256k1
[56/153] Compiling cpu_aarch64_fuchsia.c
[57/153] Compiling e_rc4.c
[61/153] Compiling curve25519.c
[62/153] Compiling tls_cbc.c
[63/153] Compiling conf.c
[63/153] Compiling e_null.c
[69/153] 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
[69/153] Compiling e_rc2.c
[70/153] Compiling e_des.c
[71/153] Compiling e_aesgcmsiv.c
[72/153] Compiling e_tls.c
[73/153] Compiling e_chacha20poly1305.c
[74/153] Compiling chacha20_poly1305_x86_64-linux.linux.x86_64.S
[74/153] Compiling chacha20_poly1305_armv8-linux.linux.aarch64.S
[74/153] Compiling e_aesctrhmac.c
[74/153] Compiling derive_key.c
[74/153] Compiling cipher_extra.c
[74/153] Compiling chacha20_poly1305_x86_64-mac.mac.x86_64.S
BUILD FAILURE 6.1 wasm