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 FuturedKit, reference 1.4.0 (8e68ee), with Swift 6.2 for Wasm on 19 Nov 2025 16:22:33 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/futuredapp/FuturedKit.git
Reference: 1.4.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/futuredapp/FuturedKit
 * tag               1.4.0      -> FETCH_HEAD
HEAD is now at 8e68ee1 Merge pull request #48 from futuredapp/fix/presentation-detents-override
Cloned https://github.com/futuredapp/FuturedKit.git
Revision (git rev-parse @):
8e68ee12655a745cb4aa88569de15fb362f1b478
SUCCESS checkout https://github.com/futuredapp/FuturedKit.git at 1.4.0
========================================
Build
========================================
Selected platform:         wasm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/futuredapp/FuturedKit.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest swift build --swift-sdk wasm32-unknown-wasip1 2>&1
wasm-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:302e3f347c593123f3d337e3da1bfe6e802bb8867614e9dfa745c72e13ca8eeb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:wasm-6.2-latest
warning: multiple Swift SDKs match target triple `wasm32-unknown-wasip1` and host triple x86_64-unknown-linux-gnu, selected one at /root/.swiftpm/swift-sdks/swift-6.2-RELEASE_wasm.artifactbundle/swift-6.2-RELEASE_wasm/wasm32-unknown-wasip1/embedded-swift-sdk.json
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit
Fetching https://github.com/mkj-is/BindingKit
Fetching https://github.com/futuredapp/futured-macros
[1/151] Fetching bindingkit
[152/474] Fetching bindingkit, futured-macros
[475/575] Fetching bindingkit, futured-macros, collectionconcurrencykit
Fetched https://github.com/mkj-is/BindingKit from cache (0.22s)
Fetched https://github.com/futuredapp/futured-macros from cache (0.23s)
Fetched https://github.com/JohnSundell/CollectionConcurrencyKit from cache (0.24s)
Computing version for https://github.com/mkj-is/BindingKit
Computed https://github.com/mkj-is/BindingKit at 1.0.0 (2.63s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit
Computed https://github.com/JohnSundell/CollectionConcurrencyKit at 0.2.0 (0.47s)
Computing version for https://github.com/futuredapp/futured-macros
Computed https://github.com/futuredapp/futured-macros at 0.2.0 (0.35s)
Fetching https://github.com/apple/swift-syntax.git
[1/72890] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (9.17s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (9.96s)
Creating working copy for https://github.com/JohnSundell/CollectionConcurrencyKit
Working copy of https://github.com/JohnSundell/CollectionConcurrencyKit resolved at 0.2.0
Creating working copy for https://github.com/futuredapp/futured-macros
Working copy of https://github.com/futuredapp/futured-macros resolved at 0.2.0
Creating working copy for https://github.com/apple/swift-syntax.git
Working copy of https://github.com/apple/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/mkj-is/BindingKit
Working copy of https://github.com/mkj-is/BindingKit resolved at 1.0.0
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/600.0.1/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/600.0.1/swift-6.2-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.50s)
Building for debugging...
[0/15] Write sources
[8/15] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[10/27] Emitting module BindingKit
/host/spi-builder-workspace/.build/checkouts/BindingKit/Sources/BindingKit/Binding+Coalescing.swift:1:8: error: no such module 'SwiftUI'
 1 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 2 |
 3 | extension Binding {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[11/27] Emitting module CollectionConcurrencyKit
/host/spi-builder-workspace/.build/checkouts/CollectionConcurrencyKit/Sources/CollectionConcurrencyKit.swift:38:32: error: cannot find type 'TaskPriority' in scope
 36 |     /// - parameter operation: The closure to run for each element.
 37 |     func concurrentForEach(
 38 |         withPriority priority: TaskPriority? = nil,
    |                                `- error: cannot find type 'TaskPriority' in scope
 39 |         _ operation: @escaping (Element) async -> Void
 40 |     ) async {
/host/spi-builder-workspace/.build/checkouts/CollectionConcurrencyKit/Sources/CollectionConcurrencyKit.swift:64:32: error: cannot find type 'TaskPriority' in scope
 62 |     /// - throws: Rethrows any error thrown by the passed closure.
 63 |     func concurrentForEach(
 64 |         withPriority priority: TaskPriority? = nil,
    |                                `- error: cannot find type 'TaskPriority' in scope
 65 |         _ operation: @escaping (Element) async throws -> Void
 66 |     ) async throws {
/host/spi-builder-workspace/.build/checkouts/CollectionConcurrencyKit/Sources/CollectionConcurrencyKit.swift:121:32: error: cannot find type 'TaskPriority' in scope
119 |     ///   the transformed values will match the original sequence.
120 |     func concurrentMap<T>(
121 |         withPriority priority: TaskPriority? = nil,
    |                                `- error: cannot find type 'TaskPriority' in scope
122 |         _ transform: @escaping (Element) async -> T
123 |     ) async -> [T] {
/host/spi-builder-workspace/.build/checkouts/CollectionConcurrencyKit/Sources/CollectionConcurrencyKit.swift:152:32: error: cannot find type 'TaskPriority' in scope
150 |     /// - throws: Rethrows any error thrown by the passed closure.
151 |     func concurrentMap<T>(
152 |         withPriority priority: TaskPriority? = nil,
    |                                `- error: cannot find type 'TaskPriority' in scope
153 |         _ transform: @escaping (Element) async throws -> T
154 |     ) async throws -> [T] {
/host/spi-builder-workspace/.build/checkouts/CollectionConcurrencyKit/Sources/CollectionConcurrencyKit.swift:216:32: error: cannot find type 'TaskPriority' in scope
214 |     ///   except for the values that were transformed into `nil`.
215 |     func concurrentCompactMap<T>(
216 |         withPriority priority: TaskPriority? = nil,
    |                                `- error: cannot find type 'TaskPriority' in scope
217 |         _ transform: @escaping (Element) async -> T?
218 |     ) async -> [T] {
/host/spi-builder-workspace/.build/checkouts/CollectionConcurrencyKit/Sources/CollectionConcurrencyKit.swift:249:32: error: cannot find type 'TaskPriority' in scope
247 |     /// - throws: Rethrows any error thrown by the passed closure.
248 |     func concurrentCompactMap<T>(
249 |         withPriority priority: TaskPriority? = nil,
    |                                `- error: cannot find type 'TaskPriority' in scope
250 |         _ transform: @escaping (Element) async throws -> T?
251 |     ) async throws -> [T] {
/host/spi-builder-workspace/.build/checkouts/CollectionConcurrencyKit/Sources/CollectionConcurrencyKit.swift:311:32: error: cannot find type 'TaskPriority' in scope
309 |     ///   within the returned array.
310 |     func concurrentFlatMap<T: Sequence>(
311 |         withPriority priority: TaskPriority? = nil,
    |                                `- error: cannot find type 'TaskPriority' in scope
312 |         _ transform: @escaping (Element) async -> T
313 |     ) async -> [T.Element] {
/host/spi-builder-workspace/.build/checkouts/CollectionConcurrencyKit/Sources/CollectionConcurrencyKit.swift:345:32: error: cannot find type 'TaskPriority' in scope
343 |     /// - throws: Rethrows any error thrown by the passed closure.
344 |     func concurrentFlatMap<T: Sequence>(
345 |         withPriority priority: TaskPriority? = nil,
    |                                `- error: cannot find type 'TaskPriority' in scope
346 |         _ transform: @escaping (Element) async throws -> T
347 |     ) async throws -> [T.Element] {
/host/spi-builder-workspace/.build/checkouts/CollectionConcurrencyKit/Sources/CollectionConcurrencyKit.swift:41:15: error: cannot find 'withTaskGroup' in scope
 39 |         _ operation: @escaping (Element) async -> Void
 40 |     ) async {
 41 |         await withTaskGroup(of: Void.self) { group in
    |               `- error: cannot find 'withTaskGroup' in scope
 42 |             for element in self {
 43 |                 group.addTask(priority: priority) {
/host/spi-builder-workspace/.build/checkouts/CollectionConcurrencyKit/Sources/CollectionConcurrencyKit.swift:67:19: error: cannot find 'withThrowingTaskGroup' in scope
 65 |         _ operation: @escaping (Element) async throws -> Void
 66 |     ) async throws {
 67 |         try await withThrowingTaskGroup(of: Void.self) { group in
    |                   `- error: cannot find 'withThrowingTaskGroup' in scope
 68 |             for element in self {
 69 |                 group.addTask(priority: priority) {
/host/spi-builder-workspace/.build/checkouts/CollectionConcurrencyKit/Sources/CollectionConcurrencyKit.swift:125:13: error: cannot find 'Task' in scope
123 |     ) async -> [T] {
124 |         let tasks = map { element in
125 |             Task(priority: priority) {
    |             `- error: cannot find 'Task' in scope
126 |                 await transform(element)
127 |             }
/host/spi-builder-workspace/.build/checkouts/CollectionConcurrencyKit/Sources/CollectionConcurrencyKit.swift:156:13: error: cannot find 'Task' in scope
154 |     ) async throws -> [T] {
155 |         let tasks = map { element in
156 |             Task(priority: priority) {
    |             `- error: cannot find 'Task' in scope
157 |                 try await transform(element)
158 |             }
/host/spi-builder-workspace/.build/checkouts/CollectionConcurrencyKit/Sources/CollectionConcurrencyKit.swift:220:13: error: cannot find 'Task' in scope
218 |     ) async -> [T] {
219 |         let tasks = map { element in
220 |             Task(priority: priority) {
    |             `- error: cannot find 'Task' in scope
221 |                 await transform(element)
222 |             }
/host/spi-builder-workspace/.build/checkouts/CollectionConcurrencyKit/Sources/CollectionConcurrencyKit.swift:253:13: error: cannot find 'Task' in scope
251 |     ) async throws -> [T] {
252 |         let tasks = map { element in
253 |             Task(priority: priority) {
    |             `- error: cannot find 'Task' in scope
254 |                 try await transform(element)
255 |             }
/host/spi-builder-workspace/.build/checkouts/CollectionConcurrencyKit/Sources/CollectionConcurrencyKit.swift:315:13: error: cannot find 'Task' in scope
313 |     ) async -> [T.Element] {
314 |         let tasks = map { element in
315 |             Task(priority: priority) {
    |             `- error: cannot find 'Task' in scope
316 |                 await transform(element)
317 |             }
/host/spi-builder-workspace/.build/checkouts/CollectionConcurrencyKit/Sources/CollectionConcurrencyKit.swift:349:13: error: cannot find 'Task' in scope
347 |     ) async throws -> [T.Element] {
348 |         let tasks = map { element in
349 |             Task(priority: priority) {
    |             `- error: cannot find 'Task' in scope
350 |                 try await transform(element)
351 |             }
[12/27] Compiling CollectionConcurrencyKit CollectionConcurrencyKit.swift
/host/spi-builder-workspace/.build/checkouts/CollectionConcurrencyKit/Sources/CollectionConcurrencyKit.swift:38:32: error: cannot find type 'TaskPriority' in scope
 36 |     /// - parameter operation: The closure to run for each element.
 37 |     func concurrentForEach(
 38 |         withPriority priority: TaskPriority? = nil,
    |                                `- error: cannot find type 'TaskPriority' in scope
 39 |         _ operation: @escaping (Element) async -> Void
 40 |     ) async {
/host/spi-builder-workspace/.build/checkouts/CollectionConcurrencyKit/Sources/CollectionConcurrencyKit.swift:64:32: error: cannot find type 'TaskPriority' in scope
 62 |     /// - throws: Rethrows any error thrown by the passed closure.
 63 |     func concurrentForEach(
 64 |         withPriority priority: TaskPriority? = nil,
    |                                `- error: cannot find type 'TaskPriority' in scope
 65 |         _ operation: @escaping (Element) async throws -> Void
 66 |     ) async throws {
/host/spi-builder-workspace/.build/checkouts/CollectionConcurrencyKit/Sources/CollectionConcurrencyKit.swift:121:32: error: cannot find type 'TaskPriority' in scope
119 |     ///   the transformed values will match the original sequence.
120 |     func concurrentMap<T>(
121 |         withPriority priority: TaskPriority? = nil,
    |                                `- error: cannot find type 'TaskPriority' in scope
122 |         _ transform: @escaping (Element) async -> T
123 |     ) async -> [T] {
/host/spi-builder-workspace/.build/checkouts/CollectionConcurrencyKit/Sources/CollectionConcurrencyKit.swift:152:32: error: cannot find type 'TaskPriority' in scope
150 |     /// - throws: Rethrows any error thrown by the passed closure.
151 |     func concurrentMap<T>(
152 |         withPriority priority: TaskPriority? = nil,
    |                                `- error: cannot find type 'TaskPriority' in scope
153 |         _ transform: @escaping (Element) async throws -> T
154 |     ) async throws -> [T] {
/host/spi-builder-workspace/.build/checkouts/CollectionConcurrencyKit/Sources/CollectionConcurrencyKit.swift:216:32: error: cannot find type 'TaskPriority' in scope
214 |     ///   except for the values that were transformed into `nil`.
215 |     func concurrentCompactMap<T>(
216 |         withPriority priority: TaskPriority? = nil,
    |                                `- error: cannot find type 'TaskPriority' in scope
217 |         _ transform: @escaping (Element) async -> T?
218 |     ) async -> [T] {
/host/spi-builder-workspace/.build/checkouts/CollectionConcurrencyKit/Sources/CollectionConcurrencyKit.swift:249:32: error: cannot find type 'TaskPriority' in scope
247 |     /// - throws: Rethrows any error thrown by the passed closure.
248 |     func concurrentCompactMap<T>(
249 |         withPriority priority: TaskPriority? = nil,
    |                                `- error: cannot find type 'TaskPriority' in scope
250 |         _ transform: @escaping (Element) async throws -> T?
251 |     ) async throws -> [T] {
/host/spi-builder-workspace/.build/checkouts/CollectionConcurrencyKit/Sources/CollectionConcurrencyKit.swift:311:32: error: cannot find type 'TaskPriority' in scope
309 |     ///   within the returned array.
310 |     func concurrentFlatMap<T: Sequence>(
311 |         withPriority priority: TaskPriority? = nil,
    |                                `- error: cannot find type 'TaskPriority' in scope
312 |         _ transform: @escaping (Element) async -> T
313 |     ) async -> [T.Element] {
/host/spi-builder-workspace/.build/checkouts/CollectionConcurrencyKit/Sources/CollectionConcurrencyKit.swift:345:32: error: cannot find type 'TaskPriority' in scope
343 |     /// - throws: Rethrows any error thrown by the passed closure.
344 |     func concurrentFlatMap<T: Sequence>(
345 |         withPriority priority: TaskPriority? = nil,
    |                                `- error: cannot find type 'TaskPriority' in scope
346 |         _ transform: @escaping (Element) async throws -> T
347 |     ) async throws -> [T.Element] {
/host/spi-builder-workspace/.build/checkouts/CollectionConcurrencyKit/Sources/CollectionConcurrencyKit.swift:41:15: error: cannot find 'withTaskGroup' in scope
 39 |         _ operation: @escaping (Element) async -> Void
 40 |     ) async {
 41 |         await withTaskGroup(of: Void.self) { group in
    |               `- error: cannot find 'withTaskGroup' in scope
 42 |             for element in self {
 43 |                 group.addTask(priority: priority) {
/host/spi-builder-workspace/.build/checkouts/CollectionConcurrencyKit/Sources/CollectionConcurrencyKit.swift:67:19: error: cannot find 'withThrowingTaskGroup' in scope
 65 |         _ operation: @escaping (Element) async throws -> Void
 66 |     ) async throws {
 67 |         try await withThrowingTaskGroup(of: Void.self) { group in
    |                   `- error: cannot find 'withThrowingTaskGroup' in scope
 68 |             for element in self {
 69 |                 group.addTask(priority: priority) {
/host/spi-builder-workspace/.build/checkouts/CollectionConcurrencyKit/Sources/CollectionConcurrencyKit.swift:125:13: error: cannot find 'Task' in scope
123 |     ) async -> [T] {
124 |         let tasks = map { element in
125 |             Task(priority: priority) {
    |             `- error: cannot find 'Task' in scope
126 |                 await transform(element)
127 |             }
/host/spi-builder-workspace/.build/checkouts/CollectionConcurrencyKit/Sources/CollectionConcurrencyKit.swift:156:13: error: cannot find 'Task' in scope
154 |     ) async throws -> [T] {
155 |         let tasks = map { element in
156 |             Task(priority: priority) {
    |             `- error: cannot find 'Task' in scope
157 |                 try await transform(element)
158 |             }
/host/spi-builder-workspace/.build/checkouts/CollectionConcurrencyKit/Sources/CollectionConcurrencyKit.swift:220:13: error: cannot find 'Task' in scope
218 |     ) async -> [T] {
219 |         let tasks = map { element in
220 |             Task(priority: priority) {
    |             `- error: cannot find 'Task' in scope
221 |                 await transform(element)
222 |             }
/host/spi-builder-workspace/.build/checkouts/CollectionConcurrencyKit/Sources/CollectionConcurrencyKit.swift:253:13: error: cannot find 'Task' in scope
251 |     ) async throws -> [T] {
252 |         let tasks = map { element in
253 |             Task(priority: priority) {
    |             `- error: cannot find 'Task' in scope
254 |                 try await transform(element)
255 |             }
/host/spi-builder-workspace/.build/checkouts/CollectionConcurrencyKit/Sources/CollectionConcurrencyKit.swift:315:13: error: cannot find 'Task' in scope
313 |     ) async -> [T.Element] {
314 |         let tasks = map { element in
315 |             Task(priority: priority) {
    |             `- error: cannot find 'Task' in scope
316 |                 await transform(element)
317 |             }
/host/spi-builder-workspace/.build/checkouts/CollectionConcurrencyKit/Sources/CollectionConcurrencyKit.swift:349:13: error: cannot find 'Task' in scope
347 |     ) async throws -> [T.Element] {
348 |         let tasks = map { element in
349 |             Task(priority: priority) {
    |             `- error: cannot find 'Task' in scope
350 |                 try await transform(element)
351 |             }
[13/27] Emitting module ProxyMembersMacros
BUILD FAILURE 6.2 wasm