The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build ComposedUI, reference master (cc1d8e), with Swift 6.2 (beta) for visionOS using Xcode 26.0 on 18 Jun 2025 18:58:46 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/composed-swift/composedui.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/composed-swift/composedui
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at cc1d8e4 Merge pull request #14 from composed-swift/potential-fix-for-crashes
Cloned https://github.com/composed-swift/composedui.git
Revision (git rev-parse @):
cc1d8e497e43429007ff81ed39a4c39712b62888
SUCCESS checkout https://github.com/composed-swift/composedui.git at master
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.2
Building package at path:  $PWD
https://github.com/composed-swift/composedui.git
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Fetching from https://github.com/composed-swift/composed
Creating working copy of package ‘composed’
Checking out 1.1.1 of package ‘composed’
Resolve Package Graph
Resolved source packages:
  ComposedUI: /Users/admin/builder/spi-builder-workspace
  Composed: https://github.com/composed-swift/composed @ 1.1.1
resolved source packages: ComposedUI, Composed
{
  "dependencies" : [
    {
      "identity" : "composed",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/composed-swift/composed"
    }
  ],
  "manifest_display_name" : "ComposedUI",
  "name" : "ComposedUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "ComposedUI",
      "targets" : [
        "ComposedUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ComposedUITests",
      "module_type" : "SwiftTarget",
      "name" : "ComposedUITests",
      "path" : "Tests/ComposedUITests",
      "product_dependencies" : [
        "Composed"
      ],
      "sources" : [
        "CollectionCoordinator.swift"
      ],
      "target_dependencies" : [
        "ComposedUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ComposedUI",
      "module_type" : "SwiftTarget",
      "name" : "ComposedUI",
      "path" : "Sources/ComposedUI",
      "product_dependencies" : [
        "Composed"
      ],
      "product_memberships" : [
        "ComposedUI"
      ],
      "sources" : [
        "CollectionView/CollectionCoordinator.swift",
        "CollectionView/CollectionElement.swift",
        "CollectionView/CollectionSection.swift",
        "CollectionView/CollectionSectionProvider.swift",
        "CollectionView/Handlers/CollectionContextMenuHandler.swift",
        "CollectionView/Handlers/CollectionDragHandler.swift",
        "CollectionView/Handlers/CollectionDropHandler.swift",
        "CollectionView/Handlers/CollectionEditingHandler.swift",
        "CollectionView/Handlers/CollectionSelectionHandler.swift",
        "CollectionView/Handlers/CollectionUpdateHandler.swift",
        "Common/IndexPath+Identifier.swift",
        "Common/Reuse.swift",
        "Common/Types.swift",
        "StackView/ComposedSectionView.swift",
        "StackView/ComposedStackView.swift",
        "StackView/ComposedView.swift",
        "StackView/ComposedViewCell.swift",
        "StackView/StackCoordinator.swift",
        "StackView/StackElement.swift",
        "StackView/StackElementsProvider.swift",
        "StackView/StackSection.swift",
        "TableView/Handlers/TableAccessoryHandler.swift",
        "TableView/Handlers/TableActionsHandler.swift",
        "TableView/Handlers/TableContextMenuHandler.swift",
        "TableView/Handlers/TableDropHandler.swift",
        "TableView/Handlers/TableEditingHandler.swift",
        "TableView/Handlers/TableLayoutHandler.swift",
        "TableView/Handlers/TableMoveHandler.swift",
        "TableView/Handlers/TableSelectionHandler.swift",
        "TableView/Handlers/TableUpdateHandler.swift",
        "TableView/TableCoordinator.swift",
        "TableView/TableElement.swift",
        "TableView/TableSection.swift",
        "TableView/TableSectionProvider.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Composed",
      "ComposedUI"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Composed",
      "ComposedUI"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ComposedUI -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme ComposedUI -destination generic/platform=xrOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
  Composed: https://github.com/composed-swift/composed @ 1.1.1
  ComposedUI: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'ComposedUI' in project 'ComposedUI'
        ➜ Explicit dependency on target 'ComposedUI' in project 'ComposedUI'
        ➜ Explicit dependency on target 'Composed' in project 'Composed'
    Target 'ComposedUI' in project 'ComposedUI'
        ➜ Explicit dependency on target 'Composed' in project 'Composed'
    Target 'Composed' in project 'Composed'
        ➜ Explicit dependency on target 'Composed' in project 'Composed'
    Target 'Composed' in project 'Composed' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 8198e7654b6be1bff888ae65985b2df5
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/8198e7654b6be1bff888ae65985b2df5.xcbuilddata
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Composed.modulemap (in target 'Composed' from project 'Composed')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/composed
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Composed.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed_const_extract_protocols.json (in target 'Composed' from project 'Composed')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/composed
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed.LinkFileList (in target 'Composed' from project 'Composed')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/composed
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed.SwiftConstValuesFileList (in target 'Composed' from project 'Composed')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/composed
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed.SwiftFileList (in target 'Composed' from project 'Composed')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/composed
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Composed.DependencyStaticMetadataFileList (in target 'Composed' from project 'Composed')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/composed
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Composed.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed-OutputFileMap.json (in target 'Composed' from project 'Composed')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/composed
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Composed.DependencyMetadataFileList (in target 'Composed' from project 'Composed')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/composed
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Composed.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI_const_extract_protocols.json (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI.SwiftFileList (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI.SwiftConstValuesFileList (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI.LinkFileList (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI-OutputFileMap.json (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/ComposedUI.modulemap (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/ComposedUI.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/ComposedUI.DependencyMetadataFileList (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/ComposedUI.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/ComposedUI.DependencyStaticMetadataFileList (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/ComposedUI.DependencyStaticMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Composed.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Composed.modulemap (in target 'Composed' from project 'Composed')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/composed
    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/Composed.build/Debug-xros/Composed.build/Composed.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ComposedUI.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/ComposedUI.modulemap (in target 'ComposedUI' from project 'ComposedUI')
    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/ComposedUI.build/Debug-xros/ComposedUI.build/ComposedUI.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver Composed normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Composed' from project 'Composed')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Composed -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed-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/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.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/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-7G57MOE58GZVJMWN1GCZ599TP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-3H3LLJBXUZYXL2X8I9QOFQSE2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-AGIMNIU03RBGDKDFQRREAQMB0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stddef-21H3N9DH1KLS9X4PIJZT9JFO8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-C2AB6M1NNYPFLWYMKDOFRYH8X.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-63O7P0417CITDU5TAPFWA16RK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-F46X5FXY7I1HWEOCOQVSQWDNN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DeveloperToolsSupport-9UM8PPP4KW6AAOV6K04EBIWZU.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-E7LE7DV0CNK9MJMHLAZCYDQGG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-1YQCTN0O73AHNHZOS6SY3HD3E.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-EFETDZLNX0FEPQZ2E3PZFKYNR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-DKV1BYCIVIYMBC5V04ISHLS5A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-E60OGYQQCI50TU38JKHOXIOVC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_tgmath-9BULLDMRSZHQBYMP4IH0YK2L3.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-DN40O2QXVAPS5PX3RRQK2CDTB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdatomic-1A4982RSW4YACYNKJWET3FF20.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_intrinsics-BX15W2BTB0EEAVPI9EMQVH3YS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-2J7H31OFACG6OUGQJF3Z2HH2P.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-7IAHOD1D4EZJRBSJ4YXQCX8QK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-ANJZ93KTRF4ZV05C6NV5Q0SRR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/simd-9HREH5KSK6VU09KADFNSJY6NJ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-1UIC5AG2ZCLFQ1S2SJZ5E9I8I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/MachO-DJ2DGRSSX1IILMZHOQ7F0PPPR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-14HP1DXB4AHZLLZ2VG0XM57OP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-1TVSUO7YH3KW9W6KS32GSRDVI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os-4E1SP3WAFRYHKCGMQMO3RTT4C.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-AA5V45I59GR8Q18J0KTZFB92T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Spatial-7G0IE62YOJJIL0UFBMG83QYWS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-C55Z6VZ589KY8LHRRM3J869RS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-8BP09VQ2TO94G5OK8X98USG8N.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreGraphics-EZYJY4GE5O4YL3IIFNWZ5WXKQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-9EX4JLL2HOHSIU45ZL7AEA88A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-9ABIQSLNMD9AJ6942NNHN34Z2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreText-664U28B8ZZ1FYPR4QQ2PMVODV.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ImageIO-CX4F6O9IOJTKGFAUWG7OPSFG7.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Symbols-4MG3QZBPXS0SQBA6OZUJO93EH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreData-C3BW1APDDDHVHRS5N4ER2ZIR5.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIUtilities-25MWIIWLPHGU521IXWMNRC6RM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/IOSurface-B9E6PGEX1PQEZ19C9N894X14T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OSLog-F5GWI8CNUDODS5XLHJJQAGIDQ.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/DataDetection-MFGEYQXMXIPKCDUQ74H213JS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UserNotifications-DOR45314J02VMF665ZJ8GVQNL.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreTransferable-94428SLMT35ZZKH7JMAPKEBJ2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UniformTypeIdentifiers-2MZXAQCGX38YTN544CAJ12XZ0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/FileProvider-D5GBEK4U2SPDXYSJHWHPB1JM.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Accessibility-5MQYLT5HICL0212DJOYH7LQJH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Metal-72W6AXBWD9TBMYXOJPM81E67M.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/OpenGLES-87YE6846J6GNYQCCBQI2I5IQX.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreVideo-930YAH72RCHX3MDTXZW0MOJ85.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/QuartzCore-9UTXZIZ5F0CCSD17RNS3YR4W.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreImage-8KICPG34I4B1VWDUBHNLI7IEH.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftUICore-4UHGBBJABZQ5ION3UDKZBQ4VS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/UIKit-CM70AENA4LA9FSH6VL28VFK2R.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ Composed (in target 'Composed' from project 'Composed')
EmitSwiftModule normal arm64 (in target 'Composed' from project 'Composed')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

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

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

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

SwiftCompile normal arm64 Compiling\ Section.swift,\ SectionProvider.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/composed/Sources/Composed/Core/Section.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/composed/Sources/Composed/Core/SectionProvider.swift (in target 'Composed' from project 'Composed')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/composed/Sources/Composed/Core/Section.swift (in target 'Composed' from project 'Composed')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/composed/Sources/Composed/Core/SectionProvider.swift (in target 'Composed' from project 'Composed')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftDriverJobDiscovery normal arm64 Emitting module for Composed (in target 'Composed' from project 'Composed')
SwiftDriver\ Compilation\ Requirements Composed normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Composed' from project 'Composed')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Composed -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed-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/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.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/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling EditingHandler.swift (in target 'Composed' from project 'Composed')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Composed-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed-Swift.h (in target 'Composed' from project 'Composed')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/composed
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Composed-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Composed.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed.swiftmodule (in target 'Composed' from project 'Composed')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/composed
    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/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Composed.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Composed.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed.swiftdoc (in target 'Composed' from project 'Composed')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/composed
    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/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Composed.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Composed.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed.abi.json (in target 'Composed' from project 'Composed')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/composed
    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/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Composed.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Composed.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed.swiftsourceinfo (in target 'Composed' from project 'Composed')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/composed
    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/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Composed.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriver ComposedUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ComposedUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI-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/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.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/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Section.swift, SectionProvider.swift (in target 'Composed' from project 'Composed')
SwiftDriverJobDiscovery normal arm64 Compiling SingleElementSection.swift (in target 'Composed' from project 'Composed')
SwiftDriverJobDiscovery normal arm64 Compiling SegmentedSectionProvider.swift (in target 'Composed' from project 'Composed')
SwiftDriverJobDiscovery normal arm64 Compiling SelectionHandler.swift (in target 'Composed' from project 'Composed')
SwiftDriverJobDiscovery normal arm64 Compiling ArraySection.swift (in target 'Composed' from project 'Composed')
SwiftDriverJobDiscovery normal arm64 Compiling ComposedSectionProvider.swift (in target 'Composed' from project 'Composed')
SwiftDriverJobDiscovery normal arm64 Compiling ManagedSection.swift (in target 'Composed' from project 'Composed')
SwiftCompile normal arm64 Compiling\ CollectionContextMenuHandler.swift,\ CollectionDragHandler.swift,\ CollectionDropHandler.swift,\ CollectionEditingHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/Handlers/CollectionContextMenuHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/Handlers/CollectionDragHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/Handlers/CollectionDropHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/Handlers/CollectionEditingHandler.swift (in target 'ComposedUI' from project 'ComposedUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/Handlers/CollectionContextMenuHandler.swift (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/Handlers/CollectionDragHandler.swift (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/Handlers/CollectionDropHandler.swift (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/Handlers/CollectionEditingHandler.swift (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Types.swift,\ ComposedSectionView.swift,\ ComposedStackView.swift,\ ComposedView.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/Types.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/ComposedSectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/ComposedStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/ComposedView.swift (in target 'ComposedUI' from project 'ComposedUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/Types.swift (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64 Compiling\ CollectionSelectionHandler.swift,\ CollectionUpdateHandler.swift,\ IndexPath+Identifier.swift,\ Reuse.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/Handlers/CollectionSelectionHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/Handlers/CollectionUpdateHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/IndexPath+Identifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/Reuse.swift (in target 'ComposedUI' from project 'ComposedUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/Handlers/CollectionSelectionHandler.swift (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/Handlers/CollectionUpdateHandler.swift (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/IndexPath+Identifier.swift (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/Reuse.swift:6:21: warning: 'UINib' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
    static var nib: UINib { get }
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/Reuse.swift:17:96: warning: 'UINib' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
    static func fromNib(named name: String, withOwner ownerOrNil: Any?, options optionsOrNil: [UINib.OptionsKey: Any]?) -> Self
                                                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/Reuse.swift:27:28: warning: 'UINib' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
    public static var nib: UINib {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/Reuse.swift:40:109: warning: 'UINib' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
    public static func fromNib(named name: String, withOwner ownerOrNil: Any? = nil, options optionsOrNil: [UINib.OptionsKey: Any]? = nil) -> Self {
                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/Reuse.swift:63:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ReuseableView: class {
                               ^~~~~
                               AnyObject
/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/Reuse.swift:28:16: warning: 'UINib' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
        return UINib(nibName: nibName, bundle: nil)
               ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/Reuse.swift:43:26: warning: 'UINib' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
        guard let view = UINib(nibName: name, bundle: bundle)
                         ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/Reuse.swift:85:19: warning: 'UINib' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
        let nib = UINib(nibName: String(describing: C.self), bundle: bundle ?? Bundle(for: C.self))
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/Reuse.swift:86:9: warning: 'register(_:forCellReuseIdentifier:)' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
        register(nib, forCellReuseIdentifier: C.reuseIdentifier)
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/Reuse.swift:97:9: warning: 'register(_:forHeaderFooterViewReuseIdentifier:)' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
        register(UINib(nibName: String(describing: C.self), bundle: bundle ?? Bundle(for: C.self)),
        ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/Reuse.swift:97:18: warning: 'UINib' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
        register(UINib(nibName: String(describing: C.self), bundle: bundle ?? Bundle(for: C.self)),
                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/Reuse.swift:123:14: warning: 'register(_:forCellWithReuseIdentifier:)' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
        self.register(UINib(nibName: String(describing: C.self), bundle: bundle ?? Bundle(for: C.self)),
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/Reuse.swift:123:23: warning: 'UINib' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
        self.register(UINib(nibName: String(describing: C.self), bundle: bundle ?? Bundle(for: C.self)),
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/Reuse.swift:138:14: warning: 'register(_:forSupplementaryViewOfKind:withReuseIdentifier:)' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
        self.register(UINib(nibName: String(describing: C.self), bundle: bundle ?? Bundle(for: C.self)),
             ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/Reuse.swift:138:23: warning: 'UINib' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
        self.register(UINib(nibName: String(describing: C.self), bundle: bundle ?? Bundle(for: C.self)),
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/Reuse.swift:150:19: warning: 'UINib' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
        let nib = UINib(nibName: String(describing: cellClass), bundle: bundle ?? Bundle(for: C.self))
                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/Reuse.swift:151:9: warning: 'register(_:forDecorationViewOfKind:)' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
        register(nib, forDecorationViewOfKind: kind)
        ^
SwiftCompile normal arm64 Compiling\ TableSelectionHandler.swift,\ TableUpdateHandler.swift,\ TableCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableSelectionHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableUpdateHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/TableCoordinator.swift (in target 'ComposedUI' from project 'ComposedUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableSelectionHandler.swift (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableUpdateHandler.swift (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/TableCoordinator.swift:5:43: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol TableCoordinatorDelegate: class {
                                          ^~~~~
                                          AnyObject
/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/TableCoordinator.swift:121:27: warning: 'UINib' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
                let nib = UINib(nibName: String(describing: type), bundle: Bundle(for: type))
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/TableCoordinator.swift:122:27: warning: 'register(_:forCellReuseIdentifier:)' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
                tableView.register(nib, forCellReuseIdentifier: section.cell.reuseIdentifier)
                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/TableCoordinator.swift:132:31: warning: 'UINib' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
                    let nib = UINib(nibName: String(describing: type), bundle: Bundle(for: type))
                              ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/TableCoordinator.swift:133:31: warning: 'register(_:forHeaderFooterViewReuseIdentifier:)' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
                    tableView.register(nib, forHeaderFooterViewReuseIdentifier: $0.reuseIdentifier)
                              ^
SwiftEmitModule normal arm64 Emitting\ module\ for\ ComposedUI (in target 'ComposedUI' from project 'ComposedUI')
EmitSwiftModule normal arm64 (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/CollectionCoordinator.swift:5:48: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol CollectionCoordinatorDelegate: class {
                                               ^~~~~
                                               AnyObject
/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/Reuse.swift:6:21: warning: 'UINib' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
    static var nib: UINib { get }
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/Reuse.swift:17:96: warning: 'UINib' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
    static func fromNib(named name: String, withOwner ownerOrNil: Any?, options optionsOrNil: [UINib.OptionsKey: Any]?) -> Self
                                                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/Reuse.swift:27:28: warning: 'UINib' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
    public static var nib: UINib {
                           ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/Reuse.swift:40:109: warning: 'UINib' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
    public static func fromNib(named name: String, withOwner ownerOrNil: Any? = nil, options optionsOrNil: [UINib.OptionsKey: Any]? = nil) -> Self {
                                                                                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/Reuse.swift:63:32: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol ReuseableView: class {
                               ^~~~~
                               AnyObject
/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/TableCoordinator.swift:5:43: warning: using 'class' keyword to define a class-constrained protocol is deprecated; use 'AnyObject' instead
public protocol TableCoordinatorDelegate: class {
                                          ^~~~~
                                          AnyObject
SwiftCompile normal arm64 Compiling\ TableEditingHandler.swift,\ TableLayoutHandler.swift,\ TableMoveHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableEditingHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableLayoutHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableMoveHandler.swift (in target 'ComposedUI' from project 'ComposedUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableEditingHandler.swift (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableLayoutHandler.swift (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableMoveHandler.swift (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ TableElement.swift,\ TableSection.swift,\ TableSectionProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/TableElement.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/TableSection.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/TableSectionProvider.swift (in target 'ComposedUI' from project 'ComposedUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/TableElement.swift (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ StackElementsProvider.swift,\ StackSection.swift,\ TableAccessoryHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/StackElementsProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/StackSection.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableAccessoryHandler.swift (in target 'ComposedUI' from project 'ComposedUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/StackElementsProvider.swift (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableAccessoryHandler.swift (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ TableActionsHandler.swift,\ TableContextMenuHandler.swift,\ TableDropHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableActionsHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableContextMenuHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableDropHandler.swift (in target 'ComposedUI' from project 'ComposedUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableActionsHandler.swift (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableContextMenuHandler.swift (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableDropHandler.swift (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for ComposedUI (in target 'ComposedUI' from project 'ComposedUI')
SwiftDriver\ Compilation\ Requirements ComposedUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ComposedUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI-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/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.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/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling StackElementsProvider.swift, StackSection.swift, TableAccessoryHandler.swift (in target 'ComposedUI' from project 'ComposedUI')
SwiftCompile normal arm64 Compiling\ ComposedViewCell.swift,\ StackCoordinator.swift,\ StackElement.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/ComposedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/StackCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/StackElement.swift (in target 'ComposedUI' from project 'ComposedUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/ComposedViewCell.swift (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/ComposedViewCell.swift:50:71: error: 'UIScreen' is unavailable in visionOS
            topSeparator.heightAnchor.constraint(equalToConstant: 1 / UIScreen.main.scale),
                                                                      ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/ComposedViewCell.swift:55:74: error: 'UIScreen' is unavailable in visionOS
            bottomSeparator.heightAnchor.constraint(equalToConstant: 1 / UIScreen.main.scale),
                                                                         ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
           ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/StackCoordinator.swift (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/StackCoordinator.swift:93:33: warning: 'UINib' was deprecated in visionOS 1.0: Loading Interface Builder products will not be supported in a future version of visionOS.
            guard let nibCell = UINib(nibName: String(describing: nibType), bundle: Bundle(for: nibType)).instantiate(withOwner: nil, options: nil).first as? ComposedViewCell else {
                                ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/StackElement.swift (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/CollectionCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/CollectionElement.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/CollectionSection.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/CollectionSectionProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/Handlers/CollectionContextMenuHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/Handlers/CollectionDragHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/Handlers/CollectionDropHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/Handlers/CollectionEditingHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/Handlers/CollectionSelectionHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/Handlers/CollectionUpdateHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/IndexPath+Identifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/Reuse.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/Types.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/ComposedSectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/ComposedStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/ComposedView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/ComposedViewCell.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/StackCoordinator.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/StackElement.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/StackElementsProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/StackSection.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableAccessoryHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableActionsHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableContextMenuHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableDropHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableEditingHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableLayoutHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableMoveHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableSelectionHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableUpdateHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/TableCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/TableElement.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/TableSection.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/TableSectionProvider.swift -supplementary-output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/supplementaryOutputs-5 -target arm64-apple-xros1.0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name ComposedUI -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name xros26.0 -clang-target arm64-apple-xros26.0 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedViewCell.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/StackCoordinator.o -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/StackElement.o -index-unit-output-path /ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedViewCell.o -index-unit-output-path /ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/StackCoordinator.o -index-unit-output-path /ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/StackElement.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 Compiling\ CollectionCoordinator.swift,\ CollectionElement.swift,\ CollectionSection.swift,\ CollectionSectionProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/CollectionCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/CollectionElement.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/CollectionSection.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/CollectionSectionProvider.swift (in target 'ComposedUI' from project 'ComposedUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/CollectionCoordinator.swift (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftDriverJobDiscovery normal arm64 Compiling TableElement.swift, TableSection.swift, TableSectionProvider.swift (in target 'ComposedUI' from project 'ComposedUI')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ComposedUI-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI-Swift.h (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ComposedUI-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling CollectionSelectionHandler.swift, CollectionUpdateHandler.swift, IndexPath+Identifier.swift, Reuse.swift (in target 'ComposedUI' from project 'ComposedUI')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ComposedUI.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI.swiftmodule (in target 'ComposedUI' from project 'ComposedUI')
    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/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ComposedUI.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ComposedUI.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI.swiftdoc (in target 'ComposedUI' from project 'ComposedUI')
    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/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ComposedUI.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ComposedUI.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI.abi.json (in target 'ComposedUI' from project 'ComposedUI')
    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/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ComposedUI.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ComposedUI.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI.swiftsourceinfo (in target 'ComposedUI' from project 'ComposedUI')
    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/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ComposedUI.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling MoveHandler.swift (in target 'Composed' from project 'Composed')
SwiftDriverJobDiscovery normal arm64 Compiling TableEditingHandler.swift, TableLayoutHandler.swift, TableMoveHandler.swift (in target 'ComposedUI' from project 'ComposedUI')
SwiftDriverJobDiscovery normal arm64 Compiling CollectionContextMenuHandler.swift, CollectionDragHandler.swift, CollectionDropHandler.swift, CollectionEditingHandler.swift (in target 'ComposedUI' from project 'ComposedUI')
SwiftDriverJobDiscovery normal arm64 Compiling SectionProviderMapping.swift (in target 'Composed' from project 'Composed')
SwiftDriver\ Compilation Composed normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Composed' from project 'Composed')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name Composed -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed-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/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.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/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed-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/Composed.o normal (in target 'Composed' from project 'Composed')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/composed
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.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/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Composed.o
SwiftDriverJobDiscovery normal arm64 Compiling TableActionsHandler.swift, TableContextMenuHandler.swift, TableDropHandler.swift (in target 'ComposedUI' from project 'ComposedUI')
ExtractAppIntentsMetadata (in target 'Composed' from project 'Composed')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/composed
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Composed --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk --xcode-version 17A5241e --platform-family xrOS --deployment-target 1.0 --bundle-identifier composed.Composed --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Composed.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Composed.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Composed.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Composed.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-18 11:58:42.038 appintentsmetadataprocessor[760:4207] Starting appintentsmetadataprocessor export
SwiftDriverJobDiscovery normal arm64 Compiling Types.swift, ComposedSectionView.swift, ComposedStackView.swift, ComposedView.swift (in target 'ComposedUI' from project 'ComposedUI')
SwiftDriverJobDiscovery normal arm64 Compiling TableSelectionHandler.swift, TableUpdateHandler.swift, TableCoordinator.swift (in target 'ComposedUI' from project 'ComposedUI')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/ComposedViewCell.swift (in target 'ComposedUI' from project 'ComposedUI')
	SwiftCompile normal arm64 Compiling\ ComposedViewCell.swift,\ StackCoordinator.swift,\ StackElement.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/ComposedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/StackCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/StackElement.swift (in target 'ComposedUI' from project 'ComposedUI')
	Building workspace spi-builder-workspace with scheme ComposedUI
(3 failures)
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  Composed: https://github.com/composed-swift/composed @ 1.1.1
  ComposedUI: /Users/admin/builder/spi-builder-workspace
resolved source packages: Composed, ComposedUI
{
  "dependencies" : [
    {
      "identity" : "composed",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/composed-swift/composed"
    }
  ],
  "manifest_display_name" : "ComposedUI",
  "name" : "ComposedUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "11.0"
    }
  ],
  "products" : [
    {
      "name" : "ComposedUI",
      "targets" : [
        "ComposedUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ComposedUITests",
      "module_type" : "SwiftTarget",
      "name" : "ComposedUITests",
      "path" : "Tests/ComposedUITests",
      "product_dependencies" : [
        "Composed"
      ],
      "sources" : [
        "CollectionCoordinator.swift"
      ],
      "target_dependencies" : [
        "ComposedUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ComposedUI",
      "module_type" : "SwiftTarget",
      "name" : "ComposedUI",
      "path" : "Sources/ComposedUI",
      "product_dependencies" : [
        "Composed"
      ],
      "product_memberships" : [
        "ComposedUI"
      ],
      "sources" : [
        "CollectionView/CollectionCoordinator.swift",
        "CollectionView/CollectionElement.swift",
        "CollectionView/CollectionSection.swift",
        "CollectionView/CollectionSectionProvider.swift",
        "CollectionView/Handlers/CollectionContextMenuHandler.swift",
        "CollectionView/Handlers/CollectionDragHandler.swift",
        "CollectionView/Handlers/CollectionDropHandler.swift",
        "CollectionView/Handlers/CollectionEditingHandler.swift",
        "CollectionView/Handlers/CollectionSelectionHandler.swift",
        "CollectionView/Handlers/CollectionUpdateHandler.swift",
        "Common/IndexPath+Identifier.swift",
        "Common/Reuse.swift",
        "Common/Types.swift",
        "StackView/ComposedSectionView.swift",
        "StackView/ComposedStackView.swift",
        "StackView/ComposedView.swift",
        "StackView/ComposedViewCell.swift",
        "StackView/StackCoordinator.swift",
        "StackView/StackElement.swift",
        "StackView/StackElementsProvider.swift",
        "StackView/StackSection.swift",
        "TableView/Handlers/TableAccessoryHandler.swift",
        "TableView/Handlers/TableActionsHandler.swift",
        "TableView/Handlers/TableContextMenuHandler.swift",
        "TableView/Handlers/TableDropHandler.swift",
        "TableView/Handlers/TableEditingHandler.swift",
        "TableView/Handlers/TableLayoutHandler.swift",
        "TableView/Handlers/TableMoveHandler.swift",
        "TableView/Handlers/TableSelectionHandler.swift",
        "TableView/Handlers/TableUpdateHandler.swift",
        "TableView/TableCoordinator.swift",
        "TableView/TableElement.swift",
        "TableView/TableSection.swift",
        "TableView/TableSectionProvider.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Composed",
      "ComposedUI"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "Composed",
      "ComposedUI"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ComposedUI -destination generic/platform=xrOS
Command line invocation:
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme ComposedUI -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  ComposedUI: /Users/admin/builder/spi-builder-workspace
  Composed: https://github.com/composed-swift/composed @ 1.1.1
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'ComposedUI' in project 'ComposedUI'
        ➜ Explicit dependency on target 'ComposedUI' in project 'ComposedUI'
        ➜ Explicit dependency on target 'Composed' in project 'Composed'
    Target 'ComposedUI' in project 'ComposedUI'
        ➜ Explicit dependency on target 'Composed' in project 'Composed'
    Target 'Composed' in project 'Composed'
        ➜ Explicit dependency on target 'Composed' in project 'Composed'
    Target 'Composed' in project 'Composed' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ClangStatCache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache
SwiftDriver ComposedUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ComposedUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -plugin-path /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI-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/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.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/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
ExtractAppIntentsMetadata (in target 'Composed' from project 'Composed')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/composed
    /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name Composed --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk --xcode-version 17A5241e --platform-family xrOS --deployment-target 1.0 --bundle-identifier composed.Composed --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Composed.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Composed.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Composed.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Composed.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Composed.build/Debug-xros/Composed.build/Objects-normal/arm64/Composed.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-18 11:58:46.080 appintentsmetadataprocessor[778:4412] Starting appintentsmetadataprocessor export
2025-06-18 11:58:46.130 appintentsmetadataprocessor[778:4412] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Composed.o (in target 'Composed' from project 'Composed')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/composed
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Composed.o
SwiftCompile normal arm64 Compiling\ CollectionElement.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/CollectionElement.swift (in target 'ComposedUI' from project 'ComposedUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/CollectionElement.swift (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

SwiftCompile normal arm64 Compiling\ ComposedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/ComposedViewCell.swift (in target 'ComposedUI' from project 'ComposedUI')
Failed frontend command:
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/CollectionCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/CollectionElement.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/CollectionSection.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/CollectionSectionProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/Handlers/CollectionContextMenuHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/Handlers/CollectionDragHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/Handlers/CollectionDropHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/Handlers/CollectionEditingHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/Handlers/CollectionSelectionHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/Handlers/CollectionUpdateHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/IndexPath+Identifier.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/Reuse.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/Common/Types.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/ComposedSectionView.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/ComposedStackView.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/ComposedView.swift -primary-file /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/ComposedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/StackCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/StackElement.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/StackElementsProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/StackSection.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableAccessoryHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableActionsHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableContextMenuHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableDropHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableEditingHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableLayoutHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableMoveHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableSelectionHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/Handlers/TableUpdateHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/TableCoordinator.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/TableElement.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/TableSection.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/TableView/TableSectionProvider.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedViewCell.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedViewCell.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedViewCell.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedViewCell.dia -target arm64-apple-xros1.0 -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libFoundationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#FoundationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libObservationMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#ObservationMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libPreviewsMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#PreviewsMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libSwiftMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#SwiftMacros -load-resolved-plugin /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins/libSwiftUIMacros.dylib\#/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server\#SwiftUIMacros -disable-implicit-swift-modules -Xcc -fno-implicit-modules -Xcc -fno-implicit-module-maps -explicit-swift-module-map-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI-dependencies-1.json -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -no-color-diagnostics -Xcc -fno-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SwiftExplicitPrecompiledModules -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D SWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedUI_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -no-auto-bridging-header-chaining -module-name ComposedUI -frontend-parseable-output -disable-clang-spi -target-sdk-version 26.0 -target-sdk-name xros26.0 -clang-target arm64-apple-xros26.0 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedViewCell.o -index-unit-output-path /ComposedUI.build/Debug-xros/ComposedUI.build/Objects-normal/arm64/ComposedViewCell.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/ComposedViewCell.swift (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/ComposedViewCell.swift:50:71: error: 'UIScreen' is unavailable in visionOS
            topSeparator.heightAnchor.constraint(equalToConstant: 1 / UIScreen.main.scale),
                                                                      ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
           ^
/Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/ComposedViewCell.swift:55:74: error: 'UIScreen' is unavailable in visionOS
            bottomSeparator.heightAnchor.constraint(equalToConstant: 1 / UIScreen.main.scale),
                                                                         ^~~~~~~~
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIScreen.h:54:12: note: 'UIScreen' has been explicitly marked unavailable here
@interface UIScreen : NSObject <UITraitEnvironment>
           ^
SwiftCompile normal arm64 Compiling\ StackElement.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/StackElement.swift (in target 'ComposedUI' from project 'ComposedUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/StackElement.swift (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftEmitModule normal arm64 Emitting\ module\ for\ ComposedUI (in target 'ComposedUI' from project 'ComposedUI')
EmitSwiftModule normal arm64 (in target 'ComposedUI' from project 'ComposedUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling StackElement.swift (in target 'ComposedUI' from project 'ComposedUI')
SwiftDriverJobDiscovery normal arm64 Compiling CollectionSectionProvider.swift (in target 'ComposedUI' from project 'ComposedUI')
SwiftCompile normal arm64 Compiling\ StackElementsProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/StackElementsProvider.swift (in target 'ComposedUI' from project 'ComposedUI')
SwiftCompile normal arm64 Compiling\ CollectionContextMenuHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/Handlers/CollectionContextMenuHandler.swift (in target 'ComposedUI' from project 'ComposedUI')
SwiftCompile normal arm64 Compiling\ CollectionSelectionHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/Handlers/CollectionSelectionHandler.swift (in target 'ComposedUI' from project 'ComposedUI')
SwiftCompile normal arm64 Compiling\ CollectionUpdateHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/Handlers/CollectionUpdateHandler.swift (in target 'ComposedUI' from project 'ComposedUI')
SwiftCompile normal arm64 Compiling\ CollectionEditingHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/Handlers/CollectionEditingHandler.swift (in target 'ComposedUI' from project 'ComposedUI')
SwiftDriverJobDiscovery normal arm64 Compiling CollectionSection.swift (in target 'ComposedUI' from project 'ComposedUI')
SwiftCompile normal arm64 Compiling\ StackSection.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/StackSection.swift (in target 'ComposedUI' from project 'ComposedUI')
SwiftDriverJobDiscovery normal arm64 Compiling CollectionElement.swift (in target 'ComposedUI' from project 'ComposedUI')
SwiftCompile normal arm64 Compiling\ CollectionDropHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/CollectionView/Handlers/CollectionDropHandler.swift (in target 'ComposedUI' from project 'ComposedUI')
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ ComposedViewCell.swift /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/ComposedViewCell.swift (in target 'ComposedUI' from project 'ComposedUI')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ComposedUI/StackView/ComposedViewCell.swift (in target 'ComposedUI' from project 'ComposedUI')
	Building workspace spi-builder-workspace with scheme ComposedUI
(3 failures)
BUILD FAILURE 6.2 visionOS