Build Information
Successful build of MusicTheory, reference 2.0.0 (5e6cbc), with Swift 6.2 for macOS (SPM) on 27 Apr 2026 20:46:06 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.3.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/cemolcay/musictheory.git
Reference: 2.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cemolcay/musictheory
* tag 2.0.0 -> FETCH_HEAD
HEAD is now at 5e6cbc6 ScaleType backwards compatilbility
Cloned https://github.com/cemolcay/musictheory.git
Revision (git rev-parse @):
5e6cbc696653a1bcb9ca78ba05975be8d342f75c
SUCCESS checkout https://github.com/cemolcay/musictheory.git at 2.0.0
========================================
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.3.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--3CB7CFEC50E0D141.txt
[3/15] Compiling MusicTheory Tempo.swift
[4/16] Compiling MusicTheory Scale.swift
[5/16] Compiling MusicTheory ScaleType.swift
[6/16] Compiling MusicTheory Pitch.swift
[7/16] Compiling MusicTheory NoteName.swift
[8/16] Compiling MusicTheory Interval.swift
[9/16] Compiling MusicTheory LetterName.swift
[10/16] Compiling MusicTheory ChordComponent.swift
[11/16] Compiling MusicTheory ChordType.swift
[12/16] Emitting module MusicTheory
[13/16] Compiling MusicTheory NoteValue.swift
[14/16] Compiling MusicTheory Accidental.swift
[15/16] Compiling MusicTheory Chord.swift
[16/16] Compiling MusicTheory TimeSignature.swift
Build complete! (5.09s)
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",
"ChordComponent.swift",
"ChordType.swift",
"Interval.swift",
"LetterName.swift",
"NoteName.swift",
"NoteValue.swift",
"Pitch.swift",
"Scale.swift",
"ScaleType.swift",
"Tempo.swift",
"TimeSignature.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.