The Swift Package Index logo.Swift Package Index

Build Information

Failed to build NetworkReachabilityRxSwift with Swift 5.10 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/vsanthanam/NetworkReachabilityRxSwift.git
Reference: main
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
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6eeb298 Update Shield Images
Cloned https://github.com/vsanthanam/NetworkReachabilityRxSwift.git
Revision (git rev-parse @):
6eeb298aaba6392bc483c2950d12da7677e69d2e
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/vsanthanam/NetworkReachabilityRxSwift.git at main
========================================
Build
========================================
Selected platform:         linux
Swift version:             5.10
Building package at path:  $workDir
https://github.com/vsanthanam/NetworkReachabilityRxSwift.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-5.10-latest swift build 2>&1
Fetching https://github.com/vsanthanam/NetworkReachability.git
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/apple/swift-docc-symbolkit
Fetching https://github.com/nicklockwood/SwiftFormat
[1/1457] Fetching swift-docc-plugin
[526/3663] Fetching swift-docc-plugin, networkreachability
[2408/6147] Fetching swift-docc-plugin, networkreachability, swift-docc-symbolkit
[4386/57161] Fetching swift-docc-plugin, networkreachability, swift-docc-symbolkit, rxswift
[9615/93076] Fetching swift-docc-plugin, networkreachability, swift-docc-symbolkit, rxswift, swiftformat
Fetched https://github.com/apple/swift-docc-symbolkit from cache (2.37s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (2.41s)
[8528/39578] Fetching swift-docc-plugin, networkreachability, swiftformat
Fetched https://github.com/apple/swift-docc-plugin from cache (20.65s)
Fetched https://github.com/vsanthanam/NetworkReachability.git from cache (20.68s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (21.28s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.51.7 (5.83s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.2.0 (0.45s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.5.0 (0.45s)
Computing version for https://github.com/vsanthanam/NetworkReachability.git
Computed https://github.com/vsanthanam/NetworkReachability.git at 1.5.0 (0.35s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.43s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.5.0
Creating working copy for https://github.com/vsanthanam/NetworkReachability.git
Working copy of https://github.com/vsanthanam/NetworkReachability.git resolved at 1.5.0
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.2.0
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.51.7
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[1/1] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin SwiftFormatPlugin
Building for debugging...
[3/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/165] Emitting module NetworkReachability
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
[9/167] 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'
import Network
       ^
[10/167] 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'
import Network
       ^
[11/167] Compiling RxSwift Binder.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
[12/167] Compiling RxSwift BooleanDisposable.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
[13/167] Compiling RxSwift HistoricalScheduler.swift
[14/167] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[15/167] Compiling RxSwift ImmediateSchedulerType.swift
[16/167] Compiling RxSwift Infallible+CombineLatest+arity.swift
[17/167] Compiling RxSwift Infallible+Concurrency.swift
[18/167] Compiling RxSwift Infallible+Create.swift
[19/167] Compiling RxSwift Infallible+Operators.swift
[20/167] Compiling RxSwift Infallible+Zip+arity.swift
[21/167] Compiling RxSwift Infallible.swift
[22/167] Compiling RxSwift InfiniteSequence.swift
[23/167] Compiling RxSwift InvocableScheduledItem.swift
[24/167] Compiling RxSwift InvocableType.swift
[25/167] Compiling RxSwift Just.swift
[26/167] Compiling RxSwift Lock.swift
[27/167] Compiling RxSwift LockOwnerType.swift
[28/167] Compiling RxSwift MainScheduler.swift
[29/167] Compiling RxSwift Map.swift
[30/167] Compiling RxSwift Materialize.swift
[31/167] Compiling RxSwift Maybe.swift
[32/167] Compiling RxSwift Merge.swift
[33/187] Compiling RxSwift Dematerialize.swift
[34/187] Compiling RxSwift DispatchQueue+Extensions.swift
[35/187] Compiling RxSwift DispatchQueueConfiguration.swift
[36/187] Compiling RxSwift Disposable.swift
[37/187] Compiling RxSwift Disposables.swift
[38/187] Compiling RxSwift DisposeBag.swift
[39/187] Compiling RxSwift DisposeBase.swift
[40/187] Compiling RxSwift DistinctUntilChanged.swift
[41/187] Compiling RxSwift Do.swift
[42/187] Compiling RxSwift ElementAt.swift
[43/187] Compiling RxSwift Empty.swift
[44/187] Compiling RxSwift Enumerated.swift
[45/187] Compiling RxSwift Error.swift
[46/187] Compiling RxSwift Errors.swift
[47/187] Compiling RxSwift Event.swift
[48/187] Compiling RxSwift Filter.swift
[49/187] Compiling RxSwift First.swift
[50/187] Compiling RxSwift Generate.swift
[51/187] Compiling RxSwift GroupBy.swift
[52/187] Compiling RxSwift GroupedObservable.swift
[53/187] Compiling RxSwift SchedulerServices+Emulation.swift
[54/187] Compiling RxSwift SchedulerType.swift
[55/187] Compiling RxSwift Sequence.swift
[56/187] Compiling RxSwift SerialDispatchQueueScheduler.swift
[57/187] Compiling RxSwift SerialDisposable.swift
[58/187] Compiling RxSwift ShareReplayScope.swift
[59/187] Compiling RxSwift Single.swift
[60/187] Compiling RxSwift SingleAssignmentDisposable.swift
[61/187] Compiling RxSwift SingleAsync.swift
[62/187] Compiling RxSwift Sink.swift
[63/187] Compiling RxSwift Skip.swift
[64/187] Compiling RxSwift SkipUntil.swift
[65/187] Compiling RxSwift SkipWhile.swift
[66/187] Compiling RxSwift StartWith.swift
[67/187] Compiling RxSwift SubjectType.swift
[68/187] Compiling RxSwift SubscribeOn.swift
[69/187] Compiling RxSwift SubscriptionDisposable.swift
[70/187] Compiling RxSwift SwiftSupport.swift
[71/187] Compiling RxSwift Switch.swift
[72/187] Compiling RxSwift SwitchIfEmpty.swift
[73/187] 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'
import Network
       ^
[74/187] 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'
import Network
       ^
[75/187] 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'
import Network
       ^
[76/187] Compiling RxSwift Bag+Rx.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
[77/187] Compiling RxSwift Bag.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
[78/187] Emitting module RxSwift
[79/187] Compiling RxSwift CombineLatest+arity.swift
[80/187] Compiling RxSwift CombineLatest.swift
[81/187] Compiling RxSwift CompactMap.swift
[82/187] Compiling RxSwift Completable+AndThen.swift
[83/187] Compiling RxSwift Completable.swift
[84/187] Compiling RxSwift CompositeDisposable.swift
[85/187] Compiling RxSwift Concat.swift
[86/187] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[87/187] Compiling RxSwift ConcurrentMainScheduler.swift
[88/187] Compiling RxSwift ConnectableObservableType.swift
[89/187] Compiling RxSwift Create.swift
[90/187] Compiling RxSwift CurrentThreadScheduler.swift
[91/187] Compiling RxSwift Date+Dispatch.swift
[92/187] Compiling RxSwift Debounce.swift
[93/187] Compiling RxSwift Debug.swift
[94/187] Compiling RxSwift Decode.swift
[95/187] Compiling RxSwift DefaultIfEmpty.swift
[96/187] Compiling RxSwift Deferred.swift
[97/187] Compiling RxSwift Delay.swift
[98/187] Compiling RxSwift DelaySubscription.swift
[102/187] Compiling RxSwift AnonymousObserver.swift
[103/187] Compiling RxSwift AnyObserver.swift
[104/187] Compiling RxSwift AsMaybe.swift
[105/187] Compiling RxSwift AsSingle.swift
[106/187] Compiling RxSwift AsyncLock.swift
[107/187] Compiling RxSwift AsyncSubject.swift
[108/187] Compiling RxSwift AtomicInt.swift
[111/187] Compiling RxSwift BehaviorSubject.swift
[112/187] Compiling RxSwift BinaryDisposable.swift
[117/187] Compiling RxSwift Catch.swift
[118/187] Compiling RxSwift CombineLatest+Collection.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
[128/187] Compiling RxSwift Multicast.swift
[129/187] Compiling RxSwift Never.swift
[130/187] Compiling RxSwift NopDisposable.swift
[131/187] Compiling RxSwift Observable+Concurrency.swift
[132/187] Compiling RxSwift Observable.swift
[133/187] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[134/187] Compiling RxSwift ObservableConvertibleType.swift
[135/187] Compiling RxSwift ObservableType+Extensions.swift
[136/187] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[137/187] Compiling RxSwift ObservableType.swift
[138/187] Compiling RxSwift ObserveOn.swift
[139/187] Compiling RxSwift ObserverBase.swift
[140/187] Compiling RxSwift ObserverType.swift
[141/187] Compiling RxSwift OperationQueueScheduler.swift
[142/187] Compiling RxSwift Optional.swift
[143/187] Compiling RxSwift Platform.Darwin.swift
[144/187] Compiling RxSwift Platform.Linux.swift
[145/187] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[146/187] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[147/187] Compiling RxSwift PrimitiveSequence.swift
[148/187] Compiling RxSwift PriorityQueue.swift
[149/187] Compiling RxSwift Producer.swift
[150/187] Compiling RxSwift PublishSubject.swift
[151/187] Compiling RxSwift Queue.swift
[152/187] Compiling RxSwift Range.swift
[153/187] Compiling RxSwift Reactive.swift
[154/187] Compiling RxSwift RecursiveLock.swift
[155/187] Compiling RxSwift RecursiveScheduler.swift
[156/187] Compiling RxSwift Reduce.swift
[157/187] Compiling RxSwift RefCountDisposable.swift
[158/187] Compiling RxSwift Repeat.swift
[159/187] Compiling RxSwift ReplaySubject.swift
[160/187] Compiling RxSwift RetryWhen.swift
[161/187] Compiling RxSwift Rx.swift
[162/187] Compiling RxSwift RxMutableBox.swift
[163/187] Compiling RxSwift Sample.swift
[164/187] Compiling RxSwift Scan.swift
[165/187] Compiling RxSwift ScheduledDisposable.swift
[166/187] Compiling RxSwift ScheduledItem.swift
[167/187] Compiling RxSwift ScheduledItemType.swift
error: fatalError
[0/1] Planning build
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Convert/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[1/1] Compiling plugin Swift-DocC
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: warning: switch covers known cases, but 'TargetDependency' may have additional unknown values
                switch dependency {
                ^
/host/spi-builder-workspace/.build/checkouts/swift-docc-plugin/Plugins/Swift-DocC Preview/Symbolic Links/SharedPackagePluginExtensions/PackageExtensions.swift:31:17: note: handle unknown values using "@unknown default"
                switch dependency {
                ^
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin SwiftFormatPlugin
Building for debugging...
[3/4] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/21] Emitting module NetworkReachability
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
[6/23] Compiling NetworkReachability NotificationExtensions.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
[7/23] Compiling NetworkReachability PublishersExtensions.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
[8/23] Compiling NetworkReachability NetworkMonitor+Combine.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
[9/23] Compiling NetworkReachability NetworkMonitor+Concurrency.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
[10/23] Compiling NetworkReachability NetworkMonitor+Notification.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
[11/23] Compiling NetworkReachability NetworkMonitor.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
[12/23] Compiling NetworkReachability DispatchQueue+NetworkReachability.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
[13/23] Compiling NetworkReachability SCNetworkReachability+NetworkReachability.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
[14/42] Compiling RxSwift Window.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
[15/42] Compiling RxSwift WithLatestFrom.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
[16/42] Compiling RxSwift SynchronizedDisposeType.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
[17/42] Compiling RxSwift SynchronizedOnType.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
[18/42] Compiling RxSwift VirtualTimeScheduler.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
[19/42] Compiling RxSwift TakeWithPredicate.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
[20/42] Compiling RxSwift SynchronizedUnsubscribeType.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
[21/42] Compiling RxSwift Timer.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
[22/42] Compiling RxSwift Throttle.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
[23/42] Compiling RxSwift Timeout.swift
/host/spi-builder-workspace/.build/checkouts/NetworkReachability/Sources/NetworkReachability/API/NetworkMonitor/NetworkMonitor+Concurrency.swift:26:8: error: no such module 'Network'
import Network
       ^
error: fatalError
BUILD FAILURE 5.10 linux

Build Machine: Linux 1