Build Information
Failed to build CombineRx, reference 2.0.1 (b0c324
), with Swift 6.1 for Android on 29 May 2025 17:48:30 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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/Jackstone92/CombineRx.git
Reference: 2.0.1
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/Jackstone92/CombineRx
* tag 2.0.1 -> FETCH_HEAD
HEAD is now at b0c324e Update README file (#14)
Cloned https://github.com/Jackstone92/CombineRx.git
Revision (git rev-parse @):
b0c324e4c2b5e666485f1f571be79d8cf4e7d25d
SUCCESS checkout https://github.com/Jackstone92/CombineRx.git at 2.0.1
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/Jackstone92/CombineRx.git
https://github.com/Jackstone92/CombineRx.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" : "http://github.com/ReactiveX/RxSwift.git"
},
{
"identity" : "combine-schedulers",
"requirement" : {
"range" : [
{
"lower_bound" : "0.5.3",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/pointfreeco/combine-schedulers"
}
],
"manifest_display_name" : "CombineRx",
"name" : "CombineRx",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.15"
},
{
"name" : "ios",
"version" : "13.0"
}
],
"products" : [
{
"name" : "CombineRx",
"targets" : [
"CombineRx"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "CombineRxTests",
"module_type" : "SwiftTarget",
"name" : "CombineRxTests",
"path" : "Tests/CombineRxTests",
"product_dependencies" : [
"RxTest",
"CombineSchedulers"
],
"sources" : [
"Interoperability/InfallibleType+AsPublisherTests.swift",
"Interoperability/ObservableType+AsPublisherTests.swift",
"Interoperability/Publisher+AsInfallibleTests.swift",
"Interoperability/Publisher+AsObservableTests.swift",
"TestError.swift"
],
"target_dependencies" : [
"CombineRx"
],
"type" : "test"
},
{
"c99name" : "CombineRx",
"module_type" : "SwiftTarget",
"name" : "CombineRx",
"path" : "Sources/CombineRx",
"product_dependencies" : [
"RxSwift"
],
"product_memberships" : [
"CombineRx"
],
"sources" : [
"Interoperability/Combine to RxSwift/Publisher+AsInfallible.swift",
"Interoperability/Combine to RxSwift/Publisher+AsObservable.swift",
"Interoperability/RxSwift to Combine/BridgeBufferingStrategy.swift",
"Interoperability/RxSwift to Combine/BridgeFailure.swift",
"Interoperability/RxSwift to Combine/InfallibleBridgeBufferingStrategy.swift",
"Interoperability/RxSwift to Combine/InfallibleType+AsPublisher.swift",
"Interoperability/RxSwift to Combine/ObservableType+AsPublisher.swift",
"Interoperability/RxSwift to Combine/Publisher+AssertBridgeBufferDoesNotOverflowIfPossible.swift",
"Interoperability/RxSwift to Combine/Publishers/InfallibleTypeBridgePublisher.swift",
"Interoperability/RxSwift to Combine/Publishers/ObservableTypeBridgePublisher.swift",
"Interoperability/RxSwift to Combine/Subscriptions/BridgeSubscription+Witness.swift",
"Interoperability/RxSwift to Combine/Subscriptions/BridgeSubscription.swift"
],
"type" : "library"
}
],
"tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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 http://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/pointfreeco/combine-schedulers
[1/2410] Fetching combine-schedulers
[2411/55093] Fetching combine-schedulers, rxswift
Fetched https://github.com/pointfreeco/combine-schedulers from cache (4.07s)
Fetched http://github.com/ReactiveX/RxSwift.git from cache (4.24s)
Computing version for http://github.com/ReactiveX/RxSwift.git
Computed http://github.com/ReactiveX/RxSwift.git at 6.9.0 (4.84s)
Computing version for https://github.com/pointfreeco/combine-schedulers
Computed https://github.com/pointfreeco/combine-schedulers at 0.11.0 (0.61s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
Fetching https://github.com/pointfreeco/swift-concurrency-extras
[1/852] Fetching swift-concurrency-extras
[853/6310] Fetching swift-concurrency-extras, xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/swift-concurrency-extras from cache (0.42s)
[2729/5458] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (0.72s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 0.9.0 (1.32s)
Computing version for https://github.com/pointfreeco/swift-concurrency-extras
Computed https://github.com/pointfreeco/swift-concurrency-extras at 0.1.2 (1.57s)
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 0.9.0
Creating working copy for https://github.com/pointfreeco/swift-concurrency-extras
Working copy of https://github.com/pointfreeco/swift-concurrency-extras resolved at 0.1.2
Creating working copy for http://github.com/ReactiveX/RxSwift.git
Working copy of http://github.com/ReactiveX/RxSwift.git resolved at 6.9.0
Creating working copy for https://github.com/pointfreeco/combine-schedulers
Working copy of https://github.com/pointfreeco/combine-schedulers resolved at 0.11.0
Building for debugging...
[0/4] Write sources
[0/4] Copying PrivacyInfo.xcprivacy
[2/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/148] 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 | }
[6/148] 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 | }
[7/148] 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 | }
[8/148] 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 | }
[9/148] 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 | }
[10/148] 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 | }
[11/148] 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 | }
[12/148] 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 | }
[13/148] 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 | }
[14/148] 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 | }
[15/148] 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 | }
[16/148] 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 | }
[17/148] 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 | }
[18/148] 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 | }
[19/148] 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 | }
[20/148] 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 | }
[21/148] 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 | }
[22/148] 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 | }
[23/148] 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 | }
[24/148] 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 | }
[25/148] 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 | }
[26/168] Compiling RxSwift Never.swift
[27/168] Compiling RxSwift NopDisposable.swift
[28/168] Compiling RxSwift Observable+Concurrency.swift
[29/168] Compiling RxSwift Observable.swift
[30/168] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[31/168] Compiling RxSwift ObservableConvertibleType.swift
[32/168] Compiling RxSwift ObservableType+Extensions.swift
[33/168] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[34/168] Compiling RxSwift ObservableType.swift
[35/168] Compiling RxSwift ObserveOn.swift
[36/168] Compiling RxSwift ObserverBase.swift
[37/168] Compiling RxSwift ObserverType.swift
[38/168] Compiling RxSwift OperationQueueScheduler.swift
[39/168] Compiling RxSwift Optional.swift
[40/168] Compiling RxSwift Platform.Darwin.swift
[41/168] Compiling RxSwift Platform.Linux.swift
[42/168] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[43/168] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[44/168] Compiling RxSwift PrimitiveSequence.swift
[45/168] Compiling RxSwift PriorityQueue.swift
[46/168] Compiling RxSwift SchedulerType.swift
[47/168] Compiling RxSwift Sequence.swift
[48/168] Compiling RxSwift SerialDispatchQueueScheduler.swift
[49/168] Compiling RxSwift SerialDisposable.swift
[50/168] Compiling RxSwift ShareReplayScope.swift
[51/168] Compiling RxSwift Single.swift
[52/168] Compiling RxSwift SingleAssignmentDisposable.swift
[53/168] Compiling RxSwift SingleAsync.swift
[54/168] Compiling RxSwift Sink.swift
[55/168] Compiling RxSwift Skip.swift
[56/168] Compiling RxSwift SkipUntil.swift
[57/168] Compiling RxSwift SkipWhile.swift
[58/168] Compiling RxSwift StartWith.swift
[59/168] Compiling RxSwift SubjectType.swift
[60/168] Compiling RxSwift SubscribeOn.swift
[61/168] Compiling RxSwift SubscriptionDisposable.swift
[62/168] Compiling RxSwift SwiftSupport.swift
[63/168] Compiling RxSwift Switch.swift
[64/168] Compiling RxSwift SwitchIfEmpty.swift
[65/168] Compiling RxSwift SynchronizedDisposeType.swift
[66/168] Compiling RxSwift DispatchQueueConfiguration.swift
[67/168] Compiling RxSwift Disposable.swift
[68/168] Compiling RxSwift Disposables.swift
[69/168] Compiling RxSwift DisposeBag.swift
[70/168] Compiling RxSwift DisposeBase.swift
[71/168] Compiling RxSwift DistinctUntilChanged.swift
[72/168] Compiling RxSwift Do.swift
[73/168] Compiling RxSwift ElementAt.swift
[74/168] Compiling RxSwift Empty.swift
[75/168] Compiling RxSwift Enumerated.swift
[76/168] Compiling RxSwift Error.swift
[77/168] Compiling RxSwift Errors.swift
[78/168] Compiling RxSwift Event.swift
[79/168] Compiling RxSwift Filter.swift
[80/168] Compiling RxSwift First.swift
[81/168] Compiling RxSwift Generate.swift
[82/168] Compiling RxSwift GroupBy.swift
[83/168] Compiling RxSwift GroupedObservable.swift
[84/168] Compiling RxSwift HistoricalScheduler.swift
[85/168] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[86/168] Compiling RxSwift ImmediateSchedulerType.swift
[87/168] Emitting module RxSwift
[88/168] Compiling RxSwift Producer.swift
[89/168] Compiling RxSwift PublishSubject.swift
[90/168] Compiling RxSwift Queue.swift
[91/168] Compiling RxSwift Range.swift
[92/168] Compiling RxSwift Reactive.swift
[93/168] Compiling RxSwift RecursiveLock.swift
[94/168] Compiling RxSwift RecursiveScheduler.swift
[95/168] Compiling RxSwift Reduce.swift
[96/168] Compiling RxSwift RefCountDisposable.swift
[97/168] Compiling RxSwift Repeat.swift
[98/168] Compiling RxSwift ReplaySubject.swift
[99/168] Compiling RxSwift RetryWhen.swift
[100/168] Compiling RxSwift Rx.swift
[101/168] Compiling RxSwift RxMutableBox.swift
[102/168] Compiling RxSwift Sample.swift
[103/168] Compiling RxSwift Scan.swift
[104/168] Compiling RxSwift ScheduledDisposable.swift
[105/168] Compiling RxSwift ScheduledItem.swift
[106/168] Compiling RxSwift ScheduledItemType.swift
[107/168] Compiling RxSwift SchedulerServices+Emulation.swift
[108/168] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[109/168] Compiling RxSwift Infallible+CombineLatest+arity.swift
[110/168] Compiling RxSwift Infallible+Concurrency.swift
[111/168] Compiling RxSwift Infallible+Create.swift
[112/168] Compiling RxSwift Infallible+Debug.swift
[113/168] Compiling RxSwift Infallible+Operators.swift
[114/168] Compiling RxSwift Infallible+Zip+arity.swift
[115/168] Compiling RxSwift Infallible.swift
[116/168] Compiling RxSwift InfiniteSequence.swift
[117/168] Compiling RxSwift InvocableScheduledItem.swift
[118/168] Compiling RxSwift InvocableType.swift
[119/168] Compiling RxSwift Just.swift
[120/168] Compiling RxSwift Lock.swift
[121/168] Compiling RxSwift LockOwnerType.swift
[122/168] Compiling RxSwift MainScheduler.swift
[123/168] Compiling RxSwift Map.swift
[124/168] Compiling RxSwift Materialize.swift
[125/168] Compiling RxSwift Maybe.swift
[126/168] Compiling RxSwift Merge.swift
[127/168] Compiling RxSwift Multicast.swift
[128/168] Compiling RxSwift AddRef.swift
[129/168] Compiling RxSwift Amb.swift
[130/168] Compiling RxSwift AnonymousDisposable.swift
[131/168] Compiling RxSwift AnonymousObserver.swift
[132/168] Compiling RxSwift AnyObserver.swift
[133/168] Compiling RxSwift AsMaybe.swift
[134/168] Compiling RxSwift AsSingle.swift
[135/168] Compiling RxSwift AsyncLock.swift
[136/168] Compiling RxSwift AsyncSubject.swift
[137/168] Compiling RxSwift AtomicInt.swift
[138/168] Compiling RxSwift Bag+Rx.swift
[139/168] Compiling RxSwift Bag.swift
[140/168] Compiling RxSwift BehaviorSubject.swift
[141/168] Compiling RxSwift BinaryDisposable.swift
[142/168] Compiling RxSwift Binder.swift
[143/168] Compiling RxSwift BooleanDisposable.swift
[144/168] Compiling RxSwift Buffer.swift
[145/168] Compiling RxSwift Cancelable.swift
[146/168] Compiling RxSwift Catch.swift
[147/168] Compiling RxSwift CombineLatest+Collection.swift
[148/168] Compiling RxSwift CombineLatest+arity.swift
[149/168] Compiling RxSwift SynchronizedOnType.swift
[150/168] Compiling RxSwift SynchronizedUnsubscribeType.swift
[151/168] Compiling RxSwift TailRecursiveSink.swift
[152/168] Compiling RxSwift Take.swift
[153/168] Compiling RxSwift TakeLast.swift
[154/168] Compiling RxSwift TakeWithPredicate.swift
[155/168] Compiling RxSwift Throttle.swift
[156/168] Compiling RxSwift Timeout.swift
[157/168] Compiling RxSwift Timer.swift
[158/168] Compiling RxSwift ToArray.swift
[159/168] Compiling RxSwift Using.swift
[160/168] Compiling RxSwift VirtualTimeConverterType.swift
[161/168] Compiling RxSwift VirtualTimeScheduler.swift
[162/168] Compiling RxSwift Window.swift
[163/168] Compiling RxSwift WithLatestFrom.swift
[164/168] Compiling RxSwift WithUnretained.swift
[165/168] Compiling RxSwift Zip+Collection.swift
[166/168] Compiling RxSwift Zip+arity.swift
[167/168] Compiling RxSwift Zip.swift
[168/168] Compiling RxSwift resource_bundle_accessor.swift
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-1":/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 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 | }
[3/145] 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 | }
[4/145] 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 | }
[5/145] 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 | }
[6/145] 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 | }
[7/145] 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 | }
[8/145] 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 | }
[9/145] 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 | }
[10/145] 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 | }
[11/145] 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 | }
[12/145] 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 | }
[13/145] 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 | }
[14/145] 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 | }
[15/145] 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 | }
[16/145] 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 | }
[17/145] 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 | }
[18/145] 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 | }
[19/145] 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 | }
[20/145] 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 | }
[21/145] 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 | }
[22/145] 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 | }
[23/165] Compiling RxSwift Never.swift
[24/165] Compiling RxSwift NopDisposable.swift
[25/165] Compiling RxSwift Observable+Concurrency.swift
[26/165] Compiling RxSwift Observable.swift
[27/165] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[28/165] Compiling RxSwift ObservableConvertibleType.swift
[29/165] Compiling RxSwift ObservableType+Extensions.swift
[30/165] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[31/165] Compiling RxSwift ObservableType.swift
[32/165] Compiling RxSwift ObserveOn.swift
[33/165] Compiling RxSwift ObserverBase.swift
[34/165] Compiling RxSwift ObserverType.swift
[35/165] Compiling RxSwift OperationQueueScheduler.swift
[36/165] Compiling RxSwift Optional.swift
[37/165] Compiling RxSwift Platform.Darwin.swift
[38/165] Compiling RxSwift Platform.Linux.swift
[39/165] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[40/165] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[41/165] Compiling RxSwift PrimitiveSequence.swift
[42/165] Compiling RxSwift PriorityQueue.swift
[43/165] Compiling RxSwift SchedulerType.swift
[44/165] Compiling RxSwift Sequence.swift
[45/165] Compiling RxSwift SerialDispatchQueueScheduler.swift
[46/165] Compiling RxSwift SerialDisposable.swift
[47/165] Compiling RxSwift ShareReplayScope.swift
[48/165] Compiling RxSwift Single.swift
[49/165] Compiling RxSwift SingleAssignmentDisposable.swift
[50/165] Compiling RxSwift SingleAsync.swift
[51/165] Compiling RxSwift Sink.swift
[52/165] Compiling RxSwift Skip.swift
[53/165] Compiling RxSwift SkipUntil.swift
[54/165] Compiling RxSwift SkipWhile.swift
[55/165] Compiling RxSwift StartWith.swift
[56/165] Compiling RxSwift SubjectType.swift
[57/165] Compiling RxSwift SubscribeOn.swift
[58/165] Compiling RxSwift SubscriptionDisposable.swift
[59/165] Compiling RxSwift SwiftSupport.swift
[60/165] Compiling RxSwift Switch.swift
[61/165] Compiling RxSwift SwitchIfEmpty.swift
[62/165] Compiling RxSwift SynchronizedDisposeType.swift
[63/165] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[64/165] Compiling RxSwift Infallible+CombineLatest+arity.swift
[65/165] Compiling RxSwift Infallible+Concurrency.swift
[66/165] Compiling RxSwift Infallible+Create.swift
[67/165] Compiling RxSwift Infallible+Debug.swift
[68/165] Compiling RxSwift Infallible+Operators.swift
[69/165] Compiling RxSwift Infallible+Zip+arity.swift
[70/165] Compiling RxSwift Infallible.swift
[71/165] Compiling RxSwift InfiniteSequence.swift
[72/165] Compiling RxSwift InvocableScheduledItem.swift
[73/165] Compiling RxSwift InvocableType.swift
[74/165] Compiling RxSwift Just.swift
[75/165] Compiling RxSwift Lock.swift
[76/165] Compiling RxSwift LockOwnerType.swift
[77/165] Compiling RxSwift MainScheduler.swift
[78/165] Compiling RxSwift Map.swift
[79/165] Compiling RxSwift Materialize.swift
[80/165] Compiling RxSwift Maybe.swift
[81/165] Compiling RxSwift Merge.swift
[82/165] Compiling RxSwift Multicast.swift
[83/165] Compiling RxSwift DispatchQueueConfiguration.swift
[84/165] Compiling RxSwift Disposable.swift
[85/165] Compiling RxSwift Disposables.swift
[86/165] Compiling RxSwift DisposeBag.swift
[87/165] Compiling RxSwift DisposeBase.swift
[88/165] Compiling RxSwift DistinctUntilChanged.swift
[89/165] Compiling RxSwift Do.swift
[90/165] Compiling RxSwift ElementAt.swift
[91/165] Compiling RxSwift Empty.swift
[92/165] Compiling RxSwift Enumerated.swift
[93/165] Compiling RxSwift Error.swift
[94/165] Compiling RxSwift Errors.swift
[95/165] Compiling RxSwift Event.swift
[96/165] Compiling RxSwift Filter.swift
[97/165] Compiling RxSwift First.swift
[98/165] Compiling RxSwift Generate.swift
[99/165] Compiling RxSwift GroupBy.swift
[100/165] Compiling RxSwift GroupedObservable.swift
[101/165] Compiling RxSwift HistoricalScheduler.swift
[102/165] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[103/165] Compiling RxSwift ImmediateSchedulerType.swift
[104/165] Compiling RxSwift Producer.swift
[105/165] Compiling RxSwift PublishSubject.swift
[106/165] Compiling RxSwift Queue.swift
[107/165] Compiling RxSwift Range.swift
[108/165] Compiling RxSwift Reactive.swift
[109/165] Compiling RxSwift RecursiveLock.swift
[110/165] Compiling RxSwift RecursiveScheduler.swift
[111/165] Compiling RxSwift Reduce.swift
[112/165] Compiling RxSwift RefCountDisposable.swift
[113/165] Compiling RxSwift Repeat.swift
[114/165] Compiling RxSwift ReplaySubject.swift
[115/165] Compiling RxSwift RetryWhen.swift
[116/165] Compiling RxSwift Rx.swift
[117/165] Compiling RxSwift RxMutableBox.swift
[118/165] Compiling RxSwift Sample.swift
[119/165] Compiling RxSwift Scan.swift
[120/165] Compiling RxSwift ScheduledDisposable.swift
[121/165] Compiling RxSwift ScheduledItem.swift
[122/165] Compiling RxSwift ScheduledItemType.swift
[123/165] Compiling RxSwift SchedulerServices+Emulation.swift
[124/165] Emitting module RxSwift
[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