The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Scaffolding, reference main (ffaa91), with Swift 6.2 for Android on 24 Mar 2026 23:29:17 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/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dotaeva/scaffolding.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/dotaeva/scaffolding
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at ffaa91d Merge pull request #5 from milanrada/fix/dismiss-cleanup-and-retain-cycles
Cloned https://github.com/dotaeva/scaffolding.git
Revision (git rev-parse @):
ffaa91d2ae6933888fd0ad38c320bd954cb7548b
SUCCESS checkout https://github.com/dotaeva/scaffolding.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.2
Building package at path:  $PWD
https://github.com/dotaeva/scaffolding.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/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:ed06329bcd62885fa27d8bb2bd26ede56f367c486166aaeeac553557f3a78bad
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Fetching https://github.com/swiftlang/swift-syntax
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2171] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.46s)
[1/74836] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax from cache (5.12s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 600.0.1 (8.59s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (0.43s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3671] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.40s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.88s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 600.0.1
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit 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.39s)
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/8] Write sources
[4/8] Write swift-version--11D90AFD9DD3AB2.txt
[6/12] Compiling ScaffoldingMacros ScaffoldingIgnoredMacro.swift
[7/12] Compiling ScaffoldingMacros Plugin.swift
[8/12] Emitting module ScaffoldingMacros
[9/12] Compiling ScaffoldingMacros ScaffoldableMacro.swift
[10/13] Wrapping AST for ScaffoldingMacros for debugging
[11/13] Write Objects.LinkFileList
[12/13] Linking ScaffoldingMacros-tool
[14/27] Compiling Scaffolding View+FlowCoordinatable.swift
/host/spi-builder-workspace/Sources/Scaffolding/Coordinatable/Coordinatable.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 | import os.log
 10 |
[15/27] Compiling Scaffolding Root.swift
/host/spi-builder-workspace/Sources/Scaffolding/Coordinatable/Coordinatable.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 | import os.log
 10 |
[16/27] Compiling Scaffolding DummyDestination.swift
/host/spi-builder-workspace/Sources/Scaffolding/Coordinatable/Coordinatable.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 | import os.log
 10 |
[17/27] Compiling Scaffolding View+Coordinatable.swift
/host/spi-builder-workspace/Sources/Scaffolding/Coordinatable/Coordinatable.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 | import os.log
 10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[18/28] Emitting module Scaffolding
/host/spi-builder-workspace/Sources/Scaffolding/Coordinatable/Coordinatable.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 | import os.log
 10 |
[19/28] Compiling Scaffolding CoordinatableView.swift
/host/spi-builder-workspace/Sources/Scaffolding/Coordinatable/Coordinatable.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 | import os.log
 10 |
[20/28] Compiling Scaffolding Destination.swift
/host/spi-builder-workspace/Sources/Scaffolding/Coordinatable/Coordinatable.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 | import os.log
 10 |
[21/28] Compiling Scaffolding FlowCoordinatable.swift
/host/spi-builder-workspace/Sources/Scaffolding/Coordinatable/Coordinatable.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 | import os.log
 10 |
[22/28] Compiling Scaffolding FlowStack.swift
/host/spi-builder-workspace/Sources/Scaffolding/Coordinatable/Coordinatable.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 | import os.log
 10 |
[23/28] Compiling Scaffolding Coordinatable.swift
/host/spi-builder-workspace/Sources/Scaffolding/Coordinatable/Coordinatable.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 | import os.log
 10 |
[24/28] Compiling Scaffolding CoordinatableData.swift
/host/spi-builder-workspace/Sources/Scaffolding/Coordinatable/Coordinatable.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 | import os.log
 10 |
[25/28] Compiling Scaffolding TabCoordinatable.swift
/host/spi-builder-workspace/Sources/Scaffolding/Coordinatable/Coordinatable.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 | import os.log
 10 |
[26/28] Compiling Scaffolding RootCoordinatable.swift
/host/spi-builder-workspace/Sources/Scaffolding/Coordinatable/Coordinatable.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 | import os.log
 10 |
[27/28] Compiling Scaffolding Scaffolding.swift
/host/spi-builder-workspace/Sources/Scaffolding/Coordinatable/Coordinatable.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 | import os.log
 10 |
[28/28] Compiling Scaffolding TabItems.swift
/host/spi-builder-workspace/Sources/Scaffolding/Coordinatable/Coordinatable.swift:8:8: error: no such module 'SwiftUI'
  6 | //
  7 |
  8 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  9 | import os.log
 10 |
BUILD FAILURE 6.2 android