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 SwiftLI, reference main (46e7b1), with Swift 6.2 (beta) for Wasm on 22 Jun 2025 15:34:49 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/KC-2001MS/SwiftLI.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/KC-2001MS/SwiftLI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 46e7b10 Add init
Cloned https://github.com/KC-2001MS/SwiftLI.git
Revision (git rev-parse @):
46e7b10aab0bcafd61de197142c4c6a39bc026da
SUCCESS checkout https://github.com/KC-2001MS/SwiftLI.git at main
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/KC-2001MS/SwiftLI.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/apple/swift-testing.git
Fetching https://github.com/apple/swift-argument-parser.git
Fetching https://github.com/apple/swift-docc-plugin.git
[1/2082] Fetching swift-docc-plugin
[251/25458] Fetching swift-docc-plugin, swift-testing
[14005/40838] Fetching swift-docc-plugin, swift-testing, swift-argument-parser
Fetched https://github.com/apple/swift-testing.git from cache (1.00s)
Fetched https://github.com/apple/swift-docc-plugin.git from cache (1.06s)
Fetched https://github.com/apple/swift-argument-parser.git from cache (1.07s)
Computing version for https://github.com/apple/swift-argument-parser.git
Computed https://github.com/apple/swift-argument-parser.git at 1.5.1 (1.58s)
Computing version for https://github.com/apple/swift-testing.git
Computed https://github.com/apple/swift-testing.git at 0.99.0 (0.63s)
Fetching https://github.com/swiftlang/swift-syntax.git
[1/70925] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (5.37s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (8.30s)
Computing version for https://github.com/apple/swift-docc-plugin.git
Computed https://github.com/apple/swift-docc-plugin.git at 1.4.4 (0.46s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3415] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.42s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.14s)
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/apple/swift-docc-plugin.git
Working copy of https://github.com/apple/swift-docc-plugin.git resolved at 1.4.4
Creating working copy for https://github.com/apple/swift-argument-parser.git
Working copy of https://github.com/apple/swift-argument-parser.git resolved at 1.5.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-testing.git
Working copy of https://github.com/apple/swift-testing.git resolved at 0.99.0
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
[3/3] Compiling plugin GenerateManual
Building for debugging...
[3/14] Write sources
[7/14] Write swift-version-24593BA9C3E375BF.txt
[9/31] Compiling SwiftLI Color.swift
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// The key used to look up an entry in a strings file or strings dictionary file.
[10/31] Compiling SwiftLI LabelStyle.swift
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// The key used to look up an entry in a strings file or strings dictionary file.
[11/33] Compiling SwiftLI Label.swift
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// The key used to look up an entry in a strings file or strings dictionary file.
[12/33] Compiling SwiftLI Spacer.swift
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// The key used to look up an entry in a strings file or strings dictionary file.
[13/33] Compiling SwiftLI Emoticon.swift
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// The key used to look up an entry in a strings file or strings dictionary file.
[14/33] Compiling SwiftLI SwiftLogo.swift
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// The key used to look up an entry in a strings file or strings dictionary file.
[15/33] Compiling SwiftLI View.swift
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// The key used to look up an entry in a strings file or strings dictionary file.
[16/33] Compiling SwiftLI ViewBuilder.swift
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// The key used to look up an entry in a strings file or strings dictionary file.
[17/33] Compiling SwiftLI LocalizedStringKey.swift
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// The key used to look up an entry in a strings file or strings dictionary file.
[18/33] Compiling SwiftLI BlinkStyle.swift
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// The key used to look up an entry in a strings file or strings dictionary file.
[19/33] Compiling SwiftLI LineStyle.swift
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// The key used to look up an entry in a strings file or strings dictionary file.
[20/33] Compiling SwiftLI Weight.swift
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// The key used to look up an entry in a strings file or strings dictionary file.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[21/33] Emitting module SwiftLI
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// The key used to look up an entry in a strings file or strings dictionary file.
[22/33] Compiling SwiftLI Break.swift
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// The key used to look up an entry in a strings file or strings dictionary file.
[23/33] Compiling SwiftLI Clear.swift
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// The key used to look up an entry in a strings file or strings dictionary file.
[24/33] Compiling SwiftLI Group.swift
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// The key used to look up an entry in a strings file or strings dictionary file.
[25/33] Compiling SwiftLI HDivider.swift
/host/spi-builder-workspace/Sources/SwiftLI/LocalizedStringKey.swift:8:8: error: no such module 'Foundation'
 6 | //
 7 |
 8 | import Foundation
   |        `- error: no such module 'Foundation'
 9 |
10 | /// The key used to look up an entry in a strings file or strings dictionary file.
[26/33] Emitting module ArgumentParserToolInfo
[27/33] Compiling ArgumentParserToolInfo ToolInfo.swift
BUILD FAILURE 6.2 wasm