Build Information
Failed to build RxFlow, reference main (26b3e8
), with Swift 6.1 for Android on 30 May 2025 20:25:00 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RxSwiftCommunity/RxFlow.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/RxSwiftCommunity/RxFlow
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 26b3e81 project: bump to 2.13.2
Cloned https://github.com/RxSwiftCommunity/RxFlow.git
Revision (git rev-parse @):
26b3e8137c6d7a1dbd98a599b3ccb1e4314293c5
SUCCESS checkout https://github.com/RxSwiftCommunity/RxFlow.git at main
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/RxSwiftCommunity/RxFlow.git
https://github.com/RxSwiftCommunity/RxFlow.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "rxswift",
"requirement" : {
"range" : [
{
"lower_bound" : "6.0.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReactiveX/RxSwift.git"
}
],
"manifest_display_name" : "RxFlow",
"name" : "RxFlow",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
}
],
"products" : [
{
"name" : "RxFlow",
"targets" : [
"RxFlow"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"5"
],
"targets" : [
{
"c99name" : "RxFlowTests",
"module_type" : "SwiftTarget",
"name" : "RxFlowTests",
"path" : "RxFlowTests",
"product_dependencies" : [
"RxBlocking",
"RxTest"
],
"resources" : [
{
"path" : "/host/spi-builder-workspace/RxFlowTests/TestData/TestUIViewController.storyboard",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Flow+PresentableTests.swift",
"FlowContributorTests.swift",
"FlowCoordinatorTests.swift",
"FlowsTests.swift",
"ObservableType+PausableTests.swift",
"StepperTests.swift",
"SyncronizableTests.swift",
"TestData/TestUIViewController.swift",
"UIViewController+PresentableTests.swift"
],
"target_dependencies" : [
"RxFlow"
],
"type" : "test"
},
{
"c99name" : "RxFlow",
"module_type" : "SwiftTarget",
"name" : "RxFlow",
"path" : "RxFlow",
"product_dependencies" : [
"RxSwift",
"RxCocoa"
],
"product_memberships" : [
"RxFlow"
],
"sources" : [
"Deprecated/DeprecatedFlowCoordinator.swift",
"Deprecated/DeprecatedFlows.swift",
"Extensions/ObservableType+Pausable.swift",
"Extensions/Reactive+UIViewController.swift",
"Extensions/Reactive+UIWindow.swift",
"Extensions/UIViewController+Presentable.swift",
"Extensions/UIWindow+Presentable.swift",
"Flow.swift",
"FlowContributor.swift",
"FlowCoordinator.swift",
"Presentable.swift",
"Step.swift",
"Stepper.swift",
"Synchronizable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.4"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/ReactiveX/RxSwift.git
[1/52686] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (8.99s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.0 (9.83s)
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/8] Copying PrivacyInfo.xcprivacy
[0/8] Write sources
[0/8] Copying PrivacyInfo.xcprivacy
[0/8] Write sources
[7/8] Write swift-version-24593BA9C3E375BF.txt
[9/152] Compiling RxSwift Never.swift
[10/152] Compiling RxSwift NopDisposable.swift
[11/152] Compiling RxSwift Observable+Concurrency.swift
[12/152] Compiling RxSwift Observable.swift
[13/152] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[14/152] Compiling RxSwift ObservableConvertibleType.swift
[15/152] Compiling RxSwift ObservableType+Extensions.swift
[16/152] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[17/152] Compiling RxSwift ObservableType.swift
[18/152] Compiling RxSwift ObserveOn.swift
[19/152] Compiling RxSwift ObserverBase.swift
[20/152] Compiling RxSwift ObserverType.swift
[21/152] Compiling RxSwift OperationQueueScheduler.swift
[22/152] Compiling RxSwift Optional.swift
[23/152] Compiling RxSwift Platform.Darwin.swift
[24/152] Compiling RxSwift Platform.Linux.swift
[25/152] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[26/152] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[27/152] Compiling RxSwift PrimitiveSequence.swift
[28/152] Compiling RxSwift PriorityQueue.swift
[29/172] Compiling RxSwift Producer.swift
[30/172] Compiling RxSwift PublishSubject.swift
[31/172] Compiling RxSwift Queue.swift
[32/172] Compiling RxSwift Range.swift
[33/172] Compiling RxSwift Reactive.swift
[34/172] Compiling RxSwift RecursiveLock.swift
[35/172] Compiling RxSwift RecursiveScheduler.swift
[36/172] Compiling RxSwift Reduce.swift
[37/172] Compiling RxSwift RefCountDisposable.swift
[38/172] Compiling RxSwift Repeat.swift
[39/172] Compiling RxSwift ReplaySubject.swift
[40/172] Compiling RxSwift RetryWhen.swift
[41/172] Compiling RxSwift Rx.swift
[42/172] Compiling RxSwift RxMutableBox.swift
[43/172] Compiling RxSwift Sample.swift
[44/172] Compiling RxSwift Scan.swift
[45/172] Compiling RxSwift ScheduledDisposable.swift
[46/172] Compiling RxSwift ScheduledItem.swift
[47/172] Compiling RxSwift ScheduledItemType.swift
[48/172] Compiling RxSwift SchedulerServices+Emulation.swift
[49/172] Compiling RxSwift SchedulerType.swift
[50/172] Compiling RxSwift Sequence.swift
[51/172] Compiling RxSwift SerialDispatchQueueScheduler.swift
[52/172] Compiling RxSwift SerialDisposable.swift
[53/172] Compiling RxSwift ShareReplayScope.swift
[54/172] Compiling RxSwift Single.swift
[55/172] Compiling RxSwift SingleAssignmentDisposable.swift
[56/172] Compiling RxSwift SingleAsync.swift
[57/172] Compiling RxSwift Sink.swift
[58/172] Compiling RxSwift Skip.swift
[59/172] Compiling RxSwift SkipUntil.swift
[60/172] Compiling RxSwift SkipWhile.swift
[61/172] Compiling RxSwift StartWith.swift
[62/172] Compiling RxSwift SubjectType.swift
[63/172] Compiling RxSwift SubscribeOn.swift
[64/172] Compiling RxSwift SubscriptionDisposable.swift
[65/172] Compiling RxSwift SwiftSupport.swift
[66/172] Compiling RxSwift Switch.swift
[67/172] Compiling RxSwift SwitchIfEmpty.swift
[68/172] Compiling RxSwift SynchronizedDisposeType.swift
[69/172] Emitting module RxSwift
[70/172] Compiling RxSwift DispatchQueueConfiguration.swift
[71/172] Compiling RxSwift Disposable.swift
[72/172] Compiling RxSwift Disposables.swift
[73/172] Compiling RxSwift DisposeBag.swift
[74/172] Compiling RxSwift DisposeBase.swift
[75/172] Compiling RxSwift DistinctUntilChanged.swift
[76/172] Compiling RxSwift Do.swift
[77/172] Compiling RxSwift ElementAt.swift
[78/172] Compiling RxSwift Empty.swift
[79/172] Compiling RxSwift Enumerated.swift
[80/172] Compiling RxSwift Error.swift
[81/172] Compiling RxSwift Errors.swift
[82/172] Compiling RxSwift Event.swift
[83/172] Compiling RxSwift Filter.swift
[84/172] Compiling RxSwift First.swift
[85/172] Compiling RxSwift Generate.swift
[86/172] Compiling RxSwift GroupBy.swift
[87/172] Compiling RxSwift GroupedObservable.swift
[88/172] Compiling RxSwift HistoricalScheduler.swift
[89/172] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[90/172] Compiling RxSwift ImmediateSchedulerType.swift
[91/172] Compiling RxSwift AddRef.swift
[92/172] Compiling RxSwift Amb.swift
[93/172] Compiling RxSwift AnonymousDisposable.swift
[94/172] Compiling RxSwift AnonymousObserver.swift
[95/172] Compiling RxSwift AnyObserver.swift
[96/172] Compiling RxSwift AsMaybe.swift
[97/172] Compiling RxSwift AsSingle.swift
[98/172] Compiling RxSwift AsyncLock.swift
[99/172] Compiling RxSwift AsyncSubject.swift
[100/172] Compiling RxSwift AtomicInt.swift
[101/172] Compiling RxSwift Bag+Rx.swift
[102/172] Compiling RxSwift Bag.swift
[103/172] Compiling RxSwift BehaviorSubject.swift
[104/172] Compiling RxSwift BinaryDisposable.swift
[105/172] Compiling RxSwift Binder.swift
[106/172] Compiling RxSwift BooleanDisposable.swift
[107/172] Compiling RxSwift Buffer.swift
[108/172] Compiling RxSwift Cancelable.swift
[109/172] Compiling RxSwift Catch.swift
[110/172] Compiling RxSwift CombineLatest+Collection.swift
[111/172] Compiling RxSwift CombineLatest+arity.swift
[112/172] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[113/172] Compiling RxSwift Infallible+CombineLatest+arity.swift
[114/172] Compiling RxSwift Infallible+Concurrency.swift
[115/172] Compiling RxSwift Infallible+Create.swift
[116/172] Compiling RxSwift Infallible+Debug.swift
[117/172] Compiling RxSwift Infallible+Operators.swift
[118/172] Compiling RxSwift Infallible+Zip+arity.swift
[119/172] Compiling RxSwift Infallible.swift
[120/172] Compiling RxSwift InfiniteSequence.swift
[121/172] Compiling RxSwift InvocableScheduledItem.swift
[122/172] Compiling RxSwift InvocableType.swift
[123/172] Compiling RxSwift Just.swift
[124/172] Compiling RxSwift Lock.swift
[125/172] Compiling RxSwift LockOwnerType.swift
[126/172] Compiling RxSwift MainScheduler.swift
[127/172] Compiling RxSwift Map.swift
[128/172] Compiling RxSwift Materialize.swift
[129/172] Compiling RxSwift Maybe.swift
[130/172] Compiling RxSwift Merge.swift
[131/172] Compiling RxSwift Multicast.swift
[132/172] 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 | }
[133/172] 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 | }
[134/172] 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 | }
[135/172] 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 | }
[136/172] 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 | }
[137/172] 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 | }
[138/172] 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 | }
[139/172] 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 | }
[140/172] 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 | }
[141/172] 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 | }
[142/172] 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 | }
[143/172] 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 | }
[144/172] 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 | }
[145/172] 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 | }
[146/172] 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 | }
[147/172] 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 | }
[148/172] 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 | }
[149/172] 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 | }
[150/172] 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 | }
[151/172] 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 | }
[152/172] 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 | }
[153/172] Compiling RxSwift SynchronizedOnType.swift
[154/172] Compiling RxSwift SynchronizedUnsubscribeType.swift
[155/172] Compiling RxSwift TailRecursiveSink.swift
[156/172] Compiling RxSwift Take.swift
[157/172] Compiling RxSwift TakeLast.swift
[158/172] Compiling RxSwift TakeWithPredicate.swift
[159/172] Compiling RxSwift Throttle.swift
[160/172] Compiling RxSwift Timeout.swift
[161/172] Compiling RxSwift Timer.swift
[162/172] Compiling RxSwift ToArray.swift
[163/172] Compiling RxSwift Using.swift
[164/172] Compiling RxSwift VirtualTimeConverterType.swift
[165/172] Compiling RxSwift VirtualTimeScheduler.swift
[166/172] Compiling RxSwift Window.swift
[167/172] Compiling RxSwift WithLatestFrom.swift
[168/172] Compiling RxSwift WithUnretained.swift
[169/172] Compiling RxSwift Zip+Collection.swift
[170/172] Compiling RxSwift Zip+arity.swift
[171/172] Compiling RxSwift Zip.swift
[172/172] Compiling RxSwift resource_bundle_accessor.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/145] Compiling RxSwift Never.swift
[3/145] Compiling RxSwift NopDisposable.swift
[4/145] Compiling RxSwift Observable+Concurrency.swift
[5/145] Compiling RxSwift Observable.swift
[6/145] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[7/145] Compiling RxSwift ObservableConvertibleType.swift
[8/145] Compiling RxSwift ObservableType+Extensions.swift
[9/145] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[10/145] Compiling RxSwift ObservableType.swift
[11/145] Compiling RxSwift ObserveOn.swift
[12/145] Compiling RxSwift ObserverBase.swift
[13/145] Compiling RxSwift ObserverType.swift
[14/145] Compiling RxSwift OperationQueueScheduler.swift
[15/145] Compiling RxSwift Optional.swift
[16/145] Compiling RxSwift Platform.Darwin.swift
[17/145] Compiling RxSwift Platform.Linux.swift
[18/145] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[19/145] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[20/145] Compiling RxSwift PrimitiveSequence.swift
[21/145] Compiling RxSwift PriorityQueue.swift
[22/165] Emitting module RxSwift
[23/165] Compiling RxSwift DispatchQueueConfiguration.swift
[24/165] Compiling RxSwift Disposable.swift
[25/165] Compiling RxSwift Disposables.swift
[26/165] Compiling RxSwift DisposeBag.swift
[27/165] Compiling RxSwift DisposeBase.swift
[28/165] Compiling RxSwift DistinctUntilChanged.swift
[29/165] Compiling RxSwift Do.swift
[30/165] Compiling RxSwift ElementAt.swift
[31/165] Compiling RxSwift Empty.swift
[32/165] Compiling RxSwift Enumerated.swift
[33/165] Compiling RxSwift Error.swift
[34/165] Compiling RxSwift Errors.swift
[35/165] Compiling RxSwift Event.swift
[36/165] Compiling RxSwift Filter.swift
[37/165] Compiling RxSwift First.swift
[38/165] Compiling RxSwift Generate.swift
[39/165] Compiling RxSwift GroupBy.swift
[40/165] Compiling RxSwift GroupedObservable.swift
[41/165] Compiling RxSwift HistoricalScheduler.swift
[42/165] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[43/165] Compiling RxSwift ImmediateSchedulerType.swift
[44/165] Compiling RxSwift Producer.swift
[45/165] Compiling RxSwift PublishSubject.swift
[46/165] Compiling RxSwift Queue.swift
[47/165] Compiling RxSwift Range.swift
[48/165] Compiling RxSwift Reactive.swift
[49/165] Compiling RxSwift RecursiveLock.swift
[50/165] Compiling RxSwift RecursiveScheduler.swift
[51/165] Compiling RxSwift Reduce.swift
[52/165] Compiling RxSwift RefCountDisposable.swift
[53/165] Compiling RxSwift Repeat.swift
[54/165] Compiling RxSwift ReplaySubject.swift
[55/165] Compiling RxSwift RetryWhen.swift
[56/165] Compiling RxSwift Rx.swift
[57/165] Compiling RxSwift RxMutableBox.swift
[58/165] Compiling RxSwift Sample.swift
[59/165] Compiling RxSwift Scan.swift
[60/165] Compiling RxSwift ScheduledDisposable.swift
[61/165] Compiling RxSwift ScheduledItem.swift
[62/165] Compiling RxSwift ScheduledItemType.swift
[63/165] Compiling RxSwift SchedulerServices+Emulation.swift
[64/165] 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 | }
[65/165] 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 | }
[66/165] 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 | }
[67/165] 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 | }
[68/165] 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 | }
[69/165] 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 | }
[70/165] 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 | }
[71/165] 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 | }
[72/165] 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 | }
[73/165] 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 | }
[74/165] 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 | }
[75/165] 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 | }
[76/165] 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 | }
[77/165] 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 | }
[78/165] 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 | }
[79/165] 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 | }
[80/165] 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 | }
[81/165] 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 | }
[82/165] 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 | }
[83/165] 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 | }
[84/165] 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 | }
[85/165] Compiling RxSwift SchedulerType.swift
[86/165] Compiling RxSwift Sequence.swift
[87/165] Compiling RxSwift SerialDispatchQueueScheduler.swift
[88/165] Compiling RxSwift SerialDisposable.swift
[89/165] Compiling RxSwift ShareReplayScope.swift
[90/165] Compiling RxSwift Single.swift
[91/165] Compiling RxSwift SingleAssignmentDisposable.swift
[92/165] Compiling RxSwift SingleAsync.swift
[93/165] Compiling RxSwift Sink.swift
[94/165] Compiling RxSwift Skip.swift
[95/165] Compiling RxSwift SkipUntil.swift
[96/165] Compiling RxSwift SkipWhile.swift
[97/165] Compiling RxSwift StartWith.swift
[98/165] Compiling RxSwift SubjectType.swift
[99/165] Compiling RxSwift SubscribeOn.swift
[100/165] Compiling RxSwift SubscriptionDisposable.swift
[101/165] Compiling RxSwift SwiftSupport.swift
[102/165] Compiling RxSwift Switch.swift
[103/165] Compiling RxSwift SwitchIfEmpty.swift
[104/165] Compiling RxSwift SynchronizedDisposeType.swift
[105/165] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[106/165] Compiling RxSwift Infallible+CombineLatest+arity.swift
[107/165] Compiling RxSwift Infallible+Concurrency.swift
[108/165] Compiling RxSwift Infallible+Create.swift
[109/165] Compiling RxSwift Infallible+Debug.swift
[110/165] Compiling RxSwift Infallible+Operators.swift
[111/165] Compiling RxSwift Infallible+Zip+arity.swift
[112/165] Compiling RxSwift Infallible.swift
[113/165] Compiling RxSwift InfiniteSequence.swift
[114/165] Compiling RxSwift InvocableScheduledItem.swift
[115/165] Compiling RxSwift InvocableType.swift
[116/165] Compiling RxSwift Just.swift
[117/165] Compiling RxSwift Lock.swift
[118/165] Compiling RxSwift LockOwnerType.swift
[119/165] Compiling RxSwift MainScheduler.swift
[120/165] Compiling RxSwift Map.swift
[121/165] Compiling RxSwift Materialize.swift
[122/165] Compiling RxSwift Maybe.swift
[123/165] Compiling RxSwift Merge.swift
[124/165] Compiling RxSwift Multicast.swift
[125/165] Compiling RxSwift AddRef.swift
[126/165] Compiling RxSwift Amb.swift
[127/165] Compiling RxSwift AnonymousDisposable.swift
[128/165] Compiling RxSwift AnonymousObserver.swift
[129/165] Compiling RxSwift AnyObserver.swift
[130/165] Compiling RxSwift AsMaybe.swift
[131/165] Compiling RxSwift AsSingle.swift
[132/165] Compiling RxSwift AsyncLock.swift
[133/165] Compiling RxSwift AsyncSubject.swift
[134/165] Compiling RxSwift AtomicInt.swift
[135/165] Compiling RxSwift Bag+Rx.swift
[136/165] Compiling RxSwift Bag.swift
[137/165] Compiling RxSwift BehaviorSubject.swift
[138/165] Compiling RxSwift BinaryDisposable.swift
[139/165] Compiling RxSwift Binder.swift
[140/165] Compiling RxSwift BooleanDisposable.swift
[141/165] Compiling RxSwift Buffer.swift
[142/165] Compiling RxSwift Cancelable.swift
[143/165] Compiling RxSwift Catch.swift
[144/165] Compiling RxSwift CombineLatest+Collection.swift
[145/165] Compiling RxSwift CombineLatest+arity.swift
[146/165] Compiling RxSwift SynchronizedOnType.swift
[147/165] Compiling RxSwift SynchronizedUnsubscribeType.swift
[148/165] Compiling RxSwift TailRecursiveSink.swift
[149/165] Compiling RxSwift Take.swift
[150/165] Compiling RxSwift TakeLast.swift
[151/165] Compiling RxSwift TakeWithPredicate.swift
[152/165] Compiling RxSwift Throttle.swift
[153/165] Compiling RxSwift Timeout.swift
[154/165] Compiling RxSwift Timer.swift
[155/165] Compiling RxSwift ToArray.swift
[156/165] Compiling RxSwift Using.swift
[157/165] Compiling RxSwift VirtualTimeConverterType.swift
[158/165] Compiling RxSwift VirtualTimeScheduler.swift
[159/165] Compiling RxSwift Window.swift
[160/165] Compiling RxSwift WithLatestFrom.swift
[161/165] Compiling RxSwift WithUnretained.swift
[162/165] Compiling RxSwift Zip+Collection.swift
[163/165] Compiling RxSwift Zip+arity.swift
[164/165] Compiling RxSwift Zip.swift
[165/165] Compiling RxSwift resource_bundle_accessor.swift
BUILD FAILURE 6.1 android