The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of MusicTheory, reference 1.3.1 (c98ffa), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 10:06:31 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cemolcay/musictheory.git
Reference: 1.3.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cemolcay/musictheory
 * tag               1.3.1      -> FETCH_HEAD
HEAD is now at c98ffac Fix midiNote init with negative numbers
Cloned https://github.com/cemolcay/musictheory.git
Revision (git rev-parse @):
c98ffac448a3096717a841de31eb4a6cbcd873d4
SUCCESS checkout https://github.com/cemolcay/musictheory.git at 1.3.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/cemolcay/musictheory.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/13] Compiling MusicTheory NoteValue.swift
[4/13] Compiling MusicTheory Tempo.swift
[5/14] Compiling MusicTheory Pitch.swift
[6/14] Compiling MusicTheory Interval.swift
[7/14] Compiling MusicTheory HarmonicFunctions.swift
[8/14] Compiling MusicTheory Accidental.swift
[9/14] Compiling MusicTheory Chord.swift
[10/14] Compiling MusicTheory ChordProgression.swift
[11/14] Emitting module MusicTheory
[12/14] Compiling MusicTheory Scale.swift
[13/14] Compiling MusicTheory Key.swift
[14/14] Compiling MusicTheory TimeSignature.swift
Build complete! (4.63s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MusicTheory",
  "name" : "MusicTheory",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MusicTheory",
      "targets" : [
        "MusicTheory"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MusicTheoryTests",
      "module_type" : "SwiftTarget",
      "name" : "MusicTheoryTests",
      "path" : "Tests/MusicTheoryTests",
      "sources" : [
        "MusicTheoryTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "MusicTheory"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MusicTheory",
      "module_type" : "SwiftTarget",
      "name" : "MusicTheory",
      "path" : "Sources/MusicTheory",
      "product_memberships" : [
        "MusicTheory"
      ],
      "sources" : [
        "Accidental.swift",
        "Chord.swift",
        "ChordProgression.swift",
        "HarmonicFunctions.swift",
        "Interval.swift",
        "Key.swift",
        "NoteValue.swift",
        "Pitch.swift",
        "Scale.swift",
        "Tempo.swift",
        "TimeSignature.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.