Build Information
Successful build of MusicXML, reference latest (bd65d6), with Swift 6.3 for macOS (Xcode) using Xcode 26.4 on 21 Apr 2026 12:50:33 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MusicXML -destination platform=macOS,arch=arm64Build Log
^
, Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/TrillSound.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/TrillSound.swift:32:9: warning: stored property 'startNote' of 'Sendable'-conforming struct 'TrillSound' contains non-Sendable type 'StartNote'; this is an error in the Swift 6 language mode
let startNote: StartNote?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/StartNote.swift:10:13: note: consider making enum 'StartNote' conform to the 'Sendable' protocol
public enum StartNote: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/TrillSound.swift:33:9: warning: stored property 'trillStep' of 'Sendable'-conforming struct 'TrillSound' contains non-Sendable type 'TrillStep'; this is an error in the Swift 6 language mode
let trillStep: TrillStep?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/TrillStep.swift:10:13: note: consider making enum 'TrillStep' conform to the 'Sendable' protocol
public enum TrillStep: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/TrillSound.swift:34:9: warning: stored property 'twoNoteTurn' of 'Sendable'-conforming struct 'TrillSound' contains non-Sendable type 'TwoNoteTurn'; this is an error in the Swift 6 language mode
let twoNoteTurn: TwoNoteTurn?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/TwoNoteTurn.swift:10:13: note: consider making enum 'TwoNoteTurn' conform to the 'Sendable' protocol
public enum TwoNoteTurn: String {
^
, Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Tuplet.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/Tuplet.swift:21:16: warning: stored property 'type' of 'Sendable'-conforming struct 'Tuplet' has non-Sendable type 'StartStop'; this is an error in the Swift 6 language mode
public var type: StartStop
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/StartStop.swift:14:13: note: consider making enum 'StartStop' conform to the 'Sendable' protocol
public enum StartStop: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Tuplet.swift:29:16: warning: stored property 'showNumber' of 'Sendable'-conforming struct 'Tuplet' contains non-Sendable type 'ShowTuplet'; this is an error in the Swift 6 language mode
public var showNumber: ShowTuplet?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/ShowTuplet.swift:10:13: note: consider making enum 'ShowTuplet' conform to the 'Sendable' protocol
public enum ShowTuplet: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Tuplet.swift:32:16: warning: stored property 'showType' of 'Sendable'-conforming struct 'Tuplet' contains non-Sendable type 'ShowTuplet'; this is an error in the Swift 6 language mode
public var showType: ShowTuplet?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/ShowTuplet.swift:10:13: note: consider making enum 'ShowTuplet' conform to the 'Sendable' protocol
public enum ShowTuplet: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Tuplet.swift:34:16: warning: stored property 'lineShape' of 'Sendable'-conforming struct 'Tuplet' contains non-Sendable type 'LineShape'; this is an error in the Swift 6 language mode
public var lineShape: LineShape?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/LineShape.swift:9:13: note: consider making enum 'LineShape' conform to the 'Sendable' protocol
public enum LineShape: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Tuplet.swift:35:16: warning: stored property 'placement' of 'Sendable'-conforming struct 'Tuplet' contains non-Sendable type 'AboveBelow'; this is an error in the Swift 6 language mode
public var placement: AboveBelow?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/AboveBelow.swift:10:13: note: consider making enum 'AboveBelow' conform to the 'Sendable' protocol
public enum AboveBelow: String {
^
, Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/TupletDot.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/TupletDot.swift:14:16: warning: stored property 'color' of 'Sendable'-conforming struct 'TupletDot' contains non-Sendable type 'Color'; this is an error in the Swift 6 language mode
public let color: Color?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Color.swift:14:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
^
: Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/TupletNumber.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/TupletNumber.swift:14:16: warning: stored property 'color' of 'Sendable'-conforming struct 'TupletNumber' contains non-Sendable type 'Color'; this is an error in the Swift 6 language mode
public let color: Color?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Color.swift:14:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
^
: Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/TupletPortion.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/TupletType.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/TupletType.swift:15:16: warning: stored property 'color' of 'Sendable'-conforming struct 'TupletType' contains non-Sendable type 'Color'; this is an error in the Swift 6 language mode
public let color: Color?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Color.swift:14:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/TupletType.swift:23:16: warning: stored property 'value' of 'Sendable'-conforming struct 'TupletType' has non-Sendable type 'NoteTypeValue'; this is an error in the Swift 6 language mode
public let value: NoteTypeValue
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/NoteTypeValue.swift:10:13: note: consider making enum 'NoteTypeValue' conform to the 'Sendable' protocol
public enum NoteTypeValue: String {
^
, Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Unpitched.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/Unpitched.swift:15:16: warning: stored property 'displayStep' of 'Sendable'-conforming struct 'Unpitched' has non-Sendable type 'Step'; this is an error in the Swift 6 language mode
public var displayStep: Step
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Step.swift:10:13: note: consider making enum 'Step' conform to the 'Sendable' protocol
public enum Step: String {
^
, Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/VirtualInstrument.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/WavyLine.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/WavyLine.swift:15:16: warning: stored property 'type' of 'Sendable'-conforming struct 'WavyLine' has non-Sendable type 'StartStopContinue'; this is an error in the Swift 6 language mode
public let type: StartStopContinue
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/StartStopContinue.swift:16:13: note: consider making enum 'StartStopContinue' conform to the 'Sendable' protocol
public enum StartStopContinue: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/WavyLine.swift:17:16: warning: stored property 'placement' of 'Sendable'-conforming struct 'WavyLine' contains non-Sendable type 'AboveBelow'; this is an error in the Swift 6 language mode
public let placement: AboveBelow?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/AboveBelow.swift:10:13: note: consider making enum 'AboveBelow' conform to the 'Sendable' protocol
public enum AboveBelow: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/WavyLine.swift:18:16: warning: stored property 'color' of 'Sendable'-conforming struct 'WavyLine' contains non-Sendable type 'Color'; this is an error in the Swift 6 language mode
public let color: Color?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Color.swift:14:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
^
: Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Wedge.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/Wedge.swift:17:16: warning: stored property 'type' of 'Sendable'-conforming struct 'Wedge' has non-Sendable type 'WedgeType'; this is an error in the Swift 6 language mode
public let type: WedgeType
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/WedgeType.swift:12:13: note: consider making enum 'WedgeType' conform to the 'Sendable' protocol
public enum WedgeType: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Wedge.swift:22:16: warning: stored property 'spread' of 'Sendable'-conforming struct 'Wedge' contains non-Sendable type 'Tenths'; this is an error in the Swift 6 language mode
public let spread: Tenths?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Tenths.swift:8:15: note: consider making struct 'Tenths' conform to the 'Sendable' protocol
public struct Tenths {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Wedge.swift:27:16: warning: stored property 'lineType' of 'Sendable'-conforming struct 'Wedge' contains non-Sendable type 'LineType'; this is an error in the Swift 6 language mode
public let lineType: LineType?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/LineType.swift:9:13: note: consider making enum 'LineType' conform to the 'Sendable' protocol
public enum LineType: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Wedge.swift:28:16: warning: stored property 'color' of 'Sendable'-conforming struct 'Wedge' contains non-Sendable type 'Color'; this is an error in the Swift 6 language mode
public let color: Color?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Color.swift:14:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
^
: Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Work.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Decoding/Decoding.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/InternalTypes/AttributeGroup.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/InternalTypes/Decoder.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/InternalTypes/Empty.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/InternalTypes/XMLAttributeGroupCodingKey.swift (in target '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/AboveBelow.swift (in target '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/AccidentalValue.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Accidental.swift,\ AccidentalMark.swift,\ AccidentalText.swift,\ Accord.swift,\ AccordionRegistration.swift,\ Appearance.swift,\ Arpeggiate.swift,\ Arrow.swift,\ Articulation.swift,\ Articulations.swift,\ Attributes.swift,\ Backup.swift,\ BarStyleColor.swift,\ Barline.swift,\ Barre.swift,\ Bass.swift,\ BassAlter.swift,\ BassStep.swift,\ Beam.swift,\ BeatRepeat.swift,\ Beater.swift,\ Bend.swift,\ BendSound.swift,\ Bezier.swift,\ Bookmark.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Accidental.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/AccidentalMark.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/AccidentalText.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Accord.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/AccordionRegistration.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Appearance.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Arpeggiate.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Arrow.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Articulation.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Articulations.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Attributes.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Backup.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/BarStyleColor.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Barline.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Barre.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Bass.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/BassAlter.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/BassStep.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Beam.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/BeatRepeat.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Beater.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Bend.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/BendSound.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Bezier.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Bookmark.swift (in target 'MusicXML' from project 'MusicXML')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Accidental.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:21:16: warning: stored property 'size' of 'Sendable'-conforming struct 'Accidental' contains non-Sendable type 'SymbolSize'; this is an error in the Swift 6 language mode
public let size: SymbolSize?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/SymbolSize.swift:10:13: note: consider making enum 'SymbolSize' conform to the 'Sendable' protocol
public enum SymbolSize: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accidental.swift:29:16: warning: stored property 'value' of 'Sendable'-conforming struct 'Accidental' has non-Sendable type 'AccidentalValue'; this is an error in the Swift 6 language mode
public let value: AccidentalValue
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/AccidentalValue.swift:33:13: note: consider making enum 'AccidentalValue' conform to the 'Sendable' protocol
public enum AccidentalValue: String {
^
, Sendable
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
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/AccidentalMark.swift:15:16: warning: stored property 'placement' of 'Sendable'-conforming struct 'AccidentalMark' contains non-Sendable type 'AboveBelow'; this is an error in the Swift 6 language mode
public var placement: AboveBelow?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/AboveBelow.swift:10:13: note: consider making enum 'AboveBelow' conform to the 'Sendable' protocol
public enum AboveBelow: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/AccidentalMark.swift:24:16: warning: stored property 'value' of 'Sendable'-conforming struct 'AccidentalMark' has non-Sendable type 'AccidentalValue'; this is an error in the Swift 6 language mode
public var value: AccidentalValue
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/AccidentalValue.swift:33:13: note: consider making enum 'AccidentalValue' conform to the 'Sendable' protocol
public enum AccidentalValue: String {
^
, Sendable
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
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/AccidentalText.swift:15:16: warning: stored property 'justify' of 'Sendable'-conforming struct 'AccidentalText' contains non-Sendable type 'LeftCenterRight'; this is an error in the Swift 6 language mode
public let justify: LeftCenterRight?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/LeftCenterRight.swift:9:13: note: consider making enum 'LeftCenterRight' conform to the 'Sendable' protocol
public enum LeftCenterRight: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/AccidentalText.swift:16:16: warning: stored property 'hAlign' of 'Sendable'-conforming struct 'AccidentalText' contains non-Sendable type 'LeftCenterRight'; this is an error in the Swift 6 language mode
public let hAlign: LeftCenterRight?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/LeftCenterRight.swift:9:13: note: consider making enum 'LeftCenterRight' conform to the 'Sendable' protocol
public enum LeftCenterRight: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/AccidentalText.swift:17:16: warning: stored property 'vAlign' of 'Sendable'-conforming struct 'AccidentalText' contains non-Sendable type 'VAlign'; this is an error in the Swift 6 language mode
public let vAlign: VAlign?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/VAlign.swift:10:13: note: consider making enum 'VAlign' conform to the 'Sendable' protocol
public enum VAlign: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/AccidentalText.swift:22:16: warning: stored property 'letterSpacing' of 'Sendable'-conforming struct 'AccidentalText' contains non-Sendable type 'NumberOrNormal'; this is an error in the Swift 6 language mode
public let letterSpacing: NumberOrNormal?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/NumberOrNormal.swift:12:13: note: consider making enum 'NumberOrNormal' conform to the 'Sendable' protocol
public enum NumberOrNormal {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/AccidentalText.swift:23:16: warning: stored property 'lineHeight' of 'Sendable'-conforming struct 'AccidentalText' contains non-Sendable type 'NumberOrNormal'; this is an error in the Swift 6 language mode
public let lineHeight: NumberOrNormal?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/NumberOrNormal.swift:12:13: note: consider making enum 'NumberOrNormal' conform to the 'Sendable' protocol
public enum NumberOrNormal {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/AccidentalText.swift:24:16: warning: stored property 'direction' of 'Sendable'-conforming struct 'AccidentalText' contains non-Sendable type 'TextDirection'; this is an error in the Swift 6 language mode
public let direction: TextDirection?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/TextDirection.swift:14:13: note: consider making enum 'TextDirection' conform to the 'Sendable' protocol
public enum TextDirection: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/AccidentalText.swift:25:16: warning: stored property 'enclosure' of 'Sendable'-conforming struct 'AccidentalText' contains non-Sendable type 'EnclosureShape'; this is an error in the Swift 6 language mode
public let enclosure: EnclosureShape?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/EnclosureShape.swift:11:13: note: consider making enum 'EnclosureShape' conform to the 'Sendable' protocol
public enum EnclosureShape: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/AccidentalText.swift:33:16: warning: stored property 'value' of 'Sendable'-conforming struct 'AccidentalText' has non-Sendable type 'AccidentalValue'; this is an error in the Swift 6 language mode
public let value: AccidentalValue
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/AccidentalValue.swift:33:13: note: consider making enum 'AccidentalValue' conform to the 'Sendable' protocol
public enum AccidentalValue: String {
^
, Sendable
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
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Accord.swift:19:16: warning: stored property 'tuningStep' of 'Sendable'-conforming struct 'Accord' has non-Sendable type 'Step'; this is an error in the Swift 6 language mode
public let tuningStep: Step
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Step.swift:10:13: note: consider making enum 'Step' conform to the 'Sendable' protocol
public enum Step: String {
^
, Sendable
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
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Arpeggiate.swift:15:16: warning: stored property 'direction' of 'Sendable'-conforming struct 'Arpeggiate' contains non-Sendable type 'UpDown'; this is an error in the Swift 6 language mode
public var direction: UpDown?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/UpDown.swift:10:13: note: consider making enum 'UpDown' conform to the 'Sendable' protocol
public enum UpDown: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Arpeggiate.swift:16:16: warning: stored property 'placement' of 'Sendable'-conforming struct 'Arpeggiate' contains non-Sendable type 'AboveBelow'; this is an error in the Swift 6 language mode
public var placement: AboveBelow?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/AboveBelow.swift:10:13: note: consider making enum 'AboveBelow' conform to the 'Sendable' protocol
public enum AboveBelow: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Arpeggiate.swift:17:16: warning: stored property 'color' of 'Sendable'-conforming struct 'Arpeggiate' contains non-Sendable type 'Color'; this is an error in the Swift 6 language mode
public var color: Color?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Color.swift:14:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
^
: Sendable
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
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Arrow.swift:16:16: warning: stored property 'placement' of 'Sendable'-conforming struct 'Arrow' contains non-Sendable type 'AboveBelow'; this is an error in the Swift 6 language mode
public let placement: AboveBelow?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/AboveBelow.swift:10:13: note: consider making enum 'AboveBelow' conform to the 'Sendable' protocol
public enum AboveBelow: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Arrow.swift:25:16: warning: stored property 'kind' of 'Sendable'-conforming struct 'Arrow' has non-Sendable type 'Arrow.Kind'; this is an error in the Swift 6 language mode
public let kind: Kind
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Arrow.swift:69:17: note: consider making enum 'Kind' conform to the 'Sendable' protocol
public enum Kind {
^
: Sendable
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
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Articulations.swift:12:9: warning: stored property 'values' of 'Sendable'-conforming struct 'Articulations' contains non-Sendable type 'Articulation'; this is an error in the Swift 6 language mode
let values: [Articulation]
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Articulation.swift:11:13: note: consider making enum 'Articulation' conform to the 'Sendable' protocol
public enum Articulation {
^
: Sendable
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:14:16: warning: stored property 'color' of 'Sendable'-conforming struct 'BarStyleColor' contains non-Sendable type 'Color'; this is an error in the Swift 6 language mode
public var color: Color?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Color.swift:14:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BarStyleColor.swift:18:16: warning: stored property 'value' of 'Sendable'-conforming struct 'BarStyleColor' has non-Sendable type 'BarStyle'; this is an error in the Swift 6 language mode
public var value: BarStyle
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/BarStyle.swift:11:13: note: consider making enum 'BarStyle' conform to the 'Sendable' protocol
public enum BarStyle: String {
^
, Sendable
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
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Barline.swift:41:16: warning: stored property 'location' of 'Sendable'-conforming struct 'Barline' contains non-Sendable type 'RightLeftMiddle'; this is an error in the Swift 6 language mode
public var location: RightLeftMiddle?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/RightLeftMiddle.swift:9:13: note: consider making enum 'RightLeftMiddle' conform to the 'Sendable' protocol
public enum RightLeftMiddle: String {
^
, Sendable
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
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Barre.swift:16:16: warning: stored property 'type' of 'Sendable'-conforming struct 'Barre' has non-Sendable type 'StartStop'; this is an error in the Swift 6 language mode
public let type: StartStop
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/StartStop.swift:14:13: note: consider making enum 'StartStop' conform to the 'Sendable' protocol
public enum StartStop: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Barre.swift:17:16: warning: stored property 'color' of 'Sendable'-conforming struct 'Barre' has non-Sendable type 'Color'; this is an error in the Swift 6 language mode
public let color: Color
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Color.swift:14:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
^
: Sendable
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
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BassAlter.swift:16:16: warning: stored property 'location' of 'Sendable'-conforming struct 'BassAlter' contains non-Sendable type 'LeftRight'; this is an error in the Swift 6 language mode
public let location: LeftRight?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/LeftRight.swift:9:13: note: consider making enum 'LeftRight' conform to the 'Sendable' protocol
public enum LeftRight: String {
^
, Sendable
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:27:16: warning: stored property 'value' of 'Sendable'-conforming struct 'BassStep' has non-Sendable type 'Step'; this is an error in the Swift 6 language mode
public let value: Step
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Step.swift:10:13: note: consider making enum 'Step' conform to the 'Sendable' protocol
public enum Step: String {
^
, Sendable
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
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Beam.swift:19:16: warning: stored property 'value' of 'Sendable'-conforming struct 'Beam' has non-Sendable type 'BeamValue'; this is an error in the Swift 6 language mode
public var value: BeamValue
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/BeamValue.swift:10:13: note: consider making enum 'BeamValue' conform to the 'Sendable' protocol
public enum BeamValue: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Beam.swift:20:16: warning: stored property 'number' of 'Sendable'-conforming struct 'Beam' contains non-Sendable type 'BeamLevel'; this is an error in the Swift 6 language mode
public var number: BeamLevel?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/BeamLevel.swift:12:13: note: consider making enum 'BeamLevel' conform to the 'Sendable' protocol
public enum BeamLevel: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Beam.swift:22:16: warning: stored property 'fan' of 'Sendable'-conforming struct 'Beam' contains non-Sendable type 'Fan'; this is an error in the Swift 6 language mode
public var fan: Fan?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Fan.swift:10:13: note: consider making enum 'Fan' conform to the 'Sendable' protocol
public enum Fan: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Beam.swift:23:16: warning: stored property 'color' of 'Sendable'-conforming struct 'Beam' contains non-Sendable type 'Color'; this is an error in the Swift 6 language mode
public var color: Color?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Color.swift:14:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
^
: Sendable
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
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/BeatRepeat.swift:18:16: warning: stored property 'type' of 'Sendable'-conforming struct 'BeatRepeat' has non-Sendable type 'StartStop'; this is an error in the Swift 6 language mode
public let type: StartStop
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/StartStop.swift:14:13: note: consider making enum 'StartStop' conform to the 'Sendable' protocol
public enum StartStop: String {
^
, Sendable
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
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Beater.swift:13:16: warning: stored property 'tip' of 'Sendable'-conforming struct 'Beater' contains non-Sendable type 'TipDirection'; this is an error in the Swift 6 language mode
public let tip: TipDirection?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/TipDirection.swift:10:13: note: consider making enum 'TipDirection' conform to the 'Sendable' protocol
public enum TipDirection: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Beater.swift:17:16: warning: stored property 'value' of 'Sendable'-conforming struct 'Beater' has non-Sendable type 'BeaterValue'; this is an error in the Swift 6 language mode
public let value: BeaterValue
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/BeaterValue.swift:11:13: note: consider making enum 'BeaterValue' conform to the 'Sendable' protocol
public enum BeaterValue: String {
^
, Sendable
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
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Bend.swift:33:16: warning: stored property 'prependOrRelease' of 'Sendable'-conforming struct 'Bend' contains non-Sendable type 'Bend.PreBendOrRelease'; this is an error in the Swift 6 language mode
public let prependOrRelease: PreBendOrRelease?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Bend.swift:51:17: note: consider making enum 'PreBendOrRelease' conform to the 'Sendable' protocol
public enum PreBendOrRelease: String {
^
, Sendable
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
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Bezier.swift:25:16: warning: stored property 'bezierX' of 'Sendable'-conforming struct 'Bezier' contains non-Sendable type 'Tenths'; this is an error in the Swift 6 language mode
public let bezierX: Tenths?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Tenths.swift:8:15: note: consider making struct 'Tenths' conform to the 'Sendable' protocol
public struct Tenths {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Bezier.swift:26:16: warning: stored property 'bezierY' of 'Sendable'-conforming struct 'Bezier' contains non-Sendable type 'Tenths'; this is an error in the Swift 6 language mode
public let bezierY: Tenths?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Tenths.swift:8:15: note: consider making struct 'Tenths' conform to the 'Sendable' protocol
public struct Tenths {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Bezier.swift:27:16: warning: stored property 'bezierX2' of 'Sendable'-conforming struct 'Bezier' contains non-Sendable type 'Tenths'; this is an error in the Swift 6 language mode
public let bezierX2: Tenths?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Tenths.swift:8:15: note: consider making struct 'Tenths' conform to the 'Sendable' protocol
public struct Tenths {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Bezier.swift:28:16: warning: stored property 'bezierY2' of 'Sendable'-conforming struct 'Bezier' contains non-Sendable type 'Tenths'; this is an error in the Swift 6 language mode
public let bezierY2: Tenths?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Tenths.swift:8:15: note: consider making struct 'Tenths' conform to the 'Sendable' protocol
public struct Tenths {
^
: Sendable
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 ISO8601DateFormatter.swift, KeyedStorage.swift, Metatypes.swift, String+Extensions.swift, Utils.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')
SwiftCompile 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 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/Mute.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/NonNegativeDecimal.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/NoteSizeType.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/NoteTypeValue.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/NoteheadValue.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/NumberOrNormal.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/OnOff.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/OverUnder.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/Pitched.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/PrincipleVoiceSymbol.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/RightLeftMiddle.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/SemiPitched.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/ShowFrets.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/ShowTuplet.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/StaffType.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/StartNote.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/StartStop.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/StartStopChangeContinue.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/StartStopContinue.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/StartStopDiscontinue.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/StartStopSingle.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/StemValue.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/Step.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/StickLocation.swift (in target 'MusicXML' from project 'MusicXML')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple\ Types/Mute.swift (in target '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/NonNegativeDecimal.swift (in target '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/NoteSizeType.swift (in target '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/NoteTypeValue.swift (in target '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/NoteheadValue.swift (in target '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/NumberOrNormal.swift (in target '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/OnOff.swift (in target '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/OverUnder.swift (in target '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/Pitched.swift (in target '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/PrincipleVoiceSymbol.swift (in target '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/RightLeftMiddle.swift (in target '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/SemiPitched.swift (in target '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/ShowFrets.swift (in target '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/ShowTuplet.swift (in target '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/StaffType.swift (in target '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/StartNote.swift (in target '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/StartStop.swift (in target '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/StartStopChangeContinue.swift (in target '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/StartStopContinue.swift (in target '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/StartStopDiscontinue.swift (in target '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/StartStopSingle.swift (in target '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/StemValue.swift (in target '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/Step.swift (in target '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/StickLocation.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 XMLDecoder.swift, XMLDecoderImplementation.swift, XMLDecodingStorage.swift, XMLKeyedDecodingContainer.swift, XMLUnkeyedDecodingContainer.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')
SwiftDriverJobDiscovery normal arm64 Compiling XMLEncoderImplementation.swift, XMLEncodingStorage.swift, XMLKeyedEncodingContainer.swift, XMLReferencingEncoder.swift, XMLUnkeyedEncodingContainer.swift (in target 'XMLCoder' from project 'XMLCoder')
SwiftCompile 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 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/HoleClosed.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/HorizontalTurn.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Identification.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Image.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Instrument.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Interchangeable.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Internal/ComplexTypesInternalConformance.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Inversion.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Justify.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Key.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/KeyOctave.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Kind.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Level.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/LevelDisplay.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Line.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/LineWidth.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/LinearArrow.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Link.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Lyric.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/LyricFont.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/LyricLanguage.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MIDIDevice.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MIDIInstrument.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MeasureAttributes.swift (in target 'MusicXML' from project 'MusicXML')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/HoleClosed.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/HoleClosed.swift:16:16: warning: stored property 'location' of 'Sendable'-conforming struct 'HoleClosed' contains non-Sendable type 'HoleClosedLocation'; this is an error in the Swift 6 language mode
public let location: HoleClosedLocation?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/HoleClosedLocation.swift:10:13: note: consider making enum 'HoleClosedLocation' conform to the 'Sendable' protocol
public enum HoleClosedLocation: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/HoleClosed.swift:20:16: warning: stored property 'value' of 'Sendable'-conforming struct 'HoleClosed' has non-Sendable type 'HoleClosedValue'; this is an error in the Swift 6 language mode
public let value: HoleClosedValue
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/HoleClosedValue.swift:9:13: note: consider making enum 'HoleClosedValue' conform to the 'Sendable' protocol
public enum HoleClosedValue: String {
^
, Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/HorizontalTurn.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/HorizontalTurn.swift:15:16: warning: stored property 'placement' of 'Sendable'-conforming struct 'HorizontalTurn' contains non-Sendable type 'AboveBelow'; this is an error in the Swift 6 language mode
public var placement: AboveBelow?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/AboveBelow.swift:10:13: note: consider making enum 'AboveBelow' conform to the 'Sendable' protocol
public enum AboveBelow: String {
^
, Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Identification.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Image.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/Image.swift:16:16: warning: stored property 'hAlign' of 'Sendable'-conforming struct 'Image' contains non-Sendable type 'LeftCenterRight'; this is an error in the Swift 6 language mode
public let hAlign: LeftCenterRight?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/LeftCenterRight.swift:9:13: note: consider making enum 'LeftCenterRight' conform to the 'Sendable' protocol
public enum LeftCenterRight: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Image.swift:17:16: warning: stored property 'vAlign' of 'Sendable'-conforming struct 'Image' contains non-Sendable type 'VAlignImage'; this is an error in the Swift 6 language mode
public let vAlign: VAlignImage?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/VAlignImage.swift:10:13: note: consider making enum 'VAlignImage' conform to the 'Sendable' protocol
public enum VAlignImage: String {
^
, Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Instrument.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Interchangeable.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/Interchangeable.swift:15:16: warning: stored property 'symbol' of 'Sendable'-conforming struct 'Interchangeable' has non-Sendable type 'TimeSymbol'; this is an error in the Swift 6 language mode
public let symbol: TimeSymbol
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/TimeSymbol.swift:15:13: note: consider making enum 'TimeSymbol' conform to the 'Sendable' protocol
public enum TimeSymbol: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Interchangeable.swift:16:16: warning: stored property 'separator' of 'Sendable'-conforming struct 'Interchangeable' has non-Sendable type 'TimeSeparator'; this is an error in the Swift 6 language mode
public let separator: TimeSeparator
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/TimeSeparator.swift:15:13: note: consider making enum 'TimeSeparator' conform to the 'Sendable' protocol
public enum TimeSeparator: String {
^
, Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Internal/ComplexTypesInternalConformance.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Inversion.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Justify.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Key.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/Key.swift:28:16: warning: stored property 'kind' of 'Sendable'-conforming struct 'Key' has non-Sendable type 'Key.Kind'; this is an error in the Swift 6 language mode
public let kind: Kind
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Key.swift:97:17: note: consider making enum 'Kind' conform to the 'Sendable' protocol
public enum Kind {
^
: Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/KeyOctave.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Kind.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/Kind.swift:22:16: warning: stored property 'hAlign' of 'Sendable'-conforming struct 'Kind' contains non-Sendable type 'LeftCenterRight'; this is an error in the Swift 6 language mode
public let hAlign: LeftCenterRight?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/LeftCenterRight.swift:9:13: note: consider making enum 'LeftCenterRight' conform to the 'Sendable' protocol
public enum LeftCenterRight: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:23:16: warning: stored property 'vAlign' of 'Sendable'-conforming struct 'Kind' contains non-Sendable type 'VAlign'; this is an error in the Swift 6 language mode
public let vAlign: VAlign?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/VAlign.swift:10:13: note: consider making enum 'VAlign' conform to the 'Sendable' protocol
public enum VAlign: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Kind.swift:31:16: warning: stored property 'value' of 'Sendable'-conforming struct 'Kind' has non-Sendable type 'KindValue'; this is an error in the Swift 6 language mode
public let value: KindValue
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/KindValue.swift:25:13: note: consider making enum 'KindValue' conform to the 'Sendable' protocol
public enum KindValue: String {
^
, Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Level.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/LevelDisplay.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/LevelDisplay.swift:19:16: warning: stored property 'size' of 'Sendable'-conforming struct 'LevelDisplay' contains non-Sendable type 'SymbolSize'; this is an error in the Swift 6 language mode
public let size: SymbolSize?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/SymbolSize.swift:10:13: note: consider making enum 'SymbolSize' conform to the 'Sendable' protocol
public enum SymbolSize: String {
^
, Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Line.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Line.swift:13:16: warning: stored property 'lineShape' of 'Sendable'-conforming struct 'Line' contains non-Sendable type 'LineShape'; this is an error in the Swift 6 language mode
public var lineShape: LineShape?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/LineShape.swift:9:13: note: consider making enum 'LineShape' conform to the 'Sendable' protocol
public enum LineShape: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Line.swift:14:16: warning: stored property 'lineType' of 'Sendable'-conforming struct 'Line' contains non-Sendable type 'LineType'; this is an error in the Swift 6 language mode
public var lineType: LineType?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/LineType.swift:9:13: note: consider making enum 'LineType' conform to the 'Sendable' protocol
public enum LineType: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Line.swift:15:16: warning: stored property 'placement' of 'Sendable'-conforming struct 'Line' contains non-Sendable type 'AboveBelow'; this is an error in the Swift 6 language mode
public var placement: AboveBelow?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/AboveBelow.swift:10:13: note: consider making enum 'AboveBelow' conform to the 'Sendable' protocol
public enum AboveBelow: String {
^
, Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/LineWidth.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/LineWidth.swift:15:16: warning: stored property 'type' of 'Sendable'-conforming struct 'LineWidth' has non-Sendable type 'LineWidthType'; this is an error in the Swift 6 language mode
public let type: LineWidthType
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/LineWidthType.swift:13:13: note: consider making enum 'LineWidthType' conform to the 'Sendable' protocol
public enum LineWidthType: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/LineWidth.swift:19:16: warning: stored property 'value' of 'Sendable'-conforming struct 'LineWidth' has non-Sendable type 'Tenths'; this is an error in the Swift 6 language mode
public let value: Tenths
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Tenths.swift:8:15: note: consider making struct 'Tenths' conform to the 'Sendable' protocol
public struct Tenths {
^
: Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/LinearArrow.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/LinearArrow.swift:11:9: warning: stored property 'direction' of 'Sendable'-conforming struct 'LinearArrow' has non-Sendable type 'ArrowDirection'; this is an error in the Swift 6 language mode
let direction: ArrowDirection
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/ArrowDirection.swift:10:13: note: consider making enum 'ArrowDirection' conform to the 'Sendable' protocol
public enum ArrowDirection: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/LinearArrow.swift:12:9: warning: stored property 'style' of 'Sendable'-conforming struct 'LinearArrow' contains non-Sendable type 'ArrowStyle'; this is an error in the Swift 6 language mode
let style: ArrowStyle?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/ArrowStyle.swift:12:13: note: consider making enum 'ArrowStyle' conform to the 'Sendable' protocol
public enum ArrowStyle: String {
^
, Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Link.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Lyric.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Lyric.swift:32:16: warning: stored property 'justify' of 'Sendable'-conforming struct 'Lyric' contains non-Sendable type 'LeftCenterRight'; this is an error in the Swift 6 language mode
public let justify: LeftCenterRight?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/LeftCenterRight.swift:9:13: note: consider making enum 'LeftCenterRight' conform to the 'Sendable' protocol
public enum LeftCenterRight: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Lyric.swift:33:16: warning: stored property 'color' of 'Sendable'-conforming struct 'Lyric' contains non-Sendable type 'Color'; this is an error in the Swift 6 language mode
public let color: Color?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Color.swift:14:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Lyric.swift:34:16: warning: stored property 'placement' of 'Sendable'-conforming struct 'Lyric' contains non-Sendable type 'AboveBelow'; this is an error in the Swift 6 language mode
public let placement: AboveBelow?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/AboveBelow.swift:10:13: note: consider making enum 'AboveBelow' conform to the 'Sendable' protocol
public enum AboveBelow: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Lyric.swift:54:16: warning: stored property 'kind' of 'Sendable'-conforming struct 'Lyric' has non-Sendable type 'Lyric.Kind'; this is an error in the Swift 6 language mode
public let kind: Kind
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Lyric.swift:105:17: note: consider making enum 'Kind' conform to the 'Sendable' protocol
public enum Kind {
^
: Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/LyricFont.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/LyricLanguage.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MIDIDevice.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MIDIInstrument.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MeasureAttributes.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/MeasureAttributes.swift:18:16: warning: stored property 'width' of 'Sendable'-conforming struct 'MeasureAttributes' contains non-Sendable type 'Tenths'; this is an error in the Swift 6 language mode
public let width: Tenths?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Tenths.swift:8:15: note: consider making struct 'Tenths' conform to the 'Sendable' protocol
public struct Tenths {
^
: Sendable
SwiftDriverJobDiscovery normal arm64 Compiling XMLChoiceCodingKey.swift, XMLCoderElement.swift, XMLDocumentType.swift, XMLHeader.swift, XMLKey.swift (in target 'XMLCoder' from project 'XMLCoder')
SwiftDriver\ Compilation XMLCoder normal arm64 com.apple.xcode.tools.swift.compiler (in target 'XMLCoder' from project 'XMLCoder')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name XMLCoder -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug/XMLCoder.build/Objects-normal/arm64/XMLCoder.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-26.4.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/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.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 -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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
SwiftDriverJobDiscovery normal arm64 Emitting module for MusicXML (in target 'MusicXML' from project 'MusicXML')
SwiftDriver\ Compilation\ Requirements MusicXML normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MusicXML -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug/MusicXML.build/Objects-normal/arm64/MusicXML.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.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-26.4.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/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.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 -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -O0 -w -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-26.4.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 -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-26.4.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 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XMLCoder.build/Debug/XMLCoder.build/Objects-normal/arm64/XMLCoder-linker-args.resp -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
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')
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\ 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
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
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/PlacementText.swift:15:16: warning: stored property 'placement' of 'Sendable'-conforming struct 'PlacementText' contains non-Sendable type 'AboveBelow'; this is an error in the Swift 6 language mode
public let placement: AboveBelow?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/AboveBelow.swift:10:13: note: consider making enum 'AboveBelow' conform to the 'Sendable' protocol
public enum AboveBelow: String {
^
, Sendable
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
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Play.swift:19:16: warning: stored property 'values' of 'Sendable'-conforming struct 'Play' contains non-Sendable type 'Play.Kind'; this is an error in the Swift 6 language mode
public let values: [Kind]
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Play.swift:29:17: note: consider making enum 'Kind' conform to the 'Sendable' protocol
public enum Kind {
^
: Sendable
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
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Position.swift:65:16: warning: stored property 'defaultX' of 'Sendable'-conforming struct 'Position' contains non-Sendable type 'Tenths'; this is an error in the Swift 6 language mode
public let defaultX: Tenths?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Tenths.swift:8:15: note: consider making struct 'Tenths' conform to the 'Sendable' protocol
public struct Tenths {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Position.swift:66:16: warning: stored property 'defaultY' of 'Sendable'-conforming struct 'Position' contains non-Sendable type 'Tenths'; this is an error in the Swift 6 language mode
public let defaultY: Tenths?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Tenths.swift:8:15: note: consider making struct 'Tenths' conform to the 'Sendable' protocol
public struct Tenths {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Position.swift:67:16: warning: stored property 'relativeX' of 'Sendable'-conforming struct 'Position' contains non-Sendable type 'Tenths'; this is an error in the Swift 6 language mode
public let relativeX: Tenths?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Tenths.swift:8:15: note: consider making struct 'Tenths' conform to the 'Sendable' protocol
public struct Tenths {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Position.swift:68:16: warning: stored property 'relativeY' of 'Sendable'-conforming struct 'Position' contains non-Sendable type 'Tenths'; this is an error in the Swift 6 language mode
public let relativeY: Tenths?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Tenths.swift:8:15: note: consider making struct 'Tenths' conform to the 'Sendable' protocol
public struct Tenths {
^
: Sendable
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
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/PrincipleVoice.swift:17:16: warning: stored property 'type' of 'Sendable'-conforming struct 'PrincipleVoice' has non-Sendable type 'StartStop'; this is an error in the Swift 6 language mode
public let type: StartStop
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/StartStop.swift:14:13: note: consider making enum 'StartStop' conform to the 'Sendable' protocol
public enum StartStop: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/PrincipleVoice.swift:18:16: warning: stored property 'symbol' of 'Sendable'-conforming struct 'PrincipleVoice' has non-Sendable type 'PrincipleVoiceSymbol'; this is an error in the Swift 6 language mode
public let symbol: PrincipleVoiceSymbol
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/PrincipleVoiceSymbol.swift:12:13: note: consider making enum 'PrincipleVoiceSymbol' conform to the 'Sendable' protocol
public enum PrincipleVoiceSymbol: String {
^
, Sendable
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
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Print.swift:20:16: warning: stored property 'staffSpacing' of 'Sendable'-conforming struct 'Print' contains non-Sendable type 'Tenths'; this is an error in the Swift 6 language mode
public let staffSpacing: Tenths?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Tenths.swift:8:15: note: consider making struct 'Tenths' conform to the 'Sendable' protocol
public struct Tenths {
^
: Sendable
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
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/PrintStyle.swift:15:16: warning: stored property 'color' of 'Sendable'-conforming struct 'PrintStyle' contains non-Sendable type 'Color'; this is an error in the Swift 6 language mode
public let color: Color?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Color.swift:14:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
^
: Sendable
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
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/PrintStyleAlign.swift:15:16: warning: stored property 'hAlign' of 'Sendable'-conforming struct 'PrintStyleAlign' contains non-Sendable type 'LeftCenterRight'; this is an error in the Swift 6 language mode
public let hAlign: LeftCenterRight?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/LeftCenterRight.swift:9:13: note: consider making enum 'LeftCenterRight' conform to the 'Sendable' protocol
public enum LeftCenterRight: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/PrintStyleAlign.swift:16:16: warning: stored property 'vAlign' of 'Sendable'-conforming struct 'PrintStyleAlign' contains non-Sendable type 'VAlign'; this is an error in the Swift 6 language mode
public let vAlign: VAlign?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/VAlign.swift:10:13: note: consider making enum 'VAlign' conform to the 'Sendable' protocol
public enum VAlign: String {
^
, Sendable
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
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/PrintStyleTrillSound.swift:15:16: warning: stored property 'placement' of 'Sendable'-conforming struct 'PrintStyleTrillSound' contains non-Sendable type 'AboveBelow'; this is an error in the Swift 6 language mode
public let placement: AboveBelow?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/AboveBelow.swift:10:13: note: consider making enum 'AboveBelow' conform to the 'Sendable' protocol
public enum AboveBelow: String {
^
, Sendable
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
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Repeat.swift:16:16: warning: stored property 'direction' of 'Sendable'-conforming struct 'Repeat' has non-Sendable type 'BackwardForward'; this is an error in the Swift 6 language mode
public let direction: BackwardForward
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/BackwardForward.swift:10:13: note: consider making enum 'BackwardForward' conform to the 'Sendable' protocol
public enum BackwardForward: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Repeat.swift:18:16: warning: stored property 'winged' of 'Sendable'-conforming struct 'Repeat' contains non-Sendable type 'Winged'; this is an error in the Swift 6 language mode
public let winged: Winged?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Winged.swift:12:13: note: consider making enum 'Winged' conform to the 'Sendable' protocol
public enum Winged: String {
^
, Sendable
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
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Rest.swift:19:16: warning: stored property 'displayStep' of 'Sendable'-conforming struct 'Rest' contains non-Sendable type 'Step'; this is an error in the Swift 6 language mode
public let displayStep: Step?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Step.swift:10:13: note: consider making enum 'Step' conform to the 'Sendable' protocol
public enum Step: String {
^
, Sendable
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
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/RootAlter.swift:18:16: warning: stored property 'location' of 'Sendable'-conforming struct 'RootAlter' contains non-Sendable type 'LeftRight'; this is an error in the Swift 6 language mode
public let location: LeftRight?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/LeftRight.swift:9:13: note: consider making enum 'LeftRight' conform to the 'Sendable' protocol
public enum LeftRight: String {
^
, Sendable
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:23:16: warning: stored property 'value' of 'Sendable'-conforming struct 'RootStep' has non-Sendable type 'Step'; this is an error in the Swift 6 language mode
public let value: Step
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Step.swift:10:13: note: consider making enum 'Step' conform to the 'Sendable' protocol
public enum Step: String {
^
, Sendable
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
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Scaling.swift:30:16: warning: stored property 'tenths' of 'Sendable'-conforming struct 'Scaling' has non-Sendable type 'Tenths'; this is an error in the Swift 6 language mode
public let tenths: Tenths
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Tenths.swift:8:15: note: consider making struct 'Tenths' conform to the 'Sendable' protocol
public struct Tenths {
^
: Sendable
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
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/ScoreInstrument.swift:29:16: warning: stored property 'soloOrEnsemble' of 'Sendable'-conforming struct 'ScoreInstrument' contains non-Sendable type 'ScoreInstrument.SoloEnsemble'; this is an error in the Swift 6 language mode
public var soloOrEnsemble: SoloEnsemble?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/ScoreInstrument.swift:52:17: note: consider making enum 'SoloEnsemble' conform to the 'Sendable' protocol
public enum SoloEnsemble {
^
: Sendable
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
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/ScorePart.swift:74:16: warning: stored property 'midi' of 'Sendable'-conforming struct 'ScorePart' contains non-Sendable type 'ScorePart.MIDI'; this is an error in the Swift 6 language mode
public var midi: [MIDI]?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/ScorePart.swift:92:19: note: consider making struct 'MIDI' conform to the 'Sendable' protocol
public struct MIDI {
^
: Sendable
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
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Slash.swift:15:16: warning: stored property 'type' of 'Sendable'-conforming struct 'Slash' has non-Sendable type 'StartStop'; this is an error in the Swift 6 language mode
public let type: StartStop
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/StartStop.swift:14:13: note: consider making enum 'StartStop' conform to the 'Sendable' protocol
public enum StartStop: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Slash.swift:28:16: warning: stored property 'item' of 'Sendable'-conforming struct 'Slash' contains non-Sendable type 'Slash.Item'; this is an error in the Swift 6 language mode
public let item: Item?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Slash.swift:46:19: note: consider making struct 'Item' conform to the 'Sendable' protocol
public struct Item: Equatable {
^
, Sendable
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 StickMaterial.swift, StickType.swift, Syllabic.swift, SymbolSize.swift, Tenths.swift, TextDirection.swift, TimeOnly.swift, TimeRelation.swift, TimeSeparator.swift, TimeSymbol.swift, TipDirection.swift, TopBottom.swift, TrillStep.swift, TwoNoteTurn.swift, UpDown.swift, UpDownStopContinue.swift, UprightInverted.swift, VAlign.swift, VAlignImage.swift, WedgeType.swift, Winged.swift, Wood.swift, YesNo.swift, YesNoNumber.swift (in target 'MusicXML' from project 'MusicXML')
SwiftCompile normal arm64 Compiling\ 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 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MeasureLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MeasureNumbering.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MeasureRepeat.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MeasureStyle.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Metronome.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MetronomeBeam.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MetronomeNote.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MetronomeTuplet.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Miscellaneous.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MiscellaneousField.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Mordent.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MultipleRest.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MusicData.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MusicXML.String.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/NameDisplay.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/NonArpeggiate.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Notations.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Note.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/NoteSize.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/NoteType.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Notehead.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/NoteheadText.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/OctaveShift.swift /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Offset.swift (in target 'MusicXML' from project 'MusicXML')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MeasureLayout.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/MeasureLayout.swift:18:16: warning: stored property 'measureDistance' of 'Sendable'-conforming struct 'MeasureLayout' contains non-Sendable type 'Tenths'; this is an error in the Swift 6 language mode
public let measureDistance: Tenths?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Tenths.swift:8:15: note: consider making struct 'Tenths' conform to the 'Sendable' protocol
public struct Tenths {
^
: Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MeasureNumbering.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/MeasureNumbering.swift:19:16: warning: stored property 'value' of 'Sendable'-conforming struct 'MeasureNumbering' has non-Sendable type 'MeasureNumberingValue'; this is an error in the Swift 6 language mode
public let value: MeasureNumberingValue
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/MeasureNumberingValue.swift:10:13: note: consider making enum 'MeasureNumberingValue' conform to the 'Sendable' protocol
public enum MeasureNumberingValue: String {
^
, Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MeasureRepeat.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/MeasureRepeat.swift:19:16: warning: stored property 'type' of 'Sendable'-conforming struct 'MeasureRepeat' has non-Sendable type 'StartStop'; this is an error in the Swift 6 language mode
public let type: StartStop
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/StartStop.swift:14:13: note: consider making enum 'StartStop' conform to the 'Sendable' protocol
public enum StartStop: String {
^
, Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MeasureStyle.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/MeasureStyle.swift:22:16: warning: stored property 'color' of 'Sendable'-conforming struct 'MeasureStyle' contains non-Sendable type 'Color'; this is an error in the Swift 6 language mode
public var color: Color?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Color.swift:14:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/MeasureStyle.swift:30:16: warning: stored property 'kind' of 'Sendable'-conforming struct 'MeasureStyle' has non-Sendable type 'MeasureStyle.Kind'; this is an error in the Swift 6 language mode
public var kind: Kind
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/MeasureStyle.swift:43:17: note: consider making enum 'Kind' conform to the 'Sendable' protocol
public enum Kind {
^
: Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Metronome.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Metronome.swift:20:16: warning: stored property 'justify' of 'Sendable'-conforming struct 'Metronome' contains non-Sendable type 'Justify'; this is an error in the Swift 6 language mode
public let justify: Justify?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Justify.swift:12:13: note: consider making enum 'Justify' conform to the 'Sendable' protocol
public enum Justify: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Metronome.swift:31:16: warning: stored property 'kind' of 'Sendable'-conforming struct 'Metronome' has non-Sendable type 'Metronome.Kind'; this is an error in the Swift 6 language mode
public let kind: Kind
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Metronome.swift:118:17: note: consider making enum 'Kind' conform to the 'Sendable' protocol
public enum Kind {
^
: Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MetronomeBeam.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/MetronomeBeam.swift:15:16: warning: stored property 'number' of 'Sendable'-conforming struct 'MetronomeBeam' contains non-Sendable type 'BeamLevel'; this is an error in the Swift 6 language mode
public let number: BeamLevel?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/BeamLevel.swift:12:13: note: consider making enum 'BeamLevel' conform to the 'Sendable' protocol
public enum BeamLevel: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/MetronomeBeam.swift:19:16: warning: stored property 'value' of 'Sendable'-conforming struct 'MetronomeBeam' has non-Sendable type 'BeamValue'; this is an error in the Swift 6 language mode
public let value: BeamValue
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/BeamValue.swift:10:13: note: consider making enum 'BeamValue' conform to the 'Sendable' protocol
public enum BeamValue: String {
^
, Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MetronomeNote.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/MetronomeNote.swift:14:16: warning: stored property 'metronomeType' of 'Sendable'-conforming struct 'MetronomeNote' has non-Sendable type 'NoteTypeValue'; this is an error in the Swift 6 language mode
public let metronomeType: NoteTypeValue
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/NoteTypeValue.swift:10:13: note: consider making enum 'NoteTypeValue' conform to the 'Sendable' protocol
public enum NoteTypeValue: String {
^
, Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MetronomeTuplet.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/MetronomeTuplet.swift:15:16: warning: stored property 'type' of 'Sendable'-conforming struct 'MetronomeTuplet' has non-Sendable type 'StartStop'; this is an error in the Swift 6 language mode
public let type: StartStop
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/StartStop.swift:14:13: note: consider making enum 'StartStop' conform to the 'Sendable' protocol
public enum StartStop: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/MetronomeTuplet.swift:17:16: warning: stored property 'showNumber' of 'Sendable'-conforming struct 'MetronomeTuplet' contains non-Sendable type 'ShowTuplet'; this is an error in the Swift 6 language mode
public let showNumber: ShowTuplet?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/ShowTuplet.swift:10:13: note: consider making enum 'ShowTuplet' conform to the 'Sendable' protocol
public enum ShowTuplet: String {
^
, Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Miscellaneous.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MiscellaneousField.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Mordent.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Mordent.swift:16:16: warning: stored property 'approach' of 'Sendable'-conforming struct 'Mordent' contains non-Sendable type 'AboveBelow'; this is an error in the Swift 6 language mode
public let approach: AboveBelow?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/AboveBelow.swift:10:13: note: consider making enum 'AboveBelow' conform to the 'Sendable' protocol
public enum AboveBelow: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Mordent.swift:17:16: warning: stored property 'departure' of 'Sendable'-conforming struct 'Mordent' contains non-Sendable type 'AboveBelow'; this is an error in the Swift 6 language mode
public let departure: AboveBelow?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/AboveBelow.swift:10:13: note: consider making enum 'AboveBelow' conform to the 'Sendable' protocol
public enum AboveBelow: String {
^
, Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MultipleRest.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MusicData.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/MusicXML.String.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/MusicXML.String.swift:16:20: warning: stored property 'placement' of 'Sendable'-conforming struct 'String' contains non-Sendable type 'AboveBelow'; this is an error in the Swift 6 language mode
public let placement: AboveBelow?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/AboveBelow.swift:10:13: note: consider making enum 'AboveBelow' conform to the 'Sendable' protocol
public enum AboveBelow: String {
^
, Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/NameDisplay.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NameDisplay.swift:23:16: warning: stored property 'texts' of 'Sendable'-conforming struct 'NameDisplay' contains non-Sendable type 'NameDisplay.Text'; this is an error in the Swift 6 language mode
public let texts: [Text]
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NameDisplay.swift:34:17: note: consider making enum 'Text' conform to the 'Sendable' protocol
public enum Text {
^
: Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/NonArpeggiate.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NonArpeggiate.swift:16:16: warning: stored property 'type' of 'Sendable'-conforming struct 'NonArpeggiate' has non-Sendable type 'TopBottom'; this is an error in the Swift 6 language mode
public var type: TopBottom
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/TopBottom.swift:10:13: note: consider making enum 'TopBottom' conform to the 'Sendable' protocol
public enum TopBottom: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NonArpeggiate.swift:18:16: warning: stored property 'placement' of 'Sendable'-conforming struct 'NonArpeggiate' contains non-Sendable type 'AboveBelow'; this is an error in the Swift 6 language mode
public var placement: AboveBelow?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/AboveBelow.swift:10:13: note: consider making enum 'AboveBelow' conform to the 'Sendable' protocol
public enum AboveBelow: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NonArpeggiate.swift:19:16: warning: stored property 'color' of 'Sendable'-conforming struct 'NonArpeggiate' contains non-Sendable type 'Color'; this is an error in the Swift 6 language mode
public var color: Color?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Color.swift:14:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
^
: Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Notations.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Notations.swift:28:16: warning: stored property 'values' of 'Sendable'-conforming struct 'Notations' contains non-Sendable type 'Notations.Notation'; this is an error in the Swift 6 language mode
public var values: [Notation]
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Notations.swift:46:17: note: consider making enum 'Notation' conform to the 'Sendable' protocol
public enum Notation {
^
: Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Note.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Note.swift:27:16: warning: stored property 'timeOnly' of 'Sendable'-conforming struct 'Note' contains non-Sendable type 'TimeOnly'; this is an error in the Swift 6 language mode
public let timeOnly: TimeOnly?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/TimeOnly.swift:12:15: note: consider making struct 'TimeOnly' conform to the 'Sendable' protocol
public struct TimeOnly {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Note.swift:55:16: warning: stored property 'kind' of 'Sendable'-conforming struct 'Note' has non-Sendable type 'Note.Kind'; this is an error in the Swift 6 language mode
public let kind: Kind
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Note.swift:244:17: note: consider making enum 'Kind' conform to the 'Sendable' protocol
public enum Kind: Equatable {
^
, Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/NoteSize.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteSize.swift:19:16: warning: stored property 'type' of 'Sendable'-conforming struct 'NoteSize' has non-Sendable type 'NoteSizeType'; this is an error in the Swift 6 language mode
public let type: NoteSizeType
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/NoteSizeType.swift:12:13: note: consider making enum 'NoteSizeType' conform to the 'Sendable' protocol
public enum NoteSizeType: String {
^
, Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/NoteType.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:14:16: warning: stored property 'size' of 'Sendable'-conforming struct 'NoteType' contains non-Sendable type 'SymbolSize'; this is an error in the Swift 6 language mode
public let size: SymbolSize?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/SymbolSize.swift:10:13: note: consider making enum 'SymbolSize' conform to the 'Sendable' protocol
public enum SymbolSize: String {
^
, Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteType.swift:18:16: warning: stored property 'value' of 'Sendable'-conforming struct 'NoteType' has non-Sendable type 'NoteTypeValue'; this is an error in the Swift 6 language mode
public let value: NoteTypeValue
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/NoteTypeValue.swift:10:13: note: consider making enum 'NoteTypeValue' conform to the 'Sendable' protocol
public enum NoteTypeValue: String {
^
, Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Notehead.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Notehead.swift:18:16: warning: stored property 'color' of 'Sendable'-conforming struct 'Notehead' contains non-Sendable type 'Color'; this is an error in the Swift 6 language mode
public let color: Color?
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/Color.swift:14:15: note: consider making struct 'Color' conform to the 'Sendable' protocol
public struct Color {
^
: Sendable
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/Notehead.swift:26:16: warning: stored property 'value' of 'Sendable'-conforming struct 'Notehead' has non-Sendable type 'NoteheadValue'; this is an error in the Swift 6 language mode
public let value: NoteheadValue
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/NoteheadValue.swift:16:13: note: consider making enum 'NoteheadValue' conform to the 'Sendable' protocol
public enum NoteheadValue: String {
^
, Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/NoteheadText.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteheadText.swift:15:16: warning: stored property 'values' of 'Sendable'-conforming struct 'NoteheadText' contains non-Sendable type 'NoteheadText.Kind'; this is an error in the Swift 6 language mode
public let values: [Kind] // NonEmpty
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/NoteheadText.swift:25:17: note: consider making enum 'Kind' conform to the 'Sendable' protocol
public enum Kind {
^
: Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/OctaveShift.swift (in target 'MusicXML' from project 'MusicXML')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex Types/OctaveShift.swift:17:16: warning: stored property 'type' of 'Sendable'-conforming struct 'OctaveShift' has non-Sendable type 'UpDownStopContinue'; this is an error in the Swift 6 language mode
public let type: UpDownStopContinue
^
/Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Simple Types/UpDownStopContinue.swift:10:13: note: consider making enum 'UpDownStopContinue' conform to the 'Sendable' protocol
public enum UpDownStopContinue: String {
^
, Sendable
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MusicXML/Complex\ Types/Offset.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')
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')
ExtractAppIntentsMetadata (in target 'XMLCoder' from project 'XMLCoder')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/XMLCoder
/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.lh0y86/Metal.xctoolchain --module-name XMLCoder --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk --xcode-version 17E192 --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
2026-04-21 08:50:30.344 appintentsmetadataprocessor[797:4880] Starting appintentsmetadataprocessor export
2026-04-21 08:50:30.371 appintentsmetadataprocessor[797:4880] 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')
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 Opus.swift, Ornament.swift, Ornaments.swift, OtherAppearance.swift, OtherDirection.swift, OtherDynamics.swift, OtherNotation.swift, OtherPlay.swift, PageLayout.swift, PageMargins.swift, PartGroup.swift, PartList.swift, PartName.swift, PartSymbol.swift, Partwise.Measure.swift, Partwise.Part.swift, Partwise.swift, Pedal.swift, PedalTuning.swift, PerMinute.swift, Percussion.swift, Pitch.swift, PitchUnpitchedRest.swift, PlacementPrintStyle.swift (in target 'MusicXML' from project 'MusicXML')
SwiftDriverJobDiscovery normal arm64 Compiling Bracket.swift, BreathMark.swift, Cancel.swift, Clef.swift, Creator.swift, Credit.swift, DashedFormatting.swift, Dashes.swift, Defaults.swift, Degree.swift, DegreeAlter.swift, DegreeType.swift, DegreeValue.swift, Direction.swift, DirectionType.swift, Distance.swift, Dynamic.swift, Dynamics.swift, Editorial.swift, EditorialVoice.swift, Encoding.swift, Ending.swift, Extend.swift, Feature.swift, Fermata.swift (in target 'MusicXML' from project 'MusicXML')
SwiftDriverJobDiscovery normal arm64 Compiling Accidental.swift, AccidentalMark.swift, AccidentalText.swift, Accord.swift, AccordionRegistration.swift, Appearance.swift, Arpeggiate.swift, Arrow.swift, Articulation.swift, Articulations.swift, Attributes.swift, Backup.swift, BarStyleColor.swift, Barline.swift, Barre.swift, Bass.swift, BassAlter.swift, BassStep.swift, Beam.swift, BeatRepeat.swift, Beater.swift, Bend.swift, BendSound.swift, Bezier.swift, Bookmark.swift (in target 'MusicXML' from project 'MusicXML')
SwiftDriverJobDiscovery normal arm64 Compiling Slide.swift, Slur.swift, Sound.swift, StaffDetails.swift, StaffLayout.swift, StaffTuning.swift, Stem.swift, Stick.swift, StringMute.swift, StrongAccent.swift, StyleText.swift, Supports.swift, SystemDividers.swift, SystemLayout.swift, SystemMargins.swift, Technical.swift, Technique.swift, TextDecoration.swift, TextElementData.swift, TextFontColor.swift, Tie.swift, Tied.swift, Ties.swift, Time.swift (in target 'MusicXML' from project 'MusicXML')
SwiftDriverJobDiscovery normal arm64 Compiling Figure.swift, FiguredBass.swift, Fingering.swift, FirstFret.swift, Font.swift, FormattedText.swift, Forward.swift, Frame.swift, FrameNote.swift, Fret.swift, Glissando.swift, Grace.swift, GroupBarline.swift, GroupName.swift, GroupSymbol.swift, Grouping.swift, HammerOnPullOff.swift, Handbell.swift, Harmonic.swift, Harmony.swift, HarmonyChord.swift, HarpPedals.swift, Header.swift, HeelToe.swift, Hole.swift (in target 'MusicXML' from project 'MusicXML')
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 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 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')
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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MusicXML -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug/MusicXML.build/Objects-normal/arm64/MusicXML.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.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 -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -Isystem /Applications/Xcode-26.4.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-26.4.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/macosx26.4-25E236-688ef53f1462e2c8f657fdc38a81448fdfce61f96a3a6fc38dcbb3b93e3bb2ee.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 -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk -O0 -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-26.4.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 -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-26.4.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 @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MusicXML.build/Debug/MusicXML.build/Objects-normal/arm64/MusicXML-linker-args.resp -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-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.lh0y86/Metal.xctoolchain --module-name MusicXML --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX26.4.sdk --xcode-version 17E192 --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
2026-04-21 08:50:31.857 appintentsmetadataprocessor[821:5173] Starting appintentsmetadataprocessor export
2026-04-21 08:50:31.877 appintentsmetadataprocessor[821:5173] 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 **
2026-04-21 08:50:15.430 xcodebuild[703:4123] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:87f1058db1cc8a73924772668c958712d72dc793, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:87f1058db1cc8a73924772668c958712d72dc793, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:87f1058db1cc8a73924772668c958712d72dc793, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:87f1058db1cc8a73924772668c958712d72dc793, 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.