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 Keyboard, reference main (c07526), with Swift 6.0 for macOS (SPM) on 8 Apr 2025 16:30:06 UTC.

Swift 6 data race errors: 6

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
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 c075267 Fix Stuck Keys (#32)
Cloned https://github.com/AudioKit/Keyboard.git
Revision (git rev-parse @):
c0752677c602eec2f97ec50825581608bc56dac6
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/3872] Fetching tonic
Fetched https://github.com/AudioKit/Tonic.git from cache (0.95s)
Computing version for https://github.com/AudioKit/Tonic.git
Computed https://github.com/AudioKit/Tonic.git at 2.0.0 (3.20s)
Creating working copy for https://github.com/AudioKit/Tonic.git
Working copy of https://github.com/AudioKit/Tonic.git resolved at 2.0.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",
  "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",
      "dependencies": [
        {
          "identity": "tonic",
          "name": "Tonic",
          "url": "https://github.com/AudioKit/Tonic.git",
          "version": "2.0.0",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Tonic",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/AudioKit/Keyboard.git
[1/1728] 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.42s)
Computing version for https://github.com/AudioKit/Tonic.git
Computed https://github.com/AudioKit/Tonic.git at 2.0.0 (0.03s)
Creating working copy for https://github.com/AudioKit/Tonic.git
Working copy of https://github.com/AudioKit/Tonic.git resolved at 2.0.0
Creating working copy for https://github.com/AudioKit/Keyboard.git
Working copy of https://github.com/AudioKit/Keyboard.git resolved at main (c075267)
warning: '.resolve-product-dependencies': dependency 'keyboard' is not used by any target
Found 1 product dependencies
  - Tonic
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/AudioKit/Keyboard.git
https://github.com/AudioKit/Keyboard.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/4] Write sources
[2/4] Copying Tonic.docc
[3/4] Write swift-version-5BDAB9E9C0126B9D.txt
[5/25] Emitting module Tonic
[6/27] Compiling Tonic PitchColor.swift
[7/27] Compiling Tonic Scale+Shortcuts.swift
[8/27] Compiling Tonic Note+MiddleCStandard.swift
[9/27] Compiling Tonic Note+Shortcuts.swift
[10/27] Compiling Tonic Note.swift
[11/27] Compiling Tonic NoteClass+Shortcuts.swift
[12/27] Compiling Tonic NoteClass.swift
[13/27] Compiling Tonic NoteSet.swift
[14/27] Compiling Tonic Octave.swift
[15/27] Compiling Tonic Pitch.swift
[16/27] Compiling Tonic Interval.swift
[17/27] Compiling Tonic Key+Shortcuts.swift
[18/27] Compiling Tonic Key.swift
[19/27] Compiling Tonic Letter.swift
[20/27] Compiling Tonic Chord.swift
[21/27] Compiling Tonic ChordTable.swift
[22/27] Compiling Tonic ChordType.swift
[23/27] Compiling Tonic Accidental.swift
[24/27] Compiling Tonic BitSet.swift
[25/27] Compiling Tonic Chord+Shortcuts.swift
[26/27] Compiling Tonic Scale.swift
[27/27] Compiling Tonic resource_bundle_accessor.swift
[28/41] Compiling Keyboard MIDIMonitorKeyboard.swift
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Layouts/PianoSpacer.swift:7:23: warning: static property 'defaultInitialSpacerRatio' is not concurrency-safe because non-'Sendable' type '[Letter : CGFloat]' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 | public struct PianoSpacer {
 7 |     public static let defaultInitialSpacerRatio: [Letter: CGFloat] = [
   |                       `- warning: static property 'defaultInitialSpacerRatio' is not concurrency-safe because non-'Sendable' type '[Letter : CGFloat]' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |         .C: 0.0,
 9 |         .D: 3.0 / 16.0,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Letter.swift:9:13: note: enum 'Letter' does not conform to the 'Sendable' protocol
 7 | /// These letters can be modified by adding an ``Accidental`` to describe any ``NoteClass``.
 8 | /// And by specificying an octave, you can create any ``Note``.
 9 | public enum Letter: Int, CaseIterable, Equatable, Hashable, Codable {
   |             `- note: enum 'Letter' does not conform to the 'Sendable' protocol
10 |     case C, D, E, F, G, A, B
11 |
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Layouts/PianoSpacer.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Tonic'
 2 |
 3 | import SwiftUI
 4 | import Tonic
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Tonic'
 5 |
 6 | public struct PianoSpacer {
 7 |     public static let defaultInitialSpacerRatio: [Letter: CGFloat] = [
   |                       |- note: annotate 'defaultInitialSpacerRatio' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |         .C: 0.0,
 9 |         .D: 3.0 / 16.0,
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Layouts/PianoSpacer.swift:16:23: warning: static property 'defaultSpacerRatio' is not concurrency-safe because non-'Sendable' type '[Letter : CGFloat]' may have shared mutable state; this is an error in the Swift 6 language mode
14 |         .B: 6.0 / 16.0
15 |     ]
16 |     public static let defaultSpacerRatio: [Letter: CGFloat] = [
   |                       |- warning: static property 'defaultSpacerRatio' is not concurrency-safe because non-'Sendable' type '[Letter : CGFloat]' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'defaultSpacerRatio' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |         .C: 10.0 / 16.0,
18 |         .D: 10.0 / 16.0,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Letter.swift:9:13: note: enum 'Letter' does not conform to the 'Sendable' protocol
 7 | /// These letters can be modified by adding an ``Accidental`` to describe any ``NoteClass``.
 8 | /// And by specificying an octave, you can create any ``Note``.
 9 | public enum Letter: Int, CaseIterable, Equatable, Hashable, Codable {
   |             `- note: enum 'Letter' does not conform to the 'Sendable' protocol
10 |     case C, D, E, F, G, A, B
11 |
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/MIDIMonitorKeyboard.swift:92:5: warning: var 'p' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 90 | }
 91 |
 92 | var p = PitchSet(pitches: [Pitch(65), Pitch(68), Pitch(71), Pitch(74)])
    |     |- warning: var 'p' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'p' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: annotate 'p' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 93 |
 94 | // Removing Preview macro until Xcode 15 is released
[29/41] Compiling Keyboard VerticalPiano.swift
[30/41] Compiling Keyboard KeyboardKey.swift
[31/41] Compiling Keyboard KeyboardModel.swift
[32/42] Compiling Keyboard MultitouchView.swift
[33/42] Compiling Keyboard VerticalIsomorphic.swift
[34/42] Compiling Keyboard PianoSpacer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Layouts/PianoSpacer.swift:7:23: warning: static property 'defaultInitialSpacerRatio' is not concurrency-safe because non-'Sendable' type '[Letter : CGFloat]' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 | public struct PianoSpacer {
 7 |     public static let defaultInitialSpacerRatio: [Letter: CGFloat] = [
   |                       `- warning: static property 'defaultInitialSpacerRatio' is not concurrency-safe because non-'Sendable' type '[Letter : CGFloat]' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |         .C: 0.0,
 9 |         .D: 3.0 / 16.0,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Letter.swift:9:13: note: enum 'Letter' does not conform to the 'Sendable' protocol
 7 | /// These letters can be modified by adding an ``Accidental`` to describe any ``NoteClass``.
 8 | /// And by specificying an octave, you can create any ``Note``.
 9 | public enum Letter: Int, CaseIterable, Equatable, Hashable, Codable {
   |             `- note: enum 'Letter' does not conform to the 'Sendable' protocol
10 |     case C, D, E, F, G, A, B
11 |
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Layouts/PianoSpacer.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Tonic'
 2 |
 3 | import SwiftUI
 4 | import Tonic
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Tonic'
 5 |
 6 | public struct PianoSpacer {
 7 |     public static let defaultInitialSpacerRatio: [Letter: CGFloat] = [
   |                       |- note: annotate 'defaultInitialSpacerRatio' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |         .C: 0.0,
 9 |         .D: 3.0 / 16.0,
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Layouts/PianoSpacer.swift:16:23: warning: static property 'defaultSpacerRatio' is not concurrency-safe because non-'Sendable' type '[Letter : CGFloat]' may have shared mutable state; this is an error in the Swift 6 language mode
14 |         .B: 6.0 / 16.0
15 |     ]
16 |     public static let defaultSpacerRatio: [Letter: CGFloat] = [
   |                       |- warning: static property 'defaultSpacerRatio' is not concurrency-safe because non-'Sendable' type '[Letter : CGFloat]' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'defaultSpacerRatio' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |         .C: 10.0 / 16.0,
18 |         .D: 10.0 / 16.0,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Letter.swift:9:13: note: enum 'Letter' does not conform to the 'Sendable' protocol
 7 | /// These letters can be modified by adding an ``Accidental`` to describe any ``NoteClass``.
 8 | /// And by specificying an octave, you can create any ``Note``.
 9 | public enum Letter: Int, CaseIterable, Equatable, Hashable, Codable {
   |             `- note: enum 'Letter' does not conform to the 'Sendable' protocol
10 |     case C, D, E, F, G, A, B
11 |
[35/42] Compiling Keyboard Guitar.swift
[36/42] Compiling Keyboard Isomorphic.swift
[37/42] Compiling Keyboard KeyContainer.swift
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Layouts/PianoSpacer.swift:7:23: warning: static property 'defaultInitialSpacerRatio' is not concurrency-safe because non-'Sendable' type '[Letter : CGFloat]' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 | public struct PianoSpacer {
 7 |     public static let defaultInitialSpacerRatio: [Letter: CGFloat] = [
   |                       `- warning: static property 'defaultInitialSpacerRatio' is not concurrency-safe because non-'Sendable' type '[Letter : CGFloat]' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |         .C: 0.0,
 9 |         .D: 3.0 / 16.0,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Letter.swift:9:13: note: enum 'Letter' does not conform to the 'Sendable' protocol
 7 | /// These letters can be modified by adding an ``Accidental`` to describe any ``NoteClass``.
 8 | /// And by specificying an octave, you can create any ``Note``.
 9 | public enum Letter: Int, CaseIterable, Equatable, Hashable, Codable {
   |             `- note: enum 'Letter' does not conform to the 'Sendable' protocol
10 |     case C, D, E, F, G, A, B
11 |
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Layouts/PianoSpacer.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Tonic'
 2 |
 3 | import SwiftUI
 4 | import Tonic
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Tonic'
 5 |
 6 | public struct PianoSpacer {
 7 |     public static let defaultInitialSpacerRatio: [Letter: CGFloat] = [
   |                       |- note: annotate 'defaultInitialSpacerRatio' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |         .C: 0.0,
 9 |         .D: 3.0 / 16.0,
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Layouts/PianoSpacer.swift:16:23: warning: static property 'defaultSpacerRatio' is not concurrency-safe because non-'Sendable' type '[Letter : CGFloat]' may have shared mutable state; this is an error in the Swift 6 language mode
14 |         .B: 6.0 / 16.0
15 |     ]
16 |     public static let defaultSpacerRatio: [Letter: CGFloat] = [
   |                       |- warning: static property 'defaultSpacerRatio' is not concurrency-safe because non-'Sendable' type '[Letter : CGFloat]' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'defaultSpacerRatio' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |         .C: 10.0 / 16.0,
18 |         .D: 10.0 / 16.0,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Letter.swift:9:13: note: enum 'Letter' does not conform to the 'Sendable' protocol
 7 | /// These letters can be modified by adding an ``Accidental`` to describe any ``NoteClass``.
 8 | /// And by specificying an octave, you can create any ``Note``.
 9 | public enum Letter: Int, CaseIterable, Equatable, Hashable, Codable {
   |             `- note: enum 'Letter' does not conform to the 'Sendable' protocol
10 |     case C, D, E, F, G, A, B
11 |
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Keyboard.swift:80:13: warning: main actor-isolated property 'model' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
  9 |
 10 |     /// model  contains the keys, their status and touches
 11 |     @StateObject public var model: KeyboardModel = .init()
    |                             `- note: mutation of this property is only permitted within the actor
 12 |
 13 |     var latching: Bool
    :
 78 |
 79 |         }.onPreferenceChange(KeyRectsKey.self) { keyRectInfos in
 80 |             model.keyRectInfos = keyRectInfos
    |             `- warning: main actor-isolated property 'model' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
 81 |         }.onAppear {
 82 |             model.noteOn = noteOn
[38/42] Compiling Keyboard Keyboard.swift
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Layouts/PianoSpacer.swift:7:23: warning: static property 'defaultInitialSpacerRatio' is not concurrency-safe because non-'Sendable' type '[Letter : CGFloat]' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 | public struct PianoSpacer {
 7 |     public static let defaultInitialSpacerRatio: [Letter: CGFloat] = [
   |                       `- warning: static property 'defaultInitialSpacerRatio' is not concurrency-safe because non-'Sendable' type '[Letter : CGFloat]' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |         .C: 0.0,
 9 |         .D: 3.0 / 16.0,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Letter.swift:9:13: note: enum 'Letter' does not conform to the 'Sendable' protocol
 7 | /// These letters can be modified by adding an ``Accidental`` to describe any ``NoteClass``.
 8 | /// And by specificying an octave, you can create any ``Note``.
 9 | public enum Letter: Int, CaseIterable, Equatable, Hashable, Codable {
   |             `- note: enum 'Letter' does not conform to the 'Sendable' protocol
10 |     case C, D, E, F, G, A, B
11 |
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Layouts/PianoSpacer.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Tonic'
 2 |
 3 | import SwiftUI
 4 | import Tonic
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Tonic'
 5 |
 6 | public struct PianoSpacer {
 7 |     public static let defaultInitialSpacerRatio: [Letter: CGFloat] = [
   |                       |- note: annotate 'defaultInitialSpacerRatio' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |         .C: 0.0,
 9 |         .D: 3.0 / 16.0,
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Layouts/PianoSpacer.swift:16:23: warning: static property 'defaultSpacerRatio' is not concurrency-safe because non-'Sendable' type '[Letter : CGFloat]' may have shared mutable state; this is an error in the Swift 6 language mode
14 |         .B: 6.0 / 16.0
15 |     ]
16 |     public static let defaultSpacerRatio: [Letter: CGFloat] = [
   |                       |- warning: static property 'defaultSpacerRatio' is not concurrency-safe because non-'Sendable' type '[Letter : CGFloat]' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'defaultSpacerRatio' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |         .C: 10.0 / 16.0,
18 |         .D: 10.0 / 16.0,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Letter.swift:9:13: note: enum 'Letter' does not conform to the 'Sendable' protocol
 7 | /// These letters can be modified by adding an ``Accidental`` to describe any ``NoteClass``.
 8 | /// And by specificying an octave, you can create any ``Note``.
 9 | public enum Letter: Int, CaseIterable, Equatable, Hashable, Codable {
   |             `- note: enum 'Letter' does not conform to the 'Sendable' protocol
10 |     case C, D, E, F, G, A, B
11 |
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Keyboard.swift:80:13: warning: main actor-isolated property 'model' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
  9 |
 10 |     /// model  contains the keys, their status and touches
 11 |     @StateObject public var model: KeyboardModel = .init()
    |                             `- note: mutation of this property is only permitted within the actor
 12 |
 13 |     var latching: Bool
    :
 78 |
 79 |         }.onPreferenceChange(KeyRectsKey.self) { keyRectInfos in
 80 |             model.keyRectInfos = keyRectInfos
    |             `- warning: main actor-isolated property 'model' can not be mutated from a Sendable closure; this is an error in the Swift 6 language mode
 81 |         }.onAppear {
 82 |             model.noteOn = noteOn
[39/42] Emitting module Keyboard
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Layouts/PianoSpacer.swift:7:23: warning: static property 'defaultInitialSpacerRatio' is not concurrency-safe because non-'Sendable' type '[Letter : CGFloat]' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 | public struct PianoSpacer {
 7 |     public static let defaultInitialSpacerRatio: [Letter: CGFloat] = [
   |                       `- warning: static property 'defaultInitialSpacerRatio' is not concurrency-safe because non-'Sendable' type '[Letter : CGFloat]' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |         .C: 0.0,
 9 |         .D: 3.0 / 16.0,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Letter.swift:9:13: note: enum 'Letter' does not conform to the 'Sendable' protocol
 7 | /// These letters can be modified by adding an ``Accidental`` to describe any ``NoteClass``.
 8 | /// And by specificying an octave, you can create any ``Note``.
 9 | public enum Letter: Int, CaseIterable, Equatable, Hashable, Codable {
   |             `- note: enum 'Letter' does not conform to the 'Sendable' protocol
10 |     case C, D, E, F, G, A, B
11 |
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Layouts/PianoSpacer.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Tonic'
 2 |
 3 | import SwiftUI
 4 | import Tonic
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Tonic'
 5 |
 6 | public struct PianoSpacer {
 7 |     public static let defaultInitialSpacerRatio: [Letter: CGFloat] = [
   |                       |- note: annotate 'defaultInitialSpacerRatio' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |         .C: 0.0,
 9 |         .D: 3.0 / 16.0,
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Layouts/PianoSpacer.swift:16:23: warning: static property 'defaultSpacerRatio' is not concurrency-safe because non-'Sendable' type '[Letter : CGFloat]' may have shared mutable state; this is an error in the Swift 6 language mode
14 |         .B: 6.0 / 16.0
15 |     ]
16 |     public static let defaultSpacerRatio: [Letter: CGFloat] = [
   |                       |- warning: static property 'defaultSpacerRatio' is not concurrency-safe because non-'Sendable' type '[Letter : CGFloat]' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'defaultSpacerRatio' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |         .C: 10.0 / 16.0,
18 |         .D: 10.0 / 16.0,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Letter.swift:9:13: note: enum 'Letter' does not conform to the 'Sendable' protocol
 7 | /// These letters can be modified by adding an ``Accidental`` to describe any ``NoteClass``.
 8 | /// And by specificying an octave, you can create any ``Note``.
 9 | public enum Letter: Int, CaseIterable, Equatable, Hashable, Codable {
   |             `- note: enum 'Letter' does not conform to the 'Sendable' protocol
10 |     case C, D, E, F, G, A, B
11 |
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Layouts/KeyboardLayout.swift:13:40: warning: reference to static property 'C' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
11 |     /// All notes linearly right after one another
12 |     case isomorphic(pitchRange: ClosedRange<Pitch>,
13 |                     root: NoteClass = .C,
   |                                        `- warning: reference to static property 'C' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
14 |                     scale: Scale = .chromatic)
15 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/NoteClass+Shortcuts.swift:9:16: note: static property declared here
 7 |     static var Cb = NoteClass(.C, accidental: .flat)
 8 |     /// C
 9 |     static var C = NoteClass(.C)
   |                `- note: static property declared here
10 |     /// C♯
11 |     static var Cs = NoteClass(.C, accidental: .sharp)
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Layouts/KeyboardLayout.swift:25:48: warning: reference to static property 'C' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
23 |     /// For piano roll, jam strip type views
24 |     case verticalIsomorphic(pitchRange: ClosedRange<Pitch>,
25 |                             root: NoteClass = .C,
   |                                                `- warning: reference to static property 'C' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
26 |                             scale: Scale = .chromatic)
27 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/NoteClass+Shortcuts.swift:9:16: note: static property declared here
 7 |     static var Cb = NoteClass(.C, accidental: .flat)
 8 |     /// C
 9 |     static var C = NoteClass(.C)
   |                `- note: static property declared here
10 |     /// C♯
11 |     static var Cs = NoteClass(.C, accidental: .sharp)
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/MIDIMonitorKeyboard.swift:92:5: warning: var 'p' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 90 | }
 91 |
 92 | var p = PitchSet(pitches: [Pitch(65), Pitch(68), Pitch(71), Pitch(74)])
    |     |- warning: var 'p' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |     |- note: convert 'p' to a 'let' constant to make 'Sendable' shared state immutable
    |     |- note: annotate 'p' with '@MainActor' if property should only be accessed from the main actor
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 93 |
 94 | // Removing Preview macro until Xcode 15 is released
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/PreferenceKeys.swift:8:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 6 | /// For accumulating key rects.
 7 | struct KeyRectsKey: PreferenceKey {
 8 |     static var defaultValue: [KeyRectInfo] = []
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     static func reduce(value: inout [KeyRectInfo], nextValue: () -> [KeyRectInfo]) {
[40/42] Compiling Keyboard KeyboardLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Layouts/KeyboardLayout.swift:13:40: warning: reference to static property 'C' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
11 |     /// All notes linearly right after one another
12 |     case isomorphic(pitchRange: ClosedRange<Pitch>,
13 |                     root: NoteClass = .C,
   |                                        `- warning: reference to static property 'C' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
14 |                     scale: Scale = .chromatic)
15 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/NoteClass+Shortcuts.swift:9:16: note: static property declared here
 7 |     static var Cb = NoteClass(.C, accidental: .flat)
 8 |     /// C
 9 |     static var C = NoteClass(.C)
   |                `- note: static property declared here
10 |     /// C♯
11 |     static var Cs = NoteClass(.C, accidental: .sharp)
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Layouts/PianoSpacer.swift:7:23: warning: static property 'defaultInitialSpacerRatio' is not concurrency-safe because non-'Sendable' type '[Letter : CGFloat]' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 | public struct PianoSpacer {
 7 |     public static let defaultInitialSpacerRatio: [Letter: CGFloat] = [
   |                       `- warning: static property 'defaultInitialSpacerRatio' is not concurrency-safe because non-'Sendable' type '[Letter : CGFloat]' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |         .C: 0.0,
 9 |         .D: 3.0 / 16.0,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Letter.swift:9:13: note: enum 'Letter' does not conform to the 'Sendable' protocol
 7 | /// These letters can be modified by adding an ``Accidental`` to describe any ``NoteClass``.
 8 | /// And by specificying an octave, you can create any ``Note``.
 9 | public enum Letter: Int, CaseIterable, Equatable, Hashable, Codable {
   |             `- note: enum 'Letter' does not conform to the 'Sendable' protocol
10 |     case C, D, E, F, G, A, B
11 |
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Layouts/PianoSpacer.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Tonic'
 2 |
 3 | import SwiftUI
 4 | import Tonic
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Tonic'
 5 |
 6 | public struct PianoSpacer {
 7 |     public static let defaultInitialSpacerRatio: [Letter: CGFloat] = [
   |                       |- note: annotate 'defaultInitialSpacerRatio' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |         .C: 0.0,
 9 |         .D: 3.0 / 16.0,
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Layouts/PianoSpacer.swift:16:23: warning: static property 'defaultSpacerRatio' is not concurrency-safe because non-'Sendable' type '[Letter : CGFloat]' may have shared mutable state; this is an error in the Swift 6 language mode
14 |         .B: 6.0 / 16.0
15 |     ]
16 |     public static let defaultSpacerRatio: [Letter: CGFloat] = [
   |                       |- warning: static property 'defaultSpacerRatio' is not concurrency-safe because non-'Sendable' type '[Letter : CGFloat]' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'defaultSpacerRatio' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |         .C: 10.0 / 16.0,
18 |         .D: 10.0 / 16.0,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Letter.swift:9:13: note: enum 'Letter' does not conform to the 'Sendable' protocol
 7 | /// These letters can be modified by adding an ``Accidental`` to describe any ``NoteClass``.
 8 | /// And by specificying an octave, you can create any ``Note``.
 9 | public enum Letter: Int, CaseIterable, Equatable, Hashable, Codable {
   |             `- note: enum 'Letter' does not conform to the 'Sendable' protocol
10 |     case C, D, E, F, G, A, B
11 |
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Layouts/KeyboardLayout.swift:25:48: warning: reference to static property 'C' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
23 |     /// For piano roll, jam strip type views
24 |     case verticalIsomorphic(pitchRange: ClosedRange<Pitch>,
25 |                             root: NoteClass = .C,
   |                                                `- warning: reference to static property 'C' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
26 |                             scale: Scale = .chromatic)
27 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/NoteClass+Shortcuts.swift:9:16: note: static property declared here
 7 |     static var Cb = NoteClass(.C, accidental: .flat)
 8 |     /// C
 9 |     static var C = NoteClass(.C)
   |                `- note: static property declared here
10 |     /// C♯
11 |     static var Cs = NoteClass(.C, accidental: .sharp)
[41/42] Compiling Keyboard Piano.swift
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Layouts/KeyboardLayout.swift:13:40: warning: reference to static property 'C' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
11 |     /// All notes linearly right after one another
12 |     case isomorphic(pitchRange: ClosedRange<Pitch>,
13 |                     root: NoteClass = .C,
   |                                        `- warning: reference to static property 'C' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
14 |                     scale: Scale = .chromatic)
15 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/NoteClass+Shortcuts.swift:9:16: note: static property declared here
 7 |     static var Cb = NoteClass(.C, accidental: .flat)
 8 |     /// C
 9 |     static var C = NoteClass(.C)
   |                `- note: static property declared here
10 |     /// C♯
11 |     static var Cs = NoteClass(.C, accidental: .sharp)
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Layouts/PianoSpacer.swift:7:23: warning: static property 'defaultInitialSpacerRatio' is not concurrency-safe because non-'Sendable' type '[Letter : CGFloat]' may have shared mutable state; this is an error in the Swift 6 language mode
 5 |
 6 | public struct PianoSpacer {
 7 |     public static let defaultInitialSpacerRatio: [Letter: CGFloat] = [
   |                       `- warning: static property 'defaultInitialSpacerRatio' is not concurrency-safe because non-'Sendable' type '[Letter : CGFloat]' may have shared mutable state; this is an error in the Swift 6 language mode
 8 |         .C: 0.0,
 9 |         .D: 3.0 / 16.0,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Letter.swift:9:13: note: enum 'Letter' does not conform to the 'Sendable' protocol
 7 | /// These letters can be modified by adding an ``Accidental`` to describe any ``NoteClass``.
 8 | /// And by specificying an octave, you can create any ``Note``.
 9 | public enum Letter: Int, CaseIterable, Equatable, Hashable, Codable {
   |             `- note: enum 'Letter' does not conform to the 'Sendable' protocol
10 |     case C, D, E, F, G, A, B
11 |
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Layouts/PianoSpacer.swift:4:1: warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Tonic'
 2 |
 3 | import SwiftUI
 4 | import Tonic
   | `- warning: add '@preconcurrency' to suppress 'Sendable'-related warnings from module 'Tonic'
 5 |
 6 | public struct PianoSpacer {
 7 |     public static let defaultInitialSpacerRatio: [Letter: CGFloat] = [
   |                       |- note: annotate 'defaultInitialSpacerRatio' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 8 |         .C: 0.0,
 9 |         .D: 3.0 / 16.0,
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Layouts/PianoSpacer.swift:16:23: warning: static property 'defaultSpacerRatio' is not concurrency-safe because non-'Sendable' type '[Letter : CGFloat]' may have shared mutable state; this is an error in the Swift 6 language mode
14 |         .B: 6.0 / 16.0
15 |     ]
16 |     public static let defaultSpacerRatio: [Letter: CGFloat] = [
   |                       |- warning: static property 'defaultSpacerRatio' is not concurrency-safe because non-'Sendable' type '[Letter : CGFloat]' may have shared mutable state; this is an error in the Swift 6 language mode
   |                       |- note: annotate 'defaultSpacerRatio' with '@MainActor' if property should only be accessed from the main actor
   |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
17 |         .C: 10.0 / 16.0,
18 |         .D: 10.0 / 16.0,
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/Letter.swift:9:13: note: enum 'Letter' does not conform to the 'Sendable' protocol
 7 | /// These letters can be modified by adding an ``Accidental`` to describe any ``NoteClass``.
 8 | /// And by specificying an octave, you can create any ``Note``.
 9 | public enum Letter: Int, CaseIterable, Equatable, Hashable, Codable {
   |             `- note: enum 'Letter' does not conform to the 'Sendable' protocol
10 |     case C, D, E, F, G, A, B
11 |
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/Layouts/KeyboardLayout.swift:25:48: warning: reference to static property 'C' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
23 |     /// For piano roll, jam strip type views
24 |     case verticalIsomorphic(pitchRange: ClosedRange<Pitch>,
25 |                             root: NoteClass = .C,
   |                                                `- warning: reference to static property 'C' is not concurrency-safe because it involves shared mutable state; this is an error in the Swift 6 language mode
26 |                             scale: Scale = .chromatic)
27 |
/Users/admin/builder/spi-builder-workspace/.build/checkouts/Tonic/Sources/Tonic/NoteClass+Shortcuts.swift:9:16: note: static property declared here
 7 |     static var Cb = NoteClass(.C, accidental: .flat)
 8 |     /// C
 9 |     static var C = NoteClass(.C)
   |                `- note: static property declared here
10 |     /// C♯
11 |     static var Cs = NoteClass(.C, accidental: .sharp)
[42/42] Compiling Keyboard PreferenceKeys.swift
/Users/admin/builder/spi-builder-workspace/Sources/Keyboard/PreferenceKeys.swift:8:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 6 | /// For accumulating key rects.
 7 | struct KeyRectsKey: PreferenceKey {
 8 |     static var defaultValue: [KeyRectInfo] = []
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: annotate 'defaultValue' with '@MainActor' if property should only be accessed from the main actor
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     static func reduce(value: inout [KeyRectInfo], nextValue: () -> [KeyRectInfo]) {
Build complete! (33.98s)
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.0
Target:                   Keyboard
Extracting symbol information for 'Keyboard'...
Finished extracting symbol information for 'Keyboard'. (6.86s)
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 '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,
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 '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 '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 '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,Finished building documentation for 'Keyboard' (1.95s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/audiokit/keyboard/main
Fetching https://github.com/swiftlang/swift-docc-plugin
Updating https://github.com/AudioKit/Tonic.git
Updated https://github.com/AudioKit/Tonic.git (0.41s)
[1/2050] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.08s)
Computing version for https://github.com/AudioKit/Tonic.git
Computed https://github.com/AudioKit/Tonic.git at 2.0.0 (0.55s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.61s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3365] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.07s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.77s)
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.3
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
Building for debugging...
[0/8] Write sources
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-5BDAB9E9C0126B9D.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 Identifier.swift
[11/57] Compiling SymbolKit KindIdentifier.swift
[12/57] Compiling SymbolKit Location.swift
[13/57] Compiling SymbolKit Mutability.swift
[14/57] Emitting module SymbolKit
[15/57] Compiling SymbolKit DeclarationFragments.swift
[16/57] Compiling SymbolKit Fragment.swift
[17/57] Compiling SymbolKit FragmentKind.swift
[18/57] Compiling SymbolKit FunctionParameter.swift
[19/57] Compiling SymbolKit FunctionSignature.swift
[20/57] Compiling SymbolKit Relationship.swift
[21/57] Compiling SymbolKit RelationshipKind.swift
[22/57] Compiling SymbolKit SourceOrigin.swift
[23/57] Compiling SymbolKit GenericConstraints.swift
[24/57] Compiling SymbolKit Swift.swift
[25/57] Compiling SymbolKit Mixin+Equals.swift
[26/57] Compiling SymbolKit Mixin+Hash.swift
[27/57] Compiling SymbolKit Mixin.swift
[28/57] Compiling SymbolKit LineList.swift
[29/57] Compiling SymbolKit Position.swift
[30/57] Compiling SymbolKit SourceRange.swift
[31/57] Compiling SymbolKit Metadata.swift
[32/57] Compiling SymbolKit Module.swift
[33/57] Compiling SymbolKit OperatingSystem.swift
[34/57] Compiling SymbolKit Platform.swift
[35/57] Compiling SymbolKit Names.swift
[36/57] Compiling SymbolKit SPI.swift
[37/57] Compiling SymbolKit Snippet.swift
[38/57] Compiling SymbolKit Extension.swift
[39/57] Compiling SymbolKit SemanticVersion.swift
[40/57] Compiling SymbolKit AccessControl.swift
[41/57] Compiling SymbolKit Availability.swift
[42/57] Compiling SymbolKit AvailabilityItem.swift
[43/57] Compiling SymbolKit Domain.swift
[44/57] Compiling SymbolKit Symbol.swift
[45/57] Compiling SymbolKit SymbolKind.swift
[46/57] Compiling SymbolKit SymbolGraph.swift
[47/57] Compiling SymbolKit GraphCollector.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] Emitting module Snippets
[54/57] Compiling Snippets Snippet.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SnippetBuildCommand.swift
[57/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.09s)
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-5BDAB9E9C0126B9D.txt
[2/22] Compiling Tonic NoteClass.swift
[3/22] Compiling Tonic NoteSet.swift
[4/24] Compiling Tonic Octave.swift
[5/24] Compiling Tonic Pitch.swift
[6/24] Compiling Tonic Key.swift
[7/24] Compiling Tonic Letter.swift
[8/24] Emitting module Tonic
[9/24] Compiling Tonic Note.swift
[10/24] Compiling Tonic NoteClass+Shortcuts.swift
[11/24] Compiling Tonic Interval.swift
[12/24] Compiling Tonic Key+Shortcuts.swift
[13/24] Compiling Tonic Accidental.swift
[14/24] Compiling Tonic BitSet.swift
[15/24] Compiling Tonic Chord+Shortcuts.swift
[16/24] Compiling Tonic Note+MiddleCStandard.swift
[17/24] Compiling Tonic Note+Shortcuts.swift
[18/24] Compiling Tonic Scale.swift
[19/24] Compiling Tonic resource_bundle_accessor.swift
[20/24] Compiling Tonic PitchColor.swift
[21/24] Compiling Tonic Scale+Shortcuts.swift
[22/24] Compiling Tonic Chord.swift
[23/24] Compiling Tonic ChordTable.swift
[24/24] Compiling Tonic ChordType.swift
[25/38] Compiling Keyboard KeyContainer.swift
[26/38] Compiling Keyboard Keyboard.swift
[27/38] Emitting module Keyboard
[28/39] Compiling Keyboard VerticalIsomorphic.swift
[29/39] Compiling Keyboard MultitouchView.swift
[30/39] Compiling Keyboard KeyboardKey.swift
[31/39] Compiling Keyboard KeyboardModel.swift
[32/39] Compiling Keyboard PianoSpacer.swift
[33/39] Compiling Keyboard KeyboardLayout.swift
[34/39] Compiling Keyboard Piano.swift
[35/39] Compiling Keyboard Guitar.swift
[36/39] Compiling Keyboard Isomorphic.swift
[37/39] Compiling Keyboard MIDIMonitorKeyboard.swift
[38/39] Compiling Keyboard VerticalPiano.swift
[39/39] Compiling Keyboard PreferenceKeys.swift
Build of target: 'Keyboard' complete! (2.53s)
    5685
41	/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: 5685
Doc size:   41.0MB
Preparing doc bundle ...
Uploading prod-audiokit-keyboard-main-48a927fd.zip to s3://spi-docs-inbox/prod-audiokit-keyboard-main-48a927fd.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.