Build Information
Failed to build LWFirstPod, reference dev (499055), with Swift 6.1 for Android on 9 Mar 2026 11:57:59 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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/harshil-gandhi-us/LWFirstPod.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/harshil-gandhi-us/LWFirstPod
* branch dev -> FETCH_HEAD
* [new branch] dev -> origin/dev
HEAD is now at 499055d Optimize the Code for Objetive c
Cloned https://github.com/harshil-gandhi-us/LWFirstPod.git
Revision (git rev-parse @):
499055d704af0afccc84fe8763eb63278712ed5b
SUCCESS checkout https://github.com/harshil-gandhi-us/LWFirstPod.git at dev
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/harshil-gandhi-us/LWFirstPod.git
https://github.com/harshil-gandhi-us/LWFirstPod.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "reachability.swift",
"requirement" : {
"range" : [
{
"lower_bound" : "5.1.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ashleymills/Reachability.swift"
}
],
"manifest_display_name" : "LWFirstPod",
"name" : "LWFirstPod",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "LWFirstPod",
"targets" : [
"LWFirstPod",
"LWFirstPodObjC"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "LWFirstPodTests",
"module_type" : "SwiftTarget",
"name" : "LWFirstPodTests",
"path" : "Example/Tests",
"sources" : [
"Tests.swift"
],
"target_dependencies" : [
"LWFirstPod"
],
"type" : "test"
},
{
"c99name" : "LWFirstPodObjC",
"module_type" : "ClangTarget",
"name" : "LWFirstPodObjC",
"path" : "LWFirstPod/ObjCBridge",
"product_memberships" : [
"LWFirstPod"
],
"sources" : [
"LWFirstPodObjC.m"
],
"target_dependencies" : [
"LWFirstPod"
],
"type" : "library"
},
{
"c99name" : "LWFirstPod",
"module_type" : "SwiftTarget",
"name" : "LWFirstPod",
"path" : "LWFirstPod/Classes",
"product_dependencies" : [
"Reachability"
],
"product_memberships" : [
"LWFirstPod"
],
"sources" : [
"LWDeviceInfo.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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
Fetching https://github.com/ashleymills/Reachability.swift
[1/1922] Fetching reachability.swift
Fetched https://github.com/ashleymills/Reachability.swift from cache (0.46s)
Computing version for https://github.com/ashleymills/Reachability.swift
Computed https://github.com/ashleymills/Reachability.swift at 5.2.4 (1.30s)
Creating working copy for https://github.com/ashleymills/Reachability.swift
Working copy of https://github.com/ashleymills/Reachability.swift resolved at 5.2.4
warning: 'reachability.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/Reachability.swift/Sources/Info.plist
Building for debugging...
[0/5] Write sources
[1/5] Copying PrivacyInfo.xcprivacy
[2/5] Write sources
[3/5] Write swift-version-24593BA9C3E375BF.txt
[5/8] Compiling Reachability resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/Reachability.swift/Sources/Reachability.swift:28:8: error: no such module 'SystemConfiguration'
26 | */
27 |
28 | import SystemConfiguration
| `- error: no such module 'SystemConfiguration'
29 | import Foundation
30 |
[6/8] Compiling Reachability Reachability.swift
/host/spi-builder-workspace/.build/checkouts/Reachability.swift/Sources/Reachability.swift:28:8: error: no such module 'SystemConfiguration'
26 | */
27 |
28 | import SystemConfiguration
| `- error: no such module 'SystemConfiguration'
29 | import Foundation
30 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/8] Emitting module Reachability
/host/spi-builder-workspace/.build/checkouts/Reachability.swift/Sources/Reachability.swift:28:8: error: no such module 'SystemConfiguration'
26 | */
27 |
28 | import SystemConfiguration
| `- error: no such module 'SystemConfiguration'
29 | import Foundation
30 |
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/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
warning: 'reachability.swift': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
/host/spi-builder-workspace/.build/checkouts/Reachability.swift/Sources/Info.plist
[0/1] Planning build
Building for debugging...
[0/2] Write swift-version-24593BA9C3E375BF.txt
[2/5] Compiling Reachability resource_bundle_accessor.swift
/host/spi-builder-workspace/.build/checkouts/Reachability.swift/Sources/Reachability.swift:28:8: error: no such module 'SystemConfiguration'
26 | */
27 |
28 | import SystemConfiguration
| `- error: no such module 'SystemConfiguration'
29 | import Foundation
30 |
[3/5] Compiling Reachability Reachability.swift
/host/spi-builder-workspace/.build/checkouts/Reachability.swift/Sources/Reachability.swift:28:8: error: no such module 'SystemConfiguration'
26 | */
27 |
28 | import SystemConfiguration
| `- error: no such module 'SystemConfiguration'
29 | import Foundation
30 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[4/5] Emitting module Reachability
/host/spi-builder-workspace/.build/checkouts/Reachability.swift/Sources/Reachability.swift:28:8: error: no such module 'SystemConfiguration'
26 | */
27 |
28 | import SystemConfiguration
| `- error: no such module 'SystemConfiguration'
29 | import Foundation
30 |
BUILD FAILURE 6.1 android