Build Information
Failed to build D20, reference 0.5.0 (6fbf42
), with Swift 6.2 (beta) for Wasm on 17 Jun 2025 17:24:13 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/kiliankoe/D20.git
Reference: 0.5.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/kiliankoe/D20
* tag 0.5.0 -> FETCH_HEAD
HEAD is now at 6fbf426 Update readme
Cloned https://github.com/kiliankoe/D20.git
Revision (git rev-parse @):
6fbf426166804b5306febd23e63674f9976a2a28
SUCCESS checkout https://github.com/kiliankoe/D20.git at 0.5.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/kiliankoe/D20.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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/kiliankoe/CLISpinner
Fetching https://github.com/sharplet/Regex
Fetching https://github.com/davedelong/DDMathParser
Fetching https://github.com/onevcat/Rainbow
[1/1254] Fetching regex
[139/1507] Fetching regex, clispinner
[1070/5655] Fetching regex, clispinner, ddmathparser
[3725/6851] Fetching regex, clispinner, ddmathparser, rainbow
Fetched https://github.com/onevcat/Rainbow from cache (0.59s)
[5229/5655] Fetching regex, clispinner, ddmathparser
Fetched https://github.com/davedelong/DDMathParser from cache (0.74s)
[1106/1507] Fetching regex, clispinner
Fetched https://github.com/kiliankoe/CLISpinner from cache (1.43s)
Fetched https://github.com/sharplet/Regex from cache (1.44s)
Computing version for https://github.com/kiliankoe/CLISpinner
Computed https://github.com/kiliankoe/CLISpinner at 0.4.0 (1.85s)
Computing version for https://github.com/davedelong/DDMathParser
Computed https://github.com/davedelong/DDMathParser at 3.1.0 (2.45s)
Computing version for https://github.com/sharplet/Regex
Computed https://github.com/sharplet/Regex at 2.1.1 (2.76s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (2.57s)
Creating working copy for https://github.com/davedelong/DDMathParser
Working copy of https://github.com/davedelong/DDMathParser resolved at 3.1.0
Creating working copy for https://github.com/onevcat/Rainbow
Working copy of https://github.com/onevcat/Rainbow resolved at 3.2.0
Creating working copy for https://github.com/sharplet/Regex
Working copy of https://github.com/sharplet/Regex resolved at 2.1.1
Creating working copy for https://github.com/kiliankoe/CLISpinner
Working copy of https://github.com/kiliankoe/CLISpinner resolved at 0.4.0
Building for debugging...
[0/15] Write sources
[6/15] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/71] Emitting module Regex
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/Foundation+Ranges.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | internal extension NSTextCheckingResult {
[9/71] Compiling MathParser Either.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[10/71] Compiling MathParser Evaluator.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[11/71] Compiling MathParser ExponentExtractor.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[12/71] Compiling MathParser Expression+Matching.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[13/71] Compiling MathParser Expression.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[14/71] Compiling MathParser ExpressionRewriter.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[15/76] Compiling MathParser RewriteRule+Defaults.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[16/76] Compiling MathParser RewriteRule.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[17/76] Compiling MathParser String.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[18/76] Compiling MathParser SubstitutionExtensions.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[19/76] Compiling MathParser TokenCharacterBuffer.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[20/76] Compiling Rainbow StringGenerator.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:27:8: error: no such module 'Foundation'
25 | // THE SOFTWARE.
26 |
27 | import Foundation
| `- error: no such module 'Foundation'
28 |
29 | private func getEnvValue(_ key: String) -> String? {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/77] Emitting module MathParser
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[22/77] Compiling MathParser Character.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[23/77] Compiling MathParser Configuration.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[24/77] Compiling MathParser DecimalNumberExtractor.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[25/77] Compiling MathParser Deprecations.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[26/77] Compiling MathParser Double.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[27/77] Compiling MathParser DynamicResolution.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[28/77] Compiling Rainbow Style.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:27:8: error: no such module 'Foundation'
25 | // THE SOFTWARE.
26 |
27 | import Foundation
| `- error: no such module 'Foundation'
28 |
29 | private func getEnvValue(_ key: String) -> String? {
[29/77] Compiling Rainbow XcodeColorsSupport.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:27:8: error: no such module 'Foundation'
25 | // THE SOFTWARE.
26 |
27 | import Foundation
| `- error: no such module 'Foundation'
28 |
29 | private func getEnvValue(_ key: String) -> String? {
[30/77] Compiling Rainbow Rainbow.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:27:8: error: no such module 'Foundation'
25 | // THE SOFTWARE.
26 |
27 | import Foundation
| `- error: no such module 'Foundation'
28 |
29 | private func getEnvValue(_ key: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:27:8: error: no such module 'Foundation'
25 | // THE SOFTWARE.
26 |
27 | import Foundation
| `- error: no such module 'Foundation'
28 |
29 | private func getEnvValue(_ key: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:27:8: error: no such module 'Foundation'
25 | // THE SOFTWARE.
26 |
27 | import Foundation
| `- error: no such module 'Foundation'
28 |
29 | private func getEnvValue(_ key: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:27:8: error: no such module 'Foundation'
25 | // THE SOFTWARE.
26 |
27 | import Foundation
| `- error: no such module 'Foundation'
28 |
29 | private func getEnvValue(_ key: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:27:8: error: no such module 'Foundation'
25 | // THE SOFTWARE.
26 |
27 | import Foundation
| `- error: no such module 'Foundation'
28 |
29 | private func getEnvValue(_ key: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:27:8: error: no such module 'Foundation'
25 | // THE SOFTWARE.
26 |
27 | import Foundation
| `- error: no such module 'Foundation'
28 |
29 | private func getEnvValue(_ key: String) -> String? {
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:27:8: error: no such module 'Foundation'
25 | // THE SOFTWARE.
26 |
27 | import Foundation
| `- error: no such module 'Foundation'
28 |
29 | private func getEnvValue(_ key: String) -> String? {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[37/77] Emitting module Rainbow
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:27:8: error: no such module 'Foundation'
25 | // THE SOFTWARE.
26 |
27 | import Foundation
| `- error: no such module 'Foundation'
28 |
29 | private func getEnvValue(_ key: String) -> String? {
[38/77] Compiling Rainbow String+Rainbow.swift
/host/spi-builder-workspace/.build/checkouts/Rainbow/Sources/OutputTarget.swift:27:8: error: no such module 'Foundation'
25 | // THE SOFTWARE.
26 |
27 | import Foundation
| `- error: no such module 'Foundation'
28 |
29 | private func getEnvValue(_ key: String) -> String? {
[39/77] Compiling Regex ThreadLocal.swift
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/Foundation+Ranges.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | internal extension NSTextCheckingResult {
[40/77] Compiling Regex String+ReplaceMatching.swift
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/Foundation+Ranges.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | internal extension NSTextCheckingResult {
[41/77] Compiling Regex Regex.swift
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/Foundation+Ranges.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | internal extension NSTextCheckingResult {
[42/77] Compiling Regex MatchResult.swift
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/Foundation+Ranges.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | internal extension NSTextCheckingResult {
[43/77] Compiling Regex Foundation+Ranges.swift
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/Foundation+Ranges.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | internal extension NSTextCheckingResult {
[44/77] Compiling Regex Options.swift
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/Foundation+Ranges.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | internal extension NSTextCheckingResult {
[45/77] Compiling MathParser OctalNumberExtractor.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[46/77] Compiling MathParser Operator+Defaults.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[47/77] Compiling MathParser Operator.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[48/77] Compiling MathParser OperatorExtractor.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[49/77] Compiling MathParser OperatorSet.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[50/77] Compiling MathParser OperatorTokenSet.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[51/77] Compiling MathParser PeekingIterator.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[52/77] Compiling MathParser QuotedVariableExtractor.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[53/77] Compiling MathParser RawToken.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[54/77] Compiling MathParser ResolvedToken.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[55/77] Compiling MathParser GroupedToken.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[56/77] Compiling MathParser HexNumberExtractor.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[57/77] Compiling MathParser IdentifierExtractor.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[58/77] Compiling MathParser LocalizedNumberExtractor.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[59/77] Compiling MathParser MathParserErrors.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[60/77] Compiling MathParser Expressionizer.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[61/77] Compiling MathParser FractionNumberExtractor.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[62/77] Compiling MathParser Function.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[63/77] Compiling MathParser FunctionSet.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
[64/77] Compiling MathParser Functions+Defaults.swift
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
/host/spi-builder-workspace/.build/checkouts/DDMathParser/MathParser/Sources/MathParser/Character.swift:9:8: error: no such module 'Foundation'
7 | //
8 |
9 | import Foundation
| `- error: no such module 'Foundation'
10 |
11 | internal extension Character {
BUILD FAILURE 6.2 wasm