The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of MusicXML, reference 0.2.3 (1d98bc), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 27 Apr 2025 20:29:06 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 platform=macOS,arch=arm64 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 minor = Kind(.minor)
                      ^
/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:60:23: note: add '@MainActor' to make static property 'minor' part of global actor 'MainActor'
    public static let minor = Kind(.minor)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:60:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let minor = Kind(.minor)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:61:23: warning: static property 'augmented' 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 augmented = Kind(.augmented)
                      ^
/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:61:23: note: add '@MainActor' to make static property 'augmented' part of global actor 'MainActor'
    public static let augmented = Kind(.augmented)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:61:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let augmented = Kind(.augmented)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:62:23: warning: static property 'diminished' 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 diminished = Kind(.diminished)
                      ^
/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:62:23: note: add '@MainActor' to make static property 'diminished' part of global actor 'MainActor'
    public static let diminished = Kind(.diminished)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:62:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let diminished = Kind(.diminished)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:63:23: warning: static property 'dominant' 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 dominant = Kind(.dominant)
                      ^
/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:63:23: note: add '@MainActor' to make static property 'dominant' part of global actor 'MainActor'
    public static let dominant = Kind(.dominant)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:63:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let dominant = Kind(.dominant)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:64:23: warning: static property 'majorSeventh' 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 majorSeventh = Kind(.majorSeventh)
                      ^
/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:64:23: note: add '@MainActor' to make static property 'majorSeventh' part of global actor 'MainActor'
    public static let majorSeventh = Kind(.majorSeventh)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:64:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let majorSeventh = Kind(.majorSeventh)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:65:23: warning: static property 'minorSeventh' 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 minorSeventh = Kind(.minorSeventh)
                      ^
/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:65:23: note: add '@MainActor' to make static property 'minorSeventh' part of global actor 'MainActor'
    public static let minorSeventh = Kind(.minorSeventh)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:65:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let minorSeventh = Kind(.minorSeventh)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:66:23: warning: static property 'diminishedSeventh' 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 diminishedSeventh = Kind(.diminishedSeventh)
                      ^
/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:66:23: note: add '@MainActor' to make static property 'diminishedSeventh' part of global actor 'MainActor'
    public static let diminishedSeventh = Kind(.diminishedSeventh)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:66:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let diminishedSeventh = Kind(.diminishedSeventh)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:67:23: warning: static property 'augmentedSeventh' 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 augmentedSeventh = Kind(.augmentedSeventh)
                      ^
/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:67:23: note: add '@MainActor' to make static property 'augmentedSeventh' part of global actor 'MainActor'
    public static let augmentedSeventh = Kind(.augmentedSeventh)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:67:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let augmentedSeventh = Kind(.augmentedSeventh)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:68:23: warning: static property 'halfDiminished' 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 halfDiminished = Kind(.halfDiminished)
                      ^
/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:68:23: note: add '@MainActor' to make static property 'halfDiminished' part of global actor 'MainActor'
    public static let halfDiminished = Kind(.halfDiminished)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:68: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:69: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:69: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:69: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:70: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:70: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:70: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:71: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:71: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:71: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:72: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:72: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:72: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:73: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:73: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:73: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:74: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:74: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:74: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:75: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:75: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:75: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:76: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:76: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:76: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:77: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:77: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:77: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:78: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:78: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:78: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:79: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:79: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:79: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:80: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:80: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:80: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:81: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:81: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:81: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:82: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:82: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:82: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:83: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:83: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:83: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:84: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:84: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:84: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:85: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:85: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:85: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:86: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:86: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:86: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:87: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:87: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:87: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:88: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:88: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:88: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:89: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:89: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:89: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:90: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:90: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:90: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:91: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:91: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:91: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

Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug/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/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/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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug/XMLCoder.build/Objects-normal/arm64/XMLCoder.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XMLCoder.o
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')
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:53: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:53: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:53: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:54: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:54: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:54: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:55: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:55: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:55: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:56: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:56: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:56: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:57: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:57: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:57: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:58: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:58: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:58: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:59: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:59: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:59: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:60: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:60: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:60: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:61: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:61: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:61: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:62: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:62: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:62: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:63: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:63: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:63: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:64: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:64: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:64: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:65: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:65: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:65: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:66: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:66: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:66: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:67: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:67: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:67: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:68: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:68: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:68: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:69: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:69: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:69: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:70: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:70: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:70: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:71: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:71: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:71: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:72: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:72: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:72: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:73: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:73: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:73: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:74: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:74: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:74: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:75: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:75: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:75: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:76: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:76: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:76: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:77: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:77: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:77: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:78: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:78: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:78: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:79: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:79: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:79: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:80: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:80: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:80: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:81: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:81: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:81: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:82: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:82: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:82: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:83: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:83: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:83: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:84: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:84: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:84: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:85: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:85: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:85: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:86: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:86: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:86: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:87: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:87: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:87: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:88: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:88: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:88: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:89: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:89: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:89: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:90: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:90: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:90: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:91: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:91: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:91: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:92: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:92: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:92: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:93: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:93: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:93: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:94: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:94: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:94: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:22: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:22: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:22: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:23: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:23: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:23: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:24: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:24: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:24: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:25: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:25: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:25: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:26: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:26: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:26: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:27: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:27: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:27: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:28: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:28: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:28: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:29: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:29: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:29: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:30: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:30: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:30: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:31: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:31: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:31: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:32: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:32: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:32: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:29: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:29: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:29: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:30: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:30: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:30: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:31: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:31: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:31: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:32: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:32: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:32: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:33: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:33: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:33: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:34: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:34: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:34: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:35: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:35: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:35: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

SwiftDriverJobDiscovery normal arm64 Compiling 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, Fifths.swift (in target 'MusicXML' from project 'MusicXML')
SwiftCompile normal arm64 Compiling\ MeasureAttributes.swift,\ 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 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MeasureAttributes.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MeasureLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MeasureNumbering.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MeasureRepeat.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MeasureStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Metronome.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MetronomeBeam.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MetronomeNote.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MetronomeTuplet.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Miscellaneous.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MiscellaneousField.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Mordent.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MultipleRest.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MusicData.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MusicXML.String.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/NameDisplay.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/NonArpeggiate.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Notations.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Note.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/NoteSize.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/NoteType.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Notehead.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/NoteheadText.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/OctaveShift.swift (in target 'MusicXML' from project 'MusicXML')
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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MeasureLayout.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/MeasureNumbering.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/MeasureRepeat.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/MeasureStyle.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/Metronome.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/MetronomeBeam.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/MetronomeNote.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/MetronomeTuplet.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/Miscellaneous.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/MiscellaneousField.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/Mordent.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/MultipleRest.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/MusicData.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/MusicXML.String.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/NameDisplay.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/NonArpeggiate.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/Notations.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/Note.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/NoteSize.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/NoteType.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/NoteType.swift:26:23: warning: static property 'maxima' is not concurrency-safe because non-'Sendable' type 'NoteType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let maxima = NoteType(.maxima)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:9:15: note: consider making struct 'NoteType' conform to the 'Sendable' protocol
public struct NoteType {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:26:23: note: add '@MainActor' to make static property 'maxima' part of global actor 'MainActor'
    public static let maxima = NoteType(.maxima)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:26:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let maxima = NoteType(.maxima)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:27:23: warning: static property 'long' is not concurrency-safe because non-'Sendable' type 'NoteType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let long = NoteType(.long)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:9:15: note: consider making struct 'NoteType' conform to the 'Sendable' protocol
public struct NoteType {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:27:23: note: add '@MainActor' to make static property 'long' part of global actor 'MainActor'
    public static let long = NoteType(.long)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:27:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let long = NoteType(.long)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:28:23: warning: static property 'breve' is not concurrency-safe because non-'Sendable' type 'NoteType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let breve = NoteType(.breve)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:9:15: note: consider making struct 'NoteType' conform to the 'Sendable' protocol
public struct NoteType {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:28:23: note: add '@MainActor' to make static property 'breve' part of global actor 'MainActor'
    public static let breve = NoteType(.breve)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:28:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let breve = NoteType(.breve)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:29:23: warning: static property 'whole' is not concurrency-safe because non-'Sendable' type 'NoteType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let whole = NoteType(.whole)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:9:15: note: consider making struct 'NoteType' conform to the 'Sendable' protocol
public struct NoteType {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:29:23: note: add '@MainActor' to make static property 'whole' part of global actor 'MainActor'
    public static let whole = NoteType(.whole)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let whole = NoteType(.whole)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:30:23: warning: static property 'half' is not concurrency-safe because non-'Sendable' type 'NoteType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let half = NoteType(.half)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:9:15: note: consider making struct 'NoteType' conform to the 'Sendable' protocol
public struct NoteType {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:30:23: note: add '@MainActor' to make static property 'half' part of global actor 'MainActor'
    public static let half = NoteType(.half)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let half = NoteType(.half)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:31:23: warning: static property 'quarter' is not concurrency-safe because non-'Sendable' type 'NoteType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let quarter = NoteType(.quarter)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:9:15: note: consider making struct 'NoteType' conform to the 'Sendable' protocol
public struct NoteType {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:31:23: note: add '@MainActor' to make static property 'quarter' part of global actor 'MainActor'
    public static let quarter = NoteType(.quarter)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let quarter = NoteType(.quarter)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:32:23: warning: static property 'eighth' is not concurrency-safe because non-'Sendable' type 'NoteType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let eighth = NoteType(.eighth)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:9:15: note: consider making struct 'NoteType' conform to the 'Sendable' protocol
public struct NoteType {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:32:23: note: add '@MainActor' to make static property 'eighth' part of global actor 'MainActor'
    public static let eighth = NoteType(.eighth)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let eighth = NoteType(.eighth)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:33:23: warning: static property 'sixteenth' is not concurrency-safe because non-'Sendable' type 'NoteType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let sixteenth = NoteType(.sixteenth)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:9:15: note: consider making struct 'NoteType' conform to the 'Sendable' protocol
public struct NoteType {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:33:23: note: add '@MainActor' to make static property 'sixteenth' part of global actor 'MainActor'
    public static let sixteenth = NoteType(.sixteenth)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:33:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let sixteenth = NoteType(.sixteenth)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:34:23: warning: static property 'thirysecond' is not concurrency-safe because non-'Sendable' type 'NoteType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let thirysecond = NoteType(.thirysecond)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:9:15: note: consider making struct 'NoteType' conform to the 'Sendable' protocol
public struct NoteType {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:34:23: note: add '@MainActor' to make static property 'thirysecond' part of global actor 'MainActor'
    public static let thirysecond = NoteType(.thirysecond)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let thirysecond = NoteType(.thirysecond)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:35:23: warning: static property 'sixtyfourth' is not concurrency-safe because non-'Sendable' type 'NoteType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let sixtyfourth = NoteType(.sixtyfourth)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:9:15: note: consider making struct 'NoteType' conform to the 'Sendable' protocol
public struct NoteType {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:35:23: note: add '@MainActor' to make static property 'sixtyfourth' part of global actor 'MainActor'
    public static let sixtyfourth = NoteType(.sixtyfourth)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let sixtyfourth = NoteType(.sixtyfourth)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:36:23: warning: static property 'onehundredtwentyeighth' is not concurrency-safe because non-'Sendable' type 'NoteType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let onehundredtwentyeighth = NoteType(.onehundredtwentyeighth)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:9:15: note: consider making struct 'NoteType' conform to the 'Sendable' protocol
public struct NoteType {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:36:23: note: add '@MainActor' to make static property 'onehundredtwentyeighth' part of global actor 'MainActor'
    public static let onehundredtwentyeighth = NoteType(.onehundredtwentyeighth)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:36:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let onehundredtwentyeighth = NoteType(.onehundredtwentyeighth)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:37:23: warning: static property 'twohundredfiftysixth' is not concurrency-safe because non-'Sendable' type 'NoteType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let twohundredfiftysixth = NoteType(.twohundredfiftysixth)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:9:15: note: consider making struct 'NoteType' conform to the 'Sendable' protocol
public struct NoteType {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:37:23: note: add '@MainActor' to make static property 'twohundredfiftysixth' part of global actor 'MainActor'
    public static let twohundredfiftysixth = NoteType(.twohundredfiftysixth)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:37:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let twohundredfiftysixth = NoteType(.twohundredfiftysixth)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:38:23: warning: static property 'fivehundredtwelfth' is not concurrency-safe because non-'Sendable' type 'NoteType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let fivehundredtwelfth = NoteType(.fivehundredtwelfth)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:9:15: note: consider making struct 'NoteType' conform to the 'Sendable' protocol
public struct NoteType {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:38:23: note: add '@MainActor' to make static property 'fivehundredtwelfth' part of global actor 'MainActor'
    public static let fivehundredtwelfth = NoteType(.fivehundredtwelfth)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:38:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let fivehundredtwelfth = NoteType(.fivehundredtwelfth)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:39:23: warning: static property 'onethousandtwentyfourth' is not concurrency-safe because non-'Sendable' type 'NoteType' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let onethousandtwentyfourth = NoteType(.onehundredtwentyeighth)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:9:15: note: consider making struct 'NoteType' conform to the 'Sendable' protocol
public struct NoteType {
              ^
                       : Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:39:23: note: add '@MainActor' to make static property 'onethousandtwentyfourth' part of global actor 'MainActor'
    public static let onethousandtwentyfourth = NoteType(.onehundredtwentyeighth)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:39:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let onethousandtwentyfourth = NoteType(.onehundredtwentyeighth)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Notehead.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/NoteheadText.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/OctaveShift.swift (in target 'MusicXML' from project 'MusicXML')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ FontSize.swift,\ FontStyle.swift,\ FontWeight.swift,\ Glass.swift,\ GroupBarlineValue.swift,\ GroupSymbolValue.swift,\ HandbellValue.swift,\ HarmonyType.swift,\ HoleClosedLocation.swift,\ HoleClosedValue.swift,\ SimpleTypesInternalConformance.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 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/FontSize.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/FontStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/FontWeight.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/Glass.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/GroupBarlineValue.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/GroupSymbolValue.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/HandbellValue.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/HarmonyType.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/HoleClosedLocation.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/HoleClosedValue.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/Internal/SimpleTypesInternalConformance.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/KindValue.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/LeftCenterRight.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/LeftRight.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/LineEnd.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/LineShape.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/LineType.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/LineWidthType.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/MarginType.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/MeasureNumberingValue.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/Membrane.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/Metal.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/Mode.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/MusicXML.swift (in target 'MusicXML' from project 'MusicXML')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/FontSize.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/FontStyle.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/FontWeight.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/Glass.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/GroupBarlineValue.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/GroupSymbolValue.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/HandbellValue.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/HarmonyType.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/HoleClosedLocation.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/HoleClosedValue.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/Internal/SimpleTypesInternalConformance.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/KindValue.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/LeftCenterRight.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/LeftRight.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/LineEnd.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/LineShape.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/LineType.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/LineWidthType.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/MarginType.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/MeasureNumberingValue.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/Membrane.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/Metal.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/Mode.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/MusicXML.swift (in target 'MusicXML' from project 'MusicXML')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling Time.swift, 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, Empty.swift, AboveBelow.swift, AccidentalValue.swift, AccordionMiddle.swift (in target 'MusicXML' from project 'MusicXML')
SwiftDriverJobDiscovery normal arm64 Compiling Offset.swift, 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 (in target 'MusicXML' from project 'MusicXML')
SwiftDriverJobDiscovery normal arm64 Emitting module for MusicXML (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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier xmlcoder.XMLCoder --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XMLCoder.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/XMLCoder.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug/XMLCoder.build/Objects-normal/arm64/XMLCoder_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug/XMLCoder.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug/XMLCoder.build/Objects-normal/arm64/XMLCoder.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug/XMLCoder.build/XMLCoder.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug/XMLCoder.build/XMLCoder.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug/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:04.195 appintentsmetadataprocessor[809:4638] Starting appintentsmetadataprocessor export
2025-04-27 13:29:04.240 appintentsmetadataprocessor[809:4638] Extracted no relevant App Intents symbols, skipping writing output
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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug/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/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/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/MusicXML.build/Objects-normal/arm64/MusicXML_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug/MusicXML.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug/MusicXML.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug/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/MusicXML.build/Objects-normal/arm64/MusicXML-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/MusicXML-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug/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/MusicXML.build/Objects-normal/arm64/MusicXML-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/MusicXML-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MusicXML.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug/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/MusicXML.build/Objects-normal/arm64/MusicXML.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MusicXML.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MusicXML.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug/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/MusicXML.build/Objects-normal/arm64/MusicXML.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MusicXML.swiftmodule/arm64-apple-macos.swiftdoc
SwiftDriverJobDiscovery normal arm64 Compiling PlacementPrintStyle.swift, 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 (in target 'MusicXML' from project 'MusicXML')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MusicXML.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug/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/MusicXML.build/Objects-normal/arm64/MusicXML.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MusicXML.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MusicXML.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug/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/MusicXML.build/Objects-normal/arm64/MusicXML.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MusicXML.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Slash.swift, 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 (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')
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/XMLCoder.o
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 (in target 'MusicXML' from project 'MusicXML')
SwiftDriverJobDiscovery normal arm64 Compiling Hole.swift, 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 (in target 'MusicXML' from project 'MusicXML')
SwiftDriverJobDiscovery normal arm64 Compiling FontSize.swift, FontStyle.swift, FontWeight.swift, Glass.swift, GroupBarlineValue.swift, GroupSymbolValue.swift, HandbellValue.swift, HarmonyType.swift, HoleClosedLocation.swift, HoleClosedValue.swift, SimpleTypesInternalConformance.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')
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')
SwiftDriverJobDiscovery normal arm64 Compiling MeasureAttributes.swift, 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 (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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -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 -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug/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/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/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/MusicXML.build/Objects-normal/arm64/MusicXML_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug/MusicXML.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug/MusicXML.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug/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/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/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-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug/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/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/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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug/MusicXML.build/Objects-normal/arm64/MusicXML.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.MusicXML --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MusicXML.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MusicXML.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug/MusicXML.build/Objects-normal/arm64/MusicXML_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug/MusicXML.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug/MusicXML.build/Objects-normal/arm64/MusicXML.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug/MusicXML.build/MusicXML.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug/MusicXML.build/MusicXML.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug/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:05.193 appintentsmetadataprocessor[812:4725] Starting appintentsmetadataprocessor export
2025-04-27 13:29:05.230 appintentsmetadataprocessor[812:4725] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/MusicXML.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:587bee554e8bd4cae16816cc33408940d3efb908, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:587bee554e8bd4cae16816cc33408940d3efb908, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:587bee554e8bd4cae16816cc33408940d3efb908, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:587bee554e8bd4cae16816cc33408940d3efb908, name:My Mac }
Build complete.
{
  "dependencies" : [
    {
      "identity" : "xmlcoder",
      "requirement" : {
        "branch" : [
          "value-coding-key-empty"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/bwetherfield/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/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/Empty.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/Internal/SimpleTypesInternalConformance.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.