Build Information
Failed to build TypedAppStorage, reference main (4fa2f6
), with Swift 6.1 for Android on 14 Jun 2025 19:04:37 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/laosb/TypedAppStorage.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/laosb/TypedAppStorage
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 4fa2f61 doc: Document TypedUserDefaults usage and update docs
Cloned https://github.com/laosb/TypedAppStorage.git
Revision (git rev-parse @):
4fa2f6153238b3a98acbb315e5a556ae924d9569
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/laosb/TypedAppStorage.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/laosb/TypedAppStorage.git
https://github.com/laosb/TypedAppStorage.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "TypedAppStorage",
"name" : "TypedAppStorage",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "maccatalyst",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "watchos",
"version" : "7.0"
}
],
"products" : [
{
"name" : "TypedAppStorage",
"targets" : [
"TypedAppStorage"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TypedAppStorageTests",
"module_type" : "SwiftTarget",
"name" : "TypedAppStorageTests",
"path" : "Tests/TypedAppStorageTests",
"sources" : [
"TypedAppStorageTests.swift",
"TypedUserDefaultsTests.swift"
],
"target_dependencies" : [
"TypedAppStorage"
],
"type" : "test"
},
{
"c99name" : "TypedAppStorage",
"module_type" : "SwiftTarget",
"name" : "TypedAppStorage",
"path" : "Sources/TypedAppStorage",
"product_memberships" : [
"TypedAppStorage"
],
"sources" : [
"TypedAppStorage.swift",
"TypedUserDefaults.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:53019eca44ba8cce4deef66552e72c09c078a8a7314109c78012ab10170a991e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/5] Emitting module TypedAppStorage
/host/spi-builder-workspace/Sources/TypedAppStorage/TypedAppStorage.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// The protocol that typed app storage values must conform to.
[4/5] Compiling TypedAppStorage TypedUserDefaults.swift
/host/spi-builder-workspace/Sources/TypedAppStorage/TypedAppStorage.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// The protocol that typed app storage values must conform to.
[5/5] Compiling TypedAppStorage TypedAppStorage.swift
/host/spi-builder-workspace/Sources/TypedAppStorage/TypedAppStorage.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// The protocol that typed app storage values must conform to.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:53019eca44ba8cce4deef66552e72c09c078a8a7314109c78012ab10170a991e
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/4] Emitting module TypedAppStorage
/host/spi-builder-workspace/Sources/TypedAppStorage/TypedAppStorage.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// The protocol that typed app storage values must conform to.
[3/4] Compiling TypedAppStorage TypedUserDefaults.swift
/host/spi-builder-workspace/Sources/TypedAppStorage/TypedAppStorage.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// The protocol that typed app storage values must conform to.
[4/4] Compiling TypedAppStorage TypedAppStorage.swift
/host/spi-builder-workspace/Sources/TypedAppStorage/TypedAppStorage.swift:1:8: error: no such module 'SwiftUI'
1 | import SwiftUI
| `- error: no such module 'SwiftUI'
2 |
3 | /// The protocol that typed app storage values must conform to.
BUILD FAILURE 6.1 android