This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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

Failed to build SwiftyGPIO with Swift 6.0 for tvOS using Xcode 16.0.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme SwiftyGPIO -destination generic/platform=tvos OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete

Build Log

/Users/admin/builder/spi-builder-workspace/Sources/I2C.swift:54:16: warning: static property 'I2CRPI' is not concurrency-safe because non-'Sendable' type '[Int : any I2CInterface]' may have shared mutable state; this is an error in the Swift 6 language mode
    static let I2CRPI: [Int:I2CInterface] = [
               ^
/Users/admin/builder/spi-builder-workspace/Sources/I2C.swift:71:17: note: protocol 'I2CInterface' does not conform to the 'Sendable' protocol
public protocol I2CInterface {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/I2C.swift:54:16: note: annotate 'I2CRPI' with '@MainActor' if property should only be accessed from the main actor
    static let I2CRPI: [Int:I2CInterface] = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/I2C.swift:54:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let I2CRPI: [Int:I2CInterface] = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/I2C.swift:63:16: warning: static property 'I2CCHIP' is not concurrency-safe because non-'Sendable' type '[Int : any I2CInterface]' may have shared mutable state; this is an error in the Swift 6 language mode
    static let I2CCHIP: [Int:I2CInterface] = [
               ^
/Users/admin/builder/spi-builder-workspace/Sources/I2C.swift:71:17: note: protocol 'I2CInterface' does not conform to the 'Sendable' protocol
public protocol I2CInterface {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/I2C.swift:63:16: note: annotate 'I2CCHIP' with '@MainActor' if property should only be accessed from the main actor
    static let I2CCHIP: [Int:I2CInterface] = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/I2C.swift:63:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let I2CCHIP: [Int:I2CInterface] = [
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Mailbox.swift /Users/admin/builder/spi-builder-workspace/Sources/Mailbox.swift (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/1Wire.swift /Users/admin/builder/spi-builder-workspace/Sources/ADC.swift /Users/admin/builder/spi-builder-workspace/Sources/I2C.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Mailbox.swift /Users/admin/builder/spi-builder-workspace/Sources/PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/Presets.swift /Users/admin/builder/spi-builder-workspace/Sources/SPI.swift /Users/admin/builder/spi-builder-workspace/Sources/SunXi.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/UART.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Mailbox.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Mailbox.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Mailbox.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Mailbox.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftyGPIO -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Mailbox.o -index-unit-output-path /SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Mailbox.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/Mailbox.swift (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/1Wire.swift /Users/admin/builder/spi-builder-workspace/Sources/ADC.swift /Users/admin/builder/spi-builder-workspace/Sources/I2C.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Mailbox.swift /Users/admin/builder/spi-builder-workspace/Sources/PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/Presets.swift /Users/admin/builder/spi-builder-workspace/Sources/SPI.swift /Users/admin/builder/spi-builder-workspace/Sources/SunXi.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/UART.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Mailbox.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Mailbox.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Mailbox.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Mailbox.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftyGPIO -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Mailbox.o -index-unit-output-path /SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Mailbox.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Emitting module for SwiftyGPIO (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
SwiftCompile normal arm64 Compiling\ PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/PWM.swift (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/1Wire.swift /Users/admin/builder/spi-builder-workspace/Sources/ADC.swift /Users/admin/builder/spi-builder-workspace/Sources/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/Mailbox.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/Presets.swift /Users/admin/builder/spi-builder-workspace/Sources/SPI.swift /Users/admin/builder/spi-builder-workspace/Sources/SunXi.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/UART.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/PWM.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/PWM.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/PWM.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/PWM.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftyGPIO -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/PWM.o -index-unit-output-path /SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/PWM.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Command SwiftCompile failed with a nonzero exit code
SwiftDriver\ Compilation\ Requirements SwiftyGPIO normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name SwiftyGPIO -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO-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/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO.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/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.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/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UART.swift (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
	SwiftCompile normal arm64 Compiling\ UART.swift /Users/admin/builder/spi-builder-workspace/Sources/UART.swift (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
	SwiftCompile normal arm64 Compiling\ PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/PWM.swift (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
(3 failures)
Command line invocation:
    /Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme SwiftyGPIO -destination generic/platform=tvos "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
    IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
    IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
    IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
    IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
    TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
  SwiftyGPIO: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'SwiftyGPIO' in project 'SwiftyGPIO'
        ➜ Explicit dependency on target 'SwiftyGPIO' in project 'SwiftyGPIO'
    Target 'SwiftyGPIO' in project 'SwiftyGPIO' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
SwiftDriver SwiftyGPIO normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name SwiftyGPIO -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO-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/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO.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/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.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/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ SwiftyGPIO (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/1Wire.swift /Users/admin/builder/spi-builder-workspace/Sources/ADC.swift /Users/admin/builder/spi-builder-workspace/Sources/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/Mailbox.swift /Users/admin/builder/spi-builder-workspace/Sources/PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/Presets.swift /Users/admin/builder/spi-builder-workspace/Sources/SPI.swift /Users/admin/builder/spi-builder-workspace/Sources/SunXi.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/UART.swift -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftyGPIO -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO.abi.json
/Users/admin/builder/spi-builder-workspace/Sources/ADC.swift:54:16: warning: static property 'ADCBBB' is not concurrency-safe because non-'Sendable' type '[Int : any ADCInterface]' may have shared mutable state; this is an error in the Swift 6 language mode
 52 | extension SwiftyGPIO {
 53 |     // Beaglebone Black ADCs
 54 |     static let ADCBBB: [Int: ADCInterface] = [
    |                |- warning: static property 'ADCBBB' is not concurrency-safe because non-'Sendable' type '[Int : any ADCInterface]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'ADCBBB' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 55 |         0: SysFSADC(adcPath: "/sys/devices/platform/ocp/44e0d000.tscadc/TI-am335x-adc/iio:device1/in_voltage0_raw", id: 0),
 56 |         1: SysFSADC(adcPath: "/sys/devices/platform/ocp/44e0d000.tscadc/TI-am335x-adc/iio:device1/in_voltage1_raw", id: 1),
    :
 61 |
 62 | // MARK: ADC
 63 | public protocol ADCInterface {
    |                 `- note: protocol 'ADCInterface' does not conform to the 'Sendable' protocol
 64 |     var id: Int { get }
 65 |     func getSample() throws -> Int
/Users/admin/builder/spi-builder-workspace/Sources/I2C.swift:54:16: warning: static property 'I2CRPI' is not concurrency-safe because non-'Sendable' type '[Int : any I2CInterface]' may have shared mutable state; this is an error in the Swift 6 language mode
 52 | extension SwiftyGPIO {
 53 |     // RaspberryPis I2Cs
 54 |     static let I2CRPI: [Int:I2CInterface] = [
    |                |- warning: static property 'I2CRPI' is not concurrency-safe because non-'Sendable' type '[Int : any I2CInterface]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'I2CRPI' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 55 |         0: SysFSI2C(i2cId: 0),
 56 |         1: SysFSI2C(i2cId: 1)
    :
 69 | // MARK: I2C
 70 |
 71 | public protocol I2CInterface {
    |                 `- note: protocol 'I2CInterface' does not conform to the 'Sendable' protocol
 72 |     func isReachable(_ address: Int) -> Bool
 73 |     func setPEC(_ address: Int, enabled: Bool)
/Users/admin/builder/spi-builder-workspace/Sources/I2C.swift:63:16: warning: static property 'I2CCHIP' is not concurrency-safe because non-'Sendable' type '[Int : any I2CInterface]' may have shared mutable state; this is an error in the Swift 6 language mode
 61 |     // i2c.1: after 4.4.13-ntc-mlc connected to the U13 header I2C interface
 62 |     // i2c.2: connected to the U14 header I2C interface, XIO gpios are connected on this bus
 63 |     static let I2CCHIP: [Int:I2CInterface] = [
    |                |- warning: static property 'I2CCHIP' is not concurrency-safe because non-'Sendable' type '[Int : any I2CInterface]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'I2CCHIP' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 64 |         1: SysFSI2C(i2cId: 1),
 65 |         2: SysFSI2C(i2cId: 2),
    :
 69 | // MARK: I2C
 70 |
 71 | public protocol I2CInterface {
    |                 `- note: protocol 'I2CInterface' does not conform to the 'Sendable' protocol
 72 |     func isReachable(_ address: Int) -> Bool
 73 |     func setPEC(_ address: Int, enabled: Bool)
/Users/admin/builder/spi-builder-workspace/Sources/PWM.swift:52:16: warning: static property 'PWMRPI1' is not concurrency-safe because non-'Sendable' type '[Int : [GPIOName : any PWMOutput]]' may have shared mutable state; this is an error in the Swift 6 language mode
 50 |
 51 |     // RaspberryPis ARMv6 (all 1, Zero, Zero W) PWMs, only accessible ones, divided in channels (can use only one for each channel)
 52 |     static let PWMRPI1: [Int:[GPIOName:PWMOutput]] = [
    |                |- warning: static property 'PWMRPI1' is not concurrency-safe because non-'Sendable' type '[Int : [GPIOName : any PWMOutput]]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'PWMRPI1' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 53 |         0: [.P12: RaspberryPWM(gpioId: 12, alt: 0, channel:0, baseAddr: 0x20000000), .P18: RaspberryPWM(gpioId: 18, alt: 5, channel:0, baseAddr: 0x20000000)],
 54 |         1: [.P13: RaspberryPWM(gpioId: 13, alt: 0, channel:1, baseAddr: 0x20000000), .P19: RaspberryPWM(gpioId: 19, alt: 5, channel:1, baseAddr: 0x20000000)]
    :
 69 | // MARK: PWM
 70 |
 71 | public protocol PWMOutput {
    |                 `- note: protocol 'PWMOutput' does not conform to the 'Sendable' protocol
 72 |     func initPWM()
 73 |     func startPWM(period ns: Int, duty percent: Float)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift:457:13: note: consider making enum 'GPIOName' conform to the 'Sendable' protocol
455 | }
456 |
457 | public enum GPIOName: String {
    |             `- note: consider making enum 'GPIOName' conform to the 'Sendable' protocol
458 |     case P0
459 |     case P1
/Users/admin/builder/spi-builder-workspace/Sources/PWM.swift:58:16: warning: static property 'PWMRPI23' is not concurrency-safe because non-'Sendable' type '[Int : [GPIOName : any PWMOutput]]' may have shared mutable state; this is an error in the Swift 6 language mode
 56 |
 57 |     // RaspberryPis ARMv7 (2-3) PWMs, only accessible ones, divided in channels (can use only one for each channel)
 58 |     static let PWMRPI23: [Int:[GPIOName:PWMOutput]] = [
    |                |- warning: static property 'PWMRPI23' is not concurrency-safe because non-'Sendable' type '[Int : [GPIOName : any PWMOutput]]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'PWMRPI23' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 59 |         0: [.P12: RaspberryPWM(gpioId: 12, alt: 0, channel:0, baseAddr: 0x3F000000), .P18: RaspberryPWM(gpioId: 18, alt: 5, channel:0, baseAddr: 0x3F000000)],
 60 |         1: [.P13: RaspberryPWM(gpioId: 13, alt: 0, channel:1, baseAddr: 0x3F000000), .P19: RaspberryPWM(gpioId: 19, alt: 5, channel:1, baseAddr: 0x3F000000)]
    :
 69 | // MARK: PWM
 70 |
 71 | public protocol PWMOutput {
    |                 `- note: protocol 'PWMOutput' does not conform to the 'Sendable' protocol
 72 |     func initPWM()
 73 |     func startPWM(period ns: Int, duty percent: Float)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift:457:13: note: consider making enum 'GPIOName' conform to the 'Sendable' protocol
455 | }
456 |
457 | public enum GPIOName: String {
    |             `- note: consider making enum 'GPIOName' conform to the 'Sendable' protocol
458 |     case P0
459 |     case P1
/Users/admin/builder/spi-builder-workspace/Sources/PWM.swift:63:16: warning: static property 'PWMRPI4' is not concurrency-safe because non-'Sendable' type '[Int : [GPIOName : any PWMOutput]]' may have shared mutable state; this is an error in the Swift 6 language mode
 61 |     ]
 62 |     // RaspberryPi 4 PWMs, only accessible ones, divided in channels (can use only one for each channel)
 63 |     static let PWMRPI4: [Int:[GPIOName:PWMOutput]] = [
    |                |- warning: static property 'PWMRPI4' is not concurrency-safe because non-'Sendable' type '[Int : [GPIOName : any PWMOutput]]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'PWMRPI4' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 64 |         0: [.P12: RaspberryPWM(gpioId: 12, alt: 0, channel:0, baseAddr: 0xFE000000), .P18: RaspberryPWM(gpioId: 18, alt: 5, channel:0, baseAddr: 0xFE000000)],
 65 |         1: [.P13: RaspberryPWM(gpioId: 13, alt: 0, channel:1, baseAddr: 0xFE000000), .P19: RaspberryPWM(gpioId: 19, alt: 5, channel:1, baseAddr: 0xFE000000)]
    :
 69 | // MARK: PWM
 70 |
 71 | public protocol PWMOutput {
    |                 `- note: protocol 'PWMOutput' does not conform to the 'Sendable' protocol
 72 |     func initPWM()
 73 |     func startPWM(period ns: Int, duty percent: Float)
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift:457:13: note: consider making enum 'GPIOName' conform to the 'Sendable' protocol
455 | }
456 |
457 | public enum GPIOName: String {
    |             `- note: consider making enum 'GPIOName' conform to the 'Sendable' protocol
458 |     case P0
459 |     case P1
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:30:16: warning: static property 'GPIORPIRev1' is not concurrency-safe because non-'Sendable' type '[GPIOName : GPIO]' may have shared mutable state; this is an error in the Swift 6 language mode
 28 |     // RaspberryPi A and B Revision 1 (Before September 2012) - 26 pin header boards
 29 |     // 0, 1, 4, 7, 8, 9, 10, 11, 14, 15, 17, 18, 21, 22, 23, 24, 25
 30 |     static let GPIORPIRev1: [GPIOName:GPIO] = [
    |                |- warning: static property 'GPIORPIRev1' is not concurrency-safe because non-'Sendable' type '[GPIOName : GPIO]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'GPIORPIRev1' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 31 |         .P0: RaspberryGPIO(name:"GPIO0", id:0, baseAddr:0x20000000),
 32 |         .P1: RaspberryGPIO(name:"GPIO1", id:1, baseAddr:0x20000000),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift:457:13: note: consider making enum 'GPIOName' conform to the 'Sendable' protocol
 35 | // MARK: GPIO
 36 |
 37 | public class GPIO {
    |              `- note: class 'GPIO' does not conform to the 'Sendable' protocol
 38 |     public var bounceTime: TimeInterval?
 39 |
    :
455 | }
456 |
457 | public enum GPIOName: String {
    |             `- note: consider making enum 'GPIOName' conform to the 'Sendable' protocol
458 |     case P0
459 |     case P1
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:53:16: warning: static property 'GPIORPIRev2' is not concurrency-safe because non-'Sendable' type '[GPIOName : GPIO]' may have shared mutable state; this is an error in the Swift 6 language mode
 51 |     //TODO: Additional GPIO from 28-31 ignored for now
 52 |     // 2, 3, 4, 7, 8, 9, 10, 11, 14, 15, 17, 18, 22, 23, 24, 25, 27
 53 |     static let GPIORPIRev2: [GPIOName:GPIO] = [
    |                |- warning: static property 'GPIORPIRev2' is not concurrency-safe because non-'Sendable' type '[GPIOName : GPIO]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'GPIORPIRev2' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 54 |         .P2: RaspberryGPIO(name:"GPIO2", id:2, baseAddr:0x20000000),
 55 |         .P3: RaspberryGPIO(name:"GPIO3", id:3, baseAddr:0x20000000),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift:457:13: note: consider making enum 'GPIOName' conform to the 'Sendable' protocol
 35 | // MARK: GPIO
 36 |
 37 | public class GPIO {
    |              `- note: class 'GPIO' does not conform to the 'Sendable' protocol
 38 |     public var bounceTime: TimeInterval?
 39 |
    :
455 | }
456 |
457 | public enum GPIOName: String {
    |             `- note: consider making enum 'GPIOName' conform to the 'Sendable' protocol
458 |     case P0
459 |     case P1
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:75:16: warning: static property 'GPIORPIPlusZERO' is not concurrency-safe because non-'Sendable' type '[GPIOName : GPIO]' may have shared mutable state; this is an error in the Swift 6 language mode
 73 |     // RaspberryPi A+ and B+, Raspberry Zero - 40 pin header boards
 74 |     // 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31
 75 |     static let GPIORPIPlusZERO: [GPIOName:GPIO] = [
    |                |- warning: static property 'GPIORPIPlusZERO' is not concurrency-safe because non-'Sendable' type '[GPIOName : GPIO]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'GPIORPIPlusZERO' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
 76 |         .P2: RaspberryGPIO(name:"GPIO2", id:2, baseAddr:0x20000000),
 77 |         .P3: RaspberryGPIO(name:"GPIO3", id:3, baseAddr:0x20000000),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift:457:13: note: consider making enum 'GPIOName' conform to the 'Sendable' protocol
 35 | // MARK: GPIO
 36 |
 37 | public class GPIO {
    |              `- note: class 'GPIO' does not conform to the 'Sendable' protocol
 38 |     public var bounceTime: TimeInterval?
 39 |
    :
455 | }
456 |
457 | public enum GPIOName: String {
    |             `- note: consider making enum 'GPIOName' conform to the 'Sendable' protocol
458 |     case P0
459 |     case P1
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:106:16: warning: static property 'GPIORPI2' is not concurrency-safe because non-'Sendable' type '[GPIOName : GPIO]' may have shared mutable state; this is an error in the Swift 6 language mode
104 |     // RaspberryPi 2
105 |     // 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31
106 |     static let GPIORPI2: [GPIOName:GPIO] = [
    |                |- warning: static property 'GPIORPI2' is not concurrency-safe because non-'Sendable' type '[GPIOName : GPIO]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'GPIORPI2' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
107 |         .P2: RaspberryGPIO(name:"GPIO2", id:2, baseAddr:0x3F000000),
108 |         .P3: RaspberryGPIO(name:"GPIO3", id:3, baseAddr:0x3F000000),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift:457:13: note: consider making enum 'GPIOName' conform to the 'Sendable' protocol
 35 | // MARK: GPIO
 36 |
 37 | public class GPIO {
    |              `- note: class 'GPIO' does not conform to the 'Sendable' protocol
 38 |     public var bounceTime: TimeInterval?
 39 |
    :
455 | }
456 |
457 | public enum GPIOName: String {
    |             `- note: consider making enum 'GPIOName' conform to the 'Sendable' protocol
458 |     case P0
459 |     case P1
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:137:16: warning: static property 'GPIORPI4' is not concurrency-safe because non-'Sendable' type '[GPIOName : GPIO]' may have shared mutable state; this is an error in the Swift 6 language mode
135 |     // RaspberryPi 4, with classic numbering scheme, see https://github.com/raspberrypi/linux/issues/6037
136 |     // 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31
137 |     static let GPIORPI4: [GPIOName:GPIO] = [
    |                |- warning: static property 'GPIORPI4' is not concurrency-safe because non-'Sendable' type '[GPIOName : GPIO]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'GPIORPI4' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
138 |         .P2: RaspberryGPIO(name:"GPIO2", id:2, baseAddr:0x7E000000),
139 |         .P3: RaspberryGPIO(name:"GPIO3", id:3, baseAddr:0x7E000000),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift:457:13: note: consider making enum 'GPIOName' conform to the 'Sendable' protocol
 35 | // MARK: GPIO
 36 |
 37 | public class GPIO {
    |              `- note: class 'GPIO' does not conform to the 'Sendable' protocol
 38 |     public var bounceTime: TimeInterval?
 39 |
    :
455 | }
456 |
457 | public enum GPIOName: String {
    |             `- note: consider making enum 'GPIOName' conform to the 'Sendable' protocol
458 |     case P0
459 |     case P1
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:168:16: warning: static property 'GPIORPI4New' is not concurrency-safe because non-'Sendable' type '[GPIOName : GPIO]' may have shared mutable state; this is an error in the Swift 6 language mode
166 |     // RaspberryPi 4 with new GPIOs numbering scheme, see https://github.com/raspberrypi/linux/issues/6037
167 |     // 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31
168 |     static let GPIORPI4New: [GPIOName:GPIO] = [
    |                |- warning: static property 'GPIORPI4New' is not concurrency-safe because non-'Sendable' type '[GPIOName : GPIO]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'GPIORPI4New' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
169 |         .P2: RaspberryGPIO(name:"GPIO2", id:514, baseAddr:0x7E000000),
170 |         .P3: RaspberryGPIO(name:"GPIO3", id:515, baseAddr:0x7E000000),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift:457:13: note: consider making enum 'GPIOName' conform to the 'Sendable' protocol
 35 | // MARK: GPIO
 36 |
 37 | public class GPIO {
    |              `- note: class 'GPIO' does not conform to the 'Sendable' protocol
 38 |     public var bounceTime: TimeInterval?
 39 |
    :
455 | }
456 |
457 | public enum GPIOName: String {
    |             `- note: consider making enum 'GPIOName' conform to the 'Sendable' protocol
458 |     case P0
459 |     case P1
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:204:16: warning: static property 'GPIOCHIP' is not concurrency-safe because non-'Sendable' type '[GPIOName : GPIO]' may have shared mutable state; this is an error in the Swift 6 language mode
202 |     //
203 |     // See: https://docs.getchip.com/chip.html#kernel-4-3-vs-4-4-gpio-how-to-tell-the-difference
204 |     static let GPIOCHIP: [GPIOName:GPIO] = [
    |                |- warning: static property 'GPIOCHIP' is not concurrency-safe because non-'Sendable' type '[GPIOName : GPIO]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'GPIOCHIP' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
205 |         .P0: GPIO(name:"XIO-P0", id:1013),
206 |         .P1: GPIO(name:"XIO-P1", id:1014),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift:457:13: note: consider making enum 'GPIOName' conform to the 'Sendable' protocol
 35 | // MARK: GPIO
 36 |
 37 | public class GPIO {
    |              `- note: class 'GPIO' does not conform to the 'Sendable' protocol
 38 |     public var bounceTime: TimeInterval?
 39 |
    :
455 | }
456 |
457 | public enum GPIOName: String {
    |             `- note: consider making enum 'GPIOName' conform to the 'Sendable' protocol
458 |     case P0
459 |     case P1
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:253:16: warning: static property 'GPIOBEAGLEBONE' is not concurrency-safe because non-'Sendable' type '[GPIOName : GPIO]' may have shared mutable state; this is an error in the Swift 6 language mode
251 |     //Clearly this does not support mode change.
252 |     //
253 |     static let GPIOBEAGLEBONE: [GPIOName:GPIO] = [
    |                |- warning: static property 'GPIOBEAGLEBONE' is not concurrency-safe because non-'Sendable' type '[GPIOName : GPIO]' may have shared mutable state; this is an error in the Swift 6 language mode
    |                |- note: annotate 'GPIOBEAGLEBONE' with '@MainActor' if property should only be accessed from the main actor
    |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
254 |         .P0: GPIO(name:"P8_PIN03_GPIO1_6", id:38),  //P8
255 |         .P1: GPIO(name:"P8_PIN04_GPIO1_7", id:39),
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift:457:13: note: consider making enum 'GPIOName' conform to the 'Sendable' protocol
 35 | // MARK: GPIO
 36 |
 37 | public class GPIO {
    |              `- note: class 'GPIO' does not conform to the 'Sendable' protocol
 38 |     public var bounceTime: TimeInterval?
 39 |
    :
455 | }
456 |
457 | public enum GPIOName: String {
    |             `- note: consider making enum 'GPIOName' conform to the 'Sendable' protocol
458 |     case P0
459 |     case P1
SwiftCompile normal arm64 Compiling\ Presets.swift /Users/admin/builder/spi-builder-workspace/Sources/Presets.swift (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/1Wire.swift /Users/admin/builder/spi-builder-workspace/Sources/ADC.swift /Users/admin/builder/spi-builder-workspace/Sources/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/Mailbox.swift /Users/admin/builder/spi-builder-workspace/Sources/PWM.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Presets.swift /Users/admin/builder/spi-builder-workspace/Sources/SPI.swift /Users/admin/builder/spi-builder-workspace/Sources/SunXi.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/UART.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Presets.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Presets.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Presets.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Presets.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftyGPIO -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Presets.o -index-unit-output-path /SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Presets.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/Presets.swift (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/1Wire.swift /Users/admin/builder/spi-builder-workspace/Sources/ADC.swift /Users/admin/builder/spi-builder-workspace/Sources/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/Mailbox.swift /Users/admin/builder/spi-builder-workspace/Sources/PWM.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Presets.swift /Users/admin/builder/spi-builder-workspace/Sources/SPI.swift /Users/admin/builder/spi-builder-workspace/Sources/SunXi.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/UART.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Presets.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Presets.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Presets.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Presets.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftyGPIO -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Presets.o -index-unit-output-path /SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Presets.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:30:16: warning: static property 'GPIORPIRev1' is not concurrency-safe because non-'Sendable' type '[GPIOName : GPIO]' may have shared mutable state; this is an error in the Swift 6 language mode
    static let GPIORPIRev1: [GPIOName:GPIO] = [
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift:457:13: note: consider making enum 'GPIOName' conform to the 'Sendable' protocol
public enum GPIOName: String {
            ^
                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift:37:14: note: class 'GPIO' does not conform to the 'Sendable' protocol
public class GPIO {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:30:16: note: annotate 'GPIORPIRev1' with '@MainActor' if property should only be accessed from the main actor
    static let GPIORPIRev1: [GPIOName:GPIO] = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:30:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let GPIORPIRev1: [GPIOName:GPIO] = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:53:16: warning: static property 'GPIORPIRev2' is not concurrency-safe because non-'Sendable' type '[GPIOName : GPIO]' may have shared mutable state; this is an error in the Swift 6 language mode
    static let GPIORPIRev2: [GPIOName:GPIO] = [
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift:457:13: note: consider making enum 'GPIOName' conform to the 'Sendable' protocol
public enum GPIOName: String {
            ^
                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift:37:14: note: class 'GPIO' does not conform to the 'Sendable' protocol
public class GPIO {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:53:16: note: annotate 'GPIORPIRev2' with '@MainActor' if property should only be accessed from the main actor
    static let GPIORPIRev2: [GPIOName:GPIO] = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:53:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let GPIORPIRev2: [GPIOName:GPIO] = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:75:16: warning: static property 'GPIORPIPlusZERO' is not concurrency-safe because non-'Sendable' type '[GPIOName : GPIO]' may have shared mutable state; this is an error in the Swift 6 language mode
    static let GPIORPIPlusZERO: [GPIOName:GPIO] = [
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift:457:13: note: consider making enum 'GPIOName' conform to the 'Sendable' protocol
public enum GPIOName: String {
            ^
                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift:37:14: note: class 'GPIO' does not conform to the 'Sendable' protocol
public class GPIO {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:75:16: note: annotate 'GPIORPIPlusZERO' with '@MainActor' if property should only be accessed from the main actor
    static let GPIORPIPlusZERO: [GPIOName:GPIO] = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:75:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let GPIORPIPlusZERO: [GPIOName:GPIO] = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:106:16: warning: static property 'GPIORPI2' is not concurrency-safe because non-'Sendable' type '[GPIOName : GPIO]' may have shared mutable state; this is an error in the Swift 6 language mode
    static let GPIORPI2: [GPIOName:GPIO] = [
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift:457:13: note: consider making enum 'GPIOName' conform to the 'Sendable' protocol
public enum GPIOName: String {
            ^
                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift:37:14: note: class 'GPIO' does not conform to the 'Sendable' protocol
public class GPIO {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:106:16: note: annotate 'GPIORPI2' with '@MainActor' if property should only be accessed from the main actor
    static let GPIORPI2: [GPIOName:GPIO] = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:106:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let GPIORPI2: [GPIOName:GPIO] = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:137:16: warning: static property 'GPIORPI4' is not concurrency-safe because non-'Sendable' type '[GPIOName : GPIO]' may have shared mutable state; this is an error in the Swift 6 language mode
    static let GPIORPI4: [GPIOName:GPIO] = [
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift:457:13: note: consider making enum 'GPIOName' conform to the 'Sendable' protocol
public enum GPIOName: String {
            ^
                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift:37:14: note: class 'GPIO' does not conform to the 'Sendable' protocol
public class GPIO {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:137:16: note: annotate 'GPIORPI4' with '@MainActor' if property should only be accessed from the main actor
    static let GPIORPI4: [GPIOName:GPIO] = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:137:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let GPIORPI4: [GPIOName:GPIO] = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:168:16: warning: static property 'GPIORPI4New' is not concurrency-safe because non-'Sendable' type '[GPIOName : GPIO]' may have shared mutable state; this is an error in the Swift 6 language mode
    static let GPIORPI4New: [GPIOName:GPIO] = [
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift:457:13: note: consider making enum 'GPIOName' conform to the 'Sendable' protocol
public enum GPIOName: String {
            ^
                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift:37:14: note: class 'GPIO' does not conform to the 'Sendable' protocol
public class GPIO {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:168:16: note: annotate 'GPIORPI4New' with '@MainActor' if property should only be accessed from the main actor
    static let GPIORPI4New: [GPIOName:GPIO] = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:168:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let GPIORPI4New: [GPIOName:GPIO] = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:204:16: warning: static property 'GPIOCHIP' is not concurrency-safe because non-'Sendable' type '[GPIOName : GPIO]' may have shared mutable state; this is an error in the Swift 6 language mode
    static let GPIOCHIP: [GPIOName:GPIO] = [
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift:457:13: note: consider making enum 'GPIOName' conform to the 'Sendable' protocol
public enum GPIOName: String {
            ^
                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift:37:14: note: class 'GPIO' does not conform to the 'Sendable' protocol
public class GPIO {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:204:16: note: annotate 'GPIOCHIP' with '@MainActor' if property should only be accessed from the main actor
    static let GPIOCHIP: [GPIOName:GPIO] = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:204:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let GPIOCHIP: [GPIOName:GPIO] = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:253:16: warning: static property 'GPIOBEAGLEBONE' is not concurrency-safe because non-'Sendable' type '[GPIOName : GPIO]' may have shared mutable state; this is an error in the Swift 6 language mode
    static let GPIOBEAGLEBONE: [GPIOName:GPIO] = [
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift:457:13: note: consider making enum 'GPIOName' conform to the 'Sendable' protocol
public enum GPIOName: String {
            ^
                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift:37:14: note: class 'GPIO' does not conform to the 'Sendable' protocol
public class GPIO {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:253:16: note: annotate 'GPIOBEAGLEBONE' with '@MainActor' if property should only be accessed from the main actor
    static let GPIOBEAGLEBONE: [GPIOName:GPIO] = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:253:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let GPIOBEAGLEBONE: [GPIOName:GPIO] = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:292:16: warning: static property 'GPIOORANGEPI' is not concurrency-safe because non-'Sendable' type '[GPIOName : GPIO]' may have shared mutable state; this is an error in the Swift 6 language mode
    static let GPIOORANGEPI: [GPIOName:GPIO] = [
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift:457:13: note: consider making enum 'GPIOName' conform to the 'Sendable' protocol
public enum GPIOName: String {
            ^
                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift:37:14: note: class 'GPIO' does not conform to the 'Sendable' protocol
public class GPIO {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:292:16: note: annotate 'GPIOORANGEPI' with '@MainActor' if property should only be accessed from the main actor
    static let GPIOORANGEPI: [GPIOName:GPIO] = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:292:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let GPIOORANGEPI: [GPIOName:GPIO] = [
               ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:324:16: warning: static property 'GPIOORANGEPIZERO' is not concurrency-safe because non-'Sendable' type '[GPIOName : GPIO]' may have shared mutable state; this is an error in the Swift 6 language mode
    static let GPIOORANGEPIZERO: [GPIOName:GPIO] = [
               ^
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift:457:13: note: consider making enum 'GPIOName' conform to the 'Sendable' protocol
public enum GPIOName: String {
            ^
                            , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift:37:14: note: class 'GPIO' does not conform to the 'Sendable' protocol
public class GPIO {
             ^
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:324:16: note: annotate 'GPIOORANGEPIZERO' with '@MainActor' if property should only be accessed from the main actor
    static let GPIOORANGEPIZERO: [GPIOName:GPIO] = [
               ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/Presets.swift:324:16: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    static let GPIOORANGEPIZERO: [GPIOName:GPIO] = [
               ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ UART.swift /Users/admin/builder/spi-builder-workspace/Sources/UART.swift (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/1Wire.swift /Users/admin/builder/spi-builder-workspace/Sources/ADC.swift /Users/admin/builder/spi-builder-workspace/Sources/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/Mailbox.swift /Users/admin/builder/spi-builder-workspace/Sources/PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/Presets.swift /Users/admin/builder/spi-builder-workspace/Sources/SPI.swift /Users/admin/builder/spi-builder-workspace/Sources/SunXi.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UART.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/UART.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/UART.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/UART.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/UART.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftyGPIO -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/UART.o -index-unit-output-path /SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/UART.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/UART.swift (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/1Wire.swift /Users/admin/builder/spi-builder-workspace/Sources/ADC.swift /Users/admin/builder/spi-builder-workspace/Sources/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/Mailbox.swift /Users/admin/builder/spi-builder-workspace/Sources/PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/Presets.swift /Users/admin/builder/spi-builder-workspace/Sources/SPI.swift /Users/admin/builder/spi-builder-workspace/Sources/SunXi.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/UART.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/UART.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/UART.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/UART.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/UART.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftyGPIO -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/UART.o -index-unit-output-path /SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/UART.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
/Users/admin/builder/spi-builder-workspace/Sources/UART.swift:72:28: error: cannot convert value of type 'UInt32' to expected argument type 'UInt'
            cfg.c_cflag &= ~UInt32(PARENB | PARODD)
                           ^
                           UInt(                   )
/Users/admin/builder/spi-builder-workspace/Sources/UART.swift:72:29: error: cannot convert value of type 'UInt32' to expected argument type 'UInt'
            cfg.c_cflag &= ~UInt32(PARENB | PARODD)
                            ^
                            UInt(                  )
/Users/admin/builder/spi-builder-workspace/Sources/UART.swift:74:28: error: cannot convert value of type 'UInt32' to expected argument type 'UInt'
            cfg.c_cflag &= ~UInt32(PARENB | PARODD)
                           ^
                           UInt(                   )
/Users/admin/builder/spi-builder-workspace/Sources/UART.swift:74:29: error: cannot convert value of type 'UInt32' to expected argument type 'UInt'
            cfg.c_cflag &= ~UInt32(PARENB | PARODD)
                            ^
                            UInt(                  )
/Users/admin/builder/spi-builder-workspace/Sources/UART.swift:75:28: error: cannot convert value of type 'UInt32' to expected argument type 'UInt'
            cfg.c_cflag |= UInt32(PARENB)
                           ^
                           UInt(         )
/Users/admin/builder/spi-builder-workspace/Sources/UART.swift:77:28: error: cannot convert value of type 'UInt32' to expected argument type 'UInt'
            cfg.c_cflag |= UInt32(PARENB | PARODD)
                           ^
                           UInt(                  )
/Users/admin/builder/spi-builder-workspace/Sources/UART.swift:88:39: error: cannot convert value of type 'UInt32' to expected argument type 'UInt'
        cfg.c_cflag = (cfg.c_cflag & ~UInt32(CSIZE))
                                      ^
                                      UInt(        )
/Users/admin/builder/spi-builder-workspace/Sources/UART.swift:88:38: error: cannot convert value of type 'UInt32' to expected argument type 'UInt'
        cfg.c_cflag = (cfg.c_cflag & ~UInt32(CSIZE))
                                     ^
                                     UInt(         )
/Users/admin/builder/spi-builder-workspace/Sources/UART.swift:91:28: error: cannot convert value of type 'UInt32' to expected argument type 'UInt'
            cfg.c_cflag |= UInt32(CS8)
                           ^
                           UInt(      )
/Users/admin/builder/spi-builder-workspace/Sources/UART.swift:93:28: error: cannot convert value of type 'UInt32' to expected argument type 'UInt'
            cfg.c_cflag |= UInt32(CS7)
                           ^
                           UInt(      )
/Users/admin/builder/spi-builder-workspace/Sources/UART.swift:95:28: error: cannot convert value of type 'UInt32' to expected argument type 'UInt'
            cfg.c_cflag |= UInt32(CS6)
                           ^
                           UInt(      )
/Users/admin/builder/spi-builder-workspace/Sources/UART.swift:107:29: error: cannot convert value of type 'UInt32' to expected argument type 'UInt'
            cfg.c_cflag &= ~UInt32(CSTOPB)
                            ^
                            UInt(         )
/Users/admin/builder/spi-builder-workspace/Sources/UART.swift:107:28: error: cannot convert value of type 'UInt32' to expected argument type 'UInt'
            cfg.c_cflag &= ~UInt32(CSTOPB)
                           ^
                           UInt(          )
/Users/admin/builder/spi-builder-workspace/Sources/UART.swift:109:28: error: cannot convert value of type 'UInt32' to expected argument type 'UInt'
            cfg.c_cflag |= UInt32(CSTOPB)
                           ^
                           UInt(         )
/Users/admin/builder/spi-builder-workspace/Sources/UART.swift:199:24: error: cannot convert value of type 'UInt32' to expected argument type 'UInt'
        tty.c_iflag &= ~UInt32(IGNBRK)      // disable break processing
                       ^
                       UInt(          )
/Users/admin/builder/spi-builder-workspace/Sources/UART.swift:199:25: error: cannot convert value of type 'UInt32' to expected argument type 'UInt'
        tty.c_iflag &= ~UInt32(IGNBRK)      // disable break processing
                        ^
                        UInt(         )
/Users/admin/builder/spi-builder-workspace/Sources/UART.swift:206:25: error: cannot convert value of type 'UInt32' to expected argument type 'UInt'
        tty.c_iflag &= ~UInt32(IXON | IXOFF | IXANY) // Every kind of software flow control off
                        ^
                        UInt(                       )
/Users/admin/builder/spi-builder-workspace/Sources/UART.swift:206:24: error: cannot convert value of type 'UInt32' to expected argument type 'UInt'
        tty.c_iflag &= ~UInt32(IXON | IXOFF | IXANY) // Every kind of software flow control off
                       ^
                       UInt(                        )
/Users/admin/builder/spi-builder-workspace/Sources/UART.swift:207:25: error: cannot convert value of type 'UInt32' to expected argument type 'UInt'
        tty.c_cflag &= ~UInt32(CRTSCTS)  //No hw flow control
                        ^
                        UInt(          )
/Users/admin/builder/spi-builder-workspace/Sources/UART.swift:207:24: error: cannot convert value of type 'UInt32' to expected argument type 'UInt'
        tty.c_cflag &= ~UInt32(CRTSCTS)  //No hw flow control
                       ^
                       UInt(           )
/Users/admin/builder/spi-builder-workspace/Sources/UART.swift:208:24: error: cannot convert value of type 'UInt32' to expected argument type 'UInt'
        tty.c_cflag |= UInt32(CLOCAL | CREAD)        // Ignore modem controls, enable read
                       ^
                       UInt(                 )
/Users/admin/builder/spi-builder-workspace/Sources/UART.swift:217:37: error: cannot find 'FIONREAD' in scope
        let result = ioctl(fd, UInt(FIONREAD), &bytesToRead)
                                    ^~~~~~~~
/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/include/sys/filio.h:77:9: note: macro 'FIONREAD' unavailable: structure not supported
#define FIONREAD        _IOR('f', 127, int)     /* get # bytes to read */
        ^
SwiftCompile normal arm64 Compiling\ SwiftyGPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/1Wire.swift /Users/admin/builder/spi-builder-workspace/Sources/ADC.swift /Users/admin/builder/spi-builder-workspace/Sources/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/Mailbox.swift /Users/admin/builder/spi-builder-workspace/Sources/PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/Presets.swift /Users/admin/builder/spi-builder-workspace/Sources/SPI.swift /Users/admin/builder/spi-builder-workspace/Sources/SunXi.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/UART.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftyGPIO -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO.o -index-unit-output-path /SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO.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/SwiftyGPIO.swift (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/1Wire.swift /Users/admin/builder/spi-builder-workspace/Sources/ADC.swift /Users/admin/builder/spi-builder-workspace/Sources/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/Mailbox.swift /Users/admin/builder/spi-builder-workspace/Sources/PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/Presets.swift /Users/admin/builder/spi-builder-workspace/Sources/SPI.swift /Users/admin/builder/spi-builder-workspace/Sources/SunXi.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/UART.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftyGPIO -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO.o -index-unit-output-path /SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ SunXi.swift /Users/admin/builder/spi-builder-workspace/Sources/SunXi.swift (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/1Wire.swift /Users/admin/builder/spi-builder-workspace/Sources/ADC.swift /Users/admin/builder/spi-builder-workspace/Sources/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/Mailbox.swift /Users/admin/builder/spi-builder-workspace/Sources/PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/Presets.swift /Users/admin/builder/spi-builder-workspace/Sources/SPI.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SunXi.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/UART.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SunXi.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SunXi.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SunXi.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SunXi.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftyGPIO -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SunXi.o -index-unit-output-path /SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SunXi.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/SunXi.swift (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/1Wire.swift /Users/admin/builder/spi-builder-workspace/Sources/ADC.swift /Users/admin/builder/spi-builder-workspace/Sources/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/Mailbox.swift /Users/admin/builder/spi-builder-workspace/Sources/PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/Presets.swift /Users/admin/builder/spi-builder-workspace/Sources/SPI.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SunXi.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/UART.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SunXi.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SunXi.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SunXi.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SunXi.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftyGPIO -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SunXi.o -index-unit-output-path /SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SunXi.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ SPI.swift /Users/admin/builder/spi-builder-workspace/Sources/SPI.swift (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/1Wire.swift /Users/admin/builder/spi-builder-workspace/Sources/ADC.swift /Users/admin/builder/spi-builder-workspace/Sources/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/Mailbox.swift /Users/admin/builder/spi-builder-workspace/Sources/PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/Presets.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SPI.swift /Users/admin/builder/spi-builder-workspace/Sources/SunXi.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/UART.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SPI.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SPI.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SPI.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SPI.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftyGPIO -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SPI.o -index-unit-output-path /SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SPI.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/SPI.swift (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/1Wire.swift /Users/admin/builder/spi-builder-workspace/Sources/ADC.swift /Users/admin/builder/spi-builder-workspace/Sources/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/Mailbox.swift /Users/admin/builder/spi-builder-workspace/Sources/PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/Presets.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/SPI.swift /Users/admin/builder/spi-builder-workspace/Sources/SunXi.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/UART.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SPI.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SPI.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SPI.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SPI.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftyGPIO -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SPI.o -index-unit-output-path /SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SPI.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ ADC.swift /Users/admin/builder/spi-builder-workspace/Sources/ADC.swift (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/1Wire.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ADC.swift /Users/admin/builder/spi-builder-workspace/Sources/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/Mailbox.swift /Users/admin/builder/spi-builder-workspace/Sources/PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/Presets.swift /Users/admin/builder/spi-builder-workspace/Sources/SPI.swift /Users/admin/builder/spi-builder-workspace/Sources/SunXi.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/UART.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/ADC.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/ADC.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/ADC.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/ADC.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftyGPIO -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/ADC.o -index-unit-output-path /SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/ADC.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/ADC.swift (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/1Wire.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ADC.swift /Users/admin/builder/spi-builder-workspace/Sources/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/Mailbox.swift /Users/admin/builder/spi-builder-workspace/Sources/PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/Presets.swift /Users/admin/builder/spi-builder-workspace/Sources/SPI.swift /Users/admin/builder/spi-builder-workspace/Sources/SunXi.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/UART.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/ADC.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/ADC.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/ADC.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/ADC.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftyGPIO -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/ADC.o -index-unit-output-path /SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/ADC.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ Mailbox.swift /Users/admin/builder/spi-builder-workspace/Sources/Mailbox.swift (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/1Wire.swift /Users/admin/builder/spi-builder-workspace/Sources/ADC.swift /Users/admin/builder/spi-builder-workspace/Sources/I2C.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Mailbox.swift /Users/admin/builder/spi-builder-workspace/Sources/PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/Presets.swift /Users/admin/builder/spi-builder-workspace/Sources/SPI.swift /Users/admin/builder/spi-builder-workspace/Sources/SunXi.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/UART.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Mailbox.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Mailbox.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Mailbox.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Mailbox.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftyGPIO -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Mailbox.o -index-unit-output-path /SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Mailbox.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/Mailbox.swift (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/1Wire.swift /Users/admin/builder/spi-builder-workspace/Sources/ADC.swift /Users/admin/builder/spi-builder-workspace/Sources/I2C.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/Mailbox.swift /Users/admin/builder/spi-builder-workspace/Sources/PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/Presets.swift /Users/admin/builder/spi-builder-workspace/Sources/SPI.swift /Users/admin/builder/spi-builder-workspace/Sources/SunXi.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/UART.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Mailbox.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Mailbox.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Mailbox.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Mailbox.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftyGPIO -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Mailbox.o -index-unit-output-path /SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/Mailbox.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/I2C.swift (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/1Wire.swift /Users/admin/builder/spi-builder-workspace/Sources/ADC.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/Mailbox.swift /Users/admin/builder/spi-builder-workspace/Sources/PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/Presets.swift /Users/admin/builder/spi-builder-workspace/Sources/SPI.swift /Users/admin/builder/spi-builder-workspace/Sources/SunXi.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/UART.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/I2C.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/I2C.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/I2C.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/I2C.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftyGPIO -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/I2C.o -index-unit-output-path /SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.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/I2C.swift (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/1Wire.swift /Users/admin/builder/spi-builder-workspace/Sources/ADC.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/Mailbox.swift /Users/admin/builder/spi-builder-workspace/Sources/PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/Presets.swift /Users/admin/builder/spi-builder-workspace/Sources/SPI.swift /Users/admin/builder/spi-builder-workspace/Sources/SunXi.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/UART.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/I2C.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/I2C.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/I2C.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/I2C.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftyGPIO -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/I2C.o -index-unit-output-path /SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.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\ PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/PWM.swift (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/1Wire.swift /Users/admin/builder/spi-builder-workspace/Sources/ADC.swift /Users/admin/builder/spi-builder-workspace/Sources/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/Mailbox.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/Presets.swift /Users/admin/builder/spi-builder-workspace/Sources/SPI.swift /Users/admin/builder/spi-builder-workspace/Sources/SunXi.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/UART.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/PWM.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/PWM.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/PWM.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/PWM.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftyGPIO -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/PWM.o -index-unit-output-path /SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/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/PWM.swift (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
    cd /Users/admin/builder/spi-builder-workspace
    /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/Sources/1Wire.swift /Users/admin/builder/spi-builder-workspace/Sources/ADC.swift /Users/admin/builder/spi-builder-workspace/Sources/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/Mailbox.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/Presets.swift /Users/admin/builder/spi-builder-workspace/Sources/SPI.swift /Users/admin/builder/spi-builder-workspace/Sources/SunXi.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/UART.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/PWM.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/PWM.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/PWM.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/PWM.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftyGPIO -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/PWM.o -index-unit-output-path /SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/PWM.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling SunXi.swift (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
SwiftCompile normal arm64 Compiling\ 1Wire.swift /Users/admin/builder/spi-builder-workspace/Sources/1Wire.swift (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/1Wire.swift /Users/admin/builder/spi-builder-workspace/Sources/ADC.swift /Users/admin/builder/spi-builder-workspace/Sources/I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/Mailbox.swift /Users/admin/builder/spi-builder-workspace/Sources/PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/Presets.swift /Users/admin/builder/spi-builder-workspace/Sources/SPI.swift /Users/admin/builder/spi-builder-workspace/Sources/SunXi.swift /Users/admin/builder/spi-builder-workspace/Sources/SwiftyGPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/UART.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/1Wire.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/1Wire.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/1Wire.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/1Wire.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/SwiftyGPIO_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -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 -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name SwiftyGPIO -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/1Wire.o -index-unit-output-path /SwiftyGPIO.build/Debug-appletvos/SwiftyGPIO.build/Objects-normal/arm64/1Wire.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Compiling Presets.swift (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ UART.swift /Users/admin/builder/spi-builder-workspace/Sources/UART.swift (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/UART.swift (in target 'SwiftyGPIO' from project 'SwiftyGPIO')
(2 failures)
BUILD FAILURE 6.0 tvOS
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.