Build Information
Failed to build FuturedKit, reference 1.4.0 (8e68ee), with Swift 6.2 for Android on 19 Nov 2025 16:22:35 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build 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: android
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-1":/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:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:c3fe93b3f7c9edfd66b4287786a9b8caf7805f96d7219e301e257b4e0de911bb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/JohnSundell/CollectionConcurrencyKit
Fetching https://github.com/futuredapp/futured-macros
Fetching https://github.com/mkj-is/BindingKit
[1/323] Fetching futured-macros
[324/474] Fetching futured-macros, bindingkit
[383/575] Fetching futured-macros, bindingkit, collectionconcurrencykit
Fetched https://github.com/mkj-is/BindingKit from cache (0.24s)
Fetched https://github.com/futuredapp/futured-macros from cache (0.24s)
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.68s)
Computing version for https://github.com/JohnSundell/CollectionConcurrencyKit
Computed https://github.com/JohnSundell/CollectionConcurrencyKit at 0.2.0 (0.40s)
Computing version for https://github.com/futuredapp/futured-macros
Computed https://github.com/futuredapp/futured-macros at 0.2.0 (0.36s)
Fetching https://github.com/apple/swift-syntax.git
[1/72890] Fetching swift-syntax
Fetched https://github.com/apple/swift-syntax.git from cache (7.91s)
Computing version for https://github.com/apple/swift-syntax.git
Computed https://github.com/apple/swift-syntax.git at 600.0.1 (8.94s)
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/JohnSundell/CollectionConcurrencyKit
Working copy of https://github.com/JohnSundell/CollectionConcurrencyKit resolved at 0.2.0
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.1-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz
Downloaded https://download.swift.org/prebuilts/swift-syntax/600.0.1/swift-6.2.1-RELEASE-MacroSupport-ubuntu_jammy_x86_64.tar.gz (0.58s)
Building for debugging...
[0/15] Write sources
[8/15] Write swift-version--6B0C4D200E742BB1.txt
[10/32] Compiling BindingKit Binding+StoredValue.swift
/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 {
[11/32] Compiling BindingKit Transformation.swift
/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 {
[12/32] Emitting module EnumIdentableMacros
[13/32] Compiling EnumIdentableMacros Plugin.swift
[14/32] Compiling BindingKit Binding+Effects.swift
/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)
[15/32] Compiling BindingKit Binding+Coalescing.swift
/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 {
[16/32] Compiling BindingKit Binding+Map.swift
/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 {
[17/32] 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 {
[18/32] Compiling BindingKit Binding+KeyPath.swift
/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 {
[19/32] Emitting module ProxyMembersMacros
[20/32] Compiling ProxyMembersMacros ProxyMembersMacro.swift
[21/33] Compiling CollectionConcurrencyKit CollectionConcurrencyKit.swift
[22/33] Emitting module CollectionConcurrencyKit
[23/34] Compiling EnumIdentableMacros Diagnostics.swift
BUILD FAILURE 6.2 android