The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PianoRoll, reference main (bc0075), with Swift 6.0 for macOS (SPM) on 12 Mar 2026 20:47:27 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.68.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 bc0075a Custom note views (#16)
Cloned https://github.com/AudioKit/PianoRoll.git
Revision (git rev-parse @):
bc0075a62ff6202175226f17721277f734cc59f9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/AudioKit/PianoRoll.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/AudioKit/PianoRoll.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/11] Compiling PianoRoll PianoRollNoteView.swift
[4/11] Compiling PianoRoll PreferenceKeys.swift
[5/11] Compiling PianoRoll PianoRoll.swift
[6/11] Compiling PianoRoll PianoRollModel.swift
[7/11] Compiling PianoRoll PianoRollNote.swift
[8/11] Compiling PianoRoll DefaultNoteView.swift
[9/11] Emitting module PianoRoll
[10/11] Compiling PianoRoll PianoRollGrid.swift
[11/11] Compiling PianoRoll VerticalPianoRollNoteView.swift
Build complete! (9.04s)
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" : [
        "DefaultNoteView.swift",
        "PianoRoll.swift",
        "PianoRollGrid.swift",
        "PianoRollModel.swift",
        "PianoRollNote.swift",
        "PianoRollNoteView.swift",
        "PreferenceKeys.swift",
        "VerticalPianoRollNoteView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.5"
}
Done.