Build Information
Successful build of MusicTheory, reference master (af7d53
), with Swift 6.1 for watchOS using Xcode 16.3 on 27 Apr 2025 17:57:30 UTC.
Swift 6 data race errors: 630
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=watchOS 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
^
/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 armv7k Compiling Interval.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftCompile normal armv7k Compiling\ Tempo.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Tempo.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Tempo.swift (in target 'MusicTheory' from project 'MusicTheory')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64_32 Compiling Interval.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftCompile normal armv7k Compiling\ TimeSignature.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/TimeSignature.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/TimeSignature.swift (in target 'MusicTheory' from project 'MusicTheory')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling ChordProgression.swift, HarmonicFunctions.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftCompile normal arm64_32 Compiling\ Pitch.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Pitch.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftCompile normal arm64_32 /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
SwiftDriverJobDiscovery normal arm64_32 Compiling ChordProgression.swift, HarmonicFunctions.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftCompile normal arm64 Compiling\ Interval.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift (in target 'MusicTheory' from project 'MusicTheory')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:93:23: warning: static property 'P1' 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 P1 = Interval(quality: .perfect, degree: 1, semitones: 0)
^
/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:93:23: note: add '@MainActor' to make static property 'P1' part of global actor 'MainActor'
public static let P1 = Interval(quality: .perfect, degree: 1, semitones: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:93:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let P1 = Interval(quality: .perfect, degree: 1, semitones: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:95:23: warning: static property 'P4' 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 P4 = Interval(quality: .perfect, degree: 4, 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:95:23: note: add '@MainActor' to make static property 'P4' part of global actor 'MainActor'
public static let P4 = Interval(quality: .perfect, degree: 4, semitones: 5)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:95:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let P4 = Interval(quality: .perfect, degree: 4, semitones: 5)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:97:23: warning: static property 'P5' 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 P5 = Interval(quality: .perfect, degree: 5, semitones: 7)
^
/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:97:23: note: add '@MainActor' to make static property 'P5' part of global actor 'MainActor'
public static let P5 = Interval(quality: .perfect, degree: 5, semitones: 7)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:97:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let P5 = Interval(quality: .perfect, degree: 5, semitones: 7)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:99:23: warning: static property 'P8' 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 P8 = Interval(quality: .perfect, degree: 8, 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:99:23: note: add '@MainActor' to make static property 'P8' part of global actor 'MainActor'
public static let P8 = Interval(quality: .perfect, degree: 8, semitones: 12)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:99:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let P8 = Interval(quality: .perfect, degree: 8, semitones: 12)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:101:23: warning: static property 'P11' 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 P11 = Interval(quality: .perfect, degree: 11, 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:101:23: note: add '@MainActor' to make static property 'P11' part of global actor 'MainActor'
public static let P11 = Interval(quality: .perfect, degree: 11, semitones: 17)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:101:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let P11 = Interval(quality: .perfect, degree: 11, semitones: 17)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:103:23: warning: static property 'P12' 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 P12 = Interval(quality: .perfect, degree: 12, semitones: 19)
^
/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:103:23: note: add '@MainActor' to make static property 'P12' part of global actor 'MainActor'
public static let P12 = Interval(quality: .perfect, degree: 12, semitones: 19)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:103:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let P12 = Interval(quality: .perfect, degree: 12, semitones: 19)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:105:23: warning: static property 'P15' 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 P15 = Interval(quality: .perfect, degree: 15, 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:105:23: note: add '@MainActor' to make static property 'P15' part of global actor 'MainActor'
public static let P15 = Interval(quality: .perfect, degree: 15, semitones: 24)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:105:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let P15 = Interval(quality: .perfect, degree: 15, semitones: 24)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:108:23: warning: static property 'm2' 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 m2 = Interval(quality: .minor, degree: 2, semitones: 1)
^
/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:108:23: note: add '@MainActor' to make static property 'm2' part of global actor 'MainActor'
public static let m2 = Interval(quality: .minor, degree: 2, semitones: 1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:108:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let m2 = Interval(quality: .minor, degree: 2, semitones: 1)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:110:23: warning: static property 'm3' 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 m3 = Interval(quality: .minor, degree: 3, semitones: 3)
^
/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:110:23: note: add '@MainActor' to make static property 'm3' part of global actor 'MainActor'
public static let m3 = Interval(quality: .minor, degree: 3, semitones: 3)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:110:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let m3 = Interval(quality: .minor, degree: 3, semitones: 3)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:112:23: warning: static property 'm6' 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 m6 = Interval(quality: .minor, degree: 6, 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:112:23: note: add '@MainActor' to make static property 'm6' part of global actor 'MainActor'
public static let m6 = Interval(quality: .minor, degree: 6, semitones: 8)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:112:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let m6 = Interval(quality: .minor, degree: 6, semitones: 8)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:114:23: warning: static property 'm7' 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 m7 = Interval(quality: .minor, degree: 7, 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:114:23: note: add '@MainActor' to make static property 'm7' part of global actor 'MainActor'
public static let m7 = Interval(quality: .minor, degree: 7, semitones: 10)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:114:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let m7 = Interval(quality: .minor, degree: 7, semitones: 10)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:116:23: warning: static property 'm9' 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 m9 = Interval(quality: .minor, degree: 9, 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:116:23: note: add '@MainActor' to make static property 'm9' part of global actor 'MainActor'
public static let m9 = Interval(quality: .minor, degree: 9, semitones: 13)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:116:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let m9 = Interval(quality: .minor, degree: 9, semitones: 13)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:118:23: warning: static property 'm10' 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 m10 = Interval(quality: .minor, degree: 10, 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:118:23: note: add '@MainActor' to make static property 'm10' part of global actor 'MainActor'
public static let m10 = Interval(quality: .minor, degree: 10, semitones: 15)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:118:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let m10 = Interval(quality: .minor, degree: 10, semitones: 15)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:120:23: warning: static property 'm13' 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 m13 = Interval(quality: .minor, degree: 13, 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:120:23: note: add '@MainActor' to make static property 'm13' part of global actor 'MainActor'
public static let m13 = Interval(quality: .minor, degree: 13, semitones: 20)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:120:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let m13 = Interval(quality: .minor, degree: 13, semitones: 20)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:122:23: warning: static property 'm14' 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 m14 = Interval(quality: .minor, degree: 14, 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:122:23: note: add '@MainActor' to make static property 'm14' part of global actor 'MainActor'
public static let m14 = Interval(quality: .minor, degree: 14, semitones: 22)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:122:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let m14 = Interval(quality: .minor, degree: 14, semitones: 22)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:125:23: warning: static property 'M2' 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 M2 = Interval(quality: .major, degree: 2, semitones: 2)
^
/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:125:23: note: add '@MainActor' to make static property 'M2' part of global actor 'MainActor'
public static let M2 = Interval(quality: .major, degree: 2, semitones: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:125:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let M2 = Interval(quality: .major, degree: 2, semitones: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:127:23: warning: static property 'M3' 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 M3 = Interval(quality: .major, degree: 3, semitones: 4)
^
/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:127:23: note: add '@MainActor' to make static property 'M3' part of global actor 'MainActor'
public static let M3 = Interval(quality: .major, degree: 3, semitones: 4)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:127:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let M3 = Interval(quality: .major, degree: 3, semitones: 4)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:129:23: warning: static property 'M6' 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 M6 = Interval(quality: .major, degree: 6, semitones: 9)
^
/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:129:23: note: add '@MainActor' to make static property 'M6' part of global actor 'MainActor'
public static let M6 = Interval(quality: .major, degree: 6, semitones: 9)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:129:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let M6 = Interval(quality: .major, degree: 6, semitones: 9)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:131:23: warning: static property 'M7' 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 M7 = Interval(quality: .major, degree: 7, semitones: 11)
^
/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:131:23: note: add '@MainActor' to make static property 'M7' part of global actor 'MainActor'
public static let M7 = Interval(quality: .major, degree: 7, semitones: 11)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:131:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let M7 = Interval(quality: .major, degree: 7, semitones: 11)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:133:23: warning: static property 'M9' 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 M9 = Interval(quality: .major, degree: 9, semitones: 14)
^
/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:133:23: note: add '@MainActor' to make static property 'M9' part of global actor 'MainActor'
public static let M9 = Interval(quality: .major, degree: 9, semitones: 14)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:133:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let M9 = Interval(quality: .major, degree: 9, semitones: 14)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:135:23: warning: static property 'M10' 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 M10 = Interval(quality: .major, degree: 10, semitones: 16)
^
/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:135:23: note: add '@MainActor' to make static property 'M10' part of global actor 'MainActor'
public static let M10 = Interval(quality: .major, degree: 10, semitones: 16)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:135:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let M10 = Interval(quality: .major, degree: 10, semitones: 16)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:137:23: warning: static property 'M13' 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 M13 = Interval(quality: .major, degree: 13, semitones: 21)
^
/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:137:23: note: add '@MainActor' to make static property 'M13' part of global actor 'MainActor'
public static let M13 = Interval(quality: .major, degree: 13, semitones: 21)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:137:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let M13 = Interval(quality: .major, degree: 13, semitones: 21)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:139:23: warning: static property 'M14' 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 M14 = Interval(quality: .major, degree: 14, semitones: 23)
^
/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:139:23: note: add '@MainActor' to make static property 'M14' part of global actor 'MainActor'
public static let M14 = Interval(quality: .major, degree: 14, semitones: 23)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:139:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let M14 = Interval(quality: .major, degree: 14, semitones: 23)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:142:23: warning: static property 'd1' 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 d1 = Interval(quality: .diminished, degree: 1, semitones: -1)
^
/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:142:23: note: add '@MainActor' to make static property 'd1' part of global actor 'MainActor'
public static let d1 = Interval(quality: .diminished, degree: 1, semitones: -1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:142:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let d1 = Interval(quality: .diminished, degree: 1, semitones: -1)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:144:23: warning: static property 'd2' 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 d2 = Interval(quality: .diminished, degree: 2, semitones: 0)
^
/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:144:23: note: add '@MainActor' to make static property 'd2' part of global actor 'MainActor'
public static let d2 = Interval(quality: .diminished, degree: 2, semitones: 0)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:144:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let d2 = Interval(quality: .diminished, degree: 2, semitones: 0)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:146:23: warning: static property 'd3' 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 d3 = Interval(quality: .diminished, degree: 3, semitones: 2)
^
/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:146:23: note: add '@MainActor' to make static property 'd3' part of global actor 'MainActor'
public static let d3 = Interval(quality: .diminished, degree: 3, semitones: 2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:146:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let d3 = Interval(quality: .diminished, degree: 3, semitones: 2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:148:23: warning: static property 'd4' 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 d4 = Interval(quality: .diminished, degree: 4, semitones: 4)
^
/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:148:23: note: add '@MainActor' to make static property 'd4' part of global actor 'MainActor'
public static let d4 = Interval(quality: .diminished, degree: 4, semitones: 4)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:148:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let d4 = Interval(quality: .diminished, degree: 4, semitones: 4)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:150:23: warning: static property 'd5' 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 d5 = Interval(quality: .diminished, degree: 5, 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:150:23: note: add '@MainActor' to make static property 'd5' part of global actor 'MainActor'
public static let d5 = Interval(quality: .diminished, degree: 5, semitones: 6)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:150:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let d5 = Interval(quality: .diminished, degree: 5, semitones: 6)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:152:23: warning: static property 'd6' 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 d6 = Interval(quality: .diminished, degree: 6, semitones: 7)
^
/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:152:23: note: add '@MainActor' to make static property 'd6' part of global actor 'MainActor'
public static let d6 = Interval(quality: .diminished, degree: 6, semitones: 7)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:152:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let d6 = Interval(quality: .diminished, degree: 6, semitones: 7)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:154:23: warning: static property 'd7' 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 d7 = Interval(quality: .diminished, degree: 7, semitones: 9)
^
/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:154:23: note: add '@MainActor' to make static property 'd7' part of global actor 'MainActor'
public static let d7 = Interval(quality: .diminished, degree: 7, semitones: 9)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:154:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let d7 = Interval(quality: .diminished, degree: 7, semitones: 9)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:156:23: warning: static property 'd8' 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 d8 = Interval(quality: .diminished, degree: 8, semitones: 11)
^
/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:156:23: note: add '@MainActor' to make static property 'd8' part of global actor 'MainActor'
public static let d8 = Interval(quality: .diminished, degree: 8, semitones: 11)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:156:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let d8 = Interval(quality: .diminished, degree: 8, semitones: 11)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:158:23: warning: static property 'd9' 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 d9 = Interval(quality: .diminished, degree: 9, 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:158:23: note: add '@MainActor' to make static property 'd9' part of global actor 'MainActor'
public static let d9 = Interval(quality: .diminished, degree: 9, semitones: 12)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:158:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let d9 = Interval(quality: .diminished, degree: 9, semitones: 12)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:160:23: warning: static property 'd10' 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 d10 = Interval(quality: .diminished, degree: 10, semitones: 14)
^
/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:160:23: note: add '@MainActor' to make static property 'd10' part of global actor 'MainActor'
public static let d10 = Interval(quality: .diminished, degree: 10, semitones: 14)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:160:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let d10 = Interval(quality: .diminished, degree: 10, semitones: 14)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:162:23: warning: static property 'd11' 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 d11 = Interval(quality: .diminished, degree: 11, semitones: 16)
^
/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:162:23: note: add '@MainActor' to make static property 'd11' part of global actor 'MainActor'
public static let d11 = Interval(quality: .diminished, degree: 11, semitones: 16)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:162:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let d11 = Interval(quality: .diminished, degree: 11, semitones: 16)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:164:23: warning: static property 'd12' 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 d12 = Interval(quality: .diminished, degree: 12, 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:164:23: note: add '@MainActor' to make static property 'd12' part of global actor 'MainActor'
public static let d12 = Interval(quality: .diminished, degree: 12, semitones: 18)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:164:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let d12 = Interval(quality: .diminished, degree: 12, semitones: 18)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:166:23: warning: static property 'd13' 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 d13 = Interval(quality: .diminished, degree: 13, semitones: 19)
^
/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:166:23: note: add '@MainActor' to make static property 'd13' part of global actor 'MainActor'
public static let d13 = Interval(quality: .diminished, degree: 13, semitones: 19)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:166:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let d13 = Interval(quality: .diminished, degree: 13, semitones: 19)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:168:23: warning: static property 'd14' 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 d14 = Interval(quality: .diminished, degree: 14, semitones: 21)
^
/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:168:23: note: add '@MainActor' to make static property 'd14' part of global actor 'MainActor'
public static let d14 = Interval(quality: .diminished, degree: 14, semitones: 21)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:168:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let d14 = Interval(quality: .diminished, degree: 14, semitones: 21)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:170:23: warning: static property 'd15' 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 d15 = Interval(quality: .diminished, degree: 15, semitones: 23)
^
/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:170:23: note: add '@MainActor' to make static property 'd15' part of global actor 'MainActor'
public static let d15 = Interval(quality: .diminished, degree: 15, semitones: 23)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:170:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let d15 = Interval(quality: .diminished, degree: 15, semitones: 23)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:173:23: warning: static property 'A1' 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 A1 = Interval(quality: .augmented, degree: 1, semitones: 1)
^
/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:173:23: note: add '@MainActor' to make static property 'A1' part of global actor 'MainActor'
public static let A1 = Interval(quality: .augmented, degree: 1, semitones: 1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:173:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let A1 = Interval(quality: .augmented, degree: 1, semitones: 1)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Interval.swift:175:23: warning: static property 'A2' 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 A2 = Interval(quality: .augmented, degree: 2, semitones: 3)
^
/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: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)
SwiftDriverJobDiscovery normal armv7k Compiling Scale.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftCompile normal arm64_32 Compiling\ TimeSignature.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/TimeSignature.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/TimeSignature.swift (in target 'MusicTheory' from project 'MusicTheory')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Pitch.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftCompile normal armv7k Compiling\ Key.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Key.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Key.swift (in target 'MusicTheory' from project 'MusicTheory')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Key.swift:59:27: warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[Key.KeyType]' may have shared mutable state; this is an error in the Swift 6 language mode
public static let all: [KeyType] = [.c, .d, .e, .f, .g, .a, .b]
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Key.swift:42:17: note: consider making enum 'KeyType' conform to the 'Sendable' protocol
public enum KeyType: Int, Codable, Equatable, Hashable, ExpressibleByStringLiteral, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Key.swift:59:27: note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
public static let all: [KeyType] = [.c, .d, .e, .f, .g, .a, .b]
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Key.swift:59:27: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let all: [KeyType] = [.c, .d, .e, .f, .g, .a, .b]
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Key.swift:157:23: warning: static property 'keysWithSharps' is not concurrency-safe because non-'Sendable' type '[Key]' may have shared mutable state; this is an error in the Swift 6 language mode
public static let keysWithSharps = [
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Key.swift:40:15: note: consider making struct 'Key' conform to the 'Sendable' protocol
public struct Key: Codable, Equatable, Hashable, ExpressibleByStringLiteral, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Key.swift:157:23: note: add '@MainActor' to make static property 'keysWithSharps' part of global actor 'MainActor'
public static let keysWithSharps = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Key.swift:157:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let keysWithSharps = [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Key.swift:173:23: warning: static property 'keysWithFlats' is not concurrency-safe because non-'Sendable' type '[Key]' may have shared mutable state; this is an error in the Swift 6 language mode
public static let keysWithFlats = [
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Key.swift:40:15: note: consider making struct 'Key' conform to the 'Sendable' protocol
public struct Key: Codable, Equatable, Hashable, ExpressibleByStringLiteral, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Key.swift:173:23: note: add '@MainActor' to make static property 'keysWithFlats' part of global actor 'MainActor'
public static let keysWithFlats = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Key.swift:173:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let keysWithFlats = [
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Key.swift:189:23: warning: static property 'allKeys' is not concurrency-safe because non-'Sendable' type '[Key]' may have shared mutable state; this is an error in the Swift 6 language mode
public static let allKeys = [
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Key.swift:40:15: note: consider making struct 'Key' conform to the 'Sendable' protocol
public struct Key: Codable, Equatable, Hashable, ExpressibleByStringLiteral, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Key.swift:189:23: note: add '@MainActor' to make static property 'allKeys' part of global actor 'MainActor'
public static let allKeys = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/Key.swift:189:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let allKeys = [
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Compiling Tempo.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftCompile normal arm64_32 Compiling\ NoteValue.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift (in target 'MusicTheory' from project 'MusicTheory')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:33:23: warning: static property 'sixteenBars' is not concurrency-safe because non-'Sendable' type 'NoteValueType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sixteenBars = NoteValueType(rate: 16.0, description: "16 Bars")
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:16:15: note: consider making struct 'NoteValueType' conform to the 'Sendable' protocol
public struct NoteValueType: Codable, Hashable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:33:23: note: add '@MainActor' to make static property 'sixteenBars' part of global actor 'MainActor'
public static let sixteenBars = NoteValueType(rate: 16.0, description: "16 Bars")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:33:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sixteenBars = NoteValueType(rate: 16.0, description: "16 Bars")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:35:23: warning: static property 'eigthBars' is not concurrency-safe because non-'Sendable' type 'NoteValueType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let eigthBars = NoteValueType(rate: 8.0, description: "8 Bars")
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:16:15: note: consider making struct 'NoteValueType' conform to the 'Sendable' protocol
public struct NoteValueType: Codable, Hashable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:35:23: note: add '@MainActor' to make static property 'eigthBars' part of global actor 'MainActor'
public static let eigthBars = NoteValueType(rate: 8.0, description: "8 Bars")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let eigthBars = NoteValueType(rate: 8.0, description: "8 Bars")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:37:23: warning: static property 'fourBars' is not concurrency-safe because non-'Sendable' type 'NoteValueType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let fourBars = NoteValueType(rate: 4.0, description: "4 Bars")
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:16:15: note: consider making struct 'NoteValueType' conform to the 'Sendable' protocol
public struct NoteValueType: Codable, Hashable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:37:23: note: add '@MainActor' to make static property 'fourBars' part of global actor 'MainActor'
public static let fourBars = NoteValueType(rate: 4.0, description: "4 Bars")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:37:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let fourBars = NoteValueType(rate: 4.0, description: "4 Bars")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:39:23: warning: static property 'twoBars' is not concurrency-safe because non-'Sendable' type 'NoteValueType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let twoBars = NoteValueType(rate: 2.0, description: "2 Bars")
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:16:15: note: consider making struct 'NoteValueType' conform to the 'Sendable' protocol
public struct NoteValueType: Codable, Hashable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:39:23: note: add '@MainActor' to make static property 'twoBars' part of global actor 'MainActor'
public static let twoBars = NoteValueType(rate: 2.0, description: "2 Bars")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:39:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let twoBars = NoteValueType(rate: 2.0, description: "2 Bars")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:41:23: warning: static property 'oneBar' is not concurrency-safe because non-'Sendable' type 'NoteValueType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let oneBar = NoteValueType(rate: 1.0, description: "1 Bar")
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:16:15: note: consider making struct 'NoteValueType' conform to the 'Sendable' protocol
public struct NoteValueType: Codable, Hashable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:41:23: note: add '@MainActor' to make static property 'oneBar' part of global actor 'MainActor'
public static let oneBar = NoteValueType(rate: 1.0, description: "1 Bar")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:41:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let oneBar = NoteValueType(rate: 1.0, description: "1 Bar")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:43:23: warning: static property 'doubleWhole' is not concurrency-safe because non-'Sendable' type 'NoteValueType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let doubleWhole = NoteValueType(rate: 2.0 / 1.0, description: "2/1")
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:16:15: note: consider making struct 'NoteValueType' conform to the 'Sendable' protocol
public struct NoteValueType: Codable, Hashable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:43:23: note: add '@MainActor' to make static property 'doubleWhole' part of global actor 'MainActor'
public static let doubleWhole = NoteValueType(rate: 2.0 / 1.0, description: "2/1")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:43:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let doubleWhole = NoteValueType(rate: 2.0 / 1.0, description: "2/1")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:45:23: warning: static property 'whole' is not concurrency-safe because non-'Sendable' type 'NoteValueType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let whole = NoteValueType(rate: 1.0 / 1.0, description: "1/1")
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:16:15: note: consider making struct 'NoteValueType' conform to the 'Sendable' protocol
public struct NoteValueType: Codable, Hashable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:45:23: note: add '@MainActor' to make static property 'whole' part of global actor 'MainActor'
public static let whole = NoteValueType(rate: 1.0 / 1.0, description: "1/1")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:45:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let whole = NoteValueType(rate: 1.0 / 1.0, description: "1/1")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:47:23: warning: static property 'half' is not concurrency-safe because non-'Sendable' type 'NoteValueType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let half = NoteValueType(rate: 1.0 / 2.0, description: "1/2")
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:16:15: note: consider making struct 'NoteValueType' conform to the 'Sendable' protocol
public struct NoteValueType: Codable, Hashable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:47:23: note: add '@MainActor' to make static property 'half' part of global actor 'MainActor'
public static let half = NoteValueType(rate: 1.0 / 2.0, description: "1/2")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:47:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let half = NoteValueType(rate: 1.0 / 2.0, description: "1/2")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:49:23: warning: static property 'quarter' is not concurrency-safe because non-'Sendable' type 'NoteValueType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let quarter = NoteValueType(rate: 1.0 / 4.0, description: "1/4")
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:16:15: note: consider making struct 'NoteValueType' conform to the 'Sendable' protocol
public struct NoteValueType: Codable, Hashable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:49:23: note: add '@MainActor' to make static property 'quarter' part of global actor 'MainActor'
public static let quarter = NoteValueType(rate: 1.0 / 4.0, description: "1/4")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:49:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let quarter = NoteValueType(rate: 1.0 / 4.0, description: "1/4")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:51:23: warning: static property 'eighth' is not concurrency-safe because non-'Sendable' type 'NoteValueType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let eighth = NoteValueType(rate: 1.0 / 8.0, description: "1/8")
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:16:15: note: consider making struct 'NoteValueType' conform to the 'Sendable' protocol
public struct NoteValueType: Codable, Hashable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:51:23: note: add '@MainActor' to make static property 'eighth' part of global actor 'MainActor'
public static let eighth = NoteValueType(rate: 1.0 / 8.0, description: "1/8")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:51:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let eighth = NoteValueType(rate: 1.0 / 8.0, description: "1/8")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:53:23: warning: static property 'sixteenth' is not concurrency-safe because non-'Sendable' type 'NoteValueType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sixteenth = NoteValueType(rate: 1.0 / 16.0, description: "1/16")
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:16:15: note: consider making struct 'NoteValueType' conform to the 'Sendable' protocol
public struct NoteValueType: Codable, Hashable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:53:23: note: add '@MainActor' to make static property 'sixteenth' part of global actor 'MainActor'
public static let sixteenth = NoteValueType(rate: 1.0 / 16.0, description: "1/16")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:53:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sixteenth = NoteValueType(rate: 1.0 / 16.0, description: "1/16")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:55:23: warning: static property 'thirtysecond' is not concurrency-safe because non-'Sendable' type 'NoteValueType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let thirtysecond = NoteValueType(rate: 1.0 / 32.0, description: "1/32")
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:16:15: note: consider making struct 'NoteValueType' conform to the 'Sendable' protocol
public struct NoteValueType: Codable, Hashable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:55:23: note: add '@MainActor' to make static property 'thirtysecond' part of global actor 'MainActor'
public static let thirtysecond = NoteValueType(rate: 1.0 / 32.0, description: "1/32")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:55:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let thirtysecond = NoteValueType(rate: 1.0 / 32.0, description: "1/32")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:57:23: warning: static property 'sixtyfourth' is not concurrency-safe because non-'Sendable' type 'NoteValueType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sixtyfourth = NoteValueType(rate: 1.0 / 64.0, description: "1/64")
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:16:15: note: consider making struct 'NoteValueType' conform to the 'Sendable' protocol
public struct NoteValueType: Codable, Hashable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:57:23: note: add '@MainActor' to make static property 'sixtyfourth' part of global actor 'MainActor'
public static let sixtyfourth = NoteValueType(rate: 1.0 / 64.0, description: "1/64")
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:57:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sixtyfourth = NoteValueType(rate: 1.0 / 64.0, description: "1/64")
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:59:23: warning: static property 'all' is not concurrency-safe because non-'Sendable' type '[NoteValueType]' may have shared mutable state; this is an error in the Swift 6 language mode
public static let all: [NoteValueType] = [
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:16:15: note: consider making struct 'NoteValueType' conform to the 'Sendable' protocol
public struct NoteValueType: Codable, Hashable, CustomStringConvertible {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:59:23: note: add '@MainActor' to make static property 'all' part of global actor 'MainActor'
public static let all: [NoteValueType] = [
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicTheory/NoteValue.swift:59:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let all: [NoteValueType] = [
^
nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64_32 Compiling ScaleType.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftDriverJobDiscovery normal armv7k Compiling Tempo.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftDriverJobDiscovery normal armv7k Compiling TimeSignature.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftDriverJobDiscovery normal arm64_32 Compiling TimeSignature.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftDriverJobDiscovery normal arm64 Compiling Interval.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftDriverJobDiscovery normal arm64_32 Compiling Pitch.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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos5.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/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-watchos/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-watchos/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-watchos/MusicTheory.build/Objects-normal/arm64/MusicTheory_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/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-watchos/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/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/Objects-normal/arm64/Binary/MusicTheory.o normal arm64 (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-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/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-watchos/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-watchos/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/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/Objects-normal/arm64/MusicTheory.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/Objects-normal/arm64/Binary/MusicTheory.o
SwiftDriverJobDiscovery normal arm64_32 Compiling NoteValue.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftDriver\ Compilation MusicTheory normal arm64_32 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-watchos/MusicTheory.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos5.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/Objects-normal/arm64_32/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-watchos/MusicTheory.build/Objects-normal/arm64_32/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-watchos/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-watchos/MusicTheory.build/Objects-normal/arm64_32/MusicTheory_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/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-watchos/MusicTheory.build/Objects-normal/arm64_32/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/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/Objects-normal/arm64_32/Binary/MusicTheory.o normal arm64_32 (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_32-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/Objects-normal/arm64_32/MusicTheory.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/Objects-normal/arm64_32/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-watchos/MusicTheory.build/Objects-normal/arm64_32/MusicTheory_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/Objects-normal/arm64_32/MusicTheory.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/Objects-normal/arm64_32/Binary/MusicTheory.o
SwiftDriverJobDiscovery normal armv7k Compiling Key.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftDriverJobDiscovery normal armv7k Compiling ScaleType.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftDriverJobDiscovery normal armv7k Compiling Accidental.swift, Chord.swift (in target 'MusicTheory' from project 'MusicTheory')
SwiftDriver\ Compilation MusicTheory normal armv7k 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-watchos/MusicTheory.build/Objects-normal/armv7k/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos5.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-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/Objects-normal/armv7k/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-watchos/MusicTheory.build/Objects-normal/armv7k/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-watchos/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-watchos/MusicTheory.build/Objects-normal/armv7k/MusicTheory_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/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-watchos/MusicTheory.build/Objects-normal/armv7k/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/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/Objects-normal/armv7k/Binary/MusicTheory.o normal armv7k (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 armv7k-apple-watchos5.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/Objects-normal/armv7k/MusicTheory.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/Objects-normal/armv7k/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-watchos/MusicTheory.build/Objects-normal/armv7k/MusicTheory_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/Objects-normal/armv7k/MusicTheory.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/Objects-normal/armv7k/Binary/MusicTheory.o
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/MusicTheory.o normal arm64\ armv7k\ arm64_32 (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/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/Objects-normal/arm64/Binary/MusicTheory.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/Objects-normal/armv7k/Binary/MusicTheory.o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/Objects-normal/arm64_32/Binary/MusicTheory.o -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 5.0 --bundle-identifier spi-builder-workspace.MusicTheory --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/MusicTheory.appintents --target-triple arm64-apple-watchos5.0 --target-triple armv7k-apple-watchos5.0 --target-triple arm64_32-apple-watchos5.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/MusicTheory.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/Objects-normal/arm64/MusicTheory_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/Objects-normal/armv7k/MusicTheory_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/Objects-normal/arm64_32/MusicTheory_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/Objects-normal/arm64/MusicTheory.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/Objects-normal/armv7k/MusicTheory.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/Objects-normal/arm64_32/MusicTheory.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/MusicTheory.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/MusicTheory.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/Objects-normal/arm64/MusicTheory.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/Objects-normal/armv7k/MusicTheory.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicTheory.build/Debug-watchos/MusicTheory.build/Objects-normal/arm64_32/MusicTheory.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 10:57:28.859 appintentsmetadataprocessor[746:4265] Starting appintentsmetadataprocessor export
2025-04-27 10:57:28.902 appintentsmetadataprocessor[746:4265] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/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.