This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 RxRetroSwift with Swift 6.0 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" 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.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/michaelhenry/RxRetroSwift.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/michaelhenry/RxRetroSwift
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 77261d3 use existing simulator
Cloned https://github.com/michaelhenry/RxRetroSwift.git
Revision (git rev-parse @):
77261d31eee584903398a99a960d3f265c32171a
SUCCESS checkout https://github.com/michaelhenry/RxRetroSwift.git at master
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/michaelhenry/RxRetroSwift.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" 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
Fetching https://github.com/ReactiveX/RxSwift.git
[1/51411] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.60s)
Computing version for https://github.com/ReactiveX/RxSwift.git
warning: 'rxswift': /Package.swift:9:16: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 7 |
 8 | func filterNil<T>(_ array: [T?]) -> [T] {
 9 |   return array.flatMap { $0 }
   |                |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
   |                `- note: use 'compactMap(_:)' instead
10 | }
11 |
Computed https://github.com/ReactiveX/RxSwift.git at 4.1.2 (0.46s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 4.1.2
warning: 'rxswift': /host/spi-builder-workspace/.build/checkouts/RxSwift/Package.swift:9:16: warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
 7 |
 8 | func filterNil<T>(_ array: [T?]) -> [T] {
 9 |   return array.flatMap { $0 }
   |                |- warning: 'flatMap' is deprecated: Please use compactMap(_:) for the case where closure returns an optional value
   |                `- note: use 'compactMap(_:)' instead
10 | }
11 |
Building for debugging...
[0/4] Write sources
[3/4] Write swift-version-24593BA9C3E375BF.txt
[5/136] Compiling RxSwift AddRef.swift
[6/136] Compiling RxSwift Amb.swift
[7/136] Compiling RxSwift AnonymousDisposable.swift
[8/136] Compiling RxSwift AnonymousObserver.swift
[9/136] Compiling RxSwift AnyObserver.swift
[10/136] Compiling RxSwift AsMaybe.swift
[11/136] Compiling RxSwift AsSingle.swift
[12/136] Compiling RxSwift AsyncLock.swift
[13/136] Compiling RxSwift AsyncSubject.swift
[14/136] Compiling RxSwift Bag+Rx.swift
[15/136] Compiling RxSwift Bag.swift
[16/136] Compiling RxSwift BehaviorSubject.swift
[17/136] Compiling RxSwift BinaryDisposable.swift
[18/136] Compiling RxSwift BooleanDisposable.swift
[19/136] Compiling RxSwift Buffer.swift
[20/136] Compiling RxSwift Cancelable.swift
[21/136] Compiling RxSwift Catch.swift
[22/136] Compiling RxSwift CombineLatest+Collection.swift
[23/136] Compiling RxSwift CombineLatest+arity.swift
[24/154] Compiling RxSwift CombineLatest.swift
[25/154] Compiling RxSwift Completable+AndThen.swift
[26/154] Compiling RxSwift Completable.swift
[27/154] Compiling RxSwift CompositeDisposable.swift
[28/154] Compiling RxSwift Concat.swift
[29/154] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[30/154] Compiling RxSwift ConcurrentMainScheduler.swift
[31/154] Compiling RxSwift ConnectableObservableType.swift
[32/154] Compiling RxSwift Create.swift
[33/154] Compiling RxSwift CurrentThreadScheduler.swift
[34/154] Compiling RxSwift Debounce.swift
[35/154] Compiling RxSwift Debug.swift
[36/154] Compiling RxSwift DefaultIfEmpty.swift
[37/154] Compiling RxSwift Deferred.swift
[38/154] Compiling RxSwift Delay.swift
[39/154] Compiling RxSwift DelaySubscription.swift
[40/154] Compiling RxSwift Dematerialize.swift
[41/154] Compiling RxSwift Deprecated.swift
[42/154] Compiling RxSwift DeprecationWarner.swift
[43/154] Emitting module RxSwift
[44/154] Compiling RxSwift ObservableType+Extensions.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[45/154] Compiling RxSwift ObservableType+PrimitiveSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[46/154] Compiling RxSwift ObservableType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[47/154] Compiling RxSwift ObserveOn.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[48/154] Compiling RxSwift ObserverBase.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[49/154] Compiling RxSwift ObserverType.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[50/154] Compiling RxSwift OperationQueueScheduler.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[51/154] Compiling RxSwift Optional.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[52/154] Compiling RxSwift Platform.Darwin.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[53/154] Compiling RxSwift Platform.Linux.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[54/154] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[55/154] Compiling RxSwift PrimitiveSequence.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[56/154] Compiling RxSwift PriorityQueue.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[57/154] Compiling RxSwift Producer.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[58/154] Compiling RxSwift PublishSubject.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[59/154] Compiling RxSwift Queue.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[60/154] Compiling RxSwift Range.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[61/154] Compiling RxSwift Reactive.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[62/154] Compiling RxSwift RecursiveLock.swift
/host/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/Platform.Linux.swift:94:27: error: cannot assign to property: 'threadDictionary' setter is inaccessible
 92 |             }
 93 |
 94 |             currentThread.threadDictionary = threadDictionary
    |                           `- error: cannot assign to property: 'threadDictionary' setter is inaccessible
 95 |         }
 96 |
[63/154] Compiling RxSwift ShareReplayScope.swift
[64/154] Compiling RxSwift Single.swift
[65/154] Compiling RxSwift SingleAssignmentDisposable.swift
[66/154] Compiling RxSwift SingleAsync.swift
[67/154] Compiling RxSwift Sink.swift
[68/154] Compiling RxSwift Skip.swift
[69/154] Compiling RxSwift SkipUntil.swift
[70/154] Compiling RxSwift SkipWhile.swift
[71/154] Compiling RxSwift StartWith.swift
[72/154] Compiling RxSwift String+Rx.swift
[73/154] Compiling RxSwift SubjectType.swift
[74/154] Compiling RxSwift SubscribeOn.swift
[75/154] Compiling RxSwift SubscriptionDisposable.swift
[76/154] Compiling RxSwift SwiftSupport.swift
[77/154] Compiling RxSwift Switch.swift
[78/154] Compiling RxSwift SwitchIfEmpty.swift
[79/154] Compiling RxSwift SynchronizedDisposeType.swift
[80/154] Compiling RxSwift SynchronizedOnType.swift
[81/154] Compiling RxSwift DispatchQueue+Extensions.swift
[82/154] Compiling RxSwift DispatchQueueConfiguration.swift
[83/154] Compiling RxSwift Disposable.swift
[84/154] Compiling RxSwift Disposables.swift
[85/154] Compiling RxSwift DisposeBag.swift
[86/154] Compiling RxSwift DisposeBase.swift
[87/154] Compiling RxSwift DistinctUntilChanged.swift
[88/154] Compiling RxSwift Do.swift
[89/154] Compiling RxSwift ElementAt.swift
[90/154] Compiling RxSwift Empty.swift
[91/154] Compiling RxSwift Enumerated.swift
[92/154] Compiling RxSwift Error.swift
[93/154] Compiling RxSwift Errors.swift
[94/154] Compiling RxSwift Event.swift
[95/154] Compiling RxSwift Filter.swift
[96/154] Compiling RxSwift First.swift
[97/154] Compiling RxSwift Generate.swift
[98/154] Compiling RxSwift GroupBy.swift
[99/154] Compiling RxSwift GroupedObservable.swift
[100/154] Compiling RxSwift RecursiveScheduler.swift
[101/154] Compiling RxSwift Reduce.swift
[102/154] Compiling RxSwift RefCountDisposable.swift
[103/154] Compiling RxSwift Repeat.swift
[104/154] Compiling RxSwift ReplaySubject.swift
[105/154] Compiling RxSwift RetryWhen.swift
[106/154] Compiling RxSwift Rx.swift
[107/154] Compiling RxSwift RxMutableBox.swift
[108/154] Compiling RxSwift Sample.swift
[109/154] Compiling RxSwift Scan.swift
[110/154] Compiling RxSwift ScheduledDisposable.swift
[111/154] Compiling RxSwift ScheduledItem.swift
[112/154] Compiling RxSwift ScheduledItemType.swift
[113/154] Compiling RxSwift SchedulerServices+Emulation.swift
[114/154] Compiling RxSwift SchedulerType.swift
[115/154] Compiling RxSwift Sequence.swift
[116/154] Compiling RxSwift SerialDispatchQueueScheduler.swift
[117/154] Compiling RxSwift SerialDisposable.swift
[118/154] Compiling RxSwift HistoricalScheduler.swift
[119/154] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[120/154] Compiling RxSwift ImmediateSchedulerType.swift
[121/154] Compiling RxSwift InfiniteSequence.swift
[122/154] Compiling RxSwift InvocableScheduledItem.swift
[123/154] Compiling RxSwift InvocableType.swift
[124/154] Compiling RxSwift Just.swift
[125/154] Compiling RxSwift Lock.swift
[126/154] Compiling RxSwift LockOwnerType.swift
[127/154] Compiling RxSwift MainScheduler.swift
[128/154] Compiling RxSwift Map.swift
[129/154] Compiling RxSwift Materialize.swift
[130/154] Compiling RxSwift Maybe.swift
[131/154] Compiling RxSwift Merge.swift
[132/154] Compiling RxSwift Multicast.swift
[133/154] Compiling RxSwift Never.swift
[134/154] Compiling RxSwift NopDisposable.swift
[135/154] Compiling RxSwift Observable.swift
[136/154] Compiling RxSwift ObservableConvertibleType.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
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.