Build Information
Successful build of Scaletor, reference develop (2d958e), with Swift 6.3 for macOS (SPM) on 20 Apr 2026 20:08:43 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64Build Log
========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/squarefrog/scaletor.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/squarefrog/scaletor
* branch develop -> FETCH_HEAD
* [new branch] develop -> origin/develop
HEAD is now at 2d958e8 Release 3.1.0
Cloned https://github.com/squarefrog/scaletor.git
Revision (git rev-parse @):
2d958e8eaf42ed8d2957da5a3b85311b9d8df616
SUCCESS checkout https://github.com/squarefrog/scaletor.git at develop
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"traits": [
"default"
],
"dependencies": [
{
"identity": "scaletor",
"name": "Scaletor",
"url": "https://github.com/squarefrog/scaletor.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/scaletor",
"traits": [
"default"
],
"dependencies": [
]
}
]
}
Fetching https://github.com/squarefrog/scaletor.git
[1/537] Fetching scaletor
Fetched https://github.com/squarefrog/scaletor.git from cache (0.95s)
Creating working copy for https://github.com/squarefrog/scaletor.git
Working copy of https://github.com/squarefrog/scaletor.git resolved at develop (2d958e8)
warning: '.resolve-product-dependencies': dependency 'scaletor' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.3
Building package at path: $PWD
https://github.com/squarefrog/scaletor.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/25] Emitting module Scaletor
[4/27] Compiling Scaletor Mode.swift
[5/27] Compiling Scaletor Scaletor.swift
[6/27] Compiling Scaletor Accidental+CustomStringConvertible.swift
[7/27] Compiling Scaletor Array+offset.swift
[8/27] Compiling Scaletor Chord+CustomStringConvertible.swift
[9/27] Compiling Scaletor MajorMode.swift
[10/27] Compiling Scaletor MelodicMinorMode.swift
[11/27] Compiling Scaletor Pitch.swift
[12/27] Compiling Scaletor ScaleError.swift
[13/27] Compiling Scaletor HarmonicMinorMode.swift
[14/27] Compiling Scaletor Interval.swift
[15/27] Compiling Scaletor Note.swift
[16/27] Compiling Scaletor NoteError.swift
[17/27] Compiling Scaletor IntervalFactory.swift
[18/27] Compiling Scaletor ChordFormatter.swift
[19/27] Compiling Scaletor Accidental.swift
[20/27] Compiling Scaletor Chord.swift
[21/27] Compiling Scaletor ChordVoicing.swift
[22/27] Compiling Scaletor HarmonicMinorMode+CustomStringConvertible.swift
[23/27] Compiling Scaletor MajorMode+CustomStringConvertible.swift
[24/27] Compiling Scaletor MelodicMinorMode+CustomStringConvertible.swift
[25/27] Compiling Scaletor Note+CustomStringConvertible.swift
[26/27] Compiling Scaletor Pitch+CustomStringConvertible.swift
[27/27] Compiling Scaletor StringInterpolation+Chord.swift
Build complete! (5.59s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "Scaletor",
"name" : "Scaletor",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "Scaletor",
"targets" : [
"Scaletor"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "ScaletorTests",
"module_type" : "SwiftTarget",
"name" : "ScaletorTests",
"path" : "Tests/ScaletorTests",
"sources" : [
"ChordFormatterTests.swift",
"HarmonicMinor/DorianSharpFour.swift",
"HarmonicMinor/HarmonicMinorTests.swift",
"HarmonicMinor/IonianSharpFiveTests.swift",
"HarmonicMinor/LocrianSharpSixTests.swift",
"HarmonicMinor/LydianSharpTwoTests.swift",
"HarmonicMinor/PhrygianDominantTests.swift",
"HarmonicMinor/UltraLocrianTests.swift",
"Helpers.swift",
"Major/AeolianTests.swift",
"Major/DorianTests.swift",
"Major/IonianTests.swift",
"Major/LocrianTests.swift",
"Major/LydianTests.swift",
"Major/MixolydianTests.swift",
"Major/PhrygianTests.swift",
"MelodicMinor/AeolianFlatFiveTests.swift",
"MelodicMinor/DorianFlatTwo.swift",
"MelodicMinor/LydianAugmentedTests.swift",
"MelodicMinor/LydianDominant.swift",
"MelodicMinor/MelodicMinorTests.swift",
"MelodicMinor/MixolydianFlatSixTests.swift",
"MelodicMinor/SuperLocrianTests.swift",
"NoteTests.swift",
"ScaletorTests.swift",
"SharpsTests.swift"
],
"target_dependencies" : [
"Scaletor"
],
"type" : "test"
},
{
"c99name" : "Scaletor",
"module_type" : "SwiftTarget",
"name" : "Scaletor",
"path" : "Sources/Scaletor",
"product_memberships" : [
"Scaletor"
],
"sources" : [
"Extensions/Accidental+CustomStringConvertible.swift",
"Extensions/Array+offset.swift",
"Extensions/Chord+CustomStringConvertible.swift",
"Extensions/HarmonicMinorMode+CustomStringConvertible.swift",
"Extensions/MajorMode+CustomStringConvertible.swift",
"Extensions/MelodicMinorMode+CustomStringConvertible.swift",
"Extensions/Note+CustomStringConvertible.swift",
"Extensions/Pitch+CustomStringConvertible.swift",
"Extensions/StringInterpolation+Chord.swift",
"Factories/IntervalFactory.swift",
"Formatters/ChordFormatter.swift",
"Models/Accidental.swift",
"Models/Chord.swift",
"Models/ChordVoicing.swift",
"Models/HarmonicMinorMode.swift",
"Models/Interval.swift",
"Models/MajorMode.swift",
"Models/MelodicMinorMode.swift",
"Models/Note.swift",
"Models/NoteError.swift",
"Models/Pitch.swift",
"Models/ScaleError.swift",
"Protocols/Mode.swift",
"Scaletor.swift"
],
"type" : "library"
}
],
"tools_version" : "5.2"
}
Done.