Build Information
Failed to build DevelopmentKit, reference Dev (0b1f40), with Swift 6.1 for Android on 24 Feb 2026 10:39:53 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/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/milleyin/DevelopmentKit.git
Reference: Dev
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/milleyin/DevelopmentKit
* branch Dev -> FETCH_HEAD
* [new branch] Dev -> origin/Dev
HEAD is now at 0b1f408 Merge pull request #40 from milleyin/0.0.10(2025063)Log(<T>)函数优化
Cloned https://github.com/milleyin/DevelopmentKit.git
Revision (git rev-parse @):
0b1f4086a7c6ab9cb0e240afab335ded2cc1059b
SUCCESS checkout https://github.com/milleyin/DevelopmentKit.git at Dev
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/milleyin/DevelopmentKit.git
https://github.com/milleyin/DevelopmentKit.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
],
"manifest_display_name" : "DevelopmentKit",
"name" : "DevelopmentKit",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
}
],
"products" : [
{
"name" : "DevelopmentKit",
"targets" : [
"DevelopmentKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "DevelopmentKitTests",
"module_type" : "SwiftTarget",
"name" : "DevelopmentKitTests",
"path" : "Tests",
"sources" : [
"DevelopmentKitTests.swift"
],
"target_dependencies" : [
"DevelopmentKit"
],
"type" : "test"
},
{
"c99name" : "DevelopmentKit",
"module_type" : "SwiftTarget",
"name" : "DevelopmentKit",
"path" : "Sources/DevelopmentKit",
"product_memberships" : [
"DevelopmentKit"
],
"sources" : [
"API/Error.swift",
"API/Network.swift",
"API/SysInfo.swift",
"API/Utilities.swift",
"DevelopmentKit.swift",
"Ext./Date.swift",
"Ext./Double.swift",
"Ext./String.swift",
"Ext./UIApplication.swift",
"Log/Log.swift",
"Log/LogLocalManager.swift",
"Models.swift",
"NavigationRouter.swift"
],
"type" : "library"
}
],
"tools_version" : "5.9"
}
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/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:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
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/15] Emitting module DevelopmentKit
/host/spi-builder-workspace/Sources/DevelopmentKit/API/Network.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 | import Network
11 | #if os(iOS)
[4/16] Compiling DevelopmentKit NavigationRouter.swift
/host/spi-builder-workspace/Sources/DevelopmentKit/API/Network.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 | import Network
11 | #if os(iOS)
[5/16] Compiling DevelopmentKit Models.swift
/host/spi-builder-workspace/Sources/DevelopmentKit/API/Network.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 | import Network
11 | #if os(iOS)
[6/16] Compiling DevelopmentKit DevelopmentKit.swift
/host/spi-builder-workspace/Sources/DevelopmentKit/API/Network.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 | import Network
11 | #if os(iOS)
[7/16] Compiling DevelopmentKit Date.swift
/host/spi-builder-workspace/Sources/DevelopmentKit/API/Network.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 | import Network
11 | #if os(iOS)
[8/16] Compiling DevelopmentKit UIApplication.swift
/host/spi-builder-workspace/Sources/DevelopmentKit/API/Network.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 | import Network
11 | #if os(iOS)
[9/16] Compiling DevelopmentKit Log.swift
/host/spi-builder-workspace/Sources/DevelopmentKit/API/Network.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 | import Network
11 | #if os(iOS)
[10/16] Compiling DevelopmentKit Double.swift
/host/spi-builder-workspace/Sources/DevelopmentKit/API/Network.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 | import Network
11 | #if os(iOS)
[11/16] Compiling DevelopmentKit String.swift
/host/spi-builder-workspace/Sources/DevelopmentKit/API/Network.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 | import Network
11 | #if os(iOS)
[12/16] Compiling DevelopmentKit LogLocalManager.swift
/host/spi-builder-workspace/Sources/DevelopmentKit/API/Network.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 | import Network
11 | #if os(iOS)
[13/16] Compiling DevelopmentKit SysInfo.swift
/host/spi-builder-workspace/Sources/DevelopmentKit/API/Network.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 | import Network
11 | #if os(iOS)
[14/16] Compiling DevelopmentKit Utilities.swift
/host/spi-builder-workspace/Sources/DevelopmentKit/API/Network.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 | import Network
11 | #if os(iOS)
[15/16] Compiling DevelopmentKit Error.swift
/host/spi-builder-workspace/Sources/DevelopmentKit/API/Network.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 | import Network
11 | #if os(iOS)
[16/16] Compiling DevelopmentKit Network.swift
/host/spi-builder-workspace/Sources/DevelopmentKit/API/Network.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 | import Network
11 | #if os(iOS)
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/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:08fa5f1bd27c53c71ebe7c2842e29d52715d90da2c5b8f52513c9039c232613d
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/14] Compiling DevelopmentKit Models.swift
/host/spi-builder-workspace/Sources/DevelopmentKit/API/Network.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 | import Network
11 | #if os(iOS)
[3/15] Compiling DevelopmentKit LogLocalManager.swift
/host/spi-builder-workspace/Sources/DevelopmentKit/API/Network.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 | import Network
11 | #if os(iOS)
[4/15] Compiling DevelopmentKit UIApplication.swift
/host/spi-builder-workspace/Sources/DevelopmentKit/API/Network.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 | import Network
11 | #if os(iOS)
[5/15] Compiling DevelopmentKit Log.swift
/host/spi-builder-workspace/Sources/DevelopmentKit/API/Network.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 | import Network
11 | #if os(iOS)
[6/15] Compiling DevelopmentKit Double.swift
/host/spi-builder-workspace/Sources/DevelopmentKit/API/Network.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 | import Network
11 | #if os(iOS)
[7/15] Compiling DevelopmentKit String.swift
/host/spi-builder-workspace/Sources/DevelopmentKit/API/Network.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 | import Network
11 | #if os(iOS)
[8/15] Compiling DevelopmentKit NavigationRouter.swift
/host/spi-builder-workspace/Sources/DevelopmentKit/API/Network.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 | import Network
11 | #if os(iOS)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/15] Emitting module DevelopmentKit
/host/spi-builder-workspace/Sources/DevelopmentKit/API/Network.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 | import Network
11 | #if os(iOS)
[10/15] Compiling DevelopmentKit DevelopmentKit.swift
/host/spi-builder-workspace/Sources/DevelopmentKit/API/Network.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 | import Network
11 | #if os(iOS)
[11/15] Compiling DevelopmentKit Date.swift
/host/spi-builder-workspace/Sources/DevelopmentKit/API/Network.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 | import Network
11 | #if os(iOS)
[12/15] Compiling DevelopmentKit SysInfo.swift
/host/spi-builder-workspace/Sources/DevelopmentKit/API/Network.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 | import Network
11 | #if os(iOS)
[13/15] Compiling DevelopmentKit Utilities.swift
/host/spi-builder-workspace/Sources/DevelopmentKit/API/Network.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 | import Network
11 | #if os(iOS)
[14/15] Compiling DevelopmentKit Error.swift
/host/spi-builder-workspace/Sources/DevelopmentKit/API/Network.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 | import Network
11 | #if os(iOS)
[15/15] Compiling DevelopmentKit Network.swift
/host/spi-builder-workspace/Sources/DevelopmentKit/API/Network.swift:9:8: error: no such module 'Combine'
7 |
8 | import Foundation
9 | import Combine
| `- error: no such module 'Combine'
10 | import Network
11 | #if os(iOS)
BUILD FAILURE 6.1 android