The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Keyboard, reference main (3b1a7b), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 01:31:31 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AudioKit/Keyboard.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AudioKit/Keyboard
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3b1a7bf Fixed playground
Cloned https://github.com/AudioKit/Keyboard.git
Revision (git rev-parse @):
3b1a7bfd6f2e49f23ee9fb317a8fde2c3152f371
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/AudioKit/Keyboard.git at main
Fetching https://github.com/AudioKit/Tonic.git
[1/4012] Fetching tonic
Fetched https://github.com/AudioKit/Tonic.git from cache (0.94s)
Computing version for https://github.com/AudioKit/Tonic.git
Computed https://github.com/AudioKit/Tonic.git at 2.1.0 (3.97s)
Creating working copy for https://github.com/AudioKit/Tonic.git
Working copy of https://github.com/AudioKit/Tonic.git resolved at 2.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "keyboard",
      "name": "Keyboard",
      "url": "https://github.com/AudioKit/Keyboard.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Keyboard",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "tonic",
          "name": "Tonic",
          "url": "https://github.com/AudioKit/Tonic.git",
          "version": "2.1.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Tonic",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/AudioKit/Keyboard.git
[1/1759] Fetching keyboard
Fetched https://github.com/AudioKit/Keyboard.git from cache (1.10s)
Fetching https://github.com/AudioKit/Tonic.git from cache
Fetched https://github.com/AudioKit/Tonic.git from cache (0.45s)
Computing version for https://github.com/AudioKit/Tonic.git
Computed https://github.com/AudioKit/Tonic.git at 2.1.0 (0.51s)
Creating working copy for https://github.com/AudioKit/Tonic.git
Working copy of https://github.com/AudioKit/Tonic.git resolved at 2.1.0
Creating working copy for https://github.com/AudioKit/Keyboard.git
Working copy of https://github.com/AudioKit/Keyboard.git resolved at main (3b1a7bf)
warning: '.resolve-product-dependencies': dependency 'keyboard' is not used by any target
Found 1 product dependencies
  - Tonic
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/AudioKit/Keyboard.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[2/4] Copying Tonic.docc
[3/4] Write swift-version--6988338F2F200930.txt
[5/25] Compiling Tonic Key.swift
[6/25] Compiling Tonic Letter.swift
[7/25] Compiling Tonic Note+MiddleCStandard.swift
[8/25] Compiling Tonic Note+Shortcuts.swift
[9/25] Compiling Tonic NoteClass.swift
[10/25] Compiling Tonic NoteSet.swift
[11/27] Compiling Tonic Octave.swift
[12/27] Compiling Tonic Pitch.swift
[13/27] Compiling Tonic Interval.swift
[14/27] Compiling Tonic Key+Shortcuts.swift
[15/27] Compiling Tonic Note.swift
[16/27] Compiling Tonic NoteClass+Shortcuts.swift
[17/27] Compiling Tonic Accidental.swift
[18/27] Compiling Tonic BitSet.swift
[19/27] Compiling Tonic Chord+Shortcuts.swift
[20/27] Compiling Tonic PitchColor.swift
[21/27] Compiling Tonic Scale+Shortcuts.swift
[22/27] Emitting module Tonic
[23/27] Compiling Tonic Chord.swift
[24/27] Compiling Tonic ChordTable.swift
[25/27] Compiling Tonic ChordType.swift
[26/27] Compiling Tonic Scale.swift
[27/27] Compiling Tonic resource_bundle_accessor.swift
[28/41] Compiling Keyboard KeyContainer.swift
[29/41] Compiling Keyboard Keyboard.swift
[30/41] Compiling Keyboard KeyboardKey.swift
[31/41] Compiling Keyboard KeyboardModel.swift
[32/41] Compiling Keyboard MIDIMonitorKeyboard.swift
[33/41] Emitting module Keyboard
[34/41] Compiling Keyboard KeyboardLayout.swift
[35/41] Compiling Keyboard Piano.swift
[36/41] Compiling Keyboard VerticalIsomorphic.swift
[37/41] Compiling Keyboard PianoSpacer.swift
[38/41] Compiling Keyboard MultitouchView.swift
[39/41] Compiling Keyboard VerticalPiano.swift
[40/41] Compiling Keyboard Guitar.swift
[41/41] Compiling Keyboard Isomorphic.swift
[42/42] Compiling Keyboard PreferenceKeys.swift
Build complete! (14.13s)
warning: 'tonic': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Chord.swift.orig
Build complete.
{
  "dependencies" : [
    {
      "identity" : "tonic",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/AudioKit/Tonic.git"
    }
  ],
  "manifest_display_name" : "Keyboard",
  "name" : "Keyboard",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Keyboard",
      "targets" : [
        "Keyboard"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "KeyboardTests",
      "module_type" : "SwiftTarget",
      "name" : "KeyboardTests",
      "path" : "Tests/KeyboardTests",
      "sources" : [
        "KeyboardTests.swift"
      ],
      "target_dependencies" : [
        "Keyboard"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Keyboard",
      "module_type" : "SwiftTarget",
      "name" : "Keyboard",
      "path" : "Sources/Keyboard",
      "product_dependencies" : [
        "Tonic"
      ],
      "product_memberships" : [
        "Keyboard"
      ],
      "sources" : [
        "KeyContainer.swift",
        "Keyboard.swift",
        "KeyboardKey.swift",
        "KeyboardModel.swift",
        "Layouts/Guitar.swift",
        "Layouts/Isomorphic.swift",
        "Layouts/KeyboardLayout.swift",
        "Layouts/Piano.swift",
        "Layouts/PianoSpacer.swift",
        "Layouts/VerticalIsomorphic.swift",
        "Layouts/VerticalPiano.swift",
        "MIDIMonitorKeyboard.swift",
        "MultitouchView.swift",
        "PreferenceKeys.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/audiokit/keyboard/main
Repository:               AudioKit/Keyboard
Swift version used:       6.3
Target:                   Keyboard
Extracting symbol information for 'Keyboard'...
Finished extracting symbol information for 'Keyboard'. (45.32s)
Building documentation for 'Keyboard'...
warning: Parameter 'color' not found in initializer declaration
  --> ../KeyboardKey.swift:13:11-13:46
11 |     ///   - isActivated: Whether to represent this key in the "down" state
12 |     ///   - text: Label on the key
13 +     ///   - color: Color of the activated key
   |           ╰─suggestion: Remove 'color' parameter documentation
14 |     ///   - isActivatedExternally: Usually used for representing incoming MIDI
15 |     public init(pitch: Pitch,
warning: Parameter 'flatTop' is missing documentation
  --> ../KeyboardKey.swift:14:79-14:79
12 |     ///   - text: Label on the key
13 |     ///   - color: Color of the activated key
14 +     ///   - isActivatedExternally: Usually used for representing incoming MIDI
   |           ╰─suggestion: Document 'flatTop' parameter
15 |     public init(pitch: Pitch,
16 |                 isActivated: Bool,
warning: Parameter 'whiteKeyColor' is missing documentation
  --> ../KeyboardKey.swift:14:79-14:79
12 |     ///   - text: Label on the key
13 |     ///   - color: Color of the activated key
14 +     ///   - isActivatedExternally: Usually used for representing incoming MIDI
   |           ╰─suggestion: Document 'whiteKeyColor' parameter
15 |     public init(pitch: Pitch,
16 |                 isActivated: Bool,
warning: Parameter 'blackKeyColor' is missing documentation
  --> ../KeyboardKey.swift:14:79-14:79
12 |     ///   - text: Label on the key
13 |     ///   - color: Color of the activated key
14 +     ///   - isActivatedExternally: Usually used for representing incoming MIDI
   |           ╰─suggestion: Document 'blackKeyColor' parameter
15 |     public init(pitch: Pitch,
16 |                 isActivated: Bool,
warning: Parameter 'pressedColor' is missing documentation
  --> ../KeyboardKey.swift:14:79-14:79
12 |     ///   - text: Label on the key
13 |     ///   - color: Color of the activated key
14 +     ///   - isActivatedExternally: Usually used for representing incoming MIDI
   |           ╰─suggestion: Document 'pressedColor' parameter
15 |     public init(pitch: Pitch,
16 |                 isActivated: Bool,
warning: Parameter 'alignment' is missing documentation
  --> ../KeyboardKey.swift:14:79-14:79
12 |     ///   - text: Label on the key
13 |     ///   - color: Color of the activated key
14 +     ///   - isActivatedExternally: Usually used for representing incoming MIDI
   |           ╰─suggestion: Document 'alignment' parameter
15 |     public init(pitch: Pitch,
16 |                 isActivated: Bool,
Finished building documentation for 'Keyboard' (2.86s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/audiokit/keyboard/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Updating https://github.com/AudioKit/Tonic.git
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.15s)
Updated https://github.com/AudioKit/Tonic.git (0.50s)
Computing version for https://github.com/AudioKit/Tonic.git
Computed https://github.com/AudioKit/Tonic.git at 2.1.0 (2.51s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (0.70s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.23s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.02s)
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Building for debugging...
[0/8] Write sources
[2/8] Write snippet-extract-tool-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Compiling SymbolKit GenericConstraint.swift
[7/53] Compiling SymbolKit GenericParameter.swift
[8/53] Compiling SymbolKit Generics.swift
[9/53] Compiling SymbolKit Namespace.swift
[10/57] Compiling SymbolKit Names.swift
[11/57] Compiling SymbolKit SPI.swift
[12/57] Compiling SymbolKit Snippet.swift
[13/57] Compiling SymbolKit Extension.swift
[14/57] Emitting module SymbolKit
[15/57] Compiling SymbolKit Mixin+Equals.swift
[16/57] Compiling SymbolKit Mixin+Hash.swift
[17/57] Compiling SymbolKit Mixin.swift
[18/57] Compiling SymbolKit LineList.swift
[19/57] Compiling SymbolKit Position.swift
[20/57] Compiling SymbolKit DeclarationFragments.swift
[21/57] Compiling SymbolKit Fragment.swift
[22/57] Compiling SymbolKit FragmentKind.swift
[23/57] Compiling SymbolKit FunctionParameter.swift
[24/57] Compiling SymbolKit FunctionSignature.swift
[25/57] Compiling SymbolKit SourceRange.swift
[26/57] Compiling SymbolKit Metadata.swift
[27/57] Compiling SymbolKit Module.swift
[28/57] Compiling SymbolKit OperatingSystem.swift
[29/57] Compiling SymbolKit Platform.swift
[30/57] Compiling SymbolKit Relationship.swift
[31/57] Compiling SymbolKit RelationshipKind.swift
[32/57] Compiling SymbolKit SourceOrigin.swift
[33/57] Compiling SymbolKit GenericConstraints.swift
[34/57] Compiling SymbolKit Swift.swift
[35/57] Compiling SymbolKit Identifier.swift
[36/57] Compiling SymbolKit KindIdentifier.swift
[37/57] Compiling SymbolKit Location.swift
[38/57] Compiling SymbolKit Mutability.swift
[39/57] Compiling SymbolKit Symbol.swift
[40/57] Compiling SymbolKit SymbolKind.swift
[41/57] Compiling SymbolKit SymbolGraph.swift
[42/57] Compiling SymbolKit GraphCollector.swift
[43/57] Compiling SymbolKit SemanticVersion.swift
[44/57] Compiling SymbolKit AccessControl.swift
[45/57] Compiling SymbolKit Availability.swift
[46/57] Compiling SymbolKit AvailabilityItem.swift
[47/57] Compiling SymbolKit Domain.swift
[48/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[49/57] Compiling SymbolKit UnifiedSymbol.swift
[50/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[51/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[52/57] Compiling Snippets SnippetParser.swift
[53/57] Compiling Snippets Snippet.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract SnippetBuildCommand.swift
[56/61] Compiling snippet_extract URL+Status.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.92s)
warning: 'tonic': found 1 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /Users/admin/builder/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Chord.swift.orig
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'Keyboard' complete! (0.20s)
    6709
46	/Users/admin/builder/spi-builder-workspace/.docs/audiokit/keyboard/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/audiokit/keyboard/main
File count: 6709
Doc size:   46.0MB
Preparing doc bundle ...
Uploading prod-audiokit-keyboard-main-a390c35a.zip to s3://spi-docs-inbox/prod-audiokit-keyboard-main-a390c35a.zip
Copying... [10%]
Copying... [20%]
Copying... [31%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [71%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.