The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PianoRoll, reference 1.0.7 (49e5b6), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 21:23:17 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AudioKit/PianoRoll.git
Reference: 1.0.7
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AudioKit/PianoRoll
 * tag               1.0.7      -> FETCH_HEAD
HEAD is now at 49e5b61 Reorder PianoRollNote params (#14)
Cloned https://github.com/AudioKit/PianoRoll.git
Revision (git rev-parse @):
49e5b619ffbd581431b5baa99054fa1a6982c404
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/AudioKit/PianoRoll.git at 1.0.7
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/AudioKit/PianoRoll.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/10] Compiling PianoRoll PreferenceKeys.swift
[4/10] Compiling PianoRoll PianoRollNoteView.swift
[5/10] Compiling PianoRoll PianoRollNote.swift
[6/10] Compiling PianoRoll PianoRollModel.swift
[7/10] Compiling PianoRoll PianoRoll.swift
[8/10] Compiling PianoRoll PianoRollGrid.swift
/Users/admin/builder/spi-builder-workspace/Sources/PianoRoll/PianoRollGrid.swift:13:9: warning: stored property 'layout' of 'Sendable'-conforming struct 'PianoRollGrid' has non-sendable type 'PianoRoll.Layout'; this is an error in the Swift 6 language mode
11 |     var length: Int
12 |     var height: Int
13 |     var layout: PianoRoll.Layout
   |         `- warning: stored property 'layout' of 'Sendable'-conforming struct 'PianoRollGrid' has non-sendable type 'PianoRoll.Layout'; this is an error in the Swift 6 language mode
14 |
15 |     func path(in rect: CGRect) -> Path {
/Users/admin/builder/spi-builder-workspace/Sources/PianoRoll/PianoRoll.swift:9:17: note: consider making enum 'Layout' conform to the 'Sendable' protocol
  7 | /// Note: Requires macOS 12 / iOS 15 due to SwiftUI bug (crashes in SwiftUI when deleting notes).
  8 | public struct PianoRoll: View {
  9 |     public enum Layout {
    |                 `- note: consider making enum 'Layout' conform to the 'Sendable' protocol
 10 |         case horizontal
 11 |         case vertical
[9/10] Emitting module PianoRoll
/Users/admin/builder/spi-builder-workspace/Sources/PianoRoll/PianoRollGrid.swift:13:9: warning: stored property 'layout' of 'Sendable'-conforming struct 'PianoRollGrid' has non-sendable type 'PianoRoll.Layout'; this is an error in the Swift 6 language mode
11 |     var length: Int
12 |     var height: Int
13 |     var layout: PianoRoll.Layout
   |         `- warning: stored property 'layout' of 'Sendable'-conforming struct 'PianoRollGrid' has non-sendable type 'PianoRoll.Layout'; this is an error in the Swift 6 language mode
14 |
15 |     func path(in rect: CGRect) -> Path {
/Users/admin/builder/spi-builder-workspace/Sources/PianoRoll/PianoRoll.swift:9:17: note: consider making enum 'Layout' conform to the 'Sendable' protocol
  7 | /// Note: Requires macOS 12 / iOS 15 due to SwiftUI bug (crashes in SwiftUI when deleting notes).
  8 | public struct PianoRoll: View {
  9 |     public enum Layout {
    |                 `- note: consider making enum 'Layout' conform to the 'Sendable' protocol
 10 |         case horizontal
 11 |         case vertical
[10/10] Compiling PianoRoll VerticalPianoRollNoteView.swift
Build complete! (8.98s)
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.