Build Information
Failed to build EmealKit, reference master (c40503
), with Swift 6.1 for Wasm on 5 Aug 2025 22:56:12 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.1-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.1
Building package at path: $PWD
https://github.com/kiliankoe/EmealKit.git
https://github.com/kiliankoe/EmealKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "htmlstring",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/alexaubry/HTMLString.git"
},
{
"identity" : "regex",
"requirement" : {
"range" : [
{
"lower_bound" : "2.1.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/sharplet/Regex.git"
},
{
"identity" : "feedkit",
"requirement" : {
"range" : [
{
"lower_bound" : "9.1.2",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/nmdias/FeedKit.git"
}
],
"manifest_display_name" : "EmealKit",
"name" : "EmealKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "ios",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "7.0"
},
{
"name" : "tvos",
"version" : "14.0"
}
],
"products" : [
{
"name" : "EmealKit",
"targets" : [
"EmealKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "EmealKitTests",
"module_type" : "SwiftTarget",
"name" : "EmealKitTests",
"path" : "Tests/EmealKitTests",
"sources" : [
"CanteenTests.swift",
"EmealTests.swift",
"MealTests.swift",
"MockData.swift",
"MockURLSession.swift"
],
"target_dependencies" : [
"EmealKit"
],
"type" : "test"
},
{
"c99name" : "EmealKit",
"module_type" : "SwiftTarget",
"name" : "EmealKit",
"path" : "Sources/EmealKit",
"product_dependencies" : [
"HTMLString",
"Regex",
"FeedKit"
],
"product_memberships" : [
"EmealKit"
],
"sources" : [
"Cardservice/CardData.swift",
"Cardservice/Cardservice.swift",
"Cardservice/CardserviceAPI.swift",
"Cardservice/CardserviceError.swift",
"Cardservice/LoginResponse.swift",
"Cardservice/Transaction.swift",
"Date+short.swift",
"Double+euroString.swift",
"Emeal/Emeal.swift",
"Emeal/EmealDelegate.swift",
"Emeal/LocalizedEmealStrings.swift",
"Emeal/ObservableEmeal.swift",
"EmealError.swift",
"Logger.swift",
"Mensa/Canteen.swift",
"Mensa/Meal.swift",
"Mensa/MealFeed.swift",
"Mensa/MensaAPI.swift",
"URLSessionProtocol.swift"
],
"type" : "library"
},
{
"c99name" : "APIValidationTests",
"module_type" : "SwiftTarget",
"name" : "APIValidationTests",
"path" : "Tests/APIValidationTests",
"sources" : [
"CardserviceAPITests.swift",
"MenuAPITests.swift"
],
"target_dependencies" : [
"EmealKit"
],
"type" : "test"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
Fetching https://github.com/nmdias/FeedKit.git
Fetching https://github.com/sharplet/Regex.git
Fetching https://github.com/alexaubry/HTMLString.git
[1/1631] Fetching htmlstring
[311/2885] Fetching htmlstring, regex
[2400/11768] Fetching htmlstring, regex, feedkit
Fetched https://github.com/alexaubry/HTMLString.git from cache (0.87s)
Fetched https://github.com/nmdias/FeedKit.git from cache (0.87s)
Fetched https://github.com/sharplet/Regex.git from cache (0.88s)
Computing version for https://github.com/nmdias/FeedKit.git
Computed https://github.com/nmdias/FeedKit.git at 9.1.2 (1.50s)
Computing version for https://github.com/alexaubry/HTMLString.git
Computed https://github.com/alexaubry/HTMLString.git at 5.0.0 (2.52s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (3.01s)
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
Creating working copy for https://github.com/alexaubry/HTMLString.git
Working copy of https://github.com/alexaubry/HTMLString.git resolved at 5.0.0
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
[6/100] Compiling HTMLString NSString+HTMLString.swift
[7/100] Compiling HTMLString Mappings.swift
/host/spi-builder-workspace/.build/checkouts/HTMLString/Sources/HTMLString/Mappings.swift:25:73: error: incorrect argument label in call (have 'with:options:format:', expected 'from:options:format:')
23 |
24 | do {
25 | unescapingTable = try PropertyListSerialization.propertyList(with: inputStream, options: [], format: nil) as! [String: String]
| `- error: incorrect argument label in call (have 'with:options:format:', expected 'from:options:format:')
26 | } catch {
27 | unescapingTable = [:]
/host/spi-builder-workspace/.build/checkouts/HTMLString/Sources/HTMLString/Mappings.swift:25:80: error: cannot convert value of type 'InputStream' to expected argument type 'Data'
23 |
24 | do {
25 | unescapingTable = try PropertyListSerialization.propertyList(with: inputStream, options: [], format: nil) as! [String: String]
| `- error: cannot convert value of type 'InputStream' to expected argument type 'Data'
26 | } catch {
27 | unescapingTable = [:]
[8/100] Compiling Regex String+ReplaceMatching.swift
[9/100] Compiling Regex ThreadLocal.swift
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/ThreadLocal.swift:13:14: error: cannot find 'Thread' in scope
11 | var value: T? {
12 | get {
13 | return Thread.current.threadDictionary[key] as? T
| `- error: cannot find 'Thread' in scope
14 | }
15 | set {
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/ThreadLocal.swift:16:7: error: cannot find 'Thread' in scope
14 | }
15 | set {
16 | Thread.current.threadDictionary[key] = newValue
| `- error: cannot find 'Thread' in scope
17 | }
18 | }
[10/100] Compiling HTMLString HTMLString.swift
[11/100] Emitting module HTMLString
[12/100] Compiling FeedKit MediaPeerLink.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[13/100] Compiling FeedKit MediaPlayer.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[14/100] Compiling FeedKit MediaPrice.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[15/100] Compiling FeedKit MediaRating.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[16/100] Compiling FeedKit MediaRestriction.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[17/100] Compiling FeedKit MediaRights.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[18/100] Compiling FeedKit MediaScene.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[19/100] Compiling FeedKit MediaStarRating.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[20/100] Compiling FeedKit MediaStatistics.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[21/100] Compiling FeedKit MediaStatus.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[22/100] Compiling FeedKit MediaSubTitle.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[23/100] Compiling FeedKit MediaTag.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[24/100] Emitting module Regex
[25/100] Compiling Regex Foundation+Ranges.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[26/100] Emitting module FeedKit
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[27/100] Compiling FeedKit MediaText.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[28/100] Compiling FeedKit MediaThumbnail.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[29/100] Compiling FeedKit MediaTitle.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[30/100] Compiling FeedKit SyndicationNamespace.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[31/100] Compiling FeedKit SyndicationUpdatePeriod.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[32/100] Compiling FeedKit iTunesCategory.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[33/100] Compiling FeedKit iTunesImage.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[34/100] Compiling FeedKit iTunesNamespace.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[35/100] Compiling FeedKit iTunesOwner.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[36/100] Compiling FeedKit iTunesSubCategory.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[37/100] Compiling FeedKit RDFPath.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[38/100] Compiling FeedKit RSSFeed + mapAttributes.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[39/101] Compiling Regex MatchResult.swift
[40/101] Compiling Regex Options.swift
[41/102] Compiling Regex Regex.swift
[42/111] Compiling FeedKit RSSFeed + mapCharacters.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[43/111] Compiling FeedKit RSSFeed.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[44/111] Compiling FeedKit RSSFeedCategory.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[45/111] Compiling FeedKit RSSFeedCloud.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[46/111] Compiling FeedKit RSSFeedImage.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[47/111] Compiling FeedKit RSSFeedItem.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[48/111] Compiling FeedKit RSSFeedItemCategory.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[49/111] Compiling FeedKit RSSFeedItemEnclosure.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[50/111] Compiling FeedKit RSSFeedItemGUID.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[51/111] Compiling FeedKit RSSFeedItemSource.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[52/111] Compiling FeedKit RSSFeedSkipDay.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[53/111] Compiling FeedKit DateSpec.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[54/111] Compiling FeedKit ISO8601DateFormatter.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[55/111] Compiling FeedKit RFC3339DateFormatter.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[56/111] Compiling FeedKit RFC822DateFormatter.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[57/111] Compiling FeedKit Array + Equatable.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[58/111] Compiling FeedKit Date + codingStrategy.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[59/111] Compiling FeedKit String + toBool.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[60/111] Compiling FeedKit String + toDate.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[61/111] Compiling FeedKit String + toDuration.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[62/111] Compiling FeedKit URL + replacingScheme.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[63/111] Compiling FeedKit AtomFeed + mapAttributes.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[64/111] Compiling FeedKit AtomFeed + mapCharacters.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[65/111] Compiling FeedKit AtomFeedGenerator.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[66/111] Compiling FeedKit AtomFeedLink.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[67/111] Compiling FeedKit AtomFeedSubtitle.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[68/111] Compiling FeedKit AtomPath.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[69/111] Compiling FeedKit JSONFeed.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[70/111] Compiling FeedKit JSONFeedAttachment.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[71/111] Compiling FeedKit JSONFeedAuthor.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[72/111] Compiling FeedKit JSONFeedHub.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[73/111] Compiling FeedKit JSONFeedItem.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[74/111] Compiling FeedKit ContentNamespace.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[75/111] Compiling FeedKit DublinCoreNamespace.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[76/111] Compiling FeedKit MediaCategory.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[77/111] Compiling FeedKit AtomFeed.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[78/111] Compiling FeedKit AtomFeedAuthor.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[79/111] Compiling FeedKit AtomFeedCategory.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[80/111] Compiling FeedKit AtomFeedContributor.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[81/111] Compiling FeedKit AtomFeedEntry.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[82/111] Compiling FeedKit AtomFeedEntryAuthor.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[83/111] Compiling FeedKit AtomFeedEntryCategory.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[84/111] Compiling FeedKit AtomFeedEntryContent.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[85/111] Compiling FeedKit AtomFeedEntryContributor.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[86/111] Compiling FeedKit AtomFeedEntryLink.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[87/111] Compiling FeedKit AtomFeedEntrySource.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[88/111] Compiling FeedKit AtomFeedEntrySummary.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[89/111] Compiling FeedKit MediaCommunity.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[90/111] Compiling FeedKit MediaContent.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[91/111] Compiling FeedKit MediaCopyright.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[92/111] Compiling FeedKit MediaCredit.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[93/111] Compiling FeedKit MediaDescription.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[94/111] Compiling FeedKit MediaEmbed.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[95/111] Compiling FeedKit MediaGroup.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[96/111] Compiling FeedKit MediaHash.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[97/111] Compiling FeedKit MediaLicence.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[98/111] Compiling FeedKit MediaLocation.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[99/111] Compiling FeedKit MediaNamespace.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
[100/111] Compiling FeedKit MediaParam.swift
/host/spi-builder-workspace/.build/checkouts/FeedKit/Sources/FeedKit/Parser/FeedParser.swift:26:8: error: no such module 'Dispatch'
24 |
25 | import Foundation
26 | import Dispatch
| `- error: no such module 'Dispatch'
27 | #if canImport(FoundationNetworking)
28 | import FoundationNetworking
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest swift build --swift-sdk wasm32-unknown-wasi 2>&1
wasm-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:8f9255989265d824b88e7d572b1a334a0dc9b701075ede1970390db95d315c35
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/96] Compiling HTMLString NSString+HTMLString.swift
[3/96] Compiling Regex ThreadLocal.swift
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/ThreadLocal.swift:13:14: error: cannot find 'Thread' in scope
11 | var value: T? {
12 | get {
13 | return Thread.current.threadDictionary[key] as? T
| `- error: cannot find 'Thread' in scope
14 | }
15 | set {
/host/spi-builder-workspace/.build/checkouts/Regex/Source/Regex/ThreadLocal.swift:16:7: error: cannot find 'Thread' in scope
14 | }
15 | set {
16 | Thread.current.threadDictionary[key] = newValue
| `- error: cannot find 'Thread' in scope
17 | }
18 | }
[4/96] Compiling HTMLString Mappings.swift
/host/spi-builder-workspace/.build/checkouts/HTMLString/Sources/HTMLString/Mappings.swift:25:73: error: incorrect argument label in call (have 'with:options:format:', expected 'from:options:format:')
23 |
24 | do {
25 | unescapingTable = try PropertyListSerialization.propertyList(with: inputStream, options: [], format: nil) as! [String: String]
| `- error: incorrect argument label in call (have 'with:options:format:', expected 'from:options:format:')
26 | } catch {
27 | unescapingTable = [:]
/host/spi-builder-workspace/.build/checkouts/HTMLString/Sources/HTMLString/Mappings.swift:25:80: error: cannot convert value of type 'InputStream' to expected argument type 'Data'
23 |
24 | do {
25 | unescapingTable = try PropertyListSerialization.propertyList(with: inputStream, options: [], format: nil) as! [String: String]
| `- error: cannot convert value of type 'InputStream' to expected argument type 'Data'
26 | } catch {
27 | unescapingTable = [:]
[5/96] Compiling Regex Foundation+Ranges.swift
[6/96] Compiling Regex Options.swift
[7/96] Compiling Regex MatchResult.swift
[8/96] Compiling Regex String+ReplaceMatching.swift
[9/96] Emitting module Regex
[10/96] Compiling Regex Regex.swift
[11/96] Emitting module HTMLString
[12/96] Compiling HTMLString HTMLString.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
BUILD FAILURE 6.1 wasm