Build Information
Failed to build AntiFishHook, reference main (a899fb
), with Swift 6.2 (beta) for Wasm on 23 Jun 2025 01:03:27 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/swift-anti-fishhook.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/p-x9/swift-anti-fishhook
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at a899fb2 Merge pull request #23 from p-x9/dependabot/swift/github.com/p-x9/machokit-0.35.1
Cloned https://github.com/p-x9/swift-anti-fishhook.git
Revision (git rev-parse @):
a899fb24d72004070af49ccb1bf71141ade2656a
SUCCESS checkout https://github.com/p-x9/swift-anti-fishhook.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/p-x9/swift-anti-fishhook.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:44384f43f933eaa0f42803e9ef7c3d8388c5841ccc831a15a5edf63d8c273423
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
Fetching https://github.com/p-x9/MachOKit.git
Fetching https://github.com/p-x9/swift-fishhook.git
[1/5282] Fetching machokit
[1797/5483] Fetching machokit, swift-fishhook
Fetched https://github.com/p-x9/swift-fishhook.git from cache (0.25s)
Fetched https://github.com/p-x9/MachOKit.git from cache (0.32s)
Computing version for https://github.com/p-x9/swift-fishhook.git
Computed https://github.com/p-x9/swift-fishhook.git at 0.6.0 (1.53s)
Computing version for https://github.com/p-x9/MachOKit.git
warning: 'machokit': /Package.swift:77:1: warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
75 | }
76 |
77 | extension SwiftSetting: CaseIterable {
| |- warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
78 | public static var allCases: [Self] {
79 | [
Computed https://github.com/p-x9/MachOKit.git at 0.35.1 (0.54s)
Fetching https://github.com/p-x9/swift-fileio.git
Fetching https://github.com/apple/swift-crypto.git
[1/163] Fetching swift-fileio
Fetched https://github.com/p-x9/swift-fileio.git from cache (0.20s)
[1/15419] Fetching swift-crypto
Fetched https://github.com/apple/swift-crypto.git from cache (1.68s)
Computing version for https://github.com/p-x9/swift-fileio.git
Computed https://github.com/p-x9/swift-fileio.git at 0.9.0 (2.03s)
Computing version for https://github.com/apple/swift-crypto.git
Computed https://github.com/apple/swift-crypto.git at 3.12.3 (4.17s)
Fetching https://github.com/apple/swift-asn1.git
[1/1616] Fetching swift-asn1
Fetched https://github.com/apple/swift-asn1.git from cache (0.37s)
Computing version for https://github.com/apple/swift-asn1.git
Computed https://github.com/apple/swift-asn1.git at 1.3.2 (1.32s)
Creating working copy for https://github.com/apple/swift-crypto.git
Working copy of https://github.com/apple/swift-crypto.git resolved at 3.12.3
Creating working copy for https://github.com/p-x9/MachOKit.git
Working copy of https://github.com/p-x9/MachOKit.git resolved at 0.35.1
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/p-x9/swift-fileio.git
Working copy of https://github.com/p-x9/swift-fileio.git resolved at 0.9.0
Creating working copy for https://github.com/p-x9/swift-fishhook.git
Working copy of https://github.com/p-x9/swift-fishhook.git resolved at 0.6.0
warning: 'machokit': /host/spi-builder-workspace/.build/checkouts/MachOKit/Package.swift:77:1: warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
75 | }
76 |
77 | extension SwiftSetting: CaseIterable {
| |- warning: extension declares a conformance of imported type 'SwiftSetting' to imported protocol 'CaseIterable'; this will not behave correctly if the owners of 'PackageDescription' introduce this conformance in the future
| `- note: add '@retroactive' to silence this warning
78 | public static var allCases: [Self] {
79 | [
Building for debugging...
[0/368] Write sources
[6/368] Compiling MachOKitC mach-o-linux.c
[7/368] Compiling fiat_curve25519_adx_mul.S
[8/368] Compiling fiat_curve25519_adx_square.S
[9/368] Compiling fiat_p256_adx_mul.S
[10/368] Compiling md5-x86_64-linux.S
[11/368] Compiling fiat_p256_adx_sqr.S
[12/368] Compiling md5-x86_64-apple.S
[13/368] Compiling md5-586-linux.S
[14/368] Compiling md5-586-apple.S
[15/368] Compiling chacha20_poly1305_x86_64-linux.S
[16/368] Compiling chacha20_poly1305_armv8-linux.S
[17/368] Compiling chacha20_poly1305_armv8-apple.S
[18/368] Compiling chacha20_poly1305_armv8-win.S
[19/368] Compiling chacha20_poly1305_x86_64-apple.S
[20/368] Compiling chacha-x86_64-linux.S
[21/368] Compiling chacha-x86_64-apple.S
[22/368] Compiling chacha-x86-apple.S
[23/368] Compiling chacha-x86-linux.S
[24/368] Compiling chacha-armv8-win.S
[25/368] Compiling chacha-armv8-linux.S
[26/368] Compiling chacha-armv8-apple.S
[27/368] Compiling chacha-armv4-linux.S
[28/368] Compiling aes128gcmsiv-x86_64-apple.S
[29/368] Compiling aes128gcmsiv-x86_64-linux.S
[30/368] Compiling x86_64-mont5-apple.S
[31/368] Compiling x86_64-mont5-linux.S
[32/368] Compiling x86_64-mont-linux.S
[33/368] Compiling x86_64-mont-apple.S
[34/368] Compiling err_data.cc
[35/368] Compiling x86-mont-apple.S
[36/368] Compiling CCryptoBoringSSLShims shims.c
[37/368] Compiling x86-mont-linux.S
[38/368] Compiling vpaes-x86_64-apple.S
[39/368] Compiling vpaes-x86_64-linux.S
[40/368] Compiling vpaes-x86-apple.S
[41/368] Compiling vpaes-x86-linux.S
[42/368] Compiling vpaes-armv8-win.S
[43/368] Compiling vpaes-armv8-linux.S
[44/368] Compiling sha512-armv8-win.S
[45/368] Compiling sha512-x86_64-linux.S
[46/368] Compiling vpaes-armv7-linux.S
[47/368] Compiling vpaes-armv8-apple.S
[48/368] Compiling sha512-armv8-linux.S
[49/368] Compiling sha512-x86_64-apple.S
[50/368] Compiling sha512-586-linux.S
[51/368] Compiling sha512-armv4-linux.S
[52/368] Compiling sha512-armv8-apple.S
[53/368] Compiling sha512-586-apple.S
[54/368] Write swift-version-24593BA9C3E375BF.txt
[55/368] Compiling a_bitstr.cc
[56/368] Compiling sha256-x86_64-apple.S
[57/368] Compiling sha256-armv8-linux.S
[58/368] Compiling sha256-x86_64-linux.S
[59/368] Compiling sha256-armv8-win.S
[60/368] Compiling sha256-armv4-linux.S
[61/370] Compiling sha256-armv8-apple.S
[62/372] Compiling sha256-586-apple.S
[63/372] Compiling sha1-x86_64-linux.S
[64/372] Compiling sha1-x86_64-apple.S
[65/372] Compiling sha256-586-linux.S
[66/372] Compiling sha1-armv8-win.S
[67/372] Compiling sha1-armv8-apple.S
[68/372] Compiling sha1-586-linux.S
[69/372] Compiling sha1-armv4-large-linux.S
[70/372] Compiling sha1-586-apple.S
[71/372] Compiling sha1-armv8-linux.S
[72/372] Compiling rsaz-avx2-linux.S
[73/372] Compiling rsaz-avx2-apple.S
[74/372] Compiling rdrand-x86_64-apple.S
[75/372] Compiling rdrand-x86_64-linux.S
[76/372] Compiling p256_beeu-x86_64-asm-linux.S
[77/372] Compiling p256_beeu-armv8-asm-linux.S
[78/372] Compiling p256_beeu-armv8-asm-apple.S
[79/372] Compiling p256_beeu-armv8-asm-win.S
[80/372] Compiling p256_beeu-x86_64-asm-apple.S
[81/372] Compiling p256-armv8-asm-win.S
[82/372] Compiling p256-x86_64-asm-apple.S
[83/372] Compiling p256-armv8-asm-linux.S
[84/372] Compiling p256-armv8-asm-apple.S
[85/372] Compiling ghashv8-armv8-apple.S
[86/372] Compiling ghashv8-armv8-linux.S
[87/372] Compiling p256-x86_64-asm-linux.S
[87/372] Compiling ghashv8-armv8-win.S
[89/372] Compiling ghashv8-armv7-linux.S
[90/372] Compiling ghash-x86_64-linux.S
[91/372] Compiling ghash-x86-linux.S
[92/372] Compiling ghash-x86_64-apple.S
[93/372] Compiling ghash-ssse3-x86_64-linux.S
[94/372] Compiling ghash-ssse3-x86_64-apple.S
[95/372] Compiling ghash-x86-apple.S
[96/372] Compiling ghash-ssse3-x86-linux.S
[97/372] Compiling ghash-ssse3-x86-apple.S
[98/372] Compiling ghash-armv4-linux.S
[99/372] Compiling ghash-neon-armv8-apple.S
[100/372] Compiling ghash-neon-armv8-linux.S
[101/372] Compiling ghash-neon-armv8-win.S
[102/372] Compiling co-586-apple.S
[103/372] Compiling co-586-linux.S
[104/372] Compiling bsaes-armv7-linux.S
[105/372] Compiling bn-armv8-linux.S
[106/372] Compiling bn-586-linux.S
[107/372] Compiling bn-armv8-win.S
[108/372] Compiling bn-armv8-apple.S
[109/372] Compiling armv8-mont-win.S
[110/372] Compiling armv8-mont-linux.S
[111/372] Compiling bn-586-apple.S
[112/372] Compiling armv4-mont-linux.S
[113/372] Compiling armv8-mont-apple.S
[114/372] Compiling aesv8-gcm-armv8-win.S
[115/372] Compiling aesv8-gcm-armv8-apple.S
[116/372] Compiling aesv8-gcm-armv8-linux.S
[117/372] Compiling aesv8-armv8-win.S
[118/372] Compiling aesv8-armv8-linux.S
[119/372] Compiling aesv8-armv8-apple.S
[120/372] Compiling aesv8-armv7-linux.S
[121/372] Compiling aesni-x86_64-linux.S
[122/372] Compiling aesni-x86-linux.S
[123/372] Compiling aesni-x86_64-apple.S
[124/372] Compiling aesni-gcm-x86_64-linux.S
[125/372] Compiling aesni-x86-apple.S
[126/372] Compiling aes-gcm-avx10-x86_64-linux.S
[127/372] Compiling aesni-gcm-x86_64-apple.S
[128/372] Compiling aes-gcm-avx10-x86_64-apple.S
[129/372] Compiling x_x509a.cc
[130/372] Compiling x_x509.cc
[131/372] Compiling x_val.cc
[132/372] Compiling x_spki.cc
[133/372] Compiling x_sig.cc
[134/372] Compiling x_pubkey.cc
[134/372] Compiling x_req.cc
[136/372] Compiling x_crl.cc
[137/372] Compiling x_name.cc
[138/372] Compiling x_exten.cc
[139/372] Compiling x_algor.cc
[140/372] Compiling x_attrib.cc
[141/372] Compiling x509spki.cc
[142/372] Compiling x_all.cc
[143/372] Compiling x509rset.cc
[144/372] Compiling x509name.cc
[145/372] Compiling x509cset.cc
[146/372] Compiling x509_vpm.cc
[147/372] Compiling x509_v3.cc
[148/372] Compiling x509_txt.cc
[149/372] Compiling x509_trs.cc
[150/372] Compiling x509_vfy.cc
[151/372] Compiling x509_set.cc
[152/372] Compiling x509_lu.cc
[153/372] Compiling x509_obj.cc
[154/372] Compiling x509_req.cc
[155/372] Compiling x509_ext.cc
[156/372] Compiling x509_d2.cc
[157/372] Compiling x509_def.cc
[159/372] Compiling FileIO FileIO.swift
/host/spi-builder-workspace/.build/checkouts/swift-fileio/Sources/FileIO/FileIO.swift:4:8: error: no such module 'Foundation'
2 | // https://docs.swift.org/swift-book
3 |
4 | import Foundation
| `- error: no such module 'Foundation'
5 |
6 | public enum FileIOError: Error {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[160/372] Emitting module FileIO
/host/spi-builder-workspace/.build/checkouts/swift-fileio/Sources/FileIO/FileIO.swift:4:8: error: no such module 'Foundation'
2 | // https://docs.swift.org/swift-book
3 |
4 | import Foundation
| `- error: no such module 'Foundation'
5 |
6 | public enum FileIOError: Error {
[161/372] Compiling FileIO StreamedFile.swift
/host/spi-builder-workspace/.build/checkouts/swift-fileio/Sources/FileIO/FileIO.swift:4:8: error: no such module 'Foundation'
2 | // https://docs.swift.org/swift-book
3 |
4 | import Foundation
| `- error: no such module 'Foundation'
5 |
6 | public enum FileIOError: Error {
[161/372] Compiling x509_att.cc
[162/372] Compiling x509_cmp.cc
[163/372] Compiling x509.cc
[164/372] Compiling v3_utl.cc
[165/372] Compiling v3_skey.cc
[166/372] Compiling v3_purp.cc
[167/372] Compiling v3_prn.cc
[169/372] Compiling FileIO MemoryMappedFile.swift
/host/spi-builder-workspace/.build/checkouts/swift-fileio/Sources/FileIO/FileIO.swift:4:8: error: no such module 'Foundation'
2 | // https://docs.swift.org/swift-book
3 |
4 | import Foundation
| `- error: no such module 'Foundation'
5 |
6 | public enum FileIOError: Error {
[169/372] Compiling v3_ncons.cc
[169/372] Compiling v3_pmaps.cc
[169/372] Compiling v3_int.cc
[169/372] Compiling v3_pcons.cc
[169/372] Compiling v3_info.cc
[169/372] Compiling v3_lib.cc
[169/372] Compiling v3_ocsp.cc
BUILD FAILURE 6.2 wasm