Build Information
Failed to build Sextant, reference v0.4.36 (3a6ba4
), with Swift 6.2 (beta) for Wasm on 11 Jul 2025 08:08:01 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/KittyMac/Sextant.git
Reference: v0.4.36
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
* tag v0.4.36 -> FETCH_HEAD
HEAD is now at 3a6ba43 remove platforms from package
Cloned https://github.com/KittyMac/Sextant.git
Revision (git rev-parse @):
3a6ba431ecd4fd564e3c80e23d03ad1d9069a9f4
SUCCESS checkout https://github.com/KittyMac/Sextant.git at v0.4.36
========================================
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-4609320-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/KittyMac/Hitch.git
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/KittyMac/Chronometer.git
Fetching https://github.com/KittyMac/Spanker.git
[1/995] Fetching spanker
[81/1190] Fetching spanker, chronometer
[514/3668] Fetching spanker, chronometer, hitch
Fetched https://github.com/KittyMac/Spanker.git from cache (0.39s)
Fetched https://github.com/KittyMac/Hitch.git from cache (0.39s)
Fetched https://github.com/KittyMac/Chronometer.git from cache (0.41s)
[1/15524] Fetching swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (0.83s)
Computing version for https://github.com/KittyMac/Chronometer.git
Computed https://github.com/KittyMac/Chronometer.git at 0.1.14 (1.72s)
Computing version for https://github.com/KittyMac/Spanker.git
Computed https://github.com/KittyMac/Spanker.git at 0.2.51 (0.40s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.6.1 (0.38s)
Computing version for https://github.com/KittyMac/Hitch.git
Computed https://github.com/KittyMac/Hitch.git at 0.4.148 (0.39s)
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.51
Creating working copy for https://github.com/KittyMac/Chronometer.git
Working copy of https://github.com/KittyMac/Chronometer.git resolved at 0.1.14
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.6.1
[1/1] Compiling plugin GenerateManual
[2/2] Compiling plugin GenerateDoccReference
Building for debugging...
[2/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/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
[9/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
BUILD FAILURE 6.2 wasm