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.0 for macOS (SPM) on 27 Nov 2024 21:52:52 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: 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/52393] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.48s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.1 (0.60s)
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.53s)
Fetching https://github.com/ReactiveX/RxSwift.git from cache
Fetched https://github.com/ReactiveX/RxSwift.git from cache (0.68s)
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/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.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
[7/190] Compiling RxSwift Skip.swift
[8/190] Compiling RxSwift SkipUntil.swift
[9/190] Compiling RxSwift SkipWhile.swift
[10/190] Compiling RxSwift StartWith.swift
[11/190] Compiling RxSwift SubjectType.swift
[12/190] Compiling RxSwift SubscribeOn.swift
[13/190] Compiling RxSwift SubscriptionDisposable.swift
[14/190] Compiling RxSwift SwiftSupport.swift
[15/190] Compiling RxSwift Switch.swift
[16/190] Compiling RxSwift SwitchIfEmpty.swift
[17/190] Compiling RxSwift SynchronizedDisposeType.swift
[18/190] Compiling RxSwift SynchronizedOnType.swift
[19/190] Compiling RxSwift SynchronizedUnsubscribeType.swift
[20/190] Compiling RxSwift TailRecursiveSink.swift
[21/190] Compiling RxSwift Take.swift
[22/205] Compiling RxSwift CompositeDisposable.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/205] Compiling RxSwift Concat.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/205] Compiling RxSwift ConcurrentDispatchQueueScheduler.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/205] Compiling RxSwift ConcurrentMainScheduler.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/205] Compiling RxSwift ConnectableObservableType.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/209] 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
[28/209] 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
[29/209] 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
[30/209] 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
[31/209] 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
[32/209] 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
[33/209] 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
[34/209] 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
[35/209] 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
[36/209] 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
[37/209] 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
[38/209] 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
[39/209] 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
[40/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
[41/209] 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
[42/209] 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
[43/209] 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
[44/209] 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
[45/209] 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
[46/209] 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
[47/209] 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
[48/209] 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
[49/209] 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
[50/209] 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
[51/209] 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
[52/209] 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
[53/209] 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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[54/209] 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
[55/209] 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
[56/209] 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
[57/209] 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
[58/209] 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
[59/209] 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
[60/209] 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
[61/209] Compiling RxSwift Buffer.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
[62/209] Compiling RxSwift Cancelable.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
[63/209] Compiling RxSwift Catch.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
[64/209] Compiling RxSwift CombineLatest+Collection.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
[65/209] Compiling RxSwift CombineLatest+arity.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
[66/209] Compiling RxSwift CombineLatest.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
[67/209] Compiling RxSwift CompactMap.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
[68/209] Compiling RxSwift Completable+AndThen.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
[69/209] Compiling RxSwift Completable.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.0 macosSpm