Build Information
Successful build of MusicTheory, reference master (5e6cbc), with Swift 6.0 for macOS (SPM) on 27 Apr 2026 20:47:13 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/cemolcay/musictheory
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/cemolcay/musictheory.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/15] Emitting module MusicTheory
[4/16] Compiling MusicTheory Tempo.swift
[5/16] Compiling MusicTheory Scale.swift
[6/16] Compiling MusicTheory ScaleType.swift
[7/16] Compiling MusicTheory NoteValue.swift
[8/16] Compiling MusicTheory Pitch.swift
[9/16] Compiling MusicTheory Interval.swift
[10/16] Compiling MusicTheory LetterName.swift
[11/16] Compiling MusicTheory Accidental.swift
[12/16] Compiling MusicTheory Chord.swift
[13/16] Compiling MusicTheory NoteName.swift
[14/16] Compiling MusicTheory ChordComponent.swift
[15/16] Compiling MusicTheory ChordType.swift
[16/16] Compiling MusicTheory TimeSignature.swift
Build complete! (5.21s)
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.