Build Information
Failed to build FINporter, reference main (6fa3c2
), with Swift 6.2 (beta) for Wasm on 20 Jun 2025 03:51:14 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/open-portfolio/FINporter.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/open-portfolio/FINporter
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 6fa3c20 Drop "App" from binary name; add space after "Flow"
Cloned https://github.com/open-portfolio/FINporter.git
Revision (git rev-parse @):
6fa3c205d6ed5ab84bc001954d72f54269859d80
SUCCESS checkout https://github.com/open-portfolio/FINporter.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/open-portfolio/FINporter.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/swiftcsv/SwiftCSV.git
Fetching https://github.com/openalloc/AllocData.git
[1/1780] Fetching swiftcsv
[464/3488] Fetching swiftcsv, allocdata
Fetched https://github.com/openalloc/AllocData.git from cache (0.73s)
Fetched https://github.com/swiftcsv/SwiftCSV.git from cache (0.73s)
Computing version for https://github.com/swiftcsv/SwiftCSV.git
Computed https://github.com/swiftcsv/SwiftCSV.git at 0.10.0 (1.31s)
Computing version for https://github.com/openalloc/AllocData.git
Computed https://github.com/openalloc/AllocData.git at 1.2.0 (0.37s)
Creating working copy for https://github.com/swiftcsv/SwiftCSV.git
Working copy of https://github.com/swiftcsv/SwiftCSV.git resolved at 0.10.0
Creating working copy for https://github.com/openalloc/AllocData.git
Working copy of https://github.com/openalloc/AllocData.git resolved at 1.2.0
Building for debugging...
[0/5] Write sources
[1/5] Copying PrivacyInfo.xcprivacy
[2/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/81] Compiling SwiftCSV NamedCSVView.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV+DelimiterGuessing.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension CSVDelimiter {
[7/82] Compiling SwiftCSV resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV+DelimiterGuessing.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension CSVDelimiter {
[8/82] Compiling AllocData MAccount+Key.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV+DelimiterGuessing.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension CSVDelimiter {
[9/82] Compiling AllocData MAccount+Row.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV+DelimiterGuessing.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension CSVDelimiter {
[10/82] Compiling SwiftCSV Parser.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV+DelimiterGuessing.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension CSVDelimiter {
[11/82] Compiling AllocData MRebalanceSale+Key.swift
/host/spi-builder-workspace/.build/checkouts/AllocData/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
| `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[12/82] Compiling AllocData MRebalanceSale+Row.swift
/host/spi-builder-workspace/.build/checkouts/AllocData/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
| `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[13/82] Compiling AllocData MRebalanceSale.swift
/host/spi-builder-workspace/.build/checkouts/AllocData/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
| `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[14/82] Compiling AllocData MSecurity+Attributes.swift
/host/spi-builder-workspace/.build/checkouts/AllocData/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
| `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[15/82] Compiling AllocData MSecurity+Key.swift
/host/spi-builder-workspace/.build/checkouts/AllocData/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
| `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[16/82] Compiling AllocData MSecurity+Row.swift
/host/spi-builder-workspace/.build/checkouts/AllocData/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
| `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[17/82] Compiling AllocData MSecurity.swift
/host/spi-builder-workspace/.build/checkouts/AllocData/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
| `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[18/82] Compiling AllocData MSourceMeta+Attributes.swift
/host/spi-builder-workspace/.build/checkouts/AllocData/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
| `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[19/82] Compiling AllocData MSourceMeta+Key.swift
/host/spi-builder-workspace/.build/checkouts/AllocData/Sources/Core/AllocAttributable.swift:18:8: error: no such module 'Foundation'
16 | // limitations under the License.
17 |
18 | import Foundation
| `- error: no such module 'Foundation'
19 |
20 | public protocol AllocAttributable {
[20/91] Compiling SwiftCSV String+Lines.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV+DelimiterGuessing.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension CSVDelimiter {
[21/91] Compiling SwiftCSV Serializer.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV+DelimiterGuessing.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension CSVDelimiter {
[22/91] Compiling SwiftCSV ParsingState.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV+DelimiterGuessing.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension CSVDelimiter {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[23/91] Emitting module SwiftCSV
/host/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV+DelimiterGuessing.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension CSVDelimiter {
[24/91] Compiling AllocData MAccount.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV+DelimiterGuessing.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension CSVDelimiter {
[25/91] Compiling AllocData MAllocation+Attributes.swift
/host/spi-builder-workspace/.build/checkouts/SwiftCSV/SwiftCSV/CSV+DelimiterGuessing.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | extension CSVDelimiter {
BUILD FAILURE 6.2 wasm