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