Build Information
Failed to build ReRxSwift, reference 2.3.0 (da856a
), with Swift 6.1 for Android on 27 May 2025 23:30:57 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/svdo/ReRxSwift.git
Reference: 2.3.0
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/svdo/ReRxSwift
* tag 2.3.0 -> FETCH_HEAD
HEAD is now at da856a0 `bundle update`
Cloned https://github.com/svdo/ReRxSwift.git
Revision (git rev-parse @):
da856a0eef9c12a70fbe2a1a97c72b8e448c6600
SUCCESS checkout https://github.com/svdo/ReRxSwift.git at 2.3.0
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/svdo/ReRxSwift.git
https://github.com/svdo/ReRxSwift.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" : "reswift",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReSwift/ReSwift.git"
},
{
"identity" : "quick",
"requirement" : {
"range" : [
{
"lower_bound" : "3.0.0",
"upper_bound" : "4.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Quick.git"
},
{
"identity" : "nimble",
"requirement" : {
"range" : [
{
"lower_bound" : "9.0.0",
"upper_bound" : "10.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Quick/Nimble.git"
},
{
"identity" : "rxdatasources",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/RxSwiftCommunity/RxDataSources"
}
],
"manifest_display_name" : "ReRxSwift",
"name" : "ReRxSwift",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
}
],
"products" : [
{
"name" : "ReRxSwift",
"targets" : [
"ReRxSwift"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ReRxSwiftTests",
"module_type" : "SwiftTarget",
"name" : "ReRxSwiftTests",
"path" : "ReRxSwiftTests",
"product_dependencies" : [
"Quick",
"Nimble",
"RxDataSources"
],
"sources" : [
"ConnectableSpec.swift",
"ConnectionSpec.swift",
"TestActions.swift",
"TestSectionModel.swift",
"TestState.swift"
],
"target_dependencies" : [
"ReRxSwift"
],
"type" : "test"
},
{
"c99name" : "ReRxSwift",
"module_type" : "SwiftTarget",
"name" : "ReRxSwift",
"path" : "ReRxSwift",
"product_dependencies" : [
"RxSwift",
"RxCocoa",
"ReSwift"
],
"product_memberships" : [
"ReRxSwift"
],
"sources" : [
"Connectable.swift",
"Connection.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/RxSwiftCommunity/RxDataSources
Fetching https://github.com/ReSwift/ReSwift.git
Fetching https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/Quick/Quick.git
Fetching https://github.com/Quick/Nimble.git
[1/4937] Fetching rxdatasources
[3013/11384] Fetching rxdatasources, reswift
[4285/26139] Fetching rxdatasources, reswift, quick
[12959/78822] Fetching rxdatasources, reswift, quick, rxswift
[13698/98406] Fetching rxdatasources, reswift, quick, rxswift, nimble
Fetched https://github.com/ReSwift/ReSwift.git from cache (1.96s)
Fetched https://github.com/RxSwiftCommunity/RxDataSources from cache (1.98s)
[85372/87022] Fetching quick, rxswift, nimble
Fetched https://github.com/Quick/Quick.git from cache (5.93s)
Fetched https://github.com/Quick/Nimble.git from cache (5.95s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (6.07s)
Computing version for https://github.com/RxSwiftCommunity/RxDataSources
Computed https://github.com/RxSwiftCommunity/RxDataSources at 5.0.2 (6.54s)
Computing version for https://github.com/ReSwift/ReSwift.git
Computed https://github.com/ReSwift/ReSwift.git at 6.1.1 (0.47s)
Computing version for https://github.com/Quick/Nimble.git
Computed https://github.com/Quick/Nimble.git at 9.2.1 (0.49s)
Fetching https://github.com/mattgallagher/CwlPreconditionTesting.git
[1/1257] Fetching cwlpreconditiontesting
Fetched https://github.com/mattgallagher/CwlPreconditionTesting.git from cache (0.26s)
Computing version for https://github.com/Quick/Quick.git
Computed https://github.com/Quick/Quick.git at 3.1.2 (3.13s)
Computing version for https://github.com/mattgallagher/CwlPreconditionTesting.git
Computed https://github.com/mattgallagher/CwlPreconditionTesting.git at 2.2.2 (0.50s)
Fetching https://github.com/mattgallagher/CwlCatchException.git
[1/455] Fetching cwlcatchexception
Fetched https://github.com/mattgallagher/CwlCatchException.git from cache (0.23s)
Computing version for https://github.com/mattgallagher/CwlCatchException.git
Computed https://github.com/mattgallagher/CwlCatchException.git at 2.2.1 (1.08s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.0 (0.66s)
Creating working copy for https://github.com/ReSwift/ReSwift.git
Working copy of https://github.com/ReSwift/ReSwift.git resolved at 6.1.1
Creating working copy for https://github.com/Quick/Nimble.git
Working copy of https://github.com/Quick/Nimble.git resolved at 9.2.1
Creating working copy for https://github.com/RxSwiftCommunity/RxDataSources
Working copy of https://github.com/RxSwiftCommunity/RxDataSources resolved at 5.0.2
Creating working copy for https://github.com/mattgallagher/CwlPreconditionTesting.git
Working copy of https://github.com/mattgallagher/CwlPreconditionTesting.git resolved at 2.2.2
Creating working copy for https://github.com/Quick/Quick.git
Working copy of https://github.com/Quick/Quick.git resolved at 3.1.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
Creating working copy for https://github.com/mattgallagher/CwlCatchException.git
Working copy of https://github.com/mattgallagher/CwlCatchException.git resolved at 2.2.1
Building for debugging...
[0/9] Write sources
[0/9] Copying PrivacyInfo.xcprivacy
[0/9] Write sources
[0/9] Copying PrivacyInfo.xcprivacy
[5/9] Write sources
[8/9] Write swift-version-24593BA9C3E375BF.txt
[10/166] Compiling ReSwift Coding.swift
[11/167] Compiling ReSwift TypeHelper.swift
[12/167] Compiling ReSwift Synchronized.swift
[13/167] Compiling RxSwift SchedulerType.swift
[14/167] Compiling RxSwift Sequence.swift
[15/167] Compiling RxSwift SerialDispatchQueueScheduler.swift
[16/167] Compiling RxSwift SerialDisposable.swift
[17/167] Compiling RxSwift ShareReplayScope.swift
[18/167] Compiling RxSwift Single.swift
[19/167] Compiling RxSwift SingleAssignmentDisposable.swift
[20/167] Compiling RxSwift SingleAsync.swift
[21/167] Compiling RxSwift Sink.swift
[22/167] Compiling RxSwift Skip.swift
[23/167] Compiling RxSwift SkipUntil.swift
[24/167] Compiling RxSwift SkipWhile.swift
[25/167] Compiling RxSwift StartWith.swift
[26/167] Compiling RxSwift SubjectType.swift
[27/167] Compiling RxSwift SubscribeOn.swift
[28/167] Compiling RxSwift SubscriptionDisposable.swift
[29/167] Compiling RxSwift SwiftSupport.swift
[30/167] Compiling RxSwift Switch.swift
[31/167] Compiling RxSwift SwitchIfEmpty.swift
[32/167] Compiling RxSwift SynchronizedDisposeType.swift
[33/187] Compiling RxSwift Infallible+Concurrency.swift
[34/187] Compiling RxSwift Infallible+Create.swift
[35/187] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[36/187] Compiling RxSwift Infallible+CombineLatest+arity.swift
[37/187] Compiling RxSwift Infallible+Debug.swift
[38/187] Compiling RxSwift Infallible+Operators.swift
[39/187] Compiling RxSwift Infallible+Zip+arity.swift
[40/187] Compiling RxSwift Infallible.swift
[41/187] Emitting module ReSwift
[42/187] Compiling RxSwift InfiniteSequence.swift
[43/187] Compiling RxSwift InvocableScheduledItem.swift
[44/188] Emitting module RxSwift
[45/188] Compiling RxSwift Producer.swift
[46/188] Compiling RxSwift PublishSubject.swift
[47/188] Compiling RxSwift Queue.swift
[48/188] Compiling RxSwift Range.swift
[49/188] Compiling RxSwift Reactive.swift
[50/188] Compiling RxSwift RecursiveLock.swift
[51/188] Compiling RxSwift RecursiveScheduler.swift
[52/188] Compiling RxSwift Reduce.swift
[53/188] Compiling RxSwift RefCountDisposable.swift
[54/188] Compiling RxSwift Repeat.swift
[55/188] Compiling RxSwift ReplaySubject.swift
[56/188] Compiling RxSwift RetryWhen.swift
[57/188] Compiling RxSwift Rx.swift
[58/188] Compiling RxSwift RxMutableBox.swift
[59/188] Compiling RxSwift Sample.swift
[60/188] Compiling RxSwift Scan.swift
[61/188] Compiling RxSwift ScheduledDisposable.swift
[62/188] Compiling RxSwift ScheduledItem.swift
[63/188] Compiling RxSwift ScheduledItemType.swift
[64/188] Compiling RxSwift SchedulerServices+Emulation.swift
[75/188] Compiling RxSwift InvocableType.swift
[76/188] Compiling RxSwift Just.swift
[77/188] Compiling RxSwift Lock.swift
[78/188] Compiling RxSwift LockOwnerType.swift
[79/188] Compiling RxSwift MainScheduler.swift
[80/188] Compiling RxSwift Map.swift
[81/188] Compiling RxSwift Materialize.swift
[82/188] Compiling RxSwift Maybe.swift
[83/188] Compiling RxSwift Merge.swift
[84/188] Compiling RxSwift Multicast.swift
[85/188] Compiling RxSwift AddRef.swift
[86/188] Compiling RxSwift Amb.swift
[87/188] Compiling RxSwift AnonymousDisposable.swift
[88/188] Compiling RxSwift AnonymousObserver.swift
[89/188] Compiling RxSwift AnyObserver.swift
[90/188] Compiling RxSwift AsMaybe.swift
[91/188] Compiling RxSwift AsSingle.swift
[92/188] Compiling RxSwift AsyncLock.swift
[93/188] Compiling RxSwift AsyncSubject.swift
[94/188] Compiling RxSwift AtomicInt.swift
[95/188] Compiling RxSwift Bag+Rx.swift
[96/188] Compiling RxSwift Bag.swift
[97/188] Compiling RxSwift BehaviorSubject.swift
[98/188] Compiling RxSwift BinaryDisposable.swift
[99/188] Compiling RxSwift Binder.swift
[100/188] Compiling RxSwift BooleanDisposable.swift
[101/188] Compiling RxSwift Buffer.swift
[102/188] Compiling RxSwift Cancelable.swift
[103/188] Compiling RxSwift Catch.swift
[104/188] Compiling RxSwift CombineLatest+Collection.swift
[105/188] Compiling RxSwift CombineLatest+arity.swift
[106/188] Compiling RxSwift Never.swift
[107/188] Compiling RxSwift NopDisposable.swift
[108/188] Compiling RxSwift Observable+Concurrency.swift
[109/188] Compiling RxSwift Observable.swift
[110/188] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[111/188] Compiling RxSwift ObservableConvertibleType.swift
[112/188] Compiling RxSwift ObservableType+Extensions.swift
[113/188] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[114/188] Compiling RxSwift ObservableType.swift
[115/188] Compiling RxSwift ObserveOn.swift
[116/188] Compiling RxSwift ObserverBase.swift
[117/188] Compiling RxSwift ObserverType.swift
[118/188] Compiling RxSwift OperationQueueScheduler.swift
[119/188] Compiling RxSwift Optional.swift
[120/188] Compiling RxSwift Platform.Darwin.swift
[121/188] Compiling RxSwift Platform.Linux.swift
[122/188] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[123/188] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[124/188] Compiling RxSwift PrimitiveSequence.swift
[125/188] Compiling RxSwift PriorityQueue.swift
[126/188] Compiling RxSwift DispatchQueueConfiguration.swift
[127/188] Compiling RxSwift Disposable.swift
[128/188] Compiling RxSwift Disposables.swift
[129/188] Compiling RxSwift DisposeBag.swift
[130/188] Compiling RxSwift DisposeBase.swift
[131/188] Compiling RxSwift DistinctUntilChanged.swift
[132/188] Compiling RxSwift Do.swift
[133/188] Compiling RxSwift ElementAt.swift
[134/188] Compiling RxSwift Empty.swift
[135/188] Compiling RxSwift Enumerated.swift
[136/188] Compiling RxSwift Error.swift
[137/188] Compiling RxSwift Errors.swift
[138/188] Compiling RxSwift Event.swift
[139/188] Compiling RxSwift Filter.swift
[140/188] Compiling RxSwift First.swift
[141/188] Compiling RxSwift Generate.swift
[142/188] Compiling RxSwift GroupBy.swift
[143/188] Compiling RxSwift GroupedObservable.swift
[144/188] Compiling RxSwift HistoricalScheduler.swift
[145/188] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[146/188] Compiling RxSwift ImmediateSchedulerType.swift
[147/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 | }
[148/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 | }
[149/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 | }
[150/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 | }
[151/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 | }
[152/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 | }
[153/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 | }
[154/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 | }
[155/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 | }
[156/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 | }
[157/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 | }
[158/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 | }
[159/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 | }
[160/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 | }
[161/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 | }
[162/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 | }
[163/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 | }
[164/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 | }
[165/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 | }
[166/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 | }
[167/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 | }
[169/188] Compiling RxSwift SynchronizedOnType.swift
[170/188] Compiling RxSwift SynchronizedUnsubscribeType.swift
[171/188] Compiling RxSwift TailRecursiveSink.swift
[172/188] Compiling RxSwift Take.swift
[173/188] Compiling RxSwift TakeLast.swift
[174/188] Compiling RxSwift TakeWithPredicate.swift
[175/188] Compiling RxSwift Throttle.swift
[176/188] Compiling RxSwift Timeout.swift
[177/188] Compiling RxSwift Timer.swift
[178/188] Compiling RxSwift ToArray.swift
[179/188] Compiling RxSwift Using.swift
[180/188] Compiling RxSwift VirtualTimeConverterType.swift
[181/188] Compiling RxSwift VirtualTimeScheduler.swift
[182/188] Compiling RxSwift Window.swift
[183/188] Compiling RxSwift WithLatestFrom.swift
[184/188] Compiling RxSwift WithUnretained.swift
[185/188] Compiling RxSwift Zip+Collection.swift
[186/188] Compiling RxSwift Zip+arity.swift
[187/188] Compiling RxSwift Zip.swift
[188/188] Compiling RxSwift resource_bundle_accessor.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/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/158] Compiling ReSwift Coding.swift
[3/158] Compiling ReSwift Synchronized.swift
[4/159] Compiling RxSwift CombineLatest.swift
[5/159] Compiling RxSwift CompactMap.swift
[6/159] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[7/159] Compiling RxSwift ConcurrentMainScheduler.swift
[8/159] Compiling RxSwift CompositeDisposable.swift
[9/159] Compiling RxSwift Concat.swift
[10/159] Compiling RxSwift Completable+AndThen.swift
[11/159] Compiling RxSwift Completable.swift
[12/159] Emitting module ReSwift
[13/159] Compiling RxSwift ConnectableObservableType.swift
[14/159] Compiling RxSwift Create.swift
[15/159] Compiling ReSwift TypeHelper.swift
[17/160] Emitting module RxSwift
[18/180] Compiling RxSwift Never.swift
[19/180] Compiling RxSwift NopDisposable.swift
[20/180] Compiling RxSwift Observable+Concurrency.swift
[21/180] Compiling RxSwift Observable.swift
[22/180] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[23/180] Compiling RxSwift ObservableConvertibleType.swift
[24/180] Compiling RxSwift ObservableType+Extensions.swift
[25/180] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[26/180] Compiling RxSwift ObservableType.swift
[27/180] Compiling RxSwift ObserveOn.swift
[28/180] Compiling RxSwift ObserverBase.swift
[29/180] Compiling RxSwift ObserverType.swift
[30/180] Compiling RxSwift OperationQueueScheduler.swift
[31/180] Compiling RxSwift Optional.swift
[32/180] Compiling RxSwift Platform.Darwin.swift
[33/180] Compiling RxSwift Platform.Linux.swift
[34/180] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[35/180] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[36/180] Compiling RxSwift PrimitiveSequence.swift
[37/180] Compiling RxSwift PriorityQueue.swift
[38/180] Compiling RxSwift SchedulerType.swift
[39/180] Compiling RxSwift Sequence.swift
[40/180] Compiling RxSwift SerialDispatchQueueScheduler.swift
[41/180] Compiling RxSwift SerialDisposable.swift
[42/180] Compiling RxSwift ShareReplayScope.swift
[43/180] Compiling RxSwift Single.swift
[44/180] Compiling RxSwift SingleAssignmentDisposable.swift
[45/180] Compiling RxSwift SingleAsync.swift
[46/180] Compiling RxSwift Sink.swift
[47/180] Compiling RxSwift Skip.swift
[48/180] Compiling RxSwift SkipUntil.swift
[49/180] Compiling RxSwift SkipWhile.swift
[50/180] Compiling RxSwift StartWith.swift
[51/180] Compiling RxSwift SubjectType.swift
[52/180] Compiling RxSwift SubscribeOn.swift
[53/180] Compiling RxSwift SubscriptionDisposable.swift
[54/180] Compiling RxSwift SwiftSupport.swift
[55/180] Compiling RxSwift Switch.swift
[56/180] Compiling RxSwift SwitchIfEmpty.swift
[57/180] Compiling RxSwift SynchronizedDisposeType.swift
[58/180] Compiling RxSwift Producer.swift
[59/180] Compiling RxSwift PublishSubject.swift
[60/180] Compiling RxSwift Queue.swift
[61/180] Compiling RxSwift Range.swift
[62/180] Compiling RxSwift Reactive.swift
[63/180] Compiling RxSwift RecursiveLock.swift
[64/180] Compiling RxSwift RecursiveScheduler.swift
[65/180] Compiling RxSwift Reduce.swift
[66/180] Compiling RxSwift RefCountDisposable.swift
[67/180] Compiling RxSwift Repeat.swift
[68/180] Compiling RxSwift ReplaySubject.swift
[69/180] Compiling RxSwift RetryWhen.swift
[70/180] Compiling RxSwift Rx.swift
[71/180] Compiling RxSwift RxMutableBox.swift
[72/180] Compiling RxSwift Sample.swift
[73/180] Compiling RxSwift Scan.swift
[74/180] Compiling RxSwift ScheduledDisposable.swift
[75/180] Compiling RxSwift ScheduledItem.swift
[76/180] Compiling RxSwift ScheduledItemType.swift
[77/180] Compiling RxSwift SchedulerServices+Emulation.swift
[78/180] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[79/180] Compiling RxSwift Infallible+CombineLatest+arity.swift
[80/180] Compiling RxSwift Infallible+Concurrency.swift
[81/180] Compiling RxSwift Infallible+Create.swift
[82/180] Compiling RxSwift Infallible+Debug.swift
[83/180] Compiling RxSwift Infallible+Operators.swift
[84/180] Compiling RxSwift Infallible+Zip+arity.swift
[85/180] Compiling RxSwift Infallible.swift
[86/180] Compiling RxSwift InfiniteSequence.swift
[87/180] Compiling RxSwift InvocableScheduledItem.swift
[88/180] Compiling RxSwift InvocableType.swift
[89/180] Compiling RxSwift Just.swift
[90/180] Compiling RxSwift Lock.swift
[91/180] Compiling RxSwift LockOwnerType.swift
[92/180] Compiling RxSwift MainScheduler.swift
[93/180] Compiling RxSwift Map.swift
[94/180] Compiling RxSwift Materialize.swift
[95/180] Compiling RxSwift Maybe.swift
[96/180] Compiling RxSwift Merge.swift
[97/180] Compiling RxSwift Multicast.swift
[98/180] Compiling RxSwift DispatchQueueConfiguration.swift
[99/180] Compiling RxSwift Disposable.swift
[100/180] Compiling RxSwift Disposables.swift
[101/180] Compiling RxSwift DisposeBag.swift
[102/180] Compiling RxSwift DisposeBase.swift
[103/180] Compiling RxSwift DistinctUntilChanged.swift
[104/180] Compiling RxSwift Do.swift
[105/180] Compiling RxSwift ElementAt.swift
[106/180] Compiling RxSwift Empty.swift
[107/180] Compiling RxSwift Enumerated.swift
[108/180] Compiling RxSwift Error.swift
[109/180] Compiling RxSwift Errors.swift
[110/180] Compiling RxSwift Event.swift
[111/180] Compiling RxSwift Filter.swift
[112/180] Compiling RxSwift First.swift
[113/180] Compiling RxSwift Generate.swift
[114/180] Compiling RxSwift GroupBy.swift
[115/180] Compiling RxSwift GroupedObservable.swift
[116/180] Compiling RxSwift HistoricalScheduler.swift
[117/180] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[118/180] Compiling RxSwift ImmediateSchedulerType.swift
[119/180] Compiling RxSwift AddRef.swift
[120/180] Compiling RxSwift Amb.swift
[121/180] Compiling RxSwift AnonymousDisposable.swift
[122/180] Compiling RxSwift AnonymousObserver.swift
[123/180] Compiling RxSwift AnyObserver.swift
[124/180] Compiling RxSwift AsMaybe.swift
[125/180] Compiling RxSwift AsSingle.swift
[126/180] Compiling RxSwift AsyncLock.swift
[127/180] Compiling RxSwift AsyncSubject.swift
[128/180] Compiling RxSwift AtomicInt.swift
[129/180] Compiling RxSwift Bag+Rx.swift
[130/180] Compiling RxSwift Bag.swift
[131/180] Compiling RxSwift BehaviorSubject.swift
[132/180] Compiling RxSwift BinaryDisposable.swift
[133/180] Compiling RxSwift Binder.swift
[134/180] Compiling RxSwift BooleanDisposable.swift
[135/180] Compiling RxSwift Buffer.swift
[136/180] Compiling RxSwift Cancelable.swift
[137/180] Compiling RxSwift Catch.swift
[138/180] Compiling RxSwift CombineLatest+Collection.swift
[139/180] Compiling RxSwift CombineLatest+arity.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 | }
/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 | }
/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 | }
/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 | }
/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 | }
/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 | }
/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 | }
/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 | }
/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 | }
/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/180] 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 | }
[151/180] 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 | }
[152/180] 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 | }
[153/180] 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 | }
[154/180] 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 | }
[155/180] 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 | }
[156/180] 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 | }
[157/180] 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 | }
[158/180] 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 | }
[159/180] 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 | }
[160/180] 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 | }
[161/180] Compiling RxSwift SynchronizedOnType.swift
[162/180] Compiling RxSwift SynchronizedUnsubscribeType.swift
[163/180] Compiling RxSwift TailRecursiveSink.swift
[164/180] Compiling RxSwift Take.swift
[165/180] Compiling RxSwift TakeLast.swift
[166/180] Compiling RxSwift TakeWithPredicate.swift
[167/180] Compiling RxSwift Throttle.swift
[168/180] Compiling RxSwift Timeout.swift
[169/180] Compiling RxSwift Timer.swift
[170/180] Compiling RxSwift ToArray.swift
[171/180] Compiling RxSwift Using.swift
[172/180] Compiling RxSwift VirtualTimeConverterType.swift
[173/180] Compiling RxSwift VirtualTimeScheduler.swift
[174/180] Compiling RxSwift Window.swift
[175/180] Compiling RxSwift WithLatestFrom.swift
[176/180] Compiling RxSwift WithUnretained.swift
[177/180] Compiling RxSwift Zip+Collection.swift
[178/180] Compiling RxSwift Zip+arity.swift
[179/180] Compiling RxSwift Zip.swift
[180/180] Compiling RxSwift resource_bundle_accessor.swift
BUILD FAILURE 6.1 android