Build Information
Failed to build AudioVisualService, reference 0.0.1 (3a3d27), with Swift 5.10 for macOS (SPM) on 10 Dec 2025 17:53:58 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/iankoex/AudioVisualService.git
Reference: 0.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/iankoex/AudioVisualService
* tag 0.0.1 -> FETCH_HEAD
HEAD is now at 3a3d275 update readme and release
Cloned https://github.com/iankoex/AudioVisualService.git
Revision (git rev-parse @):
3a3d2755a22ae8dbc1ae887d746f2325efdde3cd
SUCCESS checkout https://github.com/iankoex/AudioVisualService.git at 0.0.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/iankoex/AudioVisualService.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
error: emit-module command failed with exit code 1 (use -v to see invocation)
[3/18] Compiling AudioVisualService CodableURLResponse.swift
[4/18] Compiling AudioVisualService CachingAVURLAsset.swift
[5/18] Emitting module AudioVisualService
/Users/admin/builder/spi-builder-workspace/Sources/AudioVisualService/CacheManager/CacheManager.swift:53:9: warning: stored property 'cachedCodableURLResponse' of 'Sendable'-conforming class 'CacheManager' is mutable
var cachedCodableURLResponse: CodableURLResponse? = nil
^
/Users/admin/builder/spi-builder-workspace/Sources/AudioVisualService/CachingPlayerItem.swift:28:20: error: 'Sendable' class 'CachingPlayerItem' cannot inherit from another class other than 'NSObject'
public final class CachingPlayerItem: AVPlayerItem, Sendable {
^
[6/19] Compiling AudioVisualService ResourceLoader+Delegate.swift
[7/19] Compiling AudioVisualService LoadingRequest.swift
[8/19] Compiling AudioVisualService Preloader.swift
[9/19] Compiling AudioVisualService ContentInformationRequest.swift
[10/19] Compiling AudioVisualService CacheManager+Data.swift
[11/19] Compiling AudioVisualService CacheManager+DataRange.swift
[12/19] Compiling AudioVisualService AudioVisualServiceDelegate.swift
[13/19] Compiling AudioVisualService CacheManager+CachedResponse.swift
[14/19] Compiling AudioVisualService DataRequest.swift
[15/19] Compiling AudioVisualService CacheManager+Helpers.swift
/Users/admin/builder/spi-builder-workspace/Sources/AudioVisualService/CacheManager/CacheManager.swift:53:9: warning: stored property 'cachedCodableURLResponse' of 'Sendable'-conforming class 'CacheManager' is mutable
var cachedCodableURLResponse: CodableURLResponse? = nil
^
[16/19] Compiling AudioVisualService CacheManager.swift
/Users/admin/builder/spi-builder-workspace/Sources/AudioVisualService/CacheManager/CacheManager.swift:53:9: warning: stored property 'cachedCodableURLResponse' of 'Sendable'-conforming class 'CacheManager' is mutable
var cachedCodableURLResponse: CodableURLResponse? = nil
^
[17/19] Compiling AudioVisualService CachingPlayerItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/AudioVisualService/CachingPlayerItem.swift:28:20: error: 'Sendable' class 'CachingPlayerItem' cannot inherit from another class other than 'NSObject'
public final class CachingPlayerItem: AVPlayerItem, Sendable {
^
[18/19] Compiling AudioVisualService URL+md5String.swift
/Users/admin/builder/spi-builder-workspace/Sources/AudioVisualService/CachingPlayerItem.swift:28:20: error: 'Sendable' class 'CachingPlayerItem' cannot inherit from another class other than 'NSObject'
public final class CachingPlayerItem: AVPlayerItem, Sendable {
^
[19/19] Compiling AudioVisualService ResourceLoader.swift
/Users/admin/builder/spi-builder-workspace/Sources/AudioVisualService/ResourceLoaderDelegate/ResourceLoader.swift:58:9: warning: actor-isolated instance method 'invalidate()' can not be referenced from a non-isolated context; this is an error in Swift 6
invalidate()
^
/Users/admin/builder/spi-builder-workspace/Sources/AudioVisualService/ResourceLoaderDelegate/ResourceLoader.swift:66:17: note: calls to instance method 'invalidate()' from outside of its actor context are implicitly asynchronous
public func invalidate() {
^
error: fatalError
BUILD FAILURE 5.10 macosSpm