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