Build Information
Successful build of MusicXML, reference latest (bd65d6
), with Swift 6.1 for visionOS using Xcode 16.3 on 27 Apr 2025 20:29:21 UTC.
Swift 6 data race errors: 123
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MusicXML -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
public static let halfDiminished = Kind(.halfDiminished)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:70:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let halfDiminished = Kind(.halfDiminished)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:71:23: warning: static property 'majorMinor' is not concurrency-safe because non-'Sendable' type 'Kind' may have shared mutable state; this is an error in the Swift 6 language mode
public static let majorMinor = Kind(.majorMinor)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:12:15: note: consider making struct 'Kind' conform to the 'Sendable' protocol
public struct Kind {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:71:23: note: add '@MainActor' to make static property 'majorMinor' part of global actor 'MainActor'
public static let majorMinor = Kind(.majorMinor)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:71:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let majorMinor = Kind(.majorMinor)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:72:23: warning: static property 'majorSixth' is not concurrency-safe because non-'Sendable' type 'Kind' may have shared mutable state; this is an error in the Swift 6 language mode
public static let majorSixth = Kind(.majorSixth)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:12:15: note: consider making struct 'Kind' conform to the 'Sendable' protocol
public struct Kind {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:72:23: note: add '@MainActor' to make static property 'majorSixth' part of global actor 'MainActor'
public static let majorSixth = Kind(.majorSixth)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:72:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let majorSixth = Kind(.majorSixth)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:73:23: warning: static property 'minorSixth' is not concurrency-safe because non-'Sendable' type 'Kind' may have shared mutable state; this is an error in the Swift 6 language mode
public static let minorSixth = Kind(.minorSixth)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:12:15: note: consider making struct 'Kind' conform to the 'Sendable' protocol
public struct Kind {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:73:23: note: add '@MainActor' to make static property 'minorSixth' part of global actor 'MainActor'
public static let minorSixth = Kind(.minorSixth)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:73:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let minorSixth = Kind(.minorSixth)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:74:23: warning: static property 'dominantNinth' is not concurrency-safe because non-'Sendable' type 'Kind' may have shared mutable state; this is an error in the Swift 6 language mode
public static let dominantNinth = Kind(.dominantNinth)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:12:15: note: consider making struct 'Kind' conform to the 'Sendable' protocol
public struct Kind {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:74:23: note: add '@MainActor' to make static property 'dominantNinth' part of global actor 'MainActor'
public static let dominantNinth = Kind(.dominantNinth)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:74:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let dominantNinth = Kind(.dominantNinth)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:75:23: warning: static property 'majorNinth' is not concurrency-safe because non-'Sendable' type 'Kind' may have shared mutable state; this is an error in the Swift 6 language mode
public static let majorNinth = Kind(.majorNinth)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:12:15: note: consider making struct 'Kind' conform to the 'Sendable' protocol
public struct Kind {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:75:23: note: add '@MainActor' to make static property 'majorNinth' part of global actor 'MainActor'
public static let majorNinth = Kind(.majorNinth)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:75:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let majorNinth = Kind(.majorNinth)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:76:23: warning: static property 'minorNinth' is not concurrency-safe because non-'Sendable' type 'Kind' may have shared mutable state; this is an error in the Swift 6 language mode
public static let minorNinth = Kind(.minorNinth)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:12:15: note: consider making struct 'Kind' conform to the 'Sendable' protocol
public struct Kind {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:76:23: note: add '@MainActor' to make static property 'minorNinth' part of global actor 'MainActor'
public static let minorNinth = Kind(.minorNinth)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:76:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let minorNinth = Kind(.minorNinth)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:77:23: warning: static property 'dominantEleventh' is not concurrency-safe because non-'Sendable' type 'Kind' may have shared mutable state; this is an error in the Swift 6 language mode
public static let dominantEleventh = Kind(.dominantEleventh)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:12:15: note: consider making struct 'Kind' conform to the 'Sendable' protocol
public struct Kind {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:77:23: note: add '@MainActor' to make static property 'dominantEleventh' part of global actor 'MainActor'
public static let dominantEleventh = Kind(.dominantEleventh)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:77:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let dominantEleventh = Kind(.dominantEleventh)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:78:23: warning: static property 'majorEleventh' is not concurrency-safe because non-'Sendable' type 'Kind' may have shared mutable state; this is an error in the Swift 6 language mode
public static let majorEleventh = Kind(.majorEleventh)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:12:15: note: consider making struct 'Kind' conform to the 'Sendable' protocol
public struct Kind {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:78:23: note: add '@MainActor' to make static property 'majorEleventh' part of global actor 'MainActor'
public static let majorEleventh = Kind(.majorEleventh)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:78:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let majorEleventh = Kind(.majorEleventh)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:79:23: warning: static property 'minorEleventh' is not concurrency-safe because non-'Sendable' type 'Kind' may have shared mutable state; this is an error in the Swift 6 language mode
public static let minorEleventh = Kind(.minorEleventh)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:12:15: note: consider making struct 'Kind' conform to the 'Sendable' protocol
public struct Kind {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:79:23: note: add '@MainActor' to make static property 'minorEleventh' part of global actor 'MainActor'
public static let minorEleventh = Kind(.minorEleventh)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:79:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let minorEleventh = Kind(.minorEleventh)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:80:23: warning: static property 'dominantThirteenth' is not concurrency-safe because non-'Sendable' type 'Kind' may have shared mutable state; this is an error in the Swift 6 language mode
public static let dominantThirteenth = Kind(.dominantThirteenth)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:12:15: note: consider making struct 'Kind' conform to the 'Sendable' protocol
public struct Kind {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:80:23: note: add '@MainActor' to make static property 'dominantThirteenth' part of global actor 'MainActor'
public static let dominantThirteenth = Kind(.dominantThirteenth)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:80:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let dominantThirteenth = Kind(.dominantThirteenth)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:81:23: warning: static property 'majorThirteenth' is not concurrency-safe because non-'Sendable' type 'Kind' may have shared mutable state; this is an error in the Swift 6 language mode
public static let majorThirteenth = Kind(.majorThirteenth)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:12:15: note: consider making struct 'Kind' conform to the 'Sendable' protocol
public struct Kind {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:81:23: note: add '@MainActor' to make static property 'majorThirteenth' part of global actor 'MainActor'
public static let majorThirteenth = Kind(.majorThirteenth)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:81:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let majorThirteenth = Kind(.majorThirteenth)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:82:23: warning: static property 'minorThirteenth' is not concurrency-safe because non-'Sendable' type 'Kind' may have shared mutable state; this is an error in the Swift 6 language mode
public static let minorThirteenth = Kind(.minorThirteenth)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:12:15: note: consider making struct 'Kind' conform to the 'Sendable' protocol
public struct Kind {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:82:23: note: add '@MainActor' to make static property 'minorThirteenth' part of global actor 'MainActor'
public static let minorThirteenth = Kind(.minorThirteenth)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:82:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let minorThirteenth = Kind(.minorThirteenth)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:83:23: warning: static property 'suspendedSecond' is not concurrency-safe because non-'Sendable' type 'Kind' may have shared mutable state; this is an error in the Swift 6 language mode
public static let suspendedSecond = Kind(.suspendedSecond)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:12:15: note: consider making struct 'Kind' conform to the 'Sendable' protocol
public struct Kind {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:83:23: note: add '@MainActor' to make static property 'suspendedSecond' part of global actor 'MainActor'
public static let suspendedSecond = Kind(.suspendedSecond)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:83:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let suspendedSecond = Kind(.suspendedSecond)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:84:23: warning: static property 'suspendedFourth' is not concurrency-safe because non-'Sendable' type 'Kind' may have shared mutable state; this is an error in the Swift 6 language mode
public static let suspendedFourth = Kind(.suspendedFourth)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:12:15: note: consider making struct 'Kind' conform to the 'Sendable' protocol
public struct Kind {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:84:23: note: add '@MainActor' to make static property 'suspendedFourth' part of global actor 'MainActor'
public static let suspendedFourth = Kind(.suspendedFourth)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:84:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let suspendedFourth = Kind(.suspendedFourth)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:85:23: warning: static property 'neapolitan' is not concurrency-safe because non-'Sendable' type 'Kind' may have shared mutable state; this is an error in the Swift 6 language mode
public static let neapolitan = Kind(.neapolitan)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:12:15: note: consider making struct 'Kind' conform to the 'Sendable' protocol
public struct Kind {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:85:23: note: add '@MainActor' to make static property 'neapolitan' part of global actor 'MainActor'
public static let neapolitan = Kind(.neapolitan)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:85:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let neapolitan = Kind(.neapolitan)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:86:23: warning: static property 'italian' is not concurrency-safe because non-'Sendable' type 'Kind' may have shared mutable state; this is an error in the Swift 6 language mode
public static let italian = Kind(.italian)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:12:15: note: consider making struct 'Kind' conform to the 'Sendable' protocol
public struct Kind {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:86:23: note: add '@MainActor' to make static property 'italian' part of global actor 'MainActor'
public static let italian = Kind(.italian)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:86:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let italian = Kind(.italian)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:87:23: warning: static property 'french' is not concurrency-safe because non-'Sendable' type 'Kind' may have shared mutable state; this is an error in the Swift 6 language mode
public static let french = Kind(.french)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:12:15: note: consider making struct 'Kind' conform to the 'Sendable' protocol
public struct Kind {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:87:23: note: add '@MainActor' to make static property 'french' part of global actor 'MainActor'
public static let french = Kind(.french)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:87:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let french = Kind(.french)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:88:23: warning: static property 'german' is not concurrency-safe because non-'Sendable' type 'Kind' may have shared mutable state; this is an error in the Swift 6 language mode
public static let german = Kind(.german)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:12:15: note: consider making struct 'Kind' conform to the 'Sendable' protocol
public struct Kind {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:88:23: note: add '@MainActor' to make static property 'german' part of global actor 'MainActor'
public static let german = Kind(.german)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:88:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let german = Kind(.german)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:89:23: warning: static property 'pedalPointBass' is not concurrency-safe because non-'Sendable' type 'Kind' may have shared mutable state; this is an error in the Swift 6 language mode
public static let pedalPointBass = Kind(.pedalPointBass)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:12:15: note: consider making struct 'Kind' conform to the 'Sendable' protocol
public struct Kind {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:89:23: note: add '@MainActor' to make static property 'pedalPointBass' part of global actor 'MainActor'
public static let pedalPointBass = Kind(.pedalPointBass)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:89:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let pedalPointBass = Kind(.pedalPointBass)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:90:23: warning: static property 'power' is not concurrency-safe because non-'Sendable' type 'Kind' may have shared mutable state; this is an error in the Swift 6 language mode
public static let power = Kind(.power)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:12:15: note: consider making struct 'Kind' conform to the 'Sendable' protocol
public struct Kind {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:90:23: note: add '@MainActor' to make static property 'power' part of global actor 'MainActor'
public static let power = Kind(.power)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:90:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let power = Kind(.power)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:91:23: warning: static property 'tristan' is not concurrency-safe because non-'Sendable' type 'Kind' may have shared mutable state; this is an error in the Swift 6 language mode
public static let tristan = Kind(.tristan)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:12:15: note: consider making struct 'Kind' conform to the 'Sendable' protocol
public struct Kind {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:91:23: note: add '@MainActor' to make static property 'tristan' part of global actor 'MainActor'
public static let tristan = Kind(.tristan)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:91:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let tristan = Kind(.tristan)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:92:23: warning: static property 'other' is not concurrency-safe because non-'Sendable' type 'Kind' may have shared mutable state; this is an error in the Swift 6 language mode
public static let other = Kind(.other)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:12:15: note: consider making struct 'Kind' conform to the 'Sendable' protocol
public struct Kind {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:92:23: note: add '@MainActor' to make static property 'other' part of global actor 'MainActor'
public static let other = Kind(.other)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:92:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let other = Kind(.other)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:93:23: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'Kind' may have shared mutable state; this is an error in the Swift 6 language mode
public static let none = Kind(.none)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:12:15: note: consider making struct 'Kind' conform to the 'Sendable' protocol
public struct Kind {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:93:23: note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
public static let none = Kind(.none)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:93:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let none = Kind(.none)
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Level.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/LevelDisplay.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Line.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/LineWidth.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/LinearArrow.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Link.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Lyric.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/LyricFont.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/LyricLanguage.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MIDIDevice.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MIDIInstrument.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MeasureAttributes.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling DateBox.swift, DecimalBox.swift, DoubleBox.swift, FloatBox.swift, IntBox.swift (in target 'XMLCoder' from project 'XMLCoder')
SwiftDriverJobDiscovery normal arm64 Compiling XMLEncoderImplementation.swift, XMLEncodingStorage.swift, XMLKeyedEncodingContainer.swift, XMLReferencingEncoder.swift, XMLUnkeyedEncodingContainer.swift (in target 'XMLCoder' from project 'XMLCoder')
SwiftCompile normal arm64 Compiling\ Figure.swift,\ FiguredBass.swift,\ Fingering.swift,\ FirstFret.swift,\ Font.swift,\ FormattedText.swift,\ Forward.swift,\ Frame.swift,\ FrameNote.swift,\ Fret.swift,\ Glissando.swift,\ Grace.swift,\ GroupBarline.swift,\ GroupName.swift,\ GroupSymbol.swift,\ Grouping.swift,\ HammerOnPullOff.swift,\ Handbell.swift,\ Harmonic.swift,\ Harmony.swift,\ HarmonyChord.swift,\ HarpPedals.swift,\ Header.swift,\ HeelToe.swift,\ Hole.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Figure.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/FiguredBass.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Fingering.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/FirstFret.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Font.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/FormattedText.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Forward.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Frame.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/FrameNote.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Fret.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Glissando.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Grace.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/GroupBarline.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/GroupName.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/GroupSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Grouping.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/HammerOnPullOff.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Handbell.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Harmonic.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Harmony.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/HarmonyChord.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/HarpPedals.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Header.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/HeelToe.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Hole.swift (in target 'MusicXML' from project 'MusicXML')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Figure.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/FiguredBass.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Fingering.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/FirstFret.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Font.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/FormattedText.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Forward.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Frame.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/FrameNote.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Fret.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Glissando.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Grace.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/GroupBarline.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/GroupName.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/GroupSymbol.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Grouping.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/HammerOnPullOff.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Handbell.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Harmonic.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Harmony.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/HarmonyChord.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/HarpPedals.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Header.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/HeelToe.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Hole.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling XMLChoiceCodingKey.swift, XMLCoderElement.swift, XMLDocumentType.swift, XMLHeader.swift, XMLKey.swift (in target 'XMLCoder' from project 'XMLCoder')
SwiftDriver\ Compilation XMLCoder normal arm64 com.apple.xcode.tools.swift.compiler (in target 'XMLCoder' from project 'XMLCoder')
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 XMLCoder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-xros/XMLCoder.build/Objects-normal/arm64/XMLCoder.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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.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 -suppress-warnings -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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-xros/XMLCoder.build/Objects-normal/arm64/XMLCoder-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/XMLCoder.build/Debug-xros/XMLCoder.build/Objects-normal/arm64/XMLCoder.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/XMLCoder.build/Debug-xros/XMLCoder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-xros/XMLCoder.build/Objects-normal/arm64/XMLCoder_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-xros/XMLCoder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-xros/XMLCoder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-xros/XMLCoder.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/XMLCoder.build/Debug-xros/XMLCoder.build/Objects-normal/arm64/XMLCoder-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Emitting module for MusicXML (in target 'MusicXML' from project 'MusicXML')
SwiftCompile normal arm64 Compiling\ Bracket.swift,\ BreathMark.swift,\ Cancel.swift,\ Clef.swift,\ Creator.swift,\ Credit.swift,\ DashedFormatting.swift,\ Dashes.swift,\ Defaults.swift,\ Degree.swift,\ DegreeAlter.swift,\ DegreeType.swift,\ DegreeValue.swift,\ Direction.swift,\ DirectionType.swift,\ Distance.swift,\ Dynamic.swift,\ Dynamics.swift,\ Editorial.swift,\ EditorialVoice.swift,\ Encoding.swift,\ Ending.swift,\ Extend.swift,\ Feature.swift,\ Fermata.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Bracket.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/BreathMark.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Cancel.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Clef.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Creator.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Credit.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/DashedFormatting.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Dashes.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Defaults.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Degree.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/DegreeAlter.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/DegreeType.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/DegreeValue.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Direction.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/DirectionType.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Distance.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Dynamic.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Dynamics.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Editorial.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/EditorialVoice.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Encoding.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Ending.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Extend.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Feature.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Fermata.swift (in target 'MusicXML' from project 'MusicXML')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Bracket.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/BreathMark.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Cancel.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Clef.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Creator.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Credit.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/DashedFormatting.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Dashes.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Defaults.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Degree.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/DegreeAlter.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/DegreeType.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/DegreeType.swift:43:23: warning: static property 'add' is not concurrency-safe because non-'Sendable' type 'DegreeType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let add = DegreeType(.add)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/DegreeType.swift:12:15: note: consider making struct 'DegreeType' conform to the 'Sendable' protocol
public struct DegreeType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/DegreeType.swift:43:23: note: add '@MainActor' to make static property 'add' part of global actor 'MainActor'
public static let add = DegreeType(.add)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/DegreeType.swift:43:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let add = DegreeType(.add)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/DegreeType.swift:44:23: warning: static property 'alter' is not concurrency-safe because non-'Sendable' type 'DegreeType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let alter = DegreeType(.alter)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/DegreeType.swift:12:15: note: consider making struct 'DegreeType' conform to the 'Sendable' protocol
public struct DegreeType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/DegreeType.swift:44:23: note: add '@MainActor' to make static property 'alter' part of global actor 'MainActor'
public static let alter = DegreeType(.alter)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/DegreeType.swift:44:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let alter = DegreeType(.alter)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/DegreeType.swift:45:23: warning: static property 'subtract' is not concurrency-safe because non-'Sendable' type 'DegreeType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let subtract = DegreeType(.subtract)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/DegreeType.swift:12:15: note: consider making struct 'DegreeType' conform to the 'Sendable' protocol
public struct DegreeType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/DegreeType.swift:45:23: note: add '@MainActor' to make static property 'subtract' part of global actor 'MainActor'
public static let subtract = DegreeType(.subtract)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/DegreeType.swift:45:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let subtract = DegreeType(.subtract)
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/DegreeValue.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Direction.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/DirectionType.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Distance.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Dynamic.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Dynamics.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Editorial.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/EditorialVoice.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Encoding.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Ending.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Extend.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Feature.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Fermata.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/XMLCoder.o normal (in target 'XMLCoder' from project 'XMLCoder')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XMLCoder
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-xros/XMLCoder.build/Objects-normal/arm64/XMLCoder.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-xros/XMLCoder.build/Objects-normal/arm64/XMLCoder_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-xros/XMLCoder.build/Objects-normal/arm64/XMLCoder_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-xros/XMLCoder.build/Objects-normal/arm64/XMLCoder.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/XMLCoder.o
SwiftDriverJobDiscovery normal arm64 Compiling Mute.swift, NonNegativeDecimal.swift, NoteSizeType.swift, NoteTypeValue.swift, NoteheadValue.swift, NumberOrNormal.swift, OnOff.swift, OverUnder.swift, Pitched.swift, PrincipleVoiceSymbol.swift, RightLeftMiddle.swift, SemiPitched.swift, ShowFrets.swift, ShowTuplet.swift, StaffType.swift, StartNote.swift, StartStop.swift, StartStopChangeContinue.swift, StartStopContinue.swift, StartStopDiscontinue.swift, StartStopSingle.swift, StemValue.swift, Step.swift, StickLocation.swift (in target 'MusicXML' from project 'MusicXML')
SwiftDriver\ Compilation\ Requirements MusicXML normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MusicXML -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug-xros/MusicXML.build/Objects-normal/arm64/MusicXML.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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug-xros/MusicXML.build/Objects-normal/arm64/MusicXML-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/MusicXML.build/Debug-xros/MusicXML.build/Objects-normal/arm64/MusicXML.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/MusicXML.build/Debug-xros/MusicXML.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug-xros/MusicXML.build/Objects-normal/arm64/MusicXML_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug-xros/MusicXML.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug-xros/MusicXML.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug-xros/MusicXML.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/MusicXML.build/Debug-xros/MusicXML.build/Objects-normal/arm64/MusicXML-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Fifths.swift, FontSize.swift, FontStyle.swift, FontWeight.swift, Glass.swift, GroupBarlineValue.swift, GroupSymbolValue.swift, HandbellValue.swift, HarmonyType.swift, HoleClosedLocation.swift, HoleClosedValue.swift, KindValue.swift, LeftCenterRight.swift, LeftRight.swift, LineEnd.swift, LineShape.swift, LineType.swift, LineWidthType.swift, MarginType.swift, MeasureNumberingValue.swift, Membrane.swift, Metal.swift, Mode.swift, MusicXML.swift (in target 'MusicXML' from project 'MusicXML')
SwiftCompile normal arm64 Compiling\ Accidental.swift,\ AccidentalMark.swift,\ AccidentalText.swift,\ Accord.swift,\ AccordionRegistration.swift,\ Appearance.swift,\ Arpeggiate.swift,\ Arrow.swift,\ Articulation.swift,\ Articulations.swift,\ Attributes.swift,\ Backup.swift,\ BarStyleColor.swift,\ Barline.swift,\ Barre.swift,\ Bass.swift,\ BassAlter.swift,\ BassStep.swift,\ Beam.swift,\ BeatRepeat.swift,\ Beater.swift,\ Bend.swift,\ BendSound.swift,\ Bezier.swift,\ Bookmark.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Accidental.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/AccidentalMark.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/AccidentalText.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Accord.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/AccordionRegistration.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Appearance.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Arpeggiate.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Arrow.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Articulation.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Articulations.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Attributes.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Backup.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/BarStyleColor.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Barline.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Barre.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Bass.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/BassAlter.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/BassStep.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Beam.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/BeatRepeat.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Beater.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Bend.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/BendSound.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Bezier.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Bookmark.swift (in target 'MusicXML' from project 'MusicXML')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Accidental.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:55:23: warning: static property 'sharp' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sharp = Accidental(.sharp)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:55:23: note: add '@MainActor' to make static property 'sharp' part of global actor 'MainActor'
public static let sharp = Accidental(.sharp)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:55:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sharp = Accidental(.sharp)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:56:23: warning: static property 'natural' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let natural = Accidental(.natural)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:56:23: note: add '@MainActor' to make static property 'natural' part of global actor 'MainActor'
public static let natural = Accidental(.natural)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:56:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let natural = Accidental(.natural)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:57:23: warning: static property 'flat' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let flat = Accidental(.flat)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:57:23: note: add '@MainActor' to make static property 'flat' part of global actor 'MainActor'
public static let flat = Accidental(.flat)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:57:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let flat = Accidental(.flat)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:58:23: warning: static property 'doubleSharp' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let doubleSharp = Accidental(.doubleSharp)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:58:23: note: add '@MainActor' to make static property 'doubleSharp' part of global actor 'MainActor'
public static let doubleSharp = Accidental(.doubleSharp)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:58:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let doubleSharp = Accidental(.doubleSharp)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:59:23: warning: static property 'sharpSharp' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sharpSharp = Accidental(.sharpSharp)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:59:23: note: add '@MainActor' to make static property 'sharpSharp' part of global actor 'MainActor'
public static let sharpSharp = Accidental(.sharpSharp)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:59:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sharpSharp = Accidental(.sharpSharp)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:60:23: warning: static property 'flatFlat' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let flatFlat = Accidental(.flatFlat)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:60:23: note: add '@MainActor' to make static property 'flatFlat' part of global actor 'MainActor'
public static let flatFlat = Accidental(.flatFlat)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:60:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let flatFlat = Accidental(.flatFlat)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:61:23: warning: static property 'doubleFlat' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let doubleFlat = Accidental(.doubleFlat)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:61:23: note: add '@MainActor' to make static property 'doubleFlat' part of global actor 'MainActor'
public static let doubleFlat = Accidental(.doubleFlat)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:61:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let doubleFlat = Accidental(.doubleFlat)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:62:23: warning: static property 'naturalSharp' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let naturalSharp = Accidental(.naturalSharp)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:62:23: note: add '@MainActor' to make static property 'naturalSharp' part of global actor 'MainActor'
public static let naturalSharp = Accidental(.naturalSharp)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:62:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let naturalSharp = Accidental(.naturalSharp)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:63:23: warning: static property 'naturalFlat' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let naturalFlat = Accidental(.naturalFlat)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:63:23: note: add '@MainActor' to make static property 'naturalFlat' part of global actor 'MainActor'
public static let naturalFlat = Accidental(.naturalFlat)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:63:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let naturalFlat = Accidental(.naturalFlat)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:64:23: warning: static property 'quarterFlat' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let quarterFlat = Accidental(.quarterFlat)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:64:23: note: add '@MainActor' to make static property 'quarterFlat' part of global actor 'MainActor'
public static let quarterFlat = Accidental(.quarterFlat)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:64:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let quarterFlat = Accidental(.quarterFlat)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:65:23: warning: static property 'quarterSharp' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let quarterSharp = Accidental(.quarterSharp)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:65:23: note: add '@MainActor' to make static property 'quarterSharp' part of global actor 'MainActor'
public static let quarterSharp = Accidental(.quarterSharp)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:65:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let quarterSharp = Accidental(.quarterSharp)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:66:23: warning: static property 'threeQuartersFlat' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let threeQuartersFlat = Accidental(.threeQuartersFlat)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:66:23: note: add '@MainActor' to make static property 'threeQuartersFlat' part of global actor 'MainActor'
public static let threeQuartersFlat = Accidental(.threeQuartersFlat)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:66:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let threeQuartersFlat = Accidental(.threeQuartersFlat)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:67:23: warning: static property 'threeQuartersSharp' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let threeQuartersSharp = Accidental(.threeQuartersSharp)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:67:23: note: add '@MainActor' to make static property 'threeQuartersSharp' part of global actor 'MainActor'
public static let threeQuartersSharp = Accidental(.threeQuartersSharp)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:67:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let threeQuartersSharp = Accidental(.threeQuartersSharp)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:68:23: warning: static property 'sharpDown' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sharpDown = Accidental(.sharpDown)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:68:23: note: add '@MainActor' to make static property 'sharpDown' part of global actor 'MainActor'
public static let sharpDown = Accidental(.sharpDown)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:68:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sharpDown = Accidental(.sharpDown)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:69:23: warning: static property 'sharpUp' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sharpUp = Accidental(.sharpUp)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:69:23: note: add '@MainActor' to make static property 'sharpUp' part of global actor 'MainActor'
public static let sharpUp = Accidental(.sharpUp)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:69:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sharpUp = Accidental(.sharpUp)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:70:23: warning: static property 'naturalDown' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let naturalDown = Accidental(.naturalDown)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:70:23: note: add '@MainActor' to make static property 'naturalDown' part of global actor 'MainActor'
public static let naturalDown = Accidental(.naturalDown)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:70:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let naturalDown = Accidental(.naturalDown)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:71:23: warning: static property 'naturalUp' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let naturalUp = Accidental(.naturalUp)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:71:23: note: add '@MainActor' to make static property 'naturalUp' part of global actor 'MainActor'
public static let naturalUp = Accidental(.naturalUp)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:71:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let naturalUp = Accidental(.naturalUp)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:72:23: warning: static property 'flatDown' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let flatDown = Accidental(.flatDown)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:72:23: note: add '@MainActor' to make static property 'flatDown' part of global actor 'MainActor'
public static let flatDown = Accidental(.flatDown)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:72:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let flatDown = Accidental(.flatDown)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:73:23: warning: static property 'flatUp' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let flatUp = Accidental(.flatUp)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:73:23: note: add '@MainActor' to make static property 'flatUp' part of global actor 'MainActor'
public static let flatUp = Accidental(.flatUp)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:73:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let flatUp = Accidental(.flatUp)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:74:23: warning: static property 'doubleSharpDown' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let doubleSharpDown = Accidental(.doubleSharpDown)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:74:23: note: add '@MainActor' to make static property 'doubleSharpDown' part of global actor 'MainActor'
public static let doubleSharpDown = Accidental(.doubleSharpDown)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:74:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let doubleSharpDown = Accidental(.doubleSharpDown)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:75:23: warning: static property 'doubleSharpUp' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let doubleSharpUp = Accidental(.doubleSharpUp)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:75:23: note: add '@MainActor' to make static property 'doubleSharpUp' part of global actor 'MainActor'
public static let doubleSharpUp = Accidental(.doubleSharpUp)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:75:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let doubleSharpUp = Accidental(.doubleSharpUp)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:76:23: warning: static property 'flatFlatDown' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let flatFlatDown = Accidental(.flatFlatDown)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:76:23: note: add '@MainActor' to make static property 'flatFlatDown' part of global actor 'MainActor'
public static let flatFlatDown = Accidental(.flatFlatDown)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:76:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let flatFlatDown = Accidental(.flatFlatDown)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:77:23: warning: static property 'flatFlatUp' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let flatFlatUp = Accidental(.flatFlatUp)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:77:23: note: add '@MainActor' to make static property 'flatFlatUp' part of global actor 'MainActor'
public static let flatFlatUp = Accidental(.flatFlatUp)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:77:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let flatFlatUp = Accidental(.flatFlatUp)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:78:23: warning: static property 'arrowDown' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let arrowDown = Accidental(.arrowDown)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:78:23: note: add '@MainActor' to make static property 'arrowDown' part of global actor 'MainActor'
public static let arrowDown = Accidental(.arrowDown)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:78:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let arrowDown = Accidental(.arrowDown)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:79:23: warning: static property 'arrowUp' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let arrowUp = Accidental(.arrowUp)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:79:23: note: add '@MainActor' to make static property 'arrowUp' part of global actor 'MainActor'
public static let arrowUp = Accidental(.arrowUp)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:79:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let arrowUp = Accidental(.arrowUp)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:80:23: warning: static property 'tripleSharp' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let tripleSharp = Accidental(.tripleSharp)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:80:23: note: add '@MainActor' to make static property 'tripleSharp' part of global actor 'MainActor'
public static let tripleSharp = Accidental(.tripleSharp)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:80:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let tripleSharp = Accidental(.tripleSharp)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:81:23: warning: static property 'tripleFlat' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let tripleFlat = Accidental(.tripleFlat)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:81:23: note: add '@MainActor' to make static property 'tripleFlat' part of global actor 'MainActor'
public static let tripleFlat = Accidental(.tripleFlat)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:81:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let tripleFlat = Accidental(.tripleFlat)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:82:23: warning: static property 'slashQuarterSharp' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let slashQuarterSharp = Accidental(.slashQuarterSharp)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:82:23: note: add '@MainActor' to make static property 'slashQuarterSharp' part of global actor 'MainActor'
public static let slashQuarterSharp = Accidental(.slashQuarterSharp)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:82:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let slashQuarterSharp = Accidental(.slashQuarterSharp)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:83:23: warning: static property 'slashSharp' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let slashSharp = Accidental(.slashSharp)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:83:23: note: add '@MainActor' to make static property 'slashSharp' part of global actor 'MainActor'
public static let slashSharp = Accidental(.slashSharp)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:83:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let slashSharp = Accidental(.slashSharp)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:84:23: warning: static property 'slashFlat' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let slashFlat = Accidental(.slashFlat)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:84:23: note: add '@MainActor' to make static property 'slashFlat' part of global actor 'MainActor'
public static let slashFlat = Accidental(.slashFlat)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:84:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let slashFlat = Accidental(.slashFlat)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:85:23: warning: static property 'doubleSlashFlat' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let doubleSlashFlat = Accidental(.doubleSlashFlat)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:85:23: note: add '@MainActor' to make static property 'doubleSlashFlat' part of global actor 'MainActor'
public static let doubleSlashFlat = Accidental(.doubleSlashFlat)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:85:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let doubleSlashFlat = Accidental(.doubleSlashFlat)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:86:23: warning: static property 'sharp1' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sharp1 = Accidental(.sharp1)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:86:23: note: add '@MainActor' to make static property 'sharp1' part of global actor 'MainActor'
public static let sharp1 = Accidental(.sharp1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:86:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sharp1 = Accidental(.sharp1)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:87:23: warning: static property 'sharp2' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sharp2 = Accidental(.sharp2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:87:23: note: add '@MainActor' to make static property 'sharp2' part of global actor 'MainActor'
public static let sharp2 = Accidental(.sharp2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:87:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sharp2 = Accidental(.sharp2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:88:23: warning: static property 'sharp3' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sharp3 = Accidental(.sharp3)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:88:23: note: add '@MainActor' to make static property 'sharp3' part of global actor 'MainActor'
public static let sharp3 = Accidental(.sharp3)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:88:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sharp3 = Accidental(.sharp3)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:89:23: warning: static property 'sharp5' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sharp5 = Accidental(.sharp5)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:89:23: note: add '@MainActor' to make static property 'sharp5' part of global actor 'MainActor'
public static let sharp5 = Accidental(.sharp5)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:89:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sharp5 = Accidental(.sharp5)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:90:23: warning: static property 'flat1' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let flat1 = Accidental(.flat1)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:90:23: note: add '@MainActor' to make static property 'flat1' part of global actor 'MainActor'
public static let flat1 = Accidental(.flat1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:90:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let flat1 = Accidental(.flat1)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:91:23: warning: static property 'flat2' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let flat2 = Accidental(.flat2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:91:23: note: add '@MainActor' to make static property 'flat2' part of global actor 'MainActor'
public static let flat2 = Accidental(.flat2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:91:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let flat2 = Accidental(.flat2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:92:23: warning: static property 'flat3' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let flat3 = Accidental(.flat3)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:92:23: note: add '@MainActor' to make static property 'flat3' part of global actor 'MainActor'
public static let flat3 = Accidental(.flat3)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:92:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let flat3 = Accidental(.flat3)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:93:23: warning: static property 'flat4' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let flat4 = Accidental(.flat4)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:93:23: note: add '@MainActor' to make static property 'flat4' part of global actor 'MainActor'
public static let flat4 = Accidental(.flat4)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:93:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let flat4 = Accidental(.flat4)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:94:23: warning: static property 'sori' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sori = Accidental(.sori)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:94:23: note: add '@MainActor' to make static property 'sori' part of global actor 'MainActor'
public static let sori = Accidental(.sori)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:94:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sori = Accidental(.sori)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:95:23: warning: static property 'koron' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let koron = Accidental(.koron)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:95:23: note: add '@MainActor' to make static property 'koron' part of global actor 'MainActor'
public static let koron = Accidental(.koron)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:95:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let koron = Accidental(.koron)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:96:23: warning: static property 'other' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let other = Accidental(.other)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:96:23: note: add '@MainActor' to make static property 'other' part of global actor 'MainActor'
public static let other = Accidental(.other)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:96:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let other = Accidental(.other)
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/AccidentalMark.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/AccidentalText.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Accord.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/AccordionRegistration.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Appearance.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Arpeggiate.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Arrow.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Articulation.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Articulations.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Attributes.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Backup.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/BarStyleColor.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:31:23: warning: static property 'regular' is not concurrency-safe because non-'Sendable' type 'BarStyleColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let regular = BarStyleColor(.regular)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:9:15: note: consider making struct 'BarStyleColor' conform to the 'Sendable' protocol
public struct BarStyleColor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:31:23: note: add '@MainActor' to make static property 'regular' part of global actor 'MainActor'
public static let regular = BarStyleColor(.regular)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let regular = BarStyleColor(.regular)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:32:23: warning: static property 'dotted' is not concurrency-safe because non-'Sendable' type 'BarStyleColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let dotted = BarStyleColor(.dotted)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:9:15: note: consider making struct 'BarStyleColor' conform to the 'Sendable' protocol
public struct BarStyleColor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:32:23: note: add '@MainActor' to make static property 'dotted' part of global actor 'MainActor'
public static let dotted = BarStyleColor(.dotted)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let dotted = BarStyleColor(.dotted)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:33:23: warning: static property 'dashed' is not concurrency-safe because non-'Sendable' type 'BarStyleColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let dashed = BarStyleColor(.dashed)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:9:15: note: consider making struct 'BarStyleColor' conform to the 'Sendable' protocol
public struct BarStyleColor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:33:23: note: add '@MainActor' to make static property 'dashed' part of global actor 'MainActor'
public static let dashed = BarStyleColor(.dashed)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:33:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let dashed = BarStyleColor(.dashed)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:34:23: warning: static property 'heavy' is not concurrency-safe because non-'Sendable' type 'BarStyleColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let heavy = BarStyleColor(.heavy)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:9:15: note: consider making struct 'BarStyleColor' conform to the 'Sendable' protocol
public struct BarStyleColor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:34:23: note: add '@MainActor' to make static property 'heavy' part of global actor 'MainActor'
public static let heavy = BarStyleColor(.heavy)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let heavy = BarStyleColor(.heavy)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:35:23: warning: static property 'lightLight' is not concurrency-safe because non-'Sendable' type 'BarStyleColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lightLight = BarStyleColor(.lightLight)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:9:15: note: consider making struct 'BarStyleColor' conform to the 'Sendable' protocol
public struct BarStyleColor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:35:23: note: add '@MainActor' to make static property 'lightLight' part of global actor 'MainActor'
public static let lightLight = BarStyleColor(.lightLight)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lightLight = BarStyleColor(.lightLight)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:36:23: warning: static property 'lightHeavy' is not concurrency-safe because non-'Sendable' type 'BarStyleColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lightHeavy = BarStyleColor(.lightHeavy)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:9:15: note: consider making struct 'BarStyleColor' conform to the 'Sendable' protocol
public struct BarStyleColor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:36:23: note: add '@MainActor' to make static property 'lightHeavy' part of global actor 'MainActor'
public static let lightHeavy = BarStyleColor(.lightHeavy)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:36:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lightHeavy = BarStyleColor(.lightHeavy)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:37:23: warning: static property 'heavyLight' is not concurrency-safe because non-'Sendable' type 'BarStyleColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let heavyLight = BarStyleColor(.heavyLight)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:9:15: note: consider making struct 'BarStyleColor' conform to the 'Sendable' protocol
public struct BarStyleColor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:37:23: note: add '@MainActor' to make static property 'heavyLight' part of global actor 'MainActor'
public static let heavyLight = BarStyleColor(.heavyLight)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:37:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let heavyLight = BarStyleColor(.heavyLight)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:38:23: warning: static property 'heavyHeavy' is not concurrency-safe because non-'Sendable' type 'BarStyleColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let heavyHeavy = BarStyleColor(.heavyHeavy)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:9:15: note: consider making struct 'BarStyleColor' conform to the 'Sendable' protocol
public struct BarStyleColor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:38:23: note: add '@MainActor' to make static property 'heavyHeavy' part of global actor 'MainActor'
public static let heavyHeavy = BarStyleColor(.heavyHeavy)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:38:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let heavyHeavy = BarStyleColor(.heavyHeavy)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:39:23: warning: static property 'tick' is not concurrency-safe because non-'Sendable' type 'BarStyleColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let tick = BarStyleColor(.tick)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:9:15: note: consider making struct 'BarStyleColor' conform to the 'Sendable' protocol
public struct BarStyleColor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:39:23: note: add '@MainActor' to make static property 'tick' part of global actor 'MainActor'
public static let tick = BarStyleColor(.tick)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:39:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let tick = BarStyleColor(.tick)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:40:23: warning: static property 'short' is not concurrency-safe because non-'Sendable' type 'BarStyleColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let short = BarStyleColor(.short)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:9:15: note: consider making struct 'BarStyleColor' conform to the 'Sendable' protocol
public struct BarStyleColor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:40:23: note: add '@MainActor' to make static property 'short' part of global actor 'MainActor'
public static let short = BarStyleColor(.short)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:40:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let short = BarStyleColor(.short)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:41:23: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BarStyleColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let none = BarStyleColor(.none)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:9:15: note: consider making struct 'BarStyleColor' conform to the 'Sendable' protocol
public struct BarStyleColor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:41:23: note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
public static let none = BarStyleColor(.none)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:41:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let none = BarStyleColor(.none)
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Barline.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Barre.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Bass.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/BassAlter.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/BassStep.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:41:23: warning: static property 'a' is not concurrency-safe because non-'Sendable' type 'BassStep' may have shared mutable state; this is an error in the Swift 6 language mode
public static let a = BassStep(.a)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:12:15: note: consider making struct 'BassStep' conform to the 'Sendable' protocol
public struct BassStep {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:41:23: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
public static let a = BassStep(.a)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:41:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let a = BassStep(.a)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:42:23: warning: static property 'b' is not concurrency-safe because non-'Sendable' type 'BassStep' may have shared mutable state; this is an error in the Swift 6 language mode
public static let b = BassStep(.b)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:12:15: note: consider making struct 'BassStep' conform to the 'Sendable' protocol
public struct BassStep {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:42:23: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
public static let b = BassStep(.b)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:42:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let b = BassStep(.b)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:43:23: warning: static property 'c' is not concurrency-safe because non-'Sendable' type 'BassStep' may have shared mutable state; this is an error in the Swift 6 language mode
public static let c = BassStep(.c)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:12:15: note: consider making struct 'BassStep' conform to the 'Sendable' protocol
public struct BassStep {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:43:23: note: add '@MainActor' to make static property 'c' part of global actor 'MainActor'
public static let c = BassStep(.c)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:43:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let c = BassStep(.c)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:44:23: warning: static property 'd' is not concurrency-safe because non-'Sendable' type 'BassStep' may have shared mutable state; this is an error in the Swift 6 language mode
public static let d = BassStep(.d)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:12:15: note: consider making struct 'BassStep' conform to the 'Sendable' protocol
public struct BassStep {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:44:23: note: add '@MainActor' to make static property 'd' part of global actor 'MainActor'
public static let d = BassStep(.d)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:44:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let d = BassStep(.d)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:45:23: warning: static property 'e' is not concurrency-safe because non-'Sendable' type 'BassStep' may have shared mutable state; this is an error in the Swift 6 language mode
public static let e = BassStep(.e)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:12:15: note: consider making struct 'BassStep' conform to the 'Sendable' protocol
public struct BassStep {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:45:23: note: add '@MainActor' to make static property 'e' part of global actor 'MainActor'
public static let e = BassStep(.e)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:45:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let e = BassStep(.e)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:46:23: warning: static property 'f' is not concurrency-safe because non-'Sendable' type 'BassStep' may have shared mutable state; this is an error in the Swift 6 language mode
public static let f = BassStep(.f)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:12:15: note: consider making struct 'BassStep' conform to the 'Sendable' protocol
public struct BassStep {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:46:23: note: add '@MainActor' to make static property 'f' part of global actor 'MainActor'
public static let f = BassStep(.f)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:46:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let f = BassStep(.f)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:47:23: warning: static property 'g' is not concurrency-safe because non-'Sendable' type 'BassStep' may have shared mutable state; this is an error in the Swift 6 language mode
public static let g = BassStep(.g)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:12:15: note: consider making struct 'BassStep' conform to the 'Sendable' protocol
public struct BassStep {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:47:23: note: add '@MainActor' to make static property 'g' part of global actor 'MainActor'
public static let g = BassStep(.g)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:47:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let g = BassStep(.g)
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Beam.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/BeatRepeat.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Beater.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Bend.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/BendSound.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Bezier.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Bookmark.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Opus.swift,\ Ornament.swift,\ Ornaments.swift,\ OtherAppearance.swift,\ OtherDirection.swift,\ OtherDynamics.swift,\ OtherNotation.swift,\ OtherPlay.swift,\ PageLayout.swift,\ PageMargins.swift,\ PartGroup.swift,\ PartList.swift,\ PartName.swift,\ PartSymbol.swift,\ Partwise.Measure.swift,\ Partwise.Part.swift,\ Partwise.swift,\ Pedal.swift,\ PedalTuning.swift,\ PerMinute.swift,\ Percussion.swift,\ Pitch.swift,\ PitchUnpitchedRest.swift,\ PlacementPrintStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Opus.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Ornament.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Ornaments.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/OtherAppearance.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/OtherDirection.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/OtherDynamics.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/OtherNotation.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/OtherPlay.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PageLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PageMargins.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PartGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PartList.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PartName.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PartSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Partwise/Partwise.Measure.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Partwise/Partwise.Part.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Partwise/Partwise.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Pedal.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PedalTuning.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PerMinute.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Percussion.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Pitch.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PitchUnpitchedRest.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PlacementPrintStyle.swift (in target 'MusicXML' from project 'MusicXML')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Opus.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Ornament.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Ornaments.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/OtherAppearance.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/OtherDirection.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/OtherDynamics.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/OtherNotation.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/OtherPlay.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PageLayout.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PageMargins.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PartGroup.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PartList.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PartName.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PartSymbol.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Partwise/Partwise.Measure.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Partwise/Partwise.Part.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Partwise/Partwise.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Pedal.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PedalTuning.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PerMinute.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Percussion.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Pitch.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PitchUnpitchedRest.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PlacementPrintStyle.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling StickMaterial.swift, StickType.swift, Syllabic.swift, SymbolSize.swift, Tenths.swift, TextDirection.swift, TimeOnly.swift, TimeRelation.swift, TimeSeparator.swift, TimeSymbol.swift, TipDirection.swift, TopBottom.swift, TrillStep.swift, TwoNoteTurn.swift, UpDown.swift, UpDownStopContinue.swift, UprightInverted.swift, VAlign.swift, VAlignImage.swift, WedgeType.swift, Winged.swift, Wood.swift, YesNo.swift, YesNoNumber.swift (in target 'MusicXML' from project 'MusicXML')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/MusicXML-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug-xros/MusicXML.build/Objects-normal/arm64/MusicXML-Swift.h (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug-xros/MusicXML.build/Objects-normal/arm64/MusicXML-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/MusicXML-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MusicXML.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug-xros/MusicXML.build/Objects-normal/arm64/MusicXML.swiftmodule (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug-xros/MusicXML.build/Objects-normal/arm64/MusicXML.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MusicXML.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MusicXML.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug-xros/MusicXML.build/Objects-normal/arm64/MusicXML.swiftdoc (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug-xros/MusicXML.build/Objects-normal/arm64/MusicXML.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MusicXML.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MusicXML.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug-xros/MusicXML.build/Objects-normal/arm64/MusicXML.abi.json (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug-xros/MusicXML.build/Objects-normal/arm64/MusicXML.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MusicXML.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MusicXML.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug-xros/MusicXML.build/Objects-normal/arm64/MusicXML.swiftsourceinfo (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug-xros/MusicXML.build/Objects-normal/arm64/MusicXML.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MusicXML.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ AccordionMiddle.swift,\ ArrowDirection.swift,\ ArrowStyle.swift,\ BackwardForward.swift,\ BarStyle.swift,\ BeamLevel.swift,\ BeamValue.swift,\ BeaterValue.swift,\ BreathMarkValue.swift,\ CSSFontSize.swift,\ CancelLocation.swift,\ CircularArrow.swift,\ ClefSign.swift,\ Color.swift,\ CommaSeparatedText.swift,\ DegreeSymbolValue.swift,\ DegreeTypeValue.swift,\ DistanceType.swift,\ Divisions.swift,\ Effect.swift,\ EnclosureShape.swift,\ EndingNumber.swift,\ Fan.swift,\ FermataShape.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/AccordionMiddle.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/ArrowDirection.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/ArrowStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/BackwardForward.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/BarStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/BeamLevel.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/BeamValue.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/BeaterValue.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/BreathMarkValue.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/CSSFontSize.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/CancelLocation.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/CircularArrow.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/ClefSign.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/CommaSeparatedText.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/DegreeSymbolValue.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/DegreeTypeValue.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/DistanceType.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/Divisions.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/Effect.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/EnclosureShape.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/EndingNumber.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/Fan.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/FermataShape.swift (in target 'MusicXML' from project 'MusicXML')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/AccordionMiddle.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/ArrowDirection.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/ArrowStyle.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/BackwardForward.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/BarStyle.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/BeamLevel.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/BeamValue.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/BeaterValue.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/BreathMarkValue.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/CSSFontSize.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/CancelLocation.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/CircularArrow.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/ClefSign.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/Color.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/CommaSeparatedText.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/DegreeSymbolValue.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/DegreeTypeValue.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/DistanceType.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/Divisions.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/Effect.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/EnclosureShape.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/EndingNumber.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/Fan.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/FermataShape.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling TimeModification.swift, Timewise.Measure.swift, Timewise.Part.swift, Timewise.swift, Transpose.swift, Tremolo.swift, TrillSound.swift, Tuplet.swift, TupletDot.swift, TupletNumber.swift, TupletPortion.swift, TupletType.swift, Unpitched.swift, VirtualInstrument.swift, WavyLine.swift, Wedge.swift, Work.swift, Decoding.swift, AttributeGroup.swift, Decoder.swift, Empty.swift, XMLAttributeGroupCodingKey.swift, AboveBelow.swift, AccidentalValue.swift (in target 'MusicXML' from project 'MusicXML')
ExtractAppIntentsMetadata (in target 'XMLCoder' from project 'XMLCoder')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XMLCoder
/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 XMLCoder --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier xmlcoder.XMLCoder --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/XMLCoder.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/XMLCoder.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-xros/XMLCoder.build/Objects-normal/arm64/XMLCoder_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-xros/XMLCoder.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-xros/XMLCoder.build/Objects-normal/arm64/XMLCoder.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-xros/XMLCoder.build/XMLCoder.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-xros/XMLCoder.build/XMLCoder.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug-xros/XMLCoder.build/Objects-normal/arm64/XMLCoder.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 13:29:19.395 appintentsmetadataprocessor[823:4653] Starting appintentsmetadataprocessor export
2025-04-27 13:29:19.441 appintentsmetadataprocessor[823:4653] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling AccordionMiddle.swift, ArrowDirection.swift, ArrowStyle.swift, BackwardForward.swift, BarStyle.swift, BeamLevel.swift, BeamValue.swift, BeaterValue.swift, BreathMarkValue.swift, CSSFontSize.swift, CancelLocation.swift, CircularArrow.swift, ClefSign.swift, Color.swift, CommaSeparatedText.swift, DegreeSymbolValue.swift, DegreeTypeValue.swift, DistanceType.swift, Divisions.swift, Effect.swift, EnclosureShape.swift, EndingNumber.swift, Fan.swift, FermataShape.swift (in target 'MusicXML' from project 'MusicXML')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/XMLCoder.o (in target 'XMLCoder' from project 'XMLCoder')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XMLCoder
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/XMLCoder.o
SwiftDriverJobDiscovery normal arm64 Compiling HoleClosed.swift, HorizontalTurn.swift, Identification.swift, Image.swift, Instrument.swift, Interchangeable.swift, ComplexTypesInternalConformance.swift, Inversion.swift, Justify.swift, Key.swift, KeyOctave.swift, Kind.swift, Level.swift, LevelDisplay.swift, Line.swift, LineWidth.swift, LinearArrow.swift, Link.swift, Lyric.swift, LyricFont.swift, LyricLanguage.swift, MIDIDevice.swift, MIDIInstrument.swift, MeasureAttributes.swift (in target 'MusicXML' from project 'MusicXML')
SwiftDriverJobDiscovery normal arm64 Compiling PlacementText.swift, Play.swift, Position.swift, PrincipleVoice.swift, Print.swift, PrintStyle.swift, PrintStyleAlign.swift, PrintStyleAlignObject.swift, PrintStyleTrillSound.swift, Printout.swift, Repeat.swift, Rest.swift, Rights.swift, Root.swift, RootAlter.swift, RootStep.swift, SMuFL.swift, SMuFLGlyph.swift, Scaling.swift, Scordatura.swift, Score.swift, ScoreInstrument.swift, ScorePart.swift, Slash.swift (in target 'MusicXML' from project 'MusicXML')
SwiftDriverJobDiscovery normal arm64 Compiling Slide.swift, Slur.swift, Sound.swift, StaffDetails.swift, StaffLayout.swift, StaffTuning.swift, Stem.swift, Stick.swift, StringMute.swift, StrongAccent.swift, StyleText.swift, Supports.swift, SystemDividers.swift, SystemLayout.swift, SystemMargins.swift, Technical.swift, Technique.swift, TextDecoration.swift, TextElementData.swift, TextFontColor.swift, Tie.swift, Tied.swift, Ties.swift, Time.swift (in target 'MusicXML' from project 'MusicXML')
SwiftDriverJobDiscovery normal arm64 Compiling Figure.swift, FiguredBass.swift, Fingering.swift, FirstFret.swift, Font.swift, FormattedText.swift, Forward.swift, Frame.swift, FrameNote.swift, Fret.swift, Glissando.swift, Grace.swift, GroupBarline.swift, GroupName.swift, GroupSymbol.swift, Grouping.swift, HammerOnPullOff.swift, Handbell.swift, Harmonic.swift, Harmony.swift, HarmonyChord.swift, HarpPedals.swift, Header.swift, HeelToe.swift, Hole.swift (in target 'MusicXML' from project 'MusicXML')
SwiftDriverJobDiscovery normal arm64 Compiling MeasureLayout.swift, MeasureNumbering.swift, MeasureRepeat.swift, MeasureStyle.swift, Metronome.swift, MetronomeBeam.swift, MetronomeNote.swift, MetronomeTuplet.swift, Miscellaneous.swift, MiscellaneousField.swift, Mordent.swift, MultipleRest.swift, MusicData.swift, MusicXML.String.swift, NameDisplay.swift, NonArpeggiate.swift, Notations.swift, Note.swift, NoteSize.swift, NoteType.swift, Notehead.swift, NoteheadText.swift, OctaveShift.swift, Offset.swift (in target 'MusicXML' from project 'MusicXML')
SwiftDriverJobDiscovery normal arm64 Compiling Opus.swift, Ornament.swift, Ornaments.swift, OtherAppearance.swift, OtherDirection.swift, OtherDynamics.swift, OtherNotation.swift, OtherPlay.swift, PageLayout.swift, PageMargins.swift, PartGroup.swift, PartList.swift, PartName.swift, PartSymbol.swift, Partwise.Measure.swift, Partwise.Part.swift, Partwise.swift, Pedal.swift, PedalTuning.swift, PerMinute.swift, Percussion.swift, Pitch.swift, PitchUnpitchedRest.swift, PlacementPrintStyle.swift (in target 'MusicXML' from project 'MusicXML')
SwiftDriverJobDiscovery normal arm64 Compiling Bracket.swift, BreathMark.swift, Cancel.swift, Clef.swift, Creator.swift, Credit.swift, DashedFormatting.swift, Dashes.swift, Defaults.swift, Degree.swift, DegreeAlter.swift, DegreeType.swift, DegreeValue.swift, Direction.swift, DirectionType.swift, Distance.swift, Dynamic.swift, Dynamics.swift, Editorial.swift, EditorialVoice.swift, Encoding.swift, Ending.swift, Extend.swift, Feature.swift, Fermata.swift (in target 'MusicXML' from project 'MusicXML')
SwiftDriverJobDiscovery normal arm64 Compiling Accidental.swift, AccidentalMark.swift, AccidentalText.swift, Accord.swift, AccordionRegistration.swift, Appearance.swift, Arpeggiate.swift, Arrow.swift, Articulation.swift, Articulations.swift, Attributes.swift, Backup.swift, BarStyleColor.swift, Barline.swift, Barre.swift, Bass.swift, BassAlter.swift, BassStep.swift, Beam.swift, BeatRepeat.swift, Beater.swift, Bend.swift, BendSound.swift, Bezier.swift, Bookmark.swift (in target 'MusicXML' from project 'MusicXML')
SwiftDriver\ Compilation MusicXML normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MusicXML' from project 'MusicXML')
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 MusicXML -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug-xros/MusicXML.build/Objects-normal/arm64/MusicXML.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/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.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-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug-xros/MusicXML.build/Objects-normal/arm64/MusicXML-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/MusicXML.build/Debug-xros/MusicXML.build/Objects-normal/arm64/MusicXML.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/MusicXML.build/Debug-xros/MusicXML.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug-xros/MusicXML.build/Objects-normal/arm64/MusicXML_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug-xros/MusicXML.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug-xros/MusicXML.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug-xros/MusicXML.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/MusicXML.build/Debug-xros/MusicXML.build/Objects-normal/arm64/MusicXML-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MusicXML.o normal (in target 'MusicXML' from project 'MusicXML')
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-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug-xros/MusicXML.build/Objects-normal/arm64/MusicXML.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug-xros/MusicXML.build/Objects-normal/arm64/MusicXML_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug-xros/MusicXML.build/Objects-normal/arm64/MusicXML_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug-xros/MusicXML.build/Objects-normal/arm64/MusicXML.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MusicXML.o
ExtractAppIntentsMetadata (in target 'MusicXML' from project 'MusicXML')
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 MusicXML --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.MusicXML --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MusicXML.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MusicXML.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug-xros/MusicXML.build/Objects-normal/arm64/MusicXML_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug-xros/MusicXML.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug-xros/MusicXML.build/Objects-normal/arm64/MusicXML.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug-xros/MusicXML.build/MusicXML.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug-xros/MusicXML.build/MusicXML.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug-xros/MusicXML.build/Objects-normal/arm64/MusicXML.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-27 13:29:20.290 appintentsmetadataprocessor[826:4743] Starting appintentsmetadataprocessor export
2025-04-27 13:29:20.326 appintentsmetadataprocessor[826:4743] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MusicXML.o (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/MusicXML.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
{
"identity" : "xmlcoder",
"requirement" : {
"range" : [
{
"lower_bound" : "0.11.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/MaxDesiatov/XMLCoder"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
}
],
"manifest_display_name" : "MusicXML",
"name" : "MusicXML",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "MusicXML",
"targets" : [
"MusicXML"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MusicXMLTests",
"module_type" : "SwiftTarget",
"name" : "MusicXMLTests",
"path" : "Tests/MusicXMLTests",
"product_dependencies" : [
"Yams"
],
"sources" : [
"Complex Types/AccidentalTests.swift",
"Complex Types/AccordionRegistrationTests.swift",
"Complex Types/ArrowTests.swift",
"Complex Types/AttributesTests.swift",
"Complex Types/BackupTests.swift",
"Complex Types/BarlineTests.swift",
"Complex Types/ClefTests.swift",
"Complex Types/CreatorTests.swift",
"Complex Types/DirectionTests.swift",
"Complex Types/EndingTests.swift",
"Complex Types/FretTests.swift",
"Complex Types/HarmonicTests.swift",
"Complex Types/HarmonyTests.swift",
"Complex Types/IdentificationTests.swift",
"Complex Types/KeyTests.swift",
"Complex Types/LyricFontTests.swift",
"Complex Types/MIDIDeviceTests.swift",
"Complex Types/MIDIInstrumentTests.swift",
"Complex Types/MeasureNumberingTests.swift",
"Complex Types/MeasureStyleTests.swift",
"Complex Types/MetronomeTests.swift",
"Complex Types/MiscellaneousTests.swift",
"Complex Types/MusicDataTests.swift",
"Complex Types/NotationsTests.swift",
"Complex Types/NoteTests.swift",
"Complex Types/OrnamentsTests.swift",
"Complex Types/PartListTests.swift",
"Complex Types/PartNameTests.swift",
"Complex Types/PartwiseMeasureTests.swift",
"Complex Types/PartwisePartTests.swift",
"Complex Types/PitchTests.swift",
"Complex Types/PitchUnpitchedRestTests.swift",
"Complex Types/RestTests.swift",
"Complex Types/ScoreInstrumentTests.swift",
"Complex Types/ScorePartTests.swift",
"Complex Types/SoundTests.swift",
"Complex Types/SystemLayoutTests.swift",
"Complex Types/TimeTests.swift",
"HelloWorld.swift",
"LilyPondTests/ArticulationsTextsTests.swift",
"LilyPondTests/ChordsFretsTests.swift",
"LilyPondTests/DirectionsTests.swift",
"LilyPondTests/LilyPondTestSuite.swift",
"LilyPondTests/MidmeasureClefTests.swift",
"LilyPondTests/PartNameLineBreakTests.swift",
"LilyPondTests/PercussionTests.swift",
"LilyPondTests/PickupMeasureChordnamesFiguredBassTests.swift",
"LilyPondTests/RepeatWithAlternativesTests.swift",
"LilyPondTests/SimpleRepeatTests.swift",
"LilyPondTests/StabatMaterTests.swift",
"LilyPondTests/StaffNoteStylesTests.swift",
"LilyPondTests/TupletsTremoloTest.swift",
"ReveTests.swift",
"ScoreTests/ScoreTestCaseManifest.swift",
"ScoreTests/ScoreTestExpectation.swift",
"ScoreTests/ScoreTestSuite.swift",
"TraversalConversionTests.swift",
"XCTestHelpers.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"MusicXML"
],
"type" : "test"
},
{
"c99name" : "MusicXML",
"module_type" : "SwiftTarget",
"name" : "MusicXML",
"path" : "Sources/MusicXML",
"product_dependencies" : [
"XMLCoder"
],
"product_memberships" : [
"MusicXML"
],
"sources" : [
"Complex Types/Accidental.swift",
"Complex Types/AccidentalMark.swift",
"Complex Types/AccidentalText.swift",
"Complex Types/Accord.swift",
"Complex Types/AccordionRegistration.swift",
"Complex Types/Appearance.swift",
"Complex Types/Arpeggiate.swift",
"Complex Types/Arrow.swift",
"Complex Types/Articulation.swift",
"Complex Types/Articulations.swift",
"Complex Types/Attributes.swift",
"Complex Types/Backup.swift",
"Complex Types/BarStyleColor.swift",
"Complex Types/Barline.swift",
"Complex Types/Barre.swift",
"Complex Types/Bass.swift",
"Complex Types/BassAlter.swift",
"Complex Types/BassStep.swift",
"Complex Types/Beam.swift",
"Complex Types/BeatRepeat.swift",
"Complex Types/Beater.swift",
"Complex Types/Bend.swift",
"Complex Types/BendSound.swift",
"Complex Types/Bezier.swift",
"Complex Types/Bookmark.swift",
"Complex Types/Bracket.swift",
"Complex Types/BreathMark.swift",
"Complex Types/Cancel.swift",
"Complex Types/Clef.swift",
"Complex Types/Creator.swift",
"Complex Types/Credit.swift",
"Complex Types/DashedFormatting.swift",
"Complex Types/Dashes.swift",
"Complex Types/Defaults.swift",
"Complex Types/Degree.swift",
"Complex Types/DegreeAlter.swift",
"Complex Types/DegreeType.swift",
"Complex Types/DegreeValue.swift",
"Complex Types/Direction.swift",
"Complex Types/DirectionType.swift",
"Complex Types/Distance.swift",
"Complex Types/Dynamic.swift",
"Complex Types/Dynamics.swift",
"Complex Types/Editorial.swift",
"Complex Types/EditorialVoice.swift",
"Complex Types/Encoding.swift",
"Complex Types/Ending.swift",
"Complex Types/Extend.swift",
"Complex Types/Feature.swift",
"Complex Types/Fermata.swift",
"Complex Types/Figure.swift",
"Complex Types/FiguredBass.swift",
"Complex Types/Fingering.swift",
"Complex Types/FirstFret.swift",
"Complex Types/Font.swift",
"Complex Types/FormattedText.swift",
"Complex Types/Forward.swift",
"Complex Types/Frame.swift",
"Complex Types/FrameNote.swift",
"Complex Types/Fret.swift",
"Complex Types/Glissando.swift",
"Complex Types/Grace.swift",
"Complex Types/GroupBarline.swift",
"Complex Types/GroupName.swift",
"Complex Types/GroupSymbol.swift",
"Complex Types/Grouping.swift",
"Complex Types/HammerOnPullOff.swift",
"Complex Types/Handbell.swift",
"Complex Types/Harmonic.swift",
"Complex Types/Harmony.swift",
"Complex Types/HarmonyChord.swift",
"Complex Types/HarpPedals.swift",
"Complex Types/Header.swift",
"Complex Types/HeelToe.swift",
"Complex Types/Hole.swift",
"Complex Types/HoleClosed.swift",
"Complex Types/HorizontalTurn.swift",
"Complex Types/Identification.swift",
"Complex Types/Image.swift",
"Complex Types/Instrument.swift",
"Complex Types/Interchangeable.swift",
"Complex Types/Internal/ComplexTypesInternalConformance.swift",
"Complex Types/Inversion.swift",
"Complex Types/Justify.swift",
"Complex Types/Key.swift",
"Complex Types/KeyOctave.swift",
"Complex Types/Kind.swift",
"Complex Types/Level.swift",
"Complex Types/LevelDisplay.swift",
"Complex Types/Line.swift",
"Complex Types/LineWidth.swift",
"Complex Types/LinearArrow.swift",
"Complex Types/Link.swift",
"Complex Types/Lyric.swift",
"Complex Types/LyricFont.swift",
"Complex Types/LyricLanguage.swift",
"Complex Types/MIDIDevice.swift",
"Complex Types/MIDIInstrument.swift",
"Complex Types/MeasureAttributes.swift",
"Complex Types/MeasureLayout.swift",
"Complex Types/MeasureNumbering.swift",
"Complex Types/MeasureRepeat.swift",
"Complex Types/MeasureStyle.swift",
"Complex Types/Metronome.swift",
"Complex Types/MetronomeBeam.swift",
"Complex Types/MetronomeNote.swift",
"Complex Types/MetronomeTuplet.swift",
"Complex Types/Miscellaneous.swift",
"Complex Types/MiscellaneousField.swift",
"Complex Types/Mordent.swift",
"Complex Types/MultipleRest.swift",
"Complex Types/MusicData.swift",
"Complex Types/MusicXML.String.swift",
"Complex Types/NameDisplay.swift",
"Complex Types/NonArpeggiate.swift",
"Complex Types/Notations.swift",
"Complex Types/Note.swift",
"Complex Types/NoteSize.swift",
"Complex Types/NoteType.swift",
"Complex Types/Notehead.swift",
"Complex Types/NoteheadText.swift",
"Complex Types/OctaveShift.swift",
"Complex Types/Offset.swift",
"Complex Types/Opus.swift",
"Complex Types/Ornament.swift",
"Complex Types/Ornaments.swift",
"Complex Types/OtherAppearance.swift",
"Complex Types/OtherDirection.swift",
"Complex Types/OtherDynamics.swift",
"Complex Types/OtherNotation.swift",
"Complex Types/OtherPlay.swift",
"Complex Types/PageLayout.swift",
"Complex Types/PageMargins.swift",
"Complex Types/PartGroup.swift",
"Complex Types/PartList.swift",
"Complex Types/PartName.swift",
"Complex Types/PartSymbol.swift",
"Complex Types/Partwise/Partwise.Measure.swift",
"Complex Types/Partwise/Partwise.Part.swift",
"Complex Types/Partwise/Partwise.swift",
"Complex Types/Pedal.swift",
"Complex Types/PedalTuning.swift",
"Complex Types/PerMinute.swift",
"Complex Types/Percussion.swift",
"Complex Types/Pitch.swift",
"Complex Types/PitchUnpitchedRest.swift",
"Complex Types/PlacementPrintStyle.swift",
"Complex Types/PlacementText.swift",
"Complex Types/Play.swift",
"Complex Types/Position.swift",
"Complex Types/PrincipleVoice.swift",
"Complex Types/Print.swift",
"Complex Types/PrintStyle.swift",
"Complex Types/PrintStyleAlign.swift",
"Complex Types/PrintStyleAlignObject.swift",
"Complex Types/PrintStyleTrillSound.swift",
"Complex Types/Printout.swift",
"Complex Types/Repeat.swift",
"Complex Types/Rest.swift",
"Complex Types/Rights.swift",
"Complex Types/Root.swift",
"Complex Types/RootAlter.swift",
"Complex Types/RootStep.swift",
"Complex Types/SMuFL.swift",
"Complex Types/SMuFLGlyph.swift",
"Complex Types/Scaling.swift",
"Complex Types/Scordatura.swift",
"Complex Types/Score.swift",
"Complex Types/ScoreInstrument.swift",
"Complex Types/ScorePart.swift",
"Complex Types/Slash.swift",
"Complex Types/Slide.swift",
"Complex Types/Slur.swift",
"Complex Types/Sound.swift",
"Complex Types/StaffDetails.swift",
"Complex Types/StaffLayout.swift",
"Complex Types/StaffTuning.swift",
"Complex Types/Stem.swift",
"Complex Types/Stick.swift",
"Complex Types/StringMute.swift",
"Complex Types/StrongAccent.swift",
"Complex Types/StyleText.swift",
"Complex Types/Supports.swift",
"Complex Types/SystemDividers.swift",
"Complex Types/SystemLayout.swift",
"Complex Types/SystemMargins.swift",
"Complex Types/Technical.swift",
"Complex Types/Technique.swift",
"Complex Types/TextDecoration.swift",
"Complex Types/TextElementData.swift",
"Complex Types/TextFontColor.swift",
"Complex Types/Tie.swift",
"Complex Types/Tied.swift",
"Complex Types/Ties.swift",
"Complex Types/Time.swift",
"Complex Types/TimeModification.swift",
"Complex Types/Timewise/Timewise.Measure.swift",
"Complex Types/Timewise/Timewise.Part.swift",
"Complex Types/Timewise/Timewise.swift",
"Complex Types/Transpose.swift",
"Complex Types/Tremolo.swift",
"Complex Types/TrillSound.swift",
"Complex Types/Tuplet.swift",
"Complex Types/TupletDot.swift",
"Complex Types/TupletNumber.swift",
"Complex Types/TupletPortion.swift",
"Complex Types/TupletType.swift",
"Complex Types/Unpitched.swift",
"Complex Types/VirtualInstrument.swift",
"Complex Types/WavyLine.swift",
"Complex Types/Wedge.swift",
"Complex Types/Work.swift",
"Decoding/Decoding.swift",
"InternalTypes/AttributeGroup.swift",
"InternalTypes/Decoder.swift",
"InternalTypes/Empty.swift",
"InternalTypes/XMLAttributeGroupCodingKey.swift",
"Simple Types/AboveBelow.swift",
"Simple Types/AccidentalValue.swift",
"Simple Types/AccordionMiddle.swift",
"Simple Types/ArrowDirection.swift",
"Simple Types/ArrowStyle.swift",
"Simple Types/BackwardForward.swift",
"Simple Types/BarStyle.swift",
"Simple Types/BeamLevel.swift",
"Simple Types/BeamValue.swift",
"Simple Types/BeaterValue.swift",
"Simple Types/BreathMarkValue.swift",
"Simple Types/CSSFontSize.swift",
"Simple Types/CancelLocation.swift",
"Simple Types/CircularArrow.swift",
"Simple Types/ClefSign.swift",
"Simple Types/Color.swift",
"Simple Types/CommaSeparatedText.swift",
"Simple Types/DegreeSymbolValue.swift",
"Simple Types/DegreeTypeValue.swift",
"Simple Types/DistanceType.swift",
"Simple Types/Divisions.swift",
"Simple Types/Effect.swift",
"Simple Types/EnclosureShape.swift",
"Simple Types/EndingNumber.swift",
"Simple Types/Fan.swift",
"Simple Types/FermataShape.swift",
"Simple Types/Fifths.swift",
"Simple Types/FontSize.swift",
"Simple Types/FontStyle.swift",
"Simple Types/FontWeight.swift",
"Simple Types/Glass.swift",
"Simple Types/GroupBarlineValue.swift",
"Simple Types/GroupSymbolValue.swift",
"Simple Types/HandbellValue.swift",
"Simple Types/HarmonyType.swift",
"Simple Types/HoleClosedLocation.swift",
"Simple Types/HoleClosedValue.swift",
"Simple Types/KindValue.swift",
"Simple Types/LeftCenterRight.swift",
"Simple Types/LeftRight.swift",
"Simple Types/LineEnd.swift",
"Simple Types/LineShape.swift",
"Simple Types/LineType.swift",
"Simple Types/LineWidthType.swift",
"Simple Types/MarginType.swift",
"Simple Types/MeasureNumberingValue.swift",
"Simple Types/Membrane.swift",
"Simple Types/Metal.swift",
"Simple Types/Mode.swift",
"Simple Types/MusicXML.swift",
"Simple Types/Mute.swift",
"Simple Types/NonNegativeDecimal.swift",
"Simple Types/NoteSizeType.swift",
"Simple Types/NoteTypeValue.swift",
"Simple Types/NoteheadValue.swift",
"Simple Types/NumberOrNormal.swift",
"Simple Types/OnOff.swift",
"Simple Types/OverUnder.swift",
"Simple Types/Pitched.swift",
"Simple Types/PrincipleVoiceSymbol.swift",
"Simple Types/RightLeftMiddle.swift",
"Simple Types/SemiPitched.swift",
"Simple Types/ShowFrets.swift",
"Simple Types/ShowTuplet.swift",
"Simple Types/StaffType.swift",
"Simple Types/StartNote.swift",
"Simple Types/StartStop.swift",
"Simple Types/StartStopChangeContinue.swift",
"Simple Types/StartStopContinue.swift",
"Simple Types/StartStopDiscontinue.swift",
"Simple Types/StartStopSingle.swift",
"Simple Types/StemValue.swift",
"Simple Types/Step.swift",
"Simple Types/StickLocation.swift",
"Simple Types/StickMaterial.swift",
"Simple Types/StickType.swift",
"Simple Types/Syllabic.swift",
"Simple Types/SymbolSize.swift",
"Simple Types/Tenths.swift",
"Simple Types/TextDirection.swift",
"Simple Types/TimeOnly.swift",
"Simple Types/TimeRelation.swift",
"Simple Types/TimeSeparator.swift",
"Simple Types/TimeSymbol.swift",
"Simple Types/TipDirection.swift",
"Simple Types/TopBottom.swift",
"Simple Types/TrillStep.swift",
"Simple Types/TwoNoteTurn.swift",
"Simple Types/UpDown.swift",
"Simple Types/UpDownStopContinue.swift",
"Simple Types/UprightInverted.swift",
"Simple Types/VAlign.swift",
"Simple Types/VAlignImage.swift",
"Simple Types/WedgeType.swift",
"Simple Types/Winged.swift",
"Simple Types/Wood.swift",
"Simple Types/YesNo.swift",
"Simple Types/YesNoNumber.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.