The Swift Package Index logo.Swift Package Index

Build Information

Successful build of PianoRoll with Swift 5.10 for macOS (SPM).

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.29.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AudioKit/PianoRoll.git
Reference: main
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/AudioKit/PianoRoll
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at fa7d51e Cleanup: Use binding with ForEach
Cloned https://github.com/AudioKit/PianoRoll.git
Revision (git rev-parse @):
fa7d51e1826f4877bc7f37c57d58fd21d3bc8dd7
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/AudioKit/PianoRoll.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $workDir
https://github.com/AudioKit/PianoRoll.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0-Beta.2.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--423B1241ED78D482.txt
[3/10] Compiling PianoRoll PianoRollNote.swift
[4/10] Compiling PianoRoll PreferenceKeys.swift
[5/10] Compiling PianoRoll PianoRollGrid.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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'
    var layout: PianoRoll.Layout
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PianoRoll/PianoRoll.swift:9:17: note: consider making enum 'Layout' conform to the 'Sendable' protocol
    public enum Layout {
                ^
                       : Sendable
[6/10] Compiling PianoRoll PianoRollNoteView.swift
[7/10] Compiling PianoRoll VerticalPianoRollNoteView.swift
[8/10] Compiling PianoRoll PianoRollModel.swift
[9/10] Emitting module PianoRoll
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-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'
    var layout: PianoRoll.Layout
        ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/PianoRoll/PianoRoll.swift:9:17: note: consider making enum 'Layout' conform to the 'Sendable' protocol
    public enum Layout {
                ^
                       : Sendable
[10/10] Compiling PianoRoll PianoRoll.swift
Build complete! (10.56s)
Build complete.
Done.