Build Information
Failed to build FuturedKit, reference main (cfc434), with Swift 6.2 for Wasm on 18 Apr 2026 17:24:20 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/futuredapp/FuturedKit.git
Reference: main
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
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at cfc434f Merge pull request #62 from futuredapp/cleanup/remove-legacy-image-pickers
Cloned https://github.com/futuredapp/FuturedKit.git
Revision (git rev-parse @):
cfc434fa9cc80755cc26a77fac1a5cfbac600218
SUCCESS checkout https://github.com/futuredapp/FuturedKit.git at main
========================================
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-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest swift build --swift-sdk swift-6.2-RELEASE_wasm 2>&1
wasm-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:2a8b2d9e022a9894c61e0736af7cdaa1ee64c002dbb133a55c0d7e8980b3ad16
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:wasm-6.2-latest
Fetching https://github.com/futuredapp/futured-macros
[1/322] Fetching futured-macros
Fetched https://github.com/futuredapp/futured-macros from cache (0.24s)
Computing version for https://github.com/futuredapp/futured-macros
Computed https://github.com/futuredapp/futured-macros at 0.2.0 (0.97s)
Fetching https://github.com/apple/swift-syntax.git
[1/74983] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (6.35s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (8.65s)
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/futuredapp/futured-macros
Working copy of https://github.com/futuredapp/futured-macros resolved at 0.2.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.36s)
Building for debugging...
[0/13] Write sources
[6/13] Write swift-version-24593BA9C3E375BF.txt
[8/21] Compiling EnumIdentableMacros Plugin.swift
[9/21] Emitting module ProxyMembersMacros
[10/21] Compiling ProxyMembersMacros ProxyMembersMacro.swift
[11/22] Wrapping AST for ProxyMembersMacros for debugging
[12/22] Write Objects.LinkFileList
[13/22] Linking ProxyMembersMacros-tool
[15/24] Compiling EnumIdentableMacros EnumIdentableMacro.swift
[16/24] Emitting module EnumIdentableMacros
[17/24] Compiling EnumIdentableMacros ExtensionExpansion.swift
[18/24] Compiling EnumIdentableMacros Diagnostics.swift
[19/24] Compiling EnumIdentableMacros MemberExpansion.swift
[20/25] Wrapping AST for EnumIdentableMacros for debugging
[21/25] Write Objects.LinkFileList
[22/25] Linking EnumIdentableMacros-tool
[24/27] Emitting module ProxyMembers
[25/27] Compiling ProxyMembers ProxyMembers.swift
[27/28] Emitting module EnumIdentable
[28/28] Compiling EnumIdentable EnumIdentable.swift
[30/37] Compiling FuturedArchitecture AlertModel.swift
/host/spi-builder-workspace/Sources/FuturedArchitecture/Architecture/Alert/AlertModel.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A model representation of an alert, which is used by `defaultAlert(model: AlertModel)` SwiftUI View modifier
[31/38] Compiling FuturedArchitecture Coordinator.swift
/host/spi-builder-workspace/Sources/FuturedArchitecture/Architecture/Alert/AlertModel.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A model representation of an alert, which is used by `defaultAlert(model: AlertModel)` SwiftUI View modifier
error: emit-module command failed with exit code 1 (use -v to see invocation)
[32/38] Emitting module FuturedArchitecture
/host/spi-builder-workspace/Sources/FuturedArchitecture/Architecture/Alert/AlertModel.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A model representation of an alert, which is used by `defaultAlert(model: AlertModel)` SwiftUI View modifier
[33/38] Compiling FuturedArchitecture DataCache.swift
/host/spi-builder-workspace/Sources/FuturedArchitecture/Architecture/Alert/AlertModel.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A model representation of an alert, which is used by `defaultAlert(model: AlertModel)` SwiftUI View modifier
[34/38] Compiling FuturedArchitecture ModalCoverModel.swift
/host/spi-builder-workspace/Sources/FuturedArchitecture/Architecture/Alert/AlertModel.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A model representation of an alert, which is used by `defaultAlert(model: AlertModel)` SwiftUI View modifier
[35/38] Compiling FuturedArchitecture NavigationStackFlow.swift
/host/spi-builder-workspace/Sources/FuturedArchitecture/Architecture/Alert/AlertModel.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A model representation of an alert, which is used by `defaultAlert(model: AlertModel)` SwiftUI View modifier
[36/38] Compiling FuturedArchitecture TabViewFlow.swift
/host/spi-builder-workspace/Sources/FuturedArchitecture/Architecture/Alert/AlertModel.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A model representation of an alert, which is used by `defaultAlert(model: AlertModel)` SwiftUI View modifier
[37/38] Compiling FuturedArchitecture AlertModifier.swift
/host/spi-builder-workspace/Sources/FuturedArchitecture/Architecture/Alert/AlertModel.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A model representation of an alert, which is used by `defaultAlert(model: AlertModel)` SwiftUI View modifier
[38/38] Compiling FuturedArchitecture ComponentModel.swift
/host/spi-builder-workspace/Sources/FuturedArchitecture/Architecture/Alert/AlertModel.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// A model representation of an alert, which is used by `defaultAlert(model: AlertModel)` SwiftUI View modifier
BUILD FAILURE 6.2 wasm