The Swift Package Index logo.Swift Package Index

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

Build Information

Failed to build RedUx, reference v1.0.0 (69f6e0), with Swift 6.1 for visionOS using Xcode 16.3 on 27 Apr 2025 02:52:27 UTC.

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/reddavis/RedUx.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/reddavis/RedUx
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at 69f6e07 fix: no compiler error on <Xcode 13.4 (#36)
Cloned https://github.com/reddavis/RedUx.git
Revision (git rev-parse @):
69f6e076e5dbe1ebc66154d54fdab90f16d310ec
SUCCESS checkout https://github.com/reddavis/RedUx.git at v1.0.0
========================================
Build
========================================
Selected platform:         visionOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/reddavis/RedUx.git
https://github.com/reddavis/RedUx.git
{
  "dependencies" : [
    {
      "identity" : "asynchrone",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.19.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/reddavis/Asynchrone"
    }
  ],
  "manifest_display_name" : "RedUx",
  "name" : "RedUx",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "RedUx",
      "targets" : [
        "RedUx"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RedUxTests",
      "module_type" : "SwiftTarget",
      "name" : "RedUxTests",
      "path" : "RedUxTests",
      "sources" : [
        "Supporting Files/Assertions.swift",
        "Supporting Files/Models.swift",
        "Tests/ActionStatusTests.swift",
        "Tests/EffectManagerTests.swift",
        "Tests/EffectTests.swift",
        "Tests/ReducerTests.swift",
        "Tests/StoreTests.swift",
        "Tests/ValueStatusTests.swift",
        "Tests/ViewModelTests.swift"
      ],
      "target_dependencies" : [
        "RedUx"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RedUx",
      "module_type" : "SwiftTarget",
      "name" : "RedUx",
      "path" : "RedUx",
      "product_dependencies" : [
        "Asynchrone"
      ],
      "product_memberships" : [
        "RedUx"
      ],
      "sources" : [
        "Source/Effect.swift",
        "Source/EffectManager.swift",
        "Source/RedUxable.swift",
        "Source/Reducer.swift",
        "Source/Status/ActionStatus.swift",
        "Source/Status/ValueStatus.swift",
        "Source/Store.swift",
        "Source/SwiftUI/Extensions/View+Extension.swift",
        "Source/SwiftUI/UnwrapStore.swift",
        "Source/ViewModel.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
Fetching from https://github.com/reddavis/Asynchrone
Creating working copy of package ‘Asynchrone’
Checking out 0.22.0 of package ‘Asynchrone’
Resolved source packages:
  Asynchrone: https://github.com/reddavis/Asynchrone @ 0.22.0
resolved source packages: Asynchrone
{
  "dependencies" : [
    {
      "identity" : "asynchrone",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.19.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/reddavis/Asynchrone"
    }
  ],
  "manifest_display_name" : "RedUx",
  "name" : "RedUx",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "RedUx",
      "targets" : [
        "RedUx"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RedUxTests",
      "module_type" : "SwiftTarget",
      "name" : "RedUxTests",
      "path" : "RedUxTests",
      "sources" : [
        "Supporting Files/Assertions.swift",
        "Supporting Files/Models.swift",
        "Tests/ActionStatusTests.swift",
        "Tests/EffectManagerTests.swift",
        "Tests/EffectTests.swift",
        "Tests/ReducerTests.swift",
        "Tests/StoreTests.swift",
        "Tests/ValueStatusTests.swift",
        "Tests/ViewModelTests.swift"
      ],
      "target_dependencies" : [
        "RedUx"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RedUx",
      "module_type" : "SwiftTarget",
      "name" : "RedUx",
      "path" : "RedUx",
      "product_dependencies" : [
        "Asynchrone"
      ],
      "product_memberships" : [
        "RedUx"
      ],
      "sources" : [
        "Source/Effect.swift",
        "Source/EffectManager.swift",
        "Source/RedUxable.swift",
        "Source/Reducer.swift",
        "Source/Status/ActionStatus.swift",
        "Source/Status/ValueStatus.swift",
        "Source/Store.swift",
        "Source/SwiftUI/Extensions/View+Extension.swift",
        "Source/SwiftUI/UnwrapStore.swift",
        "Source/ViewModel.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "RedUx",
    "schemes" : [
      "Example",
      "RedUx"
    ],
    "targets" : [
      "RedUx",
      "RedUxTests",
      "Example",
      "ExampleTests"
    ]
  }
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "RedUx"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RedUx -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 RedUx -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
Resolve Package Graph
Resolved source packages:
  Asynchrone: https://github.com/reddavis/Asynchrone @ 0.22.0
  RedUx: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'RedUx' in project 'RedUx'
        ➜ Explicit dependency on target 'RedUx' in project 'RedUx'
        ➜ Explicit dependency on target 'Asynchrone' in project 'Asynchrone'
    Target 'RedUx' in project 'RedUx'
        ➜ Explicit dependency on target 'Asynchrone' in project 'Asynchrone'
    Target 'Asynchrone' in project 'Asynchrone'
        ➜ Explicit dependency on target 'Asynchrone' in project 'Asynchrone'
    Target 'Asynchrone' in project 'Asynchrone' (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
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: 02bd57fa5cfad9a3be970ff37ab01f38
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/02bd57fa5cfad9a3be970ff37ab01f38.xcbuilddata
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/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/RedUx.modulemap (in target 'RedUx' from project 'RedUx')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/RedUx.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/RedUx.DependencyMetadataFileList (in target 'RedUx' from project 'RedUx')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/RedUx.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/RedUx.DependencyStaticMetadataFileList (in target 'RedUx' from project 'RedUx')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/RedUx.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/RedUx.SwiftFileList (in target 'RedUx' from project 'RedUx')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/RedUx.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/RedUx_const_extract_protocols.json (in target 'RedUx' from project 'RedUx')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/RedUx_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/RedUx-OutputFileMap.json (in target 'RedUx' from project 'RedUx')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/RedUx-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/RedUx.SwiftConstValuesFileList (in target 'RedUx' from project 'RedUx')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/RedUx.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/RedUx.LinkFileList (in target 'RedUx' from project 'RedUx')
    cd /Users/admin/builder/spi-builder-workspace
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/RedUx.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone_const_extract_protocols.json (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone.SwiftFileList (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone.SwiftConstValuesFileList (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone.SwiftConstValuesFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/RedUx.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/RedUx.modulemap (in target 'RedUx' from project 'RedUx')
    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/RedUx.build/Debug-xros/RedUx.build/RedUx.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone.LinkFileList (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone-OutputFileMap.json (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Asynchrone.modulemap (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Asynchrone.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Asynchrone.DependencyStaticMetadataFileList (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Asynchrone.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Asynchrone.DependencyMetadataFileList (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone
    write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Asynchrone.DependencyMetadataFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Asynchrone.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Asynchrone.modulemap (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone
    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/Asynchrone.build/Debug-xros/Asynchrone.build/Asynchrone.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver Asynchrone normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Asynchrone' from project 'Asynchrone')
    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 Asynchrone -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone.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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-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/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone-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/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone.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/Asynchrone.build/Debug-xros/Asynchrone.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone_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/Asynchrone.build/Debug-xros/Asynchrone.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.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/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ AnyThrowingAsyncSequenceable.swift,\ AsyncSequenceCompletion.swift,\ CatchErrorAsyncSequence.swift,\ ChainAsyncSequenceable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/AnyThrowingAsyncSequenceable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/AsyncSequenceCompletion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/CatchErrorAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/ChainAsyncSequenceable.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/AnyThrowingAsyncSequenceable.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/AsyncSequenceCompletion.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/CatchErrorAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/ChainAsyncSequenceable.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AsyncThrowingStream+Extension.swift,\ Task+Extension.swift,\ TimeInterval+Extension.swift,\ AnyAsyncSequenceable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Extensions/AsyncThrowingStream+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Extensions/Task+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Extensions/TimeInterval+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/AnyAsyncSequenceable.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Extensions/AsyncThrowingStream+Extension.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Extensions/Task+Extension.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Extensions/TimeInterval+Extension.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/AnyAsyncSequenceable.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ ErrorMechanism.swift,\ RethrowingAccessor.swift,\ AsyncSequence+Extension.swift,\ AsyncStream+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Common/ErrorMechanism.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Extensions/AsyncSequence+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Extensions/AsyncStream+Extension.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Common/ErrorMechanism.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Extensions/AsyncSequence+Extension.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Extensions/AsyncStream+Extension.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Fail.swift,\ Just.swift,\ Merge3AsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/Fail.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/Just.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/Merge3AsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/Fail.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/Just.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/Merge3AsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SharedAsyncSequence.swift,\ ThrottleAsyncSequence.swift,\ ThrowingPassthroughAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/SharedAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/ThrottleAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/ThrowingPassthroughAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/SharedAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/ThrottleAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/ThrowingPassthroughAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 Compiling\ TimerAsyncSequence.swift,\ Zip3AsyncSequence.swift,\ ZipAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/TimerAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/Zip3AsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/ZipAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/TimerAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/Zip3AsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/ZipAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DebounceAsyncSequence.swift,\ DelayAsyncSequence.swift,\ Empty.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/DebounceAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/DelayAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/Empty.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/DebounceAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/DelayAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/Empty.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ MergeAsyncSequence.swift,\ NotificationCenterAsyncSequence.swift,\ PassthroughAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/MergeAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/PassthroughAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/MergeAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/PassthroughAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ RemoveDuplicatesAsyncSequence.swift,\ ReplaceErrorAsyncSequence.swift,\ SequenceAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/RemoveDuplicatesAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/ReplaceErrorAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/SequenceAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/RemoveDuplicatesAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/ReplaceErrorAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/SequenceAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CombineLatest3AsyncSequence.swift,\ CombineLatestAsyncSequence.swift,\ CurrentElementAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/CombineLatest3AsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/CombineLatestAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/CurrentElementAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/CombineLatest3AsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/CombineLatestAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/CurrentElementAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Emitting module for Asynchrone (in target 'Asynchrone' from project 'Asynchrone')
SwiftDriver\ Compilation\ Requirements Asynchrone normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Asynchrone' from project 'Asynchrone')
    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 Asynchrone -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone.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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-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/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone-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/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone.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/Asynchrone.build/Debug-xros/Asynchrone.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone_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/Asynchrone.build/Debug-xros/Asynchrone.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.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/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling AnyThrowingAsyncSequenceable.swift, AsyncSequenceCompletion.swift, CatchErrorAsyncSequence.swift, ChainAsyncSequenceable.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Asynchrone-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone-Swift.h (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Asynchrone-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Asynchrone.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone.swiftmodule (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone
    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/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Asynchrone.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Asynchrone.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone.swiftdoc (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone
    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/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Asynchrone.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Asynchrone.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone.abi.json (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone
    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/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Asynchrone.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Asynchrone.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone.swiftsourceinfo (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone
    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/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Asynchrone.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriver RedUx normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RedUx' from project 'RedUx')
    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 RedUx -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/RedUx.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/PackageFrameworks -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/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/RedUx-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/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/RedUx.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/RedUx.build/Debug-xros/RedUx.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/RedUx_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/RedUx.build/Debug-xros/RedUx.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.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/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/RedUx-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling Fail.swift, Just.swift, Merge3AsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftEmitModule normal arm64 Emitting\ module\ for\ RedUx (in target 'RedUx' from project 'RedUx')
EmitSwiftModule normal arm64 (in target 'RedUx' from project 'RedUx')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/RedUx/Source/Effect.swift:96:1: error: type 'Effect<Event>' does not conform to protocol 'AsyncSequence'
extension Effect: AsyncSequence {
^
_Concurrency.AsyncSequence.AsyncIterator:2:16: note: unable to infer associated type 'AsyncIterator' for protocol 'AsyncSequence'
associatedtype AsyncIterator : AsyncIteratorProtocol}
               ^
/Users/admin/builder/spi-builder-workspace/RedUx/Source/Effect.swift:98:17: note: candidate would match and infer 'AsyncIterator' = 'AnyAsyncSequenceable<Effect<Event>.Element>' (aka 'AnyAsyncSequenceable<Event>') if 'AnyAsyncSequenceable<Effect<Event>.Element>' (aka 'AnyAsyncSequenceable<Event>') conformed to 'AsyncIteratorProtocol'
    public func makeAsyncIterator() -> AnyAsyncSequenceable<Element> {
                ^
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/RedUx/Source/Effect.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/EffectManager.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/RedUxable.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/Reducer.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/Status/ActionStatus.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/Status/ValueStatus.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/Store.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/SwiftUI/Extensions/View+Extension.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/SwiftUI/UnwrapStore.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/ViewModel.swift -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -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/PackageFrameworks -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 -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/RedUx_const_extract_protocols.json -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-experimental-feature DebugDescriptionMacro -strict-concurrency\=complete -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name RedUx -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/RedUx.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/RedUx.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/RedUx-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/RedUx-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/RedUx-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/RedUx.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/RedUx.abi.json
SwiftCompile normal arm64 Compiling\ ViewModel.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/ViewModel.swift (in target 'RedUx' from project 'RedUx')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/RedUx/Source/ViewModel.swift (in target 'RedUx' from project 'RedUx')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ View+Extension.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/SwiftUI/Extensions/View+Extension.swift (in target 'RedUx' from project 'RedUx')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/RedUx/Source/SwiftUI/Extensions/View+Extension.swift (in target 'RedUx' from project 'RedUx')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling CombineLatest3AsyncSequence.swift, CombineLatestAsyncSequence.swift, CurrentElementAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 Compiling\ RedUxable.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/RedUxable.swift (in target 'RedUx' from project 'RedUx')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/RedUx/Source/RedUxable.swift (in target 'RedUx' from project 'RedUx')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling RemoveDuplicatesAsyncSequence.swift, ReplaceErrorAsyncSequence.swift, SequenceAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 Compiling\ ValueStatus.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/Status/ValueStatus.swift (in target 'RedUx' from project 'RedUx')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/RedUx/Source/Status/ValueStatus.swift (in target 'RedUx' from project 'RedUx')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling MergeAsyncSequence.swift, NotificationCenterAsyncSequence.swift, PassthroughAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 Compiling\ Store.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/Store.swift (in target 'RedUx' from project 'RedUx')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/RedUx/Source/Store.swift (in target 'RedUx' from project 'RedUx')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftDriverJobDiscovery normal arm64 Compiling AsyncThrowingStream+Extension.swift, Task+Extension.swift, TimeInterval+Extension.swift, AnyAsyncSequenceable.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 Compiling\ Effect.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/Effect.swift (in target 'RedUx' from project 'RedUx')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/RedUx/Source/Effect.swift (in target 'RedUx' from project 'RedUx')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling TimerAsyncSequence.swift, Zip3AsyncSequence.swift, ZipAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftDriverJobDiscovery normal arm64 Compiling DebounceAsyncSequence.swift, DelayAsyncSequence.swift, Empty.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 Compiling\ ActionStatus.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/Status/ActionStatus.swift (in target 'RedUx' from project 'RedUx')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/RedUx/Source/Status/ActionStatus.swift (in target 'RedUx' from project 'RedUx')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling ErrorMechanism.swift, RethrowingAccessor.swift, AsyncSequence+Extension.swift, AsyncStream+Extension.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftDriverJobDiscovery normal arm64 Compiling SharedAsyncSequence.swift, ThrottleAsyncSequence.swift, ThrowingPassthroughAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 Compiling\ EffectManager.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/EffectManager.swift (in target 'RedUx' from project 'RedUx')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	EmitSwiftModule normal arm64 (in target 'RedUx' from project 'RedUx')
	SwiftEmitModule normal arm64 Emitting\ module\ for\ RedUx (in target 'RedUx' from project 'RedUx')
	SwiftCompile normal arm64 Compiling\ EffectManager.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/EffectManager.swift (in target 'RedUx' from project 'RedUx')
	Building workspace spi-builder-workspace with scheme RedUx
(4 failures)
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:
  Asynchrone: https://github.com/reddavis/Asynchrone @ 0.22.0
  RedUx: /Users/admin/builder/spi-builder-workspace
resolved source packages: Asynchrone, RedUx
{
  "dependencies" : [
    {
      "identity" : "asynchrone",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.19.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/reddavis/Asynchrone"
    }
  ],
  "manifest_display_name" : "RedUx",
  "name" : "RedUx",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "15.0"
    },
    {
      "name" : "macos",
      "version" : "12.0"
    }
  ],
  "products" : [
    {
      "name" : "RedUx",
      "targets" : [
        "RedUx"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "RedUxTests",
      "module_type" : "SwiftTarget",
      "name" : "RedUxTests",
      "path" : "RedUxTests",
      "sources" : [
        "Supporting Files/Assertions.swift",
        "Supporting Files/Models.swift",
        "Tests/ActionStatusTests.swift",
        "Tests/EffectManagerTests.swift",
        "Tests/EffectTests.swift",
        "Tests/ReducerTests.swift",
        "Tests/StoreTests.swift",
        "Tests/ValueStatusTests.swift",
        "Tests/ViewModelTests.swift"
      ],
      "target_dependencies" : [
        "RedUx"
      ],
      "type" : "test"
    },
    {
      "c99name" : "RedUx",
      "module_type" : "SwiftTarget",
      "name" : "RedUx",
      "path" : "RedUx",
      "product_dependencies" : [
        "Asynchrone"
      ],
      "product_memberships" : [
        "RedUx"
      ],
      "sources" : [
        "Source/Effect.swift",
        "Source/EffectManager.swift",
        "Source/RedUxable.swift",
        "Source/Reducer.swift",
        "Source/Status/ActionStatus.swift",
        "Source/Status/ValueStatus.swift",
        "Source/Store.swift",
        "Source/SwiftUI/Extensions/View+Extension.swift",
        "Source/SwiftUI/UnwrapStore.swift",
        "Source/ViewModel.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
{
  "workspace" : {
    "name" : "spi-builder-workspace",
    "schemes" : [
      "RedUx"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme RedUx -destination generic/platform=xrOS
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 RedUx -destination generic/platform=xrOS
Resolve Package Graph
Resolved source packages:
  Asynchrone: https://github.com/reddavis/Asynchrone @ 0.22.0
  RedUx: /Users/admin/builder/spi-builder-workspace
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
    Target 'RedUx' in project 'RedUx'
        ➜ Explicit dependency on target 'RedUx' in project 'RedUx'
        ➜ Explicit dependency on target 'Asynchrone' in project 'Asynchrone'
    Target 'RedUx' in project 'RedUx'
        ➜ Explicit dependency on target 'Asynchrone' in project 'Asynchrone'
    Target 'Asynchrone' in project 'Asynchrone'
        ➜ Explicit dependency on target 'Asynchrone' in project 'Asynchrone'
    Target 'Asynchrone' in project 'Asynchrone' (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
ReadFileContents /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/docc/features.json
Build description signature: a6b5abb07fe415e2e3c7b3520ff507a8
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/a6b5abb07fe415e2e3c7b3520ff507a8.xcbuilddata
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
SwiftDriver Asynchrone normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Asynchrone' from project 'Asynchrone')
    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 Asynchrone -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-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/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone-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/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone.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/Asynchrone.build/Debug-xros/Asynchrone.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone_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/Asynchrone.build/Debug-xros/Asynchrone.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.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/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ ErrorMechanism.swift,\ RethrowingAccessor.swift,\ AsyncSequence+Extension.swift,\ AsyncStream+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Common/ErrorMechanism.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Common/RethrowingAccessor.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Extensions/AsyncSequence+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Extensions/AsyncStream+Extension.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Common/ErrorMechanism.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Extensions/AsyncSequence+Extension.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Extensions/AsyncStream+Extension.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AnyThrowingAsyncSequenceable.swift,\ AsyncSequenceCompletion.swift,\ CatchErrorAsyncSequence.swift,\ ChainAsyncSequenceable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/AnyThrowingAsyncSequenceable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/AsyncSequenceCompletion.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/CatchErrorAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/ChainAsyncSequenceable.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/AnyThrowingAsyncSequenceable.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/AsyncSequenceCompletion.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/CatchErrorAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/ChainAsyncSequenceable.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ MergeAsyncSequence.swift,\ NotificationCenterAsyncSequence.swift,\ PassthroughAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/MergeAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/PassthroughAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/MergeAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/NotificationCenterAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/PassthroughAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ Fail.swift,\ Just.swift,\ Merge3AsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/Fail.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/Just.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/Merge3AsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/Fail.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/Just.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/Merge3AsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ TimerAsyncSequence.swift,\ Zip3AsyncSequence.swift,\ ZipAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/TimerAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/Zip3AsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/ZipAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/TimerAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/Zip3AsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/ZipAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ CombineLatest3AsyncSequence.swift,\ CombineLatestAsyncSequence.swift,\ CurrentElementAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/CombineLatest3AsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/CombineLatestAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/CurrentElementAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/CombineLatest3AsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/CombineLatestAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/CurrentElementAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ DebounceAsyncSequence.swift,\ DelayAsyncSequence.swift,\ Empty.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/DebounceAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/DelayAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/Empty.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/DebounceAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/DelayAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/Empty.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ SharedAsyncSequence.swift,\ ThrottleAsyncSequence.swift,\ ThrowingPassthroughAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/SharedAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/ThrottleAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/ThrowingPassthroughAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/SharedAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/ThrottleAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/ThrowingPassthroughAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ AsyncThrowingStream+Extension.swift,\ Task+Extension.swift,\ TimeInterval+Extension.swift,\ AnyAsyncSequenceable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Extensions/AsyncThrowingStream+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Extensions/Task+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Extensions/TimeInterval+Extension.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/AnyAsyncSequenceable.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Extensions/AsyncThrowingStream+Extension.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Extensions/Task+Extension.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Extensions/TimeInterval+Extension.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/AnyAsyncSequenceable.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ RemoveDuplicatesAsyncSequence.swift,\ ReplaceErrorAsyncSequence.swift,\ SequenceAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/RemoveDuplicatesAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/ReplaceErrorAsyncSequence.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/SequenceAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/RemoveDuplicatesAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/ReplaceErrorAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone/Sources/Asynchrone/Sequences/SequenceAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

SwiftDriverJobDiscovery normal arm64 Compiling AnyThrowingAsyncSequenceable.swift, AsyncSequenceCompletion.swift, CatchErrorAsyncSequence.swift, ChainAsyncSequenceable.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftDriverJobDiscovery normal arm64 Compiling RemoveDuplicatesAsyncSequence.swift, ReplaceErrorAsyncSequence.swift, SequenceAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftDriverJobDiscovery normal arm64 Compiling TimerAsyncSequence.swift, Zip3AsyncSequence.swift, ZipAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftDriverJobDiscovery normal arm64 Compiling AsyncThrowingStream+Extension.swift, Task+Extension.swift, TimeInterval+Extension.swift, AnyAsyncSequenceable.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftDriverJobDiscovery normal arm64 Compiling ErrorMechanism.swift, RethrowingAccessor.swift, AsyncSequence+Extension.swift, AsyncStream+Extension.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftDriverJobDiscovery normal arm64 Compiling CombineLatest3AsyncSequence.swift, CombineLatestAsyncSequence.swift, CurrentElementAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftDriverJobDiscovery normal arm64 Compiling Fail.swift, Just.swift, Merge3AsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftDriverJobDiscovery normal arm64 Compiling SharedAsyncSequence.swift, ThrottleAsyncSequence.swift, ThrowingPassthroughAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftDriverJobDiscovery normal arm64 Compiling MergeAsyncSequence.swift, NotificationCenterAsyncSequence.swift, PassthroughAsyncSequence.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftDriverJobDiscovery normal arm64 Compiling DebounceAsyncSequence.swift, DelayAsyncSequence.swift, Empty.swift (in target 'Asynchrone' from project 'Asynchrone')
SwiftDriverJobDiscovery normal arm64 Emitting module for Asynchrone (in target 'Asynchrone' from project 'Asynchrone')
SwiftDriver\ Compilation\ Requirements Asynchrone normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Asynchrone' from project 'Asynchrone')
    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 Asynchrone -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-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/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone-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/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone.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/Asynchrone.build/Debug-xros/Asynchrone.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone_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/Asynchrone.build/Debug-xros/Asynchrone.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.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/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriver\ Compilation Asynchrone normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Asynchrone' from project 'Asynchrone')
    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 Asynchrone -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-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/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone-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/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone.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/Asynchrone.build/Debug-xros/Asynchrone.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone_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/Asynchrone.build/Debug-xros/Asynchrone.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.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/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone-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/Asynchrone.o normal (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone
    /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 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-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/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone_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/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Asynchrone.o
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Asynchrone.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone.abi.json (in target 'Asynchrone' from project 'Asynchrone')
    cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/Asynchrone
    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/Asynchrone.build/Debug-xros/Asynchrone.build/Objects-normal/arm64/Asynchrone.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Asynchrone.swiftmodule/arm64-apple-xros.abi.json
SwiftDriver RedUx normal arm64 com.apple.xcode.tools.swift.compiler (in target 'RedUx' from project 'RedUx')
    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 RedUx -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/RedUx.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DXcode -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/PackageFrameworks -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/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/RedUx-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/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/RedUx.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/RedUx.build/Debug-xros/RedUx.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/RedUx_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/RedUx.build/Debug-xros/RedUx.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.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/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/RedUx-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ ValueStatus.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/Status/ValueStatus.swift (in target 'RedUx' from project 'RedUx')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/RedUx/Source/Status/ValueStatus.swift (in target 'RedUx' from project 'RedUx')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

SwiftCompile normal arm64 Compiling\ Effect.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/Effect.swift (in target 'RedUx' from project 'RedUx')
Failed frontend command:
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/RedUx/Source/Effect.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/EffectManager.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/RedUxable.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/Reducer.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/Status/ActionStatus.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/Status/ValueStatus.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/Store.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/SwiftUI/Extensions/View+Extension.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/SwiftUI/UnwrapStore.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/ViewModel.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/Effect.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/Effect.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/Effect.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/Effect.dia -target arm64-apple-xros1.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -stack-check -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS2.4.sdk -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/PackageFrameworks -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 -no-color-diagnostics -enable-testing -g -debug-info-format\=dwarf -dwarf-version\=4 -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -profile-generate -profile-coverage-mapping -swift-version 5 -enforce-exclusivity\=checked -Onone -D SWIFT_PACKAGE -D DEBUG -D Xcode -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/RedUx_const_extract_protocols.json -enable-experimental-feature DebugDescriptionMacro -empty-abi-descriptor -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -resource-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -file-compilation-dir /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros2.4-22O233-407b76dbb837030756cbe1ab3f0b01b6.sdkstatcache -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name RedUx -frontend-parseable-output -disable-clang-spi -target-sdk-version 2.4 -target-sdk-name xros2.4 -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/bin/swift-plugin-server -in-process-plugin-server-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/libSwiftInProcPluginServer.dylib -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/Effect.o -index-unit-output-path /RedUx.build/Debug-xros/RedUx.build/Objects-normal/arm64/Effect.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/RedUx/Source/Effect.swift (in target 'RedUx' from project 'RedUx')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

/Users/admin/builder/spi-builder-workspace/RedUx/Source/Effect.swift:96:1: error: type 'Effect<Event>' does not conform to protocol 'AsyncSequence'
extension Effect: AsyncSequence {
^
_Concurrency.AsyncSequence.AsyncIterator:2:16: note: unable to infer associated type 'AsyncIterator' for protocol 'AsyncSequence'
associatedtype AsyncIterator : AsyncIteratorProtocol}
               ^
/Users/admin/builder/spi-builder-workspace/RedUx/Source/Effect.swift:98:17: note: candidate would match and infer 'AsyncIterator' = 'AnyAsyncSequenceable<Effect<Event>.Element>' (aka 'AnyAsyncSequenceable<Event>') if 'AnyAsyncSequenceable<Effect<Event>.Element>' (aka 'AnyAsyncSequenceable<Event>') conformed to 'AsyncIteratorProtocol'
    public func makeAsyncIterator() -> AnyAsyncSequenceable<Element> {
                ^
/Users/admin/builder/spi-builder-workspace/RedUx/Source/Effect.swift:99:23: error: cannot convert return expression of type 'AnyAsyncSequenceable<Event>.Iterator' to return type 'AnyAsyncSequenceable<Effect<Event>.Element>' (aka 'AnyAsyncSequenceable<Event>')
        self.sequence.makeAsyncIterator()
        ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~
SwiftCompile normal arm64 Compiling\ EffectManager.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/EffectManager.swift (in target 'RedUx' from project 'RedUx')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/RedUx/Source/EffectManager.swift (in target 'RedUx' from project 'RedUx')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

SwiftCompile normal arm64 Compiling\ View+Extension.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/SwiftUI/Extensions/View+Extension.swift (in target 'RedUx' from project 'RedUx')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/RedUx/Source/SwiftUI/Extensions/View+Extension.swift (in target 'RedUx' from project 'RedUx')
    cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode

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

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

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

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

SwiftCompile normal arm64 Compiling\ Reducer.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/Reducer.swift (in target 'RedUx' from project 'RedUx')
Command SwiftCompile failed with a nonzero exit code
** BUILD FAILED **
The following build commands failed:
	SwiftCompile normal arm64 Compiling\ Effect.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/Effect.swift (in target 'RedUx' from project 'RedUx')
	SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/RedUx/Source/Effect.swift (in target 'RedUx' from project 'RedUx')
	SwiftCompile normal arm64 Compiling\ Reducer.swift /Users/admin/builder/spi-builder-workspace/RedUx/Source/Reducer.swift (in target 'RedUx' from project 'RedUx')
	Building workspace spi-builder-workspace with scheme RedUx
(4 failures)
BUILD FAILURE 6.1 visionOS