Build Information
Failed to build RxCodable, reference 1.0.0 (735208
), with Swift 6.0 for Linux on 31 Oct 2024 20:30:45 UTC.
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/devxoul/RxCodable.git
Reference: 1.0.0
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
* tag 1.0.0 -> FETCH_HEAD
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 1.0.0
========================================
Build
========================================
Selected platform: linux
Swift version: 6.0
Building package at path: $PWD
https://github.com/devxoul/RxCodable.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
basic-6.0-latest: Pulling from finestructure/spi-images
Digest: sha256:47d26c99ca4f1ac0a332c85fd5b13ff4390e72115219984a57a68fe9d1063a05
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.0-latest
Fetching https://github.com/ReactiveX/RxSwift.git
[1/52358] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.74s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (2.03s)
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.0.2) 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.0.2) 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 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.0.2) 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.0.2) 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) {
[27/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.0.2) 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.0.2) 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) {
[28/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.0.2) 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.0.2) 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) {
[29/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.0.2) 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.0.2) 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) {
[30/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.0.2) 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.0.2) 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) {
[31/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.0.2) 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.0.2) 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) {
[32/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.0.2) 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.0.2) 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) {
[33/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.0.2) 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.0.2) 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) {
[34/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.0.2) 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.0.2) 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) {
[35/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.0.2) 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.0.2) 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) {
[36/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.0.2) 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.0.2) 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) {
[37/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.0.2) 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.0.2) 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) {
[38/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.0.2) 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.0.2) 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) {
[39/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.0.2) 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.0.2) 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) {
[40/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.0.2) 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.0.2) 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) {
[41/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.0.2) 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.0.2) 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) {
[42/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.0.2) 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.0.2) 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) {
[43/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.0.2) 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.0.2) 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) {
[44/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.0.2) 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.0.2) 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) {
[45/156] Compiling RxSwift GroupBy.swift
[46/156] Compiling RxSwift GroupedObservable.swift
[47/156] Compiling RxSwift HistoricalScheduler.swift
[48/156] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[49/156] Compiling RxSwift ImmediateSchedulerType.swift
[50/156] Compiling RxSwift InfiniteSequence.swift
[51/156] Compiling RxSwift InvocableScheduledItem.swift
[52/156] Compiling RxSwift InvocableType.swift
[53/156] Compiling RxSwift Just.swift
[54/156] Compiling RxSwift Lock.swift
[55/156] Compiling RxSwift LockOwnerType.swift
[56/156] Compiling RxSwift MainScheduler.swift
[57/156] Compiling RxSwift Map.swift
[58/156] Compiling RxSwift Materialize.swift
[59/156] Compiling RxSwift Maybe.swift
[60/156] Compiling RxSwift Merge.swift
[61/156] Compiling RxSwift Multicast.swift
[62/156] Compiling RxSwift Never.swift
[63/156] Compiling RxSwift NopDisposable.swift
[64/156] Compiling RxSwift SerialDisposable.swift
[65/156] Compiling RxSwift ShareReplayScope.swift
[66/156] Compiling RxSwift Single.swift
[67/156] Compiling RxSwift SingleAssignmentDisposable.swift
[68/156] Compiling RxSwift SingleAsync.swift
[69/156] Compiling RxSwift Sink.swift
[70/156] Compiling RxSwift Skip.swift
[71/156] Compiling RxSwift SkipUntil.swift
[72/156] Compiling RxSwift SkipWhile.swift
[73/156] Compiling RxSwift StartWith.swift
[74/156] Compiling RxSwift SubjectType.swift
[75/156] Compiling RxSwift SubscribeOn.swift
[76/156] Compiling RxSwift SubscriptionDisposable.swift
[77/156] Compiling RxSwift SwiftSupport.swift
[78/156] Compiling RxSwift Switch.swift
[79/156] Compiling RxSwift SwitchIfEmpty.swift
[80/156] Compiling RxSwift SynchronizedDisposeType.swift
[81/156] Compiling RxSwift SynchronizedOnType.swift
[82/156] Compiling RxSwift SynchronizedUnsubscribeType.swift
[83/156] Compiling RxSwift TailRecursiveSink.swift
[84/156] Compiling RxSwift Take.swift
[85/156] Compiling RxSwift TakeLast.swift
[86/156] Compiling RxSwift TakeUntil.swift
[87/156] Compiling RxSwift TakeWhile.swift
[88/156] Compiling RxSwift Throttle.swift
[89/156] Compiling RxSwift Timeout.swift
[90/156] Compiling RxSwift Timer.swift
[91/156] Compiling RxSwift ToArray.swift
[92/156] Compiling RxSwift Using.swift
[93/156] Compiling RxSwift VirtualTimeConverterType.swift
[94/156] Compiling RxSwift VirtualTimeScheduler.swift
[95/156] Compiling RxSwift Window.swift
[96/156] Compiling RxSwift WithLatestFrom.swift
[97/156] Compiling RxSwift Zip+Collection.swift
[98/156] Compiling RxSwift Zip+arity.swift
[99/156] Compiling RxSwift Zip.swift
[100/156] Compiling RxSwift CombineLatest+arity.swift
[101/156] Compiling RxSwift CombineLatest.swift
[102/156] Compiling RxSwift CompactMap.swift
[103/156] Compiling RxSwift Completable+AndThen.swift
[104/156] Compiling RxSwift Completable.swift
[105/156] Compiling RxSwift CompositeDisposable.swift
[106/156] Compiling RxSwift Concat.swift
[107/156] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[108/156] Compiling RxSwift ConcurrentMainScheduler.swift
[109/156] Compiling RxSwift ConnectableObservableType.swift
[110/156] Compiling RxSwift Create.swift
[111/156] Compiling RxSwift CurrentThreadScheduler.swift
[112/156] Compiling RxSwift Date+Dispatch.swift
[113/156] Compiling RxSwift Debounce.swift
[114/156] Compiling RxSwift Debug.swift
[115/156] Compiling RxSwift DefaultIfEmpty.swift
[116/156] Compiling RxSwift Deferred.swift
[117/156] Compiling RxSwift Delay.swift
[118/156] Compiling RxSwift DelaySubscription.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 Reactive.swift
[139/156] Compiling RxSwift RecursiveLock.swift
[140/156] Compiling RxSwift RecursiveScheduler.swift
[141/156] Compiling RxSwift Reduce.swift
[142/156] Compiling RxSwift RefCountDisposable.swift
[143/156] Compiling RxSwift Repeat.swift
[144/156] Compiling RxSwift ReplaySubject.swift
[145/156] Compiling RxSwift RetryWhen.swift
[146/156] Compiling RxSwift Rx.swift
[147/156] Compiling RxSwift RxMutableBox.swift
[148/156] Compiling RxSwift Sample.swift
[149/156] Compiling RxSwift Scan.swift
[150/156] Compiling RxSwift ScheduledDisposable.swift
[151/156] Compiling RxSwift ScheduledItem.swift
[152/156] Compiling RxSwift ScheduledItemType.swift
[153/156] Compiling RxSwift SchedulerServices+Emulation.swift
[154/156] Compiling RxSwift SchedulerType.swift
[155/156] Compiling RxSwift Sequence.swift
[156/156] Compiling RxSwift SerialDispatchQueueScheduler.swift
BUILD FAILURE 6.0 linux