The Swift Package Index logo.Swift Package Index

Build Information

Failed to build DataDrivenRxDatasources, reference master (9adf16), with Swift 6.1 for Android on 30 May 2025 02:10:15 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-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/bigMOTOR/DataDrivenRxDatasources.git
Reference: master
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/bigMOTOR/DataDrivenRxDatasources
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 9adf16f Update main.yml - test destination
Cloned https://github.com/bigMOTOR/DataDrivenRxDatasources.git
Revision (git rev-parse @):
9adf16f978201360825c413fd2c91645b4890533
SUCCESS checkout https://github.com/bigMOTOR/DataDrivenRxDatasources.git at master
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/bigMOTOR/DataDrivenRxDatasources.git
https://github.com/bigMOTOR/DataDrivenRxDatasources.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"
    },
    {
      "identity" : "rxdatasources",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "5.0.0",
            "upper_bound" : "6.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/RxSwiftCommunity/RxDataSources.git"
    }
  ],
  "manifest_display_name" : "DataDrivenRxDatasources",
  "name" : "DataDrivenRxDatasources",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "DataDrivenRxDatasources",
      "targets" : [
        "DataDrivenRxDatasources"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DataDrivenRxDatasourcesTests",
      "module_type" : "SwiftTarget",
      "name" : "DataDrivenRxDatasourcesTests",
      "path" : "Tests/DataDrivenRxDatasourcesTests",
      "sources" : [
        "CollectionView/RxCollectionViewTests.swift",
        "CollectionView/SampleCollectionCell.swift",
        "CollectionView/SampleCollectionCellViewModel.swift",
        "TableView/RxTableViewTests.swift",
        "TableView/SampleCell.swift",
        "TableView/SampleCellViewModel.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "DataDrivenRxDatasources"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DataDrivenRxDatasources",
      "module_type" : "SwiftTarget",
      "name" : "DataDrivenRxDatasources",
      "path" : "Sources/DataDrivenRxDatasources",
      "product_dependencies" : [
        "RxSwift",
        "RxDataSources"
      ],
      "product_memberships" : [
        "DataDrivenRxDatasources"
      ],
      "resources" : [
        {
          "path" : "/host/spi-builder-workspace/Sources/DataDrivenRxDatasources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "CollectionView/AnimatableCollectionSectionModel.swift",
        "CollectionView/CollectionCellViewModel.swift",
        "CollectionView/CollectionSectionModel.swift",
        "CollectionView/CollectionViewFlowLayout.swift",
        "CollectionView/IdentifiableCollectionCellViewModel.swift",
        "CollectionView/RxCollectionView.swift",
        "ContextMenuAction.swift",
        "SectionModelExtensions.swift",
        "TableView/AnimatableTableSectionModel.swift",
        "TableView/CellViewModel.swift",
        "TableView/DecoratableTableView.swift",
        "TableView/DiffableTableSectionModel.swift",
        "TableView/ExtendedSectionedViewDataSourceType.swift",
        "TableView/HeaderFooterSectionType.swift",
        "TableView/HeaderFooterType.swift",
        "TableView/IdentifiableCellViewModel.swift",
        "TableView/RxTableView.swift",
        "TableView/RxTableViewDiffableDataSource.swift",
        "TableView/SwipeAction.swift",
        "TableView/TableSectionModel.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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/ReactiveX/RxSwift.git
Fetching https://github.com/RxSwiftCommunity/RxDataSources.git
[1/4937] Fetching rxdatasources
[4642/57620] Fetching rxdatasources, rxswift
Fetched https://github.com/RxSwiftCommunity/RxDataSources.git from cache (1.59s)
[51033/52683] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (5.23s)
Computing version for https://github.com/RxSwiftCommunity/RxDataSources.git
Computed https://github.com/RxSwiftCommunity/RxDataSources.git at 5.0.2 (7.49s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.0 (0.59s)
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/RxSwiftCommunity/RxDataSources.git
Working copy of https://github.com/RxSwiftCommunity/RxDataSources.git resolved at 5.0.2
Building for debugging...
[0/11] Write sources
[0/11] Copying PrivacyInfo.xcprivacy
[0/11] Write sources
[0/11] Copying PrivacyInfo.xcprivacy
[10/11] Write swift-version-24593BA9C3E375BF.txt
[12/167] Compiling Differentiator SectionModelType.swift
[13/168] Compiling Differentiator Optional+Extensions.swift
[14/168] Emitting module Differentiator
[15/168] Compiling RxSwift AddRef.swift
[16/168] Compiling RxSwift Amb.swift
[17/168] Compiling RxSwift AsSingle.swift
[18/168] Compiling RxSwift AsyncLock.swift
[19/168] Compiling RxSwift AnyObserver.swift
[20/168] Compiling RxSwift AsMaybe.swift
[21/168] Compiling RxSwift AnonymousDisposable.swift
[22/168] Compiling RxSwift AnonymousObserver.swift
[23/168] Compiling Differentiator Utilities.swift
[24/168] Compiling Differentiator SectionModel.swift
[25/169] Compiling RxSwift SchedulerType.swift
[26/169] Compiling RxSwift Sequence.swift
[27/169] Compiling RxSwift SerialDispatchQueueScheduler.swift
[28/169] Compiling RxSwift SerialDisposable.swift
[29/169] Compiling RxSwift ShareReplayScope.swift
[30/169] Compiling RxSwift Single.swift
[31/169] Compiling RxSwift SingleAssignmentDisposable.swift
[32/169] Compiling RxSwift SingleAsync.swift
[33/169] Compiling RxSwift Sink.swift
[34/169] Compiling RxSwift Skip.swift
[35/169] Compiling RxSwift SkipUntil.swift
[36/169] Compiling RxSwift SkipWhile.swift
[37/169] Compiling RxSwift StartWith.swift
[38/169] Compiling RxSwift SubjectType.swift
[39/169] Compiling RxSwift SubscribeOn.swift
[40/169] Compiling RxSwift SubscriptionDisposable.swift
[41/169] Compiling RxSwift SwiftSupport.swift
[42/169] Compiling RxSwift Switch.swift
[43/169] Compiling RxSwift SwitchIfEmpty.swift
[44/169] Compiling RxSwift SynchronizedDisposeType.swift
[45/169] Emitting module RxSwift
[46/169] 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 |     }
[47/169] 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 |     }
[48/169] 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 |     }
[49/169] 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 |     }
[50/169] 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 |     }
[51/169] 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 |     }
[52/169] 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 |     }
[53/169] 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 |     }
[54/169] 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 |     }
[55/169] 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 |     }
[56/169] 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 |     }
[57/169] 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 |     }
[58/169] 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 |     }
[59/169] 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 |     }
[60/169] 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 |     }
[61/169] 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 |     }
[62/169] 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 |     }
[63/169] 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 |     }
[64/169] 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 |     }
[65/169] 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 |     }
[66/169] 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 |     }
[75/189] Compiling RxSwift AsyncSubject.swift
[76/189] Compiling RxSwift AtomicInt.swift
[77/189] Compiling RxSwift Bag+Rx.swift
[78/189] Compiling RxSwift Bag.swift
[79/189] Compiling RxSwift BehaviorSubject.swift
[80/189] Compiling RxSwift BinaryDisposable.swift
[81/189] Compiling RxSwift Binder.swift
[82/189] Compiling RxSwift BooleanDisposable.swift
[83/189] Compiling RxSwift Buffer.swift
[84/189] Compiling RxSwift Cancelable.swift
[85/189] Compiling RxSwift Catch.swift
[86/189] Compiling RxSwift CombineLatest+Collection.swift
[87/189] Compiling RxSwift CombineLatest+arity.swift
[89/189] Compiling RxSwift DispatchQueueConfiguration.swift
[90/189] Compiling RxSwift Disposable.swift
[91/189] Compiling RxSwift Disposables.swift
[92/189] Compiling RxSwift DisposeBag.swift
[93/189] Compiling RxSwift DisposeBase.swift
[94/189] Compiling RxSwift DistinctUntilChanged.swift
[95/189] Compiling RxSwift Do.swift
[96/189] Compiling RxSwift ElementAt.swift
[97/189] Compiling RxSwift Empty.swift
[98/189] Compiling RxSwift Enumerated.swift
[99/189] Compiling RxSwift Error.swift
[100/189] Compiling RxSwift Errors.swift
[101/189] Compiling RxSwift Event.swift
[102/189] Compiling RxSwift Filter.swift
[103/189] Compiling RxSwift First.swift
[104/189] Compiling RxSwift Generate.swift
[105/189] Compiling RxSwift GroupBy.swift
[106/189] Compiling RxSwift GroupedObservable.swift
[107/189] Compiling RxSwift HistoricalScheduler.swift
[108/189] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[109/189] Compiling RxSwift ImmediateSchedulerType.swift
[110/189] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[111/189] Compiling RxSwift Infallible+CombineLatest+arity.swift
[112/189] Compiling RxSwift Infallible+Concurrency.swift
[113/189] Compiling RxSwift Infallible+Create.swift
[114/189] Compiling RxSwift Infallible+Debug.swift
[115/189] Compiling RxSwift Infallible+Operators.swift
[116/189] Compiling RxSwift Infallible+Zip+arity.swift
[117/189] Compiling RxSwift Infallible.swift
[118/189] Compiling RxSwift InfiniteSequence.swift
[119/189] Compiling RxSwift InvocableScheduledItem.swift
[120/189] Compiling RxSwift InvocableType.swift
[121/189] Compiling RxSwift Just.swift
[122/189] Compiling RxSwift Lock.swift
[123/189] Compiling RxSwift LockOwnerType.swift
[124/189] Compiling RxSwift MainScheduler.swift
[125/189] Compiling RxSwift Map.swift
[126/189] Compiling RxSwift Materialize.swift
[127/189] Compiling RxSwift Maybe.swift
[128/189] Compiling RxSwift Merge.swift
[129/189] Compiling RxSwift Multicast.swift
[130/189] Compiling RxSwift Producer.swift
[131/189] Compiling RxSwift PublishSubject.swift
[132/189] Compiling RxSwift Queue.swift
[133/189] Compiling RxSwift Range.swift
[134/189] Compiling RxSwift Reactive.swift
[135/189] Compiling RxSwift RecursiveLock.swift
[136/189] Compiling RxSwift RecursiveScheduler.swift
[137/189] Compiling RxSwift Reduce.swift
[138/189] Compiling RxSwift RefCountDisposable.swift
[139/189] Compiling RxSwift Repeat.swift
[140/189] Compiling RxSwift ReplaySubject.swift
[141/189] Compiling RxSwift RetryWhen.swift
[142/189] Compiling RxSwift Rx.swift
[143/189] Compiling RxSwift RxMutableBox.swift
[144/189] Compiling RxSwift Sample.swift
[145/189] Compiling RxSwift Scan.swift
[146/189] Compiling RxSwift ScheduledDisposable.swift
[147/189] Compiling RxSwift ScheduledItem.swift
[148/189] Compiling RxSwift ScheduledItemType.swift
[149/189] Compiling RxSwift SchedulerServices+Emulation.swift
[150/189] Compiling RxSwift Never.swift
[151/189] Compiling RxSwift NopDisposable.swift
[152/189] Compiling RxSwift Observable+Concurrency.swift
[153/189] Compiling RxSwift Observable.swift
[154/189] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[155/189] Compiling RxSwift ObservableConvertibleType.swift
[156/189] Compiling RxSwift ObservableType+Extensions.swift
[157/189] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[158/189] Compiling RxSwift ObservableType.swift
[159/189] Compiling RxSwift ObserveOn.swift
[160/189] Compiling RxSwift ObserverBase.swift
[161/189] Compiling RxSwift ObserverType.swift
[162/189] Compiling RxSwift OperationQueueScheduler.swift
[163/189] Compiling RxSwift Optional.swift
[164/189] Compiling RxSwift Platform.Darwin.swift
[165/189] Compiling RxSwift Platform.Linux.swift
[166/189] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[167/189] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[168/189] Compiling RxSwift PrimitiveSequence.swift
[169/189] Compiling RxSwift PriorityQueue.swift
[170/189] Compiling RxSwift SynchronizedOnType.swift
[171/189] Compiling RxSwift SynchronizedUnsubscribeType.swift
[172/189] Compiling RxSwift TailRecursiveSink.swift
[173/189] Compiling RxSwift Take.swift
[174/189] Compiling RxSwift TakeLast.swift
[175/189] Compiling RxSwift TakeWithPredicate.swift
[176/189] Compiling RxSwift Throttle.swift
[177/189] Compiling RxSwift Timeout.swift
[178/189] Compiling RxSwift Timer.swift
[179/189] Compiling RxSwift ToArray.swift
[180/189] Compiling RxSwift Using.swift
[181/189] Compiling RxSwift VirtualTimeConverterType.swift
[182/189] Compiling RxSwift VirtualTimeScheduler.swift
[183/189] Compiling RxSwift Window.swift
[184/189] Compiling RxSwift WithLatestFrom.swift
[185/189] Compiling RxSwift WithUnretained.swift
[186/189] Compiling RxSwift Zip+Collection.swift
[187/189] Compiling RxSwift Zip+arity.swift
[188/189] Compiling RxSwift Zip.swift
[189/189] Compiling RxSwift resource_bundle_accessor.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-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
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/13] Compiling Differentiator SectionModelType.swift
[3/32] Compiling RxSwift DisposeBase.swift
[4/32] Compiling RxSwift DistinctUntilChanged.swift
[5/158] Compiling Differentiator Optional+Extensions.swift
[6/158] Compiling Differentiator SectionModel.swift
[7/158] Compiling Differentiator Utilities.swift
[8/158] Compiling RxSwift DispatchQueueConfiguration.swift
[9/158] Compiling RxSwift Disposable.swift
[10/158] Emitting module Differentiator
[11/158] Compiling RxSwift Do.swift
[12/158] Compiling RxSwift ElementAt.swift
[13/158] Compiling RxSwift Disposables.swift
[14/158] Compiling RxSwift DisposeBag.swift
[16/159] Emitting module RxSwift
[17/179] Compiling RxSwift Never.swift
[18/179] Compiling RxSwift NopDisposable.swift
[19/179] Compiling RxSwift Observable+Concurrency.swift
[20/179] Compiling RxSwift Observable.swift
[21/179] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[22/179] Compiling RxSwift ObservableConvertibleType.swift
[23/179] Compiling RxSwift ObservableType+Extensions.swift
[24/179] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[25/179] Compiling RxSwift ObservableType.swift
[26/179] Compiling RxSwift ObserveOn.swift
[27/179] Compiling RxSwift ObserverBase.swift
[28/179] Compiling RxSwift ObserverType.swift
[29/179] Compiling RxSwift OperationQueueScheduler.swift
[30/179] Compiling RxSwift Optional.swift
[31/179] Compiling RxSwift Platform.Darwin.swift
[32/179] Compiling RxSwift Platform.Linux.swift
[33/179] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[34/179] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[35/179] Compiling RxSwift PrimitiveSequence.swift
[36/179] Compiling RxSwift PriorityQueue.swift
[37/179] Compiling RxSwift Producer.swift
[38/179] Compiling RxSwift PublishSubject.swift
[39/179] Compiling RxSwift Queue.swift
[40/179] Compiling RxSwift Range.swift
[41/179] Compiling RxSwift Reactive.swift
[42/179] Compiling RxSwift RecursiveLock.swift
[43/179] Compiling RxSwift RecursiveScheduler.swift
[44/179] Compiling RxSwift Reduce.swift
[45/179] Compiling RxSwift RefCountDisposable.swift
[46/179] Compiling RxSwift Repeat.swift
[47/179] Compiling RxSwift ReplaySubject.swift
[48/179] Compiling RxSwift RetryWhen.swift
[49/179] Compiling RxSwift Rx.swift
[50/179] Compiling RxSwift RxMutableBox.swift
[51/179] Compiling RxSwift Sample.swift
[52/179] Compiling RxSwift Scan.swift
[53/179] Compiling RxSwift ScheduledDisposable.swift
[54/179] Compiling RxSwift ScheduledItem.swift
[55/179] Compiling RxSwift ScheduledItemType.swift
[56/179] Compiling RxSwift SchedulerServices+Emulation.swift
[57/179] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[58/179] Compiling RxSwift Infallible+CombineLatest+arity.swift
[59/179] Compiling RxSwift Infallible+Concurrency.swift
[60/179] Compiling RxSwift Infallible+Create.swift
[61/179] Compiling RxSwift Infallible+Debug.swift
[62/179] Compiling RxSwift Infallible+Operators.swift
[63/179] Compiling RxSwift Infallible+Zip+arity.swift
[64/179] Compiling RxSwift Infallible.swift
[65/179] Compiling RxSwift InfiniteSequence.swift
[66/179] Compiling RxSwift InvocableScheduledItem.swift
[67/179] Compiling RxSwift InvocableType.swift
[68/179] Compiling RxSwift Just.swift
[69/179] Compiling RxSwift Lock.swift
[70/179] Compiling RxSwift LockOwnerType.swift
[71/179] Compiling RxSwift MainScheduler.swift
[72/179] Compiling RxSwift Map.swift
[73/179] Compiling RxSwift Materialize.swift
[74/179] Compiling RxSwift Maybe.swift
[75/179] Compiling RxSwift Merge.swift
[76/179] Compiling RxSwift Multicast.swift
[77/179] Compiling RxSwift SchedulerType.swift
[78/179] Compiling RxSwift Sequence.swift
[79/179] Compiling RxSwift SerialDispatchQueueScheduler.swift
[80/179] Compiling RxSwift SerialDisposable.swift
[81/179] Compiling RxSwift ShareReplayScope.swift
[82/179] Compiling RxSwift Single.swift
[83/179] Compiling RxSwift SingleAssignmentDisposable.swift
[84/179] Compiling RxSwift SingleAsync.swift
[85/179] Compiling RxSwift Sink.swift
[86/179] Compiling RxSwift Skip.swift
[87/179] Compiling RxSwift SkipUntil.swift
[88/179] Compiling RxSwift SkipWhile.swift
[89/179] Compiling RxSwift StartWith.swift
[90/179] Compiling RxSwift SubjectType.swift
[91/179] Compiling RxSwift SubscribeOn.swift
[92/179] Compiling RxSwift SubscriptionDisposable.swift
[93/179] Compiling RxSwift SwiftSupport.swift
[94/179] Compiling RxSwift Switch.swift
[95/179] Compiling RxSwift SwitchIfEmpty.swift
[96/179] Compiling RxSwift SynchronizedDisposeType.swift
[105/179] Compiling RxSwift Empty.swift
[106/179] Compiling RxSwift Enumerated.swift
[107/179] Compiling RxSwift Error.swift
[108/179] Compiling RxSwift Errors.swift
[109/179] Compiling RxSwift Event.swift
[110/179] Compiling RxSwift Filter.swift
[111/179] Compiling RxSwift First.swift
[112/179] Compiling RxSwift Generate.swift
[113/179] Compiling RxSwift GroupBy.swift
[114/179] Compiling RxSwift GroupedObservable.swift
[115/179] Compiling RxSwift HistoricalScheduler.swift
[116/179] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[117/179] Compiling RxSwift ImmediateSchedulerType.swift
[118/179] Compiling RxSwift AddRef.swift
[119/179] Compiling RxSwift Amb.swift
[120/179] Compiling RxSwift AnonymousDisposable.swift
[121/179] Compiling RxSwift AnonymousObserver.swift
[122/179] Compiling RxSwift AnyObserver.swift
[123/179] Compiling RxSwift AsMaybe.swift
[124/179] Compiling RxSwift AsSingle.swift
[125/179] Compiling RxSwift AsyncLock.swift
[126/179] Compiling RxSwift AsyncSubject.swift
[127/179] Compiling RxSwift AtomicInt.swift
[128/179] Compiling RxSwift Bag+Rx.swift
[129/179] Compiling RxSwift Bag.swift
[130/179] Compiling RxSwift BehaviorSubject.swift
[131/179] Compiling RxSwift BinaryDisposable.swift
[132/179] Compiling RxSwift Binder.swift
[133/179] Compiling RxSwift BooleanDisposable.swift
[134/179] Compiling RxSwift Buffer.swift
[135/179] Compiling RxSwift Cancelable.swift
[136/179] Compiling RxSwift Catch.swift
[137/179] Compiling RxSwift CombineLatest+Collection.swift
[138/179] Compiling RxSwift CombineLatest+arity.swift
[139/179] 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 |     }
[140/179] 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 |     }
[141/179] 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 |     }
[142/179] 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 |     }
[143/179] 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 |     }
[144/179] 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 |     }
[145/179] 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 |     }
[146/179] 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 |     }
[147/179] 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 |     }
[148/179] 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 |     }
[149/179] 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 |     }
[150/179] 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 |     }
[151/179] 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 |     }
[152/179] 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 |     }
[153/179] 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 |     }
[154/179] 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 |     }
[155/179] 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 |     }
[156/179] 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 |     }
[157/179] 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 |     }
[158/179] 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 |     }
[159/179] 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 |     }
[160/179] Compiling RxSwift SynchronizedOnType.swift
[161/179] Compiling RxSwift SynchronizedUnsubscribeType.swift
[162/179] Compiling RxSwift TailRecursiveSink.swift
[163/179] Compiling RxSwift Take.swift
[164/179] Compiling RxSwift TakeLast.swift
[165/179] Compiling RxSwift TakeWithPredicate.swift
[166/179] Compiling RxSwift Throttle.swift
[167/179] Compiling RxSwift Timeout.swift
[168/179] Compiling RxSwift Timer.swift
[169/179] Compiling RxSwift ToArray.swift
[170/179] Compiling RxSwift Using.swift
[171/179] Compiling RxSwift VirtualTimeConverterType.swift
[172/179] Compiling RxSwift VirtualTimeScheduler.swift
[173/179] Compiling RxSwift Window.swift
[174/179] Compiling RxSwift WithLatestFrom.swift
[175/179] Compiling RxSwift WithUnretained.swift
[176/179] Compiling RxSwift Zip+Collection.swift
[177/179] Compiling RxSwift Zip+arity.swift
[178/179] Compiling RxSwift Zip.swift
[179/179] Compiling RxSwift resource_bundle_accessor.swift
BUILD FAILURE 6.1 android