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 swiftui-stack, reference main (9f1771), with Swift 6.2 (beta) for Android on 20 Jun 2025 12:26:46 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/FluidGroup/swiftui-stack.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/FluidGroup/swiftui-stack
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 9f1771b Update
Submodule path 'submodules/swiftui-snap-dragging-modifier': checked out '49a8a4425d238601b086cef5bb26005efb43993e'
Submodule path 'submodules/swiftui-support': checked out '8ef53190c33bd345e7a95ef504dafe0f85ad9c4d'
Submodule 'submodules/swiftui-snap-dragging-modifier' (https://github.com/FluidGroup/swiftui-snap-dragging-modifier.git) registered for path 'submodules/swiftui-snap-dragging-modifier'
Submodule 'submodules/swiftui-support' (https://github.com/FluidGroup/swiftui-support.git) registered for path 'submodules/swiftui-support'
Cloning into '/host/spi-builder-workspace/submodules/swiftui-snap-dragging-modifier'...
Cloning into '/host/spi-builder-workspace/submodules/swiftui-support'...
Cloned https://github.com/FluidGroup/swiftui-stack.git
Revision (git rev-parse @):
9f1771b75f27748b90a0994e85c16d940d1c040e
SUCCESS checkout https://github.com/FluidGroup/swiftui-stack.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/FluidGroup/swiftui-stack.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/host -w "$PWD" 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:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/FluidGroup/swiftui-snap-dragging-modifier
Fetching https://github.com/FluidGroup/swiftui-support
Fetching https://github.com/nalexn/ViewInspector.git
[1/317] Fetching swiftui-snap-dragging-modifier
[318/12732] Fetching swiftui-snap-dragging-modifier, viewinspector
Fetched https://github.com/nalexn/ViewInspector.git from cache (0.57s)
[1/155864] Fetching swiftui-support
Fetched https://github.com/FluidGroup/swiftui-snap-dragging-modifier from cache (6.00s)
Fetched https://github.com/FluidGroup/swiftui-support from cache (6.09s)
Computing version for https://github.com/FluidGroup/swiftui-snap-dragging-modifier
Computed https://github.com/FluidGroup/swiftui-snap-dragging-modifier at 1.3.0 (7.72s)
Fetching https://github.com/FluidGroup/swift-rubber-banding
[1/13] Fetching swift-rubber-banding
Fetched https://github.com/FluidGroup/swift-rubber-banding from cache (0.54s)
Computing version for https://github.com/FluidGroup/swift-rubber-banding
Computed https://github.com/FluidGroup/swift-rubber-banding at 1.0.0 (1.38s)
Computing version for https://github.com/FluidGroup/swiftui-support
Computed https://github.com/FluidGroup/swiftui-support at 0.13.0 (0.76s)
Computing version for https://github.com/nalexn/ViewInspector.git
Computed https://github.com/nalexn/ViewInspector.git at 0.10.2 (0.71s)
Creating working copy for https://github.com/nalexn/ViewInspector.git
Working copy of https://github.com/nalexn/ViewInspector.git resolved at 0.10.2
Creating working copy for https://github.com/FluidGroup/swiftui-support
Working copy of https://github.com/FluidGroup/swiftui-support resolved at 0.13.0
Creating working copy for https://github.com/FluidGroup/swiftui-snap-dragging-modifier
Working copy of https://github.com/FluidGroup/swiftui-snap-dragging-modifier resolved at 1.3.0
Creating working copy for https://github.com/FluidGroup/swift-rubber-banding
Working copy of https://github.com/FluidGroup/swift-rubber-banding resolved at 1.0.0
Building for debugging...
[0/7] Write sources
[6/7] Write swift-version-8C5A4AE7A8CE2BA.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/14] Emitting module SwiftUISupportSizing
/host/spi-builder-workspace/.build/checkouts/swiftui-support/Sources/SwiftUISupportSizing/ResizableModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A `ViewModifier` that scales its content to fill the available space.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/14] Emitting module SwiftUISupportGeometryEffect
/host/spi-builder-workspace/.build/checkouts/swiftui-support/Sources/SwiftUISupportGeometryEffect/TranslationEffect.swift:2:8: error: no such module 'SwiftUI'
 1 |
 2 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 3 |
 4 | /// Animatable Translation Effect
[10/14] Compiling SwiftUISupportGeometryEffect TranslationEffect.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-support/Sources/SwiftUISupportGeometryEffect/TranslationEffect.swift:2:8: error: no such module 'SwiftUI'
 1 |
 2 | import SwiftUI
   |        `- error: no such module 'SwiftUI'
 3 |
 4 | /// Animatable Translation Effect
[11/14] Compiling RubberBanding rubberBand.swift
[12/14] Emitting module RubberBanding
[13/15] Compiling SwiftUISupportSizing View+MeasureSize.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-support/Sources/SwiftUISupportSizing/ResizableModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A `ViewModifier` that scales its content to fill the available space.
[14/15] Compiling SwiftUISupportSizing ResizableModifier.swift
/host/spi-builder-workspace/.build/checkouts/swiftui-support/Sources/SwiftUISupportSizing/ResizableModifier.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A `ViewModifier` that scales its content to fill the available space.
BUILD FAILURE 6.2 android