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 swift-music, reference master (ab1026), with Swift 6.2 (beta) for macOS (SPM) on 20 Jun 2025 08:28:36 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/sh3l6orrr/swift-music.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sh3l6orrr/swift-music
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at ab10261 refactor code
Cloned https://github.com/sh3l6orrr/swift-music.git
Revision (git rev-parse @):
ab10261921f2b991b77c856ef793b3e23202c13d
SUCCESS checkout https://github.com/sh3l6orrr/swift-music.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/sh3l6orrr/swift-music.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Write Run-entitlement.plist
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/15] Compiling MusicTheory Scale.swift
[6/15] Compiling MusicTheory Note.swift
[7/15] Compiling MusicTheory Mode.swift
[8/15] Compiling MusicTheory Lookup.swift
[9/15] Compiling MusicTheory Interval.swift
[10/15] Compiling MusicTheory Quality.swift
[11/15] Emitting module MusicTheory
[12/15] Compiling MusicTheory Chord.swift
[13/17] Compiling Run main.swift
[14/17] Emitting module Run
[14/17] Write Objects.LinkFileList
[15/17] Linking Run
[16/17] Applying Run
Build complete! (1.19s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-music",
  "name" : "swift-music",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "MusicTheory",
      "targets" : [
        "MusicTheory"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "Run",
      "targets" : [
        "Run"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "Run",
      "module_type" : "SwiftTarget",
      "name" : "Run",
      "path" : "Sources/Run",
      "product_memberships" : [
        "Run"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "MusicTheory"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "MusicTheoryTests",
      "module_type" : "SwiftTarget",
      "name" : "MusicTheoryTests",
      "path" : "Tests/MusicTheoryTests",
      "sources" : [
        "AnyTest.swift",
        "TestChord.swift",
        "TestInterval.swift",
        "TestNote.swift",
        "TestScale.swift"
      ],
      "target_dependencies" : [
        "MusicTheory"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MusicTheory",
      "module_type" : "SwiftTarget",
      "name" : "MusicTheory",
      "path" : "Sources/MusicTheory",
      "product_memberships" : [
        "MusicTheory",
        "Run"
      ],
      "sources" : [
        "Chord.swift",
        "Interval.swift",
        "Lookup.swift",
        "Mode.swift",
        "Note.swift",
        "Quality.swift",
        "Scale.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.