The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build KMPNativeCoroutines, reference v1.0.0-ALPHA-44-idea-2025.2-EAP-19874.12 (b9a1d8), with Swift 6.1 for Android on 6 Jun 2025 23:09:41 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/rickclephas/KMP-NativeCoroutines.git
Reference: v1.0.0-ALPHA-44-idea-2025.2-EAP-19874.12
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/rickclephas/KMP-NativeCoroutines
 * tag               v1.0.0-ALPHA-44-idea-2025.2-EAP-19874.12 -> FETCH_HEAD
HEAD is now at b9a1d8e Add IDEA version suffix
Cloned https://github.com/rickclephas/KMP-NativeCoroutines.git
Revision (git rev-parse @):
b9a1d8e8caa406ada6b91bfac7f2466592853d4c
SUCCESS checkout https://github.com/rickclephas/KMP-NativeCoroutines.git at v1.0.0-ALPHA-44-idea-2025.2-EAP-19874.12
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/rickclephas/KMP-NativeCoroutines.git
https://github.com/rickclephas/KMP-NativeCoroutines.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "rxswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.0.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveX/RxSwift.git"
    }
  ],
  "manifest_display_name" : "KMPNativeCoroutines",
  "name" : "KMPNativeCoroutines",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "KMPNativeCoroutinesCore",
      "targets" : [
        "KMPNativeCoroutinesCore"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "KMPNativeCoroutinesCombine",
      "targets" : [
        "KMPNativeCoroutinesCombine"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "KMPNativeCoroutinesAsync",
      "targets" : [
        "KMPNativeCoroutinesAsync"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "KMPNativeCoroutinesRxSwift",
      "targets" : [
        "KMPNativeCoroutinesRxSwift"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "KMPNativeCoroutinesRxSwiftTests",
      "module_type" : "SwiftTarget",
      "name" : "KMPNativeCoroutinesRxSwiftTests",
      "path" : "KMPNativeCoroutinesRxSwiftTests",
      "sources" : [
        "ObservableTests.swift",
        "SingleTests.swift"
      ],
      "target_dependencies" : [
        "KMPNativeCoroutinesRxSwift"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KMPNativeCoroutinesRxSwift",
      "module_type" : "SwiftTarget",
      "name" : "KMPNativeCoroutinesRxSwift",
      "path" : "KMPNativeCoroutinesRxSwift",
      "product_dependencies" : [
        "RxSwift"
      ],
      "product_memberships" : [
        "KMPNativeCoroutinesRxSwift"
      ],
      "sources" : [
        "Observable.swift",
        "Single.swift",
        "SingleObservable.swift"
      ],
      "target_dependencies" : [
        "KMPNativeCoroutinesCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KMPNativeCoroutinesCore",
      "module_type" : "SwiftTarget",
      "name" : "KMPNativeCoroutinesCore",
      "path" : "KMPNativeCoroutinesCore",
      "product_memberships" : [
        "KMPNativeCoroutinesCore",
        "KMPNativeCoroutinesCombine",
        "KMPNativeCoroutinesAsync",
        "KMPNativeCoroutinesRxSwift"
      ],
      "sources" : [
        "NativeCallback.swift",
        "NativeCancellable.swift",
        "NativeFlow.swift",
        "NativeSuspend.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KMPNativeCoroutinesCombineTests",
      "module_type" : "SwiftTarget",
      "name" : "KMPNativeCoroutinesCombineTests",
      "path" : "KMPNativeCoroutinesCombineTests",
      "sources" : [
        "FutureTests.swift",
        "PublisherTests.swift"
      ],
      "target_dependencies" : [
        "KMPNativeCoroutinesCombine"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KMPNativeCoroutinesCombine",
      "module_type" : "SwiftTarget",
      "name" : "KMPNativeCoroutinesCombine",
      "path" : "KMPNativeCoroutinesCombine",
      "product_memberships" : [
        "KMPNativeCoroutinesCombine"
      ],
      "sources" : [
        "Future.swift",
        "FuturePublisher.swift",
        "Publisher.swift"
      ],
      "target_dependencies" : [
        "KMPNativeCoroutinesCore"
      ],
      "type" : "library"
    },
    {
      "c99name" : "KMPNativeCoroutinesAsyncTests",
      "module_type" : "SwiftTarget",
      "name" : "KMPNativeCoroutinesAsyncTests",
      "path" : "KMPNativeCoroutinesAsyncTests",
      "sources" : [
        "AsyncFunctionTests.swift",
        "AsyncResultTests.swift",
        "AsyncSequenceTests.swift"
      ],
      "target_dependencies" : [
        "KMPNativeCoroutinesAsync"
      ],
      "type" : "test"
    },
    {
      "c99name" : "KMPNativeCoroutinesAsync",
      "module_type" : "SwiftTarget",
      "name" : "KMPNativeCoroutinesAsync",
      "path" : "KMPNativeCoroutinesAsync",
      "product_memberships" : [
        "KMPNativeCoroutinesAsync"
      ],
      "sources" : [
        "AsyncError.swift",
        "AsyncFunction.swift",
        "AsyncResult.swift",
        "AsyncSequence.swift"
      ],
      "target_dependencies" : [
        "KMPNativeCoroutinesCore"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
Fetching https://github.com/ReactiveX/RxSwift.git
[1/52686] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.06s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.0 (4.52s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 6.9.0
Building for debugging...
[0/7] Write sources
[0/7] Copying PrivacyInfo.xcprivacy
[5/7] Write sources
[6/7] Write swift-version-24593BA9C3E375BF.txt
[8/156] Compiling KMPNativeCoroutinesCore NativeFlow.swift
[9/156] Compiling KMPNativeCoroutinesCore NativeCancellable.swift
[10/156] Compiling KMPNativeCoroutinesCore NativeCallback.swift
[11/156] Emitting module KMPNativeCoroutinesCore
[12/156] Compiling KMPNativeCoroutinesCore NativeSuspend.swift
[14/166] Compiling KMPNativeCoroutinesCombine Future.swift
/host/spi-builder-workspace/KMPNativeCoroutinesCombine/Future.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import KMPNativeCoroutinesCore
10 |
[15/166] Emitting module KMPNativeCoroutinesAsync
[16/166] Compiling KMPNativeCoroutinesCombine FuturePublisher.swift
/host/spi-builder-workspace/KMPNativeCoroutinesCombine/Future.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import KMPNativeCoroutinesCore
10 |
error: emit-module command failed with exit code 1 (use -v to see invocation)
[17/166] Emitting module KMPNativeCoroutinesCombine
/host/spi-builder-workspace/KMPNativeCoroutinesCombine/Future.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import KMPNativeCoroutinesCore
10 |
[18/166] Compiling KMPNativeCoroutinesCombine Publisher.swift
/host/spi-builder-workspace/KMPNativeCoroutinesCombine/Future.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import KMPNativeCoroutinesCore
10 |
[19/166] Compiling KMPNativeCoroutinesAsync AsyncResult.swift
[20/166] Compiling KMPNativeCoroutinesAsync AsyncSequence.swift
/host/spi-builder-workspace/KMPNativeCoroutinesAsync/AsyncSequence.swift:39:34: warning: sending value of non-Sendable type 'Output' risks causing data races; this is an error in the Swift 6 language mode
 37 |                 defer { self.semaphore.signal() }
 38 |                 if let continuation = self.continuation {
 39 |                     continuation.resume(returning: item)
    |                                  |- warning: sending value of non-Sendable type 'Output' risks causing data races; this is an error in the Swift 6 language mode
    |                                  `- note: Passing task-isolated value of non-Sendable type 'Output' as a 'sending' parameter risks causing races inbetween task-isolated uses and uses reachable from the callee
 40 |                     self.continuation = nil
 41 |                     return next()
/host/spi-builder-workspace/KMPNativeCoroutinesAsync/AsyncSequence.swift:79:38: warning: sending value of non-Sendable type 'Output' risks causing data races; this is an error in the Swift 6 language mode
 77 |                     defer { self.semaphore.signal() }
 78 |                     if let (item, next) = self.item {
 79 |                         continuation.resume(returning: item)
    |                                      |- warning: sending value of non-Sendable type 'Output' risks causing data races; this is an error in the Swift 6 language mode
    |                                      `- note: Passing value of non-Sendable type 'Output' as a 'sending' argument risks causing races in between local and caller code
 80 |                         _ = next()
    |                             `- note: access can happen concurrently
 81 |                         self.item = nil
 82 |                     } else if let result = self.result {
[21/166] Compiling KMPNativeCoroutinesAsync AsyncError.swift
[22/166] Compiling KMPNativeCoroutinesAsync AsyncFunction.swift
/host/spi-builder-workspace/KMPNativeCoroutinesAsync/AsyncFunction.swift:45:30: warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
43 |             self.result = result
44 |             if let continuation = self.continuation {
45 |                 continuation.resume(returning: result)
   |                              |- warning: sending 'result' risks causing data races; this is an error in the Swift 6 language mode
   |                              `- note: task-isolated 'result' is passed as a 'sending' parameter; Uses in callee may race with later task-isolated uses
46 |                 self.continuation = nil
47 |             }
[24/167] Compiling RxSwift DispatchQueueConfiguration.swift
[25/167] Compiling RxSwift Disposable.swift
[26/167] Compiling RxSwift Disposables.swift
[27/167] Compiling RxSwift DisposeBag.swift
[28/167] Compiling RxSwift DisposeBase.swift
[29/167] Compiling RxSwift DistinctUntilChanged.swift
[30/167] Compiling RxSwift Do.swift
[31/167] Compiling RxSwift ElementAt.swift
[32/167] Compiling RxSwift Empty.swift
[33/167] Compiling RxSwift Enumerated.swift
[34/167] Compiling RxSwift Error.swift
[35/167] Compiling RxSwift Errors.swift
[36/167] Compiling RxSwift Event.swift
[37/167] Compiling RxSwift Filter.swift
[38/167] Compiling RxSwift First.swift
[39/167] Compiling RxSwift Generate.swift
[40/167] Compiling RxSwift GroupBy.swift
[41/167] Compiling RxSwift GroupedObservable.swift
[42/167] Compiling RxSwift HistoricalScheduler.swift
[43/167] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[44/167] Compiling RxSwift ImmediateSchedulerType.swift
[45/187] Compiling RxSwift Producer.swift
[46/187] Compiling RxSwift PublishSubject.swift
[47/187] Compiling RxSwift Queue.swift
[48/187] Compiling RxSwift Range.swift
[49/187] Compiling RxSwift Reactive.swift
[50/187] Compiling RxSwift RecursiveLock.swift
[51/187] Compiling RxSwift RecursiveScheduler.swift
[52/187] Compiling RxSwift Reduce.swift
[53/187] Compiling RxSwift RefCountDisposable.swift
[54/187] Compiling RxSwift Repeat.swift
[55/187] Compiling RxSwift ReplaySubject.swift
[56/187] Compiling RxSwift RetryWhen.swift
[57/187] Compiling RxSwift Rx.swift
[58/187] Compiling RxSwift RxMutableBox.swift
[59/187] Compiling RxSwift Sample.swift
[60/187] Compiling RxSwift Scan.swift
[61/187] Compiling RxSwift ScheduledDisposable.swift
[62/187] Compiling RxSwift ScheduledItem.swift
[63/187] Compiling RxSwift ScheduledItemType.swift
[64/187] Compiling RxSwift SchedulerServices+Emulation.swift
[65/187] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[66/187] Compiling RxSwift Infallible+CombineLatest+arity.swift
[67/187] Compiling RxSwift Infallible+Concurrency.swift
[68/187] Compiling RxSwift Infallible+Create.swift
[69/187] Compiling RxSwift Infallible+Debug.swift
[70/187] Compiling RxSwift Infallible+Operators.swift
[71/187] Compiling RxSwift Infallible+Zip+arity.swift
[72/187] Compiling RxSwift Infallible.swift
[73/187] Compiling RxSwift InfiniteSequence.swift
[74/187] Compiling RxSwift InvocableScheduledItem.swift
[75/187] Compiling RxSwift InvocableType.swift
[76/187] Compiling RxSwift Just.swift
[77/187] Compiling RxSwift Lock.swift
[78/187] Compiling RxSwift LockOwnerType.swift
[79/187] Compiling RxSwift MainScheduler.swift
[80/187] Compiling RxSwift Map.swift
[81/187] Compiling RxSwift Materialize.swift
[82/187] Compiling RxSwift Maybe.swift
[83/187] Compiling RxSwift Merge.swift
[84/187] Compiling RxSwift Multicast.swift
[85/187] Compiling RxSwift Never.swift
[86/187] Compiling RxSwift NopDisposable.swift
[87/187] Compiling RxSwift Observable+Concurrency.swift
[88/187] Compiling RxSwift Observable.swift
[89/187] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[90/187] Compiling RxSwift ObservableConvertibleType.swift
[91/187] Compiling RxSwift ObservableType+Extensions.swift
[92/187] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[93/187] Compiling RxSwift ObservableType.swift
[94/187] Compiling RxSwift ObserveOn.swift
[95/187] Compiling RxSwift ObserverBase.swift
[96/187] Compiling RxSwift ObserverType.swift
[97/187] Compiling RxSwift OperationQueueScheduler.swift
[98/187] Compiling RxSwift Optional.swift
[99/187] Compiling RxSwift Platform.Darwin.swift
[100/187] Compiling RxSwift Platform.Linux.swift
[101/187] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[102/187] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[103/187] Compiling RxSwift PrimitiveSequence.swift
[104/187] Compiling RxSwift PriorityQueue.swift
[105/187] Emitting module RxSwift
[106/187] Compiling RxSwift SchedulerType.swift
[107/187] Compiling RxSwift Sequence.swift
[108/187] Compiling RxSwift SerialDispatchQueueScheduler.swift
[109/187] Compiling RxSwift SerialDisposable.swift
[110/187] Compiling RxSwift ShareReplayScope.swift
[111/187] Compiling RxSwift Single.swift
[112/187] Compiling RxSwift SingleAssignmentDisposable.swift
[113/187] Compiling RxSwift SingleAsync.swift
[114/187] Compiling RxSwift Sink.swift
[115/187] Compiling RxSwift Skip.swift
[116/187] Compiling RxSwift SkipUntil.swift
[117/187] Compiling RxSwift SkipWhile.swift
[118/187] Compiling RxSwift StartWith.swift
[119/187] Compiling RxSwift SubjectType.swift
[120/187] Compiling RxSwift SubscribeOn.swift
[121/187] Compiling RxSwift SubscriptionDisposable.swift
[122/187] Compiling RxSwift SwiftSupport.swift
[123/187] Compiling RxSwift Switch.swift
[124/187] Compiling RxSwift SwitchIfEmpty.swift
[125/187] Compiling RxSwift SynchronizedDisposeType.swift
[126/187] Compiling RxSwift AddRef.swift
[127/187] Compiling RxSwift Amb.swift
[128/187] Compiling RxSwift AnonymousDisposable.swift
[129/187] Compiling RxSwift AnonymousObserver.swift
[130/187] Compiling RxSwift AnyObserver.swift
[131/187] Compiling RxSwift AsMaybe.swift
[132/187] Compiling RxSwift AsSingle.swift
[133/187] Compiling RxSwift AsyncLock.swift
[134/187] Compiling RxSwift AsyncSubject.swift
[135/187] Compiling RxSwift AtomicInt.swift
[136/187] Compiling RxSwift Bag+Rx.swift
[137/187] Compiling RxSwift Bag.swift
[138/187] Compiling RxSwift BehaviorSubject.swift
[139/187] Compiling RxSwift BinaryDisposable.swift
[140/187] Compiling RxSwift Binder.swift
[141/187] Compiling RxSwift BooleanDisposable.swift
[142/187] Compiling RxSwift Buffer.swift
[143/187] Compiling RxSwift Cancelable.swift
[144/187] Compiling RxSwift Catch.swift
[145/187] Compiling RxSwift CombineLatest+Collection.swift
[146/187] Compiling RxSwift CombineLatest+arity.swift
[147/187] Compiling RxSwift CombineLatest.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[148/187] Compiling RxSwift CompactMap.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[149/187] Compiling RxSwift Completable+AndThen.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[150/187] Compiling RxSwift Completable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[151/187] Compiling RxSwift CompositeDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[152/187] Compiling RxSwift Concat.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[153/187] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[154/187] Compiling RxSwift ConcurrentMainScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[155/187] Compiling RxSwift ConnectableObservableType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[156/187] Compiling RxSwift Create.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[157/187] Compiling RxSwift CurrentThreadScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[158/187] Compiling RxSwift Date+Dispatch.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[159/187] Compiling RxSwift Debounce.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[160/187] Compiling RxSwift Debug.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[161/187] Compiling RxSwift Decode.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[162/187] Compiling RxSwift DefaultIfEmpty.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[163/187] Compiling RxSwift Deferred.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[164/187] Compiling RxSwift Delay.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[165/187] Compiling RxSwift DelaySubscription.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[166/187] Compiling RxSwift Dematerialize.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:61:27: error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 59 |     static var queue : ScheduleQueue? {
 60 |         get {
 61 |             return Thread.getThreadLocalStorageValueForKey(CurrentThreadSchedulerQueueKey.instance)
    |                           `- error: type 'Thread' has no member 'getThreadLocalStorageValueForKey'
 62 |         }
 63 |         set {
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/CurrentThreadScheduler.swift:64:20: error: type 'Thread' has no member 'setThreadLocalStorageValue'
 62 |         }
 63 |         set {
 64 |             Thread.setThreadLocalStorageValue(newValue, forKey: CurrentThreadSchedulerQueueKey.instance)
    |                    `- error: type 'Thread' has no member 'setThreadLocalStorageValue'
 65 |         }
 66 |     }
[167/187] 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 |     }
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:fe1962677657b2408c217cb5cceb3c09bc1d91486e360cebbc6eee461a5945d8
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:android-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/6] Compiling KMPNativeCoroutinesCore NativeCancellable.swift
[3/6] Compiling KMPNativeCoroutinesCore NativeCallback.swift
[4/6] Compiling KMPNativeCoroutinesCore NativeFlow.swift
[5/6] Emitting module KMPNativeCoroutinesCore
[6/6] Compiling KMPNativeCoroutinesCore NativeSuspend.swift
[8/160] Compiling KMPNativeCoroutinesAsync AsyncError.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[9/160] Emitting module KMPNativeCoroutinesCombine
/host/spi-builder-workspace/KMPNativeCoroutinesCombine/Future.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import KMPNativeCoroutinesCore
10 |
[10/160] Compiling KMPNativeCoroutinesCombine Publisher.swift
/host/spi-builder-workspace/KMPNativeCoroutinesCombine/Future.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import KMPNativeCoroutinesCore
10 |
[11/160] Compiling KMPNativeCoroutinesCombine Future.swift
/host/spi-builder-workspace/KMPNativeCoroutinesCombine/Future.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import KMPNativeCoroutinesCore
10 |
[12/160] Compiling KMPNativeCoroutinesCombine FuturePublisher.swift
/host/spi-builder-workspace/KMPNativeCoroutinesCombine/Future.swift:8:8: error: no such module 'Combine'
 6 | //
 7 |
 8 | import Combine
   |        `- error: no such module 'Combine'
 9 | import KMPNativeCoroutinesCore
10 |
[13/160] Emitting module KMPNativeCoroutinesAsync
BUILD FAILURE 6.1 android