The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of MusicTheory, reference master (af7d53), with Swift 6.1 for tvOS using Xcode 16.3 on 27 Apr 2025 17:57:00 UTC.

Swift 6 data race errors: 210

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MusicTheory -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

public struct Interval: Codable, Hashable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:175:23: note: add '@MainActor' to make static property 'A2' part of global actor 'MainActor'
    public static let A2 = Interval(quality: .augmented, degree: 2, semitones: 3)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:175:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let A2 = Interval(quality: .augmented, degree: 2, semitones: 3)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:177:23: warning: static property 'A3' is not concurrency-safe because non-'Sendable' type 'Interval' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let A3 = Interval(quality: .augmented, degree: 3, semitones: 5)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:34:15: note: consider making struct 'Interval' conform to the 'Sendable' protocol
public struct Interval: Codable, Hashable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:177:23: note: add '@MainActor' to make static property 'A3' part of global actor 'MainActor'
    public static let A3 = Interval(quality: .augmented, degree: 3, semitones: 5)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:177:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let A3 = Interval(quality: .augmented, degree: 3, semitones: 5)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:179:23: warning: static property 'A4' is not concurrency-safe because non-'Sendable' type 'Interval' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let A4 = Interval(quality: .augmented, degree: 4, semitones: 6)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:34:15: note: consider making struct 'Interval' conform to the 'Sendable' protocol
public struct Interval: Codable, Hashable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:179:23: note: add '@MainActor' to make static property 'A4' part of global actor 'MainActor'
    public static let A4 = Interval(quality: .augmented, degree: 4, semitones: 6)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:179:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let A4 = Interval(quality: .augmented, degree: 4, semitones: 6)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:181:23: warning: static property 'A5' is not concurrency-safe because non-'Sendable' type 'Interval' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let A5 = Interval(quality: .augmented, degree: 5, semitones: 8)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:34:15: note: consider making struct 'Interval' conform to the 'Sendable' protocol
public struct Interval: Codable, Hashable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:181:23: note: add '@MainActor' to make static property 'A5' part of global actor 'MainActor'
    public static let A5 = Interval(quality: .augmented, degree: 5, semitones: 8)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:181:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let A5 = Interval(quality: .augmented, degree: 5, semitones: 8)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:183:23: warning: static property 'A6' is not concurrency-safe because non-'Sendable' type 'Interval' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let A6 = Interval(quality: .augmented, degree: 6, semitones: 10)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:34:15: note: consider making struct 'Interval' conform to the 'Sendable' protocol
public struct Interval: Codable, Hashable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:183:23: note: add '@MainActor' to make static property 'A6' part of global actor 'MainActor'
    public static let A6 = Interval(quality: .augmented, degree: 6, semitones: 10)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:183:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let A6 = Interval(quality: .augmented, degree: 6, semitones: 10)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:185:23: warning: static property 'A7' is not concurrency-safe because non-'Sendable' type 'Interval' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let A7 = Interval(quality: .augmented, degree: 7, semitones: 12)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:34:15: note: consider making struct 'Interval' conform to the 'Sendable' protocol
public struct Interval: Codable, Hashable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:185:23: note: add '@MainActor' to make static property 'A7' part of global actor 'MainActor'
    public static let A7 = Interval(quality: .augmented, degree: 7, semitones: 12)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:185:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let A7 = Interval(quality: .augmented, degree: 7, semitones: 12)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:187:23: warning: static property 'A8' is not concurrency-safe because non-'Sendable' type 'Interval' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let A8 = Interval(quality: .augmented, degree: 8, semitones: 13)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:34:15: note: consider making struct 'Interval' conform to the 'Sendable' protocol
public struct Interval: Codable, Hashable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:187:23: note: add '@MainActor' to make static property 'A8' part of global actor 'MainActor'
    public static let A8 = Interval(quality: .augmented, degree: 8, semitones: 13)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:187:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let A8 = Interval(quality: .augmented, degree: 8, semitones: 13)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:189:23: warning: static property 'A9' is not concurrency-safe because non-'Sendable' type 'Interval' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let A9 = Interval(quality: .augmented, degree: 9, semitones: 15)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:34:15: note: consider making struct 'Interval' conform to the 'Sendable' protocol
public struct Interval: Codable, Hashable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:189:23: note: add '@MainActor' to make static property 'A9' part of global actor 'MainActor'
    public static let A9 = Interval(quality: .augmented, degree: 9, semitones: 15)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:189:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let A9 = Interval(quality: .augmented, degree: 9, semitones: 15)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:191:23: warning: static property 'A10' is not concurrency-safe because non-'Sendable' type 'Interval' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let A10 = Interval(quality: .augmented, degree: 10, semitones: 17)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:34:15: note: consider making struct 'Interval' conform to the 'Sendable' protocol
public struct Interval: Codable, Hashable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:191:23: note: add '@MainActor' to make static property 'A10' part of global actor 'MainActor'
    public static let A10 = Interval(quality: .augmented, degree: 10, semitones: 17)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:191:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let A10 = Interval(quality: .augmented, degree: 10, semitones: 17)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:193:23: warning: static property 'A11' is not concurrency-safe because non-'Sendable' type 'Interval' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let A11 = Interval(quality: .augmented, degree: 11, semitones: 18)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:34:15: note: consider making struct 'Interval' conform to the 'Sendable' protocol
public struct Interval: Codable, Hashable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:193:23: note: add '@MainActor' to make static property 'A11' part of global actor 'MainActor'
    public static let A11 = Interval(quality: .augmented, degree: 11, semitones: 18)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:193:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let A11 = Interval(quality: .augmented, degree: 11, semitones: 18)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:195:23: warning: static property 'A12' is not concurrency-safe because non-'Sendable' type 'Interval' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let A12 = Interval(quality: .augmented, degree: 12, semitones: 20)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:34:15: note: consider making struct 'Interval' conform to the 'Sendable' protocol
public struct Interval: Codable, Hashable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:195:23: note: add '@MainActor' to make static property 'A12' part of global actor 'MainActor'
    public static let A12 = Interval(quality: .augmented, degree: 12, semitones: 20)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:195:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let A12 = Interval(quality: .augmented, degree: 12, semitones: 20)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:197:23: warning: static property 'A13' is not concurrency-safe because non-'Sendable' type 'Interval' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let A13 = Interval(quality: .augmented, degree: 13, semitones: 22)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:34:15: note: consider making struct 'Interval' conform to the 'Sendable' protocol
public struct Interval: Codable, Hashable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:197:23: note: add '@MainActor' to make static property 'A13' part of global actor 'MainActor'
    public static let A13 = Interval(quality: .augmented, degree: 13, semitones: 22)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:197:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let A13 = Interval(quality: .augmented, degree: 13, semitones: 22)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:199:23: warning: static property 'A14' is not concurrency-safe because non-'Sendable' type 'Interval' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let A14 = Interval(quality: .augmented, degree: 14, semitones: 24)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:34:15: note: consider making struct 'Interval' conform to the 'Sendable' protocol
public struct Interval: Codable, Hashable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:199:23: note: add '@MainActor' to make static property 'A14' part of global actor 'MainActor'
    public static let A14 = Interval(quality: .augmented, degree: 14, semitones: 24)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:199:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let A14 = Interval(quality: .augmented, degree: 14, semitones: 24)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:201:23: warning: static property 'A15' is not concurrency-safe because non-'Sendable' type 'Interval' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let A15 = Interval(quality: .augmented, degree: 15, semitones: 25)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:34:15: note: consider making struct 'Interval' conform to the 'Sendable' protocol
public struct Interval: Codable, Hashable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:201:23: note: add '@MainActor' to make static property 'A15' part of global actor 'MainActor'
    public static let A15 = Interval(quality: .augmented, degree: 15, semitones: 25)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:201:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let A15 = Interval(quality: .augmented, degree: 15, semitones: 25)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:204:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[Interval]' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let all: [Interval] = [
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:34:15: note: consider making struct 'Interval' conform to the 'Sendable' protocol
public struct Interval: Codable, Hashable, CustomStringConvertible {
              ^
                                                                  , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:204:23: note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
    public static let all: [Interval] = [
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:204:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let all: [Interval] = [
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Pitch.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Pitch.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Pitch.swift (in target 'MusicTheory' from project 'MusicTheory')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ScaleType.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift (in target 'MusicTheory' from project 'MusicTheory')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:81:23: warning: static property 'major' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let major = ScaleType(intervals: ScaleType.ionian.intervals, description: "Major")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:81:23: note: add '@MainActor' to make static property 'major' part of global actor 'MainActor'
    public static let major = ScaleType(intervals: ScaleType.ionian.intervals, description: "Major")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:81:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let major = ScaleType(intervals: ScaleType.ionian.intervals, description: "Major")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:84:23: warning: static property 'minor' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let minor = ScaleType(intervals: ScaleType.aeolian.intervals, description: "Minor")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:84:23: note: add '@MainActor' to make static property 'minor' part of global actor 'MainActor'
    public static let minor = ScaleType(intervals: ScaleType.aeolian.intervals, description: "Minor")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:84:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let minor = ScaleType(intervals: ScaleType.aeolian.intervals, description: "Minor")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:87:23: warning: static property 'harmonicMinor' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let harmonicMinor = ScaleType(intervals: [.P1, .M2, .m3, .P4, .P5, .m6, .M7], description: "Harmonic Minor")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:87:23: note: add '@MainActor' to make static property 'harmonicMinor' part of global actor 'MainActor'
    public static let harmonicMinor = ScaleType(intervals: [.P1, .M2, .m3, .P4, .P5, .m6, .M7], description: "Harmonic Minor")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:87:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let harmonicMinor = ScaleType(intervals: [.P1, .M2, .m3, .P4, .P5, .m6, .M7], description: "Harmonic Minor")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:90:23: warning: static property 'melodicMinor' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let melodicMinor = ScaleType(intervals: [.P1, .M2, .m3, .P4, .P5, .M6, .M7], description: "Melodic Minor")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:90:23: note: add '@MainActor' to make static property 'melodicMinor' part of global actor 'MainActor'
    public static let melodicMinor = ScaleType(intervals: [.P1, .M2, .m3, .P4, .P5, .M6, .M7], description: "Melodic Minor")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:90:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let melodicMinor = ScaleType(intervals: [.P1, .M2, .m3, .P4, .P5, .M6, .M7], description: "Melodic Minor")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:93:23: warning: static property 'pentatonicMajor' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let pentatonicMajor = ScaleType(intervals: [.P1, .M2, .M3, .P5, .M6], description: "Pentatonic Major")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:93:23: note: add '@MainActor' to make static property 'pentatonicMajor' part of global actor 'MainActor'
    public static let pentatonicMajor = ScaleType(intervals: [.P1, .M2, .M3, .P5, .M6], description: "Pentatonic Major")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:93:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let pentatonicMajor = ScaleType(intervals: [.P1, .M2, .M3, .P5, .M6], description: "Pentatonic Major")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:96:23: warning: static property 'pentatonicMinor' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let pentatonicMinor = ScaleType(intervals: [.P1, .m3, .P4, .P5, .m7], description: "Pentatonic Minor")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:96:23: note: add '@MainActor' to make static property 'pentatonicMinor' part of global actor 'MainActor'
    public static let pentatonicMinor = ScaleType(intervals: [.P1, .m3, .P4, .P5, .m7], description: "Pentatonic Minor")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:96:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let pentatonicMinor = ScaleType(intervals: [.P1, .m3, .P4, .P5, .m7], description: "Pentatonic Minor")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:99:23: warning: static property 'pentatonicBlues' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let pentatonicBlues = ScaleType(intervals: [.P1, .m3, .P4, .d5, .P5, .m7], description: "Pentatonic Blues")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:99:23: note: add '@MainActor' to make static property 'pentatonicBlues' part of global actor 'MainActor'
    public static let pentatonicBlues = ScaleType(intervals: [.P1, .m3, .P4, .d5, .P5, .m7], description: "Pentatonic Blues")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:99:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let pentatonicBlues = ScaleType(intervals: [.P1, .m3, .P4, .d5, .P5, .m7], description: "Pentatonic Blues")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:102:23: warning: static property 'pentatonicNeutral' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let pentatonicNeutral = ScaleType(intervals: [.P1, .M2, .P4, .P5, .m7], description: "Pentatonic Neutral")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:102:23: note: add '@MainActor' to make static property 'pentatonicNeutral' part of global actor 'MainActor'
    public static let pentatonicNeutral = ScaleType(intervals: [.P1, .M2, .P4, .P5, .m7], description: "Pentatonic Neutral")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:102:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let pentatonicNeutral = ScaleType(intervals: [.P1, .M2, .P4, .P5, .m7], description: "Pentatonic Neutral")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:105:23: warning: static property 'ionian' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ionian = ScaleType(intervals: [.P1, .M2, .M3, .P4, .P5, .M6, .M7], description: "Ionian")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:105:23: note: add '@MainActor' to make static property 'ionian' part of global actor 'MainActor'
    public static let ionian = ScaleType(intervals: [.P1, .M2, .M3, .P4, .P5, .M6, .M7], description: "Ionian")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:105:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ionian = ScaleType(intervals: [.P1, .M2, .M3, .P4, .P5, .M6, .M7], description: "Ionian")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:108:23: warning: static property 'aeolian' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let aeolian = ScaleType(intervals: [.P1, .M2, .m3, .P4, .P5, .m6, .m7], description: "Aeolian")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:108:23: note: add '@MainActor' to make static property 'aeolian' part of global actor 'MainActor'
    public static let aeolian = ScaleType(intervals: [.P1, .M2, .m3, .P4, .P5, .m6, .m7], description: "Aeolian")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:108:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let aeolian = ScaleType(intervals: [.P1, .M2, .m3, .P4, .P5, .m6, .m7], description: "Aeolian")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:111:23: warning: static property 'dorian' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let dorian = ScaleType(intervals: [.P1, .M2, .m3, .P4, .P5, .M6, .m7], description: "Dorian")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:111:23: note: add '@MainActor' to make static property 'dorian' part of global actor 'MainActor'
    public static let dorian = ScaleType(intervals: [.P1, .M2, .m3, .P4, .P5, .M6, .m7], description: "Dorian")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:111:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let dorian = ScaleType(intervals: [.P1, .M2, .m3, .P4, .P5, .M6, .m7], description: "Dorian")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:114:23: warning: static property 'mixolydian' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let mixolydian = ScaleType(intervals: [.P1, .M2, .M3, .P4, .P5, .M6, .m7], description: "Mixolydian")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:114:23: note: add '@MainActor' to make static property 'mixolydian' part of global actor 'MainActor'
    public static let mixolydian = ScaleType(intervals: [.P1, .M2, .M3, .P4, .P5, .M6, .m7], description: "Mixolydian")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:114:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let mixolydian = ScaleType(intervals: [.P1, .M2, .M3, .P4, .P5, .M6, .m7], description: "Mixolydian")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:117:23: warning: static property 'phrygian' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let phrygian = ScaleType(intervals: [.P1, .m2, .m3, .P4, .P5, .m6, .m7], description: "Phrygian")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:117:23: note: add '@MainActor' to make static property 'phrygian' part of global actor 'MainActor'
    public static let phrygian = ScaleType(intervals: [.P1, .m2, .m3, .P4, .P5, .m6, .m7], description: "Phrygian")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:117:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let phrygian = ScaleType(intervals: [.P1, .m2, .m3, .P4, .P5, .m6, .m7], description: "Phrygian")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:120:23: warning: static property 'lydian' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let lydian = ScaleType(intervals: [.P1, .M2, .M3, .A4, .P5, .M6, .M7], description: "Lydian")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:120:23: note: add '@MainActor' to make static property 'lydian' part of global actor 'MainActor'
    public static let lydian = ScaleType(intervals: [.P1, .M2, .M3, .A4, .P5, .M6, .M7], description: "Lydian")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:120:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let lydian = ScaleType(intervals: [.P1, .M2, .M3, .A4, .P5, .M6, .M7], description: "Lydian")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:123:23: warning: static property 'locrian' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let locrian = ScaleType(intervals: [.P1, .m2, .m3, .P4, .d5, .m6, .m7], description: "Locrian")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:123:23: note: add '@MainActor' to make static property 'locrian' part of global actor 'MainActor'
    public static let locrian = ScaleType(intervals: [.P1, .m2, .m3, .P4, .d5, .m6, .m7], description: "Locrian")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:123:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let locrian = ScaleType(intervals: [.P1, .m2, .m3, .P4, .d5, .m6, .m7], description: "Locrian")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:126:23: warning: static property 'halfDiminished' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let halfDiminished = ScaleType(intervals: [.P1, .m2, .m3, .M3, .d5, .P5, .M6, .m7], description: "Half Diminished")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:126:23: note: add '@MainActor' to make static property 'halfDiminished' part of global actor 'MainActor'
    public static let halfDiminished = ScaleType(intervals: [.P1, .m2, .m3, .M3, .d5, .P5, .M6, .m7], description: "Half Diminished")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:126:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let halfDiminished = ScaleType(intervals: [.P1, .m2, .m3, .M3, .d5, .P5, .M6, .m7], description: "Half Diminished")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:129:23: warning: static property 'wholeDiminished' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let wholeDiminished = ScaleType(intervals: [.P1, .M2, .m3, .P4, .d5, .m6, .M6, .M7], description: "Whole Diminished")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:129:23: note: add '@MainActor' to make static property 'wholeDiminished' part of global actor 'MainActor'
    public static let wholeDiminished = ScaleType(intervals: [.P1, .M2, .m3, .P4, .d5, .m6, .M6, .M7], description: "Whole Diminished")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:129:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let wholeDiminished = ScaleType(intervals: [.P1, .M2, .m3, .P4, .d5, .m6, .M6, .M7], description: "Whole Diminished")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:132:23: warning: static property 'whole' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let whole = ScaleType(intervals: [.P1, .M2, .M3, .d5, .m6, .m7], description: "Whole")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:132:23: note: add '@MainActor' to make static property 'whole' part of global actor 'MainActor'
    public static let whole = ScaleType(intervals: [.P1, .M2, .M3, .d5, .m6, .m7], description: "Whole")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:132:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let whole = ScaleType(intervals: [.P1, .M2, .M3, .d5, .m6, .m7], description: "Whole")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:135:23: warning: static property 'augmented' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let augmented = ScaleType(intervals: [.m3, .M3, .P5, .m6, .M7], description: "Augmented")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:135:23: note: add '@MainActor' to make static property 'augmented' part of global actor 'MainActor'
    public static let augmented = ScaleType(intervals: [.m3, .M3, .P5, .m6, .M7], description: "Augmented")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:135:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let augmented = ScaleType(intervals: [.m3, .M3, .P5, .m6, .M7], description: "Augmented")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:138:23: warning: static property 'chromatic' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let chromatic = ScaleType(intervals: [.P1, .m2, .M2, .m3, .M3, .P4, .d5, .P5, .m6, .M6, .m7, .M7], description: "Chromatic")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:138:23: note: add '@MainActor' to make static property 'chromatic' part of global actor 'MainActor'
    public static let chromatic = ScaleType(intervals: [.P1, .m2, .M2, .m3, .M3, .P4, .d5, .P5, .m6, .M6, .m7, .M7], description: "Chromatic")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:138:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let chromatic = ScaleType(intervals: [.P1, .m2, .M2, .m3, .M3, .P4, .d5, .P5, .m6, .M6, .m7, .M7], description: "Chromatic")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:141:23: warning: static property 'romanianMinor' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let romanianMinor = ScaleType(intervals: [.P1, .M2, .m3, .d5, .P5, .M6, .m7], description: "Romanian Minor")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:141:23: note: add '@MainActor' to make static property 'romanianMinor' part of global actor 'MainActor'
    public static let romanianMinor = ScaleType(intervals: [.P1, .M2, .m3, .d5, .P5, .M6, .m7], description: "Romanian Minor")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:141:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let romanianMinor = ScaleType(intervals: [.P1, .M2, .m3, .d5, .P5, .M6, .m7], description: "Romanian Minor")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:144:23: warning: static property 'spanishGypsy' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let spanishGypsy = ScaleType(intervals: [.P1, .m2, .M3, .P4, .P5, .m6, .m7], description: "Spanish Gypsy")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:144:23: note: add '@MainActor' to make static property 'spanishGypsy' part of global actor 'MainActor'
    public static let spanishGypsy = ScaleType(intervals: [.P1, .m2, .M3, .P4, .P5, .m6, .m7], description: "Spanish Gypsy")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:144:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let spanishGypsy = ScaleType(intervals: [.P1, .m2, .M3, .P4, .P5, .m6, .m7], description: "Spanish Gypsy")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:147:23: warning: static property 'diatonic' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let diatonic = ScaleType(intervals: [.P1, .M2, .M3, .P5, .M6], description: "Diatonic")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:147:23: note: add '@MainActor' to make static property 'diatonic' part of global actor 'MainActor'
    public static let diatonic = ScaleType(intervals: [.P1, .M2, .M3, .P5, .M6], description: "Diatonic")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:147:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let diatonic = ScaleType(intervals: [.P1, .M2, .M3, .P5, .M6], description: "Diatonic")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:150:23: warning: static property 'doubleHarmonic' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let doubleHarmonic = ScaleType(intervals: [.P1, .m2, .M3, .P4, .P5, .m6, .M7], description: "Double Harmonic")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:150:23: note: add '@MainActor' to make static property 'doubleHarmonic' part of global actor 'MainActor'
    public static let doubleHarmonic = ScaleType(intervals: [.P1, .m2, .M3, .P4, .P5, .m6, .M7], description: "Double Harmonic")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:150:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let doubleHarmonic = ScaleType(intervals: [.P1, .m2, .M3, .P4, .P5, .m6, .M7], description: "Double Harmonic")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:153:23: warning: static property 'eightToneSpanish' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let eightToneSpanish = ScaleType(intervals: [.P1, .m2, .m3, .M3, .P4, .d5, .m6, .m7], description: "Eight Tone Spanish")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:153:23: note: add '@MainActor' to make static property 'eightToneSpanish' part of global actor 'MainActor'
    public static let eightToneSpanish = ScaleType(intervals: [.P1, .m2, .m3, .M3, .P4, .d5, .m6, .m7], description: "Eight Tone Spanish")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:153:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let eightToneSpanish = ScaleType(intervals: [.P1, .m2, .m3, .M3, .P4, .d5, .m6, .m7], description: "Eight Tone Spanish")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:156:23: warning: static property 'enigmatic' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let enigmatic = ScaleType(intervals: [.P1, .m2, .M3, .A4, .A5, .A6, .M7], description: "Enigmatic")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:156:23: note: add '@MainActor' to make static property 'enigmatic' part of global actor 'MainActor'
    public static let enigmatic = ScaleType(intervals: [.P1, .m2, .M3, .A4, .A5, .A6, .M7], description: "Enigmatic")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:156:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let enigmatic = ScaleType(intervals: [.P1, .m2, .M3, .A4, .A5, .A6, .M7], description: "Enigmatic")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:159:23: warning: static property 'leadingWholeTone' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let leadingWholeTone = ScaleType(intervals: [.P1, .M2, .M3, .d5, .m6, .M6, .m7], description: "Leading Whole Tone")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:159:23: note: add '@MainActor' to make static property 'leadingWholeTone' part of global actor 'MainActor'
    public static let leadingWholeTone = ScaleType(intervals: [.P1, .M2, .M3, .d5, .m6, .M6, .m7], description: "Leading Whole Tone")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:159:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let leadingWholeTone = ScaleType(intervals: [.P1, .M2, .M3, .d5, .m6, .M6, .m7], description: "Leading Whole Tone")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:162:23: warning: static property 'lydianAugmented' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let lydianAugmented = ScaleType(intervals: [.P1, .M2, .M3, .A4, .A5, .M6, .M7], description: "Lydian Augmented")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:162:23: note: add '@MainActor' to make static property 'lydianAugmented' part of global actor 'MainActor'
    public static let lydianAugmented = ScaleType(intervals: [.P1, .M2, .M3, .A4, .A5, .M6, .M7], description: "Lydian Augmented")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:162:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let lydianAugmented = ScaleType(intervals: [.P1, .M2, .M3, .A4, .A5, .M6, .M7], description: "Lydian Augmented")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:165:23: warning: static property 'neopolitanMajor' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let neopolitanMajor = ScaleType(intervals: [.P1, .m2, .m3, .P4, .P5, .M6, .M7], description: "Neopolitan Major")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:165:23: note: add '@MainActor' to make static property 'neopolitanMajor' part of global actor 'MainActor'
    public static let neopolitanMajor = ScaleType(intervals: [.P1, .m2, .m3, .P4, .P5, .M6, .M7], description: "Neopolitan Major")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:165:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let neopolitanMajor = ScaleType(intervals: [.P1, .m2, .m3, .P4, .P5, .M6, .M7], description: "Neopolitan Major")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:168:23: warning: static property 'neopolitanMinor' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let neopolitanMinor = ScaleType(intervals: [.P1, .m2, .m3, .P4, .P5, .m6, .m7], description: "Neopolitan Minor")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:168:23: note: add '@MainActor' to make static property 'neopolitanMinor' part of global actor 'MainActor'
    public static let neopolitanMinor = ScaleType(intervals: [.P1, .m2, .m3, .P4, .P5, .m6, .m7], description: "Neopolitan Minor")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:168:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let neopolitanMinor = ScaleType(intervals: [.P1, .m2, .m3, .P4, .P5, .m6, .m7], description: "Neopolitan Minor")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:171:23: warning: static property 'pelog' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let pelog = ScaleType(intervals: [.P1, .m2, .m3, .d5, .m7, .M7], description: "Pelog")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:171:23: note: add '@MainActor' to make static property 'pelog' part of global actor 'MainActor'
    public static let pelog = ScaleType(intervals: [.P1, .m2, .m3, .d5, .m7, .M7], description: "Pelog")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:171:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let pelog = ScaleType(intervals: [.P1, .m2, .m3, .d5, .m7, .M7], description: "Pelog")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:174:23: warning: static property 'prometheus' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let prometheus = ScaleType(intervals: [.P1, .M2, .M3, .A4, .M6, .m7], description: "Prometheus")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:174:23: note: add '@MainActor' to make static property 'prometheus' part of global actor 'MainActor'
    public static let prometheus = ScaleType(intervals: [.P1, .M2, .M3, .A4, .M6, .m7], description: "Prometheus")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:174:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let prometheus = ScaleType(intervals: [.P1, .M2, .M3, .A4, .M6, .m7], description: "Prometheus")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:177:23: warning: static property 'prometheusNeopolitan' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let prometheusNeopolitan = ScaleType(intervals: [.P1, .m2, .M3, .d5, .M6, .m7], description: "Prometheus Neopolitan")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:177:23: note: add '@MainActor' to make static property 'prometheusNeopolitan' part of global actor 'MainActor'
    public static let prometheusNeopolitan = ScaleType(intervals: [.P1, .m2, .M3, .d5, .M6, .m7], description: "Prometheus Neopolitan")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:177:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let prometheusNeopolitan = ScaleType(intervals: [.P1, .m2, .M3, .d5, .M6, .m7], description: "Prometheus Neopolitan")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:180:23: warning: static property 'sixToneSymmetrical' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let sixToneSymmetrical = ScaleType(intervals: [.P1, .m2, .M3, .P4, .m6, .M6], description: "Six Tone Symmetrical")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:180:23: note: add '@MainActor' to make static property 'sixToneSymmetrical' part of global actor 'MainActor'
    public static let sixToneSymmetrical = ScaleType(intervals: [.P1, .m2, .M3, .P4, .m6, .M6], description: "Six Tone Symmetrical")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:180:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let sixToneSymmetrical = ScaleType(intervals: [.P1, .m2, .M3, .P4, .m6, .M6], description: "Six Tone Symmetrical")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:183:23: warning: static property 'superLocrian' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let superLocrian = ScaleType(intervals: [.P1, .m2, .m3, .M3, .d5, .m6, .m7], description: "Super Locrian")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:183:23: note: add '@MainActor' to make static property 'superLocrian' part of global actor 'MainActor'
    public static let superLocrian = ScaleType(intervals: [.P1, .m2, .m3, .M3, .d5, .m6, .m7], description: "Super Locrian")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:183:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let superLocrian = ScaleType(intervals: [.P1, .m2, .m3, .M3, .d5, .m6, .m7], description: "Super Locrian")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:186:23: warning: static property 'lydianMinor' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let lydianMinor = ScaleType(intervals: [.P1, .M2, .M3, .d5, .P5, .m6, .m7], description: "Lydian Minor")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:186:23: note: add '@MainActor' to make static property 'lydianMinor' part of global actor 'MainActor'
    public static let lydianMinor = ScaleType(intervals: [.P1, .M2, .M3, .d5, .P5, .m6, .m7], description: "Lydian Minor")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:186:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let lydianMinor = ScaleType(intervals: [.P1, .M2, .M3, .d5, .P5, .m6, .m7], description: "Lydian Minor")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:189:23: warning: static property 'lydianDiminished' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let lydianDiminished = ScaleType(intervals: [.P1, .M2, .m3, .d5, .P5, .m6, .m7], description: "Lydian Diminished")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:189:23: note: add '@MainActor' to make static property 'lydianDiminished' part of global actor 'MainActor'
    public static let lydianDiminished = ScaleType(intervals: [.P1, .M2, .m3, .d5, .P5, .m6, .m7], description: "Lydian Diminished")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:189:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let lydianDiminished = ScaleType(intervals: [.P1, .M2, .m3, .d5, .P5, .m6, .m7], description: "Lydian Diminished")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:192:23: warning: static property 'nineTone' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let nineTone = ScaleType(intervals: [.P1, .M2, .m3, .M3, .d5, .P5, .m6, .M6, .M7], description: "Nine Tone")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:192:23: note: add '@MainActor' to make static property 'nineTone' part of global actor 'MainActor'
    public static let nineTone = ScaleType(intervals: [.P1, .M2, .m3, .M3, .d5, .P5, .m6, .M6, .M7], description: "Nine Tone")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:192:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let nineTone = ScaleType(intervals: [.P1, .M2, .m3, .M3, .d5, .P5, .m6, .M6, .M7], description: "Nine Tone")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:195:23: warning: static property 'auxiliaryDiminished' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let auxiliaryDiminished = ScaleType(intervals: [.P1, .M2, .m3, .P4, .d5, .m6, .M6, .M7], description: "Auxiliary Diminished")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:195:23: note: add '@MainActor' to make static property 'auxiliaryDiminished' part of global actor 'MainActor'
    public static let auxiliaryDiminished = ScaleType(intervals: [.P1, .M2, .m3, .P4, .d5, .m6, .M6, .M7], description: "Auxiliary Diminished")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:195:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let auxiliaryDiminished = ScaleType(intervals: [.P1, .M2, .m3, .P4, .d5, .m6, .M6, .M7], description: "Auxiliary Diminished")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:198:23: warning: static property 'auxiliaryAugmented' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let auxiliaryAugmented = ScaleType(intervals: [.P1, .M2, .M3, .d5, .m6, .m7], description: "Auxiliary Augmented")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:198:23: note: add '@MainActor' to make static property 'auxiliaryAugmented' part of global actor 'MainActor'
    public static let auxiliaryAugmented = ScaleType(intervals: [.P1, .M2, .M3, .d5, .m6, .m7], description: "Auxiliary Augmented")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:198:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let auxiliaryAugmented = ScaleType(intervals: [.P1, .M2, .M3, .d5, .m6, .m7], description: "Auxiliary Augmented")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:201:23: warning: static property 'auxiliaryDimBlues' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let auxiliaryDimBlues = ScaleType(intervals: [.P1, .m2, .m3, .M3, .d5, .P5, .M6, .m7], description: "Auxiliary Diminished Blues")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:201:23: note: add '@MainActor' to make static property 'auxiliaryDimBlues' part of global actor 'MainActor'
    public static let auxiliaryDimBlues = ScaleType(intervals: [.P1, .m2, .m3, .M3, .d5, .P5, .M6, .m7], description: "Auxiliary Diminished Blues")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:201:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let auxiliaryDimBlues = ScaleType(intervals: [.P1, .m2, .m3, .M3, .d5, .P5, .M6, .m7], description: "Auxiliary Diminished Blues")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:204:23: warning: static property 'majorLocrian' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let majorLocrian = ScaleType(intervals: [.P1, .M2, .M3, .P4, .d5, .m6, .m7], description: "Major Locrian")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:204:23: note: add '@MainActor' to make static property 'majorLocrian' part of global actor 'MainActor'
    public static let majorLocrian = ScaleType(intervals: [.P1, .M2, .M3, .P4, .d5, .m6, .m7], description: "Major Locrian")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:204:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let majorLocrian = ScaleType(intervals: [.P1, .M2, .M3, .P4, .d5, .m6, .m7], description: "Major Locrian")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:207:23: warning: static property 'overtone' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let overtone = ScaleType(intervals: [.P1, .M2, .M3, .d5, .P5, .M6, .m7], description: "Overtone")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:207:23: note: add '@MainActor' to make static property 'overtone' part of global actor 'MainActor'
    public static let overtone = ScaleType(intervals: [.P1, .M2, .M3, .d5, .P5, .M6, .m7], description: "Overtone")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:207:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let overtone = ScaleType(intervals: [.P1, .M2, .M3, .d5, .P5, .M6, .m7], description: "Overtone")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:210:23: warning: static property 'diminishedWholeTone' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let diminishedWholeTone = ScaleType(intervals: [.P1, .m2, .m3, .M3, .d5, .m6, .m7], description: "Diminished Whole Tone")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:210:23: note: add '@MainActor' to make static property 'diminishedWholeTone' part of global actor 'MainActor'
    public static let diminishedWholeTone = ScaleType(intervals: [.P1, .m2, .m3, .M3, .d5, .m6, .m7], description: "Diminished Whole Tone")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:210:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let diminishedWholeTone = ScaleType(intervals: [.P1, .m2, .m3, .M3, .d5, .m6, .m7], description: "Diminished Whole Tone")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:213:23: warning: static property 'dominant7th' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let dominant7th = ScaleType(intervals: [.P1, .M2, .M3, .P4, .P5, .M6, .m7], description: "Dominant 7th")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:213:23: note: add '@MainActor' to make static property 'dominant7th' part of global actor 'MainActor'
    public static let dominant7th = ScaleType(intervals: [.P1, .M2, .M3, .P4, .P5, .M6, .m7], description: "Dominant 7th")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:213:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let dominant7th = ScaleType(intervals: [.P1, .M2, .M3, .P4, .P5, .M6, .m7], description: "Dominant 7th")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:216:23: warning: static property 'altered' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let altered = ScaleType(intervals: [.P1, .m2, .m3, .M3, .d5, .m6, .m7], description: "Altered")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:216:23: note: add '@MainActor' to make static property 'altered' part of global actor 'MainActor'
    public static let altered = ScaleType(intervals: [.P1, .m2, .m3, .M3, .d5, .m6, .m7], description: "Altered")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:216:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let altered = ScaleType(intervals: [.P1, .m2, .m3, .M3, .d5, .m6, .m7], description: "Altered")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:219:23: warning: static property 'arabian' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let arabian = ScaleType(intervals: [.P1, .M2, .M3, .P4, .d5, .m6, .m7], description: "Arabian")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:219:23: note: add '@MainActor' to make static property 'arabian' part of global actor 'MainActor'
    public static let arabian = ScaleType(intervals: [.P1, .M2, .M3, .P4, .d5, .m6, .m7], description: "Arabian")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:219:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let arabian = ScaleType(intervals: [.P1, .M2, .M3, .P4, .d5, .m6, .m7], description: "Arabian")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:222:23: warning: static property 'ionianAugmented' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ionianAugmented = ScaleType(intervals: [.P1, .M2, .M3, .P4, .m6, .M6, .M7], description: "Ionian Augmented")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:222:23: note: add '@MainActor' to make static property 'ionianAugmented' part of global actor 'MainActor'
    public static let ionianAugmented = ScaleType(intervals: [.P1, .M2, .M3, .P4, .m6, .M6, .M7], description: "Ionian Augmented")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:222:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ionianAugmented = ScaleType(intervals: [.P1, .M2, .M3, .P4, .m6, .M6, .M7], description: "Ionian Augmented")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:225:23: warning: static property 'balinese' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let balinese = ScaleType(intervals: [.P1, .m2, .m3, .P5, .m6], description: "Balinese")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:225:23: note: add '@MainActor' to make static property 'balinese' part of global actor 'MainActor'
    public static let balinese = ScaleType(intervals: [.P1, .m2, .m3, .P5, .m6], description: "Balinese")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:225:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let balinese = ScaleType(intervals: [.P1, .m2, .m3, .P5, .m6], description: "Balinese")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:228:23: warning: static property 'byzantine' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let byzantine = ScaleType(intervals: [.P1, .m2, .M3, .P4, .P5, .m6, .M7], description: "Byzantine")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:228:23: note: add '@MainActor' to make static property 'byzantine' part of global actor 'MainActor'
    public static let byzantine = ScaleType(intervals: [.P1, .m2, .M3, .P4, .P5, .m6, .M7], description: "Byzantine")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:228:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let byzantine = ScaleType(intervals: [.P1, .m2, .M3, .P4, .P5, .m6, .M7], description: "Byzantine")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:231:23: warning: static property 'chinese' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let chinese = ScaleType(intervals: [.P1, .M3, .d5, .P5, .M7], description: "Chinese")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:231:23: note: add '@MainActor' to make static property 'chinese' part of global actor 'MainActor'
    public static let chinese = ScaleType(intervals: [.P1, .M3, .d5, .P5, .M7], description: "Chinese")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:231:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let chinese = ScaleType(intervals: [.P1, .M3, .d5, .P5, .M7], description: "Chinese")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:234:23: warning: static property 'dorianSharp4' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let dorianSharp4 = ScaleType(intervals: [.P1, .M2, .m3, .d5, .P5, .M6, .m7], description: "Dorian #4")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:234:23: note: add '@MainActor' to make static property 'dorianSharp4' part of global actor 'MainActor'
    public static let dorianSharp4 = ScaleType(intervals: [.P1, .M2, .m3, .d5, .P5, .M6, .m7], description: "Dorian #4")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:234:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let dorianSharp4 = ScaleType(intervals: [.P1, .M2, .m3, .d5, .P5, .M6, .m7], description: "Dorian #4")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:237:23: warning: static property 'dorianFlat2' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let dorianFlat2 = ScaleType(intervals: [.P1, .m2, .m3, .P4, .P5, .M6, .m7], description: "Dorian b2")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:237:23: note: add '@MainActor' to make static property 'dorianFlat2' part of global actor 'MainActor'
    public static let dorianFlat2 = ScaleType(intervals: [.P1, .m2, .m3, .P4, .P5, .M6, .m7], description: "Dorian b2")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:237:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let dorianFlat2 = ScaleType(intervals: [.P1, .m2, .m3, .P4, .P5, .M6, .m7], description: "Dorian b2")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:240:23: warning: static property 'hindu' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let hindu = ScaleType(intervals: [.P1, .M2, .M3, .P4, .P5, .m6, .m7], description: "Hindu")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:240:23: note: add '@MainActor' to make static property 'hindu' part of global actor 'MainActor'
    public static let hindu = ScaleType(intervals: [.P1, .M2, .M3, .P4, .P5, .m6, .m7], description: "Hindu")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:240:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let hindu = ScaleType(intervals: [.P1, .M2, .M3, .P4, .P5, .m6, .m7], description: "Hindu")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:243:23: warning: static property 'hirajoshi' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let hirajoshi = ScaleType(intervals: [.P1, .M2, .m3, .P5, .m6], description: "Hirajoshi")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:243:23: note: add '@MainActor' to make static property 'hirajoshi' part of global actor 'MainActor'
    public static let hirajoshi = ScaleType(intervals: [.P1, .M2, .m3, .P5, .m6], description: "Hirajoshi")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:243:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let hirajoshi = ScaleType(intervals: [.P1, .M2, .m3, .P5, .m6], description: "Hirajoshi")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:246:23: warning: static property 'hungarianMajor' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let hungarianMajor = ScaleType(intervals: [.P1, .m3, .M3, .d5, .P5, .M6, .m7], description: "Hungarian Major")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:246:23: note: add '@MainActor' to make static property 'hungarianMajor' part of global actor 'MainActor'
    public static let hungarianMajor = ScaleType(intervals: [.P1, .m3, .M3, .d5, .P5, .M6, .m7], description: "Hungarian Major")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:246:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let hungarianMajor = ScaleType(intervals: [.P1, .m3, .M3, .d5, .P5, .M6, .m7], description: "Hungarian Major")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:249:23: warning: static property 'hungarianMinor' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let hungarianMinor = ScaleType(intervals: [.P1, .M2, .m3, .A4, .P5, .m6, .M7], description: "Hungarian Minor")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:249:23: note: add '@MainActor' to make static property 'hungarianMinor' part of global actor 'MainActor'
    public static let hungarianMinor = ScaleType(intervals: [.P1, .M2, .m3, .A4, .P5, .m6, .M7], description: "Hungarian Minor")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:249:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let hungarianMinor = ScaleType(intervals: [.P1, .M2, .m3, .A4, .P5, .m6, .M7], description: "Hungarian Minor")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:252:23: warning: static property 'ichikosucho' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ichikosucho = ScaleType(intervals: [.P1, .M2, .M3, .P4, .d5, .P5, .M6, .M7], description: "Ichikosucho")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:252:23: note: add '@MainActor' to make static property 'ichikosucho' part of global actor 'MainActor'
    public static let ichikosucho = ScaleType(intervals: [.P1, .M2, .M3, .P4, .d5, .P5, .M6, .M7], description: "Ichikosucho")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:252:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ichikosucho = ScaleType(intervals: [.P1, .M2, .M3, .P4, .d5, .P5, .M6, .M7], description: "Ichikosucho")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:255:23: warning: static property 'kumoi' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let kumoi = ScaleType(intervals: [.P1, .M2, .m3, .P5, .M6], description: "Kumoi")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:255:23: note: add '@MainActor' to make static property 'kumoi' part of global actor 'MainActor'
    public static let kumoi = ScaleType(intervals: [.P1, .M2, .m3, .P5, .M6], description: "Kumoi")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:255:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let kumoi = ScaleType(intervals: [.P1, .M2, .m3, .P5, .M6], description: "Kumoi")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:258:23: warning: static property 'locrian2' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let locrian2 = ScaleType(intervals: [.P1, .M2, .m3, .P4, .d5, .m6, .m7], description: "Locrian 2")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:258:23: note: add '@MainActor' to make static property 'locrian2' part of global actor 'MainActor'
    public static let locrian2 = ScaleType(intervals: [.P1, .M2, .m3, .P4, .d5, .m6, .m7], description: "Locrian 2")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:258:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let locrian2 = ScaleType(intervals: [.P1, .M2, .m3, .P4, .d5, .m6, .m7], description: "Locrian 2")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:261:23: warning: static property 'locrian3' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let locrian3 = ScaleType(intervals: [.P1, .m2, .M3, .P4, .d5, .m6, .m7], description: "Locrian 3")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:261:23: note: add '@MainActor' to make static property 'locrian3' part of global actor 'MainActor'
    public static let locrian3 = ScaleType(intervals: [.P1, .m2, .M3, .P4, .d5, .m6, .m7], description: "Locrian 3")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:261:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let locrian3 = ScaleType(intervals: [.P1, .m2, .M3, .P4, .d5, .m6, .m7], description: "Locrian 3")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:264:23: warning: static property 'locrian6' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let locrian6 = ScaleType(intervals: [.P1, .m2, .m3, .P4, .d5, .M6, .m7], description: "Locrian 6")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:264:23: note: add '@MainActor' to make static property 'locrian6' part of global actor 'MainActor'
    public static let locrian6 = ScaleType(intervals: [.P1, .m2, .m3, .P4, .d5, .M6, .m7], description: "Locrian 6")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:264:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let locrian6 = ScaleType(intervals: [.P1, .m2, .m3, .P4, .d5, .M6, .m7], description: "Locrian 6")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:267:23: warning: static property 'lydianSharp2' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let lydianSharp2 = ScaleType(intervals: [.P1, .m3, .M3, .d5, .P5, .M6, .M7], description: "Lydian #2")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:267:23: note: add '@MainActor' to make static property 'lydianSharp2' part of global actor 'MainActor'
    public static let lydianSharp2 = ScaleType(intervals: [.P1, .m3, .M3, .d5, .P5, .M6, .M7], description: "Lydian #2")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:267:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let lydianSharp2 = ScaleType(intervals: [.P1, .m3, .M3, .d5, .P5, .M6, .M7], description: "Lydian #2")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:270:23: warning: static property 'lydianFlat7' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let lydianFlat7 = ScaleType(intervals: [.P1, .M2, .M3, .d5, .P5, .M6, .m7], description: "Lydian b7")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:270:23: note: add '@MainActor' to make static property 'lydianFlat7' part of global actor 'MainActor'
    public static let lydianFlat7 = ScaleType(intervals: [.P1, .M2, .M3, .d5, .P5, .M6, .m7], description: "Lydian b7")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:270:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let lydianFlat7 = ScaleType(intervals: [.P1, .M2, .M3, .d5, .P5, .M6, .m7], description: "Lydian b7")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:273:23: warning: static property 'phrygianMajor' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let phrygianMajor = ScaleType(intervals: [.P1, .m2, .M3, .P4, .P5, .m6, .m7], description: "Phrygian Major")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:273:23: note: add '@MainActor' to make static property 'phrygianMajor' part of global actor 'MainActor'
    public static let phrygianMajor = ScaleType(intervals: [.P1, .m2, .M3, .P4, .P5, .m6, .m7], description: "Phrygian Major")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:273:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let phrygianMajor = ScaleType(intervals: [.P1, .m2, .M3, .P4, .P5, .m6, .m7], description: "Phrygian Major")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:276:23: warning: static property 'mixolydianFlat6' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let mixolydianFlat6 = ScaleType(intervals: [.P1, .M2, .M3, .P4, .P5, .m6, .m7], description: "Mixolydian b6")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:276:23: note: add '@MainActor' to make static property 'mixolydianFlat6' part of global actor 'MainActor'
    public static let mixolydianFlat6 = ScaleType(intervals: [.P1, .M2, .M3, .P4, .P5, .m6, .m7], description: "Mixolydian b6")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:276:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let mixolydianFlat6 = ScaleType(intervals: [.P1, .M2, .M3, .P4, .P5, .m6, .m7], description: "Mixolydian b6")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:279:23: warning: static property 'mohammedan' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let mohammedan = ScaleType(intervals: [.P1, .M2, .m3, .P4, .P5, .m6, .M7], description: "Mohammedan")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:279:23: note: add '@MainActor' to make static property 'mohammedan' part of global actor 'MainActor'
    public static let mohammedan = ScaleType(intervals: [.P1, .M2, .m3, .P4, .P5, .m6, .M7], description: "Mohammedan")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:279:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let mohammedan = ScaleType(intervals: [.P1, .M2, .m3, .P4, .P5, .m6, .M7], description: "Mohammedan")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:282:23: warning: static property 'mongolian' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let mongolian = ScaleType(intervals: [.P1, .M2, .M3, .P5, .M6], description: "Mongolian")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:282:23: note: add '@MainActor' to make static property 'mongolian' part of global actor 'MainActor'
    public static let mongolian = ScaleType(intervals: [.P1, .M2, .M3, .P5, .M6], description: "Mongolian")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:282:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let mongolian = ScaleType(intervals: [.P1, .M2, .M3, .P5, .M6], description: "Mongolian")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:285:23: warning: static property 'naturalMinor' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let naturalMinor = ScaleType(intervals: [.P1, .M2, .m3, .P4, .P5, .m6, .m7], description: "Natural Minor")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:285:23: note: add '@MainActor' to make static property 'naturalMinor' part of global actor 'MainActor'
    public static let naturalMinor = ScaleType(intervals: [.P1, .M2, .m3, .P4, .P5, .m6, .m7], description: "Natural Minor")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:285:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let naturalMinor = ScaleType(intervals: [.P1, .M2, .m3, .P4, .P5, .m6, .m7], description: "Natural Minor")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:288:23: warning: static property 'neopolitan' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let neopolitan = ScaleType(intervals: [.P1, .m2, .m3, .P4, .P5, .m6, .M7], description: "Neopolitan")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:288:23: note: add '@MainActor' to make static property 'neopolitan' part of global actor 'MainActor'
    public static let neopolitan = ScaleType(intervals: [.P1, .m2, .m3, .P4, .P5, .m6, .M7], description: "Neopolitan")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:288:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let neopolitan = ScaleType(intervals: [.P1, .m2, .m3, .P4, .P5, .m6, .M7], description: "Neopolitan")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:291:23: warning: static property 'persian' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let persian = ScaleType(intervals: [.P1, .m2, .M3, .P4, .d5, .m6, .M7], description: "Persian")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:291:23: note: add '@MainActor' to make static property 'persian' part of global actor 'MainActor'
    public static let persian = ScaleType(intervals: [.P1, .m2, .M3, .P4, .d5, .m6, .M7], description: "Persian")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:291:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let persian = ScaleType(intervals: [.P1, .m2, .M3, .P4, .d5, .m6, .M7], description: "Persian")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:294:23: warning: static property 'purviTheta' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let purviTheta = ScaleType(intervals: [.P1, .m2, .M3, .d5, .P5, .m6, .M7], description: "Purvi Theta")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:294:23: note: add '@MainActor' to make static property 'purviTheta' part of global actor 'MainActor'
    public static let purviTheta = ScaleType(intervals: [.P1, .m2, .M3, .d5, .P5, .m6, .M7], description: "Purvi Theta")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:294:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let purviTheta = ScaleType(intervals: [.P1, .m2, .M3, .d5, .P5, .m6, .M7], description: "Purvi Theta")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:297:23: warning: static property 'todiTheta' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let todiTheta = ScaleType(intervals: [.P1, .m2, .m3, .d5, .P5, .m6, .M7], description: "Todi Theta")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:297:23: note: add '@MainActor' to make static property 'todiTheta' part of global actor 'MainActor'
    public static let todiTheta = ScaleType(intervals: [.P1, .m2, .m3, .d5, .P5, .m6, .M7], description: "Todi Theta")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:297:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let todiTheta = ScaleType(intervals: [.P1, .m2, .m3, .d5, .P5, .m6, .M7], description: "Todi Theta")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:300:23: warning: static property 'majorBebop' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let majorBebop = ScaleType(intervals: [.P1, .M2, .M3, .P4, .P5, .m6, .M6, .M7], description: "Major Bebop")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:300:23: note: add '@MainActor' to make static property 'majorBebop' part of global actor 'MainActor'
    public static let majorBebop = ScaleType(intervals: [.P1, .M2, .M3, .P4, .P5, .m6, .M6, .M7], description: "Major Bebop")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:300:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let majorBebop = ScaleType(intervals: [.P1, .M2, .M3, .P4, .P5, .m6, .M6, .M7], description: "Major Bebop")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:303:23: warning: static property 'minorBebop' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let minorBebop = ScaleType(intervals: [.P1, .M2, .m3, .P4, .P5, .M6, .m7, .M7], description: "Minor Bebop")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:303:23: note: add '@MainActor' to make static property 'minorBebop' part of global actor 'MainActor'
    public static let minorBebop = ScaleType(intervals: [.P1, .M2, .m3, .P4, .P5, .M6, .m7, .M7], description: "Minor Bebop")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:303:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let minorBebop = ScaleType(intervals: [.P1, .M2, .m3, .P4, .P5, .M6, .m7, .M7], description: "Minor Bebop")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:306:23: warning: static property 'bebopDominant' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let bebopDominant = ScaleType(intervals: [.P1, .M2, .M3, .P4, .P5, .M6, .m7, .M7], description: "Bebop Dominant")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:306:23: note: add '@MainActor' to make static property 'bebopDominant' part of global actor 'MainActor'
    public static let bebopDominant = ScaleType(intervals: [.P1, .M2, .M3, .P4, .P5, .M6, .m7, .M7], description: "Bebop Dominant")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:306:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let bebopDominant = ScaleType(intervals: [.P1, .M2, .M3, .P4, .P5, .M6, .m7, .M7], description: "Bebop Dominant")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:309:23: warning: static property 'tritone' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let tritone = ScaleType(intervals: [.P1, .m2, .M3, .d5, .P5, .m7], description: "Tritone")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:309:23: note: add '@MainActor' to make static property 'tritone' part of global actor 'MainActor'
    public static let tritone = ScaleType(intervals: [.P1, .m2, .M3, .d5, .P5, .m7], description: "Tritone")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:309:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let tritone = ScaleType(intervals: [.P1, .m2, .M3, .d5, .P5, .m7], description: "Tritone")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:312:23: warning: static property 'insen' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let insen = ScaleType(intervals: [.P1, .m2, .P4, .P5, .m7], description: "Insen")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:312:23: note: add '@MainActor' to make static property 'insen' part of global actor 'MainActor'
    public static let insen = ScaleType(intervals: [.P1, .m2, .P4, .P5, .m7], description: "Insen")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:312:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let insen = ScaleType(intervals: [.P1, .m2, .P4, .P5, .m7], description: "Insen")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:315:23: warning: static property 'istrian' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let istrian = ScaleType(intervals: [.P1, .m2, .m3, .d4, .d5, .P5], description: "Istrian")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:315:23: note: add '@MainActor' to make static property 'istrian' part of global actor 'MainActor'
    public static let istrian = ScaleType(intervals: [.P1, .m2, .m3, .d4, .d5, .P5], description: "Istrian")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:315:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let istrian = ScaleType(intervals: [.P1, .m2, .m3, .d4, .d5, .P5], description: "Istrian")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:318:23: warning: static property 'gypsy' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let gypsy = ScaleType(intervals: [.P1, .M2, .m3, .A4, .P5, .m6, .m7], description: "Gypsy")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:318:23: note: add '@MainActor' to make static property 'gypsy' part of global actor 'MainActor'
    public static let gypsy = ScaleType(intervals: [.P1, .M2, .m3, .A4, .P5, .m6, .m7], description: "Gypsy")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:318:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let gypsy = ScaleType(intervals: [.P1, .M2, .m3, .A4, .P5, .m6, .m7], description: "Gypsy")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:321:23: warning: static property 'iwato' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let iwato = ScaleType(intervals: [.P1, .m2, .P4, .d5, .m7], description: "Iwato")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:321:23: note: add '@MainActor' to make static property 'iwato' part of global actor 'MainActor'
    public static let iwato = ScaleType(intervals: [.P1, .m2, .P4, .d5, .m7], description: "Iwato")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:321:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let iwato = ScaleType(intervals: [.P1, .m2, .P4, .d5, .m7], description: "Iwato")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:324:23: warning: static property 'pfluke' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let pfluke = ScaleType(intervals: [.P1, .M2, .m3, .A4, .P5, .M6, .M7], description: "Pfluke")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:324:23: note: add '@MainActor' to make static property 'pfluke' part of global actor 'MainActor'
    public static let pfluke = ScaleType(intervals: [.P1, .M2, .m3, .A4, .P5, .M6, .M7], description: "Pfluke")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:324:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let pfluke = ScaleType(intervals: [.P1, .M2, .m3, .A4, .P5, .M6, .M7], description: "Pfluke")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:327:23: warning: static property 'ukrainianDorian' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ukrainianDorian = ScaleType(intervals: [.P1, .M2, .m3, .A4, .P5, .M6, .m7], description: "Ukrainian Dorian")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:327:23: note: add '@MainActor' to make static property 'ukrainianDorian' part of global actor 'MainActor'
    public static let ukrainianDorian = ScaleType(intervals: [.P1, .M2, .m3, .A4, .P5, .M6, .m7], description: "Ukrainian Dorian")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:327:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ukrainianDorian = ScaleType(intervals: [.P1, .M2, .m3, .A4, .P5, .M6, .m7], description: "Ukrainian Dorian")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:330:23: warning: static property 'yo' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let yo = ScaleType(intervals: [.P1, .m3, .P4, .P5, .m7], description: "Yo")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:330:23: note: add '@MainActor' to make static property 'yo' part of global actor 'MainActor'
    public static let yo = ScaleType(intervals: [.P1, .m3, .P4, .P5, .m7], description: "Yo")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:330:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let yo = ScaleType(intervals: [.P1, .m3, .P4, .P5, .m7], description: "Yo")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:333:23: warning: static property 'algerian' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let algerian = ScaleType(intervals: [.P1, .M2, .m3, .A4, .P5, .m6, .M7], description: "Algerian")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:333:23: note: add '@MainActor' to make static property 'algerian' part of global actor 'MainActor'
    public static let algerian = ScaleType(intervals: [.P1, .M2, .m3, .A4, .P5, .m6, .M7], description: "Algerian")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:333:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let algerian = ScaleType(intervals: [.P1, .M2, .m3, .A4, .P5, .m6, .M7], description: "Algerian")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:336:23: warning: static property 'flamenco' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let flamenco = ScaleType(intervals: [.P1, .m2, .M3, .P4, .P5, .m6, .M7], description: "Flamenco")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:336:23: note: add '@MainActor' to make static property 'flamenco' part of global actor 'MainActor'
    public static let flamenco = ScaleType(intervals: [.P1, .m2, .M3, .P4, .P5, .m6, .M7], description: "Flamenco")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:336:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let flamenco = ScaleType(intervals: [.P1, .m2, .M3, .P4, .P5, .m6, .M7], description: "Flamenco")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:339:23: warning: static property 'hawaiian' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let hawaiian = ScaleType(intervals: [.P1, .M2, .m3, .P4, .P5, .M6, .M7], description: "Hawaiian")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:339:23: note: add '@MainActor' to make static property 'hawaiian' part of global actor 'MainActor'
    public static let hawaiian = ScaleType(intervals: [.P1, .M2, .m3, .P4, .P5, .M6, .M7], description: "Hawaiian")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:339:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let hawaiian = ScaleType(intervals: [.P1, .M2, .m3, .P4, .P5, .M6, .M7], description: "Hawaiian")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:342:23: warning: static property 'maqam' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let maqam = ScaleType(intervals: [.P1, .m2, .M3, .P4, .P5, .m6, .M7], description: "Maqam")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:342:23: note: add '@MainActor' to make static property 'maqam' part of global actor 'MainActor'
    public static let maqam = ScaleType(intervals: [.P1, .m2, .M3, .P4, .P5, .m6, .M7], description: "Maqam")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:342:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let maqam = ScaleType(intervals: [.P1, .m2, .M3, .P4, .P5, .m6, .M7], description: "Maqam")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:345:23: warning: static property 'oriental' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let oriental = ScaleType(intervals: [.P1, .m2, .M3, .P4, .d5, .M6, .m7], description: "Oriental")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:345:23: note: add '@MainActor' to make static property 'oriental' part of global actor 'MainActor'
    public static let oriental = ScaleType(intervals: [.P1, .m2, .M3, .P4, .d5, .M6, .m7], description: "Oriental")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:345:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let oriental = ScaleType(intervals: [.P1, .m2, .M3, .P4, .d5, .M6, .m7], description: "Oriental")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:348:23: warning: static property 'jazzMelodicMinor' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let jazzMelodicMinor = ScaleType(intervals: [.P1, .M2, .m3, .P4, .P5, .M6, .M7], description: "Jazz Melodic Minor")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:348:23: note: add '@MainActor' to make static property 'jazzMelodicMinor' part of global actor 'MainActor'
    public static let jazzMelodicMinor = ScaleType(intervals: [.P1, .M2, .m3, .P4, .P5, .M6, .M7], description: "Jazz Melodic Minor")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:348:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let jazzMelodicMinor = ScaleType(intervals: [.P1, .M2, .m3, .P4, .P5, .M6, .M7], description: "Jazz Melodic Minor")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:351:23: warning: static property 'lydianAugmentedSharp6' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let lydianAugmentedSharp6 = ScaleType(intervals: [.P1, .M2, .M3, .d5, .m6, .m7, .M7], description: "Lydian Augmented #6")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:351:23: note: add '@MainActor' to make static property 'lydianAugmentedSharp6' part of global actor 'MainActor'
    public static let lydianAugmentedSharp6 = ScaleType(intervals: [.P1, .M2, .M3, .d5, .m6, .m7, .M7], description: "Lydian Augmented #6")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:351:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let lydianAugmentedSharp6 = ScaleType(intervals: [.P1, .M2, .M3, .d5, .m6, .m7, .M7], description: "Lydian Augmented #6")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:354:23: warning: static property 'lydianAugmentedSharp2' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let lydianAugmentedSharp2 = ScaleType(intervals: [.P1, .m3, .M3, .d5, .m6, .M6, .M7], description: "Lydian Augmented #2")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:354:23: note: add '@MainActor' to make static property 'lydianAugmentedSharp2' part of global actor 'MainActor'
    public static let lydianAugmentedSharp2 = ScaleType(intervals: [.P1, .m3, .M3, .d5, .m6, .M6, .M7], description: "Lydian Augmented #2")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:354:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let lydianAugmentedSharp2 = ScaleType(intervals: [.P1, .m3, .M3, .d5, .m6, .M6, .M7], description: "Lydian Augmented #2")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:357:23: warning: static property 'dorianFlat5' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let dorianFlat5 = ScaleType(intervals: [.P1, .M2, .m3, .P4, .d5, .M6, .m7], description: "Dorian b5")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:357:23: note: add '@MainActor' to make static property 'dorianFlat5' part of global actor 'MainActor'
    public static let dorianFlat5 = ScaleType(intervals: [.P1, .M2, .m3, .P4, .d5, .M6, .m7], description: "Dorian b5")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:357:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let dorianFlat5 = ScaleType(intervals: [.P1, .M2, .m3, .P4, .d5, .M6, .m7], description: "Dorian b5")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:360:23: warning: static property 'phrygianFlat4' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let phrygianFlat4 = ScaleType(intervals: [.P1, .m2, .m3, .M3, .P5, .m6, .m7], description: "Phrygian b4")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:360:23: note: add '@MainActor' to make static property 'phrygianFlat4' part of global actor 'MainActor'
    public static let phrygianFlat4 = ScaleType(intervals: [.P1, .m2, .m3, .M3, .P5, .m6, .m7], description: "Phrygian b4")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:360:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let phrygianFlat4 = ScaleType(intervals: [.P1, .m2, .m3, .M3, .P5, .m6, .m7], description: "Phrygian b4")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:363:23: warning: static property 'lydianFlat3' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let lydianFlat3 = ScaleType(intervals: [.P1, .M2, .m3, .d5, .P5, .M6, .M7], description: "Lydian b3")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:363:23: note: add '@MainActor' to make static property 'lydianFlat3' part of global actor 'MainActor'
    public static let lydianFlat3 = ScaleType(intervals: [.P1, .M2, .m3, .d5, .P5, .M6, .M7], description: "Lydian b3")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:363:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let lydianFlat3 = ScaleType(intervals: [.P1, .M2, .m3, .d5, .P5, .M6, .M7], description: "Lydian b3")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:366:23: warning: static property 'lydianFlat6' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let lydianFlat6 = ScaleType(intervals: [.P1, .M2, .M3, .d5, .P5, .m6, .m7], description: "Lydian b6")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:366:23: note: add '@MainActor' to make static property 'lydianFlat6' part of global actor 'MainActor'
    public static let lydianFlat6 = ScaleType(intervals: [.P1, .M2, .M3, .d5, .P5, .m6, .m7], description: "Lydian b6")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:366:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let lydianFlat6 = ScaleType(intervals: [.P1, .M2, .M3, .d5, .P5, .m6, .m7], description: "Lydian b6")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:369:23: warning: static property 'lydianSharp6' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let lydianSharp6 = ScaleType(intervals: [.P1, .M2, .M3, .d5, .P5, .m7, .M7], description: "Lydian #6")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:369:23: note: add '@MainActor' to make static property 'lydianSharp6' part of global actor 'MainActor'
    public static let lydianSharp6 = ScaleType(intervals: [.P1, .M2, .M3, .d5, .P5, .m7, .M7], description: "Lydian #6")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:369:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let lydianSharp6 = ScaleType(intervals: [.P1, .M2, .M3, .d5, .P5, .m7, .M7], description: "Lydian #6")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:372:23: warning: static property 'lydianSharp2Sharp6' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let lydianSharp2Sharp6 = ScaleType(intervals: [.P1, .m3, .M3, .d5, .P5, .m7, .M7], description: "Lydian #2 #6")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:372:23: note: add '@MainActor' to make static property 'lydianSharp2Sharp6' part of global actor 'MainActor'
    public static let lydianSharp2Sharp6 = ScaleType(intervals: [.P1, .m3, .M3, .d5, .P5, .m7, .M7], description: "Lydian #2 #6")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:372:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let lydianSharp2Sharp6 = ScaleType(intervals: [.P1, .m3, .M3, .d5, .P5, .m7, .M7], description: "Lydian #2 #6")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:375:23: warning: static property 'mixolydianFlat2' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let mixolydianFlat2 = ScaleType(intervals: [.P1, .m2, .M3, .P4, .P5, .M6, .m7], description: "Mixolydian b2")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:375:23: note: add '@MainActor' to make static property 'mixolydianFlat2' part of global actor 'MainActor'
    public static let mixolydianFlat2 = ScaleType(intervals: [.P1, .m2, .M3, .P4, .P5, .M6, .m7], description: "Mixolydian b2")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:375:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let mixolydianFlat2 = ScaleType(intervals: [.P1, .m2, .M3, .P4, .P5, .M6, .m7], description: "Mixolydian b2")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:378:23: warning: static property 'mixolydianAugmented' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let mixolydianAugmented = ScaleType(intervals: [.P1, .M2, .M3, .P4, .m6, .M6, .m7], description: "Mixolydian Augmented")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:378:23: note: add '@MainActor' to make static property 'mixolydianAugmented' part of global actor 'MainActor'
    public static let mixolydianAugmented = ScaleType(intervals: [.P1, .M2, .M3, .P4, .m6, .M6, .m7], description: "Mixolydian Augmented")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:378:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let mixolydianAugmented = ScaleType(intervals: [.P1, .M2, .M3, .P4, .m6, .M6, .m7], description: "Mixolydian Augmented")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:381:23: warning: static property 'locrianDiminished' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let locrianDiminished = ScaleType(intervals: [.P1, .m2, .m3, .P4, .d5, .m6, .M6], description: "Locrian Diminished")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:381:23: note: add '@MainActor' to make static property 'locrianDiminished' part of global actor 'MainActor'
    public static let locrianDiminished = ScaleType(intervals: [.P1, .m2, .m3, .P4, .d5, .m6, .M6], description: "Locrian Diminished")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:381:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let locrianDiminished = ScaleType(intervals: [.P1, .m2, .m3, .P4, .d5, .m6, .M6], description: "Locrian Diminished")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:384:23: warning: static property 'locrianDiminishedFlatFlat3' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let locrianDiminishedFlatFlat3 = ScaleType(intervals: [.P1, .m2, .P4, .d5, .m6, .M6], description: "Locrian Diminished bb3")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:384:23: note: add '@MainActor' to make static property 'locrianDiminishedFlatFlat3' part of global actor 'MainActor'
    public static let locrianDiminishedFlatFlat3 = ScaleType(intervals: [.P1, .m2, .P4, .d5, .m6, .M6], description: "Locrian Diminished bb3")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:384:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let locrianDiminishedFlatFlat3 = ScaleType(intervals: [.P1, .m2, .P4, .d5, .m6, .M6], description: "Locrian Diminished bb3")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:387:23: warning: static property 'ionianSharp2' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ionianSharp2 = ScaleType(intervals: [.P1, .m3, .M3, .P4, .P5, .M6, .M7], description: "Ionian #2")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:387:23: note: add '@MainActor' to make static property 'ionianSharp2' part of global actor 'MainActor'
    public static let ionianSharp2 = ScaleType(intervals: [.P1, .m3, .M3, .P4, .P5, .M6, .M7], description: "Ionian #2")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:387:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ionianSharp2 = ScaleType(intervals: [.P1, .m3, .M3, .P4, .P5, .M6, .M7], description: "Ionian #2")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:390:23: warning: static property 'superLocrianDiminshedFlatFlat3' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let superLocrianDiminshedFlatFlat3 = ScaleType(intervals: [.P1, .m2, .M2, .M3, .d5, .m6, .M6], description: "Super Locrian Diminished bb3")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:390:23: note: add '@MainActor' to make static property 'superLocrianDiminshedFlatFlat3' part of global actor 'MainActor'
    public static let superLocrianDiminshedFlatFlat3 = ScaleType(intervals: [.P1, .m2, .M2, .M3, .d5, .m6, .M6], description: "Super Locrian Diminished bb3")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:390:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let superLocrianDiminshedFlatFlat3 = ScaleType(intervals: [.P1, .m2, .M2, .M3, .d5, .m6, .M6], description: "Super Locrian Diminished bb3")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:393:23: warning: static property 'ultraphrygian' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ultraphrygian = ScaleType(intervals: [.P1, .m2, .m3, .M3, .P5, .m6, .M6], description: "Ultraphrygian")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:393:23: note: add '@MainActor' to make static property 'ultraphrygian' part of global actor 'MainActor'
    public static let ultraphrygian = ScaleType(intervals: [.P1, .m2, .m3, .M3, .P5, .m6, .M6], description: "Ultraphrygian")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:393:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ultraphrygian = ScaleType(intervals: [.P1, .m2, .m3, .M3, .P5, .m6, .M6], description: "Ultraphrygian")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:396:23: warning: static property 'ionianAugmentedSharp2' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ionianAugmentedSharp2 = ScaleType(intervals: [.P1, .m3, .M3, .P4, .m6, .M6, .M7], description: "Ionian Augmented #2")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:396:23: note: add '@MainActor' to make static property 'ionianAugmentedSharp2' part of global actor 'MainActor'
    public static let ionianAugmentedSharp2 = ScaleType(intervals: [.P1, .m3, .M3, .P4, .m6, .M6, .M7], description: "Ionian Augmented #2")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:396:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ionianAugmentedSharp2 = ScaleType(intervals: [.P1, .m3, .M3, .P4, .m6, .M6, .M7], description: "Ionian Augmented #2")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:399:23: warning: static property 'majorBluesHexatonic' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let majorBluesHexatonic = ScaleType(intervals: [.P1, .M2, .m3, .M3, .P5, .M6], description: "Major Blues Hexatonic")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:399:23: note: add '@MainActor' to make static property 'majorBluesHexatonic' part of global actor 'MainActor'
    public static let majorBluesHexatonic = ScaleType(intervals: [.P1, .M2, .m3, .M3, .P5, .M6], description: "Major Blues Hexatonic")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:399:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let majorBluesHexatonic = ScaleType(intervals: [.P1, .M2, .m3, .M3, .P5, .M6], description: "Major Blues Hexatonic")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:402:23: warning: static property 'minorBluesHexatonic' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let minorBluesHexatonic = ScaleType(intervals: [.P1, .m3, .P4, .d5, .P5, .m7], description: "Minor Blues Hexatonic")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:402:23: note: add '@MainActor' to make static property 'minorBluesHexatonic' part of global actor 'MainActor'
    public static let minorBluesHexatonic = ScaleType(intervals: [.P1, .m3, .P4, .d5, .P5, .m7], description: "Minor Blues Hexatonic")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:402:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let minorBluesHexatonic = ScaleType(intervals: [.P1, .m3, .P4, .d5, .P5, .m7], description: "Minor Blues Hexatonic")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:405:23: warning: static property 'manGong' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let manGong = ScaleType(intervals: [.P1, .m3, .P4, .m6, .m7], description: "Man Gong")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:405:23: note: add '@MainActor' to make static property 'manGong' part of global actor 'MainActor'
    public static let manGong = ScaleType(intervals: [.P1, .m3, .P4, .m6, .m7], description: "Man Gong")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:405:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let manGong = ScaleType(intervals: [.P1, .m3, .P4, .m6, .m7], description: "Man Gong")
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:408:23: warning: static property 'ritsusen' is not concurrency-safe because non-'Sendable' type 'ScaleType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let ritsusen = ScaleType(intervals: [.P1, .M2, .P4, .P5, .M6], description: "Ritsusen")
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:13:15: note: consider making struct 'ScaleType' conform to the 'Sendable' protocol
public struct ScaleType: Codable, Hashable, CustomStringConvertible {
              ^
                                                                   , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:408:23: note: add '@MainActor' to make static property 'ritsusen' part of global actor 'MainActor'
    public static let ritsusen = ScaleType(intervals: [.P1, .M2, .P4, .P5, .M6], description: "Ritsusen")
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/ScaleType.swift:408:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let ritsusen = ScaleType(intervals: [.P1, .M2, .P4, .P5, .M6], description: "Ritsusen")
                      ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Emitting module for MusicTheory (in target 'MusicTheory' from project 'MusicTheory')
SwiftDriver\ Compilation\ Requirements MusicTheory normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MusicTheory' from project 'MusicTheory')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MusicTheory -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/Objects-normal/arm64/MusicTheory.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/Objects-normal/arm64/MusicTheory-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/Objects-normal/arm64/MusicTheory.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/Objects-normal/arm64/MusicTheory_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/Objects-normal/arm64/MusicTheory-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Tempo.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/MusicTheory-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/Objects-normal/arm64/MusicTheory-Swift.h (in target 'MusicTheory' from project 'MusicTheory')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/Objects-normal/arm64/MusicTheory-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/MusicTheory-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MusicTheory.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/Objects-normal/arm64/MusicTheory.swiftmodule (in target 'MusicTheory' from project 'MusicTheory')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/Objects-normal/arm64/MusicTheory.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MusicTheory.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MusicTheory.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/Objects-normal/arm64/MusicTheory.swiftdoc (in target 'MusicTheory' from project 'MusicTheory')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/Objects-normal/arm64/MusicTheory.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MusicTheory.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MusicTheory.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/Objects-normal/arm64/MusicTheory.abi.json (in target 'MusicTheory' from project 'MusicTheory')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/Objects-normal/arm64/MusicTheory.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MusicTheory.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MusicTheory.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/Objects-normal/arm64/MusicTheory.swiftsourceinfo (in target 'MusicTheory' from project 'MusicTheory')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/Objects-normal/arm64/MusicTheory.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MusicTheory.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling ScaleType.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftDriverJobDiscovery normal arm64 Compiling NoteValue.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftDriverJobDiscovery normal arm64 Compiling Pitch.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftDriverJobDiscovery normal arm64 Compiling Interval.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftDriverJobDiscovery normal arm64 Compiling TimeSignature.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftDriverJobDiscovery normal arm64 Compiling ChordProgression.swift, HarmonicFunctions.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftDriverJobDiscovery normal arm64 Compiling Key.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftDriverJobDiscovery normal arm64 Compiling Scale.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftDriverJobDiscovery normal arm64 Compiling Accidental.swift, Chord.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftDriver\ Compilation MusicTheory normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MusicTheory' from project 'MusicTheory')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MusicTheory -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/Objects-normal/arm64/MusicTheory.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/Objects-normal/arm64/MusicTheory-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/Objects-normal/arm64/MusicTheory.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/Objects-normal/arm64/MusicTheory_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/Objects-normal/arm64/MusicTheory-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MusicTheory.o normal (in target 'MusicTheory' from project 'MusicTheory')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/Objects-normal/arm64/MusicTheory.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/Objects-normal/arm64/MusicTheory_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/Objects-normal/arm64/MusicTheory_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/Objects-normal/arm64/MusicTheory.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MusicTheory.o
ExtractAppIntentsMetadata (in target 'MusicTheory' from project 'MusicTheory')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name MusicTheory --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 12.0 --bundle-identifier spi-builder-workspace.MusicTheory --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MusicTheory.appintents --target-triple arm64-apple-tvos12.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MusicTheory.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/Objects-normal/arm64/MusicTheory_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/Objects-normal/arm64/MusicTheory.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/MusicTheory.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/MusicTheory.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-appletvos/MusicTheory.build/Objects-normal/arm64/MusicTheory.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 10:56:59.093 appintentsmetadataprocessor[720:4086] Starting appintentsmetadataprocessor export
2025-04-27 10:56:59.129 appintentsmetadataprocessor[720:4086] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MusicTheory.o (in target 'MusicTheory' from project 'MusicTheory')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MusicTheory.o
** BUILD SUCCEEDED **
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",
        "ScaleType.swift",
        "Tempo.swift",
        "TimeSignature.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.0"
}
Done.