Build Information
Failed to build ModernAVPlayer, reference 1.7.3 (ab1658
), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 07:14:58 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.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/52676] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.33s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.1 (4.96s)
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 (5.41s)
Fetching https://github.com/ReactiveX/RxSwift.git from cache
Fetched https://github.com/ReactiveX/RxSwift.git from cache (0.58s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (0.64s)
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.1
Building package at path: $PWD
https://github.com/noreasonprojects/ModernAVPlayer.git
https://github.com/noreasonprojects/ModernAVPlayer.git
{
"dependencies" : [
{
"identity" : "rxswift",
"requirement" : {
"range" : [
{
"lower_bound" : "5.0.0",
"upper_bound" : "6.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/ReactiveX/RxSwift.git"
}
],
"manifest_display_name" : "ModernAVPlayer",
"name" : "ModernAVPlayer",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "tvos",
"version" : "10.0"
}
],
"products" : [
{
"name" : "ModernAVPlayer",
"targets" : [
"ModernAVPlayer"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "RxModernAVPlayer",
"targets" : [
"RxModernAVPlayer"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "RxModernAVPlayer",
"module_type" : "SwiftTarget",
"name" : "RxModernAVPlayer",
"path" : "Sources/RxModernAVPlayer",
"product_dependencies" : [
"RxSwift",
"RxCocoa"
],
"product_memberships" : [
"RxModernAVPlayer"
],
"sources" : [
"ConcretePlayerContext+Rx.swift",
"PlayerContextDelegateProxy.swift"
],
"target_dependencies" : [
"ModernAVPlayer"
],
"type" : "library"
},
{
"c99name" : "ModernAVPlayer",
"module_type" : "SwiftTarget",
"name" : "ModernAVPlayer",
"path" : "Sources/Core",
"product_memberships" : [
"ModernAVPlayer",
"RxModernAVPlayer"
],
"sources" : [
"Components/CustomAudioSession.swift",
"Components/MediaPlayer.swift",
"Components/MediaType.swift",
"Components/ModernAVPlayerConfiguration.swift",
"Components/ModernAVPlayerCurrentState.swift",
"Components/ModernAVPlayerExposable.swift",
"Components/ModernAVPlayerLoggerDomain.swift",
"Components/ModernAVPlayerMedia.swift",
"Components/ModernAVPlayerMediaItem.swift",
"Components/ModernAVPlayerMediaMetadata.swift",
"Components/PlayerCommand.swift",
"Components/PlayerConfiguration.swift",
"Components/PlayerContext.swift",
"Components/PlayerError.swift",
"Components/PlayerMedia.swift",
"Components/PlayerMediaItem.swift",
"Components/PlayerMediaMetadata.swift",
"Components/PlayerPlugin.swift",
"Components/PlayerState.swift",
"Components/PlayerUnavailableActionReason.swift",
"Components/RemoteCommand/AVPlayerRemoteCommand.swift",
"Components/RemoteCommand/ModernAVPlayerRemoteCommand.swift",
"Components/RemoteCommand/ModernAVPlayerRemoteCommandFactory.swift",
"Components/TimerFactory.swift",
"Components/URLSessionDataTaskFactory.swift",
"ModernAVPlayer.swift",
"ModernAVPlayerDelegate.swift",
"Services/AVPlayerItemInitService.swift",
"Services/AudioSessionService.swift",
"Services/InterruptionAudioService.swift",
"Services/ItemStatusObservingService.swift",
"Services/ModernAVPlayerLogger.swift",
"Services/ModernAVPlayerSeekService.swift",
"Services/NowPlayingService.swift",
"Services/PlaybackObservingService.swift",
"Services/RateObservingService.swift",
"Services/ReachabilityService.swift",
"Services/RouteAudioService.swift",
"State/BufferingState.swift",
"State/FailedState.swift",
"State/InitState.swift",
"State/LoadedState.swift",
"State/LoadingMediaState.swift",
"State/PausedState.swift",
"State/PlayingState.swift",
"State/StoppedState.swift",
"State/WaitingNetworkState.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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-2F0A5646E1D333AE.txt
[7/190] Emitting module RxSwift
[8/205] Compiling RxSwift Sample.swift
[9/205] Compiling RxSwift Scan.swift
[10/205] Compiling RxSwift ScheduledDisposable.swift
[11/205] Compiling RxSwift ScheduledItem.swift
[12/205] Compiling RxSwift ScheduledItemType.swift
[13/205] Compiling RxSwift SchedulerServices+Emulation.swift
[14/205] Compiling RxSwift SchedulerType.swift
[15/205] Compiling RxSwift Sequence.swift
[16/205] Compiling RxSwift SerialDispatchQueueScheduler.swift
[17/205] Compiling RxSwift SerialDisposable.swift
[18/205] Compiling RxSwift ShareReplayScope.swift
[19/205] Compiling RxSwift Single.swift
[20/205] Compiling RxSwift SingleAssignmentDisposable.swift
[21/205] Compiling RxSwift SingleAsync.swift
[22/205] Compiling RxSwift Sink.swift
[23/205] Compiling RxSwift Buffer.swift
[24/205] Compiling RxSwift Cancelable.swift
[25/205] Compiling RxSwift Catch.swift
[26/205] Compiling RxSwift CombineLatest+Collection.swift
[27/205] Compiling RxSwift CombineLatest+arity.swift
[28/205] Compiling RxSwift CombineLatest.swift
[29/205] Compiling RxSwift CompactMap.swift
[30/205] Compiling RxSwift Completable+AndThen.swift
[31/205] Compiling RxSwift Completable.swift
[32/205] Compiling RxSwift CompositeDisposable.swift
[33/205] Compiling RxSwift Concat.swift
[34/205] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[35/205] Compiling RxSwift ConcurrentMainScheduler.swift
[36/205] Compiling RxSwift ConnectableObservableType.swift
[37/205] Compiling RxSwift Create.swift
[38/205] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[39/205] Compiling RxSwift ImmediateSchedulerType.swift
[40/205] Compiling RxSwift InfiniteSequence.swift
[41/205] Compiling RxSwift InvocableScheduledItem.swift
[42/205] Compiling RxSwift InvocableType.swift
[43/205] Compiling RxSwift Just.swift
[44/205] Compiling RxSwift Lock.swift
[45/205] Compiling RxSwift LockOwnerType.swift
[46/205] Compiling RxSwift MainScheduler.swift
[47/205] Compiling RxSwift Map.swift
[48/205] Compiling RxSwift Materialize.swift
[49/205] Compiling RxSwift Maybe.swift
[50/205] Compiling RxSwift Merge.swift
[51/205] Compiling RxSwift Multicast.swift
[52/205] Compiling RxSwift Never.swift
[53/205] Compiling RxSwift Skip.swift
[54/205] Compiling RxSwift SkipUntil.swift
[55/205] Compiling RxSwift SkipWhile.swift
[56/205] Compiling RxSwift StartWith.swift
[57/205] Compiling RxSwift SubjectType.swift
[58/205] Compiling RxSwift SubscribeOn.swift
[59/205] Compiling RxSwift SubscriptionDisposable.swift
[60/205] Compiling RxSwift SwiftSupport.swift
[61/205] Compiling RxSwift Switch.swift
[62/205] Compiling RxSwift SwitchIfEmpty.swift
[63/205] Compiling RxSwift SynchronizedDisposeType.swift
[64/205] Compiling RxSwift SynchronizedOnType.swift
[65/205] Compiling RxSwift SynchronizedUnsubscribeType.swift
[66/205] Compiling RxSwift TailRecursiveSink.swift
[67/205] Compiling RxSwift Take.swift
[68/205] Compiling RxSwift DisposeBase.swift
[69/205] Compiling RxSwift DistinctUntilChanged.swift
[70/205] Compiling RxSwift Do.swift
[71/205] Compiling RxSwift ElementAt.swift
[72/205] Compiling RxSwift Empty.swift
[73/205] Compiling RxSwift Enumerated.swift
[74/205] Compiling RxSwift Error.swift
[75/205] Compiling RxSwift Errors.swift
[76/205] Compiling RxSwift Event.swift
[77/205] Compiling RxSwift Filter.swift
[78/205] Compiling RxSwift First.swift
[79/205] Compiling RxSwift Generate.swift
[80/205] Compiling RxSwift GroupBy.swift
[81/205] Compiling RxSwift GroupedObservable.swift
[82/205] Compiling RxSwift HistoricalScheduler.swift
[83/205] Compiling RxSwift TakeLast.swift
[84/205] Compiling RxSwift TakeUntil.swift
[85/205] Compiling RxSwift TakeWhile.swift
[86/205] Compiling RxSwift Throttle.swift
[87/205] Compiling RxSwift Timeout.swift
[88/205] Compiling RxSwift Timer.swift
[89/205] Compiling RxSwift ToArray.swift
[90/205] Compiling RxSwift Using.swift
[91/205] Compiling RxSwift VirtualTimeConverterType.swift
[92/205] Compiling RxSwift VirtualTimeScheduler.swift
[93/205] Compiling RxSwift Window.swift
[94/205] Compiling RxSwift WithLatestFrom.swift
[95/205] Compiling RxSwift Zip+Collection.swift
[96/205] Compiling RxSwift Zip+arity.swift
[97/205] Compiling RxSwift Zip.swift
[98/205] Compiling RxSwift PriorityQueue.swift
[99/205] Compiling RxSwift Producer.swift
[100/205] Compiling RxSwift PublishSubject.swift
[101/205] Compiling RxSwift Queue.swift
[102/205] Compiling RxSwift Range.swift
[103/205] Compiling RxSwift Reactive.swift
[104/205] Compiling RxSwift RecursiveLock.swift
[105/205] Compiling RxSwift RecursiveScheduler.swift
[106/205] Compiling RxSwift Reduce.swift
[107/205] Compiling RxSwift RefCountDisposable.swift
[108/205] Compiling RxSwift Repeat.swift
[109/205] Compiling RxSwift ReplaySubject.swift
[110/205] Compiling RxSwift RetryWhen.swift
[111/205] Compiling RxSwift Rx.swift
[112/205] Compiling RxSwift RxMutableBox.swift
[113/205] Compiling RxSwift CurrentThreadScheduler.swift
[114/205] Compiling RxSwift Date+Dispatch.swift
[115/205] Compiling RxSwift Debounce.swift
[116/205] Compiling RxSwift Debug.swift
[117/205] Compiling RxSwift DefaultIfEmpty.swift
[118/205] Compiling RxSwift Deferred.swift
[119/205] Compiling RxSwift Delay.swift
[120/205] Compiling RxSwift DelaySubscription.swift
[121/205] Compiling RxSwift Dematerialize.swift
[122/205] Compiling RxSwift Deprecated.swift
[123/205] Compiling RxSwift DispatchQueue+Extensions.swift
[124/205] Compiling RxSwift DispatchQueueConfiguration.swift
[125/205] Compiling RxSwift Disposable.swift
[126/205] Compiling RxSwift Disposables.swift
[127/205] Compiling RxSwift DisposeBag.swift
[128/205] Compiling RxSwift AddRef.swift
[129/205] Compiling RxSwift Amb.swift
[130/205] Compiling RxSwift AnonymousDisposable.swift
[131/205] Compiling RxSwift AnonymousObserver.swift
[132/205] Compiling RxSwift AnyObserver.swift
[133/205] Compiling RxSwift AsMaybe.swift
[134/205] Compiling RxSwift AsSingle.swift
[135/205] Compiling RxSwift AsyncLock.swift
[136/205] Compiling RxSwift AsyncSubject.swift
[137/205] Compiling RxSwift AtomicInt.swift
[138/205] Compiling RxSwift Bag+Rx.swift
[139/205] Compiling RxSwift Bag.swift
[140/205] Compiling RxSwift BehaviorSubject.swift
[141/205] Compiling RxSwift BinaryDisposable.swift
[142/205] Compiling RxSwift BooleanDisposable.swift
[143/205] Compiling RxSwift NopDisposable.swift
[144/205] Compiling RxSwift Observable.swift
[145/205] Compiling RxSwift ObservableConvertibleType.swift
[146/205] Compiling RxSwift ObservableType+Extensions.swift
[147/205] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[148/205] Compiling RxSwift ObservableType.swift
[149/205] Compiling RxSwift ObserveOn.swift
[150/205] Compiling RxSwift ObserverBase.swift
[151/205] Compiling RxSwift ObserverType.swift
[152/205] Compiling RxSwift OperationQueueScheduler.swift
[153/205] Compiling RxSwift Optional.swift
[154/205] Compiling RxSwift Platform.Darwin.swift
[155/205] Compiling RxSwift Platform.Linux.swift
[156/205] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[157/205] Compiling RxSwift PrimitiveSequence.swift
error: emit-module command failed with exit code 1 (use -v to see invocation)
[158/210] 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
[159/214] Compiling RxRelay PublishRelay.swift
[160/214] Compiling RxRelay Utils.swift
[161/214] Emitting module RxRelay
[162/214] Compiling RxRelay BehaviorRelay.swift
[163/214] Compiling RxRelay Observable+Bind.swift
[163/214] Compiling RxCocoaRuntime _RX.m
/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
[185/214] Compiling ModernAVPlayer PausedState.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
[186/214] Compiling ModernAVPlayer PlayingState.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
[187/214] Compiling ModernAVPlayer StoppedState.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
[188/214] Compiling ModernAVPlayer WaitingNetworkState.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
[211/214] Compiling RxCocoaRuntime _RXDelegateProxy.m
[211/214] Compiling RxCocoaRuntime _RXKVOObserver.m
[211/214] Compiling RxCocoaRuntime _RXObjCRuntime.m
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64
[0/1] Planning build
Building for debugging...
[0/5] Write swift-version-2F0A5646E1D333AE.txt
[2/185] Compiling RxSwift AddRef.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
[3/185] Compiling RxSwift Amb.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
[4/185] Compiling RxSwift AnonymousDisposable.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
[5/185] Compiling RxSwift AnonymousObserver.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
[6/185] Compiling RxSwift AnyObserver.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
[7/189] Compiling RxSwift Materialize.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
[8/189] Compiling RxSwift Maybe.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
[9/189] Compiling RxSwift Merge.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
[10/189] Compiling RxSwift Multicast.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
[11/189] Compiling RxSwift Just.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
[12/189] Compiling RxSwift Lock.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
[13/189] Compiling RxSwift LockOwnerType.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
[14/189] Compiling RxSwift MainScheduler.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
[15/189] Compiling RxSwift Map.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
[16/189] Compiling RxSwift Queue.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
[17/189] Compiling RxSwift Range.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
[18/189] Compiling RxSwift Reactive.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
[19/189] Compiling RxSwift RecursiveLock.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
[20/189] Compiling RxSwift RecursiveScheduler.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
[21/189] Compiling RxSwift Reduce.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
[22/189] Compiling RxSwift RefCountDisposable.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
[23/189] Compiling RxSwift Repeat.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
[24/189] Compiling RxSwift ReplaySubject.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
[25/189] Compiling RxSwift RetryWhen.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
[26/189] Compiling RxSwift Never.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
[27/189] Compiling RxSwift PriorityQueue.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
[28/189] Compiling RxSwift Producer.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
[29/189] Compiling RxSwift PublishSubject.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[30/189] 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
[31/189] Compiling RxSwift HistoricalSchedulerTimeConverter.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
[32/189] Compiling RxSwift ImmediateSchedulerType.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
[33/189] Compiling RxSwift InfiniteSequence.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
[34/189] Compiling RxSwift InvocableScheduledItem.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
[35/189] Compiling RxSwift InvocableType.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
[36/189] Compiling RxSwift AsMaybe.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
[37/189] Compiling RxSwift AsSingle.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
[38/189] Compiling RxSwift AsyncLock.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
[39/189] Compiling RxSwift AsyncSubject.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
[40/189] Compiling RxSwift AtomicInt.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
[41/189] Compiling RxSwift Bag+Rx.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
[42/189] Compiling RxSwift Bag.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
[43/189] Compiling RxSwift BehaviorSubject.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
[44/189] Compiling RxSwift BinaryDisposable.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
[45/189] Compiling RxSwift BooleanDisposable.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
[46/189] Compiling ModernAVPlayer PausedState.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
[47/189] Compiling ModernAVPlayer PlayingState.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
[48/189] Compiling ModernAVPlayer StoppedState.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
[49/189] Compiling ModernAVPlayer WaitingNetworkState.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
BUILD FAILURE 6.1 macosSpm