Build Information
Failed to build Acheron, reference master (7841cb
), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 03:19:14 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/aepryus/Acheron.git
Reference: master
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/aepryus/Acheron
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 7841cb0 CSV import
Cloned https://github.com/aepryus/Acheron.git
Revision (git rev-parse @):
7841cb04066288bf717fbeced564a53e69f04404
SUCCESS checkout https://github.com/aepryus/Acheron.git at master
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/aepryus/Acheron.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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/57] Emitting module Acheron
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[4/64] Compiling Acheron CellsView.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[5/64] Compiling Acheron CellsViewCell.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[6/64] Compiling Acheron ColorView.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[7/64] Compiling Acheron ExpandableCell.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[8/64] Compiling Acheron ExpandableTableView.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[9/64] Compiling Acheron Node.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[10/64] Compiling Acheron NodeCell.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[11/64] Compiling Acheron NodeColumn.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[12/64] Compiling Acheron Date+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[13/64] Compiling Acheron Dictionary+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[14/64] Compiling Acheron NSMutableAttributedString+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[15/64] Compiling Acheron String+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[16/64] Compiling Acheron UIButton+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[17/64] Compiling Acheron UIColor+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[18/64] Compiling Acheron UIControl+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[19/64] Compiling Acheron UIImage+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[20/64] Compiling Acheron Array+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[21/64] Compiling Acheron CALayer+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[22/64] Compiling Acheron CGPoint+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[23/64] Compiling Acheron CGRect+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[24/64] Compiling Acheron CGSize+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[25/64] Compiling Acheron CaseIterable+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[26/64] Compiling Acheron Codable+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[27/64] Compiling Acheron Comparable+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[28/64] Compiling Acheron UIImageView+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[29/64] Compiling Acheron UILabel+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[30/64] Compiling Acheron UIView+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[31/64] Compiling Acheron UIViewController+Acheron.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[32/64] Compiling Acheron AEControl.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[33/64] Compiling Acheron AETableView.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[34/64] Compiling Acheron AEView.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[35/64] Compiling Acheron AEViewController.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[36/64] Compiling Acheron Pond.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[37/64] Compiling Acheron AESync.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[38/64] Compiling Acheron AETimer.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[39/64] Compiling Acheron AsyncMap.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[40/64] Compiling Acheron CSV.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[41/64] Compiling Acheron Log.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[42/64] Compiling Acheron Pen.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[43/64] Compiling Acheron NodeData.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[44/64] Compiling Acheron NodeHeader.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[45/64] Compiling Acheron NodeView.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[46/64] Compiling Acheron Screen.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[47/64] Compiling Acheron SplitterView.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[48/64] Compiling Acheron TripWire.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[49/64] Compiling Acheron Anchor.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[50/64] Compiling Acheron Basket.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[51/64] Compiling Acheron Domain.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[52/64] Compiling Acheron Loom.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[53/64] Compiling Acheron Persist.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[54/64] Compiling Acheron SQLitePersist.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[55/64] Compiling Acheron Wrapper.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[56/64] Compiling Acheron BackgroundPond.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[57/64] Compiling Acheron Pebble.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[58/64] Compiling Acheron Profiler.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[59/64] Compiling Acheron RGB.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[60/64] Compiling Acheron SafeMap.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[61/64] Compiling Acheron SafeSet.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[62/64] Compiling Acheron ScramMap.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[63/64] Compiling Acheron WeakSet.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
[64/64] Compiling Acheron XMLtoAttributes.swift
/host/spi-builder-workspace/Sources/Acheron/Extensions/Array+Acheron.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | public extension Array where Element: Equatable {
BUILD FAILURE 6.2 wasm