Build Information
Failed to build D20, reference master (ab1a06
), with Swift 6.2 (beta) for Wasm on 17 Jun 2025 17:23:52 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/kiliankoe/D20.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/kiliankoe/D20
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at ab1a066 Add github workflow (#2)
Cloned https://github.com/kiliankoe/D20.git
Revision (git rev-parse @):
ab1a0662b5f61423058c17a6c7a59ae65d147e6c
SUCCESS checkout https://github.com/kiliankoe/D20.git at master
========================================
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-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/davedelong/DDMathParser
Fetching https://github.com/sharplet/Regex
Fetching https://github.com/onevcat/Rainbow
Fetching https://github.com/kiliankoe/CLISpinner
[1/253] Fetching clispinner
[254/1507] Fetching clispinner, regex
[1070/2703] Fetching clispinner, regex, rainbow
[2266/6851] Fetching clispinner, regex, rainbow, ddmathparser
Fetched https://github.com/kiliankoe/CLISpinner from cache (0.63s)
Fetched https://github.com/onevcat/Rainbow from cache (0.63s)
Fetched https://github.com/davedelong/DDMathParser from cache (0.63s)
Fetched https://github.com/sharplet/Regex from cache (0.65s)
Computing version for https://github.com/kiliankoe/CLISpinner
Computed https://github.com/kiliankoe/CLISpinner at 0.4.0 (1.17s)
Computing version for https://github.com/davedelong/DDMathParser
Computed https://github.com/davedelong/DDMathParser at 3.1.0 (1.39s)
Computing version for https://github.com/sharplet/Regex
Computed https://github.com/sharplet/Regex at 2.1.1 (2.24s)
Computing version for https://github.com/onevcat/Rainbow
Computed https://github.com/onevcat/Rainbow at 3.2.0 (2.22s)
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/davedelong/DDMathParser
Working copy of https://github.com/davedelong/DDMathParser resolved at 3.1.0
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
[8/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 {
[9/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 {
[10/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 {
[11/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 {
[12/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 {
[13/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 {
[14/76] 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 {
[15/76] 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 {
[16/76] 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 {
[17/76] 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 {
[18/76] 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 {
[19/76] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/76] 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 {
[21/76] 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 {
[22/76] 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 {
[23/76] 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 {
[24/76] 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 {
[25/76] 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 {
[26/76] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[27/76] 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? {
[28/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 {
[29/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 {
[30/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? {
[31/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 {
[32/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 {
[33/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 {
[34/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 {
[35/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 {
[36/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 {
[37/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 {
[38/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 {
[39/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 {
[40/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 {
[41/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 {
[42/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 {
[43/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 {
[44/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 {
[45/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 {
[46/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 {
[47/77] 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 {
[48/77] 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 {
[49/77] 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 {
[50/77] 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 {
[51/77] 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 {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[52/77] 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 {
[53/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 {
[54/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 {
[55/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? {
[56/77] 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? {
[57/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? {
[58/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? {
[65/77] Compiling MathParser TokenExtractor.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 {
[66/77] Compiling MathParser TokenGrouper.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 {
[67/77] Compiling MathParser TokenResolver.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 {
[68/77] Compiling MathParser Tokenizer.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 {
[69/77] Compiling MathParser VariableExtractor.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 {
BUILD FAILURE 6.2 wasm