Build Information
Failed to build ModernAVPlayer, reference 1.7.3 (ab1658
), with Swift 6.0 for macOS (SPM) on 27 Nov 2024 21:53:01 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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/noreasonprojects/ModernAVPlayer.git
Reference: 1.7.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/noreasonprojects/ModernAVPlayer
* tag 1.7.3 -> FETCH_HEAD
HEAD is now at ab16588 Merge pull request #186 from noreasonprojects/release/1.7.3
Cloned https://github.com/noreasonprojects/ModernAVPlayer.git
Revision (git rev-parse @):
ab16588b7b8e297255e2d8a7407eb89506af265b
SUCCESS checkout https://github.com/noreasonprojects/ModernAVPlayer.git at 1.7.3
Fetching https://github.com/ReactiveX/RxSwift.git
[1/52393] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (22.16s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.1 (0.54s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 5.1.1
========================================
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": "modernavplayer",
"name": "ModernAVPlayer",
"url": "https://github.com/noreasonprojects/ModernAVPlayer.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/ModernAVPlayer",
"dependencies": [
{
"identity": "rxswift",
"name": "RxSwift",
"url": "https://github.com/ReactiveX/RxSwift.git",
"version": "5.1.3",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RxSwift",
"dependencies": [
]
}
]
}
]
}
Fetching https://github.com/noreasonprojects/ModernAVPlayer.git
[1/8144] Fetching modernavplayer
Fetched https://github.com/noreasonprojects/ModernAVPlayer.git from cache (2.67s)
Fetching https://github.com/ReactiveX/RxSwift.git from cache
Fetched https://github.com/ReactiveX/RxSwift.git from cache (0.73s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (0.02s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 5.1.3
Creating working copy for https://github.com/noreasonprojects/ModernAVPlayer.git
Working copy of https://github.com/noreasonprojects/ModernAVPlayer.git resolved at 1.7.3 (ab16588)
warning: '.resolve-product-dependencies': dependency 'modernavplayer' 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/noreasonprojects/ModernAVPlayer.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 -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/10] Write sources
[5/10] Write swift-version--7754E27361AE5C74.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/190] 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
[8/194] Emitting module RxSwift
[9/209] Compiling RxSwift Skip.swift
[10/209] Compiling RxSwift SkipUntil.swift
[11/209] Compiling RxSwift SkipWhile.swift
[12/209] Compiling RxSwift StartWith.swift
[13/209] Compiling RxSwift SubjectType.swift
[14/209] Compiling RxSwift SubscribeOn.swift
[15/209] Compiling RxSwift SubscriptionDisposable.swift
[16/209] Compiling RxSwift SwiftSupport.swift
[17/209] Compiling RxSwift Switch.swift
[18/209] Compiling RxSwift SwitchIfEmpty.swift
[19/209] Compiling RxSwift SynchronizedDisposeType.swift
[20/209] Compiling RxSwift SynchronizedOnType.swift
[21/209] Compiling RxSwift SynchronizedUnsubscribeType.swift
[22/209] Compiling RxSwift TailRecursiveSink.swift
[23/209] Compiling RxSwift Take.swift
[24/209] Compiling RxSwift PriorityQueue.swift
[25/209] Compiling RxSwift Producer.swift
[26/209] Compiling RxSwift PublishSubject.swift
[27/209] Compiling RxSwift Queue.swift
[28/209] Compiling RxSwift Range.swift
[29/209] Compiling RxSwift Reactive.swift
[30/209] Compiling RxSwift RecursiveLock.swift
[31/209] Compiling RxSwift RecursiveScheduler.swift
[32/209] Compiling RxSwift Reduce.swift
[33/209] Compiling RxSwift RefCountDisposable.swift
[34/209] Compiling RxSwift Repeat.swift
[35/209] Compiling RxSwift ReplaySubject.swift
[36/209] Compiling RxSwift RetryWhen.swift
[37/209] Compiling RxSwift Rx.swift
[38/209] Compiling RxSwift RxMutableBox.swift
[39/209] Compiling RxSwift NopDisposable.swift
[40/209] Compiling RxSwift Observable.swift
[41/209] Compiling RxSwift ObservableConvertibleType.swift
[42/209] Compiling RxSwift ObservableType+Extensions.swift
[43/209] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[44/209] Compiling RxSwift ObservableType.swift
[45/209] Compiling RxSwift ObserveOn.swift
[46/209] Compiling RxSwift ObserverBase.swift
[47/209] Compiling RxSwift ObserverType.swift
[48/209] Compiling RxSwift OperationQueueScheduler.swift
[49/209] Compiling RxSwift Optional.swift
[50/209] Compiling RxSwift Platform.Darwin.swift
[51/209] Compiling RxSwift Platform.Linux.swift
[52/209] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[53/209] Compiling RxSwift PrimitiveSequence.swift
[54/209] Compiling ModernAVPlayer StoppedState.swift
[55/209] Compiling ModernAVPlayer WaitingNetworkState.swift
[56/209] Compiling RxSwift InfiniteSequence.swift
[57/209] Compiling RxSwift InvocableScheduledItem.swift
[58/209] Compiling RxSwift InvocableType.swift
[59/209] Compiling RxSwift Just.swift
[60/209] Compiling RxSwift Lock.swift
[61/209] Compiling RxSwift LockOwnerType.swift
[62/209] Compiling RxSwift MainScheduler.swift
[63/209] Compiling RxSwift Map.swift
[64/209] Compiling RxSwift Materialize.swift
[65/209] Compiling RxSwift Maybe.swift
[66/209] Compiling RxSwift Merge.swift
[67/209] Compiling RxSwift Multicast.swift
[68/209] Compiling RxSwift Never.swift
[69/209] Compiling RxSwift CurrentThreadScheduler.swift
[70/209] Compiling RxSwift Date+Dispatch.swift
[71/209] Compiling RxSwift Debounce.swift
[72/209] Compiling RxSwift Debug.swift
[73/209] Compiling RxSwift DefaultIfEmpty.swift
[74/209] Compiling RxSwift Deferred.swift
[75/209] Compiling RxSwift Delay.swift
[76/209] Compiling RxSwift DelaySubscription.swift
[77/209] Compiling RxSwift Dematerialize.swift
[78/209] Compiling RxSwift Deprecated.swift
[79/209] Compiling RxSwift DispatchQueue+Extensions.swift
[80/209] Compiling RxSwift DispatchQueueConfiguration.swift
[81/209] Compiling RxSwift Disposable.swift
[82/209] Compiling ModernAVPlayer PausedState.swift
[83/209] Compiling ModernAVPlayer PlayingState.swift
[84/209] Compiling RxSwift Sample.swift
[85/209] Compiling RxSwift Scan.swift
[86/209] Compiling RxSwift ScheduledDisposable.swift
[87/209] Compiling RxSwift ScheduledItem.swift
[88/209] Compiling RxSwift ScheduledItemType.swift
[89/209] Compiling RxSwift SchedulerServices+Emulation.swift
[90/209] Compiling RxSwift SchedulerType.swift
[91/209] Compiling RxSwift Sequence.swift
[92/209] Compiling RxSwift SerialDispatchQueueScheduler.swift
[93/209] Compiling RxSwift SerialDisposable.swift
[94/209] Compiling RxSwift ShareReplayScope.swift
[95/209] Compiling RxSwift Single.swift
[96/209] Compiling RxSwift SingleAssignmentDisposable.swift
[97/209] Compiling RxSwift SingleAsync.swift
[98/209] Compiling RxSwift Sink.swift
[99/209] Compiling RxSwift DisposeBase.swift
[100/209] Compiling RxSwift DistinctUntilChanged.swift
[101/209] Compiling RxSwift Do.swift
[102/209] Compiling RxSwift ElementAt.swift
[103/209] Compiling RxSwift Empty.swift
[104/209] Compiling RxSwift Enumerated.swift
[105/209] Compiling RxSwift Error.swift
[106/209] Compiling RxSwift Errors.swift
[107/209] Compiling RxSwift Event.swift
[108/209] Compiling RxSwift Filter.swift
[109/209] Compiling RxSwift First.swift
[110/209] Compiling RxSwift Generate.swift
[111/209] Compiling RxSwift GroupBy.swift
[112/209] Compiling RxSwift GroupedObservable.swift
[113/209] Compiling RxSwift HistoricalScheduler.swift
[114/209] Compiling RxSwift AddRef.swift
[115/209] Compiling RxSwift Amb.swift
[116/209] Compiling RxSwift AnonymousDisposable.swift
[117/209] Compiling RxSwift AnonymousObserver.swift
[118/209] Compiling RxSwift AnyObserver.swift
[119/209] Compiling RxSwift AsMaybe.swift
[120/209] Compiling RxSwift AsSingle.swift
[121/209] Compiling RxSwift AsyncLock.swift
[122/209] Compiling RxSwift AsyncSubject.swift
[123/209] Compiling RxSwift AtomicInt.swift
[124/209] Compiling RxSwift Bag+Rx.swift
[125/209] Compiling RxSwift Bag.swift
[126/209] Compiling RxSwift BehaviorSubject.swift
[127/209] Compiling RxSwift BinaryDisposable.swift
[128/209] Compiling RxSwift BooleanDisposable.swift
[129/209] Compiling RxSwift Buffer.swift
[130/209] Compiling RxSwift Cancelable.swift
[131/209] Compiling RxSwift Catch.swift
[132/209] Compiling RxSwift CombineLatest+Collection.swift
[133/209] Compiling RxSwift CombineLatest+arity.swift
[134/209] Compiling RxSwift CombineLatest.swift
[135/209] Compiling RxSwift CompactMap.swift
[136/209] Compiling RxSwift Completable+AndThen.swift
[137/209] Compiling RxSwift Completable.swift
[138/209] Compiling RxSwift CompositeDisposable.swift
[139/209] Compiling RxSwift Concat.swift
[140/209] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[141/209] Compiling RxSwift ConcurrentMainScheduler.swift
[142/209] Compiling RxSwift ConnectableObservableType.swift
[143/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
/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
/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
[183/209] Compiling RxSwift TakeLast.swift
[184/209] Compiling RxSwift TakeUntil.swift
[185/209] Compiling RxSwift TakeWhile.swift
[186/209] Compiling RxSwift Throttle.swift
[187/209] Compiling RxSwift Timeout.swift
[188/209] Compiling RxSwift Timer.swift
[189/209] Compiling RxSwift ToArray.swift
[190/209] Compiling RxSwift Using.swift
[191/209] Compiling RxSwift VirtualTimeConverterType.swift
[192/209] Compiling RxSwift VirtualTimeScheduler.swift
[193/209] Compiling RxSwift Window.swift
[194/209] Compiling RxSwift WithLatestFrom.swift
[195/209] Compiling RxSwift Zip+Collection.swift
[196/209] Compiling RxSwift Zip+arity.swift
[197/209] Compiling RxSwift Zip.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
BUILD FAILURE 6.0 macosSpm