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 EmealKit, reference master (c40503), with Swift 6.2 (beta) for Wasm on 5 Aug 2025 22:55:55 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.65.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/kiliankoe/EmealKit.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/kiliankoe/EmealKit
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at c405035 runs api validation tests on macos-15 runner
Cloned https://github.com/kiliankoe/EmealKit.git
Revision (git rev-parse @):
c405035f9a8b2bd11978269b07f89ed11f59cc4a
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/kiliankoe/EmealKit.git at master
========================================
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-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/nmdias/FeedKit.git
Fetching https://github.com/alexaubry/HTMLString.git
[1/1631] Fetching htmlstring
[768/10514] Fetching htmlstring, feedkit
Fetching https://github.com/sharplet/Regex.git
Fetched https://github.com/alexaubry/HTMLString.git from cache (0.79s)
Fetched https://github.com/nmdias/FeedKit.git from cache (0.79s)
[1/1254] Fetching regex
Fetched https://github.com/sharplet/Regex.git from cache (0.74s)
Computing version for https://github.com/nmdias/FeedKit.git
Computed https://github.com/nmdias/FeedKit.git at 9.1.2 (1.98s)
Computing version for https://github.com/alexaubry/HTMLString.git
Computed https://github.com/alexaubry/HTMLString.git at 5.0.0 (3.65s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (2.89s)
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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/100] 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
[7/111] 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
[8/111] 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
[9/111] 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
[10/111] 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
[11/111] 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
[12/111] 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
[13/111] 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
[14/111] 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
[15/111] 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
[16/111] 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
[17/111] 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
[18/111] Compiling HTMLString NSString+HTMLString.swift
/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
[19/111] Compiling FeedKit RSSFeedSkipHour.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/111] Compiling FeedKit RSSFeedTextInput.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/111] Compiling FeedKit RSSPath.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
[22/111] Compiling FeedKit Feed.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
[23/111] Compiling FeedKit FeedDataType.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
[24/111] Compiling FeedKit FeedParser.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
[25/111] Compiling FeedKit FeedParserProtocol.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
[26/111] Compiling FeedKit JSONFeedParser.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
[27/111] Compiling FeedKit ParserError.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
[28/111] Compiling FeedKit XMLFeedParser.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
[29/111] Compiling FeedKit XMLFeedType.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)
[30/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
[31/111] Compiling HTMLString HTMLString.swift
/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
[32/111] Compiling HTMLString Mappings.swift
/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
[33/111] 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 {
/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 {
BUILD FAILURE 6.2 wasm