Build Information
Failed to build EmealKit, reference 0.11.0 (c5a418
), with Swift 6.2 (beta) for Wasm on 22 Jun 2025 12:06:39 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/kiliankoe/EmealKit.git
Reference: 0.11.0
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/kiliankoe/EmealKit
* tag 0.11.0 -> FETCH_HEAD
HEAD is now at c5a4188 Merge pull request #21 from kiliankoe/sold-out-meals
Cloned https://github.com/kiliankoe/EmealKit.git
Revision (git rev-parse @):
c5a4188cc1f30482e7a7f388ec777406a321e9e7
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/kiliankoe/EmealKit.git at 0.11.0
========================================
Build
========================================
Selected platform: wasm
Swift version: 6.2
Building package at path: $PWD
https://github.com/kiliankoe/EmealKit.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/alexaubry/HTMLString.git
Fetching https://github.com/nmdias/FeedKit.git
Fetching https://github.com/sharplet/Regex.git
[1/1631] Fetching htmlstring
[670/2885] Fetching htmlstring, regex
[2008/11756] Fetching htmlstring, regex, feedkit
Fetched https://github.com/alexaubry/HTMLString.git from cache (1.41s)
Fetched https://github.com/nmdias/FeedKit.git from cache (1.42s)
Fetched https://github.com/sharplet/Regex.git from cache (1.43s)
Computing version for https://github.com/nmdias/FeedKit.git
Computed https://github.com/nmdias/FeedKit.git at 9.1.2 (2.38s)
Computing version for https://github.com/alexaubry/HTMLString.git
Computed https://github.com/alexaubry/HTMLString.git at 5.0.0 (3.33s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (3.90s)
Creating working copy for https://github.com/alexaubry/HTMLString.git
Working copy of https://github.com/alexaubry/HTMLString.git resolved at 5.0.0
Creating working copy for https://github.com/sharplet/Regex.git
Working copy of https://github.com/sharplet/Regex.git resolved at 2.1.1
Creating working copy for https://github.com/nmdias/FeedKit.git
Working copy of https://github.com/nmdias/FeedKit.git resolved at 9.1.2
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/100] Compiling Regex Foundation+Ranges.swift
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/Foundation+Ranges.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | internal extension NSTextCheckingResult {
[7/100] Compiling Regex MatchResult.swift
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/Foundation+Ranges.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | internal extension NSTextCheckingResult {
[8/100] Compiling Regex ThreadLocal.swift
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/Foundation+Ranges.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | internal extension NSTextCheckingResult {
[9/100] Compiling Regex String+ReplaceMatching.swift
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/Foundation+Ranges.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | internal extension NSTextCheckingResult {
[10/100] Compiling Regex Regex.swift
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/Foundation+Ranges.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | internal extension NSTextCheckingResult {
[11/100] Compiling FeedKit RSSFeed + mapCharacters.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Dates/DateSpec.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | /// Date specifications
[12/100] Compiling FeedKit RSSFeed.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Dates/DateSpec.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | /// Date specifications
[13/100] Compiling FeedKit RSSFeedCategory.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Dates/DateSpec.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | /// Date specifications
[14/100] Compiling FeedKit RSSFeedCloud.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Dates/DateSpec.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | /// Date specifications
[15/100] Compiling FeedKit RSSFeedImage.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Dates/DateSpec.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | /// Date specifications
[16/100] Compiling FeedKit RSSFeedItem.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Dates/DateSpec.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | /// Date specifications
[17/100] Compiling FeedKit RSSFeedItemCategory.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Dates/DateSpec.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | /// Date specifications
[18/100] Compiling FeedKit RSSFeedItemEnclosure.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Dates/DateSpec.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | /// Date specifications
[19/100] Compiling FeedKit RSSFeedItemGUID.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Dates/DateSpec.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | /// Date specifications
[20/100] Compiling FeedKit RSSFeedItemSource.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Dates/DateSpec.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | /// Date specifications
[21/100] Compiling FeedKit RSSFeedSkipDay.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Dates/DateSpec.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | /// Date specifications
error: emit-module command failed with exit code 1 (use -v to see invocation)
[22/108] Compiling Regex Options.swift
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/Foundation+Ranges.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | internal extension NSTextCheckingResult {
[23/109] Emitting module Regex
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/Foundation+Ranges.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | internal extension NSTextCheckingResult {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[24/111] Emitting module FeedKit
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Dates/DateSpec.swift:25:8: error: no such module 'Foundation'
23 | //
24 |
25 | import Foundation
| `- error: no such module 'Foundation'
26 |
27 | /// Date specifications
error: emit-module command failed with exit code 1 (use -v to see invocation)
[25/111] Emitting module HTMLString
/host/spi-builder-workspace/.build/checkouts/HTMLString/Sources/HTMLString/HTMLString.swift:1:8: error: no such module 'Foundation'
1 | import Foundation
| `- error: no such module 'Foundation'
2 |
3 | // MARK: Escaping
BUILD FAILURE 6.2 wasm