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 SagaInkMarkdownReader, reference main (84558e), with Swift 6.2 (beta) for Wasm on 24 Jun 2025 03:59:27 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/loopwerk/SagaInkMarkdownReader.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/loopwerk/SagaInkMarkdownReader
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 84558e0 tests: Add unit tests
Cloned https://github.com/loopwerk/SagaInkMarkdownReader.git
Revision (git rev-parse @):
84558e0f43bbc8c53e69d4df4b53574924742176
SUCCESS checkout https://github.com/loopwerk/SagaInkMarkdownReader.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/loopwerk/SagaInkMarkdownReader.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/JohnSundell/Splash
Fetching https://github.com/loopwerk/Saga.git
Fetching https://github.com/johnsundell/ink.git
[1/1905] Fetching ink
[1906/4072] Fetching ink, splash
[2167/7092] Fetching ink, splash, saga
Fetched https://github.com/johnsundell/ink.git from cache (0.30s)
[2771/5187] Fetching splash, saga
Fetched https://github.com/JohnSundell/Splash from cache (0.35s)
[2265/3020] Fetching saga
Fetched https://github.com/loopwerk/Saga.git from cache (0.45s)
Computing version for https://github.com/JohnSundell/Splash
Computed https://github.com/JohnSundell/Splash at 0.16.0 (0.89s)
Computing version for https://github.com/johnsundell/ink.git
Computed https://github.com/johnsundell/ink.git at 0.6.0 (0.58s)
Computing version for https://github.com/loopwerk/Saga.git
Computed https://github.com/loopwerk/Saga.git at 2.4.0 (0.48s)
Fetching https://github.com/kylef/PathKit
[1/1411] Fetching pathkit
Fetched https://github.com/kylef/PathKit from cache (0.23s)
Computing version for https://github.com/kylef/PathKit
Computed https://github.com/kylef/PathKit at 1.0.1 (3.56s)
Fetching https://github.com/kylef/Spectre.git
[1/1021] Fetching spectre
Fetched https://github.com/kylef/Spectre.git from cache (0.41s)
Computing version for https://github.com/kylef/Spectre.git
Computed https://github.com/kylef/Spectre.git at 0.10.1 (1.17s)
Creating working copy for https://github.com/kylef/Spectre.git
Working copy of https://github.com/kylef/Spectre.git resolved at 0.10.1
Creating working copy for https://github.com/johnsundell/ink.git
Working copy of https://github.com/johnsundell/ink.git resolved at 0.6.0
Creating working copy for https://github.com/JohnSundell/Splash
Working copy of https://github.com/JohnSundell/Splash resolved at 0.16.0
Creating working copy for https://github.com/kylef/PathKit
Working copy of https://github.com/kylef/PathKit resolved at 1.0.1
Creating working copy for https://github.com/loopwerk/Saga.git
Working copy of https://github.com/loopwerk/Saga.git resolved at 2.4.0
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/63] Emitting module Ink
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
[8/67] Compiling Ink Reader.swift
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
[9/67] Compiling Ink Require.swift
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
[10/67] Compiling Ink Substring+Trimming.swift
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
[11/67] Compiling Ink Table.swift
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/67] Emitting module Splash
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift:7:8: error: no such module 'Foundation'
 5 |  */
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | internal extension CharacterSet {
[13/70] Compiling Splash String+Removing.swift
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift:7:8: error: no such module 'Foundation'
 5 |  */
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | internal extension CharacterSet {
[14/70] Compiling Splash Substring+HasSuffix.swift
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift:7:8: error: no such module 'Foundation'
 5 |  */
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | internal extension CharacterSet {
[15/70] Compiling Splash Grammar.swift
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift:7:8: error: no such module 'Foundation'
 5 |  */
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | internal extension CharacterSet {
[16/70] Compiling Splash Sequence+Occurrences.swift
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift:7:8: error: no such module 'Foundation'
 5 |  */
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | internal extension CharacterSet {
[17/70] Compiling Splash String+HTMLEntities.swift
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift:7:8: error: no such module 'Foundation'
 5 |  */
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | internal extension CharacterSet {
[18/70] Compiling Splash String+IsNumber.swift
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift:7:8: error: no such module 'Foundation'
 5 |  */
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | internal extension CharacterSet {
[19/70] Compiling Splash String+PrefixChecking.swift
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift:7:8: error: no such module 'Foundation'
 5 |  */
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | internal extension CharacterSet {
[20/70] Compiling Splash CharacterSet+Contains.swift
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift:7:8: error: no such module 'Foundation'
 5 |  */
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | internal extension CharacterSet {
[21/70] Compiling Splash Equatable+AnyOf.swift
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift:7:8: error: no such module 'Foundation'
 5 |  */
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | internal extension CharacterSet {
[22/70] Compiling Splash Int+IsOdd.swift
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift:7:8: error: no such module 'Foundation'
 5 |  */
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | internal extension CharacterSet {
[23/70] Compiling Splash Sequence+AnyOf.swift
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift:7:8: error: no such module 'Foundation'
 5 |  */
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | internal extension CharacterSet {
[24/70] Compiling Ink TextStyle.swift
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
[25/70] Compiling Ink TextStyleMarker.swift
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
[26/70] Compiling Ink URL.swift
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
[27/70] Compiling Ink URLDeclaration.swift
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
[28/70] Compiling Splash SyntaxHighlighter.swift
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift:7:8: error: no such module 'Foundation'
 5 |  */
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | internal extension CharacterSet {
[29/70] Compiling Splash SyntaxRule.swift
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift:7:8: error: no such module 'Foundation'
 5 |  */
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | internal extension CharacterSet {
[30/70] Compiling Splash Color.swift
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift:7:8: error: no such module 'Foundation'
 5 |  */
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | internal extension CharacterSet {
[31/70] Compiling Splash SwiftGrammar.swift
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift:7:8: error: no such module 'Foundation'
 5 |  */
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | internal extension CharacterSet {
[32/70] Compiling Splash AttributedStringOutputFormat.swift
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift:7:8: error: no such module 'Foundation'
 5 |  */
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | internal extension CharacterSet {
[33/70] Compiling Splash HTMLOutputFormat.swift
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift:7:8: error: no such module 'Foundation'
 5 |  */
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | internal extension CharacterSet {
[34/70] Compiling Splash Font.swift
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift:7:8: error: no such module 'Foundation'
 5 |  */
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | internal extension CharacterSet {
[35/70] Compiling Splash Theme+Defaults.swift
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift:7:8: error: no such module 'Foundation'
 5 |  */
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | internal extension CharacterSet {
[36/70] Compiling Splash Theme.swift
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift:7:8: error: no such module 'Foundation'
 5 |  */
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | internal extension CharacterSet {
[37/70] Compiling Splash MarkdownDecorator.swift
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift:7:8: error: no such module 'Foundation'
 5 |  */
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | internal extension CharacterSet {
[38/70] Compiling Splash OutputBuilder.swift
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift:7:8: error: no such module 'Foundation'
 5 |  */
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | internal extension CharacterSet {
[39/70] Compiling Splash OutputFormat.swift
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift:7:8: error: no such module 'Foundation'
 5 |  */
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | internal extension CharacterSet {
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
[50/70] Compiling PathKit PathKit.swift
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
error: emit-module command failed with exit code 1 (use -v to see invocation)
[51/70] Emitting module PathKit
/host/spi-builder-workspace/.build/checkouts/PathKit/Sources/PathKit.swift:8:8: error: no such module 'Darwin'
  6 | let system_glob = Glibc.glob
  7 | #else
  8 | import Darwin
    |        `- error: no such module 'Darwin'
  9 |
 10 | let system_glob = Darwin.glob
[52/70] Compiling Splash Segment.swift
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift:7:8: error: no such module 'Foundation'
 5 |  */
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | internal extension CharacterSet {
[53/70] Compiling Splash TokenType.swift
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift:7:8: error: no such module 'Foundation'
 5 |  */
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | internal extension CharacterSet {
[54/70] Compiling Splash Tokenizer.swift
/host/spi-builder-workspace/.build/checkouts/Splash/Sources/Splash/Extensions/CharacterSet/CharacterSet+Contains.swift:7:8: error: no such module 'Foundation'
 5 |  */
 6 |
 7 | import Foundation
   |        `- error: no such module 'Foundation'
 8 |
 9 | internal extension CharacterSet {
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
/host/spi-builder-workspace/.build/checkouts/ink/Sources/Ink/Internal/Table.swift:7:8: error: no such module 'Foundation'
  5 |  */
  6 |
  7 | import Foundation
    |        `- error: no such module 'Foundation'
  8 |
  9 | struct Table: Fragment {
BUILD FAILURE 6.2 wasm