Build Information
Failed to build swift-nice-things, reference 0.6.0 (7e4ce9), with Swift 6.2 for Android on 5 Apr 2026 19:58:58 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/swiftpackageindex/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/jessetipton/swift-nice-things.git
Reference: 0.6.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/jessetipton/swift-nice-things
* tag 0.6.0 -> FETCH_HEAD
HEAD is now at 7e4ce90 Updates for SPI-hosted documentation
Cloned https://github.com/jessetipton/swift-nice-things.git
Revision (git rev-parse @):
7e4ce9040e75abac675451ffba93f46dc0895de1
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/jessetipton/swift-nice-things.git at 0.6.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/jessetipton/swift-nice-things.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/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:ddd4edb33d5d885e17caac0b97dcd74ed916c6d1fa6d49f38e53038953d2cc51
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Fetching https://github.com/pointfreeco/swift-macro-testing.git
Fetching https://github.com/swiftlang/swift-syntax.git
[1/961] Fetching swift-macro-testing
[962/75901] Fetching swift-macro-testing, swift-syntax
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (9.39s)
Fetched https://github.com/swiftlang/swift-syntax.git from cache (9.49s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (13.65s)
Computing version for https://github.com/pointfreeco/swift-macro-testing.git
Computed https://github.com/pointfreeco/swift-macro-testing.git at 0.6.5 (0.93s)
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/16034] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (4.28s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.19.2 (5.11s)
Fetching https://github.com/pointfreeco/swift-custom-dump
[1/5443] Fetching swift-custom-dump
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (0.65s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (1.46s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5723] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.27s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (2.02s)
Creating working copy for https://github.com/pointfreeco/swift-macro-testing.git
Working copy of https://github.com/pointfreeco/swift-macro-testing.git resolved at 0.6.5
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.19.2
Creating working copy for https://github.com/swiftlang/swift-syntax.git
Working copy of https://github.com/swiftlang/swift-syntax.git resolved at 600.0.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.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.61s)
Building for debugging...
[0/7] Write sources
[3/7] Write swift-version--11D90AFD9DD3AB2.txt
[5/11] Emitting module NiceThingsMacros
[6/11] Compiling NiceThingsMacros MemberwiseInitMacro.swift
[7/11] Compiling NiceThingsMacros NiceThingsPlugin.swift
[8/11] Compiling NiceThingsMacros URLMacro.swift
[9/12] Wrapping AST for NiceThingsMacros for debugging
[10/12] Write Objects.LinkFileList
[11/12] Linking NiceThingsMacros-tool
[13/28] Compiling NiceThings Collection+IsNotEmpty.swift
/host/spi-builder-workspace/Sources/NiceThings/Extensions/SwiftUI/EdgeInsets+Zero.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | @available(iOS 13, macOS 10.15, tvOS 13, watchOS 6, *)
[14/29] Compiling NiceThings AsyncSequence+Collect.swift
/host/spi-builder-workspace/Sources/NiceThings/Extensions/SwiftUI/EdgeInsets+Zero.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | @available(iOS 13, macOS 10.15, tvOS 13, watchOS 6, *)
[15/29] Compiling NiceThings Collection+Average.swift
/host/spi-builder-workspace/Sources/NiceThings/Extensions/SwiftUI/EdgeInsets+Zero.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | @available(iOS 13, macOS 10.15, tvOS 13, watchOS 6, *)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[16/29] Emitting module NiceThings
/host/spi-builder-workspace/Sources/NiceThings/Extensions/SwiftUI/EdgeInsets+Zero.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | @available(iOS 13, macOS 10.15, tvOS 13, watchOS 6, *)
[17/29] Compiling NiceThings Either.swift
/host/spi-builder-workspace/Sources/NiceThings/Extensions/SwiftUI/EdgeInsets+Zero.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | @available(iOS 13, macOS 10.15, tvOS 13, watchOS 6, *)
[18/29] Compiling NiceThings MemberwiseInit.swift
/host/spi-builder-workspace/Sources/NiceThings/Extensions/SwiftUI/EdgeInsets+Zero.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | @available(iOS 13, macOS 10.15, tvOS 13, watchOS 6, *)
[19/29] Compiling NiceThings EdgeInsets+Zero.swift
/host/spi-builder-workspace/Sources/NiceThings/Extensions/SwiftUI/EdgeInsets+Zero.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | @available(iOS 13, macOS 10.15, tvOS 13, watchOS 6, *)
[20/29] Compiling NiceThings URL.swift
/host/spi-builder-workspace/Sources/NiceThings/Extensions/SwiftUI/EdgeInsets+Zero.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | @available(iOS 13, macOS 10.15, tvOS 13, watchOS 6, *)
[21/29] Compiling NiceThings Sequence+Sum.swift
/host/spi-builder-workspace/Sources/NiceThings/Extensions/SwiftUI/EdgeInsets+Zero.swift:8:8: error: no such module 'SwiftUI'
6 | //
7 |
8 | import SwiftUI
| `- error: no such module 'SwiftUI'
9 |
10 | @available(iOS 13, macOS 10.15, tvOS 13, watchOS 6, *)
BUILD FAILURE 6.2 android