Build Information
Failed to build EmealKit, reference 0.11.0 (c5a418
), with Swift 6.1 for Wasm on 29 May 2025 23:05:49 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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.63.1
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.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-3":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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
[817/2885] Fetching htmlstring, regex
[2448/11649] Fetching htmlstring, regex, feedkit
Fetched https://github.com/nmdias/FeedKit.git from cache (0.53s)
[2534/2885] Fetching htmlstring, regex
Fetched https://github.com/alexaubry/HTMLString.git from cache (0.74s)
Fetched https://github.com/sharplet/Regex.git from cache (0.75s)
Computing version for https://github.com/nmdias/FeedKit.git
Computed https://github.com/nmdias/FeedKit.git at 9.1.2 (1.34s)
Computing version for https://github.com/alexaubry/HTMLString.git
Computed https://github.com/alexaubry/HTMLString.git at 5.0.0 (2.24s)
Computing version for https://github.com/sharplet/Regex.git
Computed https://github.com/sharplet/Regex.git at 2.1.1 (2.29s)
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/nmdias/FeedKit.git
Working copy of https://github.com/nmdias/FeedKit.git resolved at 9.1.2
Creating working copy for https://github.com/sharplet/Regex.git
Working copy of https://github.com/sharplet/Regex.git resolved at 2.1.1
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/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
[7/111] 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 | }
[8/111] Compiling HTMLString NSString+HTMLString.swift
[9/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
[10/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
[11/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
[12/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
[13/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
[14/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
[15/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
[16/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
[17/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
[18/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
[19/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
[20/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
[21/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
[22/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
[23/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
[24/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
[25/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
[26/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
[27/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
[28/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
[29/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
[30/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
[31/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
[32/111] Compiling FeedKit RSSFeedSkipHour.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/111] Compiling FeedKit RSSFeedTextInput.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/111] Compiling FeedKit RSSPath.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/111] Compiling FeedKit Feed.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/111] Compiling FeedKit FeedDataType.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/111] Compiling FeedKit FeedParser.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/111] Compiling FeedKit FeedParserProtocol.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/111] Compiling FeedKit JSONFeedParser.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
[40/111] Compiling FeedKit ParserError.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
[41/111] Compiling FeedKit XMLFeedParser.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
[42/111] Compiling FeedKit XMLFeedType.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 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
[44/111] 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
[45/111] 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
[46/111] 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
[47/111] 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
[48/111] 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
[49/111] 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
[50/111] 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
[51/111] 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
[52/111] 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
[53/111] 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
[54/111] 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
[55/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
[56/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
[57/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
[58/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
[59/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
[60/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
[61/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
[62/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
[63/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
[64/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
[65/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
[66/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
[67/111] Compiling Regex Regex.swift
[68/111] Compiling Regex Options.swift
[69/111] Compiling Regex MatchResult.swift
[70/111] Compiling Regex Foundation+Ranges.swift
[71/111] Compiling Regex String+ReplaceMatching.swift
[72/111] Emitting module Regex
[73/111] Compiling HTMLString HTMLString.swift
[74/111] Emitting module HTMLString
[75/111] 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 = [:]
/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-3":/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:7e37457820e5f17452a98118754f345f2619722c485f2db0d8b666940a83afd2
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/50] 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 Regex Regex.swift
[5/96] Compiling Regex Options.swift
[6/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 = [:]
[7/96] Compiling Regex String+ReplaceMatching.swift
[8/96] Compiling Regex Foundation+Ranges.swift
[9/96] Compiling Regex MatchResult.swift
[10/96] Emitting module Regex
BUILD FAILURE 6.1 wasm