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 1.4.1 (c07526), with Swift 6.1 for macOS (SPM) on 1 May 2025 06:59:10 UTC.

Swift 6 data race errors: 6

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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.61.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/AudioKit/Keyboard.git
Reference: 1.4.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/AudioKit/Keyboard
 * tag               1.4.1      -> FETCH_HEAD
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 1.4.1
Fetching https://github.com/AudioKit/Tonic.git
[1/3883] Fetching tonic
Fetched https://github.com/AudioKit/Tonic.git from cache (0.91s)
Computing version for https://github.com/AudioKit/Tonic.git
Computed https://github.com/AudioKit/Tonic.git at 2.0.0 (2.10s)
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.09s)
Fetching https://github.com/AudioKit/Tonic.git from cache
Fetched https://github.com/AudioKit/Tonic.git from cache (0.46s)
Computing version for https://github.com/AudioKit/Tonic.git
Computed https://github.com/AudioKit/Tonic.git at 2.0.0 (0.52s)
Creating working copy for https://github.com/AudioKit/Keyboard.git
Working copy of https://github.com/AudioKit/Keyboard.git resolved at 1.4.1 (c075267)
Creating working copy for https://github.com/AudioKit/Tonic.git
Working copy of https://github.com/AudioKit/Tonic.git resolved at 2.0.0
warning: '.resolve-product-dependencies': dependency 'keyboard' is not used by any target
Found 1 product dependencies
  - Tonic
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
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.3.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-2F0A5646E1D333AE.txt
[5/25] Emitting module Tonic
[6/27] Compiling Tonic Scale.swift
[7/27] Compiling Tonic resource_bundle_accessor.swift
[8/27] Compiling Tonic Note.swift
[9/27] Compiling Tonic NoteClass+Shortcuts.swift
[10/27] Compiling Tonic Chord.swift
[11/27] Compiling Tonic ChordTable.swift
[12/27] Compiling Tonic ChordType.swift
[13/27] Compiling Tonic Octave.swift
[14/27] Compiling Tonic Pitch.swift
[15/27] Compiling Tonic PitchColor.swift
[16/27] Compiling Tonic Scale+Shortcuts.swift
[17/27] Compiling Tonic Note+MiddleCStandard.swift
[18/27] Compiling Tonic Note+Shortcuts.swift
[19/27] Compiling Tonic Interval.swift
[20/27] Compiling Tonic Key+Shortcuts.swift
[21/27] Compiling Tonic Key.swift
[22/27] Compiling Tonic Letter.swift
[23/27] Compiling Tonic Accidental.swift
[24/27] Compiling Tonic BitSet.swift
[25/27] Compiling Tonic Chord+Shortcuts.swift
[26/27] Compiling Tonic NoteClass.swift
[27/27] Compiling Tonic NoteSet.swift
[28/41] 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/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)
[29/41] 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/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)
[30/41] Emitting module Keyboard
/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/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: add '@MainActor' to make static property 'defaultInitialSpacerRatio' part of global actor 'MainActor'
   |                       `- 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: add '@MainActor' to make static property 'defaultSpacerRatio' part of global actor 'MainActor'
   |                       `- 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: add '@MainActor' to make var 'p' part of global actor 'MainActor'
    |     `- 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: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 9 |
10 |     static func reduce(value: inout [KeyRectInfo], nextValue: () -> [KeyRectInfo]) {
[31/41] Compiling Keyboard MultitouchView.swift
[32/41] Compiling Keyboard MIDIMonitorKeyboard.swift
/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: add '@MainActor' to make var 'p' part of global actor 'MainActor'
    |     `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 93 |
 94 | // Removing Preview macro until Xcode 15 is released
[33/41] Compiling Keyboard KeyContainer.swift
[34/41] Compiling Keyboard Keyboard.swift
[35/41] Compiling Keyboard VerticalPiano.swift
[36/41] Compiling Keyboard VerticalIsomorphic.swift
[37/41] 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: add '@MainActor' to make static property 'defaultInitialSpacerRatio' part of global actor 'MainActor'
   |                       `- 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: add '@MainActor' to make static property 'defaultSpacerRatio' part of global actor 'MainActor'
   |                       `- 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 |
[38/41] Compiling Keyboard KeyboardKey.swift
[39/41] Compiling Keyboard KeyboardModel.swift
[40/41] Compiling Keyboard Guitar.swift
[41/41] Compiling Keyboard Isomorphic.swift
[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: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
   |                `- 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! (14.00s)
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/1.4.1
Repository:               AudioKit/Keyboard
Swift version used:       6.1
Target:                   Keyboard
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            release/6.2 -> FETCH_HEAD
 * [new branch]      release/6.2 -> origin/release/6.2
HEAD is now at 8799b69 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'Keyboard'...
Finished extracting symbol information for 'Keyboard'. (7.29s)
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 '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 '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 '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 '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 '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,
Finished building documentation for 'Keyboard' (1.87s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/audiokit/keyboard/1.4.1
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/AudioKit/Tonic.git
Updated https://github.com/AudioKit/Tonic.git (0.43s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.46s)
Computing version for https://github.com/AudioKit/Tonic.git
Computed https://github.com/AudioKit/Tonic.git at 2.0.0 (1.02s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.60s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.81s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.44s)
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-2F0A5646E1D333AE.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] Emitting module SymbolKit
[11/57] Compiling SymbolKit SemanticVersion.swift
[12/57] Compiling SymbolKit AccessControl.swift
[13/57] Compiling SymbolKit Availability.swift
[14/57] Compiling SymbolKit AvailabilityItem.swift
[15/57] Compiling SymbolKit Domain.swift
[16/57] Compiling SymbolKit Mixin+Equals.swift
[17/57] Compiling SymbolKit Mixin+Hash.swift
[18/57] Compiling SymbolKit Mixin.swift
[19/57] Compiling SymbolKit LineList.swift
[20/57] Compiling SymbolKit Position.swift
[21/57] Compiling SymbolKit Identifier.swift
[22/57] Compiling SymbolKit KindIdentifier.swift
[23/57] Compiling SymbolKit Location.swift
[24/57] Compiling SymbolKit Mutability.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 DeclarationFragments.swift
[31/57] Compiling SymbolKit Fragment.swift
[32/57] Compiling SymbolKit FragmentKind.swift
[33/57] Compiling SymbolKit FunctionParameter.swift
[34/57] Compiling SymbolKit FunctionSignature.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 Relationship.swift
[40/57] Compiling SymbolKit RelationshipKind.swift
[41/57] Compiling SymbolKit SourceOrigin.swift
[42/57] Compiling SymbolKit GenericConstraints.swift
[43/57] Compiling SymbolKit Swift.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] Compiling Snippets Snippet.swift
[54/57] Emitting module Snippets
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.00s)
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-2F0A5646E1D333AE.txt
[2/22] Compiling Tonic Note+MiddleCStandard.swift
[3/22] Compiling Tonic Note+Shortcuts.swift
[4/24] Emitting module Tonic
[5/24] Compiling Tonic Note.swift
[6/24] Compiling Tonic NoteClass+Shortcuts.swift
[7/24] Compiling Tonic Key.swift
[8/24] Compiling Tonic Letter.swift
[9/24] Compiling Tonic Accidental.swift
[10/24] Compiling Tonic BitSet.swift
[11/24] Compiling Tonic Chord+Shortcuts.swift
[12/24] Compiling Tonic Scale.swift
[13/24] Compiling Tonic resource_bundle_accessor.swift
[14/24] Compiling Tonic Interval.swift
[15/24] Compiling Tonic Key+Shortcuts.swift
[16/24] Compiling Tonic NoteClass.swift
[17/24] Compiling Tonic NoteSet.swift
[18/24] Compiling Tonic PitchColor.swift
[19/24] Compiling Tonic Scale+Shortcuts.swift
[20/24] Compiling Tonic Octave.swift
[21/24] Compiling Tonic Pitch.swift
[22/24] Compiling Tonic Chord.swift
[23/24] Compiling Tonic ChordTable.swift
[24/24] Compiling Tonic ChordType.swift
[25/38] Compiling Keyboard MultitouchView.swift
[26/39] Compiling Keyboard MIDIMonitorKeyboard.swift
[27/39] Compiling Keyboard VerticalIsomorphic.swift
[28/39] Compiling Keyboard VerticalPiano.swift
[29/39] Compiling Keyboard PianoSpacer.swift
[30/39] Compiling Keyboard Guitar.swift
[31/39] Compiling Keyboard Isomorphic.swift
[32/39] Compiling Keyboard KeyboardLayout.swift
[33/39] Compiling Keyboard Piano.swift
[34/39] Emitting module Keyboard
[35/39] Compiling Keyboard KeyboardKey.swift
[36/39] Compiling Keyboard KeyboardModel.swift
[37/39] Compiling Keyboard KeyContainer.swift
[38/39] Compiling Keyboard Keyboard.swift
[39/39] Compiling Keyboard PreferenceKeys.swift
Build of target: 'Keyboard' complete! (3.18s)
    5787
39	/Users/admin/builder/spi-builder-workspace/.docs/audiokit/keyboard/1.4.1
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/audiokit/keyboard/1.4.1
File count: 5787
Doc size:   39.0MB
Preparing doc bundle ...
Uploading prod-audiokit-keyboard-1.4.1-ded16c3f.zip to s3://spi-docs-inbox/prod-audiokit-keyboard-1.4.1-ded16c3f.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.