The Swift Package Index logo.Swift Package Index

Build Information

Successful build of StreamDeckKit, reference main (23c377), with Swift 6.3 for visionOS using Xcode 26.4 on 19 Apr 2026 01:33:38 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/elgatosf/streamdeck-kit-ipad.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/elgatosf/streamdeck-kit-ipad
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 23c3770 Add Stream Deck + XL support
Cloned https://github.com/elgatosf/streamdeck-kit-ipad.git
Revision (git rev-parse @):
23c3770bd51aa016a681d88d108cb0ab712171d5
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/elgatosf/streamdeck-kit-ipad.git at main
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.3
Building package at path:  $PWD
https://github.com/elgatosf/streamdeck-kit-ipad.git
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/pointfreeco/swift-snapshot-testing
Fetching from https://github.com/swiftlang/swift-syntax
Fetching from https://github.com/pointfreeco/swift-custom-dump
Fetching from https://github.com/pointfreeco/xctest-dynamic-overlay
Creating working copy of package ‘swift-custom-dump’
Checking out 1.5.0 of package ‘swift-custom-dump’
Creating working copy of package ‘swift-snapshot-testing’
Checking out 1.19.2 of package ‘swift-snapshot-testing’
Creating working copy of package ‘swift-syntax’
Checking out 603.0.0 of package ‘swift-syntax’
Creating working copy of package ‘xctest-dynamic-overlay’
Checking out 1.9.0 of package ‘xctest-dynamic-overlay’
Downloading package prebuilt https://download.swift.org/prebuilts/swift-syntax/603.0.0/swiftlang-6.3.0.123.5-macosx26.4-MacroSupport.zip
Resolve Package Graph
Resolved source packages:
  StreamDeckKit: /Users/admin/builder/spi-builder-workspace
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.0
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.19.2
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
resolved source packages: StreamDeckKit, xctest-dynamic-overlay, swift-syntax, swift-snapshot-testing, swift-custom-dump
2026-04-18 21:32:30.496 xcodebuild[529:3087] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.12.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    }
  ],
  "manifest_display_name" : "StreamDeckKit",
  "name" : "StreamDeckKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "StreamDeckKit",
      "targets" : [
        "StreamDeckKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StreamDeckSimulator",
      "targets" : [
        "StreamDeckSimulator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StreamDeckSimulator",
      "module_type" : "SwiftTarget",
      "name" : "StreamDeckSimulator",
      "path" : "Sources/StreamDeckSimulator",
      "product_memberships" : [
        "StreamDeckSimulator"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Resources/SimulatorAssets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Extensions/Bundle+ResourceBundle.swift",
        "Extensions/DeviceInfo+Simulator.swift",
        "Extensions/StreamDeck+Simulator.swift",
        "Extensions/StreamDeckProduct+Simulator.swift",
        "StreamDeckSimulator.swift",
        "StreamDeckSimulatorClient.swift",
        "Views/Dial.swift",
        "Views/SimulatorContainer.swift",
        "Views/SimulatorDialTouchView.swift",
        "Views/SimulatorDialView.swift",
        "Views/SimulatorKeyView.swift",
        "Views/SimulatorNeoPanelView.swift",
        "Views/StreamDeckPedalSimulatorView.swift",
        "Views/StreamDeckSimulator.PreviewView.swift",
        "Views/StreamDeckSimulatorView.swift"
      ],
      "target_dependencies" : [
        "StreamDeckKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StreamDeckSDKTests",
      "module_type" : "SwiftTarget",
      "name" : "StreamDeckSDKTests",
      "path" : "Tests/StreamDeckSDKTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "Helper/StreamDeckClientMock.swift",
        "Helper/StreamDeckRobot.swift",
        "Helper/TestViews.swift",
        "Helper/WaitFor.swift",
        "StreamDeckLayoutTests.swift",
        "StreamDeckTests.swift",
        "VersionsTests.swift"
      ],
      "target_dependencies" : [
        "StreamDeckKit",
        "StreamDeckSimulator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StreamDeckKit",
      "module_type" : "SwiftTarget",
      "name" : "StreamDeckKit",
      "path" : "Sources/StreamDeckKit",
      "product_memberships" : [
        "StreamDeckKit",
        "StreamDeckSimulator"
      ],
      "sources" : [
        "Device/AsyncQueue.swift",
        "Device/DeviceCapabilities+Rect.swift",
        "Device/DeviceCapabilities.swift",
        "Device/DeviceInfo.swift",
        "Device/ImageFormat.swift",
        "Device/InputEvent.swift",
        "Device/StreamDeck+ImageTransformation.swift",
        "Device/StreamDeck+OperationQueue.swift",
        "Device/StreamDeck.swift",
        "Device/StreamDeckClient.swift",
        "Device/StreamDeckClientProtocol.swift",
        "Device/StreamDeckProduct.swift",
        "Device/StreamDeckProductId.swift",
        "Extensions/String+IOReturn.swift",
        "Extensions/UIImage+Color.swift",
        "Layout/DirtyMarker.swift",
        "Layout/Environment+Ext.swift",
        "Layout/StreamDeckClientDummy.swift",
        "Layout/StreamDeckDialAreaLayout.swift",
        "Layout/StreamDeckDialView.swift",
        "Layout/StreamDeckKeyAreaLayout.swift",
        "Layout/StreamDeckKeyView.swift",
        "Layout/StreamDeckLayout.swift",
        "Layout/StreamDeckLayoutRenderer.swift",
        "Layout/StreamDeckNeoPanelLayout.swift",
        "Layout/StreamDeckViewContext.swift",
        "Logging.swift",
        "Session/InternalStreamDeckSession.swift",
        "Session/StreamDeckSession.State+CustomDebugStringConvertible.swift",
        "Session/StreamDeckSession.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "StreamDeckCApi"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StreamDeckCApi",
      "module_type" : "ClangTarget",
      "name" : "StreamDeckCApi",
      "path" : "Sources/StreamDeckCApi",
      "product_memberships" : [
        "StreamDeckKit",
        "StreamDeckSimulator"
      ],
      "sources" : [
        "StreamDeckCApi.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "StreamDeckKit",
      "StreamDeckKit-Package",
      "StreamDeckSimulator"
    ]
  }
}
2026-04-18 21:32:40.160 xcodebuild[892:5215] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "StreamDeckKit",
      "StreamDeckKit-Package",
      "StreamDeckSimulator"
    ]
  }
}
2026-04-18 21:32:41.988 xcodebuild[901:5309] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme StreamDeckKit-Package -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme StreamDeckKit-Package -destination generic/platform=xrOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  swift-syntax: https://github.com/swiftlang/swift-syntax @ 603.0.0
  swift-custom-dump: https://github.com/pointfreeco/swift-custom-dump @ 1.5.0
  StreamDeckKit: /Users/admin/builder/spi-builder-workspace
  xctest-dynamic-overlay: https://github.com/pointfreeco/xctest-dynamic-overlay @ 1.9.0
  swift-snapshot-testing: https://github.com/pointfreeco/swift-snapshot-testing @ 1.19.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
    Target 'StreamDeckSimulator' in project 'StreamDeckKit'
        ➜ Explicit dependency on target 'StreamDeckSimulator' in project 'StreamDeckKit'
        ➜ Explicit dependency on target 'StreamDeckKit_StreamDeckSimulator' in project 'StreamDeckKit'
        ➜ Explicit dependency on target 'StreamDeckCApi' in project 'StreamDeckKit'
        ➜ Explicit dependency on target 'StreamDeckKit' in project 'StreamDeckKit'
    Target 'StreamDeckSimulator' in project 'StreamDeckKit'
        ➜ Explicit dependency on target 'StreamDeckKit_StreamDeckSimulator' in project 'StreamDeckKit'
        ➜ Explicit dependency on target 'StreamDeckCApi' in project 'StreamDeckKit'
        ➜ Explicit dependency on target 'StreamDeckKit' in project 'StreamDeckKit'
    Target 'StreamDeckKit_StreamDeckSimulator' in project 'StreamDeckKit' (no dependencies)
    Target 'StreamDeckKit' in project 'StreamDeckKit'
        ➜ Explicit dependency on target 'StreamDeckKit' in project 'StreamDeckKit'
        ➜ Explicit dependency on target 'StreamDeckCApi' in project 'StreamDeckKit'
    Target 'StreamDeckKit' in project 'StreamDeckKit'
        ➜ Explicit dependency on target 'StreamDeckCApi' in project 'StreamDeckKit'
    Target 'StreamDeckCApi' in project 'StreamDeckKit' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -arch arm64 -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/actool --version --output-format xml1
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
ReadFileContents /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 2f015a8428643c4a3e95fe412464264c
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/2f015a8428643c4a3e95fe412464264c.xcbuilddata
ClangStatCache /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache
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/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules
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
    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/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/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/StreamDeckSimulator.DependencyMetadataFileList (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/StreamDeckSimulator.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/StreamDeckSimulator.modulemap (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/StreamDeckSimulator.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/StreamDeckSimulator.DependencyStaticMetadataFileList (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/StreamDeckSimulator.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator_const_extract_protocols.json (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator.SwiftFileList (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator.LinkFileList (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator.SwiftConstValuesFileList (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator-OutputFileMap.json (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/DerivedSources/resource_bundle_accessor.swift (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/DerivedSources/resource_bundle_accessor.swift
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit_StreamDeckSimulator.build/StreamDeckKit_StreamDeckSimulator.DependencyStaticMetadataFileList (in target 'StreamDeckKit_StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit_StreamDeckSimulator.build/StreamDeckKit_StreamDeckSimulator.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit_StreamDeckSimulator.build/empty-StreamDeckKit_StreamDeckSimulator.plist (in target 'StreamDeckKit_StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit_StreamDeckSimulator.build/empty-StreamDeckKit_StreamDeckSimulator.plist
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/StreamDeckSimulator.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/StreamDeckSimulator.modulemap (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    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/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/StreamDeckSimulator.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit_StreamDeckSimulator.build/StreamDeckKit_StreamDeckSimulator.DependencyMetadataFileList (in target 'StreamDeckKit_StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit_StreamDeckSimulator.build/StreamDeckKit_StreamDeckSimulator.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/StreamDeckKit.DependencyStaticMetadataFileList (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/StreamDeckKit.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/StreamDeckKit.DependencyMetadataFileList (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/StreamDeckKit.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/StreamDeckKit.modulemap (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/StreamDeckKit.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit.SwiftConstValuesFileList (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit_const_extract_protocols.json (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit.SwiftFileList (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit.LinkFileList (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit-OutputFileMap.json (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/StreamDeckCApi.DependencyMetadataFileList (in target 'StreamDeckCApi' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/StreamDeckCApi.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/StreamDeckCApi.modulemap (in target 'StreamDeckCApi' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/StreamDeckCApi.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/StreamDeckCApi.DependencyStaticMetadataFileList (in target 'StreamDeckCApi' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/StreamDeckCApi.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/Objects-normal/arm64/StreamDeckCApi.LinkFileList (in target 'StreamDeckCApi' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/Objects-normal/arm64/StreamDeckCApi.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/StreamDeckKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/StreamDeckKit.modulemap (in target 'StreamDeckKit' from project 'StreamDeckKit')
    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/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/StreamDeckKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp (in target 'StreamDeckCApi' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp
-fmodules -gmodules '-fmodules-cache-path=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex' '-fmodule-name=StreamDeckCApi' -fpascal-strings -O0 -DSWIFT_PACKAGE '-DDEBUG=1' -g -fprofile-instr-generate -fcoverage-mapping -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -I/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckCApi/include -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/DerivedSources-normal/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/DerivedSources/arm64 -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/DerivedSources -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -DXcode
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckKit_StreamDeckSimulator.bundle (in target 'StreamDeckKit_StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckKit_StreamDeckSimulator.bundle
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/StreamDeckCApi.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/StreamDeckCApi.modulemap (in target 'StreamDeckCApi' from project 'StreamDeckKit')
    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/StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/StreamDeckCApi.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit_StreamDeckSimulator.build/assetcatalog_output/thinned (in target 'StreamDeckKit_StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit_StreamDeckSimulator.build/assetcatalog_output/thinned
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit_StreamDeckSimulator.build/assetcatalog_output/unthinned (in target 'StreamDeckKit_StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit_StreamDeckSimulator.build/assetcatalog_output/unthinned
CompileAssetCatalogVariant thinned /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckKit_StreamDeckSimulator.bundle /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Resources/SimulatorAssets.xcassets (in target 'StreamDeckKit_StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/actool /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Resources/SimulatorAssets.xcassets --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit_StreamDeckSimulator.build/assetcatalog_output/thinned --output-format human-readable-text --notices --warnings --export-dependency-info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit_StreamDeckSimulator.build/assetcatalog_dependencies_thinned --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit_StreamDeckSimulator.build/assetcatalog_generated_info.plist_thinned --compress-pngs --enable-on-demand-resources NO --development-region en --target-device vision --minimum-deployment-target 1.0 --platform xros
/* com.apple.actool.compilation-results */
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit_StreamDeckSimulator.build/assetcatalog_generated_info.plist_thinned
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit_StreamDeckSimulator.build/assetcatalog_output/thinned/Assets.car
SwiftDriver StreamDeckKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name StreamDeckKit -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/StreamDeckCApi.modulemap -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.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.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit-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/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckCApi/include -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/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.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/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
ScanDependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/Objects-normal/arm64/StreamDeckCApi.o /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckCApi/StreamDeckCApi.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'StreamDeckCApi' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    builtin-ScanDependencies -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/Objects-normal/arm64/StreamDeckCApi.o.scan -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -target arm64-apple-xros1.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/Objects-normal/arm64/StreamDeckCApi.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/Objects-normal/arm64/StreamDeckCApi.dia -c /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckCApi/StreamDeckCApi.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/Objects-normal/arm64/StreamDeckCApi.o -index-unit-output-path /StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/Objects-normal/arm64/StreamDeckCApi.o
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdbool-ALN4GODAMMP2NCRQANLB7U5BM.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdbool-ALN4GODAMMP2NCRQANLB7U5BM.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-M2YD5XL3A03RQOQSE2UZBQGO.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdarg-M2YD5XL3A03RQOQSE2UZBQGO.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrauth-F00G2APLHW9NLI4QRVX5BQK5R.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrauth-F00G2APLHW9NLI4QRVX5BQK5R.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_AvailabilityInternal-U1ZHSRVYJ095V5H19C5AJF4S.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_AvailabilityInternal-U1ZHSRVYJ095V5H19C5AJF4S.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_float-7QI0DXPPSWLCMK9AV2EHA1I2D.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_float-7QI0DXPPSWLCMK9AV2EHA1I2D.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrcheck-73OU477QR7IZE6VR3FMMEUYO4.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/ptrcheck-73OU477QR7IZE6VR3FMMEUYO4.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-7HR2ELVL8H5UXZ04XRII6XL5S.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stddef-7HR2ELVL8H5UXZ04XRII6XL5S.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation1-1Y7VECVX64SCI6OTBDRVRO23Y.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation1-1Y7VECVX64SCI6OTBDRVRO23Y.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation2-44FU3A6PY0W5YUHLFB8K2CAZ.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation2-44FU3A6PY0W5YUHLFB8K2CAZ.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_limits-53EVF5196YJKNNGER9WDA91N5.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_limits-53EVF5196YJKNNGER9WDA91N5.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdint-A1329PZCDGFZ9HNWT76UH8JRC.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_stdint-A1329PZCDGFZ9HNWT76UH8JRC.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation3-ATHEW6UCOE4WP161D24TCHH4V.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_DarwinFoundation3-ATHEW6UCOE4WP161D24TCHH4V.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_inttypes-1Q7LG16TZQGEFI5TN3VOSSRY9.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/_Builtin_inttypes-1Q7LG16TZQGEFI5TN3VOSSRY9.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Darwin-43XYJVDLQUVGSDCUCCZNBON8U.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Darwin-43XYJVDLQUVGSDCUCCZNBON8U.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/libkern-6PZMZKYEIEY4CN2PTQXGLCYYZ.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/libkern-6PZMZKYEIEY4CN2PTQXGLCYYZ.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_object-D5B0TN602O9C7S3GLSXOKL3M7.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_object-D5B0TN602O9C7S3GLSXOKL3M7.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_workgroup-ANJ70I5T0YYJBLY3TPAAR9J4A.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/os_workgroup-ANJ70I5T0YYJBLY3TPAAR9J4A.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Dispatch-9BXWGCDHO3G22F7W20FIWOZ8K.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/Dispatch-9BXWGCDHO3G22F7W20FIWOZ8K.scan
PrecompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreFoundation-4YRQMI40QD5VE4LOP75NGQ3D0.scan
    cd /
    builtin-precompileModule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ExplicitPrecompiledModules/CoreFoundation-4YRQMI40QD5VE4LOP75NGQ3D0.scan
CompileC /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/Objects-normal/arm64/StreamDeckCApi.o /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckCApi/StreamDeckCApi.c normal arm64 c com.apple.compilers.llvm.clang.1_0.compiler (in target 'StreamDeckCApi' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

    Using response file: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp

    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -ivfsstatcache /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -target arm64-apple-xros1.0 -fmessage-length\=0 -fdiagnostics-show-note-include-stack -fmacro-backtrace-limit\=0 -fno-color-diagnostics -fmodules-prune-interval\=86400 -fmodules-prune-after\=345600 -fbuild-session-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session -Wnon-modular-include-in-framework-module -Werror\=non-modular-include-in-framework-module -Wno-trigraphs -Wno-missing-field-initializers -Wno-missing-prototypes -Wno-return-type -Wno-missing-braces -Wparentheses -Wswitch -Wno-unused-function -Wno-unused-label -Wno-unused-parameter -Wno-unused-variable -Wunused-value -Wno-empty-body -Wno-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wno-constant-conversion -Wno-int-conversion -Wno-bool-conversion -Wno-enum-conversion -Wno-float-conversion -Wno-non-literal-null-conversion -Wno-objc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-implicit-fallthrough -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -fstrict-aliasing -Wdeprecated-declarations -Wno-sign-conversion -Wno-infinite-recursion -Wno-comma -Wno-block-capture-autoreleasing -Wno-strict-prototypes -Wno-semicolon-before-method-body -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/Objects-normal/arm64/7187679823f38a2a940e0043cdf9d637-common-args.resp -MMD -MT dependencies -MF /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/Objects-normal/arm64/StreamDeckCApi.d --serialize-diagnostics /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/Objects-normal/arm64/StreamDeckCApi.dia -c /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckCApi/StreamDeckCApi.c -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/Objects-normal/arm64/StreamDeckCApi.o -index-unit-output-path /StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/Objects-normal/arm64/StreamDeckCApi.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckCApi.o normal (in target 'StreamDeckCApi' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -O0 -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/Objects-normal/arm64/StreamDeckCApi.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/Objects-normal/arm64/StreamDeckCApi_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckCApi.build/Objects-normal/arm64/StreamDeckCApi_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckCApi.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckCApi.o (in target 'StreamDeckCApi' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckCApi.o
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-YJD3LAGSNF10FZWR3J8P610Y.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-7QMZRTZ3S79OIWTXSAPUIRHYI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-27WOC2HU4MJP517U0TI50ZP6R.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-CN303CE9AXGY9XZYFJ6QXAOBR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-3LC9AV7E10N7DY0X0GCMCK815.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-3BRLCCDYHUXKOK1AB0M8MOV64.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-CWY49DJXJH8MV7H9KA3I9OY1L.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DeveloperToolsSupport-8H1E543GXYONPY3ORK73OCVSM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-AGP3KRETLXAMYQDW488IY6LKX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-9C98A8UQW5H0T6TWPICZ19KK6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-A6RKRULJVWPNWLT2MY2XALPE3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-1WMMNGC2O206RLV4U5QNHI9ZB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-CAYUJ2WWB7YLVQ3VIZXCDL30U.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-2PXMKHAWCG53C3RNOK7N1KWX6.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_tgmath-59Q6OKG78APSFVLDZGGRIF4W.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/sys_types-702OW6MB2UYB2TOQQFSKPAKW9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-DET4J8XS334UT6TI8UIL7DF4M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_intrinsics-3MB48OSWACB9QU99EA6OOCV6C.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-6FZKKZ4XEUC29PTNXJWF33U9M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-DS3VJWLWEXU7S7AS4RHQN5VZZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-1IQGC7FWS7Q3CJO29Z7BCG728.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/simd-CVMTS1H0T9ELGP1G1AZZ150TE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-1MTCF5GQ63OQIRM6WIIH9FJ8U.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/libkern-7AI0KENC7HSY4RVOXZBLOKOS0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-2CZPD0H9RTV4M5QCVDMSJ35Y9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-EZN7U2Y4H5FX9WZTA9F8B6AIM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Spatial-6Q34MOXZUL6UIIDUP2JJ0EHW8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-32NYW9B0ZUCWOJ6NY33OVEITX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-8EN8HC46CEO13I4PTKBOX9IAW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/XPC-36DV76SDNEJ71ZU1Q5WQTD2UX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/dnssd-1M9ST28Y3GGC83GUIEYKQO3TG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-52BCPMJP809TT4WMWEHIVNDW4.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-DOIHLDND0RDY1XJEDBABNPKS7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreAudioTypes-BV79W1UNA9H4K82ZY6E0C88EO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreServices-2HIDUEQDRA4OSP3CDZ4QAWNSI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules/StreamDeckCApi-BPG212CHI0F33W4EGC16EW1GP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-9IEGUIVXSDZ0Z7F0FKH73EQJK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-62UU46263ZWQJL20UDXHQ32DZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-22PB0EARRYBLWHT3T9EURGBWW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreAudio-D6TUCKQYEFW3N7ZQPDQ21IHI0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-1016IJVOTD7PT4P0ELAQH2JFC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ImageIO-CP9BD4HQ7FHVR5WRB10SYWB87.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreText-CPU5DZDOKSK2ANXX6Q0R6ZV0H.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreMIDI-5XA1T4LXTA6MZG37AOMUHAJTZ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Symbols-D1J02M9LRZ9O2SI94Y82H4D1O.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_LocationEssentials-1YMU0MWP8ZAMFJG6UVTX0PQD9.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIUtilities-5KGSEEFRFVI3JRR8TDVD6Q7YT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Network-BWKHOFI2LGSP2L4X22TS5QU4Z.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accessibility-D3KZO165IOOCUJ7Z56UQZVAMN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UserNotifications-CCM2P63S0EGYF5GGVNM881DPC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOSurface-2BWIZZSJHOI1YQWVDTFRNTH3W.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreTransferable-EYAVL5DLOG54Y59BZK63V3LUH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/FileProvider-2FDK64HW47MREA3YQTVZTHZAT.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UniformTypeIdentifiers-EWJ7E4TAOHT049VK7EX1C7IUO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreLocation-ATXKGNPSUEBKD5ZEUV00W2HR0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreData-AXYRWB0MN3F2NOF3V7UGID11I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-9MHL8PKA5263OELKMNJBU5W6A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DataDetection-CKR9U86N8LVZKIU4SJHHHC5HE.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Metal-5ZAQ7B57JDD8BBK9GX3FZG8Q8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OpenGLES-AOXVNTUOQ98O22ZE4F1RHIG52.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AudioToolbox-93VWKBZSGIDRKBN2Y3HY7LDXJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVRouting-3D8D6RJL7YII2C10P3I4FYCOO.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreMotion-4FYTDU5EG7ZQJ5L2I1OWEMEBN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreVideo-4M6LZ594REO8EW3VBXO4JKMI0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ARKit-BU444XCW3KOZCOGAMCRJ7EG29.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreImage-7UQ9UL0CCXU3MV7YXAOUDCLPW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreMedia-2W50G0O6A14VAIL4FFO99YM1O.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuartzCore-32MUAHMK6A4ZSS66N4524FZOW.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUICore-356ZBFD7Z29TS4YRAF47OFL94.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MediaToolbox-21QGRR58CSVYA47N5OF13AV6N.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVFAudio-5FP4U0SNAZTUHU3D366GYF10A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIKit-B3A633XDW0KER3R40B56SJATQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/AVFoundation-34LEXMAIKFUYQO3RVZ34O33V0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/GameController-9ZQY8RXQEHJYKH9NHWN245RIF.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUI-7T1YGZND9MI8EG61UIQJ1H3AJ.pcm
SwiftCompile normal arm64 Compiling\ AsyncQueue.swift,\ DeviceCapabilities+Rect.swift,\ DeviceCapabilities.swift,\ DeviceInfo.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/AsyncQueue.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/DeviceCapabilities+Rect.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/DeviceCapabilities.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/DeviceInfo.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/AsyncQueue.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/DeviceCapabilities+Rect.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/DeviceCapabilities.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/DeviceInfo.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Environment+Ext.swift,\ StreamDeckClientDummy.swift,\ StreamDeckDialAreaLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Layout/Environment+Ext.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Layout/StreamDeckClientDummy.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Layout/StreamDeckDialAreaLayout.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Layout/Environment+Ext.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Layout/StreamDeckClientDummy.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Layout/StreamDeckDialAreaLayout.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Layout/StreamDeckDialAreaLayout.swift:140:10: warning: 'onChange(of:perform:)' was deprecated in visionOS 1.0: Use `onChange` with a two or zero parameter action closure instead.
        .onChange(of: _nextID) { _ in
         ^
SwiftEmitModule normal arm64 Emitting\ module\ for\ StreamDeckKit (in target 'StreamDeckKit' from project 'StreamDeckKit')
EmitSwiftModule normal arm64 (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ StreamDeckDialView.swift,\ StreamDeckKeyAreaLayout.swift,\ StreamDeckKeyView.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Layout/StreamDeckDialView.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Layout/StreamDeckKeyAreaLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Layout/StreamDeckKeyView.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Layout/StreamDeckDialView.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Layout/StreamDeckDialView.swift:116:14: warning: 'onChange(of:perform:)' was deprecated in visionOS 1.0: Use `onChange` with a two or zero parameter action closure instead.
            .onChange(of: _nextID) { _ in
             ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Layout/StreamDeckKeyAreaLayout.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Layout/StreamDeckKeyAreaLayout.swift:78:10: warning: 'onChange(of:perform:)' was deprecated in visionOS 1.0: Use `onChange` with a two or zero parameter action closure instead.
        .onChange(of: _nextID) { _ in
         ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Layout/StreamDeckKeyView.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Layout/StreamDeckKeyView.swift:77:14: warning: 'onChange(of:perform:)' was deprecated in visionOS 1.0: Use `onChange` with a two or zero parameter action closure instead.
            .onChange(of: _nextID) { _ in
             ^
SwiftCompile normal arm64 Compiling\ StreamDeck+OperationQueue.swift,\ StreamDeck.swift,\ StreamDeckClient.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+OperationQueue.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeckClient.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+OperationQueue.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeckClient.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ImageFormat.swift,\ InputEvent.swift,\ StreamDeck+ImageTransformation.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/ImageFormat.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/InputEvent.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/ImageFormat.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/InputEvent.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeck+ImageTransformation.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ StreamDeckViewContext.swift,\ Logging.swift,\ InternalStreamDeckSession.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Layout/StreamDeckViewContext.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Logging.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Session/InternalStreamDeckSession.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Layout/StreamDeckViewContext.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Session/InternalStreamDeckSession.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ StreamDeckSession.State+CustomDebugStringConvertible.swift,\ StreamDeckSession.swift,\ Version.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Session/StreamDeckSession.State+CustomDebugStringConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Session/StreamDeckSession.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Version.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Session/StreamDeckSession.State+CustomDebugStringConvertible.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Session/StreamDeckSession.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ StreamDeckClientProtocol.swift,\ StreamDeckProduct.swift,\ StreamDeckProductId.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeckClientProtocol.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeckProduct.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeckProductId.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeckClientProtocol.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeckProduct.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Device/StreamDeckProductId.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ StreamDeckLayout.swift,\ StreamDeckLayoutRenderer.swift,\ StreamDeckNeoPanelLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Layout/StreamDeckLayout.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Layout/StreamDeckLayoutRenderer.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Layout/StreamDeckNeoPanelLayout.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Layout/StreamDeckLayout.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Layout/StreamDeckLayout.swift:102:10: warning: 'onChange(of:perform:)' was deprecated in visionOS 1.0: Use `onChange` with a two or zero parameter action closure instead.
        .onChange(of: _nextID) { _ in
         ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Layout/StreamDeckLayoutRenderer.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Layout/StreamDeckNeoPanelLayout.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Layout/StreamDeckNeoPanelLayout.swift:72:14: warning: 'onChange(of:perform:)' was deprecated in visionOS 1.0: Use `onChange` with a two or zero parameter action closure instead.
            .onChange(of: _nextID) { _ in
             ^
SwiftDriverJobDiscovery normal arm64 Emitting module for StreamDeckKit (in target 'StreamDeckKit' from project 'StreamDeckKit')
SwiftDriver\ Compilation\ Requirements StreamDeckKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name StreamDeckKit -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/StreamDeckCApi.modulemap -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.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.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit-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/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckCApi/include -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/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.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/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling StreamDeckClientProtocol.swift, StreamDeckProduct.swift, StreamDeckProductId.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
SwiftCompile normal arm64 Compiling\ String+IOReturn.swift,\ UIImage+Color.swift,\ DirtyMarker.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Extensions/String+IOReturn.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Extensions/UIImage+Color.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Layout/DirtyMarker.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Extensions/String+IOReturn.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Extensions/UIImage+Color.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckKit/Layout/DirtyMarker.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/StreamDeckKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit-Swift.h (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/StreamDeckKit-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling AsyncQueue.swift, DeviceCapabilities+Rect.swift, DeviceCapabilities.swift, DeviceInfo.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckKit.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit.swiftmodule (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckKit.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckKit.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit.swiftdoc (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckKit.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckKit.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit.abi.json (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckKit.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckKit.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit.swiftsourceinfo (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckKit.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
GenerateAssetSymbols /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Resources/SimulatorAssets.xcassets (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.4.0.app/Contents/Developer/usr/bin/actool /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Resources/SimulatorAssets.xcassets --compile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros --output-format human-readable-text --notices --warnings --export-dependency-info /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/assetcatalog_dependencies --output-partial-info-plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/assetcatalog_generated_info.plist --compress-pngs --enable-on-demand-resources NO --development-region en --target-device vision --minimum-deployment-target 1.0 --platform xros --bundle-identifier spi-builder-workspace.StreamDeckSimulator --generate-swift-asset-symbol-extensions NO --generate-swift-asset-symbols /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/DerivedSources/GeneratedAssetSymbols.swift --generate-objc-asset-symbols /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/DerivedSources/GeneratedAssetSymbols.h --generate-asset-symbol-index /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/DerivedSources/GeneratedAssetSymbols-Index.plist
/* com.apple.actool.compilation-results */
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/DerivedSources/GeneratedAssetSymbols-Index.plist
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/DerivedSources/GeneratedAssetSymbols.h
/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/DerivedSources/GeneratedAssetSymbols.swift
SwiftDriverJobDiscovery normal arm64 Compiling StreamDeckSession.State+CustomDebugStringConvertible.swift, StreamDeckSession.swift, Version.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
SwiftDriverJobDiscovery normal arm64 Compiling StreamDeckViewContext.swift, Logging.swift, InternalStreamDeckSession.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
SwiftDriverJobDiscovery normal arm64 Compiling ImageFormat.swift, InputEvent.swift, StreamDeck+ImageTransformation.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
SwiftDriverJobDiscovery normal arm64 Compiling String+IOReturn.swift, UIImage+Color.swift, DirtyMarker.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
SwiftDriverJobDiscovery normal arm64 Compiling Environment+Ext.swift, StreamDeckClientDummy.swift, StreamDeckDialAreaLayout.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
SwiftDriverJobDiscovery normal arm64 Compiling StreamDeckLayout.swift, StreamDeckLayoutRenderer.swift, StreamDeckNeoPanelLayout.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
SwiftDriverJobDiscovery normal arm64 Compiling StreamDeck+OperationQueue.swift, StreamDeck.swift, StreamDeckClient.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
SwiftDriverJobDiscovery normal arm64 Compiling StreamDeckDialView.swift, StreamDeckKeyAreaLayout.swift, StreamDeckKeyView.swift (in target 'StreamDeckKit' from project 'StreamDeckKit')
SwiftDriver\ Compilation StreamDeckKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name StreamDeckKit -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/StreamDeckCApi.modulemap -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.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.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit-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/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckCApi/include -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/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.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/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckKit.o normal (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -O0 -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckKit.o
ExtractAppIntentsMetadata (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.86GwY6/Metal.xctoolchain --module-name StreamDeckKit --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk --xcode-version 17E192 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.StreamDeckKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckKit.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckKit.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/StreamDeckKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/StreamDeckKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit.build/Objects-normal/arm64/StreamDeckKit.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-18 21:33:34.483 appintentsmetadataprocessor[1086:6278] Starting appintentsmetadataprocessor export
2026-04-18 21:33:34.519 appintentsmetadataprocessor[1086:6278] Extracted no relevant App Intents symbols, skipping writing output
SwiftDriver StreamDeckSimulator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name StreamDeckSimulator -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/StreamDeckCApi.modulemap -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator-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/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckCApi/include -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/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.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/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckKit.o (in target 'StreamDeckKit' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckKit.o
SwiftEmitModule normal arm64 Emitting\ module\ for\ StreamDeckSimulator (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
EmitSwiftModule normal arm64 (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DeviceInfo+Simulator.swift,\ StreamDeck+Simulator.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Extensions/DeviceInfo+Simulator.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Extensions/StreamDeck+Simulator.swift (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Extensions/DeviceInfo+Simulator.swift (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Extensions/StreamDeck+Simulator.swift (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ StreamDeckProduct+Simulator.swift,\ StreamDeckSimulator.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Extensions/StreamDeckProduct+Simulator.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/StreamDeckSimulator.swift (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Extensions/StreamDeckProduct+Simulator.swift (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64 Compiling\ SimulatorContainer.swift,\ SimulatorDialTouchView.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Views/SimulatorContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Views/SimulatorDialTouchView.swift (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Views/SimulatorContainer.swift (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Views/SimulatorContainer.swift:120:10: warning: 'onChange(of:perform:)' was deprecated in visionOS 1.0: Use `onChange` with a two or zero parameter action closure instead.
        .onChange(of: productSelection) { newValue in
         ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Views/SimulatorDialTouchView.swift (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SimulatorDialView.swift,\ SimulatorKeyView.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Views/SimulatorDialView.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Views/SimulatorKeyView.swift (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Views/SimulatorDialView.swift (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Views/SimulatorDialView.swift:40:14: warning: 'onChange(of:perform:)' was deprecated in visionOS 1.0: Use `onChange` with a two or zero parameter action closure instead.
            .onChange(of: value) { newValue in
             ^
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Views/SimulatorDialView.swift:77:10: warning: 'onChange(of:perform:)' was deprecated in visionOS 1.0: Use `onChange` with a two or zero parameter action closure instead.
        .onChange(of: isPressed) { _ in
         ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Views/SimulatorKeyView.swift (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Views/SimulatorKeyView.swift:51:14: warning: 'onChange(of:perform:)' was deprecated in visionOS 1.0: Use `onChange` with a two or zero parameter action closure instead.
            .onChange(of: isPressed) { _ in
             ^
SwiftCompile normal arm64 Compiling\ resource_bundle_accessor.swift,\ Bundle+ResourceBundle.swift /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/DerivedSources/resource_bundle_accessor.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Extensions/Bundle+ResourceBundle.swift (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/DerivedSources/resource_bundle_accessor.swift (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Extensions/Bundle+ResourceBundle.swift (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SimulatorNeoPanelView.swift,\ StreamDeckPedalSimulatorView.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Views/SimulatorNeoPanelView.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Views/StreamDeckPedalSimulatorView.swift (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Views/SimulatorNeoPanelView.swift (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Views/SimulatorNeoPanelView.swift:57:26: warning: 'onChange(of:perform:)' was deprecated in visionOS 1.0: Use `onChange` with a two or zero parameter action closure instead.
                        .onChange(of: leftIsTouched) { _ in
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Views/SimulatorNeoPanelView.swift:74:26: warning: 'onChange(of:perform:)' was deprecated in visionOS 1.0: Use `onChange` with a two or zero parameter action closure instead.
                        .onChange(of: rightIsTouched) { _ in
                         ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Views/StreamDeckPedalSimulatorView.swift (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling GeneratedAssetSymbols.swift (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
SwiftCompile normal arm64 Compiling\ StreamDeckSimulatorClient.swift,\ Dial.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/StreamDeckSimulatorClient.swift /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Views/Dial.swift (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/StreamDeckSimulatorClient.swift (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Views/Dial.swift (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling DeviceInfo+Simulator.swift, StreamDeck+Simulator.swift (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
SwiftDriverJobDiscovery normal arm64 Compiling resource_bundle_accessor.swift, Bundle+ResourceBundle.swift (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
SwiftDriverJobDiscovery normal arm64 Compiling StreamDeckSimulator.PreviewView.swift (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
SwiftDriverJobDiscovery normal arm64 Compiling StreamDeckProduct+Simulator.swift, StreamDeckSimulator.swift (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
SwiftDriverJobDiscovery normal arm64 Emitting module for StreamDeckSimulator (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
SwiftDriver\ Compilation\ Requirements StreamDeckSimulator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name StreamDeckSimulator -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/StreamDeckCApi.modulemap -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator-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/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckCApi/include -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/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.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/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator-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/StreamDeckSimulator-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator-Swift.h (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/StreamDeckSimulator-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckSimulator.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator.abi.json (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckSimulator.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckSimulator.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator.swiftdoc (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckSimulator.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckSimulator.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator.swiftmodule (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckSimulator.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckSimulator.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator.swiftsourceinfo (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks -rename /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckSimulator.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling SimulatorNeoPanelView.swift, StreamDeckPedalSimulatorView.swift (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
SwiftDriverJobDiscovery normal arm64 Compiling SimulatorDialView.swift, SimulatorKeyView.swift (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
SwiftDriverJobDiscovery normal arm64 Compiling StreamDeckSimulatorClient.swift, Dial.swift (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
SwiftDriverJobDiscovery normal arm64 Compiling StreamDeckSimulatorView.swift (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
SwiftDriverJobDiscovery normal arm64 Compiling SimulatorContainer.swift, SimulatorDialTouchView.swift (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
SwiftDriver\ Compilation StreamDeckSimulator normal arm64 com.apple.xcode.tools.swift.compiler (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name StreamDeckSimulator -Onone @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_AVAILABLE -Xcc -fmodule-map-file\=/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/StreamDeckCApi.modulemap -DXcode -plugin-path /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -Xcc -D_LIBCPP_HARDENING_MODE\=_LIBCPP_HARDENING_MODE_DEBUG -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -Isystem /Applications/Xcode-26.4.0.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/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.4-23O238-688ef53f1462e2c8f657fdc38a81448fc42b1e75d12c8f651050d7e98f89897c.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator-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/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -package-name spi_builder_workspace -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckCApi/include -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/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.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/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
LinkAssetCatalog /Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Resources/SimulatorAssets.xcassets (in target 'StreamDeckKit_StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-linkAssetCatalog --thinned /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit_StreamDeckSimulator.build/assetcatalog_output/thinned --thinned-dependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit_StreamDeckSimulator.build/assetcatalog_dependencies_thinned --thinned-info-plist-content /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit_StreamDeckSimulator.build/assetcatalog_generated_info.plist_thinned --unthinned /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit_StreamDeckSimulator.build/assetcatalog_output/unthinned --unthinned-dependencies /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit_StreamDeckSimulator.build/assetcatalog_dependencies_unthinned --unthinned-info-plist-content /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit_StreamDeckSimulator.build/assetcatalog_generated_info.plist_unthinned --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckKit_StreamDeckSimulator.bundle --plist-output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit_StreamDeckSimulator.build/assetcatalog_generated_info.plist
note: Emplaced /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckKit_StreamDeckSimulator.bundle/Assets.car (in target 'StreamDeckKit_StreamDeckSimulator' from project 'StreamDeckKit')
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckKit_StreamDeckSimulator.bundle/Info.plist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit_StreamDeckSimulator.build/empty-StreamDeckKit_StreamDeckSimulator.plist (in target 'StreamDeckKit_StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit_StreamDeckSimulator.build/empty-StreamDeckKit_StreamDeckSimulator.plist -producttype com.apple.product-type.bundle -expandbuildsettings -format binary -platform xros -additionalcontentfile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckKit_StreamDeckSimulator.build/assetcatalog_generated_info.plist -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckKit_StreamDeckSimulator.bundle/Info.plist
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckKit_StreamDeckSimulator.bundle (in target 'StreamDeckKit_StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckKit_StreamDeckSimulator.bundle
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckKit_StreamDeckSimulator.bundle (in target 'StreamDeckKit_StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    /usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckKit_StreamDeckSimulator.bundle
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckSimulator.o normal (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk -O0 -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -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 -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator_lto.o -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckSimulator.o
ExtractAppIntentsMetadata (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-26.4.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /var/run/com.apple.security.cryptexd/mnt/com.apple.MobileAsset.MetalToolchain-v17.5.188.0.86GwY6/Metal.xctoolchain --module-name StreamDeckSimulator --sdk-root /Applications/Xcode-26.4.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.4.sdk --xcode-version 17E192 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.StreamDeckSimulator --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckSimulator.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckSimulator.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/StreamDeckSimulator.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/StreamDeckSimulator.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/StreamDeckKit.build/Debug-xros/StreamDeckSimulator.build/Objects-normal/arm64/StreamDeckSimulator.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2026-04-18 21:33:37.802 appintentsmetadataprocessor[1113:6508] Starting appintentsmetadataprocessor export
2026-04-18 21:33:37.810 appintentsmetadataprocessor[1113:6508] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckSimulator.o (in target 'StreamDeckSimulator' from project 'StreamDeckKit')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/StreamDeckSimulator.o
** BUILD SUCCEEDED **
2026-04-18 21:32:46.801 xcodebuild[905:5348] [MT] IDERunDestination: Supported platforms for the buildables in the current scheme is empty.
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.12.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    }
  ],
  "manifest_display_name" : "StreamDeckKit",
  "name" : "StreamDeckKit",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    }
  ],
  "products" : [
    {
      "name" : "StreamDeckKit",
      "targets" : [
        "StreamDeckKit"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "StreamDeckSimulator",
      "targets" : [
        "StreamDeckSimulator"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "StreamDeckSimulator",
      "module_type" : "SwiftTarget",
      "name" : "StreamDeckSimulator",
      "path" : "Sources/StreamDeckSimulator",
      "product_memberships" : [
        "StreamDeckSimulator"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/StreamDeckSimulator/Resources/SimulatorAssets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Extensions/Bundle+ResourceBundle.swift",
        "Extensions/DeviceInfo+Simulator.swift",
        "Extensions/StreamDeck+Simulator.swift",
        "Extensions/StreamDeckProduct+Simulator.swift",
        "StreamDeckSimulator.swift",
        "StreamDeckSimulatorClient.swift",
        "Views/Dial.swift",
        "Views/SimulatorContainer.swift",
        "Views/SimulatorDialTouchView.swift",
        "Views/SimulatorDialView.swift",
        "Views/SimulatorKeyView.swift",
        "Views/SimulatorNeoPanelView.swift",
        "Views/StreamDeckPedalSimulatorView.swift",
        "Views/StreamDeckSimulator.PreviewView.swift",
        "Views/StreamDeckSimulatorView.swift"
      ],
      "target_dependencies" : [
        "StreamDeckKit"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StreamDeckSDKTests",
      "module_type" : "SwiftTarget",
      "name" : "StreamDeckSDKTests",
      "path" : "Tests/StreamDeckSDKTests",
      "product_dependencies" : [
        "SnapshotTesting"
      ],
      "sources" : [
        "Helper/StreamDeckClientMock.swift",
        "Helper/StreamDeckRobot.swift",
        "Helper/TestViews.swift",
        "Helper/WaitFor.swift",
        "StreamDeckLayoutTests.swift",
        "StreamDeckTests.swift",
        "VersionsTests.swift"
      ],
      "target_dependencies" : [
        "StreamDeckKit",
        "StreamDeckSimulator"
      ],
      "type" : "test"
    },
    {
      "c99name" : "StreamDeckKit",
      "module_type" : "SwiftTarget",
      "name" : "StreamDeckKit",
      "path" : "Sources/StreamDeckKit",
      "product_memberships" : [
        "StreamDeckKit",
        "StreamDeckSimulator"
      ],
      "sources" : [
        "Device/AsyncQueue.swift",
        "Device/DeviceCapabilities+Rect.swift",
        "Device/DeviceCapabilities.swift",
        "Device/DeviceInfo.swift",
        "Device/ImageFormat.swift",
        "Device/InputEvent.swift",
        "Device/StreamDeck+ImageTransformation.swift",
        "Device/StreamDeck+OperationQueue.swift",
        "Device/StreamDeck.swift",
        "Device/StreamDeckClient.swift",
        "Device/StreamDeckClientProtocol.swift",
        "Device/StreamDeckProduct.swift",
        "Device/StreamDeckProductId.swift",
        "Extensions/String+IOReturn.swift",
        "Extensions/UIImage+Color.swift",
        "Layout/DirtyMarker.swift",
        "Layout/Environment+Ext.swift",
        "Layout/StreamDeckClientDummy.swift",
        "Layout/StreamDeckDialAreaLayout.swift",
        "Layout/StreamDeckDialView.swift",
        "Layout/StreamDeckKeyAreaLayout.swift",
        "Layout/StreamDeckKeyView.swift",
        "Layout/StreamDeckLayout.swift",
        "Layout/StreamDeckLayoutRenderer.swift",
        "Layout/StreamDeckNeoPanelLayout.swift",
        "Layout/StreamDeckViewContext.swift",
        "Logging.swift",
        "Session/InternalStreamDeckSession.swift",
        "Session/StreamDeckSession.State+CustomDebugStringConvertible.swift",
        "Session/StreamDeckSession.swift",
        "Version.swift"
      ],
      "target_dependencies" : [
        "StreamDeckCApi"
      ],
      "type" : "library"
    },
    {
      "c99name" : "StreamDeckCApi",
      "module_type" : "ClangTarget",
      "name" : "StreamDeckCApi",
      "path" : "Sources/StreamDeckCApi",
      "product_memberships" : [
        "StreamDeckKit",
        "StreamDeckSimulator"
      ],
      "sources" : [
        "StreamDeckCApi.c"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.