Build Information
Failed to build Fortify, reference 2.1.12 (999f26
), with Swift 6.2 (beta) for Wasm on 23 Jun 2025 11:37:47 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.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/johnno1962/Fortify.git
Reference: 2.1.12
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/johnno1962/Fortify
* tag 2.1.12 -> FETCH_HEAD
HEAD is now at 999f264 Remove #filePath
Cloned https://github.com/johnno1962/Fortify.git
Revision (git rev-parse @):
999f2644ed80ecd67db3344c79bfe9f329f03ad5
SUCCESS checkout https://github.com/johnno1962/Fortify.git at 2.1.12
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/johnno1962/Fortify.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/johnno1962/Popen.git
Fetching https://github.com/johnno1962/DLKit
Fetching https://github.com/johnno1962/StringIndex
Fetching https://github.com/johnno1962/SwiftRegex5.git
[1/399] Fetching dlkit
[101/608] Fetching dlkit, swiftregex5
[609/749] Fetching dlkit, swiftregex5, popen
[750/903] Fetching dlkit, swiftregex5, popen, stringindex
Fetched https://github.com/johnno1962/Popen.git from cache (0.38s)
Fetched https://github.com/johnno1962/DLKit from cache (0.38s)
Fetched https://github.com/johnno1962/StringIndex from cache (0.38s)
Fetched https://github.com/johnno1962/SwiftRegex5.git from cache (0.38s)
Computing version for https://github.com/johnno1962/SwiftRegex5.git
Computed https://github.com/johnno1962/SwiftRegex5.git at 6.1.3 (0.81s)
Computing version for https://github.com/johnno1962/StringIndex
Computed https://github.com/johnno1962/StringIndex at 2.2.4 (0.55s)
Computing version for https://github.com/johnno1962/Popen.git
Computed https://github.com/johnno1962/Popen.git at 2.1.8 (0.40s)
Computing version for https://github.com/johnno1962/DLKit
Computed https://github.com/johnno1962/DLKit at 3.4.8 (0.47s)
Fetching https://github.com/johnno1962/fishhook
[1/169] Fetching fishhook
Fetched https://github.com/johnno1962/fishhook from cache (0.22s)
Computing version for https://github.com/johnno1962/fishhook
Computed https://github.com/johnno1962/fishhook at 1.2.1 (1.11s)
Creating working copy for https://github.com/johnno1962/StringIndex
Working copy of https://github.com/johnno1962/StringIndex resolved at 2.2.4
Creating working copy for https://github.com/johnno1962/DLKit
Working copy of https://github.com/johnno1962/DLKit resolved at 3.4.8
Creating working copy for https://github.com/johnno1962/SwiftRegex5.git
Working copy of https://github.com/johnno1962/SwiftRegex5.git resolved at 6.1.3
Creating working copy for https://github.com/johnno1962/Popen.git
Working copy of https://github.com/johnno1962/Popen.git resolved at 2.1.8
Creating working copy for https://github.com/johnno1962/fishhook
Working copy of https://github.com/johnno1962/fishhook resolved at 1.2.1
Building for debugging...
[0/10] Write sources
[5/10] Compiling DLKitC DLKitC.c
[6/10] Compiling fishhook fishhook.c
[7/10] Compiling DLKitC trie_dlops.mm
[8/10] Compiling DLKitC trie_dladdr.mm
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/30] Compiling DLKit DLKit.swift
[12/30] Emitting module DLKit
[13/30] Compiling DLKit Interposing.swift
[14/30] Compiling DLKit Iterators.swift
[15/30] Compiling Popen Stream.swift
/host/spi-builder-workspace/.build/checkouts/Popen/Sources/Popen/Fopen.swift:14:8: error: no such module 'Foundation'
12 |
13 | #if DEBUG || !DEBUG_ONLY
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | open class Fopen: FILEStream, Sequence, IteratorProtocol {
[16/30] Compiling Popen Topen.swift
/host/spi-builder-workspace/.build/checkouts/Popen/Sources/Popen/Fopen.swift:14:8: error: no such module 'Foundation'
12 |
13 | #if DEBUG || !DEBUG_ONLY
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | open class Fopen: FILEStream, Sequence, IteratorProtocol {
[17/30] Compiling StringIndex Subscripts.swift
/host/spi-builder-workspace/.build/checkouts/StringIndex/Sources/StringIndex/OffsetIndex.swift:14:8: error: no such module 'Foundation'
12 | //
13 |
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | extension String {
[18/30] Compiling Popen Fstat.swift
/host/spi-builder-workspace/.build/checkouts/Popen/Sources/Popen/Fopen.swift:14:8: error: no such module 'Foundation'
12 |
13 | #if DEBUG || !DEBUG_ONLY
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | open class Fopen: FILEStream, Sequence, IteratorProtocol {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[19/30] Emitting module Popen
/host/spi-builder-workspace/.build/checkouts/Popen/Sources/Popen/Fopen.swift:14:8: error: no such module 'Foundation'
12 |
13 | #if DEBUG || !DEBUG_ONLY
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | open class Fopen: FILEStream, Sequence, IteratorProtocol {
[20/30] Compiling Popen Fopen.swift
/host/spi-builder-workspace/.build/checkouts/Popen/Sources/Popen/Fopen.swift:14:8: error: no such module 'Foundation'
12 |
13 | #if DEBUG || !DEBUG_ONLY
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | open class Fopen: FILEStream, Sequence, IteratorProtocol {
[21/30] Compiling Popen Glob.swift
/host/spi-builder-workspace/.build/checkouts/Popen/Sources/Popen/Fopen.swift:14:8: error: no such module 'Foundation'
12 |
13 | #if DEBUG || !DEBUG_ONLY
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | open class Fopen: FILEStream, Sequence, IteratorProtocol {
[22/30] Compiling DLKit Demangling.swift
[23/30] Compiling StringIndex StringIndex.swift
/host/spi-builder-workspace/.build/checkouts/StringIndex/Sources/StringIndex/OffsetIndex.swift:14:8: error: no such module 'Foundation'
12 | //
13 |
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | extension String {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/30] Emitting module SwiftRegex
/host/spi-builder-workspace/.build/checkouts/SwiftRegex5/Sources/SwiftRegex/TupleRegex.swift:14:8: error: no such module 'Foundation'
12 |
13 | #if DEBUG || !DEBUG_ONLY
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// Regex literal can be suffixed
[25/30] Compiling Popen Popen.swift
/host/spi-builder-workspace/.build/checkouts/Popen/Sources/Popen/Fopen.swift:14:8: error: no such module 'Foundation'
12 |
13 | #if DEBUG || !DEBUG_ONLY
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | open class Fopen: FILEStream, Sequence, IteratorProtocol {
[26/30] Compiling SwiftRegex TupleRegex.swift
/host/spi-builder-workspace/.build/checkouts/SwiftRegex5/Sources/SwiftRegex/TupleRegex.swift:14:8: error: no such module 'Foundation'
12 |
13 | #if DEBUG || !DEBUG_ONLY
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | /// Regex literal can be suffixed
[27/30] Compiling DLKit ImageSymbols.swift
[28/30] Compiling DLKit FileSymbols.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[29/30] Emitting module StringIndex
/host/spi-builder-workspace/.build/checkouts/StringIndex/Sources/StringIndex/OffsetIndex.swift:14:8: error: no such module 'Foundation'
12 | //
13 |
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | extension String {
/host/spi-builder-workspace/.build/checkouts/StringIndex/Sources/StringIndex/OffsetIndex.swift:14:8: error: no such module 'Foundation'
12 | //
13 |
14 | import Foundation
| `- error: no such module 'Foundation'
15 |
16 | extension String {
BUILD FAILURE 6.2 wasm