Build Information
Failed to build RxViewBinder, reference master (c3ea9d
), with Swift 6.1 for Linux on 25 Apr 2025 18:51:12 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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/magi82/RxViewBinder.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/magi82/RxViewBinder
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at c3ea9d8 add Package.resolved file
Cloned https://github.com/magi82/RxViewBinder.git
Revision (git rev-parse @):
c3ea9d8aea1046dd4ddeed10cf4893374905f740
SUCCESS checkout https://github.com/magi82/RxViewBinder.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 6.1
Building package at path: $PWD
https://github.com/magi82/RxViewBinder.git
https://github.com/magi82/RxViewBinder.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" : "RxViewBinder",
"name" : "RxViewBinder",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "RxViewBinder",
"targets" : [
"RxViewBinder"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RxViewBinder",
"module_type" : "SwiftTarget",
"name" : "RxViewBinder",
"path" : "Sources",
"product_dependencies" : [
"RxSwift",
"RxCocoa"
],
"product_memberships" : [
"RxViewBinder"
],
"sources" : [
"BindCell.swift",
"BindView.swift",
"ViewBindable.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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 (5.08s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (5.65s)
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/156] Compiling RxSwift Dematerialize.swift
[8/156] Compiling RxSwift Deprecated.swift
[9/156] Compiling RxSwift DispatchQueue+Extensions.swift
[10/156] Compiling RxSwift DispatchQueueConfiguration.swift
[11/156] Compiling RxSwift Disposable.swift
[12/156] Compiling RxSwift Disposables.swift
[13/156] Compiling RxSwift DisposeBag.swift
[14/156] Compiling RxSwift DisposeBase.swift
[15/156] Compiling RxSwift DistinctUntilChanged.swift
[16/156] Compiling RxSwift Do.swift
[17/156] Compiling RxSwift ElementAt.swift
[18/156] Compiling RxSwift Empty.swift
[19/156] Compiling RxSwift Enumerated.swift
[20/156] Compiling RxSwift Error.swift
[21/156] Compiling RxSwift Errors.swift
[22/156] Compiling RxSwift Event.swift
[23/156] Compiling RxSwift Filter.swift
[24/156] Compiling RxSwift First.swift
[25/156] Compiling RxSwift Generate.swift
[26/156] Compiling RxSwift SynchronizedUnsubscribeType.swift
[27/156] Compiling RxSwift TailRecursiveSink.swift
[28/156] Compiling RxSwift Take.swift
[29/156] Compiling RxSwift TakeLast.swift
[30/156] Compiling RxSwift TakeUntil.swift
[31/156] Compiling RxSwift TakeWhile.swift
[32/156] Compiling RxSwift Throttle.swift
[33/156] Compiling RxSwift Timeout.swift
[34/156] Compiling RxSwift Timer.swift
[35/156] Compiling RxSwift ToArray.swift
[36/156] Compiling RxSwift Using.swift
[37/156] Compiling RxSwift VirtualTimeConverterType.swift
[38/156] Compiling RxSwift VirtualTimeScheduler.swift
[39/156] Compiling RxSwift Window.swift
[40/156] Compiling RxSwift WithLatestFrom.swift
[41/156] Compiling RxSwift Zip+Collection.swift
[42/156] Compiling RxSwift Zip+arity.swift
[43/156] Compiling RxSwift Zip.swift
[44/156] Compiling RxSwift CombineLatest+arity.swift
[45/156] Compiling RxSwift CombineLatest.swift
[46/156] Compiling RxSwift CompactMap.swift
[47/156] Compiling RxSwift Completable+AndThen.swift
[48/156] Compiling RxSwift Completable.swift
[49/156] Compiling RxSwift CompositeDisposable.swift
[50/156] Compiling RxSwift Concat.swift
[51/156] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[52/156] Compiling RxSwift ConcurrentMainScheduler.swift
[53/156] Compiling RxSwift ConnectableObservableType.swift
[54/156] Compiling RxSwift Create.swift
[55/156] Compiling RxSwift CurrentThreadScheduler.swift
[56/156] Compiling RxSwift Date+Dispatch.swift
[57/156] Compiling RxSwift Debounce.swift
[58/156] Compiling RxSwift Debug.swift
[59/156] Compiling RxSwift DefaultIfEmpty.swift
[60/156] Compiling RxSwift Deferred.swift
[61/156] Compiling RxSwift Delay.swift
[62/156] Compiling RxSwift DelaySubscription.swift
[63/156] Compiling RxSwift SerialDisposable.swift
[64/156] Compiling RxSwift ShareReplayScope.swift
[65/156] Compiling RxSwift Single.swift
[66/156] Compiling RxSwift SingleAssignmentDisposable.swift
[67/156] Compiling RxSwift SingleAsync.swift
[68/156] Compiling RxSwift Sink.swift
[69/156] Compiling RxSwift Skip.swift
[70/156] Compiling RxSwift SkipUntil.swift
[71/156] Compiling RxSwift SkipWhile.swift
[72/156] Compiling RxSwift StartWith.swift
[73/156] Compiling RxSwift SubjectType.swift
[74/156] Compiling RxSwift SubscribeOn.swift
[75/156] Compiling RxSwift SubscriptionDisposable.swift
[76/156] Compiling RxSwift SwiftSupport.swift
[77/156] Compiling RxSwift Switch.swift
[78/156] Compiling RxSwift SwitchIfEmpty.swift
[79/156] Compiling RxSwift SynchronizedDisposeType.swift
[80/156] Compiling RxSwift SynchronizedOnType.swift
[81/156] Compiling RxSwift GroupBy.swift
[82/156] Compiling RxSwift GroupedObservable.swift
[83/156] Compiling RxSwift HistoricalScheduler.swift
[84/156] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[85/156] Compiling RxSwift ImmediateSchedulerType.swift
[86/156] Compiling RxSwift InfiniteSequence.swift
[87/156] Compiling RxSwift InvocableScheduledItem.swift
[88/156] Compiling RxSwift InvocableType.swift
[89/156] Compiling RxSwift Just.swift
[90/156] Compiling RxSwift Lock.swift
[91/156] Compiling RxSwift LockOwnerType.swift
[92/156] Compiling RxSwift MainScheduler.swift
[93/156] Compiling RxSwift Map.swift
[94/156] Compiling RxSwift Materialize.swift
[95/156] Compiling RxSwift Maybe.swift
[96/156] Compiling RxSwift Merge.swift
[97/156] Compiling RxSwift Multicast.swift
[98/156] Compiling RxSwift Never.swift
[99/156] Compiling RxSwift NopDisposable.swift
[100/156] Compiling RxSwift Reactive.swift
[101/156] Compiling RxSwift RecursiveLock.swift
[102/156] Compiling RxSwift RecursiveScheduler.swift
[103/156] Compiling RxSwift Reduce.swift
[104/156] Compiling RxSwift RefCountDisposable.swift
[105/156] Compiling RxSwift Repeat.swift
[106/156] Compiling RxSwift ReplaySubject.swift
[107/156] Compiling RxSwift RetryWhen.swift
[108/156] Compiling RxSwift Rx.swift
[109/156] Compiling RxSwift RxMutableBox.swift
[110/156] Compiling RxSwift Sample.swift
[111/156] Compiling RxSwift Scan.swift
[112/156] Compiling RxSwift ScheduledDisposable.swift
[113/156] Compiling RxSwift ScheduledItem.swift
[114/156] Compiling RxSwift ScheduledItemType.swift
[115/156] Compiling RxSwift SchedulerServices+Emulation.swift
[116/156] Compiling RxSwift SchedulerType.swift
[117/156] Compiling RxSwift Sequence.swift
[118/156] Compiling RxSwift SerialDispatchQueueScheduler.swift
[119/156] Compiling RxSwift Observable.swift
[120/156] Compiling RxSwift ObservableConvertibleType.swift
[121/156] Compiling RxSwift ObservableType+Extensions.swift
[122/156] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[123/156] Compiling RxSwift ObservableType.swift
[124/156] Compiling RxSwift ObserveOn.swift
[125/156] Compiling RxSwift ObserverBase.swift
[126/156] Compiling RxSwift ObserverType.swift
[127/156] Compiling RxSwift OperationQueueScheduler.swift
[128/156] Compiling RxSwift Optional.swift
[129/156] Compiling RxSwift Platform.Darwin.swift
[130/156] Compiling RxSwift Platform.Linux.swift
[131/156] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[132/156] Compiling RxSwift PrimitiveSequence.swift
[133/156] Compiling RxSwift PriorityQueue.swift
[134/156] Compiling RxSwift Producer.swift
[135/156] Compiling RxSwift PublishSubject.swift
[136/156] Compiling RxSwift Queue.swift
[137/156] Compiling RxSwift Range.swift
[138/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) {
[139/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) {
[140/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) {
[141/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) {
[142/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) {
[143/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) {
[144/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) {
[145/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) {
[146/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) {
[147/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) {
[148/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) {
[149/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) {
[150/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) {
[151/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) {
[152/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) {
[153/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) {
[154/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) {
[155/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) {
[156/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) {
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-3":/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
[2/134] 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) {
[3/134] 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) {
[4/134] 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) {
[5/134] 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) {
[6/134] 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) {
[7/134] 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) {
[8/134] 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) {
[9/134] 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) {
[10/134] 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) {
[11/134] 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) {
[12/134] 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) {
[13/134] 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) {
[14/134] 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) {
[15/134] 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) {
[16/134] 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) {
[17/134] 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) {
[18/134] 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) {
[19/134] 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) {
[20/134] 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) {
[21/152] Compiling RxSwift Dematerialize.swift
[22/152] Compiling RxSwift Deprecated.swift
[23/152] Compiling RxSwift DispatchQueue+Extensions.swift
[24/152] Compiling RxSwift DispatchQueueConfiguration.swift
[25/152] Compiling RxSwift Disposable.swift
[26/152] Compiling RxSwift Disposables.swift
[27/152] Compiling RxSwift DisposeBag.swift
[28/152] Compiling RxSwift DisposeBase.swift
[29/152] Compiling RxSwift DistinctUntilChanged.swift
[30/152] Compiling RxSwift Do.swift
[31/152] Compiling RxSwift ElementAt.swift
[32/152] Compiling RxSwift Empty.swift
[33/152] Compiling RxSwift Enumerated.swift
[34/152] Compiling RxSwift Error.swift
[35/152] Compiling RxSwift Errors.swift
[36/152] Compiling RxSwift Event.swift
[37/152] Compiling RxSwift Filter.swift
[38/152] Compiling RxSwift First.swift
[39/152] Compiling RxSwift Generate.swift
[40/152] Compiling RxSwift Observable.swift
[41/152] Compiling RxSwift ObservableConvertibleType.swift
[42/152] Compiling RxSwift ObservableType+Extensions.swift
[43/152] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[44/152] Compiling RxSwift ObservableType.swift
[45/152] Compiling RxSwift ObserveOn.swift
[46/152] Compiling RxSwift ObserverBase.swift
[47/152] Compiling RxSwift ObserverType.swift
[48/152] Compiling RxSwift OperationQueueScheduler.swift
[49/152] Compiling RxSwift Optional.swift
[50/152] Compiling RxSwift Platform.Darwin.swift
[51/152] Compiling RxSwift Platform.Linux.swift
[52/152] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[53/152] Compiling RxSwift PrimitiveSequence.swift
[54/152] Compiling RxSwift PriorityQueue.swift
[55/152] Compiling RxSwift Producer.swift
[56/152] Compiling RxSwift PublishSubject.swift
[57/152] Compiling RxSwift Queue.swift
[58/152] Compiling RxSwift Range.swift
[59/152] Compiling RxSwift GroupBy.swift
[60/152] Compiling RxSwift GroupedObservable.swift
[61/152] Compiling RxSwift HistoricalScheduler.swift
[62/152] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[63/152] Compiling RxSwift ImmediateSchedulerType.swift
[64/152] Compiling RxSwift InfiniteSequence.swift
[65/152] Compiling RxSwift InvocableScheduledItem.swift
[66/152] Compiling RxSwift InvocableType.swift
[67/152] Compiling RxSwift Just.swift
[68/152] Compiling RxSwift Lock.swift
[69/152] Compiling RxSwift LockOwnerType.swift
[70/152] Compiling RxSwift MainScheduler.swift
[71/152] Compiling RxSwift Map.swift
[72/152] Compiling RxSwift Materialize.swift
[73/152] Compiling RxSwift Maybe.swift
[74/152] Compiling RxSwift Merge.swift
[75/152] Compiling RxSwift Multicast.swift
[76/152] Compiling RxSwift Never.swift
[77/152] Compiling RxSwift NopDisposable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[78/152] 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) {
[79/152] Compiling RxSwift SerialDisposable.swift
[80/152] Compiling RxSwift ShareReplayScope.swift
[81/152] Compiling RxSwift Single.swift
[82/152] Compiling RxSwift SingleAssignmentDisposable.swift
[83/152] Compiling RxSwift SingleAsync.swift
[84/152] Compiling RxSwift Sink.swift
[85/152] Compiling RxSwift Skip.swift
[86/152] Compiling RxSwift SkipUntil.swift
[87/152] Compiling RxSwift SkipWhile.swift
[88/152] Compiling RxSwift StartWith.swift
[89/152] Compiling RxSwift SubjectType.swift
[90/152] Compiling RxSwift SubscribeOn.swift
[91/152] Compiling RxSwift SubscriptionDisposable.swift
[92/152] Compiling RxSwift SwiftSupport.swift
[93/152] Compiling RxSwift Switch.swift
[94/152] Compiling RxSwift SwitchIfEmpty.swift
[95/152] Compiling RxSwift SynchronizedDisposeType.swift
[96/152] Compiling RxSwift SynchronizedOnType.swift
[97/152] Compiling RxSwift CombineLatest+arity.swift
[98/152] Compiling RxSwift CombineLatest.swift
[99/152] Compiling RxSwift CompactMap.swift
[100/152] Compiling RxSwift Completable+AndThen.swift
[101/152] Compiling RxSwift Completable.swift
[102/152] Compiling RxSwift CompositeDisposable.swift
[103/152] Compiling RxSwift Concat.swift
[104/152] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[105/152] Compiling RxSwift ConcurrentMainScheduler.swift
[106/152] Compiling RxSwift ConnectableObservableType.swift
[107/152] Compiling RxSwift Create.swift
[108/152] Compiling RxSwift CurrentThreadScheduler.swift
[109/152] Compiling RxSwift Date+Dispatch.swift
[110/152] Compiling RxSwift Debounce.swift
[111/152] Compiling RxSwift Debug.swift
[112/152] Compiling RxSwift DefaultIfEmpty.swift
[113/152] Compiling RxSwift Deferred.swift
[114/152] Compiling RxSwift Delay.swift
[115/152] Compiling RxSwift DelaySubscription.swift
[116/152] Compiling RxSwift Reactive.swift
[117/152] Compiling RxSwift RecursiveLock.swift
[118/152] Compiling RxSwift RecursiveScheduler.swift
[119/152] Compiling RxSwift Reduce.swift
[120/152] Compiling RxSwift RefCountDisposable.swift
[121/152] Compiling RxSwift Repeat.swift
[122/152] Compiling RxSwift ReplaySubject.swift
[123/152] Compiling RxSwift RetryWhen.swift
[124/152] Compiling RxSwift Rx.swift
[125/152] Compiling RxSwift RxMutableBox.swift
[126/152] Compiling RxSwift Sample.swift
[127/152] Compiling RxSwift Scan.swift
[128/152] Compiling RxSwift ScheduledDisposable.swift
[129/152] Compiling RxSwift ScheduledItem.swift
[130/152] Compiling RxSwift ScheduledItemType.swift
[131/152] Compiling RxSwift SchedulerServices+Emulation.swift
[132/152] Compiling RxSwift SchedulerType.swift
[133/152] Compiling RxSwift Sequence.swift
[134/152] Compiling RxSwift SerialDispatchQueueScheduler.swift
[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