The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of ScreenUI, reference main (99429b), with Swift 6.1 for visionOS using Xcode 16.3 on 26 Apr 2025 12:43:57 UTC.

Swift 6 data race errors: 4

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/k-o-d-e-n/ScreenUI.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/k-o-d-e-n/ScreenUI
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 99429b4 Updated to 1.1.1.
Cloned https://github.com/k-o-d-e-n/ScreenUI.git
Revision (git rev-parse @):
99429b497e02b69079d3d60f30b46b426a51208f
SUCCESS checkout https://github.com/k-o-d-e-n/ScreenUI.git at main
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/k-o-d-e-n/ScreenUI.git
https://github.com/k-o-d-e-n/ScreenUI.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ScreenUI",
  "name" : "ScreenUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ScreenUI",
      "targets" : [
        "ScreenUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ScreenUITests",
      "module_type" : "SwiftTarget",
      "name" : "ScreenUITests",
      "path" : "Tests/ScreenUITests",
      "sources" : [
        "ScreenUITests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ScreenUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScreenUI",
      "module_type" : "SwiftTarget",
      "name" : "ScreenUI",
      "path" : "Sources/ScreenUI",
      "product_memberships" : [
        "ScreenUI"
      ],
      "sources" : [
        "AppKit.swift",
        "ContentBuilders.swift",
        "Crossplatform.swift",
        "PathProvider.swift",
        "Screen.swift",
        "ScreenBuilder.swift",
        "ScreenPath.swift",
        "ScreenState.swift",
        "SwiftUI.swift",
        "Transition.swift",
        "UIKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
Resolve Package Graph
Resolved source packages:
  ScreenUI: /Users/admin/builder/spi-builder-workspace
resolved source packages: ScreenUI
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ScreenUI",
  "name" : "ScreenUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ScreenUI",
      "targets" : [
        "ScreenUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ScreenUITests",
      "module_type" : "SwiftTarget",
      "name" : "ScreenUITests",
      "path" : "Tests/ScreenUITests",
      "sources" : [
        "ScreenUITests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ScreenUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScreenUI",
      "module_type" : "SwiftTarget",
      "name" : "ScreenUI",
      "path" : "Sources/ScreenUI",
      "product_memberships" : [
        "ScreenUI"
      ],
      "sources" : [
        "AppKit.swift",
        "ContentBuilders.swift",
        "Crossplatform.swift",
        "PathProvider.swift",
        "Screen.swift",
        "ScreenBuilder.swift",
        "ScreenPath.swift",
        "ScreenState.swift",
        "SwiftUI.swift",
        "Transition.swift",
        "UIKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "ScreenUI"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme ScreenUI -destination generic/platform=xrOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme ScreenUI -destination generic/platform=xrOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Resolve Package Graph
Resolved source packages:
  ScreenUI: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (2 targets)
    Target 'ScreenUI' in project 'ScreenUI'
        ➜ Explicit dependency on target 'ScreenUI' in project 'ScreenUI'
    Target 'ScreenUI' in project 'ScreenUI' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: e342630149edb926f4a9577a199be0d0
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e342630149edb926f4a9577a199be0d0.xcbuilddata
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
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/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/ScreenUI.build/Debug-xros/ScreenUI.build/ScreenUI.DependencyMetadataFileList (in target 'ScreenUI' from project 'ScreenUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/ScreenUI.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/ScreenUI.modulemap (in target 'ScreenUI' from project 'ScreenUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/ScreenUI.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/ScreenUI.DependencyStaticMetadataFileList (in target 'ScreenUI' from project 'ScreenUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/ScreenUI.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI.SwiftFileList (in target 'ScreenUI' from project 'ScreenUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI-OutputFileMap.json (in target 'ScreenUI' from project 'ScreenUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI.SwiftConstValuesFileList (in target 'ScreenUI' from project 'ScreenUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI_const_extract_protocols.json (in target 'ScreenUI' from project 'ScreenUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI.LinkFileList (in target 'ScreenUI' from project 'ScreenUI')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI.LinkFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ScreenUI.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/ScreenUI.modulemap (in target 'ScreenUI' from project 'ScreenUI')
    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/ScreenUI.build/Debug-xros/ScreenUI.build/ScreenUI.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver ScreenUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ScreenUI' from project 'ScreenUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ScreenUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI.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/ScreenUI.build/Debug-xros/ScreenUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI_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/ScreenUI.build/Debug-xros/ScreenUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.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/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ PathProvider.swift /Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/PathProvider.swift (in target 'ScreenUI' from project 'ScreenUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/PathProvider.swift (in target 'ScreenUI' from project 'ScreenUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/ScreenState.swift:127:51: warning: converting non-sendable function value to '@MainActor @Sendable @convention(block) () -> Void' may introduce data races
                DispatchQueue.main.async(execute: compl)
                                                  ^
SwiftCompile normal arm64 Compiling\ SwiftUI.swift /Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift (in target 'ScreenUI' from project 'ScreenUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift (in target 'ScreenUI' from project 'ScreenUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:321:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    public subscript<T>(next path: KeyPath<To.PathFrom, T>) -> T { transition[next: path] }
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:306:33: note: 'T' previously declared here
public struct StartPath_SwiftUI<T>: ScreenPath, ScreenPathPrivate, ScreenPath_SwiftUI where T: SwiftUICompatibleTransition {
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:370:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    public subscript<T>(next path: KeyPath<To.PathFrom, T>) -> T { transition[next: path] }
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:352:38: note: 'T' previously declared here
public struct NextPath_SwiftUI<Prev, T>: ScreenPath, ScreenPathPrivate, ScreenPath_SwiftUI
                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:57:24: warning: call to main actor-isolated initializer 'init(router:content:selectedIndex:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            let tabs = TabsView(router: router, content: root.makeContent(context, router: router), selectedIndex: 0)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:61:23: note: calls to initializer 'init(router:content:selectedIndex:)' from outside of its actor context are implicitly asynchronous
        public struct TabsView: View, _TabsViewIdentity {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:61:23: note: main actor isolation inferred from conformance to protocol 'View'
        public struct TabsView: View, _TabsViewIdentity {
                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:56:21: note: add '@MainActor' to make instance method 'makeContent(_:router:)' part of global actor 'MainActor'
        public func makeContent(_ context: Context, router: Router<NestedScreen>) -> ContentResult<Self> {
                    ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:77:53: warning: converting non-sendable function value to '@isolated(any) @Sendable () -> Int' may introduce data races
                let binding = Binding(get: _binding.get, set: _binding.set)
                                                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:77:72: warning: converting non-sendable function value to '@isolated(any) @Sendable (Int) -> Void' may introduce data races
                let binding = Binding(get: _binding.get, set: _binding.set)
                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:156:24: warning: 'init(destination:isActive:label:)' was deprecated in visionOS 1.0: use NavigationLink(value:label:), or navigationDestination(isPresented:destination:), inside a NavigationStack or NavigationSplitView
            let link = NavigationLink(
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:225:44: warning: call to main actor-isolated initializer 'init(_:prevState:nextState:context:actionView:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        return TransitionView<T, ActionView>(
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:270:5: note: calls to initializer 'init(_:prevState:nextState:context:actionView:completion:)' from outside of its actor context are implicitly asynchronous
    init(_ transition: Transition, prevState: ContentScreenState<Transition.From.NestedScreen>,
    ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:270:5: note: main actor isolation inferred from conformance to protocol 'View'
    init(_ transition: Transition, prevState: ContentScreenState<Transition.From.NestedScreen>,
    ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:217:17: note: add '@MainActor' to make instance method 'move(_:context:action:completion:)' part of global actor 'MainActor'
    public func move<T, ActionView>(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:240:44: warning: call to main actor-isolated initializer 'init(_:prevState:nextState:context:actionView:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
        return TransitionView<T, ActionView>(
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:270:5: note: calls to initializer 'init(_:prevState:nextState:context:actionView:completion:)' from outside of its actor context are implicitly asynchronous
    init(_ transition: Transition, prevState: ContentScreenState<Transition.From.NestedScreen>,
    ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:270:5: note: main actor isolation inferred from conformance to protocol 'View'
    init(_ transition: Transition, prevState: ContentScreenState<Transition.From.NestedScreen>,
    ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:231:17: note: add '@MainActor' to make instance method 'move(_:context:action:completion:)' part of global actor 'MainActor'
    public func move<T, ActionView>(
                ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:292:45: warning: converting non-sendable function value to '@isolated(any) @Sendable () -> Bool' may introduce data races
        let binding = Binding(get: _binding.get, set: _binding.set)
                                            ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:292:64: warning: converting non-sendable function value to '@isolated(any) @Sendable (Bool) -> Void' may introduce data races
        let binding = Binding(get: _binding.get, set: _binding.set)
                                                               ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:57:24: warning: sending 'router' risks causing data races; this is an error in the Swift 6 language mode
            let tabs = TabsView(router: router, content: root.makeContent(context, router: router), selectedIndex: 0)
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:57:24: note: sending task-isolated 'router' to main actor-isolated initializer 'init(router:content:selectedIndex:)' risks causing data races between main actor-isolated and task-isolated uses
            let tabs = TabsView(router: router, content: root.makeContent(context, router: router), selectedIndex: 0)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:57:24: warning: sending value of non-Sendable type 'Root.Content' risks causing data races; this is an error in the Swift 6 language mode
            let tabs = TabsView(router: router, content: root.makeContent(context, router: router), selectedIndex: 0)
                       ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:57:24: note: sending task-isolated value of non-Sendable type 'Root.Content' to main actor-isolated initializer 'init(router:content:selectedIndex:)' risks causing races in between task-isolated and main actor-isolated uses
            let tabs = TabsView(router: router, content: root.makeContent(context, router: router), selectedIndex: 0)
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:225:44: warning: sending value of non-Sendable type 'T' risks causing data races; this is an error in the Swift 6 language mode
        return TransitionView<T, ActionView>(
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:225:44: note: sending task-isolated value of non-Sendable type 'T' to main actor-isolated initializer 'init(_:prevState:nextState:context:actionView:completion:)' risks causing races in between task-isolated and main actor-isolated uses
        return TransitionView<T, ActionView>(
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:225:44: warning: sending 'self.state' risks causing data races; this is an error in the Swift 6 language mode
        return TransitionView<T, ActionView>(
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:225:44: note: sending task-isolated 'self.state' to main actor-isolated initializer 'init(_:prevState:nextState:context:actionView:completion:)' risks causing data races between main actor-isolated and task-isolated uses
        return TransitionView<T, ActionView>(
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:225:44: warning: sending value of non-Sendable type 'TransitionState<From.NestedScreen, T.To.NestedScreen>' risks causing data races; this is an error in the Swift 6 language mode
        return TransitionView<T, ActionView>(
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:225:44: note: sending task-isolated value of non-Sendable type 'TransitionState<From.NestedScreen, T.To.NestedScreen>' to main actor-isolated initializer 'init(_:prevState:nextState:context:actionView:completion:)' risks causing races in between task-isolated and main actor-isolated uses
        return TransitionView<T, ActionView>(
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:225:44: warning: sending 'context' risks causing data races; this is an error in the Swift 6 language mode
        return TransitionView<T, ActionView>(
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:225:44: note: sending task-isolated 'context' to main actor-isolated initializer 'init(_:prevState:nextState:context:actionView:completion:)' risks causing data races between main actor-isolated and task-isolated uses
        return TransitionView<T, ActionView>(
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:225:44: warning: sending 'view' risks causing data races; this is an error in the Swift 6 language mode
        return TransitionView<T, ActionView>(
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:225:44: note: sending task-isolated 'view' to main actor-isolated initializer 'init(_:prevState:nextState:context:actionView:completion:)' risks causing data races between main actor-isolated and task-isolated uses
        return TransitionView<T, ActionView>(
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:225:44: warning: sending 'completion' risks causing data races; this is an error in the Swift 6 language mode
        return TransitionView<T, ActionView>(
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:225:44: note: sending task-isolated 'completion' to main actor-isolated initializer 'init(_:prevState:nextState:context:actionView:completion:)' risks causing data races between main actor-isolated and task-isolated uses
        return TransitionView<T, ActionView>(
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:240:44: warning: sending 'transition' risks causing data races; this is an error in the Swift 6 language mode
        return TransitionView<T, ActionView>(
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:240:44: note: sending task-isolated 'transition' to main actor-isolated initializer 'init(_:prevState:nextState:context:actionView:completion:)' risks causing data races between main actor-isolated and task-isolated uses
        return TransitionView<T, ActionView>(
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:240:44: warning: sending 'self.state' risks causing data races; this is an error in the Swift 6 language mode
        return TransitionView<T, ActionView>(
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:240:44: note: sending task-isolated 'self.state' to main actor-isolated initializer 'init(_:prevState:nextState:context:actionView:completion:)' risks causing data races between main actor-isolated and task-isolated uses
        return TransitionView<T, ActionView>(
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:240:44: warning: sending value of non-Sendable type 'TransitionState<From.NestedScreen, T.To.NestedScreen>' risks causing data races; this is an error in the Swift 6 language mode
        return TransitionView<T, ActionView>(
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:240:44: note: sending task-isolated value of non-Sendable type 'TransitionState<From.NestedScreen, T.To.NestedScreen>' to main actor-isolated initializer 'init(_:prevState:nextState:context:actionView:completion:)' risks causing races in between task-isolated and main actor-isolated uses
        return TransitionView<T, ActionView>(
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:240:44: warning: sending 'context' risks causing data races; this is an error in the Swift 6 language mode
        return TransitionView<T, ActionView>(
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:240:44: note: sending task-isolated 'context' to main actor-isolated initializer 'init(_:prevState:nextState:context:actionView:completion:)' risks causing data races between main actor-isolated and task-isolated uses
        return TransitionView<T, ActionView>(
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:240:44: warning: sending 'view' risks causing data races; this is an error in the Swift 6 language mode
        return TransitionView<T, ActionView>(
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:240:44: note: sending task-isolated 'view' to main actor-isolated initializer 'init(_:prevState:nextState:context:actionView:completion:)' risks causing data races between main actor-isolated and task-isolated uses
        return TransitionView<T, ActionView>(
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:240:44: warning: sending 'completion' risks causing data races; this is an error in the Swift 6 language mode
        return TransitionView<T, ActionView>(
               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:240:44: note: sending task-isolated 'completion' to main actor-isolated initializer 'init(_:prevState:nextState:context:actionView:completion:)' risks causing data races between main actor-isolated and task-isolated uses
        return TransitionView<T, ActionView>(
                                           ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:337:17: warning: sending 'promise' risks causing data races; this is an error in the Swift 6 language mode
                promise(.success(_state))
~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:337:17: note: task-isolated 'promise' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                promise(.success(_state))
                ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:337:34: warning: sending '_state' risks causing data races; this is an error in the Swift 6 language mode
                promise(.success(_state))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:337:34: note: task-isolated '_state' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                promise(.success(_state))
                                 ^~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:388:21: warning: sending 'promise' risks causing data races; this is an error in the Swift 6 language mode
                    promise(.success(_state))
~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:388:21: note: task-isolated 'promise' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                    promise(.success(_state))
                    ^~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:388:38: warning: sending '_state' risks causing data races; this is an error in the Swift 6 language mode
                    promise(.success(_state))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:388:38: note: task-isolated '_state' is captured by a main actor-isolated closure. main actor-isolated uses in closure may race against later nonisolated uses
                    promise(.success(_state))
                                     ^~~~~~
SwiftCompile normal arm64 Compiling\ Crossplatform.swift /Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/Crossplatform.swift (in target 'ScreenUI' from project 'ScreenUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/Crossplatform.swift (in target 'ScreenUI' from project 'ScreenUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/ScreenPath.swift:60:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    public subscript<T>(next path: KeyPath<To.PathFrom, T>) -> T { transition[next: path] }
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/ScreenPath.swift:45:25: note: 'T' previously declared here
public struct StartPath<T>: ScreenPath, ScreenPathPrivate, ScreenPathPrivate2 where T: Transition {
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/ScreenPath.swift:128:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    public subscript<T>(next path: KeyPath<To.PathFrom, T>) -> T { transition[next: path] }
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/ScreenPath.swift:109:30: note: 'T' previously declared here
public struct NextPath<Prev, T>: ScreenPath, ScreenPathPrivate, ScreenPathPrivate2
                             ^
SwiftCompile normal arm64 Compiling\ Screen.swift /Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/Screen.swift (in target 'ScreenUI' from project 'ScreenUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/Screen.swift (in target 'ScreenUI' from project 'ScreenUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:48:30: warning: call to main actor-isolated initializer 'init(windowScene:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                    window = UIWindow(windowScene: scene)
                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:25:1: note: calls to initializer 'init(windowScene:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithWindowScene:(UIWindowScene *)windowScene API_AVAILABLE(ios(13.0)) API_UNAVAILABLE(watchos);
^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:43:21: note: add '@MainActor' to make instance method 'makeContent(_:router:)' part of global actor 'MainActor'
        public func makeContent(_ context: Context, router: Router<Root.NestedScreen>) -> ContentResult<Win.UIKit<Root>> {
                    ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:50:30: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                    window = UIWindow()
                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:43:21: note: add '@MainActor' to make instance method 'makeContent(_:router:)' part of global actor 'MainActor'
        public func makeContent(_ context: Context, router: Router<Root.NestedScreen>) -> ContentResult<Win.UIKit<Root>> {
                    ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:53:26: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                window = UIWindow()
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:43:21: note: add '@MainActor' to make instance method 'makeContent(_:router:)' part of global actor 'MainActor'
        public func makeContent(_ context: Context, router: Router<Root.NestedScreen>) -> ContentResult<Win.UIKit<Root>> {
                    ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:56:20: warning: main actor-isolated property 'rootViewController' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            window.rootViewController = content1
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:66:57: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,strong) UIViewController *rootViewController API_AVAILABLE(ios(4.0));  // default is nil
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:43:21: note: add '@MainActor' to make instance method 'makeContent(_:router:)' part of global actor 'MainActor'
        public func makeContent(_ context: Context, router: Router<Root.NestedScreen>) -> ContentResult<Win.UIKit<Root>> {
                    ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:60:41: warning: main actor-isolated property 'rootViewController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            _root.updateContent(content.rootViewController as! Root.Content, with: context.root)
                                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:66:57: note: property declared here
@property(nullable, nonatomic,strong) UIViewController *rootViewController API_AVAILABLE(ios(4.0));  // default is nil
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:59:21: note: add '@MainActor' to make instance method 'updateContent(_:with:)' part of global actor 'MainActor'
        public func updateContent(_ content: Content, with context: Context) {
                    ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:80:36: warning: call to main actor-isolated initializer 'init()' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            let tabBarController = UITabBarController()
                                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/usr/include/objc/NSObject.h:66:1: note: calls to initializer 'init()' from outside of its actor context are implicitly asynchronous
- (instancetype)init
^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:79:21: note: add '@MainActor' to make instance method 'makeContent(_:router:)' part of global actor 'MainActor'
        public func makeContent(_ context: Context, router: Router<NestedScreen>) -> ContentResult<Self> {
                    ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:82:30: warning: main actor-isolated property 'viewControllers' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            tabBarController.viewControllers = c1
                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarController.h:89:75: note: mutation of this property is only permitted within the actor
@property(nullable, nonatomic,copy) NSArray<__kindof UIViewController *> *viewControllers;
                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:79:21: note: add '@MainActor' to make instance method 'makeContent(_:router:)' part of global actor 'MainActor'
        public func makeContent(_ context: Context, router: Router<NestedScreen>) -> ContentResult<Self> {
                    ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:83:58: warning: cannot form key path to main actor-isolated property 'selectedViewController'; this is an error in the Swift 6 language mode
            let observation = tabBarController.observe(\.selectedViewController, changeHandler: { (tbc, ch) in
                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:84:35: warning: capture of 'router' with non-sendable type 'Router<Tab.UIKit<Root>.NestedScreen>' (aka 'Router<Tab.UIKit<Root>>') in a '@Sendable' closure
                guard let state = router.state.childStates[router.keyPath(at: tbc.selectedIndex)] else { return }
                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/Screen.swift:6:15: note: consider making generic struct 'Router' conform to the 'Sendable' protocol
public struct Router<From>: PathProvider where From: ContentScreen {
              ^
                                        , Sendable
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:84:83: warning: main actor-isolated property 'selectedIndex' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
                guard let state = router.state.childStates[router.keyPath(at: tbc.selectedIndex)] else { return }
                                                                                  ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarController.h:95:33: note: property declared here
@property(nonatomic) NSUInteger selectedIndex;
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:91:40: warning: main actor-isolated property 'viewControllers' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            root.updateContent(content.viewControllers ?? [], with: context)
                                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarController.h:89:75: note: property declared here
@property(nullable, nonatomic,copy) NSArray<__kindof UIViewController *> *viewControllers;
                                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:90:21: note: add '@MainActor' to make instance method 'updateContent(_:with:)' part of global actor 'MainActor'
        public func updateContent(_ content: Content, with context: Root.Context) {
                    ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:106:20: warning: main actor-isolated property 'selectedIndex' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
            screen.selectedIndex = index
                   ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarController.h:95:33: note: mutation of this property is only permitted within the actor
@property(nonatomic) NSUInteger selectedIndex;
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:105:21: note: add '@MainActor' to make instance method 'move(from:state:with:completion:)' part of global actor 'MainActor'
        public func move(from screen: From.Content, state: ContentScreenState<From.NestedScreen>, with context: Void, completion: (() -> Void)?) -> TransitionResult<From, To> {
                    ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:107:29: warning: main actor-isolated property 'selectedViewController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            let c1 = screen.selectedViewController as! Too.Content
                            ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarController.h:94:67: note: property declared here
@property(nullable, nonatomic, assign) __kindof UIViewController *selectedViewController; // This may return the "More" navigation controller if it exists.
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:105:21: note: add '@MainActor' to make instance method 'move(from:state:with:completion:)' part of global actor 'MainActor'
        public func move(from screen: From.Content, state: ContentScreenState<From.NestedScreen>, with context: Void, completion: (() -> Void)?) -> TransitionResult<From, To> {
                    ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:112:31: warning: main actor-isolated property 'selectedIndex' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            guard fromContent.selectedIndex == index else { return false } /// checks already through key-path
                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarController.h:95:33: note: property declared here
@property(nonatomic) NSUInteger selectedIndex;
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:111:21: note: add '@MainActor' to make instance method 'hierarchyTest(from:to:)' part of global actor 'MainActor'
        public func hierarchyTest(from fromContent: From.Content, to toContent: Too.NestedScreen.Content) -> Bool {
                    ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:113:31: warning: main actor-isolated property 'selectedViewController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            guard fromContent.selectedViewController is Too.Content else { return false } /// conditional screens is not responsive to external changes that breaks previous configuration
                              ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UITabBarController.h:94:67: note: property declared here
@property(nullable, nonatomic, assign) __kindof UIViewController *selectedViewController; // This may return the "More" navigation controller if it exists.
                                                                  ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:111:21: note: add '@MainActor' to make instance method 'hierarchyTest(from:to:)' part of global actor 'MainActor'
        public func hierarchyTest(from fromContent: From.Content, to toContent: Too.NestedScreen.Content) -> Bool {
                    ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:140:28: warning: call to main actor-isolated initializer 'init(rootViewController:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            let content2 = UINavigationController(rootViewController: content1)
                           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:55:1: note: calls to initializer 'init(rootViewController:)' from outside of its actor context are implicitly asynchronous
- (instancetype)initWithRootViewController:(UIViewController *)rootViewController NS_DESIGNATED_INITIALIZER; // Initializer that also pushes the root view controller without animation.
^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:138:21: note: add '@MainActor' to make instance method 'makeContent(_:router:)' part of global actor 'MainActor'
        public func makeContent(_ context: Root.Context, router: Router<Root.NestedScreen>) -> ContentResult<Nav.UIKit<Root>> {
                    ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:144:41: warning: main actor-isolated property 'viewControllers' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            _root.updateContent(content.viewControllers[0] as! Root.Content, with: context)
                                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:70:65: note: property declared here
@property(nonatomic,copy) NSArray<__kindof UIViewController *> *viewControllers; // The current view controller stack.
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:143:21: note: add '@MainActor' to make instance method 'updateContent(_:with:)' part of global actor 'MainActor'
        public func updateContent(_ content: Content, with context: Root.Context) {
                    ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:177:46: warning: call to main actor-isolated instance method 'pushViewController(_:animated:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                screen.navigationController?.pushViewController(content1, animated: animated) // TODO: If `screen` not topViewController it will be incorrect behavior.
                                             ^
UIKit.UINavigationController.pushViewController:2:22: note: calls to instance method 'pushViewController(_:animated:)' from outside of its actor context are implicitly asynchronous
@MainActor open func pushViewController(_ viewController: UIViewController, animated: Bool)}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:177:24: warning: main actor-isolated property 'navigationController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
                screen.navigationController?.pushViewController(content1, animated: animated) // TODO: If `screen` not topViewController it will be incorrect behavior.
                       ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:131:72: note: property declared here
@property(nullable, nonatomic,readonly,strong) UINavigationController *navigationController; // If this view controller has been pushed onto a navigation controller, return it.
                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:188:46: warning: main actor-isolated property 'navigationController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            guard let navigation = toContent.navigationController else { return false }
                                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:131:72: note: property declared here
@property(nullable, nonatomic,readonly,strong) UINavigationController *navigationController; // If this view controller has been pushed onto a navigation controller, return it.
                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:187:21: note: add '@MainActor' to make instance method 'hierarchyTest(from:to:)' part of global actor 'MainActor'
        public func hierarchyTest(from fromContent: From.Content, to toContent: Too.NestedScreen.Content) -> Bool {
                    ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:189:46: warning: main actor-isolated property 'navigationController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return navigation == fromContent.navigationController
                                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:131:72: note: property declared here
@property(nullable, nonatomic,readonly,strong) UINavigationController *navigationController; // If this view controller has been pushed onto a navigation controller, return it.
                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:187:21: note: add '@MainActor' to make instance method 'hierarchyTest(from:to:)' part of global actor 'MainActor'
        public func hierarchyTest(from fromContent: From.Content, to toContent: Too.NestedScreen.Content) -> Bool {
                    ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:212:43: warning: call to main actor-isolated instance method 'popViewController(animated:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            content.navigationController?.popViewController(animated: animated)
                                          ^
UIKit.UINavigationController.popViewController:2:22: note: calls to instance method 'popViewController(animated:)' from outside of its actor context are implicitly asynchronous
@MainActor open func popViewController(animated: Bool) -> UIViewController?}
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:209:21: note: add '@MainActor' to make instance method 'move(from:completion:)' part of global actor 'MainActor'
        public func move(from content: From.Content, completion: (() -> Void)?) {
                    ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:212:21: warning: main actor-isolated property 'navigationController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            content.navigationController?.popViewController(animated: animated)
                    ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:131:72: note: property declared here
@property(nullable, nonatomic,readonly,strong) UINavigationController *navigationController; // If this view controller has been pushed onto a navigation controller, return it.
                                                                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:209:21: note: add '@MainActor' to make instance method 'move(from:completion:)' part of global actor 'MainActor'
        public func move(from content: From.Content, completion: (() -> Void)?) {
                    ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:254:26: warning: main actor-isolated property 'modalPresentationStyle' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                content1.modalPresentationStyle = .custom
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:282:54: note: mutation of this property is only permitted within the actor
@property(nonatomic,assign) UIModalPresentationStyle modalPresentationStyle API_AVAILABLE(ios(3.2));
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:248:21: note: add '@MainActor' to make instance method 'move(from:state:with:completion:)' part of global actor 'MainActor'
        public func move(from surface: From.Content, state: ContentScreenState<From.NestedScreen>, with context: Too.Context, completion: (() -> Void)?) -> TransitionResult<From, To> {
                    ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:255:26: warning: main actor-isolated property 'transitioningDelegate' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                content1.transitioningDelegate = delegate
                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:533:82: note: mutation of this property is only permitted within the actor
@property (nullable, nonatomic, weak) id <UIViewControllerTransitioningDelegate> transitioningDelegate API_AVAILABLE(ios(7.0));
                                                                                 ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:248:21: note: add '@MainActor' to make instance method 'move(from:state:with:completion:)' part of global actor 'MainActor'
        public func move(from surface: From.Content, state: ContentScreenState<From.NestedScreen>, with context: Too.Context, completion: (() -> Void)?) -> TransitionResult<From, To> {
                    ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:258:30: warning: main actor-isolated property 'modalTransitionStyle' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                    content1.modalTransitionStyle = style
                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:267:52: note: mutation of this property is only permitted within the actor
@property(nonatomic,assign) UIModalTransitionStyle modalTransitionStyle API_AVAILABLE(ios(3.0));
                                                   ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:248:21: note: add '@MainActor' to make instance method 'move(from:state:with:completion:)' part of global actor 'MainActor'
        public func move(from surface: From.Content, state: ContentScreenState<From.NestedScreen>, with context: Too.Context, completion: (() -> Void)?) -> TransitionResult<From, To> {
                    ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:261:30: warning: main actor-isolated property 'modalPresentationStyle' can not be mutated from a nonisolated context; this is an error in the Swift 6 language mode
                    content1.modalPresentationStyle = style
                             ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:282:54: note: mutation of this property is only permitted within the actor
@property(nonatomic,assign) UIModalPresentationStyle modalPresentationStyle API_AVAILABLE(ios(3.2));
                                                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:248:21: note: add '@MainActor' to make instance method 'move(from:state:with:completion:)' part of global actor 'MainActor'
        public func move(from surface: From.Content, state: ContentScreenState<From.NestedScreen>, with context: Too.Context, completion: (() -> Void)?) -> TransitionResult<From, To> {
                    ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:266:25: warning: call to main actor-isolated instance method 'present(_:animated:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
                surface.present(content1, animated: animated, completion: completion)
                        ^
UIKit.UIViewController.present:3:24: note: calls to instance method 'present(_:animated:completion:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func present(_ viewControllerToPresent: UIViewController, animated flag: Bool, completion: (() -> Void)? = nil)}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:276:60: warning: main actor-isolated property 'presentingViewController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            guard let presentingViewController = toContent.presentingViewController else { return false }
                                                           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:213:59: note: property declared here
@property(nullable, nonatomic,readonly) UIViewController *presentingViewController API_AVAILABLE(ios(5.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:275:21: note: add '@MainActor' to make instance method 'hierarchyTest(from:to:)' part of global actor 'MainActor'
        public func hierarchyTest(from fromContent: From.Content, to toContent: Too.NestedScreen.Content) -> Bool {
                    ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:277:57: warning: main actor-isolated property 'presentingViewController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return fromContent.presentedViewController?.presentingViewController === presentingViewController
                                                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:213:59: note: property declared here
@property(nullable, nonatomic,readonly) UIViewController *presentingViewController API_AVAILABLE(ios(5.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:275:21: note: add '@MainActor' to make instance method 'hierarchyTest(from:to:)' part of global actor 'MainActor'
        public func hierarchyTest(from fromContent: From.Content, to toContent: Too.NestedScreen.Content) -> Bool {
                    ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:277:32: warning: main actor-isolated property 'presentedViewController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            return fromContent.presentedViewController?.presentingViewController === presentingViewController
                               ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:210:59: note: property declared here
@property(nullable, nonatomic,readonly) UIViewController *presentedViewController  API_AVAILABLE(ios(5.0));
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:275:21: note: add '@MainActor' to make instance method 'hierarchyTest(from:to:)' part of global actor 'MainActor'
        public func hierarchyTest(from fromContent: From.Content, to toContent: Too.NestedScreen.Content) -> Bool {
                    ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:281:41: warning: main actor-isolated property 'window' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            guard content.viewIfLoaded?.window == nil else {
                                        ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:223:55: note: property declared here
@property(nullable, nonatomic,readonly) UIWindow     *window;
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:280:21: note: add '@MainActor' to make static method 'resolve(_:completion:)' part of global actor 'MainActor'
        static func resolve(_ content: From.Content, completion: @escaping () -> Void) {
                    ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:281:27: warning: main actor-isolated property 'viewIfLoaded' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
            guard content.viewIfLoaded?.window == nil else {
                          ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:119:58: note: property declared here
@property(nullable, nonatomic, readonly, strong) UIView *viewIfLoaded API_AVAILABLE(ios(9.0)); // Returns the view controller's view if loaded, nil if not.
                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:280:21: note: add '@MainActor' to make static method 'resolve(_:completion:)' part of global actor 'MainActor'
        static func resolve(_ content: From.Content, completion: @escaping () -> Void) {
                    ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:294:21: warning: capture of 'completion' with non-sendable type '() -> Void' in a '@Sendable' closure
                    completion()
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:294:21: note: a function type must be marked '@Sendable' to conform to 'Sendable'
                    completion()
                    ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:292:42: warning: main actor-isolated property 'window' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
                if content.viewIfLoaded?.window != nil || fireTimes >= 10 {
                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIView.h:223:55: note: property declared here
@property(nullable, nonatomic,readonly) UIWindow     *window;
                                                      ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:292:28: warning: main actor-isolated property 'viewIfLoaded' can not be referenced from a Sendable closure; this is an error in the Swift 6 language mode
                if content.viewIfLoaded?.window != nil || fireTimes >= 10 {
                           ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIViewController.h:119:58: note: property declared here
@property(nullable, nonatomic, readonly, strong) UIView *viewIfLoaded API_AVAILABLE(ios(9.0)); // Returns the view controller's view if loaded, nil if not.
                                                         ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:292:59: warning: reference to captured var 'fireTimes' in concurrently-executing code; this is an error in the Swift 6 language mode
                if content.viewIfLoaded?.window != nil || fireTimes >= 10 {
                                                          ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:296:17: warning: mutation of captured var 'fireTimes' in concurrently-executing code
                fireTimes += 1
                ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:307:21: warning: call to main actor-isolated instance method 'dismiss(animated:completion:)' in a synchronous nonisolated context; this is an error in the Swift 6 language mode
            content.dismiss(animated: animated, completion: completion)
                    ^
UIKit.UIViewController.dismiss:3:24: note: calls to instance method 'dismiss(animated:completion:)' from outside of its actor context are implicitly asynchronous
  @MainActor open func dismiss(animated flag: Bool, completion: (() -> Void)? = nil)}
                       ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:306:21: note: add '@MainActor' to make instance method 'move(from:completion:)' part of global actor 'MainActor'
        public func move(from content: From.Content, completion: (() -> Void)?) {
                    ^
        @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:330:42: warning: main actor-isolated property 'rootViewController' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        Root.nestedContent(from: content.rootViewController as! Root.Content)
                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UIWindow.h:66:57: note: property declared here
@property(nullable, nonatomic,strong) UIViewController *rootViewController API_AVAILABLE(ios(4.0));  // default is nil
                                                        ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:329:24: note: add '@MainActor' to make static method 'nestedContent(from:)' part of global actor 'MainActor'
    public static func nestedContent(from content: UIWindow) -> Root.NestedScreen.Content {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:336:42: warning: main actor-isolated property 'viewControllers' can not be referenced from a nonisolated context; this is an error in the Swift 6 language mode
        Root.nestedContent(from: content.viewControllers[0] as! Root.Content)
                                         ^
/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/System/Library/Frameworks/UIKit.framework/Headers/UINavigationController.h:70:65: note: property declared here
@property(nonatomic,copy) NSArray<__kindof UIViewController *> *viewControllers; // The current view controller stack.
                                                                ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:335:24: note: add '@MainActor' to make static method 'nestedContent(from:)' part of global actor 'MainActor'
    public static func nestedContent(from content: UINavigationController) -> Root.NestedScreen.Content {
                       ^
    @MainActor
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:266:25: warning: sending value of non-Sendable type '(() -> Void)?' risks causing data races; this is an error in the Swift 6 language mode
                surface.present(content1, animated: animated, completion: completion)
                ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:266:25: note: sending task-isolated value of non-Sendable type '(() -> Void)?' to main actor-isolated instance method 'present(_:animated:completion:)' risks causing races in between task-isolated and main actor-isolated uses
                surface.present(content1, animated: animated, completion: completion)
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:307:21: warning: sending value of non-Sendable type '(() -> Void)?' risks causing data races; this is an error in the Swift 6 language mode
            content.dismiss(animated: animated, completion: completion)
            ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/UIKit.swift:307:21: note: sending task-isolated value of non-Sendable type '(() -> Void)?' to main actor-isolated instance method 'dismiss(animated:completion:)' risks causing races in between task-isolated and main actor-isolated uses
            content.dismiss(animated: animated, completion: completion)
                    ^
SwiftEmitModule normal arm64 Emitting\ module\ for\ ScreenUI (in target 'ScreenUI' from project 'ScreenUI')
EmitSwiftModule normal arm64 (in target 'ScreenUI' from project 'ScreenUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/ScreenPath.swift:60:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    public subscript<T>(next path: KeyPath<To.PathFrom, T>) -> T { transition[next: path] }
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/ScreenPath.swift:45:25: note: 'T' previously declared here
public struct StartPath<T>: ScreenPath, ScreenPathPrivate, ScreenPathPrivate2 where T: Transition {
                        ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/ScreenPath.swift:128:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    public subscript<T>(next path: KeyPath<To.PathFrom, T>) -> T { transition[next: path] }
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/ScreenPath.swift:109:30: note: 'T' previously declared here
public struct NextPath<Prev, T>: ScreenPath, ScreenPathPrivate, ScreenPathPrivate2
                             ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:321:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    public subscript<T>(next path: KeyPath<To.PathFrom, T>) -> T { transition[next: path] }
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:306:33: note: 'T' previously declared here
public struct StartPath_SwiftUI<T>: ScreenPath, ScreenPathPrivate, ScreenPath_SwiftUI where T: SwiftUICompatibleTransition {
                                ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:370:22: warning: generic parameter 'T' shadows generic parameter from outer scope with the same name; this is an error in the Swift 6 language mode
    public subscript<T>(next path: KeyPath<To.PathFrom, T>) -> T { transition[next: path] }
                     ^
/Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/SwiftUI.swift:352:38: note: 'T' previously declared here
public struct NextPath_SwiftUI<Prev, T>: ScreenPath, ScreenPathPrivate, ScreenPath_SwiftUI
                                     ^
SwiftCompile normal arm64 Compiling\ Transition.swift /Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/Transition.swift (in target 'ScreenUI' from project 'ScreenUI')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/ScreenUI/Transition.swift (in target 'ScreenUI' from project 'ScreenUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Emitting module for ScreenUI (in target 'ScreenUI' from project 'ScreenUI')
SwiftDriver\ Compilation\ Requirements ScreenUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ScreenUI' from project 'ScreenUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ScreenUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI.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/ScreenUI.build/Debug-xros/ScreenUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI_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/ScreenUI.build/Debug-xros/ScreenUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.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/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling PathProvider.swift (in target 'ScreenUI' from project 'ScreenUI')
SwiftDriverJobDiscovery normal arm64 Compiling ScreenPath.swift (in target 'ScreenUI' from project 'ScreenUI')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ScreenUI-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI-Swift.h (in target 'ScreenUI' from project 'ScreenUI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/ScreenUI-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ScreenUI.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI.swiftmodule (in target 'ScreenUI' from project 'ScreenUI')
    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/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ScreenUI.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ScreenUI.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI.swiftdoc (in target 'ScreenUI' from project 'ScreenUI')
    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/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ScreenUI.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ScreenUI.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI.abi.json (in target 'ScreenUI' from project 'ScreenUI')
    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/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ScreenUI.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ScreenUI.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI.swiftsourceinfo (in target 'ScreenUI' from project 'ScreenUI')
    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/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ScreenUI.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling UIKit.swift (in target 'ScreenUI' from project 'ScreenUI')
SwiftDriverJobDiscovery normal arm64 Compiling ScreenBuilder.swift (in target 'ScreenUI' from project 'ScreenUI')
SwiftDriverJobDiscovery normal arm64 Compiling ScreenState.swift (in target 'ScreenUI' from project 'ScreenUI')
SwiftDriverJobDiscovery normal arm64 Compiling Crossplatform.swift (in target 'ScreenUI' from project 'ScreenUI')
SwiftDriverJobDiscovery normal arm64 Compiling Screen.swift (in target 'ScreenUI' from project 'ScreenUI')
SwiftDriverJobDiscovery normal arm64 Compiling AppKit.swift, ContentBuilders.swift (in target 'ScreenUI' from project 'ScreenUI')
SwiftDriverJobDiscovery normal arm64 Compiling Transition.swift (in target 'ScreenUI' from project 'ScreenUI')
SwiftDriverJobDiscovery normal arm64 Compiling SwiftUI.swift (in target 'ScreenUI' from project 'ScreenUI')
SwiftDriver\ Compilation ScreenUI normal arm64 com.apple.xcode.tools.swift.compiler (in target 'ScreenUI' from project 'ScreenUI')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name ScreenUI -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI.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/ScreenUI.build/Debug-xros/ScreenUI.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI_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/ScreenUI.build/Debug-xros/ScreenUI.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.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/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI-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/ScreenUI.o normal (in target 'ScreenUI' from project 'ScreenUI')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -O0 -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-16.3.0.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-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ScreenUI.o
ExtractAppIntentsMetadata (in target 'ScreenUI' from project 'ScreenUI')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name ScreenUI --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk --xcode-version 16E140 --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.ScreenUI --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ScreenUI.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ScreenUI.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/ScreenUI.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/ScreenUI.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/ScreenUI.build/Debug-xros/ScreenUI.build/Objects-normal/arm64/ScreenUI.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 05:43:56.526 appintentsmetadataprocessor[725:4071] Starting appintentsmetadataprocessor export
2025-04-26 05:43:56.568 appintentsmetadataprocessor[725:4071] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ScreenUI.o (in target 'ScreenUI' from project 'ScreenUI')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/ScreenUI.o
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "ScreenUI",
  "name" : "ScreenUI",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "ScreenUI",
      "targets" : [
        "ScreenUI"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ScreenUITests",
      "module_type" : "SwiftTarget",
      "name" : "ScreenUITests",
      "path" : "Tests/ScreenUITests",
      "sources" : [
        "ScreenUITests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "ScreenUI"
      ],
      "type" : "test"
    },
    {
      "c99name" : "ScreenUI",
      "module_type" : "SwiftTarget",
      "name" : "ScreenUI",
      "path" : "Sources/ScreenUI",
      "product_memberships" : [
        "ScreenUI"
      ],
      "sources" : [
        "AppKit.swift",
        "ContentBuilders.swift",
        "Crossplatform.swift",
        "PathProvider.swift",
        "Screen.swift",
        "ScreenBuilder.swift",
        "ScreenPath.swift",
        "ScreenState.swift",
        "SwiftUI.swift",
        "Transition.swift",
        "UIKit.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.