Build Information
Failed to build NetDiagnosis, reference 1.1.2 (40e048
), with Swift 6.1 for Android on 29 May 2025 06:35:11 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/453jerry/NetDiagnosis.git
Reference: 1.1.2
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/453jerry/NetDiagnosis
* tag 1.1.2 -> FETCH_HEAD
HEAD is now at 40e048e Merge pull request #8 from 453jerry/feature/support_swift_5_5-5_9
Cloned https://github.com/453jerry/NetDiagnosis.git
Revision (git rev-parse @):
40e048e69956e671a88f5a7fa9d829e5fd960546
SUCCESS checkout https://github.com/453jerry/NetDiagnosis.git at 1.1.2
========================================
Build
========================================
Selected platform: android
Swift version: 6.1
Building package at path: $PWD
https://github.com/453jerry/NetDiagnosis.git
https://github.com/453jerry/NetDiagnosis.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "swift-collections",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.4",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-collections.git"
},
{
"identity" : "rxswift",
"requirement" : {
"range" : [
{
"lower_bound" : "6.6.0",
"upper_bound" : "7.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReactiveX/RxSwift.git"
}
],
"manifest_display_name" : "NetDiagnosis",
"name" : "NetDiagnosis",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "macos",
"version" : "10.10"
},
{
"name" : "watchos",
"version" : "5.0"
},
{
"name" : "tvos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "NetDiagnosis",
"targets" : [
"NetDiagnosis"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RxNetDiagnosis",
"targets" : [
"RxNetDiagnosis"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RxNetDiagnosis",
"module_type" : "SwiftTarget",
"name" : "RxNetDiagnosis",
"path" : "Sources/RxNetDiagnosis",
"product_dependencies" : [
"RxSwift"
],
"product_memberships" : [
"RxNetDiagnosis"
],
"sources" : [
"Pinger+Rx.swift"
],
"target_dependencies" : [
"NetDiagnosis"
],
"type" : "library"
},
{
"c99name" : "NetDiagnosisTests",
"module_type" : "SwiftTarget",
"name" : "NetDiagnosisTests",
"path" : "Tests/NetDiagnosisTests",
"sources" : [
"NetDiagnosisTests.swift"
],
"target_dependencies" : [
"NetDiagnosis"
],
"type" : "test"
},
{
"c99name" : "NetDiagnosis",
"module_type" : "SwiftTarget",
"name" : "NetDiagnosis",
"path" : "Sources/NetDiagnosis",
"product_dependencies" : [
"OrderedCollections"
],
"product_memberships" : [
"NetDiagnosis",
"RxNetDiagnosis"
],
"sources" : [
"IPAddr.swift",
"Pinger+Sockopt.swift",
"Pinger+Trace.swift",
"Pinger.swift",
"Utilities.swift"
],
"type" : "library"
}
],
"tools_version" : "5.6"
}
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 https://github.com/ReactiveX/RxSwift.git
Fetching https://github.com/apple/swift-collections.git
[1/16591] Fetching swift-collections
[1163/69274] Fetching swift-collections, rxswift
Fetched https://github.com/apple/swift-collections.git from cache (4.50s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.63s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.0 (5.98s)
Computing version for https://github.com/apple/swift-collections.git
Computed https://github.com/apple/swift-collections.git at 1.2.0 (0.89s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.9.0
Creating working copy for https://github.com/apple/swift-collections.git
Working copy of https://github.com/apple/swift-collections.git resolved at 1.2.0
Building for debugging...
[0/7] Write sources
[0/7] Copying PrivacyInfo.xcprivacy
[1/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/165] Compiling RxSwift AsyncSubject.swift
[9/165] Compiling RxSwift AtomicInt.swift
[10/166] Compiling RxSwift AsSingle.swift
[11/166] Compiling RxSwift AsyncLock.swift
[12/166] Compiling RxSwift Bag+Rx.swift
[13/166] Compiling RxSwift Bag.swift
[14/166] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[15/166] Emitting module InternalCollectionsUtilities
[16/166] Compiling RxSwift AddRef.swift
[17/166] Compiling RxSwift Amb.swift
[18/166] Compiling RxSwift AnyObserver.swift
[19/166] Compiling RxSwift AsMaybe.swift
[20/166] Compiling RxSwift AnonymousDisposable.swift
[21/166] Compiling RxSwift AnonymousObserver.swift
[22/166] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[24/222] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[25/222] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[26/222] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[27/222] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[28/222] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[29/222] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[30/222] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[31/229] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[32/229] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[33/229] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[34/229] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[35/229] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[36/229] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[37/229] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[38/229] Compiling OrderedCollections OrderedDictionary+Values.swift
[39/229] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[40/229] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[41/229] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[42/229] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[43/229] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[44/229] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[45/229] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[46/229] Compiling OrderedCollections OrderedDictionary.swift
[47/229] Compiling OrderedCollections OrderedSet+Codable.swift
[48/229] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[49/229] Compiling OrderedCollections OrderedSet+Descriptions.swift
[50/229] Compiling OrderedCollections OrderedSet+Diffing.swift
[51/229] Compiling OrderedCollections OrderedSet+Equatable.swift
[52/229] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[53/229] Compiling OrderedCollections OrderedSet+Hashable.swift
[54/229] Compiling OrderedCollections OrderedSet+Initializers.swift
[55/229] Compiling OrderedCollections OrderedSet+Insertions.swift
[56/229] Compiling OrderedCollections OrderedSet+Invariants.swift
[57/229] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[58/229] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[59/229] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[60/229] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[61/229] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[62/229] Compiling OrderedCollections OrderedDictionary+Codable.swift
[63/229] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[64/229] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[65/229] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[66/229] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[67/229] Compiling OrderedCollections OrderedDictionary+Elements.swift
[68/229] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[69/229] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[70/229] Compiling OrderedCollections _HashTable+Bucket.swift
[71/229] Compiling OrderedCollections _HashTable+BucketIterator.swift
[72/229] Compiling OrderedCollections _HashTable+Constants.swift
[73/229] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[74/229] Compiling OrderedCollections _HashTable+Testing.swift
[75/229] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[76/229] Compiling OrderedCollections _HashTable.swift
[77/229] Compiling OrderedCollections _Hashtable+Header.swift
[78/229] Emitting module OrderedCollections
[79/229] Compiling OrderedCollections OrderedSet+Sendable.swift
[80/229] Compiling OrderedCollections OrderedSet+SubSequence.swift
[81/229] Compiling OrderedCollections OrderedSet+Testing.swift
[82/229] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[83/229] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[84/229] Compiling OrderedCollections OrderedSet.swift
[85/229] Compiling OrderedCollections _UnsafeBitset.swift
[87/236] Compiling NetDiagnosis Utilities.swift
/host/spi-builder-workspace/Sources/NetDiagnosis/Pinger.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 | import Foundation
10 |
[88/236] Compiling NetDiagnosis Pinger.swift
/host/spi-builder-workspace/Sources/NetDiagnosis/Pinger.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 | import Foundation
10 |
[89/236] Compiling RxSwift Never.swift
[90/236] Compiling RxSwift NopDisposable.swift
[91/236] Compiling RxSwift Observable+Concurrency.swift
[92/236] Compiling RxSwift Observable.swift
[93/236] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[94/236] Compiling RxSwift ObservableConvertibleType.swift
[95/236] Compiling RxSwift ObservableType+Extensions.swift
[96/236] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[97/236] Compiling RxSwift ObservableType.swift
[98/236] Compiling RxSwift ObserveOn.swift
[99/236] Compiling RxSwift ObserverBase.swift
[100/236] Compiling RxSwift ObserverType.swift
[101/236] Compiling RxSwift OperationQueueScheduler.swift
[102/236] Compiling RxSwift Optional.swift
[103/236] Compiling RxSwift Platform.Darwin.swift
[104/236] Compiling RxSwift Platform.Linux.swift
[105/236] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[106/236] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[107/236] Compiling RxSwift PrimitiveSequence.swift
[108/236] Compiling RxSwift PriorityQueue.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[109/256] Emitting module NetDiagnosis
/host/spi-builder-workspace/Sources/NetDiagnosis/Pinger.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 | import Foundation
10 |
[110/256] Compiling RxSwift SchedulerType.swift
[111/256] Compiling RxSwift Sequence.swift
[112/256] Compiling RxSwift SerialDispatchQueueScheduler.swift
[113/256] Compiling RxSwift SerialDisposable.swift
[114/256] Compiling RxSwift ShareReplayScope.swift
[115/256] Compiling RxSwift Single.swift
[116/256] Compiling RxSwift SingleAssignmentDisposable.swift
[117/256] Compiling RxSwift SingleAsync.swift
[118/256] Compiling RxSwift Sink.swift
[119/256] Compiling RxSwift Skip.swift
[120/256] Compiling RxSwift SkipUntil.swift
[121/256] Compiling RxSwift SkipWhile.swift
[122/256] Compiling RxSwift StartWith.swift
[123/256] Compiling RxSwift SubjectType.swift
[124/256] Compiling RxSwift SubscribeOn.swift
[125/256] Compiling RxSwift SubscriptionDisposable.swift
[126/256] Compiling RxSwift SwiftSupport.swift
[127/256] Compiling RxSwift Switch.swift
[128/256] Compiling RxSwift SwitchIfEmpty.swift
[129/256] Compiling RxSwift SynchronizedDisposeType.swift
[130/256] Compiling NetDiagnosis IPAddr.swift
/host/spi-builder-workspace/Sources/NetDiagnosis/Pinger.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 | import Foundation
10 |
[131/256] Compiling NetDiagnosis Pinger+Sockopt.swift
/host/spi-builder-workspace/Sources/NetDiagnosis/Pinger.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 | import Foundation
10 |
[132/256] Compiling NetDiagnosis Pinger+Trace.swift
/host/spi-builder-workspace/Sources/NetDiagnosis/Pinger.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 | import Foundation
10 |
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
59 | static var queue : ScheduleQueue? {
60 | get {
61 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
62 | }
63 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
62 | }
63 | set {
64 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
65 | }
66 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
59 | static var queue : ScheduleQueue? {
60 | get {
61 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
62 | }
63 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
62 | }
63 | set {
64 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
65 | }
66 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
59 | static var queue : ScheduleQueue? {
60 | get {
61 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
62 | }
63 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
62 | }
63 | set {
64 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
65 | }
66 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
59 | static var queue : ScheduleQueue? {
60 | get {
61 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
62 | }
63 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
62 | }
63 | set {
64 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
65 | }
66 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
59 | static var queue : ScheduleQueue? {
60 | get {
61 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
62 | }
63 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
62 | }
63 | set {
64 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
65 | }
66 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
59 | static var queue : ScheduleQueue? {
60 | get {
61 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
62 | }
63 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
62 | }
63 | set {
64 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
65 | }
66 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
59 | static var queue : ScheduleQueue? {
60 | get {
61 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
62 | }
63 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
62 | }
63 | set {
64 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
65 | }
66 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
59 | static var queue : ScheduleQueue? {
60 | get {
61 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
62 | }
63 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
62 | }
63 | set {
64 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
65 | }
66 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
59 | static var queue : ScheduleQueue? {
60 | get {
61 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
62 | }
63 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
62 | }
63 | set {
64 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
65 | }
66 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
59 | static var queue : ScheduleQueue? {
60 | get {
61 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
62 | }
63 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
62 | }
63 | set {
64 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
65 | }
66 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
59 | static var queue : ScheduleQueue? {
60 | get {
61 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
62 | }
63 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
62 | }
63 | set {
64 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
65 | }
66 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
59 | static var queue : ScheduleQueue? {
60 | get {
61 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
62 | }
63 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
62 | }
63 | set {
64 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
65 | }
66 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
59 | static var queue : ScheduleQueue? {
60 | get {
61 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
62 | }
63 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
62 | }
63 | set {
64 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
65 | }
66 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
59 | static var queue : ScheduleQueue? {
60 | get {
61 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
62 | }
63 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
62 | }
63 | set {
64 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
65 | }
66 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
59 | static var queue : ScheduleQueue? {
60 | get {
61 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
62 | }
63 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
62 | }
63 | set {
64 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
65 | }
66 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
59 | static var queue : ScheduleQueue? {
60 | get {
61 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
62 | }
63 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
62 | }
63 | set {
64 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
65 | }
66 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
59 | static var queue : ScheduleQueue? {
60 | get {
61 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
62 | }
63 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
62 | }
63 | set {
64 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
65 | }
66 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
59 | static var queue : ScheduleQueue? {
60 | get {
61 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
62 | }
63 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
62 | }
63 | set {
64 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
65 | }
66 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
59 | static var queue : ScheduleQueue? {
60 | get {
61 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
62 | }
63 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
62 | }
63 | set {
64 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
65 | }
66 | }
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
59 | static var queue : ScheduleQueue? {
60 | get {
61 | return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
62 | }
63 | set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
62 | }
63 | set {
64 | Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
| `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
65 | }
66 | }
/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 | }
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/159] Compiling RxSwift AsSingle.swift
[3/159] Compiling RxSwift AsyncLock.swift
[4/160] Compiling RxSwift Bag+Rx.swift
[5/160] Compiling RxSwift Bag.swift
[6/160] Compiling InternalCollectionsUtilities UnsafeBufferPointer+Extras.swift
[7/160] Compiling InternalCollectionsUtilities UnsafeMutableBufferPointer+Extras.swift
[8/160] Compiling RxSwift AnonymousDisposable.swift
[9/160] Compiling RxSwift AnonymousObserver.swift
[10/160] Compiling RxSwift AnyObserver.swift
[11/160] Compiling RxSwift AsMaybe.swift
[12/160] 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 | }
[13/160] 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 | }
[14/160] 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 | }
[15/160] 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 | }
[16/160] 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 | }
[17/160] 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 | }
[18/160] 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 | }
[19/160] 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 | }
[20/160] 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 | }
[21/160] 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 | }
[22/160] 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 | }
[23/160] 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 | }
[24/160] 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 | }
[25/160] 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 | }
[26/160] 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 | }
[27/160] 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 | }
[28/160] 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 | }
[29/160] 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 | }
[30/160] 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 | }
[31/160] 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 | }
[32/160] 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 | }
[33/180] Compiling RxSwift AddRef.swift
[34/180] Compiling RxSwift Amb.swift
[35/180] Emitting module InternalCollectionsUtilities
[36/180] Compiling RxSwift AsyncSubject.swift
[37/180] Compiling RxSwift AtomicInt.swift
[39/236] Compiling OrderedCollections OrderedDictionary.swift
[40/236] Compiling OrderedCollections OrderedSet+Codable.swift
[41/236] Compiling OrderedCollections OrderedSet+CustomReflectable.swift
[42/236] Compiling OrderedCollections OrderedSet+Descriptions.swift
[43/236] Compiling OrderedCollections OrderedSet+Diffing.swift
[44/236] Compiling OrderedCollections OrderedSet+Equatable.swift
[45/236] Compiling OrderedCollections OrderedSet+ExpressibleByArrayLiteral.swift
[46/236] Compiling OrderedCollections OrderedSet+Hashable.swift
[47/243] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtract.swift
[48/243] Compiling OrderedCollections OrderedSet+Partial SetAlgebra subtracting.swift
[49/243] Compiling OrderedCollections OrderedSet+Partial SetAlgebra symmetricDifference.swift
[50/243] Compiling OrderedCollections OrderedSet+Partial SetAlgebra union.swift
[51/243] Compiling OrderedCollections OrderedSet+Partial SetAlgebra+Basics.swift
[52/243] Compiling OrderedCollections OrderedSet+RandomAccessCollection.swift
[53/243] Compiling OrderedCollections OrderedSet+ReserveCapacity.swift
[54/243] Compiling OrderedCollections OrderedSet+Initializers.swift
[55/243] Compiling OrderedCollections OrderedSet+Insertions.swift
[56/243] Compiling OrderedCollections OrderedSet+Invariants.swift
[57/243] Compiling OrderedCollections OrderedSet+Partial MutableCollection.swift
[58/243] Compiling OrderedCollections OrderedSet+Partial RangeReplaceableCollection.swift
[59/243] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formIntersection.swift
[60/243] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formSymmetricDifference.swift
[61/243] Compiling OrderedCollections OrderedSet+Partial SetAlgebra formUnion.swift
[62/243] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isEqualSet.swift
[63/243] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSubset.swift
[64/243] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isStrictSuperset.swift
[65/243] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSubset.swift
[66/243] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isSuperset.swift
[74/243] Compiling OrderedCollections OrderedSet+Sendable.swift
[75/243] Compiling OrderedCollections OrderedSet+SubSequence.swift
[76/243] Compiling OrderedCollections OrderedSet+Testing.swift
[77/243] Compiling OrderedCollections OrderedSet+UnorderedView.swift
[78/243] Compiling OrderedCollections OrderedSet+UnstableInternals.swift
[79/243] Compiling OrderedCollections OrderedSet.swift
[80/243] Compiling OrderedCollections _UnsafeBitset.swift
[81/243] Compiling RxSwift PriorityQueue.swift
[82/243] Compiling OrderedCollections OrderedSet+Partial SetAlgebra intersection.swift
[83/243] Compiling OrderedCollections OrderedSet+Partial SetAlgebra isDisjoint.swift
[89/243] Compiling RxSwift SchedulerType.swift
[90/243] Compiling RxSwift Sequence.swift
[91/243] Compiling RxSwift SerialDispatchQueueScheduler.swift
[92/243] Compiling RxSwift SerialDisposable.swift
[93/243] Compiling RxSwift ShareReplayScope.swift
[94/243] Compiling RxSwift Single.swift
[95/243] Compiling RxSwift SingleAssignmentDisposable.swift
[96/243] Compiling RxSwift SingleAsync.swift
[97/243] Compiling RxSwift Sink.swift
[98/243] Compiling RxSwift Skip.swift
[99/243] Compiling RxSwift SkipUntil.swift
[100/243] Compiling RxSwift SkipWhile.swift
[101/243] Compiling RxSwift StartWith.swift
[102/243] Compiling RxSwift SubjectType.swift
[103/243] Compiling RxSwift SubscribeOn.swift
[104/243] Compiling RxSwift SubscriptionDisposable.swift
[105/243] Compiling RxSwift SwiftSupport.swift
[106/243] Compiling RxSwift Switch.swift
[107/243] Compiling RxSwift SwitchIfEmpty.swift
[108/243] Compiling RxSwift SynchronizedDisposeType.swift
[109/243] Compiling OrderedCollections OrderedDictionary+Codable.swift
[110/243] Compiling OrderedCollections OrderedDictionary+CustomReflectable.swift
[111/243] Compiling OrderedCollections OrderedDictionary+Deprecations.swift
[112/243] Compiling OrderedCollections OrderedDictionary+Descriptions.swift
[113/243] Compiling OrderedCollections OrderedDictionary+Elements.SubSequence.swift
[114/243] Compiling OrderedCollections OrderedDictionary+Elements.swift
[115/243] Compiling OrderedCollections OrderedDictionary+Equatable.swift
[116/243] Compiling OrderedCollections OrderedDictionary+ExpressibleByDictionaryLiteral.swift
[117/243] Compiling OrderedCollections OrderedDictionary+Hashable.swift
[118/243] Compiling OrderedCollections OrderedDictionary+Initializers.swift
[119/243] Compiling OrderedCollections OrderedDictionary+Invariants.swift
[120/243] Compiling OrderedCollections OrderedDictionary+Partial MutableCollection.swift
[121/243] Compiling OrderedCollections OrderedDictionary+Partial RangeReplaceableCollection.swift
[122/243] Compiling OrderedCollections OrderedDictionary+Sendable.swift
[123/243] Compiling OrderedCollections OrderedDictionary+Sequence.swift
[124/243] Compiling OrderedCollections OrderedDictionary+Values.swift
[132/243] Compiling OrderedCollections _HashTable+Bucket.swift
[133/243] Compiling OrderedCollections _HashTable+BucketIterator.swift
[134/243] Compiling OrderedCollections _HashTable+Constants.swift
[135/243] Compiling OrderedCollections _HashTable+CustomStringConvertible.swift
[136/243] Compiling OrderedCollections _HashTable+Testing.swift
[137/243] Compiling OrderedCollections _HashTable+UnsafeHandle.swift
[138/243] Compiling OrderedCollections _HashTable.swift
[139/243] Compiling OrderedCollections _Hashtable+Header.swift
[140/243] Emitting module OrderedCollections
[142/244] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[143/244] Compiling RxSwift Infallible+CombineLatest+arity.swift
[144/244] Compiling RxSwift Infallible+Concurrency.swift
[145/244] Compiling RxSwift Infallible+Create.swift
[146/244] Compiling RxSwift Infallible+Debug.swift
[147/244] Compiling RxSwift Infallible+Operators.swift
[148/244] Compiling RxSwift Infallible+Zip+arity.swift
[149/244] Compiling RxSwift Infallible.swift
[150/244] Compiling RxSwift InfiniteSequence.swift
[151/244] Compiling RxSwift InvocableScheduledItem.swift
[152/244] Compiling RxSwift InvocableType.swift
[153/244] Compiling RxSwift Just.swift
[154/244] Compiling RxSwift Lock.swift
[155/244] Compiling RxSwift LockOwnerType.swift
[156/244] Compiling RxSwift MainScheduler.swift
[157/244] Compiling RxSwift Map.swift
[158/244] Compiling RxSwift Materialize.swift
[159/244] Compiling RxSwift Maybe.swift
[160/244] Compiling RxSwift Merge.swift
[161/244] Compiling RxSwift Multicast.swift
[162/244] Compiling RxSwift Producer.swift
[163/244] Compiling RxSwift PublishSubject.swift
[164/244] Compiling RxSwift Queue.swift
[165/244] Compiling RxSwift Range.swift
[166/244] Compiling RxSwift Reactive.swift
[167/244] Compiling RxSwift RecursiveLock.swift
[168/244] Compiling RxSwift RecursiveScheduler.swift
[169/244] Compiling RxSwift Reduce.swift
[170/244] Compiling RxSwift RefCountDisposable.swift
[171/244] Compiling RxSwift Repeat.swift
[172/244] Compiling RxSwift ReplaySubject.swift
[173/244] Compiling RxSwift RetryWhen.swift
[174/244] Compiling RxSwift Rx.swift
[175/244] Compiling RxSwift RxMutableBox.swift
[176/244] Compiling RxSwift Sample.swift
[177/244] Compiling RxSwift Scan.swift
[178/244] Compiling RxSwift ScheduledDisposable.swift
[179/244] Compiling RxSwift ScheduledItem.swift
[180/244] Compiling RxSwift ScheduledItemType.swift
[181/244] Compiling RxSwift SchedulerServices+Emulation.swift
[182/244] Compiling RxSwift DispatchQueueConfiguration.swift
[183/244] Compiling RxSwift Disposable.swift
[184/244] Compiling RxSwift Disposables.swift
[185/244] Compiling RxSwift DisposeBag.swift
[186/244] Compiling RxSwift DisposeBase.swift
[187/244] Compiling RxSwift DistinctUntilChanged.swift
[188/244] Compiling RxSwift Do.swift
[189/244] Compiling RxSwift ElementAt.swift
[190/244] Compiling RxSwift Empty.swift
[191/244] Compiling RxSwift Enumerated.swift
[192/244] Compiling RxSwift Error.swift
[193/244] Compiling RxSwift Errors.swift
[194/244] Compiling RxSwift Event.swift
[195/244] Compiling RxSwift Filter.swift
[196/244] Compiling RxSwift First.swift
[197/244] Compiling RxSwift Generate.swift
[198/244] Compiling RxSwift GroupBy.swift
[199/244] Compiling RxSwift GroupedObservable.swift
[200/244] Compiling RxSwift HistoricalScheduler.swift
[201/244] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[202/244] Compiling RxSwift ImmediateSchedulerType.swift
[203/250] Compiling RxSwift SynchronizedOnType.swift
[204/250] Compiling RxSwift SynchronizedUnsubscribeType.swift
[205/250] Compiling RxSwift TailRecursiveSink.swift
[206/250] Compiling RxSwift Take.swift
[207/250] Compiling RxSwift TakeLast.swift
[208/250] Compiling RxSwift TakeWithPredicate.swift
[209/250] Compiling RxSwift Throttle.swift
[210/250] Compiling RxSwift Timeout.swift
[211/250] Compiling RxSwift Timer.swift
[212/250] Compiling RxSwift ToArray.swift
[213/250] Compiling RxSwift Using.swift
[214/250] Compiling RxSwift VirtualTimeConverterType.swift
[215/250] Compiling RxSwift VirtualTimeScheduler.swift
[216/250] Compiling RxSwift Window.swift
[217/250] Compiling RxSwift WithLatestFrom.swift
[218/250] Compiling RxSwift WithUnretained.swift
[219/250] Compiling RxSwift Zip+Collection.swift
[220/250] Compiling RxSwift Zip+arity.swift
[221/250] Compiling RxSwift Zip.swift
[222/250] Compiling RxSwift resource_bundle_accessor.swift
[223/250] Compiling NetDiagnosis Utilities.swift
/host/spi-builder-workspace/Sources/NetDiagnosis/Pinger.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 | import Foundation
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[224/250] Emitting module NetDiagnosis
/host/spi-builder-workspace/Sources/NetDiagnosis/Pinger.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 | import Foundation
10 |
[225/250] Compiling NetDiagnosis IPAddr.swift
/host/spi-builder-workspace/Sources/NetDiagnosis/Pinger.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 | import Foundation
10 |
[226/250] Emitting module RxSwift
[248/250] Compiling NetDiagnosis Pinger+Sockopt.swift
/host/spi-builder-workspace/Sources/NetDiagnosis/Pinger.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 | import Foundation
10 |
[249/250] Compiling NetDiagnosis Pinger+Trace.swift
/host/spi-builder-workspace/Sources/NetDiagnosis/Pinger.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 | import Foundation
10 |
[250/250] Compiling NetDiagnosis Pinger.swift
/host/spi-builder-workspace/Sources/NetDiagnosis/Pinger.swift:8:8: error: no such module 'Darwin'
6 | //
7 |
8 | import Darwin
| `- error: no such module 'Darwin'
9 | import Foundation
10 |
BUILD FAILURE 6.1 android