Build Information
Failed to build DevelopmentKit, reference 0.0.8 (d91c78), with Swift 6.1 for Android on 30 May 2025 20:23:15 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/milleyin/DevelopmentKit.git
Reference: 0.0.8
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
* tag 0.0.8 -> FETCH_HEAD
HEAD is now at d91c789 Merge pull request #36 from milleyin/Dev
Cloned https://github.com/milleyin/DevelopmentKit.git
Revision (git rev-parse @):
d91c789f973b5771510bc8909b3b6e55397122e4
SUCCESS checkout https://github.com/milleyin/DevelopmentKit.git at 0.0.8
========================================
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/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-4609320-2":/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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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
[3/14] 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)
[4/14] 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)
[5/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)
[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 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)
[8/15] 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)
[9/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)
[10/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)
[11/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)
[12/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)
[13/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)
[14/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)
[15/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)
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
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/13] 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)
[3/13] 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)
[4/13] 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)
[5/13] 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)
[6/13] 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)
[7/13] 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)
[8/14] 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)
[9/14] 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)
[10/14] 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)
[11/14] 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)
[12/14] 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/14] 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/14] 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)
BUILD FAILURE 6.1 android