Build Information
Failed to build swift-srp, reference main (ce202c
), with Swift 6.1 for Wasm on 29 May 2025 21:49:55 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/adam-fowler/swift-srp.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/adam-fowler/swift-srp
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at ce202c4 Make SRPKeyPair.init public
Cloned https://github.com/adam-fowler/swift-srp.git
Revision (git rev-parse @):
ce202c48f8ca68f44b71732f945eb8221d6fe135
SUCCESS checkout https://github.com/adam-fowler/swift-srp.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.1
Building package at path: $PWD
https://github.com/adam-fowler/swift-srp.git
https://github.com/adam-fowler/swift-srp.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-crypto",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "5.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-crypto"
},
{
"identity" : "big-num",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/adam-fowler/big-num"
}
],
"manifest_display_name" : "swift-srp",
"name" : "swift-srp",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
},
{
"name" : "watchos",
"version" : "6.0"
},
{
"name" : "tvos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "SRP",
"targets" : [
"SRP"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SRPTests",
"module_type" : "SwiftTarget",
"name" : "SRPTests",
"path" : "Tests/SRPTests",
"sources" : [
"SRPTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"SRP"
],
"type" : "test"
},
{
"c99name" : "SRP",
"module_type" : "SwiftTarget",
"name" : "SRP",
"path" : "Sources/SRP",
"product_dependencies" : [
"BigNum",
"Crypto"
],
"product_memberships" : [
"SRP"
],
"sources" : [
"Array.swift",
"client.swift",
"configuration.swift",
"error.swift",
"keys.swift",
"server.swift",
"srp.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/adam-fowler/big-num
Fetching https://github.com/apple/swift-crypto
[1/857] Fetching big-num
[858/14793] Fetching big-num, swift-crypto
Fetched https://github.com/adam-fowler/big-num from cache (0.53s)
[1115/13936] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto from cache (2.27s)
Computing version for https://github.com/adam-fowler/big-num
Computed https://github.com/adam-fowler/big-num at 2.0.2 (3.13s)
Computing version for https://github.com/apple/swift-crypto
Computed https://github.com/apple/swift-crypto at 3.12.3 (4.67s)
Fetching https://github.com/apple/swift-asn1.git
[1/1590] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.50s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.78s)
Creating working copy for https://github.com/apple/swift-crypto
Working copy of https://github.com/apple/swift-crypto resolved at 3.12.3
Creating working copy for https://github.com/apple/swift-asn1.git
Working copy of https://github.com/apple/swift-asn1.git resolved at 1.3.2
Creating working copy for https://github.com/adam-fowler/big-num
Working copy of https://github.com/adam-fowler/big-num resolved at 2.0.2
Building for debugging...
[0/512] Write sources
In file included from /host/spi-builder-workspace/.build/checkouts/big-num/Sources/CBigNumBoringSSL/crypto/bn_extra/convert.c:69:
In file included from /host/spi-builder-workspace/.build/checkouts/big-num/Sources/CBigNumBoringSSL/crypto/bn_extra/../fipsmodule/bn/internal.h:135:
/host/spi-builder-workspace/.build/checkouts/big-num/Sources/CBigNumBoringSSL/crypto/bn_extra/../fipsmodule/bn/../../internal.h:135:10: fatal error: 'pthread.h' file not found
135 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[4/512] Compiling convert.c
In file included from /host/spi-builder-workspace/.build/checkouts/big-num/Sources/CBigNumBoringSSL/crypto/bytestring/asn1_compat.c:25:
/host/spi-builder-workspace/.build/checkouts/big-num/Sources/CBigNumBoringSSL/crypto/bytestring/../internal.h:135:10: fatal error: 'pthread.h' file not found
135 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[4/512] Compiling asn1_compat.c
[4/512] Compiling fiat_p256_adx_sqr.S
[4/512] Compiling fiat_p256_adx_mul.S
[4/512] Compiling fiat_curve25519_adx_square.S
[4/512] Compiling CCryptoBoringSSLShims shims.c
In file included from /host/spi-builder-workspace/.build/checkouts/big-num/Sources/CBigNumBoringSSL/crypto/bio/bio.c:69:
/host/spi-builder-workspace/.build/checkouts/big-num/Sources/CBigNumBoringSSL/crypto/bio/../internal.h:135:10: fatal error: 'pthread.h' file not found
135 | #include <pthread.h>
| ^~~~~~~~~~~
[4/512] Compiling bio.c
[4/512] Write swift-version-24593BA9C3E375BF.txt
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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/508] Compiling fiat_curve25519_adx_square.S
[1/508] Compiling fiat_curve25519_adx_mul.S
[2/508] Compiling fiat_p256_adx_sqr.S
[3/508] Compiling fiat_p256_adx_mul.S
[4/508] Compiling md5-x86_64-linux.S
[5/508] Compiling md5-x86_64-apple.S
[6/508] Compiling md5-586-apple.S
[7/508] Compiling md5-586-linux.S
[8/508] Compiling chacha20_poly1305_x86_64-apple.S
[9/508] Compiling chacha20_poly1305_x86_64-linux.S
[10/508] Compiling chacha-x86_64-linux.S
[11/508] Compiling chacha20_poly1305_armv8-win.S
[12/508] Compiling chacha20_poly1305_armv8-apple.S
[13/508] Compiling chacha20_poly1305_armv8-linux.S
[14/508] Compiling chacha-x86_64-apple.S
[15/508] Compiling chacha-armv8-linux.S
[16/508] Compiling chacha-armv8-win.S
[17/508] Compiling chacha-armv8-apple.S
[18/508] Compiling chacha-x86-apple.S
[19/508] Compiling chacha-x86-linux.S
[20/508] Compiling chacha-armv4-linux.S
[21/508] Compiling aes128gcmsiv-x86_64-apple.S
[22/508] Compiling x86_64-mont5-linux.S
[23/508] Compiling aes128gcmsiv-x86_64-linux.S
[24/508] Compiling x86_64-mont5-apple.S
[25/508] Compiling x86_64-mont-linux.S
[26/508] Compiling x86-mont-linux.S
[27/508] Compiling x86_64-mont-apple.S
[28/508] Compiling vpaes-x86_64-linux.S
[29/508] Compiling x86-mont-apple.S
[30/508] Compiling vpaes-x86_64-apple.S
[31/508] Compiling vpaes-x86-apple.S
[32/508] Compiling vpaes-x86-linux.S
[33/508] Compiling vpaes-armv8-linux.S
[34/508] Compiling vpaes-armv8-win.S
[35/508] Compiling CCryptoBoringSSLShims shims.c
[36/508] Compiling vpaes-armv8-apple.S
[37/508] Compiling sha512-x86_64-linux.S
[38/508] Compiling sha512-x86_64-apple.S
[39/508] Compiling vpaes-armv7-linux.S
[40/508] Compiling sha512-armv8-win.S
[41/508] Compiling sha512-armv8-linux.S
[42/508] Compiling sha512-armv8-apple.S
[43/508] Compiling sha512-armv4-linux.S
[44/508] Compiling sha256-x86_64-apple.S
[45/508] Compiling sha256-x86_64-linux.S
[46/508] Compiling sha512-586-linux.S
[47/508] Compiling sha512-586-apple.S
[48/508] Compiling sha256-armv8-win.S
[49/508] Compiling sha256-armv8-linux.S
[50/508] Compiling sha256-armv4-linux.S
[51/508] Compiling sha256-armv8-apple.S
[52/508] Compiling sha1-x86_64-linux.S
[53/508] Compiling sha256-586-apple.S
[54/508] Compiling sha256-586-linux.S
[55/508] Compiling sha1-x86_64-apple.S
[56/508] Compiling sha1-armv8-win.S
[57/508] Compiling sha1-armv8-linux.S
[58/508] Compiling sha1-armv8-apple.S
[59/508] Compiling sha1-armv4-large-linux.S
[60/508] Compiling sha1-586-linux.S
[61/508] Compiling rsaz-avx2-apple.S
[62/508] Compiling sha1-586-apple.S
[63/508] Compiling p256_beeu-x86_64-asm-linux.S
[64/508] Compiling rsaz-avx2-linux.S
[65/508] Compiling rdrand-x86_64-apple.S
[66/508] Compiling rdrand-x86_64-linux.S
[67/508] Compiling p256_beeu-armv8-asm-win.S
[68/508] Compiling p256_beeu-armv8-asm-apple.S
[69/508] Compiling p256-x86_64-asm-linux.S
[70/508] Compiling p256_beeu-armv8-asm-linux.S
[71/508] Compiling p256_beeu-x86_64-asm-apple.S
[72/508] Write swift-version-24593BA9C3E375BF.txt
[73/508] Compiling err_data.cc
[74/508] Compiling p256-x86_64-asm-apple.S
[75/508] Compiling p256-armv8-asm-win.S
[76/508] Compiling p256-armv8-asm-apple.S
[76/508] Compiling ghashv8-armv8-win.S
[78/508] Compiling p256-armv8-asm-linux.S
[79/508] Compiling ghashv8-armv8-linux.S
[80/508] Compiling ghashv8-armv8-apple.S
[81/508] Compiling ghashv8-armv7-linux.S
[82/508] Compiling ghash-x86_64-linux.S
[83/508] Compiling ghash-x86-linux.S
[84/508] Compiling ghash-x86_64-apple.S
[85/508] Compiling ghash-ssse3-x86_64-linux.S
[86/508] Compiling ghash-x86-apple.S
[87/508] Compiling ghash-ssse3-x86_64-apple.S
[88/508] Compiling ghash-ssse3-x86-apple.S
[89/508] Compiling ghash-ssse3-x86-linux.S
[90/508] Compiling ghash-neon-armv8-win.S
[91/508] Compiling ghash-armv4-linux.S
[92/508] Compiling ghash-neon-armv8-linux.S
[93/508] Compiling ghash-neon-armv8-apple.S
[94/508] Compiling co-586-linux.S
[95/508] Compiling bsaes-armv7-linux.S
[96/508] Compiling co-586-apple.S
[97/508] Compiling bn-armv8-linux.S
[98/508] Compiling bn-armv8-win.S
[99/508] Compiling bn-armv8-apple.S
[100/508] Compiling bn-586-apple.S
[101/508] Compiling bn-586-linux.S
[102/508] Compiling armv8-mont-linux.S
[103/508] Compiling armv8-mont-win.S
[104/508] Compiling armv8-mont-apple.S
[105/508] Compiling aesv8-gcm-armv8-win.S
[106/508] Compiling aesv8-gcm-armv8-linux.S
[107/508] Compiling armv4-mont-linux.S
[108/508] Compiling aesv8-gcm-armv8-apple.S
[109/508] Compiling aesv8-armv8-win.S
[110/508] Compiling aesv8-armv8-apple.S
[111/508] Compiling aesv8-armv8-linux.S
[112/508] Compiling aesv8-armv7-linux.S
[113/508] Compiling aesni-x86-linux.S
[114/508] Compiling aes-gcm-avx10-x86_64-linux.S
[115/508] Compiling aesni-x86_64-linux.S
[116/508] Compiling aesni-gcm-x86_64-apple.S
[117/508] Compiling aesni-x86-apple.S
[118/508] Compiling aes-gcm-avx10-x86_64-apple.S
[119/508] Compiling aesni-gcm-x86_64-linux.S
[120/508] Compiling aesni-x86_64-apple.S
[121/508] Compiling x_val.cc
[122/508] Compiling x_sig.cc
[123/508] Compiling x_spki.cc
[124/508] Compiling x_x509a.cc
[125/508] Compiling x_name.cc
[126/508] Compiling x_pubkey.cc
[126/508] Compiling x_x509.cc
[128/508] Compiling x_req.cc
[129/508] Compiling x_crl.cc
[130/508] Compiling x_exten.cc
[131/508] Compiling x_attrib.cc
[132/508] Compiling x_all.cc
[133/508] Compiling x509name.cc
[134/508] Compiling x509rset.cc
[135/508] Compiling x_algor.cc
[136/508] Compiling x509spki.cc
[137/508] Compiling x509_v3.cc
[138/508] Compiling x509cset.cc
[139/508] Compiling x509_vfy.cc
[140/508] Compiling x509_vpm.cc
[141/508] Compiling x509_trs.cc
[142/508] Compiling x509_txt.cc
[143/508] Compiling x509_set.cc
[144/508] Compiling x509_req.cc
[145/508] Compiling x509_obj.cc
[146/508] Compiling x509_lu.cc
[147/508] Compiling x509_def.cc
[148/508] Compiling x509_ext.cc
[149/508] Compiling x509_cmp.cc
[150/508] Compiling x509_d2.cc
[151/508] Compiling x509_att.cc
[152/508] Compiling x509.cc
[153/508] Compiling v3_purp.cc
[154/508] Compiling v3_prn.cc
[155/508] Compiling v3_skey.cc
[156/508] Compiling v3_pmaps.cc
[157/508] Compiling v3_pcons.cc
[158/508] Compiling v3_utl.cc
[159/508] Compiling v3_ocsp.cc
[160/508] Compiling v3_ncons.cc
[161/508] Compiling v3_lib.cc
[162/508] Compiling v3_int.cc
[163/508] Compiling v3_extku.cc
[164/508] Compiling v3_genn.cc
[165/508] Compiling v3_info.cc
[166/508] Compiling v3_ia5.cc
[167/508] Compiling v3_enum.cc
[168/508] Compiling v3_akeya.cc
[169/508] Compiling v3_crld.cc
[170/508] Compiling v3_alt.cc
[171/508] Compiling v3_conf.cc
[172/508] Compiling v3_bcons.cc
[173/508] Compiling v3_cpols.cc
[174/508] Compiling v3_bitst.cc
[175/508] Compiling v3_akey.cc
[176/508] Compiling t_x509a.cc
[177/508] Compiling t_x509.cc
[178/508] Compiling t_crl.cc
[179/508] Compiling i2d_pr.cc
[180/508] Compiling t_req.cc
[181/508] Compiling rsa_pss.cc
[182/508] Compiling by_file.cc
[183/508] Compiling name_print.cc
[184/508] Compiling policy.cc
[185/508] Compiling by_dir.cc
[186/508] Compiling asn1_gen.cc
[187/508] Compiling algorithm.cc
[188/508] Compiling pmbtoken.cc
[189/508] Compiling a_sign.cc
[190/508] Compiling a_verify.cc
[191/508] Compiling voprf.cc
[192/508] Compiling a_digest.cc
[193/508] Compiling thread_win.cc
[194/508] Compiling trust_token.cc
[195/508] Compiling thread_pthread.cc
[196/508] Compiling thread_none.cc
[197/508] Compiling thread.cc
[198/508] Compiling stack.cc
[199/508] Compiling thash.cc
[200/508] Compiling wots.cc
[201/508] Compiling merkle.cc
[202/508] Compiling sha512.cc
[203/508] Compiling slhdsa.cc
[204/508] Compiling fors.cc
[205/508] Compiling siphash.cc
[206/508] Compiling sha256.cc
[207/508] Compiling rsa_print.cc
[208/508] Compiling sha1.cc
[209/508] Compiling rsa_extra.cc
[210/508] Compiling rc4.cc
[211/508] Compiling refcount.cc
[212/508] Compiling rsa_asn1.cc
[213/508] Compiling rsa_crypt.cc
[214/508] Compiling urandom.cc
[215/508] Compiling trusty.cc
[216/508] Compiling windows.cc
[217/508] Compiling rand_extra.cc
[218/508] Compiling getentropy.cc
[219/508] Compiling poly1305_arm_asm.S
[220/508] Compiling ios.cc
[221/508] Compiling passive.cc
[222/508] Compiling fork_detect.cc
[223/508] Compiling forkunsafe.cc
[224/508] Compiling deterministic.cc
[225/508] Compiling poly1305_vec.cc
[226/508] Compiling pool.cc
[227/508] Compiling poly1305_arm.cc
[228/508] Compiling poly1305.cc
[229/508] Compiling pkcs8_x509.cc
[230/508] Compiling pkcs7_x509.cc
[231/508] Compiling pkcs7.cc
[232/508] Compiling p5_pbev2.cc
[233/508] Compiling pkcs8.cc
[234/508] Compiling pem_xaux.cc
[235/508] Compiling pem_x509.cc
[236/508] Compiling pem_pkey.cc
[237/508] Compiling pem_info.cc
[238/508] Compiling pem_pk8.cc
[239/508] Compiling pem_oth.cc
[240/508] Compiling obj_xref.cc
[241/508] Compiling pem_lib.cc
[242/508] Compiling obj.cc
[243/508] Compiling md5.cc
[244/508] Compiling mlkem.cc
[245/508] Compiling mem.cc
[246/508] Compiling mldsa.cc
[247/508] Compiling poly_rq_mul.S
[248/508] Compiling fips_shared_support.cc
[249/508] Compiling pem_all.cc
[250/508] Compiling md4.cc
[251/508] Compiling lhash.cc
[252/508] Compiling hrss.cc
[253/508] Compiling kyber.cc
[254/508] Compiling sign.cc
[255/508] Compiling print.cc
[256/508] Compiling ex_data.cc
[256/508] Compiling scrypt.cc
[258/508] Compiling hpke.cc
[259/508] Compiling p_x25519.cc
[260/508] Compiling pbkdf.cc
[261/508] Compiling p_rsa_asn1.cc
[262/508] Compiling p_rsa.cc
[263/508] Compiling p_x25519_asn1.cc
[264/508] Compiling p_hkdf.cc
[265/508] Compiling p_ed25519_asn1.cc
[266/508] Compiling p_ed25519.cc
[267/508] Compiling p_ec.cc
[268/508] Compiling p_ec_asn1.cc
[269/508] Compiling p_dh_asn1.cc
[270/508] Compiling evp_ctx.cc
[271/508] Compiling p_dh.cc
[272/508] Compiling evp.cc
[273/508] Compiling p_dsa_asn1.cc
[274/508] Compiling err.cc
[275/508] Compiling evp_asn1.cc
[276/508] Compiling engine.cc
[277/508] Compiling ecdh_extra.cc
[278/508] Compiling ec_derive.cc
[279/508] Compiling ecdsa_asn1.cc
[280/508] Compiling hash_to_curve.cc
[281/508] Compiling ec_asn1.cc
[282/508] Compiling dsa.cc
[283/508] Compiling dsa_asn1.cc
[284/508] Compiling dh_asn1.cc
[285/508] Compiling x25519-asm-arm.S
[286/508] Compiling params.cc
[287/508] Compiling curve25519_64_adx.cc
[288/508] Compiling digest_extra.cc
[289/508] Compiling des.cc
[290/508] Compiling spake25519.cc
[291/508] Compiling bcm.cc
[292/508] Compiling cpu_arm_linux.cc
[293/508] Compiling crypto.cc
[294/508] Compiling cpu_intel.cc
[295/508] Compiling curve25519.cc
[296/508] Compiling cpu_arm_freebsd.cc
[297/508] Compiling cpu_aarch64_win.cc
[298/508] Compiling cpu_aarch64_openbsd.cc
[299/508] Compiling cpu_aarch64_sysreg.cc
[300/508] Compiling cpu_aarch64_linux.cc
[301/508] Compiling cpu_aarch64_apple.cc
[302/508] Compiling tls_cbc.cc
[303/508] Compiling cpu_aarch64_fuchsia.cc
[304/508] Compiling e_rc2.cc
[305/508] Compiling e_rc4.cc
[306/508] Compiling e_tls.cc
[307/508] Compiling conf.cc
[308/508] Compiling e_null.cc
[309/508] Compiling cipher_extra.cc
[310/508] Compiling e_des.cc
[311/508] Compiling derive_key.cc
[312/508] Compiling e_chacha20poly1305.cc
[313/508] Compiling e_aesgcmsiv.cc
[314/508] Compiling e_aesctrhmac.cc
[315/508] Compiling chacha.cc
[316/508] Compiling buf.cc
[317/508] Compiling unicode.cc
[318/508] Compiling ber.cc
[319/508] Compiling asn1_compat.cc
[320/508] Compiling cbb.cc
[321/508] Compiling cbs.cc
[322/508] Compiling convert.cc
[323/508] Compiling bn_asn1.cc
[324/508] Compiling blake2.cc
[325/508] Compiling printf.cc
[326/508] Compiling pair.cc
[327/508] Compiling hexdump.cc
[328/508] Compiling fd.cc
[329/508] Compiling file.cc
[330/508] Compiling errno.cc
[331/508] Compiling bio_mem.cc
[332/508] Compiling base64.cc
[333/508] Compiling tasn_fre.cc
[334/508] Compiling tasn_enc.cc
[335/508] Compiling tasn_typ.cc
[336/508] Compiling bio.cc
[337/508] Compiling f_string.cc
[338/508] Compiling tasn_dec.cc
[339/508] Compiling tasn_utl.cc
[340/508] Compiling tasn_new.cc
[341/508] Compiling f_int.cc
[342/508] Compiling asn1_par.cc
[343/508] Compiling asn_pack.cc
[344/508] Compiling posix_time.cc
[345/508] Compiling asn1_lib.cc
[346/508] Compiling a_type.cc
[347/508] Compiling a_utctm.cc
[348/508] Compiling a_octet.cc
[349/508] Compiling a_strnid.cc
[350/508] Compiling a_time.cc
[351/508] Compiling a_strex.cc
[352/508] Compiling a_object.cc
[353/508] Compiling a_i2d_fp.cc
[354/508] Compiling a_int.cc
In file included from /host/spi-builder-workspace/.build/checkouts/big-num/Sources/CBigNumBoringSSL/crypto/thread_win.c:15:
/host/spi-builder-workspace/.build/checkouts/big-num/Sources/CBigNumBoringSSL/crypto/internal.h:135:10: fatal error: 'pthread.h' file not found
135 | #include <pthread.h>
| ^~~~~~~~~~~
1 error generated.
[355/508] Compiling thread_win.c
[355/508] Compiling thread_pthread.c
[355/508] Compiling a_d2i_fp.cc
[355/508] Compiling a_bitstr.cc
[355/508] Compiling a_gentm.cc
[355/508] Compiling a_dup.cc
[355/508] Compiling a_bool.cc
[355/508] Compiling a_mbstr.cc
BUILD FAILURE 6.1 wasm