Build Information
Failed to build Sextant, reference main (74b947
), with Swift 6.2 (beta) for Wasm on 23 Jun 2025 22:46:18 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/KittyMac/Sextant.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/KittyMac/Sextant
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 74b947a remove fatalErrors
Cloned https://github.com/KittyMac/Sextant.git
Revision (git rev-parse @):
74b947a80df5c8c776262546832e370afe2341f6
SUCCESS checkout https://github.com/KittyMac/Sextant.git at main
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/KittyMac/Sextant.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/KittyMac/Chronometer.git
Fetching https://github.com/KittyMac/Hitch.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/KittyMac/Spanker.git
[1/2478] Fetching hitch
[844/2665] Fetching hitch, chronometer
[2642/3656] Fetching hitch, chronometer, spanker
[3657/19036] Fetching hitch, chronometer, spanker, swift-argument-parser
Fetched https://github.com/KittyMac/Chronometer.git from cache (0.60s)
Fetched https://github.com/KittyMac/Spanker.git from cache (0.60s)
[3401/17858] Fetching hitch, swift-argument-parser
Fetched https://github.com/KittyMac/Hitch.git from cache (1.09s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.10s)
Computing version for https://github.com/KittyMac/Chronometer.git
Computed https://github.com/KittyMac/Chronometer.git at 0.1.12 (1.57s)
Computing version for https://github.com/KittyMac/Spanker.git
Computed https://github.com/KittyMac/Spanker.git at 0.2.50 (0.51s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.5.1 (0.49s)
Computing version for https://github.com/KittyMac/Hitch.git
Computed https://github.com/KittyMac/Hitch.git at 0.4.148 (0.64s)
Creating working copy for https://github.com/KittyMac/Chronometer.git
Working copy of https://github.com/KittyMac/Chronometer.git resolved at 0.1.12
Creating working copy for https://github.com/KittyMac/Hitch.git
Working copy of https://github.com/KittyMac/Hitch.git resolved at 0.4.148
Creating working copy for https://github.com/KittyMac/Spanker.git
Working copy of https://github.com/KittyMac/Spanker.git resolved at 0.2.50
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.5.1
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
[7/20] Compiling Hitch Int8+Ascii.swift
/host/spi-builder-workspace/.build/checkouts/Hitch/Sources/Hitch/CHitch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @usableFromInline
[8/21] Compiling Chronometer Chronometer.swift
/host/spi-builder-workspace/.build/checkouts/Chronometer/Sources/Chronometer/Chronometer.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // Note: This is largely taken from Moment.js from-string.js
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/21] Emitting module Chronometer
/host/spi-builder-workspace/.build/checkouts/Chronometer/Sources/Chronometer/Chronometer.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // Note: This is largely taken from Moment.js from-string.js
[10/21] Compiling Hitch Hitch+Base32.swift
/host/spi-builder-workspace/.build/checkouts/Hitch/Sources/Hitch/CHitch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @usableFromInline
[11/21] Compiling Hitch Hitch+Base64.swift
/host/spi-builder-workspace/.build/checkouts/Hitch/Sources/Hitch/CHitch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @usableFromInline
[12/21] Compiling Hitch Hitch+CodeBlock.swift
/host/spi-builder-workspace/.build/checkouts/Hitch/Sources/Hitch/CHitch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @usableFromInline
[13/21] Compiling Hitch Hitch+Format.swift
/host/spi-builder-workspace/.build/checkouts/Hitch/Sources/Hitch/CHitch.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | @usableFromInline
BUILD FAILURE 6.2 wasm