Build Information
Failed to build MNSwitchi, reference 0.2.0 (2f96de), with Swift 6.1 for Android on 27 May 2025 08:00:11 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/mednoor/MNSwitchi.git
Reference: 0.2.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/mednoor/MNSwitchi
* tag 0.2.0 -> FETCH_HEAD
HEAD is now at 2f96de3 update readme file
Cloned https://github.com/mednoor/MNSwitchi.git
Revision (git rev-parse @):
2f96de379ba56d519537db4b9be41b7109cca855
SUCCESS checkout https://github.com/mednoor/MNSwitchi.git at 0.2.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/mednoor/MNSwitchi.git
https://github.com/mednoor/MNSwitchi.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "MNSwitchi",
"name" : "MNSwitchi",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "11.0"
}
],
"products" : [
{
"name" : "MNSwitchi",
"targets" : [
"MNSwitchi"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MNSwitchiTests",
"module_type" : "SwiftTarget",
"name" : "MNSwitchiTests",
"path" : "Tests/MNSwitchiTests",
"sources" : [
"MNSwitchiTests.swift"
],
"target_dependencies" : [
"MNSwitchi"
],
"type" : "test"
},
{
"c99name" : "MNSwitchi",
"module_type" : "SwiftTarget",
"name" : "MNSwitchi",
"path" : "Sources/MNSwitchi",
"product_memberships" : [
"MNSwitchi"
],
"sources" : [
"Data/MNSwitchiAppearance.swift",
"Data/MNSwitchiContent.swift",
"Data/MNSwitchiOptions.swift",
"UI/MNSwitchi.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
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/7] Emitting module MNSwitchi
/host/spi-builder-workspace/Sources/MNSwitchi/Data/MNSwitchiAppearance.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct MNSwitchiAppearance {
[4/7] Compiling MNSwitchi MNSwitchi.swift
/host/spi-builder-workspace/Sources/MNSwitchi/Data/MNSwitchiAppearance.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct MNSwitchiAppearance {
[5/7] Compiling MNSwitchi MNSwitchiOptions.swift
/host/spi-builder-workspace/Sources/MNSwitchi/Data/MNSwitchiAppearance.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct MNSwitchiAppearance {
[6/7] Compiling MNSwitchi MNSwitchiContent.swift
/host/spi-builder-workspace/Sources/MNSwitchi/Data/MNSwitchiAppearance.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct MNSwitchiAppearance {
[7/7] Compiling MNSwitchi MNSwitchiAppearance.swift
/host/spi-builder-workspace/Sources/MNSwitchi/Data/MNSwitchiAppearance.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct MNSwitchiAppearance {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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:9f3c606dcd2a4f06d17ba472aa533c43685ba7ba19a5c9bc23518a066eb7f86a
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
[2/6] Compiling MNSwitchi MNSwitchiOptions.swift
/host/spi-builder-workspace/Sources/MNSwitchi/Data/MNSwitchiAppearance.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct MNSwitchiAppearance {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/6] Emitting module MNSwitchi
/host/spi-builder-workspace/Sources/MNSwitchi/Data/MNSwitchiAppearance.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct MNSwitchiAppearance {
[4/6] Compiling MNSwitchi MNSwitchiContent.swift
/host/spi-builder-workspace/Sources/MNSwitchi/Data/MNSwitchiAppearance.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct MNSwitchiAppearance {
[5/6] Compiling MNSwitchi MNSwitchiAppearance.swift
/host/spi-builder-workspace/Sources/MNSwitchi/Data/MNSwitchiAppearance.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct MNSwitchiAppearance {
[6/6] Compiling MNSwitchi MNSwitchi.swift
/host/spi-builder-workspace/Sources/MNSwitchi/Data/MNSwitchiAppearance.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | public struct MNSwitchiAppearance {
BUILD FAILURE 6.1 android