Build Information
Failed to build RxReachability, reference develop (96c07f
), with Swift 6.2 (beta) for Linux on 19 Jun 2025 16:53:10 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RxSwiftCommunity/RxReachability.git
Reference: develop
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
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at 96c07f7 example pod update
Cloned https://github.com/RxSwiftCommunity/RxReachability.git
Revision (git rev-parse @):
96c07f7cc596ac6651c5628b0e7c0d776c99d8da
SUCCESS checkout https://github.com/RxSwiftCommunity/RxReachability.git at develop
========================================
Build
========================================
Selected platform: linux
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-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.2-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:f81a7bd7aa87a0f81848d48c5bcc03f5f78deebd37fa5f9be9913077205d3687
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.2-latest
Fetching https://github.com/ashleymills/Reachability.swift
Fetching https://github.com/ReactiveX/RxSwift
[1/1912] Fetching reachability.swift
[1875/54622] Fetching reachability.swift, rxswift
Fetched https://github.com/ashleymills/Reachability.swift from cache (5.81s)
Fetched https://github.com/ReactiveX/RxSwift from cache (6.02s)
Computing version for https://github.com/ashleymills/Reachability.swift
Computed https://github.com/ashleymills/Reachability.swift at 5.2.4 (6.51s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 6.9.0 (1.24s)
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
[6/10] Copying PrivacyInfo.xcprivacy
[7/10] Write sources
[9/10] Write swift-version-24593BA9C3E375BF.txt
[11/157] Emitting module RxSwift
[12/177] 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 |
[13/177] 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 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[14/177] 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 |
[15/177] Compiling RxSwift SchedulerType.swift
[16/177] Compiling RxSwift Sequence.swift
[17/177] Compiling RxSwift SerialDispatchQueueScheduler.swift
[18/177] Compiling RxSwift SerialDisposable.swift
[19/177] Compiling RxSwift ShareReplayScope.swift
[20/177] Compiling RxSwift Single.swift
[21/177] Compiling RxSwift SingleAssignmentDisposable.swift
[22/177] Compiling RxSwift SingleAsync.swift
[23/177] Compiling RxSwift Sink.swift
[24/177] Compiling RxSwift Skip.swift
[25/177] Compiling RxSwift SkipUntil.swift
[26/177] Compiling RxSwift SkipWhile.swift
[27/177] Compiling RxSwift StartWith.swift
[28/177] Compiling RxSwift SubjectType.swift
[29/177] Compiling RxSwift SubscribeOn.swift
[30/177] Compiling RxSwift SubscriptionDisposable.swift
[31/177] Compiling RxSwift SwiftSupport.swift
[32/177] Compiling RxSwift Switch.swift
[33/177] Compiling RxSwift SwitchIfEmpty.swift
[34/177] Compiling RxSwift SynchronizedDisposeType.swift
BUILD FAILURE 6.2 linux