Build Information
Failed to build Pipes, reference 1.3.0 (9b1795
), with Swift 6.2 (beta) for Wasm on 17 Jun 2025 17:57:03 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/puremvc/puremvc-swift-util-pipes.git
Reference: 1.3.0
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/puremvc/puremvc-swift-util-pipes
* tag 1.3.0 -> FETCH_HEAD
HEAD is now at 9b1795b SPM update
Cloned https://github.com/puremvc/puremvc-swift-util-pipes.git
Revision (git rev-parse @):
9b1795bd9bb212705cef6854f7fbbdcf725d00d4
SUCCESS checkout https://github.com/puremvc/puremvc-swift-util-pipes.git at 1.3.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/puremvc/puremvc-swift-util-pipes.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/PureMVC/puremvc-swift-multicore-framework
[1/1996] Fetching puremvc-swift-multicore-framework
Fetched https://github.com/PureMVC/puremvc-swift-multicore-framework from cache (1.15s)
Computing version for https://github.com/PureMVC/puremvc-swift-multicore-framework
Computed https://github.com/PureMVC/puremvc-swift-multicore-framework at 1.8.0 (1.57s)
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2082] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.40s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (0.84s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3411] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.12s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.74s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/PureMVC/puremvc-swift-multicore-framework
Working copy of https://github.com/PureMVC/puremvc-swift-multicore-framework resolved at 1.8.0
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/25] Emitting module PureMVC
/host/spi-builder-workspace/.build/checkouts/puremvc-swift-multicore-framework/Sources/PureMVC/core/Controller.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /**
[7/27] Compiling PureMVC Observer.swift
/host/spi-builder-workspace/.build/checkouts/puremvc-swift-multicore-framework/Sources/PureMVC/core/Controller.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /**
[8/27] Compiling PureMVC Proxy.swift
/host/spi-builder-workspace/.build/checkouts/puremvc-swift-multicore-framework/Sources/PureMVC/core/Controller.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /**
[9/27] Compiling PureMVC ICommand.swift
/host/spi-builder-workspace/.build/checkouts/puremvc-swift-multicore-framework/Sources/PureMVC/core/Controller.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /**
[10/27] Compiling PureMVC IController.swift
/host/spi-builder-workspace/.build/checkouts/puremvc-swift-multicore-framework/Sources/PureMVC/core/Controller.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /**
[11/27] Compiling PureMVC IFacade.swift
/host/spi-builder-workspace/.build/checkouts/puremvc-swift-multicore-framework/Sources/PureMVC/core/Controller.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /**
[12/27] Compiling PureMVC INotifier.swift
/host/spi-builder-workspace/.build/checkouts/puremvc-swift-multicore-framework/Sources/PureMVC/core/Controller.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /**
[13/27] Compiling PureMVC IObserver.swift
/host/spi-builder-workspace/.build/checkouts/puremvc-swift-multicore-framework/Sources/PureMVC/core/Controller.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /**
[14/27] Compiling PureMVC IProxy.swift
/host/spi-builder-workspace/.build/checkouts/puremvc-swift-multicore-framework/Sources/PureMVC/core/Controller.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /**
[15/27] Compiling PureMVC Notification.swift
/host/spi-builder-workspace/.build/checkouts/puremvc-swift-multicore-framework/Sources/PureMVC/core/Controller.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /**
[16/27] Compiling PureMVC Notifier.swift
/host/spi-builder-workspace/.build/checkouts/puremvc-swift-multicore-framework/Sources/PureMVC/core/Controller.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /**
[17/27] Compiling PureMVC Facade.swift
/host/spi-builder-workspace/.build/checkouts/puremvc-swift-multicore-framework/Sources/PureMVC/core/Controller.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /**
[18/27] Compiling PureMVC Mediator.swift
/host/spi-builder-workspace/.build/checkouts/puremvc-swift-multicore-framework/Sources/PureMVC/core/Controller.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /**
[19/27] Compiling PureMVC IMediator.swift
/host/spi-builder-workspace/.build/checkouts/puremvc-swift-multicore-framework/Sources/PureMVC/core/Controller.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /**
[20/27] Compiling PureMVC IModel.swift
/host/spi-builder-workspace/.build/checkouts/puremvc-swift-multicore-framework/Sources/PureMVC/core/Controller.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /**
[21/27] Compiling PureMVC INotification.swift
/host/spi-builder-workspace/.build/checkouts/puremvc-swift-multicore-framework/Sources/PureMVC/core/Controller.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /**
[22/27] Compiling PureMVC Controller.swift
/host/spi-builder-workspace/.build/checkouts/puremvc-swift-multicore-framework/Sources/PureMVC/core/Controller.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /**
[23/27] Compiling PureMVC Model.swift
/host/spi-builder-workspace/.build/checkouts/puremvc-swift-multicore-framework/Sources/PureMVC/core/Controller.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /**
[24/27] Compiling PureMVC View.swift
/host/spi-builder-workspace/.build/checkouts/puremvc-swift-multicore-framework/Sources/PureMVC/core/Controller.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /**
[25/27] Compiling PureMVC IView.swift
/host/spi-builder-workspace/.build/checkouts/puremvc-swift-multicore-framework/Sources/PureMVC/core/Controller.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /**
[26/27] Compiling PureMVC MacroCommand.swift
/host/spi-builder-workspace/.build/checkouts/puremvc-swift-multicore-framework/Sources/PureMVC/core/Controller.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /**
[27/27] Compiling PureMVC SimpleCommand.swift
/host/spi-builder-workspace/.build/checkouts/puremvc-swift-multicore-framework/Sources/PureMVC/core/Controller.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | /**
BUILD FAILURE 6.2 wasm