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 5.9 for macOS (SPM) on 8 Apr 2025 16:41:39 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.60.1
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
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD
https://github.com/AudioKit/Keyboard.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Copying Tonic.docc
[2/22] Compiling Tonic PitchColor.swift
[3/22] Compiling Tonic Scale+Shortcuts.swift
[4/24] Compiling Tonic Accidental.swift
[5/24] Compiling Tonic BitSet.swift
[6/24] Compiling Tonic Chord+Shortcuts.swift
[7/24] Emitting module Tonic
[8/24] Compiling Tonic Octave.swift
[9/24] Compiling Tonic Pitch.swift
[10/24] Compiling Tonic Key.swift
[11/24] Compiling Tonic Letter.swift
[12/24] Compiling Tonic Chord.swift
[13/24] Compiling Tonic ChordTable.swift
[14/24] Compiling Tonic ChordType.swift
[15/24] Compiling Tonic Interval.swift
[16/24] Compiling Tonic Key+Shortcuts.swift
[17/24] Compiling Tonic Note+MiddleCStandard.swift
[18/24] Compiling Tonic Note+Shortcuts.swift
[19/24] Compiling Tonic NoteClass.swift
[20/24] Compiling Tonic NoteSet.swift
[21/24] Compiling Tonic Note.swift
[22/24] Compiling Tonic NoteClass+Shortcuts.swift
[23/24] Compiling Tonic Scale.swift
[24/24] Compiling Tonic resource_bundle_accessor.swift
[25/38] Compiling Keyboard VerticalPiano.swift
[26/38] Compiling Keyboard MultitouchView.swift
[27/38] Compiling Keyboard VerticalIsomorphic.swift
[28/38] Compiling Keyboard PianoSpacer.swift
[29/38] Compiling Keyboard KeyboardLayout.swift
[30/38] Compiling Keyboard Piano.swift
[31/38] Compiling Keyboard Guitar.swift
[32/38] Compiling Keyboard Isomorphic.swift
[33/38] Compiling Keyboard KeyboardKey.swift
[34/38] Compiling Keyboard KeyboardModel.swift
[35/38] Emitting module Keyboard
[36/38] Compiling Keyboard KeyContainer.swift
[37/38] Compiling Keyboard Keyboard.swift
[38/38] Compiling Keyboard MIDIMonitorKeyboard.swift
[39/39] Compiling Keyboard PreferenceKeys.swift
Build complete! (16.62s)
Fetching https://github.com/AudioKit/Tonic.git
[1/3872] Fetching tonic
Fetched https://github.com/AudioKit/Tonic.git (1.40s)
Computing version for https://github.com/AudioKit/Tonic.git
Computed https://github.com/AudioKit/Tonic.git at 2.0.0 (2.60s)
Creating working copy for https://github.com/AudioKit/Tonic.git
Working copy of https://github.com/AudioKit/Tonic.git resolved at 2.0.0
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"
}
Done.