The Swift Package Index logo.Swift Package Index

Build Information

Failed to build SwiftUIGamepad, reference main (bfd743), with Swift 6.2 for visionOS using Xcode 26.3 on 24 Jun 2025 01:27:00 UTC.

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftUIGamepad -destination generic/platform=xrOS

Build Log

          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_DPad.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_LB.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_LT.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_LeftStick.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_P1.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_P2.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_P3.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_P4.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_RB.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_RT.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_RightStick.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_Share.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_View.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_X.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_XboxButton.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_Y.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/diamond-click.mp3",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/mouse-click.mp3",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "DataModles/GamepadEventHandlers.swift",
        "DataModles/GamepadInfo.swift",
        "DataModles/GamepadManager.swift",
        "DataModles/GamepadMenu.swift",
        "DataModles/GamepadMenuItem.swift",
        "Enumerations/GamepadMovementDirection.swift",
        "Extensions/HardwareInformationExtensions.swift",
        "Extensions/ViewGamepadExtensions.swift",
        "Gamepads/GamepadControlTip.swift",
        "Gamepads/GamepadHelpEntry.swift",
        "Gamepads/GamepadHelpOverlay.swift",
        "Gamepads/GamepadInteractionController.swift",
        "Gamepads/GamepadMenuCardView.swift",
        "Gamepads/GamepadMenuItemView.swift",
        "Gamepads/GamepadMenuView.swift",
        "Gamepads/GamepadRequiredOverlay.swift",
        "SwiftUIGamepad.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SwiftletUtilities",
      "SwiftUIGamepad"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SwiftletUtilities",
      "SwiftUIGamepad"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftUIGamepad -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 SwiftUIGamepad -destination generic/platform=xrOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  SoundManager: https://github.com/Appracatappra/SoundManager @ 2.0.3
  LogManager: https://github.com/Appracatappra/LogManager @ 2.0.4
  SwiftletUtilities: https://github.com/Appracatappra/SwiftletUtilities @ 2.0.6
  SwiftUIGamepad: /Users/admin/builder/spi-builder-workspace
  GraceLanguage: https://github.com/Appracatappra/GraceLanguage @ 2.0.3
  SwiftUIKit: https://github.com/Appracatappra/SwiftUIKit @ 2.0.2
  SimpleSerializer: https://github.com/Appracatappra/SimpleSerializer @ 2.3.0
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (21 targets)
    Target 'SwiftUIGamepad' in project 'SwiftUIGamepad'
        ➜ Explicit dependency on target 'SwiftUIGamepad' in project 'SwiftUIGamepad'
        ➜ Explicit dependency on target 'SwiftUIGamepad_SwiftUIGamepad' in project 'SwiftUIGamepad'
        ➜ Explicit dependency on target 'LogManager' in project 'LogManager'
        ➜ Explicit dependency on target 'SwiftletUtilities' in project 'SwiftletUtilities'
        ➜ Explicit dependency on target 'SoundManager' in project 'SoundManager'
        ➜ Explicit dependency on target 'SwiftUIKit' in project 'SwiftUIKit'
        ➜ Explicit dependency on target 'GraceLanguage' in project 'GraceLanguage'
    Target 'SwiftUIGamepad' in project 'SwiftUIGamepad'
        ➜ Explicit dependency on target 'SwiftUIGamepad_SwiftUIGamepad' in project 'SwiftUIGamepad'
        ➜ Explicit dependency on target 'LogManager' in project 'LogManager'
        ➜ Explicit dependency on target 'SwiftletUtilities' in project 'SwiftletUtilities'
        ➜ Explicit dependency on target 'SoundManager' in project 'SoundManager'
        ➜ Explicit dependency on target 'SwiftUIKit' in project 'SwiftUIKit'
        ➜ Explicit dependency on target 'GraceLanguage' in project 'GraceLanguage'
    Target 'GraceLanguage' in project 'GraceLanguage'
        ➜ Explicit dependency on target 'GraceLanguage' in project 'GraceLanguage'
        ➜ Explicit dependency on target 'GraceLanguage_GraceLanguage' in project 'GraceLanguage'
        ➜ Explicit dependency on target 'LogManager' in project 'LogManager'
        ➜ Explicit dependency on target 'SwiftletUtilities' in project 'SwiftletUtilities'
        ➜ Explicit dependency on target 'SimpleSerializer' in project 'SimpleSerializer'
    Target 'GraceLanguage' in project 'GraceLanguage'
        ➜ Explicit dependency on target 'GraceLanguage_GraceLanguage' in project 'GraceLanguage'
        ➜ Explicit dependency on target 'LogManager' in project 'LogManager'
        ➜ Explicit dependency on target 'SwiftletUtilities' in project 'SwiftletUtilities'
        ➜ Explicit dependency on target 'SimpleSerializer' in project 'SimpleSerializer'
    Target 'SimpleSerializer' in project 'SimpleSerializer'
        ➜ Explicit dependency on target 'SimpleSerializer' in project 'SimpleSerializer'
        ➜ Explicit dependency on target 'SimpleSerializer_SimpleSerializer' in project 'SimpleSerializer'
        ➜ Explicit dependency on target 'LogManager' in project 'LogManager'
        ➜ Explicit dependency on target 'SwiftletUtilities' in project 'SwiftletUtilities'
    Target 'SimpleSerializer' in project 'SimpleSerializer'
        ➜ Explicit dependency on target 'SimpleSerializer_SimpleSerializer' in project 'SimpleSerializer'
        ➜ Explicit dependency on target 'LogManager' in project 'LogManager'
        ➜ Explicit dependency on target 'SwiftletUtilities' in project 'SwiftletUtilities'
    Target 'SimpleSerializer_SimpleSerializer' in project 'SimpleSerializer' (no dependencies)
    Target 'GraceLanguage_GraceLanguage' in project 'GraceLanguage' (no dependencies)
    Target 'SwiftUIKit' in project 'SwiftUIKit'
        ➜ Explicit dependency on target 'SwiftUIKit' in project 'SwiftUIKit'
        ➜ Explicit dependency on target 'SwiftUIKit_SwiftUIKit' in project 'SwiftUIKit'
        ➜ Explicit dependency on target 'LogManager' in project 'LogManager'
        ➜ Explicit dependency on target 'SwiftletUtilities' in project 'SwiftletUtilities'
        ➜ Explicit dependency on target 'SoundManager' in project 'SoundManager'
    Target 'SwiftUIKit' in project 'SwiftUIKit'
        ➜ Explicit dependency on target 'SwiftUIKit_SwiftUIKit' in project 'SwiftUIKit'
        ➜ Explicit dependency on target 'LogManager' in project 'LogManager'
        ➜ Explicit dependency on target 'SwiftletUtilities' in project 'SwiftletUtilities'
        ➜ Explicit dependency on target 'SoundManager' in project 'SoundManager'
    Target 'SwiftUIKit_SwiftUIKit' in project 'SwiftUIKit' (no dependencies)
    Target 'SoundManager' in project 'SoundManager'
        ➜ Explicit dependency on target 'SoundManager' in project 'SoundManager'
        ➜ Explicit dependency on target 'SoundManager_SoundManager' in project 'SoundManager'
        ➜ Explicit dependency on target 'LogManager' in project 'LogManager'
    Target 'SoundManager' in project 'SoundManager'
        ➜ Explicit dependency on target 'SoundManager_SoundManager' in project 'SoundManager'
        ➜ Explicit dependency on target 'LogManager' in project 'LogManager'
    Target 'SoundManager_SoundManager' in project 'SoundManager' (no dependencies)
    Target 'SwiftletUtilities' in project 'SwiftletUtilities'
        ➜ Explicit dependency on target 'SwiftletUtilities' in project 'SwiftletUtilities'
        ➜ Explicit dependency on target 'SwiftletUtilities_SwiftletUtilities' in project 'SwiftletUtilities'
        ➜ Explicit dependency on target 'LogManager' in project 'LogManager'
    Target 'SwiftletUtilities' in project 'SwiftletUtilities'
        ➜ Explicit dependency on target 'SwiftletUtilities_SwiftletUtilities' in project 'SwiftletUtilities'
        ➜ Explicit dependency on target 'LogManager' in project 'LogManager'
    Target 'SwiftletUtilities_SwiftletUtilities' in project 'SwiftletUtilities' (no dependencies)
    Target 'LogManager' in project 'LogManager'
        ➜ Explicit dependency on target 'LogManager' in project 'LogManager'
        ➜ Explicit dependency on target 'LogManager_LogManager' in project 'LogManager'
    Target 'LogManager' in project 'LogManager'
        ➜ Explicit dependency on target 'LogManager_LogManager' in project 'LogManager'
    Target 'LogManager_LogManager' in project 'LogManager' (no dependencies)
    Target 'SwiftUIGamepad_SwiftUIGamepad' in project 'SwiftUIGamepad' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: edd48ebdefd45d8ea614f947adc2b5e6
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/edd48ebdefd45d8ea614f947adc2b5e6.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.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/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    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-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities_SwiftletUtilities.build/SwiftletUtilities_SwiftletUtilities.DependencyStaticMetadataFileList (in target 'SwiftletUtilities_SwiftletUtilities' from project 'SwiftletUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftletUtilities
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities_SwiftletUtilities.build/SwiftletUtilities_SwiftletUtilities.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities_SwiftletUtilities.build/empty-SwiftletUtilities_SwiftletUtilities.plist (in target 'SwiftletUtilities_SwiftletUtilities' from project 'SwiftletUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftletUtilities
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities_SwiftletUtilities.build/empty-SwiftletUtilities_SwiftletUtilities.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities_SwiftletUtilities.build/SwiftletUtilities_SwiftletUtilities.DependencyMetadataFileList (in target 'SwiftletUtilities_SwiftletUtilities' from project 'SwiftletUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftletUtilities
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities_SwiftletUtilities.build/SwiftletUtilities_SwiftletUtilities.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/SwiftletUtilities.DependencyMetadataFileList (in target 'SwiftletUtilities' from project 'SwiftletUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftletUtilities
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/SwiftletUtilities.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/SwiftletUtilities.modulemap (in target 'SwiftletUtilities' from project 'SwiftletUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftletUtilities
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/SwiftletUtilities.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/SwiftletUtilities.DependencyStaticMetadataFileList (in target 'SwiftletUtilities' from project 'SwiftletUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftletUtilities
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/SwiftletUtilities.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/Objects-normal/arm64/SwiftletUtilities_const_extract_protocols.json (in target 'SwiftletUtilities' from project 'SwiftletUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftletUtilities
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/Objects-normal/arm64/SwiftletUtilities_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/Objects-normal/arm64/SwiftletUtilities.SwiftFileList (in target 'SwiftletUtilities' from project 'SwiftletUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftletUtilities
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/Objects-normal/arm64/SwiftletUtilities.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/Objects-normal/arm64/SwiftletUtilities.SwiftConstValuesFileList (in target 'SwiftletUtilities' from project 'SwiftletUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftletUtilities
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/Objects-normal/arm64/SwiftletUtilities.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/Objects-normal/arm64/SwiftletUtilities.LinkFileList (in target 'SwiftletUtilities' from project 'SwiftletUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftletUtilities
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/Objects-normal/arm64/SwiftletUtilities.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/Objects-normal/arm64/SwiftletUtilities-OutputFileMap.json (in target 'SwiftletUtilities' from project 'SwiftletUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftletUtilities
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/Objects-normal/arm64/SwiftletUtilities-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/DerivedSources/resource_bundle_accessor.swift (in target 'SwiftletUtilities' from project 'SwiftletUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftletUtilities
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/DerivedSources/resource_bundle_accessor.swift
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SwiftletUtilities.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/SwiftletUtilities.modulemap (in target 'SwiftletUtilities' from project 'SwiftletUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftletUtilities
    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/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/SwiftletUtilities.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIKit.build/Debug-xros/SwiftUIKit_SwiftUIKit.build/SwiftUIKit_SwiftUIKit.DependencyStaticMetadataFileList (in target 'SwiftUIKit_SwiftUIKit' from project 'SwiftUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIKit
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIKit.build/Debug-xros/SwiftUIKit_SwiftUIKit.build/SwiftUIKit_SwiftUIKit.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIKit.build/Debug-xros/SwiftUIKit_SwiftUIKit.build/empty-SwiftUIKit_SwiftUIKit.plist (in target 'SwiftUIKit_SwiftUIKit' from project 'SwiftUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIKit
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIKit.build/Debug-xros/SwiftUIKit_SwiftUIKit.build/empty-SwiftUIKit_SwiftUIKit.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIKit.build/Debug-xros/SwiftUIKit_SwiftUIKit.build/SwiftUIKit_SwiftUIKit.DependencyMetadataFileList (in target 'SwiftUIKit_SwiftUIKit' from project 'SwiftUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIKit
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIKit.build/Debug-xros/SwiftUIKit_SwiftUIKit.build/SwiftUIKit_SwiftUIKit.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIKit.build/Debug-xros/SwiftUIKit.build/SwiftUIKit.modulemap (in target 'SwiftUIKit' from project 'SwiftUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIKit
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIKit.build/Debug-xros/SwiftUIKit.build/SwiftUIKit.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIKit.build/Debug-xros/SwiftUIKit.build/SwiftUIKit.DependencyStaticMetadataFileList (in target 'SwiftUIKit' from project 'SwiftUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIKit
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIKit.build/Debug-xros/SwiftUIKit.build/SwiftUIKit.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIKit.build/Debug-xros/SwiftUIKit.build/SwiftUIKit.DependencyMetadataFileList (in target 'SwiftUIKit' from project 'SwiftUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIKit
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIKit.build/Debug-xros/SwiftUIKit.build/SwiftUIKit.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIKit.build/Debug-xros/SwiftUIKit.build/Objects-normal/arm64/SwiftUIKit_const_extract_protocols.json (in target 'SwiftUIKit' from project 'SwiftUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIKit
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIKit.build/Debug-xros/SwiftUIKit.build/Objects-normal/arm64/SwiftUIKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIKit.build/Debug-xros/SwiftUIKit.build/Objects-normal/arm64/SwiftUIKit.SwiftFileList (in target 'SwiftUIKit' from project 'SwiftUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIKit
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIKit.build/Debug-xros/SwiftUIKit.build/Objects-normal/arm64/SwiftUIKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIKit.build/Debug-xros/SwiftUIKit.build/Objects-normal/arm64/SwiftUIKit.SwiftConstValuesFileList (in target 'SwiftUIKit' from project 'SwiftUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIKit
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIKit.build/Debug-xros/SwiftUIKit.build/Objects-normal/arm64/SwiftUIKit.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIKit.build/Debug-xros/SwiftUIKit.build/Objects-normal/arm64/SwiftUIKit.LinkFileList (in target 'SwiftUIKit' from project 'SwiftUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIKit
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIKit.build/Debug-xros/SwiftUIKit.build/Objects-normal/arm64/SwiftUIKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIKit.build/Debug-xros/SwiftUIKit.build/Objects-normal/arm64/SwiftUIKit-OutputFileMap.json (in target 'SwiftUIKit' from project 'SwiftUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIKit
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIKit.build/Debug-xros/SwiftUIKit.build/Objects-normal/arm64/SwiftUIKit-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIKit.build/Debug-xros/SwiftUIKit.build/DerivedSources/resource_bundle_accessor.swift (in target 'SwiftUIKit' from project 'SwiftUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIKit
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIKit.build/Debug-xros/SwiftUIKit.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIGamepad.build/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.build/empty-SwiftUIGamepad_SwiftUIGamepad.plist (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIGamepad.build/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.build/empty-SwiftUIGamepad_SwiftUIGamepad.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIGamepad.build/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.build/SwiftUIGamepad_SwiftUIGamepad.DependencyStaticMetadataFileList (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIGamepad.build/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.build/SwiftUIGamepad_SwiftUIGamepad.DependencyStaticMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SwiftUIKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIKit.build/Debug-xros/SwiftUIKit.build/SwiftUIKit.modulemap (in target 'SwiftUIKit' from project 'SwiftUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIKit
    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/SwiftUIKit.build/Debug-xros/SwiftUIKit.build/SwiftUIKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIGamepad.build/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.build/SwiftUIGamepad_SwiftUIGamepad.DependencyMetadataFileList (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIGamepad.build/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.build/SwiftUIGamepad_SwiftUIGamepad.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIGamepad.build/Debug-xros/SwiftUIGamepad.build/SwiftUIGamepad.modulemap (in target 'SwiftUIGamepad' from project 'SwiftUIGamepad')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIGamepad.build/Debug-xros/SwiftUIGamepad.build/SwiftUIGamepad.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIGamepad.build/Debug-xros/SwiftUIGamepad.build/SwiftUIGamepad.DependencyStaticMetadataFileList (in target 'SwiftUIGamepad' from project 'SwiftUIGamepad')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIGamepad.build/Debug-xros/SwiftUIGamepad.build/SwiftUIGamepad.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIGamepad.build/Debug-xros/SwiftUIGamepad.build/SwiftUIGamepad.DependencyMetadataFileList (in target 'SwiftUIGamepad' from project 'SwiftUIGamepad')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIGamepad.build/Debug-xros/SwiftUIGamepad.build/SwiftUIGamepad.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIGamepad.build/Debug-xros/SwiftUIGamepad.build/Objects-normal/arm64/SwiftUIGamepad_const_extract_protocols.json (in target 'SwiftUIGamepad' from project 'SwiftUIGamepad')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIGamepad.build/Debug-xros/SwiftUIGamepad.build/Objects-normal/arm64/SwiftUIGamepad_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIGamepad.build/Debug-xros/SwiftUIGamepad.build/Objects-normal/arm64/SwiftUIGamepad.SwiftFileList (in target 'SwiftUIGamepad' from project 'SwiftUIGamepad')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIGamepad.build/Debug-xros/SwiftUIGamepad.build/Objects-normal/arm64/SwiftUIGamepad.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIGamepad.build/Debug-xros/SwiftUIGamepad.build/Objects-normal/arm64/SwiftUIGamepad.SwiftConstValuesFileList (in target 'SwiftUIGamepad' from project 'SwiftUIGamepad')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIGamepad.build/Debug-xros/SwiftUIGamepad.build/Objects-normal/arm64/SwiftUIGamepad.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIGamepad.build/Debug-xros/SwiftUIGamepad.build/Objects-normal/arm64/SwiftUIGamepad.LinkFileList (in target 'SwiftUIGamepad' from project 'SwiftUIGamepad')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIGamepad.build/Debug-xros/SwiftUIGamepad.build/Objects-normal/arm64/SwiftUIGamepad.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIGamepad.build/Debug-xros/SwiftUIGamepad.build/Objects-normal/arm64/SwiftUIGamepad-OutputFileMap.json (in target 'SwiftUIGamepad' from project 'SwiftUIGamepad')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIGamepad.build/Debug-xros/SwiftUIGamepad.build/Objects-normal/arm64/SwiftUIGamepad-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIGamepad.build/Debug-xros/SwiftUIGamepad.build/DerivedSources/resource_bundle_accessor.swift (in target 'SwiftUIGamepad' from project 'SwiftUIGamepad')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIGamepad.build/Debug-xros/SwiftUIGamepad.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager_SoundManager.build/empty-SoundManager_SoundManager.plist (in target 'SoundManager_SoundManager' from project 'SoundManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SoundManager
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager_SoundManager.build/empty-SoundManager_SoundManager.plist
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SwiftUIGamepad.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIGamepad.build/Debug-xros/SwiftUIGamepad.build/SwiftUIGamepad.modulemap (in target 'SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/SwiftUIGamepad.build/Debug-xros/SwiftUIGamepad.build/SwiftUIGamepad.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager_SoundManager.build/SoundManager_SoundManager.DependencyStaticMetadataFileList (in target 'SoundManager_SoundManager' from project 'SoundManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SoundManager
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager_SoundManager.build/SoundManager_SoundManager.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager_SoundManager.build/SoundManager_SoundManager.DependencyMetadataFileList (in target 'SoundManager_SoundManager' from project 'SoundManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SoundManager
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager_SoundManager.build/SoundManager_SoundManager.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleSerializer.build/Debug-xros/SimpleSerializer_SimpleSerializer.build/empty-SimpleSerializer_SimpleSerializer.plist (in target 'SimpleSerializer_SimpleSerializer' from project 'SimpleSerializer')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleSerializer
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleSerializer.build/Debug-xros/SimpleSerializer_SimpleSerializer.build/empty-SimpleSerializer_SimpleSerializer.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleSerializer.build/Debug-xros/SimpleSerializer_SimpleSerializer.build/SimpleSerializer_SimpleSerializer.DependencyStaticMetadataFileList (in target 'SimpleSerializer_SimpleSerializer' from project 'SimpleSerializer')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleSerializer
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleSerializer.build/Debug-xros/SimpleSerializer_SimpleSerializer.build/SimpleSerializer_SimpleSerializer.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleSerializer.build/Debug-xros/SimpleSerializer_SimpleSerializer.build/SimpleSerializer_SimpleSerializer.DependencyMetadataFileList (in target 'SimpleSerializer_SimpleSerializer' from project 'SimpleSerializer')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleSerializer
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleSerializer.build/Debug-xros/SimpleSerializer_SimpleSerializer.build/SimpleSerializer_SimpleSerializer.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager_LogManager.build/empty-LogManager_LogManager.plist (in target 'LogManager_LogManager' from project 'LogManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogManager
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager_LogManager.build/empty-LogManager_LogManager.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager_LogManager.build/LogManager_LogManager.DependencyStaticMetadataFileList (in target 'LogManager_LogManager' from project 'LogManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogManager
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager_LogManager.build/LogManager_LogManager.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager_LogManager.build/LogManager_LogManager.DependencyMetadataFileList (in target 'LogManager_LogManager' from project 'LogManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogManager
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager_LogManager.build/LogManager_LogManager.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftletUtilities_SwiftletUtilities.bundle (in target 'SwiftletUtilities_SwiftletUtilities' from project 'SwiftletUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftletUtilities
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftletUtilities_SwiftletUtilities.bundle
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIKit_SwiftUIKit.bundle (in target 'SwiftUIKit_SwiftUIKit' from project 'SwiftUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIKit
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIKit_SwiftUIKit.bundle
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SoundManager_SoundManager.bundle (in target 'SoundManager_SoundManager' from project 'SoundManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SoundManager
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SoundManager_SoundManager.bundle
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleSerializer_SimpleSerializer.bundle (in target 'SimpleSerializer_SimpleSerializer' from project 'SimpleSerializer')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleSerializer
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleSerializer_SimpleSerializer.bundle
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/SoundManager.modulemap (in target 'SoundManager' from project 'SoundManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SoundManager
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/SoundManager.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/SoundManager.DependencyStaticMetadataFileList (in target 'SoundManager' from project 'SoundManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SoundManager
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/SoundManager.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/SoundManager.DependencyMetadataFileList (in target 'SoundManager' from project 'SoundManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SoundManager
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/SoundManager.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/Objects-normal/arm64/SoundManager.SwiftFileList (in target 'SoundManager' from project 'SoundManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SoundManager
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/Objects-normal/arm64/SoundManager.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/Objects-normal/arm64/SoundManager_const_extract_protocols.json (in target 'SoundManager' from project 'SoundManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SoundManager
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/Objects-normal/arm64/SoundManager_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/Objects-normal/arm64/SoundManager.SwiftConstValuesFileList (in target 'SoundManager' from project 'SoundManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SoundManager
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/Objects-normal/arm64/SoundManager.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/Objects-normal/arm64/SoundManager.LinkFileList (in target 'SoundManager' from project 'SoundManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SoundManager
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/Objects-normal/arm64/SoundManager.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/Objects-normal/arm64/SoundManager-OutputFileMap.json (in target 'SoundManager' from project 'SoundManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SoundManager
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/Objects-normal/arm64/SoundManager-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/DerivedSources/resource_bundle_accessor.swift (in target 'SoundManager' from project 'SoundManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SoundManager
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleSerializer.build/Debug-xros/SimpleSerializer.build/SimpleSerializer.DependencyStaticMetadataFileList (in target 'SimpleSerializer' from project 'SimpleSerializer')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleSerializer
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleSerializer.build/Debug-xros/SimpleSerializer.build/SimpleSerializer.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleSerializer.build/Debug-xros/SimpleSerializer.build/SimpleSerializer.DependencyMetadataFileList (in target 'SimpleSerializer' from project 'SimpleSerializer')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleSerializer
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleSerializer.build/Debug-xros/SimpleSerializer.build/SimpleSerializer.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SoundManager.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/SoundManager.modulemap (in target 'SoundManager' from project 'SoundManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SoundManager
    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/SoundManager.build/Debug-xros/SoundManager.build/SoundManager.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleSerializer.build/Debug-xros/SimpleSerializer.build/SimpleSerializer.modulemap (in target 'SimpleSerializer' from project 'SimpleSerializer')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleSerializer
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleSerializer.build/Debug-xros/SimpleSerializer.build/SimpleSerializer.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleSerializer.build/Debug-xros/SimpleSerializer.build/Objects-normal/arm64/SimpleSerializer.SwiftConstValuesFileList (in target 'SimpleSerializer' from project 'SimpleSerializer')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleSerializer
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleSerializer.build/Debug-xros/SimpleSerializer.build/Objects-normal/arm64/SimpleSerializer.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleSerializer.build/Debug-xros/SimpleSerializer.build/Objects-normal/arm64/SimpleSerializer.LinkFileList (in target 'SimpleSerializer' from project 'SimpleSerializer')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleSerializer
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleSerializer.build/Debug-xros/SimpleSerializer.build/Objects-normal/arm64/SimpleSerializer.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleSerializer.build/Debug-xros/SimpleSerializer.build/Objects-normal/arm64/SimpleSerializer.SwiftFileList (in target 'SimpleSerializer' from project 'SimpleSerializer')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleSerializer
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleSerializer.build/Debug-xros/SimpleSerializer.build/Objects-normal/arm64/SimpleSerializer.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleSerializer.build/Debug-xros/SimpleSerializer.build/Objects-normal/arm64/SimpleSerializer_const_extract_protocols.json (in target 'SimpleSerializer' from project 'SimpleSerializer')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleSerializer
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleSerializer.build/Debug-xros/SimpleSerializer.build/Objects-normal/arm64/SimpleSerializer_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleSerializer.build/Debug-xros/SimpleSerializer.build/Objects-normal/arm64/SimpleSerializer-OutputFileMap.json (in target 'SimpleSerializer' from project 'SimpleSerializer')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleSerializer
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleSerializer.build/Debug-xros/SimpleSerializer.build/Objects-normal/arm64/SimpleSerializer-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleSerializer.build/Debug-xros/SimpleSerializer.build/DerivedSources/resource_bundle_accessor.swift (in target 'SimpleSerializer' from project 'SimpleSerializer')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleSerializer
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleSerializer.build/Debug-xros/SimpleSerializer.build/DerivedSources/resource_bundle_accessor.swift
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SimpleSerializer.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleSerializer.build/Debug-xros/SimpleSerializer.build/SimpleSerializer.modulemap (in target 'SimpleSerializer' from project 'SimpleSerializer')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleSerializer
    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/SimpleSerializer.build/Debug-xros/SimpleSerializer.build/SimpleSerializer.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LogManager_LogManager.bundle (in target 'LogManager_LogManager' from project 'LogManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogManager
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LogManager_LogManager.bundle
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager.LinkFileList (in target 'LogManager' from project 'LogManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogManager
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager.SwiftConstValuesFileList (in target 'LogManager' from project 'LogManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogManager
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager_const_extract_protocols.json (in target 'LogManager' from project 'LogManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogManager
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager.SwiftFileList (in target 'LogManager' from project 'LogManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogManager
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager-OutputFileMap.json (in target 'LogManager' from project 'LogManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogManager
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/LogManager.modulemap (in target 'LogManager' from project 'LogManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogManager
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/LogManager.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/LogManager.DependencyStaticMetadataFileList (in target 'LogManager' from project 'LogManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogManager
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/LogManager.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/LogManager.DependencyMetadataFileList (in target 'LogManager' from project 'LogManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogManager
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/LogManager.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/DerivedSources/resource_bundle_accessor.swift (in target 'LogManager' from project 'LogManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogManager
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GraceLanguage.build/Debug-xros/GraceLanguage_GraceLanguage.build/GraceLanguage_GraceLanguage.DependencyMetadataFileList (in target 'GraceLanguage_GraceLanguage' from project 'GraceLanguage')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GraceLanguage
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GraceLanguage.build/Debug-xros/GraceLanguage_GraceLanguage.build/GraceLanguage_GraceLanguage.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GraceLanguage.build/Debug-xros/GraceLanguage_GraceLanguage.build/empty-GraceLanguage_GraceLanguage.plist (in target 'GraceLanguage_GraceLanguage' from project 'GraceLanguage')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GraceLanguage
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GraceLanguage.build/Debug-xros/GraceLanguage_GraceLanguage.build/empty-GraceLanguage_GraceLanguage.plist
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GraceLanguage.build/Debug-xros/GraceLanguage_GraceLanguage.build/GraceLanguage_GraceLanguage.DependencyStaticMetadataFileList (in target 'GraceLanguage_GraceLanguage' from project 'GraceLanguage')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GraceLanguage
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GraceLanguage.build/Debug-xros/GraceLanguage_GraceLanguage.build/GraceLanguage_GraceLanguage.DependencyStaticMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/LogManager.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/LogManager.modulemap (in target 'LogManager' from project 'LogManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogManager
    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/LogManager.build/Debug-xros/LogManager.build/LogManager.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GraceLanguage.build/Debug-xros/GraceLanguage.build/Objects-normal/arm64/GraceLanguage_const_extract_protocols.json (in target 'GraceLanguage' from project 'GraceLanguage')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GraceLanguage
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GraceLanguage.build/Debug-xros/GraceLanguage.build/Objects-normal/arm64/GraceLanguage_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GraceLanguage.build/Debug-xros/GraceLanguage.build/Objects-normal/arm64/GraceLanguage.SwiftConstValuesFileList (in target 'GraceLanguage' from project 'GraceLanguage')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GraceLanguage
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GraceLanguage.build/Debug-xros/GraceLanguage.build/Objects-normal/arm64/GraceLanguage.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GraceLanguage.build/Debug-xros/GraceLanguage.build/Objects-normal/arm64/GraceLanguage.SwiftFileList (in target 'GraceLanguage' from project 'GraceLanguage')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GraceLanguage
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GraceLanguage.build/Debug-xros/GraceLanguage.build/Objects-normal/arm64/GraceLanguage.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GraceLanguage.build/Debug-xros/GraceLanguage.build/Objects-normal/arm64/GraceLanguage-OutputFileMap.json (in target 'GraceLanguage' from project 'GraceLanguage')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GraceLanguage
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GraceLanguage.build/Debug-xros/GraceLanguage.build/Objects-normal/arm64/GraceLanguage-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GraceLanguage.build/Debug-xros/GraceLanguage.build/Objects-normal/arm64/GraceLanguage.LinkFileList (in target 'GraceLanguage' from project 'GraceLanguage')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GraceLanguage
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GraceLanguage.build/Debug-xros/GraceLanguage.build/Objects-normal/arm64/GraceLanguage.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GraceLanguage.build/Debug-xros/GraceLanguage.build/GraceLanguage.modulemap (in target 'GraceLanguage' from project 'GraceLanguage')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GraceLanguage
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GraceLanguage.build/Debug-xros/GraceLanguage.build/GraceLanguage.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GraceLanguage.build/Debug-xros/GraceLanguage.build/GraceLanguage.DependencyStaticMetadataFileList (in target 'GraceLanguage' from project 'GraceLanguage')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GraceLanguage
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GraceLanguage.build/Debug-xros/GraceLanguage.build/GraceLanguage.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GraceLanguage.build/Debug-xros/GraceLanguage.build/GraceLanguage.DependencyMetadataFileList (in target 'GraceLanguage' from project 'GraceLanguage')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GraceLanguage
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GraceLanguage.build/Debug-xros/GraceLanguage.build/GraceLanguage.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GraceLanguage_GraceLanguage.bundle (in target 'GraceLanguage_GraceLanguage' from project 'GraceLanguage')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GraceLanguage
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GraceLanguage_GraceLanguage.bundle
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GraceLanguage.build/Debug-xros/GraceLanguage.build/DerivedSources/resource_bundle_accessor.swift (in target 'GraceLanguage' from project 'GraceLanguage')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GraceLanguage
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GraceLanguage.build/Debug-xros/GraceLanguage.build/DerivedSources/resource_bundle_accessor.swift
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/GraceLanguage.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GraceLanguage.build/Debug-xros/GraceLanguage.build/GraceLanguage.modulemap (in target 'GraceLanguage' from project 'GraceLanguage')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GraceLanguage
    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/GraceLanguage.build/Debug-xros/GraceLanguage.build/GraceLanguage.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftletUtilities_SwiftletUtilities.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities_SwiftletUtilities.build/empty-SwiftletUtilities_SwiftletUtilities.plist (in target 'SwiftletUtilities_SwiftletUtilities' from project 'SwiftletUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftletUtilities
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities_SwiftletUtilities.build/empty-SwiftletUtilities_SwiftletUtilities.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftletUtilities_SwiftletUtilities.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftletUtilities_SwiftletUtilities.bundle/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftletUtilities/Sources/SwiftletUtilities/Resources/PrivacyInfo.xcprivacy (in target 'SwiftletUtilities_SwiftletUtilities' from project 'SwiftletUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftletUtilities
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftletUtilities/Sources/SwiftletUtilities/Resources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftletUtilities_SwiftletUtilities.bundle
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIKit_SwiftUIKit.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIKit.build/Debug-xros/SwiftUIKit_SwiftUIKit.build/empty-SwiftUIKit_SwiftUIKit.plist (in target 'SwiftUIKit_SwiftUIKit' from project 'SwiftUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIKit
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIKit.build/Debug-xros/SwiftUIKit_SwiftUIKit.build/empty-SwiftUIKit_SwiftUIKit.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIKit_SwiftUIKit.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIKit_SwiftUIKit.bundle/mouse-click.mp3 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIKit/Sources/SwiftUIKit/Resources/mouse-click.mp3 (in target 'SwiftUIKit_SwiftUIKit' from project 'SwiftUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIKit
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIKit/Sources/SwiftUIKit/Resources/mouse-click.mp3 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIKit_SwiftUIKit.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIKit_SwiftUIKit.bundle/diamond-click.mp3 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIKit/Sources/SwiftUIKit/Resources/diamond-click.mp3 (in target 'SwiftUIKit_SwiftUIKit' from project 'SwiftUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIKit
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIKit/Sources/SwiftUIKit/Resources/diamond-click.mp3 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIKit_SwiftUIKit.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIKit_SwiftUIKit.bundle/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIKit/Sources/SwiftUIKit/Resources/PrivacyInfo.xcprivacy (in target 'SwiftUIKit_SwiftUIKit' from project 'SwiftUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIKit
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIKit/Sources/SwiftUIKit/Resources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIKit_SwiftUIKit.bundle
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIGamepad.build/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.build/empty-SwiftUIGamepad_SwiftUIGamepad.plist (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftUIGamepad.build/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.build/empty-SwiftUIGamepad_SwiftUIGamepad.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/mouse-click.mp3 /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/mouse-click.mp3 (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/mouse-click.mp3 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/diamond-click.mp3 /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/diamond-click.mp3 (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/diamond-click.mp3 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/XB1_Y.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_Y.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/XB1_Y.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/XB1_XboxButton.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_XboxButton.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/XB1_XboxButton.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/XB1_X.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_X.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/XB1_X.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/XB1_View.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_View.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/XB1_View.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/XB1_Share.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_Share.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/XB1_Share.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/XB1_RT.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_RT.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/XB1_RT.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/XB1_RightStick.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_RightStick.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/XB1_RightStick.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/XB1_RB.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_RB.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/XB1_RB.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/XB1_P4.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_P4.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/XB1_P4.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/XB1_P3.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_P3.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/XB1_P3.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/XB1_P2.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_P2.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/XB1_P2.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/XB1_P1.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_P1.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/XB1_P1.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/XB1_LeftStick.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_LeftStick.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/XB1_LeftStick.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/XB1_LT.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_LT.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/XB1_LT.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/XB1_LB.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_LB.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/XB1_LB.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/XB1_DPad.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_DPad.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/XB1_DPad.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/XB1_Controller.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_Controller.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/XB1_Controller.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/XB1_B.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_B.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/XB1_B.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/XB1_A.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_A.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/XB1_A.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/SR2_X.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/SR2_X.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/SR2_X.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/SR2_Menu.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/SR2_Menu.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/SR2_Menu.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/SR2_Dpad.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/SR2_Dpad.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/SR2_Dpad.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/SR2_Controller.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/SR2_Controller.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/SR2_Controller.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/SR2_A.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/SR2_A.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/SR2_A.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/SR1_X.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/SR1_X.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/SR1_X.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/SR1_Menu.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/SR1_Menu.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/SR1_Menu.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/SR1_Dpad.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/SR1_Dpad.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/SR1_Dpad.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/SR1_Controller.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/SR1_Controller.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/SR1_Controller.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/SR1_A.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/SR1_A.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/SR1_A.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PrivacyInfo.xcprivacy (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/PS5_Triangle.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS5_Triangle.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/PS5_Triangle.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/PS5_Square.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS5_Square.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/PS5_Square.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/PS5_DPad.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS5_DPad.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/PS5_DPad.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/PS5_Cross.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS5_Cross.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/PS5_Cross.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/PS5_Controller.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS5_Controller.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/PS5_Controller.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/PS5_Circle.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS5_Circle.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/PS5_Circle.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/PS4_Triangle.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS4_Triangle.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/PS4_Triangle.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/PS4_ToouchPad.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS4_ToouchPad.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/PS4_ToouchPad.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/PS4_Square.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS4_Square.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/PS4_Square.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/PS4_Share.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS4_Share.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/PS4_Share.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/PS4_RightStick.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS4_RightStick.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/PS4_RightStick.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/PS4_R2.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS4_R2.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/PS4_R2.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/PS4_Options.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS4_Options.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/PS4_Options.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/PS4_R1.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS4_R1.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/PS4_R1.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/PS4_LeftStick.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS4_LeftStick.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/PS4_LeftStick.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/PS4_L2.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS4_L2.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/PS4_L2.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/PS4_L1.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS4_L1.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/PS4_L1.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/PS4_Home.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS4_Home.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/PS4_Home.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/PS4_DPad.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS4_DPad.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/PS4_DPad.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/PS4_Cross.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS4_Cross.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/PS4_Cross.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/PS4_Controller.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS4_Controller.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/PS4_Controller.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/PS4_Circle.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS4_Circle.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/PS4_Circle.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/GridBackground.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/GridBackground.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/GridBackground.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle/ExtendedController.png /Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/ExtendedController.png (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    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/Sources/SwiftUIGamepad/Resources/ExtendedController.png /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SoundManager_SoundManager.bundle/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SoundManager/Sources/SoundManager/Resources/PrivacyInfo.xcprivacy (in target 'SoundManager_SoundManager' from project 'SoundManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SoundManager
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SoundManager/Sources/SoundManager/Resources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SoundManager_SoundManager.bundle
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SoundManager_SoundManager.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager_SoundManager.build/empty-SoundManager_SoundManager.plist (in target 'SoundManager_SoundManager' from project 'SoundManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SoundManager
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager_SoundManager.build/empty-SoundManager_SoundManager.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SoundManager_SoundManager.bundle/Info.plist
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleSerializer_SimpleSerializer.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleSerializer.build/Debug-xros/SimpleSerializer_SimpleSerializer.build/empty-SimpleSerializer_SimpleSerializer.plist (in target 'SimpleSerializer_SimpleSerializer' from project 'SimpleSerializer')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleSerializer
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SimpleSerializer.build/Debug-xros/SimpleSerializer_SimpleSerializer.build/empty-SimpleSerializer_SimpleSerializer.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleSerializer_SimpleSerializer.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleSerializer_SimpleSerializer.bundle/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleSerializer/Sources/SimpleSerializer/Resources/PrivacyInfo.xcprivacy (in target 'SimpleSerializer_SimpleSerializer' from project 'SimpleSerializer')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleSerializer
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleSerializer/Sources/SimpleSerializer/Resources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleSerializer_SimpleSerializer.bundle
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LogManager_LogManager.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager_LogManager.build/empty-LogManager_LogManager.plist (in target 'LogManager_LogManager' from project 'LogManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogManager
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager_LogManager.build/empty-LogManager_LogManager.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LogManager_LogManager.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LogManager_LogManager.bundle/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogManager/Sources/LogManager/Resources/PrivacyInfo.xcprivacy (in target 'LogManager_LogManager' from project 'LogManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogManager
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogManager/Sources/LogManager/Resources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LogManager_LogManager.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftletUtilities_SwiftletUtilities.bundle (in target 'SwiftletUtilities_SwiftletUtilities' from project 'SwiftletUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftletUtilities
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftletUtilities_SwiftletUtilities.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIKit_SwiftUIKit.bundle (in target 'SwiftUIKit_SwiftUIKit' from project 'SwiftUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIKit
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIKit_SwiftUIKit.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GraceLanguage_GraceLanguage.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GraceLanguage.build/Debug-xros/GraceLanguage_GraceLanguage.build/empty-GraceLanguage_GraceLanguage.plist (in target 'GraceLanguage_GraceLanguage' from project 'GraceLanguage')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GraceLanguage
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GraceLanguage.build/Debug-xros/GraceLanguage_GraceLanguage.build/empty-GraceLanguage_GraceLanguage.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GraceLanguage_GraceLanguage.bundle/Info.plist
CpResource /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GraceLanguage_GraceLanguage.bundle/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GraceLanguage/Sources/GraceLanguage/Resources/PrivacyInfo.xcprivacy (in target 'GraceLanguage_GraceLanguage' from project 'GraceLanguage')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GraceLanguage
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GraceLanguage/Sources/GraceLanguage/Resources/PrivacyInfo.xcprivacy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GraceLanguage_GraceLanguage.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftletUtilities_SwiftletUtilities.bundle (in target 'SwiftletUtilities_SwiftletUtilities' from project 'SwiftletUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftletUtilities
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftletUtilities_SwiftletUtilities.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIKit_SwiftUIKit.bundle (in target 'SwiftUIKit_SwiftUIKit' from project 'SwiftUIKit')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftUIKit
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIKit_SwiftUIKit.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LogManager_LogManager.bundle (in target 'LogManager_LogManager' from project 'LogManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogManager
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LogManager_LogManager.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SoundManager_SoundManager.bundle (in target 'SoundManager_SoundManager' from project 'SoundManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SoundManager
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SoundManager_SoundManager.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleSerializer_SimpleSerializer.bundle (in target 'SimpleSerializer_SimpleSerializer' from project 'SimpleSerializer')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleSerializer
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleSerializer_SimpleSerializer.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle (in target 'SwiftUIGamepad_SwiftUIGamepad' from project 'SwiftUIGamepad')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SwiftUIGamepad_SwiftUIGamepad.bundle
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GraceLanguage_GraceLanguage.bundle (in target 'GraceLanguage_GraceLanguage' from project 'GraceLanguage')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GraceLanguage
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GraceLanguage_GraceLanguage.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LogManager_LogManager.bundle (in target 'LogManager_LogManager' from project 'LogManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogManager
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LogManager_LogManager.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SoundManager_SoundManager.bundle (in target 'SoundManager_SoundManager' from project 'SoundManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SoundManager
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SoundManager_SoundManager.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleSerializer_SimpleSerializer.bundle (in target 'SimpleSerializer_SimpleSerializer' from project 'SimpleSerializer')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SimpleSerializer
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SimpleSerializer_SimpleSerializer.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GraceLanguage_GraceLanguage.bundle (in target 'GraceLanguage_GraceLanguage' from project 'GraceLanguage')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/GraceLanguage
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/GraceLanguage_GraceLanguage.bundle
SwiftDriver LogManager normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LogManager' from project 'LogManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LogManager -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager.swiftmodule -user-module-version 2.0.4 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name logmanager -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.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/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-2NDRUQ9992NJF8X4L4JP8NVHE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-265B87GF5GD0I7MNFXOUUK864.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-5SISCDC13SAJ8RXMPI5EMJRC3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-96DE0NKNXK88K4188Z003SFL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-BU1KT38SVD7O0JFJUH1LIDPD7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-BKMZXENNGOMYFUVGSUV2V7VEV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-2F9GSM98DE1340HXC3MKJQZ6O.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-2AULHSYE2L659FZ3QIE9V5JO3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-5YFR0VRJ3VEDNKSWZ4AK30CYV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-1VX6YRQ5X8H9GCP5ATAKWO47M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-CQ3ZT213TFIMXX07AMAJUQLCF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-AGEVPM55GJ5QQSD7MRZBYA6B6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-D08GU6QH1MB283MCJE969ZT67.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-2YY9TL4K0XITOSH0UYDFVCSNT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-BL7GSBKJKN2MVPQK8F05MCFIA.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-2VU6EP18FE78TESO2O8FABVUN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-B3DFZL60KC6CKEIJX3ZP7BRIY.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-6KZYZPKVL6SK9XW2CA8SNG1W6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-1XU997X6RXOBXELNVQTZRJ4SJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-27FUA92VQDP38FTP5R5A2N8KQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-B3RIA0V7I44BYJ0VFM6913UV6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-97Y8Z5K6IEDFCBJ671IQYAEUF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-BJGY658ITEMID5BP4Y2HIZ79Z.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-5DH5L4CRR30HOB2MOTQSHNOR2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-6U5QJOPJYWKWJ31O9WTX3PML6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-82EFTYIWSFI9GKXFVLRHBBZB2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-EZ2RNQX9R66JYG999UHTQ3A0C.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-AOB7VJ2KKJDXZ68LUZBQT43L0.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ LogManager (in target 'LogManager' from project 'LogManager')
EmitSwiftModule normal arm64 (in target 'LogManager' from project 'LogManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/DerivedSources/resource_bundle_accessor.swift (in target 'LogManager' from project 'LogManager')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/DerivedSources/resource_bundle_accessor.swift (in target 'LogManager' from project 'LogManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for LogManager (in target 'LogManager' from project 'LogManager')
SwiftDriver\ Compilation\ Requirements LogManager normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LogManager' from project 'LogManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LogManager -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager.swiftmodule -user-module-version 2.0.4 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name logmanager -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.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/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/LogManager-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager-Swift.h (in target 'LogManager' from project 'LogManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogManager
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/LogManager-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LogManager.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager.swiftmodule (in target 'LogManager' from project 'LogManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogManager
    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/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LogManager.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LogManager.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager.swiftdoc (in target 'LogManager' from project 'LogManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogManager
    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/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LogManager.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LogManager.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager.abi.json (in target 'LogManager' from project 'LogManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogManager
    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/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LogManager.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LogManager.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager.swiftsourceinfo (in target 'LogManager' from project 'LogManager')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/LogManager
    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/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/LogManager.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriver SwiftletUtilities normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftletUtilities' from project 'SwiftletUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftletUtilities -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/Objects-normal/arm64/SwiftletUtilities.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/Objects-normal/arm64/SwiftletUtilities-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/Objects-normal/arm64/SwiftletUtilities.swiftmodule -user-module-version 2.0.6 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swiftletutilities -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/Objects-normal/arm64/SwiftletUtilities_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.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/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/Objects-normal/arm64/SwiftletUtilities-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftletUtilities/Sources/SwiftletUtilities/SharedCode/Extensions/ViewExtensions.swift:39:12: error: Unsupported platform
    #error("Unsupported platform")
           ^~~~~~~~~~~~~~~~~~~~~~ (in target 'SwiftletUtilities' from project 'SwiftletUtilities')
SwiftDriver SoundManager normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SoundManager' from project 'SoundManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SoundManager -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/Objects-normal/arm64/SoundManager.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/Objects-normal/arm64/SoundManager-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/Objects-normal/arm64/SoundManager.swiftmodule -user-module-version 2.0.3 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name soundmanager -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/Objects-normal/arm64/SoundManager_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.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/SoundManager.build/Debug-xros/SoundManager.build/Objects-normal/arm64/SoundManager-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftletUtilities/Sources/SwiftletUtilities/SharedCode/Extensions/ViewExtensions.swift:39:12: error: Unsupported platform
    #error("Unsupported platform")
           ^~~~~~~~~~~~~~~~~~~~~~
** BUILD FAILED **
The following build commands failed:
	SwiftDriver SwiftletUtilities normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftletUtilities' from project 'SwiftletUtilities')
	Building workspace spi-builder-workspace with scheme SwiftUIGamepad
(2 failures)
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  SwiftletUtilities: https://github.com/Appracatappra/SwiftletUtilities @ 2.0.6
  LogManager: https://github.com/Appracatappra/LogManager @ 2.0.4
  SwiftUIGamepad: /Users/admin/builder/spi-builder-workspace
  SwiftUIKit: https://github.com/Appracatappra/SwiftUIKit @ 2.0.2
  SoundManager: https://github.com/Appracatappra/SoundManager @ 2.0.3
  GraceLanguage: https://github.com/Appracatappra/GraceLanguage @ 2.0.3
  SimpleSerializer: https://github.com/Appracatappra/SimpleSerializer @ 2.3.0
resolved source packages: SwiftletUtilities, LogManager, SwiftUIGamepad, SwiftUIKit, SoundManager, GraceLanguage, SimpleSerializer
{
  "dependencies" : [
    {
      "identity" : "logmanager",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Appracatappra/LogManager"
    },
    {
      "identity" : "swiftletutilities",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Appracatappra/SwiftletUtilities"
    },
    {
      "identity" : "soundmanager",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Appracatappra/SoundManager"
    },
    {
      "identity" : "swiftuikit",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Appracatappra/SwiftUIKit"
    },
    {
      "identity" : "gracelanguage",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "2.0.0",
            "upper_bound" : "3.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/Appracatappra/GraceLanguage"
    }
  ],
  "manifest_display_name" : "SwiftUIGamepad",
  "name" : "SwiftUIGamepad",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "18.0"
    },
    {
      "name" : "macos",
      "version" : "15.0"
    },
    {
      "name" : "tvos",
      "version" : "18.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftUIGamepad",
      "targets" : [
        "SwiftUIGamepad"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftUIGamepadTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIGamepadTests",
      "path" : "Tests/SwiftUIGamepadTests",
      "sources" : [
        "SwiftUIGamepadTests.swift"
      ],
      "target_dependencies" : [
        "SwiftUIGamepad"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftUIGamepad",
      "module_type" : "SwiftTarget",
      "name" : "SwiftUIGamepad",
      "path" : "Sources/SwiftUIGamepad",
      "product_dependencies" : [
        "LogManager",
        "SwiftletUtilities",
        "SoundManager",
        "SwiftUIKit",
        "GraceLanguage"
      ],
      "product_memberships" : [
        "SwiftUIGamepad"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/ExtendedController.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/GridBackground.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS4_Circle.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS4_Controller.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS4_Cross.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS4_DPad.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS4_Home.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS4_L1.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS4_L2.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS4_LeftStick.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS4_Options.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS4_R1.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS4_R2.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS4_RightStick.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS4_Share.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS4_Square.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS4_ToouchPad.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS4_Triangle.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS5_Circle.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS5_Controller.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS5_Cross.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS5_DPad.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS5_Square.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PS5_Triangle.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/PrivacyInfo.xcprivacy",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/SR1_A.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/SR1_Controller.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/SR1_Dpad.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/SR1_Menu.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/SR1_X.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/SR2_A.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/SR2_Controller.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/SR2_Dpad.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/SR2_Menu.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/SR2_X.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_A.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_B.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_Controller.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_DPad.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_LB.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_LT.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_LeftStick.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_P1.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_P2.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_P3.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_P4.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_RB.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_RT.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_RightStick.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_Share.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_View.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_X.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_XboxButton.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/XB1_Y.png",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/diamond-click.mp3",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftUIGamepad/Resources/mouse-click.mp3",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "DataModles/GamepadEventHandlers.swift",
        "DataModles/GamepadInfo.swift",
        "DataModles/GamepadManager.swift",
        "DataModles/GamepadMenu.swift",
        "DataModles/GamepadMenuItem.swift",
        "Enumerations/GamepadMovementDirection.swift",
        "Extensions/HardwareInformationExtensions.swift",
        "Extensions/ViewGamepadExtensions.swift",
        "Gamepads/GamepadControlTip.swift",
        "Gamepads/GamepadHelpEntry.swift",
        "Gamepads/GamepadHelpOverlay.swift",
        "Gamepads/GamepadInteractionController.swift",
        "Gamepads/GamepadMenuCardView.swift",
        "Gamepads/GamepadMenuItemView.swift",
        "Gamepads/GamepadMenuView.swift",
        "Gamepads/GamepadRequiredOverlay.swift",
        "SwiftUIGamepad.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.1"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SwiftletUtilities",
      "SwiftUIGamepad"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "SwiftletUtilities",
      "SwiftUIGamepad"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme SwiftUIGamepad -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.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 SwiftUIGamepad -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  SwiftUIKit: https://github.com/Appracatappra/SwiftUIKit @ 2.0.2
  GraceLanguage: https://github.com/Appracatappra/GraceLanguage @ 2.0.3
  SimpleSerializer: https://github.com/Appracatappra/SimpleSerializer @ 2.3.0
  SoundManager: https://github.com/Appracatappra/SoundManager @ 2.0.3
  SwiftUIGamepad: /Users/admin/builder/spi-builder-workspace
  SwiftletUtilities: https://github.com/Appracatappra/SwiftletUtilities @ 2.0.6
  LogManager: https://github.com/Appracatappra/LogManager @ 2.0.4
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (21 targets)
    Target 'SwiftUIGamepad' in project 'SwiftUIGamepad'
        ➜ Explicit dependency on target 'SwiftUIGamepad' in project 'SwiftUIGamepad'
        ➜ Explicit dependency on target 'SwiftUIGamepad_SwiftUIGamepad' in project 'SwiftUIGamepad'
        ➜ Explicit dependency on target 'LogManager' in project 'LogManager'
        ➜ Explicit dependency on target 'SwiftletUtilities' in project 'SwiftletUtilities'
        ➜ Explicit dependency on target 'SoundManager' in project 'SoundManager'
        ➜ Explicit dependency on target 'SwiftUIKit' in project 'SwiftUIKit'
        ➜ Explicit dependency on target 'GraceLanguage' in project 'GraceLanguage'
    Target 'SwiftUIGamepad' in project 'SwiftUIGamepad'
        ➜ Explicit dependency on target 'SwiftUIGamepad_SwiftUIGamepad' in project 'SwiftUIGamepad'
        ➜ Explicit dependency on target 'LogManager' in project 'LogManager'
        ➜ Explicit dependency on target 'SwiftletUtilities' in project 'SwiftletUtilities'
        ➜ Explicit dependency on target 'SoundManager' in project 'SoundManager'
        ➜ Explicit dependency on target 'SwiftUIKit' in project 'SwiftUIKit'
        ➜ Explicit dependency on target 'GraceLanguage' in project 'GraceLanguage'
    Target 'GraceLanguage' in project 'GraceLanguage'
        ➜ Explicit dependency on target 'GraceLanguage' in project 'GraceLanguage'
        ➜ Explicit dependency on target 'GraceLanguage_GraceLanguage' in project 'GraceLanguage'
        ➜ Explicit dependency on target 'LogManager' in project 'LogManager'
        ➜ Explicit dependency on target 'SwiftletUtilities' in project 'SwiftletUtilities'
        ➜ Explicit dependency on target 'SimpleSerializer' in project 'SimpleSerializer'
    Target 'GraceLanguage' in project 'GraceLanguage'
        ➜ Explicit dependency on target 'GraceLanguage_GraceLanguage' in project 'GraceLanguage'
        ➜ Explicit dependency on target 'LogManager' in project 'LogManager'
        ➜ Explicit dependency on target 'SwiftletUtilities' in project 'SwiftletUtilities'
        ➜ Explicit dependency on target 'SimpleSerializer' in project 'SimpleSerializer'
    Target 'SimpleSerializer' in project 'SimpleSerializer'
        ➜ Explicit dependency on target 'SimpleSerializer' in project 'SimpleSerializer'
        ➜ Explicit dependency on target 'SimpleSerializer_SimpleSerializer' in project 'SimpleSerializer'
        ➜ Explicit dependency on target 'LogManager' in project 'LogManager'
        ➜ Explicit dependency on target 'SwiftletUtilities' in project 'SwiftletUtilities'
    Target 'SimpleSerializer' in project 'SimpleSerializer'
        ➜ Explicit dependency on target 'SimpleSerializer_SimpleSerializer' in project 'SimpleSerializer'
        ➜ Explicit dependency on target 'LogManager' in project 'LogManager'
        ➜ Explicit dependency on target 'SwiftletUtilities' in project 'SwiftletUtilities'
    Target 'SimpleSerializer_SimpleSerializer' in project 'SimpleSerializer' (no dependencies)
    Target 'GraceLanguage_GraceLanguage' in project 'GraceLanguage' (no dependencies)
    Target 'SwiftUIKit' in project 'SwiftUIKit'
        ➜ Explicit dependency on target 'SwiftUIKit' in project 'SwiftUIKit'
        ➜ Explicit dependency on target 'SwiftUIKit_SwiftUIKit' in project 'SwiftUIKit'
        ➜ Explicit dependency on target 'LogManager' in project 'LogManager'
        ➜ Explicit dependency on target 'SwiftletUtilities' in project 'SwiftletUtilities'
        ➜ Explicit dependency on target 'SoundManager' in project 'SoundManager'
    Target 'SwiftUIKit' in project 'SwiftUIKit'
        ➜ Explicit dependency on target 'SwiftUIKit_SwiftUIKit' in project 'SwiftUIKit'
        ➜ Explicit dependency on target 'LogManager' in project 'LogManager'
        ➜ Explicit dependency on target 'SwiftletUtilities' in project 'SwiftletUtilities'
        ➜ Explicit dependency on target 'SoundManager' in project 'SoundManager'
    Target 'SwiftUIKit_SwiftUIKit' in project 'SwiftUIKit' (no dependencies)
    Target 'SoundManager' in project 'SoundManager'
        ➜ Explicit dependency on target 'SoundManager' in project 'SoundManager'
        ➜ Explicit dependency on target 'SoundManager_SoundManager' in project 'SoundManager'
        ➜ Explicit dependency on target 'LogManager' in project 'LogManager'
    Target 'SoundManager' in project 'SoundManager'
        ➜ Explicit dependency on target 'SoundManager_SoundManager' in project 'SoundManager'
        ➜ Explicit dependency on target 'LogManager' in project 'LogManager'
    Target 'SoundManager_SoundManager' in project 'SoundManager' (no dependencies)
    Target 'SwiftletUtilities' in project 'SwiftletUtilities'
        ➜ Explicit dependency on target 'SwiftletUtilities' in project 'SwiftletUtilities'
        ➜ Explicit dependency on target 'SwiftletUtilities_SwiftletUtilities' in project 'SwiftletUtilities'
        ➜ Explicit dependency on target 'LogManager' in project 'LogManager'
    Target 'SwiftletUtilities' in project 'SwiftletUtilities'
        ➜ Explicit dependency on target 'SwiftletUtilities_SwiftletUtilities' in project 'SwiftletUtilities'
        ➜ Explicit dependency on target 'LogManager' in project 'LogManager'
    Target 'SwiftletUtilities_SwiftletUtilities' in project 'SwiftletUtilities' (no dependencies)
    Target 'LogManager' in project 'LogManager'
        ➜ Explicit dependency on target 'LogManager' in project 'LogManager'
        ➜ Explicit dependency on target 'LogManager_LogManager' in project 'LogManager'
    Target 'LogManager' in project 'LogManager'
        ➜ Explicit dependency on target 'LogManager_LogManager' in project 'LogManager'
    Target 'LogManager_LogManager' in project 'LogManager' (no dependencies)
    Target 'SwiftUIGamepad_SwiftUIGamepad' in project 'SwiftUIGamepad' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
SwiftDriver SwiftletUtilities normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftletUtilities' from project 'SwiftletUtilities')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SwiftletUtilities -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/Objects-normal/arm64/SwiftletUtilities.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/Objects-normal/arm64/SwiftletUtilities-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/Objects-normal/arm64/SwiftletUtilities.swiftmodule -user-module-version 2.0.6 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name swiftletutilities -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/Objects-normal/arm64/SwiftletUtilities_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.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/SwiftletUtilities.build/Debug-xros/SwiftletUtilities.build/Objects-normal/arm64/SwiftletUtilities-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftletUtilities/Sources/SwiftletUtilities/SharedCode/Extensions/ViewExtensions.swift:39:12: error: Unsupported platform
    #error("Unsupported platform")
           ^~~~~~~~~~~~~~~~~~~~~~ (in target 'SwiftletUtilities' from project 'SwiftletUtilities')
SwiftDriver LogManager normal arm64 com.apple.xcode.tools.swift.compiler (in target 'LogManager' from project 'LogManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name LogManager -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager.swiftmodule -user-module-version 2.0.4 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name logmanager -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.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/LogManager.build/Debug-xros/LogManager.build/Objects-normal/arm64/LogManager-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver SoundManager normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SoundManager' from project 'SoundManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name SoundManager -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/Objects-normal/arm64/SoundManager.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 6 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/Objects-normal/arm64/SoundManager-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -explicit-module-build -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -clang-scanner-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -sdk-module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/Objects-normal/arm64/SoundManager.swiftmodule -user-module-version 2.0.3 -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name soundmanager -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/Objects-normal/arm64/SoundManager_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SoundManager.build/Debug-xros/SoundManager.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/SoundManager.build/Debug-xros/SoundManager.build/Objects-normal/arm64/SoundManager-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftEmitModule normal arm64 Emitting\ module\ for\ LogManager (in target 'LogManager' from project 'LogManager')
EmitSwiftModule normal arm64 (in target 'LogManager' from project 'LogManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/DerivedSources/resource_bundle_accessor.swift (in target 'LogManager' from project 'LogManager')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/LogManager.build/Debug-xros/LogManager.build/DerivedSources/resource_bundle_accessor.swift (in target 'LogManager' from project 'LogManager')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreAudioTypes-A5GDIMWH8AICT2AF65DMT3ELF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_intrinsics-E8OBEV0YDCZVDDY5ZGZOLQ501.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Symbols-5RCFPTNS6NVANCR3ZIXMBLM20.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/dnssd-DXTEKSTWYJC3V4CK78TWU0FAP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DataDetection-5YPU54M76FY0AAWZE7HR6KTLB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UserNotifications-10HUFZ1L5G92NHCMKI7GQPQ1S.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreMIDI-DSB0K2FJHKTTSB9G3N5ACHANY.pcm
/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/SwiftletUtilities/Sources/SwiftletUtilities/SharedCode/Extensions/ViewExtensions.swift:39:12: error: Unsupported platform
    #error("Unsupported platform")
           ^~~~~~~~~~~~~~~~~~~~~~
** BUILD FAILED **
The following build commands failed:
	SwiftDriver SwiftletUtilities normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SwiftletUtilities' from project 'SwiftletUtilities')
	Building workspace spi-builder-workspace with scheme SwiftUIGamepad
(2 failures)
BUILD FAILURE 6.2 visionOS