Build Information
Failed to build DataDrivenRxDatasources, reference 3.6.2 (8d102f), with Swift 6.2 for Android on 22 Jun 2025 16:52:56 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.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/bigMOTOR/DataDrivenRxDatasources.git
Reference: 3.6.2
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
* tag 3.6.2 -> FETCH_HEAD
HEAD is now at 8d102fc Base cell vm visibility modifier changed for AnyCellViewModel
Cloned https://github.com/bigMOTOR/DataDrivenRxDatasources.git
Revision (git rev-parse @):
8d102fc0dfef5aaff07c1561657334e6344b7622
SUCCESS checkout https://github.com/bigMOTOR/DataDrivenRxDatasources.git at 3.6.2
========================================
Build
========================================
Selected platform: android
Swift version: 6.2
Building package at path: $PWD
https://github.com/bigMOTOR/DataDrivenRxDatasources.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.2-latest swift build --swift-sdk aarch64-unknown-linux-android28 2>&1
android-6.2-latest: Pulling from finestructure/spi-images
Digest: sha256:b7c4a6b4153ff40ef9277e2157e708f835b8eb011095d53bd8db4594eb2b7798
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.2-latest
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/RxSwiftCommunity/RxDataSources.git
[1/4937] Fetching rxdatasources
[4642/57647] Fetching rxdatasources, rxswift
Fetched https://github.com/RxSwiftCommunity/RxDataSources.git from cache (5.56s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (5.72s)
Computing version for https://github.com/RxSwiftCommunity/RxDataSources.git
Computed https://github.com/RxSwiftCommunity/RxDataSources.git at 5.0.2 (9.72s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.0 (0.60s)
Creating working copy for https://github.com/RxSwiftCommunity/RxDataSources.git
Working copy of https://github.com/RxSwiftCommunity/RxDataSources.git resolved at 5.0.2
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/11] Write sources
[0/11] Copying PrivacyInfo.xcprivacy
[0/11] Write sources
[7/11] Copying PrivacyInfo.xcprivacy
[9/11] Write sources
[10/11] Write swift-version-8C5A4AE7A8CE2BA.txt
[12/167] Compiling Differentiator Optional+Extensions.swift
[13/168] Compiling Differentiator SectionModelType.swift
[14/168] Compiling RxSwift AsSingle.swift
[15/168] Compiling RxSwift AsyncLock.swift
[16/168] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[17/168] Compiling RxSwift Infallible+CombineLatest+arity.swift
[18/168] Compiling RxSwift Infallible+Concurrency.swift
[19/168] Compiling RxSwift Infallible+Create.swift
[20/168] Compiling RxSwift Infallible+Debug.swift
[21/168] Compiling RxSwift Infallible+Operators.swift
[22/168] Compiling RxSwift Infallible+Zip+arity.swift
[23/168] Compiling RxSwift Infallible.swift
[24/168] Compiling RxSwift InfiniteSequence.swift
[25/168] Compiling RxSwift InvocableScheduledItem.swift
[26/168] Compiling RxSwift InvocableType.swift
[27/168] Compiling RxSwift Just.swift
[28/168] Compiling RxSwift Lock.swift
[29/168] Compiling RxSwift LockOwnerType.swift
[30/168] Compiling RxSwift MainScheduler.swift
[31/168] Compiling RxSwift Map.swift
[32/168] Compiling RxSwift Materialize.swift
[33/168] Compiling RxSwift Maybe.swift
[34/168] Compiling RxSwift Merge.swift
[35/168] Compiling RxSwift Multicast.swift
[36/188] Compiling Differentiator SectionModel.swift
[37/188] Compiling Differentiator Utilities.swift
[38/188] 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 | }
[39/188] 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 | }
[40/188] 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 | }
[41/188] 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 | }
[42/188] 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 | }
[43/188] 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 | }
[44/188] 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 | }
[45/188] 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 | }
[46/188] 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 | }
[47/188] 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 | }
[48/188] 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 | }
[49/188] 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 | }
[50/188] 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 | }
[51/188] 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 | }
[52/188] 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 | }
[53/188] 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 | }
[54/188] 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 | }
[55/188] 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 | }
[56/188] 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 | }
[57/188] 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 | }
[58/188] 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 | }
[59/188] Compiling RxSwift AnonymousDisposable.swift
[60/188] Compiling RxSwift AnonymousObserver.swift
[61/188] Compiling RxSwift DispatchQueueConfiguration.swift
[62/188] Compiling RxSwift Disposable.swift
[63/188] Compiling RxSwift Disposables.swift
[64/188] Compiling RxSwift DisposeBag.swift
[65/188] Compiling RxSwift DisposeBase.swift
[66/188] Compiling RxSwift DistinctUntilChanged.swift
[67/188] Compiling RxSwift Do.swift
[68/188] Compiling RxSwift ElementAt.swift
[69/188] Compiling RxSwift Empty.swift
[70/188] Compiling RxSwift Enumerated.swift
[71/188] Compiling RxSwift Error.swift
[72/188] Compiling RxSwift Errors.swift
[73/188] Compiling RxSwift Event.swift
[74/188] Compiling RxSwift Filter.swift
[75/188] Compiling RxSwift First.swift
[76/188] Compiling RxSwift Generate.swift
[77/188] Compiling RxSwift GroupBy.swift
[78/188] Compiling RxSwift GroupedObservable.swift
[79/188] Compiling RxSwift HistoricalScheduler.swift
[80/188] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[81/188] Compiling RxSwift ImmediateSchedulerType.swift
[82/188] Emitting module RxSwift
[83/188] Compiling RxSwift Never.swift
[84/188] Compiling RxSwift NopDisposable.swift
[85/188] Compiling RxSwift Observable+Concurrency.swift
[86/188] Compiling RxSwift Observable.swift
[87/188] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[88/188] Compiling RxSwift ObservableConvertibleType.swift
[89/188] Compiling RxSwift ObservableType+Extensions.swift
[90/188] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[91/188] Compiling RxSwift ObservableType.swift
[92/188] Compiling RxSwift ObserveOn.swift
[93/188] Compiling RxSwift ObserverBase.swift
[94/188] Compiling RxSwift ObserverType.swift
[95/188] Compiling RxSwift OperationQueueScheduler.swift
[96/188] Compiling RxSwift Optional.swift
[97/188] Compiling RxSwift Platform.Darwin.swift
[98/188] Compiling RxSwift Platform.Linux.swift
[99/188] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[100/188] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[101/188] Compiling RxSwift PrimitiveSequence.swift
[102/188] Compiling RxSwift PriorityQueue.swift
[103/188] Compiling RxSwift Producer.swift
[104/188] Compiling RxSwift PublishSubject.swift
[105/188] Compiling RxSwift Queue.swift
[106/188] Compiling RxSwift Range.swift
[107/188] Compiling RxSwift Reactive.swift
[108/188] Compiling RxSwift RecursiveLock.swift
[109/188] Compiling RxSwift RecursiveScheduler.swift
[110/188] Compiling RxSwift Reduce.swift
[111/188] Compiling RxSwift RefCountDisposable.swift
[112/188] Compiling RxSwift Repeat.swift
[113/188] Compiling RxSwift ReplaySubject.swift
[114/188] Compiling RxSwift RetryWhen.swift
[115/188] Compiling RxSwift Rx.swift
[116/188] Compiling RxSwift RxMutableBox.swift
[117/188] Compiling RxSwift Sample.swift
[118/188] Compiling RxSwift Scan.swift
[119/188] Compiling RxSwift ScheduledDisposable.swift
[120/188] Compiling RxSwift ScheduledItem.swift
[121/188] Compiling RxSwift ScheduledItemType.swift
[122/188] Compiling RxSwift SchedulerServices+Emulation.swift
[123/188] Compiling RxSwift SchedulerType.swift
[124/188] Compiling RxSwift Sequence.swift
[125/188] Compiling RxSwift SerialDispatchQueueScheduler.swift
[126/188] Compiling RxSwift SerialDisposable.swift
[127/188] Compiling RxSwift ShareReplayScope.swift
[128/188] Compiling RxSwift Single.swift
[129/188] Compiling RxSwift SingleAssignmentDisposable.swift
[130/188] Compiling RxSwift SingleAsync.swift
[131/188] Compiling RxSwift Sink.swift
[132/188] Compiling RxSwift Skip.swift
[133/188] Compiling RxSwift SkipUntil.swift
[134/188] Compiling RxSwift SkipWhile.swift
[135/188] Compiling RxSwift StartWith.swift
[136/188] Compiling RxSwift SubjectType.swift
[137/188] Compiling RxSwift SubscribeOn.swift
[138/188] Compiling RxSwift SubscriptionDisposable.swift
[139/188] Compiling RxSwift SwiftSupport.swift
[140/188] Compiling RxSwift Switch.swift
[141/188] Compiling RxSwift SwitchIfEmpty.swift
[142/188] Compiling RxSwift SynchronizedDisposeType.swift
[143/188] Compiling RxSwift AnyObserver.swift
[144/188] Compiling RxSwift AsMaybe.swift
[145/188] Emitting module Differentiator
[146/188] Compiling RxSwift AddRef.swift
[147/188] Compiling RxSwift Amb.swift
[157/189] Compiling RxSwift AsyncSubject.swift
[158/189] Compiling RxSwift AtomicInt.swift
[159/189] Compiling RxSwift Bag+Rx.swift
[160/189] Compiling RxSwift Bag.swift
[161/189] Compiling RxSwift BehaviorSubject.swift
[162/189] Compiling RxSwift BinaryDisposable.swift
[163/189] Compiling RxSwift Binder.swift
[164/189] Compiling RxSwift BooleanDisposable.swift
[165/189] Compiling RxSwift Buffer.swift
[166/189] Compiling RxSwift Cancelable.swift
[167/189] Compiling RxSwift Catch.swift
[168/189] Compiling RxSwift CombineLatest+Collection.swift
[169/189] Compiling RxSwift CombineLatest+arity.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
BUILD FAILURE 6.2 android