The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Failed to build NextLevelSessionExporter, reference main (a43ba2), with Swift 5.10 for macOS (SPM) on 8 Sep 2025 08:44:38 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/NextLevel/NextLevelSessionExporter.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/NextLevel/NextLevelSessionExporter
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at a43ba2c update settings
Cloned https://github.com/NextLevel/NextLevelSessionExporter.git
Revision (git rev-parse @):
a43ba2cac01ce652ead8253942c327f11b06a8f7
SUCCESS checkout https://github.com/NextLevel/NextLevelSessionExporter.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/NextLevel/NextLevelSessionExporter.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/4] Emitting module SessionExporter
/Users/admin/builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:652:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func validateVideoOutputConfiguration() -> Bool {
    ^~~~
    public
[4/4] Compiling SessionExporter NextLevelSessionExporter.swift
/Users/admin/builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:652:5: warning: non-'@objc' instance method in extensions cannot be overridden; use 'public' instead
    open func validateVideoOutputConfiguration() -> Bool {
    ^~~~
    public
/Users/admin/builder/spi-builder-workspace/Sources/NextLevelSessionExporter.swift:394:69: error: cannot find 'kAudioFormatAPAC' in scope
            for mediaSubtype in mediaSubtypes where mediaSubtype != kAudioFormatAPAC {
                                                                    ^~~~~~~~~~~~~~~~
error: fatalError
BUILD FAILURE 5.10 macosSpm