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 master (66d039), with Swift 6.2 (beta) for Wasm on 18 Jun 2025 12:04:28 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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: 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/flintprocessor/Flint
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
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 master
========================================
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-0":/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.39s)
Fetching https://github.com/flintbox/ANSIEscapeCode
Fetching https://github.com/flintbox/Work
Fetching https://github.com/flintbox/Motor
Fetching https://github.com/flintbox/Bouncer
Fetching https://github.com/jpsim/Yams.git
[1/49] Fetching ansiescapecode
[50/73] Fetching ansiescapecode, work
[57/283] Fetching ansiescapecode, work, bouncer
[134/327] Fetching ansiescapecode, work, bouncer, motor
[328/11186] Fetching ansiescapecode, work, bouncer, motor, yams
Fetched https://github.com/flintbox/ANSIEscapeCode from cache (0.56s)
[387/11137] Fetching work, bouncer, motor, yams
Fetched https://github.com/flintbox/Work from cache (0.57s)
[472/11113] Fetching bouncer, motor, yams
Fetched https://github.com/flintbox/Motor from cache (2.09s)
Fetched https://github.com/flintbox/Bouncer from cache (2.09s)
Fetched https://github.com/jpsim/Yams.git from cache (2.17s)
Computing version for https://github.com/flintbox/ANSIEscapeCode
Computed https://github.com/flintbox/ANSIEscapeCode at 0.1.1 (2.98s)
Computing version for https://github.com/flintbox/Work
Computed https://github.com/flintbox/Work at 0.1.1 (0.84s)
Computing version for https://github.com/flintbox/Motor
Computed https://github.com/flintbox/Motor at 0.1.2 (0.72s)
Computing version for https://github.com/flintbox/Bouncer
Computed https://github.com/flintbox/Bouncer at 0.1.3 (0.85s)
Computing version for https://github.com/jpsim/Yams.git
Computed https://github.com/jpsim/Yams.git at 1.0.2 (4.74s)
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
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/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/flintbox/ANSIEscapeCode
Working copy of https://github.com/flintbox/ANSIEscapeCode resolved at 0.1.1
Building for debugging...
[0/23] Write sources
[7/23] Compiling writer.c
[8/23] Compiling reader.c
[9/23] Write swift-version-24593BA9C3E375BF.txt
[10/26] Compiling parser.c
[11/38] Compiling api.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[13/60] 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
[13/60] Compiling scanner.c
error: emit-module command failed with exit code 1 (use -v to see invocation)
[15/60] 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.
[15/61] Compiling emitter.c
[17/76] 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`,
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/77] 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`,
[19/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.
[20/77] 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`,
[21/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.
[22/78] 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.
[23/78] 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
[24/78] 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
[25/78] 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
[26/78] 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.
[27/78] 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.
[28/78] 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.
[29/78] Compiling Yams Constructor.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.
[30/78] Compiling Yams Decoder.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.
[31/78] 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.
[32/78] Compiling Yams Emitter.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/78] Compiling Yams Encoder.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/78] Compiling Yams Node.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`,
[35/78] Compiling Yams Parser.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`,
[36/78] Compiling Yams Mark.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`,
[37/78] Compiling Yams Node.Mapping.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/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`,
[40/78] 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.
[41/78] 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.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[42/78] 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.
[43/78] 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.
[44/78] 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.
/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.
[47/78] Compiling Yams Representer.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.
[48/78] Compiling Yams Resolver.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.
[51/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.
[52/79] 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.
[53/80] Compiling Yams Node.Scalar.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.
[54/80] Compiling Yams Node.Sequence.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.
/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/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`,
/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`,
error: emit-module command failed with exit code 1 (use -v to see invocation)
[63/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.
/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.
/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.
[68/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.
[69/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.
BUILD FAILURE 6.2 wasm