Build Information
Successful build of SystemSound, reference 0.7.0 (cb4327
), with Swift 5.9 for macOS (SPM) on 21 Mar 2025 05:54:06 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/swift-system-sound.git
Reference: 0.7.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/p-x9/swift-system-sound
* tag 0.7.0 -> FETCH_HEAD
HEAD is now at cb4327b Merge pull request #12 from p-x9/feature/support-haptic-only-sound
Cloned https://github.com/p-x9/swift-system-sound.git
Revision (git rev-parse @):
cb4327b223d55d01e9156539c8442db16f4b1f85
SUCCESS checkout https://github.com/p-x9/swift-system-sound.git at 0.7.0
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/p-x9/swift-system-sound.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/4] Compiling SystemSound SystemSoundKind.swift
[2/4] Emitting module SystemSound
[3/4] Compiling SystemSound SystemSound.swift
[4/4] Compiling SystemSound SystemSoundKeys.swift
Build complete! (6.32s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "SystemSound",
"name" : "SystemSound",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "SystemSound",
"targets" : [
"SystemSound"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SystemSoundTests",
"module_type" : "SwiftTarget",
"name" : "SystemSoundTests",
"path" : "Tests/SystemSoundTests",
"sources" : [
"SystemSoundTests.swift"
],
"target_dependencies" : [
"SystemSound"
],
"type" : "test"
},
{
"c99name" : "SystemSound",
"module_type" : "SwiftTarget",
"name" : "SystemSound",
"path" : "Sources/SystemSound",
"product_memberships" : [
"SystemSound"
],
"sources" : [
"SystemSound.swift",
"SystemSoundKeys.swift",
"SystemSoundKind.swift"
],
"type" : "library"
}
],
"tools_version" : "5.8"
}
Done.