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 RxDataSources, reference main (bbfea3), with Swift 6.1 for Android on 28 May 2025 01:27:35 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/RxSwiftCommunity/RxDataSources.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/RxSwiftCommunity/RxDataSources
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at bbfea38 Merge pull request #407 from Fleuronic/fix-typo
Submodule path 'Carthage/Checkouts/RxSwift': checked out 'c8742ed97fc2f0c015a5ea5eddefb064cd7532d2'
Submodule 'Carthage/Checkouts/RxSwift' (https://github.com/ReactiveX/RxSwift.git) registered for path 'Carthage/Checkouts/RxSwift'
Cloning into '/host/spi-builder-workspace/Carthage/Checkouts/RxSwift'...
Cloned https://github.com/RxSwiftCommunity/RxDataSources.git
Revision (git rev-parse @):
bbfea3869f5492580563c676acda729c64fa489e
SUCCESS checkout https://github.com/RxSwiftCommunity/RxDataSources.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/RxSwiftCommunity/RxDataSources.git
https://github.com/RxSwiftCommunity/RxDataSources.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "rxswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveX/RxSwift.git"
    }
  ],
  "manifest_display_name" : "RxDataSources",
  "name" : "RxDataSources",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "9.0"
    },
    {
      "name" : "tvos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "RxDataSources",
      "targets" : [
        "RxDataSources"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RxDataSources-Dynamic",
      "targets" : [
        "RxDataSources"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    },
    {
      "name" : "Differentiator",
      "targets" : [
        "Differentiator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "RxDataSourcesTests",
      "module_type" : "SwiftTarget",
      "name" : "RxDataSourcesTests",
      "path" : "Tests/RxDataSourcesTests",
      "sources" : [
        "AlgorithmTests.swift",
        "Array+Extensions.swift",
        "ChangeSet+TestExtensions.swift",
        "NumberSection.swift",
        "Randomizer.swift",
        "RxCollectionViewSectionedDataSource+Test.swift",
        "XCTest+Extensions.swift",
        "i.swift",
        "s.swift"
      ],
      "target_dependencies" : [
        "RxDataSources"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RxDataSources",
      "module_type" : "SwiftTarget",
      "name" : "RxDataSources",
      "path" : "Sources/RxDataSources",
      "product_dependencies" : [
        "RxSwift",
        "RxCocoa"
      ],
      "product_memberships" : [
        "RxDataSources",
        "RxDataSources-Dynamic"
      ],
      "sources" : [
        "AnimationConfiguration.swift",
        "Array+Extensions.swift",
        "CollectionViewSectionedDataSource.swift",
        "DataSources.swift",
        "Deprecated.swift",
        "FloatingPointType+IdentifiableType.swift",
        "IntegerType+IdentifiableType.swift",
        "RxCollectionViewSectionedAnimatedDataSource.swift",
        "RxCollectionViewSectionedReloadDataSource.swift",
        "RxPickerViewAdapter.swift",
        "RxTableViewSectionedAnimatedDataSource.swift",
        "RxTableViewSectionedReloadDataSource.swift",
        "String+IdentifiableType.swift",
        "TableViewSectionedDataSource.swift",
        "UI+SectionedViewType.swift",
        "ViewTransition.swift"
      ],
      "target_dependencies" : [
        "Differentiator"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Differentiator",
      "module_type" : "SwiftTarget",
      "name" : "Differentiator",
      "path" : "Sources/Differentiator",
      "product_memberships" : [
        "RxDataSources",
        "RxDataSources-Dynamic",
        "Differentiator"
      ],
      "sources" : [
        "AnimatableSectionModel.swift",
        "AnimatableSectionModelType+ItemPath.swift",
        "AnimatableSectionModelType.swift",
        "Changeset.swift",
        "Diff.swift",
        "IdentifiableType.swift",
        "IdentifiableValue.swift",
        "ItemPath.swift",
        "Optional+Extensions.swift",
        "SectionModel.swift",
        "SectionModelType.swift",
        "Utilities.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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/ReactiveX/RxSwift.git
[1/52683] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (6.88s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.0 (7.46s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.9.0
Building for debugging...
[0/16] Write sources
[0/16] Copying PrivacyInfo.xcprivacy
[5/16] Write sources
[8/16] Write swift-version-24593BA9C3E375BF.txt
[10/172] Compiling Differentiator SectionModel.swift
[11/173] Compiling Differentiator SectionModelType.swift
[12/173] Compiling Differentiator Optional+Extensions.swift
[13/173] Compiling RxSwift AddRef.swift
/host/spi-builder-workspace/Sources/Differentiator/Diff.swift:25:14: warning: associated value 'duplicateItem(item:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 23 |     public enum Error : Swift.Error, CustomDebugStringConvertible {
 24 |
 25 |         case duplicateItem(item: Any)
    |              `- warning: associated value 'duplicateItem(item:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 26 |         case duplicateSection(section: Any)
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
/host/spi-builder-workspace/Sources/Differentiator/Diff.swift:26:14: warning: associated value 'duplicateSection(section:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 24 |
 25 |         case duplicateItem(item: Any)
 26 |         case duplicateSection(section: Any)
    |              `- warning: associated value 'duplicateSection(section:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
 28 |
/host/spi-builder-workspace/Sources/Differentiator/Diff.swift:27:14: warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 25 |         case duplicateItem(item: Any)
 26 |         case duplicateSection(section: Any)
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
    |              `- warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |
 29 |         public var debugDescription: String {
/host/spi-builder-workspace/Sources/Differentiator/Diff.swift:27:14: warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 25 |         case duplicateItem(item: Any)
 26 |         case duplicateSection(section: Any)
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
    |              `- warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |
 29 |         public var debugDescription: String {
/host/spi-builder-workspace/Sources/Differentiator/Diff.swift:27:14: warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 25 |         case duplicateItem(item: Any)
 26 |         case duplicateSection(section: Any)
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
    |              `- warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |
 29 |         public var debugDescription: String {
[14/173] Compiling RxSwift Amb.swift
/host/spi-builder-workspace/Sources/Differentiator/Diff.swift:25:14: warning: associated value 'duplicateItem(item:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 23 |     public enum Error : Swift.Error, CustomDebugStringConvertible {
 24 |
 25 |         case duplicateItem(item: Any)
    |              `- warning: associated value 'duplicateItem(item:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 26 |         case duplicateSection(section: Any)
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
/host/spi-builder-workspace/Sources/Differentiator/Diff.swift:26:14: warning: associated value 'duplicateSection(section:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 24 |
 25 |         case duplicateItem(item: Any)
 26 |         case duplicateSection(section: Any)
    |              `- warning: associated value 'duplicateSection(section:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
 28 |
/host/spi-builder-workspace/Sources/Differentiator/Diff.swift:27:14: warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 25 |         case duplicateItem(item: Any)
 26 |         case duplicateSection(section: Any)
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
    |              `- warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |
 29 |         public var debugDescription: String {
/host/spi-builder-workspace/Sources/Differentiator/Diff.swift:27:14: warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 25 |         case duplicateItem(item: Any)
 26 |         case duplicateSection(section: Any)
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
    |              `- warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |
 29 |         public var debugDescription: String {
/host/spi-builder-workspace/Sources/Differentiator/Diff.swift:27:14: warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 25 |         case duplicateItem(item: Any)
 26 |         case duplicateSection(section: Any)
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
    |              `- warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |
 29 |         public var debugDescription: String {
[15/173] Compiling RxSwift AnonymousDisposable.swift
[16/173] Compiling RxSwift AnonymousObserver.swift
[17/173] Emitting module Differentiator
/host/spi-builder-workspace/Sources/Differentiator/Diff.swift:25:14: warning: associated value 'duplicateItem(item:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 23 |     public enum Error : Swift.Error, CustomDebugStringConvertible {
 24 |
 25 |         case duplicateItem(item: Any)
    |              `- warning: associated value 'duplicateItem(item:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 26 |         case duplicateSection(section: Any)
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
/host/spi-builder-workspace/Sources/Differentiator/Diff.swift:26:14: warning: associated value 'duplicateSection(section:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 24 |
 25 |         case duplicateItem(item: Any)
 26 |         case duplicateSection(section: Any)
    |              `- warning: associated value 'duplicateSection(section:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
 28 |
/host/spi-builder-workspace/Sources/Differentiator/Diff.swift:27:14: warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 25 |         case duplicateItem(item: Any)
 26 |         case duplicateSection(section: Any)
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
    |              `- warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |
 29 |         public var debugDescription: String {
/host/spi-builder-workspace/Sources/Differentiator/Diff.swift:27:14: warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 25 |         case duplicateItem(item: Any)
 26 |         case duplicateSection(section: Any)
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
    |              `- warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |
 29 |         public var debugDescription: String {
/host/spi-builder-workspace/Sources/Differentiator/Diff.swift:27:14: warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 25 |         case duplicateItem(item: Any)
 26 |         case duplicateSection(section: Any)
 27 |         case invalidInitializerImplementation(section: Any, expectedItems: Any, expectedIdentifier: Any)
    |              `- warning: associated value 'invalidInitializerImplementation(section:expectedItems:expectedIdentifier:)' of 'Sendable'-conforming enum 'Error' has non-sendable type 'Any'; this is an error in the Swift 6 language mode
 28 |
 29 |         public var debugDescription: String {
[18/173] Compiling RxSwift AsSingle.swift
[19/173] Compiling RxSwift AsyncLock.swift
[20/173] Compiling RxSwift AnyObserver.swift
[21/173] Compiling RxSwift AsMaybe.swift
[22/173] 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 |     }
[23/173] 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 |     }
[24/173] 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 |     }
[25/173] 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 |     }
[26/173] 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 |     }
[27/173] 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 |     }
[28/173] 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 |     }
[29/173] 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 |     }
[30/173] 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 |     }
[31/173] 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 |     }
[32/173] 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 |     }
[33/173] 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 |     }
[34/173] 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 |     }
[35/173] 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 |     }
[36/173] 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 |     }
[37/173] 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 |     }
[38/173] 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 |     }
[39/173] 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 |     }
[40/173] 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 |     }
[41/173] 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 |     }
[42/173] 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 |     }
[43/193] Compiling RxSwift Never.swift
[44/193] Compiling RxSwift NopDisposable.swift
[45/193] Compiling RxSwift Observable+Concurrency.swift
[46/193] Compiling RxSwift Observable.swift
[47/193] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[48/193] Compiling RxSwift ObservableConvertibleType.swift
[49/193] Compiling RxSwift ObservableType+Extensions.swift
[50/193] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[51/193] Compiling RxSwift ObservableType.swift
[52/193] Compiling RxSwift ObserveOn.swift
[53/193] Compiling RxSwift ObserverBase.swift
[54/193] Compiling RxSwift ObserverType.swift
[55/193] Compiling RxSwift OperationQueueScheduler.swift
[56/193] Compiling RxSwift Optional.swift
[57/193] Compiling RxSwift Platform.Darwin.swift
[58/193] Compiling RxSwift Platform.Linux.swift
[59/193] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[60/193] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[61/193] Compiling RxSwift PrimitiveSequence.swift
[62/193] Compiling RxSwift PriorityQueue.swift
[63/193] Compiling RxSwift Producer.swift
[64/193] Compiling RxSwift PublishSubject.swift
[65/193] Compiling RxSwift Queue.swift
[66/193] Compiling RxSwift Range.swift
[67/193] Compiling RxSwift Reactive.swift
[68/193] Compiling RxSwift RecursiveLock.swift
[69/193] Compiling RxSwift RecursiveScheduler.swift
[70/193] Compiling RxSwift Reduce.swift
[71/193] Compiling RxSwift RefCountDisposable.swift
[72/193] Compiling RxSwift Repeat.swift
[73/193] Compiling RxSwift ReplaySubject.swift
[74/193] Compiling RxSwift RetryWhen.swift
[75/193] Compiling RxSwift Rx.swift
[76/193] Compiling RxSwift RxMutableBox.swift
[77/193] Compiling RxSwift Sample.swift
[78/193] Compiling RxSwift Scan.swift
[79/193] Compiling RxSwift ScheduledDisposable.swift
[80/193] Compiling RxSwift ScheduledItem.swift
[81/193] Compiling RxSwift ScheduledItemType.swift
[82/193] Compiling RxSwift SchedulerServices+Emulation.swift
[83/193] Compiling RxSwift SchedulerType.swift
[84/193] Compiling RxSwift Sequence.swift
[85/193] Compiling RxSwift SerialDispatchQueueScheduler.swift
[86/193] Compiling RxSwift SerialDisposable.swift
[87/193] Compiling RxSwift ShareReplayScope.swift
[88/193] Compiling RxSwift Single.swift
[89/193] Compiling RxSwift SingleAssignmentDisposable.swift
[90/193] Compiling RxSwift SingleAsync.swift
[91/193] Compiling RxSwift Sink.swift
[92/193] Compiling RxSwift Skip.swift
[93/193] Compiling RxSwift SkipUntil.swift
[94/193] Compiling RxSwift SkipWhile.swift
[95/193] Compiling RxSwift StartWith.swift
[96/193] Compiling RxSwift SubjectType.swift
[97/193] Compiling RxSwift SubscribeOn.swift
[98/193] Compiling RxSwift SubscriptionDisposable.swift
[99/193] Compiling RxSwift SwiftSupport.swift
[100/193] Compiling RxSwift Switch.swift
[101/193] Compiling RxSwift SwitchIfEmpty.swift
[102/193] Compiling RxSwift SynchronizedDisposeType.swift
[103/193] Compiling RxSwift DispatchQueueConfiguration.swift
[104/193] Compiling RxSwift Disposable.swift
[105/193] Compiling RxSwift Disposables.swift
[106/193] Compiling RxSwift DisposeBag.swift
[107/193] Compiling RxSwift DisposeBase.swift
[108/193] Compiling RxSwift DistinctUntilChanged.swift
[109/193] Compiling RxSwift Do.swift
[110/193] Compiling RxSwift ElementAt.swift
[111/193] Compiling RxSwift Empty.swift
[112/193] Compiling RxSwift Enumerated.swift
[113/193] Compiling RxSwift Error.swift
[114/193] Compiling RxSwift Errors.swift
[115/193] Compiling RxSwift Event.swift
[116/193] Compiling RxSwift Filter.swift
[117/193] Compiling RxSwift First.swift
[118/193] Compiling RxSwift Generate.swift
[119/193] Compiling RxSwift GroupBy.swift
[120/193] Compiling RxSwift GroupedObservable.swift
[121/193] Compiling RxSwift HistoricalScheduler.swift
[122/193] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[123/193] Compiling RxSwift ImmediateSchedulerType.swift
[124/193] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[125/193] Compiling RxSwift Infallible+CombineLatest+arity.swift
[126/193] Compiling RxSwift Infallible+Concurrency.swift
[127/193] Compiling RxSwift Infallible+Create.swift
[128/193] Compiling RxSwift Infallible+Debug.swift
[129/193] Compiling RxSwift Infallible+Operators.swift
[130/193] Compiling RxSwift Infallible+Zip+arity.swift
[131/193] Compiling RxSwift Infallible.swift
[132/193] Compiling RxSwift InfiniteSequence.swift
[133/193] Compiling RxSwift InvocableScheduledItem.swift
[134/193] Compiling RxSwift InvocableType.swift
[135/193] Compiling RxSwift Just.swift
[136/193] Compiling RxSwift Lock.swift
[137/193] Compiling RxSwift LockOwnerType.swift
[138/193] Compiling RxSwift MainScheduler.swift
[139/193] Compiling RxSwift Map.swift
[140/193] Compiling RxSwift Materialize.swift
[141/193] Compiling RxSwift Maybe.swift
[142/193] Compiling RxSwift Merge.swift
[143/193] Compiling RxSwift Multicast.swift
[144/193] Emitting module RxSwift
[153/193] Compiling RxSwift AsyncSubject.swift
[154/193] Compiling RxSwift AtomicInt.swift
[155/193] Compiling RxSwift Bag+Rx.swift
[156/193] Compiling RxSwift Bag.swift
[157/193] Compiling RxSwift BehaviorSubject.swift
[158/193] Compiling RxSwift BinaryDisposable.swift
[159/193] Compiling RxSwift Binder.swift
[160/193] Compiling RxSwift BooleanDisposable.swift
[161/193] Compiling RxSwift Buffer.swift
[162/193] Compiling RxSwift Cancelable.swift
[163/193] Compiling RxSwift Catch.swift
[164/193] Compiling RxSwift CombineLatest+Collection.swift
[165/193] Compiling RxSwift CombineLatest+arity.swift
[166/193] Compiling Differentiator Utilities.swift
[167/194] Wrapping AST for Differentiator for debugging
[169/194] Compiling RxSwift SynchronizedOnType.swift
[170/194] Compiling RxSwift SynchronizedUnsubscribeType.swift
[171/194] Compiling RxSwift TailRecursiveSink.swift
[172/194] Compiling RxSwift Take.swift
[173/194] Compiling RxSwift TakeLast.swift
[174/194] Compiling RxSwift TakeWithPredicate.swift
[175/194] Compiling RxSwift Throttle.swift
[176/194] Compiling RxSwift Timeout.swift
[177/194] Compiling RxSwift Timer.swift
[178/194] Compiling RxSwift ToArray.swift
[179/194] Compiling RxSwift Using.swift
[180/194] Compiling RxSwift VirtualTimeConverterType.swift
[181/194] Compiling RxSwift VirtualTimeScheduler.swift
[182/194] Compiling RxSwift Window.swift
[183/194] Compiling RxSwift WithLatestFrom.swift
[184/194] Compiling RxSwift WithUnretained.swift
[185/194] Compiling RxSwift Zip+Collection.swift
[186/194] Compiling RxSwift Zip+arity.swift
[187/194] Compiling RxSwift Zip.swift
[188/194] Compiling RxSwift resource_bundle_accessor.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/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
Building for debugging...
[0/8] Write swift-version-24593BA9C3E375BF.txt
[2/142] Compiling RxSwift AsSingle.swift
[3/142] Compiling RxSwift AsyncLock.swift
[4/142] Compiling Differentiator SectionModelType.swift
[5/165] Compiling Differentiator SectionModel.swift
[6/165] Compiling Differentiator Optional+Extensions.swift
[7/165] Compiling RxSwift AddRef.swift
[8/165] Compiling RxSwift Amb.swift
[9/165] Emitting module Differentiator
[10/165] Compiling Differentiator Utilities.swift
[11/165] Compiling RxSwift AnyObserver.swift
[12/165] Compiling RxSwift AsMaybe.swift
[13/165] Compiling RxSwift AnonymousDisposable.swift
[14/165] Compiling RxSwift AnonymousObserver.swift
[16/165] Emitting module RxSwift
[17/185] 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 |     }
[18/185] 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 |     }
[19/185] 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 |     }
[20/185] 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 |     }
[21/185] 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 |     }
[22/185] 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 |     }
[23/185] 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 |     }
[24/185] 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 |     }
[25/185] 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 |     }
[26/185] 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 |     }
[27/185] 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 |     }
[28/185] 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 |     }
[29/185] 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 |     }
[30/185] 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 |     }
[31/185] 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 |     }
[32/185] 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 |     }
[33/185] 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 |     }
[34/185] 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 |     }
[35/185] 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 |     }
[36/185] 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 |     }
[37/185] 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 |     }
[38/185] Compiling RxSwift DispatchQueueConfiguration.swift
[39/185] Compiling RxSwift Disposable.swift
[40/185] Compiling RxSwift Disposables.swift
[41/185] Compiling RxSwift DisposeBag.swift
[42/185] Compiling RxSwift DisposeBase.swift
[43/185] Compiling RxSwift DistinctUntilChanged.swift
[44/185] Compiling RxSwift Do.swift
[45/185] Compiling RxSwift ElementAt.swift
[46/185] Compiling RxSwift Empty.swift
[47/185] Compiling RxSwift Enumerated.swift
[48/185] Compiling RxSwift Error.swift
[49/185] Compiling RxSwift Errors.swift
[50/185] Compiling RxSwift Event.swift
[51/185] Compiling RxSwift Filter.swift
[52/185] Compiling RxSwift First.swift
[53/185] Compiling RxSwift Generate.swift
[54/185] Compiling RxSwift GroupBy.swift
[55/185] Compiling RxSwift GroupedObservable.swift
[56/185] Compiling RxSwift HistoricalScheduler.swift
[57/185] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[58/185] Compiling RxSwift ImmediateSchedulerType.swift
[59/185] Compiling RxSwift Producer.swift
[60/185] Compiling RxSwift PublishSubject.swift
[61/185] Compiling RxSwift Queue.swift
[62/185] Compiling RxSwift Range.swift
[63/185] Compiling RxSwift Reactive.swift
[64/185] Compiling RxSwift RecursiveLock.swift
[65/185] Compiling RxSwift RecursiveScheduler.swift
[66/185] Compiling RxSwift Reduce.swift
[67/185] Compiling RxSwift RefCountDisposable.swift
[68/185] Compiling RxSwift Repeat.swift
[69/185] Compiling RxSwift ReplaySubject.swift
[70/185] Compiling RxSwift RetryWhen.swift
[71/185] Compiling RxSwift Rx.swift
[72/185] Compiling RxSwift RxMutableBox.swift
[73/185] Compiling RxSwift Sample.swift
[74/185] Compiling RxSwift Scan.swift
[75/185] Compiling RxSwift ScheduledDisposable.swift
[76/185] Compiling RxSwift ScheduledItem.swift
[77/185] Compiling RxSwift ScheduledItemType.swift
[78/185] Compiling RxSwift SchedulerServices+Emulation.swift
[79/185] Compiling RxSwift SchedulerType.swift
[80/185] Compiling RxSwift Sequence.swift
[81/185] Compiling RxSwift SerialDispatchQueueScheduler.swift
[82/185] Compiling RxSwift SerialDisposable.swift
[83/185] Compiling RxSwift ShareReplayScope.swift
[84/185] Compiling RxSwift Single.swift
[85/185] Compiling RxSwift SingleAssignmentDisposable.swift
[86/185] Compiling RxSwift SingleAsync.swift
[87/185] Compiling RxSwift Sink.swift
[88/185] Compiling RxSwift Skip.swift
[89/185] Compiling RxSwift SkipUntil.swift
[90/185] Compiling RxSwift SkipWhile.swift
[91/185] Compiling RxSwift StartWith.swift
[92/185] Compiling RxSwift SubjectType.swift
[93/185] Compiling RxSwift SubscribeOn.swift
[94/185] Compiling RxSwift SubscriptionDisposable.swift
[95/185] Compiling RxSwift SwiftSupport.swift
[96/185] Compiling RxSwift Switch.swift
[97/185] Compiling RxSwift SwitchIfEmpty.swift
[98/185] Compiling RxSwift SynchronizedDisposeType.swift
[99/185] Compiling RxSwift Never.swift
[100/185] Compiling RxSwift NopDisposable.swift
[101/185] Compiling RxSwift Observable+Concurrency.swift
[102/185] Compiling RxSwift Observable.swift
[103/185] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[104/185] Compiling RxSwift ObservableConvertibleType.swift
[105/185] Compiling RxSwift ObservableType+Extensions.swift
[106/185] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[107/185] Compiling RxSwift ObservableType.swift
[108/185] Compiling RxSwift ObserveOn.swift
[109/185] Compiling RxSwift ObserverBase.swift
[110/185] Compiling RxSwift ObserverType.swift
[111/185] Compiling RxSwift OperationQueueScheduler.swift
[112/185] Compiling RxSwift Optional.swift
[113/185] Compiling RxSwift Platform.Darwin.swift
[114/185] Compiling RxSwift Platform.Linux.swift
[115/185] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[116/185] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[117/185] Compiling RxSwift PrimitiveSequence.swift
[118/185] Compiling RxSwift PriorityQueue.swift
[119/185] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[120/185] Compiling RxSwift Infallible+CombineLatest+arity.swift
[121/185] Compiling RxSwift Infallible+Concurrency.swift
[122/185] Compiling RxSwift Infallible+Create.swift
[123/185] Compiling RxSwift Infallible+Debug.swift
[124/185] Compiling RxSwift Infallible+Operators.swift
[125/185] Compiling RxSwift Infallible+Zip+arity.swift
[126/185] Compiling RxSwift Infallible.swift
[127/185] Compiling RxSwift InfiniteSequence.swift
[128/185] Compiling RxSwift InvocableScheduledItem.swift
[129/185] Compiling RxSwift InvocableType.swift
[130/185] Compiling RxSwift Just.swift
[131/185] Compiling RxSwift Lock.swift
[132/185] Compiling RxSwift LockOwnerType.swift
[133/185] Compiling RxSwift MainScheduler.swift
[134/185] Compiling RxSwift Map.swift
[135/185] Compiling RxSwift Materialize.swift
[136/185] Compiling RxSwift Maybe.swift
[137/185] Compiling RxSwift Merge.swift
[138/185] Compiling RxSwift Multicast.swift
[147/185] Compiling RxSwift AsyncSubject.swift
[148/185] Compiling RxSwift AtomicInt.swift
[149/185] Compiling RxSwift Bag+Rx.swift
[150/185] Compiling RxSwift Bag.swift
[151/185] Compiling RxSwift BehaviorSubject.swift
[152/185] Compiling RxSwift BinaryDisposable.swift
[153/185] Compiling RxSwift Binder.swift
[154/185] Compiling RxSwift BooleanDisposable.swift
[155/185] Compiling RxSwift Buffer.swift
[156/185] Compiling RxSwift Cancelable.swift
[157/185] Compiling RxSwift Catch.swift
[158/185] Compiling RxSwift CombineLatest+Collection.swift
[159/185] Compiling RxSwift CombineLatest+arity.swift
[160/185] Compiling RxSwift SynchronizedOnType.swift
[161/185] Compiling RxSwift SynchronizedUnsubscribeType.swift
[162/185] Compiling RxSwift TailRecursiveSink.swift
[163/185] Compiling RxSwift Take.swift
[164/185] Compiling RxSwift TakeLast.swift
[165/185] Compiling RxSwift TakeWithPredicate.swift
[166/185] Compiling RxSwift Throttle.swift
[167/185] Compiling RxSwift Timeout.swift
[168/185] Compiling RxSwift Timer.swift
[169/185] Compiling RxSwift ToArray.swift
[170/185] Compiling RxSwift Using.swift
[171/185] Compiling RxSwift VirtualTimeConverterType.swift
[172/185] Compiling RxSwift VirtualTimeScheduler.swift
[173/185] Compiling RxSwift Window.swift
[174/185] Compiling RxSwift WithLatestFrom.swift
[175/185] Compiling RxSwift WithUnretained.swift
[176/185] Compiling RxSwift Zip+Collection.swift
[177/185] Compiling RxSwift Zip+arity.swift
[178/185] Compiling RxSwift Zip.swift
[179/185] Compiling RxSwift resource_bundle_accessor.swift
BUILD FAILURE 6.1 android