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 SwiftStella, reference main (20f6ba), with Swift 6.2 (beta) for Wasm on 24 Jun 2025 10:23:37 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/Artem-Goldenberg/SwiftStella.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/Artem-Goldenberg/SwiftStella
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 20f6ba8 Parser and printer bugs fixes
Submodule path 'Tests/StellaTests/Resources/stella-tests': checked out 'bf7625462487bd38f67068c904b5a6ff9c805dc0'
Submodule 'stella-tests' (https://github.com/Zelourses/stella-tests.git) registered for path 'Tests/StellaTests/Resources/stella-tests'
Cloning into '/host/spi-builder-workspace/Tests/StellaTests/Resources/stella-tests'...
Cloned https://github.com/Artem-Goldenberg/SwiftStella.git
Revision (git rev-parse @):
20f6ba87379fb0689102461e38fb85cb49526756
SUCCESS checkout https://github.com/Artem-Goldenberg/SwiftStella.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/Artem-Goldenberg/SwiftStella.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/davedufresne/SwiftParsec.git
[1/1429] Fetching swiftparsec
Fetched https://github.com/davedufresne/SwiftParsec.git from cache (0.35s)
Computing version for https://github.com/davedufresne/SwiftParsec.git
Computed https://github.com/davedufresne/SwiftParsec.git at 4.0.1 (3.07s)
Creating working copy for https://github.com/davedufresne/SwiftParsec.git
Working copy of https://github.com/davedufresne/SwiftParsec.git resolved at 4.0.1
Building for debugging...
[0/13] Write sources
[4/13] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/35] Emitting module SwiftParsec
/host/spi-builder-workspace/.build/checkouts/SwiftParsec/Sources/SwiftParsec/CharacterSet.swift:8:15: error: no such module 'Foundation'
 6 | //==============================================================================
 7 |
 8 | import struct Foundation.CharacterSet
   |               `- error: no such module 'Foundation'
 9 |
10 | #if _runtime(_ObjC)
[7/38] Compiling SwiftParsec Position.swift
/host/spi-builder-workspace/.build/checkouts/SwiftParsec/Sources/SwiftParsec/CharacterSet.swift:8:15: error: no such module 'Foundation'
 6 | //==============================================================================
 7 |
 8 | import struct Foundation.CharacterSet
   |               `- error: no such module 'Foundation'
 9 |
10 | #if _runtime(_ObjC)
[8/38] Compiling SwiftParsec RangeReplaceableCollectionInsertion.swift
/host/spi-builder-workspace/.build/checkouts/SwiftParsec/Sources/SwiftParsec/CharacterSet.swift:8:15: error: no such module 'Foundation'
 6 | //==============================================================================
 7 |
 8 | import struct Foundation.CharacterSet
   |               `- error: no such module 'Foundation'
 9 |
10 | #if _runtime(_ObjC)
[9/38] Compiling SwiftParsec SequenceAggregation.swift
/host/spi-builder-workspace/.build/checkouts/SwiftParsec/Sources/SwiftParsec/CharacterSet.swift:8:15: error: no such module 'Foundation'
 6 | //==============================================================================
 7 |
 8 | import struct Foundation.CharacterSet
   |               `- error: no such module 'Foundation'
 9 |
10 | #if _runtime(_ObjC)
[10/38] Compiling SwiftParsec CharacterSet.swift
/host/spi-builder-workspace/.build/checkouts/SwiftParsec/Sources/SwiftParsec/CharacterSet.swift:8:15: error: no such module 'Foundation'
 6 | //==============================================================================
 7 |
 8 | import struct Foundation.CharacterSet
   |               `- error: no such module 'Foundation'
 9 |
10 | #if _runtime(_ObjC)
[11/38] Compiling SwiftParsec CollectionAggregation.swift
/host/spi-builder-workspace/.build/checkouts/SwiftParsec/Sources/SwiftParsec/CharacterSet.swift:8:15: error: no such module 'Foundation'
 6 | //==============================================================================
 7 |
 8 | import struct Foundation.CharacterSet
   |               `- error: no such module 'Foundation'
 9 |
10 | #if _runtime(_ObjC)
[12/38] Compiling SwiftParsec CombinatorParsers.swift
/host/spi-builder-workspace/.build/checkouts/SwiftParsec/Sources/SwiftParsec/CharacterSet.swift:8:15: error: no such module 'Foundation'
 6 | //==============================================================================
 7 |
 8 | import struct Foundation.CharacterSet
   |               `- error: no such module 'Foundation'
 9 |
10 | #if _runtime(_ObjC)
[13/38] Compiling SwiftParsec CharacterConversion.swift
/host/spi-builder-workspace/.build/checkouts/SwiftParsec/Sources/SwiftParsec/CharacterSet.swift:8:15: error: no such module 'Foundation'
 6 | //==============================================================================
 7 |
 8 | import struct Foundation.CharacterSet
   |               `- error: no such module 'Foundation'
 9 |
10 | #if _runtime(_ObjC)
[14/38] Compiling SwiftParsec CharacterMembership.swift
/host/spi-builder-workspace/.build/checkouts/SwiftParsec/Sources/SwiftParsec/CharacterSet.swift:8:15: error: no such module 'Foundation'
 6 | //==============================================================================
 7 |
 8 | import struct Foundation.CharacterSet
   |               `- error: no such module 'Foundation'
 9 |
10 | #if _runtime(_ObjC)
[15/38] Compiling SwiftParsec CharacterParsers.swift
/host/spi-builder-workspace/.build/checkouts/SwiftParsec/Sources/SwiftParsec/CharacterSet.swift:8:15: error: no such module 'Foundation'
 6 | //==============================================================================
 7 |
 8 | import struct Foundation.CharacterSet
   |               `- error: no such module 'Foundation'
 9 |
10 | #if _runtime(_ObjC)
[16/38] Compiling SwiftParsec TokenParser.swift
/host/spi-builder-workspace/.build/checkouts/SwiftParsec/Sources/SwiftParsec/CharacterSet.swift:8:15: error: no such module 'Foundation'
 6 | //==============================================================================
 7 |
 8 | import struct Foundation.CharacterSet
   |               `- error: no such module 'Foundation'
 9 |
10 | #if _runtime(_ObjC)
[17/38] Compiling SwiftParsec UInt16.swift
/host/spi-builder-workspace/.build/checkouts/SwiftParsec/Sources/SwiftParsec/CharacterSet.swift:8:15: error: no such module 'Foundation'
 6 | //==============================================================================
 7 |
 8 | import struct Foundation.CharacterSet
   |               `- error: no such module 'Foundation'
 9 |
10 | #if _runtime(_ObjC)
[18/38] Compiling SwiftParsec UnicodeScalar.swift
/host/spi-builder-workspace/.build/checkouts/SwiftParsec/Sources/SwiftParsec/CharacterSet.swift:8:15: error: no such module 'Foundation'
 6 | //==============================================================================
 7 |
 8 | import struct Foundation.CharacterSet
   |               `- error: no such module 'Foundation'
 9 |
10 | #if _runtime(_ObjC)
[19/38] Compiling SwiftParsec SequenceConversion.swift
/host/spi-builder-workspace/.build/checkouts/SwiftParsec/Sources/SwiftParsec/CharacterSet.swift:8:15: error: no such module 'Foundation'
 6 | //==============================================================================
 7 |
 8 | import struct Foundation.CharacterSet
   |               `- error: no such module 'Foundation'
 9 |
10 | #if _runtime(_ObjC)
[20/38] Compiling SwiftParsec SetAggregation.swift
/host/spi-builder-workspace/.build/checkouts/SwiftParsec/Sources/SwiftParsec/CharacterSet.swift:8:15: error: no such module 'Foundation'
 6 | //==============================================================================
 7 |
 8 | import struct Foundation.CharacterSet
   |               `- error: no such module 'Foundation'
 9 |
10 | #if _runtime(_ObjC)
[21/38] Compiling SwiftParsec String.swift
/host/spi-builder-workspace/.build/checkouts/SwiftParsec/Sources/SwiftParsec/CharacterSet.swift:8:15: error: no such module 'Foundation'
 6 | //==============================================================================
 7 |
 8 | import struct Foundation.CharacterSet
   |               `- error: no such module 'Foundation'
 9 |
10 | #if _runtime(_ObjC)
[22/38] Compiling SwiftParsec ParseError.swift
/host/spi-builder-workspace/.build/checkouts/SwiftParsec/Sources/SwiftParsec/CharacterSet.swift:8:15: error: no such module 'Foundation'
 6 | //==============================================================================
 7 |
 8 | import struct Foundation.CharacterSet
   |               `- error: no such module 'Foundation'
 9 |
10 | #if _runtime(_ObjC)
[23/38] Compiling SwiftParsec Parsec.swift
/host/spi-builder-workspace/.build/checkouts/SwiftParsec/Sources/SwiftParsec/CharacterSet.swift:8:15: error: no such module 'Foundation'
 6 | //==============================================================================
 7 |
 8 | import struct Foundation.CharacterSet
   |               `- error: no such module 'Foundation'
 9 |
10 | #if _runtime(_ObjC)
[24/38] Compiling SwiftParsec Permutation.swift
/host/spi-builder-workspace/.build/checkouts/SwiftParsec/Sources/SwiftParsec/CharacterSet.swift:8:15: error: no such module 'Foundation'
 6 | //==============================================================================
 7 |
 8 | import struct Foundation.CharacterSet
   |               `- error: no such module 'Foundation'
 9 |
10 | #if _runtime(_ObjC)
[25/38] Compiling SwiftParsec Configuration.swift
/host/spi-builder-workspace/.build/checkouts/SwiftParsec/Sources/SwiftParsec/CharacterSet.swift:8:15: error: no such module 'Foundation'
 6 | //==============================================================================
 7 |
 8 | import struct Foundation.CharacterSet
   |               `- error: no such module 'Foundation'
 9 |
10 | #if _runtime(_ObjC)
[26/38] Compiling SwiftParsec Either.swift
/host/spi-builder-workspace/.build/checkouts/SwiftParsec/Sources/SwiftParsec/CharacterSet.swift:8:15: error: no such module 'Foundation'
 6 | //==============================================================================
 7 |
 8 | import struct Foundation.CharacterSet
   |               `- error: no such module 'Foundation'
 9 |
10 | #if _runtime(_ObjC)
[27/38] Compiling SwiftParsec ExpressionParser.swift
/host/spi-builder-workspace/.build/checkouts/SwiftParsec/Sources/SwiftParsec/CharacterSet.swift:8:15: error: no such module 'Foundation'
 6 | //==============================================================================
 7 |
 8 | import struct Foundation.CharacterSet
   |               `- error: no such module 'Foundation'
 9 |
10 | #if _runtime(_ObjC)
[28/38] Compiling SwiftParsec GenericParser.swift
/host/spi-builder-workspace/.build/checkouts/SwiftParsec/Sources/SwiftParsec/CharacterSet.swift:8:15: error: no such module 'Foundation'
 6 | //==============================================================================
 7 |
 8 | import struct Foundation.CharacterSet
   |               `- error: no such module 'Foundation'
 9 |
10 | #if _runtime(_ObjC)
[29/38] Compiling SwiftParsec GenericTokenParser.swift
/host/spi-builder-workspace/.build/checkouts/SwiftParsec/Sources/SwiftParsec/CharacterSet.swift:8:15: error: no such module 'Foundation'
 6 | //==============================================================================
 7 |
 8 | import struct Foundation.CharacterSet
   |               `- error: no such module 'Foundation'
 9 |
10 | #if _runtime(_ObjC)
[30/38] Compiling SwiftParsec LanguageDefinition.swift
/host/spi-builder-workspace/.build/checkouts/SwiftParsec/Sources/SwiftParsec/CharacterSet.swift:8:15: error: no such module 'Foundation'
 6 | //==============================================================================
 7 |
 8 | import struct Foundation.CharacterSet
   |               `- error: no such module 'Foundation'
 9 |
10 | #if _runtime(_ObjC)
BUILD FAILURE 6.2 wasm