This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

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

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.28.7
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AudioKit/PianoRoll.git
Reference: 1.0.7
Initialized empty Git repository in /Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-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/checkout/.spi.yml
SUCCESS checkout https://github.com/AudioKit/PianoRoll.git at 1.0.7
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "pianoroll",
      "name": "PianoRoll",
      "url": "https://github.com/AudioKit/PianoRoll.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/PianoRoll",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/AudioKit/PianoRoll.git from cache
Fetched https://github.com/AudioKit/PianoRoll.git (0.21s)
Creating working copy for https://github.com/AudioKit/PianoRoll.git
Working copy of https://github.com/AudioKit/PianoRoll.git resolved at 1.0.7
warning: '.resolve-product-dependencies': dependency 'pianoroll' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
https://github.com/AudioKit/PianoRoll.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/8] Compiling PianoRoll PianoRollModel.swift
[2/8] Compiling PianoRoll PianoRollGrid.swift
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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
[3/8] Compiling PianoRoll PianoRollNote.swift
[4/8] Emitting module PianoRoll
/Users/admin/builds/J1XnyXFH/0/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/admin/builds/J1XnyXFH/0/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
[5/8] Compiling PianoRoll PreferenceKeys.swift
[6/8] Compiling PianoRoll VerticalPianoRollNoteView.swift
[7/8] Compiling PianoRoll PianoRollNoteView.swift
[8/8] Compiling PianoRoll PianoRoll.swift
Build complete! (11.71s)
Build complete.
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/checkout/.docs/audiokit/pianoroll/1.0.7
Repository:               AudioKit/PianoRoll
Swift version used:       5.9
Target:                   PianoRoll
Generating documentation for 'PianoRoll'...
Converting documentation...
Conversion complete! (0.77s)
Generated DocC archive at '/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs/audiokit/pianoroll/1.0.7'
Fetching https://github.com/apple/swift-docc-plugin from cache
Fetched https://github.com/apple/swift-docc-plugin (0.63s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.3.0 (0.10s)
Fetching https://github.com/apple/swift-docc-symbolkit from cache
Fetched https://github.com/apple/swift-docc-symbolkit (1.26s)
Computing version for https://github.com/apple/swift-docc-symbolkit
Computed https://github.com/apple/swift-docc-symbolkit at 1.0.0 (0.20s)
Creating working copy for https://github.com/apple/swift-docc-symbolkit
Working copy of https://github.com/apple/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.3.0
Building for debugging...
[1/45] Emitting module Snippets
[2/45] Compiling Snippets SnippetParser.swift
[3/45] Compiling Snippets Snippet.swift
[4/45] Compiling SymbolKit SourceOrigin.swift
[5/45] Compiling SymbolKit GenericConstraints.swift
[6/45] Compiling SymbolKit Swift.swift
[7/45] Compiling SymbolKit SemanticVersion.swift
[8/45] Compiling SymbolKit AccessControl.swift
[9/45] Compiling SymbolKit Availability.swift
[10/50] Compiling SymbolKit AvailabilityItem.swift
[11/50] Compiling SymbolKit Domain.swift
[12/50] Compiling SymbolKit DeclarationFragments.swift
[13/50] Compiling SymbolKit Fragment.swift
[14/50] Compiling SymbolKit FragmentKind.swift
[15/50] Compiling SymbolKit FunctionParameter.swift
[16/50] Compiling SymbolKit Generics.swift
[17/50] Compiling SymbolKit Namespace.swift
[18/50] Compiling SymbolKit Symbol.swift
[19/50] Compiling SymbolKit SymbolKind.swift
[20/50] Compiling SymbolKit SymbolGraph.swift
[21/50] Compiling SymbolKit FunctionSignature.swift
[22/50] Compiling SymbolKit Identifier.swift
[23/50] Compiling SymbolKit KindIdentifier.swift
[24/50] Compiling SymbolKit Location.swift
[25/50] Compiling SymbolKit Mutability.swift
[26/50] Compiling SymbolKit Names.swift
[27/50] Compiling SymbolKit Mixin+Equals.swift
[28/50] Compiling SymbolKit Mixin+Hash.swift
[29/50] Compiling SymbolKit Mixin.swift
[30/50] Compiling SymbolKit LineList.swift
[31/50] Compiling SymbolKit Position.swift
[32/50] Compiling SymbolKit SourceRange.swift
[33/50] Emitting module SymbolKit
[34/50] Compiling SymbolKit SPI.swift
[35/50] Compiling SymbolKit Snippet.swift
[36/50] Compiling SymbolKit Extension.swift
[37/50] Compiling SymbolKit GenericConstraint.swift
[38/50] Compiling SymbolKit GenericParameter.swift
[39/50] Compiling SymbolKit Metadata.swift
[40/50] Compiling SymbolKit Module.swift
[41/50] Compiling SymbolKit OperatingSystem.swift
[42/50] Compiling SymbolKit Platform.swift
[43/50] Compiling SymbolKit Relationship.swift
[44/50] Compiling SymbolKit RelationshipKind.swift
[45/50] Compiling SymbolKit GraphCollector.swift
[46/50] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[47/50] Compiling SymbolKit UnifiedSymbol.swift
[48/50] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[49/50] Compiling SymbolKit UnifiedSymbolGraph.swift
[50/54] Compiling snippet_extract URL+Status.swift
[51/54] Compiling snippet_extract SymbolGraph+Snippet.swift
[52/54] Compiling snippet_extract SnippetBuildCommand.swift
[53/54] Emitting module snippet_extract
[53/54] Linking snippet-extract
Build complete! (5.40s)
Building for debugging...
Build complete! (0.75s)
    1323
13	/Users/admin/builds/J1XnyXFH/0/finestructure/swiftpackageindex-builder/spi-builder-workspace/.docs/audiokit/pianoroll/1.0.7
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/checkout/.docs/audiokit/pianoroll/1.0.7
File count: 1323
Doc size:   13.0MB
Preparing doc bundle ...
Uploading dev-audiokit-pianoroll-1.0.7-4aa0bbba.zip to s3://spi-docs-inbox/dev-audiokit-pianoroll-1.0.7-4aa0bbba.zip
Copying... [11%]
Copying... [21%]
Copying... [32%]
Copying... [40%]
Copying... [51%]
Copying... [62%]
Copying... [72%]
Copying... [80%]
Copying... [91%]
Copying... [100%]
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.