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 SimpleCoders, reference main (47fc03), with Swift 6.2 (beta) for Wasm on 20 Jun 2025 20:40:55 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-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/dankinsoid/SimpleCoders.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/dankinsoid/SimpleCoders
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 47fc034 (no commit message provided)
Cloned https://github.com/dankinsoid/SimpleCoders.git
Revision (git rev-parse @):
47fc034d00e1f8b46a1a16c00052c7cc7a8634c1
SUCCESS checkout https://github.com/dankinsoid/SimpleCoders.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dankinsoid/SimpleCoders.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/18] Compiling SimpleCoders CodableTypes.swift
/host/spi-builder-workspace/Sources/SimpleCoders/CodableProtocols.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol CodableDecoder<Input> {
[4/18] Compiling SimpleCoders TypeRevision.swift
/host/spi-builder-workspace/Sources/SimpleCoders/CodableProtocols.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol CodableDecoder<Input> {
[5/20] Compiling SimpleCoders PlainCodingKey.swift
/host/spi-builder-workspace/Sources/SimpleCoders/CodableProtocols.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol CodableDecoder<Input> {
[6/20] Compiling SimpleCoders StringKey.swift
/host/spi-builder-workspace/Sources/SimpleCoders/CodableProtocols.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol CodableDecoder<Input> {
[7/20] Compiling SimpleCoders TypeRevisionDecoder.swift
/host/spi-builder-workspace/Sources/SimpleCoders/CodableProtocols.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol CodableDecoder<Input> {
[8/20] Compiling SimpleCoders TypeRevisionEncoder.swift
/host/spi-builder-workspace/Sources/SimpleCoders/CodableProtocols.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol CodableDecoder<Input> {
[9/20] Compiling SimpleCoders CodableProtocols.swift
/host/spi-builder-workspace/Sources/SimpleCoders/CodableProtocols.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol CodableDecoder<Input> {
[10/20] Compiling SimpleCoders DateCodingStrategies.swift
/host/spi-builder-workspace/Sources/SimpleCoders/CodableProtocols.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol CodableDecoder<Input> {
[11/20] Compiling SimpleCoders KeyCodingStrategies.swift
/host/spi-builder-workspace/Sources/SimpleCoders/CodableProtocols.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol CodableDecoder<Input> {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[12/20] Emitting module SimpleCoders
/host/spi-builder-workspace/Sources/SimpleCoders/CodableProtocols.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol CodableDecoder<Input> {
[13/20] Compiling SimpleCoders CheckAllKeysDecoder.swift
/host/spi-builder-workspace/Sources/SimpleCoders/CodableProtocols.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol CodableDecoder<Input> {
[14/20] Compiling SimpleCoders Ref.swift
/host/spi-builder-workspace/Sources/SimpleCoders/CodableProtocols.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol CodableDecoder<Input> {
[15/20] Compiling SimpleCoders OrderedDictionary.swift
/host/spi-builder-workspace/Sources/SimpleCoders/CodableProtocols.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol CodableDecoder<Input> {
[16/20] Compiling SimpleCoders StringConvertibleHintProvider.swift
/host/spi-builder-workspace/Sources/SimpleCoders/CodableProtocols.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol CodableDecoder<Input> {
[17/20] Compiling SimpleCoders CodingStrategy.swift
/host/spi-builder-workspace/Sources/SimpleCoders/CodableProtocols.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol CodableDecoder<Input> {
[18/20] Compiling SimpleCoders DecodingUnboxer.swift
/host/spi-builder-workspace/Sources/SimpleCoders/CodableProtocols.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol CodableDecoder<Input> {
[19/20] Compiling SimpleCoders EncodingBoxer.swift
/host/spi-builder-workspace/Sources/SimpleCoders/CodableProtocols.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol CodableDecoder<Input> {
[20/20] Compiling SimpleCoders IntKey.swift
/host/spi-builder-workspace/Sources/SimpleCoders/CodableProtocols.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | public protocol CodableDecoder<Input> {
BUILD FAILURE 6.2 wasm