The Swift Package Index logo.Swift Package Index

Build Information

Failed to build RxRetroSwift, reference master (77261d), with Swift 6.3 for Linux on 11 Apr 2026 09:39:26 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/michaelhenry/RxRetroSwift.git
Reference: master
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/michaelhenry/RxRetroSwift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 77261d3 use existing simulator
Cloned https://github.com/michaelhenry/RxRetroSwift.git
Revision (git rev-parse @):
77261d31eee584903398a99a960d3f265c32171a
SUCCESS checkout https://github.com/michaelhenry/RxRetroSwift.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.3
Building package at path:  $PWD
https://github.com/michaelhenry/RxRetroSwift.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.3-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:5a7d791d2ead8a924b1292cb31bf3288eabcfe8880e0b005b00b45b71a5bc36a
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:basic-6.3-latest
Fetching https://github.com/ReactiveX/RxSwift.git
[1/54305] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.73s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 4.5.0 (6.36s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 4.5.0
Building for debugging...
[0/5] Write sources
[3/5] Compiling RxAtomic RxAtomic.c
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/138] Compiling RxSwift ShareReplayScope.swift
[7/138] Compiling RxSwift Single.swift
[8/138] Compiling RxSwift SingleAssignmentDisposable.swift
[9/138] Compiling RxSwift SingleAsync.swift
[10/138] Compiling RxSwift Sink.swift
[11/138] Compiling RxSwift Skip.swift
[12/138] Compiling RxSwift SkipUntil.swift
[13/138] Compiling RxSwift SkipWhile.swift
[14/138] Compiling RxSwift StartWith.swift
[15/138] Compiling RxSwift String+Rx.swift
[16/138] Compiling RxSwift SubjectType.swift
[17/138] Compiling RxSwift SubscribeOn.swift
[18/138] Compiling RxSwift SubscriptionDisposable.swift
[19/138] Compiling RxSwift SwiftSupport.swift
[20/138] Compiling RxSwift Switch.swift
[21/138] Compiling RxSwift SwitchIfEmpty.swift
[22/138] Compiling RxSwift SynchronizedDisposeType.swift
[23/138] Compiling RxSwift SynchronizedOnType.swift
[24/138] Emitting module RxSwift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[25/138] Compiling RxSwift DeprecationWarner.swift
[26/138] Compiling RxSwift DispatchQueue+Extensions.swift
[27/138] Compiling RxSwift DispatchQueueConfiguration.swift
[28/138] Compiling RxSwift Disposable.swift
[29/138] Compiling RxSwift Disposables.swift
[30/138] Compiling RxSwift DisposeBag.swift
[31/138] Compiling RxSwift DisposeBase.swift
[32/138] Compiling RxSwift DistinctUntilChanged.swift
[33/138] Compiling RxSwift Do.swift
[34/138] Compiling RxSwift ElementAt.swift
[35/138] Compiling RxSwift Empty.swift
[36/138] Compiling RxSwift Enumerated.swift
[37/138] Compiling RxSwift Error.swift
[38/138] Compiling RxSwift Errors.swift
[39/138] Compiling RxSwift Event.swift
[40/138] Compiling RxSwift Filter.swift
[41/138] Compiling RxSwift First.swift
[42/138] Compiling RxSwift Generate.swift
[43/138] Compiling RxSwift GroupBy.swift
[44/138] Compiling RxSwift AddRef.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[45/138] Compiling RxSwift Amb.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[46/138] Compiling RxSwift AnonymousDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[47/138] Compiling RxSwift AnonymousObserver.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[48/138] Compiling RxSwift AnyObserver.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[49/138] Compiling RxSwift AsMaybe.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[50/138] Compiling RxSwift AsSingle.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[51/138] Compiling RxSwift AsyncLock.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[52/138] Compiling RxSwift AsyncSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[53/138] Compiling RxSwift AtomicInt.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[54/138] Compiling RxSwift Bag+Rx.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[55/138] Compiling RxSwift Bag.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[56/138] Compiling RxSwift BehaviorSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[57/138] Compiling RxSwift BinaryDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[58/138] Compiling RxSwift BooleanDisposable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[59/138] Compiling RxSwift Buffer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[60/138] Compiling RxSwift Cancelable.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[61/138] Compiling RxSwift Catch.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[62/138] Compiling RxSwift CombineLatest+Collection.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/AtomicInt.swift:11:13: error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
 9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
   |             `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.3) because it has overridable members that could not be loaded in Swift 4.1.50
12 |     fileprivate var value: Int32
13 |     public init(_ value: Int32 = 0) {
[63/138] Compiling RxSwift ObservableConvertibleType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 |             }
25 |
26 |             currentThread.threadDictionary = threadDictionary
   |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 |         }
28 |
[64/138] Compiling RxSwift ObservableType+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 |             }
25 |
26 |             currentThread.threadDictionary = threadDictionary
   |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 |         }
28 |
[65/138] Compiling RxSwift ObservableType+PrimitiveSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 |             }
25 |
26 |             currentThread.threadDictionary = threadDictionary
   |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 |         }
28 |
[66/138] Compiling RxSwift ObservableType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 |             }
25 |
26 |             currentThread.threadDictionary = threadDictionary
   |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 |         }
28 |
[67/138] Compiling RxSwift ObserveOn.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 |             }
25 |
26 |             currentThread.threadDictionary = threadDictionary
   |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 |         }
28 |
[68/138] Compiling RxSwift ObserverBase.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 |             }
25 |
26 |             currentThread.threadDictionary = threadDictionary
   |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 |         }
28 |
[69/138] Compiling RxSwift ObserverType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 |             }
25 |
26 |             currentThread.threadDictionary = threadDictionary
   |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 |         }
28 |
[70/138] Compiling RxSwift OperationQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 |             }
25 |
26 |             currentThread.threadDictionary = threadDictionary
   |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 |         }
28 |
[71/138] Compiling RxSwift Optional.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 |             }
25 |
26 |             currentThread.threadDictionary = threadDictionary
   |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 |         }
28 |
[72/138] Compiling RxSwift Platform.Darwin.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 |             }
25 |
26 |             currentThread.threadDictionary = threadDictionary
   |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 |         }
28 |
[73/138] Compiling RxSwift Platform.Linux.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 |             }
25 |
26 |             currentThread.threadDictionary = threadDictionary
   |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 |         }
28 |
[74/138] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 |             }
25 |
26 |             currentThread.threadDictionary = threadDictionary
   |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 |         }
28 |
[75/138] Compiling RxSwift PrimitiveSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 |             }
25 |
26 |             currentThread.threadDictionary = threadDictionary
   |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 |         }
28 |
[76/138] Compiling RxSwift PriorityQueue.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 |             }
25 |
26 |             currentThread.threadDictionary = threadDictionary
   |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 |         }
28 |
[77/138] Compiling RxSwift Producer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 |             }
25 |
26 |             currentThread.threadDictionary = threadDictionary
   |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 |         }
28 |
[78/138] Compiling RxSwift PublishSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 |             }
25 |
26 |             currentThread.threadDictionary = threadDictionary
   |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 |         }
28 |
[79/138] Compiling RxSwift Queue.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 |             }
25 |
26 |             currentThread.threadDictionary = threadDictionary
   |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 |         }
28 |
[80/138] Compiling RxSwift Range.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 |             }
25 |
26 |             currentThread.threadDictionary = threadDictionary
   |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 |         }
28 |
[81/138] Compiling RxSwift Reactive.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:26:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
24 |             }
25 |
26 |             currentThread.threadDictionary = threadDictionary
   |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
27 |         }
28 |
[82/138] Compiling RxSwift RecursiveLock.swift
[83/138] Compiling RxSwift RecursiveScheduler.swift
[84/138] Compiling RxSwift Reduce.swift
[85/138] Compiling RxSwift RefCountDisposable.swift
[86/138] Compiling RxSwift Repeat.swift
[87/138] Compiling RxSwift ReplaySubject.swift
[88/138] Compiling RxSwift RetryWhen.swift
[89/138] Compiling RxSwift Rx.swift
[90/138] Compiling RxSwift RxMutableBox.swift
[91/138] Compiling RxSwift Sample.swift
[92/138] Compiling RxSwift Scan.swift
[93/138] Compiling RxSwift ScheduledDisposable.swift
[94/138] Compiling RxSwift ScheduledItem.swift
[95/138] Compiling RxSwift ScheduledItemType.swift
[96/138] Compiling RxSwift SchedulerServices+Emulation.swift
[97/138] Compiling RxSwift SchedulerType.swift
[98/138] Compiling RxSwift Sequence.swift
[99/138] Compiling RxSwift SerialDispatchQueueScheduler.swift
[100/138] Compiling RxSwift SerialDisposable.swift
[101/138] Compiling RxSwift GroupedObservable.swift
[102/138] Compiling RxSwift HistoricalScheduler.swift
[103/138] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[104/138] Compiling RxSwift ImmediateSchedulerType.swift
[105/138] Compiling RxSwift InfiniteSequence.swift
[106/138] Compiling RxSwift InvocableScheduledItem.swift
[107/138] Compiling RxSwift InvocableType.swift
[108/138] Compiling RxSwift Just.swift
[109/138] Compiling RxSwift Lock.swift
[110/138] Compiling RxSwift LockOwnerType.swift
[111/138] Compiling RxSwift MainScheduler.swift
[112/138] Compiling RxSwift Map.swift
[113/138] Compiling RxSwift Materialize.swift
[114/138] Compiling RxSwift Maybe.swift
[115/138] Compiling RxSwift Merge.swift
[116/138] Compiling RxSwift Multicast.swift
[117/138] Compiling RxSwift Never.swift
[118/138] Compiling RxSwift NopDisposable.swift
[119/138] Compiling RxSwift Observable.swift
[120/138] Compiling RxSwift CombineLatest+arity.swift
[121/138] Compiling RxSwift CombineLatest.swift
[122/138] Compiling RxSwift Completable+AndThen.swift
[123/138] Compiling RxSwift Completable.swift
[124/138] Compiling RxSwift CompositeDisposable.swift
[125/138] Compiling RxSwift Concat.swift
[126/138] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[127/138] Compiling RxSwift ConcurrentMainScheduler.swift
[128/138] Compiling RxSwift ConnectableObservableType.swift
[129/138] Compiling RxSwift Create.swift
[130/138] Compiling RxSwift CurrentThreadScheduler.swift
[131/138] Compiling RxSwift Debounce.swift
[132/138] Compiling RxSwift Debug.swift
[133/138] Compiling RxSwift DefaultIfEmpty.swift
[134/138] Compiling RxSwift Deferred.swift
[135/138] Compiling RxSwift Delay.swift
[136/138] Compiling RxSwift DelaySubscription.swift
[137/138] Compiling RxSwift Dematerialize.swift
[138/138] Compiling RxSwift Deprecated.swift
[139/156] Compiling RxSwift SynchronizedUnsubscribeType.swift
[140/156] Compiling RxSwift TailRecursiveSink.swift
[141/156] Compiling RxSwift Take.swift
[142/156] Compiling RxSwift TakeLast.swift
[143/156] Compiling RxSwift TakeUntil.swift
[144/156] Compiling RxSwift TakeWhile.swift
[145/156] Compiling RxSwift Throttle.swift
[146/156] Compiling RxSwift Timeout.swift
[147/156] Compiling RxSwift Timer.swift
[148/156] Compiling RxSwift ToArray.swift
[149/156] Compiling RxSwift Using.swift
[150/156] Compiling RxSwift VirtualTimeConverterType.swift
[151/156] Compiling RxSwift VirtualTimeScheduler.swift
[152/156] Compiling RxSwift Window.swift
[153/156] Compiling RxSwift WithLatestFrom.swift
[154/156] Compiling RxSwift Zip+Collection.swift
[155/156] Compiling RxSwift Zip+arity.swift
[156/156] Compiling RxSwift Zip.swift
BUILD FAILURE 6.3 linux