Build Information
Failed to build RxCodable, reference master (735208
), with Swift 6.1 for Linux on 25 Apr 2025 16:48:26 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/devxoul/RxCodable.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/devxoul/RxCodable
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 735208a Bump version to 1.0.0
Cloned https://github.com/devxoul/RxCodable.git
Revision (git rev-parse @):
735208a4db43202c26cf7fee82a19a02a94cb754
SUCCESS checkout https://github.com/devxoul/RxCodable.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/devxoul/RxCodable.git
https://github.com/devxoul/RxCodable.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
"dependencies" : [
{
"identity" : "rxswift",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReactiveX/RxSwift.git"
}
],
"manifest_display_name" : "RxCodable",
"name" : "RxCodable",
"path" : "/host/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "10.11"
},
{
"name" : "ios",
"version" : "8.0"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "RxCodable",
"targets" : [
"RxCodable"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "TestUtil",
"module_type" : "SwiftTarget",
"name" : "TestUtil",
"path" : "Sources/TestUtil",
"product_dependencies" : [
"RxBlocking"
],
"sources" : [
"Fixture.swift"
],
"target_dependencies" : [
"RxCodable"
],
"type" : "library"
},
{
"c99name" : "RxCodableTests",
"module_type" : "SwiftTarget",
"name" : "RxCodableTests",
"path" : "Tests/RxCodableTests",
"sources" : [
"RxCodableTests.swift"
],
"target_dependencies" : [
"RxCodable",
"TestUtil"
],
"type" : "test"
},
{
"c99name" : "RxCodable",
"module_type" : "SwiftTarget",
"name" : "RxCodable",
"path" : "Sources/RxCodable",
"product_dependencies" : [
"RxSwift"
],
"product_memberships" : [
"RxCodable"
],
"sources" : [
"Maybe+RxCodable.swift",
"ObservableType+RxCodable.swift",
"Single+RxCodable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -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
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/ReactiveX/RxSwift.git
[1/52676] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (14.59s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (17.60s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 5.1.3
Building for debugging...
[0/5] Write sources
[4/5] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[6/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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[7/138] Compiling RxSwift Reactive.swift
[8/138] Compiling RxSwift RecursiveLock.swift
[9/138] Compiling RxSwift RecursiveScheduler.swift
[10/138] Compiling RxSwift Reduce.swift
[11/138] Compiling RxSwift RefCountDisposable.swift
[12/138] Compiling RxSwift Repeat.swift
[13/138] Compiling RxSwift ReplaySubject.swift
[14/138] Compiling RxSwift RetryWhen.swift
[15/138] Compiling RxSwift Rx.swift
[16/138] Compiling RxSwift RxMutableBox.swift
[17/138] Compiling RxSwift Sample.swift
[18/138] Compiling RxSwift Scan.swift
[19/138] Compiling RxSwift ScheduledDisposable.swift
[20/138] Compiling RxSwift ScheduledItem.swift
[21/138] Compiling RxSwift ScheduledItemType.swift
[22/138] Compiling RxSwift SchedulerServices+Emulation.swift
[23/138] Compiling RxSwift SchedulerType.swift
[24/138] Compiling RxSwift Sequence.swift
[25/138] Compiling RxSwift SerialDispatchQueueScheduler.swift
[26/138] Compiling RxSwift SerialDisposable.swift
[27/138] Compiling RxSwift ShareReplayScope.swift
[28/138] Compiling RxSwift Single.swift
[29/138] Compiling RxSwift SingleAssignmentDisposable.swift
[30/138] Compiling RxSwift SingleAsync.swift
[31/138] Compiling RxSwift Sink.swift
[32/138] Compiling RxSwift Skip.swift
[33/138] Compiling RxSwift SkipUntil.swift
[34/138] Compiling RxSwift SkipWhile.swift
[35/138] Compiling RxSwift StartWith.swift
[36/138] Compiling RxSwift SubjectType.swift
[37/138] Compiling RxSwift SubscribeOn.swift
[38/138] Compiling RxSwift SubscriptionDisposable.swift
[39/138] Compiling RxSwift SwiftSupport.swift
[40/138] Compiling RxSwift Switch.swift
[41/138] Compiling RxSwift SwitchIfEmpty.swift
[42/138] Compiling RxSwift SynchronizedDisposeType.swift
[43/138] Compiling RxSwift SynchronizedOnType.swift
[44/138] Compiling RxSwift Observable.swift
[45/138] Compiling RxSwift ObservableConvertibleType.swift
[46/138] Compiling RxSwift ObservableType+Extensions.swift
[47/138] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[48/138] Compiling RxSwift ObservableType.swift
[49/138] Compiling RxSwift ObserveOn.swift
[50/138] Compiling RxSwift ObserverBase.swift
[51/138] Compiling RxSwift ObserverType.swift
[52/138] Compiling RxSwift OperationQueueScheduler.swift
[53/138] Compiling RxSwift Optional.swift
[54/138] Compiling RxSwift Platform.Darwin.swift
[55/138] Compiling RxSwift Platform.Linux.swift
[56/138] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[57/138] Compiling RxSwift PrimitiveSequence.swift
[58/138] Compiling RxSwift PriorityQueue.swift
[59/138] Compiling RxSwift Producer.swift
[60/138] Compiling RxSwift PublishSubject.swift
[61/138] Compiling RxSwift Queue.swift
[62/138] Compiling RxSwift Range.swift
[63/156] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[64/156] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[65/156] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[66/156] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[67/156] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[68/156] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[69/156] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[70/156] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[71/156] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[72/156] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[73/156] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[74/156] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[75/156] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[76/156] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[77/156] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[78/156] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[79/156] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[80/156] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[81/156] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[82/156] Compiling RxSwift GroupBy.swift
[83/156] Compiling RxSwift GroupedObservable.swift
[84/156] Compiling RxSwift HistoricalScheduler.swift
[85/156] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[86/156] Compiling RxSwift ImmediateSchedulerType.swift
[87/156] Compiling RxSwift InfiniteSequence.swift
[88/156] Compiling RxSwift InvocableScheduledItem.swift
[89/156] Compiling RxSwift InvocableType.swift
[90/156] Compiling RxSwift Just.swift
[91/156] Compiling RxSwift Lock.swift
[92/156] Compiling RxSwift LockOwnerType.swift
[93/156] Compiling RxSwift MainScheduler.swift
[94/156] Compiling RxSwift Map.swift
[95/156] Compiling RxSwift Materialize.swift
[96/156] Compiling RxSwift Maybe.swift
[97/156] Compiling RxSwift Merge.swift
[98/156] Compiling RxSwift Multicast.swift
[99/156] Compiling RxSwift Never.swift
[100/156] Compiling RxSwift NopDisposable.swift
[101/156] Compiling RxSwift Dematerialize.swift
[102/156] Compiling RxSwift Deprecated.swift
[103/156] Compiling RxSwift DispatchQueue+Extensions.swift
[104/156] Compiling RxSwift DispatchQueueConfiguration.swift
[105/156] Compiling RxSwift Disposable.swift
[106/156] Compiling RxSwift Disposables.swift
[107/156] Compiling RxSwift DisposeBag.swift
[108/156] Compiling RxSwift DisposeBase.swift
[109/156] Compiling RxSwift DistinctUntilChanged.swift
[110/156] Compiling RxSwift Do.swift
[111/156] Compiling RxSwift ElementAt.swift
[112/156] Compiling RxSwift Empty.swift
[113/156] Compiling RxSwift Enumerated.swift
[114/156] Compiling RxSwift Error.swift
[115/156] Compiling RxSwift Errors.swift
[116/156] Compiling RxSwift Event.swift
[117/156] Compiling RxSwift Filter.swift
[118/156] Compiling RxSwift First.swift
[119/156] Compiling RxSwift Generate.swift
[120/156] Compiling RxSwift CombineLatest+arity.swift
[121/156] Compiling RxSwift CombineLatest.swift
[122/156] Compiling RxSwift CompactMap.swift
[123/156] Compiling RxSwift Completable+AndThen.swift
[124/156] Compiling RxSwift Completable.swift
[125/156] Compiling RxSwift CompositeDisposable.swift
[126/156] Compiling RxSwift Concat.swift
[127/156] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[128/156] Compiling RxSwift ConcurrentMainScheduler.swift
[129/156] Compiling RxSwift ConnectableObservableType.swift
[130/156] Compiling RxSwift Create.swift
[131/156] Compiling RxSwift CurrentThreadScheduler.swift
[132/156] Compiling RxSwift Date+Dispatch.swift
[133/156] Compiling RxSwift Debounce.swift
[134/156] Compiling RxSwift Debug.swift
[135/156] Compiling RxSwift DefaultIfEmpty.swift
[136/156] Compiling RxSwift Deferred.swift
[137/156] Compiling RxSwift Delay.swift
[138/156] Compiling RxSwift DelaySubscription.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
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[2/134] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[3/152] Compiling RxSwift Dematerialize.swift
[4/152] Compiling RxSwift Deprecated.swift
[5/152] Compiling RxSwift DispatchQueue+Extensions.swift
[6/152] Compiling RxSwift DispatchQueueConfiguration.swift
[7/152] Compiling RxSwift Disposable.swift
[8/152] Compiling RxSwift Disposables.swift
[9/152] Compiling RxSwift DisposeBag.swift
[10/152] Compiling RxSwift DisposeBase.swift
[11/152] Compiling RxSwift DistinctUntilChanged.swift
[12/152] Compiling RxSwift Do.swift
[13/152] Compiling RxSwift ElementAt.swift
[14/152] Compiling RxSwift Empty.swift
[15/152] Compiling RxSwift Enumerated.swift
[16/152] Compiling RxSwift Error.swift
[17/152] Compiling RxSwift Errors.swift
[18/152] Compiling RxSwift Event.swift
[19/152] Compiling RxSwift Filter.swift
[20/152] Compiling RxSwift First.swift
[21/152] Compiling RxSwift Generate.swift
[22/152] Compiling RxSwift GroupBy.swift
[23/152] Compiling RxSwift GroupedObservable.swift
[24/152] Compiling RxSwift HistoricalScheduler.swift
[25/152] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[26/152] Compiling RxSwift ImmediateSchedulerType.swift
[27/152] Compiling RxSwift InfiniteSequence.swift
[28/152] Compiling RxSwift InvocableScheduledItem.swift
[29/152] Compiling RxSwift InvocableType.swift
[30/152] Compiling RxSwift Just.swift
[31/152] Compiling RxSwift Lock.swift
[32/152] Compiling RxSwift LockOwnerType.swift
[33/152] Compiling RxSwift MainScheduler.swift
[34/152] Compiling RxSwift Map.swift
[35/152] Compiling RxSwift Materialize.swift
[36/152] Compiling RxSwift Maybe.swift
[37/152] Compiling RxSwift Merge.swift
[38/152] Compiling RxSwift Multicast.swift
[39/152] Compiling RxSwift Never.swift
[40/152] Compiling RxSwift NopDisposable.swift
[41/152] Compiling RxSwift Reactive.swift
[42/152] Compiling RxSwift RecursiveLock.swift
[43/152] Compiling RxSwift RecursiveScheduler.swift
[44/152] Compiling RxSwift Reduce.swift
[45/152] Compiling RxSwift RefCountDisposable.swift
[46/152] Compiling RxSwift Repeat.swift
[47/152] Compiling RxSwift ReplaySubject.swift
[48/152] Compiling RxSwift RetryWhen.swift
[49/152] Compiling RxSwift Rx.swift
[50/152] Compiling RxSwift RxMutableBox.swift
[51/152] Compiling RxSwift Sample.swift
[52/152] Compiling RxSwift Scan.swift
[53/152] Compiling RxSwift ScheduledDisposable.swift
[54/152] Compiling RxSwift ScheduledItem.swift
[55/152] Compiling RxSwift ScheduledItemType.swift
[56/152] Compiling RxSwift SchedulerServices+Emulation.swift
[57/152] Compiling RxSwift SchedulerType.swift
[58/152] Compiling RxSwift Sequence.swift
[59/152] Compiling RxSwift SerialDispatchQueueScheduler.swift
[60/152] Compiling RxSwift SerialDisposable.swift
[61/152] Compiling RxSwift ShareReplayScope.swift
[62/152] Compiling RxSwift Single.swift
[63/152] Compiling RxSwift SingleAssignmentDisposable.swift
[64/152] Compiling RxSwift SingleAsync.swift
[65/152] Compiling RxSwift Sink.swift
[66/152] Compiling RxSwift Skip.swift
[67/152] Compiling RxSwift SkipUntil.swift
[68/152] Compiling RxSwift SkipWhile.swift
[69/152] Compiling RxSwift StartWith.swift
[70/152] Compiling RxSwift SubjectType.swift
[71/152] Compiling RxSwift SubscribeOn.swift
[72/152] Compiling RxSwift SubscriptionDisposable.swift
[73/152] Compiling RxSwift SwiftSupport.swift
[74/152] Compiling RxSwift Switch.swift
[75/152] Compiling RxSwift SwitchIfEmpty.swift
[76/152] Compiling RxSwift SynchronizedDisposeType.swift
[77/152] Compiling RxSwift SynchronizedOnType.swift
[78/152] Compiling RxSwift CombineLatest+arity.swift
[79/152] Compiling RxSwift CombineLatest.swift
[80/152] Compiling RxSwift CompactMap.swift
[81/152] Compiling RxSwift Completable+AndThen.swift
[82/152] Compiling RxSwift Completable.swift
[83/152] Compiling RxSwift CompositeDisposable.swift
[84/152] Compiling RxSwift Concat.swift
[85/152] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[86/152] Compiling RxSwift ConcurrentMainScheduler.swift
[87/152] Compiling RxSwift ConnectableObservableType.swift
[88/152] Compiling RxSwift Create.swift
[89/152] Compiling RxSwift CurrentThreadScheduler.swift
[90/152] Compiling RxSwift Date+Dispatch.swift
[91/152] Compiling RxSwift Debounce.swift
[92/152] Compiling RxSwift Debug.swift
[93/152] Compiling RxSwift DefaultIfEmpty.swift
[94/152] Compiling RxSwift Deferred.swift
[95/152] Compiling RxSwift Delay.swift
[96/152] Compiling RxSwift DelaySubscription.swift
[97/152] Compiling RxSwift Observable.swift
[98/152] Compiling RxSwift ObservableConvertibleType.swift
[99/152] Compiling RxSwift ObservableType+Extensions.swift
[100/152] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[101/152] Compiling RxSwift ObservableType.swift
[102/152] Compiling RxSwift ObserveOn.swift
[103/152] Compiling RxSwift ObserverBase.swift
[104/152] Compiling RxSwift ObserverType.swift
[105/152] Compiling RxSwift OperationQueueScheduler.swift
[106/152] Compiling RxSwift Optional.swift
[107/152] Compiling RxSwift Platform.Darwin.swift
[108/152] Compiling RxSwift Platform.Linux.swift
[109/152] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[110/152] Compiling RxSwift PrimitiveSequence.swift
[111/152] Compiling RxSwift PriorityQueue.swift
[112/152] Compiling RxSwift Producer.swift
[113/152] Compiling RxSwift PublishSubject.swift
[114/152] Compiling RxSwift Queue.swift
[115/152] Compiling RxSwift Range.swift
[116/152] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[117/152] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[118/152] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[119/152] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[120/152] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[121/152] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[122/152] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[123/152] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[124/152] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[125/152] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[126/152] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[127/152] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[128/152] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[129/152] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[130/152] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[131/152] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[132/152] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[133/152] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[134/152] 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.1) because it has overridable members that could not be loaded in Swift 5.10
9 | import class Foundation.NSLock
10 |
11 | final class AtomicInt: NSLock {
| `- error: cannot inherit from class 'NSLock' (compiled with Swift 6.1) because it has overridable members that could not be loaded in Swift 5.10
12 | fileprivate var value: Int32
13 | public init(_ value: Int32 = 0) {
[135/152] Compiling RxSwift SynchronizedUnsubscribeType.swift
[136/152] Compiling RxSwift TailRecursiveSink.swift
[137/152] Compiling RxSwift Take.swift
[138/152] Compiling RxSwift TakeLast.swift
[139/152] Compiling RxSwift TakeUntil.swift
[140/152] Compiling RxSwift TakeWhile.swift
[141/152] Compiling RxSwift Throttle.swift
[142/152] Compiling RxSwift Timeout.swift
[143/152] Compiling RxSwift Timer.swift
[144/152] Compiling RxSwift ToArray.swift
[145/152] Compiling RxSwift Using.swift
[146/152] Compiling RxSwift VirtualTimeConverterType.swift
[147/152] Compiling RxSwift VirtualTimeScheduler.swift
[148/152] Compiling RxSwift Window.swift
[149/152] Compiling RxSwift WithLatestFrom.swift
[150/152] Compiling RxSwift Zip+Collection.swift
[151/152] Compiling RxSwift Zip+arity.swift
[152/152] Compiling RxSwift Zip.swift
BUILD FAILURE 6.1 linux