Build Information
Successful build of MusicXML, reference latest (bd65d6
), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 27 Apr 2025 20:29:21 UTC.
Swift 6 data race errors: 123
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MusicXML -destination 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 flatFlat = Accidental(.flatFlat)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:60:23: note: add '@MainActor' to make static property 'flatFlat' part of global actor 'MainActor'
public static let flatFlat = Accidental(.flatFlat)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:60:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let flatFlat = Accidental(.flatFlat)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:61:23: warning: static property 'doubleFlat' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let doubleFlat = Accidental(.doubleFlat)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:61:23: note: add '@MainActor' to make static property 'doubleFlat' part of global actor 'MainActor'
public static let doubleFlat = Accidental(.doubleFlat)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:61:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let doubleFlat = Accidental(.doubleFlat)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:62:23: warning: static property 'naturalSharp' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let naturalSharp = Accidental(.naturalSharp)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:62:23: note: add '@MainActor' to make static property 'naturalSharp' part of global actor 'MainActor'
public static let naturalSharp = Accidental(.naturalSharp)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:62:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let naturalSharp = Accidental(.naturalSharp)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:63:23: warning: static property 'naturalFlat' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let naturalFlat = Accidental(.naturalFlat)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:63:23: note: add '@MainActor' to make static property 'naturalFlat' part of global actor 'MainActor'
public static let naturalFlat = Accidental(.naturalFlat)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:63:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let naturalFlat = Accidental(.naturalFlat)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:64:23: warning: static property 'quarterFlat' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let quarterFlat = Accidental(.quarterFlat)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:64:23: note: add '@MainActor' to make static property 'quarterFlat' part of global actor 'MainActor'
public static let quarterFlat = Accidental(.quarterFlat)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:64:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let quarterFlat = Accidental(.quarterFlat)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:65:23: warning: static property 'quarterSharp' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let quarterSharp = Accidental(.quarterSharp)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:65:23: note: add '@MainActor' to make static property 'quarterSharp' part of global actor 'MainActor'
public static let quarterSharp = Accidental(.quarterSharp)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:65:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let quarterSharp = Accidental(.quarterSharp)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:66:23: warning: static property 'threeQuartersFlat' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let threeQuartersFlat = Accidental(.threeQuartersFlat)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:66:23: note: add '@MainActor' to make static property 'threeQuartersFlat' part of global actor 'MainActor'
public static let threeQuartersFlat = Accidental(.threeQuartersFlat)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:66:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let threeQuartersFlat = Accidental(.threeQuartersFlat)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:67:23: warning: static property 'threeQuartersSharp' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let threeQuartersSharp = Accidental(.threeQuartersSharp)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:67:23: note: add '@MainActor' to make static property 'threeQuartersSharp' part of global actor 'MainActor'
public static let threeQuartersSharp = Accidental(.threeQuartersSharp)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:67:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let threeQuartersSharp = Accidental(.threeQuartersSharp)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:68:23: warning: static property 'sharpDown' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sharpDown = Accidental(.sharpDown)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:68:23: note: add '@MainActor' to make static property 'sharpDown' part of global actor 'MainActor'
public static let sharpDown = Accidental(.sharpDown)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:68:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sharpDown = Accidental(.sharpDown)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:69:23: warning: static property 'sharpUp' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sharpUp = Accidental(.sharpUp)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:69:23: note: add '@MainActor' to make static property 'sharpUp' part of global actor 'MainActor'
public static let sharpUp = Accidental(.sharpUp)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:69:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sharpUp = Accidental(.sharpUp)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:70:23: warning: static property 'naturalDown' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let naturalDown = Accidental(.naturalDown)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:70:23: note: add '@MainActor' to make static property 'naturalDown' part of global actor 'MainActor'
public static let naturalDown = Accidental(.naturalDown)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:70:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let naturalDown = Accidental(.naturalDown)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:71:23: warning: static property 'naturalUp' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let naturalUp = Accidental(.naturalUp)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:71:23: note: add '@MainActor' to make static property 'naturalUp' part of global actor 'MainActor'
public static let naturalUp = Accidental(.naturalUp)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:71:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let naturalUp = Accidental(.naturalUp)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:72:23: warning: static property 'flatDown' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let flatDown = Accidental(.flatDown)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:72:23: note: add '@MainActor' to make static property 'flatDown' part of global actor 'MainActor'
public static let flatDown = Accidental(.flatDown)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:72:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let flatDown = Accidental(.flatDown)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:73:23: warning: static property 'flatUp' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let flatUp = Accidental(.flatUp)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:73:23: note: add '@MainActor' to make static property 'flatUp' part of global actor 'MainActor'
public static let flatUp = Accidental(.flatUp)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:73:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let flatUp = Accidental(.flatUp)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:74:23: warning: static property 'doubleSharpDown' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let doubleSharpDown = Accidental(.doubleSharpDown)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:74:23: note: add '@MainActor' to make static property 'doubleSharpDown' part of global actor 'MainActor'
public static let doubleSharpDown = Accidental(.doubleSharpDown)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:74:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let doubleSharpDown = Accidental(.doubleSharpDown)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:75:23: warning: static property 'doubleSharpUp' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let doubleSharpUp = Accidental(.doubleSharpUp)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:75:23: note: add '@MainActor' to make static property 'doubleSharpUp' part of global actor 'MainActor'
public static let doubleSharpUp = Accidental(.doubleSharpUp)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:75:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let doubleSharpUp = Accidental(.doubleSharpUp)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:76:23: warning: static property 'flatFlatDown' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let flatFlatDown = Accidental(.flatFlatDown)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:76:23: note: add '@MainActor' to make static property 'flatFlatDown' part of global actor 'MainActor'
public static let flatFlatDown = Accidental(.flatFlatDown)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:76:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let flatFlatDown = Accidental(.flatFlatDown)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:77:23: warning: static property 'flatFlatUp' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let flatFlatUp = Accidental(.flatFlatUp)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:77:23: note: add '@MainActor' to make static property 'flatFlatUp' part of global actor 'MainActor'
public static let flatFlatUp = Accidental(.flatFlatUp)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:77:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let flatFlatUp = Accidental(.flatFlatUp)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:78:23: warning: static property 'arrowDown' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let arrowDown = Accidental(.arrowDown)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:78:23: note: add '@MainActor' to make static property 'arrowDown' part of global actor 'MainActor'
public static let arrowDown = Accidental(.arrowDown)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:78:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let arrowDown = Accidental(.arrowDown)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:79:23: warning: static property 'arrowUp' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let arrowUp = Accidental(.arrowUp)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:79:23: note: add '@MainActor' to make static property 'arrowUp' part of global actor 'MainActor'
public static let arrowUp = Accidental(.arrowUp)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:79:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let arrowUp = Accidental(.arrowUp)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:80:23: warning: static property 'tripleSharp' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let tripleSharp = Accidental(.tripleSharp)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:80:23: note: add '@MainActor' to make static property 'tripleSharp' part of global actor 'MainActor'
public static let tripleSharp = Accidental(.tripleSharp)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:80:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let tripleSharp = Accidental(.tripleSharp)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:81:23: warning: static property 'tripleFlat' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let tripleFlat = Accidental(.tripleFlat)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:81:23: note: add '@MainActor' to make static property 'tripleFlat' part of global actor 'MainActor'
public static let tripleFlat = Accidental(.tripleFlat)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:81:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let tripleFlat = Accidental(.tripleFlat)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:82:23: warning: static property 'slashQuarterSharp' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let slashQuarterSharp = Accidental(.slashQuarterSharp)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:82:23: note: add '@MainActor' to make static property 'slashQuarterSharp' part of global actor 'MainActor'
public static let slashQuarterSharp = Accidental(.slashQuarterSharp)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:82:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let slashQuarterSharp = Accidental(.slashQuarterSharp)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:83:23: warning: static property 'slashSharp' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let slashSharp = Accidental(.slashSharp)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:83:23: note: add '@MainActor' to make static property 'slashSharp' part of global actor 'MainActor'
public static let slashSharp = Accidental(.slashSharp)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:83:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let slashSharp = Accidental(.slashSharp)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:84:23: warning: static property 'slashFlat' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let slashFlat = Accidental(.slashFlat)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:84:23: note: add '@MainActor' to make static property 'slashFlat' part of global actor 'MainActor'
public static let slashFlat = Accidental(.slashFlat)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:84:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let slashFlat = Accidental(.slashFlat)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:85:23: warning: static property 'doubleSlashFlat' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let doubleSlashFlat = Accidental(.doubleSlashFlat)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:85:23: note: add '@MainActor' to make static property 'doubleSlashFlat' part of global actor 'MainActor'
public static let doubleSlashFlat = Accidental(.doubleSlashFlat)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:85:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let doubleSlashFlat = Accidental(.doubleSlashFlat)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:86:23: warning: static property 'sharp1' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sharp1 = Accidental(.sharp1)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:86:23: note: add '@MainActor' to make static property 'sharp1' part of global actor 'MainActor'
public static let sharp1 = Accidental(.sharp1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:86:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sharp1 = Accidental(.sharp1)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:87:23: warning: static property 'sharp2' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sharp2 = Accidental(.sharp2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:87:23: note: add '@MainActor' to make static property 'sharp2' part of global actor 'MainActor'
public static let sharp2 = Accidental(.sharp2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:87:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sharp2 = Accidental(.sharp2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:88:23: warning: static property 'sharp3' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sharp3 = Accidental(.sharp3)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:88:23: note: add '@MainActor' to make static property 'sharp3' part of global actor 'MainActor'
public static let sharp3 = Accidental(.sharp3)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:88:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sharp3 = Accidental(.sharp3)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:89:23: warning: static property 'sharp5' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sharp5 = Accidental(.sharp5)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:89:23: note: add '@MainActor' to make static property 'sharp5' part of global actor 'MainActor'
public static let sharp5 = Accidental(.sharp5)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:89:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sharp5 = Accidental(.sharp5)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:90:23: warning: static property 'flat1' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let flat1 = Accidental(.flat1)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:90:23: note: add '@MainActor' to make static property 'flat1' part of global actor 'MainActor'
public static let flat1 = Accidental(.flat1)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:90:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let flat1 = Accidental(.flat1)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:91:23: warning: static property 'flat2' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let flat2 = Accidental(.flat2)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:91:23: note: add '@MainActor' to make static property 'flat2' part of global actor 'MainActor'
public static let flat2 = Accidental(.flat2)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:91:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let flat2 = Accidental(.flat2)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:92:23: warning: static property 'flat3' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let flat3 = Accidental(.flat3)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:92:23: note: add '@MainActor' to make static property 'flat3' part of global actor 'MainActor'
public static let flat3 = Accidental(.flat3)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:92:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let flat3 = Accidental(.flat3)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:93:23: warning: static property 'flat4' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let flat4 = Accidental(.flat4)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:93:23: note: add '@MainActor' to make static property 'flat4' part of global actor 'MainActor'
public static let flat4 = Accidental(.flat4)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:93:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let flat4 = Accidental(.flat4)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:94:23: warning: static property 'sori' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let sori = Accidental(.sori)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:94:23: note: add '@MainActor' to make static property 'sori' part of global actor 'MainActor'
public static let sori = Accidental(.sori)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:94:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let sori = Accidental(.sori)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:95:23: warning: static property 'koron' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let koron = Accidental(.koron)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:95:23: note: add '@MainActor' to make static property 'koron' part of global actor 'MainActor'
public static let koron = Accidental(.koron)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:95:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let koron = Accidental(.koron)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:96:23: warning: static property 'other' is not concurrency-safe because non-'Sendable' type 'Accidental' may have shared mutable state; this is an error in the Swift 6 language mode
public static let other = Accidental(.other)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:12:15: note: consider making struct 'Accidental' conform to the 'Sendable' protocol
public struct Accidental {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:96:23: note: add '@MainActor' to make static property 'other' part of global actor 'MainActor'
public static let other = Accidental(.other)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:96:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let other = Accidental(.other)
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/AccidentalMark.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/AccidentalText.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Accord.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/AccordionRegistration.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Appearance.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Arpeggiate.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Arrow.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Articulation.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Articulations.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Attributes.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Backup.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/BarStyleColor.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:31:23: warning: static property 'regular' is not concurrency-safe because non-'Sendable' type 'BarStyleColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let regular = BarStyleColor(.regular)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:9:15: note: consider making struct 'BarStyleColor' conform to the 'Sendable' protocol
public struct BarStyleColor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:31:23: note: add '@MainActor' to make static property 'regular' part of global actor 'MainActor'
public static let regular = BarStyleColor(.regular)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let regular = BarStyleColor(.regular)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:32:23: warning: static property 'dotted' is not concurrency-safe because non-'Sendable' type 'BarStyleColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let dotted = BarStyleColor(.dotted)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:9:15: note: consider making struct 'BarStyleColor' conform to the 'Sendable' protocol
public struct BarStyleColor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:32:23: note: add '@MainActor' to make static property 'dotted' part of global actor 'MainActor'
public static let dotted = BarStyleColor(.dotted)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:32:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let dotted = BarStyleColor(.dotted)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:33:23: warning: static property 'dashed' is not concurrency-safe because non-'Sendable' type 'BarStyleColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let dashed = BarStyleColor(.dashed)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:9:15: note: consider making struct 'BarStyleColor' conform to the 'Sendable' protocol
public struct BarStyleColor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:33:23: note: add '@MainActor' to make static property 'dashed' part of global actor 'MainActor'
public static let dashed = BarStyleColor(.dashed)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:33:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let dashed = BarStyleColor(.dashed)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:34:23: warning: static property 'heavy' is not concurrency-safe because non-'Sendable' type 'BarStyleColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let heavy = BarStyleColor(.heavy)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:9:15: note: consider making struct 'BarStyleColor' conform to the 'Sendable' protocol
public struct BarStyleColor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:34:23: note: add '@MainActor' to make static property 'heavy' part of global actor 'MainActor'
public static let heavy = BarStyleColor(.heavy)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let heavy = BarStyleColor(.heavy)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:35:23: warning: static property 'lightLight' is not concurrency-safe because non-'Sendable' type 'BarStyleColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lightLight = BarStyleColor(.lightLight)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:9:15: note: consider making struct 'BarStyleColor' conform to the 'Sendable' protocol
public struct BarStyleColor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:35:23: note: add '@MainActor' to make static property 'lightLight' part of global actor 'MainActor'
public static let lightLight = BarStyleColor(.lightLight)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:35:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lightLight = BarStyleColor(.lightLight)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:36:23: warning: static property 'lightHeavy' is not concurrency-safe because non-'Sendable' type 'BarStyleColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let lightHeavy = BarStyleColor(.lightHeavy)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:9:15: note: consider making struct 'BarStyleColor' conform to the 'Sendable' protocol
public struct BarStyleColor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:36:23: note: add '@MainActor' to make static property 'lightHeavy' part of global actor 'MainActor'
public static let lightHeavy = BarStyleColor(.lightHeavy)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:36:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let lightHeavy = BarStyleColor(.lightHeavy)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:37:23: warning: static property 'heavyLight' is not concurrency-safe because non-'Sendable' type 'BarStyleColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let heavyLight = BarStyleColor(.heavyLight)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:9:15: note: consider making struct 'BarStyleColor' conform to the 'Sendable' protocol
public struct BarStyleColor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:37:23: note: add '@MainActor' to make static property 'heavyLight' part of global actor 'MainActor'
public static let heavyLight = BarStyleColor(.heavyLight)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:37:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let heavyLight = BarStyleColor(.heavyLight)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:38:23: warning: static property 'heavyHeavy' is not concurrency-safe because non-'Sendable' type 'BarStyleColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let heavyHeavy = BarStyleColor(.heavyHeavy)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:9:15: note: consider making struct 'BarStyleColor' conform to the 'Sendable' protocol
public struct BarStyleColor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:38:23: note: add '@MainActor' to make static property 'heavyHeavy' part of global actor 'MainActor'
public static let heavyHeavy = BarStyleColor(.heavyHeavy)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:38:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let heavyHeavy = BarStyleColor(.heavyHeavy)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:39:23: warning: static property 'tick' is not concurrency-safe because non-'Sendable' type 'BarStyleColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let tick = BarStyleColor(.tick)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:9:15: note: consider making struct 'BarStyleColor' conform to the 'Sendable' protocol
public struct BarStyleColor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:39:23: note: add '@MainActor' to make static property 'tick' part of global actor 'MainActor'
public static let tick = BarStyleColor(.tick)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:39:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let tick = BarStyleColor(.tick)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:40:23: warning: static property 'short' is not concurrency-safe because non-'Sendable' type 'BarStyleColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let short = BarStyleColor(.short)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:9:15: note: consider making struct 'BarStyleColor' conform to the 'Sendable' protocol
public struct BarStyleColor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:40:23: note: add '@MainActor' to make static property 'short' part of global actor 'MainActor'
public static let short = BarStyleColor(.short)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:40:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let short = BarStyleColor(.short)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:41:23: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'BarStyleColor' may have shared mutable state; this is an error in the Swift 6 language mode
public static let none = BarStyleColor(.none)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:9:15: note: consider making struct 'BarStyleColor' conform to the 'Sendable' protocol
public struct BarStyleColor {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:41:23: note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
public static let none = BarStyleColor(.none)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:41:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let none = BarStyleColor(.none)
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Barline.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Barre.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Bass.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/BassAlter.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/BassStep.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:41:23: warning: static property 'a' is not concurrency-safe because non-'Sendable' type 'BassStep' may have shared mutable state; this is an error in the Swift 6 language mode
public static let a = BassStep(.a)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:12:15: note: consider making struct 'BassStep' conform to the 'Sendable' protocol
public struct BassStep {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:41:23: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
public static let a = BassStep(.a)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:41:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let a = BassStep(.a)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:42:23: warning: static property 'b' is not concurrency-safe because non-'Sendable' type 'BassStep' may have shared mutable state; this is an error in the Swift 6 language mode
public static let b = BassStep(.b)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:12:15: note: consider making struct 'BassStep' conform to the 'Sendable' protocol
public struct BassStep {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:42:23: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
public static let b = BassStep(.b)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:42:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let b = BassStep(.b)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:43:23: warning: static property 'c' is not concurrency-safe because non-'Sendable' type 'BassStep' may have shared mutable state; this is an error in the Swift 6 language mode
public static let c = BassStep(.c)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:12:15: note: consider making struct 'BassStep' conform to the 'Sendable' protocol
public struct BassStep {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:43:23: note: add '@MainActor' to make static property 'c' part of global actor 'MainActor'
public static let c = BassStep(.c)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:43:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let c = BassStep(.c)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:44:23: warning: static property 'd' is not concurrency-safe because non-'Sendable' type 'BassStep' may have shared mutable state; this is an error in the Swift 6 language mode
public static let d = BassStep(.d)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:12:15: note: consider making struct 'BassStep' conform to the 'Sendable' protocol
public struct BassStep {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:44:23: note: add '@MainActor' to make static property 'd' part of global actor 'MainActor'
public static let d = BassStep(.d)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:44:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let d = BassStep(.d)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:45:23: warning: static property 'e' is not concurrency-safe because non-'Sendable' type 'BassStep' may have shared mutable state; this is an error in the Swift 6 language mode
public static let e = BassStep(.e)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:12:15: note: consider making struct 'BassStep' conform to the 'Sendable' protocol
public struct BassStep {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:45:23: note: add '@MainActor' to make static property 'e' part of global actor 'MainActor'
public static let e = BassStep(.e)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:45:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let e = BassStep(.e)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:46:23: warning: static property 'f' is not concurrency-safe because non-'Sendable' type 'BassStep' may have shared mutable state; this is an error in the Swift 6 language mode
public static let f = BassStep(.f)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:12:15: note: consider making struct 'BassStep' conform to the 'Sendable' protocol
public struct BassStep {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:46:23: note: add '@MainActor' to make static property 'f' part of global actor 'MainActor'
public static let f = BassStep(.f)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:46:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let f = BassStep(.f)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:47:23: warning: static property 'g' is not concurrency-safe because non-'Sendable' type 'BassStep' may have shared mutable state; this is an error in the Swift 6 language mode
public static let g = BassStep(.g)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:12:15: note: consider making struct 'BassStep' conform to the 'Sendable' protocol
public struct BassStep {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:47:23: note: add '@MainActor' to make static property 'g' part of global actor 'MainActor'
public static let g = BassStep(.g)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassStep.swift:47:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let g = BassStep(.g)
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Beam.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/BeatRepeat.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Beater.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Bend.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/BendSound.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Bezier.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Bookmark.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling XMLChoiceCodingKey.swift, XMLCoderElement.swift, XMLDocumentType.swift, XMLHeader.swift, XMLKey.swift (in target 'XMLCoder' from project 'XMLCoder')
SwiftCompile normal arm64 Compiling\ PlacementText.swift,\ Play.swift,\ Position.swift,\ PrincipleVoice.swift,\ Print.swift,\ PrintStyle.swift,\ PrintStyleAlign.swift,\ PrintStyleAlignObject.swift,\ PrintStyleTrillSound.swift,\ Printout.swift,\ Repeat.swift,\ Rest.swift,\ Rights.swift,\ Root.swift,\ RootAlter.swift,\ RootStep.swift,\ SMuFL.swift,\ SMuFLGlyph.swift,\ Scaling.swift,\ Scordatura.swift,\ Score.swift,\ ScoreInstrument.swift,\ ScorePart.swift,\ Slash.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PlacementText.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Play.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Position.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PrincipleVoice.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Print.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PrintStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PrintStyleAlign.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PrintStyleAlignObject.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PrintStyleTrillSound.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Printout.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Repeat.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Rest.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Rights.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Root.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/RootAlter.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/RootStep.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/SMuFL.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/SMuFLGlyph.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Scaling.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Scordatura.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Score.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/ScoreInstrument.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/ScorePart.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Slash.swift (in target 'MusicXML' from project 'MusicXML')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PlacementText.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/Play.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/Position.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/PrincipleVoice.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/Print.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/PrintStyle.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/PrintStyleAlign.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/PrintStyleAlignObject.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/PrintStyleTrillSound.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/Printout.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/Repeat.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/Rest.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/Rights.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/Root.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/RootAlter.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/RootStep.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/RootStep.swift:41:23: warning: static property 'a' is not concurrency-safe because non-'Sendable' type 'RootStep' may have shared mutable state; this is an error in the Swift 6 language mode
public static let a = RootStep(.a)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/RootStep.swift:10:15: note: consider making struct 'RootStep' conform to the 'Sendable' protocol
public struct RootStep {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/RootStep.swift:41:23: note: add '@MainActor' to make static property 'a' part of global actor 'MainActor'
public static let a = RootStep(.a)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/RootStep.swift:41:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let a = RootStep(.a)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/RootStep.swift:42:23: warning: static property 'b' is not concurrency-safe because non-'Sendable' type 'RootStep' may have shared mutable state; this is an error in the Swift 6 language mode
public static let b = RootStep(.b)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/RootStep.swift:10:15: note: consider making struct 'RootStep' conform to the 'Sendable' protocol
public struct RootStep {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/RootStep.swift:42:23: note: add '@MainActor' to make static property 'b' part of global actor 'MainActor'
public static let b = RootStep(.b)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/RootStep.swift:42:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let b = RootStep(.b)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/RootStep.swift:43:23: warning: static property 'c' is not concurrency-safe because non-'Sendable' type 'RootStep' may have shared mutable state; this is an error in the Swift 6 language mode
public static let c = RootStep(.c)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/RootStep.swift:10:15: note: consider making struct 'RootStep' conform to the 'Sendable' protocol
public struct RootStep {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/RootStep.swift:43:23: note: add '@MainActor' to make static property 'c' part of global actor 'MainActor'
public static let c = RootStep(.c)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/RootStep.swift:43:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let c = RootStep(.c)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/RootStep.swift:44:23: warning: static property 'd' is not concurrency-safe because non-'Sendable' type 'RootStep' may have shared mutable state; this is an error in the Swift 6 language mode
public static let d = RootStep(.d)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/RootStep.swift:10:15: note: consider making struct 'RootStep' conform to the 'Sendable' protocol
public struct RootStep {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/RootStep.swift:44:23: note: add '@MainActor' to make static property 'd' part of global actor 'MainActor'
public static let d = RootStep(.d)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/RootStep.swift:44:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let d = RootStep(.d)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/RootStep.swift:45:23: warning: static property 'e' is not concurrency-safe because non-'Sendable' type 'RootStep' may have shared mutable state; this is an error in the Swift 6 language mode
public static let e = RootStep(.e)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/RootStep.swift:10:15: note: consider making struct 'RootStep' conform to the 'Sendable' protocol
public struct RootStep {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/RootStep.swift:45:23: note: add '@MainActor' to make static property 'e' part of global actor 'MainActor'
public static let e = RootStep(.e)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/RootStep.swift:45:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let e = RootStep(.e)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/RootStep.swift:46:23: warning: static property 'f' is not concurrency-safe because non-'Sendable' type 'RootStep' may have shared mutable state; this is an error in the Swift 6 language mode
public static let f = RootStep(.f)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/RootStep.swift:10:15: note: consider making struct 'RootStep' conform to the 'Sendable' protocol
public struct RootStep {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/RootStep.swift:46:23: note: add '@MainActor' to make static property 'f' part of global actor 'MainActor'
public static let f = RootStep(.f)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/RootStep.swift:46:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let f = RootStep(.f)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/RootStep.swift:47:23: warning: static property 'g' is not concurrency-safe because non-'Sendable' type 'RootStep' may have shared mutable state; this is an error in the Swift 6 language mode
public static let g = RootStep(.g)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/RootStep.swift:10:15: note: consider making struct 'RootStep' conform to the 'Sendable' protocol
public struct RootStep {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/RootStep.swift:47:23: note: add '@MainActor' to make static property 'g' part of global actor 'MainActor'
public static let g = RootStep(.g)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/RootStep.swift:47:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let g = RootStep(.g)
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/SMuFL.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/SMuFLGlyph.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/Scaling.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/Scordatura.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/Score.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/ScoreInstrument.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/ScorePart.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/Slash.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Fifths.swift,\ FontSize.swift,\ FontStyle.swift,\ FontWeight.swift,\ Glass.swift,\ GroupBarlineValue.swift,\ GroupSymbolValue.swift,\ HandbellValue.swift,\ HarmonyType.swift,\ HoleClosedLocation.swift,\ HoleClosedValue.swift,\ KindValue.swift,\ LeftCenterRight.swift,\ LeftRight.swift,\ LineEnd.swift,\ LineShape.swift,\ LineType.swift,\ LineWidthType.swift,\ MarginType.swift,\ MeasureNumberingValue.swift,\ Membrane.swift,\ Metal.swift,\ Mode.swift,\ MusicXML.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/Fifths.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/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/Fifths.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/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/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 XMLDecoder.swift, XMLDecoderImplementation.swift, XMLDecodingStorage.swift, XMLKeyedDecodingContainer.swift, XMLUnkeyedDecodingContainer.swift (in target 'XMLCoder' from project 'XMLCoder')
SwiftDriverJobDiscovery normal arm64 Compiling DynamicNodeEncoding.swift, EncodingErrorExtension.swift, SingleValueEncodingContainer.swift, XMLChoiceEncodingContainer.swift, XMLEncoder.swift (in target 'XMLCoder' from project 'XMLCoder')
SwiftDriverJobDiscovery normal arm64 Compiling XMLStackParser.swift, DecodingErrorExtension.swift, DynamicNodeDecoding.swift, SingleValueDecodingContainer.swift, XMLChoiceDecodingContainer.swift (in target 'XMLCoder' from project 'XMLCoder')
SwiftCompile normal arm64 Compiling\ AccordionMiddle.swift,\ ArrowDirection.swift,\ ArrowStyle.swift,\ BackwardForward.swift,\ BarStyle.swift,\ BeamLevel.swift,\ BeamValue.swift,\ BeaterValue.swift,\ BreathMarkValue.swift,\ CSSFontSize.swift,\ CancelLocation.swift,\ CircularArrow.swift,\ ClefSign.swift,\ Color.swift,\ CommaSeparatedText.swift,\ DegreeSymbolValue.swift,\ DegreeTypeValue.swift,\ DistanceType.swift,\ Divisions.swift,\ Effect.swift,\ EnclosureShape.swift,\ EndingNumber.swift,\ Fan.swift,\ FermataShape.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/AccordionMiddle.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/ArrowDirection.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/ArrowStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/BackwardForward.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/BarStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/BeamLevel.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/BeamValue.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/BeaterValue.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/BreathMarkValue.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/CSSFontSize.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/CancelLocation.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/CircularArrow.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/ClefSign.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/Color.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/CommaSeparatedText.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/DegreeSymbolValue.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/DegreeTypeValue.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/DistanceType.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/Divisions.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/Effect.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/EnclosureShape.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/EndingNumber.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/Fan.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/FermataShape.swift (in target 'MusicXML' from project 'MusicXML')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/AccordionMiddle.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/ArrowDirection.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/ArrowStyle.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/BackwardForward.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/BarStyle.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/BeamLevel.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/BeamValue.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/BeaterValue.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/BreathMarkValue.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/CSSFontSize.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/CancelLocation.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/CircularArrow.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/ClefSign.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/Color.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/CommaSeparatedText.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/DegreeSymbolValue.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/DegreeTypeValue.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/DistanceType.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/Divisions.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/Effect.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/EnclosureShape.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/EndingNumber.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/Fan.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/FermataShape.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling DateBox.swift, DecimalBox.swift, DoubleBox.swift, FloatBox.swift, IntBox.swift (in target 'XMLCoder' from project 'XMLCoder')
SwiftDriverJobDiscovery normal arm64 Emitting module for MusicXML (in target 'MusicXML' from project 'MusicXML')
SwiftDriver\ Compilation XMLCoder normal arm64 com.apple.xcode.tools.swift.compiler (in target 'XMLCoder' from project 'XMLCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name XMLCoder -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug/XMLCoder.build/Objects-normal/arm64/XMLCoder.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -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 -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/XMLCoder.build/Debug/XMLCoder.build/Objects-normal/arm64/XMLCoder-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug/XMLCoder.build/Objects-normal/arm64/XMLCoder.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug/XMLCoder.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug/XMLCoder.build/Objects-normal/arm64/XMLCoder_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/XMLCoder.build/Debug/XMLCoder.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug/XMLCoder.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug/XMLCoder.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug/XMLCoder.build/Objects-normal/arm64/XMLCoder-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
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
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
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
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
SwiftCompile normal arm64 Compiling\ Bracket.swift,\ BreathMark.swift,\ Cancel.swift,\ Clef.swift,\ Creator.swift,\ Credit.swift,\ DashedFormatting.swift,\ Dashes.swift,\ Defaults.swift,\ Degree.swift,\ DegreeAlter.swift,\ DegreeType.swift,\ DegreeValue.swift,\ Direction.swift,\ DirectionType.swift,\ Distance.swift,\ Dynamic.swift,\ Dynamics.swift,\ Editorial.swift,\ EditorialVoice.swift,\ Encoding.swift,\ Ending.swift,\ Extend.swift,\ Feature.swift,\ Fermata.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Bracket.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/BreathMark.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Cancel.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Clef.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Creator.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Credit.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/DashedFormatting.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Dashes.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Defaults.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Degree.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/DegreeAlter.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/DegreeType.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/DegreeValue.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Direction.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/DirectionType.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Distance.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Dynamic.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Dynamics.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Editorial.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/EditorialVoice.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Encoding.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Ending.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Extend.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Feature.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Fermata.swift (in target 'MusicXML' from project 'MusicXML')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Bracket.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/BreathMark.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Cancel.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Clef.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Creator.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Credit.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/DashedFormatting.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Dashes.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Defaults.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Degree.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/DegreeAlter.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/DegreeType.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/DegreeType.swift:43:23: warning: static property 'add' is not concurrency-safe because non-'Sendable' type 'DegreeType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let add = DegreeType(.add)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/DegreeType.swift:12:15: note: consider making struct 'DegreeType' conform to the 'Sendable' protocol
public struct DegreeType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/DegreeType.swift:43:23: note: add '@MainActor' to make static property 'add' part of global actor 'MainActor'
public static let add = DegreeType(.add)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/DegreeType.swift:43:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let add = DegreeType(.add)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/DegreeType.swift:44:23: warning: static property 'alter' is not concurrency-safe because non-'Sendable' type 'DegreeType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let alter = DegreeType(.alter)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/DegreeType.swift:12:15: note: consider making struct 'DegreeType' conform to the 'Sendable' protocol
public struct DegreeType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/DegreeType.swift:44:23: note: add '@MainActor' to make static property 'alter' part of global actor 'MainActor'
public static let alter = DegreeType(.alter)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/DegreeType.swift:44:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let alter = DegreeType(.alter)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/DegreeType.swift:45:23: warning: static property 'subtract' is not concurrency-safe because non-'Sendable' type 'DegreeType' may have shared mutable state; this is an error in the Swift 6 language mode
public static let subtract = DegreeType(.subtract)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/DegreeType.swift:12:15: note: consider making struct 'DegreeType' conform to the 'Sendable' protocol
public struct DegreeType {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/DegreeType.swift:45:23: note: add '@MainActor' to make static property 'subtract' part of global actor 'MainActor'
public static let subtract = DegreeType(.subtract)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/DegreeType.swift:45:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let subtract = DegreeType(.subtract)
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/DegreeValue.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Direction.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/DirectionType.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Distance.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Dynamic.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Dynamics.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Editorial.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/EditorialVoice.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Encoding.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Ending.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Extend.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Feature.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Fermata.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile 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 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/StickMaterial.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/StickType.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/Syllabic.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/SymbolSize.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/Tenths.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/TextDirection.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/TimeOnly.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/TimeRelation.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/TimeSeparator.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/TimeSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/TipDirection.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/TopBottom.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/TrillStep.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/TwoNoteTurn.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/UpDown.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/UpDownStopContinue.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/UprightInverted.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/VAlign.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/VAlignImage.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/WedgeType.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/Winged.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/Wood.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/YesNo.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/YesNoNumber.swift (in target 'MusicXML' from project 'MusicXML')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/StickMaterial.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/StickType.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/Syllabic.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/SymbolSize.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/Tenths.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/TextDirection.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/TimeOnly.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/TimeRelation.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/TimeSeparator.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/TimeSymbol.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/TipDirection.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/TopBottom.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/TrillStep.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/TwoNoteTurn.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/UpDown.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/UpDownStopContinue.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/UprightInverted.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/VAlign.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/VAlignImage.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/WedgeType.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/Winged.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/Wood.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/YesNo.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/YesNoNumber.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Fifths.swift, FontSize.swift, FontStyle.swift, FontWeight.swift, Glass.swift, GroupBarlineValue.swift, GroupSymbolValue.swift, HandbellValue.swift, HarmonyType.swift, HoleClosedLocation.swift, HoleClosedValue.swift, KindValue.swift, LeftCenterRight.swift, LeftRight.swift, LineEnd.swift, LineShape.swift, LineType.swift, LineWidthType.swift, MarginType.swift, MeasureNumberingValue.swift, Membrane.swift, Metal.swift, Mode.swift, MusicXML.swift (in target 'MusicXML' from project 'MusicXML')
SwiftCompile normal arm64 Compiling\ Opus.swift,\ Ornament.swift,\ Ornaments.swift,\ OtherAppearance.swift,\ OtherDirection.swift,\ OtherDynamics.swift,\ OtherNotation.swift,\ OtherPlay.swift,\ PageLayout.swift,\ PageMargins.swift,\ PartGroup.swift,\ PartList.swift,\ PartName.swift,\ PartSymbol.swift,\ Partwise.Measure.swift,\ Partwise.Part.swift,\ Partwise.swift,\ Pedal.swift,\ PedalTuning.swift,\ PerMinute.swift,\ Percussion.swift,\ Pitch.swift,\ PitchUnpitchedRest.swift,\ PlacementPrintStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Opus.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Ornament.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Ornaments.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/OtherAppearance.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/OtherDirection.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/OtherDynamics.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/OtherNotation.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/OtherPlay.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PageLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PageMargins.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PartGroup.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PartList.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PartName.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PartSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Partwise/Partwise.Measure.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Partwise/Partwise.Part.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Partwise/Partwise.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Pedal.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PedalTuning.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PerMinute.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Percussion.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Pitch.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PitchUnpitchedRest.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PlacementPrintStyle.swift (in target 'MusicXML' from project 'MusicXML')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Opus.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Ornament.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Ornaments.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/OtherAppearance.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/OtherDirection.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/OtherDynamics.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/OtherNotation.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/OtherPlay.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PageLayout.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PageMargins.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PartGroup.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PartList.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PartName.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PartSymbol.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Partwise/Partwise.Measure.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Partwise/Partwise.Part.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Partwise/Partwise.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Pedal.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PedalTuning.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PerMinute.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Percussion.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Pitch.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PitchUnpitchedRest.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/PlacementPrintStyle.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Mute.swift, NonNegativeDecimal.swift, NoteSizeType.swift, NoteTypeValue.swift, NoteheadValue.swift, NumberOrNormal.swift, OnOff.swift, OverUnder.swift, Pitched.swift, PrincipleVoiceSymbol.swift, RightLeftMiddle.swift, SemiPitched.swift, ShowFrets.swift, ShowTuplet.swift, StaffType.swift, StartNote.swift, StartStop.swift, StartStopChangeContinue.swift, StartStopContinue.swift, StartStopDiscontinue.swift, StartStopSingle.swift, StemValue.swift, Step.swift, StickLocation.swift (in target 'MusicXML' from project 'MusicXML')
SwiftCompile normal arm64 Compiling\ Slide.swift,\ Slur.swift,\ Sound.swift,\ StaffDetails.swift,\ StaffLayout.swift,\ StaffTuning.swift,\ Stem.swift,\ Stick.swift,\ StringMute.swift,\ StrongAccent.swift,\ StyleText.swift,\ Supports.swift,\ SystemDividers.swift,\ SystemLayout.swift,\ SystemMargins.swift,\ Technical.swift,\ Technique.swift,\ TextDecoration.swift,\ TextElementData.swift,\ TextFontColor.swift,\ Tie.swift,\ Tied.swift,\ Ties.swift,\ Time.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Slide.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Slur.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Sound.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/StaffDetails.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/StaffLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/StaffTuning.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Stem.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Stick.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/StringMute.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/StrongAccent.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/StyleText.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Supports.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/SystemDividers.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/SystemLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/SystemMargins.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Technical.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Technique.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/TextDecoration.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/TextElementData.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/TextFontColor.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Tie.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Tied.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Ties.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Time.swift (in target 'MusicXML' from project 'MusicXML')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Slide.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/Slur.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/Sound.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/StaffDetails.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/StaffLayout.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/StaffTuning.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/Stem.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/Stem.swift:40:23: warning: static property 'up' is not concurrency-safe because non-'Sendable' type 'Stem' may have shared mutable state; this is an error in the Swift 6 language mode
public static let up = Stem(.up)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Stem.swift:13:15: note: consider making struct 'Stem' conform to the 'Sendable' protocol
public struct Stem {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Stem.swift:40:23: note: add '@MainActor' to make static property 'up' part of global actor 'MainActor'
public static let up = Stem(.up)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Stem.swift:40:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let up = Stem(.up)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Stem.swift:41:23: warning: static property 'down' is not concurrency-safe because non-'Sendable' type 'Stem' may have shared mutable state; this is an error in the Swift 6 language mode
public static let down = Stem(.down)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Stem.swift:13:15: note: consider making struct 'Stem' conform to the 'Sendable' protocol
public struct Stem {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Stem.swift:41:23: note: add '@MainActor' to make static property 'down' part of global actor 'MainActor'
public static let down = Stem(.down)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Stem.swift:41:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let down = Stem(.down)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Stem.swift:42:23: warning: static property 'double' is not concurrency-safe because non-'Sendable' type 'Stem' may have shared mutable state; this is an error in the Swift 6 language mode
public static let double = Stem(.double)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Stem.swift:13:15: note: consider making struct 'Stem' conform to the 'Sendable' protocol
public struct Stem {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Stem.swift:42:23: note: add '@MainActor' to make static property 'double' part of global actor 'MainActor'
public static let double = Stem(.double)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Stem.swift:42:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let double = Stem(.double)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Stem.swift:43:23: warning: static property 'none' is not concurrency-safe because non-'Sendable' type 'Stem' may have shared mutable state; this is an error in the Swift 6 language mode
public static let none = Stem(.none)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Stem.swift:13:15: note: consider making struct 'Stem' conform to the 'Sendable' protocol
public struct Stem {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Stem.swift:43:23: note: add '@MainActor' to make static property 'none' part of global actor 'MainActor'
public static let none = Stem(.none)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Stem.swift:43:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let none = Stem(.none)
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Stick.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/StringMute.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/StrongAccent.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/StyleText.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/Supports.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/SystemDividers.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/SystemLayout.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/SystemMargins.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/Technical.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/Technique.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/TextDecoration.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/TextElementData.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/TextFontColor.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/Tie.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/Tie.swift:29:23: warning: static property 'start' is not concurrency-safe because non-'Sendable' type 'Tie' may have shared mutable state; this is an error in the Swift 6 language mode
public static let start = Tie(.start)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Tie.swift:10:15: note: consider making struct 'Tie' conform to the 'Sendable' protocol
public struct Tie {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Tie.swift:29:23: note: add '@MainActor' to make static property 'start' part of global actor 'MainActor'
public static let start = Tie(.start)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Tie.swift:29:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let start = Tie(.start)
^
nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Tie.swift:30:23: warning: static property 'stop' is not concurrency-safe because non-'Sendable' type 'Tie' may have shared mutable state; this is an error in the Swift 6 language mode
public static let stop = Tie(.stop)
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Tie.swift:10:15: note: consider making struct 'Tie' conform to the 'Sendable' protocol
public struct Tie {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Tie.swift:30:23: note: add '@MainActor' to make static property 'stop' part of global actor 'MainActor'
public static let stop = Tie(.stop)
^
@MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Tie.swift:30:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
public static let stop = Tie(.stop)
^
nonisolated(unsafe)
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Tied.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/Ties.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/Time.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling AccordionMiddle.swift, ArrowDirection.swift, ArrowStyle.swift, BackwardForward.swift, BarStyle.swift, BeamLevel.swift, BeamValue.swift, BeaterValue.swift, BreathMarkValue.swift, CSSFontSize.swift, CancelLocation.swift, CircularArrow.swift, ClefSign.swift, Color.swift, CommaSeparatedText.swift, DegreeSymbolValue.swift, DegreeTypeValue.swift, DistanceType.swift, Divisions.swift, Effect.swift, EnclosureShape.swift, EndingNumber.swift, Fan.swift, FermataShape.swift (in target 'MusicXML' from project 'MusicXML')
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')
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:19.449 appintentsmetadataprocessor[811:4656] Starting appintentsmetadataprocessor export
2025-04-27 13:29:19.494 appintentsmetadataprocessor[811:4656] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriverJobDiscovery normal arm64 Compiling TimeModification.swift, Timewise.Measure.swift, Timewise.Part.swift, Timewise.swift, Transpose.swift, Tremolo.swift, TrillSound.swift, Tuplet.swift, TupletDot.swift, TupletNumber.swift, TupletPortion.swift, TupletType.swift, Unpitched.swift, VirtualInstrument.swift, WavyLine.swift, Wedge.swift, Work.swift, Decoding.swift, AttributeGroup.swift, Decoder.swift, Empty.swift, XMLAttributeGroupCodingKey.swift, AboveBelow.swift, AccidentalValue.swift (in target 'MusicXML' from project 'MusicXML')
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 HoleClosed.swift, HorizontalTurn.swift, Identification.swift, Image.swift, Instrument.swift, Interchangeable.swift, ComplexTypesInternalConformance.swift, Inversion.swift, Justify.swift, Key.swift, KeyOctave.swift, Kind.swift, Level.swift, LevelDisplay.swift, Line.swift, LineWidth.swift, LinearArrow.swift, Link.swift, Lyric.swift, LyricFont.swift, LyricLanguage.swift, MIDIDevice.swift, MIDIInstrument.swift, MeasureAttributes.swift (in target 'MusicXML' from project 'MusicXML')
SwiftDriverJobDiscovery normal arm64 Compiling PlacementText.swift, Play.swift, Position.swift, PrincipleVoice.swift, Print.swift, PrintStyle.swift, PrintStyleAlign.swift, PrintStyleAlignObject.swift, PrintStyleTrillSound.swift, Printout.swift, Repeat.swift, Rest.swift, Rights.swift, Root.swift, RootAlter.swift, RootStep.swift, SMuFL.swift, SMuFLGlyph.swift, Scaling.swift, Scordatura.swift, Score.swift, ScoreInstrument.swift, ScorePart.swift, Slash.swift (in target 'MusicXML' from project 'MusicXML')
SwiftDriverJobDiscovery normal arm64 Compiling Figure.swift, FiguredBass.swift, Fingering.swift, FirstFret.swift, Font.swift, FormattedText.swift, Forward.swift, Frame.swift, FrameNote.swift, Fret.swift, Glissando.swift, Grace.swift, GroupBarline.swift, GroupName.swift, GroupSymbol.swift, Grouping.swift, HammerOnPullOff.swift, Handbell.swift, Harmonic.swift, Harmony.swift, HarmonyChord.swift, HarpPedals.swift, Header.swift, HeelToe.swift, Hole.swift (in target 'MusicXML' from project 'MusicXML')
SwiftDriverJobDiscovery normal arm64 Compiling 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 Bracket.swift, BreathMark.swift, Cancel.swift, Clef.swift, Creator.swift, Credit.swift, DashedFormatting.swift, Dashes.swift, Defaults.swift, Degree.swift, DegreeAlter.swift, DegreeType.swift, DegreeValue.swift, Direction.swift, DirectionType.swift, Distance.swift, Dynamic.swift, Dynamics.swift, Editorial.swift, EditorialVoice.swift, Encoding.swift, Ending.swift, Extend.swift, Feature.swift, Fermata.swift (in target 'MusicXML' from project 'MusicXML')
SwiftDriverJobDiscovery normal arm64 Compiling MeasureLayout.swift, MeasureNumbering.swift, MeasureRepeat.swift, MeasureStyle.swift, Metronome.swift, MetronomeBeam.swift, MetronomeNote.swift, MetronomeTuplet.swift, Miscellaneous.swift, MiscellaneousField.swift, Mordent.swift, MultipleRest.swift, MusicData.swift, MusicXML.String.swift, NameDisplay.swift, NonArpeggiate.swift, Notations.swift, Note.swift, NoteSize.swift, NoteType.swift, Notehead.swift, NoteheadText.swift, OctaveShift.swift, Offset.swift (in target 'MusicXML' from project 'MusicXML')
SwiftDriverJobDiscovery normal arm64 Compiling Opus.swift, Ornament.swift, Ornaments.swift, OtherAppearance.swift, OtherDirection.swift, OtherDynamics.swift, OtherNotation.swift, OtherPlay.swift, PageLayout.swift, PageMargins.swift, PartGroup.swift, PartList.swift, PartName.swift, PartSymbol.swift, Partwise.Measure.swift, Partwise.Part.swift, Partwise.swift, Pedal.swift, PedalTuning.swift, PerMinute.swift, Percussion.swift, Pitch.swift, PitchUnpitchedRest.swift, PlacementPrintStyle.swift (in target 'MusicXML' from project 'MusicXML')
SwiftDriverJobDiscovery normal arm64 Compiling Slide.swift, Slur.swift, Sound.swift, StaffDetails.swift, StaffLayout.swift, StaffTuning.swift, Stem.swift, Stick.swift, StringMute.swift, StrongAccent.swift, StyleText.swift, Supports.swift, SystemDividers.swift, SystemLayout.swift, SystemMargins.swift, Technical.swift, Technique.swift, TextDecoration.swift, TextElementData.swift, TextFontColor.swift, Tie.swift, Tied.swift, Ties.swift, Time.swift (in target 'MusicXML' from project 'MusicXML')
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:20.478 appintentsmetadataprocessor[814:4751] Starting appintentsmetadataprocessor export
2025-04-27 13:29:20.516 appintentsmetadataprocessor[814:4751] 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:9921b1e8a3cbb85f9a7d7093e18acc64100f0003, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:9921b1e8a3cbb85f9a7d7093e18acc64100f0003, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:9921b1e8a3cbb85f9a7d7093e18acc64100f0003, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:9921b1e8a3cbb85f9a7d7093e18acc64100f0003, name:My Mac }
Build complete.
{
"dependencies" : [
{
"identity" : "xmlcoder",
"requirement" : {
"range" : [
{
"lower_bound" : "0.11.0",
"upper_bound" : "1.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/MaxDesiatov/XMLCoder"
},
{
"identity" : "yams",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/jpsim/Yams.git"
}
],
"manifest_display_name" : "MusicXML",
"name" : "MusicXML",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "MusicXML",
"targets" : [
"MusicXML"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MusicXMLTests",
"module_type" : "SwiftTarget",
"name" : "MusicXMLTests",
"path" : "Tests/MusicXMLTests",
"product_dependencies" : [
"Yams"
],
"sources" : [
"Complex Types/AccidentalTests.swift",
"Complex Types/AccordionRegistrationTests.swift",
"Complex Types/ArrowTests.swift",
"Complex Types/AttributesTests.swift",
"Complex Types/BackupTests.swift",
"Complex Types/BarlineTests.swift",
"Complex Types/ClefTests.swift",
"Complex Types/CreatorTests.swift",
"Complex Types/DirectionTests.swift",
"Complex Types/EndingTests.swift",
"Complex Types/FretTests.swift",
"Complex Types/HarmonicTests.swift",
"Complex Types/HarmonyTests.swift",
"Complex Types/IdentificationTests.swift",
"Complex Types/KeyTests.swift",
"Complex Types/LyricFontTests.swift",
"Complex Types/MIDIDeviceTests.swift",
"Complex Types/MIDIInstrumentTests.swift",
"Complex Types/MeasureNumberingTests.swift",
"Complex Types/MeasureStyleTests.swift",
"Complex Types/MetronomeTests.swift",
"Complex Types/MiscellaneousTests.swift",
"Complex Types/MusicDataTests.swift",
"Complex Types/NotationsTests.swift",
"Complex Types/NoteTests.swift",
"Complex Types/OrnamentsTests.swift",
"Complex Types/PartListTests.swift",
"Complex Types/PartNameTests.swift",
"Complex Types/PartwiseMeasureTests.swift",
"Complex Types/PartwisePartTests.swift",
"Complex Types/PitchTests.swift",
"Complex Types/PitchUnpitchedRestTests.swift",
"Complex Types/RestTests.swift",
"Complex Types/ScoreInstrumentTests.swift",
"Complex Types/ScorePartTests.swift",
"Complex Types/SoundTests.swift",
"Complex Types/SystemLayoutTests.swift",
"Complex Types/TimeTests.swift",
"HelloWorld.swift",
"LilyPondTests/ArticulationsTextsTests.swift",
"LilyPondTests/ChordsFretsTests.swift",
"LilyPondTests/DirectionsTests.swift",
"LilyPondTests/LilyPondTestSuite.swift",
"LilyPondTests/MidmeasureClefTests.swift",
"LilyPondTests/PartNameLineBreakTests.swift",
"LilyPondTests/PercussionTests.swift",
"LilyPondTests/PickupMeasureChordnamesFiguredBassTests.swift",
"LilyPondTests/RepeatWithAlternativesTests.swift",
"LilyPondTests/SimpleRepeatTests.swift",
"LilyPondTests/StabatMaterTests.swift",
"LilyPondTests/StaffNoteStylesTests.swift",
"LilyPondTests/TupletsTremoloTest.swift",
"ReveTests.swift",
"ScoreTests/ScoreTestCaseManifest.swift",
"ScoreTests/ScoreTestExpectation.swift",
"ScoreTests/ScoreTestSuite.swift",
"TraversalConversionTests.swift",
"XCTestHelpers.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"MusicXML"
],
"type" : "test"
},
{
"c99name" : "MusicXML",
"module_type" : "SwiftTarget",
"name" : "MusicXML",
"path" : "Sources/MusicXML",
"product_dependencies" : [
"XMLCoder"
],
"product_memberships" : [
"MusicXML"
],
"sources" : [
"Complex Types/Accidental.swift",
"Complex Types/AccidentalMark.swift",
"Complex Types/AccidentalText.swift",
"Complex Types/Accord.swift",
"Complex Types/AccordionRegistration.swift",
"Complex Types/Appearance.swift",
"Complex Types/Arpeggiate.swift",
"Complex Types/Arrow.swift",
"Complex Types/Articulation.swift",
"Complex Types/Articulations.swift",
"Complex Types/Attributes.swift",
"Complex Types/Backup.swift",
"Complex Types/BarStyleColor.swift",
"Complex Types/Barline.swift",
"Complex Types/Barre.swift",
"Complex Types/Bass.swift",
"Complex Types/BassAlter.swift",
"Complex Types/BassStep.swift",
"Complex Types/Beam.swift",
"Complex Types/BeatRepeat.swift",
"Complex Types/Beater.swift",
"Complex Types/Bend.swift",
"Complex Types/BendSound.swift",
"Complex Types/Bezier.swift",
"Complex Types/Bookmark.swift",
"Complex Types/Bracket.swift",
"Complex Types/BreathMark.swift",
"Complex Types/Cancel.swift",
"Complex Types/Clef.swift",
"Complex Types/Creator.swift",
"Complex Types/Credit.swift",
"Complex Types/DashedFormatting.swift",
"Complex Types/Dashes.swift",
"Complex Types/Defaults.swift",
"Complex Types/Degree.swift",
"Complex Types/DegreeAlter.swift",
"Complex Types/DegreeType.swift",
"Complex Types/DegreeValue.swift",
"Complex Types/Direction.swift",
"Complex Types/DirectionType.swift",
"Complex Types/Distance.swift",
"Complex Types/Dynamic.swift",
"Complex Types/Dynamics.swift",
"Complex Types/Editorial.swift",
"Complex Types/EditorialVoice.swift",
"Complex Types/Encoding.swift",
"Complex Types/Ending.swift",
"Complex Types/Extend.swift",
"Complex Types/Feature.swift",
"Complex Types/Fermata.swift",
"Complex Types/Figure.swift",
"Complex Types/FiguredBass.swift",
"Complex Types/Fingering.swift",
"Complex Types/FirstFret.swift",
"Complex Types/Font.swift",
"Complex Types/FormattedText.swift",
"Complex Types/Forward.swift",
"Complex Types/Frame.swift",
"Complex Types/FrameNote.swift",
"Complex Types/Fret.swift",
"Complex Types/Glissando.swift",
"Complex Types/Grace.swift",
"Complex Types/GroupBarline.swift",
"Complex Types/GroupName.swift",
"Complex Types/GroupSymbol.swift",
"Complex Types/Grouping.swift",
"Complex Types/HammerOnPullOff.swift",
"Complex Types/Handbell.swift",
"Complex Types/Harmonic.swift",
"Complex Types/Harmony.swift",
"Complex Types/HarmonyChord.swift",
"Complex Types/HarpPedals.swift",
"Complex Types/Header.swift",
"Complex Types/HeelToe.swift",
"Complex Types/Hole.swift",
"Complex Types/HoleClosed.swift",
"Complex Types/HorizontalTurn.swift",
"Complex Types/Identification.swift",
"Complex Types/Image.swift",
"Complex Types/Instrument.swift",
"Complex Types/Interchangeable.swift",
"Complex Types/Internal/ComplexTypesInternalConformance.swift",
"Complex Types/Inversion.swift",
"Complex Types/Justify.swift",
"Complex Types/Key.swift",
"Complex Types/KeyOctave.swift",
"Complex Types/Kind.swift",
"Complex Types/Level.swift",
"Complex Types/LevelDisplay.swift",
"Complex Types/Line.swift",
"Complex Types/LineWidth.swift",
"Complex Types/LinearArrow.swift",
"Complex Types/Link.swift",
"Complex Types/Lyric.swift",
"Complex Types/LyricFont.swift",
"Complex Types/LyricLanguage.swift",
"Complex Types/MIDIDevice.swift",
"Complex Types/MIDIInstrument.swift",
"Complex Types/MeasureAttributes.swift",
"Complex Types/MeasureLayout.swift",
"Complex Types/MeasureNumbering.swift",
"Complex Types/MeasureRepeat.swift",
"Complex Types/MeasureStyle.swift",
"Complex Types/Metronome.swift",
"Complex Types/MetronomeBeam.swift",
"Complex Types/MetronomeNote.swift",
"Complex Types/MetronomeTuplet.swift",
"Complex Types/Miscellaneous.swift",
"Complex Types/MiscellaneousField.swift",
"Complex Types/Mordent.swift",
"Complex Types/MultipleRest.swift",
"Complex Types/MusicData.swift",
"Complex Types/MusicXML.String.swift",
"Complex Types/NameDisplay.swift",
"Complex Types/NonArpeggiate.swift",
"Complex Types/Notations.swift",
"Complex Types/Note.swift",
"Complex Types/NoteSize.swift",
"Complex Types/NoteType.swift",
"Complex Types/Notehead.swift",
"Complex Types/NoteheadText.swift",
"Complex Types/OctaveShift.swift",
"Complex Types/Offset.swift",
"Complex Types/Opus.swift",
"Complex Types/Ornament.swift",
"Complex Types/Ornaments.swift",
"Complex Types/OtherAppearance.swift",
"Complex Types/OtherDirection.swift",
"Complex Types/OtherDynamics.swift",
"Complex Types/OtherNotation.swift",
"Complex Types/OtherPlay.swift",
"Complex Types/PageLayout.swift",
"Complex Types/PageMargins.swift",
"Complex Types/PartGroup.swift",
"Complex Types/PartList.swift",
"Complex Types/PartName.swift",
"Complex Types/PartSymbol.swift",
"Complex Types/Partwise/Partwise.Measure.swift",
"Complex Types/Partwise/Partwise.Part.swift",
"Complex Types/Partwise/Partwise.swift",
"Complex Types/Pedal.swift",
"Complex Types/PedalTuning.swift",
"Complex Types/PerMinute.swift",
"Complex Types/Percussion.swift",
"Complex Types/Pitch.swift",
"Complex Types/PitchUnpitchedRest.swift",
"Complex Types/PlacementPrintStyle.swift",
"Complex Types/PlacementText.swift",
"Complex Types/Play.swift",
"Complex Types/Position.swift",
"Complex Types/PrincipleVoice.swift",
"Complex Types/Print.swift",
"Complex Types/PrintStyle.swift",
"Complex Types/PrintStyleAlign.swift",
"Complex Types/PrintStyleAlignObject.swift",
"Complex Types/PrintStyleTrillSound.swift",
"Complex Types/Printout.swift",
"Complex Types/Repeat.swift",
"Complex Types/Rest.swift",
"Complex Types/Rights.swift",
"Complex Types/Root.swift",
"Complex Types/RootAlter.swift",
"Complex Types/RootStep.swift",
"Complex Types/SMuFL.swift",
"Complex Types/SMuFLGlyph.swift",
"Complex Types/Scaling.swift",
"Complex Types/Scordatura.swift",
"Complex Types/Score.swift",
"Complex Types/ScoreInstrument.swift",
"Complex Types/ScorePart.swift",
"Complex Types/Slash.swift",
"Complex Types/Slide.swift",
"Complex Types/Slur.swift",
"Complex Types/Sound.swift",
"Complex Types/StaffDetails.swift",
"Complex Types/StaffLayout.swift",
"Complex Types/StaffTuning.swift",
"Complex Types/Stem.swift",
"Complex Types/Stick.swift",
"Complex Types/StringMute.swift",
"Complex Types/StrongAccent.swift",
"Complex Types/StyleText.swift",
"Complex Types/Supports.swift",
"Complex Types/SystemDividers.swift",
"Complex Types/SystemLayout.swift",
"Complex Types/SystemMargins.swift",
"Complex Types/Technical.swift",
"Complex Types/Technique.swift",
"Complex Types/TextDecoration.swift",
"Complex Types/TextElementData.swift",
"Complex Types/TextFontColor.swift",
"Complex Types/Tie.swift",
"Complex Types/Tied.swift",
"Complex Types/Ties.swift",
"Complex Types/Time.swift",
"Complex Types/TimeModification.swift",
"Complex Types/Timewise/Timewise.Measure.swift",
"Complex Types/Timewise/Timewise.Part.swift",
"Complex Types/Timewise/Timewise.swift",
"Complex Types/Transpose.swift",
"Complex Types/Tremolo.swift",
"Complex Types/TrillSound.swift",
"Complex Types/Tuplet.swift",
"Complex Types/TupletDot.swift",
"Complex Types/TupletNumber.swift",
"Complex Types/TupletPortion.swift",
"Complex Types/TupletType.swift",
"Complex Types/Unpitched.swift",
"Complex Types/VirtualInstrument.swift",
"Complex Types/WavyLine.swift",
"Complex Types/Wedge.swift",
"Complex Types/Work.swift",
"Decoding/Decoding.swift",
"InternalTypes/AttributeGroup.swift",
"InternalTypes/Decoder.swift",
"InternalTypes/Empty.swift",
"InternalTypes/XMLAttributeGroupCodingKey.swift",
"Simple Types/AboveBelow.swift",
"Simple Types/AccidentalValue.swift",
"Simple Types/AccordionMiddle.swift",
"Simple Types/ArrowDirection.swift",
"Simple Types/ArrowStyle.swift",
"Simple Types/BackwardForward.swift",
"Simple Types/BarStyle.swift",
"Simple Types/BeamLevel.swift",
"Simple Types/BeamValue.swift",
"Simple Types/BeaterValue.swift",
"Simple Types/BreathMarkValue.swift",
"Simple Types/CSSFontSize.swift",
"Simple Types/CancelLocation.swift",
"Simple Types/CircularArrow.swift",
"Simple Types/ClefSign.swift",
"Simple Types/Color.swift",
"Simple Types/CommaSeparatedText.swift",
"Simple Types/DegreeSymbolValue.swift",
"Simple Types/DegreeTypeValue.swift",
"Simple Types/DistanceType.swift",
"Simple Types/Divisions.swift",
"Simple Types/Effect.swift",
"Simple Types/EnclosureShape.swift",
"Simple Types/EndingNumber.swift",
"Simple Types/Fan.swift",
"Simple Types/FermataShape.swift",
"Simple Types/Fifths.swift",
"Simple Types/FontSize.swift",
"Simple Types/FontStyle.swift",
"Simple Types/FontWeight.swift",
"Simple Types/Glass.swift",
"Simple Types/GroupBarlineValue.swift",
"Simple Types/GroupSymbolValue.swift",
"Simple Types/HandbellValue.swift",
"Simple Types/HarmonyType.swift",
"Simple Types/HoleClosedLocation.swift",
"Simple Types/HoleClosedValue.swift",
"Simple Types/KindValue.swift",
"Simple Types/LeftCenterRight.swift",
"Simple Types/LeftRight.swift",
"Simple Types/LineEnd.swift",
"Simple Types/LineShape.swift",
"Simple Types/LineType.swift",
"Simple Types/LineWidthType.swift",
"Simple Types/MarginType.swift",
"Simple Types/MeasureNumberingValue.swift",
"Simple Types/Membrane.swift",
"Simple Types/Metal.swift",
"Simple Types/Mode.swift",
"Simple Types/MusicXML.swift",
"Simple Types/Mute.swift",
"Simple Types/NonNegativeDecimal.swift",
"Simple Types/NoteSizeType.swift",
"Simple Types/NoteTypeValue.swift",
"Simple Types/NoteheadValue.swift",
"Simple Types/NumberOrNormal.swift",
"Simple Types/OnOff.swift",
"Simple Types/OverUnder.swift",
"Simple Types/Pitched.swift",
"Simple Types/PrincipleVoiceSymbol.swift",
"Simple Types/RightLeftMiddle.swift",
"Simple Types/SemiPitched.swift",
"Simple Types/ShowFrets.swift",
"Simple Types/ShowTuplet.swift",
"Simple Types/StaffType.swift",
"Simple Types/StartNote.swift",
"Simple Types/StartStop.swift",
"Simple Types/StartStopChangeContinue.swift",
"Simple Types/StartStopContinue.swift",
"Simple Types/StartStopDiscontinue.swift",
"Simple Types/StartStopSingle.swift",
"Simple Types/StemValue.swift",
"Simple Types/Step.swift",
"Simple Types/StickLocation.swift",
"Simple Types/StickMaterial.swift",
"Simple Types/StickType.swift",
"Simple Types/Syllabic.swift",
"Simple Types/SymbolSize.swift",
"Simple Types/Tenths.swift",
"Simple Types/TextDirection.swift",
"Simple Types/TimeOnly.swift",
"Simple Types/TimeRelation.swift",
"Simple Types/TimeSeparator.swift",
"Simple Types/TimeSymbol.swift",
"Simple Types/TipDirection.swift",
"Simple Types/TopBottom.swift",
"Simple Types/TrillStep.swift",
"Simple Types/TwoNoteTurn.swift",
"Simple Types/UpDown.swift",
"Simple Types/UpDownStopContinue.swift",
"Simple Types/UprightInverted.swift",
"Simple Types/VAlign.swift",
"Simple Types/VAlignImage.swift",
"Simple Types/WedgeType.swift",
"Simple Types/Winged.swift",
"Simple Types/Wood.swift",
"Simple Types/YesNo.swift",
"Simple Types/YesNoNumber.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.