The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SingleBoard, reference main (6866fb), with Swift 6.1 for macOS (Xcode) using Xcode 16.3 on 26 Apr 2025 21:06:44 UTC.

Swift 6 data race errors: 38

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SingleBoard-Package -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Kaiede/SingleBoard.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Kaiede/SingleBoard
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 6866fb3 Update README.md
Cloned https://github.com/Kaiede/SingleBoard.git
Revision (git rev-parse @):
6866fb3ddc9c76c1875279c7981ba489c98f7ff1
SUCCESS checkout https://github.com/Kaiede/SingleBoard.git at main
========================================
Build
========================================
Selected platform:         macosXcodebuild
Swift version:             6.1
Building package at path:  $PWD
https://github.com/Kaiede/SingleBoard.git
https://github.com/Kaiede/SingleBoard.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SingleBoard",
  "name" : "SingleBoard",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SingleBoard",
      "targets" : [
        "SingleBoard"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PCA9685",
      "targets" : [
        "PCA9685"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MCP4725",
      "targets" : [
        "MCP4725"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SingleBoardTests",
      "module_type" : "SwiftTarget",
      "name" : "SingleBoardTests",
      "path" : "Tests/SingleBoardTests",
      "sources" : [
        "RaspberryPi/RegisterTests.swift",
        "SingleBoardTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SingleBoard"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SingleBoard",
      "module_type" : "SwiftTarget",
      "name" : "SingleBoard",
      "path" : "Sources/SingleBoard",
      "product_memberships" : [
        "SingleBoard",
        "PCA9685",
        "MCP4725"
      ],
      "sources" : [
        "Boards/Chip_Board.swift",
        "Boards/Pine_Board.swift",
        "Boards/Raspberry_Board.swift",
        "Boards/Raspberry_PWM.swift",
        "Boards/Raspberry_Registers.swift",
        "Common/Extensions.swift",
        "Common/GPIO.swift",
        "Common/I2C.swift",
        "SingleBoard.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PCA9685",
      "module_type" : "SwiftTarget",
      "name" : "PCA9685",
      "path" : "Sources/PCA9685",
      "product_memberships" : [
        "PCA9685"
      ],
      "sources" : [
        "PCA9685.swift"
      ],
      "target_dependencies" : [
        "SingleBoard"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MCP4725",
      "module_type" : "SwiftTarget",
      "name" : "MCP4725",
      "path" : "Sources/MCP4725",
      "product_memberships" : [
        "MCP4725"
      ],
      "sources" : [
        "MCP4725.swift"
      ],
      "target_dependencies" : [
        "SingleBoard"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  SingleBoard: /Users/admin/builder/spi-builder-workspace
resolved source packages: SingleBoard
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SingleBoard",
  "name" : "SingleBoard",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SingleBoard",
      "targets" : [
        "SingleBoard"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PCA9685",
      "targets" : [
        "PCA9685"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MCP4725",
      "targets" : [
        "MCP4725"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SingleBoardTests",
      "module_type" : "SwiftTarget",
      "name" : "SingleBoardTests",
      "path" : "Tests/SingleBoardTests",
      "sources" : [
        "RaspberryPi/RegisterTests.swift",
        "SingleBoardTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SingleBoard"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SingleBoard",
      "module_type" : "SwiftTarget",
      "name" : "SingleBoard",
      "path" : "Sources/SingleBoard",
      "product_memberships" : [
        "SingleBoard",
        "PCA9685",
        "MCP4725"
      ],
      "sources" : [
        "Boards/Chip_Board.swift",
        "Boards/Pine_Board.swift",
        "Boards/Raspberry_Board.swift",
        "Boards/Raspberry_PWM.swift",
        "Boards/Raspberry_Registers.swift",
        "Common/Extensions.swift",
        "Common/GPIO.swift",
        "Common/I2C.swift",
        "SingleBoard.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PCA9685",
      "module_type" : "SwiftTarget",
      "name" : "PCA9685",
      "path" : "Sources/PCA9685",
      "product_memberships" : [
        "PCA9685"
      ],
      "sources" : [
        "PCA9685.swift"
      ],
      "target_dependencies" : [
        "SingleBoard"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MCP4725",
      "module_type" : "SwiftTarget",
      "name" : "MCP4725",
      "path" : "Sources/MCP4725",
      "product_memberships" : [
        "MCP4725"
      ],
      "sources" : [
        "MCP4725.swift"
      ],
      "target_dependencies" : [
        "SingleBoard"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "MCP4725",
      "PCA9685",
      "SingleBoard",
      "SingleBoard-Package"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SingleBoard-Package -destination platform=macOS,arch=arm64 OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.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 SingleBoard-Package -destination platform=macOS,arch=arm64 "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  SingleBoard: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'SingleBoard' in project 'SingleBoard'
        ➜ Explicit dependency on target 'SingleBoard' in project 'SingleBoard'
    Target 'PCA9685' in project 'SingleBoard'
        ➜ Explicit dependency on target 'PCA9685' in project 'SingleBoard'
        ➜ Explicit dependency on target 'SingleBoard' in project 'SingleBoard'
    Target 'PCA9685' in project 'SingleBoard'
        ➜ Explicit dependency on target 'SingleBoard' in project 'SingleBoard'
    Target 'MCP4725' in project 'SingleBoard'
        ➜ Explicit dependency on target 'MCP4725' in project 'SingleBoard'
        ➜ Explicit dependency on target 'SingleBoard' in project 'SingleBoard'
    Target 'MCP4725' in project 'SingleBoard'
        ➜ Explicit dependency on target 'SingleBoard' in project 'SingleBoard'
    Target 'SingleBoard' in project 'SingleBoard' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 6a72b94d2fa14cd0d4f70686e1abe993
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/6a72b94d2fa14cd0d4f70686e1abe993.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/SingleBoard.DependencyStaticMetadataFileList (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/SingleBoard.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/SingleBoard.DependencyMetadataFileList (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/SingleBoard.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/SingleBoard.modulemap (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/SingleBoard.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard_const_extract_protocols.json (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard-OutputFileMap.json (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard.LinkFileList (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard.SwiftFileList (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard.SwiftConstValuesFileList (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/PCA9685.modulemap (in target 'PCA9685' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/PCA9685.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/PCA9685.DependencyStaticMetadataFileList (in target 'PCA9685' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/PCA9685.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/PCA9685.DependencyMetadataFileList (in target 'PCA9685' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/PCA9685.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685_const_extract_protocols.json (in target 'PCA9685' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685_const_extract_protocols.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/SingleBoard.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/SingleBoard.modulemap (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/SingleBoard.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685.SwiftFileList (in target 'PCA9685' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685.SwiftConstValuesFileList (in target 'PCA9685' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685.LinkFileList (in target 'PCA9685' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685-OutputFileMap.json (in target 'PCA9685' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725_const_extract_protocols.json (in target 'MCP4725' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725_const_extract_protocols.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/PCA9685.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/PCA9685.modulemap (in target 'PCA9685' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/PCA9685.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725.SwiftFileList (in target 'MCP4725' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725.SwiftConstValuesFileList (in target 'MCP4725' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725.LinkFileList (in target 'MCP4725' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725-OutputFileMap.json (in target 'MCP4725' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/MCP4725.modulemap (in target 'MCP4725' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/MCP4725.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/MCP4725.DependencyStaticMetadataFileList (in target 'MCP4725' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/MCP4725.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/MCP4725.DependencyMetadataFileList (in target 'MCP4725' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/MCP4725.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/MCP4725.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/MCP4725.modulemap (in target 'MCP4725' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/MCP4725.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps
SwiftDriver SingleBoard normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SingleBoard -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ Pine_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Pine_Board.swift (in target 'SingleBoard' from project 'SingleBoard')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Pine_Board.swift (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Raspberry_Registers.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Registers.swift (in target 'SingleBoard' from project 'SingleBoard')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Registers.swift (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Extensions.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/Extensions.swift (in target 'SingleBoard' from project 'SingleBoard')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/Extensions.swift (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SingleBoard.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift (in target 'SingleBoard' from project 'SingleBoard')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:31:23: warning: static property 'raspberryPi' is not concurrency-safe because non-'Sendable' type 'any RaspberryCapabilities' (aka 'any HasGPIO & HasI2C & HasPWM') may have shared mutable state; this is an error in the Swift 6 language mode
    public static let raspberryPi: RaspberryCapabilities = { return RaspberryBoard() }()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:31:23: note: add '@MainActor' to make static property 'raspberryPi' part of global actor 'MainActor'
    public static let raspberryPi: RaspberryCapabilities = { return RaspberryBoard() }()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let raspberryPi: RaspberryCapabilities = { return RaspberryBoard() }()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:33:23: warning: static property 'pine64' is not concurrency-safe because non-'Sendable' type 'any PineCapabilities' (aka 'any HasI2C') may have shared mutable state; this is an error in the Swift 6 language mode
    public static let pine64: PineCapabilities = { return Pine64Board() }()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:79:17: note: protocol 'HasI2C' does not conform to the 'Sendable' protocol
public protocol HasI2C: AnyObject {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:33:23: note: add '@MainActor' to make static property 'pine64' part of global actor 'MainActor'
    public static let pine64: PineCapabilities = { return Pine64Board() }()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:33:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let pine64: PineCapabilities = { return Pine64Board() }()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:34:23: warning: static property 'rock64' is not concurrency-safe because non-'Sendable' type 'any PineCapabilities' (aka 'any HasI2C') may have shared mutable state; this is an error in the Swift 6 language mode
    public static let rock64: PineCapabilities = { return Rock64Board() }()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:79:17: note: protocol 'HasI2C' does not conform to the 'Sendable' protocol
public protocol HasI2C: AnyObject {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:34:23: note: add '@MainActor' to make static property 'rock64' part of global actor 'MainActor'
    public static let rock64: PineCapabilities = { return Rock64Board() }()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let rock64: PineCapabilities = { return Rock64Board() }()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:36:23: warning: static property 'chip' is not concurrency-safe because non-'Sendable' type 'any ChipCapabilities' (aka 'any HasI2C') may have shared mutable state; this is an error in the Swift 6 language mode
    public static let chip: ChipCapabilities = { return ChipBoard() }()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:79:17: note: protocol 'HasI2C' does not conform to the 'Sendable' protocol
public protocol HasI2C: AnyObject {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:36:23: note: add '@MainActor' to make static property 'chip' part of global actor 'MainActor'
    public static let chip: ChipCapabilities = { return ChipBoard() }()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:36:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let chip: ChipCapabilities = { return ChipBoard() }()
                      ^
    nonisolated(unsafe)
SwiftEmitModule normal arm64 Emitting\ module\ for\ SingleBoard (in target 'SingleBoard' from project 'SingleBoard')
EmitSwiftModule normal arm64 (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:53:23: warning: static property 'p0' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p0:  PinSet = PinSet(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:53:23: note: add '@MainActor' to make static property 'p0' part of global actor 'MainActor'
    public static let p0:  PinSet = PinSet(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:53:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p0:  PinSet = PinSet(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:54:23: warning: static property 'p1' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p1:  PinSet = PinSet(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:54:23: note: add '@MainActor' to make static property 'p1' part of global actor 'MainActor'
    public static let p1:  PinSet = PinSet(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:54:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p1:  PinSet = PinSet(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:55:23: warning: static property 'p2' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p2:  PinSet = PinSet(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:55:23: note: add '@MainActor' to make static property 'p2' part of global actor 'MainActor'
    public static let p2:  PinSet = PinSet(rawValue: 1 << 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:55:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p2:  PinSet = PinSet(rawValue: 1 << 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:56:23: warning: static property 'p3' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p3:  PinSet = PinSet(rawValue: 1 << 3)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:56:23: note: add '@MainActor' to make static property 'p3' part of global actor 'MainActor'
    public static let p3:  PinSet = PinSet(rawValue: 1 << 3)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:56:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p3:  PinSet = PinSet(rawValue: 1 << 3)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:57:23: warning: static property 'p4' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p4:  PinSet = PinSet(rawValue: 1 << 4)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:57:23: note: add '@MainActor' to make static property 'p4' part of global actor 'MainActor'
    public static let p4:  PinSet = PinSet(rawValue: 1 << 4)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:57:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p4:  PinSet = PinSet(rawValue: 1 << 4)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:58:23: warning: static property 'p5' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p5:  PinSet = PinSet(rawValue: 1 << 5)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:58:23: note: add '@MainActor' to make static property 'p5' part of global actor 'MainActor'
    public static let p5:  PinSet = PinSet(rawValue: 1 << 5)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:58:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p5:  PinSet = PinSet(rawValue: 1 << 5)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:59:23: warning: static property 'p6' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p6:  PinSet = PinSet(rawValue: 1 << 6)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:59:23: note: add '@MainActor' to make static property 'p6' part of global actor 'MainActor'
    public static let p6:  PinSet = PinSet(rawValue: 1 << 6)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:59:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p6:  PinSet = PinSet(rawValue: 1 << 6)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:60:23: warning: static property 'p7' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p7:  PinSet = PinSet(rawValue: 1 << 7)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:60:23: note: add '@MainActor' to make static property 'p7' part of global actor 'MainActor'
    public static let p7:  PinSet = PinSet(rawValue: 1 << 7)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:60:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p7:  PinSet = PinSet(rawValue: 1 << 7)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:61:23: warning: static property 'p8' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p8:  PinSet = PinSet(rawValue: 1 << 8)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:61:23: note: add '@MainActor' to make static property 'p8' part of global actor 'MainActor'
    public static let p8:  PinSet = PinSet(rawValue: 1 << 8)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:61:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p8:  PinSet = PinSet(rawValue: 1 << 8)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:62:23: warning: static property 'p9' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p9:  PinSet = PinSet(rawValue: 1 << 9)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:62:23: note: add '@MainActor' to make static property 'p9' part of global actor 'MainActor'
    public static let p9:  PinSet = PinSet(rawValue: 1 << 9)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:62:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p9:  PinSet = PinSet(rawValue: 1 << 9)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:63:23: warning: static property 'p10' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p10: PinSet = PinSet(rawValue: 1 << 10)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:63:23: note: add '@MainActor' to make static property 'p10' part of global actor 'MainActor'
    public static let p10: PinSet = PinSet(rawValue: 1 << 10)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:63:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p10: PinSet = PinSet(rawValue: 1 << 10)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:64:23: warning: static property 'p11' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p11: PinSet = PinSet(rawValue: 1 << 11)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:64:23: note: add '@MainActor' to make static property 'p11' part of global actor 'MainActor'
    public static let p11: PinSet = PinSet(rawValue: 1 << 11)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:64:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p11: PinSet = PinSet(rawValue: 1 << 11)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:65:23: warning: static property 'p12' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p12: PinSet = PinSet(rawValue: 1 << 12)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:65:23: note: add '@MainActor' to make static property 'p12' part of global actor 'MainActor'
    public static let p12: PinSet = PinSet(rawValue: 1 << 12)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:65:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p12: PinSet = PinSet(rawValue: 1 << 12)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:66:23: warning: static property 'p13' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p13: PinSet = PinSet(rawValue: 1 << 13)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:66:23: note: add '@MainActor' to make static property 'p13' part of global actor 'MainActor'
    public static let p13: PinSet = PinSet(rawValue: 1 << 13)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:66:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p13: PinSet = PinSet(rawValue: 1 << 13)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:67:23: warning: static property 'p14' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p14: PinSet = PinSet(rawValue: 1 << 14)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:67:23: note: add '@MainActor' to make static property 'p14' part of global actor 'MainActor'
    public static let p14: PinSet = PinSet(rawValue: 1 << 14)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:67:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p14: PinSet = PinSet(rawValue: 1 << 14)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:68:23: warning: static property 'p15' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p15: PinSet = PinSet(rawValue: 1 << 15)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:68:23: note: add '@MainActor' to make static property 'p15' part of global actor 'MainActor'
    public static let p15: PinSet = PinSet(rawValue: 1 << 15)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:68:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p15: PinSet = PinSet(rawValue: 1 << 15)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:69:23: warning: static property 'p16' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p16: PinSet = PinSet(rawValue: 1 << 16)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:69:23: note: add '@MainActor' to make static property 'p16' part of global actor 'MainActor'
    public static let p16: PinSet = PinSet(rawValue: 1 << 16)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:69:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p16: PinSet = PinSet(rawValue: 1 << 16)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:70:23: warning: static property 'p17' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p17: PinSet = PinSet(rawValue: 1 << 17)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:70:23: note: add '@MainActor' to make static property 'p17' part of global actor 'MainActor'
    public static let p17: PinSet = PinSet(rawValue: 1 << 17)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:70:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p17: PinSet = PinSet(rawValue: 1 << 17)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:71:23: warning: static property 'p18' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p18: PinSet = PinSet(rawValue: 1 << 18)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:71:23: note: add '@MainActor' to make static property 'p18' part of global actor 'MainActor'
    public static let p18: PinSet = PinSet(rawValue: 1 << 18)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:71:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p18: PinSet = PinSet(rawValue: 1 << 18)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:72:23: warning: static property 'p19' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p19: PinSet = PinSet(rawValue: 1 << 19)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:72:23: note: add '@MainActor' to make static property 'p19' part of global actor 'MainActor'
    public static let p19: PinSet = PinSet(rawValue: 1 << 19)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:72:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p19: PinSet = PinSet(rawValue: 1 << 19)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:73:23: warning: static property 'p20' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p20: PinSet = PinSet(rawValue: 1 << 20)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:73:23: note: add '@MainActor' to make static property 'p20' part of global actor 'MainActor'
    public static let p20: PinSet = PinSet(rawValue: 1 << 20)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:73:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p20: PinSet = PinSet(rawValue: 1 << 20)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:74:23: warning: static property 'p21' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p21: PinSet = PinSet(rawValue: 1 << 21)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:74:23: note: add '@MainActor' to make static property 'p21' part of global actor 'MainActor'
    public static let p21: PinSet = PinSet(rawValue: 1 << 21)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:74:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p21: PinSet = PinSet(rawValue: 1 << 21)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:75:23: warning: static property 'p22' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p22: PinSet = PinSet(rawValue: 1 << 22)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:75:23: note: add '@MainActor' to make static property 'p22' part of global actor 'MainActor'
    public static let p22: PinSet = PinSet(rawValue: 1 << 22)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:75:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p22: PinSet = PinSet(rawValue: 1 << 22)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:76:23: warning: static property 'p23' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p23: PinSet = PinSet(rawValue: 1 << 23)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:76:23: note: add '@MainActor' to make static property 'p23' part of global actor 'MainActor'
    public static let p23: PinSet = PinSet(rawValue: 1 << 23)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:76:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p23: PinSet = PinSet(rawValue: 1 << 23)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:77:23: warning: static property 'p24' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p24: PinSet = PinSet(rawValue: 1 << 24)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:77:23: note: add '@MainActor' to make static property 'p24' part of global actor 'MainActor'
    public static let p24: PinSet = PinSet(rawValue: 1 << 24)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:77:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p24: PinSet = PinSet(rawValue: 1 << 24)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:78:23: warning: static property 'p25' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p25: PinSet = PinSet(rawValue: 1 << 25)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:78:23: note: add '@MainActor' to make static property 'p25' part of global actor 'MainActor'
    public static let p25: PinSet = PinSet(rawValue: 1 << 25)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:78:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p25: PinSet = PinSet(rawValue: 1 << 25)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:79:23: warning: static property 'p26' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p26: PinSet = PinSet(rawValue: 1 << 26)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:79:23: note: add '@MainActor' to make static property 'p26' part of global actor 'MainActor'
    public static let p26: PinSet = PinSet(rawValue: 1 << 26)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:79:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p26: PinSet = PinSet(rawValue: 1 << 26)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:80:23: warning: static property 'p27' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p27: PinSet = PinSet(rawValue: 1 << 27)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:80:23: note: add '@MainActor' to make static property 'p27' part of global actor 'MainActor'
    public static let p27: PinSet = PinSet(rawValue: 1 << 27)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:80:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p27: PinSet = PinSet(rawValue: 1 << 27)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:81:23: warning: static property 'p28' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p28: PinSet = PinSet(rawValue: 1 << 28)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:81:23: note: add '@MainActor' to make static property 'p28' part of global actor 'MainActor'
    public static let p28: PinSet = PinSet(rawValue: 1 << 28)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:81:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p28: PinSet = PinSet(rawValue: 1 << 28)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:82:23: warning: static property 'p29' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p29: PinSet = PinSet(rawValue: 1 << 29)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:82:23: note: add '@MainActor' to make static property 'p29' part of global actor 'MainActor'
    public static let p29: PinSet = PinSet(rawValue: 1 << 29)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:82:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p29: PinSet = PinSet(rawValue: 1 << 29)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:83:23: warning: static property 'p30' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p30: PinSet = PinSet(rawValue: 1 << 30)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:83:23: note: add '@MainActor' to make static property 'p30' part of global actor 'MainActor'
    public static let p30: PinSet = PinSet(rawValue: 1 << 30)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:83:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p30: PinSet = PinSet(rawValue: 1 << 30)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:84:23: warning: static property 'p31' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p31: PinSet = PinSet(rawValue: 1 << 31)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:84:23: note: add '@MainActor' to make static property 'p31' part of global actor 'MainActor'
    public static let p31: PinSet = PinSet(rawValue: 1 << 31)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:84:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p31: PinSet = PinSet(rawValue: 1 << 31)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:31:23: warning: static property 'raspberryPi' is not concurrency-safe because non-'Sendable' type 'any RaspberryCapabilities' (aka 'any HasGPIO & HasI2C & HasPWM') may have shared mutable state; this is an error in the Swift 6 language mode
    public static let raspberryPi: RaspberryCapabilities = { return RaspberryBoard() }()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:31:23: note: add '@MainActor' to make static property 'raspberryPi' part of global actor 'MainActor'
    public static let raspberryPi: RaspberryCapabilities = { return RaspberryBoard() }()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:31:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let raspberryPi: RaspberryCapabilities = { return RaspberryBoard() }()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:33:23: warning: static property 'pine64' is not concurrency-safe because non-'Sendable' type 'any PineCapabilities' (aka 'any HasI2C') may have shared mutable state; this is an error in the Swift 6 language mode
    public static let pine64: PineCapabilities = { return Pine64Board() }()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:79:17: note: protocol 'HasI2C' does not conform to the 'Sendable' protocol
public protocol HasI2C: AnyObject {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:33:23: note: add '@MainActor' to make static property 'pine64' part of global actor 'MainActor'
    public static let pine64: PineCapabilities = { return Pine64Board() }()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:33:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let pine64: PineCapabilities = { return Pine64Board() }()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:34:23: warning: static property 'rock64' is not concurrency-safe because non-'Sendable' type 'any PineCapabilities' (aka 'any HasI2C') may have shared mutable state; this is an error in the Swift 6 language mode
    public static let rock64: PineCapabilities = { return Rock64Board() }()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:79:17: note: protocol 'HasI2C' does not conform to the 'Sendable' protocol
public protocol HasI2C: AnyObject {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:34:23: note: add '@MainActor' to make static property 'rock64' part of global actor 'MainActor'
    public static let rock64: PineCapabilities = { return Rock64Board() }()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:34:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let rock64: PineCapabilities = { return Rock64Board() }()
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:36:23: warning: static property 'chip' is not concurrency-safe because non-'Sendable' type 'any ChipCapabilities' (aka 'any HasI2C') may have shared mutable state; this is an error in the Swift 6 language mode
    public static let chip: ChipCapabilities = { return ChipBoard() }()
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:79:17: note: protocol 'HasI2C' does not conform to the 'Sendable' protocol
public protocol HasI2C: AnyObject {
                ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:36:23: note: add '@MainActor' to make static property 'chip' part of global actor 'MainActor'
    public static let chip: ChipCapabilities = { return ChipBoard() }()
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/SingleBoard.swift:36:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let chip: ChipCapabilities = { return ChipBoard() }()
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ Raspberry_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Board.swift (in target 'SingleBoard' from project 'SingleBoard')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_Board.swift (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Raspberry_PWM.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_PWM.swift (in target 'SingleBoard' from project 'SingleBoard')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Raspberry_PWM.swift (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Chip_Board.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Chip_Board.swift (in target 'SingleBoard' from project 'SingleBoard')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Boards/Chip_Board.swift (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ GPIO.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift (in target 'SingleBoard' from project 'SingleBoard')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:53:23: warning: static property 'p0' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p0:  PinSet = PinSet(rawValue: 1 << 0)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:53:23: note: add '@MainActor' to make static property 'p0' part of global actor 'MainActor'
    public static let p0:  PinSet = PinSet(rawValue: 1 << 0)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:53:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p0:  PinSet = PinSet(rawValue: 1 << 0)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:54:23: warning: static property 'p1' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p1:  PinSet = PinSet(rawValue: 1 << 1)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:54:23: note: add '@MainActor' to make static property 'p1' part of global actor 'MainActor'
    public static let p1:  PinSet = PinSet(rawValue: 1 << 1)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:54:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p1:  PinSet = PinSet(rawValue: 1 << 1)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:55:23: warning: static property 'p2' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p2:  PinSet = PinSet(rawValue: 1 << 2)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:55:23: note: add '@MainActor' to make static property 'p2' part of global actor 'MainActor'
    public static let p2:  PinSet = PinSet(rawValue: 1 << 2)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:55:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p2:  PinSet = PinSet(rawValue: 1 << 2)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:56:23: warning: static property 'p3' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p3:  PinSet = PinSet(rawValue: 1 << 3)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:56:23: note: add '@MainActor' to make static property 'p3' part of global actor 'MainActor'
    public static let p3:  PinSet = PinSet(rawValue: 1 << 3)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:56:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p3:  PinSet = PinSet(rawValue: 1 << 3)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:57:23: warning: static property 'p4' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p4:  PinSet = PinSet(rawValue: 1 << 4)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:57:23: note: add '@MainActor' to make static property 'p4' part of global actor 'MainActor'
    public static let p4:  PinSet = PinSet(rawValue: 1 << 4)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:57:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p4:  PinSet = PinSet(rawValue: 1 << 4)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:58:23: warning: static property 'p5' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p5:  PinSet = PinSet(rawValue: 1 << 5)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:58:23: note: add '@MainActor' to make static property 'p5' part of global actor 'MainActor'
    public static let p5:  PinSet = PinSet(rawValue: 1 << 5)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:58:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p5:  PinSet = PinSet(rawValue: 1 << 5)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:59:23: warning: static property 'p6' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p6:  PinSet = PinSet(rawValue: 1 << 6)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:59:23: note: add '@MainActor' to make static property 'p6' part of global actor 'MainActor'
    public static let p6:  PinSet = PinSet(rawValue: 1 << 6)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:59:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p6:  PinSet = PinSet(rawValue: 1 << 6)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:60:23: warning: static property 'p7' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p7:  PinSet = PinSet(rawValue: 1 << 7)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:60:23: note: add '@MainActor' to make static property 'p7' part of global actor 'MainActor'
    public static let p7:  PinSet = PinSet(rawValue: 1 << 7)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:60:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p7:  PinSet = PinSet(rawValue: 1 << 7)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:61:23: warning: static property 'p8' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p8:  PinSet = PinSet(rawValue: 1 << 8)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:61:23: note: add '@MainActor' to make static property 'p8' part of global actor 'MainActor'
    public static let p8:  PinSet = PinSet(rawValue: 1 << 8)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:61:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p8:  PinSet = PinSet(rawValue: 1 << 8)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:62:23: warning: static property 'p9' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p9:  PinSet = PinSet(rawValue: 1 << 9)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:62:23: note: add '@MainActor' to make static property 'p9' part of global actor 'MainActor'
    public static let p9:  PinSet = PinSet(rawValue: 1 << 9)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:62:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p9:  PinSet = PinSet(rawValue: 1 << 9)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:63:23: warning: static property 'p10' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p10: PinSet = PinSet(rawValue: 1 << 10)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:63:23: note: add '@MainActor' to make static property 'p10' part of global actor 'MainActor'
    public static let p10: PinSet = PinSet(rawValue: 1 << 10)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:63:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p10: PinSet = PinSet(rawValue: 1 << 10)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:64:23: warning: static property 'p11' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p11: PinSet = PinSet(rawValue: 1 << 11)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:64:23: note: add '@MainActor' to make static property 'p11' part of global actor 'MainActor'
    public static let p11: PinSet = PinSet(rawValue: 1 << 11)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:64:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p11: PinSet = PinSet(rawValue: 1 << 11)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:65:23: warning: static property 'p12' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p12: PinSet = PinSet(rawValue: 1 << 12)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:65:23: note: add '@MainActor' to make static property 'p12' part of global actor 'MainActor'
    public static let p12: PinSet = PinSet(rawValue: 1 << 12)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:65:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p12: PinSet = PinSet(rawValue: 1 << 12)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:66:23: warning: static property 'p13' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p13: PinSet = PinSet(rawValue: 1 << 13)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:66:23: note: add '@MainActor' to make static property 'p13' part of global actor 'MainActor'
    public static let p13: PinSet = PinSet(rawValue: 1 << 13)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:66:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p13: PinSet = PinSet(rawValue: 1 << 13)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:67:23: warning: static property 'p14' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p14: PinSet = PinSet(rawValue: 1 << 14)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:67:23: note: add '@MainActor' to make static property 'p14' part of global actor 'MainActor'
    public static let p14: PinSet = PinSet(rawValue: 1 << 14)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:67:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p14: PinSet = PinSet(rawValue: 1 << 14)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:68:23: warning: static property 'p15' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p15: PinSet = PinSet(rawValue: 1 << 15)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:68:23: note: add '@MainActor' to make static property 'p15' part of global actor 'MainActor'
    public static let p15: PinSet = PinSet(rawValue: 1 << 15)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:68:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p15: PinSet = PinSet(rawValue: 1 << 15)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:69:23: warning: static property 'p16' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p16: PinSet = PinSet(rawValue: 1 << 16)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:69:23: note: add '@MainActor' to make static property 'p16' part of global actor 'MainActor'
    public static let p16: PinSet = PinSet(rawValue: 1 << 16)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:69:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p16: PinSet = PinSet(rawValue: 1 << 16)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:70:23: warning: static property 'p17' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p17: PinSet = PinSet(rawValue: 1 << 17)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:70:23: note: add '@MainActor' to make static property 'p17' part of global actor 'MainActor'
    public static let p17: PinSet = PinSet(rawValue: 1 << 17)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:70:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p17: PinSet = PinSet(rawValue: 1 << 17)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:71:23: warning: static property 'p18' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p18: PinSet = PinSet(rawValue: 1 << 18)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:71:23: note: add '@MainActor' to make static property 'p18' part of global actor 'MainActor'
    public static let p18: PinSet = PinSet(rawValue: 1 << 18)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:71:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p18: PinSet = PinSet(rawValue: 1 << 18)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:72:23: warning: static property 'p19' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p19: PinSet = PinSet(rawValue: 1 << 19)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:72:23: note: add '@MainActor' to make static property 'p19' part of global actor 'MainActor'
    public static let p19: PinSet = PinSet(rawValue: 1 << 19)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:72:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p19: PinSet = PinSet(rawValue: 1 << 19)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:73:23: warning: static property 'p20' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p20: PinSet = PinSet(rawValue: 1 << 20)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:73:23: note: add '@MainActor' to make static property 'p20' part of global actor 'MainActor'
    public static let p20: PinSet = PinSet(rawValue: 1 << 20)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:73:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p20: PinSet = PinSet(rawValue: 1 << 20)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:74:23: warning: static property 'p21' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p21: PinSet = PinSet(rawValue: 1 << 21)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:74:23: note: add '@MainActor' to make static property 'p21' part of global actor 'MainActor'
    public static let p21: PinSet = PinSet(rawValue: 1 << 21)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:74:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p21: PinSet = PinSet(rawValue: 1 << 21)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:75:23: warning: static property 'p22' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p22: PinSet = PinSet(rawValue: 1 << 22)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:75:23: note: add '@MainActor' to make static property 'p22' part of global actor 'MainActor'
    public static let p22: PinSet = PinSet(rawValue: 1 << 22)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:75:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p22: PinSet = PinSet(rawValue: 1 << 22)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:76:23: warning: static property 'p23' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p23: PinSet = PinSet(rawValue: 1 << 23)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:76:23: note: add '@MainActor' to make static property 'p23' part of global actor 'MainActor'
    public static let p23: PinSet = PinSet(rawValue: 1 << 23)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:76:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p23: PinSet = PinSet(rawValue: 1 << 23)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:77:23: warning: static property 'p24' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p24: PinSet = PinSet(rawValue: 1 << 24)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:77:23: note: add '@MainActor' to make static property 'p24' part of global actor 'MainActor'
    public static let p24: PinSet = PinSet(rawValue: 1 << 24)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:77:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p24: PinSet = PinSet(rawValue: 1 << 24)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:78:23: warning: static property 'p25' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p25: PinSet = PinSet(rawValue: 1 << 25)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:78:23: note: add '@MainActor' to make static property 'p25' part of global actor 'MainActor'
    public static let p25: PinSet = PinSet(rawValue: 1 << 25)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:78:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p25: PinSet = PinSet(rawValue: 1 << 25)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:79:23: warning: static property 'p26' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p26: PinSet = PinSet(rawValue: 1 << 26)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:79:23: note: add '@MainActor' to make static property 'p26' part of global actor 'MainActor'
    public static let p26: PinSet = PinSet(rawValue: 1 << 26)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:79:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p26: PinSet = PinSet(rawValue: 1 << 26)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:80:23: warning: static property 'p27' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p27: PinSet = PinSet(rawValue: 1 << 27)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:80:23: note: add '@MainActor' to make static property 'p27' part of global actor 'MainActor'
    public static let p27: PinSet = PinSet(rawValue: 1 << 27)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:80:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p27: PinSet = PinSet(rawValue: 1 << 27)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:81:23: warning: static property 'p28' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p28: PinSet = PinSet(rawValue: 1 << 28)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:81:23: note: add '@MainActor' to make static property 'p28' part of global actor 'MainActor'
    public static let p28: PinSet = PinSet(rawValue: 1 << 28)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:81:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p28: PinSet = PinSet(rawValue: 1 << 28)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:82:23: warning: static property 'p29' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p29: PinSet = PinSet(rawValue: 1 << 29)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:82:23: note: add '@MainActor' to make static property 'p29' part of global actor 'MainActor'
    public static let p29: PinSet = PinSet(rawValue: 1 << 29)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:82:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p29: PinSet = PinSet(rawValue: 1 << 29)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:83:23: warning: static property 'p30' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p30: PinSet = PinSet(rawValue: 1 << 30)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:83:23: note: add '@MainActor' to make static property 'p30' part of global actor 'MainActor'
    public static let p30: PinSet = PinSet(rawValue: 1 << 30)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:83:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p30: PinSet = PinSet(rawValue: 1 << 30)
                      ^
    nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:84:23: warning: static property 'p31' is not concurrency-safe because non-'Sendable' type 'PinSet' may have shared mutable state; this is an error in the Swift 6 language mode
    public static let p31: PinSet = PinSet(rawValue: 1 << 31)
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:41:15: note: consider making struct 'PinSet' conform to the 'Sendable' protocol
public struct PinSet: OptionSet {
              ^
                               , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:84:23: note: add '@MainActor' to make static property 'p31' part of global actor 'MainActor'
    public static let p31: PinSet = PinSet(rawValue: 1 << 31)
                      ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/GPIO.swift:84:23: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
    public static let p31: PinSet = PinSet(rawValue: 1 << 31)
                      ^
    nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ I2C.swift /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/I2C.swift (in target 'SingleBoard' from project 'SingleBoard')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/I2C.swift (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/I2C.swift:219:28: warning: 'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes<R>(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
        let success = data.withUnsafeMutableBytes {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/I2C.swift:243:30: warning: 'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes<R>(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
        return internalValue.withUnsafeMutableBytes {
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/I2C.swift:297:28: warning: 'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes<R>(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
        let success = data.withUnsafeMutableBytes {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/I2C.swift:323:21: warning: 'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes<R>(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
        return data.withUnsafeMutableBytes {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/I2C.swift:334:21: warning: 'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes<R>(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
        return data.withUnsafeMutableBytes {
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/SingleBoard/Common/I2C.swift:345:21: warning: 'withUnsafeMutableBytes' is deprecated: use `withUnsafeMutableBytes<R>(_: (UnsafeMutableRawBufferPointer) throws -> R) rethrows -> R` instead
        return data.withUnsafeMutableBytes {
                    ^
SwiftDriverJobDiscovery normal arm64 Compiling Chip_Board.swift (in target 'SingleBoard' from project 'SingleBoard')
SwiftDriverJobDiscovery normal arm64 Compiling Pine_Board.swift (in target 'SingleBoard' from project 'SingleBoard')
SwiftDriverJobDiscovery normal arm64 Compiling GPIO.swift (in target 'SingleBoard' from project 'SingleBoard')
SwiftDriverJobDiscovery normal arm64 Emitting module for SingleBoard (in target 'SingleBoard' from project 'SingleBoard')
SwiftDriver\ Compilation\ Requirements SingleBoard normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SingleBoard -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/SingleBoard-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard-Swift.h (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/SingleBoard-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SingleBoard.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard.swiftmodule (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SingleBoard.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SingleBoard.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard.swiftdoc (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SingleBoard.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SingleBoard.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard.abi.json (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SingleBoard.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SingleBoard.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard.swiftsourceinfo (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SingleBoard.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriver PCA9685 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PCA9685' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PCA9685 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver MCP4725 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MCP4725' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MCP4725 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ MCP4725 (in target 'MCP4725' from project 'SingleBoard')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MCP4725/MCP4725.swift (in target 'MCP4725' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MCP4725/MCP4725.swift:48:20: warning: static property 'dataLength' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        static var dataLength: Int = MemoryLayout<UInt16>.size
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MCP4725/MCP4725.swift:48:20: note: convert 'dataLength' to a 'let' constant to make 'Sendable' shared state immutable
        static var dataLength: Int = MemoryLayout<UInt16>.size
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/MCP4725/MCP4725.swift:48:20: note: add '@MainActor' to make static property 'dataLength' part of global actor 'MainActor'
        static var dataLength: Int = MemoryLayout<UInt16>.size
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MCP4725/MCP4725.swift:48:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var dataLength: Int = MemoryLayout<UInt16>.size
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MCP4725/MCP4725.swift:71:20: warning: static property 'dataLength' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        static var dataLength: Int = MemoryLayout<UInt8>.size * 3
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MCP4725/MCP4725.swift:71:20: note: convert 'dataLength' to a 'let' constant to make 'Sendable' shared state immutable
        static var dataLength: Int = MemoryLayout<UInt8>.size * 3
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/MCP4725/MCP4725.swift:71:20: note: add '@MainActor' to make static property 'dataLength' part of global actor 'MainActor'
        static var dataLength: Int = MemoryLayout<UInt8>.size * 3
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MCP4725/MCP4725.swift:71:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var dataLength: Int = MemoryLayout<UInt8>.size * 3
                   ^
        nonisolated(unsafe)
SwiftCompile normal arm64 Compiling\ MCP4725.swift /Users/admin/builder/spi-builder-workspace/Sources/MCP4725/MCP4725.swift (in target 'MCP4725' from project 'SingleBoard')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MCP4725/MCP4725.swift (in target 'MCP4725' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/MCP4725/MCP4725.swift:48:20: warning: static property 'dataLength' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        static var dataLength: Int = MemoryLayout<UInt16>.size
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MCP4725/MCP4725.swift:48:20: note: convert 'dataLength' to a 'let' constant to make 'Sendable' shared state immutable
        static var dataLength: Int = MemoryLayout<UInt16>.size
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/MCP4725/MCP4725.swift:48:20: note: add '@MainActor' to make static property 'dataLength' part of global actor 'MainActor'
        static var dataLength: Int = MemoryLayout<UInt16>.size
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MCP4725/MCP4725.swift:48:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var dataLength: Int = MemoryLayout<UInt16>.size
                   ^
        nonisolated(unsafe)
/Users/admin/builder/spi-builder-workspace/Sources/MCP4725/MCP4725.swift:71:20: warning: static property 'dataLength' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
        static var dataLength: Int = MemoryLayout<UInt8>.size * 3
                   ^
/Users/admin/builder/spi-builder-workspace/Sources/MCP4725/MCP4725.swift:71:20: note: convert 'dataLength' to a 'let' constant to make 'Sendable' shared state immutable
        static var dataLength: Int = MemoryLayout<UInt8>.size * 3
               ~~~ ^
               let
/Users/admin/builder/spi-builder-workspace/Sources/MCP4725/MCP4725.swift:71:20: note: add '@MainActor' to make static property 'dataLength' part of global actor 'MainActor'
        static var dataLength: Int = MemoryLayout<UInt8>.size * 3
                   ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/MCP4725/MCP4725.swift:71:20: note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
        static var dataLength: Int = MemoryLayout<UInt8>.size * 3
                   ^
        nonisolated(unsafe)
SwiftEmitModule normal arm64 Emitting\ module\ for\ PCA9685 (in target 'PCA9685' from project 'SingleBoard')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PCA9685/PCA9685.swift (in target 'PCA9685' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ PCA9685.swift /Users/admin/builder/spi-builder-workspace/Sources/PCA9685/PCA9685.swift (in target 'PCA9685' from project 'SingleBoard')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PCA9685/PCA9685.swift (in target 'PCA9685' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for PCA9685 (in target 'PCA9685' from project 'SingleBoard')
SwiftDriver\ Compilation\ Requirements PCA9685 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PCA9685' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PCA9685 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/PCA9685-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685-Swift.h (in target 'PCA9685' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/PCA9685-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PCA9685.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685.swiftmodule (in target 'PCA9685' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PCA9685.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PCA9685.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685.swiftdoc (in target 'PCA9685' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PCA9685.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PCA9685.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685.abi.json (in target 'PCA9685' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PCA9685.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PCA9685.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685.swiftsourceinfo (in target 'PCA9685' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PCA9685.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Emitting module for MCP4725 (in target 'MCP4725' from project 'SingleBoard')
SwiftDriver\ Compilation\ Requirements MCP4725 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MCP4725' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MCP4725 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/MCP4725-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725-Swift.h (in target 'MCP4725' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps/MCP4725-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MCP4725.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725.swiftmodule (in target 'MCP4725' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MCP4725.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MCP4725.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725.swiftdoc (in target 'MCP4725' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MCP4725.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MCP4725.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725.abi.json (in target 'MCP4725' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MCP4725.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MCP4725.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725.swiftsourceinfo (in target 'MCP4725' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MCP4725.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling PCA9685.swift (in target 'PCA9685' from project 'SingleBoard')
SwiftDriver\ Compilation PCA9685 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PCA9685' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name PCA9685 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Extensions.swift (in target 'SingleBoard' from project 'SingleBoard')
SwiftDriverJobDiscovery normal arm64 Compiling Raspberry_Registers.swift (in target 'SingleBoard' from project 'SingleBoard')
SwiftDriverJobDiscovery normal arm64 Compiling MCP4725.swift (in target 'MCP4725' from project 'SingleBoard')
SwiftDriver\ Compilation MCP4725 normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MCP4725' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MCP4725 -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling I2C.swift (in target 'SingleBoard' from project 'SingleBoard')
SwiftDriverJobDiscovery normal arm64 Compiling Raspberry_Board.swift (in target 'SingleBoard' from project 'SingleBoard')
SwiftDriverJobDiscovery normal arm64 Compiling SingleBoard.swift (in target 'SingleBoard' from project 'SingleBoard')
SwiftDriverJobDiscovery normal arm64 Compiling Raspberry_PWM.swift (in target 'SingleBoard' from project 'SingleBoard')
SwiftDriver\ Compilation SingleBoard normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SingleBoard -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.13 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SingleBoard.o normal (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SingleBoard.o
ExtractAppIntentsMetadata (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name SingleBoard --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.SingleBoard --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SingleBoard.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SingleBoard.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/SingleBoard.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/SingleBoard.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/SingleBoard.build/Objects-normal/arm64/SingleBoard.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 14:06:43.463 appintentsmetadataprocessor[723:4061] Starting appintentsmetadataprocessor export
2025-04-26 14:06:43.502 appintentsmetadataprocessor[723:4061] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SingleBoard.o (in target 'SingleBoard' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/SingleBoard.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PCA9685.o normal (in target 'PCA9685' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PCA9685.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MCP4725.o normal (in target 'MCP4725' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.13 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MCP4725.o
ExtractAppIntentsMetadata (in target 'MCP4725' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name MCP4725 --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.MCP4725 --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MCP4725.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MCP4725.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/MCP4725.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/MCP4725.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/MCP4725.build/Objects-normal/arm64/MCP4725.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 14:06:43.553 appintentsmetadataprocessor[728:4092] Starting appintentsmetadataprocessor export
2025-04-26 14:06:43.588 appintentsmetadataprocessor[728:4092] Extracted no relevant App Intents symbols, skipping writing output
ExtractAppIntentsMetadata (in target 'PCA9685' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name PCA9685 --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.13 --bundle-identifier spi-builder-workspace.PCA9685 --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PCA9685.appintents --target-triple arm64-apple-macos10.13 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PCA9685.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/PCA9685.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/PCA9685.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SingleBoard.build/Debug/PCA9685.build/Objects-normal/arm64/PCA9685.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 14:06:43.553 appintentsmetadataprocessor[729:4093] Starting appintentsmetadataprocessor export
2025-04-26 14:06:43.588 appintentsmetadataprocessor[729:4093] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PCA9685.o (in target 'PCA9685' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/PCA9685.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MCP4725.o (in target 'MCP4725' from project 'SingleBoard')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MCP4725.o
** BUILD SUCCEEDED **
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:macOS, arch:arm64, id:00a4ad3ee1580e7da9e7393ea934892eb6b86443, name:My Mac }
{ platform:macOS, arch:arm64, variant:Mac Catalyst, id:00a4ad3ee1580e7da9e7393ea934892eb6b86443, name:My Mac }
{ platform:macOS, arch:arm64, variant:DriverKit, id:00a4ad3ee1580e7da9e7393ea934892eb6b86443, name:My Mac }
{ platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:00a4ad3ee1580e7da9e7393ea934892eb6b86443, name:My Mac }
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SingleBoard",
  "name" : "SingleBoard",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "SingleBoard",
      "targets" : [
        "SingleBoard"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "PCA9685",
      "targets" : [
        "PCA9685"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MCP4725",
      "targets" : [
        "MCP4725"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SingleBoardTests",
      "module_type" : "SwiftTarget",
      "name" : "SingleBoardTests",
      "path" : "Tests/SingleBoardTests",
      "sources" : [
        "RaspberryPi/RegisterTests.swift",
        "SingleBoardTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "SingleBoard"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SingleBoard",
      "module_type" : "SwiftTarget",
      "name" : "SingleBoard",
      "path" : "Sources/SingleBoard",
      "product_memberships" : [
        "SingleBoard",
        "PCA9685",
        "MCP4725"
      ],
      "sources" : [
        "Boards/Chip_Board.swift",
        "Boards/Pine_Board.swift",
        "Boards/Raspberry_Board.swift",
        "Boards/Raspberry_PWM.swift",
        "Boards/Raspberry_Registers.swift",
        "Common/Extensions.swift",
        "Common/GPIO.swift",
        "Common/I2C.swift",
        "SingleBoard.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "PCA9685",
      "module_type" : "SwiftTarget",
      "name" : "PCA9685",
      "path" : "Sources/PCA9685",
      "product_memberships" : [
        "PCA9685"
      ],
      "sources" : [
        "PCA9685.swift"
      ],
      "target_dependencies" : [
        "SingleBoard"
      ],
      "type" : "library"
    },
    {
      "c99name" : "MCP4725",
      "module_type" : "SwiftTarget",
      "name" : "MCP4725",
      "path" : "Sources/MCP4725",
      "product_memberships" : [
        "MCP4725"
      ],
      "sources" : [
        "MCP4725.swift"
      ],
      "target_dependencies" : [
        "SingleBoard"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.