This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build NetworkReachabilityRxSwift with Swift 6.0 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.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:             6.0
Building package at path:  $workDir
https://github.com/vsanthanam/NetworkReachabilityRxSwift.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/vsanthanam/NetworkReachability.git
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/apple/swift-docc-symbolkit
[1/1458] Fetching swift-docc-plugin
[249/3752] Fetching swift-docc-plugin, networkreachability
[1344/6608] Fetching swift-docc-plugin, networkreachability, swift-docc-symbolkit
[4338/58019] Fetching swift-docc-plugin, networkreachability, swift-docc-symbolkit, rxswift
[6395/96444] Fetching swift-docc-plugin, networkreachability, swift-docc-symbolkit, rxswift, swiftformat
Fetched https://github.com/apple/swift-docc-symbolkit from cache (1.08s)
[34973/93588] Fetching swift-docc-plugin, networkreachability, rxswift, swiftformat
Fetched https://github.com/vsanthanam/NetworkReachability.git from cache (1.13s)
[36792/91294] Fetching swift-docc-plugin, rxswift, swiftformat
Fetched https://github.com/apple/swift-docc-plugin from cache (24.06s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (24.24s)
Fetched https://github.com/nicklockwood/SwiftFormat from cache (24.79s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.51.7 (4.10s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.2.0 (2.37s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.5.0 (0.69s)
Computing version for https://github.com/vsanthanam/NetworkReachability.git
Computed https://github.com/vsanthanam/NetworkReachability.git at 1.5.0 (0.79s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.60s)
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/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.5.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
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
/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; this is an error in the Swift 6 language mode
 29 |         func addTargetDependencies(_ target: Target) {
 30 |             for dependency in target.dependencies {
 31 |                 switch dependency {
    |                 |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
    |                 `- note: handle unknown values using "@unknown default"
 32 |                 case .product(let product):
 33 |                     addTargets(product.targets)
[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; this is an error in the Swift 6 language mode
 29 |         func addTargetDependencies(_ target: Target) {
 30 |             for dependency in target.dependencies {
 31 |                 switch dependency {
    |                 |- warning: switch covers known cases, but 'TargetDependency' may have additional unknown values; this is an error in the Swift 6 language mode
    |                 `- note: handle unknown values using "@unknown default"
 32 |                 case .product(let product):
 33 |                     addTargets(product.targets)
[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
[8/165] Emitting module RxSwift
[9/185] Compiling RxSwift BehaviorSubject.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, *)
[10/185] Compiling RxSwift BinaryDisposable.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, *)
[11/187] Compiling RxSwift Dematerialize.swift
[12/187] Compiling RxSwift DispatchQueue+Extensions.swift
[13/187] 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, *)
[14/187] Compiling RxSwift DispatchQueueConfiguration.swift
[15/187] 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, *)
[16/187] Compiling RxSwift Disposable.swift
[17/187] Compiling RxSwift Disposables.swift
[18/187] Compiling RxSwift DisposeBag.swift
[19/187] Compiling RxSwift DisposeBase.swift
[20/187] Compiling RxSwift DistinctUntilChanged.swift
[21/187] Compiling RxSwift Do.swift
[22/187] Compiling RxSwift ElementAt.swift
[23/187] Compiling RxSwift Empty.swift
[24/187] Compiling RxSwift Enumerated.swift
[25/187] Compiling RxSwift Error.swift
[26/187] Compiling RxSwift Errors.swift
[27/187] Compiling RxSwift Event.swift
[28/187] Compiling RxSwift Filter.swift
[29/187] Compiling RxSwift First.swift
[30/187] Compiling RxSwift Generate.swift
[31/187] Compiling RxSwift GroupBy.swift
[32/187] Compiling RxSwift GroupedObservable.swift
[33/187] Compiling RxSwift CombineLatest+arity.swift
[34/187] Compiling RxSwift CombineLatest.swift
[35/187] Compiling RxSwift CompactMap.swift
[36/187] Compiling RxSwift Completable+AndThen.swift
[37/187] Compiling RxSwift Completable.swift
[38/187] Compiling RxSwift CompositeDisposable.swift
[39/187] Compiling RxSwift Concat.swift
[40/187] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[41/187] Compiling RxSwift ConcurrentMainScheduler.swift
[42/187] Compiling RxSwift ConnectableObservableType.swift
[43/187] Compiling RxSwift Create.swift
[44/187] Compiling RxSwift CurrentThreadScheduler.swift
[45/187] Compiling RxSwift Date+Dispatch.swift
[46/187] Compiling RxSwift Debounce.swift
[47/187] Compiling RxSwift Debug.swift
[48/187] Compiling RxSwift Decode.swift
[49/187] Compiling RxSwift DefaultIfEmpty.swift
[50/187] Compiling RxSwift Deferred.swift
[51/187] Compiling RxSwift Delay.swift
[52/187] Compiling RxSwift DelaySubscription.swift
[53/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'
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, *)
[54/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'
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, *)
[55/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'
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, *)
error: emit-module command failed with exit code 1 (use -v to see invocation)
[56/187] 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, *)
[57/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'
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, *)
[58/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'
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, *)
[59/187] 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, *)
[60/187] Compiling RxSwift AsyncLock.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, *)
[61/187] 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'
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, *)
[62/187] 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'
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, *)
[63/187] Compiling RxSwift AsyncSubject.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, *)
[64/187] Compiling RxSwift AtomicInt.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, *)
[65/187] 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, *)
[66/187] 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, *)
[67/187] 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, *)
[68/187] Compiling RxSwift PriorityQueue.swift
[69/187] Compiling RxSwift Producer.swift
[70/187] Compiling RxSwift PublishSubject.swift
[71/187] Compiling RxSwift Queue.swift
[72/187] Compiling RxSwift Range.swift
[73/187] Compiling RxSwift Reactive.swift
[74/187] Compiling RxSwift RecursiveLock.swift
[75/187] Compiling RxSwift RecursiveScheduler.swift
[76/187] Compiling RxSwift Reduce.swift
[77/187] Compiling RxSwift RefCountDisposable.swift
[78/187] Compiling RxSwift Repeat.swift
[79/187] Compiling RxSwift ReplaySubject.swift
[80/187] Compiling RxSwift RetryWhen.swift
[81/187] Compiling RxSwift Rx.swift
[82/187] Compiling RxSwift RxMutableBox.swift
[83/187] Compiling RxSwift Sample.swift
[84/187] Compiling RxSwift Scan.swift
[85/187] Compiling RxSwift ScheduledDisposable.swift
[86/187] Compiling RxSwift ScheduledItem.swift
[87/187] Compiling RxSwift ScheduledItemType.swift
[106/187] Compiling RxSwift Catch.swift
[107/187] Compiling RxSwift CombineLatest+Collection.swift
[108/187] Compiling RxSwift SchedulerServices+Emulation.swift
[109/187] Compiling RxSwift SchedulerType.swift
[110/187] Compiling RxSwift Sequence.swift
[111/187] Compiling RxSwift SerialDispatchQueueScheduler.swift
[112/187] Compiling RxSwift SerialDisposable.swift
[113/187] Compiling RxSwift ShareReplayScope.swift
[114/187] Compiling RxSwift Single.swift
[115/187] Compiling RxSwift SingleAssignmentDisposable.swift
[116/187] Compiling RxSwift SingleAsync.swift
[117/187] Compiling RxSwift Sink.swift
[118/187] Compiling RxSwift Skip.swift
[119/187] Compiling RxSwift SkipUntil.swift
[120/187] Compiling RxSwift SkipWhile.swift
[121/187] Compiling RxSwift StartWith.swift
[122/187] Compiling RxSwift SubjectType.swift
[123/187] Compiling RxSwift SubscribeOn.swift
[124/187] Compiling RxSwift SubscriptionDisposable.swift
[125/187] Compiling RxSwift SwiftSupport.swift
[126/187] Compiling RxSwift Switch.swift
[127/187] Compiling RxSwift SwitchIfEmpty.swift
[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 HistoricalScheduler.swift
[149/187] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[150/187] Compiling RxSwift ImmediateSchedulerType.swift
[151/187] Compiling RxSwift Infallible+CombineLatest+arity.swift
[152/187] Compiling RxSwift Infallible+Concurrency.swift
[153/187] Compiling RxSwift Infallible+Create.swift
[154/187] Compiling RxSwift Infallible+Operators.swift
[155/187] Compiling RxSwift Infallible+Zip+arity.swift
[156/187] Compiling RxSwift Infallible.swift
[157/187] Compiling RxSwift InfiniteSequence.swift
[158/187] Compiling RxSwift InvocableScheduledItem.swift
[159/187] Compiling RxSwift InvocableType.swift
[160/187] Compiling RxSwift Just.swift
[161/187] Compiling RxSwift Lock.swift
[162/187] Compiling RxSwift LockOwnerType.swift
[163/187] Compiling RxSwift MainScheduler.swift
[164/187] Compiling RxSwift Map.swift
[165/187] Compiling RxSwift Materialize.swift
[166/187] Compiling RxSwift Maybe.swift
[167/187] Compiling RxSwift Merge.swift
BUILD FAILURE 6.0 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.