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 ModernAVPlayer with Swift 6.0 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/noreasonprojects/ModernAVPlayer.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/noreasonprojects/ModernAVPlayer
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 7bbedbe Merge pull request #192 from noreasonprojects/bug/revert-default-audiosession-category-option
Cloned https://github.com/noreasonprojects/ModernAVPlayer.git
Revision (git rev-parse @):
7bbedbe1013ba1ee283e8d28a392df6758a9228d
SUCCESS checkout https://github.com/noreasonprojects/ModernAVPlayer.git at develop
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $workDir
https://github.com/noreasonprojects/ModernAVPlayer.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/10] Write sources
[5/10] Write swift-version-6F35C1178C84523A.txt
[7/190] Emitting module RxSwift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/205] Emitting module ModernAVPlayer
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
[9/209] Compiling RxSwift AddRef.swift
[10/209] Compiling RxSwift Amb.swift
[11/209] Compiling RxSwift AnonymousDisposable.swift
[12/209] Compiling RxSwift AnonymousObserver.swift
[13/209] Compiling RxSwift AnyObserver.swift
[14/209] Compiling RxSwift AsMaybe.swift
[15/209] Compiling RxSwift AsSingle.swift
[16/209] Compiling RxSwift AsyncLock.swift
[17/209] Compiling RxSwift AsyncSubject.swift
[18/209] Compiling RxSwift AtomicInt.swift
[19/209] Compiling RxSwift Bag+Rx.swift
[20/209] Compiling RxSwift Bag.swift
[21/209] Compiling RxSwift BehaviorSubject.swift
[22/209] Compiling RxSwift BinaryDisposable.swift
[23/209] Compiling RxSwift BooleanDisposable.swift
[24/209] Compiling RxSwift NopDisposable.swift
[25/209] Compiling RxSwift Observable.swift
[26/209] Compiling RxSwift ObservableConvertibleType.swift
[27/209] Compiling RxSwift ObservableType+Extensions.swift
[28/209] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[29/209] Compiling RxSwift ObservableType.swift
[30/209] Compiling RxSwift ObserveOn.swift
[31/209] Compiling RxSwift ObserverBase.swift
[32/209] Compiling RxSwift ObserverType.swift
[33/209] Compiling RxSwift OperationQueueScheduler.swift
[34/209] Compiling RxSwift Optional.swift
[35/209] Compiling RxSwift Platform.Darwin.swift
[36/209] Compiling RxSwift Platform.Linux.swift
[37/209] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[38/209] Compiling RxSwift PrimitiveSequence.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
[44/209] Compiling RxSwift PriorityQueue.swift
[45/209] Compiling RxSwift Producer.swift
[46/209] Compiling RxSwift PublishSubject.swift
[47/209] Compiling RxSwift Queue.swift
[48/209] Compiling RxSwift Range.swift
[49/209] Compiling RxSwift Reactive.swift
[50/209] Compiling RxSwift RecursiveLock.swift
[51/209] Compiling RxSwift RecursiveScheduler.swift
[52/209] Compiling RxSwift Reduce.swift
[53/209] Compiling RxSwift RefCountDisposable.swift
[54/209] Compiling RxSwift Repeat.swift
[55/209] Compiling RxSwift ReplaySubject.swift
[56/209] Compiling RxSwift RetryWhen.swift
[57/209] Compiling RxSwift Rx.swift
[58/209] Compiling RxSwift RxMutableBox.swift
[59/209] Compiling ModernAVPlayer StoppedState.swift
[60/209] Compiling ModernAVPlayer WaitingNetworkState.swift
[61/209] Compiling RxSwift Do.swift
[62/209] Compiling RxSwift ElementAt.swift
[63/209] Compiling RxSwift Empty.swift
[64/209] Compiling RxSwift Enumerated.swift
[65/209] Compiling RxSwift Error.swift
[66/209] Compiling RxSwift Errors.swift
[67/209] Compiling RxSwift Event.swift
[68/209] Compiling RxSwift Filter.swift
[69/209] Compiling RxSwift First.swift
[70/209] Compiling RxSwift Generate.swift
[71/209] Compiling RxSwift GroupBy.swift
[72/209] Compiling RxSwift GroupedObservable.swift
[73/209] Compiling RxSwift HistoricalScheduler.swift
[74/209] Compiling RxSwift CurrentThreadScheduler.swift
[75/209] Compiling RxSwift Date+Dispatch.swift
[76/209] Compiling RxSwift Debounce.swift
[77/209] Compiling RxSwift Debug.swift
[78/209] Compiling RxSwift DefaultIfEmpty.swift
[79/209] Compiling RxSwift Deferred.swift
[80/209] Compiling RxSwift Delay.swift
[81/209] Compiling RxSwift DelaySubscription.swift
[82/209] Compiling RxSwift Dematerialize.swift
[83/209] Compiling RxSwift Deprecated.swift
[84/209] Compiling RxSwift DispatchQueue+Extensions.swift
[85/209] Compiling RxSwift DispatchQueueConfiguration.swift
[86/209] Compiling RxSwift Disposable.swift
[87/209] Compiling RxSwift Disposables.swift
[88/209] Compiling RxSwift DisposeBag.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
[94/209] Compiling RxSwift TakeLast.swift
[95/209] Compiling RxSwift TakeUntil.swift
[96/209] Compiling RxSwift TakeWhile.swift
[97/209] Compiling RxSwift Throttle.swift
[98/209] Compiling RxSwift Timeout.swift
[99/209] Compiling RxSwift Timer.swift
[100/209] Compiling RxSwift ToArray.swift
[101/209] Compiling RxSwift Using.swift
[102/209] Compiling RxSwift VirtualTimeConverterType.swift
[103/209] Compiling RxSwift VirtualTimeScheduler.swift
[104/209] Compiling RxSwift Window.swift
[105/209] Compiling RxSwift WithLatestFrom.swift
[106/209] Compiling RxSwift Zip+Collection.swift
[107/209] Compiling RxSwift Zip+arity.swift
[108/209] Compiling RxSwift Zip.swift
[109/209] Compiling RxSwift Skip.swift
[110/209] Compiling RxSwift SkipUntil.swift
[111/209] Compiling RxSwift SkipWhile.swift
[112/209] Compiling RxSwift StartWith.swift
[113/209] Compiling RxSwift SubjectType.swift
[114/209] Compiling RxSwift SubscribeOn.swift
[115/209] Compiling RxSwift SubscriptionDisposable.swift
[116/209] Compiling RxSwift SwiftSupport.swift
[117/209] Compiling RxSwift Switch.swift
[118/209] Compiling RxSwift SwitchIfEmpty.swift
[119/209] Compiling RxSwift SynchronizedDisposeType.swift
[120/209] Compiling RxSwift SynchronizedOnType.swift
[121/209] Compiling RxSwift SynchronizedUnsubscribeType.swift
[122/209] Compiling RxSwift TailRecursiveSink.swift
[123/209] Compiling RxSwift Take.swift
[124/209] Compiling RxSwift Sample.swift
[125/209] Compiling RxSwift Scan.swift
[126/209] Compiling RxSwift ScheduledDisposable.swift
[127/209] Compiling RxSwift ScheduledItem.swift
[128/209] Compiling RxSwift ScheduledItemType.swift
[129/209] Compiling RxSwift SchedulerServices+Emulation.swift
[130/209] Compiling RxSwift SchedulerType.swift
[131/209] Compiling RxSwift Sequence.swift
[132/209] Compiling RxSwift SerialDispatchQueueScheduler.swift
[133/209] Compiling RxSwift SerialDisposable.swift
[134/209] Compiling RxSwift ShareReplayScope.swift
[135/209] Compiling RxSwift Single.swift
[136/209] Compiling RxSwift SingleAssignmentDisposable.swift
[137/209] Compiling RxSwift SingleAsync.swift
[138/209] Compiling RxSwift Sink.swift
[139/209] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[140/209] Compiling RxSwift ImmediateSchedulerType.swift
[141/209] Compiling RxSwift InfiniteSequence.swift
[142/209] Compiling RxSwift InvocableScheduledItem.swift
[143/209] Compiling RxSwift InvocableType.swift
[144/209] Compiling RxSwift Just.swift
[145/209] Compiling RxSwift Lock.swift
[146/209] Compiling RxSwift LockOwnerType.swift
[147/209] Compiling RxSwift MainScheduler.swift
[148/209] Compiling RxSwift Map.swift
[149/209] Compiling RxSwift Materialize.swift
[150/209] Compiling RxSwift Maybe.swift
[151/209] Compiling RxSwift Merge.swift
[152/209] Compiling ModernAVPlayer PausedState.swift
[153/209] Compiling ModernAVPlayer PlayingState.swift
[154/209] Compiling RxSwift Buffer.swift
[155/209] Compiling RxSwift Cancelable.swift
[156/209] Compiling RxSwift Catch.swift
[157/209] Compiling RxSwift CombineLatest+Collection.swift
[158/209] Compiling RxSwift CombineLatest+arity.swift
[159/209] Compiling RxSwift CombineLatest.swift
[160/209] Compiling RxSwift CompactMap.swift
[161/209] Compiling RxSwift Completable+AndThen.swift
[162/209] Compiling RxSwift Completable.swift
[163/209] Compiling RxSwift CompositeDisposable.swift
[164/209] Compiling RxSwift Concat.swift
[165/209] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[166/209] Compiling RxSwift ConcurrentMainScheduler.swift
[167/209] Compiling RxSwift ConnectableObservableType.swift
[168/209] Compiling RxSwift Create.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
[173/214] Compiling RxRelay Utils.swift
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
[188/214] Compiling RxRelay PublishRelay.swift
[189/214] Compiling RxRelay BehaviorRelay.swift
[190/214] Compiling RxRelay Observable+Bind.swift
[191/214] Emitting module RxRelay
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
/Users/admin/builder/spi-builder-workspace/Sources/Core/Components/PlayerContext.swift:28:8: error: no such module 'UIKit'
 26 |
 27 | import AVFoundation
 28 | import UIKit
    |        `- error: no such module 'UIKit'
 29 |
 30 | //sourcery: AutoMockable
[210/214] Compiling RxCocoaRuntime _RX.m
[210/214] Compiling RxCocoaRuntime _RXDelegateProxy.m
[210/214] Compiling RxCocoaRuntime _RXKVOObserver.m
[210/214] Compiling RxCocoaRuntime _RXObjCRuntime.m
Fetching https://github.com/ReactiveX/RxSwift.git
[1/51416] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (13.44s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.1 (0.70s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 5.1.1
BUILD FAILURE 6.0 macosSpm
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.