This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Failed to build ModernAVPlayer with Swift 6.0 for Linux.

Build Command

bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/noreasonprojects/ModernAVPlayer.git
Reference: develop
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/noreasonprojects/ModernAVPlayer
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 7bbedbe Merge pull request #192 from noreasonprojects/bug/revert-default-audiosession-category-option
Cloned https://github.com/noreasonprojects/ModernAVPlayer.git
Revision (git rev-parse @):
7bbedbe1013ba1ee283e8d28a392df6758a9228d
SUCCESS checkout https://github.com/noreasonprojects/ModernAVPlayer.git at develop
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/noreasonprojects/ModernAVPlayer.git
Running build ...
bash -c docker run --rm -v "checkouts-4606859-0":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Fetching https://github.com/ReactiveX/RxSwift.git
[1/51416] Fetching rxswift
Fetched https://github.com/ReactiveX/RxSwift.git from cache (4.42s)
Computing version for https://github.com/ReactiveX/RxSwift.git
Computed https://github.com/ReactiveX/RxSwift.git at 5.1.1 (0.46s)
Creating working copy for https://github.com/ReactiveX/RxSwift.git
Working copy of https://github.com/ReactiveX/RxSwift.git resolved at 5.1.1
Building for debugging...
[0/6] Write sources
[5/6] Write swift-version-24593BA9C3E375BF.txt
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/182] Emitting module ModernAVPlayer
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[8/187] Emitting module RxSwift
[9/205] Compiling ModernAVPlayer LoadingMediaState.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[10/205] Compiling ModernAVPlayer PausedState.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[11/205] Compiling ModernAVPlayer PlayingState.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[12/205] Compiling ModernAVPlayer StoppedState.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[13/205] Compiling ModernAVPlayer WaitingNetworkState.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[14/205] Compiling RxSwift AsSingle.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[15/205] Compiling RxSwift AsyncLock.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[16/205] Compiling RxSwift AsyncSubject.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[17/205] Compiling RxSwift AtomicInt.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[18/205] Compiling RxSwift Bag+Rx.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[19/205] Compiling RxSwift Bag.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[20/205] Compiling RxSwift Dematerialize.swift
[21/205] Compiling RxSwift Deprecated.swift
[22/205] Compiling RxSwift DispatchQueue+Extensions.swift
[23/205] Compiling RxSwift DispatchQueueConfiguration.swift
[29/205] Compiling RxSwift Do.swift
[30/205] Compiling RxSwift ElementAt.swift
[31/205] Compiling RxSwift Empty.swift
[32/205] Compiling RxSwift Enumerated.swift
[33/205] Compiling RxSwift Error.swift
[34/205] Compiling RxSwift Errors.swift
[35/205] Compiling RxSwift Event.swift
[36/205] Compiling RxSwift Filter.swift
[37/205] Compiling RxSwift First.swift
[38/205] Compiling RxSwift Generate.swift
[39/205] Compiling RxSwift AddRef.swift
[40/205] Compiling RxSwift Amb.swift
[41/205] Compiling RxSwift AnonymousDisposable.swift
[42/205] Compiling RxSwift AnonymousObserver.swift
[43/205] Compiling RxSwift AnyObserver.swift
[44/205] Compiling RxSwift AsMaybe.swift
[51/205] Compiling RxSwift BehaviorSubject.swift
[52/205] Compiling RxSwift BinaryDisposable.swift
[53/205] Compiling RxSwift BooleanDisposable.swift
[54/205] Compiling RxSwift Buffer.swift
[55/205] Compiling RxSwift Cancelable.swift
[56/205] Compiling RxSwift Catch.swift
[57/205] Compiling RxSwift CombineLatest+Collection.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[64/205] Compiling RxSwift Delay.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[65/205] Compiling RxSwift DelaySubscription.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[76/205] Compiling RxSwift CurrentThreadScheduler.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[77/205] Compiling RxSwift Date+Dispatch.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[78/205] Compiling RxSwift Debounce.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[79/205] Compiling RxSwift Debug.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[80/205] Compiling RxSwift DefaultIfEmpty.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[81/205] Compiling RxSwift Deferred.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[83/205] Compiling RxSwift CombineLatest+arity.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[84/205] Compiling RxSwift CombineLatest.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[85/205] Compiling RxSwift CompactMap.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[86/205] Compiling RxSwift Completable+AndThen.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[87/205] Compiling RxSwift Completable.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[88/205] Compiling RxSwift Reactive.swift
[89/205] Compiling RxSwift RecursiveLock.swift
[90/205] Compiling RxSwift RecursiveScheduler.swift
[91/205] Compiling RxSwift Reduce.swift
[92/205] Compiling RxSwift RefCountDisposable.swift
[93/205] Compiling RxSwift Repeat.swift
[94/205] Compiling RxSwift ReplaySubject.swift
[95/205] Compiling RxSwift RetryWhen.swift
[96/205] Compiling RxSwift Rx.swift
[97/205] Compiling RxSwift RxMutableBox.swift
[98/205] Compiling RxSwift Sample.swift
[99/205] Compiling RxSwift Scan.swift
[100/205] Compiling RxSwift ScheduledDisposable.swift
[101/205] Compiling RxSwift ScheduledItem.swift
[102/205] Compiling RxSwift ScheduledItemType.swift
[103/205] Compiling RxSwift SchedulerServices+Emulation.swift
[104/205] Compiling RxSwift SchedulerType.swift
[105/205] Compiling RxSwift Sequence.swift
[106/205] Compiling RxSwift SerialDispatchQueueScheduler.swift
[107/205] Compiling RxSwift SerialDisposable.swift
[108/205] Compiling RxSwift ShareReplayScope.swift
[109/205] Compiling RxSwift Single.swift
[110/205] Compiling RxSwift SingleAssignmentDisposable.swift
[111/205] Compiling RxSwift SingleAsync.swift
[112/205] Compiling RxSwift Sink.swift
[113/205] Compiling RxSwift Skip.swift
[114/205] Compiling RxSwift SkipUntil.swift
[115/205] Compiling RxSwift SkipWhile.swift
[116/205] Compiling RxSwift StartWith.swift
[117/205] Compiling RxSwift SubjectType.swift
[118/205] Compiling RxSwift SubscribeOn.swift
[119/205] Compiling RxSwift SubscriptionDisposable.swift
[120/205] Compiling RxSwift SwiftSupport.swift
[121/205] Compiling RxSwift Switch.swift
[122/205] Compiling RxSwift SwitchIfEmpty.swift
[123/205] Compiling RxSwift SynchronizedDisposeType.swift
[124/205] Compiling RxSwift SynchronizedOnType.swift
[125/205] Compiling RxSwift CompositeDisposable.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[126/205] Compiling RxSwift Concat.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[127/205] Compiling RxSwift ConcurrentDispatchQueueScheduler.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[128/205] Compiling RxSwift ConcurrentMainScheduler.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[129/205] Compiling RxSwift ConnectableObservableType.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
[130/205] Compiling RxSwift Create.swift
/host/spi-builder-workspace/Sources/Core/Components/CustomAudioSession.swift:27:8: error: no such module 'AVFoundation'
25 | // THE SOFTWARE.
26 |
27 | import AVFoundation
   |        `- error: no such module 'AVFoundation'
28 |
29 | protocol CustomAudioSession {
BUILD FAILURE 6.0 linux
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.