The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build NetworkReachabilityRxSwift, reference main (6eeb29), with Swift 6.1 for Android on 28 May 2025 15:07:28 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
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: $PWD/.spi.yml
SUCCESS checkout https://github.com/vsanthanam/NetworkReachabilityRxSwift.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/vsanthanam/NetworkReachabilityRxSwift.git
https://github.com/vsanthanam/NetworkReachabilityRxSwift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "networkreachability",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.2.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/vsanthanam/NetworkReachability.git"
    },
    {
      "identity" : "rxswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveX/RxSwift.git"
    },
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swiftformat",
      "requirement" : {
        "exact" : [
          "0.51.7"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    }
  ],
  "manifest_display_name" : "NetworkReachabilityRxSwift",
  "name" : "NetworkReachabilityRxSwift",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "5.0"
    }
  ],
  "products" : [
    {
      "name" : "NetworkReachabilityRxSwift",
      "targets" : [
        "NetworkReachabilityRxSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "NetworkReachabilityRxSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "NetworkReachabilityRxSwiftTests",
      "path" : "Tests/NetworkReachabilityRxSwiftTests",
      "product_dependencies" : [
        "NetworkReachability",
        "RxSwift"
      ],
      "sources" : [
        "NetworkReachabilityRxSwiftTests.swift",
        "ReachabilityMonitorExtensionsTests.swift"
      ],
      "target_dependencies" : [
        "NetworkReachabilityRxSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "NetworkReachabilityRxSwift",
      "module_type" : "SwiftTarget",
      "name" : "NetworkReachabilityRxSwift",
      "path" : "Sources/NetworkReachabilityRxSwift",
      "product_dependencies" : [
        "NetworkReachability",
        "RxSwift"
      ],
      "product_memberships" : [
        "NetworkReachabilityRxSwift"
      ],
      "sources" : [
        "Extensions/NetworkMonitor+RxSwift.swift",
        "Extensions/ReachabilityMonitor+RxSwift.swift",
        "Internal/DispatchQueue+NetworkReachabilityRxSwift.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/nicklockwood/SwiftFormat
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/vsanthanam/NetworkReachability.git
Fetching https://github.com/ReactiveX/RxSwift.git
[1/2049] Fetching swift-docc-plugin
[2050/4344] Fetching swift-docc-plugin, networkreachability
[2051/57027] Fetching swift-docc-plugin, networkreachability, rxswift
[22620/105209] Fetching swift-docc-plugin, networkreachability, rxswift, swiftformat
Fetched https://github.com/apple/swift-docc-plugin from cache (4.88s)
Fetched https://github.com/vsanthanam/NetworkReachability.git from cache (4.93s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (5.05s)
[11082/48182] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (27.85s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.51.7 (31.35s)
Computing version for https://github.com/vsanthanam/NetworkReachability.git
Computed https://github.com/vsanthanam/NetworkReachability.git at 1.5.1 (0.78s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (1.81s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3391] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (2.38s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (6.11s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.0 (2.97s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.9.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.4.3
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/vsanthanam/NetworkReachability.git
Working copy of https://github.com/vsanthanam/NetworkReachability.git resolved at 1.5.1
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.51.7
[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
[3/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.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 SchedulerType.swift
[14/191] Compiling RxSwift Sequence.swift
[15/191] Compiling RxSwift SerialDispatchQueueScheduler.swift
[16/191] Compiling RxSwift SerialDisposable.swift
[17/191] Compiling RxSwift ShareReplayScope.swift
[18/191] Compiling RxSwift Single.swift
[19/191] Compiling RxSwift SingleAssignmentDisposable.swift
[20/191] Compiling RxSwift SingleAsync.swift
[21/191] Compiling RxSwift Sink.swift
[22/191] Compiling RxSwift Skip.swift
[23/191] Compiling RxSwift SkipUntil.swift
[24/191] Compiling RxSwift SkipWhile.swift
[25/191] Compiling RxSwift StartWith.swift
[26/191] Compiling RxSwift SubjectType.swift
[27/191] Compiling RxSwift SubscribeOn.swift
[28/191] Compiling RxSwift SubscriptionDisposable.swift
[29/191] Compiling RxSwift SwiftSupport.swift
[30/191] Compiling RxSwift Switch.swift
[31/191] Compiling RxSwift SwitchIfEmpty.swift
[32/191] Compiling RxSwift SynchronizedDisposeType.swift
[33/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, *)
[34/191] 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, *)
[35/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, *)
[36/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, *)
[37/191] 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, *)
[38/191] 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, *)
[39/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, *)
[40/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, *)
[41/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, *)
[42/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, *)
[43/191] 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, *)
[44/191] 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, *)
[45/191] 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, *)
[46/191] 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, *)
[47/191] 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, *)
[48/191] 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, *)
[49/191] Compiling RxSwift DispatchQueueConfiguration.swift
[50/191] Compiling RxSwift Disposable.swift
[51/191] Compiling RxSwift Disposables.swift
[52/191] Compiling RxSwift DisposeBag.swift
[53/191] Compiling RxSwift DisposeBase.swift
[54/191] Compiling RxSwift DistinctUntilChanged.swift
[55/191] Compiling RxSwift Do.swift
[56/191] Compiling RxSwift ElementAt.swift
[57/191] Compiling RxSwift Empty.swift
[58/191] Compiling RxSwift Enumerated.swift
[59/191] Compiling RxSwift Error.swift
[60/191] Compiling RxSwift Errors.swift
[61/191] Compiling RxSwift Event.swift
[62/191] Compiling RxSwift Filter.swift
[63/191] Compiling RxSwift First.swift
[64/191] Compiling RxSwift Generate.swift
[65/191] Compiling RxSwift GroupBy.swift
[66/191] Compiling RxSwift GroupedObservable.swift
[67/191] Compiling RxSwift HistoricalScheduler.swift
[68/191] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[69/191] Compiling RxSwift ImmediateSchedulerType.swift
[70/191] Compiling RxSwift CombineLatest.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[71/191] Compiling RxSwift CompactMap.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[72/191] Compiling RxSwift Completable+AndThen.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[73/191] Compiling RxSwift Completable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[74/191] Compiling RxSwift CompositeDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[75/191] Compiling RxSwift Concat.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[76/191] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[77/191] Compiling RxSwift ConcurrentMainScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[78/191] Compiling RxSwift ConnectableObservableType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[79/191] Compiling RxSwift Create.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[80/191] Compiling RxSwift CurrentThreadScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[81/191] Compiling RxSwift Date+Dispatch.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[82/191] Compiling RxSwift Debounce.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[83/191] Compiling RxSwift Debug.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[84/191] Compiling RxSwift Decode.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[85/191] Compiling RxSwift DefaultIfEmpty.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[86/191] Compiling RxSwift Deferred.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[87/191] Compiling RxSwift Delay.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[88/191] Compiling RxSwift DelaySubscription.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[89/191] Compiling RxSwift Dematerialize.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[90/191] Compiling RxSwift DispatchQueue+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[109/191] Compiling RxSwift Catch.swift
[110/191] Compiling RxSwift CombineLatest+Collection.swift
[111/191] Compiling RxSwift CombineLatest+arity.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
[1/1] Compiling plugin SwiftFormatPlugin
[2/2] Compiling plugin Swift-DocC Preview
[3/3] Compiling plugin Swift-DocC
Building for debugging...
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/22] 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'
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, *)
[6/22] 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'
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, *)
[7/22] 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'
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)
[8/24] 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, *)
[9/51] 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, *)
[10/51] 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, *)
[11/108] 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, *)
[12/108] 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, *)
[13/109] 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, *)
[14/109] 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, *)
[15/109] 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, *)
[16/109] 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, *)
[17/167] Compiling RxSwift Buffer.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/167] Compiling RxSwift Cancelable.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/167] 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, *)
[20/167] 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, *)
[21/167] 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, *)
[22/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'
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, *)
[23/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'
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, *)
BUILD FAILURE 6.1 android