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 RxOmnibar, reference 1.0.1 (cd69e5), with Swift 6.1 for Android on 30 May 2025 04:15:12 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/CleanCocoa/RxOmnibar.git
Reference: 1.0.1
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/CleanCocoa/RxOmnibar
 * tag               1.0.1      -> FETCH_HEAD
HEAD is now at cd69e5c bump RxSwift
Cloned https://github.com/CleanCocoa/RxOmnibar.git
Revision (git rev-parse @):
cd69e5c18800df0690d5e79bc82210f1adea6d94
SUCCESS checkout https://github.com/CleanCocoa/RxOmnibar.git at 1.0.1
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/CleanCocoa/RxOmnibar.git
https://github.com/CleanCocoa/RxOmnibar.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "rxswift",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "6.6.0",
            "upper_bound" : "7.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/ReactiveX/RxSwift.git"
    },
    {
      "identity" : "omnibar",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/CleanCocoa/Omnibar.git"
    }
  ],
  "manifest_display_name" : "RxOmnibar",
  "name" : "RxOmnibar",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "RxOmnibar",
      "targets" : [
        "RxOmnibar"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "RxOmnibar-Static",
      "targets" : [
        "RxOmnibar"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    },
    {
      "name" : "RxOmnibar-Dynamic",
      "targets" : [
        "RxOmnibar"
      ],
      "type" : {
        "library" : [
          "dynamic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RxOmnibarTests",
      "module_type" : "SwiftTarget",
      "name" : "RxOmnibarTests",
      "path" : "Tests/RxOmnibarTests",
      "product_dependencies" : [
        "RxTest"
      ],
      "sources" : [
        "Omnibar+RxTests.swift",
        "RxTestHelpers.swift"
      ],
      "target_dependencies" : [
        "RxOmnibar"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RxOmnibar",
      "module_type" : "SwiftTarget",
      "name" : "RxOmnibar",
      "path" : "Sources/RxOmnibar",
      "product_dependencies" : [
        "Omnibar",
        "RxSwift",
        "RxCocoa",
        "RxRelay"
      ],
      "product_memberships" : [
        "RxOmnibar",
        "RxOmnibar-Static",
        "RxOmnibar-Dynamic"
      ],
      "sources" : [
        "Omnibar+Rx.swift",
        "RxCocoaCasting.swift",
        "RxOmnibarDelegateProxy.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-3":/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/CleanCocoa/Omnibar.git
Fetching https://github.com/ReactiveX/RxSwift.git
[1/2422] Fetching omnibar
[2423/55105] Fetching omnibar, rxswift
Fetched https://github.com/CleanCocoa/Omnibar.git from cache (4.22s)
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.44s)
Computing version for https://github.com/CleanCocoa/Omnibar.git
Computed https://github.com/CleanCocoa/Omnibar.git at 1.0.0 (5.11s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 6.9.0 (0.53s)
Creating working copy for https://github.com/CleanCocoa/Omnibar.git
Working copy of https://github.com/CleanCocoa/Omnibar.git resolved at 1.0.0
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/18] Write sources
[0/18] Copying PrivacyInfo.xcprivacy
[2/18] Write sources
[4/18] Copying PrivacyInfo.xcprivacy
[7/18] Write sources
[8/18] Write swift-version-24593BA9C3E375BF.txt
[10/174] Compiling Omnibar TextFieldTextChange.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Cocoa
   |        `- error: no such module 'Cocoa'
 4 |
 5 | protocol EditableText {
[11/174] Compiling Omnibar OmnibarTextFieldCell.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Cocoa
   |        `- error: no such module 'Cocoa'
 4 |
 5 | protocol EditableText {
[12/175] Compiling Omnibar TextReplacement.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Cocoa
   |        `- error: no such module 'Cocoa'
 4 |
 5 | protocol EditableText {
[13/175] Compiling RxSwift AddRef.swift
[14/175] Compiling RxSwift Amb.swift
[15/175] Compiling RxSwift AnonymousDisposable.swift
[16/175] Compiling RxSwift AnonymousObserver.swift
[17/175] Compiling RxSwift AnyObserver.swift
[18/175] Compiling RxSwift AsMaybe.swift
[19/175] Compiling RxSwift AsSingle.swift
[20/175] Compiling RxSwift AsyncLock.swift
[21/175] Compiling RxSwift AsyncSubject.swift
[22/175] Compiling RxSwift AtomicInt.swift
[23/175] Compiling RxSwift Bag+Rx.swift
[24/175] Compiling RxSwift Bag.swift
[25/175] Compiling RxSwift BehaviorSubject.swift
[26/175] Compiling RxSwift BinaryDisposable.swift
[27/175] Compiling RxSwift Binder.swift
[28/175] Compiling RxSwift BooleanDisposable.swift
[29/175] Compiling RxSwift Buffer.swift
[30/175] Compiling RxSwift Cancelable.swift
[31/175] Compiling RxSwift Catch.swift
[32/175] Compiling RxSwift CombineLatest+Collection.swift
[33/175] Compiling RxSwift CombineLatest+arity.swift
[34/175] Emitting module RxSwift
[35/195] Compiling RxSwift Producer.swift
[36/195] Compiling RxSwift PublishSubject.swift
[37/195] Compiling RxSwift Queue.swift
[38/195] Compiling RxSwift Range.swift
[39/195] Compiling RxSwift Reactive.swift
[40/195] Compiling RxSwift RecursiveLock.swift
[41/195] Compiling RxSwift RecursiveScheduler.swift
[42/195] Compiling RxSwift Reduce.swift
[43/195] Compiling RxSwift RefCountDisposable.swift
[44/195] Compiling RxSwift Repeat.swift
[45/195] Compiling RxSwift ReplaySubject.swift
[46/195] Compiling RxSwift RetryWhen.swift
[47/195] Compiling RxSwift Rx.swift
[48/195] Compiling RxSwift RxMutableBox.swift
[49/195] Compiling RxSwift Sample.swift
[50/195] Compiling RxSwift Scan.swift
[51/195] Compiling RxSwift ScheduledDisposable.swift
[52/195] Compiling RxSwift ScheduledItem.swift
[53/195] Compiling RxSwift ScheduledItemType.swift
[54/195] Compiling RxSwift SchedulerServices+Emulation.swift
[55/195] Compiling RxSwift SchedulerType.swift
[56/195] Compiling RxSwift Sequence.swift
[57/195] Compiling RxSwift SerialDispatchQueueScheduler.swift
[58/195] Compiling RxSwift SerialDisposable.swift
[59/195] Compiling RxSwift ShareReplayScope.swift
[60/195] Compiling RxSwift Single.swift
[61/195] Compiling RxSwift SingleAssignmentDisposable.swift
[62/195] Compiling RxSwift SingleAsync.swift
[63/195] Compiling RxSwift Sink.swift
[64/195] Compiling RxSwift Skip.swift
[65/195] Compiling RxSwift SkipUntil.swift
[66/195] Compiling RxSwift SkipWhile.swift
[67/195] Compiling RxSwift StartWith.swift
[68/195] Compiling RxSwift SubjectType.swift
[69/195] Compiling RxSwift SubscribeOn.swift
[70/195] Compiling RxSwift SubscriptionDisposable.swift
[71/195] Compiling RxSwift SwiftSupport.swift
[72/195] Compiling RxSwift Switch.swift
[73/195] Compiling RxSwift SwitchIfEmpty.swift
[74/195] Compiling RxSwift SynchronizedDisposeType.swift
[75/195] Compiling Omnibar OmnibarDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Cocoa
   |        `- error: no such module 'Cocoa'
 4 |
 5 | protocol EditableText {
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Cocoa
   |        `- error: no such module 'Cocoa'
 4 |
 5 | protocol EditableText {
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Cocoa
   |        `- error: no such module 'Cocoa'
 4 |
 5 | protocol EditableText {
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Cocoa
   |        `- error: no such module 'Cocoa'
 4 |
 5 | protocol EditableText {
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Cocoa
   |        `- error: no such module 'Cocoa'
 4 |
 5 | protocol EditableText {
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Cocoa
   |        `- error: no such module 'Cocoa'
 4 |
 5 | protocol EditableText {
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Cocoa
   |        `- error: no such module 'Cocoa'
 4 |
 5 | protocol EditableText {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[82/195] Emitting module Omnibar
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Cocoa
   |        `- error: no such module 'Cocoa'
 4 |
 5 | protocol EditableText {
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Cocoa
   |        `- error: no such module 'Cocoa'
 4 |
 5 | protocol EditableText {
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Cocoa
   |        `- error: no such module 'Cocoa'
 4 |
 5 | protocol EditableText {
[85/195] Compiling RxSwift DispatchQueueConfiguration.swift
[86/195] Compiling RxSwift Disposable.swift
[87/195] Compiling RxSwift Disposables.swift
[88/195] Compiling RxSwift DisposeBag.swift
[89/195] Compiling RxSwift DisposeBase.swift
[90/195] Compiling RxSwift DistinctUntilChanged.swift
[91/195] Compiling RxSwift Do.swift
[92/195] Compiling RxSwift ElementAt.swift
[93/195] Compiling RxSwift Empty.swift
[94/195] Compiling RxSwift Enumerated.swift
[95/195] Compiling RxSwift Error.swift
[96/195] Compiling RxSwift Errors.swift
[97/195] Compiling RxSwift Event.swift
[98/195] Compiling RxSwift Filter.swift
[99/195] Compiling RxSwift First.swift
[100/195] Compiling RxSwift Generate.swift
[101/195] Compiling RxSwift GroupBy.swift
[102/195] Compiling RxSwift GroupedObservable.swift
[103/195] Compiling RxSwift HistoricalScheduler.swift
[104/195] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[105/195] Compiling RxSwift ImmediateSchedulerType.swift
[106/195] 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 |     }
[107/195] 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 |     }
[108/195] 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 |     }
[109/195] 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 |     }
[110/195] 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 |     }
[111/195] 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 |     }
[112/195] 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 |     }
[113/195] 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 |     }
[114/195] 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 |     }
[115/195] 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 |     }
[116/195] 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 |     }
[117/195] 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 |     }
[118/195] 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 |     }
[119/195] 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 |     }
[120/195] 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 |     }
[121/195] 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 |     }
[122/195] 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 |     }
[123/195] 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 |     }
[124/195] 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 |     }
[125/195] 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 |     }
[126/195] 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-3":/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/10] Write swift-version-24593BA9C3E375BF.txt
[2/166] Compiling Omnibar TextFieldTextChange.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Cocoa
   |        `- error: no such module 'Cocoa'
 4 |
 5 | protocol EditableText {
[3/167] Compiling RxSwift CompositeDisposable.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Cocoa
   |        `- error: no such module 'Cocoa'
 4 |
 5 | protocol EditableText {
[4/167] Compiling RxSwift Concat.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Cocoa
   |        `- error: no such module 'Cocoa'
 4 |
 5 | protocol EditableText {
error: emit-module command failed with exit code 1 (use -v to see invocation)
[5/167] Compiling RxSwift Completable+AndThen.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Cocoa
   |        `- error: no such module 'Cocoa'
 4 |
 5 | protocol EditableText {
[6/167] Compiling RxSwift Completable.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Cocoa
   |        `- error: no such module 'Cocoa'
 4 |
 5 | protocol EditableText {
[7/167] Compiling RxSwift CombineLatest.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Cocoa
   |        `- error: no such module 'Cocoa'
 4 |
 5 | protocol EditableText {
[8/167] Compiling RxSwift CompactMap.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Cocoa
   |        `- error: no such module 'Cocoa'
 4 |
 5 | protocol EditableText {
[9/167] Emitting module Omnibar
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Cocoa
   |        `- error: no such module 'Cocoa'
 4 |
 5 | protocol EditableText {
[10/167] Compiling Omnibar OmnibarTextFieldCell.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Cocoa
   |        `- error: no such module 'Cocoa'
 4 |
 5 | protocol EditableText {
[11/167] Compiling Omnibar OmnibarDelegate.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Cocoa
   |        `- error: no such module 'Cocoa'
 4 |
 5 | protocol EditableText {
[12/167] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Cocoa
   |        `- error: no such module 'Cocoa'
 4 |
 5 | protocol EditableText {
[13/167] Compiling RxSwift ConcurrentMainScheduler.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Cocoa
   |        `- error: no such module 'Cocoa'
 4 |
 5 | protocol EditableText {
[14/167] Compiling Omnibar TextReplacement.swift
/host/spi-builder-workspace/.build/checkouts/Omnibar/Sources/Omnibar/EditableText.swift:3:8: error: no such module 'Cocoa'
 1 | //  Copyright © 2017 Christian Tietze. All rights reserved. Distributed under the MIT License.
 2 |
 3 | import Cocoa
   |        `- error: no such module 'Cocoa'
 4 |
 5 | protocol EditableText {
BUILD FAILURE 6.1 android