Build Information
Failed to build swift-nice-things, reference main (4d68c9), with Swift 6.2 for Android on 7 Apr 2026 07:35:03 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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: 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/jessetipton/swift-nice-things
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4d68c93 Enhance Either
Cloned https://github.com/jessetipton/swift-nice-things.git
Revision (git rev-parse @):
4d68c932960b6762bec36166393e41d90f21fc69
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/jessetipton/swift-nice-things.git at main
========================================
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-3":/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:5035882bdb641967e5ae07a499070284256814527d7fde58d66352f53c7a6666
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.2-latest
Fetching https://github.com/swiftlang/swift-syntax.git
Fetching https://github.com/pointfreeco/swift-macro-testing.git
[1/961] Fetching swift-macro-testing
Fetched https://github.com/pointfreeco/swift-macro-testing.git from cache (0.42s)
[1/74932] Fetching swift-syntax
Fetched https://github.com/swiftlang/swift-syntax.git from cache (8.38s)
Computing version for https://github.com/swiftlang/swift-syntax.git
Computed https://github.com/swiftlang/swift-syntax.git at 600.0.1 (12.24s)
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.62s)
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 (4.91s)
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.51s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (1.10s)
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.10s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (1.68s)
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/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-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.19.2
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.59s)
Building for debugging...
[0/7] Write sources
[3/7] Write swift-version--11D90AFD9DD3AB2.txt
[5/11] Compiling NiceThingsMacros MemberwiseInitMacro.swift
[6/11] Emitting module NiceThingsMacros
[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 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, *)
[14/29] 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, *)
[15/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, *)
[16/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, *)
[17/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, *)
[18/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)
[19/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, *)
[20/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, *)
[21/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, *)
BUILD FAILURE 6.2 android