Build Information
Failed to build NetworkReachabilityRxSwift, reference 1.1.0 (6eeb29), with Swift 6.3 for Android on 13 Apr 2026 15:47:50 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/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vsanthanam/NetworkReachabilityRxSwift.git
Reference: 1.1.0
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/vsanthanam/NetworkReachabilityRxSwift
* tag 1.1.0 -> FETCH_HEAD
HEAD is now at 6eeb298 Update Shield Images
Cloned https://github.com/vsanthanam/NetworkReachabilityRxSwift.git
Revision (git rev-parse @):
6eeb298aaba6392bc483c2950d12da7677e69d2e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/vsanthanam/NetworkReachabilityRxSwift.git at 1.1.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.3
Building package at path: $PWD
https://github.com/vsanthanam/NetworkReachabilityRxSwift.git
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/swiftpackageindex/spi-images:android-6.3-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:9008270ea37a55e78725e6225015adb5eff8582da520c5232bf0499f32c36dc4
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.3-latest
Fetching https://github.com/vsanthanam/NetworkReachability.git
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/ReactiveX/RxSwift.git
[1/2271] Fetching swift-docc-plugin
[229/4566] Fetching swift-docc-plugin, networkreachability
[2273/60661] Fetching swift-docc-plugin, networkreachability, swiftformat
Fetched https://github.com/apple/swift-docc-plugin from cache (0.49s)
[2245/58390] Fetching networkreachability, swiftformat
[2246/112695] Fetching networkreachability, swiftformat, rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (11.40s)
[15462/58390] Fetching networkreachability, swiftformat
Fetched https://github.com/vsanthanam/NetworkReachability.git from cache (56.89s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (58.30s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.51.7 (62.11s)
Computing version for https://github.com/vsanthanam/NetworkReachability.git
Computed https://github.com/vsanthanam/NetworkReachability.git at 1.5.1 (1.21s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.6 (1.66s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.62s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.54s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.10.2 (0.53s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.10.2
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.51.7
Creating working copy for https://github.com/vsanthanam/NetworkReachability.git
Working copy of https://github.com/vsanthanam/NetworkReachability.git resolved at 1.5.1
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/8] Copying PrivacyInfo.xcprivacy
[4/8] Write sources
[7/8] Write swift-version--4F562202D5529B1.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/169] Emitting module NetworkReachability
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
24 | // SOFTWARE.
25 |
26 | import Network
| `- error: no such module 'Network'
27 |
28 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
[10/171] Emitting module RxSwift
[11/191] Compiling NetworkReachability SCNetworkReachabilityFlags+NetworkReachability.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
24 | // SOFTWARE.
25 |
26 | import Network
| `- error: no such module 'Network'
27 |
28 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
[12/191] Compiling NetworkReachability WeakReference.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
24 | // SOFTWARE.
25 |
26 | import Network
| `- error: no such module 'Network'
27 |
28 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
[13/191] Compiling RxSwift AnonymousDisposable.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
24 | // SOFTWARE.
25 |
26 | import Network
| `- error: no such module 'Network'
27 |
28 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
[14/191] Compiling RxSwift AnonymousObserver.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
24 | // SOFTWARE.
25 |
26 | import Network
| `- error: no such module 'Network'
27 |
28 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
[15/191] Compiling RxSwift AddRef.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
24 | // SOFTWARE.
25 |
26 | import Network
| `- error: no such module 'Network'
27 |
28 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
[16/191] Compiling RxSwift Amb.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
24 | // SOFTWARE.
25 |
26 | import Network
| `- error: no such module 'Network'
27 |
28 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
[17/191] Compiling RxSwift AnyObserver.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
24 | // SOFTWARE.
25 |
26 | import Network
| `- error: no such module 'Network'
27 |
28 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
[18/191] Compiling RxSwift AsMaybe.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
24 | // SOFTWARE.
25 |
26 | import Network
| `- error: no such module 'Network'
27 |
28 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
[19/191] Compiling RxSwift AsSingle.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
24 | // SOFTWARE.
25 |
26 | import Network
| `- error: no such module 'Network'
27 |
28 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
[20/191] Compiling RxSwift CombineLatest.swift
[21/191] Compiling RxSwift CompactMap.swift
[22/191] Compiling RxSwift Completable+AndThen.swift
[23/191] Compiling RxSwift Completable.swift
[24/191] Compiling RxSwift CompositeDisposable.swift
[25/191] Compiling RxSwift Concat.swift
[26/191] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[27/191] Compiling RxSwift ConcurrentMainScheduler.swift
[28/191] Compiling RxSwift ConnectableObservableType.swift
[29/191] Compiling RxSwift Create.swift
[30/191] Compiling RxSwift CurrentThreadScheduler.swift
[31/191] Compiling RxSwift Date+Dispatch.swift
[32/191] Compiling RxSwift Debounce.swift
[33/191] Compiling RxSwift Debug.swift
[34/191] Compiling RxSwift Decode.swift
[35/191] Compiling RxSwift DefaultIfEmpty.swift
[36/191] Compiling RxSwift Deferred.swift
[37/191] Compiling RxSwift Delay.swift
[38/191] Compiling RxSwift DelaySubscription.swift
[39/191] Compiling RxSwift Dematerialize.swift
[40/191] Compiling RxSwift DispatchQueue+Extensions.swift
[41/191] Compiling RxSwift DispatchQueueConfiguration.swift
[42/191] Compiling RxSwift Disposable.swift
[43/191] Compiling RxSwift Disposables.swift
[44/191] Compiling RxSwift DisposeBag.swift
[45/191] Compiling RxSwift DisposeBase.swift
[46/191] Compiling RxSwift DistinctUntilChanged.swift
[47/191] Compiling RxSwift Do.swift
[48/191] Compiling RxSwift ElementAt.swift
[49/191] Compiling RxSwift Empty.swift
[50/191] Compiling RxSwift Enumerated.swift
[51/191] Compiling RxSwift Error.swift
[52/191] Compiling RxSwift Errors.swift
[53/191] Compiling RxSwift Event.swift
[54/191] Compiling RxSwift Filter.swift
[55/191] Compiling RxSwift First.swift
[56/191] Compiling RxSwift Generate.swift
[57/191] Compiling RxSwift GroupBy.swift
[58/191] Compiling RxSwift GroupedObservable.swift
[59/191] Compiling RxSwift HistoricalScheduler.swift
[60/191] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[61/191] Compiling RxSwift ImmediateSchedulerType.swift
[62/191] Compiling RxSwift SynchronizedOnType.swift
[63/191] Compiling RxSwift SynchronizedUnsubscribeType.swift
[64/191] Compiling RxSwift TailRecursiveSink.swift
[65/191] Compiling RxSwift Take.swift
[66/191] Compiling RxSwift TakeLast.swift
[67/191] Compiling RxSwift TakeWithPredicate.swift
[68/191] Compiling RxSwift Throttle.swift
[69/191] Compiling RxSwift Timeout.swift
[70/191] Compiling RxSwift Timer.swift
[71/191] Compiling RxSwift ToArray.swift
[72/191] Compiling RxSwift Using.swift
[73/191] Compiling RxSwift VirtualTimeConverterType.swift
[74/191] Compiling RxSwift VirtualTimeScheduler.swift
[75/191] Compiling RxSwift Window.swift
[76/191] Compiling RxSwift WithLatestFrom.swift
[77/191] Compiling RxSwift WithUnretained.swift
[78/191] Compiling RxSwift Zip+Collection.swift
[79/191] Compiling RxSwift Zip+arity.swift
[80/191] Compiling RxSwift Zip.swift
[81/191] Compiling RxSwift resource_bundle_accessor.swift
[89/191] Compiling RxSwift AsyncLock.swift
[90/191] Compiling RxSwift AsyncSubject.swift
[91/191] Compiling RxSwift AtomicInt.swift
[92/191] Compiling RxSwift Bag+Rx.swift
[93/191] Compiling RxSwift Bag.swift
[94/191] Compiling RxSwift BehaviorSubject.swift
[95/191] Compiling RxSwift BinaryDisposable.swift
[96/191] Compiling RxSwift Binder.swift
[97/191] Compiling RxSwift BooleanDisposable.swift
[100/191] Compiling RxSwift Catch.swift
[101/191] Compiling RxSwift CombineLatest+Collection.swift
[102/191] Compiling RxSwift CombineLatest+arity.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
24 | // SOFTWARE.
25 |
26 | import Network
| `- error: no such module 'Network'
27 |
28 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
24 | // SOFTWARE.
25 |
26 | import Network
| `- error: no such module 'Network'
27 |
28 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
24 | // SOFTWARE.
25 |
26 | import Network
| `- error: no such module 'Network'
27 |
28 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
24 | // SOFTWARE.
25 |
26 | import Network
| `- error: no such module 'Network'
27 |
28 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
24 | // SOFTWARE.
25 |
26 | import Network
| `- error: no such module 'Network'
27 |
28 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
24 | // SOFTWARE.
25 |
26 | import Network
| `- error: no such module 'Network'
27 |
28 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
24 | // SOFTWARE.
25 |
26 | import Network
| `- error: no such module 'Network'
27 |
28 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
24 | // SOFTWARE.
25 |
26 | import Network
| `- error: no such module 'Network'
27 |
28 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
24 | // SOFTWARE.
25 |
26 | import Network
| `- error: no such module 'Network'
27 |
28 | @available(macOS 10.15, iOS 13.0, watchOS 6.0, tvOS 13.0, *)
[112/191] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[113/191] Compiling RxSwift Infallible+CombineLatest+arity.swift
[114/191] Compiling RxSwift Infallible+Concurrency.swift
[115/191] Compiling RxSwift Infallible+Create.swift
[116/191] Compiling RxSwift Infallible+Debug.swift
[117/191] Compiling RxSwift Infallible+Operators.swift
[118/191] Compiling RxSwift Infallible+Zip+arity.swift
[119/191] Compiling RxSwift Infallible.swift
[120/191] Compiling RxSwift InfiniteSequence.swift
[121/191] Compiling RxSwift InvocableScheduledItem.swift
[122/191] Compiling RxSwift InvocableType.swift
[123/191] Compiling RxSwift Just.swift
[124/191] Compiling RxSwift Lock.swift
[125/191] Compiling RxSwift LockOwnerType.swift
[126/191] Compiling RxSwift MainScheduler.swift
[127/191] Compiling RxSwift Map.swift
[128/191] Compiling RxSwift Materialize.swift
[129/191] Compiling RxSwift Maybe.swift
[130/191] Compiling RxSwift Merge.swift
[131/191] Compiling RxSwift Multicast.swift
[132/191] Compiling RxSwift SchedulerType.swift
[133/191] Compiling RxSwift Sequence.swift
[134/191] Compiling RxSwift SerialDispatchQueueScheduler.swift
[135/191] Compiling RxSwift SerialDisposable.swift
[136/191] Compiling RxSwift ShareReplayScope.swift
[137/191] Compiling RxSwift Single.swift
[138/191] Compiling RxSwift SingleAssignmentDisposable.swift
[139/191] Compiling RxSwift SingleAsync.swift
[140/191] Compiling RxSwift Sink.swift
[141/191] Compiling RxSwift Skip.swift
[142/191] Compiling RxSwift SkipUntil.swift
[143/191] Compiling RxSwift SkipWhile.swift
[144/191] Compiling RxSwift StartWith.swift
[145/191] Compiling RxSwift SubjectType.swift
[146/191] Compiling RxSwift SubscribeOn.swift
[147/191] Compiling RxSwift SubscriptionDisposable.swift
[148/191] Compiling RxSwift SwiftSupport.swift
[149/191] Compiling RxSwift Switch.swift
[150/191] Compiling RxSwift SwitchIfEmpty.swift
[151/191] Compiling RxSwift SynchronizedDisposeType.swift
[152/191] Compiling RxSwift Producer.swift
[153/191] Compiling RxSwift PublishSubject.swift
[154/191] Compiling RxSwift Queue.swift
[155/191] Compiling RxSwift Range.swift
[156/191] Compiling RxSwift Reactive.swift
[157/191] Compiling RxSwift RecursiveLock.swift
[158/191] Compiling RxSwift RecursiveScheduler.swift
[159/191] Compiling RxSwift Reduce.swift
[160/191] Compiling RxSwift RefCountDisposable.swift
[161/191] Compiling RxSwift Repeat.swift
[162/191] Compiling RxSwift ReplaySubject.swift
[163/191] Compiling RxSwift RetryWhen.swift
[164/191] Compiling RxSwift Rx.swift
[165/191] Compiling RxSwift RxMutableBox.swift
[166/191] Compiling RxSwift Sample.swift
[167/191] Compiling RxSwift Scan.swift
[168/191] Compiling RxSwift ScheduledDisposable.swift
[169/191] Compiling RxSwift ScheduledItem.swift
[170/191] Compiling RxSwift ScheduledItemType.swift
[171/191] Compiling RxSwift SchedulerServices+Emulation.swift
BUILD FAILURE 6.3 android