Build Information
Successful build of AudioManager, reference 25.11.22 (77da47), with Swift 6.1 for macOS (SPM) on 22 Nov 2025 05:05:54 UTC.
Swift 6 data race errors: 0
Build Command
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 InferSendableFromCapturesBuild Log
========================================
RunAll
========================================
Builder version: 4.68.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/markbattistella/AudioManager.git
Reference: 25.11.22
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/markbattistella/AudioManager
* tag 25.11.22 -> FETCH_HEAD
HEAD is now at 77da47d 2025-11-22
Cloned https://github.com/markbattistella/AudioManager.git
Revision (git rev-parse @):
77da47dc6b2318503356442409de67e3def10c3e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/markbattistella/AudioManager.git at 25.11.22
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/markbattistella/AudioManager.git
https://github.com/markbattistella/AudioManager.git
{
"dependencies" : [
{
"identity" : "defaultskit",
"requirement" : {
"range" : [
{
"lower_bound" : "25.0.0",
"upper_bound" : "26.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/markbattistella/DefaultsKit"
},
{
"identity" : "triggerkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/markbattistella/TriggerKit"
}
],
"manifest_display_name" : "AudioManager",
"name" : "AudioManager",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "maccatalyst",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "AudioManager",
"targets" : [
"AudioManager"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AudioManager",
"module_type" : "SwiftTarget",
"name" : "AudioManager",
"path" : "Sources/AudioManager",
"product_dependencies" : [
"DefaultsKit",
"TriggerKit"
],
"product_memberships" : [
"AudioManager"
],
"sources" : [
"AudioCompatibility.swift",
"AudioFeedbackPerformer.swift",
"AudioFeedbackSettings.swift",
"AudioUserDefaultsKey.swift",
"Protocols/SoundRepresentable.swift",
"Protocols/SystemSoundRepresentable.swift",
"System Sounds/ModernSystemSound.swift",
"System Sounds/NanoSystemSound.swift",
"System Sounds/NewSystemSound.swift",
"System Sounds/UISystemSound.swift",
"SystemSound.swift",
"UserDefaults+Ext.swift",
"View+Ext.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
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/5] Write sources
[2/5] Copying PrivacyInfo.xcprivacy
[3/5] Write sources
[4/5] Write swift-version-2F0A5646E1D333AE.txt
[6/14] Compiling DefaultsKit UserDefaultsKeyRepresentable.swift
[7/14] Compiling DefaultsKit resource_bundle_accessor.swift
[8/14] Compiling DefaultsKit DefaultsPersisted.swift
[9/14] Compiling DefaultsKit UserDefaults+Ext.swift
[10/14] Emitting module DefaultsKit
[11/14] Compiling DefaultsKit AppStorage+Ext.swift
[12/14] Emitting module TriggerKit
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[13/14] Compiling TriggerKit StateChangeModifier.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[14/14] Compiling TriggerKit TriggerActionPerformable.swift
<unknown>:0: warning: upcoming feature 'InferSendableFromCaptures' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'GlobalActorIsolatedTypesUsability' is already enabled as of Swift version 6
<unknown>:0: warning: upcoming feature 'DisableOutwardActorInference' is already enabled as of Swift version 6
[15/27] Compiling AudioManager NanoSystemSound.swift
[16/28] Compiling AudioManager UserDefaults+Ext.swift
[17/28] Compiling AudioManager NewSystemSound.swift
[18/28] Compiling AudioManager AudioFeedbackSettings.swift
[19/28] Compiling AudioManager AudioUserDefaultsKey.swift
[20/28] Compiling AudioManager UISystemSound.swift
[21/28] Compiling AudioManager SystemSound.swift
[22/28] Compiling AudioManager ModernSystemSound.swift
[23/28] Compiling AudioManager SoundRepresentable.swift
[24/28] Compiling AudioManager SystemSoundRepresentable.swift
[25/28] Compiling AudioManager View+Ext.swift
[26/28] Emitting module AudioManager
[27/28] Compiling AudioManager AudioCompatibility.swift
[28/28] Compiling AudioManager AudioFeedbackPerformer.swift
Build complete! (13.35s)
Fetching https://github.com/markbattistella/TriggerKit
Fetching https://github.com/markbattistella/DefaultsKit
[1/108] Fetching defaultskit
[109/139] Fetching defaultskit, triggerkit
Fetched https://github.com/markbattistella/TriggerKit from cache (0.66s)
Fetched https://github.com/markbattistella/DefaultsKit from cache (0.66s)
Computing version for https://github.com/markbattistella/DefaultsKit
Computed https://github.com/markbattistella/DefaultsKit at 25.11.22 (1.17s)
Computing version for https://github.com/markbattistella/TriggerKit
Computed https://github.com/markbattistella/TriggerKit at 1.0.1 (0.50s)
Creating working copy for https://github.com/markbattistella/DefaultsKit
Working copy of https://github.com/markbattistella/DefaultsKit resolved at 25.11.22
Creating working copy for https://github.com/markbattistella/TriggerKit
Working copy of https://github.com/markbattistella/TriggerKit resolved at 1.0.1
Build complete.
{
"dependencies" : [
{
"identity" : "defaultskit",
"requirement" : {
"range" : [
{
"lower_bound" : "25.0.0",
"upper_bound" : "26.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/markbattistella/DefaultsKit"
},
{
"identity" : "triggerkit",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/markbattistella/TriggerKit"
}
],
"manifest_display_name" : "AudioManager",
"name" : "AudioManager",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "14.0"
},
{
"name" : "macos",
"version" : "11.0"
},
{
"name" : "maccatalyst",
"version" : "14.0"
},
{
"name" : "tvos",
"version" : "14.0"
},
{
"name" : "visionos",
"version" : "1.0"
}
],
"products" : [
{
"name" : "AudioManager",
"targets" : [
"AudioManager"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "AudioManager",
"module_type" : "SwiftTarget",
"name" : "AudioManager",
"path" : "Sources/AudioManager",
"product_dependencies" : [
"DefaultsKit",
"TriggerKit"
],
"product_memberships" : [
"AudioManager"
],
"sources" : [
"AudioCompatibility.swift",
"AudioFeedbackPerformer.swift",
"AudioFeedbackSettings.swift",
"AudioUserDefaultsKey.swift",
"Protocols/SoundRepresentable.swift",
"Protocols/SystemSoundRepresentable.swift",
"System Sounds/ModernSystemSound.swift",
"System Sounds/NanoSystemSound.swift",
"System Sounds/NewSystemSound.swift",
"System Sounds/UISystemSound.swift",
"SystemSound.swift",
"UserDefaults+Ext.swift",
"View+Ext.swift"
],
"type" : "library"
}
],
"tools_version" : "5.10"
}
Done.