The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build RxViewBinder, reference master (c3ea9d), with Swift 6.0 for Linux on 31 Oct 2024 23:23:42 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.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/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.0
Building package at path:  $PWD
https://github.com/magi82/RxViewBinder.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-1":/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 (3.72s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (1.63s)
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
[6/138] 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) {
[7/138] 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) {
[8/138] 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) {
[9/138] 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) {
[10/138] 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) {
[11/138] 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) {
[12/138] 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) {
[13/138] 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) {
[14/138] 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) {
[15/138] 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) {
[16/138] 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) {
[17/138] 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) {
[18/138] 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) {
[19/138] 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) {
[20/138] 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) {
[21/138] 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) {
[22/138] 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) {
[23/138] 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) {
[24/138] 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) {
[25/156] Compiling RxSwift Dematerialize.swift
[26/156] Compiling RxSwift Deprecated.swift
[27/156] Compiling RxSwift DispatchQueue+Extensions.swift
[28/156] Compiling RxSwift DispatchQueueConfiguration.swift
[29/156] Compiling RxSwift Disposable.swift
[30/156] Compiling RxSwift Disposables.swift
[31/156] Compiling RxSwift DisposeBag.swift
[32/156] Compiling RxSwift DisposeBase.swift
[33/156] Compiling RxSwift DistinctUntilChanged.swift
[34/156] Compiling RxSwift Do.swift
[35/156] Compiling RxSwift ElementAt.swift
[36/156] Compiling RxSwift Empty.swift
[37/156] Compiling RxSwift Enumerated.swift
[38/156] Compiling RxSwift Error.swift
[39/156] Compiling RxSwift Errors.swift
[40/156] Compiling RxSwift Event.swift
[41/156] Compiling RxSwift Filter.swift
[42/156] Compiling RxSwift First.swift
[43/156] Compiling RxSwift Generate.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 Reactive.swift
[82/156] Compiling RxSwift RecursiveLock.swift
[83/156] Compiling RxSwift RecursiveScheduler.swift
[84/156] Compiling RxSwift Reduce.swift
[85/156] Compiling RxSwift RefCountDisposable.swift
[86/156] Compiling RxSwift Repeat.swift
[87/156] Compiling RxSwift ReplaySubject.swift
[88/156] Compiling RxSwift RetryWhen.swift
[89/156] Compiling RxSwift Rx.swift
[90/156] Compiling RxSwift RxMutableBox.swift
[91/156] Compiling RxSwift Sample.swift
[92/156] Compiling RxSwift Scan.swift
[93/156] Compiling RxSwift ScheduledDisposable.swift
[94/156] Compiling RxSwift ScheduledItem.swift
[95/156] Compiling RxSwift ScheduledItemType.swift
[96/156] Compiling RxSwift SchedulerServices+Emulation.swift
[97/156] Compiling RxSwift SchedulerType.swift
[98/156] Compiling RxSwift Sequence.swift
[99/156] Compiling RxSwift SerialDispatchQueueScheduler.swift
[100/156] Compiling RxSwift GroupBy.swift
[101/156] Compiling RxSwift GroupedObservable.swift
[102/156] Compiling RxSwift HistoricalScheduler.swift
[103/156] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[104/156] Compiling RxSwift ImmediateSchedulerType.swift
[105/156] Compiling RxSwift InfiniteSequence.swift
[106/156] Compiling RxSwift InvocableScheduledItem.swift
[107/156] Compiling RxSwift InvocableType.swift
[108/156] Compiling RxSwift Just.swift
[109/156] Compiling RxSwift Lock.swift
[110/156] Compiling RxSwift LockOwnerType.swift
[111/156] Compiling RxSwift MainScheduler.swift
[112/156] Compiling RxSwift Map.swift
[113/156] Compiling RxSwift Materialize.swift
[114/156] Compiling RxSwift Maybe.swift
[115/156] Compiling RxSwift Merge.swift
[116/156] Compiling RxSwift Multicast.swift
[117/156] Compiling RxSwift Never.swift
[118/156] Compiling RxSwift NopDisposable.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[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] 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) {
[139/156] Compiling RxSwift SynchronizedUnsubscribeType.swift
[140/156] Compiling RxSwift TailRecursiveSink.swift
[141/156] Compiling RxSwift Take.swift
[142/156] Compiling RxSwift TakeLast.swift
[143/156] Compiling RxSwift TakeUntil.swift
[144/156] Compiling RxSwift TakeWhile.swift
[145/156] Compiling RxSwift Throttle.swift
[146/156] Compiling RxSwift Timeout.swift
[147/156] Compiling RxSwift Timer.swift
[148/156] Compiling RxSwift ToArray.swift
[149/156] Compiling RxSwift Using.swift
[150/156] Compiling RxSwift VirtualTimeConverterType.swift
[151/156] Compiling RxSwift VirtualTimeScheduler.swift
[152/156] Compiling RxSwift Window.swift
[153/156] Compiling RxSwift WithLatestFrom.swift
[154/156] Compiling RxSwift Zip+Collection.swift
[155/156] Compiling RxSwift Zip+arity.swift
[156/156] Compiling RxSwift Zip.swift
BUILD FAILURE 6.0 linux