Build Information
Successful build of PianoRoll, reference main (334849
), with Swift 5.10 for macOS (SPM) on 31 Dec 2024 05:48:27 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.60.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AudioKit/PianoRoll.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AudioKit/PianoRoll
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 3348496 Fix concurrency warning
Cloned https://github.com/AudioKit/PianoRoll.git
Revision (git rev-parse @):
33484960c58b775eb58dcb565122368efb17bb28
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/AudioKit/PianoRoll.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/AudioKit/PianoRoll.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/10] Compiling PianoRoll PianoRollGrid.swift
[4/10] Compiling PianoRoll PianoRollNote.swift
[5/10] Emitting module PianoRoll
[6/10] Compiling PianoRoll PianoRoll.swift
[7/10] Compiling PianoRoll PreferenceKeys.swift
[8/10] Compiling PianoRoll PianoRollModel.swift
[9/10] Compiling PianoRoll VerticalPianoRollNoteView.swift
[10/10] Compiling PianoRoll PianoRollNoteView.swift
Build complete! (9.64s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PianoRoll",
"name" : "PianoRoll",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "macos",
"version" : "12.0"
},
{
"name" : "ios",
"version" : "15.0"
}
],
"products" : [
{
"name" : "PianoRoll",
"targets" : [
"PianoRoll"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PianoRollTests",
"module_type" : "SwiftTarget",
"name" : "PianoRollTests",
"path" : "Tests/PianoRollTests",
"sources" : [
"PianoRollTests.swift"
],
"target_dependencies" : [
"PianoRoll"
],
"type" : "test"
},
{
"c99name" : "PianoRoll",
"module_type" : "SwiftTarget",
"name" : "PianoRoll",
"path" : "Sources/PianoRoll",
"product_memberships" : [
"PianoRoll"
],
"sources" : [
"PianoRoll.swift",
"PianoRollGrid.swift",
"PianoRollModel.swift",
"PianoRollNote.swift",
"PianoRollNoteView.swift",
"PreferenceKeys.swift",
"VerticalPianoRollNoteView.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
Done.