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, reference develop (7bbedb), with Swift 6.1 for macOS (SPM) on 26 Apr 2025 07:14:55 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: 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
Fetching https://github.com/ReactiveX/RxSwift.git
[1/52676] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.49s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.1 (5.14s)
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.49s)
Fetching https://github.com/ReactiveX/RxSwift.git from cache
Fetched https://github.com/ReactiveX/RxSwift.git from cache (0.63s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.3 (0.68s)
Creating working copy for https://github.com/noreasonprojects/ModernAVPlayer.git
Working copy of https://github.com/noreasonprojects/ModernAVPlayer.git resolved at develop (7bbedbe)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 5.1.3
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 TakeLast.swift
[9/205] Compiling RxSwift TakeUntil.swift
[10/205] Compiling RxSwift TakeWhile.swift
[11/205] Compiling RxSwift Throttle.swift
[12/205] Compiling RxSwift Timeout.swift
[13/205] Compiling RxSwift Timer.swift
[14/205] Compiling RxSwift ToArray.swift
[15/205] Compiling RxSwift Using.swift
[16/205] Compiling RxSwift VirtualTimeConverterType.swift
[17/205] Compiling RxSwift VirtualTimeScheduler.swift
[18/205] Compiling RxSwift Window.swift
[19/205] Compiling RxSwift WithLatestFrom.swift
[20/205] Compiling RxSwift Zip+Collection.swift
[21/205] Compiling RxSwift Zip+arity.swift
[22/205] Compiling RxSwift Zip.swift
[23/205] Compiling RxSwift CurrentThreadScheduler.swift
[24/205] Compiling RxSwift Date+Dispatch.swift
[25/205] Compiling RxSwift Debounce.swift
[26/205] Compiling RxSwift Debug.swift
[27/205] Compiling RxSwift DefaultIfEmpty.swift
[28/205] Compiling RxSwift Deferred.swift
[29/205] Compiling RxSwift Delay.swift
[30/205] Compiling RxSwift DelaySubscription.swift
[31/205] Compiling RxSwift Dematerialize.swift
[32/205] Compiling RxSwift Deprecated.swift
[33/205] Compiling RxSwift DispatchQueue+Extensions.swift
[34/205] Compiling RxSwift DispatchQueueConfiguration.swift
[35/205] Compiling RxSwift Disposable.swift
[36/205] Compiling RxSwift Disposables.swift
[37/205] Compiling RxSwift DisposeBag.swift
[38/205] Compiling RxSwift Buffer.swift
[39/205] Compiling RxSwift Cancelable.swift
[40/205] Compiling RxSwift Catch.swift
[41/205] Compiling RxSwift CombineLatest+Collection.swift
[42/205] Compiling RxSwift CombineLatest+arity.swift
[43/205] Compiling RxSwift CombineLatest.swift
[44/205] Compiling RxSwift CompactMap.swift
[45/205] Compiling RxSwift Completable+AndThen.swift
[46/205] Compiling RxSwift Completable.swift
[47/205] Compiling RxSwift CompositeDisposable.swift
[48/205] Compiling RxSwift Concat.swift
[49/205] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
[50/205] Compiling RxSwift ConcurrentMainScheduler.swift
[51/205] Compiling RxSwift ConnectableObservableType.swift
[52/205] Compiling RxSwift Create.swift
[53/205] Compiling RxSwift PriorityQueue.swift
[54/205] Compiling RxSwift Producer.swift
[55/205] Compiling RxSwift PublishSubject.swift
[56/205] Compiling RxSwift Queue.swift
[57/205] Compiling RxSwift Range.swift
[58/205] Compiling RxSwift Reactive.swift
[59/205] Compiling RxSwift RecursiveLock.swift
[60/205] Compiling RxSwift RecursiveScheduler.swift
[61/205] Compiling RxSwift Reduce.swift
[62/205] Compiling RxSwift RefCountDisposable.swift
[63/205] Compiling RxSwift Repeat.swift
[64/205] Compiling RxSwift ReplaySubject.swift
[65/205] Compiling RxSwift RetryWhen.swift
[66/205] Compiling RxSwift Rx.swift
[67/205] Compiling RxSwift RxMutableBox.swift
[68/205] Compiling RxSwift Skip.swift
[69/205] Compiling RxSwift SkipUntil.swift
[70/205] Compiling RxSwift SkipWhile.swift
[71/205] Compiling RxSwift StartWith.swift
[72/205] Compiling RxSwift SubjectType.swift
[73/205] Compiling RxSwift SubscribeOn.swift
[74/205] Compiling RxSwift SubscriptionDisposable.swift
[75/205] Compiling RxSwift SwiftSupport.swift
[76/205] Compiling RxSwift Switch.swift
[77/205] Compiling RxSwift SwitchIfEmpty.swift
[78/205] Compiling RxSwift SynchronizedDisposeType.swift
[79/205] Compiling RxSwift SynchronizedOnType.swift
[80/205] Compiling RxSwift SynchronizedUnsubscribeType.swift
[81/205] Compiling RxSwift TailRecursiveSink.swift
[82/205] Compiling RxSwift Take.swift
[83/205] Compiling RxSwift DisposeBase.swift
[84/205] Compiling RxSwift DistinctUntilChanged.swift
[85/205] Compiling RxSwift Do.swift
[86/205] Compiling RxSwift ElementAt.swift
[87/205] Compiling RxSwift Empty.swift
[88/205] Compiling RxSwift Enumerated.swift
[89/205] Compiling RxSwift Error.swift
[90/205] Compiling RxSwift Errors.swift
[91/205] Compiling RxSwift Event.swift
[92/205] Compiling RxSwift Filter.swift
[93/205] Compiling RxSwift First.swift
[94/205] Compiling RxSwift Generate.swift
[95/205] Compiling RxSwift GroupBy.swift
[96/205] Compiling RxSwift GroupedObservable.swift
[97/205] Compiling RxSwift HistoricalScheduler.swift
[98/205] Compiling RxSwift AddRef.swift
[99/205] Compiling RxSwift Amb.swift
[100/205] Compiling RxSwift AnonymousDisposable.swift
[101/205] Compiling RxSwift AnonymousObserver.swift
[102/205] Compiling RxSwift AnyObserver.swift
[103/205] Compiling RxSwift AsMaybe.swift
[104/205] Compiling RxSwift AsSingle.swift
[105/205] Compiling RxSwift AsyncLock.swift
[106/205] Compiling RxSwift AsyncSubject.swift
[107/205] Compiling RxSwift AtomicInt.swift
[108/205] Compiling RxSwift Bag+Rx.swift
[109/205] Compiling RxSwift Bag.swift
[110/205] Compiling RxSwift BehaviorSubject.swift
[111/205] Compiling RxSwift BinaryDisposable.swift
[112/205] Compiling RxSwift BooleanDisposable.swift
[113/205] Compiling RxSwift NopDisposable.swift
[114/205] Compiling RxSwift Observable.swift
[115/205] Compiling RxSwift ObservableConvertibleType.swift
[116/205] Compiling RxSwift ObservableType+Extensions.swift
[117/205] Compiling RxSwift ObservableType+PrimitiveSequence.swift
[118/205] Compiling RxSwift ObservableType.swift
[119/205] Compiling RxSwift ObserveOn.swift
[120/205] Compiling RxSwift ObserverBase.swift
[121/205] Compiling RxSwift ObserverType.swift
[122/205] Compiling RxSwift OperationQueueScheduler.swift
[123/205] Compiling RxSwift Optional.swift
[124/205] Compiling RxSwift Platform.Darwin.swift
[125/205] Compiling RxSwift Platform.Linux.swift
[126/205] Compiling RxSwift PrimitiveSequence+Zip+arity.swift
[127/205] Compiling RxSwift PrimitiveSequence.swift
[128/205] Compiling RxSwift Sample.swift
[129/205] Compiling RxSwift Scan.swift
[130/205] Compiling RxSwift ScheduledDisposable.swift
[131/205] Compiling RxSwift ScheduledItem.swift
[132/205] Compiling RxSwift ScheduledItemType.swift
[133/205] Compiling RxSwift SchedulerServices+Emulation.swift
[134/205] Compiling RxSwift SchedulerType.swift
[135/205] Compiling RxSwift Sequence.swift
[136/205] Compiling RxSwift SerialDispatchQueueScheduler.swift
[137/205] Compiling RxSwift SerialDisposable.swift
[138/205] Compiling RxSwift ShareReplayScope.swift
[139/205] Compiling RxSwift Single.swift
[140/205] Compiling RxSwift SingleAssignmentDisposable.swift
[141/205] Compiling RxSwift SingleAsync.swift
[142/205] Compiling RxSwift Sink.swift
[143/205] Compiling RxSwift HistoricalSchedulerTimeConverter.swift
[144/205] Compiling RxSwift ImmediateSchedulerType.swift
[145/205] Compiling RxSwift InfiniteSequence.swift
[146/205] Compiling RxSwift InvocableScheduledItem.swift
[147/205] Compiling RxSwift InvocableType.swift
[148/205] Compiling RxSwift Just.swift
[149/205] Compiling RxSwift Lock.swift
[150/205] Compiling RxSwift LockOwnerType.swift
[151/205] Compiling RxSwift MainScheduler.swift
[152/205] Compiling RxSwift Map.swift
[153/205] Compiling RxSwift Materialize.swift
[154/205] Compiling RxSwift Maybe.swift
[155/205] Compiling RxSwift Merge.swift
[156/205] Compiling RxSwift Multicast.swift
[157/205] Compiling RxSwift Never.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 Observable+Bind.swift
[163/214] Compiling RxRelay BehaviorRelay.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
[169/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
[170/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
[171/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
[172/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
/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 _RXKVOObserver.m
[210/214] Compiling RxCocoaRuntime _RXObjCRuntime.m
[210/214] Compiling RxCocoaRuntime _RXDelegateProxy.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 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
[3/185] 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
[4/185] 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
[5/185] 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
[6/185] 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
[7/189] 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
[8/189] 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
[9/189] 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
[10/189] 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
[11/189] 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
[12/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
[13/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
[14/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
[15/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
[16/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
[17/189] Compiling RxSwift Disposables.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 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
[19/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
[20/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
[21/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
[22/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
[23/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
[24/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
[25/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
[26/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
[27/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
[28/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
[29/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
[30/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
[31/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
[32/189] Compiling RxSwift Deprecated.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 DispatchQueue+Extensions.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 DispatchQueueConfiguration.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 Disposable.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 DefaultIfEmpty.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 Deferred.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 Delay.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 DelaySubscription.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 Dematerialize.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 CurrentThreadScheduler.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 Date+Dispatch.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 Debounce.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 Debug.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)
[45/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
[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