Build Information
Failed to build WWLog, reference 1.1.1 (6c4f8a), with Swift 6.1 for Android on 20 Mar 2026 11:05:16 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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/William-Weng/WWLog.git
Reference: 1.1.1
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/William-Weng/WWLog
* tag 1.1.1 -> FETCH_HEAD
HEAD is now at 6c4f8ae - Swift 5.7 / iOS 15 / 增加文字顏色的設定值 / 加上圓角 / 使用Task
Cloned https://github.com/William-Weng/WWLog.git
Revision (git rev-parse @):
6c4f8ae633ac20bcf14adf6d5cecfe742768fc28
SUCCESS checkout https://github.com/William-Weng/WWLog.git at 1.1.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/William-Weng/WWLog.git
https://github.com/William-Weng/WWLog.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "WWLog",
"name" : "WWLog",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "WWLog",
"targets" : [
"WWLog"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "WWLog",
"module_type" : "SwiftTarget",
"name" : "WWLog",
"path" : "Sources/WWLog",
"product_memberships" : [
"WWLog"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/Sources/WWLog/Material/clearn.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/WWLog/Material/copy.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/WWLog/Material/zoom.png",
"rule" : {
"process" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/WWLog/Privacy",
"rule" : {
"copy" : {
}
}
},
{
"path" : "/host/spi-builder-workspace/Sources/WWLog/Storyboard/Main.storyboard",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Utility/Extension.swift",
"ViewController/LogViewController.swift",
"ViewController/LogWindow.swift",
"WWLog.swift"
],
"type" : "library"
}
],
"tools_version" : "5.7"
}
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.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 swiftpackageindex/spi-images
Digest: sha256:4aaa9704d9ec48004f0d4dbd1faa76d47dfce67570c934d5c9f7c1557cee5c73
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Building for debugging...
[0/7] Copying clearn.png
[0/7] Write sources
[0/7] Copying zoom.png
[0/7] Copying Main.storyboard
[4/7] Copying copy.png
[5/7] Copying Privacy
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/13] Compiling WWLog WWLog.swift
/host/spi-builder-workspace/Sources/WWLog/Utility/Extension.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - UIStoryboard (static function)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/13] Emitting module WWLog
/host/spi-builder-workspace/Sources/WWLog/Utility/Extension.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - UIStoryboard (static function)
[10/13] Compiling WWLog Extension.swift
/host/spi-builder-workspace/Sources/WWLog/Utility/Extension.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - UIStoryboard (static function)
[11/13] Compiling WWLog LogViewController.swift
/host/spi-builder-workspace/Sources/WWLog/Utility/Extension.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - UIStoryboard (static function)
[12/13] Compiling WWLog LogWindow.swift
/host/spi-builder-workspace/Sources/WWLog/Utility/Extension.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - UIStoryboard (static function)
[13/13] Compiling WWLog resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/WWLog/Utility/Extension.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - UIStoryboard (static function)
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.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:4aaa9704d9ec48004f0d4dbd1faa76d47dfce67570c934d5c9f7c1557cee5c73
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/7] Compiling WWLog Extension.swift
/host/spi-builder-workspace/Sources/WWLog/Utility/Extension.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - UIStoryboard (static function)
[3/7] Compiling WWLog LogWindow.swift
/host/spi-builder-workspace/Sources/WWLog/Utility/Extension.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - UIStoryboard (static function)
[4/7] Compiling WWLog WWLog.swift
/host/spi-builder-workspace/Sources/WWLog/Utility/Extension.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - UIStoryboard (static function)
[5/7] Compiling WWLog resource_bundle_accessor.swift
/host/spi-builder-workspace/Sources/WWLog/Utility/Extension.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - UIStoryboard (static function)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/7] Emitting module WWLog
/host/spi-builder-workspace/Sources/WWLog/Utility/Extension.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - UIStoryboard (static function)
[7/7] Compiling WWLog LogViewController.swift
/host/spi-builder-workspace/Sources/WWLog/Utility/Extension.swift:8:8: error: no such module 'UIKit'
6 | //
7 |
8 | import UIKit
| `- error: no such module 'UIKit'
9 |
10 | // MARK: - UIStoryboard (static function)
BUILD FAILURE 6.1 android