The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SingleBoard, reference 1.0.0 (dc9a04), with Swift 6.0 for visionOS using Xcode 16.0 on 2 Nov 2024 06:51:42 UTC.

Swift 6 data race errors: 36

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SingleBoard -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:69:23: note: annotate 'p16' with '@MainActor' if property should only be accessed from the main actor
    public static let p16: PinSet = PinSet(rawValue: 1 << 16)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:69:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p16: PinSet = PinSet(rawValue: 1 << 16)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:70:23: warning: static property 'p17' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p17: PinSet = PinSet(rawValue: 1 << 17)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:70:23: note: annotate 'p17' with '@MainActor' if property should only be accessed from the main actor
    public static let p17: PinSet = PinSet(rawValue: 1 << 17)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:70:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p17: PinSet = PinSet(rawValue: 1 << 17)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:71:23: warning: static property 'p18' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p18: PinSet = PinSet(rawValue: 1 << 18)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:71:23: note: annotate 'p18' with '@MainActor' if property should only be accessed from the main actor
    public static let p18: PinSet = PinSet(rawValue: 1 << 18)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:71:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p18: PinSet = PinSet(rawValue: 1 << 18)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:72:23: warning: static property 'p19' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p19: PinSet = PinSet(rawValue: 1 << 19)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:72:23: note: annotate 'p19' with '@MainActor' if property should only be accessed from the main actor
    public static let p19: PinSet = PinSet(rawValue: 1 << 19)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:72:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p19: PinSet = PinSet(rawValue: 1 << 19)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:73:23: warning: static property 'p20' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p20: PinSet = PinSet(rawValue: 1 << 20)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:73:23: note: annotate 'p20' with '@MainActor' if property should only be accessed from the main actor
    public static let p20: PinSet = PinSet(rawValue: 1 << 20)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:73:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p20: PinSet = PinSet(rawValue: 1 << 20)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:74:23: warning: static property 'p21' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p21: PinSet = PinSet(rawValue: 1 << 21)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:74:23: note: annotate 'p21' with '@MainActor' if property should only be accessed from the main actor
    public static let p21: PinSet = PinSet(rawValue: 1 << 21)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:74:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p21: PinSet = PinSet(rawValue: 1 << 21)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:75:23: warning: static property 'p22' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p22: PinSet = PinSet(rawValue: 1 << 22)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:75:23: note: annotate 'p22' with '@MainActor' if property should only be accessed from the main actor
    public static let p22: PinSet = PinSet(rawValue: 1 << 22)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:75:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p22: PinSet = PinSet(rawValue: 1 << 22)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:76:23: warning: static property 'p23' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p23: PinSet = PinSet(rawValue: 1 << 23)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:76:23: note: annotate 'p23' with '@MainActor' if property should only be accessed from the main actor
    public static let p23: PinSet = PinSet(rawValue: 1 << 23)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:76:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p23: PinSet = PinSet(rawValue: 1 << 23)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:77:23: warning: static property 'p24' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p24: PinSet = PinSet(rawValue: 1 << 24)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:77:23: note: annotate 'p24' with '@MainActor' if property should only be accessed from the main actor
    public static let p24: PinSet = PinSet(rawValue: 1 << 24)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:77:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p24: PinSet = PinSet(rawValue: 1 << 24)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:78:23: warning: static property 'p25' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p25: PinSet = PinSet(rawValue: 1 << 25)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:78:23: note: annotate 'p25' with '@MainActor' if property should only be accessed from the main actor
    public static let p25: PinSet = PinSet(rawValue: 1 << 25)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:78:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p25: PinSet = PinSet(rawValue: 1 << 25)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:79:23: warning: static property 'p26' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p26: PinSet = PinSet(rawValue: 1 << 26)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:79:23: note: annotate 'p26' with '@MainActor' if property should only be accessed from the main actor
    public static let p26: PinSet = PinSet(rawValue: 1 << 26)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:79:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p26: PinSet = PinSet(rawValue: 1 << 26)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:80:23: warning: static property 'p27' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p27: PinSet = PinSet(rawValue: 1 << 27)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:80:23: note: annotate 'p27' with '@MainActor' if property should only be accessed from the main actor
    public static let p27: PinSet = PinSet(rawValue: 1 << 27)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:80:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p27: PinSet = PinSet(rawValue: 1 << 27)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:81:23: warning: static property 'p28' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p28: PinSet = PinSet(rawValue: 1 << 28)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:81:23: note: annotate 'p28' with '@MainActor' if property should only be accessed from the main actor
    public static let p28: PinSet = PinSet(rawValue: 1 << 28)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:81:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p28: PinSet = PinSet(rawValue: 1 << 28)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:82:23: warning: static property 'p29' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p29: PinSet = PinSet(rawValue: 1 << 29)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:82:23: note: annotate 'p29' with '@MainActor' if property should only be accessed from the main actor
    public static let p29: PinSet = PinSet(rawValue: 1 << 29)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:82:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p29: PinSet = PinSet(rawValue: 1 << 29)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:83:23: warning: static property 'p30' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p30: PinSet = PinSet(rawValue: 1 << 30)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:83:23: note: annotate 'p30' with '@MainActor' if property should only be accessed from the main actor
    public static let p30: PinSet = PinSet(rawValue: 1 << 30)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:83:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p30: PinSet = PinSet(rawValue: 1 << 30)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:84:23: warning: static property 'p31' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p31: PinSet = PinSet(rawValue: 1 << 31)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:84:23: note: annotate 'p31' with '@MainActor' if property should only be accessed from the main actor
    public static let p31: PinSet = PinSet(rawValue: 1 << 31)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:84:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p31: PinSet = PinSet(rawValue: 1 << 31)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:31:23: warning: static property 'raspberryPi' is not concurrency-safe because non-'Sendable' type 'any RaspberryCapabilities' (aka 'any HasGPIO & HasI2C & HasPWM') may have shared mutable state; this is an error in the Swift 6 language mode
    public static let raspberryPi: RaspberryCapabilities = { return RaspberryBoard() }()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:31:23: note: annotate 'raspberryPi' with '@MainActor' if property should only be accessed from the main actor
    public static let raspberryPi: RaspberryCapabilities = { return RaspberryBoard() }()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let raspberryPi: RaspberryCapabilities = { return RaspberryBoard() }()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:33:23: warning: static property 'pine64' is not concurrency-safe because non-'Sendable' type 'any PineCapabilities' (aka 'any HasI2C') may have shared mutable state; this is an error in the Swift 6 language mode
    public static let pine64: PineCapabilities = { return Pine64Board() }()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:79:17: note: protocol 'HasI2C' does not conform to the 'Sendable' protocol
public protocol HasI2C: class {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:33:23: note: annotate 'pine64' with '@MainActor' if property should only be accessed from the main actor
    public static let pine64: PineCapabilities = { return Pine64Board() }()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:33:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let pine64: PineCapabilities = { return Pine64Board() }()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:34:23: warning: static property 'rock64' is not concurrency-safe because non-'Sendable' type 'any PineCapabilities' (aka 'any HasI2C') may have shared mutable state; this is an error in the Swift 6 language mode
    public static let rock64: PineCapabilities = { return Rock64Board() }()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:79:17: note: protocol 'HasI2C' does not conform to the 'Sendable' protocol
public protocol HasI2C: class {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:34:23: note: annotate 'rock64' with '@MainActor' if property should only be accessed from the main actor
    public static let rock64: PineCapabilities = { return Rock64Board() }()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let rock64: PineCapabilities = { return Rock64Board() }()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:36:23: warning: static property 'chip' is not concurrency-safe because non-'Sendable' type 'any ChipCapabilities' (aka 'any HasI2C') may have shared mutable state; this is an error in the Swift 6 language mode
    public static let chip: ChipCapabilities = { return ChipBoard() }()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:79:17: note: protocol 'HasI2C' does not conform to the 'Sendable' protocol
public protocol HasI2C: class {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:36:23: note: annotate 'chip' with '@MainActor' if property should only be accessed from the main actor
    public static let chip: ChipCapabilities = { return ChipBoard() }()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:36:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let chip: ChipCapabilities = { return ChipBoard() }()
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ GPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Chip_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Pine_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Registers.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/Extensions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/GPIO.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/GPIO.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/GPIO.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/GPIO.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SingleBoard -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/GPIO.o -index-unit-output-path /SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/GPIO.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Chip_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Pine_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Registers.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/Extensions.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/GPIO.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/GPIO.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/GPIO.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/GPIO.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SingleBoard -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/GPIO.o -index-unit-output-path /SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/GPIO.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:53:23: warning: static property 'p0' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p0:  PinSet = PinSet(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:53:23: note: annotate 'p0' with '@MainActor' if property should only be accessed from the main actor
    public static let p0:  PinSet = PinSet(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:53:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p0:  PinSet = PinSet(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:54:23: warning: static property 'p1' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p1:  PinSet = PinSet(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:54:23: note: annotate 'p1' with '@MainActor' if property should only be accessed from the main actor
    public static let p1:  PinSet = PinSet(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:54:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p1:  PinSet = PinSet(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:55:23: warning: static property 'p2' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p2:  PinSet = PinSet(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:55:23: note: annotate 'p2' with '@MainActor' if property should only be accessed from the main actor
    public static let p2:  PinSet = PinSet(rawValue: 1 << 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:55:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p2:  PinSet = PinSet(rawValue: 1 << 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:56:23: warning: static property 'p3' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p3:  PinSet = PinSet(rawValue: 1 << 3)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:56:23: note: annotate 'p3' with '@MainActor' if property should only be accessed from the main actor
    public static let p3:  PinSet = PinSet(rawValue: 1 << 3)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:56:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p3:  PinSet = PinSet(rawValue: 1 << 3)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:57:23: warning: static property 'p4' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p4:  PinSet = PinSet(rawValue: 1 << 4)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:57:23: note: annotate 'p4' with '@MainActor' if property should only be accessed from the main actor
    public static let p4:  PinSet = PinSet(rawValue: 1 << 4)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:57:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p4:  PinSet = PinSet(rawValue: 1 << 4)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:58:23: warning: static property 'p5' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p5:  PinSet = PinSet(rawValue: 1 << 5)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:58:23: note: annotate 'p5' with '@MainActor' if property should only be accessed from the main actor
    public static let p5:  PinSet = PinSet(rawValue: 1 << 5)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:58:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p5:  PinSet = PinSet(rawValue: 1 << 5)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:59:23: warning: static property 'p6' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p6:  PinSet = PinSet(rawValue: 1 << 6)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:59:23: note: annotate 'p6' with '@MainActor' if property should only be accessed from the main actor
    public static let p6:  PinSet = PinSet(rawValue: 1 << 6)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:59:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p6:  PinSet = PinSet(rawValue: 1 << 6)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:60:23: warning: static property 'p7' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p7:  PinSet = PinSet(rawValue: 1 << 7)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:60:23: note: annotate 'p7' with '@MainActor' if property should only be accessed from the main actor
    public static let p7:  PinSet = PinSet(rawValue: 1 << 7)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:60:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p7:  PinSet = PinSet(rawValue: 1 << 7)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:61:23: warning: static property 'p8' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p8:  PinSet = PinSet(rawValue: 1 << 8)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:61:23: note: annotate 'p8' with '@MainActor' if property should only be accessed from the main actor
    public static let p8:  PinSet = PinSet(rawValue: 1 << 8)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:61:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p8:  PinSet = PinSet(rawValue: 1 << 8)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:62:23: warning: static property 'p9' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p9:  PinSet = PinSet(rawValue: 1 << 9)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:62:23: note: annotate 'p9' with '@MainActor' if property should only be accessed from the main actor
    public static let p9:  PinSet = PinSet(rawValue: 1 << 9)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:62:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p9:  PinSet = PinSet(rawValue: 1 << 9)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:63:23: warning: static property 'p10' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p10: PinSet = PinSet(rawValue: 1 << 10)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:63:23: note: annotate 'p10' with '@MainActor' if property should only be accessed from the main actor
    public static let p10: PinSet = PinSet(rawValue: 1 << 10)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:63:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p10: PinSet = PinSet(rawValue: 1 << 10)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:64:23: warning: static property 'p11' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p11: PinSet = PinSet(rawValue: 1 << 11)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:64:23: note: annotate 'p11' with '@MainActor' if property should only be accessed from the main actor
    public static let p11: PinSet = PinSet(rawValue: 1 << 11)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:64:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p11: PinSet = PinSet(rawValue: 1 << 11)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:65:23: warning: static property 'p12' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p12: PinSet = PinSet(rawValue: 1 << 12)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:65:23: note: annotate 'p12' with '@MainActor' if property should only be accessed from the main actor
    public static let p12: PinSet = PinSet(rawValue: 1 << 12)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:65:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p12: PinSet = PinSet(rawValue: 1 << 12)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:66:23: warning: static property 'p13' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p13: PinSet = PinSet(rawValue: 1 << 13)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:66:23: note: annotate 'p13' with '@MainActor' if property should only be accessed from the main actor
    public static let p13: PinSet = PinSet(rawValue: 1 << 13)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:66:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p13: PinSet = PinSet(rawValue: 1 << 13)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:67:23: warning: static property 'p14' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p14: PinSet = PinSet(rawValue: 1 << 14)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:67:23: note: annotate 'p14' with '@MainActor' if property should only be accessed from the main actor
    public static let p14: PinSet = PinSet(rawValue: 1 << 14)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:67:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p14: PinSet = PinSet(rawValue: 1 << 14)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:68:23: warning: static property 'p15' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p15: PinSet = PinSet(rawValue: 1 << 15)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:68:23: note: annotate 'p15' with '@MainActor' if property should only be accessed from the main actor
    public static let p15: PinSet = PinSet(rawValue: 1 << 15)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:68:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p15: PinSet = PinSet(rawValue: 1 << 15)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:69:23: warning: static property 'p16' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p16: PinSet = PinSet(rawValue: 1 << 16)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:69:23: note: annotate 'p16' with '@MainActor' if property should only be accessed from the main actor
    public static let p16: PinSet = PinSet(rawValue: 1 << 16)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:69:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p16: PinSet = PinSet(rawValue: 1 << 16)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:70:23: warning: static property 'p17' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p17: PinSet = PinSet(rawValue: 1 << 17)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:70:23: note: annotate 'p17' with '@MainActor' if property should only be accessed from the main actor
    public static let p17: PinSet = PinSet(rawValue: 1 << 17)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:70:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p17: PinSet = PinSet(rawValue: 1 << 17)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:71:23: warning: static property 'p18' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p18: PinSet = PinSet(rawValue: 1 << 18)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:71:23: note: annotate 'p18' with '@MainActor' if property should only be accessed from the main actor
    public static let p18: PinSet = PinSet(rawValue: 1 << 18)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:71:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p18: PinSet = PinSet(rawValue: 1 << 18)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:72:23: warning: static property 'p19' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p19: PinSet = PinSet(rawValue: 1 << 19)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:72:23: note: annotate 'p19' with '@MainActor' if property should only be accessed from the main actor
    public static let p19: PinSet = PinSet(rawValue: 1 << 19)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:72:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p19: PinSet = PinSet(rawValue: 1 << 19)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:73:23: warning: static property 'p20' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p20: PinSet = PinSet(rawValue: 1 << 20)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:73:23: note: annotate 'p20' with '@MainActor' if property should only be accessed from the main actor
    public static let p20: PinSet = PinSet(rawValue: 1 << 20)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:73:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p20: PinSet = PinSet(rawValue: 1 << 20)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:74:23: warning: static property 'p21' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p21: PinSet = PinSet(rawValue: 1 << 21)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:74:23: note: annotate 'p21' with '@MainActor' if property should only be accessed from the main actor
    public static let p21: PinSet = PinSet(rawValue: 1 << 21)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:74:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p21: PinSet = PinSet(rawValue: 1 << 21)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:75:23: warning: static property 'p22' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p22: PinSet = PinSet(rawValue: 1 << 22)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:75:23: note: annotate 'p22' with '@MainActor' if property should only be accessed from the main actor
    public static let p22: PinSet = PinSet(rawValue: 1 << 22)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:75:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p22: PinSet = PinSet(rawValue: 1 << 22)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:76:23: warning: static property 'p23' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p23: PinSet = PinSet(rawValue: 1 << 23)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:76:23: note: annotate 'p23' with '@MainActor' if property should only be accessed from the main actor
    public static let p23: PinSet = PinSet(rawValue: 1 << 23)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:76:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p23: PinSet = PinSet(rawValue: 1 << 23)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:77:23: warning: static property 'p24' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p24: PinSet = PinSet(rawValue: 1 << 24)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:77:23: note: annotate 'p24' with '@MainActor' if property should only be accessed from the main actor
    public static let p24: PinSet = PinSet(rawValue: 1 << 24)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:77:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p24: PinSet = PinSet(rawValue: 1 << 24)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:78:23: warning: static property 'p25' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p25: PinSet = PinSet(rawValue: 1 << 25)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:78:23: note: annotate 'p25' with '@MainActor' if property should only be accessed from the main actor
    public static let p25: PinSet = PinSet(rawValue: 1 << 25)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:78:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p25: PinSet = PinSet(rawValue: 1 << 25)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:79:23: warning: static property 'p26' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p26: PinSet = PinSet(rawValue: 1 << 26)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:79:23: note: annotate 'p26' with '@MainActor' if property should only be accessed from the main actor
    public static let p26: PinSet = PinSet(rawValue: 1 << 26)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:79:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p26: PinSet = PinSet(rawValue: 1 << 26)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:80:23: warning: static property 'p27' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p27: PinSet = PinSet(rawValue: 1 << 27)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:80:23: note: annotate 'p27' with '@MainActor' if property should only be accessed from the main actor
    public static let p27: PinSet = PinSet(rawValue: 1 << 27)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:80:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p27: PinSet = PinSet(rawValue: 1 << 27)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:81:23: warning: static property 'p28' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p28: PinSet = PinSet(rawValue: 1 << 28)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:81:23: note: annotate 'p28' with '@MainActor' if property should only be accessed from the main actor
    public static let p28: PinSet = PinSet(rawValue: 1 << 28)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:81:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p28: PinSet = PinSet(rawValue: 1 << 28)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:82:23: warning: static property 'p29' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p29: PinSet = PinSet(rawValue: 1 << 29)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:82:23: note: annotate 'p29' with '@MainActor' if property should only be accessed from the main actor
    public static let p29: PinSet = PinSet(rawValue: 1 << 29)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:82:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p29: PinSet = PinSet(rawValue: 1 << 29)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:83:23: warning: static property 'p30' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p30: PinSet = PinSet(rawValue: 1 << 30)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:83:23: note: annotate 'p30' with '@MainActor' if property should only be accessed from the main actor
    public static let p30: PinSet = PinSet(rawValue: 1 << 30)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:83:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p30: PinSet = PinSet(rawValue: 1 << 30)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:84:23: warning: static property 'p31' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p31: PinSet = PinSet(rawValue: 1 << 31)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:84:23: note: annotate 'p31' with '@MainActor' if property should only be accessed from the main actor
    public static let p31: PinSet = PinSet(rawValue: 1 << 31)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:84:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p31: PinSet = PinSet(rawValue: 1 << 31)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Raspberry_Registers.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Registers.swift (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Chip_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Pine_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_PWM.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Registers.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_Registers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_Registers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_Registers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_Registers.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SingleBoard -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_Registers.o -index-unit-output-path /SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_Registers.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Registers.swift (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Chip_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Pine_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_PWM.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Registers.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_Registers.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_Registers.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_Registers.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_Registers.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SingleBoard -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_Registers.o -index-unit-output-path /SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_Registers.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Chip_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Chip_Board.swift (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Chip_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Pine_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Registers.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Chip_Board.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Chip_Board.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Chip_Board.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Chip_Board.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SingleBoard -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Chip_Board.o -index-unit-output-path /SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Chip_Board.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Chip_Board.swift (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Chip_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Pine_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Registers.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Chip_Board.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Chip_Board.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Chip_Board.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Chip_Board.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SingleBoard -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Chip_Board.o -index-unit-output-path /SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Chip_Board.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Raspberry_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Board.swift (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Chip_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Pine_Board.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Registers.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_Board.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_Board.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_Board.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_Board.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SingleBoard -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_Board.o -index-unit-output-path /SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_Board.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Board.swift (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Chip_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Pine_Board.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Registers.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_Board.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_Board.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_Board.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_Board.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SingleBoard -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_Board.o -index-unit-output-path /SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_Board.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/I2C.swift (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Chip_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Pine_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Registers.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/I2C.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/I2C.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/I2C.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/I2C.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SingleBoard -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/I2C.o -index-unit-output-path /SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/I2C.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/I2C.swift (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Chip_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Pine_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Registers.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/I2C.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/I2C.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/I2C.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/I2C.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SingleBoard -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/I2C.o -index-unit-output-path /SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/I2C.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/Extensions.swift (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Chip_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Pine_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Registers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Extensions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Extensions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Extensions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Extensions.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SingleBoard -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Extensions.o -index-unit-output-path /SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Extensions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/Extensions.swift (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Chip_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Pine_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Registers.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Extensions.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Extensions.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Extensions.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Extensions.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SingleBoard -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Extensions.o -index-unit-output-path /SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Extensions.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Raspberry_PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_PWM.swift (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Chip_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Pine_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Board.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Registers.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_PWM.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_PWM.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_PWM.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_PWM.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SingleBoard -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_PWM.o -index-unit-output-path /SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_PWM.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_PWM.swift (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Chip_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Pine_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Board.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Registers.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_PWM.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_PWM.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_PWM.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_PWM.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SingleBoard -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_PWM.o -index-unit-output-path /SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Raspberry_PWM.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:65:23: warning: static property 'p12' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p12: PinSet = PinSet(rawValue: 1 << 12)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:65:23: note: annotate 'p12' with '@MainActor' if property should only be accessed from the main actor
    public static let p12: PinSet = PinSet(rawValue: 1 << 12)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:65:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p12: PinSet = PinSet(rawValue: 1 << 12)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:71:23: warning: static property 'p18' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p18: PinSet = PinSet(rawValue: 1 << 18)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:71:23: note: annotate 'p18' with '@MainActor' if property should only be accessed from the main actor
    public static let p18: PinSet = PinSet(rawValue: 1 << 18)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:71:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p18: PinSet = PinSet(rawValue: 1 << 18)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Pine_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Pine_Board.swift (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Chip_Board.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Pine_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Registers.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Pine_Board.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Pine_Board.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Pine_Board.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Pine_Board.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SingleBoard -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Pine_Board.o -index-unit-output-path /SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Pine_Board.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Pine_Board.swift (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Chip_Board.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Pine_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Registers.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Pine_Board.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Pine_Board.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Pine_Board.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Pine_Board.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SingleBoard -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Pine_Board.o -index-unit-output-path /SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/Pine_Board.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ SingleBoard.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-swiftTaskExecution -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Chip_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Pine_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Registers.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/I2C.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SingleBoard -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard.o -index-unit-output-path /SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Chip_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Pine_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Registers.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/I2C.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 4 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -enable-experimental-feature OpaqueTypeErasure -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SingleBoard -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.1 -target-sdk-name xros2.1 -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard.o -index-unit-output-path /SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:31:23: warning: static property 'raspberryPi' is not concurrency-safe because non-'Sendable' type 'any RaspberryCapabilities' (aka 'any HasGPIO & HasI2C & HasPWM') may have shared mutable state; this is an error in the Swift 6 language mode
    public static let raspberryPi: RaspberryCapabilities = { return RaspberryBoard() }()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:31:23: note: annotate 'raspberryPi' with '@MainActor' if property should only be accessed from the main actor
    public static let raspberryPi: RaspberryCapabilities = { return RaspberryBoard() }()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let raspberryPi: RaspberryCapabilities = { return RaspberryBoard() }()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:33:23: warning: static property 'pine64' is not concurrency-safe because non-'Sendable' type 'any PineCapabilities' (aka 'any HasI2C') may have shared mutable state; this is an error in the Swift 6 language mode
    public static let pine64: PineCapabilities = { return Pine64Board() }()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:79:17: note: protocol 'HasI2C' does not conform to the 'Sendable' protocol
public protocol HasI2C: class {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:33:23: note: annotate 'pine64' with '@MainActor' if property should only be accessed from the main actor
    public static let pine64: PineCapabilities = { return Pine64Board() }()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:33:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let pine64: PineCapabilities = { return Pine64Board() }()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:34:23: warning: static property 'rock64' is not concurrency-safe because non-'Sendable' type 'any PineCapabilities' (aka 'any HasI2C') may have shared mutable state; this is an error in the Swift 6 language mode
    public static let rock64: PineCapabilities = { return Rock64Board() }()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:79:17: note: protocol 'HasI2C' does not conform to the 'Sendable' protocol
public protocol HasI2C: class {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:34:23: note: annotate 'rock64' with '@MainActor' if property should only be accessed from the main actor
    public static let rock64: PineCapabilities = { return Rock64Board() }()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let rock64: PineCapabilities = { return Rock64Board() }()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:36:23: warning: static property 'chip' is not concurrency-safe because non-'Sendable' type 'any ChipCapabilities' (aka 'any HasI2C') may have shared mutable state; this is an error in the Swift 6 language mode
    public static let chip: ChipCapabilities = { return ChipBoard() }()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:79:17: note: protocol 'HasI2C' does not conform to the 'Sendable' protocol
public protocol HasI2C: class {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:36:23: note: annotate 'chip' with '@MainActor' if property should only be accessed from the main actor
    public static let chip: ChipCapabilities = { return ChipBoard() }()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:36:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let chip: ChipCapabilities = { return ChipBoard() }()
                      ^
    nonisolated(unsafe)
SwiftDriverJobDiscovery normal arm64 Emitting module for SingleBoard (in target 'SingleBoard' from project 'SingleBoard')
SwiftDriver\ Compilation\ Requirements SingleBoard normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SingleBoard -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard.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/SingleBoard.build/Debug-xros/SingleBoard.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.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/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SingleBoard-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard-Swift.h (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SingleBoard-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SingleBoard.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard.swiftmodule (in target 'SingleBoard' from project 'SingleBoard')
    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/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SingleBoard.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SingleBoard.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard.swiftdoc (in target 'SingleBoard' from project 'SingleBoard')
    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/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SingleBoard.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SingleBoard.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard.abi.json (in target 'SingleBoard' from project 'SingleBoard')
    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/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SingleBoard.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SingleBoard.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard.swiftsourceinfo (in target 'SingleBoard' from project 'SingleBoard')
    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/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SingleBoard.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling Chip_Board.swift (in target 'SingleBoard' from project 'SingleBoard')
SwiftDriverJobDiscovery normal arm64 Compiling Pine_Board.swift (in target 'SingleBoard' from project 'SingleBoard')
SwiftDriverJobDiscovery normal arm64 Compiling Extensions.swift (in target 'SingleBoard' from project 'SingleBoard')
SwiftDriverJobDiscovery normal arm64 Compiling Raspberry_Registers.swift (in target 'SingleBoard' from project 'SingleBoard')
SwiftDriverJobDiscovery normal arm64 Compiling GPIO.swift (in target 'SingleBoard' from project 'SingleBoard')
SwiftDriverJobDiscovery normal arm64 Compiling Raspberry_PWM.swift (in target 'SingleBoard' from project 'SingleBoard')
SwiftDriverJobDiscovery normal arm64 Compiling Raspberry_Board.swift (in target 'SingleBoard' from project 'SingleBoard')
SwiftDriverJobDiscovery normal arm64 Compiling SingleBoard.swift (in target 'SingleBoard' from project 'SingleBoard')
SwiftDriverJobDiscovery normal arm64 Compiling I2C.swift (in target 'SingleBoard' from project 'SingleBoard')
SwiftDriver\ Compilation SingleBoard normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SingleBoard -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -plugin-path /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-experimental-feature OpaqueTypeErasure -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.1-22N573-02bafd7f43846583f0400bd788fa10b7.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard.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/SingleBoard.build/Debug-xros/SingleBoard.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.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/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SingleBoard.o normal (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.1.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.1.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -fobjc-link-runtime -L/Applications/Xcode-16.1.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug-xros/SingleBoard.build/Objects-normal/arm64/SingleBoard_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SingleBoard.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SingleBoard.o (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SingleBoard.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SingleBoard",
  "name" : "SingleBoard",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SingleBoard",
      "targets" : [
        "SingleBoard"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SingleBoardTests",
      "module_type" : "SwiftTarget",
      "name" : "SingleBoardTests",
      "path" : "Tests/SingleBoardTests",
      "sources" : [
        "RaspberryPi/RegisterTests.swift",
        "SingleBoardTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SingleBoard"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SingleBoard",
      "module_type" : "SwiftTarget",
      "name" : "SingleBoard",
      "path" : "Sources/SingleBoard",
      "product_memberships" : [
        "SingleBoard"
      ],
      "sources" : [
        "Boards/Chip_Board.swift",
        "Boards/Pine_Board.swift",
        "Boards/Raspberry_Board.swift",
        "Boards/Raspberry_PWM.swift",
        "Boards/Raspberry_Registers.swift",
        "Common/Extensions.swift",
        "Common/GPIO.swift",
        "Common/I2C.swift",
        "SingleBoard.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.