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 v0.16.3 (a7e923), with Swift 6.0 for macOS (SPM) on 5 Nov 2024 12:47:51 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/uber/RIBs.git
Reference: v0.16.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/uber/RIBs
 * tag               v0.16.3    -> FETCH_HEAD
HEAD is now at a7e9232 Prepare for release 0.16.3
Cloned https://github.com/uber/RIBs.git
Revision (git rev-parse @):
a7e92325978a3a34ef3b36e92090c06abab81462
SUCCESS checkout https://github.com/uber/RIBs.git at v0.16.3
Fetching https://github.com/ReactiveX/RxSwift
[1/52369] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift from cache (9.47s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 6.8.0 (0.53s)
Creating working copy for https://github.com/ReactiveX/RxSwift
Working copy of https://github.com/ReactiveX/RxSwift resolved at 6.8.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "ribs",
      "name": "RIBs",
      "url": "https://github.com/uber/RIBs.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RIBs",
      "dependencies": [
        {
          "identity": "rxswift",
          "name": "RxSwift",
          "url": "https://github.com/ReactiveX/RxSwift",
          "version": "6.8.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RxSwift",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/uber/RIBs.git
[1/21566] Fetching ribs
Fetched https://github.com/uber/RIBs.git from cache (1.78s)
Fetching https://github.com/ReactiveX/RxSwift from cache
Fetched https://github.com/ReactiveX/RxSwift from cache (0.69s)
Computing version for https://github.com/ReactiveX/RxSwift
Computed https://github.com/ReactiveX/RxSwift at 6.8.0 (0.04s)
Creating working copy for https://github.com/ReactiveX/RxSwift
Working copy of https://github.com/ReactiveX/RxSwift resolved at 6.8.0
Creating working copy for https://github.com/uber/RIBs.git
Working copy of https://github.com/uber/RIBs.git resolved at v0.16.3 (a7e9232)
warning: '.resolve-product-dependencies': dependency 'ribs' is not used by any target
Found 1 product dependencies
  - RxSwift
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/uber/RIBs.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/6] Write sources
[0/6] Copying PrivacyInfo.xcprivacy
[4/6] Write sources
[5/6] Write swift-version--7754E27361AE5C74.txt
[7/154] Emitting module RxSwift
[8/170] Compiling RxSwift Never.swift
[9/170] Compiling RxSwift NopDisposable.swift
[10/170] Compiling RxSwift Observable+Concurrency.swift
[11/170] Compiling RxSwift Observable.swift
[12/170] Compiling RxSwift ObservableConvertibleType+Infallible.swift
[13/170] Compiling RxSwift ObservableConvertibleType.swift
[14/170] Compiling RxSwift ObservableType+Extensions.swift
[15/170] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[16/170] Compiling RxSwift ObservableType.swift
[17/170] Compiling RxSwift ObserveOn.swift
[18/170] Compiling RxSwift ObserverBase.swift
[19/170] Compiling RxSwift ObserverType.swift
[20/170] Compiling RxSwift OperationQueueScheduler.swift
[21/170] Compiling RxSwift Optional.swift
[22/170] Compiling RxSwift Platform.Darwin.swift
[23/170] Compiling RxSwift Platform.Linux.swift
[24/170] Compiling RxSwift AddRef.swift
[25/170] Compiling RxSwift Amb.swift
[26/170] Compiling RxSwift AnonymousDisposable.swift
[27/170] Compiling RxSwift AnonymousObserver.swift
[28/170] Compiling RxSwift AnyObserver.swift
[29/170] Compiling RxSwift AsMaybe.swift
[30/170] Compiling RxSwift AsSingle.swift
[31/170] Compiling RxSwift AsyncLock.swift
[32/170] Compiling RxSwift AsyncSubject.swift
[33/170] Compiling RxSwift AtomicInt.swift
[34/170] Compiling RxSwift Bag+Rx.swift
[35/170] Compiling RxSwift Bag.swift
[36/170] Compiling RxSwift BehaviorSubject.swift
[37/170] Compiling RxSwift BinaryDisposable.swift
[38/170] Compiling RxSwift Binder.swift
[39/170] Compiling RxSwift BooleanDisposable.swift
[40/170] Compiling RxSwift Buffer.swift
[41/170] Compiling RxSwift PrimitiveSequence+Concurrency.swift
[42/170] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[43/170] Compiling RxSwift PrimitiveSequence.swift
[44/170] Compiling RxSwift PriorityQueue.swift
[45/170] Compiling RxSwift Producer.swift
[46/170] Compiling RxSwift PublishSubject.swift
[47/170] Compiling RxSwift Queue.swift
[48/170] Compiling RxSwift Range.swift
[49/170] Compiling RxSwift Reactive.swift
[50/170] Compiling RxSwift RecursiveLock.swift
[51/170] Compiling RxSwift RecursiveScheduler.swift
[52/170] Compiling RxSwift Reduce.swift
[53/170] Compiling RxSwift RefCountDisposable.swift
[54/170] Compiling RxSwift Repeat.swift
[55/170] Compiling RxSwift ReplaySubject.swift
[56/170] Compiling RxSwift RetryWhen.swift
[57/170] Compiling RxSwift Sink.swift
[58/170] Compiling RxSwift Skip.swift
[59/170] Compiling RxSwift SkipUntil.swift
[60/170] Compiling RxSwift SkipWhile.swift
[61/170] Compiling RxSwift StartWith.swift
[62/170] Compiling RxSwift SubjectType.swift
[63/170] Compiling RxSwift SubscribeOn.swift
[64/170] Compiling RxSwift SubscriptionDisposable.swift
[65/170] Compiling RxSwift SwiftSupport.swift
[66/170] Compiling RxSwift Switch.swift
[67/170] Compiling RxSwift SwitchIfEmpty.swift
[68/170] Compiling RxSwift SynchronizedDisposeType.swift
[69/170] Compiling RxSwift SynchronizedOnType.swift
[70/170] Compiling RxSwift SynchronizedUnsubscribeType.swift
[71/170] Compiling RxSwift TailRecursiveSink.swift
[72/170] Compiling RxSwift Take.swift
[73/170] Compiling RxSwift Debug.swift
[74/170] Compiling RxSwift Decode.swift
[75/170] Compiling RxSwift DefaultIfEmpty.swift
[76/170] Compiling RxSwift Deferred.swift
[77/170] Compiling RxSwift Delay.swift
[78/170] Compiling RxSwift DelaySubscription.swift
[79/170] Compiling RxSwift Dematerialize.swift
[80/170] Compiling RxSwift DispatchQueue+Extensions.swift
[81/170] Compiling RxSwift DispatchQueueConfiguration.swift
[82/170] Compiling RxSwift Disposable.swift
[83/170] Compiling RxSwift Disposables.swift
[84/170] Compiling RxSwift DisposeBag.swift
[85/170] Compiling RxSwift DisposeBase.swift
[86/170] Compiling RxSwift DistinctUntilChanged.swift
[87/170] Compiling RxSwift Do.swift
[88/170] Compiling RxSwift ElementAt.swift
[89/170] Compiling RxSwift Empty.swift
[90/170] Compiling RxSwift Enumerated.swift
[91/170] Compiling RxSwift Error.swift
[92/170] Compiling RxSwift Errors.swift
[93/170] Compiling RxSwift Event.swift
[94/170] Compiling RxSwift Filter.swift
[95/170] Compiling RxSwift First.swift
[96/170] Compiling RxSwift Generate.swift
[97/170] Compiling RxSwift GroupBy.swift
[98/170] Compiling RxSwift GroupedObservable.swift
[99/170] Compiling RxSwift HistoricalScheduler.swift
[100/170] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[101/170] Compiling RxSwift ImmediateSchedulerType.swift
[102/170] Compiling RxSwift Infallible+CombineLatest+Collection.swift
[103/170] Compiling RxSwift Infallible+CombineLatest+arity.swift
[104/170] Compiling RxSwift Infallible+Concurrency.swift
[105/170] Compiling RxSwift Infallible+Create.swift
[106/170] Compiling RxSwift Infallible+Debug.swift
[107/170] Compiling RxSwift Infallible+Operators.swift
[108/170] Compiling RxSwift Infallible+Zip+arity.swift
[109/170] Compiling RxSwift Infallible.swift
[110/170] Compiling RxSwift InfiniteSequence.swift
[111/170] Compiling RxSwift InvocableScheduledItem.swift
[112/170] Compiling RxSwift InvocableType.swift
[113/170] Compiling RxSwift Just.swift
[114/170] Compiling RxSwift Lock.swift
[115/170] Compiling RxSwift LockOwnerType.swift
[116/170] Compiling RxSwift MainScheduler.swift
[117/170] Compiling RxSwift Map.swift
[118/170] Compiling RxSwift Materialize.swift
[119/170] Compiling RxSwift Maybe.swift
[120/170] Compiling RxSwift Merge.swift
[121/170] Compiling RxSwift Multicast.swift
[122/170] Compiling RxSwift Rx.swift
[123/170] Compiling RxSwift RxMutableBox.swift
[124/170] Compiling RxSwift Sample.swift
[125/170] Compiling RxSwift Scan.swift
[126/170] Compiling RxSwift ScheduledDisposable.swift
[127/170] Compiling RxSwift ScheduledItem.swift
[128/170] Compiling RxSwift ScheduledItemType.swift
[129/170] Compiling RxSwift SchedulerServices+Emulation.swift
[130/170] Compiling RxSwift SchedulerType.swift
[131/170] Compiling RxSwift Sequence.swift
[132/170] Compiling RxSwift SerialDispatchQueueScheduler.swift
[133/170] Compiling RxSwift SerialDisposable.swift
[134/170] Compiling RxSwift ShareReplayScope.swift
[135/170] Compiling RxSwift Single.swift
[136/170] Compiling RxSwift SingleAssignmentDisposable.swift
[137/170] Compiling RxSwift SingleAsync.swift
[138/170] Compiling RxSwift Cancelable.swift
[139/170] Compiling RxSwift Catch.swift
[140/170] Compiling RxSwift CombineLatest+Collection.swift
[141/170] Compiling RxSwift CombineLatest+arity.swift
[142/170] Compiling RxSwift CombineLatest.swift
[143/170] Compiling RxSwift CompactMap.swift
[144/170] Compiling RxSwift Completable+AndThen.swift
[145/170] Compiling RxSwift Completable.swift
[146/170] Compiling RxSwift CompositeDisposable.swift
[147/170] Compiling RxSwift Concat.swift
[148/170] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[149/170] Compiling RxSwift ConcurrentMainScheduler.swift
[150/170] Compiling RxSwift ConnectableObservableType.swift
[151/170] Compiling RxSwift Create.swift
[152/170] Compiling RxSwift CurrentThreadScheduler.swift
[153/170] Compiling RxSwift Date+Dispatch.swift
[154/170] Compiling RxSwift Debounce.swift
[155/170] Compiling RxSwift TakeLast.swift
[156/170] Compiling RxSwift TakeWithPredicate.swift
[157/170] Compiling RxSwift Throttle.swift
[158/170] Compiling RxSwift Timeout.swift
[159/170] Compiling RxSwift Timer.swift
[160/170] Compiling RxSwift ToArray.swift
[161/170] Compiling RxSwift Using.swift
[162/170] Compiling RxSwift VirtualTimeConverterType.swift
[163/170] Compiling RxSwift VirtualTimeScheduler.swift
[164/170] Compiling RxSwift Window.swift
[165/170] Compiling RxSwift WithLatestFrom.swift
[166/170] Compiling RxSwift WithUnretained.swift
[167/170] Compiling RxSwift Zip+Collection.swift
[168/170] Compiling RxSwift Zip+arity.swift
[169/170] Compiling RxSwift Zip.swift
[170/170] Compiling RxSwift resource_bundle_accessor.swift
[171/177] Compiling RxRelay ReplayRelay.swift
[172/177] Compiling RxRelay resource_bundle_accessor.swift
[173/177] Compiling RxRelay Utils.swift
[174/177] Compiling RxRelay PublishRelay.swift
[175/177] Compiling RxRelay BehaviorRelay.swift
[176/177] Compiling RxRelay Observable+Bind.swift
[177/177] Emitting module RxRelay
[178/194] Compiling RIBs ViewableRouter.swift
/Users/admin/builder/spi-builder-workspace/ios/RIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
 17 | import Foundation
 18 | import RxSwift
 19 | import UIKit
    |        `- error: no such module 'UIKit'
 20 |
 21 | /// Protocol defining the activeness of an interactor's scope.
[179/195] Compiling RIBs PresentableInteractor.swift
/Users/admin/builder/spi-builder-workspace/ios/RIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
 17 | import Foundation
 18 | import RxSwift
 19 | import UIKit
    |        `- error: no such module 'UIKit'
 20 |
 21 | /// Protocol defining the activeness of an interactor's scope.
[180/195] Compiling RIBs Presenter.swift
/Users/admin/builder/spi-builder-workspace/ios/RIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
 17 | import Foundation
 18 | import RxSwift
 19 | import UIKit
    |        `- error: no such module 'UIKit'
 20 |
 21 | /// Protocol defining the activeness of an interactor's scope.
[181/195] Compiling RIBs Worker.swift
/Users/admin/builder/spi-builder-workspace/ios/RIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
 17 | import Foundation
 18 | import RxSwift
 19 | import UIKit
    |        `- error: no such module 'UIKit'
 20 |
 21 | /// Protocol defining the activeness of an interactor's scope.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[182/195] Emitting module RIBs
/Users/admin/builder/spi-builder-workspace/ios/RIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
 17 | import Foundation
 18 | import RxSwift
 19 | import UIKit
    |        `- error: no such module 'UIKit'
 20 |
 21 | /// Protocol defining the activeness of an interactor's scope.
[183/195] Compiling RIBs Builder.swift
/Users/admin/builder/spi-builder-workspace/ios/RIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
 17 | import Foundation
 18 | import RxSwift
 19 | import UIKit
    |        `- error: no such module 'UIKit'
 20 |
 21 | /// Protocol defining the activeness of an interactor's scope.
[184/195] Compiling RIBs ComponentizedBuilder.swift
/Users/admin/builder/spi-builder-workspace/ios/RIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
 17 | import Foundation
 18 | import RxSwift
 19 | import UIKit
    |        `- error: no such module 'UIKit'
 20 |
 21 | /// Protocol defining the activeness of an interactor's scope.
[185/195] Compiling RIBs Component.swift
/Users/admin/builder/spi-builder-workspace/ios/RIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
 17 | import Foundation
 18 | import RxSwift
 19 | import UIKit
    |        `- error: no such module 'UIKit'
 20 |
 21 | /// Protocol defining the activeness of an interactor's scope.
[186/195] Compiling RIBs Dependency.swift
/Users/admin/builder/spi-builder-workspace/ios/RIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
 17 | import Foundation
 18 | import RxSwift
 19 | import UIKit
    |        `- error: no such module 'UIKit'
 20 |
 21 | /// Protocol defining the activeness of an interactor's scope.
[187/195] Compiling RIBs Foundation+Extensions.swift
/Users/admin/builder/spi-builder-workspace/ios/RIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
 17 | import Foundation
 18 | import RxSwift
 19 | import UIKit
    |        `- error: no such module 'UIKit'
 20 |
 21 | /// Protocol defining the activeness of an interactor's scope.
[188/195] Compiling RIBs Interactor.swift
/Users/admin/builder/spi-builder-workspace/ios/RIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
 17 | import Foundation
 18 | import RxSwift
 19 | import UIKit
    |        `- error: no such module 'UIKit'
 20 |
 21 | /// Protocol defining the activeness of an interactor's scope.
[189/195] Compiling RIBs LeakDetector.swift
/Users/admin/builder/spi-builder-workspace/ios/RIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
 17 | import Foundation
 18 | import RxSwift
 19 | import UIKit
    |        `- error: no such module 'UIKit'
 20 |
 21 | /// Protocol defining the activeness of an interactor's scope.
[190/195] Compiling RIBs MultiStageComponentizedBuilder.swift
/Users/admin/builder/spi-builder-workspace/ios/RIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
 17 | import Foundation
 18 | import RxSwift
 19 | import UIKit
    |        `- error: no such module 'UIKit'
 20 |
 21 | /// Protocol defining the activeness of an interactor's scope.
[191/195] Compiling RIBs Router.swift
/Users/admin/builder/spi-builder-workspace/ios/RIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
 17 | import Foundation
 18 | import RxSwift
 19 | import UIKit
    |        `- error: no such module 'UIKit'
 20 |
 21 | /// Protocol defining the activeness of an interactor's scope.
[192/195] Compiling RIBs ViewControllable.swift
/Users/admin/builder/spi-builder-workspace/ios/RIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
 17 | import Foundation
 18 | import RxSwift
 19 | import UIKit
    |        `- error: no such module 'UIKit'
 20 |
 21 | /// Protocol defining the activeness of an interactor's scope.
[193/195] Compiling RIBs LaunchRouter.swift
/Users/admin/builder/spi-builder-workspace/ios/RIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
 17 | import Foundation
 18 | import RxSwift
 19 | import UIKit
    |        `- error: no such module 'UIKit'
 20 |
 21 | /// Protocol defining the activeness of an interactor's scope.
[194/195] Compiling RIBs Executor.swift
/Users/admin/builder/spi-builder-workspace/ios/RIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
 17 | import Foundation
 18 | import RxSwift
 19 | import UIKit
    |        `- error: no such module 'UIKit'
 20 |
 21 | /// Protocol defining the activeness of an interactor's scope.
[195/195] Compiling RIBs Workflow.swift
/Users/admin/builder/spi-builder-workspace/ios/RIBs/Classes/Interactor.swift:19:8: error: no such module 'UIKit'
 17 | import Foundation
 18 | import RxSwift
 19 | import UIKit
    |        `- error: no such module 'UIKit'
 20 |
 21 | /// Protocol defining the activeness of an interactor's scope.
BUILD FAILURE 6.0 macosSpm