The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build Flint, reference 0.2.0 (66d039), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 12:04:15 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/flintprocessor/Flint.git
Reference: 0.2.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/flintprocessor/Flint
 * tag               0.2.0      -> FETCH_HEAD
HEAD is now at 66d039a Merge branch 'develop'
Cloned https://github.com/flintprocessor/Flint.git
Revision (git rev-parse @):
66d039a200a7ccd4f347f8bf1aecef1576ff2311
SUCCESS checkout https://github.com/flintprocessor/Flint.git at 0.2.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/flintprocessor/Flint.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/jasonnam/PathFinder
[1/376] Fetching pathfinder
Fetched https://github.com/jasonnam/PathFinder from cache (0.87s)
Fetching https://github.com/flintbox/Motor
Fetching https://github.com/jpsim/Yams.git
Fetching https://github.com/flintbox/ANSIEscapeCode
Fetching https://github.com/flintbox/Bouncer
[1/210] Fetching bouncer
[211/254] Fetching bouncer, motor
[255/303] Fetching bouncer, motor, ansiescapecode
[304/11162] Fetching bouncer, motor, ansiescapecode, yams
Fetched https://github.com/flintbox/Bouncer from cache (0.92s)
[8672/10952] Fetching motor, ansiescapecode, yams
Fetched https://github.com/flintbox/ANSIEscapeCode from cache (0.99s)
Fetching https://github.com/flintbox/Work
[9492/10903] Fetching motor, yams
[10904/10927] Fetching motor, yams, work
Fetched https://github.com/flintbox/Work from cache (0.86s)
Fetched https://github.com/flintbox/Motor from cache (1.88s)
Fetched https://github.com/jpsim/Yams.git from cache (1.99s)
Computing version for https://github.com/flintbox/ANSIEscapeCode
Computed https://github.com/flintbox/ANSIEscapeCode at 0.1.1 (2.43s)
Computing version for https://github.com/flintbox/Work
Computed https://github.com/flintbox/Work at 0.1.1 (1.20s)
Computing version for https://github.com/flintbox/Motor
Computed https://github.com/flintbox/Motor at 0.1.2 (0.53s)
Computing version for https://github.com/flintbox/Bouncer
Computed https://github.com/flintbox/Bouncer at 0.1.3 (0.49s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 1.0.2 (3.05s)
Creating working copy for https://github.com/jpsim/Yams.git
Working copy of https://github.com/jpsim/Yams.git resolved at 1.0.2
Creating working copy for https://github.com/flintbox/Motor
Working copy of https://github.com/flintbox/Motor resolved at 0.1.2
Creating working copy for https://github.com/jasonnam/PathFinder
Working copy of https://github.com/jasonnam/PathFinder resolved at develop (ff5bdaf)
Creating working copy for https://github.com/flintbox/ANSIEscapeCode
Working copy of https://github.com/flintbox/ANSIEscapeCode resolved at 0.1.1
Creating working copy for https://github.com/flintbox/Bouncer
Working copy of https://github.com/flintbox/Bouncer resolved at 0.1.3
Creating working copy for https://github.com/flintbox/Work
Working copy of https://github.com/flintbox/Work resolved at 0.1.1
Building for debugging...
[0/23] Write sources
[7/23] Compiling writer.c
[8/23] Compiling reader.c
[9/23] Compiling parser.c
[10/23] Compiling api.c
[11/23] Compiling emitter.c
[12/23] Compiling scanner.c
[13/23] Write swift-version-24593BA9C3E375BF.txt
[15/75] Compiling Work Work.swift
/host/spi-builder-workspace/.build/checkouts/Work/Sources/Work/String+Trimming.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | // MARK: - Trimming
[16/75] Compiling Bouncer OptionArgumentType.swift
/host/spi-builder-workspace/.build/checkouts/Bouncer/Sources/Bouncer/Command/Command.swift:26:8: error: no such module 'Foundation'
 24 | //
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | /// Command handler. Arguments are `Program`, `Command`,
[17/75] Compiling Bouncer OptionNameRegex.swift
/host/spi-builder-workspace/.build/checkouts/Bouncer/Sources/Bouncer/Command/Command.swift:26:8: error: no such module 'Foundation'
 24 | //
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | /// Command handler. Arguments are `Program`, `Command`,
[18/75] Compiling Bouncer String+Option.swift
/host/spi-builder-workspace/.build/checkouts/Bouncer/Sources/Bouncer/Command/Command.swift:26:8: error: no such module 'Foundation'
 24 | //
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | /// Command handler. Arguments are `Program`, `Command`,
[19/75] Compiling Bouncer String+Regex.swift
/host/spi-builder-workspace/.build/checkouts/Bouncer/Sources/Bouncer/Command/Command.swift:26:8: error: no such module 'Foundation'
 24 | //
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | /// Command handler. Arguments are `Program`, `Command`,
error: emit-module command failed with exit code 1 (use -v to see invocation)
[20/76] Emitting module Bouncer
/host/spi-builder-workspace/.build/checkouts/Bouncer/Sources/Bouncer/Command/Command.swift:26:8: error: no such module 'Foundation'
 24 | //
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | /// Command handler. Arguments are `Program`, `Command`,
[21/76] Compiling ANSIEscapeCode EraseInLineType.swift
/host/spi-builder-workspace/.build/checkouts/ANSIEscapeCode/Sources/ANSIEscapeCode/ANSIEscapeCode.swift:26:8: error: no such module 'Foundation'
 24 | //
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | /// ANSI escape code.
[22/77] Compiling Bouncer OperandValue+Array.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Constructor.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Constructors are used to translate `Node`s to Swift values.
[23/77] Compiling Bouncer Option.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Constructor.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Constructors are used to translate `Node`s to Swift values.
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Constructor.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Constructors are used to translate `Node`s to Swift values.
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Constructor.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Constructors are used to translate `Node`s to Swift values.
[26/77] Compiling ANSIEscapeCode String+ANSIEscapeCode.swift
/host/spi-builder-workspace/.build/checkouts/ANSIEscapeCode/Sources/ANSIEscapeCode/ANSIEscapeCode.swift:26:8: error: no such module 'Foundation'
 24 | //
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | /// ANSI escape code.
[27/77] Compiling PathFinder Path+Attributes.swift
/host/spi-builder-workspace/.build/checkouts/PathFinder/Sources/PathFinder/CreateFileError.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Create file error.
[28/79] Compiling PathFinder Path+Directory.swift
/host/spi-builder-workspace/.build/checkouts/PathFinder/Sources/PathFinder/CreateFileError.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Create file error.
/host/spi-builder-workspace/.build/checkouts/Bouncer/Sources/Bouncer/Command/Command.swift:26:8: error: no such module 'Foundation'
 24 | //
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | /// Command handler. Arguments are `Program`, `Command`,
/host/spi-builder-workspace/.build/checkouts/Bouncer/Sources/Bouncer/Command/Command.swift:26:8: error: no such module 'Foundation'
 24 | //
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | /// Command handler. Arguments are `Program`, `Command`,
[31/80] Compiling ANSIEscapeCode ANSIEscapeCode.swift
/host/spi-builder-workspace/.build/checkouts/Bouncer/Sources/Bouncer/Command/Command.swift:26:8: error: no such module 'Foundation'
 24 | //
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | /// Command handler. Arguments are `Program`, `Command`,
[32/80] Compiling ANSIEscapeCode BackgroundColor.swift
/host/spi-builder-workspace/.build/checkouts/Bouncer/Sources/Bouncer/Command/Command.swift:26:8: error: no such module 'Foundation'
 24 | //
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | /// Command handler. Arguments are `Program`, `Command`,
[33/80] Compiling ANSIEscapeCode Cursor.swift
/host/spi-builder-workspace/.build/checkouts/Bouncer/Sources/Bouncer/Command/Command.swift:26:8: error: no such module 'Foundation'
 24 | //
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | /// Command handler. Arguments are `Program`, `Command`,
[34/80] Compiling ANSIEscapeCode Erase.swift
/host/spi-builder-workspace/.build/checkouts/Bouncer/Sources/Bouncer/Command/Command.swift:26:8: error: no such module 'Foundation'
 24 | //
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | /// Command handler. Arguments are `Program`, `Command`,
/host/spi-builder-workspace/.build/checkouts/ANSIEscapeCode/Sources/ANSIEscapeCode/ANSIEscapeCode.swift:26:8: error: no such module 'Foundation'
 24 | //
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | /// ANSI escape code.
/host/spi-builder-workspace/.build/checkouts/ANSIEscapeCode/Sources/ANSIEscapeCode/ANSIEscapeCode.swift:26:8: error: no such module 'Foundation'
 24 | //
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | /// ANSI escape code.
[37/80] Compiling ANSIEscapeCode EraseInDisplayType.swift
/host/spi-builder-workspace/.build/checkouts/ANSIEscapeCode/Sources/ANSIEscapeCode/ANSIEscapeCode.swift:26:8: error: no such module 'Foundation'
 24 | //
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | /// ANSI escape code.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[38/80] Emitting module PathFinder
/host/spi-builder-workspace/.build/checkouts/PathFinder/Sources/PathFinder/CreateFileError.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Create file error.
/host/spi-builder-workspace/.build/checkouts/PathFinder/Sources/PathFinder/CreateFileError.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Create file error.
/host/spi-builder-workspace/.build/checkouts/PathFinder/Sources/PathFinder/CreateFileError.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Create file error.
[41/80] Compiling Work WorkResult.swift
/host/spi-builder-workspace/.build/checkouts/Work/Sources/Work/String+Trimming.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | // MARK: - Trimming
[42/80] Compiling Work String+Trimming.swift
/host/spi-builder-workspace/.build/checkouts/Work/Sources/Work/String+Trimming.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | // MARK: - Trimming
[43/80] Compiling Bouncer CommandParsingError.swift
/host/spi-builder-workspace/.build/checkouts/Bouncer/Sources/Bouncer/Command/Command.swift:26:8: error: no such module 'Foundation'
 24 | //
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | /// Command handler. Arguments are `Program`, `Command`,
[44/80] Compiling Bouncer OptionValue+Array.swift
/host/spi-builder-workspace/.build/checkouts/Bouncer/Sources/Bouncer/Command/Command.swift:26:8: error: no such module 'Foundation'
 24 | //
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | /// Command handler. Arguments are `Program`, `Command`,
[45/80] Compiling Bouncer OptionValue.swift
/host/spi-builder-workspace/.build/checkouts/Bouncer/Sources/Bouncer/Command/Command.swift:26:8: error: no such module 'Foundation'
 24 | //
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | /// Command handler. Arguments are `Program`, `Command`,
error: emit-module command failed with exit code 1 (use -v to see invocation)
[46/80] Emitting module Work
/host/spi-builder-workspace/.build/checkouts/Work/Sources/Work/String+Trimming.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | // MARK: - Trimming
error: emit-module command failed with exit code 1 (use -v to see invocation)
[47/80] Emitting module ANSIEscapeCode
/host/spi-builder-workspace/.build/checkouts/ANSIEscapeCode/Sources/ANSIEscapeCode/ANSIEscapeCode.swift:26:8: error: no such module 'Foundation'
 24 | //
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | /// ANSI escape code.
[48/80] Compiling ANSIEscapeCode PrintANSIEscapeCode.swift
/host/spi-builder-workspace/.build/checkouts/ANSIEscapeCode/Sources/ANSIEscapeCode/ANSIEscapeCode.swift:26:8: error: no such module 'Foundation'
 24 | //
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | /// ANSI escape code.
[49/80] Compiling ANSIEscapeCode Scroll.swift
/host/spi-builder-workspace/.build/checkouts/ANSIEscapeCode/Sources/ANSIEscapeCode/ANSIEscapeCode.swift:26:8: error: no such module 'Foundation'
 24 | //
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | /// ANSI escape code.
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Constructor.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Constructors are used to translate `Node`s to Swift values.
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Constructor.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Constructors are used to translate `Node`s to Swift values.
/host/spi-builder-workspace/.build/checkouts/ANSIEscapeCode/Sources/ANSIEscapeCode/ANSIEscapeCode.swift:26:8: error: no such module 'Foundation'
 24 | //
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | /// ANSI escape code.
/host/spi-builder-workspace/.build/checkouts/ANSIEscapeCode/Sources/ANSIEscapeCode/ANSIEscapeCode.swift:26:8: error: no such module 'Foundation'
 24 | //
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | /// ANSI escape code.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[54/80] Emitting module Yams
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Constructor.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Constructors are used to translate `Node`s to Swift values.
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Constructor.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Constructors are used to translate `Node`s to Swift values.
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Constructor.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Constructors are used to translate `Node`s to Swift values.
[57/80] Compiling Yams String+Yams.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Constructor.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Constructors are used to translate `Node`s to Swift values.
[58/80] Compiling Yams Tag.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Constructor.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Constructors are used to translate `Node`s to Swift values.
[59/80] Compiling PathFinder Path+Subscript.swift
/host/spi-builder-workspace/.build/checkouts/PathFinder/Sources/PathFinder/CreateFileError.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Create file error.
[60/80] Compiling PathFinder Path+Operator.swift
/host/spi-builder-workspace/.build/checkouts/PathFinder/Sources/PathFinder/CreateFileError.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Create file error.
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Constructor.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Constructors are used to translate `Node`s to Swift values.
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Constructor.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Constructors are used to translate `Node`s to Swift values.
[63/80] Compiling PathFinder Path+URL.swift
/host/spi-builder-workspace/.build/checkouts/PathFinder/Sources/PathFinder/CreateFileError.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Create file error.
[64/80] Compiling PathFinder Path.swift
/host/spi-builder-workspace/.build/checkouts/PathFinder/Sources/PathFinder/CreateFileError.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Create file error.
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Constructor.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Constructors are used to translate `Node`s to Swift values.
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Constructor.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Constructors are used to translate `Node`s to Swift values.
[67/80] Compiling Bouncer Program.swift
/host/spi-builder-workspace/.build/checkouts/Bouncer/Sources/Bouncer/Command/Command.swift:26:8: error: no such module 'Foundation'
 24 | //
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | /// Command handler. Arguments are `Program`, `Command`,
[68/80] Compiling ANSIEscapeCode TextColor.swift
/host/spi-builder-workspace/.build/checkouts/ANSIEscapeCode/Sources/ANSIEscapeCode/ANSIEscapeCode.swift:26:8: error: no such module 'Foundation'
 24 | //
 25 |
 26 | import Foundation
    |        `- error: no such module 'Foundation'
 27 |
 28 | /// ANSI escape code.
[69/80] Compiling PathFinder ReadAttributesError.swift
/host/spi-builder-workspace/.build/checkouts/PathFinder/Sources/PathFinder/CreateFileError.swift:26:8: error: no such module 'Foundation'
24 | //
25 |
26 | import Foundation
   |        `- error: no such module 'Foundation'
27 |
28 | /// Create file error.
[70/80] Compiling Yams YamlError.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Constructor.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Constructors are used to translate `Node`s to Swift values.
[71/80] Compiling Yams shim.swift
/host/spi-builder-workspace/.build/checkouts/Yams/Sources/Yams/Constructor.swift:9:8: error: no such module 'Foundation'
  7 | //
  8 |
  9 | import Foundation
    |        `- error: no such module 'Foundation'
 10 |
 11 | /// Constructors are used to translate `Node`s to Swift values.
BUILD FAILURE 6.2 wasm