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 RIBs, reference main (08b95b), with Swift 5.8 for macOS (SPM) on 14 Oct 2024 10:20:38 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.55.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/uber/RIBs.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/uber/RIBs
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 08b95b6 Remove intrinsics usage in `RibCoroutineWorker`
Cloned https://github.com/uber/RIBs.git
Revision (git rev-parse @):
08b95b6d0ee16c1b5e02a769d8b40f0310add73a
SUCCESS checkout https://github.com/uber/RIBs.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.8
Building package at path:  $PWD
https://github.com/uber/RIBs.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Copying PrivacyInfo.xcprivacy
[3/150] Emitting module RxSwift
[4/166] Compiling RxSwift PrimitiveSequence+Concurrency.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift:36:24: error: expected initial value after '='
            let task = if detached {
                       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift:36:23: error: consecutive statements on a line must be separated by ';'
            let task = if detached {
                      ^
                      ;
[5/166] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift:36:24: error: expected initial value after '='
            let task = if detached {
                       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift:36:23: error: consecutive statements on a line must be separated by ';'
            let task = if detached {
                      ^
                      ;
[6/166] Compiling RxSwift PrimitiveSequence.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift:36:24: error: expected initial value after '='
            let task = if detached {
                       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift:36:23: error: consecutive statements on a line must be separated by ';'
            let task = if detached {
                      ^
                      ;
[7/166] Compiling RxSwift PriorityQueue.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift:36:24: error: expected initial value after '='
            let task = if detached {
                       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift:36:23: error: consecutive statements on a line must be separated by ';'
            let task = if detached {
                      ^
                      ;
[8/166] Compiling RxSwift Producer.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift:36:24: error: expected initial value after '='
            let task = if detached {
                       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift:36:23: error: consecutive statements on a line must be separated by ';'
            let task = if detached {
                      ^
                      ;
[9/166] Compiling RxSwift PublishSubject.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift:36:24: error: expected initial value after '='
            let task = if detached {
                       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift:36:23: error: consecutive statements on a line must be separated by ';'
            let task = if detached {
                      ^
                      ;
[10/166] Compiling RxSwift Queue.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift:36:24: error: expected initial value after '='
            let task = if detached {
                       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift:36:23: error: consecutive statements on a line must be separated by ';'
            let task = if detached {
                      ^
                      ;
[11/166] Compiling RxSwift Range.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift:36:24: error: expected initial value after '='
            let task = if detached {
                       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift:36:23: error: consecutive statements on a line must be separated by ';'
            let task = if detached {
                      ^
                      ;
[12/166] Compiling RxSwift Reactive.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift:36:24: error: expected initial value after '='
            let task = if detached {
                       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift:36:23: error: consecutive statements on a line must be separated by ';'
            let task = if detached {
                      ^
                      ;
[13/166] Compiling RxSwift RecursiveLock.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift:36:24: error: expected initial value after '='
            let task = if detached {
                       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift:36:23: error: consecutive statements on a line must be separated by ';'
            let task = if detached {
                      ^
                      ;
[14/166] Compiling RxSwift RecursiveScheduler.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift:36:24: error: expected initial value after '='
            let task = if detached {
                       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift:36:23: error: consecutive statements on a line must be separated by ';'
            let task = if detached {
                      ^
                      ;
[15/166] Compiling RxSwift Reduce.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift:36:24: error: expected initial value after '='
            let task = if detached {
                       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift:36:23: error: consecutive statements on a line must be separated by ';'
            let task = if detached {
                      ^
                      ;
[16/166] Compiling RxSwift RefCountDisposable.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift:36:24: error: expected initial value after '='
            let task = if detached {
                       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift:36:23: error: consecutive statements on a line must be separated by ';'
            let task = if detached {
                      ^
                      ;
[17/166] Compiling RxSwift Repeat.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift:36:24: error: expected initial value after '='
            let task = if detached {
                       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift:36:23: error: consecutive statements on a line must be separated by ';'
            let task = if detached {
                      ^
                      ;
[18/166] Compiling RxSwift ReplaySubject.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift:36:24: error: expected initial value after '='
            let task = if detached {
                       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift:36:23: error: consecutive statements on a line must be separated by ';'
            let task = if detached {
                      ^
                      ;
[19/166] Compiling RxSwift RetryWhen.swift
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift:36:24: error: expected initial value after '='
            let task = if detached {
                       ^
/Users/admin/builder/spi-builder-workspace/.build/checkouts/RxSwift/Sources/RxSwift/PrimitiveSequence+Concurrency.swift:36:23: error: consecutive statements on a line must be separated by ';'
            let task = if detached {
                      ^
                      ;
[20/166] Compiling RxSwift Never.swift
[21/166] Compiling RxSwift NopDisposable.swift
[22/166] Compiling RxSwift Observable+Concurrency.swift
[23/166] Compiling RxSwift Observable.swift
[24/166] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[25/166] Compiling RxSwift ObservableConvertibleType.swift
[26/166] Compiling RxSwift ObservableType+Extensions.swift
[27/166] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[28/166] Compiling RxSwift ObservableType.swift
[29/166] Compiling RxSwift ObserveOn.swift
[30/166] Compiling RxSwift ObserverBase.swift
[31/166] Compiling RxSwift ObserverType.swift
[32/166] Compiling RxSwift OperationQueueScheduler.swift
[33/166] Compiling RxSwift Optional.swift
[34/166] Compiling RxSwift Platform.Darwin.swift
[35/166] Compiling RxSwift Platform.Linux.swift
[36/166] Compiling RxSwift Cancelable.swift
[37/166] Compiling RxSwift Catch.swift
[38/166] Compiling RxSwift CombineLatest+Collection.swift
[39/166] Compiling RxSwift CombineLatest+arity.swift
[40/166] Compiling RxSwift CombineLatest.swift
[41/166] Compiling RxSwift CompactMap.swift
[42/166] Compiling RxSwift Completable+AndThen.swift
[43/166] Compiling RxSwift Completable.swift
[44/166] Compiling RxSwift CompositeDisposable.swift
[45/166] Compiling RxSwift Concat.swift
[46/166] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[47/166] Compiling RxSwift ConcurrentMainScheduler.swift
[48/166] Compiling RxSwift ConnectableObservableType.swift
[49/166] Compiling RxSwift Create.swift
[50/166] Compiling RxSwift CurrentThreadScheduler.swift
[51/166] Compiling RxSwift Date+Dispatch.swift
[52/166] Compiling RxSwift Debounce.swift
[53/166] Compiling RxSwift AddRef.swift
[54/166] Compiling RxSwift Amb.swift
[55/166] Compiling RxSwift AnonymousDisposable.swift
[56/166] Compiling RxSwift AnonymousObserver.swift
[57/166] Compiling RxSwift AnyObserver.swift
[58/166] Compiling RxSwift AsMaybe.swift
[59/166] Compiling RxSwift AsSingle.swift
[60/166] Compiling RxSwift AsyncLock.swift
[61/166] Compiling RxSwift AsyncSubject.swift
[62/166] Compiling RxSwift AtomicInt.swift
[63/166] Compiling RxSwift Bag+Rx.swift
[64/166] Compiling RxSwift Bag.swift
[65/166] Compiling RxSwift BehaviorSubject.swift
[66/166] Compiling RxSwift BinaryDisposable.swift
[67/166] Compiling RxSwift Binder.swift
[68/166] Compiling RxSwift BooleanDisposable.swift
[69/166] Compiling RxSwift Buffer.swift
[70/166] Compiling RxSwift Sink.swift
[71/166] Compiling RxSwift Skip.swift
[72/166] Compiling RxSwift SkipUntil.swift
[73/166] Compiling RxSwift SkipWhile.swift
[74/166] Compiling RxSwift StartWith.swift
[75/166] Compiling RxSwift SubjectType.swift
[76/166] Compiling RxSwift SubscribeOn.swift
[77/166] Compiling RxSwift SubscriptionDisposable.swift
[78/166] Compiling RxSwift SwiftSupport.swift
[79/166] Compiling RxSwift Switch.swift
[80/166] Compiling RxSwift SwitchIfEmpty.swift
[81/166] Compiling RxSwift SynchronizedDisposeType.swift
[82/166] Compiling RxSwift SynchronizedOnType.swift
[83/166] Compiling RxSwift SynchronizedUnsubscribeType.swift
[84/166] Compiling RxSwift TailRecursiveSink.swift
[85/166] Compiling RxSwift Take.swift
[86/166] Compiling RxSwift Debug.swift
[87/166] Compiling RxSwift Decode.swift
[88/166] Compiling RxSwift DefaultIfEmpty.swift
[89/166] Compiling RxSwift Deferred.swift
[90/166] Compiling RxSwift Delay.swift
[91/166] Compiling RxSwift DelaySubscription.swift
[92/166] Compiling RxSwift Dematerialize.swift
[93/166] Compiling RxSwift DispatchQueue+Extensions.swift
[94/166] Compiling RxSwift DispatchQueueConfiguration.swift
[95/166] Compiling RxSwift Disposable.swift
[96/166] Compiling RxSwift Disposables.swift
[97/166] Compiling RxSwift DisposeBag.swift
[98/166] Compiling RxSwift DisposeBase.swift
[99/166] Compiling RxSwift DistinctUntilChanged.swift
[100/166] Compiling RxSwift Do.swift
[101/166] Compiling RxSwift ElementAt.swift
[102/166] Compiling RxSwift Empty.swift
[103/166] Compiling RxSwift Enumerated.swift
[104/166] Compiling RxSwift Error.swift
[105/166] Compiling RxSwift Errors.swift
[106/166] Compiling RxSwift Event.swift
[107/166] Compiling RxSwift Filter.swift
[108/166] Compiling RxSwift First.swift
[109/166] Compiling RxSwift Generate.swift
[110/166] Compiling RxSwift GroupBy.swift
[111/166] Compiling RxSwift GroupedObservable.swift
[112/166] Compiling RxSwift HistoricalScheduler.swift
[113/166] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[114/166] Compiling RxSwift ImmediateSchedulerType.swift
[115/166] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[116/166] Compiling RxSwift Infallible+CombineLatest+arity.swift
[117/166] Compiling RxSwift Infallible+Concurrency.swift
[118/166] Compiling RxSwift Infallible+Create.swift
[119/166] Compiling RxSwift Infallible+Debug.swift
[120/166] Compiling RxSwift Infallible+Operators.swift
[121/166] Compiling RxSwift Infallible+Zip+arity.swift
[122/166] Compiling RxSwift Infallible.swift
[123/166] Compiling RxSwift InfiniteSequence.swift
[124/166] Compiling RxSwift InvocableScheduledItem.swift
[125/166] Compiling RxSwift InvocableType.swift
[126/166] Compiling RxSwift Just.swift
[127/166] Compiling RxSwift Lock.swift
[128/166] Compiling RxSwift LockOwnerType.swift
[129/166] Compiling RxSwift MainScheduler.swift
[130/166] Compiling RxSwift Map.swift
[131/166] Compiling RxSwift Materialize.swift
[132/166] Compiling RxSwift Maybe.swift
[133/166] Compiling RxSwift Merge.swift
[134/166] Compiling RxSwift Multicast.swift
[135/166] Compiling RxSwift Rx.swift
[136/166] Compiling RxSwift RxMutableBox.swift
[137/166] Compiling RxSwift Sample.swift
[138/166] Compiling RxSwift Scan.swift
[139/166] Compiling RxSwift ScheduledDisposable.swift
[140/166] Compiling RxSwift ScheduledItem.swift
[141/166] Compiling RxSwift ScheduledItemType.swift
[142/166] Compiling RxSwift SchedulerServices+Emulation.swift
[143/166] Compiling RxSwift SchedulerType.swift
[144/166] Compiling RxSwift Sequence.swift
[145/166] Compiling RxSwift SerialDispatchQueueScheduler.swift
[146/166] Compiling RxSwift SerialDisposable.swift
[147/166] Compiling RxSwift ShareReplayScope.swift
[148/166] Compiling RxSwift Single.swift
[149/166] Compiling RxSwift SingleAssignmentDisposable.swift
[150/166] Compiling RxSwift SingleAsync.swift
[151/166] Compiling RxSwift TakeLast.swift
[152/166] Compiling RxSwift TakeWithPredicate.swift
[153/166] Compiling RxSwift Throttle.swift
[154/166] Compiling RxSwift Timeout.swift
[155/166] Compiling RxSwift Timer.swift
[156/166] Compiling RxSwift ToArray.swift
[157/166] Compiling RxSwift Using.swift
[158/166] Compiling RxSwift VirtualTimeConverterType.swift
[159/166] Compiling RxSwift VirtualTimeScheduler.swift
[160/166] Compiling RxSwift Window.swift
[161/166] Compiling RxSwift WithLatestFrom.swift
[162/166] Compiling RxSwift WithUnretained.swift
[163/166] Compiling RxSwift Zip+Collection.swift
[164/166] Compiling RxSwift Zip+arity.swift
[165/166] Compiling RxSwift Zip.swift
[166/166] Compiling RxSwift resource_bundle_accessor.swift
Fetching https://github.com/ReactiveX/RxSwift
[1/51875] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift (5.18s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 6.8.0 (0.79s)
Creating working copy for https://github.com/ReactiveX/RxSwift
Working copy of https://github.com/ReactiveX/RxSwift resolved at 6.8.0
BUILD FAILURE 5.8 macosSpm