Build Information
Failed to build RxReachability, reference 1.2.1 (8087d7
), with Swift 6.2 (beta) for Android on 19 Jun 2025 16:52:48 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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RxSwiftCommunity/RxReachability.git
Reference: 1.2.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/RxSwiftCommunity/RxReachability
* tag 1.2.1 -> FETCH_HEAD
HEAD is now at 8087d71 Merge branch 'release/1.2.1_2'
Cloned https://github.com/RxSwiftCommunity/RxReachability.git
Revision (git rev-parse @):
8087d7154796406c8981961858b31324743311cf
SUCCESS checkout https://github.com/RxSwiftCommunity/RxReachability.git at 1.2.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/RxSwiftCommunity/RxReachability.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/ashleymills/Reachability.swift
Fetching https://github.com/ReactiveX/RxSwift
[1/1912] Fetching reachability.swift
[1913/54622] Fetching reachability.swift, rxswift
Fetched https://github.com/ashleymills/Reachability.swift from cache (3.87s)
Fetched https://github.com/ReactiveX/RxSwift from cache (4.03s)
Computing version for https://github.com/ashleymills/Reachability.swift
Computed https://github.com/ashleymills/Reachability.swift at 5.2.4 (4.42s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 6.9.0 (1.63s)
Creating working copy for https://github.com/ashleymills/Reachability.swift
Working copy of https://github.com/ashleymills/Reachability.swift resolved at 5.2.4
Creating working copy for https://github.com/ReactiveX/RxSwift
Working copy of https://github.com/ReactiveX/RxSwift resolved at 6.9.0
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/10] Write sources
[0/10] Copying PrivacyInfo.xcprivacy
[4/10] Write sources
[5/10] Copying PrivacyInfo.xcprivacy
[9/10] Write swift-version-8C5A4AE7A8CE2BA.txt
[11/157] 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)
[12/157] 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 |
[13/157] 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 |
BUILD FAILURE 6.2 android